﻿@charset "UTF-8";
@import url(mCustomScrollbar.css);
@import url(default.css);
@import url(plugins.css);
@import url(photoswipe.css);
/*font-size*/
.font-80 {
  font-size: 80px; }

.font-70 {
  font-size: 70px; }

.font-65 {
  font-size: 65px; }

.font-60 {
  font-size: 60px; }

.font-55 {
  font-size: 55px; }

.font-50 {
  font-size: 50px; }

.font-45 {
  font-size: 45px; }

.font-40 {
  font-size: 40px; }

.font-35 {
  font-size: 35px; }

.font-32 {
  font-size: 32px; }

.font-30 {
  font-size: 30px; }

.font-28 {
  font-size: 28px; }

.font-25 {
  font-size: 25px; }

.font-24 {
  font-size: 24px; }

.font-22 {
  font-size: 22px; }

.font-20 {
  font-size: 20px; }

.font-18 {
  font-size: 18px; }

.font-16 {
  font-size: 16px; }

.font-15 {
  font-size: 15px; }

.font-14 {
  font-size: 14px; }

@media (max-width: 1400px) {
  .font-80 {
    font-size: 70px; }
  .font-70 {
    font-size: 60px; }
  .font-65 {
    font-size: 55px; }
  .font-60 {
    font-size: 50px; }
  .font-55 {
    font-size: 45px; }
  .font-50 {
    font-size: 40px; } }

@media (max-width: 1200px) {
  .font-80 {
    font-size: 60px; }
  .font-70 {
    font-size: 50px; }
  .font-65 {
    font-size: 45px; }
  .font-60 {
    font-size: 42px; }
  .font-55 {
    font-size: 40px; }
  .font-50 {
    font-size: 35px; }
  .font-45 {
    font-size: 30px; }
  .font-40 {
    font-size: 28px; }
  .font-35 {
    font-size: 25px; }
  .font-32 {
    font-size: 24px; }
  .font-30 {
    font-size: 23px; }
  .font-28 {
    font-size: 22px; }
  .font-25 {
    font-size: 21px; }
  .font-24 {
    font-size: 20px; }
  .font-22 {
    font-size: 19px; } }

@media (max-width: 992px) {
  .font-80 {
    font-size: 50px; } }

@media (max-width: 768px) {
  .font-80 {
    font-size: 40px; }
  .font-70 {
    font-size: 35px; }
  .font-65 {
    font-size: 30px; }
  .font-60 {
    font-size: 30px; }
  .font-55 {
    font-size: 29px; }
  .font-50 {
    font-size: 28px; }
  .font-45 {
    font-size: 28px; }
  .font-40 {
    font-size: 25px; }
  .font-35 {
    font-size: 24px; }
  .font-30 {
    font-size: 23px; }
  .font-28 {
    font-size: 22px; }
  .font-25 {
    font-size: 21px; }
  .font-24 {
    font-size: 20px; }
  .font-22 {
    font-size: 19px; }
  .font-20 {
    font-size: 18px; }
  .font-18 {
    font-size: 17px; } }

/*select用*/
@font-face {
  font-family: "Oswald";
  src: url("../Oswald-Regular.ttf"); }

img {
  -webkit-user-drag: none; }

/* ==========================================================================
/*特效設定*/
/* ==========================================================================*/
/*animate*/
@keyframes smallRollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0) rotate3d(0, 0, 1, -90deg);
    transform: translate3d(-30%, 0, 0) rotate3d(0, 0, 1, -90deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smallFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes smallFadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-5%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes smallSlideInDown {
  0% {
    transform: translate3d(0, -25%, 0); }
  100% {
    transform: none; } }

@keyframes smallFadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(5%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes smallFadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.repeatIn {
  animation-name: repeatIn; }

.smallRollIn {
  animation-name: smallRollIn; }

.smallSlideInDown {
  animation-name: smallSlideInDown; }

.smallFadeInUp {
  animation-name: smallFadeInUp; }

.smallFadeInLeft {
  animation-name: smallFadeInLeft; }

.smallFadeInRight {
  animation-name: smallFadeInRight; }

.smallFadeInDown {
  animation-name: smallFadeInDown; }

.smallZoomIn {
  animation-name: smallZoomIn; }

.smallZoomIn2 {
  animation-name: smallZoomIn2; }

/* ==========================================================================
    public
 ==========================================================================*/
.where {
  padding: 30px 0; }
  .where ul li {
    display: inline-block; }
    .where ul li:after {
      content: "/";
      padding: 0 5px; }
    .where ul li a {
      color: #979797;
      font-size: 14px;
      transition: none; }
    .where ul li:last-of-type:after {
      content: normal; }
    .where ul li:last-of-type a {
      color: #333; }

.max1620 {
  max-width: 1620px;
  width: 96%;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .max1620 {
      width: 96%; } }
  @media screen and (max-width: 576px) {
    .max1620 {
      width: auto;
      margin-right: 15px;
      margin-left: 15px; } }

.max1650 {
  max-width: 1650px;
  width: 96%;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .max1650 {
      width: 96%; } }

/* ==========================================================================
    header
 ==========================================================================*/
#header {
  width: 100%;
  height: 77px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  animation-delay: 0.3s; }
  @media screen and (max-width: 1200px) {
    #header {
      height: 60px; } }
  #header .logo {
    width: 270px;
    height: 77px;
    position: absolute;
    left: -22px;
    top: 0;
    z-index: 1; }
    @media screen and (max-width: 1600px) {
      #header .logo {
        left: -20px; } }
    @media screen and (max-width: 1400px) {
      #header .logo {
        left: -60px; } }
    @media screen and (max-width: 1200px) {
      #header .logo {
        left: 00%;
        height: 60px;
        width: 150px; } }
    #header .logo a {
      display: block;
      height: 100%;
      background: url("images/logo.png") center no-repeat; }
      @media screen and (max-width: 1400px) {
        #header .logo a {
          transform: scale(0.8); } }
  #header .menu-toggle {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    background-color: #bb0611;
    cursor: pointer;
    transition: background 0.5s; }
    @media screen and (max-width: 1200px) {
      #header .menu-toggle {
        display: block; } }
    #header .menu-toggle.actived ~ .wrapper > .menu_wrapper {
      transform: translate(0px);
      opacity: 0.9; }
    #header .menu-toggle:hover {
      background-color: #dd0a18; }
    #header .menu-toggle.actived div.bar1 {
      width: 30px;
      top: 26px;
      transform: rotate(-45deg); }
    #header .menu-toggle.actived div.bar2 {
      left: 35px;
      opacity: 0; }
    #header .menu-toggle.actived div.bar3 {
      width: 30px;
      top: 26px;
      transform: rotate(45deg); }
    @media screen and (max-width: 1200px) {
      #header .menu-toggle.actived div.gray_block {
        left: 0;
        top: 60px;
        width: 100%;
        height: 100vh;
        background-color: gray;
        position: fixed;
        opacity: 0.5; } }
    @media screen and (max-width: 1200px) {
      #header .menu-toggle.actived ~ .wrapper .menu_wrapper {
        pointer-events: auto; } }
    #header .menu-toggle div {
      height: 3px;
      position: absolute;
      left: 15px;
      background-color: #fff;
      transition: all 0.5s ease; }
      #header .menu-toggle div.bar1 {
        width: 26px;
        top: 19px; }
      #header .menu-toggle div.bar2 {
        width: 13px;
        top: 27px; }
      #header .menu-toggle div.bar3 {
        width: 20px;
        top: 35px; }
  #header .wrapper {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    position: relative; }
  #header .go_back {
    display: none; }
    @media screen and (max-width: 1200px) {
      #header .go_back {
        opacity: 0;
        transition: .5s;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 60px;
        height: 60px;
        color: red;
        font-size: 30px;
        z-index: 1;
        cursor: pointer; }
        #header .go_back.active {
          opacity: 1;
          display: block; } }
  @media screen and (min-width: 1201px) {
    #header .menu_wrapper {
      display: table;
      position: absolute;
      right: 0; } }
  @media screen and (max-width: 1200px) {
    #header .menu_wrapper {
      pointer-events: none;
      width: 360px;
      height: auto;
      margin-left: 0px;
      position: fixed;
      top: 60px;
      right: 0;
      height: calc(100vh - 60px);
      background-color: white;
      overflow-y: auto;
      overflow-x: hidden;
      opacity: 0;
      transition: 1s;
      z-index: 999; } }
  @media screen and (max-width: 576px) {
    #header .menu_wrapper {
      width: 100%;
      border-right: none; } }
  #header .menu_wrapper .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    line-height: 77px;
    position: relative;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      #header .menu_wrapper .menu {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-bottom: 100px; } }
    #header .menu_wrapper .menu > li {
      position: relative;
      cursor: pointer; }
      @media screen and (min-width: 1201px) {
        #header .menu_wrapper .menu > li a {
          position: relative; }
          #header .menu_wrapper .menu > li a.actived:before {
            content: "";
            display: block;
            height: 3px;
            background-color: #bb0611;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%; } }
      @media screen and (max-width: 1200px) {
        #header .menu_wrapper .menu > li {
          width: 100%;
          height: 63px;
          border-bottom: 1px solid #f7cfcf; }
          #header .menu_wrapper .menu > li:nth-child(1) {
            border-top: 1px solid #f7cfcf;
            margin-top: 67px;
            z-index: 1; } }
      #header .menu_wrapper .menu > li > span {
        color: #bb0611;
        font-size: 20px;
        font-weight: bold; }
        @media screen and (max-width: 1200px) {
          #header .menu_wrapper .menu > li > span {
            display: block;
            line-height: 63px;
            text-align: center; } }
      #header .menu_wrapper .menu > li.noChild a {
        color: #bb0611;
        font-size: 20px;
        font-weight: bold;
        display: block;
        width: 100%;
        text-decoration: none;
        position: relative; }
        #header .menu_wrapper .menu > li.noChild a span {
          display: block;
          text-align: center; }
        @media screen and (max-width: 1200px) {
          #header .menu_wrapper .menu > li.noChild a {
            display: block;
            line-height: 63px; } }
        #header .menu_wrapper .menu > li.noChild a::after {
          content: '';
          display: block;
          width: 0%;
          height: 2px;
          position: absolute;
          bottom: -1px;
          background-color: #bb0611;
          transition: .3s; }
        #header .menu_wrapper .menu > li.noChild a:hover::after {
          width: 100%; }
          @media screen and (max-width: 1200px) {
            #header .menu_wrapper .menu > li.noChild a:hover::after {
              width: 0%; } }
      #header .menu_wrapper .menu > li.hasSpecChild {
        position: relative; }
        #header .menu_wrapper .menu > li.hasSpecChild span {
          color: #bb0611;
          font-size: 20px;
          font-weight: bold;
          display: block;
          text-align: center; }
        #header .menu_wrapper .menu > li.hasSpecChild a {
          color: #bb0611;
          font-size: 20px;
          font-weight: bold;
          display: block;
          width: 100%;
          text-decoration: none;
          position: relative; }
        @media screen and (min-width: 1201px) {
          #header .menu_wrapper .menu > li.hasSpecChild a::after {
            content: '';
            display: block;
            width: 0%;
            height: 2px;
            position: absolute;
            bottom: -1px;
            background-color: #bb0611;
            transition: .3s; }
          #header .menu_wrapper .menu > li.hasSpecChild a:hover::after {
            width: 100%; } }
  @media screen and (min-width: 1201px) and (max-width: 1200px) {
    #header .menu_wrapper .menu > li.hasSpecChild a:hover::after {
      width: 0%; } }
        @media screen and (min-width: 1201px) {
          #header .menu_wrapper .menu > li.hasSpecChild .child-spec > ul li img {
            transition: .5s; }
            #header .menu_wrapper .menu > li.hasSpecChild .child-spec > ul li img:hover {
              transform: scale(1.1); }
          #header .menu_wrapper .menu > li.hasSpecChild:hover .child-spec {
            margin-top: -1px;
            position: fixed;
            top: 78px;
            left: 0;
            height: 236px;
            display: block;
            width: 100vw;
            background-color: white;
            opacity: 0.9; }
            #header .menu_wrapper .menu > li.hasSpecChild:hover .child-spec ul {
              list-style: none;
              width: 820px;
              height: 100%;
              margin: auto;
              padding: 0px; }
              #header .menu_wrapper .menu > li.hasSpecChild:hover .child-spec ul li {
                float: left;
                width: 240px;
                margin-top: 30px;
                text-align: center;
                border: 0px; }
                #header .menu_wrapper .menu > li.hasSpecChild:hover .child-spec ul li:not(:last-child) {
                  margin-right: 50px; }
                #header .menu_wrapper .menu > li.hasSpecChild:hover .child-spec ul li a {
                  width: 100%;
                  height: 100%;
                  display: block;
                  text-decoration: none; }
                  #header .menu_wrapper .menu > li.hasSpecChild:hover .child-spec ul li a::after {
                    width: 0; }
                #header .menu_wrapper .menu > li.hasSpecChild:hover .child-spec ul li img {
                  width: 120px;
                  margin-bottom: 10px; }
                #header .menu_wrapper .menu > li.hasSpecChild:hover .child-spec ul li span {
                  display: block;
                  line-height: 1.2em;
                  font-size: 15px; } }
        @media screen and (max-width: 1200px) {
          #header .menu_wrapper .menu > li.hasSpecChild a {
            display: block;
            line-height: 63px; }
          #header .menu_wrapper .menu > li.hasSpecChild::after {
            content: url("images/other/arrow.png");
            position: absolute;
            display: block;
            width: 30px;
            height: 30px;
            color: #bb0611;
            top: -7px;
            right: 10px;
            font-weight: bold; }
          #header .menu_wrapper .menu > li.hasSpecChild .child-spec {
            width: 360px;
            height: calc(100vh - 60px);
            position: fixed;
            top: 0px;
            left: 0;
            display: block;
            background-color: white;
            transition: .5s ease-in-out;
            transform: translateX(-120%);
            z-index: 9; } }
  @media screen and (max-width: 1200px) and (max-width: 576px) {
    #header .menu_wrapper .menu > li.hasSpecChild .child-spec {
      width: 100%; } }
        @media screen and (max-width: 1200px) {
            #header .menu_wrapper .menu > li.hasSpecChild .child-spec.active {
              transform: translateX(0); }
            #header .menu_wrapper .menu > li.hasSpecChild .child-spec ul {
              list-style: none;
              height: calc(100vh - 100px);
              padding: 0; }
              #header .menu_wrapper .menu > li.hasSpecChild .child-spec ul li {
                border-bottom: 1px solid #f7cfcf; }
                #header .menu_wrapper .menu > li.hasSpecChild .child-spec ul li a {
                  text-decoration: none;
                  margin: 0; }
                  #header .menu_wrapper .menu > li.hasSpecChild .child-spec ul li a > div {
                    display: table;
                    margin: auto;
                    width: 300px;
                    position: relative; }
                    #header .menu_wrapper .menu > li.hasSpecChild .child-spec ul li a > div span {
                      line-height: initial;
                      float: left;
                      max-width: 250px;
                      padding: 20px 0;
                      display: block;
                      text-align: center;
                      width: calc(100% - 45px);
                      margin-left: 16%; }
                    #header .menu_wrapper .menu > li.hasSpecChild .child-spec ul li a > div img {
                      width: 50px;
                      display: block;
                      position: absolute;
                      top: 50%;
                      transform: translateY(-50%); } }
      #header .menu_wrapper .menu > li.hasChild {
        position: relative; }
        @media screen and (min-width: 1201px) {
          #header .menu_wrapper .menu > li.hasChild > span {
            display: none; }
          #header .menu_wrapper .menu > li.hasChild > a {
            color: #bb0611;
            font-size: 20px;
            font-weight: bold;
            display: block;
            width: 100%;
            text-decoration: none;
            position: relative; } }
  @media screen and (min-width: 1201px) and (max-width: 1200px) {
    #header .menu_wrapper .menu > li.hasChild > a {
      display: block;
      line-height: 50px;
      margin-left: 10px; } }
        @media screen and (min-width: 1201px) {
            #header .menu_wrapper .menu > li.hasChild > a::after {
              content: '';
              display: block;
              width: 0%;
              height: 2px;
              position: absolute;
              bottom: -1px;
              background-color: #bb0611;
              transition: .3s; }
            #header .menu_wrapper .menu > li.hasChild > a:hover::after {
              width: 100%; } }
    @media screen and (min-width: 1201px) and (max-width: 1200px) {
      #header .menu_wrapper .menu > li.hasChild > a:hover::after {
        width: 0%; } }
        @media screen and (max-width: 1200px) {
          #header .menu_wrapper .menu > li.hasChild > span {
            display: block; }
          #header .menu_wrapper .menu > li.hasChild > a {
            display: none; }
          #header .menu_wrapper .menu > li.hasChild::after {
            content: url("images/other/arrow.png");
            position: absolute;
            display: block;
            width: 30px;
            height: 30px;
            color: #bb0611;
            top: -7px;
            right: 10px;
            font-weight: bold; }
          #header .menu_wrapper .menu > li.hasChild .child {
            position: fixed;
            top: 0px;
            left: 0;
            display: block;
            background-color: white;
            transition: .5s ease-in-out;
            z-index: 9;
            transform: translateX(-120%); } }
  @media screen and (max-width: 1200px) and (max-width: 1200px) {
    #header .menu_wrapper .menu > li.hasChild .child {
      width: 360px; } }
  @media screen and (max-width: 1200px) and (max-width: 576px) {
    #header .menu_wrapper .menu > li.hasChild .child {
      width: 100%; } }
        @media screen and (max-width: 1200px) {
            #header .menu_wrapper .menu > li.hasChild .child.active {
              transform: translateX(0); }
            #header .menu_wrapper .menu > li.hasChild .child ul {
              list-style: none;
              padding: 0; }
              #header .menu_wrapper .menu > li.hasChild .child ul li {
                line-height: 1.5em;
                border-bottom: 1px solid #f7cfcf; }
                #header .menu_wrapper .menu > li.hasChild .child ul li a {
                  text-decoration: none;
                  color: #bb0611;
                  font-size: 20px;
                  font-weight: bold;
                  display: block;
                  text-align: center; }
                  #header .menu_wrapper .menu > li.hasChild .child ul li a span {
                    line-height: initial;
                    padding: 20px 0;
                    display: block;
                    text-align: center;
                    width: calc(100% - 60px);
                    margin: auto; } }
      #header .menu_wrapper .menu > li:not(:last-child) {
        margin-right: 20px; }
        @media screen and (max-width: 1600px) {
          #header .menu_wrapper .menu > li:not(:last-child) {
            margin-right: 0px;
            padding: 0 10px; } }
      #header .menu_wrapper .menu > li.search {
        padding: 0 5px;
        margin: 0;
        border: none; }
        #header .menu_wrapper .menu > li.search:hover a {
          color: #bb0611; }
        @media screen and (max-width: 1200px) {
          #header .menu_wrapper .menu > li.search {
            position: absolute;
            top: 10px;
            left: 0;
            width: 50%;
            height: auto;
            line-height: 50px;
            padding-left: 0; }
            #header .menu_wrapper .menu > li.search a {
              float: right; } }
        #header .menu_wrapper .menu > li.search a {
          color: black;
          transition: .1s; }
          #header .menu_wrapper .menu > li.search a i {
            font-size: 26px; }
            @media screen and (max-width: 1200px) {
              #header .menu_wrapper .menu > li.search a i {
                font-size: 25px; } }
      #header .menu_wrapper .menu > li.browser {
        padding: 0 5px;
        border: none;
        width: 45px; }
        @media screen and (min-width: 1201px) {
          #header .menu_wrapper .menu > li.browser {
            transition: .3s;
            height: 77px;
            overflow: hidden; }
            #header .menu_wrapper .menu > li.browser > a {
              transition: 1.5s; }
            #header .menu_wrapper .menu > li.browser ul {
              list-style: none;
              width: 0%;
              padding: 0;
              right: 0;
              margin: 0; }
              #header .menu_wrapper .menu > li.browser ul li {
                display: block;
                height: 80px;
                padding: 0;
                float: left; }
                #header .menu_wrapper .menu > li.browser ul li a {
                  text-decoration: none;
                  font-size: 15px;
                  font-weight: bold;
                  font-family: "微軟正黑體";
                  display: block;
                  color: white; }
                  #header .menu_wrapper .menu > li.browser ul li a:hover {
                    text-shadow: #3f2323 2px 2px 1px; }
            #header .menu_wrapper .menu > li.browser:hover {
              width: 330px;
              margin-left: 10px;
              background-color: #bb0611;
              padding-right: 20px; } }
    @media screen and (min-width: 1201px) and (max-width: 1400px) {
      #header .menu_wrapper .menu > li.browser:hover {
        width: 280px;
        padding-right: 5px; } }
        @media screen and (min-width: 1201px) {
              #header .menu_wrapper .menu > li.browser:hover > a {
                color: white; }
              #header .menu_wrapper .menu > li.browser:hover ul {
                width: 81%; } }
        #header .menu_wrapper .menu > li.browser a {
          float: right;
          color: black; }
          #header .menu_wrapper .menu > li.browser a i {
            font-size: 26px; }
        @media screen and (max-width: 1200px) {
          #header .menu_wrapper .menu > li.browser {
            position: absolute;
            top: 10px;
            right: 0;
            width: 50%;
            height: auto;
            line-height: 50px; }
            #header .menu_wrapper .menu > li.browser > a {
              display: table;
              margin-right: auto;
              margin-left: 10px;
              float: none; }
              #header .menu_wrapper .menu > li.browser > a i {
                font-size: 25px; }
            #header .menu_wrapper .menu > li.browser > ul {
              list-style: none;
              display: block;
              width: 360px;
              position: fixed;
              top: 0px;
              left: 0;
              background-color: white;
              transition: .5s ease-in-out;
              z-index: 9;
              transform: translateX(-120%);
              padding: 0;
              margin: 0; } }
    @media screen and (max-width: 1200px) and (max-width: 768px) {
      #header .menu_wrapper .menu > li.browser > ul {
        width: 100%; } }
        @media screen and (max-width: 1200px) {
              #header .menu_wrapper .menu > li.browser > ul li {
                line-height: 1.5em;
                height: 63px;
                border-bottom: 1px solid #f7cfcf;
                padding: 0; }
                #header .menu_wrapper .menu > li.browser > ul li a {
                  text-decoration: none;
                  color: #bb0611;
                  font-size: 20px;
                  font-weight: bold;
                  display: block;
                  text-align: center;
                  height: 63px;
                  line-height: 63px;
                  float: none; }
              #header .menu_wrapper .menu > li.browser > ul.active {
                transform: translateX(0); } }
  #header .menu_wrapper .child-spec, #header .menu_wrapper .child-area, #header .menu_wrapper .child {
    display: none; }

#top {
  display: none; }
  @media screen and (max-width: 576px) {
    #top.show {
      z-index: 99;
      display: block;
      cursor: pointer;
      width: 50px;
      height: 50px;
      background-color: #bb0611;
      position: fixed;
      bottom: 20px;
      right: 20px;
      color: white;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 50px;
      border-radius: 30%; } }

/* ==========================================================================
    footer
 ==========================================================================*/
#footer {
  background-color: whitesmoke;
  font-family: "Arial"; }
  #footer ul {
    list-style: none; }
  #footer > div {
    width: 96%;
    max-width: 1700px;
    margin: auto; }
    @media screen and (max-width: 576px) {
      #footer > div {
        width: 100%; } }
    #footer > div .footer-menu {
      padding-top: 60px; 
      display: table;
      margin:auto;
    }
      @media screen and (max-width: 1200px) {
        #footer > div .footer-menu {
          display: none; } }
      @media screen and (max-width: 576px) {
        #footer > div .footer-menu {
          padding-top: 0px; } }
      #footer > div .footer-menu ul {
        font-size: 18px;
        margin-bottom: 50px;
        min-width: 250px;
        float:left;
     }
        @media screen and (max-width: 1600px) {
          #footer > div .footer-menu ul {
            -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
            max-width: 33.333%; } }
        @media screen and (max-width: 576px) {
          #footer > div .footer-menu ul {
            margin-bottom: 0px; } }
        #footer > div .footer-menu ul .list-unit {
          font-size: 15px;
          color: #1a1a1a;
          font-weight: bold;
          margin-bottom: 23px; }
          @media screen and (max-width: 576px) {
            #footer > div .footer-menu ul .list-unit {
              margin-bottom: 0px;
              height: 56px;
              cursor: pointer; }
              #footer > div .footer-menu ul .list-unit span {
                vertical-align: middle; }
              #footer > div .footer-menu ul .list-unit.long {
                line-height: 20px;
                font-size: 16px; }
                #footer > div .footer-menu ul .list-unit.long span {
                  display: block;
                  padding-top: 8px; } }
        #footer > div .footer-menu ul li {
          line-height: 1.65em;
          padding: 4.5px 0; }
          #footer > div .footer-menu ul li.hidden {
            display: none !important; }
          @media screen and (max-width: 576px) {
            #footer > div .footer-menu ul li {
              height: 48px;
              line-height: 48px; } }
          #footer > div .footer-menu ul li:not(.list-unit) {
             }
            @media screen and (max-width: 1200px) {
              #footer > div .footer-menu ul li:not(.list-unit) {
                overflow: hidden; } }
          #footer > div .footer-menu ul li a {
            color: #444444;
            text-decoration: none;
            transition: .1s;
            font-size: 15px;
            line-height: 20px;
            display: block; }
            #footer > div .footer-menu ul li a:hover {
              color: #bb0611; }
        #footer > div .footer-menu ul .link_group_li {
          margin: 0 !important; }
        #footer > div .footer-menu ul .link_group {
          margin-top: 10px; }
          #footer > div .footer-menu ul .link_group a {
            float: left;
            color: #444444; }
            #footer > div .footer-menu ul .link_group a:hover {
              color: #696868; }
              #footer > div .footer-menu ul .link_group a:hover i {
                transform: scale(1.02); }
            #footer > div .footer-menu ul .link_group a:nth-child(1) {
              margin-right: 20px; }
              @media screen and (max-width: 576px) {
                #footer > div .footer-menu ul .link_group a:nth-child(1) {
                  margin-right: 6px; } }
            #footer > div .footer-menu ul .link_group a i {
              display: block;
              width: 40px;
              height: 40px;
              border-radius: 50%;
              font-size: 39px;
              transition: .5s; }
              @media screen and (max-width: 1200px) {
                #footer > div .footer-menu ul .link_group a i {
                  font-size: 40px; } }
              @media screen and (max-width: 576px) {
                #footer > div .footer-menu ul .link_group a i {
                  font-size: 32px; } }
              #footer > div .footer-menu ul .link_group a i::before {
                margin: 0; }
    #footer > div hr {
      margin-top: 30px;
      width: 100%; }
      @media screen and (max-width: 1200px) {
        #footer > div hr {
          display: none; } }
    #footer > div .footer-copyright {
      width: 100%;
      font-size: 13px; }
      @media screen and (max-width: 1200px) {
        #footer > div .footer-copyright {
          padding-top: 20px;
          padding-bottom: 10px; } }
      @media screen and (max-width: 576px) {
        #footer > div .footer-copyright {
          text-align: center; } }
      #footer > div .footer-copyright a {
        color: #787878; }
        @media screen and (max-width: 576px) {
          #footer > div .footer-copyright a {
            display: block;
            margin-top: 5px; } }
      #footer > div .footer-copyright .link {
        padding: 0px;
        padding-left: 10px; }
        #footer > div .footer-copyright .link li {
          padding: 0 10px; }
          #footer > div .footer-copyright .link li a {
            transition: .1s;
            text-decoration: none; }
            #footer > div .footer-copyright .link li a:hover {
              color: #bb0611; }
        @media screen and (max-width: 992px) {
          #footer > div .footer-copyright .link {
            float: none !important;
            margin-bottom: 0px;
            padding-left: 8px; } }
        @media screen and (max-width: 768px) {
          #footer > div .footer-copyright .link {
            margin-bottom: 5px; } }
        @media screen and (max-width: 576px) {
          #footer > div .footer-copyright .link {
            width: 265px;
            margin: auto;
            margin-bottom: 15px;
            padding: 0; } }
      #footer > div .footer-copyright .copyright a {
        text-decoration: none;
        transition: .1s; }
        #footer > div .footer-copyright .copyright a:hover {
          color: #bb0611; }
      @media screen and (max-width: 992px) {
        #footer > div .footer-copyright .copyright {
          float: none !important; } }

/* ==========================================================================
   共用項目
 ==========================================================================*/
.page {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding-top: 77px; }
  @media screen and (max-width: 1200px) {
    .page {
      padding-top: 60px; } }

@media screen and (max-width: 1600px) {
  section {
    margin-bottom: 80px !important; } }

@media screen and (max-width: 1400px) {
  section {
    margin-bottom: 60px !important; } }

@media screen and (max-width: 1200px) {
  section {
    margin-bottom: 40px !important; } }

@media screen and (max-width: 576px) {
  section {
    margin-bottom: 30px !important; } }

.page-banner {
  position: relative; }
  @media screen and (max-width: 1200px) {
    .page-banner {
      margin-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .page-banner {
      margin-bottom: 20px; } }
  .page-banner .text {
    position: absolute;
    bottom: 12%;
    left: 7.5%;
    text-transform: uppercase;
    transform: translateY(-10%); }
    @media screen and (max-width: 1800px) {
      .page-banner .text {
        bottom: 0%;
        transform: translateY(0%); } }
    @media screen and (max-width: 768px) {
      .page-banner .text {
        top: 50%;
        left: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center; } }
    .page-banner .text .main {
      color: #bb0611;
      line-height: 80px;
      font-family: "Oswald";
      font-weight: 600; }
      @media screen and (max-width: 992px) {
        .page-banner .text .main {
          line-height: 66px; } }
      @media screen and (max-width: 768px) {
        .page-banner .text .main {
          line-height: initial;
          font-size: 50px;
          color: white; } }
      @media screen and (max-width: 576px) {
        .page-banner .text .main {
          font-size: 40px;
          line-height: 1.2em;
          width: 96%;
          margin: auto; } }
    .page-banner .text .breadcrumbs {
      font-size: 14px;
      margin-top: 10px;
      text-transform: uppercase; }
      @media screen and (max-width: 1400px) {
        .page-banner .text .breadcrumbs {
          margin-top: -10px; } }
      @media screen and (max-width: 1300px) {
        .page-banner .text .breadcrumbs {
          text-shadow: #2e2e2e 0px 1px 1px; } }
      @media screen and (max-width: 1200px) {
        .page-banner .text .breadcrumbs {
          margin-top: 0px; } }
      @media screen and (max-width: 768px) {
        .page-banner .text .breadcrumbs {
          display: none;
          text-shadow: none; } }
      .page-banner .text .breadcrumbs a {
        display: inline-block;
        color: black;
        padding: 7px;
        text-decoration: none; }
        .page-banner .text .breadcrumbs a:hover {
          color: #bb0611; }
      .page-banner .text .breadcrumbs span {
        color: #bb0611;
        display: inline-block; }
  .page-banner .pic {
    background-size: cover;
    background-repeat: no-repeat;
    height: 255px;
    background-position: right 30% center; }
    @media screen and (max-width: 1200px) {
      .page-banner .pic {
        background-position: right 20% center; } }
    @media screen and (max-width: 768px) {
      .page-banner .pic {
        filter: brightness(0.6);
        height: 280px; } }
    @media screen and (max-width: 576px) {
      .page-banner .pic {
        height: 155px; } }
  @media screen and (max-width: 1300px) {
    .page-banner .gre {
      position: absolute;
      bottom: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 66%, rgba(255, 255, 255, 0) 100%);
      background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.6) 66%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.6) 66%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.6) 66%, rgba(255, 255, 255, 0) 100%);
      height: 70px;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .page-banner .gre {
      display: none; } }

.arrow_down_btn {
  display: none; }
  @media screen and (max-width: 1200px) {
    .arrow_down_btn {
      display: block;
      position: absolute;
      bottom: -50px;
      left: 50%;
      transform: translateX(-50%); } }
  @media screen and (max-width: 576px) {
    .arrow_down_btn {
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); } }

.main_group > .right_group .wrapper > ul > li > a {
  text-decoration: none;
  transition: .3s; }
  .main_group > .right_group .wrapper > ul > li > a:hover {
    color: #bb0611 !important; }

.main_group .right_group .wrapper h3 ~ span {
  display: none; }
  @media screen and (max-width: 1200px) {
    .main_group .right_group .wrapper h3 ~ span {
      display: table;
      padding: 10px 20px;
      padding-right: 40px;
      cursor: pointer;
      color: black;
      font-size: 18px;
      margin-top: 20px;
      position: relative;
      border: 1px solid black;
      width: 80%; }
      .main_group .right_group .wrapper h3 ~ span ~ ul {
        display: none;
        position: absolute;
        background-color: white;
        margin-top: 0px !important;
        width: 80%; }
        .main_group .right_group .wrapper h3 ~ span ~ ul li {
          padding-left: 20px;
          line-height: 2.8em !important; }
          .main_group .right_group .wrapper h3 ~ span ~ ul li a {
            color: black !important;
            font-size: 18px; }
      .main_group .right_group .wrapper h3 ~ span::after {
        pointer-events: none;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #ceba82;
        border-right: 1px solid #ceba82;
        transform: rotate(45deg) translateY(-50%);
        -webkit-transform: rotate(45deg) translateY(-50%);
        -moz-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        -o-transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        position: absolute;
        right: 5.6%;
        top: 20px;
        margin: auto;
        cursor: pointer; }
      .main_group .right_group .wrapper h3 ~ span.active::after {
        transform: rotate(225deg) translateY(0%);
        -webkit-transform: rotate(225deg) translateY(0%);
        -moz-transform: rotate(225deg) translateY(0%);
        -ms-transform: rotate(225deg) translateY(0%);
        -o-transform: rotate(225deg) translateY(0%);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center; } }

.location_2, .location_1 {
  display: none; }

.dropdown-toggle {
  border-radius: unset; }

/* ==========================================================================
   index
 ==========================================================================*/
.page-index .home-banner {
  position: relative; }
  .page-index .home-banner .pic {
    height: 592px; }
  @media screen and (max-width: 768px) {
    .page-index .home-banner {
      }
      .page-index .home-banner .pic {
        height: 100%; } }
  @media screen and (max-width: 768px) {
    .page-index .home-banner {
      line-height: 3.5em; } }
  .page-index .home-banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    color: #bb0611;
    font-family: "Oswald";
    font-weight: bold; }
    @media screen and (max-width: 992px) {
      .page-index .home-banner .text {
        line-height: 6em; }
        .page-index .home-banner .text .main {
          font-size: 60px; } }
    @media screen and (max-width: 576px) {
      .page-index .home-banner .text {
        width: 96%; } }

@media screen and (max-width: 1600px) {
  .page-index .main_group {
    margin-bottom: 0px !important; } }

.page-index .main_group .intro {
  margin: 0;
  margin-bottom: 3px; }
  @media screen and (max-width: 768px) {
    .page-index .main_group .intro {
      margin-bottom: 0px; } }
  .page-index .main_group .intro .group {
    position: relative;
    padding: 0;
    overflow: hidden;
    transition: .5s; }
    .page-index .main_group .intro .group:nth-child(3) .text span {
      width: 80%; }
      @media screen and (max-width: 1200px) {
        .page-index .main_group .intro .group:nth-child(3) .text span {
          width: 100%; } }
    .page-index .main_group .intro .group h2 {
      font-weight: normal;
      margin-bottom: 28px; }
      @media screen and (max-width: 1200px) {
        .page-index .main_group .intro .group h2 {
          opacity: 1;
          transform: none;
          margin-bottom: 10px; } }
      @media screen and (max-width: 768px) {
        .page-index .main_group .intro .group h2 {
          font-size: 27.3px;
          font-weight: 400;
          text-align: center; } }
    .page-index .main_group .intro .group img {
      width: 100%;
      transition: 1s;
      transform: scale(1.005); }
    .page-index .main_group .intro .group .text {
      position: absolute;
      top: 48%;
      left: 11%;
      width: 85%;
      color: white;
      transition: .5s; }
      @media screen and (max-width: 1900px) {
        .page-index .main_group .intro .group .text {
          top: 25%; } }
      @media screen and (max-width: 1800px) {
        .page-index .main_group .intro .group .text {
          top: 20%; } }
      @media screen and (max-width: 1400px) {
        .page-index .main_group .intro .group .text {
          top: 10%; } }
      /* @media screen and (max-width: 1200px) {
        .page-index .main_group .intro .group .text {
          position: static;
          transform: none;
          color: black;
          width: 100%;
          padding: 10px 15px;
          opacity: 1;
          height: 250px; } } */
      @media screen and (max-width: 900px) {
        .page-index .main_group .intro .group .text {
          height: 300px; } }
      @media screen and (max-width: 850px) {
        .page-index .main_group .intro .group .text {
          height: 320px; } }
      @media screen and (max-width: 768px) {
        .page-index .main_group .intro .group .text {
          position: absolute;
          color: white;
          top: 10%;
          left: 50%;
          transform: translateX(-50%);
          width: 86%; } }
      .page-index .main_group .intro .group .text span {
        width: 73%;
        display: block;
        font-size: 15px;
        line-height: 2em; }
        @media screen and (max-width: 1400px) {
          .page-index .main_group .intro .group .text span {
            width: 100%; } }
        @media screen and (max-width: 768px) {
          .page-index .main_group .intro .group .text span {
            display: none; } }
    .page-index .main_group .intro .group a {
      position: absolute;
      bottom: 45px;
      left: 11%;
      display: block;
      width: 125px;
      text-align: center;
      height: 40px;
      border: 1px solid white;
      line-height: 40px;
      color: white;
      text-decoration: none;
      transition: .3s; }
      .page-index .main_group .intro .group a:hover {
        transform: scale(1.05); }
      @media screen and (max-width: 1400px) {
        .page-index .main_group .intro .group a {
          bottom: 20px; } }
      /* @media screen and (max-width: 1200px) {
        .page-index .main_group .intro .group a {
          position: static;
          transform: none;
          color: black;
          border: 1px solid black;
          margin-left: 15px;
          margin-bottom: 20px; } } */
      @media screen and (max-width: 768px) {
        .page-index .main_group .intro .group a {
          margin: 0;
          position: absolute;
          color: white;
          left: 50%;
          bottom: 40px;
          border: 1px solid white;
          transform: translateX(-50%);
          font-weight: bold;
          width: 125px;
          height: 40px;
          line-height: 40px; }
          .page-index .main_group .intro .group a:hover {
            transform: translateX(-50%); } }

.page-index .main_group .products {
  position: relative;
  height: 365px;
  margin: 0;
  margin-bottom: 3px; }
  @media screen and (max-width: 768px) {
    .page-index .main_group .products {
      height: 380px;
      margin-bottom: 0px; } }
  @media screen and (max-width: 576px) {
    .page-index .main_group .products {
      height: auto;
      background-color: #f2f2f2; } }
  .page-index .main_group .products .slick-prev {
    opacity: 0.3;
    transition: .3s;
    background: url("images/index/index_arrow_left.png") center no-repeat;
    left: 2%;
    background-size: contain;
    width: 55px;
    height: 55px; }
    @media screen and (max-width: 767px) {
      .page-index .main_group .products .slick-prev {
        left: 10%; } }
    @media screen and (max-width: 576px) {
      .page-index .main_group .products .slick-prev {
        width: 40px;
        top: 61%; } }
    @media screen and (max-width: 500px) {
      .page-index .main_group .products .slick-prev {
        top: 58%; } }
    @media screen and (max-width: 400px) {
      .page-index .main_group .products .slick-prev {
        top: 54%; } }
    .page-index .main_group .products .slick-prev:hover {
      opacity: 1; }
  .page-index .main_group .products .slick-next {
    opacity: 0.3;
    transition: .3s;
    right: 2%;
    background: url("images/index/index_arrow_right.png") center no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px; }
    @media screen and (max-width: 767px) {
      .page-index .main_group .products .slick-next {
        right: 10%; } }
    @media screen and (max-width: 576px) {
      .page-index .main_group .products .slick-next {
        width: 40px;
        top: 61%; } }
    @media screen and (max-width: 500px) {
      .page-index .main_group .products .slick-next {
        top: 58%; } }
    @media screen and (max-width: 400px) {
      .page-index .main_group .products .slick-next {
        top: 54%; } }
    .page-index .main_group .products .slick-next:hover {
      opacity: 1; }
  .page-index .main_group .products .group {
    background-color: #f2f2f2;
    position: relative; }
    .page-index .main_group .products .group .text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 1400px) {
        .page-index .main_group .products .group .text {
          top: 30%; } }
      @media screen and (max-width: 992px) {
        .page-index .main_group .products .group .text {
          position: static;
          transform: none;
          display: table;
          margin: auto; } }
      @media screen and (max-width: 576px) {
        .page-index .main_group .products .group .text {
          padding-bottom: 30px;
          margin-top: 20px; } }
      .page-index .main_group .products .group .text h2 {
        text-align: center; }
        @media screen and (max-width: 576px) {
          .page-index .main_group .products .group .text h2 {
            font-size: 30px; } }
      .page-index .main_group .products .group .text h3 {
        text-align: center;
        color: #626262; }
        @media screen and (max-width: 576px) {
          .page-index .main_group .products .group .text h3 {
            margin-bottom: 20px;
            font-weight: bold; } }
      .page-index .main_group .products .group .text ul {
        padding: 0;
        color: #8b8b8b;
        list-style: none;
        font-size: 15px; }
        .page-index .main_group .products .group .text ul li {
          text-align: center; }
          @media screen and (max-width: 576px) {
            .page-index .main_group .products .group .text ul li {
              line-height: 1.8em; } }
    .page-index .main_group .products .group img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40%;
      opacity: 1;
      transition: .3s; }
      .page-index .main_group .products .group img:hover {
        opacity: 0.9; }
      @media screen and (max-width: 1400px) {
        .page-index .main_group .products .group img {
          margin-top: 50px;
          margin-left: -50px; } }
      @media screen and (max-width: 992px) {
        .page-index .main_group .products .group img {
          position: static;
          transform: none;
          display: table;
          margin: auto;
          margin-top: 20px;
          margin-bottom: 10px; }
          .page-index .main_group .products .group img:hover {
            transform: scale(1.05);
            opacity: 0.9; } }
      @media screen and (max-width: 768px) {
        .page-index .main_group .products .group img {
          margin-top: 15px;
          margin-bottom: 0px; } }
      @media screen and (max-width: 576px) {
        .page-index .main_group .products .group img {
          margin-top: 30px;
          width: 60%; } }
  .page-index .main_group .products .group_left {
    margin-right: 1.5px; }
    .page-index .main_group .products .group_left .text {
      left: 20%; }
    .page-index .main_group .products .group_left img {
      left: 50%; }
      @media screen and (max-width: 1800px) {
        .page-index .main_group .products .group_left img {
          left: 55%; } }
      @media screen and (max-width: 1400px) {
        .page-index .main_group .products .group_left img {
          left: 60%; } }
  .page-index .main_group .products .group_right {
    margin-right: 1.5px; }
    .page-index .main_group .products .group_right .text {
      left: 20%; }
    .page-index .main_group .products .group_right img {
      left: 50%; }
      @media screen and (max-width: 1800px) {
        .page-index .main_group .products .group_right img {
          left: 55%; } }
      @media screen and (max-width: 1400px) {
        .page-index .main_group .products .group_right img {
          left: 60%; } }

.page-index .main_group .img_group {
  margin: 0;
  margin-bottom: 3px; }
  .page-index .main_group .img_group .group {
    padding: 0;
    position: relative;
    background-size: 960px 375px;
    width: 100%;
    overflow: hidden; }
    .page-index .main_group .img_group .group h2 {
      font-size: 52px;
      text-transform: uppercase;
      font-family: "oswald";
      position: absolute;
      letter-spacing: 0.5px;
      top: 50%;
      left: 50%;
      font-weight: bold;
      color: white;
      transform: translate(-50%, -50%);
      transition: 1s;
      z-index: 11;
      width: 80%;
      margin: auto;
      text-align: center; }
      @media screen and (max-width: 1200px) {
        .page-index .main_group .img_group .group h2 {
          font-size: 36px; } }
      @media screen and (max-width: 768px) {
        .page-index .main_group .img_group .group h2 {
          font-size: 40px; } }
    .page-index .main_group .img_group .group img {
      -webkit-filter: brightness(80%);
      /* Safari */
      filter: brightness(80%); }

.page-index .main_group .img_text_group {
  margin: 0;
  margin-bottom: 3px; }
  @media screen and (max-width: 768px) {
    .page-index .main_group .img_text_group {
      margin-top: 50px; } }
  .page-index .main_group .img_text_group .group {
    padding: 0;
    color: black;
    position: relative;
    background-color: #f5f8fa;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .page-index .main_group .img_text_group .group {
        background-color: initial; } }
    .page-index .main_group .img_text_group .group:hover .more {
      font-weight: 700;
      color: #bb0611; }
    .page-index .main_group .img_text_group .group:nth-child(1) {
      border-right: 1.5px solid white; }
    .page-index .main_group .img_text_group .group:nth-child(2) {
      border-left: 1.5px solid white; }
    .page-index .main_group .img_text_group .group .img_wrapper {
      overflow: hidden;
      float: left;
      width: 62%; }
      @media screen and (max-width: 1800px) {
        .page-index .main_group .img_text_group .group .img_wrapper {
          width: 100%; } }
      @media screen and (max-width: 1600px) {
        .page-index .main_group .img_text_group .group .img_wrapper {
          float: none; } }
      @media screen and (max-width: 768px) {
        .page-index .main_group .img_text_group .group .img_wrapper {
          width: 68%;
          margin: auto; } }
      .page-index .main_group .img_text_group .group .img_wrapper img {
        transition: .5s; }
        @media screen and (max-width: 1800px) {
          .page-index .main_group .img_text_group .group .img_wrapper img {
            float: none;
            width: 100%; } }
    .page-index .main_group .img_text_group .group .text_wrapper {
      float: left;
      width: 38%;
      padding: 30px 38px; }
      @media screen and (max-width: 1850px) {
        .page-index .main_group .img_text_group .group .text_wrapper {
          padding-top: 25px; } }
      @media screen and (max-width: 1800px) {
        .page-index .main_group .img_text_group .group .text_wrapper {
          position: static;
          background-color: white;
          color: black;
          padding: 15px 25px;
          padding-bottom: 50px;
          height: 250px;
          width: 100%; } }
      @media screen and (max-width: 1200px) {
        .page-index .main_group .img_text_group .group .text_wrapper {
          height: 300px; } }
      @media screen and (max-width: 768px) {
        .page-index .main_group .img_text_group .group .text_wrapper {
          width: 68%;
          margin: auto;
          padding: 15px 5px;
          height: auto;
          float: none; } }
      .page-index .main_group .img_text_group .group .text_wrapper .text h4 {
        margin-bottom: 20px;
        font-weight: bold; }
        @media screen and (max-width: 1900px) {
          .page-index .main_group .img_text_group .group .text_wrapper .text h4 {
            margin-bottom: 10px; } }
        @media screen and (max-width: 1800px) {
          .page-index .main_group .img_text_group .group .text_wrapper .text h4 {
            margin-bottom: 5px; } }
        @media screen and (max-width: 768px) {
          .page-index .main_group .img_text_group .group .text_wrapper .text h4 {
            font-weight: bold;
            font-size: 20px;
            color: black; } }
      .page-index .main_group .img_text_group .group .text_wrapper .text p {
        font-size: 15px;
        line-height: 1.8em;
        margin: 0; }
        @media screen and (max-width: 768px) {
          .page-index .main_group .img_text_group .group .text_wrapper .text p {
            margin-top: 5px;
            line-height: 1.5em;
            display: none; } }
      .page-index .main_group .img_text_group .group .text_wrapper .text span {
        font-size: 15px;
        color: #a8a8a8; }
        @media screen and (max-width: 1800px) {
          .page-index .main_group .img_text_group .group .text_wrapper .text span {
            color: #a8a8a8; } }
        @media screen and (max-width: 992px) {
          .page-index .main_group .img_text_group .group .text_wrapper .text span {
            color: #a8a8a8; } }
      .page-index .main_group .img_text_group .group .text_wrapper .more {
        position: absolute;
        bottom: 20px;
        text-transform: uppercase;
        font-size: 14px;
        transition: .1s; }
        @media screen and (max-width: 1850px) {
          .page-index .main_group .img_text_group .group .text_wrapper .more {
            bottom: 15px; } }
        @media screen and (max-width: 768px) {
          .page-index .main_group .img_text_group .group .text_wrapper .more {
            display: none; } }
  .page-index .main_group .img_text_group .slick-next {
    opacity: 0.3;
    transition: .3s;
    right: 2%;
    background: url(images/index/index_arrow_right.png) center no-repeat;
    background-size: contain; }
    @media screen and (max-width: 768px) {
      .page-index .main_group .img_text_group .slick-next {
        right: 8%;
        top: 37%; } }
    @media screen and (max-width: 576px) {
      .page-index .main_group .img_text_group .slick-next {
        top: 30%; } }
  .page-index .main_group .img_text_group .slick-prev {
    opacity: 0.3;
    transition: .3s;
    left: 2%;
    background: url(images/index/index_arrow_left.png) center no-repeat;
    background-size: contain; }
    @media screen and (max-width: 768px) {
      .page-index .main_group .img_text_group .slick-prev {
        left: 8%;
        top: 37%; } }
    @media screen and (max-width: 576px) {
      .page-index .main_group .img_text_group .slick-prev {
        top: 30%; } }

.page-index .main_group .contact_group {
  position: relative;
  overflow: hidden; }
  .page-index .main_group .contact_group .bg {
    height: 350px;
    background: url("images/index/index_contact_img.jpg") center no-repeat;
    filter: brightness(0.2); }
    @media screen and (max-width: 576px) {
      .page-index .main_group .contact_group .bg {
        height: 300px; } }
  .page-index .main_group .contact_group .text {
    width: 100%;
    color: #bababa;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .page-index .main_group .contact_group .text {
        top: 35%; } }
    .page-index .main_group .contact_group .text > div h3 {
      color: white;
      margin-bottom: 10px;
      font-size: 35px;
      font-weight: 400; }
      @media screen and (max-width: 1200px) {
        .page-index .main_group .contact_group .text > div h3 {
          font-size: 20px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 576px) {
        .page-index .main_group .contact_group .text > div h3 {
          margin-bottom: 10px; } }
    .page-index .main_group .contact_group .text > div .detail {
      margin-bottom: 75px;
      font-size: 15px; }
      @media screen and (max-width: 1600px) {
        .page-index .main_group .contact_group .text > div .detail {
          margin-bottom: 60px; } }
      @media screen and (max-width: 1400px) {
        .page-index .main_group .contact_group .text > div .detail {
          margin-bottom: 30px; } }
      @media screen and (max-width: 1200px) {
        .page-index .main_group .contact_group .text > div .detail {
          margin-bottom: 10px; } }
      .page-index .main_group .contact_group .text > div .detail .left {
        float: left;
        width: 52%;
        text-align: right;
        padding: 20px; }
        @media screen and (max-width: 1200px) {
          .page-index .main_group .contact_group .text > div .detail .left {
            float: none;
            width: 100%;
            text-align: center;
            padding: 0px; } }
        @media screen and (max-width: 768px) {
          .page-index .main_group .contact_group .text > div .detail .left {
            line-height: 2em; } }
        @media screen and (max-width: 576px) {
          .page-index .main_group .contact_group .text > div .detail .left {
            margin-bottom: 15px; } }
        .page-index .main_group .contact_group .text > div .detail .left .address {
          width: 300px;
          float: right;
        color:#bababa; }
          @media screen and (max-width: 1200px) {
            .page-index .main_group .contact_group .text > div .detail .left .address {
              float: none;
              display: table;
              margin: auto; } }
      .page-index .main_group .contact_group .text > div .detail .right {
        float: left;
        width: 48%;
        text-align: left;
        padding: 20px;
        letter-spacing:1px; }
        @media screen and (max-width: 1200px) {
          .page-index .main_group .contact_group .text > div .detail .right {
            float: none;
            width: 100%;
            text-align: center;
            padding: 0px; } }
        .page-index .main_group .contact_group .text > div .detail .right span {
          display: block;
          color: #bababa; }
          @media screen and (max-width: 768px) {
            .page-index .main_group .contact_group .text > div .detail .right span {
              line-height: 2em; } }
  .page-index .main_group .contact_group .link_group {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 1; }
    @media screen and (max-width: 576px) {
      .page-index .main_group .contact_group .link_group {
        bottom: 40px; } }
    .page-index .main_group .contact_group .link_group a {
      float: left;
      color: red; }
      .page-index .main_group .contact_group .link_group a:hover i {
        transform: scale(1.1); }
      .page-index .main_group .contact_group .link_group a:nth-child(1) {
        margin-right: 20px; }
        @media screen and (max-width: 576px) {
          .page-index .main_group .contact_group .link_group a:nth-child(1) {
            margin-right: 26px; } }
      .page-index .main_group .contact_group .link_group a i {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 44px;
        transition: .5s; }
        @media screen and (max-width: 1200px) {
          .page-index .main_group .contact_group .link_group a i {
            font-size: 40px; } }
        @media screen and (max-width: 576px) {
          .page-index .main_group .contact_group .link_group a i {
            font-size: 32px;
            width: 32px;
            height: 32px; } }
        .page-index .main_group .contact_group .link_group a i::before {
          margin: 0; }

/* ==========================================================================
   about
 ==========================================================================*/
.submenu-about {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 75px;
  font-size: 20px; }
  @media screen and (max-width: 1200px) {
    .submenu-about {
      border: none;
      margin-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .submenu-about {
      margin-bottom: 20px !important; } }
  .submenu-about div {
    height: 65px;
    display: table;
    margin: auto;
    line-height: 65px;
    padding: 0px;
    text-transform: uppercase; }
    .submenu-about div span {
      display: none; }
    .submenu-about div ul {
      list-style: none;
      padding: 0;
      margin-bottom: 0px; }
      .submenu-about div ul li {
        text-align: center;
        transition: border .5s;
        border-bottom: 0px; }
        .submenu-about div ul li:not(:last-child) {
          margin-right: 7px; }
        @media screen and (max-width: 1400px) {
          .submenu-about div ul li {
            margin-right: 0px;
            padding: 0 5px; } }
        @media screen and (min-width: 1201px) {
          .submenu-about div ul li.onPage a {
            color: #ed7330; }
            .submenu-about div ul li.onPage a::after {
              content: "";
              display: block;
              width: 100%;
              height: 2px;
              background-color: #e7b295;
              position: absolute;
              left: 0;
              right: 0;
              bottom: -1px;
              margin: auto;
              transition: width 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1); }
            .submenu-about div ul li.onPage a:hover {
              color: #ed7330; } }
        .submenu-about div ul li a {
          text-decoration: none;
          font-weight: bold;
          color: #c3c3c3;
          display: block;
          position: relative; }
          .submenu-about div ul li a::after {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            background-color: #e7b295;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -1px;
            margin: auto;
            transition: width 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1); }
          @media screen and (min-width: 1201px) {
            .submenu-about div ul li a:hover {
              color: #e7b295; }
              .submenu-about div ul li a:hover::after {
                width: 100%; } }
    @media screen and (max-width: 1200px) {
      .submenu-about div {
        position: relative;
        cursor: pointer;
        height: 65px;
        border-top: 1px solid #a6a6a6;
        border-bottom: 1px solid #a6a6a6;
        margin-bottom: 20px; }
        .submenu-about div::after {
          pointer-events: none;
          display: block;
          content: '';
          width: 10px;
          height: 10px;
          border-bottom: 1px solid #ceba82;
          border-right: 1px solid #ceba82;
          transform: rotate(45deg) translateY(-50%);
          -webkit-transform: rotate(45deg) translateY(-50%);
          -moz-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
          -o-transform: rotate(45deg) translateY(-50%);
          transition: all .4s ease-in-out;
          -webkit-transition: all .4s ease-in-out;
          -moz-transition: all .4s ease-in-out;
          -ms-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transform-origin: 50% 0;
          -webkit-transform-origin: 50% 0;
          -moz-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
          -o-transform-origin: 50% 0;
          position: absolute;
          right: 5.6%;
          top: 28px;
          margin: auto;
          cursor: pointer; }
        .submenu-about div.active::after {
          transform: rotate(225deg) translateY(0%);
          -webkit-transform: rotate(225deg) translateY(0%);
          -moz-transform: rotate(225deg) translateY(0%);
          -ms-transform: rotate(225deg) translateY(0%);
          -o-transform: rotate(225deg) translateY(0%);
          transform-origin: center;
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center; }
        .submenu-about div span {
          display: block;
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          color: black;
          margin-left: -10px; }
        .submenu-about div ul {
          display: none; }
          .submenu-about div ul li {
            background-color: white;
            opacity: 0.9;
            z-index: 9;
            width: 100%; }
            .submenu-about div ul li a {
              color: black;
              transition: .3s; }
              .submenu-about div ul li a:hover {
                color: #bb0611; } }

.page-about-darfon .page-banner .pic {
  background-image: url("images/about/about_1_main.jpg"); }

.page-about-darfon .text-group {
  margin-bottom: 70px; }
  .page-about-darfon .text-group div:nth-child(1) {
    letter-spacing: -1px;
    line-height: 1.8em;
    float: left;
    width: 36%;
    margin-right: 3.5%; }
    @media screen and (max-width: 1200px) {
      .page-about-darfon .text-group div:nth-child(1) {
        width: 100%;
        margin: 0;
        float: none;
        line-height: 1.5em;
        margin-bottom: 20px; } }
  .page-about-darfon .text-group div:nth-child(2) {
    float: left;
    width: 60.5%;
    line-height: 1.6em;
    font-weight: bold; }
    @media screen and (max-width: 1200px) {
      .page-about-darfon .text-group div:nth-child(2) {
        width: 100%;
        float: none; } }
    .page-about-darfon .text-group div:nth-child(2) p {
      margin-bottom: 25px;
      color: #838383; }

.page-about-darfon .img_text_group {
  margin-bottom: 90px; }
  .page-about-darfon .img_text_group .group {
    padding: 0; }
    .page-about-darfon .img_text_group .group .img_wrapper {
      overflow: hidden;
      background-color: initial; }
      .page-about-darfon .img_text_group .group .img_wrapper img {
        width: 100%; }
    .page-about-darfon .img_text_group .group .text_wrapper {
      overflow: hidden;
      min-height: 1px; }
    .page-about-darfon .img_text_group .group > div {
      background-color: #f2f2f2;
      position: relative;
      text-align: center; }
      .page-about-darfon .img_text_group .group > div > div {
        position: absolute;
        top: 46%;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 768px) {
          .page-about-darfon .img_text_group .group > div > div {
            position: static;
            transform: none;
            margin: auto;
            padding: 30px 0; } }
        .page-about-darfon .img_text_group .group > div > div span {
          display: block;
          margin-bottom: 17px; }
        .page-about-darfon .img_text_group .group > div > div span:nth-child(1) {
          color: #bb0611;
          font-weight: bold;
          text-transform: uppercase; }
          @media screen and (max-width: 768px) {
            .page-about-darfon .img_text_group .group > div > div span:nth-child(1) {
              margin-bottom: 5px; } }
        .page-about-darfon .img_text_group .group > div > div span:nth-child(2) {
          line-height: 1.6em;
          color: #666666;
          font-weight: bold; }
          @media screen and (max-width: 992px) {
            .page-about-darfon .img_text_group .group > div > div span:nth-child(2) {
              margin-bottom: 0px; } }
    .page-about-darfon .img_text_group .group:nth-child(2) > div > div {
      width: 70%; }
      @media screen and (max-width: 992px) {
        .page-about-darfon .img_text_group .group:nth-child(2) > div > div {
          width: 76%; } }
      @media screen and (max-width: 768px) {
        .page-about-darfon .img_text_group .group:nth-child(2) > div > div {
          width: 90%; } }
    .page-about-darfon .img_text_group .group:nth-child(3) > div > div {
      width: 85%; }
      @media screen and (max-width: 992px) {
        .page-about-darfon .img_text_group .group:nth-child(3) > div > div {
          width: 90%;
          top: 50%; } }
    @media screen and (max-width: 1200px) {
      .page-about-darfon .img_text_group .group img {
        width: 50%;
        float: left; }
      .page-about-darfon .img_text_group .group > div {
        width: 50%;
        float: left; } }
    @media screen and (max-width: 768px) {
      .page-about-darfon .img_text_group .group img {
        width: 100%;
        float: none; }
      .page-about-darfon .img_text_group .group > div {
        width: 100%;
        float: none; } }

.page-about-darfon .marking {
  font-size: 15px;
  line-height: 1.7em;
  font-weight: bold; }
  .page-about-darfon .marking h4 {
    margin-bottom: 40px; }
    @media screen and (max-width: 1600px) {
      .page-about-darfon .marking h4 {
        margin-bottom: 20px; } }
    @media screen and (max-width: 576px) {
      .page-about-darfon .marking h4 {
        margin-bottom: 10px; } }
  .page-about-darfon .marking p {
    color: #858585;
    margin-bottom: 20px; }
  .page-about-darfon .marking p:last-child(1) {
    margin-bottom: 0; }
  .page-about-darfon .marking ul {
    padding: 0;
    list-style: none; }
  .page-about-darfon .marking .block_gruop {
    margin-bottom: 70px;
    margin-top: 45px; }
    .page-about-darfon .marking .block_gruop > span {
      display: block;
      margin-bottom: 32px; }
      @media screen and (max-width: 1200px) {
        .page-about-darfon .marking .block_gruop > span {
          margin-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        .page-about-darfon .marking .block_gruop > span {
          margin-bottom: 10px; } }
    .page-about-darfon .marking .block_gruop > div {
      margin-top: 15px;
      margin-bottom: 8px; }
    @media screen and (max-width: 576px) {
      .page-about-darfon .marking .block_gruop {
        margin-bottom: 30px; } }
    .page-about-darfon .marking .block_gruop div {
      list-style: none; }
      .page-about-darfon .marking .block_gruop div .item {
        background-color: #f2f2f2;
        display: inline-block;
        flex: 0 0 11.7%;
        max-width: 11.7%;
        width: 100%;
        margin: 0 0.2%;
        text-align: center;
        height: 63px;
        line-height: 60px;
        margin-bottom: 10px; }
        @media screen and (max-width: 992px) {
          .page-about-darfon .marking .block_gruop div .item {
            flex: 0 0 15.56%;
            max-width: 15.56%; } }
        @media screen and (max-width: 768px) {
          .page-about-darfon .marking .block_gruop div .item {
            flex: 0 0 24%;
            max-width: 24%; } }
        @media screen and (max-width: 576px) {
          .page-about-darfon .marking .block_gruop div .item {
            flex: 0 0 48.4%;
            max-width: 48.4%; } }
    .page-about-darfon .marking .block_gruop .init_hide {
      display: none; }
    .page-about-darfon .marking .block_gruop a {
      color: #a6a6a6;
      text-decoration: none;
      border-bottom: 1px solid #a6a6a6;
      transition: .3s; }
      .page-about-darfon .marking .block_gruop a:hover {
        color: #bb0611; }

.page-about-history .page-banner .pic {
  background-image: url("images/about/about_1_main.jpg"); }

.page-about-history .history_group {
  margin-top: 115px;
  margin-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 1800px) {
    .page-about-history .history_group {
      padding: 0 30px; } }
  @media screen and (max-width: 1600px) {
    .page-about-history .history_group {
      padding: 0 30px; } }
  @media screen and (max-width: 1200px) {
    .page-about-history .history_group {
      padding: 0;
      margin-top: 0px; } }
  @media screen and (max-width: 768px) {
    .page-about-history .history_group {
      margin-top: 40px; } }
  .page-about-history .history_group .hor_line {
    width: 1px;
    position: absolute;
    background-color: #cccccc; }
    @media screen and (max-width: 1200px) {
      .page-about-history .history_group .hor_line {
        padding: 0;
        margin-top: 0px;
        display: none; } }
  .page-about-history .history_group > .group {
    color: #a6a6a6; }
    @media screen and (max-width: 768px) {
      .page-about-history .history_group > .group {
        padding-bottom: 30px; } }
    .page-about-history .history_group > .group > * {
      float: left; }
    .page-about-history .history_group > .group .year {
      font-style: italic;
      font-weight: bold;
      color: black;
      position: relative;
      width: 6.5%;
      margin-top: -14px; }
      @media screen and (max-width: 1800px) {
        .page-about-history .history_group > .group .year {
          width: 7%; } }
      @media screen and (max-width: 1600px) {
        .page-about-history .history_group > .group .year {
          width: 8%; } }
      @media screen and (max-width: 1400px) {
        .page-about-history .history_group > .group .year {
          width: 9%; } }
      @media screen and (max-width: 1200px) {
        .page-about-history .history_group > .group .year {
          float: none;
          width: 80px;
          height: 40px;
          margin: auto; } }
      @media screen and (max-width: 768px) {
        .page-about-history .history_group > .group .year {
          height: 30px; } }
      .page-about-history .history_group > .group .year span {
        float: left;
        display: block;
        line-height: 25px; }
        @media screen and (max-width: 1200px) {
          .page-about-history .history_group > .group .year span {
            margin-top: 10px; } }
      .page-about-history .history_group > .group .year .icon-circle {
        float: left;
        color: #bb0611;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 8.5px;
        z-index: 1; }
        .page-about-history .history_group > .group .year .icon-circle::before {
          transform: scale(0.4) translate(-31px, -25px); }
        @media screen and (max-width: 1200px) {
          .page-about-history .history_group > .group .year .icon-circle {
            top: 9.5px;
            right: initial;
            left: 0; } }
      @media screen and (max-width: 1200px) {
        .page-about-history .history_group > .group .year strong {
          float: right; } }
    .page-about-history .history_group > .group .describe {
      border-top: 1px dotted #a6a6a6;
      width: 93.5%;
      font-weight: bold;
      position: relative; }
      @media screen and (max-width: 1800px) {
        .page-about-history .history_group > .group .describe {
          width: 93%; } }
      @media screen and (max-width: 1600px) {
        .page-about-history .history_group > .group .describe {
          width: 92%; } }
      @media screen and (max-width: 1400px) {
        .page-about-history .history_group > .group .describe {
          width: 91%; } }
      @media screen and (max-width: 1200px) {
        .page-about-history .history_group > .group .describe {
          width: 100%;
          float: none; } }
      @media screen and (max-width: 992px) {
        .page-about-history .history_group > .group .describe {
          color: black; } }
      .page-about-history .history_group > .group .describe ul {
        padding: 0;
        list-style: none;
        margin: 22px 0; }
        @media screen and (max-width: 768px) {
          .page-about-history .history_group > .group .describe ul {
            margin-top: 10px; } }
        @media screen and (max-width: 576px) {
          .page-about-history .history_group > .group .describe ul {
            margin: 10px 0; } }
        .page-about-history .history_group > .group .describe ul li {
          position: relative;
          line-height: 2.5em;
          font-size: 15px; }
          @media screen and (max-width: 1200px) {
            .page-about-history .history_group > .group .describe ul li {
              line-height: 2.2em; } }
          @media screen and (max-width: 992px) {
            .page-about-history .history_group > .group .describe ul li {
              line-height: 2em; } }
          @media screen and (max-width: 768px) {
            .page-about-history .history_group > .group .describe ul li {
              line-height: 1.5em;
              margin: 10px 0; } }
          .page-about-history .history_group > .group .describe ul li span:nth-child(1) {
            width: 170px;
            position: absolute;
            left: 50px; }
            @media screen and (max-width: 1200px) {
              .page-about-history .history_group > .group .describe ul li span:nth-child(1) {
                left: 0;
                width: 150px; } }
            @media screen and (max-width: 576px) {
              .page-about-history .history_group > .group .describe ul li span:nth-child(1) {
                width: 100%;
                position: static;
                color: black;
                font-weight: bold; } }
          .page-about-history .history_group > .group .describe ul li div {
            position: relative;
            margin-left: 240px;
            width: calc(100% - 240px); }
            .page-about-history .history_group > .group .describe ul li div::before {
              content: "";
              width: 5px;
              height: 2px;
              position: absolute;
              left: -17px;
              top: 17px;
              display: block;
              background-color: #a6a6a6; }
            @media screen and (max-width: 1200px) {
              .page-about-history .history_group > .group .describe ul li div {
                margin-left: 180px;
                width: calc(100% - 180px); }
                .page-about-history .history_group > .group .describe ul li div::before {
                  top: 15px; } }
            @media screen and (max-width: 992px) {
              .page-about-history .history_group > .group .describe ul li div::before {
                background-color: black; } }
            @media screen and (max-width: 768px) {
              .page-about-history .history_group > .group .describe ul li div::before {
                top: 10px; } }
            @media screen and (max-width: 576px) {
              .page-about-history .history_group > .group .describe ul li div {
                width: 100%;
                position: static;
                margin: 0;
                font-weight: normal; }
                .page-about-history .history_group > .group .describe ul li div::before {
                  display: none; } }

.page-about-rela-cor .page-banner .pic {
  background-image: url("images/about/about_1_main.jpg"); }

.page-about-rela-cor .main_group {
  margin-bottom: 70px;
  margin-top: -30px; }
  @media screen and (max-width: 1200px) {
    .page-about-rela-cor .main_group {
      margin-top: -20px; } }
  .page-about-rela-cor .main_group > div {
    margin-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #cccccc;
    width: 48%; }
    .page-about-rela-cor .main_group > div:last-child {
      border: none; }
    .page-about-rela-cor .main_group > div:nth-child(odd) {
      margin-right: 4%; }
      @media screen and (max-width: 1200px) {
        .page-about-rela-cor .main_group > div:nth-child(odd) {
          margin: 0; } }
    @media screen and (max-width: 1600px) {
      .page-about-rela-cor .main_group > div {
        margin-top: 40px; } }
    @media screen and (max-width: 1200px) {
      .page-about-rela-cor .main_group > div {
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px !important; } }
    @media screen and (max-width: 992px) {
      .page-about-rela-cor .main_group > div {
        width: 100%; } }
    .page-about-rela-cor .main_group > div .img_div {
      overflow: hidden;
      width: 38.7%;
      margin-right: 3%; }
      @media screen and (max-width: 768px) {
        .page-about-rela-cor .main_group > div .img_div {
          margin-right: 0;
          width: 100%; } }
      @media screen and (max-width: 576px) {
        .page-about-rela-cor .main_group > div .img_div {
          padding: 0;
          margin-bottom: 20px; } }
      .page-about-rela-cor .main_group > div .img_div img {
        image-rendering: -webkit-optimize-contrast;
        transition: .8s; }
      .page-about-rela-cor .main_group > div .img_div ~ div span {
        color: black; }
    .page-about-rela-cor .main_group > div .text_div {
      width: 58%; }
      .page-about-rela-cor .main_group > div .text_div h6 {
        line-height: 1.7em;
        color: black; }
      .page-about-rela-cor .main_group > div .text_div span {
        letter-spacing: 0.1px; }
      @media screen and (max-width: 768px) {
        .page-about-rela-cor .main_group > div .text_div {
          width: 100%; } }
  .page-about-rela-cor .main_group > div:nth-child(3) {
    padding-bottom: 102px; }
    .page-about-rela-cor .main_group > div:nth-child(3) > div:nth-child(2) {
      margin-top: 5px; }
  .page-about-rela-cor .main_group > div:nth-child(5) {
    padding-bottom: 107px; }
  .page-about-rela-cor .main_group > div:nth-child(7) {
    padding-bottom: 80px; }
    .page-about-rela-cor .main_group > div:nth-child(7) > div:nth-child(1) {
      margin-top: 10px; }
  .page-about-rela-cor .main_group > div:nth-child(8) > div:nth-child(1) {
    margin-top: 5px; }
  .page-about-rela-cor .main_group > div:nth-child(9) {
    padding-bottom: 63px; }
    .page-about-rela-cor .main_group > div:nth-child(9) > div:nth-child(1) {
      margin-top: 5px; }
  .page-about-rela-cor .main_group > div:nth-child(11) {
    padding-bottom: 57px; }
    .page-about-rela-cor .main_group > div:nth-child(11) > div:nth-child(1) {
      margin-top: 15px; }
  .page-about-rela-cor .main_group > div:nth-child(12) > div:nth-child(1) {
    margin-top: 20px; }
  .page-about-rela-cor .main_group > div:nth-child(13) {
    padding-bottom: 85px; }
    .page-about-rela-cor .main_group > div:nth-child(13) > div:nth-child(1) {
      margin-top: 20px; }
    .page-about-rela-cor .main_group > div:nth-child(13) .text_div {
      margin-top: 20px; }
  .page-about-rela-cor .main_group a {
    text-decoration: underline;
    transition: .1s; }
    .page-about-rela-cor .main_group a:hover {
      color: #bb0611 !important; }

.page-about-advantage .page-banner .pic {
  background-image: url("images/about/about-advantage_main.jpg"); }

.page-about-advantage .technical_ability {
  margin-top: 88px;
  margin-bottom: 100px; }
  @media screen and (max-width: 1600px) {
    .page-about-advantage .technical_ability {
      margin-top: 80px; } }
  @media screen and (max-width: 1400px) {
    .page-about-advantage .technical_ability {
      margin-top: 60px; } }
  @media screen and (max-width: 1200px) {
    .page-about-advantage .technical_ability {
      margin-top: 40px; } }
  @media screen and (max-width: 576px) {
    .page-about-advantage .technical_ability {
      margin-top: 20px; } }
  .page-about-advantage .technical_ability .text_group {
    padding-right: 55px; }
    @media screen and (max-width: 1600px) {
      .page-about-advantage .technical_ability .text_group {
        padding-right: 20px; } }
    @media screen and (max-width: 1200px) {
      .page-about-advantage .technical_ability .text_group {
        margin-bottom: 15px; } }
    .page-about-advantage .technical_ability .text_group h5 {
      margin-bottom: 3rem; }
      @media screen and (max-width: 1600px) {
        .page-about-advantage .technical_ability .text_group h5 {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 1400px) {
        .page-about-advantage .technical_ability .text_group h5 {
          margin-bottom: 1rem; } }
    .page-about-advantage .technical_ability .text_group p {
      line-height: 1.7em;
      font-weight: bold; }
  .page-about-advantage .technical_ability .img_group img {
    image-rendering: -webkit-optimize-contrast; }

.page-about-advantage .img_text_group {
  margin-bottom: 100px; }
  .page-about-advantage .img_text_group .group {
    padding: 0; }
    .page-about-advantage .img_text_group .group .img_wrapper {
      background-color: initial;
      overflow: hidden; }
      .page-about-advantage .img_text_group .group .img_wrapper img {
        width: 100%; }
    .page-about-advantage .img_text_group .group > div {
      background-color: #f2f2f2;
      position: relative;
      text-align: center; }
      .page-about-advantage .img_text_group .group > div > div {
        position: absolute;
        top: 48%;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%); }
        .page-about-advantage .img_text_group .group > div > div span {
          display: block;
          margin-bottom: 10px;
          font-weight: bold; }
        .page-about-advantage .img_text_group .group > div > div span:nth-child(1) {
          color: #bb0611;
          text-transform: uppercase;
          font-weight: bold;
          margin-bottom: 20px; }
          @media screen and (max-width: 1200px) {
            .page-about-advantage .img_text_group .group > div > div span:nth-child(1) {
              margin-bottom: 10px; } }
        .page-about-advantage .img_text_group .group > div > div span:nth-child(2) {
          line-height: 1.5em;
          color: #666666;
          width: 90%;
          margin: auto; }
    @media screen and (max-width: 1200px) {
      .page-about-advantage .img_text_group .group img {
        width: 50%;
        float: left; }
      .page-about-advantage .img_text_group .group > div {
        width: 50%;
        float: left; } }
    @media screen and (max-width: 768px) {
      .page-about-advantage .img_text_group .group img {
        width: 100%;
        float: none; }
      .page-about-advantage .img_text_group .group > div {
        width: 100%;
        float: none; } }

.page-about-advantage .manufacturing {
  margin-bottom: 43px; }
  .page-about-advantage .manufacturing h5 {
    margin-bottom: 50px; }
    @media screen and (max-width: 1600px) {
      .page-about-advantage .manufacturing h5 {
        margin-bottom: 30px; } }
    @media screen and (max-width: 1200px) {
      .page-about-advantage .manufacturing h5 {
        margin-bottom: 20px; } }
    @media screen and (max-width: 576px) {
      .page-about-advantage .manufacturing h5 {
        margin-bottom: 10px; } }
  .page-about-advantage .manufacturing p {
    margin: auto;
    text-align: center;
    width: 61%;
    line-height: 1.7em;
    margin-bottom: 132px;
    font-weight: bold; }
    @media screen and (max-width: 1900px) {
      .page-about-advantage .manufacturing p {
        width: 70%; } }
    @media screen and (max-width: 1600px) {
      .page-about-advantage .manufacturing p {
        width: 80%; } }
    @media screen and (max-width: 1400px) {
      .page-about-advantage .manufacturing p {
        width: 90%; } }
    @media screen and (max-width: 1200px) {
      .page-about-advantage .manufacturing p {
        width: 100%; } }
    @media screen and (max-width: 992px) {
      .page-about-advantage .manufacturing p {
        margin-bottom: 30px; } }
  .page-about-advantage .manufacturing .wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .page-about-advantage .manufacturing .wrapper img {
      min-width: 1000px;
      width: 100%;
      image-rendering: -webkit-optimize-contrast; }

.page-about-advantage .energy {
  margin-bottom: 160px;
  margin-left: -15px;
  margin-right: -15px;
  background: url("images/about/about-advantage_energy_bg.jpg") top no-repeat; }
  .page-about-advantage .energy .div_wrapper {
    width: 96%;
    max-width: 1300px;
    margin: auto; }
    .page-about-advantage .energy .div_wrapper h5 {
      padding-top: 100px;
      margin-bottom: 50px; }
      @media screen and (max-width: 1600px) {
        .page-about-advantage .energy .div_wrapper h5 {
          margin-bottom: 30px; } }
      @media screen and (max-width: 1200px) {
        .page-about-advantage .energy .div_wrapper h5 {
          margin-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        .page-about-advantage .energy .div_wrapper h5 {
          padding-top: 40px; } }
      @media screen and (max-width: 576px) {
        .page-about-advantage .energy .div_wrapper h5 {
          padding-bottom: 10px;
          width: 90%;
          margin: auto; } }
    .page-about-advantage .energy .div_wrapper p {
      margin: auto;
      text-align: center;
      width: 80%;
      line-height: 1.7em;
      margin-bottom: 80px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .page-about-advantage .energy .div_wrapper p {
          margin-bottom: 40px; } }
    .page-about-advantage .energy .div_wrapper .wrapper .img_group {
      text-align: center;
      position: relative;
      margin-bottom: 10px; }
      @media screen and (max-width: 1200px) {
        .page-about-advantage .energy .div_wrapper .wrapper .img_group {
          margin-left: 20px; } }
      @media screen and (max-width: 992px) {
        .page-about-advantage .energy .div_wrapper .wrapper .img_group {
          margin-left: 0px; } }
      @media screen and (max-width: 768px) {
        .page-about-advantage .energy .div_wrapper .wrapper .img_group {
          width: 96%;
          margin: auto; } }
      .page-about-advantage .energy .div_wrapper .wrapper .img_group .img {
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 992px) {
          .page-about-advantage .energy .div_wrapper .wrapper .img_group .img {
            padding: 0 10px; } }
        @media screen and (max-width: 767px) {
          .page-about-advantage .energy .div_wrapper .wrapper .img_group .img:nth-child(1), .page-about-advantage .energy .div_wrapper .wrapper .img_group .img:nth-child(2), .page-about-advantage .energy .div_wrapper .wrapper .img_group .img:nth-child(3) {
            margin-bottom: 20px; } }
        .page-about-advantage .energy .div_wrapper .wrapper .img_group .img span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .page-about-advantage .energy .div_wrapper .wrapper .img_group .line_1 {
        position: absolute;
        top: 50%;
        left: -20px;
        width: 50%;
        height: 1px; }
        @media screen and (max-width: 767px) {
          .page-about-advantage .energy .div_wrapper .wrapper .img_group .line_1 {
            width: 100%;
            top: 22%;
            left: 0; } }
      .page-about-advantage .energy .div_wrapper .wrapper .img_group .line_2 {
        position: absolute;
        top: 50%;
        left: calc(50% - 30px);
        width: 40%;
        height: 1px; }
        @media screen and (max-width: 767px) {
          .page-about-advantage .energy .div_wrapper .wrapper .img_group .line_2 {
            width: 80%;
            top: 77%;
            left: 0px; } }

.page-about-global-site .page-banner .pic {
  background-image: url("images/about/about-advantage_main.jpg"); }

.page-about-global-site .main_group {
  width: 96%;
  max-width: 1670px;
  margin: auto;
  color: black;
  margin-top: -50px;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    .page-about-global-site .main_group {
      margin-top: -30px; } }
  @media screen and (max-width: 576px) {
    .page-about-global-site .main_group {
      margin-top: 0px; } }
  .page-about-global-site .main_group .group {
    padding: 0 20px;
    padding-top: 75px; }
    @media screen and (max-width: 1600px) {
      .page-about-global-site .main_group .group {
        padding-top: 40px; } }
    @media screen and (max-width: 576px) {
      .page-about-global-site .main_group .group {
        padding: 0;
        margin-bottom: 40px; } }
    .page-about-global-site .main_group .group .img_wrapper {
      overflow: hidden; }
    .page-about-global-site .main_group .group h5 {
      margin-top: 35px;
      margin-bottom: 35px; }
      @media screen and (max-width: 1200px) {
        .page-about-global-site .main_group .group h5 {
          margin-top: 25px;
          margin-bottom: 10px; } }
      @media screen and (max-width: 576px) {
        .page-about-global-site .main_group .group h5 {
          margin-top: 10px;
          margin-bottom: 5px; } }
    .page-about-global-site .main_group .group .text {
      border-bottom: 1px dashed #a6a6a6; }
      @media screen and (max-width: 576px) {
        .page-about-global-site .main_group .group .text {
          border: none; } }
    .page-about-global-site .main_group .group span {
      font-size: 15px;
      display: block;
      line-height: 2em; }
      @media screen and (max-width: 1200px) {
        .page-about-global-site .main_group .group span {
          line-height: 1.7em; } }

.page-about-global-site .white_block {
  width: 100%;
  height: 1px;
  background-color: white;
  margin-bottom: 30px;
  margin-top: -1px;
  z-index: 2; }

/* ==========================================================================
   news
 ==========================================================================*/
.submenu-news {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 80px; }
  @media screen and (max-width: 1200px) {
    .submenu-news {
      border: none;
      margin-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .submenu-news {
      margin-bottom: 20px !important; } }
  .submenu-news div {
    max-width: 1200px;
    height: 65px;
    margin: auto;
    display: table;
    line-height: 65px;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media screen and (max-width: 1200px) {
      .submenu-news div {
        width: 100%; } }
    .submenu-news div span {
      display: none; }
    .submenu-news div ul {
      list-style: none;
      padding: 0;
      margin-bottom: 0; }
      .submenu-news div ul li {
        text-align: center;
        transition: border .5s;
        border-bottom: 0px; }
        @media screen and (min-width: 1201px) {
          .submenu-news div ul li.onPage a {
            color: #ed7330; }
            .submenu-news div ul li.onPage a::after {
              content: "";
              display: block;
              width: 100%;
              height: 2px;
              background-color: #e7b295;
              position: absolute;
              left: 0;
              right: 0;
              bottom: -1px;
              margin: auto;
              transition: width 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1); }
            .submenu-news div ul li.onPage a:hover {
              color: #ed7330; } }
        .submenu-news div ul li a {
          text-decoration: none;
          font-weight: bold;
          color: #c3c3c3;
          display: block; }
          .submenu-news div ul li a::after {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            background-color: #e7b295;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -1px;
            margin: auto;
            transition: width 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1); }
          @media screen and (min-width: 1201px) {
            .submenu-news div ul li a:hover {
              color: #e7b295; }
              .submenu-news div ul li a:hover::after {
                width: 100%; } }
    @media screen and (max-width: 1200px) {
      .submenu-news div {
        position: relative;
        cursor: pointer;
        height: 65px;
        border-top: 1px solid #a6a6a6;
        border-bottom: 1px solid #a6a6a6;
        margin-bottom: 20px; }
        .submenu-news div::after {
          pointer-events: none;
          display: block;
          content: '';
          width: 10px;
          height: 10px;
          border-bottom: 1px solid #ceba82;
          border-right: 1px solid #ceba82;
          transform: rotate(45deg) translateY(-50%);
          -webkit-transform: rotate(45deg) translateY(-50%);
          -moz-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
          -o-transform: rotate(45deg) translateY(-50%);
          transition: all .4s ease-in-out;
          -webkit-transition: all .4s ease-in-out;
          -moz-transition: all .4s ease-in-out;
          -ms-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transform-origin: 50% 0;
          -webkit-transform-origin: 50% 0;
          -moz-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
          -o-transform-origin: 50% 0;
          position: absolute;
          right: 5.6%;
          top: 28px;
          margin: auto;
          cursor: pointer; }
        .submenu-news div.active::after {
          transform: rotate(225deg) translateY(0%);
          -webkit-transform: rotate(225deg) translateY(0%);
          -moz-transform: rotate(225deg) translateY(0%);
          -ms-transform: rotate(225deg) translateY(0%);
          -o-transform: rotate(225deg) translateY(0%);
          transform-origin: center;
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center; }
        .submenu-news div span {
          display: block;
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          color: black;
          margin-left: -10px; }
        .submenu-news div ul {
          display: none; }
          .submenu-news div ul li {
            background-color: white;
            z-index: 9;
            width: 100%;
            opacity: 0.9; }
            .submenu-news div ul li a {
              color: black;
              transition: .3s; }
              .submenu-news div ul li a:hover {
                color: #bb0611; } }

.page-news-list .page-banner .pic {
  background-image: url("images/news/news_list_main.jpg"); }

.page-news-list .main_group {
  width: 96%;
  max-width: 1690px;
  margin: auto; }
  @media screen and (max-width: 1600px) {
    .page-news-list .main_group {
      margin-bottom: 0px !important; } }
  .page-news-list .main_group .group {
    padding: 0 34px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1600px) {
      .page-news-list .main_group .group {
        margin-bottom: 50px; } }
    @media screen and (max-width: 1200px) {
      .page-news-list .main_group .group {
        margin-bottom: 30px;
        padding: 10px; } }
    @media screen and (max-width: 768px) {
      .page-news-list .main_group .group {
        margin-bottom: 0px; } }
    @media screen and (max-width: 576px) {
      .page-news-list .main_group .group {
        margin-bottom: 30px; } }
    .page-news-list .main_group .group .div_wrapper {
      border-top: 1px solid #a6a6a6;
      position: relative;
      margin-bottom: 30px; }
      @media screen and (max-width: 1200px) {
        .page-news-list .main_group .group .div_wrapper {
          margin-bottom: 0px; } }
      .page-news-list .main_group .group .div_wrapper::after {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: 0;
        width: 87px;
        height: 4px;
        background-color: #e3898e; }
      .page-news-list .main_group .group .div_wrapper h5 {
        padding-top: 35px;
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          .page-news-list .main_group .group .div_wrapper h5 {
            padding-top: 20px;
            margin-bottom: 10px; } }
      .page-news-list .main_group .group .div_wrapper .text {
        line-height: 1.5em;
        margin-bottom: 30px; }
        @media screen and (max-width: 1200px) {
          .page-news-list .main_group .group .div_wrapper .text {
            margin-bottom: 10px; } }
        .page-news-list .main_group .group .div_wrapper .text p {
          margin-bottom: 30px; }
          @media screen and (max-width: 1200px) {
            .page-news-list .main_group .group .div_wrapper .text p {
              margin-bottom: 10px; } }
          .page-news-list .main_group .group .div_wrapper .text p:nth-last-child(2) {
            margin-bottom: 10px; }
    .page-news-list .main_group .group a {
      color: black;
      transition: .3s;
      text-decoration: none;
      font-size: 14px;
      font-weight: bold; }
      .page-news-list .main_group .group a:hover {
        color: #bb0612; }

.page-news-list nav {
  display: table;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 20px; }
  @media screen and (max-width: 1200px) {
    .page-news-list nav {
      margin-bottom: 60px; } }
  @media screen and (max-width: 576px) {
    .page-news-list nav {
      margin-bottom: 10px; } }
  .page-news-list nav a {
    border: none;
    color: #a6a6a6;
    font-family: "Oswald";
    font-size: 20px;
    padding: .5rem; }
    .page-news-list nav a.onPage {
      text-decoration: underline; }

.page-news-main .page-banner .pic {
  background-image: url("images/news/news_list_main.jpg"); }

.page-news-main .main {
  margin-top: -10px; }
  @media screen and (max-width: 768px) {
    .page-news-main .main {
      margin-top: 10px; } }
  .page-news-main .main .title_group {
    position: relative;
    height: 70px;
    border-bottom: 1px solid #eeeeee; }
    @media screen and (max-width: 768px) {
      .page-news-main .main .title_group {
        height: auto; } }
    .page-news-main .main .title_group .title {
      float: left; }
      @media screen and (max-width: 768px) {
        .page-news-main .main .title_group .title {
          float: none; }
          .page-news-main .main .title_group .title h5 {
            margin-bottom: 5px; } }
      .page-news-main .main .title_group .title .date {
        color: #868686;
        margin-top: -3px;
        display: block; }
    .page-news-main .main .title_group .outlink {
      float: right;
      margin-top: 5px; }
      @media screen and (max-width: 768px) {
        .page-news-main .main .title_group .outlink {
          float: none;
          height: 50px;
          margin-top: 10px;
          margin-left: -15px; } }
      .page-news-main .main .title_group .outlink ul {
        list-style: none; }
        .page-news-main .main .title_group .outlink ul li {
          float: left;
          margin-right: 10px; }
          @media screen and (max-width: 768px) {
            .page-news-main .main .title_group .outlink ul li {
              margin-right: 5px; } }
          .page-news-main .main .title_group .outlink ul li:nth-child(2) a i {
            transform: scale(1.05); }
          .page-news-main .main .title_group .outlink ul li a {
            display: block;
            width: 37px;
            height: 37px;
            position: relative;
            text-decoration: none;
            transition: .5s; }
            .page-news-main .main .title_group .outlink ul li a:hover {
              transform: scale(1.05); }
              .page-news-main .main .title_group .outlink ul li a:hover i {
                transition: 1s; }
                .page-news-main .main .title_group .outlink ul li a:hover i::before {
                  color: #bb0611; }
            .page-news-main .main .title_group .outlink ul li a i {
              height: 37px;
              display: block;
              position: relative;
              font-size: 38px; }
              @media screen and (max-width: 768px) {
                .page-news-main .main .title_group .outlink ul li a i {
                  font-size: 30px; } }
              .page-news-main .main .title_group .outlink ul li a i::before {
                transition: 1s;
                color: #c1c1c1;
                margin: 0;
                display: block;
                height: 37px; }
  .page-news-main .main .main_group {
    position: relative;
    color: #666666;
    padding-top: 50px; }
    @media screen and (max-width: 576px) {
      .page-news-main .main .main_group {
        padding-top: 20px; } }
    .page-news-main .main .main_group::before {
      content: '';
      display: block;
      width: 87px;
      height: 4px;
      background-color: #e3898f;
      position: absolute;
      top: 0;
      left: 0; }
    .page-news-main .main .main_group .text_group {
      margin-bottom: 70px;
      line-height: 1.8em; }
      .page-news-main .main .main_group .text_group p {
        margin-bottom: 20px; }
      @media screen and (max-width: 1400px) {
        .page-news-main .main .main_group .text_group {
          margin-bottom: 50px; } }
      @media screen and (max-width: 576px) {
        .page-news-main .main .main_group .text_group {
          margin-bottom: 20px; } }
      .page-news-main .main .main_group .text_group .last {
        margin-top: 40px; }
        @media screen and (max-width: 576px) {
          .page-news-main .main .main_group .text_group .last {
            margin-top: 20px; } }
    .page-news-main .main .main_group .img_wrapper {
      overflow: hidden;
      display: table;
      margin: auto; }
      .page-news-main .main .main_group .img_wrapper img {
        margin-bottom: 90px;
        transition: 3s; }
        @media screen and (max-width: 1400px) {
          .page-news-main .main .main_group .img_wrapper img {
            margin-bottom: 50px; } }
        @media screen and (max-width: 576px) {
          .page-news-main .main .main_group .img_wrapper img {
            margin-bottom: 20px; } }
    .page-news-main .main .main_group .bottom_text_group {
      padding: 0;
      list-style: none;
      line-height: 1.8em; }

.page-news-main .pagination {
  text-transform: uppercase;
  display: table;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 60px;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: bold; }
  @media screen and (max-width: 1400px) {
    .page-news-main .pagination {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .page-news-main .pagination ul {
    list-style: none;
    padding: 0; }
    .page-news-main .pagination ul li {
      float: left; }
      .page-news-main .pagination ul li.prev a {
        position: relative;
        display: block;
        height: 32px;
        line-height: 32px; }
        @media screen and (max-width: 576px) {
          .page-news-main .pagination ul li.prev a {
            width: 7px;
            height: 15px; }
            .page-news-main .pagination ul li.prev a span {
              display: none; } }
        .page-news-main .pagination ul li.prev a div {
          background: url("images/news/arrow_left.png") center no-repeat;
          position: absolute;
          color: #cccccc;
          top: 0px;
          right: -30px;
          width: 7px;
          height: 32px; }
          @media screen and (max-width: 576px) {
            .page-news-main .pagination ul li.prev a div {
              right: initial;
              left: 0; } }
      .page-news-main .pagination ul li a {
        color: #cccccc;
        text-decoration: none;
        transition: .3s; }
        .page-news-main .pagination ul li a:hover {
          filter: brightness(70%); }
      .page-news-main .pagination ul li.back {
        margin-left: 75px;
        margin-right: 75px; }
        @media screen and (max-width: 576px) {
          .page-news-main .pagination ul li.back {
            margin-left: 50px;
            margin-right: 50px; } }
        .page-news-main .pagination ul li.back a {
          color: #999999;
          height: 32px;
          display: block;
          line-height: 32px; }
      .page-news-main .pagination ul li.next a {
        position: relative;
        display: block;
        height: 32px;
        line-height: 32px; }
        @media screen and (max-width: 576px) {
          .page-news-main .pagination ul li.next a {
            width: 7px;
            height: 15px; }
            .page-news-main .pagination ul li.next a span {
              display: none; } }
        .page-news-main .pagination ul li.next a div {
          background: url("images/news/arrow_right.png") center no-repeat;
          position: absolute;
          color: #cccccc;
          top: 0px;
          left: -30px;
          width: 7px;
          height: 32px; }
          @media screen and (max-width: 576px) {
            .page-news-main .pagination ul li.next a div {
              left: 0; } }

/* ==========================================================================
   society
 ==========================================================================*/
.submenu-society {
  border-bottom: 1px solid #ededed;
  margin-bottom: 80px;
  font-size: 20px; }
  @media screen and (max-width: 1200px) {
    .submenu-society {
      border: none;
      margin-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .submenu-society {
      margin-bottom: 20px !important; } }
  .submenu-society > div {
    height: 65px;
    margin: auto;
    line-height: 65px;
    padding: 0px;
    text-transform: uppercase;
    position: relative; }
    .submenu-society > div span {
      display: none; }
    .submenu-society > div .prev_btn {
      position: absolute;
      left: 5%;
      cursor: pointer;
      width: 30px;
      text-align: center;
      color: #ed7330;
      user-select: none;
      -webkit-user-select: none; }
      @media screen and (max-width: 1900px) {
        .submenu-society > div .prev_btn {
          left: 2%; } }
      @media screen and (max-width: 1200px) {
        .submenu-society > div .prev_btn {
          display: none; } }
    .submenu-society > div .next_btn {
      position: absolute;
      top: 0;
      right: 5%;
      cursor: pointer;
      width: 30px;
      text-align: center;
      color: #ed7330;
      user-select: none;
      -webkit-user-select: none;
      /* for Chrome */ }
      @media screen and (max-width: 1900px) {
        .submenu-society > div .next_btn {
          right: 2%; } }
      @media screen and (max-width: 1200px) {
        .submenu-society > div .next_btn {
          display: none; } }
    .submenu-society > div .wrapper {
      width: 90%;
      max-width: 1620px;
      overflow-x: hidden;
      overflow-y: hidden;
      margin: auto; }
      @media screen and (max-width: 1200px) {
        .submenu-society > div .wrapper {
          width: 100%;
          overflow-y: visible; } }
      .submenu-society > div .wrapper::-webkit-scrollbar {
        display: none; }
      .submenu-society > div .wrapper::-webkit-scrollbar-button {
        width: 0; }
      .submenu-society > div .wrapper ul {
        list-style: none;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        transition: left .3s;
        left: 0; }
        @media screen and (max-width: 1200px) {
          .submenu-society > div .wrapper ul {
            width: 100%;
            margin: 0; } }
        .submenu-society > div .wrapper ul li {
          text-align: center;
          transition: border .5s;
          border-bottom: 0px; }
          .submenu-society > div .wrapper ul li:not(:last-child) {
            margin-right: 20px; }
          @media screen and (min-width: 1201px) {
            .submenu-society > div .wrapper ul li.onPage a {
              color: #ed7330; }
              .submenu-society > div .wrapper ul li.onPage a::after {
                content: "";
                display: block;
                width: 100%;
                height: 2px;
                background-color: #e7b295;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -1px;
                margin: auto;
                transition: width 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1); }
              .submenu-society > div .wrapper ul li.onPage a:hover {
                color: #ed7330; } }
          @media screen and (max-width: 1200px) {
            .submenu-society > div .wrapper ul li {
              text-align: left; } }
          .submenu-society > div .wrapper ul li a {
            text-decoration: none;
            font-weight: bold;
            color: #c3c3c3;
            display: block; }
            @media screen and (max-width: 1200px) {
              .submenu-society > div .wrapper ul li a {
                font-size: 15px;
                color: white;
                font-weight: normal; } }
            .submenu-society > div .wrapper ul li a::after {
              content: "";
              display: block;
              width: 0;
              height: 2px;
              background-color: #e7b295;
              position: absolute;
              left: 0;
              right: 0;
              bottom: -1px;
              margin: auto;
              transition: width 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1); }
            @media screen and (min-width: 1201px) {
              .submenu-society > div .wrapper ul li a:hover {
                color: #e7b295; }
                .submenu-society > div .wrapper ul li a:hover::after {
                  width: 100%; } }
    @media screen and (max-width: 1200px) {
      .submenu-society > div {
        position: relative;
        cursor: pointer;
        height: 65px;
        border-top: 1px solid #a6a6a6;
        border-bottom: 1px solid #a6a6a6;
        margin-bottom: 20px; }
        .submenu-society > div::after {
          pointer-events: none;
          display: block;
          content: '';
          width: 10px;
          height: 10px;
          border-bottom: 1px solid #ceba82;
          border-right: 1px solid #ceba82;
          transform: rotate(45deg) translateY(-50%);
          -webkit-transform: rotate(45deg) translateY(-50%);
          -moz-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
          -o-transform: rotate(45deg) translateY(-50%);
          transition: all .4s ease-in-out;
          -webkit-transition: all .4s ease-in-out;
          -moz-transition: all .4s ease-in-out;
          -ms-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transform-origin: 50% 0;
          -webkit-transform-origin: 50% 0;
          -moz-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
          -o-transform-origin: 50% 0;
          position: absolute;
          right: 5.6%;
          top: 28px;
          margin: auto;
          cursor: pointer; }
        .submenu-society > div.active::after {
          transform: rotate(225deg) translateY(0%);
          -webkit-transform: rotate(225deg) translateY(0%);
          -moz-transform: rotate(225deg) translateY(0%);
          -ms-transform: rotate(225deg) translateY(0%);
          -o-transform: rotate(225deg) translateY(0%);
          transform-origin: center;
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center; }
        .submenu-society > div span {
          display: block;
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          color: black;
          margin-left: -10px; }
        .submenu-society > div ul {
          display: none; }
          .submenu-society > div ul li {
            background-color: white;
            z-index: 9;
            width: 100%;
            opacity: 0.9; }
            .submenu-society > div ul li a {
              color: black;
              transition: .3s; }
              .submenu-society > div ul li a:hover {
                color: #bb0611; } }

.page-society {
  line-height: 1.6em; }
  .page-society p, .page-society ol {
    font-weight: bold; }
  .page-society h5, .page-society h6 {
    font-weight: bold;
    color: black; }
  .page-society section p, .page-society section span, .page-society section li {
    font-size: 15px; }
  .page-society .text_group {
    margin-bottom: 30px; }
    .page-society .text_group h6 {
      font-size: 18px;
      margin-bottom: 5px; }
  @media screen and (max-width: 1800px) {
    .page-society .page-banner .text .main {
      width: 800px; } }
  @media screen and (max-width: 1200px) {
    .page-society .page-banner .text .main {
      width: 500px; } }
  @media screen and (max-width: 768px) {
    .page-society .page-banner .text .main {
      width: 96%;
      margin: auto; } }
  .page-society .message_form_CEO {
    position: relative;
    padding-bottom: 90px;
    margin-bottom: 50px; }
    @media screen and (max-width: 576px) {
      .page-society .message_form_CEO {
        padding-bottom: 80px; } }
    .page-society .message_form_CEO h5 {
      margin-bottom: 50px; }
      @media screen and (max-width: 1200px) {
        .page-society .message_form_CEO h5 {
          margin-bottom: 10px; } }
    .page-society .message_form_CEO .sig {
      position: absolute;
      bottom: 0;
      right: 0;
      background: url("images/society/society_responsibility_sig.png") center no-repeat;
      width: 135px;
      height: 85px; }
      @media screen and (max-width: 1800px) {
        .page-society .message_form_CEO .sig {
          bottom: -20px; } }
      @media screen and (max-width: 576px) {
        .page-society .message_form_CEO .sig {
          bottom: 0px; } }
  .page-society .commitment_and_organization {
    background-color: #f2f2f2;
    margin-bottom: 100px;
    position: relative; }
    @media screen and (max-width: 1600px) {
      .page-society .commitment_and_organization {
        background-color: white; } }
    .page-society .commitment_and_organization .text_group {
      position: absolute;
      width: 40%;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 1800px) {
        .page-society .commitment_and_organization .text_group {
          width: 45%; } }
      @media screen and (max-width: 1600px) {
        .page-society .commitment_and_organization .text_group {
          width: 69%;
          margin-right: 1%;
          position: static;
          transform: translate(0);
          float: left; } }
      @media screen and (max-width: 1400px) {
        .page-society .commitment_and_organization .text_group {
          width: 100%; } }
      .page-society .commitment_and_organization .text_group ol {
        padding-left: 20px; }
    .page-society .commitment_and_organization .img_wrapper {
      overflow: hidden;
      margin-left: 51.5%;
      width: 48.5%; }
      @media screen and (max-width: 1600px) {
        .page-society .commitment_and_organization .img_wrapper {
          margin-left: 0%;
          width: 30%;
          float: left; } }
      @media screen and (max-width: 1400px) {
        .page-society .commitment_and_organization .img_wrapper {
          width: 100%; } }
      .page-society .commitment_and_organization .img_wrapper img {
        width: 100%; }
  .page-society .corporate_social_responsibility {
    margin-bottom: 120px; }
    .page-society .corporate_social_responsibility .text_group {
      margin-bottom: 90px; }
      .page-society .corporate_social_responsibility .text_group p {
        margin-bottom: 25px; }
      @media screen and (max-width: 1600px) {
        .page-society .corporate_social_responsibility .text_group {
          margin-bottom: 20px; } }
    .page-society .corporate_social_responsibility .img_group {
      position: relative;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      .page-society .corporate_social_responsibility .img_group img {
        min-width: 720px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 1200px) {
          .page-society .corporate_social_responsibility .img_group img {
            left: 0%;
            transform: translateX(0%); } }
      .page-society .corporate_social_responsibility .img_group ul {
        list-style: none;
        z-index: 1;
        position: absolute;
        top: 9%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px; }
        @media screen and (max-width: 1200px) {
          .page-society .corporate_social_responsibility .img_group ul {
            left: 5%;
            transform: translateX(0%); } }
        .page-society .corporate_social_responsibility .img_group ul li {
          margin-top: 2px;
          position: relative; }
          .page-society .corporate_social_responsibility .img_group ul li span:nth-child(1) {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-weight: bold;
            color: black; }
          .page-society .corporate_social_responsibility .img_group ul li span:nth-child(2) {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            font-weight: bold;
            color: white; }
  .page-society .promotion_group {
    margin-bottom: 85px; }
    .page-society .promotion_group .text_group {
      margin-bottom: 80px; }
      .page-society .promotion_group .text_group p {
        margin-bottom: 0;
        font-size: 15px; }
      @media screen and (max-width: 1600px) {
        .page-society .promotion_group .text_group {
          margin-bottom: 20px; } }
    .page-society .promotion_group .img_group {
      -webkit-overflow-scrolling: touch;
      overflow-x: auto;
      overflow-y: hidden; }
      .page-society .promotion_group .img_group .wrapper {
        min-width: 1100px;
        position: relative;
        margin-bottom: 20px; }
        .page-society .promotion_group .img_group .wrapper .level_1 {
          width: 16%;
          height: 135px;
          margin: auto;
          position: relative;
          z-index: 1; }
          .page-society .promotion_group .img_group .wrapper .level_1:hover > span {
            transform: translate(-50%, -45%); }
          @media screen and (max-width: 1600px) {
            .page-society .promotion_group .img_group .wrapper .level_1 {
              width: 30%; } }
          @media screen and (max-width: 1200px) {
            .page-society .promotion_group .img_group .wrapper .level_1 {
              width: 40%; } }
          .page-society .promotion_group .img_group .wrapper .level_1 span {
            font-size: 16px;
            position: absolute;
            text-align: center;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            transition: transform .5s; }
          .page-society .promotion_group .img_group .wrapper .level_1 .red {
            width: 100%;
            background-color: #4f81bd;
            height: 135px;
            transition: border-radius .3s; }
        .page-society .promotion_group .img_group .wrapper .level_2 {
          width: 20%;
          margin: auto;
          margin-top: 30px; }
          @media screen and (max-width: 1600px) {
            .page-society .promotion_group .img_group .wrapper .level_2 {
              width: 40%; } }
          .page-society .promotion_group .img_group .wrapper .level_2 > div {
            max-width: 296px;
            height: 120px;
            position: relative;
            z-index: 1;
            -ms-flex: 0 0 45%;
            flex: 0 0 40%;
            max-width: 40%; }
            .page-society .promotion_group .img_group .wrapper .level_2 > div:nth-child(1) {
              float: left; }
            .page-society .promotion_group .img_group .wrapper .level_2 > div:nth-child(2) {
              float: right; }
            .page-society .promotion_group .img_group .wrapper .level_2 > div:hover > span {
              transform: translate(-50%, -45%); }
            .page-society .promotion_group .img_group .wrapper .level_2 > div:nth-child(1) {
              margin-right: auto; }
            .page-society .promotion_group .img_group .wrapper .level_2 > div span {
              font-size: 16px;
              position: absolute;
              text-align: center;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              color: white;
              transition: transform .3s; }
            .page-society .promotion_group .img_group .wrapper .level_2 > div .red {
              width: 100%;
              background-color: #4f81bd;
              height: 120px;
              transition: border-radius 1s; }
        .page-society .promotion_group .img_group .wrapper .level_3 {
          margin: 0;
          margin-top: 30px; }
          .page-society .promotion_group .img_group .wrapper .level_3 > div {
            -ms-flex: 0 0 14.285%;
            flex: 0 0 14.285%;
            max-width: 14.285%;
            max-width: 186px;
            height: 150px;
            margin: auto;
            position: relative;
            z-index: 1; }
            .page-society .promotion_group .img_group .wrapper .level_3 > div:hover > span {
              transform: translate(-50%, -45%); }
            @media screen and (max-width: 1400px) {
              .page-society .promotion_group .img_group .wrapper .level_3 > div {
                max-width: 150px; } }
            .page-society .promotion_group .img_group .wrapper .level_3 > div span {
              font-size: 16px;
              position: absolute;
              text-align: center;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              color: white;
              display: block;
              width: 100%;
              line-height: 1.5em;
              transition: transform .3s; }
            .page-society .promotion_group .img_group .wrapper .level_3 > div .red {
              width: 100%;
              background-color: #4f81bd;
              height: 150px;
              transition: border-radius 1s; }
        .page-society .promotion_group .img_group .wrapper .bg_img {
          position: absolute;
          top: 0;
          height: 475px;
          left: -3px; }
  .page-society .develop {
    margin-top: 95px;
    margin-bottom: 90px; }
    @media screen and (max-width: 1200px) {
      .page-society .develop {
        margin-top: 40px; } }
    @media screen and (max-width: 576px) {
      .page-society .develop {
        margin-top: 20px; } }
    .page-society .develop .text_group {
      margin-bottom: 110px;
      font-weight: bold; }
      @media screen and (max-width: 1600px) {
        .page-society .develop .text_group {
          margin-bottom: 80px; } }
      @media screen and (max-width: 1400px) {
        .page-society .develop .text_group {
          margin-bottom: 40px; } }
      .page-society .develop .text_group p {
        line-height: 1.6em; }
    .page-society .develop .img_text_group .group {
      padding: 0; }
      .page-society .develop .img_text_group .group .img {
        height: 488px;
        background-repeat: no-repeat;
        background-position: CENTER;
        background-size: cover;
        width: 100%; }
        @media screen and (max-width: 1600px) {
          .page-society .develop .img_text_group .group .img {
            height: 400px; } }
        @media screen and (max-width: 1400px) {
          .page-society .develop .img_text_group .group .img {
            height: 350px; } }
      .page-society .develop .img_text_group .group > div {
        background-color: #f2f2f2;
        position: relative;
        text-align: center;
        height: 488px; }
        @media screen and (max-width: 1600px) {
          .page-society .develop .img_text_group .group > div {
            height: 400px; } }
        @media screen and (max-width: 1400px) {
          .page-society .develop .img_text_group .group > div {
            height: 350px; } }
        .page-society .develop .img_text_group .group > div > div {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 76%;
          transform: translate(-50%, -50%); }
          @media screen and (max-width: 768px) {
            .page-society .develop .img_text_group .group > div > div {
              width: 90%; } }
          @media screen and (max-width: 576px) {
            .page-society .develop .img_text_group .group > div > div {
              width: 96%; } }
          .page-society .develop .img_text_group .group > div > div span {
            display: block;
            margin-bottom: 10px; }
          .page-society .develop .img_text_group .group > div > div span:nth-child(1) {
            color: #bb0611;
            text-transform: uppercase;
            margin-bottom: 15px; }
          .page-society .develop .img_text_group .group > div > div span:nth-child(2) {
            line-height: 1.6em;
            color: #666666;
            font-weight: bold; }
      .page-society .develop .img_text_group .group:nth-child(2) > div div {
        width: 70%; }
      .page-society .develop .img_text_group .group:nth-child(3) > div div ol {
        text-align: left;
        line-height: 1.6em;
        font-weight: bold; }
      @media screen and (max-width: 1200px) {
        .page-society .develop .img_text_group .group .img {
          width: 50%;
          float: left;
          height: 400px; }
        .page-society .develop .img_text_group .group > div {
          width: 50%;
          float: left;
          height: 400px; } }
      @media screen and (max-width: 768px) {
        .page-society .develop .img_text_group .group .img {
          width: 100%;
          float: none; }
        .page-society .develop .img_text_group .group > div {
          width: 100%;
          float: none;
          height: auto; }
          .page-society .develop .img_text_group .group > div > div {
            position: static;
            transform: none;
            padding: 30px 0;
            margin: auto; } }
      @media screen and (max-width: 576px) {
        .page-society .develop .img_text_group .group .img {
          height: 300px; } }
  .page-society .controlled_material {
    margin-bottom: 70px; }
    .page-society .controlled_material .wrapper {
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      margin-bottom: 20px; }
      .page-society .controlled_material .wrapper .table {
        min-width: 1050px; }
        .page-society .controlled_material .wrapper .table .thead {
          height: 70px; }
          .page-society .controlled_material .wrapper .table .thead .tr {
            margin: 0; }
            .page-society .controlled_material .wrapper .table .thead .tr .th {
              background-color: #f2f2f2;
              height: 70px;
              border: 1px solid #cccccc;
              text-align: center;
              line-height: 70px;
              border-bottom: 0px; }
              .page-society .controlled_material .wrapper .table .thead .tr .th:nth-child(1) {
                width: 23.8%;
                border-right: 0px; }
                @media screen and (max-width: 1200px) {
                  .page-society .controlled_material .wrapper .table .thead .tr .th:nth-child(1) {
                    width: 20%; } }
              .page-society .controlled_material .wrapper .table .thead .tr .th:nth-child(2) {
                width: 76.2%;
                border-right: 0px; }
                @media screen and (max-width: 1200px) {
                  .page-society .controlled_material .wrapper .table .thead .tr .th:nth-child(2) {
                    width: 80%; } }
                .page-society .controlled_material .wrapper .table .thead .tr .th:nth-child(2) span {
                  line-height: 70px;
                  display: inline-block; }
                  .page-society .controlled_material .wrapper .table .thead .tr .th:nth-child(2) span:nth-child(1) {
                    width: 60%;
                    border-right: 1px solid #cccccc; }
                    @media screen and (max-width: 1400px) {
                      .page-society .controlled_material .wrapper .table .thead .tr .th:nth-child(2) span:nth-child(1) {
                        width: 70%; } }
                    @media screen and (max-width: 1200px) {
                      .page-society .controlled_material .wrapper .table .thead .tr .th:nth-child(2) span:nth-child(1) {
                        width: 72%; } }
                  .page-society .controlled_material .wrapper .table .thead .tr .th:nth-child(2) span:nth-child(2) {
                    width: 40%;
                    border-right: 1px solid #cccccc; }
                    @media screen and (max-width: 1400px) {
                      .page-society .controlled_material .wrapper .table .thead .tr .th:nth-child(2) span:nth-child(2) {
                        width: 30%; } }
                    @media screen and (max-width: 1200px) {
                      .page-society .controlled_material .wrapper .table .thead .tr .th:nth-child(2) span:nth-child(2) {
                        width: 28%; } }
                    .page-society .controlled_material .wrapper .table .thead .tr .th:nth-child(2) span:nth-child(2).special {
                      position: absolute;
                      height: 114px;
                      background-color: white;
                      margin-left: 0;
                      padding-left: 5%;
                      width: 40.5%;
                      line-height: 114px; }
        .page-society .controlled_material .wrapper .table .tbody {
          color: black;
          border-bottom: 1px solid #cccccc; }
          .page-society .controlled_material .wrapper .table .tbody .tr:nth-child(even) {
            background-color: #fbfbfb; }
          .page-society .controlled_material .wrapper .table .tbody .tr .td {
            float: left;
            border: 1px solid #cccccc;
            border-bottom: 0px;
            font-size: 15px; }
            .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(1) {
              width: 23.8%;
              position: relative;
              border-right: 0px;
              font-size: 15px; }
              @media screen and (max-width: 1200px) {
                .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(1) {
                  width: 20%; } }
              .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(1) span {
                display: block;
                position: absolute;
                left: 12%;
                top: 50%;
                transform: translateY(-50%);
                font-weight: bold; }
                @media screen and (max-width: 1200px) {
                  .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(1) span {
                    left: 8%; } }
            .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) {
              width: 76.2%; }
              @media screen and (max-width: 1200px) {
                .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) {
                  width: 80%; } }
              .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) ul {
                list-style: none;
                padding: 0;
                margin: 0;
                font-weight: bold; }
                .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) ul li {
                  border-bottom: 1px solid #cccccc;
                  position: relative;
                  height: 57px; }
                  .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) ul li:last-child {
                    border-bottom: 0px; }
                  .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) ul li span {
                    line-height: 57px;
                    display: inline-block; }
                    .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) ul li span:nth-child(1) {
                      padding-left: 5%;
                      width: 60%;
                      border-right: 1px solid #cccccc; }
                      @media screen and (max-width: 1400px) {
                        .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) ul li span:nth-child(1) {
                          width: 70%; } }
                      @media screen and (max-width: 1200px) {
                        .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) ul li span:nth-child(1) {
                          width: 72%; } }
                    .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) ul li span:nth-child(2) {
                      padding-left: 5%;
                      width: 40%; }
                      @media screen and (max-width: 1400px) {
                        .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) ul li span:nth-child(2) {
                          width: 30%; } }
                      @media screen and (max-width: 1200px) {
                        .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) ul li span:nth-child(2) {
                          width: 28%; } }
                      .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) ul li span:nth-child(2).special {
                        position: absolute;
                        height: 114px;
                        background-color: white;
                        margin-left: 0;
                        padding-left: 5%;
                        width: 40%;
                        line-height: 114px; }
                        @media screen and (max-width: 1400px) {
                          .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) ul li span:nth-child(2).special {
                            width: 30%; } }
                        @media screen and (max-width: 1200px) {
                          .page-society .controlled_material .wrapper .table .tbody .tr .td:nth-child(2) ul li span:nth-child(2).special {
                            width: 28%; } }
    .page-society .controlled_material > ul {
      list-style: none;
      padding-left: 15px;
      font-size: 15px;
      line-height: 1.8em;
      font-weight: bold; }
      .page-society .controlled_material > ul li {
        position: relative; }
        .page-society .controlled_material > ul li::before {
          content: '*';
          position: absolute;
          top: 3px;
          left: -12px; }
  .page-society .phase_in {
    margin-bottom: 140px; }
    .page-society .phase_in h5 {
      margin-bottom: 0; }
    .page-society .phase_in .wrapper {
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      .page-society .phase_in .wrapper img {
        min-width: 1100px;
        image-rendering: -webkit-optimize-contrast; }
  .page-society .management {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 120px;
    font-weight: bold; }
    .page-society .management .left, .page-society .management .right {
      float: left; }
      .page-society .management .left span, .page-society .management .right span {
        display: block;
        margin-bottom: 20px; }
    .page-society .management .left {
      width: 58.8%;
      border-right: 1px solid #a6a6a6;
      padding-right: 5%; }
      .page-society .management .left .img_group {
        -webkit-overflow-scrolling: touch; }
        @media screen and (max-width: 1200px) {
          .page-society .management .left .img_group {
            margin-bottom: 20px;
            overflow-x: auto;
            overflow-y: hidden; }
            .page-society .management .left .img_group img {
              min-width: 700px; } }
      @media screen and (max-width: 1200px) {
        .page-society .management .left {
          width: 100%;
          float: none;
          padding: 0;
          border: none;
          border-bottom: 1px solid #a6a6a6; } }
    .page-society .management .right {
      width: 41.2%;
      padding-left: 3.5%; }
      @media screen and (max-width: 1200px) {
        .page-society .management .right {
          width: 100%;
          float: none;
          padding: 0;
          padding-top: 30px; } }
      .page-society .management .right .img_group {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overflow-y: hidden; }
        .page-society .management .right .img_group img {
          min-width: 400px; }
  .page-society .system_certification {
    margin-bottom: 100px; }
    .page-society .system_certification h5 {
      margin-bottom: 25px; }
    .page-society .system_certification > span {
      display: inherit;
      line-height: 1.7em;
      font-weight: bold; }
    .page-society .system_certification .wrapper {
      margin-top: 50px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      .page-society .system_certification .wrapper table {
        width: 100%;
        min-width: 1280px; }
        .page-society .system_certification .wrapper table thead tr th {
          color: black;
          border: 1px solid #cccccc;
          background-color: #f3f3f3;
          width: 20%;
          text-align: center;
          height: 73px; }
          @media screen and (max-width: 1600px) {
            .page-society .system_certification .wrapper table thead tr th:nth-child(1) {
              width: 15%; }
            .page-society .system_certification .wrapper table thead tr th:nth-child(2), .page-society .system_certification .wrapper table thead tr th:nth-child(3) {
              width: 16%; } }
        .page-society .system_certification .wrapper table tbody {
          font-weight: bold;
          font-size: 15px; }
          .page-society .system_certification .wrapper table tbody tr td {
            border: 1px solid #cccccc;
            height: 55px;
            text-align: center;
            text-decoration: underline; }
            .page-society .system_certification .wrapper table tbody tr td a {
              color: #ff7272; }
            .page-society .system_certification .wrapper table tbody tr td:nth-child(1) {
              text-align: left;
              text-decoration: none;
              padding-left: 30px;
              color: black; }
  .page-society .social_responsibility {
    margin-bottom: 95px; }
    .page-society .social_responsibility h5 {
      margin-bottom: 25px; }
    .page-society .social_responsibility > span {
      display: inherit;
      line-height: 1.7em;
      font-weight: bold; }
    .page-society .social_responsibility .wrapper {
      margin-top: 50px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      .page-society .social_responsibility .wrapper table {
        width: 100%;
        min-width: 610px; }
        .page-society .social_responsibility .wrapper table thead tr th {
          color: black;
          border: 1px solid #cccccc;
          background-color: #f3f3f3;
          width: 20%;
          text-align: center;
          height: 73px; }
          @media screen and (max-width: 1200px) {
            .page-society .social_responsibility .wrapper table thead tr th {
              width: 17%; }
              .page-society .social_responsibility .wrapper table thead tr th:nth-child(1) {
                width: 32%; } }
          @media screen and (max-width: 768px) {
            .page-society .social_responsibility .wrapper table thead tr th {
              width: 19%; }
              .page-society .social_responsibility .wrapper table thead tr th:nth-child(1) {
                width: 24%; } }
        .page-society .social_responsibility .wrapper table tbody {
          font-size: 15px;
          font-weight: bold; }
          .page-society .social_responsibility .wrapper table tbody tr td {
            border: 1px solid #cccccc;
            height: 53px;
            text-align: center;
            color: #ff7272;
            text-decoration: underline; }
            .page-society .social_responsibility .wrapper table tbody tr td:nth-child(1) {
              text-align: left;
              text-decoration: none;
              padding-left: 30px;
              color: black; }
              @media screen and (max-width: 768px) {
                .page-society .social_responsibility .wrapper table tbody tr td:nth-child(1) {
                  padding-left: 10px; } }
  .page-society .energy_policy {
    margin-bottom: 115px;
    padding-top: 20px; }
    @media screen and (max-width: 576px) {
      .page-society .energy_policy {
        padding: 0; } }
    .page-society .energy_policy .text_group {
      font-weight: bold; }
      .page-society .energy_policy .text_group ol {
        padding-left: 18px; }
  .page-society .resource_management {
    margin-bottom: 80px;
    font-weight: bold; }
    .page-society .resource_management h6 {
      font-size: 18px; }
    .page-society .resource_management .taiwan {
      margin-bottom: 50px; }
      @media screen and (max-width: 1200px) {
        .page-society .resource_management .taiwan {
          margin-bottom: 20px; } }
      .page-society .resource_management .taiwan > span {
        font-weight: bold;
        color: #666666; }
      .page-society .resource_management .taiwan p {
        margin-top: -5px;
        line-height: 1.7em; }
    .page-society .resource_management .china > span {
      color: #666666; }
    .page-society .resource_management .china p {
      margin-top: -5px;
      line-height: 1.7em; }
    .page-society .resource_management .wrapper {
      margin-top: 40px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      @media screen and (max-width: 1200px) {
        .page-society .resource_management .wrapper {
          margin-top: 10px; } }
      .page-society .resource_management .wrapper table {
        min-width: 1200px; }
        .page-society .resource_management .wrapper table thead tr th {
          background-color: #f3f3f3;
          border: 1px solid #cccccc;
          color: black;
          height: 74px;
          text-align: center; }
        .page-society .resource_management .wrapper table tbody tr td {
          height: 57px;
          border: 1px solid #cccccc;
          font-size: 15px;
          color: black; }
          .page-society .resource_management .wrapper table tbody tr td:nth-child(1) {
            padding-left: 2%;
            }
          .page-society .resource_management .wrapper table tbody tr td:nth-child(2) {
            padding-left: 2%;
           }
          .page-society .resource_management .wrapper table tbody tr td:nth-child(6) {
           }
            .page-society .resource_management .wrapper table tbody tr td:nth-child(6) span {
              display: table;
              margin-left: auto;
              margin-right: 40px; }
          .page-society .resource_management .wrapper table tbody tr td{
            padding:0 10px;
           }
            .page-society .resource_management .wrapper table tbody tr td:nth-child(3) span, .page-society .resource_management .wrapper table tbody tr td:nth-child(4) span, .page-society .resource_management .wrapper table tbody tr td:nth-child(5) span {
              display: table;
              margin-left: auto;
              margin-right: 40px; }
          @media screen and (max-width: 1600px) {
            .page-society .resource_management .wrapper table tbody tr td:nth-child(1) {
              width: 25.4%; }
            .page-society .resource_management .wrapper table tbody tr td:nth-child(2) {
              width: 16%; }
            .page-society .resource_management .wrapper table tbody tr td:nth-child(3), .page-society .resource_management .wrapper table tbody tr td:nth-child(4), .page-society .resource_management .wrapper table tbody tr td:nth-child(5) {
              width: 11.1%; }
              .page-society .resource_management .wrapper table tbody tr td:nth-child(3) span, .page-society .resource_management .wrapper table tbody tr td:nth-child(4) span, .page-society .resource_management .wrapper table tbody tr td:nth-child(5) span {
                margin-right: 20px; }
            .page-society .resource_management .wrapper table tbody tr td:nth-child(6) {
              width: 26%; }
              .page-society .resource_management .wrapper table tbody tr td:nth-child(6) span {
                margin-right: 20px; } }
          @media screen and (max-width: 1400px) {
            .page-society .resource_management .wrapper table tbody tr td:nth-child(3) span, .page-society .resource_management .wrapper table tbody tr td:nth-child(4) span, .page-society .resource_management .wrapper table tbody tr td:nth-child(5) span {
              margin-right: 10px; }
            .page-society .resource_management .wrapper table tbody tr td:nth-child(6) span {
              margin-right: 10px; } }
  .page-society .greenhouse {
    font-weight: bold;
    margin-bottom: 120px; }
    .page-society .greenhouse h5 {
      font-size: 25px; }
    .page-society .greenhouse p {
      line-height: 1.7em; }
    .page-society .greenhouse .taiwan {
      margin-bottom: 50px;
      margin-top: 35px; }
      .page-society .greenhouse .taiwan > span {
        color: #666666; }
      .page-society .greenhouse .taiwan > p {
        margin-top: -5px; }
      @media screen and (max-width: 1200px) {
        .page-society .greenhouse .taiwan {
          margin-bottom: 20px; } }
    .page-society .greenhouse .china > span {
      color: #666666; }
    .page-society .greenhouse .final {
      display: block;
      margin-top: 55px; }
      @media screen and (max-width: 1200px) {
        .page-society .greenhouse .final {
          margin-top: 10px; } }
    .page-society .greenhouse .wrapper {
      margin-top: 40px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      @media screen and (max-width: 1200px) {
        .page-society .greenhouse .wrapper {
          margin-top: 10px; } }
      .page-society .greenhouse .wrapper table {
        width: 100%;
        min-width: 900px; }
        .page-society .greenhouse .wrapper table thead tr th {
          background-color: #f3f3f3;
          border: 1px solid #cccccc;
          color: black;
          height: 74px;
          text-align: right;
          padding-right: 40px; }
        .page-society .greenhouse .wrapper table tbody tr td {
          height: 57px;
          border: 1px solid #cccccc;
          font-size: 15px;
          color: black; }
          .page-society .greenhouse .wrapper table tbody tr td:nth-child(1) {
            padding-left: 2%;
            padding-right: 2%;
            }

            .page-society .greenhouse .wrapper table tbody tr td:not(:first-child){
              width: 10%;
            }
            /* .page-society .greenhouse .wrapper table tbody tr td:nth-child(2) span, .page-society .greenhouse .wrapper table tbody tr td:nth-child(3) span, .page-society .greenhouse .wrapper table tbody tr td:nth-child(4) span {
              display: table;
              margin-left: auto;
              margin-right: 40px; } */
              .page-society .greenhouse .wrapper table tbody tr td:not(:first-child) span{
                display: table;
                margin-left: auto;
                margin-right: 40px;        
              }

          @media screen and (max-width: 1400px) {
            .page-society .greenhouse .wrapper table tbody tr td:nth-child(2) span, .page-society .greenhouse .wrapper table tbody tr td:nth-child(3) span, .page-society .greenhouse .wrapper table tbody tr td:nth-child(4) span {
              margin-right: 20px; } }
          @media screen and (max-width: 992px) {
            .page-society .greenhouse .wrapper table tbody tr td:nth-child(1) {
              width: 61%; }
            .page-society .greenhouse .wrapper table tbody tr td:nth-child(2), .page-society .greenhouse .wrapper table tbody tr td:nth-child(3), .page-society .greenhouse .wrapper table tbody tr td:nth-child(4) {
              width: 13%; }
              .page-society .greenhouse .wrapper table tbody tr td:nth-child(2) span, .page-society .greenhouse .wrapper table tbody tr td:nth-child(3) span, .page-society .greenhouse .wrapper table tbody tr td:nth-child(4) span {
                margin-right: 10px; } }
        .page-society .greenhouse .wrapper table tbody tr:nth-child(1) td span {
          font-size: 18px; }
  .page-society .measures {
    font-weight: bold; }
    .page-society .measures h5 {
      font-size: 25px; }
    .page-society .measures .img_wrapper {
      overflow-x: auto;
      overflow-y: hidden; }
      .page-society .measures .img_wrapper .img_dec {
        margin-top: 20px;
        background: url("images/society/society_saveenergy_dec_img.jpg") center no-repeat;
        background-size: cover;
        width: 651.2px;
        height: 140.8px;
        position: relative; }
        .page-society .measures .img_wrapper .img_dec span {
          font-size: 14px;
          line-height: 1.7em;
          display: block;
          margin-left: 180px;
          padding-right: 20px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
    .page-society .measures .measures_group {
      margin-bottom: 85px; }
      @media screen and (max-width: 1200px) {
        .page-society .measures .measures_group {
          margin-bottom: 20px; } }
      .page-society .measures .measures_group h6 {
        margin-bottom: 15px;
        font-style: oblique;
        font-weight: bold;
        font-size: 20px; }
      .page-society .measures .measures_group img {
        float: left;
        width: 29%;
        padding: 20px;
        padding-left: 0; }
        @media screen and (max-width: 1200px) {
          .page-society .measures .measures_group img {
            width: 100%;
            float: none;
            padding: 0;
            margin-top: 20px; } }
      .page-society .measures .measures_group .text {
        float: left;
        width: 71%;
        padding: 20px; }
        @media screen and (max-width: 1200px) {
          .page-society .measures .measures_group .text {
            width: 100%;
            float: none;
            padding: 0px;
            margin-top: 10px; } }
      .page-society .measures .measures_group.measures_group_2 h6 {
        font-style: normal; }
      .page-society .measures .measures_group .group_4 .text span, .page-society .measures .measures_group .group_5 .text span {
        color: black; }
      .page-society .measures .measures_group .group_5 .text img {
        width: 100%; }
      .page-society .measures .measures_group .group_5 p {
        margin-bottom: 0px; }
    .page-society .measures .measures_group_2 {
      margin-bottom: 40px; }
      .page-society .measures .measures_group_2 .group_1 .text > span {
        color: black; }
      .page-society .measures .measures_group_2 .group_1 .text > div > ul {
        padding: 0;
        list-style: none; }
        .page-society .measures .measures_group_2 .group_1 .text > div > ul li span:nth-child(1) {
          color: black;
          font-weight: bold; }
      .page-society .measures .measures_group_2 .group_2 {
        margin-top: 40px; }
        .page-society .measures .measures_group_2 .group_2 .text > span {
          color: black; }
        .page-society .measures .measures_group_2 .group_2 .text ul {
          list-style: none;
          padding: 0; }
          .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .wrapper {
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch; }
            .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .wrapper table {
              margin: 20px 0;
              min-width: 900px;
              color: black;
              width: 100%; }
              @media screen and (max-width: 1200px) {
                .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .wrapper table {
                  margin: 0; } }
              .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .wrapper table thead {
                font-size: 18px; }
                .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .wrapper table thead tr th {
                  border: 1px solid #cccccc; }
                .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .wrapper table thead tr:nth-child(1) {
                  height: 58px; }
                  .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .wrapper table thead tr:nth-child(1) span {
                    display: table;
                    margin-right: 30px;
                    margin-left: auto; }
                .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .wrapper table thead tr:nth-child(2) {
                  height: 70px;
                  background-color: #f3f3f3; }
                  .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .wrapper table thead tr:nth-child(2) th {
                    text-align: center; }
              .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .wrapper table tbody {
                font-size: 15px; }
                .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .wrapper table tbody tr {
                  height: 53px; }
                  .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .wrapper table tbody tr td {
                    border: 1px solid #cccccc;
                    text-align: center; }
                    .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .wrapper table tbody tr td:nth-child(1) {
                      text-align: left;
                      padding-left: 30px; }
          .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(1) .ps {
            display: block;
            margin-bottom: 20px; }
          .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(2) ul {
            padding: 0; }
            .page-society .measures .measures_group_2 .group_2 .text ul li:nth-child(2) ul li span:nth-child(1) {
              color: black;
              font-weight: bold; }
      .page-society .measures .measures_group_2 .group_3 {
        margin-top: 50px; }
        @media screen and (max-width: 1200px) {
          .page-society .measures .measures_group_2 .group_3 {
            margin-top: 20px; } }
        .page-society .measures .measures_group_2 .group_3 .text > span {
          color: black; }
        .page-society .measures .measures_group_2 .group_3 .text p {
          margin-bottom: 30px; }
      .page-society .measures .measures_group_2 .group_4 {
        margin-top: 50px; }
        @media screen and (max-width: 1200px) {
          .page-society .measures .measures_group_2 .group_4 {
            margin-top: 20px; } }
      .page-society .measures .measures_group_2 .group_5 ol {
        padding-left: 15px; }
    .page-society .measures .measures_group_3 h6 {
      font-style: normal;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .page-society .measures .measures_group_3 h6 {
          margin-bottom: 20px; } }
    .page-society .measures .measures_group_3 p {
      margin-bottom: 30px; }

/* ==========================================================================
   hr
 ==========================================================================*/
.submenu-hr {
  font-size: 20px;
  border-bottom: 1px solid #ededed; }
  @media screen and (max-width: 1200px) {
    .submenu-hr {
      border: none;
      margin-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .submenu-hr {
      margin-bottom: 20px !important; } }
  .submenu-hr div {
    display: table;
    height: 65px;
    margin: auto;
    line-height: 65px;
    padding: 0px;
    cursor: pointer;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .submenu-hr div {
        width: 100%; } }
    .submenu-hr div span {
      display: none; }
    .submenu-hr div ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .submenu-hr div ul li {
        text-align: center;
        transition: border .5s;
        border-bottom: 0px; }
        .submenu-hr div ul li:not(:last-child) {
          margin-right: 10px; }
        @media screen and (min-width: 1201px) {
          .submenu-hr div ul li.onPage a {
            color: #ed7330; }
            .submenu-hr div ul li.onPage a::after {
              content: "";
              display: block;
              width: 100%;
              height: 2px;
              background-color: #e7b295;
              position: absolute;
              left: 0;
              right: 0;
              bottom: -1px;
              margin: auto;
              transition: width 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1); }
            .submenu-hr div ul li.onPage a:hover {
              color: #ed7330; } }
        .submenu-hr div ul li a {
          text-decoration: none;
          font-weight: bold;
          color: #c3c3c3;
          display: block; }
          .submenu-hr div ul li a::after {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            background-color: #e7b295;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -1px;
            margin: auto;
            transition: width 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1); }
          @media screen and (min-width: 1201px) {
            .submenu-hr div ul li a:hover {
              color: #e7b295; }
              .submenu-hr div ul li a:hover::after {
                width: 100%; } }
    @media screen and (max-width: 1200px) {
      .submenu-hr div {
        position: relative;
        cursor: pointer;
        height: 65px;
        border-top: 1px solid #a6a6a6;
        border-bottom: 1px solid #a6a6a6;
        margin-bottom: 20px; }
        .submenu-hr div::after {
          pointer-events: none;
          display: block;
          content: '';
          width: 10px;
          height: 10px;
          border-bottom: 1px solid #ceba82;
          border-right: 1px solid #ceba82;
          transform: rotate(45deg) translateY(-50%);
          -webkit-transform: rotate(45deg) translateY(-50%);
          -moz-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
          -o-transform: rotate(45deg) translateY(-50%);
          transition: all .4s ease-in-out;
          -webkit-transition: all .4s ease-in-out;
          -moz-transition: all .4s ease-in-out;
          -ms-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transform-origin: 50% 0;
          -webkit-transform-origin: 50% 0;
          -moz-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
          -o-transform-origin: 50% 0;
          position: absolute;
          right: 5.6%;
          top: 28px;
          margin: auto;
          cursor: pointer; }
        .submenu-hr div.active::after {
          transform: rotate(225deg) translateY(0%);
          -webkit-transform: rotate(225deg) translateY(0%);
          -moz-transform: rotate(225deg) translateY(0%);
          -ms-transform: rotate(225deg) translateY(0%);
          -o-transform: rotate(225deg) translateY(0%);
          transform-origin: center;
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center; }
        .submenu-hr div span {
          display: block;
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          color: black;
          margin-left: -10px; }
        .submenu-hr div ul {
          display: none; }
          .submenu-hr div ul li {
            background-color: white;
            color: white;
            z-index: 9;
            width: 100%;
            opacity: 0.9; }
            .submenu-hr div ul li a {
              color: black;
              transition: .3s; }
              .submenu-hr div ul li a:hover {
                color: #bb0611; } }

.page-hr-recruit {
  line-height: 1.5em; }
  .page-hr-recruit .page-banner .pic {
    background-image: url("images/hr/hr_recruit_main.jpg"); }
  .page-hr-recruit .top_group {
    margin-bottom: 100px;
    margin-top: 75px; }
    @media screen and (max-width: 1200px) {
      .page-hr-recruit .top_group {
        margin-top: 50px; } }
    @media screen and (max-width: 768px) {
      .page-hr-recruit .top_group {
        margin-top: 20px; } }
    @media screen and (max-width: 1200px) {
      .page-hr-recruit .top_group .group {
        margin-bottom: 20px; } }
    @media screen and (max-width: 576px) {
      .page-hr-recruit .top_group .group {
        padding: 0; } }
    .page-hr-recruit .top_group .group .img_wrapper {
      overflow: hidden; }
      .page-hr-recruit .top_group .group .img_wrapper img {
        width: 100%; }
    .page-hr-recruit .top_group .group .text {
      margin-top: 20px; }
      .page-hr-recruit .top_group .group .text h5 {
        color: black;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: bold; }
        @media screen and (max-width: 1200px) {
          .page-hr-recruit .top_group .group .text h5 {
            margin-bottom: 5px; } }
      .page-hr-recruit .top_group .group .text span {
        font-size: 15px;
        font-weight: bold; }
  .page-hr-recruit .bottom_group {
    margin-bottom: 80px; }
    @media screen and (max-width: 1200px) {
      .page-hr-recruit .bottom_group .group {
        margin-bottom: 40px; } }
    .page-hr-recruit .bottom_group .group:nth-child(1) > div {
      background-color: #ffa046; }
    .page-hr-recruit .bottom_group .group:nth-child(2) > div {
      background-color: #ff6400; }
    .page-hr-recruit .bottom_group .group:nth-child(3) > div {
      background-color: #9a9f3b;
      position: relative; }
      .page-hr-recruit .bottom_group .group:nth-child(3) > div img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .page-hr-recruit .bottom_group .group:nth-child(4) > div {
      background-color: #516482; }
    .page-hr-recruit .bottom_group .group > div {
      margin: auto;
      margin-bottom: 30px;
      width: 55%;
      border-radius: 50%; }
      @media screen and (max-width: 1600px) {
        .page-hr-recruit .bottom_group .group > div {
          width: 70%; } }
      @media screen and (max-width: 1400px) {
        .page-hr-recruit .bottom_group .group > div {
          width: 80%; } }
      @media screen and (max-width: 1200px) {
        .page-hr-recruit .bottom_group .group > div {
          width: 70%; } }
      @media screen and (max-width: 992px) {
        .page-hr-recruit .bottom_group .group > div {
          width: 90%; } }
      @media screen and (max-width: 576px) {
        .page-hr-recruit .bottom_group .group > div {
          width: 80%; } }
      .page-hr-recruit .bottom_group .group > div a {
        display: block;
        width: 100%;
        height: 100%;
        transition: .5s; }
        .page-hr-recruit .bottom_group .group > div a:hover {
          transform: scale(1.1); }
        .page-hr-recruit .bottom_group .group > div a i {
          width: 100%;
          display: block;
          position: relative;
          font-size: 150px; }
          @media screen and (max-width: 1600px) {
            .page-hr-recruit .bottom_group .group > div a i {
              font-size: 120px; } }
          @media screen and (max-width: 1200px) {
            .page-hr-recruit .bottom_group .group > div a i {
              font-size: 90px; } }
          @media screen and (max-width: 768px) {
            .page-hr-recruit .bottom_group .group > div a i {
              font-size: 60px; } }
          @media screen and (max-width: 576px) {
            .page-hr-recruit .bottom_group .group > div a i {
              font-size: 80px; } }
          .page-hr-recruit .bottom_group .group > div a i::before {
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            color: white;
            margin: 0;
            transform: translate(-50%, -50%); }
    .page-hr-recruit .bottom_group .group span {
      text-transform: uppercase;
      display: table;
      margin: auto;
      color: black;
      font-size: 16px;
      font-weight: bold; }
      @media screen and (max-width: 1200px) {
        .page-hr-recruit .bottom_group .group span {
          text-align: center;
          font-size: 15px; } }

.page-hr-recruit-process .page-banner .pic {
  background-image: url("images/hr/hr_recruit_main.jpg"); }

.page-hr-recruit-process .main_group {
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .page-hr-recruit-process .main_group {
      margin-top: 20px; } }
  @media screen and (max-width: 576px) {
    .page-hr-recruit-process .main_group {
      margin-top: 0px; } }
  .page-hr-recruit-process .main_group h5 {
    margin-bottom: 60px;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .page-hr-recruit-process .main_group h5 {
        margin-bottom: 40px; } }
    @media screen and (max-width: 576px) {
      .page-hr-recruit-process .main_group h5 {
        margin-bottom: 20px; } }
  .page-hr-recruit-process .main_group .left_group {
    width: 62%;
    float: left; }
    @media screen and (max-width: 1600px) {
      .page-hr-recruit-process .main_group .left_group {
        width: 58%; } }
    @media screen and (max-width: 1400px) {
      .page-hr-recruit-process .main_group .left_group {
        width: 100%;
        float: none; } }
    .page-hr-recruit-process .main_group .left_group > ul {
      list-style: none;
      margin-left: 17px; }
      @media screen and (max-width: 576px) {
        .page-hr-recruit-process .main_group .left_group > ul {
          margin-left: 0;
          padding: 0; } }
      .page-hr-recruit-process .main_group .left_group > ul > li {
        position: relative;
        margin-bottom: 40px; }
        .page-hr-recruit-process .main_group .left_group > ul > li::before {
          position: absolute;
          content: '';
          width: 25px;
          height: 25px;
          display: block;
          top: -2px;
          left: -39px;
          background: url("images/hr/hr_recruit_process_list_iocn.jpg") center no-repeat; }
          @media screen and (max-width: 576px) {
            .page-hr-recruit-process .main_group .left_group > ul > li::before {
              display: none; } }
        .page-hr-recruit-process .main_group .left_group > ul > li > h6 {
          margin-bottom: 30px; }
          @media screen and (max-width: 576px) {
            .page-hr-recruit-process .main_group .left_group > ul > li > h6 {
              margin-bottom: 10px; } }
        .page-hr-recruit-process .main_group .left_group > ul > li > ul {
          list-style: none;
          padding: 0; }
          .page-hr-recruit-process .main_group .left_group > ul > li > ul li span {
            font-size: 15px; }
            .page-hr-recruit-process .main_group .left_group > ul > li > ul li span:nth-child(1) {
              color: black;
              font-weight: bold; }
    .page-hr-recruit-process .main_group .left_group > span {
      display: block;
      margin-left: 32px; }
      @media screen and (max-width: 576px) {
        .page-hr-recruit-process .main_group .left_group > span {
          margin-left: 0px; } }
      .page-hr-recruit-process .main_group .left_group > span a {
        text-decoration: underline;
        color: red; }
  .page-hr-recruit-process .main_group .right_group {
    float: right;
    width: 36%;
    max-width: 535px; }
    @media screen and (max-width: 1600px) {
      .page-hr-recruit-process .main_group .right_group {
        width: 40%; } }
    @media screen and (max-width: 1400px) {
      .page-hr-recruit-process .main_group .right_group {
        width: 100%;
        float: none;
        margin-top: 40px;
        max-width: none; } }
    @media screen and (max-width: 576px) {
      .page-hr-recruit-process .main_group .right_group {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin-top: 20px; } }
    .page-hr-recruit-process .main_group .right_group .group {
      position: relative;
      margin-bottom: 35px;
      min-width: 440px;
      z-index: 1; }
      @media screen and (max-width: 1400px) {
        .page-hr-recruit-process .main_group .right_group .group {
          width: 45%;
          float: left;
          margin: 0 2.5%;
          margin-top: 20px; } }
      @media screen and (max-width: 1200px) {
        .page-hr-recruit-process .main_group .right_group .group {
          width: 49%;
          margin: 0 0.25%;
          margin-top: 20px; } }
      @media screen and (max-width: 992px) {
        .page-hr-recruit-process .main_group .right_group .group {
          width: 80%;
          margin: auto;
          margin-top: 20px;
          float: none; } }
      @media screen and (max-width: 768px) {
        .page-hr-recruit-process .main_group .right_group .group {
          width: 90%; } }
      @media screen and (max-width: 576px) {
        .page-hr-recruit-process .main_group .right_group .group {
          width: 100%; } }
      .page-hr-recruit-process .main_group .right_group .group > img {
        width: 100%;
        left: 0;
        position: absolute;
        image-rendering: -webkit-optimize-contrast;
        z-index: -1; }
      .page-hr-recruit-process .main_group .right_group .group .right {
        width: 25%;
        float: left;
        height: 100%;
        position: absolute; }
        .page-hr-recruit-process .main_group .right_group .group .right .loca {
          text-align: center;
          vertical-align: middle;
          height: 60%;
          width: 80%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .page-hr-recruit-process .main_group .right_group .group .right .loca span:nth-child(1) {
            margin-bottom: 10px; }
      .page-hr-recruit-process .main_group .right_group .group .left {
        width: 43%;
        float: left;
        height: 100%;
        margin-left: 48%; }
        .page-hr-recruit-process .main_group .right_group .group .left .loca {
          padding: 25px 0;
          line-height: 1.2em; }
          @media screen and (max-width: 1400px) {
            .page-hr-recruit-process .main_group .right_group .group .left .loca {
              padding: 10px 0; } }
          @media screen and (max-width: 992px) {
            .page-hr-recruit-process .main_group .right_group .group .left .loca {
              padding: 30px 0; } }
          @media screen and (max-width: 768px) {
            .page-hr-recruit-process .main_group .right_group .group .left .loca {
              padding: 20px 0; } }
          @media screen and (max-width: 576px) {
            .page-hr-recruit-process .main_group .right_group .group .left .loca {
              padding: 15px 0; } }
          .page-hr-recruit-process .main_group .right_group .group .left .loca span {
            color: white;
            display: block; }
            .page-hr-recruit-process .main_group .right_group .group .left .loca span:nth-child(2) {
              font-size: 14px; }
    .page-hr-recruit-process .main_group .right_group .group_3 {
      color: #666666; }
      .page-hr-recruit-process .main_group .right_group .group_3 .left .loca span {
        color: #666666; }

.page-hr-benefits .page-banner .pic {
  background-image: url("images/hr/hr_recruit_main.jpg"); }

.page-hr-benefits .main_group {
  margin-top: 80px;
  font-weight: bold; }
  @media screen and (max-width: 1200px) {
    .page-hr-benefits .main_group {
      margin-top: 40px; } }
  @media screen and (max-width: 576px) {
    .page-hr-benefits .main_group {
      margin-bottom: 0 !important;
      margin-top: 0px; } }
  .page-hr-benefits .main_group h5 {
    margin-bottom: 70px;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .page-hr-benefits .main_group h5 {
        margin-bottom: 20px; } }
  .page-hr-benefits .main_group > p {
    line-height: 1.7em; }
    @media screen and (max-width: 768px) {
      .page-hr-benefits .main_group > p {
        margin-bottom: 0px; } }
  .page-hr-benefits .main_group .img_group {
    max-width: 1550px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1200px) {
      .page-hr-benefits .main_group .img_group {
        margin-top: 20px; } }
    .page-hr-benefits .main_group .img_group .group:nth-child(1), .page-hr-benefits .main_group .img_group .group:nth-child(2), .page-hr-benefits .main_group .img_group .group:nth-child(3), .page-hr-benefits .main_group .img_group .group:nth-child(4) {
      border-right: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc; }
    .page-hr-benefits .main_group .img_group .group:nth-child(5), .page-hr-benefits .main_group .img_group .group:nth-child(6), .page-hr-benefits .main_group .img_group .group:nth-child(7), .page-hr-benefits .main_group .img_group .group:nth-child(8) {
      border-right: 1px solid #cccccc; }
      @media screen and (min-width: 1201px) {
        .page-hr-benefits .main_group .img_group .group:nth-child(5) i, .page-hr-benefits .main_group .img_group .group:nth-child(6) i, .page-hr-benefits .main_group .img_group .group:nth-child(7) i, .page-hr-benefits .main_group .img_group .group:nth-child(8) i {
          margin-top: 30px; } }
    .page-hr-benefits .main_group .img_group .group:nth-child(4), .page-hr-benefits .main_group .img_group .group:nth-child(8) {
      border-right: 0px; }
    @media screen and (max-width: 1200px) {
      .page-hr-benefits .main_group .img_group .group {
        border: 0px !important; } }
    .page-hr-benefits .main_group .img_group .group i {
      display: block;
      position: relative;
      margin: auto; }
      @media screen and (max-width: 1200px) {
        .page-hr-benefits .main_group .img_group .group i {
          margin-top: 10px; } }
      .page-hr-benefits .main_group .img_group .group i::before {
        position: absolute;
        margin: 0;
        color: #6ea00e;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .page-hr-benefits .main_group .img_group .group span {
      display: block;
      text-align: center;
      font-weight: bold;
      color: black;
      margin-bottom: 30px;
      line-height: 1.2em; }
      @media screen and (max-width: 768px) {
        .page-hr-benefits .main_group .img_group .group span {
          margin-bottom: 0px; } }

.page-hr-collage .page-banner .pic {
  background-image: url("images/hr/hr_collage_main.jpg"); }

.page-hr-collage .main_group {
  margin-bottom: 70px;
  line-height: 1.4em;
  margin-top: 85px; }
  @media screen and (max-width: 1200px) {
    .page-hr-collage .main_group {
      margin-top: 40px; } }
  @media screen and (max-width: 576px) {
    .page-hr-collage .main_group {
      margin-top: -20px; } }
  .page-hr-collage .main_group h4 {
    margin-bottom: 70px;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .page-hr-collage .main_group h4 {
        margin-bottom: 20px; } }
  .page-hr-collage .main_group h5 {
    font-weight: bold;
    color: black;
    margin-bottom: 40px; }
    @media screen and (max-width: 1200px) {
      .page-hr-collage .main_group h5 {
        margin-bottom: 10px; } }
  .page-hr-collage .main_group p {
    font-size: 15px;
    font-weight: bold; }
  .page-hr-collage .main_group .left_group {
    float: left;
    width: 74%; }
    @media screen and (max-width: 1200px) {
      .page-hr-collage .main_group .left_group {
        width: 100%;
        float: none; } }
    .page-hr-collage .main_group .left_group > div {
      margin-bottom: 55px; }
      @media screen and (max-width: 768px) {
        .page-hr-collage .main_group .left_group > div {
          margin-bottom: 40px; } }
      @media screen and (max-width: 576px) {
        .page-hr-collage .main_group .left_group > div {
          margin-bottom: 20px; } }
      .page-hr-collage .main_group .left_group > div > p {
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          .page-hr-collage .main_group .left_group > div > p {
            margin-bottom: 10px; } }
      .page-hr-collage .main_group .left_group > div .img_group {
        margin-bottom: 90px;
        margin-right: 0px;
        margin-left: 0px; }
        @media screen and (max-width: 1200px) {
          .page-hr-collage .main_group .left_group > div .img_group {
            margin-bottom: 40px; } }
        @media screen and (min-width: 768px) {
          .page-hr-collage .main_group .left_group > div .img_group > div:nth-child(1), .page-hr-collage .main_group .left_group > div .img_group > div:nth-child(2) {
            border-right: 1px solid white; } }
        @media screen and (max-width: 767px) {
          .page-hr-collage .main_group .left_group > div .img_group > div:nth-child(1), .page-hr-collage .main_group .left_group > div .img_group > div:nth-child(2) {
            border-right: none;
            border-bottom: 1px solid white; } }
        .page-hr-collage .main_group .left_group > div .img_group img {
          padding: 0; }
    .page-hr-collage .main_group .left_group .img_wrapper {
      overflow: hidden;
      padding: 0; }
      .page-hr-collage .main_group .left_group .img_wrapper img {
        width: 100%; }
    .page-hr-collage .main_group .left_group .darfon .table_wrapper {
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      margin-bottom: 90px; }
      .page-hr-collage .main_group .left_group .darfon .table_wrapper img {
        min-width: 1000px;
        image-rendering: -webkit-optimize-contrast; }
    .page-hr-collage .main_group .left_group .multiple {
      margin-bottom: 85px; }
      .page-hr-collage .main_group .left_group .multiple h5 {
        font-size: 20px;
        text-transform: uppercase; }
      .page-hr-collage .main_group .left_group .multiple p {
        margin-bottom: 40px; }
      .page-hr-collage .main_group .left_group .multiple img {
        display: table;
        margin: auto;
        image-rendering: -webkit-optimize-contrast; }
        .page-hr-collage .main_group .left_group .multiple img:hover {
          animation-name: smallRollIn; }
    .page-hr-collage .main_group .left_group .small_gap {
      margin-bottom: 40px; }
      .page-hr-collage .main_group .left_group .small_gap h5 {
        margin-bottom: 10px; }
  .page-hr-collage .main_group .right_group {
    float: right;
    width: 24%; }
    @media screen and (max-width: 1200px) {
      .page-hr-collage .main_group .right_group {
        width: 100%;
        float: none;
        margin-bottom: 40px; } }
    .page-hr-collage .main_group .right_group .wrapper {
      width: 80%;
      margin-left: 20%;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .page-hr-collage .main_group .right_group .wrapper {
          margin-left: 0;
          width: 100%; } }
      .page-hr-collage .main_group .right_group .wrapper h3 {
        font-family: "Oswald";
        text-transform: uppercase;
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee;
        position: relative; }
        .page-hr-collage .main_group .right_group .wrapper h3::after {
          content: '';
          display: block;
          position: absolute;
          bottom: -4px;
          width: 87px;
          height: 4px;
          background-color: #e3898f; }
      .page-hr-collage .main_group .right_group .wrapper ul {
        list-style: none;
        margin-top: 20px;
        padding: 0; }
        .page-hr-collage .main_group .right_group .wrapper ul li {
          line-height: 2.3em;
          font-size: 15px;
          font-weight: bold; }
          @media screen and (max-width: 1200px) {
            .page-hr-collage .main_group .right_group .wrapper ul li {
              float: left;
              margin-right: 30px; } }
          @media screen and (max-width: 576px) {
            .page-hr-collage .main_group .right_group .wrapper ul li {
              float: none; } }
          .page-hr-collage .main_group .right_group .wrapper ul li.onPage a {
            color: #bd0511; }
          .page-hr-collage .main_group .right_group .wrapper ul li a {
            color: #787878; }

.page-hr-academy .page-banner .pic {
  background-image: url("images/hr/hr_academy_main.jpg"); }

.page-hr-academy .main_group {
  margin-bottom: 40px;
  margin-top: 80px;
  line-height: 1.4em;
  font-weight: bold; }
  @media screen and (max-width: 1200px) {
    .page-hr-academy .main_group {
      margin-top: 40px; } }
  @media screen and (max-width: 576px) {
    .page-hr-academy .main_group {
      margin-top: -20px; } }
  .page-hr-academy .main_group h4 {
    margin-bottom: 70px;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .page-hr-academy .main_group h4 {
        margin-bottom: 20px; } }
  .page-hr-academy .main_group h5 {
    font-weight: bold;
    color: black;
    margin-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .page-hr-academy .main_group h5 {
        margin-bottom: 10px; } }
  .page-hr-academy .main_group p {
    font-size: 15px; }
  .page-hr-academy .main_group .left_group {
    float: left;
    width: 74%; }
    @media screen and (max-width: 1200px) {
      .page-hr-academy .main_group .left_group {
        width: 100%;
        float: none; } }
    .page-hr-academy .main_group .left_group > div {
      margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        .page-hr-academy .main_group .left_group > div {
          margin-bottom: 40px; } }
      .page-hr-academy .main_group .left_group > div ul {
        list-style: none;
        margin-left: 20px;
        font-size: 15px;
        margin-bottom: 40px; }
        @media screen and (max-width: 1200px) {
          .page-hr-academy .main_group .left_group > div ul {
            margin-bottom: 40px; } }
        @media screen and (max-width: 576px) {
          .page-hr-academy .main_group .left_group > div ul {
            margin-bottom: 20px;
            margin-left: 10px; } }
        .page-hr-academy .main_group .left_group > div ul li {
          position: relative; }
          .page-hr-academy .main_group .left_group > div ul li::before {
            content: '';
            display: block;
            position: absolute;
            top: 12px;
            left: -25px;
            width: 10px;
            height: 1px;
            background-color: #959595; }
      .page-hr-academy .main_group .left_group > div .img_group {
        margin: 0; }
        @media screen and (min-width: 768px) {
          .page-hr-academy .main_group .left_group > div .img_group > div:nth-child(1), .page-hr-academy .main_group .left_group > div .img_group > div:nth-child(2) {
            border-right: 1px solid white; } }
        @media screen and (max-width: 767px) {
          .page-hr-academy .main_group .left_group > div .img_group {
            margin: 0; }
            .page-hr-academy .main_group .left_group > div .img_group > div:nth-child(1), .page-hr-academy .main_group .left_group > div .img_group > div:nth-child(2) {
              border-right: none;
              border-bottom: 1px solid white; } }
        .page-hr-academy .main_group .left_group > div .img_group .img_wrapper {
          padding: 0;
          overflow: hidden; }
          .page-hr-academy .main_group .left_group > div .img_group .img_wrapper img {
            padding: 0;
            width: 100%; }
    .page-hr-academy .main_group .left_group .mabuville p {
      margin-bottom: 50px; }
      @media screen and (max-width: 576px) {
        .page-hr-academy .main_group .left_group .mabuville p {
          margin-bottom: 20px; } }
  .page-hr-academy .main_group .right_group {
    float: right;
    width: 24%; }
    @media screen and (max-width: 1200px) {
      .page-hr-academy .main_group .right_group {
        width: 100%;
        float: none;
        margin-bottom: 40px; } }
    .page-hr-academy .main_group .right_group .wrapper {
      width: 80%;
      margin-left: 20%;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .page-hr-academy .main_group .right_group .wrapper {
          margin-left: 0;
          width: 100%; } }
      .page-hr-academy .main_group .right_group .wrapper h3 {
        font-family: "Oswald";
        text-transform: uppercase;
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee;
        position: relative; }
        .page-hr-academy .main_group .right_group .wrapper h3::after {
          content: '';
          display: block;
          position: absolute;
          bottom: -4px;
          width: 87px;
          height: 4px;
          background-color: #e3898f; }
      .page-hr-academy .main_group .right_group .wrapper ul {
        padding: 0;
        list-style: none;
        margin-top: 20px; }
        @media screen and (max-width: 1200px) {
          .page-hr-academy .main_group .right_group .wrapper ul {
            padding: 0; } }
        .page-hr-academy .main_group .right_group .wrapper ul li {
          font-size: 15px;
          font-weight: bold;
          line-height: 2.3em; }
          @media screen and (max-width: 1200px) {
            .page-hr-academy .main_group .right_group .wrapper ul li {
              float: left;
              margin-right: 30px; } }
          @media screen and (max-width: 576px) {
            .page-hr-academy .main_group .right_group .wrapper ul li {
              float: none; } }
          .page-hr-academy .main_group .right_group .wrapper ul li.onPage a {
            color: #bd0511; }
          .page-hr-academy .main_group .right_group .wrapper ul li a {
            color: #787878; }

.page-hr-facilities .page-banner .pic {
  background-image: url("images/hr/hr_facilities_main.jpg"); }

.page-hr-activities .page-banner .pic {
  background-image: url("images/hr/hr_activities_main.jpg"); }

.page-hr-facilities .main_group, .page-hr-activities .main_group {
  margin-bottom: 20px;
  margin-top: 80px;
  font-weight: bold;
  line-height: 1.4em; }
  @media screen and (max-width: 1200px) {
    .page-hr-facilities .main_group, .page-hr-activities .main_group {
      margin-top: 40px; } }
  @media screen and (max-width: 576px) {
    .page-hr-facilities .main_group, .page-hr-activities .main_group {
      margin-top: -20px; } }
  .page-hr-facilities .main_group h4, .page-hr-activities .main_group h4 {
    margin-bottom: 70px;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .page-hr-facilities .main_group h4, .page-hr-activities .main_group h4 {
        margin-bottom: 20px; } }
  .page-hr-facilities .main_group h5, .page-hr-activities .main_group h5 {
    font-weight: bold;
    color: black;
    margin-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .page-hr-facilities .main_group h5, .page-hr-activities .main_group h5 {
        margin-bottom: 10px; } }
  .page-hr-facilities .main_group p, .page-hr-activities .main_group p {
    font-size: 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1200px) {
      .page-hr-facilities .main_group p, .page-hr-activities .main_group p {
        margin-bottom: 10px; } }
  .page-hr-facilities .main_group .left_group, .page-hr-activities .main_group .left_group {
    float: left;
    width: 74%; }
    @media screen and (max-width: 1200px) {
      .page-hr-facilities .main_group .left_group, .page-hr-activities .main_group .left_group {
        width: 100%;
        float: none; } }
    .page-hr-facilities .main_group .left_group > div, .page-hr-activities .main_group .left_group > div {
      margin-bottom: 70px; }
      @media screen and (max-width: 768px) {
        .page-hr-facilities .main_group .left_group > div, .page-hr-activities .main_group .left_group > div {
          margin-bottom: 40px; } }
      @media screen and (max-width: 576px) {
        .page-hr-facilities .main_group .left_group > div, .page-hr-activities .main_group .left_group > div {
          margin-bottom: 20px; } }
      .page-hr-facilities .main_group .left_group > div .img_group, .page-hr-activities .main_group .left_group > div .img_group {
        margin: 0; }
        @media screen and (min-width: 768px) {
          .page-hr-facilities .main_group .left_group > div .img_group > div:nth-child(1), .page-hr-facilities .main_group .left_group > div .img_group > div:nth-child(2), .page-hr-activities .main_group .left_group > div .img_group > div:nth-child(1), .page-hr-activities .main_group .left_group > div .img_group > div:nth-child(2) {
            border-right: 1px solid white; } }
        @media screen and (max-width: 767px) {
          .page-hr-facilities .main_group .left_group > div .img_group > div:nth-child(1), .page-hr-facilities .main_group .left_group > div .img_group > div:nth-child(2), .page-hr-activities .main_group .left_group > div .img_group > div:nth-child(1), .page-hr-activities .main_group .left_group > div .img_group > div:nth-child(2) {
            border-right: none;
            border-bottom: 1px solid white; } }
        @media screen and (max-width: 768px) {
          .page-hr-facilities .main_group .left_group > div .img_group, .page-hr-activities .main_group .left_group > div .img_group {
            margin: 0; } }
        .page-hr-facilities .main_group .left_group > div .img_group .img_wrapper, .page-hr-activities .main_group .left_group > div .img_group .img_wrapper {
          padding: 0;
          overflow: hidden; }
          .page-hr-facilities .main_group .left_group > div .img_group .img_wrapper img, .page-hr-activities .main_group .left_group > div .img_group .img_wrapper img {
            padding: 0;
            width: 100%; }
    .page-hr-facilities .main_group .left_group .darfon .table_wrapper, .page-hr-activities .main_group .left_group .darfon .table_wrapper {
      overflow-x: auto;
      overflow-y: hidden; }
      .page-hr-facilities .main_group .left_group .darfon .table_wrapper img, .page-hr-activities .main_group .left_group .darfon .table_wrapper img {
        min-width: 1000px; }
    .page-hr-facilities .main_group .left_group .multiple p, .page-hr-activities .main_group .left_group .multiple p {
      margin-bottom: 40px; }
    .page-hr-facilities .main_group .left_group .multiple img, .page-hr-activities .main_group .left_group .multiple img {
      display: table;
      margin: auto;
      image-rendering: -webkit-optimize-contrast; }
    .page-hr-facilities .main_group .left_group .small_gap, .page-hr-activities .main_group .left_group .small_gap {
      margin-bottom: 30px; }
      .page-hr-facilities .main_group .left_group .small_gap h5, .page-hr-activities .main_group .left_group .small_gap h5 {
        margin-bottom: 10px; }
  .page-hr-facilities .main_group .right_group, .page-hr-activities .main_group .right_group {
    float: right;
    width: 24%; }
    @media screen and (max-width: 1200px) {
      .page-hr-facilities .main_group .right_group, .page-hr-activities .main_group .right_group {
        width: 100%;
        float: none;
        margin-bottom: 40px; } }
    .page-hr-facilities .main_group .right_group .wrapper, .page-hr-activities .main_group .right_group .wrapper {
      width: 80%;
      margin-left: 20%;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .page-hr-facilities .main_group .right_group .wrapper, .page-hr-activities .main_group .right_group .wrapper {
          margin-left: 0;
          width: 100%; } }
      .page-hr-facilities .main_group .right_group .wrapper h3, .page-hr-activities .main_group .right_group .wrapper h3 {
        font-family: "Oswald";
        text-transform: uppercase;
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee;
        position: relative; }
        .page-hr-facilities .main_group .right_group .wrapper h3::after, .page-hr-activities .main_group .right_group .wrapper h3::after {
          content: '';
          display: block;
          position: absolute;
          bottom: -4px;
          width: 87px;
          height: 4px;
          background-color: #e3898f; }
      .page-hr-facilities .main_group .right_group .wrapper ul, .page-hr-activities .main_group .right_group .wrapper ul {
        padding: 0;
        list-style: none;
        margin-top: 20px; }
        @media screen and (max-width: 1200px) {
          .page-hr-facilities .main_group .right_group .wrapper ul, .page-hr-activities .main_group .right_group .wrapper ul {
            padding: 0; } }
        .page-hr-facilities .main_group .right_group .wrapper ul li, .page-hr-activities .main_group .right_group .wrapper ul li {
          line-height: 2.3em;
          font-size: 15px;
          font-weight: bold; }
          @media screen and (max-width: 1200px) {
            .page-hr-facilities .main_group .right_group .wrapper ul li, .page-hr-activities .main_group .right_group .wrapper ul li {
              float: left;
              margin-right: 30px; } }
          @media screen and (max-width: 576px) {
            .page-hr-facilities .main_group .right_group .wrapper ul li, .page-hr-activities .main_group .right_group .wrapper ul li {
              float: none; } }
          .page-hr-facilities .main_group .right_group .wrapper ul li.onPage a, .page-hr-activities .main_group .right_group .wrapper ul li.onPage a {
            color: #bd0511; }
          .page-hr-facilities .main_group .right_group .wrapper ul li a, .page-hr-activities .main_group .right_group .wrapper ul li a {
            color: #787878; }

/* ==========================================================================
   investor
 ==========================================================================*/
.submenu-investor {
  border-bottom: 1px solid #ededed;
  margin-bottom: 90px;
  font-size: 20px; }
  @media screen and (max-width: 1200px) {
    .submenu-investor {
      border: none;
      margin-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .submenu-investor {
      margin-bottom: 20px !important; } }
  .submenu-investor div {
    display: table;
    height: 65px;
    margin: auto;
    line-height: 65px;
    padding: 0px;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .submenu-investor div {
        width: 100%; } }
    .submenu-investor div span {
      display: none; }
    .submenu-investor div ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .submenu-investor div ul li {
        text-align: center;
        transition: border .5s;
        border-bottom: 0px; }
        @media screen and (max-width: 1400px) {
          .submenu-investor div ul li {
            padding: 0 14px; } }
        .submenu-investor div ul li:not(:last-child) {
          margin-right: 10px; }
          @media screen and (max-width: 1400px) {
            .submenu-investor div ul li:not(:last-child) {
              margin: 0; } }
        @media screen and (min-width: 1201px) {
          .submenu-investor div ul li.onPage a {
            color: #ed7330; }
            .submenu-investor div ul li.onPage a::after {
              content: "";
              display: block;
              width: 100%;
              height: 2px;
              background-color: #e7b295;
              position: absolute;
              left: 0;
              right: 0;
              bottom: -1px;
              margin: auto;
              transition: width 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1); }
            .submenu-investor div ul li.onPage a:hover {
              color: #ed7330; } }
        .submenu-investor div ul li a {
          text-decoration: none;
          font-weight: bold;
          color: #c3c3c3;
          display: block; }
          .submenu-investor div ul li a::after {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            background-color: #e7b295;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -1px;
            margin: auto;
            transition: width 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1); }
          @media screen and (min-width: 1201px) {
            .submenu-investor div ul li a:hover {
              color: #e7b295; }
              .submenu-investor div ul li a:hover::after {
                width: 100%; } }
    @media screen and (max-width: 1200px) {
      .submenu-investor div {
        position: relative;
        cursor: pointer;
        height: 65px;
        border-top: 1px solid #a6a6a6;
        border-bottom: 1px solid #a6a6a6;
        margin-bottom: 20px; }
        .submenu-investor div::after {
          pointer-events: none;
          display: block;
          content: '';
          width: 10px;
          height: 10px;
          border-bottom: 1px solid #ceba82;
          border-right: 1px solid #ceba82;
          transform: rotate(45deg) translateY(-50%);
          -webkit-transform: rotate(45deg) translateY(-50%);
          -moz-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
          -o-transform: rotate(45deg) translateY(-50%);
          transition: all .4s ease-in-out;
          -webkit-transition: all .4s ease-in-out;
          -moz-transition: all .4s ease-in-out;
          -ms-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transform-origin: 50% 0;
          -webkit-transform-origin: 50% 0;
          -moz-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
          -o-transform-origin: 50% 0;
          position: absolute;
          right: 5.6%;
          top: 28px;
          margin: auto;
          cursor: pointer; }
        .submenu-investor div.active::after {
          transform: rotate(225deg) translateY(0%);
          -webkit-transform: rotate(225deg) translateY(0%);
          -moz-transform: rotate(225deg) translateY(0%);
          -ms-transform: rotate(225deg) translateY(0%);
          -o-transform: rotate(225deg) translateY(0%);
          transform-origin: center;
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center; }
        .submenu-investor div span {
          display: block;
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          color: black;
          margin-left: -10px; }
        .submenu-investor div ul {
          display: none; }
          .submenu-investor div ul li {
            background-color: white;
            color: white;
            z-index: 9;
            width: 100%;
            opacity: 0.9; }
            .submenu-investor div ul li a {
              color: black;
              transition: .3s; }
              .submenu-investor div ul li a:hover {
                color: #bb0611; } }

.page-investor-directors .main_group,
.page-investor-audit-commttee .main_group,
.page-investor-remuneration-commttee .main_group,
.page-investor-resolution .main_group,
.page-investor-communication-situation .main_group,
.page-investor-bylaw .main_group,
.page-investor-monthly-sales .main_group,
.page-investor-annual-report .main_group,
.page-investor-analyst-meeting .main_group,
.page-investor-stock-quote .main_group,
.page-investor-shareholders .main_group,
.page-investor-shareholders-meeting .main_group,
.page-investor-dividend-information .main_group,
.page-investor-material-information .main_group,
.page-investor-services .main_group,
.page-investor-integrity .main_group,
.page-investor-communication-channel .main_group,
.page-investor-audit-committee-resolution .main_group {
  margin-bottom: 45px;
  line-height: 1.4em; }
  .page-investor-directors .main_group h4,
  .page-investor-audit-commttee .main_group h4,
  .page-investor-remuneration-commttee .main_group h4,
  .page-investor-resolution .main_group h4,
  .page-investor-communication-situation .main_group h4,
  .page-investor-bylaw .main_group h4,
  .page-investor-monthly-sales .main_group h4,
  .page-investor-annual-report .main_group h4,
  .page-investor-analyst-meeting .main_group h4,
  .page-investor-stock-quote .main_group h4,
  .page-investor-shareholders .main_group h4,
  .page-investor-shareholders-meeting .main_group h4,
  .page-investor-dividend-information .main_group h4,
  .page-investor-material-information .main_group h4,
  .page-investor-services .main_group h4,
  .page-investor-integrity .main_group h4,
  .page-investor-communication-channel .main_group h4,
  .page-investor-audit-committee-resolution .main_group h4 {
    margin-bottom: 70px;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .page-investor-directors .main_group h4,
      .page-investor-audit-commttee .main_group h4,
      .page-investor-remuneration-commttee .main_group h4,
      .page-investor-resolution .main_group h4,
      .page-investor-communication-situation .main_group h4,
      .page-investor-bylaw .main_group h4,
      .page-investor-monthly-sales .main_group h4,
      .page-investor-annual-report .main_group h4,
      .page-investor-analyst-meeting .main_group h4,
      .page-investor-stock-quote .main_group h4,
      .page-investor-shareholders .main_group h4,
      .page-investor-shareholders-meeting .main_group h4,
      .page-investor-dividend-information .main_group h4,
      .page-investor-material-information .main_group h4,
      .page-investor-services .main_group h4,
      .page-investor-integrity .main_group h4,
      .page-investor-communication-channel .main_group h4,
      .page-investor-audit-committee-resolution .main_group h4 {
        margin-bottom: 20px; } }
  .page-investor-directors .main_group h5,
  .page-investor-audit-commttee .main_group h5,
  .page-investor-remuneration-commttee .main_group h5,
  .page-investor-resolution .main_group h5,
  .page-investor-communication-situation .main_group h5,
  .page-investor-bylaw .main_group h5,
  .page-investor-monthly-sales .main_group h5,
  .page-investor-annual-report .main_group h5,
  .page-investor-analyst-meeting .main_group h5,
  .page-investor-stock-quote .main_group h5,
  .page-investor-shareholders .main_group h5,
  .page-investor-shareholders-meeting .main_group h5,
  .page-investor-dividend-information .main_group h5,
  .page-investor-material-information .main_group h5,
  .page-investor-services .main_group h5,
  .page-investor-integrity .main_group h5,
  .page-investor-communication-channel .main_group h5,
  .page-investor-audit-committee-resolution .main_group h5 {
    font-weight: bold;
    color: black;
    margin-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .page-investor-directors .main_group h5,
      .page-investor-audit-commttee .main_group h5,
      .page-investor-remuneration-commttee .main_group h5,
      .page-investor-resolution .main_group h5,
      .page-investor-communication-situation .main_group h5,
      .page-investor-bylaw .main_group h5,
      .page-investor-monthly-sales .main_group h5,
      .page-investor-annual-report .main_group h5,
      .page-investor-analyst-meeting .main_group h5,
      .page-investor-stock-quote .main_group h5,
      .page-investor-shareholders .main_group h5,
      .page-investor-shareholders-meeting .main_group h5,
      .page-investor-dividend-information .main_group h5,
      .page-investor-material-information .main_group h5,
      .page-investor-services .main_group h5,
      .page-investor-integrity .main_group h5,
      .page-investor-communication-channel .main_group h5,
      .page-investor-audit-committee-resolution .main_group h5 {
        margin-bottom: 10px; } }
  .page-investor-directors .main_group p,
  .page-investor-audit-commttee .main_group p,
  .page-investor-remuneration-commttee .main_group p,
  .page-investor-resolution .main_group p,
  .page-investor-communication-situation .main_group p,
  .page-investor-bylaw .main_group p,
  .page-investor-monthly-sales .main_group p,
  .page-investor-annual-report .main_group p,
  .page-investor-analyst-meeting .main_group p,
  .page-investor-stock-quote .main_group p,
  .page-investor-shareholders .main_group p,
  .page-investor-shareholders-meeting .main_group p,
  .page-investor-dividend-information .main_group p,
  .page-investor-material-information .main_group p,
  .page-investor-services .main_group p,
  .page-investor-integrity .main_group p,
  .page-investor-communication-channel .main_group p,
  .page-investor-audit-committee-resolution .main_group p {
    font-size: 15px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1200px) {
      .page-investor-directors .main_group p,
      .page-investor-audit-commttee .main_group p,
      .page-investor-remuneration-commttee .main_group p,
      .page-investor-resolution .main_group p,
      .page-investor-communication-situation .main_group p,
      .page-investor-bylaw .main_group p,
      .page-investor-monthly-sales .main_group p,
      .page-investor-annual-report .main_group p,
      .page-investor-analyst-meeting .main_group p,
      .page-investor-stock-quote .main_group p,
      .page-investor-shareholders .main_group p,
      .page-investor-shareholders-meeting .main_group p,
      .page-investor-dividend-information .main_group p,
      .page-investor-material-information .main_group p,
      .page-investor-services .main_group p,
      .page-investor-integrity .main_group p,
      .page-investor-communication-channel .main_group p,
      .page-investor-audit-committee-resolution .main_group p {
        margin-bottom: 10px; } }
  .page-investor-directors .main_group .left_group,
  .page-investor-audit-commttee .main_group .left_group,
  .page-investor-remuneration-commttee .main_group .left_group,
  .page-investor-resolution .main_group .left_group,
  .page-investor-communication-situation .main_group .left_group,
  .page-investor-bylaw .main_group .left_group,
  .page-investor-monthly-sales .main_group .left_group,
  .page-investor-annual-report .main_group .left_group,
  .page-investor-analyst-meeting .main_group .left_group,
  .page-investor-stock-quote .main_group .left_group,
  .page-investor-shareholders .main_group .left_group,
  .page-investor-shareholders-meeting .main_group .left_group,
  .page-investor-dividend-information .main_group .left_group,
  .page-investor-material-information .main_group .left_group,
  .page-investor-services .main_group .left_group,
  .page-investor-integrity .main_group .left_group,
  .page-investor-communication-channel .main_group .left_group,
  .page-investor-audit-committee-resolution .main_group .left_group {
    float: left;
    width: 76%; }
    @media screen and (max-width: 1200px) {
      .page-investor-directors .main_group .left_group,
      .page-investor-audit-commttee .main_group .left_group,
      .page-investor-remuneration-commttee .main_group .left_group,
      .page-investor-resolution .main_group .left_group,
      .page-investor-communication-situation .main_group .left_group,
      .page-investor-bylaw .main_group .left_group,
      .page-investor-monthly-sales .main_group .left_group,
      .page-investor-annual-report .main_group .left_group,
      .page-investor-analyst-meeting .main_group .left_group,
      .page-investor-stock-quote .main_group .left_group,
      .page-investor-shareholders .main_group .left_group,
      .page-investor-shareholders-meeting .main_group .left_group,
      .page-investor-dividend-information .main_group .left_group,
      .page-investor-material-information .main_group .left_group,
      .page-investor-services .main_group .left_group,
      .page-investor-integrity .main_group .left_group,
      .page-investor-communication-channel .main_group .left_group,
      .page-investor-audit-committee-resolution .main_group .left_group {
        width: 100%;
        float: none; } }
    .page-investor-directors .main_group .left_group .table_wrapper,
    .page-investor-audit-commttee .main_group .left_group .table_wrapper,
    .page-investor-remuneration-commttee .main_group .left_group .table_wrapper,
    .page-investor-resolution .main_group .left_group .table_wrapper,
    .page-investor-communication-situation .main_group .left_group .table_wrapper,
    .page-investor-bylaw .main_group .left_group .table_wrapper,
    .page-investor-monthly-sales .main_group .left_group .table_wrapper,
    .page-investor-annual-report .main_group .left_group .table_wrapper,
    .page-investor-analyst-meeting .main_group .left_group .table_wrapper,
    .page-investor-stock-quote .main_group .left_group .table_wrapper,
    .page-investor-shareholders .main_group .left_group .table_wrapper,
    .page-investor-shareholders-meeting .main_group .left_group .table_wrapper,
    .page-investor-dividend-information .main_group .left_group .table_wrapper,
    .page-investor-material-information .main_group .left_group .table_wrapper,
    .page-investor-services .main_group .left_group .table_wrapper,
    .page-investor-integrity .main_group .left_group .table_wrapper,
    .page-investor-communication-channel .main_group .left_group .table_wrapper,
    .page-investor-audit-committee-resolution .main_group .left_group .table_wrapper {
      -webkit-overflow-scrolling: touch;
      overflow-x: auto;
      overflow-y: hidden;
      margin-bottom: 1rem; }
    .page-investor-directors .main_group .left_group .table,
    .page-investor-audit-commttee .main_group .left_group .table,
    .page-investor-remuneration-commttee .main_group .left_group .table,
    .page-investor-resolution .main_group .left_group .table,
    .page-investor-communication-situation .main_group .left_group .table,
    .page-investor-bylaw .main_group .left_group .table,
    .page-investor-monthly-sales .main_group .left_group .table,
    .page-investor-annual-report .main_group .left_group .table,
    .page-investor-analyst-meeting .main_group .left_group .table,
    .page-investor-stock-quote .main_group .left_group .table,
    .page-investor-shareholders .main_group .left_group .table,
    .page-investor-shareholders-meeting .main_group .left_group .table,
    .page-investor-dividend-information .main_group .left_group .table,
    .page-investor-material-information .main_group .left_group .table,
    .page-investor-services .main_group .left_group .table,
    .page-investor-integrity .main_group .left_group .table,
    .page-investor-communication-channel .main_group .left_group .table,
    .page-investor-audit-committee-resolution .main_group .left_group .table {
      margin-bottom: 0px;
      width: 100%;
      font-size: 15px;
      font-weight: bold; }
      @media screen and (max-width: 992px) {
        .page-investor-directors .main_group .left_group .table,
        .page-investor-audit-commttee .main_group .left_group .table,
        .page-investor-remuneration-commttee .main_group .left_group .table,
        .page-investor-resolution .main_group .left_group .table,
        .page-investor-communication-situation .main_group .left_group .table,
        .page-investor-bylaw .main_group .left_group .table,
        .page-investor-monthly-sales .main_group .left_group .table,
        .page-investor-annual-report .main_group .left_group .table,
        .page-investor-analyst-meeting .main_group .left_group .table,
        .page-investor-stock-quote .main_group .left_group .table,
        .page-investor-shareholders .main_group .left_group .table,
        .page-investor-shareholders-meeting .main_group .left_group .table,
        .page-investor-dividend-information .main_group .left_group .table,
        .page-investor-material-information .main_group .left_group .table,
        .page-investor-services .main_group .left_group .table,
        .page-investor-integrity .main_group .left_group .table,
        .page-investor-communication-channel .main_group .left_group .table,
        .page-investor-audit-committee-resolution .main_group .left_group .table {
          min-width: 1100px; } }
      @media screen and (max-width: 768px) {
        .page-investor-directors .main_group .left_group .table,
        .page-investor-audit-commttee .main_group .left_group .table,
        .page-investor-remuneration-commttee .main_group .left_group .table,
        .page-investor-resolution .main_group .left_group .table,
        .page-investor-communication-situation .main_group .left_group .table,
        .page-investor-bylaw .main_group .left_group .table,
        .page-investor-monthly-sales .main_group .left_group .table,
        .page-investor-annual-report .main_group .left_group .table,
        .page-investor-analyst-meeting .main_group .left_group .table,
        .page-investor-stock-quote .main_group .left_group .table,
        .page-investor-shareholders .main_group .left_group .table,
        .page-investor-shareholders-meeting .main_group .left_group .table,
        .page-investor-dividend-information .main_group .left_group .table,
        .page-investor-material-information .main_group .left_group .table,
        .page-investor-services .main_group .left_group .table,
        .page-investor-integrity .main_group .left_group .table,
        .page-investor-communication-channel .main_group .left_group .table,
        .page-investor-audit-committee-resolution .main_group .left_group .table {
          width: 100%;
          font-weight: normal; } }
      .page-investor-directors .main_group .left_group .table .thead .th,
      .page-investor-audit-commttee .main_group .left_group .table .thead .th,
      .page-investor-remuneration-commttee .main_group .left_group .table .thead .th,
      .page-investor-resolution .main_group .left_group .table .thead .th,
      .page-investor-communication-situation .main_group .left_group .table .thead .th,
      .page-investor-bylaw .main_group .left_group .table .thead .th,
      .page-investor-monthly-sales .main_group .left_group .table .thead .th,
      .page-investor-annual-report .main_group .left_group .table .thead .th,
      .page-investor-analyst-meeting .main_group .left_group .table .thead .th,
      .page-investor-stock-quote .main_group .left_group .table .thead .th,
      .page-investor-shareholders .main_group .left_group .table .thead .th,
      .page-investor-shareholders-meeting .main_group .left_group .table .thead .th,
      .page-investor-dividend-information .main_group .left_group .table .thead .th,
      .page-investor-material-information .main_group .left_group .table .thead .th,
      .page-investor-services .main_group .left_group .table .thead .th,
      .page-investor-integrity .main_group .left_group .table .thead .th,
      .page-investor-communication-channel .main_group .left_group .table .thead .th,
      .page-investor-audit-committee-resolution .main_group .left_group .table .thead .th {
        background-color: #d46168;
        float: left;
        color: white;
        height: 72px;
        border-bottom: 2px solid white;
        border-right: 2px solid white;
        position: relative; }
        .page-investor-directors .main_group .left_group .table .thead .th:last-child,
        .page-investor-audit-commttee .main_group .left_group .table .thead .th:last-child,
        .page-investor-remuneration-commttee .main_group .left_group .table .thead .th:last-child,
        .page-investor-resolution .main_group .left_group .table .thead .th:last-child,
        .page-investor-communication-situation .main_group .left_group .table .thead .th:last-child,
        .page-investor-bylaw .main_group .left_group .table .thead .th:last-child,
        .page-investor-monthly-sales .main_group .left_group .table .thead .th:last-child,
        .page-investor-annual-report .main_group .left_group .table .thead .th:last-child,
        .page-investor-analyst-meeting .main_group .left_group .table .thead .th:last-child,
        .page-investor-stock-quote .main_group .left_group .table .thead .th:last-child,
        .page-investor-shareholders .main_group .left_group .table .thead .th:last-child,
        .page-investor-shareholders-meeting .main_group .left_group .table .thead .th:last-child,
        .page-investor-dividend-information .main_group .left_group .table .thead .th:last-child,
        .page-investor-material-information .main_group .left_group .table .thead .th:last-child,
        .page-investor-services .main_group .left_group .table .thead .th:last-child,
        .page-investor-integrity .main_group .left_group .table .thead .th:last-child,
        .page-investor-communication-channel .main_group .left_group .table .thead .th:last-child,
        .page-investor-audit-committee-resolution .main_group .left_group .table .thead .th:last-child {
          border-right: 0; }
        .page-investor-directors .main_group .left_group .table .thead .th:nth-child(1), .page-investor-directors .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-audit-commttee .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-audit-commttee .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-remuneration-commttee .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-remuneration-commttee .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-resolution .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-resolution .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-communication-situation .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-communication-situation .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-bylaw .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-bylaw .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-monthly-sales .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-monthly-sales .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-annual-report .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-annual-report .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-analyst-meeting .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-analyst-meeting .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-stock-quote .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-stock-quote .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-shareholders .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-shareholders .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-shareholders-meeting .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-shareholders-meeting .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-dividend-information .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-dividend-information .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-material-information .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-material-information .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-services .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-services .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-integrity .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-integrity .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-communication-channel .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-communication-channel .main_group .left_group .table .thead .th:nth-child(2),
        .page-investor-audit-committee-resolution .main_group .left_group .table .thead .th:nth-child(1),
        .page-investor-audit-committee-resolution .main_group .left_group .table .thead .th:nth-child(2) {
          width: 15.43%; }
        .page-investor-directors .main_group .left_group .table .thead .th:nth-child(3), .page-investor-directors .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-audit-commttee .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-audit-commttee .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-remuneration-commttee .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-remuneration-commttee .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-resolution .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-resolution .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-communication-situation .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-communication-situation .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-bylaw .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-bylaw .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-monthly-sales .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-monthly-sales .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-annual-report .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-annual-report .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-analyst-meeting .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-analyst-meeting .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-stock-quote .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-stock-quote .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-shareholders .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-shareholders .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-shareholders-meeting .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-shareholders-meeting .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-dividend-information .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-dividend-information .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-material-information .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-material-information .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-services .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-services .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-integrity .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-integrity .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-communication-channel .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-communication-channel .main_group .left_group .table .thead .th:nth-child(4),
        .page-investor-audit-committee-resolution .main_group .left_group .table .thead .th:nth-child(3),
        .page-investor-audit-committee-resolution .main_group .left_group .table .thead .th:nth-child(4) {
          width: 34.5%; }
        .page-investor-directors .main_group .left_group .table .thead .th span,
        .page-investor-audit-commttee .main_group .left_group .table .thead .th span,
        .page-investor-remuneration-commttee .main_group .left_group .table .thead .th span,
        .page-investor-resolution .main_group .left_group .table .thead .th span,
        .page-investor-communication-situation .main_group .left_group .table .thead .th span,
        .page-investor-bylaw .main_group .left_group .table .thead .th span,
        .page-investor-monthly-sales .main_group .left_group .table .thead .th span,
        .page-investor-annual-report .main_group .left_group .table .thead .th span,
        .page-investor-analyst-meeting .main_group .left_group .table .thead .th span,
        .page-investor-stock-quote .main_group .left_group .table .thead .th span,
        .page-investor-shareholders .main_group .left_group .table .thead .th span,
        .page-investor-shareholders-meeting .main_group .left_group .table .thead .th span,
        .page-investor-dividend-information .main_group .left_group .table .thead .th span,
        .page-investor-material-information .main_group .left_group .table .thead .th span,
        .page-investor-services .main_group .left_group .table .thead .th span,
        .page-investor-integrity .main_group .left_group .table .thead .th span,
        .page-investor-communication-channel .main_group .left_group .table .thead .th span,
        .page-investor-audit-committee-resolution .main_group .left_group .table .thead .th span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-weight: bold;
          text-align: center;
          width: 100%; }
      .page-investor-directors .main_group .left_group .table .tbody .tr,
      .page-investor-audit-commttee .main_group .left_group .table .tbody .tr,
      .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr,
      .page-investor-resolution .main_group .left_group .table .tbody .tr,
      .page-investor-communication-situation .main_group .left_group .table .tbody .tr,
      .page-investor-bylaw .main_group .left_group .table .tbody .tr,
      .page-investor-monthly-sales .main_group .left_group .table .tbody .tr,
      .page-investor-annual-report .main_group .left_group .table .tbody .tr,
      .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr,
      .page-investor-stock-quote .main_group .left_group .table .tbody .tr,
      .page-investor-shareholders .main_group .left_group .table .tbody .tr,
      .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr,
      .page-investor-dividend-information .main_group .left_group .table .tbody .tr,
      .page-investor-material-information .main_group .left_group .table .tbody .tr,
      .page-investor-services .main_group .left_group .table .tbody .tr,
      .page-investor-integrity .main_group .left_group .table .tbody .tr,
      .page-investor-communication-channel .main_group .left_group .table .tbody .tr,
      .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr {
        border-bottom: 2px solid white; }
        .page-investor-directors .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-audit-commttee .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-resolution .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-communication-situation .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-bylaw .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-monthly-sales .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-annual-report .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-stock-quote .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-shareholders .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-dividend-information .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-material-information .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-services .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-integrity .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-communication-channel .main_group .left_group .table .tbody .tr:nth-child(odd),
        .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr:nth-child(odd) {
          background-color: #f2f2f2; }
        .page-investor-directors .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-audit-commttee .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-resolution .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-communication-situation .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-bylaw .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-monthly-sales .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-annual-report .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-stock-quote .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-shareholders .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-dividend-information .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-material-information .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-services .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-integrity .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-communication-channel .main_group .left_group .table .tbody .tr:nth-child(even),
        .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr:nth-child(even) {
          background-color: #ebebeb; }
        .page-investor-directors .main_group .left_group .table .tbody .tr .td,
        .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td,
        .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td,
        .page-investor-resolution .main_group .left_group .table .tbody .tr .td,
        .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td,
        .page-investor-bylaw .main_group .left_group .table .tbody .tr .td,
        .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td,
        .page-investor-annual-report .main_group .left_group .table .tbody .tr .td,
        .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td,
        .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td,
        .page-investor-shareholders .main_group .left_group .table .tbody .tr .td,
        .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td,
        .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td,
        .page-investor-material-information .main_group .left_group .table .tbody .tr .td,
        .page-investor-services .main_group .left_group .table .tbody .tr .td,
        .page-investor-integrity .main_group .left_group .table .tbody .tr .td,
        .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td,
        .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td {
          float: left;
          position: relative;
          color: black;
          padding-right: 15px; }
          .page-investor-directors .main_group .left_group .table .tbody .tr .td span,
          .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td span,
          .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td span,
          .page-investor-resolution .main_group .left_group .table .tbody .tr .td span,
          .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td span,
          .page-investor-bylaw .main_group .left_group .table .tbody .tr .td span,
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td span,
          .page-investor-annual-report .main_group .left_group .table .tbody .tr .td span,
          .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td span,
          .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td span,
          .page-investor-shareholders .main_group .left_group .table .tbody .tr .td span,
          .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td span,
          .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td span,
          .page-investor-material-information .main_group .left_group .table .tbody .tr .td span,
          .page-investor-services .main_group .left_group .table .tbody .tr .td span,
          .page-investor-integrity .main_group .left_group .table .tbody .tr .td span,
          .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td span,
          .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td span {
            display: block; }
            .page-investor-directors .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-resolution .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-bylaw .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-annual-report .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-shareholders .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-material-information .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-services .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-integrity .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td span:nth-child(1),
            .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td span:nth-child(1) {
              width: 86%;
              display: inline-block;
              margin: auto;
              text-align: center; }
          .page-investor-directors .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-resolution .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-bylaw .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-annual-report .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-shareholders .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-material-information .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-services .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-integrity .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td ul,
          .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td ul {
            padding-top: 17px;
            padding-bottom: 17px;
            list-style: none;
            margin-bottom: 0;
            margin-left: 15px; }
            .page-investor-directors .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-resolution .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-bylaw .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-annual-report .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-shareholders .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-material-information .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-services .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-integrity .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td ul li,
            .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td ul li {
              line-height: 2em;
              position: relative; }
              .page-investor-directors .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-resolution .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-bylaw .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-annual-report .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-shareholders .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-material-information .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-services .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-integrity .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td ul li::before,
              .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td ul li::before {
                content: '';
                display: block;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                position: absolute;
                top: 12px;
                left: -15px;
                background-color: black; }
          .page-investor-directors .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-resolution .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-bylaw .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-annual-report .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-shareholders .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-material-information .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-services .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-integrity .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td ol,
          .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td ol {
            padding-top: 20px;
            padding-bottom: 20px;
            margin-bottom: 0;
            margin-left: 15px; }
            .page-investor-directors .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-resolution .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-bylaw .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-annual-report .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-shareholders .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-material-information .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-services .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-integrity .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td ol li,
            .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td ol li {
              line-height: 2.2em;
              position: relative; }
          .page-investor-directors .main_group .left_group .table .tbody .tr .td:nth-child(1), .page-investor-directors .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-resolution .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-resolution .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-shareholders .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-shareholders .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-material-information .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-material-information .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-integrity .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-integrity .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(2),
          .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(1),
          .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(2) {
            width: 15.43%;
            text-align: center;
            position: relative; }
            .page-investor-directors .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1), .page-investor-directors .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-resolution .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-resolution .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-shareholders .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-shareholders .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-material-information .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-material-information .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-integrity .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-integrity .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1),
            .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1),
            .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(1) {
              display: block;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
          .page-investor-directors .main_group .left_group .table .tbody .tr .td:nth-child(3), .page-investor-directors .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-resolution .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-resolution .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-shareholders .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-shareholders .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-material-information .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-material-information .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-integrity .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-integrity .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(4),
          .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(3),
          .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(4) {
            width: 34.5%;
            position: relative; }
          .page-investor-directors .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-resolution .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-communication-situation .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-stock-quote .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-shareholders .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-dividend-information .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-material-information .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-integrity .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2),
          .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2) {
            width: 80%; }
  .page-investor-directors .main_group .right_group,
  .page-investor-audit-commttee .main_group .right_group,
  .page-investor-remuneration-commttee .main_group .right_group,
  .page-investor-resolution .main_group .right_group,
  .page-investor-communication-situation .main_group .right_group,
  .page-investor-bylaw .main_group .right_group,
  .page-investor-monthly-sales .main_group .right_group,
  .page-investor-annual-report .main_group .right_group,
  .page-investor-analyst-meeting .main_group .right_group,
  .page-investor-stock-quote .main_group .right_group,
  .page-investor-shareholders .main_group .right_group,
  .page-investor-shareholders-meeting .main_group .right_group,
  .page-investor-dividend-information .main_group .right_group,
  .page-investor-material-information .main_group .right_group,
  .page-investor-services .main_group .right_group,
  .page-investor-integrity .main_group .right_group,
  .page-investor-communication-channel .main_group .right_group,
  .page-investor-audit-committee-resolution .main_group .right_group {
    float: right;
    width: 24%;
    margin-top: 10px; }
    @media screen and (max-width: 1200px) {
      .page-investor-directors .main_group .right_group,
      .page-investor-audit-commttee .main_group .right_group,
      .page-investor-remuneration-commttee .main_group .right_group,
      .page-investor-resolution .main_group .right_group,
      .page-investor-communication-situation .main_group .right_group,
      .page-investor-bylaw .main_group .right_group,
      .page-investor-monthly-sales .main_group .right_group,
      .page-investor-annual-report .main_group .right_group,
      .page-investor-analyst-meeting .main_group .right_group,
      .page-investor-stock-quote .main_group .right_group,
      .page-investor-shareholders .main_group .right_group,
      .page-investor-shareholders-meeting .main_group .right_group,
      .page-investor-dividend-information .main_group .right_group,
      .page-investor-material-information .main_group .right_group,
      .page-investor-services .main_group .right_group,
      .page-investor-integrity .main_group .right_group,
      .page-investor-communication-channel .main_group .right_group,
      .page-investor-audit-committee-resolution .main_group .right_group {
        width: 100%;
        float: none;
        margin-bottom: 40px; } }
    .page-investor-directors .main_group .right_group .wrapper,
    .page-investor-audit-commttee .main_group .right_group .wrapper,
    .page-investor-remuneration-commttee .main_group .right_group .wrapper,
    .page-investor-resolution .main_group .right_group .wrapper,
    .page-investor-communication-situation .main_group .right_group .wrapper,
    .page-investor-bylaw .main_group .right_group .wrapper,
    .page-investor-monthly-sales .main_group .right_group .wrapper,
    .page-investor-annual-report .main_group .right_group .wrapper,
    .page-investor-analyst-meeting .main_group .right_group .wrapper,
    .page-investor-stock-quote .main_group .right_group .wrapper,
    .page-investor-shareholders .main_group .right_group .wrapper,
    .page-investor-shareholders-meeting .main_group .right_group .wrapper,
    .page-investor-dividend-information .main_group .right_group .wrapper,
    .page-investor-material-information .main_group .right_group .wrapper,
    .page-investor-services .main_group .right_group .wrapper,
    .page-investor-integrity .main_group .right_group .wrapper,
    .page-investor-communication-channel .main_group .right_group .wrapper,
    .page-investor-audit-committee-resolution .main_group .right_group .wrapper {
      width: 79%;
      margin-left: 21%;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .page-investor-directors .main_group .right_group .wrapper,
        .page-investor-audit-commttee .main_group .right_group .wrapper,
        .page-investor-remuneration-commttee .main_group .right_group .wrapper,
        .page-investor-resolution .main_group .right_group .wrapper,
        .page-investor-communication-situation .main_group .right_group .wrapper,
        .page-investor-bylaw .main_group .right_group .wrapper,
        .page-investor-monthly-sales .main_group .right_group .wrapper,
        .page-investor-annual-report .main_group .right_group .wrapper,
        .page-investor-analyst-meeting .main_group .right_group .wrapper,
        .page-investor-stock-quote .main_group .right_group .wrapper,
        .page-investor-shareholders .main_group .right_group .wrapper,
        .page-investor-shareholders-meeting .main_group .right_group .wrapper,
        .page-investor-dividend-information .main_group .right_group .wrapper,
        .page-investor-material-information .main_group .right_group .wrapper,
        .page-investor-services .main_group .right_group .wrapper,
        .page-investor-integrity .main_group .right_group .wrapper,
        .page-investor-communication-channel .main_group .right_group .wrapper,
        .page-investor-audit-committee-resolution .main_group .right_group .wrapper {
          margin-left: 0;
          width: 100%; } }
      .page-investor-directors .main_group .right_group .wrapper h3,
      .page-investor-audit-commttee .main_group .right_group .wrapper h3,
      .page-investor-remuneration-commttee .main_group .right_group .wrapper h3,
      .page-investor-resolution .main_group .right_group .wrapper h3,
      .page-investor-communication-situation .main_group .right_group .wrapper h3,
      .page-investor-bylaw .main_group .right_group .wrapper h3,
      .page-investor-monthly-sales .main_group .right_group .wrapper h3,
      .page-investor-annual-report .main_group .right_group .wrapper h3,
      .page-investor-analyst-meeting .main_group .right_group .wrapper h3,
      .page-investor-stock-quote .main_group .right_group .wrapper h3,
      .page-investor-shareholders .main_group .right_group .wrapper h3,
      .page-investor-shareholders-meeting .main_group .right_group .wrapper h3,
      .page-investor-dividend-information .main_group .right_group .wrapper h3,
      .page-investor-material-information .main_group .right_group .wrapper h3,
      .page-investor-services .main_group .right_group .wrapper h3,
      .page-investor-integrity .main_group .right_group .wrapper h3,
      .page-investor-communication-channel .main_group .right_group .wrapper h3,
      .page-investor-audit-committee-resolution .main_group .right_group .wrapper h3 {
        line-height: 1.3em;
        margin-top: -10px;
        font-family: "Oswald";
        text-transform: uppercase;
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee;
        position: relative; }
        .page-investor-directors .main_group .right_group .wrapper h3::after,
        .page-investor-audit-commttee .main_group .right_group .wrapper h3::after,
        .page-investor-remuneration-commttee .main_group .right_group .wrapper h3::after,
        .page-investor-resolution .main_group .right_group .wrapper h3::after,
        .page-investor-communication-situation .main_group .right_group .wrapper h3::after,
        .page-investor-bylaw .main_group .right_group .wrapper h3::after,
        .page-investor-monthly-sales .main_group .right_group .wrapper h3::after,
        .page-investor-annual-report .main_group .right_group .wrapper h3::after,
        .page-investor-analyst-meeting .main_group .right_group .wrapper h3::after,
        .page-investor-stock-quote .main_group .right_group .wrapper h3::after,
        .page-investor-shareholders .main_group .right_group .wrapper h3::after,
        .page-investor-shareholders-meeting .main_group .right_group .wrapper h3::after,
        .page-investor-dividend-information .main_group .right_group .wrapper h3::after,
        .page-investor-material-information .main_group .right_group .wrapper h3::after,
        .page-investor-services .main_group .right_group .wrapper h3::after,
        .page-investor-integrity .main_group .right_group .wrapper h3::after,
        .page-investor-communication-channel .main_group .right_group .wrapper h3::after,
        .page-investor-audit-committee-resolution .main_group .right_group .wrapper h3::after {
          content: '';
          display: block;
          position: absolute;
          bottom: -4px;
          width: 87px;
          height: 4px;
          background-color: #e3898f; }
      .page-investor-directors .main_group .right_group .wrapper ul,
      .page-investor-audit-commttee .main_group .right_group .wrapper ul,
      .page-investor-remuneration-commttee .main_group .right_group .wrapper ul,
      .page-investor-resolution .main_group .right_group .wrapper ul,
      .page-investor-communication-situation .main_group .right_group .wrapper ul,
      .page-investor-bylaw .main_group .right_group .wrapper ul,
      .page-investor-monthly-sales .main_group .right_group .wrapper ul,
      .page-investor-annual-report .main_group .right_group .wrapper ul,
      .page-investor-analyst-meeting .main_group .right_group .wrapper ul,
      .page-investor-stock-quote .main_group .right_group .wrapper ul,
      .page-investor-shareholders .main_group .right_group .wrapper ul,
      .page-investor-shareholders-meeting .main_group .right_group .wrapper ul,
      .page-investor-dividend-information .main_group .right_group .wrapper ul,
      .page-investor-material-information .main_group .right_group .wrapper ul,
      .page-investor-services .main_group .right_group .wrapper ul,
      .page-investor-integrity .main_group .right_group .wrapper ul,
      .page-investor-communication-channel .main_group .right_group .wrapper ul,
      .page-investor-audit-committee-resolution .main_group .right_group .wrapper ul {
        padding: 0;
        font-size: 15px;
        list-style: none;
        margin-top: 20px;
        font-weight: bold; }
        @media screen and (max-width: 1200px) {
          .page-investor-directors .main_group .right_group .wrapper ul,
          .page-investor-audit-commttee .main_group .right_group .wrapper ul,
          .page-investor-remuneration-commttee .main_group .right_group .wrapper ul,
          .page-investor-resolution .main_group .right_group .wrapper ul,
          .page-investor-communication-situation .main_group .right_group .wrapper ul,
          .page-investor-bylaw .main_group .right_group .wrapper ul,
          .page-investor-monthly-sales .main_group .right_group .wrapper ul,
          .page-investor-annual-report .main_group .right_group .wrapper ul,
          .page-investor-analyst-meeting .main_group .right_group .wrapper ul,
          .page-investor-stock-quote .main_group .right_group .wrapper ul,
          .page-investor-shareholders .main_group .right_group .wrapper ul,
          .page-investor-shareholders-meeting .main_group .right_group .wrapper ul,
          .page-investor-dividend-information .main_group .right_group .wrapper ul,
          .page-investor-material-information .main_group .right_group .wrapper ul,
          .page-investor-services .main_group .right_group .wrapper ul,
          .page-investor-integrity .main_group .right_group .wrapper ul,
          .page-investor-communication-channel .main_group .right_group .wrapper ul,
          .page-investor-audit-committee-resolution .main_group .right_group .wrapper ul {
            padding: 0; } }
        .page-investor-directors .main_group .right_group .wrapper ul li,
        .page-investor-audit-commttee .main_group .right_group .wrapper ul li,
        .page-investor-remuneration-commttee .main_group .right_group .wrapper ul li,
        .page-investor-resolution .main_group .right_group .wrapper ul li,
        .page-investor-communication-situation .main_group .right_group .wrapper ul li,
        .page-investor-bylaw .main_group .right_group .wrapper ul li,
        .page-investor-monthly-sales .main_group .right_group .wrapper ul li,
        .page-investor-annual-report .main_group .right_group .wrapper ul li,
        .page-investor-analyst-meeting .main_group .right_group .wrapper ul li,
        .page-investor-stock-quote .main_group .right_group .wrapper ul li,
        .page-investor-shareholders .main_group .right_group .wrapper ul li,
        .page-investor-shareholders-meeting .main_group .right_group .wrapper ul li,
        .page-investor-dividend-information .main_group .right_group .wrapper ul li,
        .page-investor-material-information .main_group .right_group .wrapper ul li,
        .page-investor-services .main_group .right_group .wrapper ul li,
        .page-investor-integrity .main_group .right_group .wrapper ul li,
        .page-investor-communication-channel .main_group .right_group .wrapper ul li,
        .page-investor-audit-committee-resolution .main_group .right_group .wrapper ul li {
          padding: 4px 0; }
          @media screen and (max-width: 1200px) {
            .page-investor-directors .main_group .right_group .wrapper ul li,
            .page-investor-audit-commttee .main_group .right_group .wrapper ul li,
            .page-investor-remuneration-commttee .main_group .right_group .wrapper ul li,
            .page-investor-resolution .main_group .right_group .wrapper ul li,
            .page-investor-communication-situation .main_group .right_group .wrapper ul li,
            .page-investor-bylaw .main_group .right_group .wrapper ul li,
            .page-investor-monthly-sales .main_group .right_group .wrapper ul li,
            .page-investor-annual-report .main_group .right_group .wrapper ul li,
            .page-investor-analyst-meeting .main_group .right_group .wrapper ul li,
            .page-investor-stock-quote .main_group .right_group .wrapper ul li,
            .page-investor-shareholders .main_group .right_group .wrapper ul li,
            .page-investor-shareholders-meeting .main_group .right_group .wrapper ul li,
            .page-investor-dividend-information .main_group .right_group .wrapper ul li,
            .page-investor-material-information .main_group .right_group .wrapper ul li,
            .page-investor-services .main_group .right_group .wrapper ul li,
            .page-investor-integrity .main_group .right_group .wrapper ul li,
            .page-investor-communication-channel .main_group .right_group .wrapper ul li,
            .page-investor-audit-committee-resolution .main_group .right_group .wrapper ul li {
              float: left;
              margin-right: 30px; } }
          @media screen and (max-width: 768px) {
            .page-investor-directors .main_group .right_group .wrapper ul li,
            .page-investor-audit-commttee .main_group .right_group .wrapper ul li,
            .page-investor-remuneration-commttee .main_group .right_group .wrapper ul li,
            .page-investor-resolution .main_group .right_group .wrapper ul li,
            .page-investor-communication-situation .main_group .right_group .wrapper ul li,
            .page-investor-bylaw .main_group .right_group .wrapper ul li,
            .page-investor-monthly-sales .main_group .right_group .wrapper ul li,
            .page-investor-annual-report .main_group .right_group .wrapper ul li,
            .page-investor-analyst-meeting .main_group .right_group .wrapper ul li,
            .page-investor-stock-quote .main_group .right_group .wrapper ul li,
            .page-investor-shareholders .main_group .right_group .wrapper ul li,
            .page-investor-shareholders-meeting .main_group .right_group .wrapper ul li,
            .page-investor-dividend-information .main_group .right_group .wrapper ul li,
            .page-investor-material-information .main_group .right_group .wrapper ul li,
            .page-investor-services .main_group .right_group .wrapper ul li,
            .page-investor-integrity .main_group .right_group .wrapper ul li,
            .page-investor-communication-channel .main_group .right_group .wrapper ul li,
            .page-investor-audit-committee-resolution .main_group .right_group .wrapper ul li {
              float: none; } }
          .page-investor-directors .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-audit-commttee .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-remuneration-commttee .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-resolution .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-communication-situation .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-bylaw .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-monthly-sales .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-annual-report .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-analyst-meeting .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-stock-quote .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-shareholders .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-shareholders-meeting .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-dividend-information .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-material-information .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-services .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-integrity .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-communication-channel .main_group .right_group .wrapper ul li.onPage a,
          .page-investor-audit-committee-resolution .main_group .right_group .wrapper ul li.onPage a {
            color: #bd0511; }
          .page-investor-directors .main_group .right_group .wrapper ul li a,
          .page-investor-audit-commttee .main_group .right_group .wrapper ul li a,
          .page-investor-remuneration-commttee .main_group .right_group .wrapper ul li a,
          .page-investor-resolution .main_group .right_group .wrapper ul li a,
          .page-investor-communication-situation .main_group .right_group .wrapper ul li a,
          .page-investor-bylaw .main_group .right_group .wrapper ul li a,
          .page-investor-monthly-sales .main_group .right_group .wrapper ul li a,
          .page-investor-annual-report .main_group .right_group .wrapper ul li a,
          .page-investor-analyst-meeting .main_group .right_group .wrapper ul li a,
          .page-investor-stock-quote .main_group .right_group .wrapper ul li a,
          .page-investor-shareholders .main_group .right_group .wrapper ul li a,
          .page-investor-shareholders-meeting .main_group .right_group .wrapper ul li a,
          .page-investor-dividend-information .main_group .right_group .wrapper ul li a,
          .page-investor-material-information .main_group .right_group .wrapper ul li a,
          .page-investor-services .main_group .right_group .wrapper ul li a,
          .page-investor-integrity .main_group .right_group .wrapper ul li a,
          .page-investor-communication-channel .main_group .right_group .wrapper ul li a,
          .page-investor-audit-committee-resolution .main_group .right_group .wrapper ul li a {
            color: #787878; }

.page-investor-directors .page-banner .pic {
  background-image: url("images/investor/investor_directors_main.jpg"); }

@media screen and (max-width: 576px) {
  .page-investor-directors .main_group {
    margin-top: -20px; } }

@media screen and (max-width: 768px) {
  .page-investor-directors .main_group .left_group .table .thead .th:nth-child(1) {
    width: 11.43%; }
  .page-investor-directors .main_group .left_group .table .thead .th:nth-child(3) {
    width: 36.5%; }
  .page-investor-directors .main_group .left_group .table .thead .th:nth-child(4) {
    width: 36.5%; } }

@media screen and (max-width: 768px) {
  .page-investor-directors .main_group .left_group .table .tbody .tr .td:nth-child(1) {
    width: 11.43%; }
  .page-investor-directors .main_group .left_group .table .tbody .tr .td:nth-child(3) {
    width: 36.5%; }
  .page-investor-directors .main_group .left_group .table .tbody .tr .td:nth-child(4) {
    width: 36.5%; } }

.page-investor-directors .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(2) {
  width: 80%; }
  @media screen and (max-width: 1600px) {
    .page-investor-directors .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(2) {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .page-investor-directors .main_group .left_group .table .tbody .tr .td:nth-child(2) span:nth-child(2) {
      display: inline; } }

.page-investor-audit-commttee .page-banner .pic, .page-investor-remuneration-commttee .page-banner .pic, .page-investor-audit-committee-resolution .page-banner .pic {
  background-image: url("images/investor/investor_directors_main.jpg"); }

.page-investor-audit-commttee .main_group, .page-investor-remuneration-commttee .main_group, .page-investor-audit-committee-resolution .main_group {
  margin-bottom: 72px; }
  @media screen and (max-width: 576px) {
    .page-investor-audit-commttee .main_group, .page-investor-remuneration-commttee .main_group, .page-investor-audit-committee-resolution .main_group {
      margin-top: -20px; } }
  @media screen and (max-width: 1200px) {
    .page-investor-audit-commttee .main_group .left_group .table .thead .th:nth-child(1), .page-investor-remuneration-commttee .main_group .left_group .table .thead .th:nth-child(1), .page-investor-audit-committee-resolution .main_group .left_group .table .thead .th:nth-child(1) {
      width: 11.43%; }
    .page-investor-audit-commttee .main_group .left_group .table .thead .th:nth-child(2), .page-investor-remuneration-commttee .main_group .left_group .table .thead .th:nth-child(2), .page-investor-audit-committee-resolution .main_group .left_group .table .thead .th:nth-child(2) {
      width: 11.43%; }
    .page-investor-audit-commttee .main_group .left_group .table .thead .th:nth-child(3), .page-investor-remuneration-commttee .main_group .left_group .table .thead .th:nth-child(3), .page-investor-audit-committee-resolution .main_group .left_group .table .thead .th:nth-child(3) {
      width: 38.5%; }
    .page-investor-audit-commttee .main_group .left_group .table .thead .th:nth-child(4), .page-investor-remuneration-commttee .main_group .left_group .table .thead .th:nth-child(4), .page-investor-audit-committee-resolution .main_group .left_group .table .thead .th:nth-child(4) {
      width: 38.5%; } }
  @media screen and (max-width: 1200px) {
    .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1), .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1), .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(1) {
      width: 11.43%; }
    .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(2), .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(2), .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(2) {
      width: 11.43%; }
    .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(3), .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(3), .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(3) {
      width: 38.5%; }
    .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(4), .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(4), .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(4) {
      width: 38.5%; } }
  .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2), .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2), .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2) {
    width: 60%; }
    @media screen and (max-width: 1600px) {
      .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2), .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2), .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2) {
        width: 80%; } }
    @media screen and (max-width: 768px) {
      .page-investor-audit-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2), .page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2), .page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(2) {
        display: inline; } }

.page-investor-remuneration-commttee .main_group .left_group .table .tbody .tr .td ul {
  padding-top: 18px;
  padding-bottom: 18px; }

@media screen and (max-width: 1200px) {
  .page-investor-audit-committee-resolution .main_group .left_group .top {
    margin-bottom: 20px; } }

@media screen and (max-width: 576px) {
  .page-investor-audit-committee-resolution .main_group .left_group .top {
    margin-bottom: 10px; } }

.page-investor-audit-committee-resolution .main_group .left_group .top .left {
  display: table;
  float: left; }
  @media screen and (max-width: 576px) {
    .page-investor-audit-committee-resolution .main_group .left_group .top .left {
      float: none; } }
  .page-investor-audit-committee-resolution .main_group .left_group .top .left h4 {
    margin-bottom: 30px; }
    @media screen and (max-width: 1400px) {
      .page-investor-audit-committee-resolution .main_group .left_group .top .left h4 {
        margin-bottom: 20px; } }
    @media screen and (max-width: 768px) {
      .page-investor-audit-committee-resolution .main_group .left_group .top .left h4 {
        margin-bottom: 10px; } }
  @media screen and (max-width: 1200px) {
    .page-investor-audit-committee-resolution .main_group .left_group .top .left h5 {
      margin-top: 16px; } }
  @media screen and (max-width: 576px) {
    .page-investor-audit-committee-resolution .main_group .left_group .top .left h5 {
      margin-bottom: 10px;
      text-align: center; } }

.page-investor-audit-committee-resolution .main_group .left_group .top .right {
  display: table;
  float: right; }
  @media screen and (max-width: 576px) {
    .page-investor-audit-committee-resolution .main_group .left_group .top .right {
      float: none;
      width: 100%; } }
  @media screen and (max-width: 576px) {
    .page-investor-audit-committee-resolution .main_group .left_group .top .right .dropdown {
      width: 100%; } }
  .page-investor-audit-committee-resolution .main_group .left_group .top .right .dropdown button {
    border: none;
    color: black;
    width: 150px;
    height: 50px;
    font-family: "Oswald";
    font-size: 20px;
    text-align: left;
    padding-left: 30px;
    background-color: #f2f2f2; }
    .page-investor-audit-committee-resolution .main_group .left_group .top .right .dropdown button::after {
      margin-left: 2.8rem;
      color: #666666;
      position: absolute;
      top: 23px;
      right: 20px; }
      @media screen and (max-width: 576px) {
        .page-investor-audit-committee-resolution .main_group .left_group .top .right .dropdown button::after {
          right: 10px; } }
    @media screen and (max-width: 576px) {
      .page-investor-audit-committee-resolution .main_group .left_group .top .right .dropdown button {
        width: 100%; } }
  .page-investor-audit-committee-resolution .main_group .left_group .top .right .dropdown .dropdown-menu {
    min-width: 150px; }
    @media screen and (max-width: 576px) {
      .page-investor-audit-committee-resolution .main_group .left_group .top .right .dropdown .dropdown-menu {
        width: 100%; } }

.page-investor-audit-committee-resolution .main_group .left_group .table .thead .th:nth-child(1) {
  width: 15%; }

.page-investor-audit-committee-resolution .main_group .left_group .table .thead .th:nth-child(2) {
  width: 25%; }

.page-investor-audit-committee-resolution .main_group .left_group .table .thead .th:nth-child(3) {
  width: 60%; }

.page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(1) {
  width: 15%; }

.page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(2) {
  width: 25%; }

.page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td:nth-child(3) {
  width: 60%; }

.page-investor-resolution .page-banner .pic {
  background-image: url("images/investor/investor_directors_main.jpg"); }

.page-investor-resolution .main_group {
  margin-bottom: 75px; }
  @media screen and (max-width: 576px) {
    .page-investor-resolution .main_group {
      margin-top: -30px; } }
  @media screen and (max-width: 1200px) {
    .page-investor-resolution .main_group .left_group .top {
      margin-bottom: 20px; } }
  @media screen and (max-width: 576px) {
    .page-investor-resolution .main_group .left_group .top {
      margin-bottom: 10px; } }
  .page-investor-resolution .main_group .left_group .top .left {
    display: table;
    float: left; }
    @media screen and (max-width: 576px) {
      .page-investor-resolution .main_group .left_group .top .left {
        float: none; } }
    .page-investor-resolution .main_group .left_group .top .left h4 {
      margin-bottom: 30px; }
      @media screen and (max-width: 1400px) {
        .page-investor-resolution .main_group .left_group .top .left h4 {
          margin-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        .page-investor-resolution .main_group .left_group .top .left h4 {
          margin-bottom: 10px; } }
    @media screen and (max-width: 1200px) {
      .page-investor-resolution .main_group .left_group .top .left h5 {
        margin-top: 16px; } }
    @media screen and (max-width: 576px) {
      .page-investor-resolution .main_group .left_group .top .left h5 {
        margin-bottom: 10px; } }
  .page-investor-resolution .main_group .left_group .top .right {
    display: table;
    float: right; }
    @media screen and (max-width: 576px) {
      .page-investor-resolution .main_group .left_group .top .right {
        float: none;
        width: 100%; } }
    @media screen and (max-width: 576px) {
      .page-investor-resolution .main_group .left_group .top .right .dropdown {
        width: 100%; } }
    .page-investor-resolution .main_group .left_group .top .right .dropdown button {
      border: none;
      color: black;
      width: 150px;
      height: 50px;
      font-family: "Oswald";
      font-size: 20px;
      text-align: left;
      padding-left: 30px;
      background-color: #f2f2f2; }
      .page-investor-resolution .main_group .left_group .top .right .dropdown button::after {
        margin-left: 2.8rem;
        color: #666666;
        position: absolute;
        top: 23px;
        right: 20px; }
        @media screen and (max-width: 576px) {
          .page-investor-resolution .main_group .left_group .top .right .dropdown button::after {
            right: 10px; } }
      @media screen and (max-width: 576px) {
        .page-investor-resolution .main_group .left_group .top .right .dropdown button {
          width: 100%; } }
    .page-investor-resolution .main_group .left_group .top .right .dropdown .dropdown-menu {
      min-width: 150px; }
      @media screen and (max-width: 576px) {
        .page-investor-resolution .main_group .left_group .top .right .dropdown .dropdown-menu {
          width: 100%; } }
  .page-investor-resolution .main_group .left_group .table {
    min-width: 800px; }
    .page-investor-resolution .main_group .left_group .table .thead .th {
      height: 55px; }
      .page-investor-resolution .main_group .left_group .table .thead .th:nth-child(1) {
        width: 20.3%; }
        @media screen and (max-width: 1200px) {
          .page-investor-resolution .main_group .left_group .table .thead .th:nth-child(1) {
            width: 12.3%; } }
      .page-investor-resolution .main_group .left_group .table .thead .th:nth-child(2) {
        width: 27%; }
        @media screen and (max-width: 1200px) {
          .page-investor-resolution .main_group .left_group .table .thead .th:nth-child(2) {
            width: 17%; } }
      .page-investor-resolution .main_group .left_group .table .thead .th:nth-child(3) {
        width: 52.7%; }
        @media screen and (max-width: 1200px) {
          .page-investor-resolution .main_group .left_group .table .thead .th:nth-child(3) {
            width: 70.7%; } }
    .page-investor-resolution .main_group .left_group .table .tbody .tr .td:nth-child(1) {
      width: 20.3%; }
      @media screen and (max-width: 1200px) {
        .page-investor-resolution .main_group .left_group .table .tbody .tr .td:nth-child(1) {
          width: 12.3%; } }
    .page-investor-resolution .main_group .left_group .table .tbody .tr .td:nth-child(2) {
      width: 27%; }
      @media screen and (max-width: 1200px) {
        .page-investor-resolution .main_group .left_group .table .tbody .tr .td:nth-child(2) {
          width: 17%; } }
    .page-investor-resolution .main_group .left_group .table .tbody .tr .td:nth-child(3) {
      width: 52.7%; }
      @media screen and (max-width: 1200px) {
        .page-investor-resolution .main_group .left_group .table .tbody .tr .td:nth-child(3) {
          width: 70.7%; } }
    .page-investor-resolution .main_group .left_group .table .tbody .tr .td ol {
      padding-top: 15px;
      padding-bottom: 15px;
      margin-left: 28px; }
      @media screen and (max-width: 1200px) {
        .page-investor-resolution .main_group .left_group .table .tbody .tr .td ol {
          margin-left: 0px; } }
      .page-investor-resolution .main_group .left_group .table .tbody .tr .td ol li {
        line-height: 2em; }

.page-investor-communication-situation .page-banner .pic {
  background-image: url("images/investor/investor_directors_main.jpg"); }

.page-investor-communication-situation .main_group {
  font-family: "微軟正黑體";
  margin-top: -10px; }
  @media screen and (max-width: 1200px) {
    .page-investor-communication-situation .main_group .left_group h4 {
      margin-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .page-investor-communication-situation .main_group .left_group h4 {
      margin-bottom: 20px; } }
  .page-investor-communication-situation .main_group .left_group .top_group {
    margin-bottom: 90px; }
    @media screen and (max-width: 1200px) {
      .page-investor-communication-situation .main_group .left_group .top_group {
        margin-bottom: 40px; } }
    .page-investor-communication-situation .main_group .left_group .top_group ol {
      font-size: 16px;
      padding-left: 24px;
      line-height: 3em;
      letter-spacing: 1px; }
      @media screen and (max-width: 768px) {
        .page-investor-communication-situation .main_group .left_group .top_group ol {
          font-size: 15px; } }
      @media screen and (max-width: 1400px) {
        .page-investor-communication-situation .main_group .left_group .top_group ol li {
          line-height: 2.5em; } }
  .page-investor-communication-situation .main_group .left_group .center_group h5, .page-investor-communication-situation .main_group .left_group .bottom_group h5 {
    margin-bottom: 18px;
    letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      .page-investor-communication-situation .main_group .left_group .center_group h5, .page-investor-communication-situation .main_group .left_group .bottom_group h5 {
        margin-bottom: 20px; } }
  .page-investor-communication-situation .main_group .left_group .center_group .table, .page-investor-communication-situation .main_group .left_group .bottom_group .table {
    min-width: 500px; }
    .page-investor-communication-situation .main_group .left_group .center_group .table .thead .th, .page-investor-communication-situation .main_group .left_group .bottom_group .table .thead .th {
      height: 50px; }
      .page-investor-communication-situation .main_group .left_group .center_group .table .thead .th:nth-child(1), .page-investor-communication-situation .main_group .left_group .bottom_group .table .thead .th:nth-child(1) {
        width: 20.3%; }
      .page-investor-communication-situation .main_group .left_group .center_group .table .thead .th:nth-child(2), .page-investor-communication-situation .main_group .left_group .bottom_group .table .thead .th:nth-child(2) {
        width: 79.7%; }
    .page-investor-communication-situation .main_group .left_group .center_group .table .tbody .tr .td:nth-child(1), .page-investor-communication-situation .main_group .left_group .bottom_group .table .tbody .tr .td:nth-child(1) {
      width: 20.3%; }
    .page-investor-communication-situation .main_group .left_group .center_group .table .tbody .tr .td:nth-child(2), .page-investor-communication-situation .main_group .left_group .bottom_group .table .tbody .tr .td:nth-child(2) {
      width: 79.7%;
      text-align: left; }
      .page-investor-communication-situation .main_group .left_group .center_group .table .tbody .tr .td:nth-child(2) ol, .page-investor-communication-situation .main_group .left_group .bottom_group .table .tbody .tr .td:nth-child(2) ol {
        padding-left: 20px;
        padding-top: 17px;
        padding-bottom: 17px; }
  .page-investor-communication-situation .main_group .left_group .center_group {
    margin-bottom: 60px; }

.page-investor-bylaw .page-banner .pic {
  background-image: url("images/investor/investor_directors_main.jpg"); }

.page-investor-bylaw .main_group {
  margin-top: -20px; }
  .page-investor-bylaw .main_group .left_group .table {
    min-width: 300px; }
    .page-investor-bylaw .main_group .left_group .table .thead .th {
      height: 60px; }
      .page-investor-bylaw .main_group .left_group .table .thead .th:nth-child(1) {
        width: 75%; }
      .page-investor-bylaw .main_group .left_group .table .thead .th:nth-child(2) {
        width: 25%; }
    .page-investor-bylaw .main_group .left_group .table .tbody .tr {
      height: 60px;
      font-weight: normal; }
      .page-investor-bylaw .main_group .left_group .table .tbody .tr .td {
        height: 60px;
        line-height: 60px; }
        .page-investor-bylaw .main_group .left_group .table .tbody .tr .td span {
          line-height: 60px;
          height: 60px; }
        .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(1) {
          width: 75%; }
          .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(1) span {
            display: block !important;
            line-height: 60px; }
        .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(2) {
          width: 25%;
          padding: 0; }
          .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(2) span {
            display: block !important; }
          .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(2) a {
            text-decoration: none; }
            .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(2) .pdf {
              width: 31px;
              height: 31px;
              background-color: #be505f;
              color: white;
              line-height: 31px;
              text-align: center;
              margin: 15px auto;
              font-size: 12px; }
              .page-investor-bylaw .main_group .left_group .table .tbody .tr .td:nth-child(2) .pdf a{
                color:white;
              }

.page-investor-monthly-sales .page-banner .pic {
  background-image: url("images/investor/investor_sales_main.jpg"); }

.page-investor-monthly-sales .main_group {
  margin-top: -20px; }
  @media screen and (max-width: 1200px) {
    .page-investor-monthly-sales .main_group .left_group .top {
      margin-bottom: 20px; } }
  .page-investor-monthly-sales .main_group .left_group .top .left {
    display: table;
    float: left; }
    @media screen and (max-width: 576px) {
      .page-investor-monthly-sales .main_group .left_group .top .left {
        float: none; } }
    .page-investor-monthly-sales .main_group .left_group .top .left h4 {
      margin-bottom: 30px; }
      @media screen and (max-width: 1400px) {
        .page-investor-monthly-sales .main_group .left_group .top .left h4 {
          margin-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        .page-investor-monthly-sales .main_group .left_group .top .left h4 {
          margin-bottom: 10px; } }
    .page-investor-monthly-sales .main_group .left_group .top .left h5 {
      display: inline-block;
      margin-right: 5px; }
      @media screen and (max-width: 1200px) {
        .page-investor-monthly-sales .main_group .left_group .top .left h5 {
          margin-bottom: 0px; } }
      @media screen and (max-width: 992px) {
        .page-investor-monthly-sales .main_group .left_group .top .left h5 {
          display: block;
          margin-bottom: 5px; } }
    .page-investor-monthly-sales .main_group .left_group .top .left > span {
      color: #999999; }
  .page-investor-monthly-sales .main_group .left_group .top .right {
    display: table;
    float: right; }
    @media screen and (max-width: 576px) {
      .page-investor-monthly-sales .main_group .left_group .top .right {
        float: none;
        width: 100%; } }
    @media screen and (max-width: 576px) {
      .page-investor-monthly-sales .main_group .left_group .top .right .dropdown {
        width: 100%; } }
    .page-investor-monthly-sales .main_group .left_group .top .right .dropdown button {
      border: none;
      color: black;
      position: relative;
      width: 150px;
      height: 50px;
      font-family: "Oswald";
      font-size: 20px;
      text-align: left;
      padding-left: 30px;
      background-color: #f2f2f2; }
      .page-investor-monthly-sales .main_group .left_group .top .right .dropdown button::after {
        margin-left: 2.8rem;
        color: #666666;
        position: absolute;
        top: 23px;
        right: 20px; }
        @media screen and (max-width: 576px) {
          .page-investor-monthly-sales .main_group .left_group .top .right .dropdown button::after {
            right: 10px; } }
      @media screen and (max-width: 768px) {
        .page-investor-monthly-sales .main_group .left_group .top .right .dropdown button {
          width: 145px; } }
      @media screen and (max-width: 576px) {
        .page-investor-monthly-sales .main_group .left_group .top .right .dropdown button {
          margin-top: 10px;
          width: 100%; } }
    .page-investor-monthly-sales .main_group .left_group .top .right .dropdown .dropdown-menu {
      min-width: 150px;
      width: 100%; }
  .page-investor-monthly-sales .main_group .left_group .table {
    min-width: 700px; }
    .page-investor-monthly-sales .main_group .left_group .table .thead .th {
      height: 50px;
      line-height: 1.3em; }
      .page-investor-monthly-sales .main_group .left_group .table .thead .th:nth-child(1) {
        width: 17.7%; }
        @media screen and (max-width: 768px) {
          .page-investor-monthly-sales .main_group .left_group .table .thead .th:nth-child(1) {
            width: 14.7%; } }
      .page-investor-monthly-sales .main_group .left_group .table .thead .th:nth-child(2) {
        width: 65%; }
        @media screen and (max-width: 768px) {
          .page-investor-monthly-sales .main_group .left_group .table .thead .th:nth-child(2) {
            width: 68%; } }
      .page-investor-monthly-sales .main_group .left_group .table .thead .th:nth-child(3) {
        width: 17.3%; }
    .page-investor-monthly-sales .main_group .left_group .table .tbody .tr {
      height: 57px; }
      .page-investor-monthly-sales .main_group .left_group .table .tbody .tr.total {
        background-color: lightgray;
        position: relative;
        font-weight: bold; }
        .page-investor-monthly-sales .main_group .left_group .table .tbody .tr.total .td {
          height: 60px; }
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr.total .td span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr.total .td:nth-child(1) span:nth-child(1) {
            display: block; }
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr.total .td:nth-child(2) span {
            font-weight: bold; }
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr.total .td:not(:last-child) {
            border-right: 2px solid white; }
      .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td {
        padding: 0; }
        .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(1) {
          width: 17.7%; }
          @media screen and (max-width: 768px) {
            .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(1) {
              width: 14.7%; } }
        .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(2) {
          width: 65%;
          text-align: left;
          font-size: 15px; }
          @media screen and (max-width: 768px) {
            .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(2) {
              width: 68%; } }
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(2) .chart {
            margin-left: 30px; }
            .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(2) .chart .bar {
              display: inline-block;
              margin-top: 22px;
              height: 14px;
              background-color: #f4c7ca; }
            .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(2) .chart span {
              margin-left: 30px;
              position: static;
              transform: none;
              display: inline; }
        .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(3) {
          width: 17.3%;
          line-height: 57px; }
          .page-investor-monthly-sales .main_group .left_group .table .tbody .tr .td:nth-child(3) span {
            width: 100%; }
  .page-investor-monthly-sales .main_group .left_group .note {
    color: red;
    display: table;
    margin: auto;
    font-weight: bold; }

.page-investor-annual-report .page-banner .pic {
  background-image: url("images/investor/investor_sales_main.jpg"); }

.page-investor-annual-report .main_group {
  margin-bottom: 80px; }
  @media screen and (max-width: 576px) {
    .page-investor-annual-report .main_group {
      margin-top: -30px; } }
  .page-investor-annual-report .main_group .left_group .top {
    margin-bottom: 45px; }
    @media screen and (max-width: 1200px) {
      .page-investor-annual-report .main_group .left_group .top {
        margin-bottom: 20px; } }
    .page-investor-annual-report .main_group .left_group .top h4 {
      display: table;
      float: left;
      margin-bottom: 30px; }
      @media screen and (max-width: 1400px) {
        .page-investor-annual-report .main_group .left_group .top h4 {
          margin-bottom: 20px; } }
      @media screen and (max-width: 1200px) {
        .page-investor-annual-report .main_group .left_group .top h4 {
          display: none; } }
    .page-investor-annual-report .main_group .left_group .top .dropdown {
      display: table;
      float: right;
      margin-top: 3px; }
      @media screen and (max-width: 1200px) {
        .page-investor-annual-report .main_group .left_group .top .dropdown {
          width: 400px;
          margin: auto;
          float: none; } }
      @media screen and (max-width: 576px) {
        .page-investor-annual-report .main_group .left_group .top .dropdown {
          width: 100%; } }
      .page-investor-annual-report .main_group .left_group .top .dropdown button {
        border: none;
        color: black;
        width: 150px;
        height: 50px;
        font-family: "Oswald";
        font-size: 20px;
        text-align: left;
        padding-left: 30px;
        position: relative;
        background-color: #f2f2f2; }
        .page-investor-annual-report .main_group .left_group .top .dropdown button::after {
          margin-left: 2.8rem;
          color: #666666;
          position: absolute;
          top: 23px;
          right: 20px; }
          @media screen and (max-width: 576px) {
            .page-investor-annual-report .main_group .left_group .top .dropdown button::after {
              right: 10px; } }
        @media screen and (max-width: 1200px) {
          .page-investor-annual-report .main_group .left_group .top .dropdown button {
            width: 100%; } }
        @media screen and (max-width: 576px) {
          .page-investor-annual-report .main_group .left_group .top .dropdown button {
            margin-top: 10px;
            width: 100%; } }
      .page-investor-annual-report .main_group .left_group .top .dropdown .dropdown-menu {
        min-width: 150px;
        width: 100%; }
  .page-investor-annual-report .main_group .left_group .table_wrapper {
    overflow-x: auto;
    overflow-y: hidden; }
  .page-investor-annual-report .main_group .left_group .table {
    min-width: 400px; }
    .page-investor-annual-report .main_group .left_group .table .thead .th {
      height: 60px;
      line-height: 1.3em; }
      .page-investor-annual-report .main_group .left_group .table .thead .th:nth-child(1) {
        width: 74.8%; }
        @media screen and (max-width: 1200px) {
          .page-investor-annual-report .main_group .left_group .table .thead .th:nth-child(1) {
            width: 65%; } }
      .page-investor-annual-report .main_group .left_group .table .thead .th:nth-child(2) {
        width: 25.2%; }
        @media screen and (max-width: 1200px) {
          .page-investor-annual-report .main_group .left_group .table .thead .th:nth-child(2) {
            width: 35%; } }
        .page-investor-annual-report .main_group .left_group .table .thead .th:nth-child(2) span {
          width: 100%; }
    .page-investor-annual-report .main_group .left_group .table .tbody .tr {
      height: 60px; }
      .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(1) {
        width: 74.8%; }
        @media screen and (max-width: 1200px) {
          .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(1) {
            width: 65%; } }
        @media screen and (max-width: 768px) {
          .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(1) {
            width: 70%; } }
        .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1) {
          display: inline-block;
          line-height: 60px;
          position: static;
          transform: none; }
          @media screen and (max-width: 576px) {
            .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1) {
              font-weight: normal; } }
      .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(2) {
        width: 25.2%; }
        @media screen and (max-width: 1200px) {
          .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(2) {
            width: 35%; } }
        @media screen and (max-width: 768px) {
          .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(2) {
            width: 30%;
            border: none; } }
        .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(2) a {
          text-decoration: none; }
          .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(2) .pdf {
            width: 31px;
            height: 31px;
            background-color: #be505f;
            color: white;
            line-height: 31px;
            text-align: center;
            margin: 15px auto;
            font-size: 12px; }
            .page-investor-annual-report .main_group .left_group .table .tbody .tr .td:nth-child(2) .pdf a{
              color:white;
            }

.page-investor-analyst-meeting .page-banner .pic {
  background-image: url("images/investor/investor_sales_main.jpg"); }

.page-investor-analyst-meeting .main_group {
  margin-bottom: 90px; }
  @media screen and (max-width: 576px) {
    .page-investor-analyst-meeting .main_group {
      margin-top: -20px; } }
  @media screen and (max-width: 1200px) {
    .page-investor-analyst-meeting .main_group .left_group .top {
      margin-bottom: 20px; } }
  .page-investor-analyst-meeting .main_group .left_group .top h4 {
    display: table;
    float: left; }
    @media screen and (max-width: 1200px) {
      .page-investor-analyst-meeting .main_group .left_group .top h4 {
        display: none; } }
  .page-investor-analyst-meeting .main_group .left_group .top .dropdown {
    display: table;
    float: right; }
    @media screen and (max-width: 1200px) {
      .page-investor-analyst-meeting .main_group .left_group .top .dropdown {
        width: 400px;
        display: table;
        margin: auto;
        float: none; } }
    @media screen and (max-width: 576px) {
      .page-investor-analyst-meeting .main_group .left_group .top .dropdown {
        width: 100%; } }
    .page-investor-analyst-meeting .main_group .left_group .top .dropdown button {
      border: none;
      color: black;
      width: 150px;
      height: 50px;
      font-family: "Oswald";
      font-size: 20px;
      text-align: left;
      padding-left: 30px;
      position: relative;
      background-color: #f2f2f2; }
      @media screen and (max-width: 1200px) {
        .page-investor-analyst-meeting .main_group .left_group .top .dropdown button {
          width: 100%; } }
      .page-investor-analyst-meeting .main_group .left_group .top .dropdown button::after {
        margin-left: 2.8rem;
        color: #666666;
        position: absolute;
        top: 23px;
        right: 20px; }
        @media screen and (max-width: 576px) {
          .page-investor-analyst-meeting .main_group .left_group .top .dropdown button::after {
            right: 10px; } }
    .page-investor-analyst-meeting .main_group .left_group .top .dropdown .dropdown-menu {
      min-width: 150px;
      width: 100%; }
  .page-investor-analyst-meeting .main_group .left_group .table {
    min-width: 700px; }
    .page-investor-analyst-meeting .main_group .left_group .table .thead .th {
      height: 60px; }
      .page-investor-analyst-meeting .main_group .left_group .table .thead .th:nth-child(1) {
        width: 13.6%; }
      .page-investor-analyst-meeting .main_group .left_group .table .thead .th:nth-child(2) {
        width: 34.7%; }
      .page-investor-analyst-meeting .main_group .left_group .table .thead .th:nth-child(3) {
        width: 30.6%; }
        @media screen and (max-width: 1200px) {
          .page-investor-analyst-meeting .main_group .left_group .table .thead .th:nth-child(3) {
            width: 25.6%; } }
      .page-investor-analyst-meeting .main_group .left_group .table .thead .th:nth-child(4) {
        width: 11.25%; }
        @media screen and (max-width: 1200px) {
          .page-investor-analyst-meeting .main_group .left_group .table .thead .th:nth-child(4) {
            width: 16.25%; } }
      .page-investor-analyst-meeting .main_group .left_group .table .thead .th:nth-child(5) {
        width: 9.85%; }
    .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(1) {
      width: 13.6%; }
    .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(2) {
      width: 34.7%;
      position: relative; }
    .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(3) {
      width: 30.6%; }
      @media screen and (max-width: 1200px) {
        .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(3) {
          width: 25.6%; } }
      .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(3) span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(4) {
      width: 11.25%;
      padding: 0; }
      @media screen and (max-width: 1200px) {
        .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(4) {
          width: 16.25%; } }
      .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(4) a {
        text-decoration: none; }
        .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(4) .pdf {
          width: 31px;
          height: 31px;
          background-color: #be505f;
          color: white;
          line-height: 31px;
          text-align: center;
          margin: 15px auto;
          font-size: 12px; }
.page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(4) .pdf a{
  color:white;
}
    .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(5) {
      width: 9.85%;
      padding: 0; }
      .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(5) a {
        display: block;
        width: 31px;
        height: 31px;
        background-color: #be505f;
        text-align: center;
        margin: 15px auto;
        position: relative; }
        .page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td:nth-child(5) a .arrow {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 10px;
          height: 11px; }

.page-investor-stock-quote .page-banner .pic {
  background-image: url("images/investor/investor_stock_main.jpg"); }

.page-investor-stock-quote .main_group {
  margin-bottom: 70px; }
  @media screen and (max-width: 576px) {
    .page-investor-stock-quote .main_group {
      margin-top: -20px; } }
  @media screen and (max-width: 768px) {
    .page-investor-stock-quote .main_group .left_group h4 {
      margin-bottom: 0px;
      border-bottom: 3px solid #d46168;
      padding-bottom: 5px; } }
  .page-investor-stock-quote .main_group .left_group .top_table {
    letter-spacing: 1px; }
    .page-investor-stock-quote .main_group .left_group .top_table .table_wrapper {
      margin-bottom: 70px; }
      @media screen and (max-width: 768px) {
        .page-investor-stock-quote .main_group .left_group .top_table .table_wrapper {
          margin-bottom: 40px; } }
    .page-investor-stock-quote .main_group .left_group .top_table .table {
      min-width: 525px; }
      .page-investor-stock-quote .main_group .left_group .top_table .table .thead .th {
        height: 60px;
        width: 100%; }
      .page-investor-stock-quote .main_group .left_group .top_table .table .tbody .tr {
        height: 60px; }
        .page-investor-stock-quote .main_group .left_group .top_table .table .tbody .tr .td {
          height: 60px; }
          .page-investor-stock-quote .main_group .left_group .top_table .table .tbody .tr .td:nth-child(1) {
            width: 25%;
            border-right: 2px solid white;
            padding: 0 10px; }
          .page-investor-stock-quote .main_group .left_group .top_table .table .tbody .tr .td:nth-child(2) {
            width: 75%;
            text-align: left;
            padding-left: 30px; }
            .page-investor-stock-quote .main_group .left_group .top_table .table .tbody .tr .td:nth-child(2) a {
              text-decoration: underline;
              margin-bottom: 2px;
              display: inline-block;
              color: #1c8fd1;
              margin-left: 10px; }
  .page-investor-stock-quote .main_group .left_group .bottom_table {
    margin-bottom: 30px;
    letter-spacing: 1px; }
    .page-investor-stock-quote .main_group .left_group .bottom_table .table {
      min-width: 800px; }
      .page-investor-stock-quote .main_group .left_group .bottom_table .table .thead .tr:nth-child(1) .th {
        width: 100%;
        height: 53px; }
      .page-investor-stock-quote .main_group .left_group .bottom_table .table .thead .tr:nth-child(2) .th {
        width: 20%;
        height: 53px;
        line-height: 1.3em; }
        .page-investor-stock-quote .main_group .left_group .bottom_table .table .thead .tr:nth-child(2) .th span {
          display: block;
          width: 80%; }
      .page-investor-stock-quote .main_group .left_group .bottom_table .table .tbody .tr {
        height: 60px; }
        .page-investor-stock-quote .main_group .left_group .bottom_table .table .tbody .tr .td {
          height: 60px;
          width: 20%;
          position: relative; }
          .page-investor-stock-quote .main_group .left_group .bottom_table .table .tbody .tr .td span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            .page-investor-stock-quote .main_group .left_group .bottom_table .table .tbody .tr .td span a {
              text-decoration: underline;
              color: #1c8fd1; }
  .page-investor-stock-quote .main_group .left_group .bottom_link {
    font-size: 15px;
    letter-spacing: 0.3px;
    display: block;
    text-align: center;
    color: #1c8fd1;
    text-decoration: underline;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .page-investor-stock-quote .main_group .left_group .bottom_link {
        text-align: left; } }

.page-investor-shareholders .page-banner .pic {
  background-image: url("images/investor/investor_stock_main.jpg"); }

@media screen and (max-width: 576px) {
  .page-investor-shareholders .main_group {
    margin-top: -20px; } }

.page-investor-shareholders .main_group .left_group > h4 {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .page-investor-shareholders .main_group .left_group > h4 {
      margin-bottom: 10px; } }

.page-investor-shareholders .main_group .left_group > span {
  display: table;
  margin-left: auto;
  margin-bottom: 20px;
  font-weight: bold; }
  @media screen and (max-width: 576px) {
    .page-investor-shareholders .main_group .left_group > span {
      margin-bottom: 5px; } }

.page-investor-shareholders .main_group .left_group .table {
  min-width: 450px; }
  .page-investor-shareholders .main_group .left_group .table .thead .th {
    height: 60px; }
    .page-investor-shareholders .main_group .left_group .table .thead .th:nth-child(1) {
      width: 29.3%; }
    .page-investor-shareholders .main_group .left_group .table .thead .th:nth-child(2) {
      width: 35.4%; }
      .page-investor-shareholders .main_group .left_group .table .thead .th:nth-child(2) span {
        width: 100%; }
    .page-investor-shareholders .main_group .left_group .table .thead .th:nth-child(3) {
      width: 35.3%; }
      .page-investor-shareholders .main_group .left_group .table .thead .th:nth-child(3) span {
        display: block;
        width: 90%; }
  .page-investor-shareholders .main_group .left_group .table .tbody .tr .td {
    height: 60px;
    position: relative; }
    .page-investor-shareholders .main_group .left_group .table .tbody .tr .td:nth-child(1) {
      width: 29.3%; }
    .page-investor-shareholders .main_group .left_group .table .tbody .tr .td:nth-child(2) {
      width: 35.4%; }
    .page-investor-shareholders .main_group .left_group .table .tbody .tr .td:nth-child(3) {
      width: 35.3%; }
    .page-investor-shareholders .main_group .left_group .table .tbody .tr .td span:nth-child(1) {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.page-investor-shareholders-meeting .page-banner .pic {
  background-image: url("images/investor/investor_stock_main.jpg"); }

@media screen and (max-width: 576px) {
  .page-investor-shareholders-meeting .main_group {
    margin-top: -20px; } }

@media screen and (max-width: 1200px) {
  .page-investor-shareholders-meeting .main_group .left_group .top {
    margin-bottom: 20px; } }

.page-investor-shareholders-meeting .main_group .left_group .top h4 {
  display: table;
  float: left; }
  @media screen and (max-width: 1200px) {
    .page-investor-shareholders-meeting .main_group .left_group .top h4 {
      display: none; } }

.page-investor-shareholders-meeting .main_group .left_group .top .dropdown {
  display: table;
  float: right; }
  @media screen and (max-width: 1200px) {
    .page-investor-shareholders-meeting .main_group .left_group .top .dropdown {
      float: none;
      width: 400px;
      display: table;
      margin: Auto; } }
  @media screen and (max-width: 576px) {
    .page-investor-shareholders-meeting .main_group .left_group .top .dropdown {
      width: 100%; } }
  .page-investor-shareholders-meeting .main_group .left_group .top .dropdown button {
    border: none;
    color: black;
    width: 150px;
    height: 50px;
    font-family: "Oswald";
    font-size: 20px;
    text-align: left;
    padding-left: 30px;
    background-color: #f2f2f2;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .page-investor-shareholders-meeting .main_group .left_group .top .dropdown button {
        width: 100%; } }
    .page-investor-shareholders-meeting .main_group .left_group .top .dropdown button::after {
      margin-left: 2.8rem;
      color: #666666;
      position: absolute;
      top: 23px;
      right: 20px; }
      @media screen and (max-width: 576px) {
        .page-investor-shareholders-meeting .main_group .left_group .top .dropdown button::after {
          right: 10px; } }
  .page-investor-shareholders-meeting .main_group .left_group .top .dropdown .dropdown-menu {
    width: 100%; }

.page-investor-shareholders-meeting .main_group .left_group .table {
  min-width: 420px; }
  .page-investor-shareholders-meeting .main_group .left_group .table .thead .th {
    height: 60px; }
    .page-investor-shareholders-meeting .main_group .left_group .table .thead .th:nth-child(1) {
      width: 75%; }
      .page-investor-shareholders-meeting .main_group .left_group .table .thead .th:nth-child(1) span {
        display: block;
        width: 90%; }
    .page-investor-shareholders-meeting .main_group .left_group .table .thead .th:nth-child(2) {
      width: 25%; }
    .page-investor-shareholders-meeting .main_group .left_group .table .thead .th span {
      width: 80%; }
  .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td {
    height: 60px;
    position: relative; }
    .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td:nth-child(1) {
      width: 75%;
      text-align: left;
      padding-left: 50px; }
      .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1) {
        position: static;
        transform: none;
        display: block;
        margin-left: 0px;
        text-align: left;
        line-height: 60px; }
    .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td:nth-child(2) {
      width: 25%;
      padding: 0; }
      .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td:nth-child(2) a {
        text-decoration: none; }
        .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td:nth-child(2) .pdf {
          width: 31px;
          height: 31px;
          background-color: #be505f;
          color: white;
          line-height: 31px;
          text-align: center;
          margin: 15px auto;
          font-size: 12px; }
          .page-investor-shareholders-meeting .main_group .left_group .table .tbody .tr .td:nth-child(2) .pdf a{
            color:white;
          }
.page-investor-dividend-information .page-banner .pic {
  background-image: url("images/investor/investor_stock_main.jpg"); }

.page-investor-dividend-information .main_group {
  margin-top: -20px; }
  .page-investor-dividend-information .main_group .left_group .table_wrapper {
    margin-bottom: 50px; }
    .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table {
      min-width: 900px; }
      .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .thead .th {
        height: 108px; }
        .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .thead .th:nth-child(1) {
          width: 11.5%; }
        .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .thead .th:nth-child(2) {
          width: 29.2%; }
          .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .thead .th:nth-child(2) > div {
            height: 52px;
            position: relative; }
            .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .thead .th:nth-child(2) > div:nth-child(1) {
              width: 100%;
              border-bottom: 2px solid white; }
            .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .thead .th:nth-child(2) > div:nth-child(2) {
              width: 50%;
              float: left;
              border-right: 2px solid white; }
            .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .thead .th:nth-child(2) > div:nth-child(3) {
              width: 50%;
              float: left; }
        .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .thead .th:nth-child(3), .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .thead .th:nth-child(4), .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .thead .th:nth-child(5), .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .thead .th:nth-child(6) {
          width: 14.8%; }
        .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .thead .th span {
          width: 96%; }
      .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .spec {
        display: none; }
      .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td {
        height: 60px;
        padding: 0; }
        .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td:nth-child(1) {
          width: 11.5%; }
        .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td:nth-child(2), .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td:nth-child(3) {
          width: 14.6%;
          position: relative; }
          .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td:nth-child(2) span, .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td:nth-child(3) span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td:nth-child(4), .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td:nth-child(5), .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td:nth-child(6), .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td:nth-child(7) {
          width: 14.8%;
          position: relative; }
          .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td:nth-child(4) span, .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td:nth-child(5) span, .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td:nth-child(6) span, .page-investor-dividend-information .main_group .left_group .table_wrapper .top_table .tbody .tr .td:nth-child(7) span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
  .page-investor-dividend-information .main_group .left_group h5 {
    margin-bottom: 10px; }
  .page-investor-dividend-information .main_group .left_group .bottom_table {
    margin-bottom: 0;
    min-width: 450px; }
    .page-investor-dividend-information .main_group .left_group .bottom_table .thead .th {
      height: 52px; }
      .page-investor-dividend-information .main_group .left_group .bottom_table .thead .th:nth-child(1) {
        width: 29.3%; }
        @media screen and (max-width: 768px) {
          .page-investor-dividend-information .main_group .left_group .bottom_table .thead .th:nth-child(1) {
            width: 20%; } }
      .page-investor-dividend-information .main_group .left_group .bottom_table .thead .th:nth-child(2) {
        width: 35%; }
        .page-investor-dividend-information .main_group .left_group .bottom_table .thead .th:nth-child(2) span {
          display: block;
          width: 90%; }
        @media screen and (max-width: 768px) {
          .page-investor-dividend-information .main_group .left_group .bottom_table .thead .th:nth-child(2) {
            width: 40%; } }
      .page-investor-dividend-information .main_group .left_group .bottom_table .thead .th:nth-child(3) {
        width: 35.7%; }
        @media screen and (max-width: 768px) {
          .page-investor-dividend-information .main_group .left_group .bottom_table .thead .th:nth-child(3) {
            width: 40%; } }
        .page-investor-dividend-information .main_group .left_group .bottom_table .thead .th:nth-child(3) span {
          width: 100%;
          display: block; }
    .page-investor-dividend-information .main_group .left_group .bottom_table .tbody .tr .td {
      height: 60px; }
      .page-investor-dividend-information .main_group .left_group .bottom_table .tbody .tr .td:nth-child(1) {
        width: 29.3%; }
        @media screen and (max-width: 768px) {
          .page-investor-dividend-information .main_group .left_group .bottom_table .tbody .tr .td:nth-child(1) {
            width: 20%; } }
        .page-investor-dividend-information .main_group .left_group .bottom_table .tbody .tr .td:nth-child(1) span {
          text-align: left;
          margin-left: 20px; }
      .page-investor-dividend-information .main_group .left_group .bottom_table .tbody .tr .td:nth-child(2) {
        width: 35%; }
        @media screen and (max-width: 768px) {
          .page-investor-dividend-information .main_group .left_group .bottom_table .tbody .tr .td:nth-child(2) {
            width: 40%; } }
      .page-investor-dividend-information .main_group .left_group .bottom_table .tbody .tr .td:nth-child(3) {
        width: 35.7%;
        position: relative; }
        @media screen and (max-width: 768px) {
          .page-investor-dividend-information .main_group .left_group .bottom_table .tbody .tr .td:nth-child(3) {
            width: 40%; } }
        .page-investor-dividend-information .main_group .left_group .bottom_table .tbody .tr .td:nth-child(3) span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }

.page-investor-material-information .page-banner .pic {
  background-image: url("images/investor/investor_stock_main.jpg"); }

.page-investor-material-information .main_group {
  margin-bottom: 10px;
  margin-top: -20px; }
  .page-investor-material-information .main_group .left_group .table {
    min-width: 400px; }
    .page-investor-material-information .main_group .left_group .table .thead .th {
      height: 60px; }
      .page-investor-material-information .main_group .left_group .table .thead .th:nth-child(1) {
        width: 100%; }
    .page-investor-material-information .main_group .left_group .table .tbody .tr .td {
      height: 60px; }
      .page-investor-material-information .main_group .left_group .table .tbody .tr .td:nth-child(1) {
        width: 30%;
        position: relative;
        border-right: 1px solid white; }
        @media screen and (max-width: 1200px) {
          .page-investor-material-information .main_group .left_group .table .tbody .tr .td:nth-child(1) {
            width: 40%; } }
        .page-investor-material-information .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1) {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 90%; }
      .page-investor-material-information .main_group .left_group .table .tbody .tr .td:nth-child(2) {
        width: 70%;
        text-align: left;
        padding-left: 50px;
        border-left: 1px solid white; }
        @media screen and (max-width: 1200px) {
          .page-investor-material-information .main_group .left_group .table .tbody .tr .td:nth-child(2) {
            width: 60%; } }
        .page-investor-material-information .main_group .left_group .table .tbody .tr .td:nth-child(2) a {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          color: #1c8fd1;
          text-decoration: underline; }

.page-investor-services .page-banner .pic {
  background-image: url("images/investor/investor_stock_main.jpg"); }

.page-investor-services .main_group {
  margin-top: -20px; }
  .page-investor-services .main_group .left_group .table {
    min-width: 700px; }
    .page-investor-services .main_group .left_group .table .thead .th {
      height: 60px;
      letter-spacing: 1px; }
      .page-investor-services .main_group .left_group .table .thead .th:nth-child(1) {
        width: 100%; }
    .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(1) {
      width: 35.5%;
      position: relative;
      border-right: 2px solid white; }
      @media screen and (max-width: 1200px) {
        .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(1) {
          width: 30%; } }
      .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1) {
        display: block;
        position: absolute;
        width: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(2) {
      width: 64.5%; }
      @media screen and (max-width: 1200px) {
        .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(2) {
          width: 70%; } }
      .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(2) ul {
        margin-left: 20px; }
        @media screen and (max-width: 1200px) {
          .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(2) ul {
            margin-left: 20px; } }
        .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(2) ul li {
          text-align: left; }
          .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(2) ul li::before {
            display: none; }
          .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(2) ul li a {
            color: #1c8fd1;
            border-bottom: 1px solid;
            text-decoration: none; }
          .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(2) ul li span:nth-child(1) {
            display: inline;
            position: static;
            transform: none; }
          .page-investor-services .main_group .left_group .table .tbody .tr .td:nth-child(2) ul li span:nth-child(2) {
            display: inline;
            position: static;
            transform: none; }

.page-investor-integrity .page-banner .pic {
  background-image: url("images/investor/investor_integrity_main.jpg"); }

.page-investor-integrity .main_group {
  margin-top: -5px; }
  @media screen and (max-width: 576px) {
    .page-investor-integrity .main_group {
      margin-top: -20px; } }
  .page-investor-integrity .main_group .left_group > div {
    margin-bottom: 80px; }
  .page-investor-integrity .main_group .left_group .group_1 {
    color: black; }
    @media screen and (max-width: 1200px) {
      .page-investor-integrity .main_group .left_group .group_1 {
        margin-bottom: 40px; } }
    .page-investor-integrity .main_group .left_group .group_1 ol {
      padding-left: 20px; }
      .page-investor-integrity .main_group .left_group .group_1 ol li {
        line-height: 2.9em;
        font-family: "微軟正黑體"; }
        @media screen and (max-width: 1200px) {
          .page-investor-integrity .main_group .left_group .group_1 ol li {
            line-height: 2em; } }
  @media screen and (max-width: 1200px) {
    .page-investor-integrity .main_group .left_group .group_2 {
      margin-bottom: 40px; } }
  .page-investor-integrity .main_group .left_group .group_2 .table {
    min-width: 280px; }
    .page-investor-integrity .main_group .left_group .group_2 .table .thead {
      height: 60px; }
      .page-investor-integrity .main_group .left_group .group_2 .table .thead .th {
        height: 60px;
        font-size: 16px; }
        .page-investor-integrity .main_group .left_group .group_2 .table .thead .th:nth-child(1) {
          width: 74.8%; }
        .page-investor-integrity .main_group .left_group .group_2 .table .thead .th:nth-child(2) {
          width: 25.2%; }
    .page-investor-integrity .main_group .left_group .group_2 .table .tbody .tr {
      height: 60px; }
      .page-investor-integrity .main_group .left_group .group_2 .table .tbody .tr .td {
        font-size: 15px;
        height: 60px; }
        .page-investor-integrity .main_group .left_group .group_2 .table .tbody .tr .td:nth-child(1) {
          width: 74.8%; }
        .page-investor-integrity .main_group .left_group .group_2 .table .tbody .tr .td:nth-child(2) {
          width: 25.2%;
          padding: 0; }
          .page-investor-integrity .main_group .left_group .group_2 .table .tbody .tr .td:nth-child(2) a {
            text-decoration: none;
            display: inline-block; }
            .page-investor-integrity .main_group .left_group .group_2 .table .tbody .tr .td:nth-child(2) .pdf {
              width: 31px;
              height: 31px;
              background-color: #be505f;
              color: white;
              line-height: 31px;
              text-align: center;
              margin: 15px auto;
              font-size: 12px; }
              .page-investor-integrity .main_group .left_group .group_2 .table .tbody .tr .td:nth-child(2) .pdf a{
                color:white;
              }
  @media screen and (max-width: 1200px) {
    .page-investor-integrity .main_group .left_group .group_3 {
      margin-bottom: 40px; } }
  .page-investor-integrity .main_group .left_group .group_3 h5 {
    display: inline-block;
    letter-spacing: 1px; }
  .page-investor-integrity .main_group .left_group .group_3 h5 ~ span {
    display: inline-block;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px; }
  .page-investor-integrity .main_group .left_group .group_3 .table {
    min-width: 700px; }
    .page-investor-integrity .main_group .left_group .group_3 .table .thead {
      height: 50px; }
      .page-investor-integrity .main_group .left_group .group_3 .table .thead .th {
        font-size: 16px;
        height: 50px; }
        .page-investor-integrity .main_group .left_group .group_3 .table .thead .th:nth-child(1) {
          width: 20.3%; }
        .page-investor-integrity .main_group .left_group .group_3 .table .thead .th:nth-child(2) {
          width: 79.7%;
          letter-spacing: 1px; }
    .page-investor-integrity .main_group .left_group .group_3 .table .tbody .tr .td:nth-child(1) {
      width: 20.3%; }
    .page-investor-integrity .main_group .left_group .group_3 .table .tbody .tr .td:nth-child(2) {
      width: 79.7%;
      font-size: 15px; }
      .page-investor-integrity .main_group .left_group .group_3 .table .tbody .tr .td:nth-child(2) span:nth-child(1) {
        width: 97%;
        position: static;
        transform: none;
        display: block;
        padding: 23px 0;
        text-align: left;
        margin-left: 20px; }
  .page-investor-integrity .main_group .left_group .group_4 {
    margin-bottom: 0; }
    .page-investor-integrity .main_group .left_group .group_4 .table {
      min-width: 600px; }
      .page-investor-integrity .main_group .left_group .group_4 .table .thead {
        height: 60px; }
        .page-investor-integrity .main_group .left_group .group_4 .table .thead .th {
          height: 60px; }
          .page-investor-integrity .main_group .left_group .group_4 .table .thead .th:nth-child(1) {
            width: 100%; }
      .page-investor-integrity .main_group .left_group .group_4 .table .tbody .tr .td {
        height: 60px; }
        .page-investor-integrity .main_group .left_group .group_4 .table .tbody .tr .td:nth-child(1) {
          width: 30%;
          position: relative;
          border-right: 1px solid white; }
          .page-investor-integrity .main_group .left_group .group_4 .table .tbody .tr .td:nth-child(1) span:nth-child(1) {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .page-investor-integrity .main_group .left_group .group_4 .table .tbody .tr .td:nth-child(2) {
          width: 70%;
          border-left: 1px solid white; }
          .page-investor-integrity .main_group .left_group .group_4 .table .tbody .tr .td:nth-child(2) a {
            display: block;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-left: 30px;
            border-bottom: 1px solid;
            color: #1c8fd1;
            text-decoration: none;
            line-height: 1.2em;
            font-weight: normal; }

.page-investor-communication-channel .page-banner .pic {
  background-image: url("images/investor/investor_integrity_main.jpg"); }

.page-investor-communication-channel .main_group {
  margin-bottom: 55px; }
  @media screen and (max-width: 576px) {
    .page-investor-communication-channel .main_group {
      margin-top: -20px; } }
  .page-investor-communication-channel .main_group .left_group .table {
    min-width: 450px; }
    .page-investor-communication-channel .main_group .left_group .table .thead .th {
      height: 60px;
      letter-spacing: 1px; }
      .page-investor-communication-channel .main_group .left_group .table .thead .th:nth-child(1) {
        width: 100%; }
    .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td {
      height: 60px;
      border-right: 2px solid white; }
      .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(1) {
        width: 29%; }
        @media screen and (max-width: 768px) {
          .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(1) {
            width: 45%; } }
        .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(1) span:nth-child(1) {
          display: block;
          line-height: 60px; }
      .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(2) {
        width: 71%;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(2) {
            width: 55%;
            height: auto;
            border: none; } }
        .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(2) a {
          text-align: left;
          margin-left: 50px;
          line-height: 60px;
          text-decoration: underline;
          color: #1c8fd1;
          text-decoration: none;
          border-bottom: 1px solid; }
          @media screen and (max-width: 576px) {
            .page-investor-communication-channel .main_group .left_group .table .tbody .tr .td:nth-child(2) a {
              margin-left: 35px; } }

.page-investor-faq .page-banner .pic {
  background-image: url("images/investor/investor_faq_main.jpg"); }

.page-investor-faq .main_group {
  margin-top: -6px; }
  @media screen and (max-width: 1600px) {
    .page-investor-faq .main_group {
      margin-top: -36px; } }
  @media screen and (max-width: 1200px) {
    .page-investor-faq .main_group {
      margin-top: 0px; } }
  @media screen and (max-width: 576px) {
    .page-investor-faq .main_group {
      margin-top: -7px; } }
  .page-investor-faq .main_group h3 {
    font-family: "Oswald";
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .page-investor-faq .main_group h3 {
        margin-bottom: 10px; } }
  .page-investor-faq .main_group #accordion .card {
    margin-bottom: 20px;
    border: none;
    z-index: 1; }
    .page-investor-faq .main_group #accordion .card .card-header {
      border: none;
      position: relative;
      transition: .3s;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .page-investor-faq .main_group #accordion .card .card-header {
          padding-top: 5px;
          padding-bottom: 5px; } }
      @media screen and (max-width: 576px) {
        .page-investor-faq .main_group #accordion .card .card-header {
          padding: 0; } }
      .page-investor-faq .main_group #accordion .card .card-header:hover {
        background-color: #ececec; }
      .page-investor-faq .main_group #accordion .card .card-header.active {
        background-color: #ececec; }
      .page-investor-faq .main_group #accordion .card .card-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 121px;
        height: 100%;
        background: url("images/investor/investor_faq_arrow_1.png") top no-repeat;
        background-size: contain; }
        @media screen and (max-width: 768px) {
          .page-investor-faq .main_group #accordion .card .card-header::before {
            width: 65px;
            height: 32px; } }
      .page-investor-faq .main_group #accordion .card .card-header.active::before {
        background: url("images/investor/investor_faq_arrow_2.png") top no-repeat;
        background-size: contain; }
        @media screen and (max-width: 768px) {
          .page-investor-faq .main_group #accordion .card .card-header.active::before {
            width: 65px; } }
      .page-investor-faq .main_group #accordion .card .card-header button {
        cursor: initial;
        text-decoration: none; }
      .page-investor-faq .main_group #accordion .card .card-header .switch {
        position: absolute;
        top: 0;
        right: 0px;
        width: 60px;
        height: 60px;
        background-color: gainsboro; }
        @media screen and (max-width: 768px) {
          .page-investor-faq .main_group #accordion .card .card-header .switch {
            width: 47.8px;
            height: 47.8px; } }
        @media screen and (max-width: 576px) {
          .page-investor-faq .main_group #accordion .card .card-header .switch {
            width: 37.8px;
            height: 37.8px; } }
        .page-investor-faq .main_group #accordion .card .card-header .switch::before {
          content: '+';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 30px;
          transition: .3s; }
        .page-investor-faq .main_group #accordion .card .card-header .switch.active::before {
          transform: translate(-50%, -50%) rotate(45deg);
          color: #bb0611; }
      .page-investor-faq .main_group #accordion .card .card-header h5 {
        margin-left: 126px;
        margin-right: 30px;
        font-size: 15px;
        color: black;
        padding: .5rem .75rem;
        line-height: 1.5;
        font-weight: bold; }
        @media screen and (max-width: 1400px) {
          .page-investor-faq .main_group #accordion .card .card-header h5 {
            margin-left: 100px; } }
        @media screen and (max-width: 768px) {
          .page-investor-faq .main_group #accordion .card .card-header h5 {
            margin-left: 40px;
            margin-right: 20px; } }
        @media screen and (max-width: 576px) {
          .page-investor-faq .main_group #accordion .card .card-header h5 {
            margin: 0;
            margin-top: 30px;
            padding-right: 5px;
            padding-left: 5px; } }
    .page-investor-faq .main_group #accordion .card .my_collapse {
      border: 1px solid #f2f2f2;
      display: none; }
      .page-investor-faq .main_group #accordion .card .my_collapse .card-body {
        padding: 40px 0; }
        @media screen and (max-width: 768px) {
          .page-investor-faq .main_group #accordion .card .my_collapse .card-body {
            padding: 20px 10px; } }
        .page-investor-faq .main_group #accordion .card .my_collapse .card-body .left {
          color: #bb0611;
          width: 100px;
          float: left;
          position: relative;
          display: inline-block; }
          @media screen and (max-width: 768px) {
            .page-investor-faq .main_group #accordion .card .my_collapse .card-body .left {
              width: 100%; } }
          .page-investor-faq .main_group #accordion .card .my_collapse .card-body .left span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 20px; }
            @media screen and (max-width: 768px) {
              .page-investor-faq .main_group #accordion .card .my_collapse .card-body .left span {
                position: static;
                transform: none;
                font-size: 30px; } }
        .page-investor-faq .main_group #accordion .card .my_collapse .card-body .right {
          float: right;
          padding: 0 45px;
          display: inline-block;
          width: calc(100% - 105px);
          font-size: 15px;
          border-left: 1px solid #e3898f;
          line-height: 2em; }
          @media screen and (max-width: 768px) {
            .page-investor-faq .main_group #accordion .card .my_collapse .card-body .right {
              width: 100%;
              border: none;
              padding: 0; } }
  .page-investor-faq .main_group nav {
    display: table;
    margin: auto;
    margin-top: 85px;
    margin-bottom: 85px; }
    @media screen and (max-width: 1400px) {
      .page-investor-faq .main_group nav {
        margin-top: 60px;
        margin-bottom: 60px; } }
    @media screen and (max-width: 1200px) {
      .page-investor-faq .main_group nav {
        margin-top: 40px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 768px) {
      .page-investor-faq .main_group nav {
        margin-top: 20px;
        margin-bottom: 20px; } }
    .page-investor-faq .main_group nav .page-item {
      padding: 0;
      width: 25px;
      text-align: center; }
      .page-investor-faq .main_group nav .page-item .page-link {
        border: none;
        padding: 0;
        color: #cacaca;
        font-size: 20px;
        font-family: "Oswald"; }
        .page-investor-faq .main_group nav .page-item .page-link:hover {
          background-color: inherit;
          color: #bb0611; }
        .page-investor-faq .main_group nav .page-item .page-link.onPage {
          text-decoration: underline;
          color: #999999; }
          .page-investor-faq .main_group nav .page-item .page-link.onPage:hover {
            background-color: inherit;
            color: #bb0611; }
      .page-investor-faq .main_group nav .page-item.prev {
        margin-right: 35px; }
      .page-investor-faq .main_group nav .page-item.next {
        margin-left: 35px; }

/* ==========================================================================
   product
 ==========================================================================*/
.submenu-product {
  border-bottom: 1px solid #ededed;
  margin-bottom: 90px; }
  @media screen and (max-width: 1200px) {
    .submenu-product {
      border: none;
      margin-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .submenu-product {
      margin-bottom: 20px !important; } }
  .submenu-product div {
    height: 65px;
    margin: auto;
    line-height: 65px;
    padding: 0px;
    text-transform: uppercase;
    display: table; }
    @media screen and (max-width: 1200px) {
      .submenu-product div {
        width: 100%; } }
    .submenu-product div span {
      display: none; }
    .submenu-product div ul {
      list-style: none;
      padding: 0;
      margin-bottom: 0; }
      .submenu-product div ul li {
        text-align: center;
        transition: border .5s;
        border-bottom: 0px; }
        .submenu-product div ul li:not(:last-child) {
          margin-right: 10px; }
        @media screen and (min-width: 1201px) {
          .submenu-product div ul li.onPage a {
            color: #ed7330; }
            .submenu-product div ul li.onPage a::after {
              content: "";
              display: block;
              width: 100%;
              height: 2px;
              background-color: #e7b295;
              position: absolute;
              left: 0;
              right: 0;
              bottom: -1px;
              margin: auto;
              transition: width 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1); }
            .submenu-product div ul li.onPage a:hover {
              color: #ed7330; } }
        .submenu-product div ul li a {
          text-decoration: none;
          font-weight: bold;
          color: #c3c3c3;
          display: block;
          font-size: 20px; }
          .submenu-product div ul li a::after {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            background-color: #e7b295;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -1px;
            margin: auto;
            transition: width 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1); }
          @media screen and (min-width: 1201px) {
            .submenu-product div ul li a:hover {
              color: #e7b295; }
              .submenu-product div ul li a:hover::after {
                width: 100%; } }
    @media screen and (max-width: 1200px) {
      .submenu-product div {
        position: relative;
        cursor: pointer;
        height: 65px;
        border-top: 1px solid #a6a6a6;
        border-bottom: 1px solid #a6a6a6;
        margin-bottom: 20px; }
        .submenu-product div::after {
          pointer-events: none;
          display: block;
          content: '';
          width: 10px;
          height: 10px;
          border-bottom: 1px solid #ceba82;
          border-right: 1px solid #ceba82;
          transform: rotate(45deg) translateY(-50%);
          -webkit-transform: rotate(45deg) translateY(-50%);
          -moz-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
          -o-transform: rotate(45deg) translateY(-50%);
          transition: all .4s ease-in-out;
          -webkit-transition: all .4s ease-in-out;
          -moz-transition: all .4s ease-in-out;
          -ms-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transform-origin: 50% 0;
          -webkit-transform-origin: 50% 0;
          -moz-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
          -o-transform-origin: 50% 0;
          position: absolute;
          right: 5.6%;
          top: 28px;
          margin: auto;
          cursor: pointer; }
        .submenu-product div.active::after {
          transform: rotate(225deg) translateY(0%);
          -webkit-transform: rotate(225deg) translateY(0%);
          -moz-transform: rotate(225deg) translateY(0%);
          -ms-transform: rotate(225deg) translateY(0%);
          -o-transform: rotate(225deg) translateY(0%);
          transform-origin: center;
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center; }
        .submenu-product div span {
          display: block;
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          color: black;
          margin-left: -10px; }
        .submenu-product div ul {
          display: none; }
          .submenu-product div ul li {
            background-color: white;
            opacity: 0.9;
            color: white;
            z-index: 9;
            width: 100%; }
            .submenu-product div ul li a {
              color: black;
              transition: .3s; }
              .submenu-product div ul li a:hover {
                color: #bb0611; } }

@media screen and (max-width: 1200px) {
  .page-product-search {
    min-height: calc( 100vh - 95px); } }

@media screen and (max-width: 576px) {
  .page-product-search {
    min-height: calc( 100vh - 137px); } }

.page-product-search .page-banner .pic {
  background-image: url("images/product/product_search_main.jpg"); }

.page-product-search .main_group {
  margin-top: 155px;
  margin-bottom: 0px !important;
  padding-bottom: 116px; }
  @media screen and (max-width: 768px) {
    .page-product-search .main_group {
      margin-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (max-width: 576px) {
    .page-product-search .main_group {
      margin-top: 30px; } }
  .page-product-search .main_group h5 {
    display: table;
    margin: auto; }
    @media screen and (max-width: 576px) {
      .page-product-search .main_group h5 {
        margin-bottom: 20px  !important; } }
  .page-product-search .main_group .row {
    display: table;
    margin: auto;
    text-align: center; }
    .page-product-search .main_group .row .select {
      float: left;
      position: relative;
      font-size: 17px; }
      @media screen and (max-width: 992px) {
        .page-product-search .main_group .row .select {
          float: none;
          margin-bottom: 20px; } }
      .page-product-search .main_group .row .select select {
        height: 50px;
        background-color: #f2f2f2;
        border: none;
        padding-left: 30px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-right: 100px; }
        @media screen and (max-width: 576px) {
          .page-product-search .main_group .row .select select {
            padding-left: 15px;
            padding-right: 40px;
            min-width: 100%;
            font-size: 14px; } }
        @media screen and (max-width: 340px) {
          .page-product-search .main_group .row .select select {
            padding-left: 5px;
            font-size: 12px; } }
      .page-product-search .main_group .row .select::after {
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        right: 17px;
        top: 23px; }
    .page-product-search .main_group .row .search_group {
      float: left;
      font-size: 17px; }
      @media screen and (max-width: 768px) {
        .page-product-search .main_group .row .search_group {
          margin-left: -5px; } }
      .page-product-search .main_group .row .search_group input {
        border: none;
        width: 220px;
        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #f2f2f2; }
        @media screen and (max-width: 1200px) {
          .page-product-search .main_group .row .search_group input {
            padding-left: 26px; } }
        @media screen and (max-width: 768px) {
          .page-product-search .main_group .row .search_group input {
            padding-left: 30px; } }
        @media screen and (max-width: 576px) {
          .page-product-search .main_group .row .search_group input {
            padding-left: 15px; } }
        @media screen and (max-width: 340px) {
          .page-product-search .main_group .row .search_group input {
            padding-left: 5px; } }
    .page-product-search .main_group .row .search_btn {
      float: left;
      margin-left: 5px;
      display: block;
      width: 70px;
      height: 50px;
      background-color: #666666;
      position: relative; }
      @media screen and (max-width: 992px) {
        .page-product-search .main_group .row .search_btn {
          float: right; } }
      .page-product-search .main_group .row .search_btn i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 26px; }

.page-product-search-result .page-banner .pic {
  background-image: url("images/product/product_search_main.jpg"); }

.page-product-search-result .main_group {
  margin-top: 150px; }
  @media screen and (max-width: 1200px) {
    .page-product-search-result .main_group {
      margin-top: 70px; } }
  @media screen and (max-width: 768px) {
    .page-product-search-result .main_group {
      margin-top: 30px; } }
  @media screen and (max-width: 576px) {
    .page-product-search-result .main_group {
      margin-top: 0px; } }
  .page-product-search-result .main_group .title > h4 {
    display: inline-block;
    margin-bottom: 40px; }
    @media screen and (max-width: 576px) {
      .page-product-search-result .main_group .title > h4 {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px; } }
  .page-product-search-result .main_group .title > h5 {
    display: inline-block;
    margin-left: 30px;
    font-weight: bold; }
    .page-product-search-result .main_group .title > h5 > span {
      color: red; }
    @media screen and (max-width: 576px) {
      .page-product-search-result .main_group .title > h5 {
        display: block;
        margin-left: 0px;
        margin-bottom: 20px; } }
  .page-product-search-result .main_group .category_group {
    margin-bottom: 100px; }
    @media screen and (max-width: 1200px) {
      .page-product-search-result .main_group .category_group {
        margin-bottom: 60px; } }
    @media screen and (max-width: 768px) {
      .page-product-search-result .main_group .category_group {
        margin-bottom: 40px; } }
    @media screen and (max-width: 576px) {
      .page-product-search-result .main_group .category_group {
        margin-bottom: 20px; } }
    .page-product-search-result .main_group .category_group h6 {
      color: #bb0611;
      padding-bottom: 20px;
      font-weight: bold; }
  .page-product-search-result .main_group .category_group_type_1 h6 {
    border-bottom: 1px solid #e3898f; }
  .page-product-search-result .main_group .category_group_type_1 .product_group {
    margin-top: 75px; }
    @media screen and (max-width: 1200px) {
      .page-product-search-result .main_group .category_group_type_1 .product_group {
        margin-top: 60px; } }
    @media screen and (max-width: 768px) {
      .page-product-search-result .main_group .category_group_type_1 .product_group {
        margin-top: 40px; } }
    @media screen and (max-width: 576px) {
      .page-product-search-result .main_group .category_group_type_1 .product_group {
        margin-top: 20px; } }
    @media screen and (max-width: 1200px) {
      .page-product-search-result .main_group .category_group_type_1 .product_group .product {
        margin-bottom: 20px; } }
    .page-product-search-result .main_group .category_group_type_1 .product_group .product img {
      display: table;
      margin: auto; }
    .page-product-search-result .main_group .category_group_type_1 .product_group .product .name {
      display: block;
      text-align: left;
      margin-top: 26px; }
      @media screen and (max-width: 1200px) {
        .page-product-search-result .main_group .category_group_type_1 .product_group .product .name {
          margin-top: 0px; } }
    .page-product-search-result .main_group .category_group_type_1 .product_group .product .description {
      display: block;
      text-align: left;
      margin-top: 15px; }
      @media screen and (max-width: 1200px) {
        .page-product-search-result .main_group .category_group_type_1 .product_group .product .description {
          margin-top: 5px; } }
  .page-product-search-result .main_group .category_group_type_1 .product_group_2 {
    margin-top: 10px; }
  .page-product-search-result .main_group .category_group_type_1 .product_group_3 {
    margin-top: 50px; }
    @media screen and (max-width: 576px) {
      .page-product-search-result .main_group .category_group_type_1 .product_group_3 {
        margin-top: 20px; } }
  @media screen and (max-width: 576px) {
    .page-product-search-result .main_group .category_group_type_2 {
      margin-bottom: 70px; } }
  .page-product-search-result .main_group .category_group_type_2 .table_wrapper {
    overflow-x: auto;
    overflow-y: hidden; }
    .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table {
      line-height: 1.2em;
      min-width: 1200px;
      margin-bottom: 0; }
      .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .thead .th {
        background-color: #d46168;
        color: white;
        height: 53px;
        font-size: 15px;
        border-right: 2px solid white;
        position: relative; }
        .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .thead .th:last-child {
          border-right: 0; }
        .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .thead .th:nth-child(1) {
          min-width: 5.864%; }
        .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .thead .th:nth-child(2) {
          min-width: 10.68%; }
        .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .thead .th:nth-child(3) {
          min-width: 10.68%; }
        .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .thead .th:nth-child(4) {
          min-width: 9.38%; }
        .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .thead .th:nth-child(5) {
          min-width: 26.36%; }
        .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .thead .th:nth-child(6) {
          min-width: 10.68%; }
        .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .thead .th:nth-child(7) {
          min-width: 7.963%; }
        .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .thead .th:nth-child(8) {
          min-width: 7.963%; }
        .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .thead .th:nth-child(9) {
          min-width: 9.8%; }
        .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .thead .th span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-weight: bold;
          text-align: center;
          width: 90%; }
      .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .tbody .tr {
        border-bottom: 1px solid #c3c3c3; }
        .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .tbody .tr .td {
          color: black;
          height: 71px;
          font-size: 14px;
          position: relative; }
          .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .tbody .tr .td:nth-child(1) img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60%;
            max-width: 57px; }
          .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .tbody .tr .td span:nth-child(2) {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            width: 90%; }
          .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .tbody .tr .td span:nth-child(1) {
            display: none; }
          .page-product-search-result .main_group .category_group_type_2 .table_wrapper .table .tbody .tr .td span.features {
            position: absolute;
            top: 50%;
            left: 0;
            text-align: left;
            transform: none;
            transform: translateY(-50%);
            width: 90%;
            margin-left: 30px; }

.page-product-peripheral-components .page-banner .pic {
  background-image: url("images/product/product_peripheral_components_main.jpg"); }

.page-product-peripheral-components .main_group {
  line-height: 1.4em;
  margin-bottom: 70px; }
  @media screen and (max-width: 576px) {
    .page-product-peripheral-components .main_group {
      margin-top: -30px; } }
  .page-product-peripheral-components .main_group .left_group {
    float: left;
    width: 76%; }
    @media screen and (max-width: 1200px) {
      .page-product-peripheral-components .main_group .left_group {
        width: 100%;
        float: none; } }
    .page-product-peripheral-components .main_group .left_group .top_group {
      border-bottom: 1px solid #e3898f; }
      .page-product-peripheral-components .main_group .left_group .top_group .title {
        display: table;
        float: left; }
        @media screen and (max-width: 576px) {
          .page-product-peripheral-components .main_group .left_group .top_group .title {
            float: none; } }
        .page-product-peripheral-components .main_group .left_group .top_group .title h4 {
          margin-bottom: 30px;
          text-transform: uppercase; }
          @media screen and (max-width: 1200px) {
            .page-product-peripheral-components .main_group .left_group .top_group .title h4 {
              margin-bottom: 20px; } }
          @media screen and (max-width: 768px) {
            .page-product-peripheral-components .main_group .left_group .top_group .title h4 {
              margin-bottom: 10px; } }
          @media screen and (max-width: 576px) {
            .page-product-peripheral-components .main_group .left_group .top_group .title h4 {
              margin-bottom: 0px; } }
        .page-product-peripheral-components .main_group .left_group .top_group .title h5 {
          margin-bottom: 20px; }
          @media screen and (max-width: 576px) {
            .page-product-peripheral-components .main_group .left_group .top_group .title h5 {
              margin-bottom: 20px; } }
      .page-product-peripheral-components .main_group .left_group .top_group .dropdown {
        display: table;
        float: right; }
        @media screen and (max-width: 576px) {
          .page-product-peripheral-components .main_group .left_group .top_group .dropdown {
            float: none;
            width: 100%; } }
        .page-product-peripheral-components .main_group .left_group .top_group .dropdown .dropdown-menu {
          left: auto !important;
          right: 0;
          min-width: 100%;
          transform: translate3d(0px, 50px, 0px) !important; }
        .page-product-peripheral-components .main_group .left_group .top_group .dropdown button {
          border: none;
          color: black;
          padding-right: 50px;
          height: 50px;
          font-family: "Oswald";
          font-size: 20px;
          text-align: left;
          padding-left: 25px;
          background-color: #f2f2f2; }
          .page-product-peripheral-components .main_group .left_group .top_group .dropdown button:hover {
            background-color: #b3b0b0; }
          .page-product-peripheral-components .main_group .left_group .top_group .dropdown button::after {
            margin-left: .8rem;
            color: #666666;
            position: absolute;
            right: 20px;
            top: 23px; }
            @media screen and (max-width: 576px) {
              .page-product-peripheral-components .main_group .left_group .top_group .dropdown button::after {
                right: 10px; } }
          @media screen and (max-width: 576px) {
            .page-product-peripheral-components .main_group .left_group .top_group .dropdown button {
              width: 100%; } }
    .page-product-peripheral-components .main_group .left_group .product_group {
      margin: 0; }
      .page-product-peripheral-components .main_group .left_group .product_group .product {
        text-align: center;
        padding: 0;
        position: relative;
        margin-top: 50px; }
        @media screen and (max-width: 1200px) {
          .page-product-peripheral-components .main_group .left_group .product_group .product {
            margin-top: 30px; } }
        .page-product-peripheral-components .main_group .left_group .product_group .product img {
          width: 100%; }
        .page-product-peripheral-components .main_group .left_group .product_group .product .name {
          display: block;
          font-weight: bold;
          margin-top: 20px;
          text-align: left; }
        .page-product-peripheral-components .main_group .left_group .product_group .product .description {
          display: block;
          margin: 20px auto 20px 0;
          text-align: left;
          width: 90%; }
        .page-product-peripheral-components .main_group .left_group .product_group .product .download_group a {
          display: inline-block;
          width: 130px;
          height: 42px;
          border: 1px solid #b5b5b5;
          color: #b5b5b5;
          font-size: 14px;
          margin-bottom: 10px;
          text-decoration: none;
          transition: .3s; }
          .page-product-peripheral-components .main_group .left_group .product_group .product .download_group a:hover {
            background-color: black;
            color: white; }
          .page-product-peripheral-components .main_group .left_group .product_group .product .download_group a i {
            line-height: 42px; }
  .page-product-peripheral-components .main_group .right_group {
    float: right;
    width: 24%;
    margin-top: 10px; }
    @media screen and (max-width: 1200px) {
      .page-product-peripheral-components .main_group .right_group {
        width: 100%;
        float: none;
        margin-bottom: 40px; } }
    .page-product-peripheral-components .main_group .right_group .wrapper {
      width: 80%;
      margin-left: 20%;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .page-product-peripheral-components .main_group .right_group .wrapper {
          margin-left: 0;
          width: 100%; } }
      .page-product-peripheral-components .main_group .right_group .wrapper h3 {
        line-height: 1.3em;
        margin-top: -10px;
        font-family: "Oswald";
        text-transform: uppercase;
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee;
        position: relative; }
        .page-product-peripheral-components .main_group .right_group .wrapper h3::after {
          content: '';
          display: block;
          position: absolute;
          bottom: -4px;
          width: 87px;
          height: 4px;
          background-color: #e3898f; }
      .page-product-peripheral-components .main_group .right_group .wrapper ul {
        padding: 0;
        font-size: 15px;
        list-style: none;
        margin-top: 20px; }
        @media screen and (max-width: 1200px) {
          .page-product-peripheral-components .main_group .right_group .wrapper ul {
            padding: 0; } }
        .page-product-peripheral-components .main_group .right_group .wrapper ul li {
          line-height: 2.3em;
          font-weight: bold; }
          @media screen and (max-width: 1200px) {
            .page-product-peripheral-components .main_group .right_group .wrapper ul li {
              float: left;
              margin-right: 30px; } }
          @media screen and (max-width: 768px) {
            .page-product-peripheral-components .main_group .right_group .wrapper ul li {
              float: none; } }
          .page-product-peripheral-components .main_group .right_group .wrapper ul li.onPage a {
            color: #bd0511; }
          .page-product-peripheral-components .main_group .right_group .wrapper ul li a {
            color: #787878; }

.page-product-peripheral-components-core .page-banner .pic {
  background-image: url("images/product/product_peripheral_components_main.jpg"); }

.page-product-integrated-components .page-banner .pic {
  background-image: url("images/product/product_integrated_components_main.jpg"); }

.page-product-integrated-components .main_group {
  line-height: 1.4em;
  margin-bottom: 95px;
  padding-top: 8px; }
  @media screen and (max-width: 1200px) {
    .page-product-integrated-components .main_group {
      padding-top: 0px;
      margin-top: 0px; } }
  .page-product-integrated-components .main_group .left_group {
    float: left;
    width: 76%; }
    @media screen and (max-width: 1200px) {
      .page-product-integrated-components .main_group .left_group {
        width: 100%;
        float: none; } }
    @media screen and (max-width: 1600px) {
      .page-product-integrated-components .main_group .left_group .top_group {
        margin-bottom: 30px; } }
    @media screen and (max-width: 1200px) {
      .page-product-integrated-components .main_group .left_group .top_group {
        margin-bottom: 0px; } }
    @media screen and (max-width: 768px) {
      .page-product-integrated-components .main_group .left_group .top_group {
        margin-bottom: 0px; } }
    .page-product-integrated-components .main_group .left_group .top_group .title {
      display: table;
      float: left; }
      @media screen and (max-width: 768px) {
        .page-product-integrated-components .main_group .left_group .top_group .title {
          float: none;
          margin-bottom: 0px; } }
      .page-product-integrated-components .main_group .left_group .top_group .title h4 {
        margin-bottom: 33px;
        text-transform: uppercase; }
        @media screen and (max-width: 1600px) {
          .page-product-integrated-components .main_group .left_group .top_group .title h4 {
            margin-bottom: 10px; } }
      .page-product-integrated-components .main_group .left_group .top_group .title h5 {
        margin-bottom: 15px; }
        @media screen and (max-width: 768px) {
          .page-product-integrated-components .main_group .left_group .top_group .title h5 {
            margin-bottom: 10px; } }
    .page-product-integrated-components .main_group .left_group .top_group .dropdown {
      display: table;
      float: right;
      margin-right: -1px;
      margin-top: 3px; }
      @media screen and (max-width: 1200px) {
        .page-product-integrated-components .main_group .left_group .top_group .dropdown {
          margin-top: 0px; } }
      @media screen and (max-width: 768px) {
        .page-product-integrated-components .main_group .left_group .top_group .dropdown {
          float: none; } }
      @media screen and (max-width: 576px) {
        .page-product-integrated-components .main_group .left_group .top_group .dropdown {
          width: 100%; } }
      .page-product-integrated-components .main_group .left_group .top_group .dropdown button {
        border: none;
        color: black;
        height: 50px;
        font-family: "Oswald";
        font-size: 20px;
        text-align: left;
        padding-left: 25px;
        background-color: #f2f2f2;
        letter-spacing: 1px;
        padding-right: 25px; }
        .page-product-integrated-components .main_group .left_group .top_group .dropdown button:hover {
          background-color: #b3b0b0; }
        .page-product-integrated-components .main_group .left_group .top_group .dropdown button::after {
          color: #666666;
          float: right;
          margin-top: 12px; }
          @media screen and (max-width: 576px) {
            .page-product-integrated-components .main_group .left_group .top_group .dropdown button::after {
              position: absolute;
              right: 10px; } }
        @media screen and (max-width: 576px) {
          .page-product-integrated-components .main_group .left_group .top_group .dropdown button {
            width: 100%;
            padding-left: 1.5rem; } }
      .page-product-integrated-components .main_group .left_group .top_group .dropdown .dropdown-menu {
        left: auto !important;
        right: 0;
        min-width: 100%;
        transform: translate3d(0px, 50px, 0px) !important; }
    .page-product-integrated-components .main_group .left_group .table_group {
      overflow-x: auto;
      overflow-y: hidden; }
      .page-product-integrated-components .main_group .left_group .table_group table {
        min-width: 1100px;
        line-height: 1.2em;
        width: 100%;
        margin-bottom: 0px; }
        .page-product-integrated-components .main_group .left_group .table_group table thead tr th {
          background-color: #d46168;
          color: white;
          height: 53px;
          font-size: 15px;
          border-right: 2px solid white;
          position: relative;
          text-align: center;
          padding: 5px 15px; }
          .page-product-integrated-components .main_group .left_group .table_group table thead tr th:last-child {
            border-right: 0; }
          .page-product-integrated-components .main_group .left_group .table_group table thead tr th:nth-child(1) {
            min-width: 150px; }
          .page-product-integrated-components .main_group .left_group .table_group table thead tr th:nth-child(2) {
            width: 135px; }
        .page-product-integrated-components .main_group .left_group .table_group table tbody tr {
          border-bottom: 1px solid #c3c3c3; }
          .page-product-integrated-components .main_group .left_group .table_group table tbody tr td {
            color: black;
            height: 71px;
            font-size: 14px;
            position: relative;
            text-align: center;
            padding: 0 15px; }
            .page-product-integrated-components .main_group .left_group .table_group table tbody tr td:nth-child(1) {
              padding: 0 !important; }
              .page-product-integrated-components .main_group .left_group .table_group table tbody tr td:nth-child(1) .new {
                opacity: 0;
                width: 51px;
                height: 22px;
                background-color: red;
                border-radius: 5px;
                float: left;
                color: white;
                font-size: 14px;
                text-align: center;
                line-height: 22px;
                margin-left: 15px;
                margin-top: 25px;
                margin-right: 20px; }
                .page-product-integrated-components .main_group .left_group .table_group table tbody tr td:nth-child(1) .new.show {
                  opacity: 1; }
              .page-product-integrated-components .main_group .left_group .table_group table tbody tr td:nth-child(1) img {
                margin-top: 10px;
                float: left;
                width: 52px; }
            .page-product-integrated-components .main_group .left_group .table_group table tbody tr td a {
              display: block;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              color: white;
              width: 37px;
              height: 29px;
              border-radius: 50%; }
              .page-product-integrated-components .main_group .left_group .table_group table tbody tr td a i {
                font-size: 16px;
                border-radius: 50%;
                width: 34px;
                height: 34px;
                background-color: #e2e2e2;
                display: block;
                position: relative;
                transition: .1s; }
                .page-product-integrated-components .main_group .left_group .table_group table tbody tr td a i:hover {
                  background-color: red; }
                .page-product-integrated-components .main_group .left_group .table_group table tbody tr td a i::before {
                  margin: 0;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%); }
  .page-product-integrated-components .main_group .right_group {
    float: right;
    width: 24%;
    margin-top: 10px; }
    @media screen and (max-width: 1200px) {
      .page-product-integrated-components .main_group .right_group {
        width: 100%;
        float: none;
        margin-bottom: 20px; } }
    .page-product-integrated-components .main_group .right_group .wrapper {
      width: 80%;
      margin-left: 20%;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .page-product-integrated-components .main_group .right_group .wrapper {
          margin-left: 0;
          width: 100%; } }
      .page-product-integrated-components .main_group .right_group .wrapper h3 {
        line-height: 1.3em;
        margin-top: -10px;
        font-family: "Oswald";
        text-transform: uppercase;
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee;
        position: relative; }
        .page-product-integrated-components .main_group .right_group .wrapper h3::after {
          content: '';
          display: block;
          position: absolute;
          bottom: -4px;
          width: 87px;
          height: 4px;
          background-color: #e3898f; }
      .page-product-integrated-components .main_group .right_group .wrapper ul {
        padding: 0;
        font-size: 15px;
        list-style: none;
        margin-top: 20px;
        font-weight: bold; }
        @media screen and (max-width: 1200px) {
          .page-product-integrated-components .main_group .right_group .wrapper ul {
            padding: 0; } }
        .page-product-integrated-components .main_group .right_group .wrapper ul li {
          line-height: 2.3em; }
          @media screen and (max-width: 1200px) {
            .page-product-integrated-components .main_group .right_group .wrapper ul li {
              float: left;
              margin-right: 30px; } }
          @media screen and (max-width: 768px) {
            .page-product-integrated-components .main_group .right_group .wrapper ul li {
              float: none; } }
          .page-product-integrated-components .main_group .right_group .wrapper ul li.onPage a {
            color: #bd0511; }
          .page-product-integrated-components .main_group .right_group .wrapper ul li a {
            color: #787878; }
      .page-product-integrated-components .main_group .right_group .wrapper .button_group {
        margin-top: 30px; }
        .page-product-integrated-components .main_group .right_group .wrapper .button_group a {
          display: block;
          width: 210px;
          height: 55px;
          border: 1px solid #c9c9c9;
          text-decoration: none;
          color: black;
          padding-left: 15px;
          font-size: 15px;
          margin-bottom: 10px;
          transition: .3s; }
          @media screen and (max-width: 1200px) {
            .page-product-integrated-components .main_group .right_group .wrapper .button_group a {
              float: left;
              margin-bottom: 0px;
              margin-right: 10px; } }
          @media screen and (max-width: 576px) {
            .page-product-integrated-components .main_group .right_group .wrapper .button_group a {
              float: none;
              margin-bottom: 10px;
              margin-right: 0px; } }
          .page-product-integrated-components .main_group .right_group .wrapper .button_group a span {
            line-height: 55px;
            font-weight: bold; }
          .page-product-integrated-components .main_group .right_group .wrapper .button_group a i {
            font-size: 24px; }
          .page-product-integrated-components .main_group .right_group .wrapper .button_group a:hover {
            color: white;
            background-color: black; }

.page-product-integrated-components-core .page-banner .pic {
  background-image: url("images/product/product_integrated_components_main.jpg"); }

.main_group.core {
  line-height: 1.4em;
  margin-bottom: 75px; }
  .main_group.core .left_group {
    float: left;
    width: 76%; }
    @media screen and (max-width: 1200px) {
      .main_group.core .left_group {
        width: 100%;
        float: none;
        margin-top: 20px; } }
    .main_group.core .left_group h4 {
      margin-bottom: 70px;
      text-transform: uppercase;
      font-weight: 900; }
      @media screen and (max-width: 1400px) {
        .main_group.core .left_group h4 {
          margin-bottom: 60px; } }
      @media screen and (max-width: 1200px) {
        .main_group.core .left_group h4 {
          margin-bottom: 10px; } }
    .main_group.core .left_group .text_img {
      margin-bottom: 10px; }
      .main_group.core .left_group .text_img .right {
        width: 47%;
        float: right;
        padding-left: 2%;
        position: relative; }
        @media screen and (max-width: 992px) {
          .main_group.core .left_group .text_img .right {
            width: 100%;
            float: none;
            padding: 0; } }
        .main_group.core .left_group .text_img .right .text {
          padding: 0 4%;
          font-size: 15px;
          font-weight: bold; }
          @media screen and (max-width: 1400px) {
            .main_group.core .left_group .text_img .right .text {
              padding: 0; } }
        .main_group.core .left_group .text_img .right .img_group {
          margin-top: 20px; }
          @media screen and (max-width: 992px) {
            .main_group.core .left_group .text_img .right .img_group {
              position: static;
              margin-top: 20px; } }
          .main_group.core .left_group .text_img .right .img_group img {
            width: 47.5%; }
            .main_group.core .left_group .text_img .right .img_group img:nth-child(1) {
              margin-right: 3%; }
              @media screen and (max-width: 1600px) {
                .main_group.core .left_group .text_img .right .img_group img:nth-child(1) {
                  margin-right: 2%; } }
              @media screen and (max-width: 992px) {
                .main_group.core .left_group .text_img .right .img_group img:nth-child(1) {
                  width: 49.5%; } }
              @media screen and (max-width: 576px) {
                .main_group.core .left_group .text_img .right .img_group img:nth-child(1) {
                  width: 100%;
                  margin: 0; } }
            @media screen and (max-width: 576px) {
              .main_group.core .left_group .text_img .right .img_group img:nth-child(2) {
                width: 100%;
                margin: 0;
                margin-top: 20px; } }
      .main_group.core .left_group .text_img .left {
        width: 52.8%;
        float: left; }
        .main_group.core .left_group .text_img .left img {
          width: 100%; }
        @media screen and (max-width: 992px) {
          .main_group.core .left_group .text_img .left {
            width: 100%;
            float: none;
            margin-top: 20px; } }
    .main_group.core .left_group .img_group > div {
      margin-bottom: 80px; }
      @media screen and (max-width: 992px) {
        .main_group.core .left_group .img_group > div {
          margin-bottom: 30px; } }
      .main_group.core .left_group .img_group > div img {
        width: 50%;
        float: left;
        image-rendering: -webkit-optimize-contrast; }
        @media screen and (max-width: 992px) {
          .main_group.core .left_group .img_group > div img {
            width: 100%; } }
  .main_group.core .right_group {
    float: right;
    width: 24%;
    margin-top: 10px; }
    @media screen and (max-width: 1200px) {
      .main_group.core .right_group {
        width: 100%;
        float: none;
        margin-bottom: 10px; } }
    .main_group.core .right_group .wrapper {
      width: 80%;
      margin-left: 20%;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .main_group.core .right_group .wrapper {
          margin-left: 0;
          width: 100%; } }
      .main_group.core .right_group .wrapper h3 {
        line-height: 1.3em;
        margin-top: -10px;
        font-family: "Oswald";
        text-transform: uppercase;
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee;
        position: relative; }
        .main_group.core .right_group .wrapper h3::after {
          content: '';
          display: block;
          position: absolute;
          bottom: -4px;
          width: 87px;
          height: 4px;
          background-color: #e3898f; }
      .main_group.core .right_group .wrapper ul {
        padding: 0;
        font-size: 15px;
        list-style: none;
        margin-top: 20px; }
        @media screen and (max-width: 1200px) {
          .main_group.core .right_group .wrapper ul {
            padding: 0; } }
        .main_group.core .right_group .wrapper ul li {
          line-height: 2.3em; }
          @media screen and (max-width: 1200px) {
            .main_group.core .right_group .wrapper ul li {
              float: left;
              margin-right: 30px; } }
          @media screen and (max-width: 768px) {
            .main_group.core .right_group .wrapper ul li {
              float: none; } }
          .main_group.core .right_group .wrapper ul li.onPage a {
            color: #bd0511; }
          .main_group.core .right_group .wrapper ul li a {
            color: #787878;
            font-weight: bold; }
      .main_group.core .right_group .wrapper .button_group a {
        display: block;
        width: 210px;
        height: 55px;
        border: 1px solid #c9c9c9;
        text-decoration: none;
        color: black;
        padding-left: 15px;
        font-size: 15px;
        margin-bottom: 10px;
        transition: .3s; }
        @media screen and (max-width: 1200px) {
          .main_group.core .right_group .wrapper .button_group a {
            float: left;
            margin-bottom: 0px;
            margin-right: 10px; } }
        @media screen and (max-width: 576px) {
          .main_group.core .right_group .wrapper .button_group a {
            float: none;
            margin-bottom: 10px;
            margin-right: 0px; } }
        .main_group.core .right_group .wrapper .button_group a i {
          font-size: 24px; }
        .main_group.core .right_group .wrapper .button_group a span {
          line-height: 55px;
          font-weight: bold; }
        .main_group.core .right_group .wrapper .button_group a:hover {
          color: white;
          background-color: black; }

/* ==========================================================================
   contact
 ==========================================================================*/
.page-contact .page-banner .pic {
  background-image: url("images/other/contact_main.jpg"); }

.page-contact .main_group {
  font-weight: bold; }
  .page-contact .main_group .headquarters {
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 96%;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .page-contact .main_group .headquarters {
        margin-top: 40px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 576px) {
      .page-contact .main_group .headquarters {
        margin-top: 0px;
        margin-bottom: 20px; } }
    .page-contact .main_group .headquarters h5 {
      margin-bottom: 20px; }
      @media screen and (max-width: 576px) {
        .page-contact .main_group .headquarters h5 {
          margin-bottom: 10px; } }
    .page-contact .main_group .headquarters span {
      display: block;
      font-size: 15px;
      line-height: 2.5em;
      color: #777777; }
    .page-contact .main_group .headquarters a {
      transition: .3s; }
      .page-contact .main_group .headquarters a:hover {
        transform: scale(1.2); }
      .page-contact .main_group .headquarters a i {
        color: #bb0611;
        margin-left: 5px;
        font-size: 28px; }
  .page-contact .main_group .block {
    background-color: #f2f2f2;
    margin-bottom: 80px; }
    @media screen and (max-width: 1200px) {
      .page-contact .main_group .block {
        margin-bottom: 40px; } }
    .page-contact .main_group .block .left {
      float: left;
      width: 50%;
      overflow: hidden; }
      @media screen and (max-width: 1200px) {
        .page-contact .main_group .block .left {
          width: 100%;
          float: none; }
          .page-contact .main_group .block .left img {
            width: 100%; } }
    .page-contact .main_group .block .right {
      float: left;
      width: 50%;
      padding: 0 120px;
      position: relative; }
      @media screen and (max-width: 1600px) {
        .page-contact .main_group .block .right {
          padding: 0 40px; } }
      @media screen and (max-width: 1400px) {
        .page-contact .main_group .block .right {
          padding: 0 20px; } }
      @media screen and (max-width: 1200px) {
        .page-contact .main_group .block .right {
          width: 100%;
          float: none;
          margin: 40px 0;
          padding: 0 20px; } }
      .page-contact .main_group .block .right .text_group {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 1200px) {
          .page-contact .main_group .block .right .text_group {
            position: static;
            transform: none;
            padding-bottom: 40px; } }
        .page-contact .main_group .block .right .text_group .text {
          margin-bottom: 50px; }
          @media screen and (max-width: 1600px) {
            .page-contact .main_group .block .right .text_group .text {
              margin-bottom: 20px; } }
          @media screen and (max-width: 576px) {
            .page-contact .main_group .block .right .text_group .text:nth-child(1) span:nth-child(2) {
              display: block;
              margin-bottom: 5px; } }
          .page-contact .main_group .block .right .text_group .text:nth-child(1) span:nth-child(3) {
            margin-left: 50px; }
            @media screen and (max-width: 1400px) {
              .page-contact .main_group .block .right .text_group .text:nth-child(1) span:nth-child(3) {
                margin-left: 20px; } }
            @media screen and (max-width: 576px) {
              .page-contact .main_group .block .right .text_group .text:nth-child(1) span:nth-child(3) {
                display: block;
                margin: 0; } }
          .page-contact .main_group .block .right .text_group .text:nth-child(1) span:nth-child(4) {
            margin-left: 30px; }
            @media screen and (max-width: 1400px) {
              .page-contact .main_group .block .right .text_group .text:nth-child(1) span:nth-child(4) {
                margin-left: 20px; } }
            @media screen and (max-width: 768px) {
              .page-contact .main_group .block .right .text_group .text:nth-child(1) span:nth-child(4) {
                display: block;
                margin-left: 85px; } }
            @media screen and (max-width: 576px) {
              .page-contact .main_group .block .right .text_group .text:nth-child(1) span:nth-child(4) {
                margin: 0; } }
          .page-contact .main_group .block .right .text_group .text:nth-child(2) {
            font-size: 15px; }
            @media screen and (max-width: 576px) {
              .page-contact .main_group .block .right .text_group .text:nth-child(2) span:nth-child(2) {
                display: block;
                margin-bottom: 5px; } }
            .page-contact .main_group .block .right .text_group .text:nth-child(2) span:nth-child(3) {
              margin-left: 40px; }
              @media screen and (max-width: 576px) {
                .page-contact .main_group .block .right .text_group .text:nth-child(2) span:nth-child(3) {
                  display: block;
                  margin: 0; } }
          .page-contact .main_group .block .right .text_group .text h6 {
            color: black;
            font-size: 18px;
            margin-bottom: 20px;
            font-weight: bold; }
            @media screen and (max-width: 1600px) {
              .page-contact .main_group .block .right .text_group .text h6 {
                margin-bottom: 10px; } }
          .page-contact .main_group .block .right .text_group .text span {
            font-size: 15px;
            color: #666666; }
          .page-contact .main_group .block .right .text_group .text:last-child {
            margin-bottom: 0px; }
          .page-contact .main_group .block .right .text_group .text a {
            color: inherit;
            font-size: 15px;
            text-decoration: none;
            border-bottom: 1px solid #666666;
            transition: .1s; }
            .page-contact .main_group .block .right .text_group .text a:hover {
              color: #bb0611;
              border-bottom: 1px solid #bb0611; }
  .page-contact .main_group form {
    text-align: center;
    width: 96%;
    margin: auto;
    max-width: 660px;
    font-size: 15px; }
    .page-contact .main_group form .group {
      margin-bottom: 30px; }
      .page-contact .main_group form .group label {
        display: block;
        color: black;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px; }
      .page-contact .main_group form .group input, .page-contact .main_group form .group textarea {
        width: 100%;
        border: 1px solid #b5b5b5;
        padding: 0 25px; }
        @media screen and (max-width: 576px) {
          .page-contact .main_group form .group input, .page-contact .main_group form .group textarea {
            padding: 0 10px; } }
      .page-contact .main_group form .group input {
        height: 45px; }
      .page-contact .main_group form .group textarea {
        height: 190px; }
      .page-contact .main_group form .group.select_wrapper {
        position: relative;
        background-color: white; }
        .page-contact .main_group form .group.select_wrapper select {
          width: 100%;
          height: 45px;
          padding-left: 30px;
          color: #666666;
          appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none;
          background-color: white; }
        .page-contact .main_group form .group.select_wrapper::after {
          display: inline-block;
          width: 0;
          height: 0;
          margin-left: .255em;
          pointer-events: none;
          content: "";
          border-top: 1.2em solid #cccccc;
          border-right: .6em solid transparent;
          border-bottom: 0;
          border-left: .6em solid transparent;
          position: absolute;
          right: 20px;
          bottom: 11px; }
    .page-contact .main_group form .verification_code_group {
      border: 1px solid;
      position: relative; }
      .page-contact .main_group form .verification_code_group input {
        border: none; }
      .page-contact .main_group form .verification_code_group img {
        position: absolute;
        top: 0;
        right: 0; }
    .page-contact .main_group form .button_group {
      margin-bottom: 80px;
      margin-top: 40px; }
      .page-contact .main_group form .button_group button {
        width: 156px;
        height: 56px;
        font-weight: bold; }
        @media screen and (max-width: 576px) {
          .page-contact .main_group form .button_group button {
            width: 140px; } }
        .page-contact .main_group form .button_group button:nth-child(1) {
          border: 1px solid black;
          margin-right: 20px;
          transition: .3s; }
          .page-contact .main_group form .button_group button:nth-child(1):hover {
            background-color: #eeeded; }
        .page-contact .main_group form .button_group button:nth-child(2) {
          color: white;
          background-color: red;
          transition: .3s; }
          .page-contact .main_group form .button_group button:nth-child(2):hover {
            background-color: #be0202; }

.page-privacy .page-banner .pic {
  background-image: url("images/other/privacy_main.jpg"); }

.page-privacy .main_group {
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 100px;
  padding: 0 20px;
  margin-bottom: 80px; }
  @media screen and (max-width: 1200px) {
    .page-privacy .main_group {
      margin-top: 60px; } }
  @media screen and (max-width: 768px) {
    .page-privacy .main_group {
      margin-top: 40px;
      padding: 0;
      font-weight: normal; } }
  @media screen and (max-width: 576px) {
    .page-privacy .main_group {
      margin-top: 0px;
      margin-bottom: 60px !important; } }
  .page-privacy .main_group span {
    font-size: 15px;
    color: #666666; }
  .page-privacy .main_group ol {
    margin-left: -10px; }
    @media screen and (max-width: 768px) {
      .page-privacy .main_group ol {
        margin-left: -20px; } }
    .page-privacy .main_group ol > li {
      margin-top: 95px;
      font-size: 25px;
      color: black; }
      @media screen and (max-width: 1200px) {
        .page-privacy .main_group ol > li {
          margin-top: 60px;
          font-size: 22px; } }
      @media screen and (max-width: 768px) {
        .page-privacy .main_group ol > li {
          margin-top: 40px;
          font-size: 18px; } }
      .page-privacy .main_group ol > li P {
        font-size: 15px;
        margin-top: 45px;
        margin-left: -30px;
        color: #666666; }
        @media screen and (max-width: 1200px) {
          .page-privacy .main_group ol > li P {
            margin-top: 30px; } }
        @media screen and (max-width: 768px) {
          .page-privacy .main_group ol > li P {
            margin-top: 10px;
            margin-left: -20px; } }
      @media screen and (max-width: 768px) {
        .page-privacy .main_group ol > li ul {
          margin-left: -10px; } }
      .page-privacy .main_group ol > li ul li {
        color: #666666;
        font-size: 15px;
        list-style: none;
        position: relative; }
        .page-privacy .main_group ol > li ul li::before {
          content: '';
          display: block;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #666666;
          position: absolute;
          top: 13px;
          left: -15px; }

@media screen and (max-width: 768px) {
  .font-80 {
    font-size: 30px; } }

/*手機板 單層副選單 共用項目*/
.submenu-about, .submenu-news, .submenu-society {
  z-index: 99;
  border-bottom: 1px solid #ededed; }
  @media screen and (max-width: 1200px) {
    .submenu-about, .submenu-news, .submenu-society {
      width: 80%;
      height: 50px;
      margin: auto;
      margin-bottom: 40px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); } }
  @media screen and (max-width: 1200px) and (max-width: 576px) {
    .submenu-about, .submenu-news, .submenu-society {
      margin-bottom: 30px;
      width: 90%; } }
  @media screen and (max-width: 1200px) {
      .submenu-about > div, .submenu-news > div, .submenu-society > div {
        z-index: 99;
        width: 100%;
        border: none;
        line-height: initial;
        height: 50px; }
        .submenu-about > div span, .submenu-news > div span, .submenu-society > div span {
          border: 1px solid #bfbfbf;
          color: #bfbfbf;
          height: 50px;
          line-height: 50px;
          text-align: left;
          padding-left: 20px;
          margin: 0; }
        .submenu-about > div ul, .submenu-news > div ul, .submenu-society > div ul {
          width: 100%;
          margin-left: 0px; }
          .submenu-about > div ul li, .submenu-news > div ul li, .submenu-society > div ul li {
            background-color: #ababab;
            text-align: left;
            padding-left: 20px;
            opacity: 1; }
            .submenu-about > div ul li:nth-child(1), .submenu-news > div ul li:nth-child(1), .submenu-society > div ul li:nth-child(1) {
              padding-top: 5px; }
            .submenu-about > div ul li:last-child, .submenu-news > div ul li:last-child, .submenu-society > div ul li:last-child {
              padding-bottom: 5px; }
            .submenu-about > div ul li a, .submenu-news > div ul li a, .submenu-society > div ul li a {
              color: white;
              line-height: 20px;
              padding-top: 10px;
              padding-bottom: 10px;
              font-weight: normal;
              font-size: 16px; }
        .submenu-about > div::after, .submenu-news > div::after, .submenu-society > div::after {
          pointer-events: none;
          display: block;
          content: '';
          width: 10px;
          height: 10px;
          border-bottom: 2px solid black;
          border-right: 2px solid black;
          transform: rotate(45deg) translateY(-50%);
          -webkit-transform: rotate(45deg) translateY(-50%);
          -moz-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
          -o-transform: rotate(45deg) translateY(-50%);
          transition: all .4s ease-in-out;
          -webkit-transition: all .4s ease-in-out;
          -moz-transition: all .4s ease-in-out;
          -ms-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transform-origin: 50% 0;
          -webkit-transform-origin: 50% 0;
          -moz-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
          -o-transform-origin: 50% 0;
          position: absolute;
          right: 5.6%;
          top: 22px;
          margin: auto;
          cursor: pointer; }
        .submenu-about > div.active::after, .submenu-news > div.active::after, .submenu-society > div.active::after {
          transform: rotate(225deg) translateY(0%);
          -webkit-transform: rotate(225deg) translateY(0%);
          -moz-transform: rotate(225deg) translateY(0%);
          -ms-transform: rotate(225deg) translateY(0%);
          -o-transform: rotate(225deg) translateY(0%);
          transform-origin: center;
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center; } }

@media screen and (max-width: 1200px) {
  .submenu-about ~ .location_2, .submenu-news ~ .location_2, .submenu-society ~ .location_2 {
    display: table;
    margin: auto;
    color: black;
    font-size: 30px;
    width: 96%;
    position: relative;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 110px;
    line-height: 1.3em;
    text-transform: uppercase;
    text-align: center; } }

@media screen and (max-width: 768px) {
  .submenu-about ~ .location_2, .submenu-news ~ .location_2, .submenu-society ~ .location_2 {
    margin-top: 90px; } }

@media screen and (max-width: 576px) {
  .submenu-about ~ .location_2, .submenu-news ~ .location_2, .submenu-society ~ .location_2 {
    font-size: 22px; } }

/*手機板 雙層副選單 共用項目*/
.submenu-product-forphone,
.submenu-investor-forphone,
.submenu-hr-forphone {
  display: none; }

@media screen and (max-width: 1200px) {
  .page-product-peripheral-components .main_group .right_group .wrapper h3,
  .page-product-peripheral-components-core .main_group .right_group .wrapper h3,
  .page-product-integrated-componen .main_group .right_group .wrapper h3,
  .page-product-integrated-components .main_group .right_group .wrapper h3,
  .page-product-integrated-components-core .main_group .right_group .wrapper h3,
  .page-investor-directors .main_group .right_group .wrapper h3,
  .page-investor-audit-commttee .main_group .right_group .wrapper h3,
  .page-investor-remuneration-commttee .main_group .right_group .wrapper h3,
  .page-investor-audit-committee-resolution .main_group .right_group .wrapper h3,
  .page-investor-resolution .main_group .right_group .wrapper h3,
  .page-investor-communication-situation .main_group .right_group .wrapper h3,
  .page-investor-bylaw .main_group .right_group .wrapper h3,
  .page-investor-monthly-sales .main_group .right_group .wrapper h3,
  .page-investor-annual-report .main_group .right_group .wrapper h3,
  .page-investor-analyst-meeting .main_group .right_group .wrapper h3,
  .page-investor-stock-quote .main_group .right_group .wrapper h3,
  .page-investor-shareholders .main_group .right_group .wrapper h3,
  .page-investor-shareholders-meeting .main_group .right_group .wrapper h3,
  .page-investor-dividend-information .main_group .right_group .wrapper h3,
  .page-investor-material-information .main_group .right_group .wrapper h3,
  .page-investor-services .main_group .right_group .wrapper h3,
  .page-investor-integrity .main_group .right_group .wrapper h3,
  .page-investor-communication-channel .main_group .right_group .wrapper h3,
  .page-hr-recruit .main_group .right_group .wrapper h3,
  .page-hr-collage .main_group .right_group .wrapper h3,
  .page-hr-academy .main_group .right_group .wrapper h3,
  .page-hr-facilities .main_group .right_group .wrapper h3,
  .page-hr-activities .main_group .right_group .wrapper h3 {
    display: none; }
  .page-product-peripheral-components .main_group .right_group .wrapper ul,
  .page-product-peripheral-components-core .main_group .right_group .wrapper ul,
  .page-product-integrated-componen .main_group .right_group .wrapper ul,
  .page-product-integrated-components .main_group .right_group .wrapper ul,
  .page-product-integrated-components-core .main_group .right_group .wrapper ul,
  .page-investor-directors .main_group .right_group .wrapper ul,
  .page-investor-audit-commttee .main_group .right_group .wrapper ul,
  .page-investor-remuneration-commttee .main_group .right_group .wrapper ul,
  .page-investor-audit-committee-resolution .main_group .right_group .wrapper ul,
  .page-investor-resolution .main_group .right_group .wrapper ul,
  .page-investor-communication-situation .main_group .right_group .wrapper ul,
  .page-investor-bylaw .main_group .right_group .wrapper ul,
  .page-investor-monthly-sales .main_group .right_group .wrapper ul,
  .page-investor-annual-report .main_group .right_group .wrapper ul,
  .page-investor-analyst-meeting .main_group .right_group .wrapper ul,
  .page-investor-stock-quote .main_group .right_group .wrapper ul,
  .page-investor-shareholders .main_group .right_group .wrapper ul,
  .page-investor-shareholders-meeting .main_group .right_group .wrapper ul,
  .page-investor-dividend-information .main_group .right_group .wrapper ul,
  .page-investor-material-information .main_group .right_group .wrapper ul,
  .page-investor-services .main_group .right_group .wrapper ul,
  .page-investor-integrity .main_group .right_group .wrapper ul,
  .page-investor-communication-channel .main_group .right_group .wrapper ul,
  .page-hr-recruit .main_group .right_group .wrapper ul,
  .page-hr-collage .main_group .right_group .wrapper ul,
  .page-hr-academy .main_group .right_group .wrapper ul,
  .page-hr-facilities .main_group .right_group .wrapper ul,
  .page-hr-activities .main_group .right_group .wrapper ul {
    display: none; }
  .page-product-peripheral-components .main_group .right_group .wrapper .button_group,
  .page-product-peripheral-components-core .main_group .right_group .wrapper .button_group,
  .page-product-integrated-componen .main_group .right_group .wrapper .button_group,
  .page-product-integrated-components .main_group .right_group .wrapper .button_group,
  .page-product-integrated-components-core .main_group .right_group .wrapper .button_group,
  .page-investor-directors .main_group .right_group .wrapper .button_group,
  .page-investor-audit-commttee .main_group .right_group .wrapper .button_group,
  .page-investor-remuneration-commttee .main_group .right_group .wrapper .button_group,
  .page-investor-audit-committee-resolution .main_group .right_group .wrapper .button_group,
  .page-investor-resolution .main_group .right_group .wrapper .button_group,
  .page-investor-communication-situation .main_group .right_group .wrapper .button_group,
  .page-investor-bylaw .main_group .right_group .wrapper .button_group,
  .page-investor-monthly-sales .main_group .right_group .wrapper .button_group,
  .page-investor-annual-report .main_group .right_group .wrapper .button_group,
  .page-investor-analyst-meeting .main_group .right_group .wrapper .button_group,
  .page-investor-stock-quote .main_group .right_group .wrapper .button_group,
  .page-investor-shareholders .main_group .right_group .wrapper .button_group,
  .page-investor-shareholders-meeting .main_group .right_group .wrapper .button_group,
  .page-investor-dividend-information .main_group .right_group .wrapper .button_group,
  .page-investor-material-information .main_group .right_group .wrapper .button_group,
  .page-investor-services .main_group .right_group .wrapper .button_group,
  .page-investor-integrity .main_group .right_group .wrapper .button_group,
  .page-investor-communication-channel .main_group .right_group .wrapper .button_group,
  .page-hr-recruit .main_group .right_group .wrapper .button_group,
  .page-hr-collage .main_group .right_group .wrapper .button_group,
  .page-hr-academy .main_group .right_group .wrapper .button_group,
  .page-hr-facilities .main_group .right_group .wrapper .button_group,
  .page-hr-activities .main_group .right_group .wrapper .button_group {
    margin-top: 0px;
    margin: auto;
    display: table; }
  .page-product-peripheral-components .main_group .left_group .top_group,
  .page-product-peripheral-components-core .main_group .left_group .top_group,
  .page-product-integrated-componen .main_group .left_group .top_group,
  .page-product-integrated-components .main_group .left_group .top_group,
  .page-product-integrated-components-core .main_group .left_group .top_group,
  .page-investor-directors .main_group .left_group .top_group,
  .page-investor-audit-commttee .main_group .left_group .top_group,
  .page-investor-remuneration-commttee .main_group .left_group .top_group,
  .page-investor-audit-committee-resolution .main_group .left_group .top_group,
  .page-investor-resolution .main_group .left_group .top_group,
  .page-investor-communication-situation .main_group .left_group .top_group,
  .page-investor-bylaw .main_group .left_group .top_group,
  .page-investor-monthly-sales .main_group .left_group .top_group,
  .page-investor-annual-report .main_group .left_group .top_group,
  .page-investor-analyst-meeting .main_group .left_group .top_group,
  .page-investor-stock-quote .main_group .left_group .top_group,
  .page-investor-shareholders .main_group .left_group .top_group,
  .page-investor-shareholders-meeting .main_group .left_group .top_group,
  .page-investor-dividend-information .main_group .left_group .top_group,
  .page-investor-material-information .main_group .left_group .top_group,
  .page-investor-services .main_group .left_group .top_group,
  .page-investor-integrity .main_group .left_group .top_group,
  .page-investor-communication-channel .main_group .left_group .top_group,
  .page-hr-recruit .main_group .left_group .top_group,
  .page-hr-collage .main_group .left_group .top_group,
  .page-hr-academy .main_group .left_group .top_group,
  .page-hr-facilities .main_group .left_group .top_group,
  .page-hr-activities .main_group .left_group .top_group {
    padding-bottom: 10px; }
    .page-product-peripheral-components .main_group .left_group .top_group .title h5,
    .page-product-peripheral-components-core .main_group .left_group .top_group .title h5,
    .page-product-integrated-componen .main_group .left_group .top_group .title h5,
    .page-product-integrated-components .main_group .left_group .top_group .title h5,
    .page-product-integrated-components-core .main_group .left_group .top_group .title h5,
    .page-investor-directors .main_group .left_group .top_group .title h5,
    .page-investor-audit-commttee .main_group .left_group .top_group .title h5,
    .page-investor-remuneration-commttee .main_group .left_group .top_group .title h5,
    .page-investor-audit-committee-resolution .main_group .left_group .top_group .title h5,
    .page-investor-resolution .main_group .left_group .top_group .title h5,
    .page-investor-communication-situation .main_group .left_group .top_group .title h5,
    .page-investor-bylaw .main_group .left_group .top_group .title h5,
    .page-investor-monthly-sales .main_group .left_group .top_group .title h5,
    .page-investor-annual-report .main_group .left_group .top_group .title h5,
    .page-investor-analyst-meeting .main_group .left_group .top_group .title h5,
    .page-investor-stock-quote .main_group .left_group .top_group .title h5,
    .page-investor-shareholders .main_group .left_group .top_group .title h5,
    .page-investor-shareholders-meeting .main_group .left_group .top_group .title h5,
    .page-investor-dividend-information .main_group .left_group .top_group .title h5,
    .page-investor-material-information .main_group .left_group .top_group .title h5,
    .page-investor-services .main_group .left_group .top_group .title h5,
    .page-investor-integrity .main_group .left_group .top_group .title h5,
    .page-investor-communication-channel .main_group .left_group .top_group .title h5,
    .page-hr-recruit .main_group .left_group .top_group .title h5,
    .page-hr-collage .main_group .left_group .top_group .title h5,
    .page-hr-academy .main_group .left_group .top_group .title h5,
    .page-hr-facilities .main_group .left_group .top_group .title h5,
    .page-hr-activities .main_group .left_group .top_group .title h5 {
      margin-bottom: 10px;
      margin-top: 12px; } }
    @media screen and (max-width: 1200px) and (max-width: 576px) {
      .page-product-peripheral-components .main_group .left_group .top_group .title h5,
      .page-product-peripheral-components-core .main_group .left_group .top_group .title h5,
      .page-product-integrated-componen .main_group .left_group .top_group .title h5,
      .page-product-integrated-components .main_group .left_group .top_group .title h5,
      .page-product-integrated-components-core .main_group .left_group .top_group .title h5,
      .page-investor-directors .main_group .left_group .top_group .title h5,
      .page-investor-audit-commttee .main_group .left_group .top_group .title h5,
      .page-investor-remuneration-commttee .main_group .left_group .top_group .title h5,
      .page-investor-audit-committee-resolution .main_group .left_group .top_group .title h5,
      .page-investor-resolution .main_group .left_group .top_group .title h5,
      .page-investor-communication-situation .main_group .left_group .top_group .title h5,
      .page-investor-bylaw .main_group .left_group .top_group .title h5,
      .page-investor-monthly-sales .main_group .left_group .top_group .title h5,
      .page-investor-annual-report .main_group .left_group .top_group .title h5,
      .page-investor-analyst-meeting .main_group .left_group .top_group .title h5,
      .page-investor-stock-quote .main_group .left_group .top_group .title h5,
      .page-investor-shareholders .main_group .left_group .top_group .title h5,
      .page-investor-shareholders-meeting .main_group .left_group .top_group .title h5,
      .page-investor-dividend-information .main_group .left_group .top_group .title h5,
      .page-investor-material-information .main_group .left_group .top_group .title h5,
      .page-investor-services .main_group .left_group .top_group .title h5,
      .page-investor-integrity .main_group .left_group .top_group .title h5,
      .page-investor-communication-channel .main_group .left_group .top_group .title h5,
      .page-hr-recruit .main_group .left_group .top_group .title h5,
      .page-hr-collage .main_group .left_group .top_group .title h5,
      .page-hr-academy .main_group .left_group .top_group .title h5,
      .page-hr-facilities .main_group .left_group .top_group .title h5,
      .page-hr-activities .main_group .left_group .top_group .title h5 {
        padding-bottom: 10px; } }

@media screen and (max-width: 1200px) {
  .page-product-peripheral-components .main_group .left_group h4,
  .page-product-peripheral-components-core .main_group .left_group h4,
  .page-product-integrated-componen .main_group .left_group h4,
  .page-product-integrated-components .main_group .left_group h4,
  .page-product-integrated-components-core .main_group .left_group h4,
  .page-investor-directors .main_group .left_group h4,
  .page-investor-audit-commttee .main_group .left_group h4,
  .page-investor-remuneration-commttee .main_group .left_group h4,
  .page-investor-audit-committee-resolution .main_group .left_group h4,
  .page-investor-resolution .main_group .left_group h4,
  .page-investor-communication-situation .main_group .left_group h4,
  .page-investor-bylaw .main_group .left_group h4,
  .page-investor-monthly-sales .main_group .left_group h4,
  .page-investor-annual-report .main_group .left_group h4,
  .page-investor-analyst-meeting .main_group .left_group h4,
  .page-investor-stock-quote .main_group .left_group h4,
  .page-investor-shareholders .main_group .left_group h4,
  .page-investor-shareholders-meeting .main_group .left_group h4,
  .page-investor-dividend-information .main_group .left_group h4,
  .page-investor-material-information .main_group .left_group h4,
  .page-investor-services .main_group .left_group h4,
  .page-investor-integrity .main_group .left_group h4,
  .page-investor-communication-channel .main_group .left_group h4,
  .page-hr-recruit .main_group .left_group h4,
  .page-hr-collage .main_group .left_group h4,
  .page-hr-academy .main_group .left_group h4,
  .page-hr-facilities .main_group .left_group h4,
  .page-hr-activities .main_group .left_group h4 {
    display: none; }
  .submenu-product,
  .submenu-investor,
  .submenu-hr {
    display: none; }
  .submenu-product-forphone,
  .submenu-investor-forphone,
  .submenu-hr-forphone {
    display: block;
    width: 80%;
    height: 50px;
    margin: auto;
    margin-bottom: 20px;
    position: absolute;
    left: 50%;
    z-index: 6;
    transform: translateX(-50%); } }
  @media screen and (max-width: 1200px) and (max-width: 576px) {
    .submenu-product-forphone,
    .submenu-investor-forphone,
    .submenu-hr-forphone {
      width: 90%; } }

@media screen and (max-width: 1200px) {
    .submenu-product-forphone > div,
    .submenu-investor-forphone > div,
    .submenu-hr-forphone > div {
      width: 100%;
      border: none;
      line-height: initial;
      height: 50px;
      position: relative; }
      .submenu-product-forphone > div > span,
      .submenu-investor-forphone > div > span,
      .submenu-hr-forphone > div > span {
        border: 1px solid #bfbfbf;
        color: #bfbfbf;
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: left;
        padding-left: 20px;
        font-size: 18px;
        margin: 0;
        font-weight: bold; }
      .submenu-product-forphone > div > ul,
      .submenu-investor-forphone > div > ul,
      .submenu-hr-forphone > div > ul {
        position: absolute;
        width: 100%;
        margin-left: 0px;
        list-style: none;
        padding: 0;
        display: none; }
        .submenu-product-forphone > div > ul > li,
        .submenu-investor-forphone > div > ul > li,
        .submenu-hr-forphone > div > ul > li {
          background-color: #ababab;
          text-align: left;
          padding-left: 20px;
          opacity: 1;
          z-index: 9;
          padding-top: 10px;
          padding-bottom: 10px; }
          .submenu-product-forphone > div > ul > li:nth-child(1),
          .submenu-investor-forphone > div > ul > li:nth-child(1),
          .submenu-hr-forphone > div > ul > li:nth-child(1) {
            padding-top: 15px; }
          .submenu-product-forphone > div > ul > li:last-child,
          .submenu-investor-forphone > div > ul > li:last-child,
          .submenu-hr-forphone > div > ul > li:last-child {
            padding-bottom: 15px; }
          .submenu-product-forphone > div > ul > li > span,
          .submenu-investor-forphone > div > ul > li > span,
          .submenu-hr-forphone > div > ul > li > span {
            color: white;
            font-weight: normal;
            font-size: 16px;
            cursor: pointer;
            display: block;
            width: 100%;
            text-transform: uppercase; }
            .submenu-product-forphone > div > ul > li > span > a,
            .submenu-investor-forphone > div > ul > li > span > a,
            .submenu-hr-forphone > div > ul > li > span > a {
              display: block;
              color: white;
              text-decoration: none; }
            .submenu-product-forphone > div > ul > li > span ~ ul,
            .submenu-investor-forphone > div > ul > li > span ~ ul,
            .submenu-hr-forphone > div > ul > li > span ~ ul {
              margin-top: 7px;
              display: none;
              list-style: none;
              padding: 0;
              margin-bottom: -10px; }
              .submenu-product-forphone > div > ul > li > span ~ ul > li,
              .submenu-investor-forphone > div > ul > li > span ~ ul > li,
              .submenu-hr-forphone > div > ul > li > span ~ ul > li {
                padding-top: 10px;
                padding-bottom: 10px; }
                .submenu-product-forphone > div > ul > li > span ~ ul > li a,
                .submenu-investor-forphone > div > ul > li > span ~ ul > li a,
                .submenu-hr-forphone > div > ul > li > span ~ ul > li a {
                  color: white;
                  text-decoration: none;
                  text-transform: uppercase;
                  display: block;
                  width: 93%;
                  margin-left: 20px; }
      .submenu-product-forphone > div::after,
      .submenu-investor-forphone > div::after,
      .submenu-hr-forphone > div::after {
        pointer-events: none;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        border-bottom: 2px solid black;
        border-right: 2px solid black;
        transform: rotate(45deg) translateY(-50%);
        -webkit-transform: rotate(45deg) translateY(-50%);
        -moz-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        -o-transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        position: absolute;
        right: 5.6%;
        top: 22px;
        margin: auto;
        cursor: pointer; }
      .submenu-product-forphone > div.active::after,
      .submenu-investor-forphone > div.active::after,
      .submenu-hr-forphone > div.active::after {
        transform: rotate(225deg) translateY(0%);
        -webkit-transform: rotate(225deg) translateY(0%);
        -moz-transform: rotate(225deg) translateY(0%);
        -ms-transform: rotate(225deg) translateY(0%);
        -o-transform: rotate(225deg) translateY(0%);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center; }
  .submenu-product-forphone ~ .location_1,
  .submenu-investor-forphone ~ .location_1,
  .submenu-hr-forphone ~ .location_1 {
    display: table;
    margin: auto;
    color: #cccccc;
    font-size: 15px;
    margin-top: 110px;
    text-transform: uppercase;
    position: relative;
    height: 30px; } }
  @media screen and (max-width: 1200px) and (max-width: 768px) {
    .submenu-product-forphone ~ .location_1,
    .submenu-investor-forphone ~ .location_1,
    .submenu-hr-forphone ~ .location_1 {
      margin-top: 90px; } }

@media screen and (max-width: 1200px) {
    .submenu-product-forphone ~ .location_1::after,
    .submenu-investor-forphone ~ .location_1::after,
    .submenu-hr-forphone ~ .location_1::after {
      content: '';
      display: block;
      width: 16px;
      height: 1px;
      background-color: #cccccc;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
  .location_1 ~ .location_2 {
    display: table;
    margin: auto;
    color: black;
    font-size: 30px;
    position: relative;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 1.3em;
    width: 90%;
    text-align: center; } }
  @media screen and (max-width: 1200px) and (max-width: 576px) {
    .location_1 ~ .location_2 {
      font-size: 22px;
      max-width: 90%;
      text-align: center; } }

.dropdown {
  z-index: 5; }

.cke_editable .wow {
  visibility: visible; }

.cke_editable .table {
  display: table; }
  .cke_editable .table .thead {
    display: table-row; }
    .cke_editable .table .thead .th {
      display: table-cell;
      background-color: #d46168; }
  .cke_editable .table .tbody {
    display: table-row-group; }
    .cke_editable .table .tbody .tr {
      display: table-row; }
      .cke_editable .table .tbody .tr:nth-child(odd) {
        background-color: #f2f2f2; }
      .cke_editable .table .tbody .tr:nth-child(even) {
        background-color: #ebebeb; }
      .cke_editable .table .tbody .tr .td {
        display: table-cell;
        position: relative;
        color: black;
        padding-right: 15px; }
        .cke_editable .table .tbody .tr .td ul {
          padding-top: 17px;
          padding-bottom: 17px;
          list-style: none;
          margin-bottom: 0;
          margin-left: 15px; }
          .cke_editable .table .tbody .tr .td ul li {
            line-height: 2em;
            position: relative; }
            .cke_editable .table .tbody .tr .td ul li::before {
              content: '';
              display: block;
              width: 7px;
              height: 7px;
              border-radius: 50%;
              position: absolute;
              top: 12px;
              left: -15px;
              background-color: black; }
        .cke_editable .table .tbody .tr .td ol {
          padding-top: 20px;
          padding-bottom: 20px;
          margin-bottom: 0;
          margin-left: 15px; }
          .cke_editable .table .tbody .tr .td ol li {
            line-height: 2.2em;
            position: relative; }

.category_group_type_2 .td a,
.page-product .td a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 37px;
  height: 29px;
  border-radius: 50%; }
  .category_group_type_2 .td a i,
  .page-product .td a i {
    font-size: 16px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background-color: #e2e2e2;
    display: block;
    position: relative;
    transition: .1s; }
    .category_group_type_2 .td a i:hover,
    .page-product .td a i:hover {
      background-color: red; }
    .category_group_type_2 .td a i::before,
    .page-product .td a i::before {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.table {
  display: table; }

.thead {
  display: table-header-group; }

.tbody {
  display: table-row-group; }

.tr {
  display: table-row; }

.th, .td {
  display: table-cell; }

.controlled_material .table {
  display: block; }
  .controlled_material .table .thead {
    display: block; }
    .controlled_material .table .thead .tr {
      display: block; }
      .controlled_material .table .thead .tr .th {
        display: block;
        float: left; }
  .controlled_material .table .tbody {
    display: block; }
    .controlled_material .table .tbody .tr {
      display: block; }
      .controlled_material .table .tbody .tr .td {
        display: block; }
.page-investor-analyst-meeting .main_group .left_group .table .tbody .tr .td{
    min-height:60px;
}



.page-investor-audit-committee-resolution .main_group .left_group .table .tbody .tr .td ol li{
  text-align: left;
}


.page-index .home-banner .slick-dots{
  position: absolute;
  bottom:2%;
  left:50%;
  transform: translateX(-50%);
}


.page-index .home-banner  .slick-dots li{
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
.page-index .home-banner .slick-dots li button{
    border:1px solid white;
    width: 8px;
    height: 8px;
    background: white;
}
.page-index .home-banner .slick-dots li.slick-active button{
  background:initial;
  border:1px solid #EB582D;
}

.crsdpdf {
    width: 31px;
    height: 31px;
    background-color: #be505f;
    color: white;
    line-height: 31px;
    text-align: center;
    margin: 15px auto;
    font-size: 12px;
}
