@charset "UTF-8";
/*--> Default File ----------------------------------------------------------------------------*/
/* Theme Project: feg website
	Designed by : drive-feg
	Front-End by : Evy
	Author: 百崴數位科技股份有限公司 PAVI Digital Tech. Co., Ltd.
	Author Web: www.pavi.com.tw */
/*--> a Link / 字色, 移入字色----------------------------------------------------------------------------*/
/*--> btn / 背景色, 字色, 框色, 移入背景色, 移入字色, 移入框色, 圓角 ------------------*/
/*--> line-clamp / 限制行數, 最大高度, 固定高度----------------------------------------------------------------------------*/
/*--> Fake object / 字色, 移入字色----------------------------------------------------------------------------*/
/*--> newAnimate / 動畫名稱、過程(秒)、次數、反轉、延遲、結束狀態 ------------------*/
/*--> scrollMove ----------------------------------------------------------------------------*/
@-webkit-keyframes scrollMove {
  0% {
    bottom: 70px;
    opacity: 1; }
  100% {
    bottom: 40px;
    opacity: 0; } }

@-moz-keyframes scrollMove {
  0% {
    bottom: 70px;
    opacity: 1; }
  100% {
    bottom: 40px;
    opacity: 0; } }

@keyframes scrollMove {
  0% {
    bottom: 70px;
    opacity: 1; }
  100% {
    bottom: 40px;
    opacity: 0; } }

/*--> downToUp ----------------------------------------------------------------------------*/
@-webkit-keyframes downToUp {
  0% {
    top: 200px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@-moz-keyframes downToUp {
  0% {
    top: 200px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes downToUp {
  0% {
    top: 200px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

/*--> marginToUp ----------------------------------------------------------------------------*/
@-webkit-keyframes marginToUp {
  0% {
    margin-top: 200px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@-moz-keyframes marginToUp {
  0% {
    margin-top: 200px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@keyframes marginToUp {
  0% {
    margin-top: 200px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

/*--> fadeIn ----------------------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
a:visited, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  list-style: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

figure {
  line-height: 0; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  vertical-align: middle; }

input:focus, button:focus {
  outline: none; }

/*--> Shared File ----------------------------------------------------------------------------*/
/*--> Global ----------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  overflow: visible;
  display: block;
  position: relative;
  padding: 0; }

body {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: 'roboto', 'SF Pro SC', 'PingFang SC', 'Noto Sans SC', source-han-sans-simplified-c, 'Microsoft YaHei', 'SF Pro TC', 'PingFang TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #171717;
  line-height: 1.6em;
  letter-spacing: 1px;
  padding: 0;
  overflow-x: hidden;
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.popupOpen {
    overflow: hidden; }

input, textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button {
  background: #eaeaea;
  color: #171717;
  border: 1px solid #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 15px;
  outline: none; }
  button:visited, button:active, button:focus {
    color: #171717;
    text-decoration: none; }
  button:hover {
    background: #333;
    color: #fff;
    background: #0A1F62;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #fff; }
  button [class^="icon-"] {
    position: relative;
    top: 1px;
    margin-right: 5px; }

figure {
  line-height: 0; }


a,
a:visited {
  outline: none;
  /* for Firefox Google Chrome  */
  color: #171717;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #0A1F62;
    text-decoration: none; }

.hidden {
  display: none; }

.error {
  color: #E6E6E6;
  font-weight: normal; }

.note {
  color: #0A1F62;
  font-weight: normal; }

p {
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 20px; }

.center {
  text-align: center; }

.scrollTopHome, .scrollTopInside {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
  opacity: 0; }

.hr {
  border-bottom: 1px solid #999;
  margin: 40px 0; }

/*--> To Top ----------------------------------------------------------------------------*/
#topcontrol {
  z-index: 20;
  margin-right: 0;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  overflow: hidden; }
  #topcontrol a {
    text-align: center;
    display: block;
    opacity: 0.7;
    color: #fff;
    background: #0A1F62;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 20px; }
    #topcontrol a:before {
      display: inline-block;
      margin: 0 auto;
      line-height: 37px;
      font-size: 20px;
      font-family: "feg";
      content: "d"; }
    #topcontrol a:visited {
      color: #19319A; }
    #topcontrol a:hover {
      opacity: 1; }

.hash {
  position: absolute;
  z-index: 99;
  top: -118px;
  left: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0); }

/*--> Loading ----------------------------------------------------------------------------*/
.loading {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  text-align: center; }
  .loading div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -65px; }

/*--> Youtube Video ----------------------------------------------------------------------------*/
.video-container {
  position: relative;
  z-index: 2;
  padding-bottom: 52%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    width: 100%;
    min-height: 50px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*--> Header ----------------------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 75px;
  border-bottom: 1px solid #aaa;
  background: #fff; }

.topArea {
  text-align: right;
  padding: 0; }

.logo {
  position: absolute;
  left: 30px;
  z-index: 999;
  top: 18px;
  width: 165px;
  -webkit-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out; }
  .logo a {
    display: block;
    line-height: 0; }
  .logo img {
    position: relative;
    z-index: 1;
    width: 100%; }

/*--> Menu ----------------------------------------------------------------------------*/
a.icon-menu {
  display: inline-block;
  vertical-align: top;
  z-index: 91;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-top: 7px; }
  a.icon-menu:before {
    position: relative;
    font-size: 20px;
    line-height: 60px;
    color: #0A1F62; }

.sideMenuGroup.menuOpen a.icon-close {
  display: block; }

.sideMenuGroup.menuOpen .menuAll {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05); }
  .sideMenuGroup.menuOpen .menuAll ul {
    display: inline-block;
    vertical-align: top; }

.sideMenuGroup.menuOpen::before {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  content: '.';
  color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.5); }

.sideMenuGroup a.icon-close {
  position: absolute;
  z-index: 99;
  top: 7px;
  right: 0;
  color: #09003E;
  background: #fff;
  width: 60px;
  height: 59px;
  text-align: center;
  opacity: 1;
  display: none; }
  .sideMenuGroup a.icon-close:visited {
    color: #09003E;
    opacity: 1; }
  .sideMenuGroup a.icon-close:hover {
    color: #09003E;
    opacity: 1; }
  .sideMenuGroup a.icon-close:before {
    position: relative;
    top: 2px;
    display: inline-block;
    line-height: 59px;
    font-size: 24px; }

.menu {
  display: inline-block;
  vertical-align: top;
  text-align: right; }
  .menu .icon-plus {
    display: none; }
    .menu .icon-plus:before {
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .menu > ul {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding-right: 10px;
    border-right: 1px solid #ECEEF5; }
    .menu > ul > li {
      position: relative;
      float: left; }
      .menu > ul > li:nth-child(1) .linkBox:after, .menu > ul > li:nth-child(4) .linkBox:after {
        display: none; }
      .menu > ul > li:nth-child(2) .linkBox:after {
        margin-left: 300px; }
      .menu > ul > li:nth-child(3) .linkBox:after {
        margin-left: 155px; }
      .menu > ul > li.hover > a {
        display: block;
        color: #F50002; }
        .menu > ul > li.hover > a:before {
          display: block;
          content: '.';
          color: rgba(0, 0, 0, 0);
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          border-bottom: 5px solid #F50002; }
      .menu > ul > li.hover section {
        opacity: 1;
        pointer-events: initial; }
      .menu > ul > li > a {
        color: #0A1F62;
        padding: 0 40px;
        line-height: 75px;
        letter-spacing: 0;
        position: relative;
        font-weight: 500; }
        .menu > ul > li > a:visited {
          color: #0A1F62; }
        .menu > ul > li > a:hover {
          color: #F50002; }
        .menu > ul > li > a:hover {
          opacity: 1; }

.menuFull {
  text-align: center;
  padding: 0 25px;
  font-size: 18px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .menuFull a {
    color: #465780;
    display: inline-block;
    line-height: 1.2em;
    font-weight: 500; }
    .menuFull a:visited {
      color: #465780; }
    .menuFull a:hover {
      color: #0A1F62; }
  .menuFull ul {
    display: inline-block;
    vertical-align: top;
    padding: 40px 30px 0 0; }
    .menuFull ul li {
      margin-bottom: 20px;
      text-align: left; }
      .menuFull ul li.show .focusBox {
        opacity: 1; }
      .menuFull ul li a.subLink {
        position: absolute;
        top: -20px; }
  .menuFull .linkBox {
    position: absolute;
    margin-left: -5px;
    width: 600px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    z-index: 70;
    top: 75px;
    text-align: left; }
    .menuFull .linkBox .linkGroup {
      position: relative;
      z-index: 3; }
    .menuFull .linkBox:before {
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      position: absolute;
      top: 0px;
      z-index: 1;
      width: 10000px;
      height: 520px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #f8f8f8;
      -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05); }
    .menuFull .linkBox:after {
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 5;
      height: 520px;
      border-left: 1px solid #D5D8DF; }
    .menuFull .linkBox a {
      padding: 5px 20px; }
      .menuFull .linkBox a:hover {
        background: #fff; }
      .menuFull .linkBox a[class^='icon-'] {
        color: #666;
        padding: 0;
        font-size: 40px; }
        .menuFull .linkBox a[class^='icon-']:visited {
          color: #666; }
        .menuFull .linkBox a[class^='icon-']:hover {
          color: #171717; }
        .menuFull .linkBox a[class^='icon-']:hover {
          background: none; }
  .menuFull .otherBox {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px; }
  .menuFull .socialBox {
    display: inline-block;
    vertical-align: top; }
    .menuFull .socialBox .socialLink {
      padding: 40px 0 0 0px; }
  .menuFull .focusBox {
    position: absolute;
    z-index: 3;
    top: 0px;
    width: 420px;
    background: #f8f8f8;
    right: 100%;
    height: 520px;
    margin-right: 60px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .menuFull .focusBox figure a {
      display: block; }
    .menuFull .focusBox figure img {
      width: 100%; }
    .menuFull .focusBox.magazine {
      width: 740px; }
      .menuFull .focusBox.magazine figure {
        width: 280px;
        display: inline-block;
        vertical-align: top;
        margin-right: 40px; }
        .menuFull .focusBox.magazine figure img {
          width: 100%; }
      .menuFull .focusBox.magazine .focusMain p {
        height: auto;
        max-height: 288px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical; }
      .menuFull .focusBox.magazine .magazineText {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 330px); }
    .menuFull .focusBox .focusMain {
      position: relative;
      z-index: 5;
      margin: 40px 0px 40px 0; }
      .menuFull .focusBox .focusMain p {
        height: auto;
        max-height: 108px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 20px;
        color: #465780;
        line-height: 1.8em; }
      .menuFull .focusBox .focusMain h5 {
        line-height: 1.4em;
        margin-bottom: 15px;
        font-size: 36px;
        font-weight: 500;
        color: #0A1F62; }

.menuAll {
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  overflow: hidden;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 75px;
  width: 100%;
  background: #f8f8f8; }
  .menuAll a {
    color: #465780;
    display: inline-block;
    line-height: 1.2em;
    font-weight: 500; }
    .menuAll a:visited {
      color: #465780; }
    .menuAll a:hover {
      color: #0A1F62; }
  .menuAll > ul {
    padding: 80px 0px 0 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 auto;
    display: none; }
    .menuAll > ul > li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin: 0 25px 20px 25px; }
      .menuAll > ul > li:first-child:before {
        display: none; }
      .menuAll > ul > li:before {
        position: absolute;
        left: 0;
        margin-left: -30px;
        top: -1000px;
        z-index: 1;
        display: block;
        height: 10000px;
        content: '.';
        color: rgba(0, 0, 0, 0);
        border-left: 1px solid #D5D8DF; }
      .menuAll > ul > li a.subLink {
        color: #999;
        position: absolute;
        left: 18px;
        top: -45px;
        font-size: 14px;
        letter-spacing: 3px; }
        .menuAll > ul > li a.subLink:visited {
          color: #999; }
        .menuAll > ul > li a.subLink:hover {
          color: #0A1F62; }
      .menuAll > ul > li .icon-plus {
        display: none; }

dl.subList {
  display: inline-block;
  vertical-align: top; }
  dl.subList dd {
    margin-bottom: 20px; }
    dl.subList dd a {
      padding: 5px 20px; }
      dl.subList dd a:hover {
        background: #fff; }

.langArea {
  position: fixed;
  right: 110px;
  top: 0;
  display: block; }

ul.langList {
  display: inline-block;
  vertical-align: top;
  margin: 0 35px;
  font-size: 16px; }
  ul.langList li {
    display: inline-block;
    vertical-align: top; }
    ul.langList li:first-child:before {
      display: none; }
    ul.langList li:before {
      display: inline-block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      vertical-align: middle;
      margin: 0;
      height: 16px;
      border-left: 1px solid #0E1F53; }
    ul.langList li a {
      color: #0A1F62;
      line-height: 75px; }
      ul.langList li a:visited {
        color: #0A1F62; }
      ul.langList li a:hover {
        color: #F50002; }

.search {
  display: inline-block;
  vertical-align: center;
  margin: 23px 15px 0 0;
  padding-left: 155px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .search button {
    color: #fff;
    border: none;
    background: none;
    padding: 0; }
    .search button:hover .icon-search:before {
      color: #F50002; }
    .search button .icon-search:before {
      font-size: 26px;
      color: #0A1F62; }

/*--> Search Area ----------------------------------------------------------------------------*/
.searchAreaPopup {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none; }

.searchBox {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }
  .searchBox .searchGroup {
    position: absolute;
    padding: 20px 30px 20px 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    max-height: 100%;
    text-align: center; }
    .searchBox .searchGroup p {
      position: absolute;
      z-index: 1;
      top: 60px;
      width: 100%;
      text-align: center; }
  .searchBox input[type="text"] {
    width: calc(100% - 180px);
    position: relative;
    z-index: 5;
    border: none;
    padding: 11px 35px;
    font-size: 28px;
    text-align: center;
    margin-right: 10px;
    background: none;
    border-bottom: 1px solid #0A1F62; }
    .searchBox input[type="text"] + input[type="submit"] {
      margin-top: 40px; }
  .searchBox input[type="submit"] {
    background: #0A1F62;
    color: #fff;
    border: 1px solid #0A1F62;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 18px 35px;
    text-transform: uppercase;
    font-family: 'SF Pro SC', 'PingFang SC', 'Noto Sans SC', source-han-sans-simplified-c, 'Microsoft YaHei', 'SF Pro TC', 'PingFang TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', Helvetica Neue,Helvetica,Arial,sans-serif; }
    .searchBox input[type="submit"]:visited, .searchBox input[type="submit"]:active, .searchBox input[type="submit"]:focus {
      color: #fff;
      text-decoration: none; }
    .searchBox input[type="submit"]:hover {
      background: #333;
      color: #fff;
      background: #171717;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #171717; }
  .searchBox a.icon-close {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 30px; }

/*--> Footer ----------------------------------------------------------------------------*/
.footer {
  position: relative;
  text-align: left;
  vertical-align: top;
  padding: 0 0 30px 0; }

.footerLogo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px; }
  .footerLogo a {
    display: block; }
  .footerLogo img {
    width: 100%; }

.footerLink {
  background: #0A1F62; }
  .footerLink a {
    color: #fff;
    opacity: 0.7; }
    .footerLink a:visited {
      color: #fff; }
    .footerLink a:hover {
      color: #fff; }
    .footerLink a:hover {
      opacity: 1; }
  .footerLink + .areaContent {
    margin-top: 65px;
    text-align: right;
    color: #999;
    font-size: 12px; }

ul.footerList {
  text-align: center;
  font-size: 14px;
  line-height: 63px; }
  ul.footerList li {
    display: inline-block;
    vertical-align: top;
    margin: 0 22px; }

.copyright {
  font-style: normal;
  vertical-align: top;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0; }

.browser {
  letter-spacing: 0;
  font-size: 12px; }

/*--> Cookie ----------------------------------------------------------------------------*/
.cookieArea {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eaeaea;
  padding: 20px 0; }
  .cookieArea p {
    margin-right: 180px;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 0;
    word-wrap: break-word;
    word-break: break-word; }
    .cookieArea p a {
      color: #171717;
      text-decoration: underline; }
      .cookieArea p a:visited {
        color: #171717; }
      .cookieArea p a:hover {
        color: #465780; }
  .cookieArea div.btnAccept {
    background: #fff;
    color: #09003E;
    border: 1px solid #09003E;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 1px; }
    .cookieArea div.btnAccept:visited, .cookieArea div.btnAccept:active, .cookieArea div.btnAccept:focus {
      color: #09003E;
      text-decoration: none; }
    .cookieArea div.btnAccept:hover {
      background: #333;
      color: #fff;
      background: #0A1F62;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #0A1F62; }

/*--> Not  Shared File ----------------------------------------------------------------------*/
/*--> Editor ----------------------------------------------------------------------------*/
.bbsArticle {
  position: relative;
  text-align: left;
  line-height: 2em;
  margin: 80px auto; }
  .bbsArticle .date {
    font-size: 14px;
    color: #111;
    text-align: right; }
  .bbsArticle blockquote {
    font-style: italic;
    font-family: 'roboto', 'SF Pro SC', 'PingFang SC', 'Noto Sans SC', source-han-sans-simplified-c, 'Microsoft YaHei', 'SF Pro TC', 'PingFang TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 8px 0 2px 20px;
    margin: 20px 40px;
    border-left: 5px solid #ccc; }
  .bbsArticle .tableContent {
    max-width: 100%;
    padding-top: 20px;
    overflow-x: auto; }
  .bbsArticle h1 {
    font-size: 32px;
    margin-bottom: 20px; }
  .bbsArticle h2 {
    font-size: 32px;
    padding: 0;
    margin-bottom: 20px; }
  .bbsArticle h3 {
    font-size: 28px;
    padding: 10px 0;
    margin-bottom: 10px; }
  .bbsArticle h4 {
    font-size: 24px;
    padding: 5px 0;
    margin-bottom: 10px; }
  .bbsArticle h5 {
    font-size: 22px;
    padding: 5px 0;
    margin-bottom: 10px; }
  .bbsArticle h6 {
    font-size: 22px;
    padding: 5px 0;
    margin-bottom: 10px; }
  .bbsArticle > div {
    margin-bottom: 20px; }
  .bbsArticle > a {
    color: #171717;
    text-decoration: underline; }
    .bbsArticle > a:visited {
      color: #171717; }
    .bbsArticle > a:hover {
      color: #F50002; }
  .bbsArticle p {
    font-size: 20px;
    margin-bottom: 20px; }
    .bbsArticle p a {
      color: #171717;
      text-decoration: underline;
      word-wrap: break-word;
      word-break: break-all; }
      .bbsArticle p a:visited {
        color: #171717; }
      .bbsArticle p a:hover {
        color: #F50002; }
      .bbsArticle p a:visited {
        text-decoration: underline; }
  .bbsArticle .linebox {
    padding: 5px 10px;
    background: #eeeeee;
    border: 1px solid #ccc; }
  .bbsArticle .marker {
    padding: 2px 8px;
    background: yellow; }
  .bbsArticle div {
    font-size: 20px; }
    .bbsArticle div a {
      color: #171717;
      text-decoration: underline;
      word-wrap: break-word;
      word-break: break-all; }
      .bbsArticle div a:visited {
        color: #171717; }
      .bbsArticle div a:hover {
        color: #F50002; }
      .bbsArticle div a:visited {
        text-decoration: underline; }
  .bbsArticle table {
    margin-bottom: 20px;
    border-left: 1px solid #666;
    font-size: 18px; }
    .bbsArticle table thead {
      background: #DADDE3; }
      .bbsArticle table thead tr:last-child td {
        border-bottom: none; }
    .bbsArticle table tr {
      position: relative;
      vertical-align: middle; }
      .bbsArticle table tr:last-child td {
        border-bottom: 1px solid #666; }
      .bbsArticle table tr td, .bbsArticle table tr th {
        padding: 8px;
        border-top: 1px solid #666;
        border-right: 1px solid #666; }
  .bbsArticle figcaption {
    font-size: 16px;
    line-height: 1.6em;
    margin: 10px 0 30px 0; }
  .bbsArticle .notewording {
    font-size: 18px;
    color: #999;
    font-style: italic; }
  .bbsArticle > img {
    display: block; }
  .bbsArticle img {
    max-width: 100%; }
  .bbsArticle ul {
    font-size: 20px;
    margin: 20px 0 20px 30px; }
    .bbsArticle ul + h1, .bbsArticle ul + h2, .bbsArticle ul + h3, .bbsArticle ul + h4, .bbsArticle ul + h5, .bbsArticle ul + h6 {
      margin-top: 50px; }
    .bbsArticle ul li {
      margin-bottom: 10px;
      padding-left: 0px;
      color: #333;
      list-style-position: outside;
      list-style-type: disc;
      border: 0px; }
  .bbsArticle ol {
    font-size: 20px;
    margin: 20px 0 20px 10px; }
    .bbsArticle ol + h1, .bbsArticle ol + h2, .bbsArticle ol + h3, .bbsArticle ol + h4, .bbsArticle ol + h5, .bbsArticle ol + h6 {
      margin-top: 50px; }
    .bbsArticle ol > li {
      margin-bottom: 10px;
      margin-left: 20px;
      color: #333;
      list-style-position: outside;
      list-style-type: decimal; }

/*--> Form ----------------------------------------------------------------------------*/
input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="reset"],
input[type="file"],
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child),
textarea {
  font-family: "Microsoft JhengHei", Arial;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 5px 10px;
  outline: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }

input[type="submit"]:hover,
input[type="reset"]:hover {
  cursor: pointer; }

button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0);
  outline: none; }

.inputGroup {
  position: relative;
  z-index: 1;
  text-align: left;
  margin-bottom: 25px; }
  .inputGroup.validate:before {
    position: absolute;
    top: 10px;
    right: 15px;
    content: '*';
    color: red; }
  .inputGroup.half {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: left; }
    .inputGroup.half.validate:before {
      right: 10px; }
  .inputGroup p {
    margin-bottom: 0; }
  .inputGroup .nameTitle {
    color: #171717;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .inputGroup .half {
    display: inline-block;
    vertical-align: top;
    width: 46%; }
  .inputGroup input[type="text"] {
    position: relative;
    z-index: 5;
    width: 99%;
    padding: 12px 15px 12px 15px;
    border-radius: 0;
    background: #fff;
    border: none;
    border-bottom: 1px solid #00377E;
    color: #171717;
    font-size: 20px; }
    .inputGroup input[type="text"]:hover {
      border-bottom: 1px solid #00377E; }

.searchGroup {
  position: relative;
  z-index: 1;
  text-align: left;
  margin-bottom: 25px; }
  .searchGroup .btnConfirm {
    position: absolute;
    z-index: 5;
    bottom: 2px;
    right: 2%;
    width: 50px;
    height: 50px;
    font-family: 'feg';
    font-size: 30px;
    border: none;
    background: #fff;
    color: #00377E;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .searchGroup .btnConfirm:hover {
      color: #F50002; }
  .searchGroup.validate:before {
    position: absolute;
    top: 10px;
    right: 15px;
    content: '*';
    color: red; }
  .searchGroup.half {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: left; }
    .searchGroup.half.validate:before {
      right: 10px; }
  .searchGroup p {
    margin-bottom: 0; }
  .searchGroup .nameTitle {
    color: #171717;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .searchGroup input[type="text"] {
    position: relative;
    z-index: 5;
    width: 99%;
    padding: 12px 15px 12px 15px;
    border-radius: 0;
    background: #fff;
    border: none;
    border-bottom: 1px solid #00377E;
    color: #171717;
    font-size: 20px; }
    .searchGroup input[type="text"]:hover {
      border-bottom: 1px solid #00377E; }

.textareaGroup {
  position: relative;
  z-index: 1;
  text-align: left;
  width: auto;
  color: #1f4a9a;
  margin-bottom: 10px; }
  .textareaGroup.validate:before {
    position: absolute;
    top: 10px;
    right: 15px;
    content: '*';
    color: red; }
  .textareaGroup .nameTitle {
    color: #1f4a9a;
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
    opacity: .66;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .textareaGroup textarea {
    width: 99%;
    height: 150px;
    padding: 12px 15px 12px 15px;
    background: #fafafa;
    border: 1px solid #666;
    color: #1f4a9a;
    font-size: 20px; }
    .textareaGroup textarea:hover {
      border: 1px solid #666; }

.radioGroup {
  position: relative;
  z-index: 1;
  clear: both;
  float: none;
  width: auto;
  padding-left: 0;
  margin-bottom: 20px; }
  .radioGroup.csr .groupInline .formError .formErrorContent {
    min-width: 200px; }
  .radioGroup.staff .group {
    padding-left: 0;
    min-height: 35px; }
    .radioGroup.staff .group .formError .formErrorContent {
      min-width: 140px;
      left: 0;
      color: red;
      padding-left: 5px;
      background: none; }
  .radioGroup .nameTitle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .radioGroup .nameTitle + p {
      padding-top: 5px; }
  .radioGroup .groupInline {
    position: relative;
    display: inline-block;
    vertical-align: top;
    clear: both;
    float: none;
    padding-left: 18px;
    margin-bottom: 5px; }
    .radioGroup .groupInline input[type="radio"] {
      position: absolute;
      top: 0;
      left: 0; }
  .radioGroup .group {
    position: relative;
    min-height: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 110px; }
    .radioGroup .group .formError.inline + label {
      margin-left: 5px; }
    .radioGroup .group .formError .formErrorContent {
      position: absolute;
      left: 10px;
      top: 100%;
      margin-top: 20px; }
  .radioGroup input[type="radio"] {
    z-index: 1;
    width: auto;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin: 5px 0 0 0;
    float: left;
    border-radius: 9px;
    border: 1px solid #aaa;
    background: none;
    outline: none; }
    .radioGroup input[type="radio"] + label {
      position: relative;
      z-index: 2;
      float: left;
      margin-right: 20px;
      margin-left: 5px;
      line-height: 30px; }
    .radioGroup input[type="radio"]:checked {
      border: 1px solid #0A1F62; }
      .radioGroup input[type="radio"]:checked + label:before {
        position: absolute;
        top: 9px;
        left: -19px;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        line-height: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #0A1F62; }
    .radioGroup input[type="radio"]::-ms-check {
      background: none;
      border: 1px solid #0A1F62; }
      .radioGroup input[type="radio"]::-ms-check + label:before {
        position: absolute;
        top: 4px;
        left: -19px;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        line-height: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #0A1F62; }

.checkListGroup {
  position: relative;
  z-index: 1;
  text-align: left;
  width: auto;
  margin-bottom: 25px; }
  .checkListGroup .nameTitle {
    display: block;
    color: #999;
    margin-bottom: 10px; }
  .checkListGroup ul.checkboxList {
    position: relative;
    margin-left: -20px; }
    .checkListGroup ul.checkboxList li {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      min-height: 20px;
      padding-left: 35px;
      margin-bottom: 5px; }
      .checkListGroup ul.checkboxList li label:hover {
        cursor: pointer; }
  .checkListGroup .checkboxLabel {
    position: relative; }
    .checkListGroup .checkboxLabel::before {
      position: absolute;
      top: -2px;
      left: -27px;
      display: block;
      width: 20px;
      height: 20px;
      pointer-events: none;
      content: "";
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: rgba(255, 255, 255, 0);
      border: 1px solid #0A1F62;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .checkListGroup .checkboxItem .formError .formErrorContent {
    background: none;
    color: red;
    width: 200px;
    margin-left: -20px;
    margin-top: 10px; }
  .checkListGroup .checkboxItem input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0; }
    .checkListGroup .checkboxItem input[type="checkbox"]:checked {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .checkListGroup .checkboxItem .checkboxInput:checked ~ .checkboxLabel::before {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .checkListGroup .checkboxItem .checkboxInput:checked ~ .checkboxLabel::after {
    font-family: 'ranch';
    content: 'u';
    background: none;
    color: #0A1F62;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 0 0 1px;
    line-height: 18px; }
  .checkListGroup .checkboxLabel::after {
    position: absolute;
    top: 0;
    left: -25px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.checkGroup {
  position: relative;
  z-index: 60;
  display: block;
  text-align: left;
  margin-bottom: 20px; }
  .checkGroup.half {
    display: inline-block;
    vertical-align: top;
    width: 45%; }
  .checkGroup .formError.inline {
    position: relative;
    z-index: 1; }
    .checkGroup .formError.inline .formErrorContent {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 15px;
      float: left;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
  .checkGroup .word {
    position: relative;
    z-index: 10;
    display: block;
    margin-left: 30px; }
  .checkGroup .checkboxStyle {
    position: absolute;
    z-index: 9;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000; }
  .checkGroup input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    position: absolute;
    z-index: 9999;
    left: 0;
    opacity: 0; }
    .checkGroup input[type="checkbox"]:checked {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .checkGroup input[type="checkbox"]:checked + .checkboxStyle:before {
        position: absolute;
        top: -3px;
        left: 1px;
        font-family: 'uming';
        content: 'A';
        color: #000; }
  .checkGroup .formError .formErrorContent {
    background: none;
    color: red;
    width: 200px;
    margin-left: 0px;
    margin-top: 15px; }

.selectGroup {
  position: relative;
  margin-bottom: 25px; }
  .selectGroup.validate:before {
    position: absolute;
    top: 10px;
    right: 10px;
    content: '*';
    color: red; }
  .selectGroup .nameTitle {
    color: #171717;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .selectGroup.half {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: left; }
  .selectGroup + .formError.inline {
    text-align: center; }
  .selectGroup + .selectGroup .nameTitle {
    margin-right: 10px; }
  .selectGroup select {
    position: relative;
    z-index: 5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Arial,"Microsoft JhengHei";
    color: #171717;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 99%;
    min-width: 150px;
    border: none;
    border-bottom: 1px solid #00377E;
    outline: none;
    padding: 15px 35px 15px 15px;
    background: #fff url(../images/icon-arrow-down.png) 95% 50% no-repeat;
    background-size: 10px; }
    .selectGroup select:hover {
      border-bottom: 1px solid #00377E; }

.uploadGroup {
  position: relative;
  text-align: left;
  margin-bottom: 25px; }
  .uploadGroup.validate:before {
    position: absolute;
    top: 10px;
    right: 15px;
    content: '*';
    color: red; }
  .uploadGroup.half {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: left; }
    .uploadGroup.half.validate:before {
      right: 10px; }
  .uploadGroup p {
    margin-bottom: 0; }
  .uploadGroup .nameTitle {
    color: #1f4a9a;
    font-size: 18px;
    opacity: .66;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .uploadGroup .half {
    display: inline-block;
    vertical-align: top;
    width: 46%; }
  .uploadGroup .fileUpload {
    position: relative;
    z-index: 5;
    display: block;
    width: 99%;
    padding: 12px 15px 12px 15px;
    border-radius: 0;
    border: 1px solid #666;
    background: #fafafa;
    color: #1f4a9a;
    font-size: 20px;
    width: 600px; }
    .uploadGroup .fileUpload .icon-upload {
      position: absolute;
      right: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #171717; }
  .uploadGroup input {
    border: none;
    padding: 0;
    width: calc(100% - 30px); }

.backArea {
  text-align: center; }

a.btnBack {
  background: #0A1F62;
  color: #fff;
  border: 1px solid #0A1F62;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 35px 0 30px;
  line-height: 40px;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0px rgba(0, 0, 0, 0.12);
  font-family: "Montserrat","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  letter-spacing: 1px; }
  a.btnBack:visited, a.btnBack:active, a.btnBack:focus {
    color: #fff;
    text-decoration: none; }
  a.btnBack:hover {
    background: #333;
    color: #fff;
    background: #171717;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #171717; }
  a.btnBack:before {
    position: relative;
    left: 0;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'ranch';
    content: 'd';
    line-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  a.btnBack:hover {
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }
    a.btnBack:hover:before {
      left: -8px; }

/*--> Btn Area ----------------------------------------------------------------------------*/
.btnArea {
  text-align: center;
  margin-bottom: 20px; }
  .btnArea a.toTop:after {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-family: 'ranch';
    content: 'f';
    font-size: 20px; }
  .btnArea .btnConfirm {
    background: #0A1F62;
    color: #fff;
    border: 1px solid #0A1F62;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0 85px 0 85px;
    line-height: 46px;
    font-family: "din-2014", "sans-serif", Arial, "Noto Sans TC", "Microsoft JhengHei";
    font-weight: 500;
    opacity: 0.7; }
    .btnArea .btnConfirm:visited, .btnArea .btnConfirm:active, .btnArea .btnConfirm:focus {
      color: #fff;
      text-decoration: none; }
    .btnArea .btnConfirm:hover {
      background: #333;
      color: #fff;
      background: #0A1F62;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #0A1F62; }
    .btnArea .btnConfirm:hover {
      opacity: 1; }
  .btnArea .btnReset {
    background: #fff;
    color: #09003E;
    border: 1px solid #09003E;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0 85px 0 85px;
    line-height: 46px;
    font-family: "din-2014", "sans-serif", Arial, "Noto Sans TC", "Microsoft JhengHei";
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .btnArea .btnReset:visited, .btnArea .btnReset:active, .btnArea .btnReset:focus {
      color: #09003E;
      text-decoration: none; }
    .btnArea .btnReset:hover {
      background: #333;
      color: #fff;
      background: #0A1F62;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #0A1F62; }
    .btnArea .btnReset:hover {
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }

.googleRobot {
  text-align: center;
  margin: 40px auto; }
  .googleRobot img {
    width: 304px; }

.g-recaptcha {
  text-align: center; }
  .g-recaptcha div {
    margin: 0 auto; }

/*--> jQuery-Validation-Engine ----------------------------------------------------------------------------*/
.formError .formErrorArrow [class^='line'] {
  display: none; }

.formError .formErrorContent {
  border: none;
  background: #0A1F62;
  box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  -webkit-box-shadow: 0 0 0 #000;
  -o-box-shadow: 0 0 0 #000;
  padding: 2px 10px 2px 10px;
  margin: 5px 0;
  font-size: 14px;
  min-width: 140px; }

.formError.inline {
  display: block; }
  .formError.inline .formErrorContent {
    color: red;
    background: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 4px 0 4px 5px; }

/*--> Popup ----------------------------------------------------------------------------*/
.popupArea {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
  z-index: 999;
  overflow: hidden;
  display: none; }
  .popupArea.sdg .popupMain {
    width: 1100px; }
  .popupArea.company .popupMain {
    width: 1100px; }
  .popupArea.story .waterImg {
    display: none; }
  .popupArea.story .popupMain {
    width: 1100px; }
  .popupArea.footprint .popupMain {
    width: 1100px; }
  .popupArea:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    background: rgba(14, 31, 83, 0.8); }
  .popupArea .popupRelative {
    position: relative;
    max-width: 100%;
    height: 100%;
    overflow-x: hidden; }
  .popupArea .popupMain {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 50%;
    max-height: 100%;
    background: none; }
  .popupArea .popupContent {
    position: relative;
    text-align: left;
    padding: 40px;
    background: #fff;
    overflow: hidden; }
  .popupArea a.icon-cancel {
    position: absolute;
    z-index: 99;
    right: 15px;
    top: 15px;
    text-align: center;
    font-size: 42px;
    color: #465780; }
    .popupArea a.icon-cancel:before {
      position: absolute;
      right: 0px;
      top: 0px; }

/*--> Page number ----------------------------------------------------------------------------*/
.pagebar {
  padding: 40px 0 20px 0;
  text-align: left;
  vertical-align: top;
  font-size: 18px; }
  .pagebar a[disabled="disabled"] {
    display: none; }
  .pagebar ul {
    margin: 0 auto;
    text-align: center;
    font-weight: 600; }
    .pagebar ul li {
      display: inline-block;
      margin: 0 2px 10px 2px; }
      .pagebar ul li.linkFirst a:before, .pagebar ul li.linkFirst a:after, .pagebar ul li.linkPrev a:before, .pagebar ul li.linkPrev a:after, .pagebar ul li.linkNext a:before, .pagebar ul li.linkNext a:after, .pagebar ul li.linkLast a:before, .pagebar ul li.linkLast a:after {
        position: relative;
        top: -3px;
        font-family: 'feg';
        font-size: 20px;
        line-height: 0;
        text-align: center;
        width: 10px;
        display: inline-block;
        vertical-align: middle; }
      .pagebar ul li.linkFirst a:before {
        content: 'u';
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .pagebar ul li.linkPrev a:before {
        content: 'f';
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .pagebar ul li.linkNext a:after {
        content: 'e';
        -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        transform: translateX(-20%); }
      .pagebar ul li.linkLast a:after {
        content: 'v';
        -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        transform: translateX(-20%); }
      .pagebar ul li a {
        text-decoration: none;
        display: inline-block;
        text-align: center;
        line-height: 48px;
        padding: 0 20px;
        border: 1px solid #555;
        color: #555; }
        .pagebar ul li a:hover {
          text-decoration: none;
          color: #fff;
          background: #555; }
    .pagebar ul li.press a {
      cursor: default;
      color: #fff;
      background: #555; }
      .pagebar ul li.press a:visited, .pagebar ul li.press a:hover {
        color: #fff; }
  .pagebar .total {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold; }
    .pagebar .total .num {
      margin: 0 5px; }

a.btnMore {
  background: #fff;
  color: #09003E;
  border: 1px solid #09003E;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  line-height: 44px;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 2px; }
  a.btnMore:visited, a.btnMore:active, a.btnMore:focus {
    color: #09003E;
    text-decoration: none; }
  a.btnMore:hover {
    background: #333;
    color: #fff;
    background: #0A1F62;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #0A1F62; }
  a.btnMore [class^='icon-'] {
    position: relative;
    top: 6px;
    font-size: 24px;
    margin-right: 8px; }

a.moreLink {
  color: #0A1F62;
  position: relative;
  border-bottom: 1px solid #0A1F62;
  font-size: 20px; }
  a.moreLink:visited {
    color: #0A1F62; }
  a.moreLink:hover {
    color: #F50002; }
  a.moreLink:hover {
    border-bottom: 1px solid #F50002; }
  a.moreLink [class^='icon-'] {
    position: absolute;
    bottom: 0;
    left: 100%;
    margin-left: 15px; }
    a.moreLink [class^='icon-']:before {
      position: relative;
      top: 6px;
      font-size: 28px; }

.areaContent {
  position: relative;
  width: 1980px;
  margin: 0 auto; }

.areaMax {
  position: relative;
  max-width: 1980px;
  margin: 0 auto; }

/*--> Global ----------------------------------------------------------------------------*/
.title {
  position: relative;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 10px;
  text-indent: 10px;
  color: #0A1F62;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px; }
  .title:after {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 5;
    width: 56px;
    border-top: 5px solid #F50002;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 15px; }

/*--> Banner ----------------------------------------------------------------------------*/
.homeBanner {
  position: relative;
  margin-top: 60px; }
  .homeBanner .icon-angle-down {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
    color: #fff;
    font-size: 60px;
    bottom: 70px;
    opacity: 1;
    animation-duration: 2s;
    animation-name: scrollMove;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-fill-mode: initial;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: scrollMove;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: initial;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: scrollMove;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0s;
    -moz-animation-fill-mode: initial; }
  .homeBanner .swiper-pagination-bullet {
    background: #fff; }
  .homeBanner .swiper-pagination-bullet-active {
    background: #F50002; }
  .homeBanner .swiper-button-next, .homeBanner .swiper-button-prev {
    color: #fff; }
  .homeBanner .swiper-button-next.swiper-button-disabled, .homeBanner .swiper-button-prev.swiper-button-disabled {
    display: none; }
  .homeBanner .bannerInfo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    width: 80%; }
    .homeBanner .bannerInfo a + a {
      margin-left: 20px; }
    .homeBanner .bannerInfo h3 {
      font-size: 60px;
      line-height: 1.4em;
      margin: 20px auto; }
    .homeBanner .bannerInfo p {
      font-size: 24px;
      line-height: 1.4em;
      margin-bottom: 0; }
    .homeBanner .bannerInfo .brandLogo {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      height: 65px;
      margin: 0 auto; }
      .homeBanner .bannerInfo .brandLogo img {
        width: auto;
        height: 100%;
        margin: 0 auto; }
  .homeBanner.swiper {
    margin-left: 0;
    margin-right: 0; }
  .homeBanner .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-height: 980px; }
    .homeBanner .swiper-slide figure {
      width: 100%; }
    .homeBanner .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .homeBanner a.btnPlay {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    line-height: 44px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 40px; }
    .homeBanner a.btnPlay:visited, .homeBanner a.btnPlay:active, .homeBanner a.btnPlay:focus {
      color: #fff;
      text-decoration: none; }
    .homeBanner a.btnPlay:hover {
      background: #333;
      color: #0A1F62;
      background: #fff;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #fff; }
  .homeBanner a.btnLink {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    line-height: 44px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 40px; }
    .homeBanner a.btnLink:visited, .homeBanner a.btnLink:active, .homeBanner a.btnLink:focus {
      color: #fff;
      text-decoration: none; }
    .homeBanner a.btnLink:hover {
      background: #333;
      color: #0A1F62;
      background: #fff;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #fff; }
  .homeBanner video {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0;
    width: 100%;
    height: auto;
    background-size: cover; }

/*--> News ----------------------------------------------------------------------------*/
.newsArea {
  margin: 85px auto;
  text-align: center; }

.newsSlide .swiper-wrapper {
  padding: 40px 0;
  margin-bottom: 20px; }

.newsSlide .swiper-slide {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
  background: #0E1F53; }
  .newsSlide .swiper-slide:hover {
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.35); }
    .newsSlide .swiper-slide:hover figure a:before {
      background: rgba(14, 31, 83, 0); }
    .newsSlide .swiper-slide:hover figure img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .newsSlide .swiper-slide figure {
    line-height: 0;
    overflow: hidden; }
    .newsSlide .swiper-slide figure a {
      position: relative;
      display: block; }
      .newsSlide .swiper-slide figure a:before {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        background: rgba(14, 31, 83, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .newsSlide .swiper-slide figure img {
      position: relative;
      z-index: 1;
      width: 100.5%;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .newsSlide .swiper-slide .newsBox {
    position: relative;
    background: #0E1F53;
    color: #fff;
    text-align: left;
    padding: 30px 25px 60px 25px; }
    .newsSlide .swiper-slide .newsBox time {
      position: absolute;
      left: 25px;
      bottom: 15px;
      font-size: 14px;
      color: #DADDE3; }
    .newsSlide .swiper-slide .newsBox a.newsLink {
      color: #fff;
      height: 180px;
      max-height: none;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      font-size: 20px;
      line-height: 1.8em; }
      .newsSlide .swiper-slide .newsBox a.newsLink:visited {
        color: #fff; }
      .newsSlide .swiper-slide .newsBox a.newsLink:hover {
        color: #fff; }

/*--> About ----------------------------------------------------------------------------*/
.homeAbout {
  position: relative;
  background: #ECEEF5; }
  .homeAbout a.moreLink + a.moreLink {
    margin-left: 130px; }
  .homeAbout figure {
    position: absolute;
    top: 0;
    width: 45%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover; }
    .homeAbout figure img {
      width: 100%; }
  .homeAbout .areaContent {
    position: relative;
    padding: 150px 0;
    text-align: left; }

.homeAboutContent {
  width: 50%;
  margin-left: 50%; }
  .homeAboutContent h4 {
    font-size: 36px;
    line-height: 1.6em;
    font-weight: 500;
    color: #0A1F62;
    margin-bottom: 20px; }
  .homeAboutContent p {
    color: #0A1F62; }
  .homeAboutContent .linkAbout {
    margin-top: 60px; }

/*--> Number ----------------------------------------------------------------------------*/
.homeNumber {
  text-align: center;
  margin: 60px auto;
  color: #0A1F62; }
  .homeNumber .numGroup {
    display: inline-block;
    vertical-align: top;
    width: 25%; }
    .homeNumber .numGroup .counter {
      font-size: 96px;
      font-weight: bold;
      line-height: 1.2em; }

/*--> Business [Bar]----------------------------------------------------------------------------*/
.homeBusiness {
  position: relative;
  z-index: 10;
  text-align: center; }
  .homeBusiness.open a.icon-more::before {
    content: 'D'; }
  .homeBusiness a.icon-more {
    color: white;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    display: none; }
    .homeBusiness a.icon-more:visited {
      color: white; }
    .homeBusiness a.icon-more:hover {
      color: white; }
  .homeBusiness .title {
    color: #fff; }

.homeBusinessBox {
  background: #0A1F62;
  padding: 80px 0 0 0;
  height: 390px; }

.businessBar {
  position: absolute;
  width: 100%;
  bottom: 50px;
  background: #0A1F62;
  -webkit-transition: all 0s ease-in-out;
    -webkit-transition-transition: all 0s ease-in-out; }
  .businessBar.notFixed ul.businessList li {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .businessBar.notFixed ul.businessList li.light {
      opacity: 0.5; }
  .businessBar.fixed {
    position: fixed;
    z-index: 99;
    top: 75px;
    left: 0;
    right: 0;
    bottom: auto;
    border-bottom: 1px solid #777;
    -webkit-transition: all 0s ease-in-out;
      -webkit-transition-transition: all 0s ease-in-out; }
    .businessBar.fixed ul.businessList li a {
      padding: 20px 0; }
      .businessBar.fixed ul.businessList li a img {
        width: 28px;
        display: none; }
      .businessBar.fixed ul.businessList li a .text {
        margin-top: 0px; }
      .businessBar.fixed ul.businessList li a:hover {
        background: #09003E; }
        .businessBar.fixed ul.businessList li a:hover:before {
          display: block;
          content: '.';
          color: rgba(0, 0, 0, 0);
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          border-bottom: 5px solid #F50002; }

ul.businessList {
  width: 100%;
  min-width: 100%; }
  ul.businessList li {
    display: inline-block;
    vertical-align: top;
    width: 9.5%; }
    ul.businessList li.select a {
      background: #09003E; }
      ul.businessList li.select a:before {
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-bottom: 5px solid #F50002; }
    ul.businessList li a {
      color: #fff;
      position: relative;
      display: block;
      padding: 25px 0; }
      ul.businessList li a:visited {
        color: #fff; }
      ul.businessList li a:hover {
        color: #fff; }
      ul.businessList li a img {
        width: 46px;
        height: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      ul.businessList li a .text {
        display: block;
        font-size: 18px;
        margin-top: 10px; }

/*--> Business [Feature]----------------------------------------------------------------------------*/
.anchor {
  position: absolute;
  top: -100px; }

.businessCause {
  position: relative;
  text-align: center;
  color: #fff; }
  .businessCause [class^='parallax'] {
    position: relative;
    z-index: 8;
    background: #fff; }
  .businessCause .anchor {
    position: absolute;
    top: -100px; }
    .businessCause .anchor#business1 {
      top: -80px; }
  .businessCause .mainImg {
    position: relative;
    top: 0px;
    height: 740px;
    overflow: hidden; }
    .businessCause .mainImg img {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .businessCause .causeContent {
    position: relative; }
  .businessCause .titleCause {
    position: relative;
    top: 0px;
    background: #0A1F62;
    padding: 83px 0 67px 0; }
    .businessCause .titleCause .title {
      color: #fff;
      font-size: 36px;
      font-weight: 700; }
    .businessCause .titleCause h5 {
      font-size: 48px;
      line-height: 1.6em;
      font-weight: 100;
      letter-spacing: 5px;
      margin: 45px auto 45px auto; }
    .businessCause .titleCause a.btnMore {
      background: rgba(255, 255, 255, 0);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.3);
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
      .businessCause .titleCause a.btnMore:visited, .businessCause .titleCause a.btnMore:active, .businessCause .titleCause a.btnMore:focus {
        color: #fff;
        text-decoration: none; }
      .businessCause .titleCause a.btnMore:hover {
        background: #333;
        color: #0A1F62;
        background: #fff;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #fff; }
  .businessCause .causeListArea {
    position: relative;
    z-index: 9;
    padding: 58px 0 65px 0;
    background: #fff; }
  .businessCause ul.causeList {
    position: relative;
    margin-bottom: 55px;
    text-align: left; }
    .businessCause ul.causeList li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      line-height: 0;
      overflow: hidden; }
      .businessCause ul.causeList li:nth-child(1) {
        width: 46%; }
        .businessCause ul.causeList li:nth-child(1) .big {
          height: auto;
          max-height: 114px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .businessCause ul.causeList li:nth-child(1) .small {
          height: auto;
          max-height: 108px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
      .businessCause ul.causeList li:nth-child(2), .businessCause ul.causeList li:nth-child(3) {
        position: absolute;
        width: 24%;
        height: 100%;
        overflow: hidden;
        -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35); }
        .businessCause ul.causeList li:nth-child(2) figure, .businessCause ul.causeList li:nth-child(3) figure {
          position: relative;
          width: 100%;
          height: 100%; }
          .businessCause ul.causeList li:nth-child(2) figure img, .businessCause ul.causeList li:nth-child(3) figure img {
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: auto;
            height: 100%; }
        .businessCause ul.causeList li:nth-child(2) .small, .businessCause ul.causeList li:nth-child(3) .small {
          height: auto;
          max-height: 216px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 6;
          -webkit-box-orient: vertical; }
        .businessCause ul.causeList li:nth-child(2) a:after, .businessCause ul.causeList li:nth-child(3) a:after {
          background: rgba(14, 31, 83, 0.8); }
      .businessCause ul.causeList li:nth-child(2) {
        left: 49%; }
      .businessCause ul.causeList li:nth-child(3) {
        right: 0; }
      .businessCause ul.causeList li:hover figure {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .businessCause ul.causeList li figure {
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        overflow: hidden; }
        .businessCause ul.causeList li figure img {
          width: 100%; }
      .businessCause ul.causeList li a {
        color: #fff;
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 0;
        text-align: left;
        padding: 40px 45px; }
        .businessCause ul.causeList li a:visited {
          color: #fff; }
        .businessCause ul.causeList li a:hover {
          color: #fff; }
        .businessCause ul.causeList li a * {
          position: relative;
          z-index: 3; }
        .businessCause ul.causeList li a:after {
          display: block;
          content: '.';
          color: rgba(0, 0, 0, 0);
          position: absolute;
          z-index: 1;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          background: rgba(7, 27, 57, 0.55); }
        .businessCause ul.causeList li a .big {
          display: block;
          font-size: 36px;
          font-weight: 700;
          line-height: 1.5em;
          margin-bottom: 10px; }
        .businessCause ul.causeList li a .small {
          display: block;
          line-height: 1.8em;
          font-size: 20px; }

/*--> Crumb ----------------------------------------------------------------------------*/
.crumb {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 0 10px;
  text-align: left;
  font-size: 18px;
  font-weight: 400; }
  .crumb ul {
    width: 1980px;
    margin: 0 auto; }
    .crumb ul li {
      color: #0A1F62;
      display: inline-block;
      vertical-align: top; }
      .crumb ul li:before {
        position: relative;
        content: "/";
        color: rgba(255, 255, 255, 0.7);
        margin: 2px 5px 2px 2px; }
      .crumb ul li:first-child:before {
        content: none; }
      .crumb ul li .icon-home {
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 25px;
        overflow: hidden;
        font-size: 20px; }
        .crumb ul li .icon-home:before {
          position: relative;
          top: 1px;
          display: inline-block;
          vertical-align: top; }
      .crumb ul li a {
        color: rgba(255, 255, 255, 0.7); }
        .crumb ul li a:visited {
          color: rgba(255, 255, 255, 0.7); }
        .crumb ul li a:hover {
          color: white; }
      .crumb ul li:last-child a {
        color: white; }
        .crumb ul li:last-child a:visited {
          color: white; }
        .crumb ul li:last-child a:hover {
          color: white; }
        .crumb ul li:last-child a:hover {
          cursor: default; }

/*--> Content ----------------------------------------------------------------------------*/
.articleContent {
  margin: 80px auto; }
  .articleContent:after {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    clear: both;
    float: none;
    height: 0; }
  .articleContent.company {
    margin: 0px auto; }
    .articleContent.company .title {
      margin-top: 80px;
      margin-bottom: 20px; }
  .articleContent.publish h1 {
    font-size: 36px;
    line-height: 1.6em; }
  .articleContent.news .bbsArticle {
    margin: 0px auto 80px auto; }
  .articleContent.news h1 {
    font-size: 36px;
    line-height: 1.6em; }
  .articleContent.news time {
    display: block;
    font-size: 14px;
    margin-bottom: 40px; }
  .articleContent.news + .newsArea {
    background: #f6f6f9;
    margin: 0 auto;
    padding: 85px 0; }
  .articleContent .titleArea {
    color: #111; }

/*--> Inside Banner -----------------------------------------------------------------------*/
.bannerInside {
  position: relative;
  margin-top: 75px;
  overflow: hidden; }
  .bannerInside.list figure {
    height: 368px; }
    .bannerInside.list figure:before {
      opacity: 1;
      display: none; }
    .bannerInside.list figure::after {
      position: absolute;
      z-index: 2;
      display: block;
      content: ' ';
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  .bannerInside.list .bannerInfo {
    width: auto; }
    .bannerInside.list .bannerInfo .title {
      margin-bottom: 30px; }
  .bannerInside.detailPage figure {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 368px; }
    .bannerInside.detailPage figure::after {
      position: absolute;
      z-index: 2;
      display: block;
      content: ' ';
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  .bannerInside.detailPage .crumb {
    position: relative;
    bottom: 0;
    padding: 20px 0; }
  .bannerInside.singleTitle figure {
    height: 368px; }
    .bannerInside.singleTitle figure:before {
      opacity: 1; }
    .bannerInside.singleTitle figure::after {
      position: absolute;
      z-index: 2;
      display: block;
      content: ' ';
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  .bannerInside.singleTitle .areaContent {
    top: calc(50% - 15px); }
  .bannerInside.singleTitle .bannerInfo {
    width: auto; }
    .bannerInside.singleTitle .bannerInfo h1 {
      margin-bottom: 0; }
  .bannerInside figure {
    position: relative;
    z-index: 1;
    height: 950px; }
    .bannerInside figure:before {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: url(../images/banner_mask.png) left top repeat-y;
      background-size: 100% auto;
      opacity: 0.7; }
    .bannerInside figure img {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: inherit;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .bannerInside .areaContent {
    position: absolute;
    z-index: 10;
    top: calc(50% - 30px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .bannerInside .bannerInfo {
    width: 40%;
    color: #fff;
    text-align: left; }
    .bannerInside .bannerInfo .title {
      color: #fff;
      text-align: left;
      margin-bottom: 50px;
      text-indent: 0; }
      .bannerInside .bannerInfo .title:after {
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
    .bannerInside .bannerInfo h1 {
      font-size: 60px;
      line-height: 1.2em;
      letter-spacing: 10px;
      margin: 20px auto 20px auto; }
    .bannerInside .bannerInfo h3 {
      font-size: 24px;
      line-height: 2em;
      margin-bottom: 0;
      font-weight: normal; }

.bannerCsr {
  position: relative;
  margin-top: 75px;
  overflow: hidden; }
  .bannerCsr.list .bannerInfo {
    width: auto; }
  .bannerCsr.list figure {
    height: 368px; }
    .bannerCsr.list figure:before {
      display: none; }
  .bannerCsr.detailPage figure {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .bannerCsr.detailPage .crumb {
    position: relative;
    bottom: 0;
    padding: 20px 0; }
  .bannerCsr figure {
    position: relative;
    z-index: 1;
    height: 950px; }
    .bannerCsr figure:before {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: url(../images/banner_mask.png) left top repeat-y;
      background-size: 100% auto;
      opacity: .5; }
    .bannerCsr figure img {
      position: absolute;
      z-index: 2;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .bannerCsr .areaContent {
    position: absolute;
    z-index: 10;
    top: calc(50% - 30px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .bannerCsr .bannerInfo {
    width: 40%;
    color: #fff;
    text-align: left; }
    .bannerCsr .bannerInfo .title {
      color: #fff;
      text-align: left;
      margin-bottom: 50px;
      text-indent: 0; }
      .bannerCsr .bannerInfo .title:after {
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
    .bannerCsr .bannerInfo h1 {
      font-size: 60px;
      line-height: 1.8em;
      letter-spacing: 10px;
      margin: 20px auto; }
    .bannerCsr .bannerInfo h3 {
      font-size: 24px;
      line-height: 2em;
      margin-bottom: 0;
      font-weight: normal; }

.bannerInside figure img, .bannerCsr figure img {
  height: auto; }

.bannerCompany {
  position: relative;
  margin-top: 75px; }
  .bannerCompany .main {
    position: relative;
    z-index: 1;
    height: 700px;
    overflow: hidden; }
    .bannerCompany .main:before {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: url(../images/banner_mask.png) left top repeat-y;
      background-size: 100% auto;
      opacity: 0; }
    .bannerCompany .main img {
      position: absolute;
      z-index: 1;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .bannerCompany .areaContent {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .bannerCompany .areaContent .logoCompany {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
      width: 230px;
      padding: 20px;
      background: #fff; }
      .bannerCompany .areaContent .logoCompany img {
        width: 100%; }
  .bannerCompany .bannerInfo {
    width: 70%;
    color: #fff;
    text-align: left; }
    .bannerCompany .bannerInfo .title {
      color: #fff;
      text-align: left;
      margin-bottom: 50px;
      text-indent: 0; }
      .bannerCompany .bannerInfo .title:after {
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
    .bannerCompany .bannerInfo h1 {
      font-size: 60px;
      line-height: 1.2em;
      letter-spacing: 0em;
      margin: 20px auto 10px auto; }
    .bannerCompany .bannerInfo h3 {
      font-size: 32px;
      line-height: 2em;
      margin-bottom: 0;
      font-weight: normal; }

.bannerTeam {
  position: relative;
  margin-top: 75px; }
  .bannerTeam .main {
    position: relative;
    z-index: 1;
    height: 700px;
    overflow: hidden; }
    .bannerTeam .main img {
      position: absolute;
      z-index: 1;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .bannerTeam .areaContent {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .bannerTeam .bannerInfo {
    width: 40%;
    color: #fff;
    text-align: left; }
    .bannerTeam .bannerInfo .title {
      color: #fff;
      text-align: left;
      margin-bottom: 50px;
      text-indent: 0; }
      .bannerTeam .bannerInfo .title:after {
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
    .bannerTeam .bannerInfo h1 {
      font-size: 60px;
      line-height: 1.8em;
      letter-spacing: 10px;
      margin: 20px auto 10px auto; }
    .bannerTeam .bannerInfo h3 {
      font-size: 32px;
      line-height: 2em;
      margin-bottom: 0;
      font-weight: normal; }

.bannerProfile {
  position: relative;
  margin-top: 75px; }
  .bannerProfile .main {
    position: relative;
    z-index: 1;
    height: 950px;
    overflow: hidden; }
    .bannerProfile .main img {
      position: absolute;
      z-index: 1;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .bannerProfile .areaContent {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .bannerProfile .bannerInfo {
    width: 40%;
    color: #fff;
    text-align: left; }
    .bannerProfile .bannerInfo .title {
      color: #fff;
      text-align: left;
      margin-bottom: 50px;
      text-indent: 0; }
      .bannerProfile .bannerInfo .title:after {
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
    .bannerProfile .bannerInfo h1 {
      font-size: 60px;
      line-height: 1.8em;
      letter-spacing: 10px;
      margin: 20px auto 10px auto; }
    .bannerProfile .bannerInfo h3 {
      font-size: 32px;
      line-height: 2em;
      margin-bottom: 0;
      font-weight: normal; }

.bannerHistory, .bannerMilestone, .bannerCharacter, .bannerSpirit {
  position: relative;
  margin-top: 75px;
  background: #0E1F53; }
  .bannerHistory:before, .bannerMilestone:before, .bannerCharacter:before, .bannerSpirit:before {
    position: absolute;
    width: 40%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    background: #0E1F53; }
  .bannerHistory .areaMax .areaContent, .bannerMilestone .areaMax .areaContent, .bannerCharacter .areaMax .areaContent, .bannerSpirit .areaMax .areaContent {
    position: static; }
  .bannerHistory .main, .bannerMilestone .main, .bannerCharacter .main, .bannerSpirit .main {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 60%;
    margin-left: 40%; }
    .bannerHistory .main img, .bannerMilestone .main img, .bannerCharacter .main img, .bannerSpirit .main img {
      width: 100%; }
  .bannerHistory .areaContent .bannerInfo, .bannerMilestone .areaContent .bannerInfo, .bannerCharacter .areaContent .bannerInfo, .bannerSpirit .areaContent .bannerInfo {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .bannerHistory .bannerInfo, .bannerMilestone .bannerInfo, .bannerCharacter .bannerInfo, .bannerSpirit .bannerInfo {
    width: 30%;
    color: #fff;
    text-align: left; }
    .bannerHistory .bannerInfo .title, .bannerMilestone .bannerInfo .title, .bannerCharacter .bannerInfo .title, .bannerSpirit .bannerInfo .title {
      color: #fff;
      text-align: left;
      margin-bottom: 50px;
      text-indent: 0; }
      .bannerHistory .bannerInfo .title:after, .bannerMilestone .bannerInfo .title:after, .bannerCharacter .bannerInfo .title:after, .bannerSpirit .bannerInfo .title:after {
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
    .bannerHistory .bannerInfo h1, .bannerMilestone .bannerInfo h1, .bannerCharacter .bannerInfo h1, .bannerSpirit .bannerInfo h1 {
      font-size: 60px;
      line-height: 1.5em;
      letter-spacing: 10px;
      margin: 20px auto 10px auto; }
    .bannerHistory .bannerInfo h3, .bannerMilestone .bannerInfo h3, .bannerCharacter .bannerInfo h3, .bannerSpirit .bannerInfo h3 {
      font-size: 32px;
      line-height: 2em;
      margin-bottom: 0;
      font-weight: normal; }
    .bannerHistory .bannerInfo h6, .bannerMilestone .bannerInfo h6, .bannerCharacter .bannerInfo h6, .bannerSpirit .bannerInfo h6 {
      font-size: 24px;
      line-height: 2em;
      font-weight: normal; }

.bannerCharacter .areaMax, .bannerMilestone .areaMax, .bannerHistory .areaMax, .bannerSpirit .areaMax {
  max-width: 1980px; }

/*--> Csr ---------------------------------------------------------------------------*/
.issueArea {
  padding: 100px 0; }

ul.issueList {
  margin: 80px 0 0 0; }
  ul.issueList li {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 32%;
    margin-bottom: 30px; }
    ul.issueList li:hover {
      cursor: pointer; }
      ul.issueList li:hover .textArea {
        word-wrap: break-word;
        word-break: break-all; }
        ul.issueList li:hover .textArea a, ul.issueList li:hover .textArea a:visited {
          color: #0E1F53; }
      ul.issueList li:hover figure img {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1); }
    ul.issueList li:nth-child(2), ul.issueList li:nth-child(5), ul.issueList li:nth-child(8), ul.issueList li:nth-child(11), ul.issueList li:nth-child(14), ul.issueList li:nth-child(17), ul.issueList li:nth-child(20), ul.issueList li:nth-child(23), ul.issueList li:nth-child(26) {
      margin: 0 1.4% 30px 1.4%; }
    ul.issueList li figure {
      position: relative;
      width: 100%;
      line-height: 0;
      overflow: hidden; }
      ul.issueList li figure:before {
        position: absolute;
        z-index: 5;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        background: rgba(14, 31, 83, 0.2);
        display: none; }
      ul.issueList li figure img {
        position: relative;
        z-index: 3;
        width: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      ul.issueList li figure a {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        z-index: 10;
        display: block;
        text-align: center; }
        ul.issueList li figure a:visited {
          color: #fff; }
        ul.issueList li figure a:hover {
          color: #fff; }
        ul.issueList li figure a span.text {
          font-size: 24px;
          line-height: 1.4em;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
    ul.issueList li .textArea {
      margin-top: 20px; }
      ul.issueList li .textArea a {
        color: #0E1F53;
        display: block;
        font-size: 20px;
        line-height: 1.8em; }
        ul.issueList li .textArea a:visited {
          color: #0E1F53; }
        ul.issueList li .textArea a:hover {
          color: #0E1F53; }

ul.achievementList {
  text-align: center;
  margin-top: 70px; }
  ul.achievementList li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1%; }
    ul.achievementList li figure {
      width: 110px;
      display: block;
      margin: 0 auto; }
      ul.achievementList li figure + h5, ul.achievementList li figure + p {
        margin-top: 15px; }
      ul.achievementList li figure img {
        width: 100%; }
    ul.achievementList li h5 {
      font-size: 24px;
      line-height: 1.8em;
      font-weight: normal; }
    ul.achievementList li p {
      font-size: 24px;
      line-height: 1.8em;
      min-height: 86px; }

.csrInfo {
  position: relative;
  line-height: 0;
  background: #0A1F62; }
  .csrInfo .picMain {
    position: absolute;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover; }
    .csrInfo .picMain img {
      width: 100%;
      -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
      transform: translateY(-25%); }
  .csrInfo .areaContent {
    position: relative;
    padding: 100px 0;
    text-align: left; }
  .csrInfo .textArea {
    width: 50%;
    text-align: left;
    margin-left: 50%;
    color: #fff; }
    .csrInfo .textArea p {
      margin-bottom: 0; }

.esgArea {
  background: #f6f6f9;
  padding: 100px 0; }

ul.esgList {
  margin-top: 60px;
  text-align: center; }
  ul.esgList li {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 30.7%;
    margin: 0 1% 30px 1%; }
    ul.esgList li:hover {
      cursor: pointer; }
      ul.esgList li:hover .textArea a, ul.esgList li:hover .textArea a:visited {
        color: #F50002; }
      ul.esgList li:hover figure {
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.35); }
        ul.esgList li:hover figure img {
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
          -webkit-transform: scale(1.1); }
    ul.esgList li figure {
      position: relative;
      width: 100%;
      line-height: 0;
      -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0);
      box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0);
      overflow: hidden;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      ul.esgList li figure img {
        position: relative;
        z-index: 3;
        width: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    ul.esgList li p {
      margin-top: 20px; }

.mainCsr {
  margin: 80px auto;
  text-align: center; }
  .mainCsr .title {
    margin-bottom: 20px; }

ul.mainCsrList {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 20px auto;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px); }
  ul.mainCsrList li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: calc(25% - 40px);
    margin: 40px 20px 0 20px;
    float: left; }
    ul.mainCsrList li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      display: block; }
      ul.mainCsrList li a .text {
        display: block;
        color: #fff;
        padding: 20px;
        font-weight: bold; }
    ul.mainCsrList li:hover figure img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    ul.mainCsrList li:nth-child(1) {
      position: absolute;
      left: 0;
      top: 0;
      width: calc(50% - 40px); }
    ul.mainCsrList li:nth-child(2) {
      margin-left: calc(50% + 20px); }
    ul.mainCsrList li figure {
      position: relative;
      width: 100%;
      line-height: 0;
      overflow: hidden; }
      ul.mainCsrList li figure:before {
        position: absolute;
        z-index: 5;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        background: rgba(14, 31, 83, 0.2); }
      ul.mainCsrList li figure img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    ul.mainCsrList li a {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      z-index: 10;
      display: block; }
      ul.mainCsrList li a:visited {
        color: #fff; }
      ul.mainCsrList li a:hover {
        color: #fff; }
      ul.mainCsrList li a span.text {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 24px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

.csrTarget {
  margin: 100px auto 70px auto; }
  .csrTarget .areaContent {
    position: relative; }
  .csrTarget .title {
    margin-bottom: 60px; }
  .csrTarget:after {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    display: block;
    clear: both;
    float: none; }
  .csrTarget .mainPic {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 49%;
    background-size: cover;
    background-position: center center; }
    .csrTarget .mainPic img {
      max-width: 100%;
      opacity: 0; }

ul.csrTargetList {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-left: 51%;
  color: #0A1F62; }
  ul.csrTargetList li {
    background: #ECEEF5;
    padding: 40px;
    margin-bottom: 30px; }
    ul.csrTargetList li:last-child {
      margin-bottom: 0px; }
    ul.csrTargetList li h5 {
      font-size: 24px;
      line-height: 1.7em;
      margin-bottom: 20px; }
    ul.csrTargetList li p {
      margin-bottom: 0; }

/*--> Award ----------------------------------------------------------------------------*/
.awardArea {
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
  background: #f6f6f9;
  max-width: 100%;
  overflow: hidden; }
  .awardArea .areaContent {
    padding: 0 150px; }

.awardSlide {
  padding-bottom: 50px; }
  .awardSlide:after {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    background: #f6f6f9; }
  .awardSlide .swiper-wrapper {
    padding: 40px 0 0 0;
    margin-bottom: 20px; }
  .awardSlide .swiper-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150%;
    display: block;
    content: '123';
    background: #0E1F53;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .awardSlide .swiper-slide:hover:before {
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.35); }
  .awardSlide .swiper-slide:hover figure a:before {
    background: rgba(14, 31, 83, 0); }
  .awardSlide .swiper-slide:hover figure img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .awardSlide .swiper-slide figure {
    line-height: 0;
    overflow: hidden; }
    .awardSlide .swiper-slide figure a {
      position: relative;
      display: block; }
      .awardSlide .swiper-slide figure a:before {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        background: rgba(14, 31, 83, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .awardSlide .swiper-slide figure img {
      position: relative;
      z-index: 1;
      width: 100.5%;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .awardSlide .swiper-slide .awardBox {
    position: relative;
    background: #0E1F53;
    color: #fff;
    text-align: left;
    padding: 30px 25px; }
    .awardSlide .swiper-slide .awardBox p {
      margin-bottom: 0;
      font-size: 18px;
      overflow: hidden;
      height: auto;
      max-height: 96px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .awardSlide .swiper-slide .awardBox a.awardLink {
      color: #fff;
      display: block;
      font-size: 24px;
      line-height: 1.8em;
      margin-bottom: 10px;
      font-weight: 500;
      height: auto;
      max-height: 82px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .awardSlide .swiper-slide .awardBox a.awardLink:visited {
        color: #fff; }
      .awardSlide .swiper-slide .awardBox a.awardLink:hover {
        color: #fff; }

/*--> News ---------------------------------------------------------------------------*/
.insideNews {
  background: rgba(12, 15, 100, 0.04);
  padding: 80px 0; }

.newsSearch {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 120px); }
  .newsSearch .btnSubmit {
    background: #fff;
    color: #00377E;
    border: 1px solid #00377E;
    padding: 14px 14px 14px 14px;
    margin: 31px 0 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .newsSearch .btnSubmit:hover {
      background: #00377E;
      color: #fff; }
  .newsSearch .searchGroup, .newsSearch .selectGroup {
    display: inline-block;
    vertical-align: top; }
  .newsSearch .searchGroup {
    width: calc(49% - 320px); }
  .newsSearch .selectGroup {
    margin-left: 20px; }
    .newsSearch .selectGroup:nth-child(2) {
      width: 120px; }
      .newsSearch .selectGroup:nth-child(2) select {
        min-width: auto;
        background: #fff url(../images/icon-arrow-down.png) 90% 50% no-repeat;
        background-size: 10px; }
    .newsSearch .selectGroup:nth-child(3) {
      width: 100px; }
      .newsSearch .selectGroup:nth-child(3) select {
        min-width: auto;
        background: #fff url(../images/icon-arrow-down.png) 90% 50% no-repeat;
        background-size: 10px; }
    .newsSearch .selectGroup:nth-child(4), .newsSearch .selectGroup:nth-child(5) {
      width: 20%; }

.sdgContent * {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.sdgContent h5 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  line-height: 1.6em; }

.sdgContent p {
  text-align: center;
  color: #0A1F62; }

.sdgContent .confirm {
  display: block;
  padding: 0 30px;
  line-height: 44px;
  font-size: 18px;
  letter-spacing: 3px;
  margin: 20px auto 0 auto; }

#sdgSelect {
  position: relative; }
  #sdgSelect:before {
    position: absolute;
    z-index: 8;
    display: block;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '.';
    color: rgba(0, 0, 0, 0); }

ul.sdgTagList {
  margin: 30px 0 0 0; }
  ul.sdgTagList li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 15.1%;
    margin: 0 0.5% 15px 0.5%; }
    ul.sdgTagList li img {
      max-width: 100%; }
    ul.sdgTagList li label {
      display: inline-block;
      vertical-align: top;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
      ul.sdgTagList li label input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: absolute;
        opacity: 0;
        background: none; }
        ul.sdgTagList li label input[type="checkbox"]:checked + span {
          border: 3px solid #fff; }
          ul.sdgTagList li label input[type="checkbox"]:checked + span img {
            opacity: 1; }
          ul.sdgTagList li label input[type="checkbox"]:checked + span:before {
            display: block; }
          ul.sdgTagList li label input[type="checkbox"]:checked + span:hover:before {
            background: black; }
    ul.sdgTagList li span {
      display: block;
      line-height: 0;
      border: 3px solid #fff; }
      ul.sdgTagList li span img {
        opacity: 0.5; }
      ul.sdgTagList li span:before {
        position: absolute;
        bottom: 8px;
        right: 8px;
        padding: 1px 0 0 1px;
        display: block;
        font-family: 'feg';
        content: 'E';
        text-align: center;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 30px;
        background: #000;
        color: #fff;
        border-radius: 50% 50%;
        display: none; }
      ul.sdgTagList li span:hover {
        border: 3px solid #fff;
        cursor: pointer; }
        ul.sdgTagList li span:hover:before {
          background: rgba(0, 0, 0, 0.5);
          color: #fff;
          display: block; }
        ul.sdgTagList li span:hover img {
          opacity: 1; }
      ul.sdgTagList li span:active:before {
        background: black; }
    ul.sdgTagList li .text {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #fff;
      background: none;
      font-size: 24px;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }

ul.newsList {
  margin: 40px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  ul.newsList.listMode li {
    position: relative;
    padding-bottom: 40px;
    margin-top: 40px;
    border-bottom: 1px solid #888; }
    ul.newsList.listMode li:after {
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      float: none;
      clear: both;
      height: 0; }
    ul.newsList.listMode li figure {
      float: right;
      width: 30%; }
    ul.newsList.listMode li .downArea {
      position: absolute;
      left: 0;
      bottom: 40px;
      opacity: 1;
      height: auto; }
      ul.newsList.listMode li .downArea time, ul.newsList.listMode li .downArea .newsTag {
        display: inline-block;
        vertical-align: top; }
      ul.newsList.listMode li .downArea .newsTag a {
        margin-left: 15px; }
    ul.newsList.listMode li .newsBox {
      width: 65%;
      margin-right: 35%; }
      ul.newsList.listMode li .newsBox a.newsLink {
        color: #171717;
        display: block;
        font-size: 24px;
        line-height: 1.6em;
        margin-bottom: 20px; }
        ul.newsList.listMode li .newsBox a.newsLink:visited {
          color: #171717; }
        ul.newsList.listMode li .newsBox a.newsLink:hover {
          color: #F50002; }
      ul.newsList.listMode li .newsBox .summary {
        color: #777;
        margin-bottom: 50px; }
  ul.newsList.gridMode {
    width: 101.5%;
    margin-left: -0.74%; }
    ul.newsList.gridMode li {
      display: inline-block;
      vertical-align: top;
      width: 23%;
      margin: 0 0.74% 50px 0.74%;
      -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
      background: #0E1F53; }
      ul.newsList.gridMode li:hover {
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15); }
        ul.newsList.gridMode li:hover figure a:before {
          background: rgba(14, 31, 83, 0); }
        ul.newsList.gridMode li:hover figure img {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -o-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      ul.newsList.gridMode li figure {
        line-height: 0;
        overflow: hidden; }
        ul.newsList.gridMode li figure a {
          position: relative;
          display: block; }
          ul.newsList.gridMode li figure a:before {
            position: absolute;
            z-index: 3;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            content: '.';
            color: rgba(0, 0, 0, 0);
            background: rgba(14, 31, 83, 0.3);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        ul.newsList.gridMode li figure img {
          position: relative;
          z-index: 1;
          width: 100.5%;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      ul.newsList.gridMode li .newsTag {
        opacity: 0;
        height: 0; }
      ul.newsList.gridMode li .newsBox {
        position: relative;
        background: #0E1F53;
        color: #fff;
        text-align: left;
        padding: 30px 25px 60px 25px; }
        ul.newsList.gridMode li .newsBox .summary {
          opacity: 0;
          height: 0; }
        ul.newsList.gridMode li .newsBox time {
          position: absolute;
          left: 25px;
          bottom: 15px;
          color: #DADDE3; }
        ul.newsList.gridMode li .newsBox a.newsLink {
          color: #fff;
          height: 180px;
          max-height: none;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          font-size: 20px;
          line-height: 1.8em; }
          ul.newsList.gridMode li .newsBox a.newsLink:visited {
            color: #fff; }
          ul.newsList.gridMode li .newsBox a.newsLink:hover {
            color: #fff; }
  ul.newsList li {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    ul.newsList li .newsBox .summary {
      margin-bottom: 0; }
    ul.newsList li img {
      max-width: 100%; }
    ul.newsList li time {
      font-size: 14px; }
    ul.newsList li .newsTag {
      font-size: 14px; }
      ul.newsList li .newsTag a {
        color: #0A1F62;
        text-decoration: underline; }
        ul.newsList li .newsTag a:visited {
          color: #0A1F62; }
        ul.newsList li .newsTag a:hover {
          color: #F50002; }

ul.searchList {
  margin: 40px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  ul.searchList li {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-bottom: 40px;
    margin-top: 40px;
    border-bottom: 1px solid #888; }
    ul.searchList li:after {
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      float: none;
      clear: both;
      height: 0; }
    ul.searchList li .newsBox .summary {
      margin-bottom: 0; }
    ul.searchList li figure {
      float: right;
      width: 30%; }
    ul.searchList li img {
      max-width: 100%; }
    ul.searchList li time {
      font-size: 14px; }
    ul.searchList li .pathArea span {
      display: inline-block;
      vertical-align: top; }
      ul.searchList li .pathArea span + span:before {
        display: inline-block;
        vertical-align: top;
        content: '/';
        margin: 0 5px; }
    ul.searchList li .searchBoxContent {
      width: 65%;
      margin-right: 35%; }
      ul.searchList li .searchBoxContent a.searchLink {
        color: #171717;
        display: block;
        font-size: 24px;
        line-height: 1.6em;
        margin-bottom: 20px; }
        ul.searchList li .searchBoxContent a.searchLink:visited {
          color: #171717; }
        ul.searchList li .searchBoxContent a.searchLink:hover {
          color: #F50002; }
      ul.searchList li .searchBoxContent .summary {
        color: #777;
        margin-bottom: 50px; }

.styleGroup {
  float: right; }
  .styleGroup:after {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    float: none;
    clear: both; }
  .styleGroup .nameTitle {
    color: #171717;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .styleGroup .styleList button {
    float: left;
    padding: 0;
    border: 0; }
  .styleGroup .styleList [class^='icon-'] {
    display: block;
    font-size: 32px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    background: #fff; }
    .styleGroup .styleList [class^='icon-']:before {
      display: block;
      line-height: 52px; }
    .styleGroup .styleList [class^='icon-']:hover, .styleGroup .styleList [class^='icon-'].select {
      background: #00377E;
      color: #fff; }
  .styleGroup ul.styleList li {
    float: left; }
    .styleGroup ul.styleList li:hover [class^='icon-'], .styleGroup ul.styleList li.select [class^='icon-'] {
      background: #00377E;
      color: #fff; }
    .styleGroup ul.styleList li [class^='icon-'] {
      display: block;
      font-size: 32px;
      width: 52px;
      line-height: 52px;
      text-align: center;
      background: #fff; }
      .styleGroup ul.styleList li [class^='icon-']:before {
        display: block;
        line-height: 52px; }

.searchResult .searchTag {
  margin: 20px 0 20px 0; }
  .searchResult .searchTag .tag {
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    padding: 0 10px;
    background: rgba(16, 33, 84, 0.05);
    border-radius: 17px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #0A1F62;
    font-size: 14px; }
    .searchResult .searchTag .tag a, .searchResult .searchTag .tag span {
      display: inline-block;
      vertical-align: middle; }
    .searchResult .searchTag .tag .icon-no {
      font-size: 20px; }
      .searchResult .searchTag .tag .icon-no:before {
        pointer: relative;
        margin-top: -3px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
  .searchResult .searchTag a.btnReset {
    background: rgba(12, 15, 100, 0);
    color: #0A1F62;
    border: 1px solid rgba(12, 15, 100, 0);
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    padding: 0 15px; }
    .searchResult .searchTag a.btnReset:visited, .searchResult .searchTag a.btnReset:active, .searchResult .searchTag a.btnReset:focus {
      color: #0A1F62;
      text-decoration: none; }
    .searchResult .searchTag a.btnReset:hover {
      background: #333;
      color: #fff;
      background: #0A1F62;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #0A1F62; }

.mainArticle {
  display: inline-block;
  vertical-align: top;
  width: calc(85% - 230px); }
  .articleContent.publish .mainArticle {
    width: calc(90% - 366px);
    margin-left: calc(10% + 366px); }
  .mainArticle .summary {
    background: #f8f8f8;
    margin: 0 40px 80px 40px;
    padding: 40px  100px; }

.sideContent {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  float: right;
  color: #0A1F62;
  font-size: 14px; }
  .sideContent h5 {
    color: #666;
    font-weight: normal;
    margin-bottom: 10px; }
  .sideContent p {
    font-size: 14px; }
  .sideContent .tag {
    display: inline-block;
    vertical-align: top;
    float: left;
    line-height: 34px;
    padding: 0 19px;
    background: rgba(16, 33, 84, 0.05);
    border-radius: 5px;
    margin: 0 8px 8px 0; }
    .sideContent .tag a {
      color: #0A1F62; }
      .sideContent .tag a:visited {
        color: #0A1F62; }
      .sideContent .tag a:hover {
        color: #F50002; }
    .sideContent .tag span {
      display: inline-block;
      vertical-align: middle; }

ul.sideSdgList li {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 68px;
  margin: 0 8px 8px 0; }
  ul.sideSdgList li img {
    width: 100%; }

.sideGroup {
  margin-bottom: 40px; }
  .sideGroup:after {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    height: 0;
    float: none;
    clear: both; }

.sideLink a {
  color: #0A1F62;
  text-decoration: underline;
  margin-right: 20px; }
  .sideLink a:visited {
    color: #0A1F62; }
  .sideLink a:hover {
    color: #F50002; }

.insidePublication, .insideBook {
  background: #f6f6f9;
  padding: 80px 0; }

ul.publicationList {
  width: 101.5%;
  margin-left: -0.74%; }
  ul.publicationList li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 0 0.74% 50px 0.74%;
    color: #fff;
    background: #0E1F53;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05); }
    ul.publicationList li:hover {
      cursor: pointer;
      -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15); }
      ul.publicationList li:hover figure img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    ul.publicationList li figure {
      overflow: hidden; }
      ul.publicationList li figure img {
        max-width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    ul.publicationList li .publicationBox {
      padding: 40px; }
      ul.publicationList li .publicationBox a.blankLink {
        color: #fff;
        font-size: 24px;
        line-height: 1.6em;
        display: block;
        text-align: center;
        margin-bottom: 15px; }
        ul.publicationList li .publicationBox a.blankLink:visited {
          color: #fff; }
        ul.publicationList li .publicationBox a.blankLink:hover {
          color: #fff; }
      ul.publicationList li .publicationBox p {
        min-height: 288px;
        margin-bottom: 0; }

ul.publishList {
  width: 101.5%;
  margin-left: -0.74%; }
  ul.publishList li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 0 0.74% 50px 0.74%;
    color: #0A1F62;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05); }
    ul.publishList li:hover {
      cursor: pointer;
      -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15); }
      ul.publishList li:hover figure img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    ul.publishList li figure {
      overflow: hidden; }
      ul.publishList li figure img {
        max-width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    ul.publishList li .publishBox {
      padding: 20px;
      text-align: center;
      min-height: 166px; }
      ul.publishList li .publishBox a {
        color: #0A1F62;
        font-size: 24px;
        line-height: 1.6em;
        display: block;
        text-align: center;
        margin-bottom: 0; }
        ul.publishList li .publishBox a:visited {
          color: #0A1F62; }
        ul.publishList li .publishBox a:hover {
          color: #F50002; }
      ul.publishList li .publishBox p {
        margin-bottom: 0;
        height: auto;
        max-height: 72px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }

.publishArea {
  position: absolute;
  width: 366px;
  float: left; }
  .publishArea.fixed {
    position: fixed;
    top: 100px; }
  .publishArea figure {
    margin-bottom: 60px; }
  .publishArea img {
    width: 100%; }
  .publishArea h5 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px; }
  .publishArea p {
    font-size: 18px;
    color: #0A1F62;
    margin-bottom: 40px; }
  .publishArea .textCopyright {
    display: block;
    font-size: 14px; }

ul.chapterList {
  margin: 30px 50px 0 50px; }
  ul.chapterList.noIndex li {
    padding: 20px 85px 20px 20px; }
    ul.chapterList.noIndex li .num {
      display: none; }
  ul.chapterList li {
    position: relative;
    background: #f8f8f8;
    padding: 20px 85px;
    margin-bottom: 20px; }
    ul.chapterList li:hover {
      cursor: pointer; }
      ul.chapterList li:hover a.icon-book, ul.chapterList li:hover a.icon-book:visited {
        color: #F50002; }
    ul.chapterList li .num {
      position: absolute;
      top: 26px;
      left: 20px;
      color: #E6E6E6;
      font-family: Arial;
      font-weight: bold;
      font-size: 36px;
      font-style: italic; }
    ul.chapterList li a.icon-book {
      color: #DADDE3;
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 36px; }
      ul.chapterList li a.icon-book:visited {
        color: #DADDE3; }
      ul.chapterList li a.icon-book:hover {
        color: #F50002; }
    ul.chapterList li p {
      margin-bottom: 0; }

/*--> Sitemap -----------------------------------------------------------------------*/
.textArticle {
  min-height: 300px; }

.sitemapArticle {
  text-align: left;
  padding: 80px 0; }
  .sitemapArticle h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 0; }
  .sitemapArticle h4 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 20px; }

ul.sitemap {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 22%;
  margin: 0 1% 20px 1%; }
  ul.sitemap li {
    position: relative;
    line-height: 1.4em;
    margin-bottom: 10px; }

/*--> 404 -----------------------------------------------------------------------*/
.content404 {
  padding: 100px 0; }
  .content404 .picMain {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    float: right; }
    .content404 .picMain img {
      width: 100%; }
  .content404 .bbsArticle {
    display: inline-block;
    vertical-align: top;
    width: 52%; }

/*--> History ---------------------------------------------------------------------------*/
.historyLine {
  position: relative;
  z-index: 5;
  text-align: left; }
  .historyLine .yearGroup:nth-child(even) {
    background: #f6f6f9; }
  .historyLine .yearGroup {
    position: relative;
    text-align: right; }
    .historyLine .yearGroup:first-child .yearPoint:before {
      background: #1B337C; }
    .historyLine .yearGroup:first-child .areaContent:after {
      position: absolute;
      z-index: 5;
      left: 50px;
      top: 0;
      height: 125px;
      content: ' ';
      border-left: 1px solid #fff; }
    .historyLine .yearGroup:last-child:before {
      height: 25px;
      bottom: auto; }
    .historyLine .yearGroup:last-child p {
      margin-bottom: 0; }
    .historyLine .yearGroup .historyContent {
      width: calc(33% - 50px);
      text-align: left;
      margin: 100px 0 100px 50px; }
      .historyLine .yearGroup .historyContent a.moreLink {
        position: absolute;
        left: 100px;
        bottom: 100px;
        border-bottom: none; }
    .historyLine .yearGroup .areaContent {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .historyLine .yearGroup .areaContent:before {
        position: absolute;
        left: 50px;
        top: 0;
        bottom: 0;
        content: ' ';
        border-left: 1px solid #aaa; }
    .historyLine .yearGroup .img {
      display: inline-block;
      vertical-align: top;
      width: 60%;
      margin: 100px auto;
      -webkit-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.15); }
      .historyLine .yearGroup .img img {
        width: 100%; }
    .historyLine .yearGroup:after {
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      clear: both;
      float: none;
      height: 0; }
    .historyLine .yearGroup .yearContent {
      position: relative;
      margin-left: 50px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .historyLine .yearGroup time {
      display: block;
      font-size: 150px;
      line-height: 150px;
      margin-bottom: 40px;
      font-weight: bold;
      color: #DADDE3; }
    .historyLine .yearGroup h4 {
      font-size: 36px;
      line-height: 1.6em;
      color: #0E1F53;
      font-weight: normal;
      margin-bottom: 10px; }
    .historyLine .yearGroup p {
      height: auto;
      max-height: 288px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      margin-bottom: 0; }
    .historyLine .yearGroup .yearPoint {
      position: relative;
      z-index: 8;
      float: left; }
      .historyLine .yearGroup .yearPoint:before {
        position: absolute;
        top: 25px;
        left: 0px;
        margin-left: -9px;
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 10px;
        background: #1B337C;
        border: 2px solid #fff;
        content: ' '; }
      .historyLine .yearGroup .yearPoint:after {
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 23px;
        left: 0px;
        margin-left: -11px;
        width: 20px;
        height: 20px;
        border-radius: 12px;
        border: 2px solid #1B337C; }

.milestoneSearch {
  background: #ECEEF5;
  padding: 40px 0; }
  .milestoneSearch .btnArea {
    display: inline-block;
    vertical-align: top;
    margin: 34px 0 0 60px; }
    .milestoneSearch .btnArea .btnConfirm {
      padding: 0 60px; }
  .milestoneSearch .selectGroup {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 60px;
    min-width: 200px; }
    .milestoneSearch .selectGroup:first-child {
      width: 360px;
      margin-left: 0; }

.milestoneHistory {
  padding: 40px 0 140px 0; }
  .milestoneHistory a.jscroll-next {
    background: #fff;
    color: #09003E;
    border: 1px solid #09003E;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    padding: 0;
    width: 60px;
    line-height: 53px;
    padding-bottom: 4px;
    letter-spacing: 1px;
    position: absolute;
    left: 35%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .milestoneHistory a.jscroll-next:visited, .milestoneHistory a.jscroll-next:active, .milestoneHistory a.jscroll-next:focus {
      color: #09003E;
      text-decoration: none; }
    .milestoneHistory a.jscroll-next:hover {
      background: #333;
      color: #fff;
      background: #0A1F62;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #0A1F62; }
    .milestoneHistory a.jscroll-next .icon-angle-down {
      text-align: center; }
      .milestoneHistory a.jscroll-next .icon-angle-down:before {
        position: relative;
        top: -14px;
        display: block;
        vertical-align: middle;
        line-height: 0; }
  .milestoneHistory .note {
    color: #F50002;
    font-size: 18px;
    margin: 20px auto; }

ul.milestoneList {
  position: relative;
  z-index: 5;
  text-align: left;
  width: 80%;
  margin: 0 auto; }
  ul.milestoneList:before {
    position: absolute;
    z-index: 2;
    left: 35%;
    top: 0;
    height: 123px;
    content: ' ';
    margin-left: -1px;
    border-left: 3px solid #fff; }
  ul.milestoneList li {
    position: relative;
    z-index: 1;
    padding: 20px 0; }
    ul.milestoneList li.end .yearPoint:before {
      position: absolute;
      z-index: 3;
      top: 100%;
      left: 35%;
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 50% 50%;
      border: none;
      background: #aaa;
      content: ' '; }
    ul.milestoneList li.year .yearPoint:before {
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 35%;
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 50% 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      border: none;
      background: #1B337C;
      content: ' '; }
    ul.milestoneList li.year .yearPoint:after {
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 35%;
      width: 30px;
      height: 30px;
      border-radius: 50% 50%;
      background: #fff;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      border: 2px solid #1B337C; }
    ul.milestoneList li:before {
      position: absolute;
      left: 35%;
      top: 0;
      bottom: 0;
      content: ' ';
      border-left: 1px solid #aaa; }
    ul.milestoneList li:after {
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      clear: both;
      float: none;
      height: 0; }
    ul.milestoneList li .img {
      float: left;
      line-height: 0;
      width: 29%;
      border: 3px solid #fff;
      -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15); }
      ul.milestoneList li .img img {
        width: 100%; }
      ul.milestoneList li .img + .yearContent {
        margin-top: 7.8%; }
    ul.milestoneList li .yearContent {
      position: relative;
      margin-left: 40%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      vertical-align: middle; }
    ul.milestoneList li time {
      font-size: 150px;
      line-height: 1.6em;
      font-weight: bold;
      color: #DADDE3; }
    ul.milestoneList li a {
      color: #0A1F62;
      text-decoration: underline; }
      ul.milestoneList li a:visited {
        color: #0A1F62; }
      ul.milestoneList li a:hover {
        color: #F50002; }
    ul.milestoneList li a.jscroll-next {
      text-decoration: none; }
    ul.milestoneList li p {
      font-size: 24px;
      margin-bottom: 0; }
    ul.milestoneList li .yearPoint:before {
      position: absolute;
      top: 50%;
      left: 35%;
      display: block;
      width: 26px;
      height: 26px;
      line-height: 26px;
      border-radius: 16px;
      text-align: center;
      overflow: hidden;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background: #fff;
      border: 2px solid #1B337C;
      font-family: 'feg';
      content: 'b'; }

.loaders {
  position: absolute;
  left: 35%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 24px;
  color: #0A1F62;
  margin-top: 9px; }
  .loaders:before {
    display: block;
    font-family: 'feg';
    content: 'B';
    text-align: center;
    font-size: 40px;
    margin: 0 0 18px 3px; }

/*--> Article -----------------------------------------------------------------------*/
.articleTitle {
  font-size: 32px;
  text-align: center;
  line-height: 2em; }

/*--> Spirit ---------------------------------------------------------------------------*/
.imgBrief {
  position: relative;
  background: #09003E;
  color: #fff;
  padding: 100px 0; }
  .imgBrief + .bbsArticle {
    margin: 0; }
  .imgBrief .main {
    display: inline-block;
    vertical-align: middle;
    width: 33.5%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }
    .imgBrief .main img {
      max-width: 100%; }
    .imgBrief .main a.linkBack {
      color: #fff;
      font-size: 28px;
      position: relative;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .imgBrief .main a.linkBack:visited {
        color: #fff; }
      .imgBrief .main a.linkBack:hover {
        color: #fff; }
      .imgBrief .main a.linkBack:hover {
        left: -20px; }
      .imgBrief .main a.linkBack:before {
        position: relative;
        top: -5px;
        font-family: 'feg';
        content: 'f';
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
        background: #fff;
        color: #09003E;
        border-radius: 50%; }
  .imgBrief .textArea {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin-left: 40%; }
    .imgBrief .textArea p {
      margin-bottom: 0; }

/*--> Spirit Content [bbsArticle]--------------------------------------------------------*/
.bbsArticle > div.spiritArea {
  margin-bottom: 0; }

.spiritArea .spiritGroup:nth-child(even) {
  background: #f6f6f9; }
  .spiritArea .spiritGroup:nth-child(even) .areaContent {
    display: table; }
  .spiritArea .spiritGroup:nth-child(even) .main {
    float: right; }
  .spiritArea .spiritGroup:nth-child(even) .textArea {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .spiritArea .spiritGroup:nth-child(even) .water {
    top: -55%;
    left: -35%;
    right: auto;
    height: 200%;
    opacity: .04; }

.spiritArea .spiritGroup:nth-child(4) .water {
  top: 4%;
  left: -28%; }

.spiritArea .spiritGroup:nth-child(5) .water {
  top: -45%;
  right: -28%; }

.spiritGroup {
  position: relative;
  padding: 20px 0;
  overflow: hidden; }
  .spiritGroup:after {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .spiritGroup .water {
    position: absolute;
    z-index: 1;
    top: -35%;
    right: -38%;
    height: 200%;
    opacity: .04; }
    .spiritGroup .water img {
      height: 100%; }
  .spiritGroup .main {
    width: 50%;
    display: inline-block;
    vertical-align: middle; }
    .spiritGroup .main img {
      width: 100%;
      margin: 0; }
  .spiritGroup .textArea {
    width: 32%;
    margin-left: 5%;
    display: inline-block;
    vertical-align: middle; }
    .spiritGroup .textArea h4 {
      position: relative;
      font-size: 36px;
      line-height: 1.8em;
      color: #1B337C;
      font-weight: 500;
      margin-bottom: 10px; }
      .spiritGroup .textArea h4:before {
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 20%;
        left: -25px;
        height: 80px;
        border-left: 6px solid #1B337C; }
    .spiritGroup .textArea p {
      font-size: 24px;
      margin-bottom: 0; }

/*--> Profiles  ---------------------------------------------------------------------------*/
.profilesInfo {
  position: relative;
  line-height: 0;
  background: #f6f6f9; }
  .profilesInfo + .bbsArticle {
    margin: 0; }
  .profilesInfo .picMain {
    position: absolute;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover; }
    .profilesInfo .picMain img {
      width: 100%;
      -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
      transform: translateY(-25%); }
  .profilesInfo .areaContent {
    position: relative;
    padding: 150px 0;
    text-align: left; }
  .profilesInfo .textArea {
    width: 50%;
    text-align: left;
    margin-left: 50%; }
    .profilesInfo .textArea h3 {
      font-size: 36px;
      line-height: 1.6em;
      margin-bottom: 20px; }
    .profilesInfo .textArea p {
      margin-bottom: 0; }

.stockSlideArea {
  margin: 80px auto; }
  .stockSlideArea .textArea span {
    display: block; }
  .stockSlideArea .textArea a.name {
    color: #171717;
    font-weight: bold; }
    .stockSlideArea .textArea a.name:visited {
      color: #171717; }
    .stockSlideArea .textArea a.name:hover {
      color: #F50002; }
  .stockSlideArea .swiper-slide {
    text-align: center; }
    .stockSlideArea .swiper-slide img {
      width: 100%; }
  .stockSlideArea .stock-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -40px;
    opacity: .5; }
    .stockSlideArea .stock-button-next.swiper-button-disabled, .stockSlideArea .stock-button-next.swiper-button-disabled:hover {
      opacity: .3; }
    .stockSlideArea .stock-button-next:hover {
      opacity: 1; }
    .stockSlideArea .stock-button-next:before {
      display: block;
      font-family: 'feg';
      content: 'e';
      font-size: 36px; }
  .stockSlideArea .stock-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -40px;
    opacity: .5; }
    .stockSlideArea .stock-button-prev.swiper-button-disabled, .stockSlideArea .stock-button-prev.swiper-button-disabled:hover {
      opacity: .3; }
    .stockSlideArea .stock-button-prev:hover {
      opacity: 1; }
    .stockSlideArea .stock-button-prev:before {
      display: block;
      font-family: 'feg';
      content: 'f';
      font-size: 36px; }

.majorArea {
  background: #0E1F53;
  color: #fff;
  padding: 100px 0; }
  .majorArea .title {
    color: #fff;
    font-weight: 500; }

ul.majorList {
  font-size: 24px;
  margin-top: 80px; }
  ul.majorList:after {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    float: none;
    clear: both;
    height: 0; }
  ul.majorList li {
    position: relative;
    width: 20%;
    float: left; }
    ul.majorList li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      display: block; }
      ul.majorList li a .text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        color: #fff;
        padding: 20px;
        width: 140px;
        text-align: center;
        font-weight: bold; }
    ul.majorList li:hover figure img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    ul.majorList li figure {
      position: relative;
      z-index: 1;
      overflow: hidden; }
      ul.majorList li figure img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

/*--> Profiles Content[bbsArticle] -----------------------------------------------------*/
.bbsArticle .profilesContent {
  position: relative; }
  .bbsArticle .profilesContent ul {
    margin: 0; }
  .bbsArticle .profilesContent img {
    width: 100%;
    margin: 0; }
  .bbsArticle .profilesContent > .areaContent {
    margin: 80px auto; }
    .bbsArticle .profilesContent > .areaContent .leftArea {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 48.5%; }
      .bbsArticle .profilesContent > .areaContent .leftArea .numberGroup {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px;
        color: #0A1F62; }
        .bbsArticle .profilesContent > .areaContent .leftArea .numberGroup mark {
          color: #0A1F62; }
        .bbsArticle .profilesContent > .areaContent .leftArea .numberGroup .name {
          display: block; }
        .bbsArticle .profilesContent > .areaContent .leftArea .numberGroup .text {
          font-size: 32px; }
    .bbsArticle .profilesContent > .areaContent .rightArea {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 49%;
      float: right; }
  .bbsArticle .profilesContent ul.rightList {
    position: relative;
    text-align: right; }
    .bbsArticle .profilesContent ul.rightList li {
      display: inline-block;
      vertical-align: top;
      width: 47.5%; }
      .bbsArticle .profilesContent ul.rightList li .img {
        line-height: 0; }
      .bbsArticle .profilesContent ul.rightList li:nth-child(1) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #19319A; }
        .bbsArticle .profilesContent ul.rightList li:nth-child(1) .numberGroup {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          padding: 30px;
          color: #fff;
          text-align: center; }
          .bbsArticle .profilesContent ul.rightList li:nth-child(1) .numberGroup mark {
            color: #fff; }
            .bbsArticle .profilesContent ul.rightList li:nth-child(1) .numberGroup mark span {
              display: block; }
      .bbsArticle .profilesContent ul.rightList li:nth-child(2) .numberGroup {
        width: 47.5%;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        text-align: center; }
        .bbsArticle .profilesContent ul.rightList li:nth-child(2) .numberGroup mark {
          color: #fff; }
          .bbsArticle .profilesContent ul.rightList li:nth-child(2) .numberGroup mark span {
            display: block; }
  .bbsArticle .profilesContent .lastBox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 49%; }
    .bbsArticle .profilesContent .lastBox .numberGroup {
      top: 0;
      left: 0;
      padding: 30px;
      color: #0A1F62; }
      .bbsArticle .profilesContent .lastBox .numberGroup mark {
        color: #0A1F62;
        display: inline-block;
        vertical-align: top;
        line-height: 0; }
      .bbsArticle .profilesContent .lastBox .numberGroup .name {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px; }
  .bbsArticle .profilesContent .numberGroup {
    position: absolute; }
    .bbsArticle .profilesContent .numberGroup .name {
      font-size: 18px;
      display: block; }
    .bbsArticle .profilesContent .numberGroup mark {
      background: none;
      display: block; }
      .bbsArticle .profilesContent .numberGroup mark span {
        display: inline-block;
        vertical-align: bottom;
        line-height: 1em; }
      .bbsArticle .profilesContent .numberGroup mark .number {
        font-size: 96px;
        font-weight: bold; }
      .bbsArticle .profilesContent .numberGroup mark .text {
        position: relative;
        top: -10px;
        font-size: 18px;
        margin-left: 10px; }

.profilesFull {
  position: relative;
  line-height: 0;
  background: #0E1F53; }
  .profilesFull .picMain {
    position: absolute;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover; }
    .profilesFull .picMain img {
      width: 100%;
      margin: 0;
      -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
      transform: translateY(-25%); }
  .profilesFull .areaContent {
    position: relative;
    padding: 150px 0;
    text-align: right; }
  .profilesFull .textArea {
    width: 50%;
    text-align: left;
    margin-left: 50%;
    color: #fff; }
    .profilesFull .textArea h3 {
      font-size: 36px;
      line-height: 1.6em;
      margin-bottom: 20px; }
    .profilesFull .textArea p {
      margin-bottom: 0; }

/*--> Team ---------------------------------------------------------------------------*/
.briefArea {
  background: #09003E;
  color: #fff;
  padding: 80px 0 60px 0; }
  .briefArea p {
    width: 68%; }

.teamArea {
  padding: 80px 0;
  background: #f8f8f8; }
  .teamArea .ps {
    color: #999;
    font-size: 16px; }

ul.teamList {
  width: 102.6%;
  margin-left: -1.3%; }
  ul.teamList li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 17.14%;
    margin: 0 1.24% 60px 1.24%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08); }
    ul.teamList li figure {
      overflow: hidden; }
      ul.teamList li figure img {
        width: 100.5%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    ul.teamList li .textArea {
      padding: 20px 10px 20px 10px; }
      ul.teamList li .textArea h6 {
        font-size: 24px;
        line-height: 1.8em;
        font-weight: 500; }
      ul.teamList li .textArea span {
        display: block;
        font-size: 18px;
        line-height: 1.6em; }

/*--> About ---------------------------------------------------------------------------*/
.storyArea {
  position: relative;
  background: #09003E;
  color: #fff; }
  .storyArea .summary {
    width: 62%; }
  .storyArea .areaContent {
    padding: 80px 0; }
  .storyArea .waterImg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
    .storyArea .waterImg img {
      height: 100%; }
  .storyArea a.btnMore {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    .storyArea a.btnMore:visited, .storyArea a.btnMore:active, .storyArea a.btnMore:focus {
      color: #fff;
      text-decoration: none; }
    .storyArea a.btnMore:hover {
      background: #333;
      color: #0A1F62;
      background: #fff;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #fff; }
  .storyArea h2 {
    font-size: 36px;
    line-height: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.05em; }
  .storyArea .bbsArticle {
    max-width: 69%;
    margin: 0;
    display: none; }

.contentStory > h2 {
  font-size: 36px;
  line-height: 2em;
  font-weight: 400;
  margin-bottom: 20px; }

.contentStory .bbsArticle {
  margin: 0; }

.contentStory a.btnMore {
  display: none; }

.footprintArea {
  padding: 80px 0;
  background: #f8f8f8;
  text-align: center; }
  .footprintArea a.btnMore {
    display: none; }
    .footprintArea a.btnMore.show {
      display: inline-block; }

ul.footprintList.open li {
  height: 100%;
  opacity: 1;
  margin-bottom: 100px; }

ul.footprintList li {
  position: relative;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  height: 0;
  overflow: hidden; }
  ul.footprintList li:nth-child(1), ul.footprintList li:nth-child(2), ul.footprintList li:nth-child(3), ul.footprintList li:nth-child(4) {
    height: 100%;
    opacity: 1;
    margin-bottom: 100px; }
  ul.footprintList li:hover {
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3); }
  ul.footprintList li:after {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    height: 0;
    clear: both;
    float: none; }
  ul.footprintList li:nth-child(even) figure {
    float: right; }
  ul.footprintList li:nth-child(even) .footprintText a.moreLink, ul.footprintList li:nth-child(even) .footprintText a.urlLink {
    left: 0;
    margin-left: 60px; }
  ul.footprintList li figure {
    display: inline-block;
    vertical-align: top;
    width: 51%; }
    ul.footprintList li figure img {
      width: 100%; }
  ul.footprintList li .footprintText {
    display: inline-block;
    vertical-align: top;
    width: 48.3%;
    max-height: 400px;
    padding: 60px;
    overflow: hidden; }
    ul.footprintList li .footprintText a.moreLink {
      position: absolute;
      left: 51.6%;
      margin-left: 60px;
      bottom: 60px; }
    ul.footprintList li .footprintText a.urlLink {
      color: #0A1F62;
      position: relative;
      border-bottom: 1px solid #0A1F62;
      font-size: 20px;
      position: absolute;
      left: 51.6%;
      margin-left: 60px;
      bottom: 60px; }
      ul.footprintList li .footprintText a.urlLink:visited {
        color: #0A1F62; }
      ul.footprintList li .footprintText a.urlLink:hover {
        color: #F50002; }
      ul.footprintList li .footprintText a.urlLink:hover {
        border-bottom: 1px solid #F50002; }
      ul.footprintList li .footprintText a.urlLink [class^='icon-'] {
        position: absolute;
        bottom: 0;
        left: 100%;
        margin-left: 15px; }
        ul.footprintList li .footprintText a.urlLink [class^='icon-']:before {
          position: relative;
          top: 6px;
          font-size: 28px; }
    ul.footprintList li .footprintText h4 {
      font-size: 24px;
      line-height: 1.6em;
      margin-bottom: 20px;
      font-weight: 500; }
    ul.footprintList li .footprintText p.summary {
      height: auto;
      max-height: 252px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical; }
    ul.footprintList li .footprintText .bbsArticle {
      margin: 0;
      display: none; }

.contentFootprint > figure {
  text-align: center;
  margin: 20px 0; }
  .contentFootprint > figure img {
    max-width: 900px; }

.contentFootprint .footprintText > h4 {
  font-size: 24px;
  line-height: 1.6em;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center; }

.contentFootprint .bbsArticle {
  margin: 0; }

.contentFootprint a.moreLink {
  display: none; }

.albumArea {
  padding: 80px 0;
  background: #0E1F53; }
  .albumArea .title {
    color: #fff; }

.photoArea {
  margin-top: 80px; }
  .photoArea figure {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 0 1.25% 40px 1.25%;
    border: 3px solid #fff;
    overflow: hidden; }
    .photoArea figure a {
      display: block;
      width: 100%;
      height: 100%; }
    .photoArea figure.horizontal img {
      position: relative;
      top: 0;
      -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
      transform: translateX(-50%) translateY(0%);
      width: auto;
      height: 100%; }
    .photoArea figure img {
      position: relative;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      height: auto; }

/*--> Photo Swipe -----------------------------------------------------------------------*/
.pswp__bg {
  background: rgba(0, 0, 0, 0.85); }

.pswp__caption__center {
  max-width: 60%;
  text-align: center;
  font-size: 18px; }

.pswp__ui .pswp__caption {
  bottom: 10%;
  background-color: rgba(0, 0, 0, 0); }

/*--> Business -----------------------------------------------------------------------*/
.businessInfo {
  position: relative;
  line-height: 0;
  background: #ECEEF5; }
  .businessInfo .picMain {
    display: inline-block;
    vertical-align: top;
    width: 45%; }
    .businessInfo .picMain img {
      width: 100%; }
  .businessInfo .areaContent {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    text-align: left; }
  .businessInfo .textArea {
    width: 50%;
    text-align: left;
    margin-left: 50%;
    color: #0A1F62; }
    .businessInfo .textArea h3 {
      font-size: 36px;
      line-height: 1.6em;
      margin-bottom: 20px; }
    .businessInfo .textArea p {
      height: auto;
      max-height: 288px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      margin-bottom: 0; }

.mainBusiness {
  margin: 80px auto;
  text-align: center; }

ul.mainBusinessList {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto; }
  ul.mainBusinessList::after {
    display: block;
    content: '.';
    height: 0;
    clear: both;
    float: none;
    color: rgba(0, 0, 0, 0); }
  ul.mainBusinessList.hidden {
    display: none; }
    ul.mainBusinessList.hidden + ul.mainBusinessList {
      margin-top: 0; }
  ul.mainBusinessList + ul.mainBusinessList {
    margin-top: 100px; }
  ul.mainBusinessList.type1 {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
    ul.mainBusinessList.type1 li {
      width: calc(50% - 40px);
      margin: 40px 20px 0 20px;
      float: left; }
  ul.mainBusinessList.type2 {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
    ul.mainBusinessList.type2 li {
      width: calc(33.3% - 40px);
      margin: 40px 20px 0 20px;
      float: left; }
  ul.mainBusinessList.type3 {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
    ul.mainBusinessList.type3 li {
      width: calc(50% - 40px);
      margin: 40px 20px 0 20px;
      float: left; }
  ul.mainBusinessList.type4 {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
    ul.mainBusinessList.type4 li {
      width: calc(25% - 40px);
      margin: 40px 20px 0 20px;
      float: left; }
      ul.mainBusinessList.type4 li:nth-child(1), ul.mainBusinessList.type4 li:nth-child(2), ul.mainBusinessList.type4 li:nth-child(3) {
        width: calc(50% - 40px); }
  ul.mainBusinessList.type5 {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
    ul.mainBusinessList.type5 li {
      width: calc(25% - 40px);
      margin: 40px 20px 0 20px;
      float: left; }
      ul.mainBusinessList.type5 li:nth-child(1), ul.mainBusinessList.type5 li:nth-child(2) {
        width: calc(50% - 40px); }
  ul.mainBusinessList.type6 {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
    ul.mainBusinessList.type6 li {
      width: calc(25% - 40px);
      margin: 40px 20px 0 20px;
      float: left; }
  ul.mainBusinessList li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    ul.mainBusinessList li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      display: block; }
    ul.mainBusinessList li .text {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      display: block;
      color: #fff;
      font-size: 24px;
      padding: 20px;
      font-weight: bold; }
    ul.mainBusinessList li figure {
      position: relative;
      z-index: 1;
      overflow: hidden; }
      ul.mainBusinessList li figure:before {
        position: absolute;
        z-index: 5;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: ' '; }
      ul.mainBusinessList li figure img {
        width: 100%; }

.companyArea {
  background: #DADDE3;
  text-align: center;
  padding: 80px 0; }
  .companyArea a.btnMore.show {
    display: inline-block; }

.companyPopupArea {
  background: #f8f8f8;
  text-align: center;
  padding: 80px 0; }
  .companyPopupArea a.btnMore {
    display: none; }
    .companyPopupArea a.btnMore.show {
      display: inline-block; }

ul.companyList {
  text-align: left;
  margin: 80px 0 0 0; }
  ul.companyList::after {
    content: '.';
    color: rgba(0, 0, 0, 0);
    height: 0;
    display: block;
    float: none;
    clear: both; }
  ul.companyList.open li {
    height: 100%;
    opacity: 1;
    margin-bottom: 30px; }
  ul.companyList li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    overflow: hidden; }
    ul.companyList li:nth-child(1), ul.companyList li:nth-child(2), ul.companyList li:nth-child(3), ul.companyList li:nth-child(4), ul.companyList li:nth-child(5), ul.companyList li:nth-child(6) {
      height: 100%;
      opacity: 1;
      margin-bottom: 30px; }
    ul.companyList li.hasLink:hover {
      -moz-transform: scale(1.03);
      -webkit-transform: scale(1.03);
      -o-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03);
      -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
      cursor: pointer; }
    ul.companyList li:nth-child(even) {
      float: right; }
    ul.companyList li .boxTotal {
      background: #fff;
      padding: 15px; }
    ul.companyList li figure {
      display: inline-block;
      vertical-align: middle;
      width: 64px;
      height: 64px;
      line-height: 0; }
      ul.companyList li figure img {
        width: 100%; }
    ul.companyList li .companyInfo {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 130px);
      color: #0A1F62;
      margin: 0 0 0 15px; }
      ul.companyList li .companyInfo h6 {
        font-weight: normal; }
      ul.companyList li .companyInfo a.urlLink {
        color: #0E1F53;
        display: inline-block;
        vertical-align: top;
        line-height: 1.3em;
        font-weight: 300;
        font-size: 14px;
        word-wrap: break-word;
        word-break: break-all; }
        ul.companyList li .companyInfo a.urlLink:visited {
          color: #0E1F53; }
        ul.companyList li .companyInfo a.urlLink:hover {
          color: #F50002; }
    ul.companyList li a.icon-more {
      color: #0E1F53;
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 30px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      ul.companyList li a.icon-more:visited {
        color: #0E1F53; }
      ul.companyList li a.icon-more:hover {
        color: #0E1F53; }

ul.companyPopupList {
  text-align: left;
  margin: 80px 0 20px 0; }
  ul.companyPopupList.open li {
    position: relative;
    height: 100%;
    opacity: 1;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05); }
  ul.companyPopupList li {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    height: 0;
    overflow: hidden; }
    ul.companyPopupList li:nth-child(1), ul.companyPopupList li:nth-child(2), ul.companyPopupList li:nth-child(3), ul.companyPopupList li:nth-child(4), ul.companyPopupList li:nth-child(5), ul.companyPopupList li:nth-child(6) {
      position: relative;
      height: 100%;
      opacity: 1;
      margin-bottom: 30px; }
    ul.companyPopupList li .boxTotal {
      background: #fff;
      padding: 15px; }
    ul.companyPopupList li:hover {
      -moz-transform: scale(1.03);
      -webkit-transform: scale(1.03);
      -o-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03);
      -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15); }
    ul.companyPopupList li:nth-child(even) {
      float: right; }
    ul.companyPopupList li ul.detailList {
      display: none; }
    ul.companyPopupList li figure {
      display: inline-block;
      vertical-align: middle;
      width: 64px;
      height: 64px;
      line-height: 0; }
      ul.companyPopupList li figure img {
        width: 100%; }
    ul.companyPopupList li .companyInfo {
      display: inline-block;
      vertical-align: middle;
      color: #0A1F62;
      margin: 0 0 0 20px;
      max-width: 70%; }
      ul.companyPopupList li .companyInfo h6 {
        font-weight: normal; }
      ul.companyPopupList li .companyInfo a.urlLink {
        color: #0E1F53;
        font-size: 14px; }
        ul.companyPopupList li .companyInfo a.urlLink:visited {
          color: #0E1F53; }
        ul.companyPopupList li .companyInfo a.urlLink:hover {
          color: #F50002; }
    ul.companyPopupList li .companyDetail > a.urlLink {
      color: #0E1F53;
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 30px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      ul.companyPopupList li .companyDetail > a.urlLink:visited {
        color: #0E1F53; }
      ul.companyPopupList li .companyDetail > a.urlLink:hover {
        color: #0E1F53; }
      ul.companyPopupList li .companyDetail > a.urlLink:before {
        font-family: 'feg';
        content: 'o'; }
    ul.companyPopupList li a.icon-more {
      color: #0E1F53;
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 30px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      ul.companyPopupList li a.icon-more:visited {
        color: #0E1F53; }
      ul.companyPopupList li a.icon-more:hover {
        color: #0E1F53; }

.businessHistory {
  position: relative;
  background: #1B337C;
  color: #fff; }
  .businessHistory h5 {
    position: absolute;
    top: 80px;
    font-size: 36px;
    line-height: 1.6em;
    letter-spacing: 10px;
    font-weight: bold; }
  .businessHistory a.moreLink {
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
    .businessHistory a.moreLink:visited {
      color: rgba(255, 255, 255, 0.7); }
    .businessHistory a.moreLink:hover {
      color: white; }
    .businessHistory a.moreLink:hover {
      border-bottom: 1px solid white; }

.historyArea {
  position: relative;
  min-height: 300px;
  width: 70%;
  margin-left: 30%;
  padding-top: 120px;
  padding-bottom: 80px; }
  .historyArea:before {
    position: absolute;
    left: -15%;
    top: 0;
    bottom: 0;
    content: ' ';
    border-left: 1px solid #aaa; }

ul.yearLine {
  position: relative;
  z-index: 5;
  text-align: left; }
  ul.yearLine li {
    position: relative;
    padding-left: 105px;
    padding-bottom: 10px; }
    ul.yearLine li:before {
      position: absolute;
      left: 55px;
      top: 0;
      bottom: 0;
      content: ' ';
      border-left: 1px solid #aaa; }
    ul.yearLine li:after {
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      clear: both;
      float: none;
      height: 0; }
    ul.yearLine li:first-child:before {
      top: 25px; }
    ul.yearLine li:last-child:before {
      height: 25px;
      bottom: auto; }
    ul.yearLine li:last-child p {
      margin-bottom: 0; }
    ul.yearLine li .img {
      float: left;
      line-height: 0;
      width: 160px;
      border: 3px solid #fff; }
      ul.yearLine li .img img {
        width: 100%; }
    ul.yearLine li .yearContent {
      position: relative;
      margin-left: 230px;
      padding: 20px 0 30px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    ul.yearLine li time {
      position: absolute;
      top: 20px;
      right: 100%;
      font-size: 32px;
      font-weight: bold; }
    ul.yearLine li p {
      margin-bottom: 0; }
    ul.yearLine li a {
      color: #fff; }
      ul.yearLine li a:visited {
        color: #fff; }
      ul.yearLine li a:hover {
        color: rgba(255, 255, 255, 0.7); }
      ul.yearLine li a:hover {
        text-decoration: underline; }
    ul.yearLine li .yearPoint {
      position: relative;
      float: left; }
      ul.yearLine li .yearPoint:before {
        position: absolute;
        top: 25px;
        left: -55px;
        margin-left: -2px;
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 8px;
        background: #1B337C;
        border: 2px solid #fff;
        content: ' '; }

.overviewArea {
  position: relative;
  background: #f6f6f9;
  padding: 120px 0; }
  .overviewArea:before {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55%;
    background: #0E1F53; }

ul.overviewList {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-right: 5%;
  color: #0E1F53; }
  ul.overviewList li {
    position: relative;
    padding-left: 150px;
    margin-bottom: 40px; }
    ul.overviewList li:last-child {
      margin-bottom: 0; }
    ul.overviewList li .sTitle {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 18px;
      line-height: 2em; }
    ul.overviewList li a {
      color: #0E1F53;
      word-wrap: break-word;
      word-break: break-all; }
      ul.overviewList li a:visited {
        color: #0E1F53; }
      ul.overviewList li a:hover {
        color: #F50002; }

.overview {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  color: #fff; }
  .overview h4 {
    font-size: 36px;
    line-height: 1.6em;
    margin-bottom: 20px; }

.productArea {
  padding: 80px 0 50px 0; }

ul.productList {
  margin: 80px 0 0 0;
  text-align: center; }
  ul.productList li {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 32%;
    margin-bottom: 30px; }
    ul.productList li:nth-child(2), ul.productList li:nth-child(5), ul.productList li:nth-child(8), ul.productList li:nth-child(11), ul.productList li:nth-child(14), ul.productList li:nth-child(17), ul.productList li:nth-child(20), ul.productList li:nth-child(23), ul.productList li:nth-child(26) {
      margin: 0 1.4% 30px 1.4%; }
    ul.productList li figure {
      position: relative;
      width: 100%;
      line-height: 0;
      overflow: hidden; }
      ul.productList li figure:before {
        position: absolute;
        z-index: 5;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        background: rgba(14, 31, 83, 0.2); }
      ul.productList li figure img {
        position: relative;
        z-index: 3;
        width: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    ul.productList li a {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      z-index: 10;
      display: block; }
      ul.productList li a:visited {
        color: #fff; }
      ul.productList li a:hover {
        color: #fff; }
    ul.productList li span.text {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      z-index: 10;
      display: block;
      font-size: 24px;
      color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.company .contentArea figure {
  width: 85px; }
  .company .contentArea figure img {
    width: 100%; }

.company .contentArea h6 {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: normal;
  margin-bottom: 80px; }

.company .contentArea .companyDetail {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 52%; }

.company .contentArea ul.detailList, .company .contentArea .companyService {
  display: block; }

.company .contentArea a.urlLink, .company .contentArea .icon-more {
  display: none; }

ul.detailList {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 52%; }
  ul.detailList li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 28px; }
    ul.detailList li a {
      color: #0A1F62; }
      ul.detailList li a:visited {
        color: #0A1F62; }
      ul.detailList li a:hover {
        color: #F50002; }
    ul.detailList li [class^='icon-'] {
      font-size: 18px;
      letter-spacing: 0; }
      ul.detailList li [class^='icon-']:before {
        position: absolute;
        left: 0;
        top: 3px;
        display: inline-block;
        vertical-align: top;
        color: #1B337C; }

.companyService {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-left: 60%;
  padding: 85px 0 0 7%;
  min-height: 300px;
  display: none; }
  .companyService:before {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 60%;
    top: -25%;
    height: 150%;
    border-left: 1px solid #e2e2e2; }
  .companyService mark {
    background: none;
    font-size: 14px; }

.filterArea {
  background: #09003E;
  color: #fff;
  padding: 40px 0; }

.companySearch {
  position: relative;
  margin-bottom: 60px; }
  .companySearch .selectGroup {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px; }
  .companySearch .searchGroup {
    width: 50%; }

.enterpriseArea {
  padding: 80px 0;
  background: rgba(14, 31, 83, 0.04); }

ul.enterpriseList > li {
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 31.6%;
  margin-bottom: 40px;
  padding: 40px;
  min-height: 390px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  ul.enterpriseList > li:nth-child(2), ul.enterpriseList > li:nth-child(5), ul.enterpriseList > li:nth-child(8), ul.enterpriseList > li:nth-child(11), ul.enterpriseList > li:nth-child(14), ul.enterpriseList > li:nth-child(17) {
    margin: 0 2% 40px 2%; }
  ul.enterpriseList > li.hasLink:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3); }
    ul.enterpriseList > li.hasLink:hover a.icon-more {
      color: #0e1f53; }
  ul.enterpriseList > li a {
    word-wrap: break-word;
    word-break: break-all; }
  ul.enterpriseList > li h6 {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    margin: 5px 0;
    margin-top: 85px; }
  ul.enterpriseList > li a.icon-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 50px;
    color: rgba(14, 31, 83, 0.1); }
    ul.enterpriseList > li a.icon-more:visited {
      color: rgba(14, 31, 83, 0.1); }
    ul.enterpriseList > li a.icon-more:hover {
      color: #0e1f53; }
  ul.enterpriseList > li figure {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 85px; }
    ul.enterpriseList > li figure img {
      width: 100%; }
  ul.enterpriseList > li ul.detailList {
    width: calc(100% - 120px); }

/*--> Connection ----------------------------------------------------------------------------*/
.connectionArea {
  background: #DADDE3;
  text-align: center; }
  .connectionArea img[usemap] {
    height: auto;
    max-width: 100%;
    width: auto; }
  .connectionArea .businessRelationship {
    position: relative;
    z-index: 5;
    max-width: 660px;
    margin: 0 auto; }
  .connectionArea .businessMap {
    position: relative;
    z-index: 1;
    top: -200px;
    max-width: 100%;
    margin: 0 auto; }
  .connectionArea .bbsArticle {
    margin: 0;
    padding: 100px 0 0 0;
    text-align: left; }

ul.connectBusinessList {
  position: relative;
  z-index: 3;
  padding-bottom: 1px;
  text-align: left;
  margin: -200px auto 0 auto; }
  ul.connectBusinessList li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin: 0 0.8% 100px 0.8%; }
    ul.connectBusinessList li figure {
      display: block;
      width: 46px; }
      ul.connectBusinessList li figure img {
        width: 100%; }
    ul.connectBusinessList li > a {
      color: #555;
      display: block;
      font-size: 16px;
      margin-bottom: 5px; }
      ul.connectBusinessList li > a:visited {
        color: #555; }
      ul.connectBusinessList li > a:hover {
        color: #F50002; }
    ul.connectBusinessList li figcaption {
      display: block;
      font-size: 24px;
      font-weight: bold;
      color: #0A1F62;
      margin: 20px 0 30px 0; }
      ul.connectBusinessList li figcaption a {
        color: #0A1F62; }
        ul.connectBusinessList li figcaption a:visited {
          color: #0A1F62; }
        ul.connectBusinessList li figcaption a:hover {
          color: #F50002; }

/*--> Filter ----------------------------------------------------------------------------*/
.filterGroup {
  position: relative;
  padding-left: 100px; }
  .filterGroup + .filterGroup {
    margin-top: 20px; }
  .filterGroup .filterTitle {
    position: absolute;
    top: 5px;
    left: 0;
    font-weight: bold; }
  .filterGroup a.filterLink {
    color: #999;
    display: block;
    padding: 5px 0; }
    .filterGroup a.filterLink:visited {
      color: #999; }
    .filterGroup a.filterLink:hover {
      color: #fff; }
    .filterGroup a.filterLink:hover {
      background: #0E1F53; }

.filterGroup .filterSlideArea {
  position: relative;
  padding: 0 30px; }

.filterGroup .business-button-next, .filterGroup .location-button-next, .filterGroup .news-button-next {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 20px;
  opacity: .7; }
  .filterGroup .business-button-next.swiper-button-disabled, .filterGroup .business-button-next.swiper-button-disabled:hover, .filterGroup .location-button-next.swiper-button-disabled, .filterGroup .location-button-next.swiper-button-disabled:hover, .filterGroup .news-button-next.swiper-button-disabled, .filterGroup .news-button-next.swiper-button-disabled:hover {
    opacity: .3; }
  .filterGroup .business-button-next:hover, .filterGroup .location-button-next:hover, .filterGroup .news-button-next:hover {
    opacity: 1; }
  .filterGroup .business-button-next:before, .filterGroup .location-button-next:before, .filterGroup .news-button-next:before {
    display: block;
    font-family: 'feg';
    content: 'e'; }

.filterGroup .business-button-prev, .filterGroup .location-button-prev, .filterGroup .news-button-prev {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 20px;
  opacity: .7; }
  .filterGroup .business-button-prev.swiper-button-disabled, .filterGroup .business-button-prev.swiper-button-disabled:hover, .filterGroup .location-button-prev.swiper-button-disabled, .filterGroup .location-button-prev.swiper-button-disabled:hover, .filterGroup .news-button-prev.swiper-button-disabled, .filterGroup .news-button-prev.swiper-button-disabled:hover {
    opacity: .3; }
  .filterGroup .business-button-prev:hover, .filterGroup .location-button-prev:hover, .filterGroup .news-button-prev:hover {
    opacity: 1; }
  .filterGroup .business-button-prev:before, .filterGroup .location-button-prev:before, .filterGroup .news-button-prev:before {
    display: block;
    font-family: 'feg';
    content: 'f'; }

.filterGroup .swiper-slide {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  .filterGroup .swiper-slide.select a.filterLink {
    background: #0E1F53;
    color: #fff; }
    .filterGroup .swiper-slide.select a.filterLink:visited {
      color: #fff; }

/*--> Addthis ----------------------------------------------------------------------------*/
/*--> Swiper ----------------------------------------------------------------------------*/
.swiper-pagination-bullet-active {
  background: #F50002; }

/*--> Article Module ----------------------------------------------------------------------------*/
.businessFull {
  position: relative;
  line-height: 0; }
  .businessFull a.btnMore {
    background: rgba(255, 255, 255, 0);
    color: #09003E;
    border: 1px solid #0A1F62;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    .businessFull a.btnMore:visited, .businessFull a.btnMore:active, .businessFull a.btnMore:focus {
      color: #09003E;
      text-decoration: none; }
    .businessFull a.btnMore:hover {
      background: #333;
      color: #fff;
      background: #0A1F62;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #0A1F62; }
  .businessFull .videoMain {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    background: #000; }
    .businessFull .videoMain.play:before {
      display: none; }
    .businessFull .videoMain.play a.icon-play {
      display: none; }
    .businessFull .videoMain a.icon-play {
      position: absolute;
      display: block;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 5;
      font-size: 90px;
      opacity: 0.7; }
      .businessFull .videoMain a.icon-play:hover {
        opacity: 1; }
      .businessFull .videoMain a.icon-play:before {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        color: #fff; }
    .businessFull .videoMain:before {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: rgba(0, 0, 0, 0.25);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .businessFull .videoMain video {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: #000;
      background-size: cover; }
  .businessFull .picMain {
    position: absolute;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover; }
    .businessFull .picMain a.picLink {
      position: relative;
      z-index: 5;
      display: block;
      width: 100%;
      height: 100%; }
    .businessFull .picMain img {
      width: 100%;
      -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
      transform: translateY(-25%); }
  .businessFull .areaContent {
    position: relative;
    padding: 100px 0; }
  .businessFull .textArea {
    width: 50%;
    text-align: left;
    line-height: 1.8em;
    word-wrap: break-word;
    word-break: break-word; }
    .businessFull .textArea h3 {
      font-size: 36px;
      line-height: 1.6em;
      margin-bottom: 20px; }
    .businessFull .textArea .title {
      text-align: left;
      font-weight: 500;
      font-size: 20px;
      text-indent: 0; }
      .businessFull .textArea .title:after {
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
    .businessFull .textArea p {
      margin-bottom: 0; }
      .businessFull .textArea p + a.btnMore {
        margin-top: 30px; }
  .businessFull.picLeft .areaContent {
    text-align: right; }
  .businessFull.picLeft .picMain {
    left: 0; }
  .businessFull.picLeft .textArea {
    margin-left: 50%; }
  .businessFull.picLeft .videoMain + .areaContent {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    padding: 100px 0; }
  .businessFull.picLeft .textArea {
    margin-left: 50%; }
  .businessFull.picRight {
    text-align: right; }
    .businessFull.picRight .picMain {
      right: 0; }
    .businessFull.picRight .areaContent {
      text-align: left; }
    .businessFull.picRight .videoMain + .areaContent {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translateX(0%) translateY(0%);
      -ms-transform: translateX(0%) translateY(0%);
      transform: translateX(0%) translateY(0%);
      padding: 100px 0; }
    .businessFull.picRight .videoMain {
      left: auto;
      right: 0; }
  .businessFull.colorWhite .textArea {
    color: #0A1F62; }
  .businessFull.colorGrey {
    background: #ECEEF5; }
    .businessFull.colorGrey .textArea {
      color: #0A1F62; }
  .businessFull.colorBlue {
    background: #0E1F53; }
    .businessFull.colorBlue a.btnMore {
      background: rgba(255, 255, 255, 0.06);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.06);
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
      .businessFull.colorBlue a.btnMore:visited, .businessFull.colorBlue a.btnMore:active, .businessFull.colorBlue a.btnMore:focus {
        color: #fff;
        text-decoration: none; }
      .businessFull.colorBlue a.btnMore:hover {
        background: #333;
        color: #0A1F62;
        background: #fff;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #fff; }
    .businessFull.colorBlue .textArea {
      color: #fff; }
    .businessFull.colorBlue .title {
      color: #fff; }

.businessBlank {
  padding: 100px 0;
  line-height: 0; }
  .businessBlank:after {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    clear: both;
    float: none;
    height: 0; }
  .businessBlank a.btnMore {
    background: rgba(255, 255, 255, 0);
    color: #09003E;
    border: 1px solid #0A1F62;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    .businessBlank a.btnMore:visited, .businessBlank a.btnMore:active, .businessBlank a.btnMore:focus {
      color: #09003E;
      text-decoration: none; }
    .businessBlank a.btnMore:hover {
      background: #333;
      color: #fff;
      background: #0A1F62;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #0A1F62; }
  .businessBlank .picMain {
    display: inline-block;
    vertical-align: top;
    width: 45%; }
    .businessBlank .picMain img {
      width: 100%; }
  .businessBlank .textArea {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 50%;
    line-height: 1.8em;
    color: #0A1F62;
    word-wrap: break-word;
    word-break: break-word; }
    .businessBlank .textArea h3 {
      font-size: 36px;
      line-height: 1.6em;
      margin: 30px 0 20px 0; }
    .businessBlank .textArea .title {
      text-align: left;
      font-weight: 500;
      font-size: 20px;
      text-indent: 0; }
      .businessBlank .textArea .title:after {
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
    .businessBlank .textArea p {
      margin-bottom: 0; }
      .businessBlank .textArea p + a.btnMore {
        margin-top: 30px; }
  .businessBlank.picLeft .textArea {
    float: right; }
  .businessBlank.picRight {
    text-align: right; }
    .businessBlank.picRight .textArea {
      float: left; }
  .businessBlank.colorWhite .textArea {
    color: #0A1F62; }
  .businessBlank.colorGrey {
    background: #ECEEF5; }
    .businessBlank.colorGrey .textArea {
      color: #0A1F62; }
  .businessBlank.colorBlue {
    background: #0E1F53; }
    .businessBlank.colorBlue a.btnMore {
      background: rgba(255, 255, 255, 0.06);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.06);
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
      .businessBlank.colorBlue a.btnMore:visited, .businessBlank.colorBlue a.btnMore:active, .businessBlank.colorBlue a.btnMore:focus {
        color: #fff;
        text-decoration: none; }
      .businessBlank.colorBlue a.btnMore:hover {
        background: #333;
        color: #0A1F62;
        background: #fff;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #fff; }
    .businessBlank.colorBlue .textArea {
      color: #fff; }
      .businessBlank.colorBlue .textArea .title {
        color: #fff; }

.companyFull {
  position: relative;
  line-height: 0; }
  .companyFull .videoMain {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    background: #000; }
    .companyFull .videoMain.play:before {
      display: none; }
    .companyFull .videoMain.play a.icon-play {
      display: none; }
    .companyFull .videoMain a.icon-play {
      position: absolute;
      display: block;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 5;
      font-size: 90px;
      opacity: 0.7; }
      .companyFull .videoMain a.icon-play:hover {
        opacity: 1; }
      .companyFull .videoMain a.icon-play:before {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        color: #fff; }
    .companyFull .videoMain:before {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: rgba(0, 0, 0, 0.25);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .companyFull .videoMain video {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: #000;
      background-size: cover; }
  .companyFull .picMain {
    position: absolute;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover; }
    .companyFull .picMain a.picLink {
      position: relative;
      z-index: 5;
      display: block;
      width: 100%;
      height: 100%; }
    .companyFull .picMain img {
      width: 100%;
      -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
      transform: translateY(-25%); }
  .companyFull .areaContent {
    position: relative;
    padding: 100px 0; }
  .companyFull .textArea {
    width: 50%;
    text-align: left;
    line-height: 1.8em;
    word-wrap: break-word;
    word-break: break-word; }
    .companyFull .textArea h3 {
      font-size: 36px;
      line-height: 1.6em;
      margin-bottom: 20px; }
    .companyFull .textArea .title {
      text-align: left;
      font-weight: 500;
      font-size: 20px;
      text-indent: 0; }
      .companyFull .textArea .title:after {
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
  .companyFull.picLeft .areaContent {
    text-align: right; }
  .companyFull.picLeft .picMain {
    left: 0; }
  .companyFull.picLeft .textArea {
    margin-left: 50%; }
  .companyFull.picLeft .videoMain + .areaContent {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    padding: 100px 0; }
  .companyFull.picLeft .textArea {
    margin-left: 50%; }
  .companyFull.picRight {
    text-align: right; }
    .companyFull.picRight .picMain {
      right: 0; }
    .companyFull.picRight .areaContent {
      text-align: left; }
    .companyFull.picRight .videoMain + .areaContent {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translateX(0%) translateY(0%);
      -ms-transform: translateX(0%) translateY(0%);
      transform: translateX(0%) translateY(0%);
      padding: 100px 0; }
    .companyFull.picRight .videoMain {
      left: auto;
      right: 0; }
  .companyFull.colorWhite .textArea {
    color: #171717; }
    .companyFull.colorWhite .textArea a {
      background: rgba(255, 255, 255, 0);
      color: #09003E;
      border: 1px solid #0A1F62;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      display: inline-block;
      vertical-align: top;
      padding: 0 20px;
      line-height: 44px; }
      .companyFull.colorWhite .textArea a:visited, .companyFull.colorWhite .textArea a:active, .companyFull.colorWhite .textArea a:focus {
        color: #09003E;
        text-decoration: none; }
      .companyFull.colorWhite .textArea a:hover {
        background: #333;
        color: #fff;
        background: #0A1F62;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #0A1F62; }
  .companyFull.colorGrey {
    background: #ECEEF5; }
    .companyFull.colorGrey .textArea {
      color: #171717; }
      .companyFull.colorGrey .textArea a {
        background: rgba(255, 255, 255, 0);
        color: #09003E;
        border: 1px solid #09003E;
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        outline: none;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
        line-height: 44px; }
        .companyFull.colorGrey .textArea a:visited, .companyFull.colorGrey .textArea a:active, .companyFull.colorGrey .textArea a:focus {
          color: #09003E;
          text-decoration: none; }
        .companyFull.colorGrey .textArea a:hover {
          background: #333;
          color: #fff;
          background: #0A1F62;
          text-decoration: none;
          cursor: pointer;
          border: 1px solid #0A1F62; }
  .companyFull.colorBlue {
    background: #0E1F53; }
    .companyFull.colorBlue .textArea {
      color: #fff; }
      .companyFull.colorBlue .textArea a {
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0);
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        outline: none;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
        line-height: 44px; }
        .companyFull.colorBlue .textArea a:visited, .companyFull.colorBlue .textArea a:active, .companyFull.colorBlue .textArea a:focus {
          color: #fff;
          text-decoration: none; }
        .companyFull.colorBlue .textArea a:hover {
          background: #333;
          color: #09003E;
          background: #fff;
          text-decoration: none;
          cursor: pointer;
          border: 1px solid rgba(255, 255, 255, 0); }

.companyBlank {
  padding: 100px 0;
  line-height: 0; }
  .companyBlank:after {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    clear: both;
    float: none;
    height: 0; }
  .companyBlank .picMain {
    display: inline-block;
    vertical-align: top;
    width: 45%; }
    .companyBlank .picMain img {
      width: 100%; }
  .companyBlank .textArea {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 50%;
    line-height: 1.8em;
    color: #0A1F62;
    word-wrap: break-word;
    word-break: break-word; }
    .companyBlank .textArea h3 {
      font-size: 36px;
      line-height: 1.6em;
      margin: 30px 0 20px 0; }
    .companyBlank .textArea a {
      letter-spacing: 0.5px;
      margin-bottom: 20px; }
      .companyBlank .textArea a:last-child {
        margin-bottom: 0; }
  .companyBlank.picLeft .textArea {
    float: right; }
  .companyBlank.picRight {
    text-align: right; }
    .companyBlank.picRight .textArea {
      float: left; }
  .companyBlank.colorWhite .textArea {
    color: #171717; }
    .companyBlank.colorWhite .textArea a {
      background: rgba(255, 255, 255, 0);
      color: #09003E;
      border: 1px solid #0A1F62;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      display: inline-block;
      vertical-align: top;
      padding: 0 20px;
      line-height: 44px; }
      .companyBlank.colorWhite .textArea a:visited, .companyBlank.colorWhite .textArea a:active, .companyBlank.colorWhite .textArea a:focus {
        color: #09003E;
        text-decoration: none; }
      .companyBlank.colorWhite .textArea a:hover {
        background: #333;
        color: #fff;
        background: #0A1F62;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #0A1F62; }
  .companyBlank.colorGrey {
    background: #ECEEF5; }
    .companyBlank.colorGrey .textArea {
      color: #171717; }
      .companyBlank.colorGrey .textArea a {
        background: rgba(255, 255, 255, 0);
        color: #09003E;
        border: 1px solid #09003E;
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        outline: none;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
        line-height: 44px; }
        .companyBlank.colorGrey .textArea a:visited, .companyBlank.colorGrey .textArea a:active, .companyBlank.colorGrey .textArea a:focus {
          color: #09003E;
          text-decoration: none; }
        .companyBlank.colorGrey .textArea a:hover {
          background: #333;
          color: #fff;
          background: #0A1F62;
          text-decoration: none;
          cursor: pointer;
          border: 1px solid #0A1F62; }
  .companyBlank.colorBlue {
    background: #0E1F53; }
    .companyBlank.colorBlue .textArea {
      color: #fff; }
      .companyBlank.colorBlue .textArea a {
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0);
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        outline: none;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
        line-height: 44px; }
        .companyBlank.colorBlue .textArea a:visited, .companyBlank.colorBlue .textArea a:active, .companyBlank.colorBlue .textArea a:focus {
          color: #fff;
          text-decoration: none; }
        .companyBlank.colorBlue .textArea a:hover {
          background: #333;
          color: #09003E;
          background: #fff;
          text-decoration: none;
          cursor: pointer;
          border: 1px solid rgba(255, 255, 255, 0); }

.textFull {
  padding: 80px 0;
  word-wrap: break-word;
  word-break: break-word; }
  .textFull img {
    max-width: 100%; }
  .textFull h3 {
    font-size: 36px;
    line-height: 1.6em;
    margin: 30px 0 20px 0; }
  .textFull.colorWhite {
    color: #171717; }
    .textFull.colorWhite a {
      background: rgba(255, 255, 255, 0);
      color: #09003E;
      border: 1px solid #0A1F62;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      display: inline-block;
      vertical-align: top;
      padding: 0 20px;
      line-height: 44px; }
      .textFull.colorWhite a:visited, .textFull.colorWhite a:active, .textFull.colorWhite a:focus {
        color: #09003E;
        text-decoration: none; }
      .textFull.colorWhite a:hover {
        background: #333;
        color: #fff;
        background: #0A1F62;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #0A1F62; }
  .textFull.colorGrey {
    background: #ECEEF5;
    color: #171717; }
    .textFull.colorGrey a {
      background: rgba(255, 255, 255, 0);
      color: #09003E;
      border: 1px solid #09003E;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      display: inline-block;
      vertical-align: top;
      padding: 0 20px;
      line-height: 44px; }
      .textFull.colorGrey a:visited, .textFull.colorGrey a:active, .textFull.colorGrey a:focus {
        color: #09003E;
        text-decoration: none; }
      .textFull.colorGrey a:hover {
        background: #333;
        color: #fff;
        background: #0A1F62;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #0A1F62; }
  .textFull.colorBlue {
    background: #0E1F53;
    color: #fff; }
    .textFull.colorBlue a {
      background: rgba(255, 255, 255, 0.06);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0);
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      display: inline-block;
      vertical-align: top;
      padding: 0 20px;
      line-height: 44px; }
      .textFull.colorBlue a:visited, .textFull.colorBlue a:active, .textFull.colorBlue a:focus {
        color: #fff;
        text-decoration: none; }
      .textFull.colorBlue a:hover {
        background: #333;
        color: #09003E;
        background: #fff;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0); }

.csrFull {
  position: relative;
  line-height: 0; }
  .csrFull .videoMain {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    background: #000; }
    .csrFull .videoMain.play:before {
      display: none; }
    .csrFull .videoMain.play a.icon-play {
      display: none; }
    .csrFull .videoMain a.icon-play {
      position: absolute;
      display: block;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 5;
      font-size: 90px;
      opacity: 0.7; }
      .csrFull .videoMain a.icon-play:hover {
        opacity: 1; }
      .csrFull .videoMain a.icon-play:before {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        color: #fff; }
    .csrFull .videoMain:before {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: rgba(0, 0, 0, 0.25);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .csrFull .videoMain video {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: #000;
      background-size: cover; }
  .csrFull .picMain {
    position: absolute;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover; }
    .csrFull .picMain a.picLink {
      position: relative;
      z-index: 5;
      display: block;
      width: 100%;
      height: 100%; }
    .csrFull .picMain img {
      width: 100%;
      -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
      transform: translateY(-25%); }
    .csrFull .picMain .sLogo:before {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: rgba(14, 31, 83, 0.15);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .csrFull .picMain .sLogo img {
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 50%;
      width: 30%;
      max-width: 268px;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .csrFull .areaContent {
    position: relative;
    padding: 100px 0; }
  .csrFull .textArea {
    width: 50%;
    text-align: left;
    line-height: 1.8em;
    word-wrap: break-word;
    word-break: break-word; }
    .csrFull .textArea h3 {
      font-size: 36px;
      line-height: 1.6em;
      margin-bottom: 20px; }
    .csrFull .textArea .title {
      text-align: left;
      font-weight: 500;
      font-size: 20px;
      text-indent: 0; }
      .csrFull .textArea .title:after {
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
    .csrFull .textArea p {
      margin-bottom: 0; }
    .csrFull .textArea a.btnMore {
      margin-top: 40px; }
  .csrFull.picLeft .areaContent {
    text-align: right; }
  .csrFull.picLeft .picMain {
    left: 0; }
  .csrFull.picLeft .textArea {
    margin-left: 50%; }
  .csrFull.picLeft .videoMain + .areaContent {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    padding: 100px 0; }
  .csrFull.picLeft .textArea {
    margin-left: 50%; }
  .csrFull.picRight {
    text-align: right; }
    .csrFull.picRight .picMain {
      right: 0; }
    .csrFull.picRight .areaContent {
      text-align: left; }
    .csrFull.picRight .videoMain + .areaContent {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translateX(0%) translateY(0%);
      -ms-transform: translateX(0%) translateY(0%);
      transform: translateX(0%) translateY(0%);
      padding: 100px 0; }
    .csrFull.picRight .videoMain {
      left: auto;
      right: 0; }
  .csrFull.colorWhite .textArea {
    color: #171717; }
  .csrFull.colorGrey {
    background: #ECEEF5; }
    .csrFull.colorGrey .textArea {
      color: #171717; }
      .csrFull.colorGrey .textArea a.btnMore {
        background: rgba(255, 255, 255, 0);
        color: #09003E;
        border: 1px solid #09003E;
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        outline: none;
        -webkit-border-radius: 0px;
        border-radius: 0px; }
        .csrFull.colorGrey .textArea a.btnMore:visited, .csrFull.colorGrey .textArea a.btnMore:active, .csrFull.colorGrey .textArea a.btnMore:focus {
          color: #09003E;
          text-decoration: none; }
        .csrFull.colorGrey .textArea a.btnMore:hover {
          background: #333;
          color: #fff;
          background: #0A1F62;
          text-decoration: none;
          cursor: pointer;
          border: 1px solid #0A1F62; }
  .csrFull.colorBlue {
    background: #0E1F53; }
    .csrFull.colorBlue .textArea {
      color: #fff; }
      .csrFull.colorBlue .textArea .title {
        color: #fff; }
      .csrFull.colorBlue .textArea a.btnMore {
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0);
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        outline: none;
        -webkit-border-radius: 0px;
        border-radius: 0px; }
        .csrFull.colorBlue .textArea a.btnMore:visited, .csrFull.colorBlue .textArea a.btnMore:active, .csrFull.colorBlue .textArea a.btnMore:focus {
          color: #fff;
          text-decoration: none; }
        .csrFull.colorBlue .textArea a.btnMore:hover {
          background: #333;
          color: #09003E;
          background: #fff;
          text-decoration: none;
          cursor: pointer;
          border: 1px solid rgba(255, 255, 255, 0); }

.csrBlank {
  padding: 100px 0;
  line-height: 0; }
  .csrBlank:after {
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    clear: both;
    float: none;
    height: 0; }
  .csrBlank .picMain {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 45%; }
    .csrBlank .picMain a {
      display: block; }
    .csrBlank .picMain img {
      position: relative;
      z-index: 1;
      width: 100%; }
    .csrBlank .picMain .sLogo:before {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: rgba(14, 31, 83, 0.15);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .csrBlank .picMain .sLogo img {
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 50%;
      width: 30%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .csrBlank .textArea {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 50%;
    color: #0A1F62;
    line-height: 1.8em;
    word-wrap: break-word;
    word-break: break-word; }
    .csrBlank .textArea .title {
      text-align: left;
      font-weight: 500;
      font-size: 20px;
      text-indent: 0; }
      .csrBlank .textArea .title:after {
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
    .csrBlank .textArea h3 {
      font-size: 36px;
      line-height: 1.6em;
      margin: 30px 0 20px 0;
      color: #0A1F62; }
    .csrBlank .textArea p {
      margin-bottom: 0;
      color: #0A1F62; }
    .csrBlank .textArea a.btnMore {
      background: rgba(255, 255, 255, 0);
      color: #0A1F62;
      border: 1px solid #0A1F62;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      margin-top: 40px; }
      .csrBlank .textArea a.btnMore:visited, .csrBlank .textArea a.btnMore:active, .csrBlank .textArea a.btnMore:focus {
        color: #0A1F62;
        text-decoration: none; }
      .csrBlank .textArea a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #0A1F62;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #0A1F62; }
  .csrBlank.picLeft .textArea {
    float: right; }
  .csrBlank.picRight {
    text-align: right; }
    .csrBlank.picRight .textArea {
      float: left; }
  .csrBlank.colorWhite .textArea {
    color: #171717; }
  .csrBlank.colorGrey {
    background: #ECEEF5; }
    .csrBlank.colorGrey .textArea {
      color: #171717; }
    .csrBlank.colorGrey a.btnMore {
      background: rgba(255, 255, 255, 0);
      color: #09003E;
      border: 1px solid #09003E;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      outline: none;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
      .csrBlank.colorGrey a.btnMore:visited, .csrBlank.colorGrey a.btnMore:active, .csrBlank.colorGrey a.btnMore:focus {
        color: #09003E;
        text-decoration: none; }
      .csrBlank.colorGrey a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #0A1F62;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #0A1F62; }
  .csrBlank.colorBlue {
    background: #0E1F53; }
    .csrBlank.colorBlue .textArea {
      color: #fff; }
      .csrBlank.colorBlue .textArea h3 {
        color: #fff; }
      .csrBlank.colorBlue .textArea p {
        color: #fff; }
      .csrBlank.colorBlue .textArea .title {
        color: #fff; }
      .csrBlank.colorBlue .textArea a.btnMore {
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        outline: none;
        -webkit-border-radius: 0px;
        border-radius: 0px; }
        .csrBlank.colorBlue .textArea a.btnMore:visited, .csrBlank.colorBlue .textArea a.btnMore:active, .csrBlank.colorBlue .textArea a.btnMore:focus {
          color: #fff;
          text-decoration: none; }
        .csrBlank.colorBlue .textArea a.btnMore:hover {
          background: #333;
          color: #09003E;
          background: #fff;
          text-decoration: none;
          cursor: pointer;
          border: 1px solid #09003E; }

.csrBgFull {
  position: relative;
  overflow: hidden; }
  .csrBgFull .picMain {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0; }
    .csrBgFull .picMain:before {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: rgba(14, 31, 83, 0.3);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .csrBgFull .picMain img {
      position: relative;
      z-index: 1;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      line-height: 0; }
    .csrBgFull .picMain .sLogo {
      position: absolute;
      z-index: 5;
      right: 20%;
      top: 50%;
      width: 10%; }
      .csrBgFull .picMain .sLogo img {
        width: 100%;
        max-width: 268px; }
  .csrBgFull .areaContent {
    position: relative;
    z-index: 2;
    padding: 4% 0; }
    .csrBgFull .areaContent .textArea {
      width: 50%;
      color: #fff;
      line-height: 1.8em;
      word-wrap: break-word;
      word-break: break-word; }
      .csrBgFull .areaContent .textArea h3 {
        font-size: 36px;
        line-height: 1.6em;
        margin: 30px 0 20px 0; }
      .csrBgFull .areaContent .textArea p {
        height: auto;
        max-height: 180px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        margin-bottom: 0; }
      .csrBgFull .areaContent .textArea .title {
        text-align: left;
        font-weight: 500;
        font-size: 20px;
        color: #fff;
        text-indent: 0; }
        .csrBgFull .areaContent .textArea .title:after {
          left: 0;
          -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
          transform: translateX(0%); }
      .csrBgFull .areaContent .textArea a.btnMore {
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0);
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        outline: none;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        margin-top: 40px; }
        .csrBgFull .areaContent .textArea a.btnMore:visited, .csrBgFull .areaContent .textArea a.btnMore:active, .csrBgFull .areaContent .textArea a.btnMore:focus {
          color: #fff;
          text-decoration: none; }
        .csrBgFull .areaContent .textArea a.btnMore:hover {
          background: #333;
          color: #09003E;
          background: #fff;
          text-decoration: none;
          cursor: pointer;
          border: 1px solid rgba(255, 255, 255, 0); }

/*--> RWD File ----------------------------------------------------------------------------*/
/*--> RWD ----------------------------------------------------------------------------*/
@media all and (max-width: 2400px) {
  .bannerCsr figure {
    height: 800px; }
  .overviewArea:before {
    width: 58%; }
  ul.overviewList {
    width: 37%;
    margin-right: 8%; } }

@media all and (max-width: 2240px) {
  .businessCause .mainImg {
    height: auto; }
    .businessCause .mainImg img {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
  .bannerInside.list figure, .bannerInside.singleTitle figure {
    height: auto; }
  .bannerInside figure {
    height: auto; }
    .bannerInside figure img {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
  .bannerCompany .main {
    height: auto; }
    .bannerCompany .main img {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
  .bannerCsr.list figure {
    height: auto; }
  .bannerCsr figure {
    height: auto; }
    .bannerCsr figure img {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
  .bannerTeam .main, .bannerProfile .main {
    height: auto; }
    .bannerTeam .main img, .bannerProfile .main img {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
  .areaContent {
    width: 1600px; }
  .bannerCharacter .areaMax, .bannerMilestone .areaMax, .bannerHistory .areaMax, .bannerSpirit .areaMax {
    max-width: 1600px; }
  .crumb ul {
    width: 1600px; }
  .csrInfo .picMain img {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .historyLine .yearGroup .historyContent a.moreLink {
    bottom: 50px; }
  .historyLine .yearGroup p {
    height: auto;
    max-height: 252px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical; }
  .businessFull .picMain img, .companyFull .picMain img, .csrFull .picMain img, .profilesInfo .picMain img, .profilesFull .picMain img {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }

@media all and (max-width: 1840px) {
  ul.overviewList li .sTitle {
    top: -2px; }
  .businessBar.fixed {
    top: 60px; }
  .bannerInside, .bannerTeam, .bannerSpirit, .bannerCharacter,
  .bannerProfile, .bannerHistory, .bannerMilestone, .bannerCsr, .bannerCompany {
    margin-top: 60px; }
  /*--> Header ---------------------------------*/
  .header {
    height: 60px; }
  .logo {
    top: 13px;
    width: 140px; }
  a.icon-menu {
    margin-top: 0; }
  .menu > ul > li > a, ul.langList li a {
    line-height: 60px; }
  .search {
    margin: 15px 15px 0 0; }
  .menuFull .linkBox, .menuAll {
    top: 60px; }
  .sideMenuGroup a.icon-close {
    top: 0; }
  /*--> Article Module ---------------------------*/
  .companyFull .textArea h3, .businessFull .textArea h3 {
    margin-bottom: 10px; }
  .companyBlank .textArea h3 {
    margin: 10px 0 10px 0; }
  .csrBgFull .areaContent {
    padding: 3% 0; }
  /*--> Global ----------------------------------*/
  .areaContent, .crumb ul {
    width: 1400px; }
  a.moreLink {
    font-size: 16px; }
    .businessHistory a.moreLink {
      font-size: 18px; }
    a.moreLink [class^='icon-'] {
      margin-left: 10px; }
      a.moreLink [class^='icon-']:before {
        font-size: 20px; }
  p, .crumb, .bbsArticle, .bbsArticle p, .bbsArticle ul, .bbsArticle ol, .bbsArticle div, .pagebar,
  .selectGroup select, .inputGroup input[type="text"],
  ul.overviewList li .sTitle, .bbsArticle table, ul.issueList li .textArea a,
  .pswp__caption__center {
    font-size: 18px; }
  .companySearch .inputGroup .btnConfirm {
    font-size: 24px;
    width: 44px;
    height: 44px; }
  .pagebar ul li a {
    line-height: 40px;
    padding: 0 15px; }
  .pagebar ul li.linkFirst a:before, .pagebar ul li.linkFirst a:after, .pagebar ul li.linkPrev a:before, .pagebar ul li.linkPrev a:after, .pagebar ul li.linkNext a:before, .pagebar ul li.linkNext a:after, .pagebar ul li.linkLast a:before, .pagebar ul li.linkLast a:after {
    top: -2px;
    font-size: 16px; }
  .imgBrief .main {
    width: 33%; }
  /*--> History ---------------------------------*/
  .historyLine .yearGroup p {
    height: auto;
    max-height: 201px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical; } }

@media all and (max-width: 1560px) {
  /*--> Global ----------------------------------*/
  .title:after {
    margin-top: 10px; }
  .areaContent, .crumb ul {
    width: 1140px; }
    .businessBar .areaContent, .businessBar .crumb ul {
      width: auto;
      margin: 0 10px; }
  a.btnMore {
    font-size: 16px; }
    a.btnMore [class^='icon-'] {
      top: 4px;
      font-size: 20px; }
  .crumb {
    bottom: 20px;
    font-size: 16px; }
  /*--> Csr ----------------------------------*/
  ul.csrTargetList li {
    padding: 20px;
    margin-bottom: 20px; }
    ul.csrTargetList li h5 {
      font-size: 20px; }
  ul.achievementList li h5, ul.achievementList li p {
    font-size: 20px; }
  .awardArea .areaContent {
    padding: 0 0px; }
  .awardSlide .swiper-slide .awardBox p {
    font-size: 16px;
    max-height: 84px; }
  .awardSlide .swiper-slide .awardBox a.awardLink {
    font-size: 20px;
    max-height: 70px; }
  /*--> News ----------------------------------*/
  .milestoneSearch .btnArea {
    margin: 30px 0 0 50px; }
  .milestoneSearch .selectGroup {
    margin-left: 30px; }
  .loaders {
    font-size: 20px; }
  ul.milestoneList {
    width: auto; }
    ul.milestoneList:before {
      height: 83px; }
    ul.milestoneList li .img + .yearContent {
      margin-top: 7.6%; }
    ul.milestoneList li time {
      font-size: 100px; }
    ul.milestoneList li p {
      font-size: 20px; }
  .sdgContent h5 {
    font-size: 20px; }
  ul.newsList.listMode li .newsBox a.newsLink {
    font-size: 20px; }
  ul.newsList.gridMode li .newsBox a.newsLink {
    font-size: 18px;
    line-height: 1.6em;
    height: 144px; }
  .newsSearch .searchGroup {
    display: block;
    width: 52%; }
  .newsSearch .selectGroup:nth-child(2) {
    margin-left: 0; }
  .articleContent.news h1, .articleContent.publish h1 {
    font-size: 24px; }
  .articleContent.publish .mainArticle {
    width: calc(90% - 200px);
    margin-left: calc(10% + 200px); }
  .articleContent.publish .bbsArticle {
    margin: 40px auto; }
  .publishArea {
    width: 200px; }
    .publishArea h5 {
      margin-bottom: 0; }
    .publishArea figure {
      margin-bottom: 20px; }
    .publishArea p {
      margin-bottom: 20px;
      line-height: 1.4em; }
  ul.chapterList {
    margin: 30px 20px 0 20px; }
    ul.chapterList li p {
      margin-top: 5px; }
  ul.publicationList li .publicationBox {
    padding: 20px; }
    ul.publicationList li .publicationBox a.blankLink {
      font-size: 20px; }
    ul.publicationList li .publicationBox p {
      min-height: 230px; }
  ul.publishList li .publishBox {
    padding: 15px;
    min-height: 130px; }
    ul.publishList li .publishBox a {
      font-size: 20px;
      margin-bottom: 10px; }
  /*--> Editor -----------------------------------*/
  p, .crumb, .bbsArticle, .bbsArticle p, .bbsArticle ul, .bbsArticle ol, .bbsArticle div, .pagebar,
  .selectGroup select, .inputGroup input[type="text"],
  ul.overviewList li .sTitle, .bbsArticle table, ul.issueList li .textArea a,
  .pswp__caption__center {
    font-size: 16px; }
  .bbsArticle h2 {
    font-size: 22px; }
  .bbsArticle h3 {
    font-size: 20px; }
  .bbsArticle h4 {
    font-size: 18px; }
  .bbsArticle h5 {
    font-size: 18px; }
  .bbsArticle h6 {
    font-size: 16px; }
  /*--> Character ----------------------------------*/
  .contentStory > h2 {
    font-size: 30px; }
  .storyArea h2 {
    font-size: 30px; }
  ul.footprintList.open li {
    margin-bottom: 60px; }
  ul.footprintList li:nth-child(1), ul.footprintList li:nth-child(2), ul.footprintList li:nth-child(3), ul.footprintList li:nth-child(4) {
    margin-bottom: 60px; }
  ul.footprintList li:nth-child(even) .footprintText a.moreLink, ul.footprintList li:nth-child(even) .footprintText a.urlLink {
    margin-left: 40px; }
  ul.footprintList li .footprintText {
    padding: 40px 40px 0 40px;
    max-height: 300px; }
    ul.footprintList li .footprintText h4 {
      font-size: 20px; }
    ul.footprintList li .footprintText p.summary {
      height: auto;
      max-height: 170px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical; }
    ul.footprintList li .footprintText a.moreLink {
      margin-left: 40px;
      bottom: 40; }
    ul.footprintList li .footprintText a.urlLink {
      font-size: 16px;
      margin-left: 40px;
      bottom: 40; }
      .businessHistory ul.footprintList li .footprintText a.urlLink {
        font-size: 18px; }
      ul.footprintList li .footprintText a.urlLink [class^='icon-'] {
        margin-left: 10px; }
        ul.footprintList li .footprintText a.urlLink [class^='icon-']:before {
          font-size: 20px; }
  /*--> Profile ----------------------------------*/
  .bbsArticle .profilesContent > .areaContent .leftArea .numberGroup .text {
    font-size: 28px;
    top: -6px; }
  .bbsArticle .profilesContent .numberGroup .name {
    line-height: 1.4em; }
  .bbsArticle .profilesContent .numberGroup mark .number {
    font-size: 56px; }
  .profilesInfo .areaContent {
    padding: 100px 0; }
  .profilesFull .areaContent {
    padding: 100px 0; }
  .profilesFull .textArea h3 {
    font-size: 30px;
    margin-bottom: 0; }
  .storyArea .summary {
    width: auto; }
  /*--> History ----------------------------------*/
  .historyLine .yearGroup time {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 10px; }
  .historyLine .yearGroup h4 {
    font-size: 30px; }
  .historyLine .yearGroup p {
    height: auto;
    max-height: 201px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical; }
  .historyLine .yearGroup .historyContent a.moreLink {
    bottom: 50px; }
  .bannerCharacter .bannerInfo, .bannerMilestone .bannerInfo, .bannerHistory .bannerInfo, .bannerSpirit .bannerInfo {
    width: 25%; }
  /*--> Business ----------------------------------*/
  .bannerInside .bannerInfo .title, .bannerTeam .bannerInfo .title, .bannerSpirit .bannerInfo .title, .bannerCharacter .bannerInfo .title,
  .bannerProfile .bannerInfo .title, .bannerHistory .bannerInfo .title, .bannerMilestone .bannerInfo .title, .bannerCsr .bannerInfo .title {
    margin-bottom: 30px; }
  .bannerInside .bannerInfo h1, .bannerTeam .bannerInfo h1, .bannerSpirit .bannerInfo h1, .bannerCharacter .bannerInfo h1,
  .bannerProfile .bannerInfo h1, .bannerHistory .bannerInfo h1, .bannerMilestone .bannerInfo h1, .bannerCsr .bannerInfo h1 {
    font-size: 42px;
    margin: 0 0 10px 0; }
  .bannerInside .bannerInfo h3, .bannerTeam .bannerInfo h3, .bannerSpirit .bannerInfo h3, .bannerCharacter .bannerInfo h3,
  .bannerProfile .bannerInfo h3, .bannerHistory .bannerInfo h3, .bannerMilestone .bannerInfo h3, .bannerCsr .bannerInfo h3 {
    font-size: 20px; }
  .bannerCharacter .bannerInfo h6 {
    font-size: 16px; }
  .bannerCompany {
    margin-top: 60px; }
    .bannerCompany .bannerInfo .title {
      margin-bottom: 30px; }
    .bannerCompany .bannerInfo h1 {
      font-size: 42px; }
    .bannerCompany .bannerInfo h3 {
      font-size: 20px;
      line-height: 1.8em; }
  .businessInfo .textArea h3, .overview h4 {
    font-size: 30px; }
  .bbsArticle {
    margin: 60px auto; }
  .articleTitle {
    font-size: 28px; }
  ul.connectBusinessList li {
    width: 23%;
    margin: 0 0.7% 100px 0.7%; }
  /*--> Article Module ----------------------------------*/
  .businessFull .textArea .title, .companyFull .textArea .title, .csrFull .textArea .title {
    font-size: 20px;
    letter-spacing: 5px;
    margin-bottom: 30px; }
  .businessFull .textArea h3, .companyFull .textArea h3, .csrFull .textArea h3 {
    font-size: 28px;
    margin: 0 0 10px 0; }
  .businessFull .textArea a.btnMore, .companyFull .textArea a.btnMore, .csrFull .textArea a.btnMore {
    margin-top: 20px; }
  .businessBlank .textArea .title, .companyBlank .textArea .title, .csrBlank .textArea .title {
    font-size: 20px;
    letter-spacing: 5px;
    margin-bottom: 30px; }
  .businessBlank .textArea h3, .companyBlank .textArea h3, .csrBlank .textArea h3 {
    font-size: 28px;
    margin: 0 0 10px 0; }
  .businessBlank .textArea a.btnMore, .companyBlank .textArea a.btnMore, .csrBlank .textArea a.btnMore {
    margin-top: 20px; }
  .businessFull .videoMain a.icon-play, .companyFull .videoMain a.icon-play {
    font-size: 60px; }
  .businessFull.picLeft .videoMain + .areaContent, .businessFull.picRight .videoMain + .areaContent, .companyFull.picLeft .videoMain + .areaContent, .companyFull.picRight .videoMain + .areaContent {
    padding: 45px 0; }
  .csrFull .videoMain a.icon-play {
    font-size: 60px; }
  .csrFull .textArea h3 {
    font-size: 28px;
    margin: 0 0 10px 0; }
  .csrFull .textArea a.btnMore {
    margin-top: 20px; }
  .csrFull.picLeft .videoMain + .areaContent, .csrFull.picRight .videoMain + .areaContent {
    padding: 45px 0; }
  .csrBgFull .areaContent .textArea .title {
    font-size: 20px;
    margin-bottom: 30px; }
  .csrBgFull .areaContent .textArea h3 {
    font-size: 28px;
    margin: 0 0 10px 0; }
  .csrBgFull .areaContent .textArea a.btnMore {
    margin-top: 20px; }
  .textFull h3 {
    font-size: 28px; }
  .businessHistory h5 {
    font-size: 30px; }
  ul.enterpriseList > li {
    padding: 25px;
    min-height: 350px; }
    ul.enterpriseList > li h6 {
      font-size: 20px;
      line-height: 1.4em; }
    ul.enterpriseList > li [class^='icon-'] {
      font-size: 16px; }
    ul.enterpriseList > li ul.detailList {
      width: calc(100% - 95px);
      left: 25px;
      bottom: 20px; }
    ul.enterpriseList > li a.icon-more {
      font-size: 42px; }
  /*--> Home ----------------------------------*/
  .homeBanner .bannerInfo h3 {
    font-size: 48px; }
  .newsSlide .swiper-slide .newsBox a.newsLink {
    font-size: 16px;
    height: 140px; }
  .homeAboutContent .linkAbout {
    margin-top: 40px; }
  .homeAboutContent h4 {
    font-size: 30px; }
  .homeNumber .numGroup .counter {
    font-size: 80px; }
  .businessBar.fixed ul.businessList li a {
    padding: 15px 0; }
  .businessBar ul.businessList li.select a:before {
    border-bottom: 3px solid #F50002; }
  .businessBar ul.businessList li a:hover:before {
    border-bottom: 3px solid #F50002; }
  .businessBar ul.businessList li a .text {
    font-size: 16px; }
  .businessCause .mainImg {
    max-height: 480px; }
  .businessCause .titleCause {
    padding: 55px 0 47px 0; }
    .businessCause .titleCause .title {
      font-size: 28px; }
    .businessCause .titleCause h5 {
      font-size: 36px; }
  .businessCause ul.causeList li a {
    padding: 20px 25px; }
    .businessCause ul.causeList li a .big {
      font-size: 28px; }
    .businessCause ul.causeList li a .small {
      font-size: 16px; }
  .businessCause ul.causeList li:nth-child(1) .big {
    height: auto;
    max-height: 84px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4em; }
  .businessCause ul.causeList li:nth-child(1) .small {
    height: auto;
    max-height: 106px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  .businessCause ul.causeList li:nth-child(2) .small, .businessCause ul.causeList li:nth-child(3) .small {
    height: auto;
    max-height: 196px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical; }
  /*--> Menu ----------------------------------*/
  .logo {
    left: 20px; }
  ul.langList {
    margin: 0 30px; }
  .menu > ul > li:nth-child(2) .linkBox:after {
    margin-left: 260px; }
  .menu > ul > li:nth-child(3) .linkBox:after {
    margin-left: 135px; }
  .menu > ul > li > a {
    padding: 0 30px; }
  .menuAll {
    padding: 0; }
    .menuAll > ul > li {
      margin: 0 15px 15px 15px; }
      .menuAll > ul > li:before {
        margin-left: -20px; }
  .menuFull .linkBox:before, .menuFull .linkBox:after {
    height: 480px; }
  .menuFull .linkBox .focusBox {
    height: 480px; }
  .menuFull .linkBox a {
    padding: 5px 10px; }
  .menuFull .focusBox {
    width: 350px;
    margin-right: 30px; }
    .menuFull .focusBox.magazine {
      width: 550px; }
      .menuFull .focusBox.magazine figure {
        width: 200px; }
      .menuFull .focusBox.magazine .focusMain p {
        height: auto;
        max-height: 224px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        font-size: 18px; }
      .menuFull .focusBox.magazine .magazineText {
        width: calc(100% - 250px); }
    .menuFull .focusBox .focusMain .focusLink {
      font-size: 28px; }
    .menuFull .focusBox .focusMain p {
      height: auto;
      max-height: 97px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      font-size: 18px; } }

@media all and (max-width: 1230px) {
  /*--> Csr --------------------------------------*/
  .csrInfo .textArea {
    width: 48.5%; }
  .csrInfo .areaContent {
    width: calc(100% - 72px);
    margin: 0 auto; }
  /*--> News --------------------------------------*/
  ul.sdgTagList li {
    width: 14.8%; }
  .insideNews {
    padding: 40px 0; }
  .bannerInside.detailPage .crumb {
    width: auto;
    margin: 0 36px; }
  .mainArticle {
    width: calc(100% - 270px); }
    .mainArticle .summary {
      padding: 40px 40px;
      margin: 0 40px 40px 40px; }
  /*--> Profile --------------------------------------*/
  .profilesInfo .areaContent {
    width: calc(100% - 72px); }
  .profilesFull .areaContent {
    width: calc(100% - 72px); }
  .bbsArticle .profilesContent > .areaContent {
    margin: 80px 24px; }
  .stockArea {
    padding: 0 24px; }
  .majorArea {
    padding: 60px 0; }
  ul.majorList {
    font-size: 20px;
    margin-top: 50px; }
  .bannerTeam .bannerInfo {
    width: 70%; }
  /*--> History --------------------------------------*/
  .historyLine .yearGroup .historyContent {
    width: calc(35% - 50px); }
    .historyLine .yearGroup .historyContent a.moreLink {
      bottom: 80px; }
  .historyLine .yearGroup time {
    font-size: 80px;
    line-height: 80px; }
  .historyLine .yearGroup p {
    height: auto;
    max-height: 170px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; }
  .historyLine .yearGroup .areaContent {
    margin: 0;
    width: calc(100% - 60px); }
  .milestoneHistory ul.milestoneList {
    width: 95%; }
  /*--> About --------------------------------------*/
  .pswp__ui .pswp__caption {
    bottom: 0%; }
  .spiritArea .spiritGroup:nth-child(even) .areaContent {
    width: calc(100% - 72px); }
  .spiritGroup .main {
    width: 40%; }
  .spiritGroup .textArea {
    width: 50%; }
    .spiritGroup .textArea h4 {
      font-size: 30px; }
      .spiritGroup .textArea h4:before {
        height: 70px;
        border-left: 4px solid #1B337C; }
    .spiritGroup .textArea p {
      font-size: 20px; }
  /*--> Character --------------------------------------*/
  .contentStory > h2 {
    font-size: 24px;
    line-height: 1.6em;
    margin: 20px 0 10px 0; }
  ul.footprintList li:nth-child(even) .footprintText a.moreLink, ul.footprintList li:nth-child(even) .footprintText a.urlLink {
    margin-left: 30px; }
  ul.footprintList li .footprintText {
    padding: 30px 30px 0 30px;
    max-height: 290px; }
    ul.footprintList li .footprintText a.moreLink, ul.footprintList li .footprintText a.urlLink {
      margin-left: 30px;
      bottom: 30px; }
  .photoArea figure {
    margin: 0 1.2% 40px 1.2%; }
  .bannerCharacter .bannerInfo, .bannerMilestone .bannerInfo, .bannerHistory .bannerInfo, .bannerSpirit .bannerInfo {
    width: 30%; }
  /*--> Business ----------------------------------*/
  ul.companyList li .companyInfo h6 {
    font-size: 14px; }
  ul.companyList li .companyInfo a.urlLink {
    font-size: 13px; }
  .businessInfo .textArea h3, .overview h4 {
    font-size: 24px; }
  .popupArea.company .popupMain, .popupArea.footprint .popupMain, .popupArea.story .popupMain, .popupArea.sdg .popupMain {
    width: 100%; }
  .overviewArea {
    padding: 60px 0; }
  .overview {
    width: 53%; }
  ul.overviewList li {
    padding-left: 130px; }
  .enterpriseArea {
    padding: 40px 0; }
  .bannerCompany .main img {
    width: 140%;
    margin-left: -20%; }
  .bannerInside.list .bannerInfo .title {
    margin-bottom: 20px; }
  .bannerInside.list figure img {
    width: 140%;
    margin-left: -40%; }
  .bannerInside figure img {
    width: 140%;
    margin-left: -20%; }
  .bannerInside .bannerInfo {
    width: 70%; }
    .bannerInside .bannerInfo .title {
      margin-bottom: 20px; }
  .bannerCsr.list figure img {
    width: 140%;
    margin-left: -40%; }
  .bannerCsr .bannerInfo {
    width: 50%; }
    .bannerCsr .bannerInfo .title {
      margin-bottom: 20px; }
  /*--> Global ----------------------------------*/
  .areaContent {
    width: auto;
    margin: 0 36px; }
    .businessBar .areaContent {
      margin: 0 auto; }
    .homeNews .areaContent {
      margin: 0 40px; }
    .homeAbout .areaContent {
      width: calc(100% - 72px);
      padding: 100px 0; }
      .homeAbout .areaContent .homeAboutContent {
        width: 48.5%; }
    .bannerTeam .areaContent, .bannerCompany .areaContent, .bannerInside .areaContent,
    .bannerProfile .areaContent, .bannerCsr .areaContent {
      width: calc(100% - 72px);
      top: calc(50% - 10px);
      margin: 0; }
    .bannerMilestone .areaContent {
      margin: 0 0 0 36px; }
  .crumb {
    padding: 0 36px; }
    .crumb ul {
      width: auto; }
  .businessInfo .areaContent {
    width: calc(100% - 72px);
    margin: 0; }
  .businessInfo .textArea {
    width: 50%; }
  /*--> Article Module -----------------------*/
  .businessFull .areaContent, .companyFull .areaContent, .csrFull .areaContent {
    width: calc(100% - 72px);
    margin: 0 auto; }
  .businessFull.picLeft .textArea, .companyFull.picLeft .textArea, .csrFull.picLeft .textArea {
    margin-left: 50%; }
  .businessFull.picRight .textArea, .companyFull.picRight .textArea, .csrFull.picRight .textArea {
    margin-right: 50%; }
  .businessBlank .textArea, .companyBlank .textArea, .csrBlank .textArea {
    width: 52%; }
  .csrBgFull .picMain img {
    width: 150%;
    margin-left: -25%; }
  /*--> Home ----------------------------------*/
  .homeNumber .numGroup .counter {
    font-size: 60px; }
  .homeBanner .bannerInfo h3 {
    font-size: 36px; }
  .homeBanner .bannerInfo p {
    font-size: 20px; }
  ul.businessList li {
    width: 9.2%; }
  /*--> Menu ----------------------------------*/
  .menu > ul > li:nth-child(2) .linkBox:after {
    margin-left: 210px; }
  .menu > ul > li:nth-child(3) .linkBox:after {
    margin-left: 120px; }
  ul.langList {
    margin: 0 20px; }
  .menu > ul > li:nth-child(2) .focusBox:after {
    margin-left: 250px; }
  .menu > ul > li:nth-child(3) .focusBox:after {
    margin-left: 160px; }
  .menu > ul > li > a {
    padding: 0 20px; }
  .menu > ul, .menuFull, .menuAll {
    font-size: 16px; }
  .menuAll > ul {
    padding: 60px 0px 0 0; }
    .menuAll > ul > li a.subLink {
      top: -35px; }
  .menuFull ul {
    padding: 40px 10px 0 0; }
    .menuFull ul li {
      margin-bottom: 10px; }
  .menuFull .linkBox {
    margin-left: -15px; }
    .menuFull .linkBox .socialBox {
      margin-left: 10px; }
  dl.subList dd {
    margin-bottom: 10px; }
  /*--> Footer ----------------------------------*/
  .footerLink + .areaContent {
    margin: 40px 20px 0 20px; } }

@media all and (max-width: 1100px) {
  .crumb {
    font-size: 13px;
    bottom: 10px; }
    .crumb a {
      text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8), 0px -1px 3px rgba(0, 0, 0, 0.8); }
    .crumb ul li .icon-home:before {
      font-size: 14px;
      top: 5px;
      left: 4px; }
  ul.teamList {
    width: 102.6%;
      width-margin-left: -1.3%; }
    ul.teamList li {
      width: 22%;
        width-margin: 0 1.25% 60px 1.25%; }
  /*--> Article Module -----------------------*/
  .textFull {
    padding: 40px 0; }
  .bannerCsr .bannerInfo {
    width: 70%; }
  .businessFull .areaContent, .companyFull .areaContent, .csrFull .areaContent {
    padding: 40px 0; }
  .businessBlank, .companyBlank, .csrBlank {
    padding: 40px 0; }
  /*--> Csr ----------------------------------*/
  ul.mainCsrList {
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
    ul.mainCsrList li {
      width: calc(25% - 20px);
      margin: 20px 10px 0 10px; }
      ul.mainCsrList li:nth-child(1) {
        width: calc(50% - 20px); }
      ul.mainCsrList li:nth-child(2) {
        margin-left: calc(50% + 10px); }
  /*--> Character ----------------------------------*/
  .contentFootprint > figure {
    margin: 30px 0 20px 0; }
    .contentFootprint > figure img {
      max-width: 100%; }
  ul.footprintList li .footprintText h4 {
    margin-bottom: 10px; }
  ul.footprintList li .footprintText p.summary {
    height: auto;
    max-height: 129px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  /*--> History --------------------------------------*/
  .historyLine .yearGroup .img {
    margin: 100px auto 180px auto; }
  /*--> Business ----------------------------------*/
  .businessHistory {
    text-align: center;
    padding: 70px 0; }
    .businessHistory h5 {
      position: relative;
      top: 0;
      text-align: center; }
      .businessHistory h5:after {
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 5;
        width: 28px;
        border-top: 3px solid #F50002;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 5px; }
    .businessHistory a.moreLink {
      position: relative;
      bottom: 0;
      margin: 0 auto; }
  ul.yearLine {
    margin-bottom: 40px; }
  .historyArea {
    width: calc(100% - 80px);
    margin-left: 80px;
    padding-top: 50px;
    padding-bottom: 0; }
    .historyArea:before {
      display: none; }
  ul.mainBusinessList.type1 {
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
    ul.mainBusinessList.type1 li {
      width: calc(50% - 20px);
      margin: 20px 10px 0 10px; }
  ul.mainBusinessList.type2 {
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
    ul.mainBusinessList.type2 li {
      width: calc(33.3% - 20px);
      margin: 20px 10px 0 10px; }
  ul.mainBusinessList.type3 {
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
    ul.mainBusinessList.type3 li {
      width: calc(50% - 20px);
      margin: 20px 10px 0 10px; }
  ul.mainBusinessList.type4 {
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
    ul.mainBusinessList.type4 li {
      width: calc(25% - 20px);
      margin: 20px 10px 0 10px; }
      ul.mainBusinessList.type4 li:nth-child(1), ul.mainBusinessList.type4 li:nth-child(2), ul.mainBusinessList.type4 li:nth-child(3) {
        width: calc(50% - 20px); }
  ul.mainBusinessList.type5 {
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
    ul.mainBusinessList.type5 li {
      width: calc(25% - 20px);
      margin: 20px 10px 0 10px; }
      ul.mainBusinessList.type5 li:nth-child(1), ul.mainBusinessList.type5 li:nth-child(2) {
        width: calc(50% - 20px); }
  ul.mainBusinessList.type6 {
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
    ul.mainBusinessList.type6 li {
      width: calc(25% - 20px);
      margin: 20px 10px 0 10px; }
  ul.enterpriseList > li {
    width: 31.4%; }
    ul.enterpriseList > li ul.detailList {
      width: calc(100% - 50px); }
  ul.detailList li {
    line-height: 1.4em; }
    ul.detailList li .icon-location {
      display: block;
      width: calc(100% - 45px); }
  ul.productList li, ul.issueList li {
    width: 31.8%; }
  /*--> Menu Asa ----------------------------------*/
  .menuFull .linkBox .focusBox {
    height: 380px; }
  .menuFull .linkBox::before, .menuFull .linkBox::after {
    height: 380px; }
  .menuFull .focusBox {
    width: 220px;
    margin-right: 15px; }
    .menuFull .focusBox.magazine {
      width: 450px; }
      .menuFull .focusBox.magazine figure {
        width: 170px; }
      .menuFull .focusBox.magazine .focusMain .magazineText {
        width: calc(100% - 250px); }
        .menuFull .focusBox.magazine .focusMain .magazineText h5 {
          font-size: 28px; }
        .menuFull .focusBox.magazine .focusMain .magazineText p {
          font-size: 14px;
          max-height: 76px; }
    .menuFull .focusBox .focusMain h5 {
      font-size: 28px; }
    .menuFull .focusBox .focusMain p {
      font-size: 14px;
      max-height: 76px; }
  /*--> Menu ----------------------------------*/ }

@media all and (max-width: 1023px) {
  /*--> Side Menu ----------------------------------*/
  .menu {
    display: none; }
  .sideMenuGroup {
    position: fixed;
    z-index: 90;
    top: 60px;
    bottom: 0;
    left: auto;
    right: 0;
    width: 300px;
    height: 0;
    margin: 0;
    padding-right: 0;
    max-height: calc(100% - 60px);
    background: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .sideMenuGroup.menuOpen .menuAll {
      -webkit-box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.05);
      box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.05); }
    .sideMenuGroup a.icon-close {
      top: -60px; }
    .sideMenuGroup .menuAll {
      position: relative;
      z-index: 50;
      top: 0;
      bottom: 0;
      background: none;
      padding: 0;
      height: 100%;
      overflow-y: scroll;
      -webkit-box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.05);
      box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.05); }
      .sideMenuGroup .menuAll > ul {
        display: block;
        padding: 0;
        opacity: 0;
        display: none; }
        .sideMenuGroup .menuAll > ul > li {
          position: relative;
          display: block;
          margin: 0;
          padding: 0; }
          .sideMenuGroup .menuAll > ul > li:before {
            display: none; }
          .sideMenuGroup .menuAll > ul > li a.subLink {
            color: #777;
            position: relative;
            top: 0;
            display: block;
            line-height: 58px;
            margin-bottom: 0;
            font-weight: 500;
            font-size: 20px; }
            .sideMenuGroup .menuAll > ul > li a.subLink:visited {
              color: #777; }
            .sideMenuGroup .menuAll > ul > li a.subLink:hover {
              color: #777; }
          .sideMenuGroup .menuAll > ul > li .icon-plus {
            position: absolute;
            top: 0;
            right: 15px;
            display: block;
            color: #777;
            width: 58px;
            height: 58px;
            text-align: center;
            font-size: 20px; }
            .sideMenuGroup .menuAll > ul > li .icon-plus:before {
              display: block;
              width: 58px;
              height: 58px;
              line-height: 58px; }
          .sideMenuGroup .menuAll > ul > li.slide > dl.subList:nth-child(2) {
            border-top: 1px solid #efefef; }
          .sideMenuGroup .menuAll > ul > li.slide > a .icon-plus:before {
            line-height: 58px;
            display: block;
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
      .sideMenuGroup .menuAll dl.subList {
        position: relative;
        display: none;
        width: auto;
        border-left: 0;
        padding-left: 18px;
        text-align: left;
        min-height: 10px; }
        .sideMenuGroup .menuAll dl.subList dd {
          display: block;
          margin-right: 0;
          margin-bottom: 10px;
          font-weight: 500;
          letter-spacing: 0.1em;
          font-size: 18px; }
          .sideMenuGroup .menuAll dl.subList dd:first-child {
            margin-top: 10px; }
    .sideMenuGroup.menuOpen {
      height: 100%;
      opacity: 1;
      z-index: 99; }
      .sideMenuGroup.menuOpen::before {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        background: rgba(255, 255, 255, 0.5); }
      .sideMenuGroup.menuOpen .menuAll ul {
        opacity: 1;
        display: block; }
    .sideMenuGroup.menuClose {
      z-index: 90; }
  @-webkit-keyframes tabletMenuOpen {
    0% {
      opacity: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      opacity: 1;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @-moz-keyframes tabletMenuOpen {
    0% {
      opacity: 0;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      opacity: 1;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @keyframes tabletMenuOpen {
    0% {
      opacity: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      opacity: 1;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @-webkit-keyframes tabletMenuClose {
    0% {
      opacity: 1;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      opacity: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @-moz-keyframes tabletMenuClose {
    0% {
      opacity: 1;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      opacity: 0;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @keyframes tabletMenuClose {
    0% {
      opacity: 1;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      opacity: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } } }

@media all and (max-width: 950px) {
  .pswp__caption__center {
    max-width: 80%; }
  .anchor {
    top: -115px; }
  /*--> Home ----------------------------------*/
  .businessCause .mainImg {
    top: 0px; }
  .businessCause ul.causeList li:nth-child(1) .big {
    font-size: 20px; }
  .businessCause ul.causeList li:nth-child(1) .small {
    display: none; }
  .businessCause .anchor {
    top: -115px;
    display: block; }
  .homeAbout {
    text-align: center; }
    .homeAbout h4, .homeAbout p {
      text-align: left; }
    .homeAbout figure {
      position: relative;
      width: auto;
      padding-top: 50%; }
    .homeAbout .areaContent {
      position: relative;
      top: 0%;
      left: 0%;
      -webkit-transform: translateX(0%) translateY(0%);
      -ms-transform: translateX(0%) translateY(0%);
      transform: translateX(0%) translateY(0%);
      padding: 5% 0;
      width: auto; }
      .homeAbout .areaContent .homeAboutContent {
        width: auto; }
  .homeAboutContent {
    width: auto;
    margin-left: 0;
    padding: 40px 0; }
    .homeAboutContent .linkAbout {
      display: inline-block;
      margin: 40px auto 0 auto;
      padding-right: 25px; }
  .homeBanner {
    margin-top: 60px; }
    .homeBanner a.btnLink {
      font-size: 16px;
      line-height: 36px;
      margin-top: 20px; }
    .homeBanner .bannerInfo h3 {
      font-size: 30px;
      margin: 10px auto; }
    .homeBanner .bannerInfo .brandLogo {
      height: 50px; }
  .homeBusiness a.icon-more {
    display: block; }
  .homeBusiness .title {
    margin-bottom: 0; }
  .homeBusinessBox {
    height: auto;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 0;
    border-bottom: 1px solid #777; }
    .homeBusinessBox .title {
      margin: 40px auto 10% auto;
      padding-top: 10%; }
  .businessBar {
    position: relative;
    bottom: 0;
    width: auto; }
    .businessBar.notFixed ul.businessList {
      display: none; }
  ul.connectBusinessList li {
    width: 31%;
    margin: 0 0.8% 100px 0.8%; }
    ul.connectBusinessList li figcaption {
      font-size: 20px;
      margin: 10px 0 20px 0; }
  /*--> 404 -----------------------------------------*/
  .content404 {
    padding: 60px 0; }
  /*--> Csr -----------------------------------------*/
  ul.achievementList li h5, ul.achievementList li p {
    font-size: 16px;
    min-height: auto; }
  .sitemapArticle {
    padding: 40px 0; }
  ul.sitemap {
    width: 45%;
    margin: 0 2% 20px 2%; }
  .issueArea {
    padding: 80px 0 60px 0; }
  .esgArea {
    padding: 80px 0 40px 0; }
  .csrInfo .textArea {
    width: auto;
    padding: 40px 0;
    margin-left: 0%; }
  .csrInfo .areaContent {
    position: relative;
    top: 0%;
    right: 0%;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    width: auto;
    margin: 0 36px;
    padding: 5% 0; }
  .csrInfo .picMain {
    position: relative;
    display: block;
    width: auto;
    padding-top: 50%; }
  ul.mainCsrList {
    width: calc(100% + 36px);
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px); }
    ul.mainCsrList li {
      width: calc(50% - 36px);
      margin: 36px 18px 0 18px; }
      ul.mainCsrList li:nth-child(1) {
        position: relative;
        width: calc(100% - 36px); }
      ul.mainCsrList li:nth-child(2) {
        margin: 36px 18px 0 18px; }
  .csrTarget {
    margin: 60px auto 40px auto; }
    .csrTarget .title {
      margin-bottom: 44px; }
    .csrTarget .mainPic {
      position: relative;
      display: block;
      width: 100%;
      margin-bottom: 20px;
      background: none; }
      .csrTarget .mainPic img {
        opacity: 1; }
  ul.csrTargetList {
    display: block;
    width: 100%;
    margin-left: 0; }
  .awardArea .areaContent {
    margin: 0; }
  .awardSlide .swiper-slide figure a:before {
    display: none; }
  .awardSlide .swiper-slide .awardBox a.awardLink {
    font-size: 18px;
    max-height: 64px; }
  /*--> News -----------------------------------------*/
  .searchResult .searchTag .tag + a.btnReset {
    margin: 0 0 0 15px; }
  .searchResult .searchTag a.btnReset {
    border: 1px solid #0A1F62;
    margin: 0; }
  .newsSearch {
    position: relative; }
    .newsSearch .btnSubmit {
      position: absolute;
      left: 101%;
      bottom: 25px; }
    .newsSearch .selectGroup select {
      min-width: auto; }
    .newsSearch .selectGroup:nth-child(2) {
      width: 120px; }
    .newsSearch .selectGroup:nth-child(4), .newsSearch .selectGroup:nth-child(7) {
      width: 24%; }
  .imgBrief .main a.linkBack {
    font-size: 20px; }
    .imgBrief .main a.linkBack:before {
      width: 30px;
      height: 30px;
      line-height: 30px;
      top: -2px;
      margin-right: 15px; }
  .milestoneSearch .selectGroup {
    display: block;
    margin: 0 0 20px 0; }
    .milestoneSearch .selectGroup:first-child {
      display: block;
      width: auto; }
  .milestoneSearch .btnArea {
    display: block;
    margin: 34px auto 10px auto; }
  .milestoneHistory {
    padding: 0px 0 90px 0; }
  ul.milestoneList:before {
    height: 54px; }
  ul.milestoneList li.end .yearPoint:before {
    width: 13px;
    height: 13px; }
  ul.milestoneList li.year .yearPoint:before {
    width: 13px;
    height: 13px; }
  ul.milestoneList li.year .yearPoint:after {
    width: 24px;
    height: 24px; }
  ul.milestoneList li .yearPoint:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 13px;
    font-size: 12px;
    padding-left: 1px;
    border-width: 1px; }
  ul.milestoneList li time {
    font-size: 60px; }
  ul.milestoneList li p {
    font-size: 16px; }
  .loaders {
    font-size: 16px;
    margin-top: 1px; }
    .loaders:before {
      font-size: 25px;
      margin: 0 0 10px 1px; }
  ul.sdgTagList li {
    width: 23%;
    margin: 0 0.5% 10px 0.5%; }
  .newsSearch .searchGroup {
    width: 100%; }
  ul.newsList.gridMode {
    width: 102.4%;
    margin-left: -1.2%; }
    ul.newsList.gridMode li {
      width: 47%;
      margin: 0 1.2% 30px 1.2%; }
  .searchGroup input[type="text"] {
    font-size: 16px; }
  .searchGroup .btnConfirm {
    font-size: 24px;
    right: 1%;
    width: 44px;
    height: 38px;
    bottom: 4px; }
  .styleGroup .styleList [class^='icon-'] {
    width: 46px;
    line-height: 46px;
    font-size: 24px; }
    .styleGroup .styleList [class^='icon-']:before {
      line-height: 46px; }
  .styleGroup ul.styleList li [class^='icon-'] {
    width: 46px;
    line-height: 46px;
    font-size: 24px; }
    .styleGroup ul.styleList li [class^='icon-']:before {
      line-height: 46px; }
  .articleContent {
    margin: 40px auto; }
  .publishArea {
    position: relative;
    width: auto;
    float: none;
    margin-bottom: 40px; }
    .publishArea figure {
      width: 40%; }
  .articleContent.publish .mainArticle {
    width: auto;
    margin-left: 0; }
  .mainArticle {
    display: block;
    width: auto; }
  .sideContent {
    display: block;
    width: auto;
    float: none; }
    .sideContent .sideGroup {
      display: inline-block;
      vertical-align: top;
      width: 49%; }
  ul.publicationList li {
    width: 46.45%;
    margin: 0 1.5% 50px 1.5%; }
    ul.publicationList li .publicationBox p {
      min-height: 201px; }
  ul.publishList li {
    width: 46.45%;
    margin: 0 1.5% 50px 1.5%; }
  /*--> Article Module ----------------------------------*/
  .businessFull .textArea .title, .businessBlank .textArea .title, .companyFull .textArea .title, .companyBlank .textArea .title, .csrFull .textArea .title, .csrBlank .textArea .title {
    font-size: 18px; }
  .businessFull .textArea h3, .businessBlank .textArea h3, .companyFull .textArea h3, .companyBlank .textArea h3, .csrFull .textArea h3, .csrBlank .textArea h3 {
    font-size: 20px; }
  .textFull h3 {
    font-size: 20px; }
  .csrBgFull .areaContent .textArea {
    width: 100%; }
  .csrBgFull .picMain .sLogo {
    display: none; }
  .csrBgFull .picMain img {
    width: 160%;
    margin-left: -30%; }
  /*--> Profile --------------------------------------*/
  .bannerProfile .bannerInfo {
    width: 50%; }
  .bbsArticle .profilesContent .lastBox .numberGroup {
    padding: 20px; }
    .bbsArticle .profilesContent .lastBox .numberGroup .name {
      margin-right: 5px; }
  .bbsArticle .profilesContent .numberGroup .name {
    font-size: 14px;
    letter-spacing: .2px; }
  .bbsArticle .profilesContent .numberGroup mark .number {
    font-size: 40px; }
  .bbsArticle .profilesContent > .areaContent {
    margin: 60px 36px; }
    .bbsArticle .profilesContent > .areaContent .leftArea .numberGroup {
      padding: 20px; }
      .bbsArticle .profilesContent > .areaContent .leftArea .numberGroup .text {
        font-size: 20px;
        top: -4px; }
  .profilesFull .textArea h3 {
    font-size: 24px;
    line-height: 1.6em;
    margin: 0;
    padding: 0; }
  .profilesFull .textArea p {
    line-height: 1.6em; }
  /*--> History --------------------------------------*/
  .historyLine .yearGroup {
    text-align: left;
    padding: 80px 0; }
    .historyLine .yearGroup .img {
      margin: 0 0 0 76px; }
    .historyLine .yearGroup p {
      max-height: none;
      -webkit-line-clamp: initial; }
    .historyLine .yearGroup .historyContent {
      width: auto;
      margin: 0; }
      .historyLine .yearGroup .historyContent a.moreLink {
        position: relative;
        bottom: 0;
        left: 50px; }
    .historyLine .yearGroup .yearContent {
      margin: 20px 24px 20px 50px; }
    .historyLine .yearGroup .yearPoint {
      position: absolute;
      top: 350px;
      left: 48px; }
    .historyLine .yearGroup .areaContent {
      position: static;
      left: 0;
      -webkit-transform: initial;
      -ms-transform: initial;
      transform: initial;
      margin: 0 24px; }
      .historyLine .yearGroup .areaContent:before {
        left: 48px; }
  .enterpriseHistory .yearGroup {
    padding: 0; }
    .enterpriseHistory .yearGroup .areaMax {
      padding: 60px 0; }
  /*--> Team ----------------------------------*/
  .bannerTeam .bannerInfo {
    width: 70%; }
    .bannerTeam .bannerInfo .title {
      font-size: 20px;
      margin-bottom: 20px; }
    .bannerTeam .bannerInfo h1 {
      font-size: 30px;
      letter-spacing: 3px;
      margin: 0; }
  .briefArea p {
    width: auto; }
  ul.teamList li {
    width: 45%;
    margin: 0 2.2% 60px 2.2%; }
    ul.teamList li .textArea h6 {
      font-size: 20px; }
    ul.teamList li .textArea span {
      font-size: 16px; }
  /*--> About ----------------------------------*/
  .pswp__ui .pswp__caption {
    bottom: 15%; }
  .imgBrief {
    padding: 60px 0; }
  .spiritGroup .textArea p {
    font-size: 18px; }
  /*--> Character ----------------------------------*/
  .storyArea .bbsArticle {
    max-width: none; }
  ul.footprintList li figure {
    display: block;
    width: auto; }
  ul.footprintList li:nth-child(even) .footprintText a.moreLink, ul.footprintList li:nth-child(even) .footprintText a.urlLink {
    margin-left: 0; }
  ul.footprintList li .footprintText {
    display: block;
    width: auto;
    padding: 30px;
    max-height: none; }
    ul.footprintList li .footprintText p.summary {
      max-height: none;
      -webkit-line-clamp: initial;
      line-height: 28px; }
    ul.footprintList li .footprintText a.moreLink, ul.footprintList li .footprintText a.urlLink {
      position: relative;
      left: 0;
      margin-left: 0;
      bottom: 0; }
  .photoArea figure {
    width: 45%;
    margin: 0 2.2% 40px 2.2%; }
  /*--> Business ----------------------------------*/
  .connectionArea .bbsArticle {
    padding: 60px 0 0 0; }
  .connectionArea .businessRelationship {
    max-width: 70%; }
  .connectionArea .businessMap {
    overflow: hidden;
    background: #C5CAD6;
    top: 0;
    margin: 60px auto; }
  ul.connectBusinessList {
    margin: 0 auto; }
  ul.mainBusinessList li .text {
    font-size: 18px;
    padding: 15px;
    line-height: 1.4em; }
  ul.companyList {
    margin: 40px 0 30px 0; }
    ul.companyList.open li {
      margin-bottom: 15px; }
    ul.companyList li {
      display: block;
      width: auto;
      margin-bottom: 15px;
      float: none; }
      ul.companyList li:nth-child(1), ul.companyList li:nth-child(2), ul.companyList li:nth-child(3), ul.companyList li:nth-child(4), ul.companyList li:nth-child(5), ul.companyList li:nth-child(6) {
        margin-bottom: 15px; }
      ul.companyList li:nth-child(even) {
        float: none; }
      ul.companyList li figure {
        width: 52px;
        height: 52px; }
      ul.companyList li .companyInfo {
        width: calc(100% - 80px);
        margin: 0 0 0 10px; }
        ul.companyList li .companyInfo h6 {
          font-size: 16px; }
        ul.companyList li .companyInfo a.urlLink {
          font-size: 12px; }
      ul.companyList li a.icon-more {
        display: none; }
  ul.companyPopupList {
    margin: 40px 0 30px 0; }
    ul.companyPopupList.open li {
      margin-bottom: 15px; }
    ul.companyPopupList li {
      display: block;
      width: auto;
      margin-bottom: 15px; }
      ul.companyPopupList li:nth-child(1), ul.companyPopupList li:nth-child(2), ul.companyPopupList li:nth-child(3), ul.companyPopupList li:nth-child(4), ul.companyPopupList li:nth-child(5), ul.companyPopupList li:nth-child(6) {
        margin-bottom: 15px; }
      ul.companyPopupList li .companyInfo {
        margin: 0 0 0 5px;
        max-width: calc(100% - 65px); }
      ul.companyPopupList li figure {
        width: 52px;
        height: 52px; }
      ul.companyPopupList li:nth-child(even) {
        float: none; }
      ul.companyPopupList li .companyDetail > a.urlLink {
        display: none; }
      ul.companyPopupList li a.icon-more {
        display: none; }
  .historyArea {
    width: calc(100% - 70px);
    margin-left: 70px; }
  ul.yearLine li {
    padding-left: 75px; }
    ul.yearLine li:before {
      left: 35px; }
    ul.yearLine li .yearPoint:before {
      left: -45px; }
    ul.yearLine li time {
      font-size: 28px; }
    ul.yearLine li .yearContent {
      margin-left: 190px; }
  .businessInfo .textArea {
    width: auto;
    padding: 40px 0;
    margin-left: 0%; }
  .businessInfo .picMain {
    display: block;
    width: auto; }
  .businessInfo .areaContent {
    position: relative;
    top: 0%;
    right: 0%;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    width: auto;
    margin: 0 24px; }
  .company .contentArea .companyDetail, ul.detailList {
    width: 50%; }
  ul.overviewList {
    width: 39%;
    margin-right: 7%; }
    ul.overviewList li {
      padding-left: 0px;
      padding-top: 30px; }
      ul.overviewList li .sTitle {
        font-size: 14px;
        color: #171717; }
  ul.productList, ul.issueList {
    margin: 40px 0 0 0; }
    ul.productList li, ul.issueList li {
      margin-bottom: 40px; }
      ul.productList li:nth-child(2), ul.productList li:nth-child(5), ul.productList li:nth-child(8), ul.productList li:nth-child(11), ul.productList li:nth-child(14), ul.productList li:nth-child(17), ul.productList li:nth-child(20), ul.productList li:nth-child(23), ul.productList li:nth-child(26), ul.issueList li:nth-child(2), ul.issueList li:nth-child(5), ul.issueList li:nth-child(8), ul.issueList li:nth-child(11), ul.issueList li:nth-child(14), ul.issueList li:nth-child(17), ul.issueList li:nth-child(20), ul.issueList li:nth-child(23), ul.issueList li:nth-child(26) {
        margin-bottom: 40px; }
  .filterArea {
    padding: 20px 0; }
  .bannerInside .bannerInfo {
    width: 70%; }
    .bannerInside .bannerInfo .title {
      font-size: 20px; }
    .bannerInside .bannerInfo h1 {
      font-size: 30px;
      letter-spacing: 3px; }
  .bannerSpirit .main img, .bannerCharacter .main img, .bannerHistory .main img, .bannerMilestone .main img {
    min-height: auto;
    max-height: none; }
  .bannerSpirit .bannerInfo .title, .bannerCharacter .bannerInfo .title, .bannerHistory .bannerInfo .title, .bannerMilestone .bannerInfo .title {
    font-size: 20px; }
  .bannerSpirit .bannerInfo h1, .bannerCharacter .bannerInfo h1, .bannerHistory .bannerInfo h1, .bannerMilestone .bannerInfo h1 {
    font-size: 30px;
    letter-spacing: 3px; }
  .bannerCompany .areaContent .logoCompany {
    width: 160px; }
  .bannerCompany .bannerInfo {
    width: calc(100% - 180px); }
    .bannerCompany .bannerInfo h1 {
      font-size: 30px;
      letter-spacing: 3px; }
  .bannerCsr .bannerInfo {
    width: calc(100% - 180px); }
    .bannerCsr .bannerInfo h1 {
      font-size: 30px;
      letter-spacing: 3px; }
  ul.enterpriseList > li {
    width: 45.5%;
    margin: 0 2% 40px 2%; }
    ul.enterpriseList > li:nth-child(2), ul.enterpriseList > li:nth-child(5), ul.enterpriseList > li:nth-child(8), ul.enterpriseList > li:nth-child(11), ul.enterpriseList > li:nth-child(14), ul.enterpriseList > li:nth-child(17) {
      margin: 0 2% 40px 2%; }
  /*--> Global ----------------------------------*/
  .newsArea .title {
    margin-bottom: 10px; }
  .newsArea a.btnMore {
    margin-top: 20px; }
  .title:after {
    border-top: 3px solid #F50002;
    margin-top: 5px; }
  .footerLink + .areaContent {
    text-align: center; }
  .footerLogo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto 20px auto; }
  .browser {
    margin-bottom: 0; }
  /*--> Header ----------------------------------*/
  .searchBox a.icon-close {
    right: 30px; }
  .searchBox .searchGroup {
    width: 100%;
    left: 0%;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    text-align: center; }
  .searchBox input[type="text"] {
    display: block;
    width: 90%;
    margin: 0 auto 20px auto; }
  .searchBox input[type="submit"] {
    display: block;
    margin: 0 auto; } }

@media all and (max-width: 899px) {
  .businessBar.fixed ul.businessList li:hover a:before {
    border-bottom: 3px solid #F50002; }
  .businessBar.fixed ul.businessList li a {
    padding: 15px 15px 15px 15px; }
  ul.businessList {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow-x: auto; }
    ul.businessList li {
      width: auto;
      white-space: nowrap; }
      ul.businessList li img {
        display: none; }
      ul.businessList li a {
        padding: 15px 15px 15px 15px; }
        ul.businessList li a .text {
          margin-top: 0; } }

@media all and (max-width: 860px) {
  p, .bbsArticle p, .bbsArticle ul, .bbsArticle ol, .bbsArticle div, .pagebar,
  .selectGroup select, .inputGroup input[type="text"],
  ul.overviewList li .sTitle, .bbsArticle table, ul.issueList li .textArea a,
  .pswp__caption__center {
    font-size: 16px; } }

@media all and (max-width: 680px) {
  .cookieArea p {
    margin-right: 0; }
  .cookieArea div.btnAccept {
    position: relative;
    top: 0;
    display: block;
    width: 180px;
    text-align: center;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin: 20px auto 0 auto; }
  .homeBusinessBox .title {
    margin: 0 auto 12% auto;
    padding-top: 12%; }
  .awardSlide .swiper-slide .awardBox p {
    display: inline-block;
    -o-text-overflow: initial;
    text-overflow: initial;
    font-size: 14px;
    line-height: 1.4em; }
  .pswp__caption__center {
    max-width: 100%; }
  .articleContent.company .title {
    margin-top: 60px; }
  .newsArea {
    margin: 60px auto; }
  .spiritGroup .water img {
    max-width: none; }
  /*--> Home ----------------------------------*/
  .newsSlide .swiper-slide.swiper-slide-active figure a:before {
    background: rgba(14, 31, 83, 0); }
  .homeBanner video {
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .homeBanner .bannerInfo {
    width: 70%; }
  .homeAbout a.moreLink + a.moreLink {
    margin-left: 80px; }
  .homeNumber .areaContent {
    margin: 0 5px; }
  .homeNumber .numGroup {
    width: 31.5%; }
    .homeNumber .numGroup .name {
      font-size: 14px; }
    .homeNumber .numGroup .counter {
      font-size: 42px; }
  .businessCause .causeListArea {
    padding: 30px 0 50px 0; }
  .businessCause .titleCause {
    padding: 40px 0; }
    .businessCause .titleCause h5 {
      font-size: 24px;
      margin: 0 auto 25px auto;
      letter-spacing: 2px; }
    .businessCause .titleCause .title {
      font-size: 20px; }
  .businessCause .mainImg {
    top: 0;
    margin-bottom: 0; }
  .businessCause ul.causeList {
    margin-bottom: 40px; }
    .businessCause ul.causeList li a {
      padding: 20px; }
    .businessCause ul.causeList li:nth-child(1) {
      display: block;
      width: auto; }
    .businessCause ul.causeList li:nth-child(2), .businessCause ul.causeList li:nth-child(3) {
      position: relative;
      left: 0;
      height: auto;
      width: 49%;
      margin-top: 2%; }
      .businessCause ul.causeList li:nth-child(2) .small, .businessCause ul.causeList li:nth-child(3) .small {
        height: auto;
        max-height: 120px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        line-height: 1.5em; }
      .businessCause ul.causeList li:nth-child(2) figure, .businessCause ul.causeList li:nth-child(3) figure {
        max-height: 405px; }
        .businessCause ul.causeList li:nth-child(2) figure img, .businessCause ul.causeList li:nth-child(3) figure img {
          position: relative;
          width: 100%;
          height: auto; }
    .businessCause ul.causeList li:nth-child(3) {
      float: right; }
  ul.connectBusinessList li {
    width: 45%;
    margin: 0 2% 60px 2%; }
  /*--> Article Module -----------------------*/
  .businessFull .areaContent, .companyFull .areaContent {
    width: auto;
    padding: 40px 0;
    margin: 0 24px; }
  .businessFull .picMain, .companyFull .picMain {
    position: relative;
    display: block;
    width: auto;
    padding-top: 50%; }
  .businessFull .textArea, .companyFull .textArea {
    width: auto; }
    .businessFull .textArea p, .companyFull .textArea p {
      max-height: none;
      -webkit-line-clamp: inherit; }
  .businessFull.picLeft .areaContent, .companyFull.picLeft .areaContent {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); }
  .businessFull.picLeft .textArea, .companyFull.picLeft .textArea {
    margin-left: 0;
    margin-right: 0; }
  .businessFull.picRight .areaContent, .companyFull.picRight .areaContent {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); }
  .businessFull.picRight .textArea, .companyFull.picRight .textArea {
    margin-right: 0;
    margin-left: 0; }
  .companyFull .videoMain, .businessFull .videoMain {
    position: relative;
    width: auto; }
  .csrFull .areaContent {
    width: auto;
    padding: 40px 0;
    margin: 0 24px; }
  .csrFull .videoMain {
    position: relative;
    width: auto; }
  .csrFull .picMain {
    position: relative;
    width: auto;
    display: block;
    padding-top: 50%; }
  .csrFull .textArea {
    width: auto; }
  .csrFull.picLeft .areaContent {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); }
  .csrFull.picLeft .textArea {
    margin-left: 0; }
  .csrFull.picRight .areaContent {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); }
  .csrFull.picRight .textArea {
    margin-right: 0;
    margin-left: 0; }
  .businessBlank, .companyBlank, .csrBlank {
    padding: 60px 0; }
    .businessBlank .areaContent, .companyBlank .areaContent, .csrBlank .areaContent {
      text-align: center; }
    .businessBlank .picMain, .companyBlank .picMain, .csrBlank .picMain {
      margin: 0 auto 24px auto;
      width: auto; }
    .businessBlank .textArea, .companyBlank .textArea, .csrBlank .textArea {
      display: block;
      width: auto;
      float: none;
      clear: both; }
    .businessBlank.picLeft .textArea, .companyBlank.picLeft .textArea, .csrBlank.picLeft .textArea {
      float: none; }
    .businessBlank.picRight .areaContent, .companyBlank.picRight .areaContent, .csrBlank.picRight .areaContent {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translateX(0%) translateY(0%);
      -ms-transform: translateX(0%) translateY(0%);
      transform: translateX(0%) translateY(0%); }
  .textFull .title, .companyBlank .textArea .title, .companyFull .textArea .title,
  .csrFull .textArea .title, .csrBlank .textArea .title, .csrBgFull .areaContent .textArea .title {
    font-size: 18px; }
  .textFull h3, .companyBlank .textArea h3, .companyFull .textArea h3,
  .csrFull .textArea h3, .csrBlank .textArea h3, .csrBgFull .areaContent .textArea h3 {
    font-size: 20px; }
  .csrBgFull .picMain {
    position: relative;
    top: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); }
    .csrBgFull .picMain:before {
      display: none; }
    .csrBgFull .picMain img {
      width: 150%;
      margin-left: -25%;
      -webkit-transform: translateX(0%) translateY(0%);
      -ms-transform: translateX(0%) translateY(0%);
      transform: translateX(0%) translateY(0%); }
      .csrBgFull .picMain img.sLogo {
        margin-left: 0;
        left: 50%;
        width: 25%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
  .csrBgFull .areaContent {
    margin: 0;
    padding: 40px 24px;
    background: #0E1F53; }
    .csrBgFull .areaContent .textArea {
      width: auto; }
  /*--> 404 -----------------------------------------------------------------------*/
  .content404 .picMain {
    display: block;
    width: auto;
    float: none; }
    .content404 .picMain img {
      width: 90%;
      margin-left: 5%; }
  .content404 .bbsArticle {
    display: block;
    width: auto; }
  /*--> News --------------------------------------*/
  .searchResult .searchTag .tag {
    margin-bottom: 20px; }
    .searchResult .searchTag .tag + a.btnReset {
      margin: 0; }
  .loaders {
    left: -3px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
    .loaders:before {
      text-align: left; }
  .milestoneSearch {
    display: none; }
  ul.milestoneList:before {
    left: 10px; }
  ul.milestoneList li.end .yearPoint:before, ul.milestoneList li.end .yearPoint:after {
    left: 10px; }
  ul.milestoneList li.year .yearPoint:before, ul.milestoneList li.year .yearPoint:after {
    left: 10px; }
  ul.milestoneList li:before {
    left: 10px; }
  ul.milestoneList li time {
    margin-left: 40px; }
  ul.milestoneList li .img {
    float: none;
    width: calc(100% - 50px);
    margin-left: 40px; }
  ul.milestoneList li .yearPoint:before {
    width: 16px;
    height: 16px;
    left: 10px;
    content: ''; }
  ul.milestoneList li .yearContent {
    margin-left: 40px; }
  ul.sdgTagList li {
    width: 29.6%;
    margin: 0 1% 5px 1%; }
    ul.sdgTagList li .text {
      font-size: 16px; }
  .styleGroup {
    display: none; }
  .newsSearch {
    display: block;
    width: auto; }
    .newsSearch .selectGroup {
      display: none; }
      .newsSearch .selectGroup:nth-child(4), .newsSearch .selectGroup:nth-child(5) {
        margin-left: 0;
        width: 100%; }
    .newsSearch .btnSubmit {
      display: none;
      margin: 20px auto; }
  ul.newsList.listMode li figure {
    width: 100%;
    float: none; }
  ul.newsList.listMode li .newsBox {
    width: auto;
    margin-right: 0;
    margin-top: 10px; }
  ul.newsList.gridMode {
    width: 100%;
    margin-left: 0; }
    ul.newsList.gridMode li {
      display: block;
      width: auto;
      margin: 0 0 20px 0;
      background: none;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      padding-bottom: 20px;
      border-bottom: 1px solid #888; }
      ul.newsList.gridMode li:hover {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
      ul.newsList.gridMode li figure {
        display: none; }
      ul.newsList.gridMode li .newsBox {
        background: none;
        padding: 0; }
        ul.newsList.gridMode li .newsBox time {
          display: block;
          position: relative;
          left: 0;
          bottom: 0;
          color: #000;
          margin-top: 10px;
          font-weight: 300; }
        ul.newsList.gridMode li .newsBox a.newsLink {
          color: #171717;
          font-size: 16px;
          -webkit-line-clamp: initial;
          height: auto;
          font-weight: 500; }
          ul.newsList.gridMode li .newsBox a.newsLink:visited {
            color: #171717; }
          ul.newsList.gridMode li .newsBox a.newsLink:hover {
            color: #F50002; }
  ul.searchList li figure {
    width: 100%;
    float: none; }
  ul.searchList li .searchBoxContent {
    width: auto;
    margin-right: 0;
    margin-top: 10px; }
  .styleGroup {
    float: none; }
  .articleContent.news h1, .articleContent.publish h1 {
    font-size: 20px; }
  ul.chapterList {
    margin: 30px 0 0 0; }
    ul.chapterList.noIndex li {
      padding: 15px 57px 15px 15px; }
    ul.chapterList li {
      padding: 15px 57px 15px 63px; }
      ul.chapterList li .num {
        top: 15px;
        left: 15px;
        font-size: 30px; }
      ul.chapterList li a.icon-book {
        top: 13px;
        right: 15px;
        font-size: 30px; }
      ul.chapterList li p {
        line-height: 1.4em;
        margin: 0; }
  .publishArea figure {
    width: 100%; }
  .articleContent {
    margin: 40px auto; }
  .mainArticle .summary {
    margin: 0 0 40px 0; }
  .sideContent .sideGroup {
    display: block;
    width: auto; }
  .insidePublication, .insideBook {
    padding: 40px 0; }
  ul.publicationList {
    width: 90%;
    margin-left: 5%; }
    ul.publicationList li {
      display: block;
      width: auto;
      margin: 0 0 30px 0; }
      ul.publicationList li .publicationBox p {
        min-height: auto;
        margin-bottom: 20px; }
  ul.publishList {
    width: 70%;
    margin-left: 15%; }
    ul.publishList li {
      display: block;
      width: auto;
      margin: 0 0 30px 0; }
      ul.publishList li .publishBox {
        min-height: auto; }
        ul.publishList li .publishBox a {
          font-size: 18px; }
  /*--> History --------------------------------------*/
  .milestoneHistory {
    padding: 0 0 80px 0; }
    .milestoneHistory a.jscroll-next {
      left: 3.5%; }
  .historyLine .yearGroup {
    padding: 40px 0; }
    .historyLine .yearGroup time {
      font-size: 60px;
      line-height: 60px; }
    .historyLine .yearGroup h4 {
      font-size: 24px;
      margin-bottom: 5px; }
    .historyLine .yearGroup .yearPoint {
      top: 235px; }
      .historyLine .yearGroup .yearPoint:before {
        width: 12px;
        height: 12px;
        border-radius: 8px;
        margin-left: -31px; }
      .historyLine .yearGroup .yearPoint:after {
        width: 16px;
        height: 16px;
        border-radius: 10px;
        top: 23px;
        margin-left: -33px; }
    .historyLine .yearGroup .areaContent:before {
      left: 24px; }
    .historyLine .yearGroup .historyContent a.moreLink {
      left: 24px; }
    .historyLine .yearGroup .img {
      width: calc(100% - 50px);
      margin: 0 0 0 50px;
      -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15); }
    .historyLine .yearGroup .yearContent {
      margin: 20px 0 20px 24px; }
  .enterpriseHistory .historyLine .yearGroup {
    padding: 0; }
    .enterpriseHistory .historyLine .yearGroup .yearPoint {
      top: 255px; }
  /*--> Profile ----------------------------------*/
  .profilesInfo .areaContent {
    width: calc(100% - 54px); }
  .bbsArticle figcaption {
    font-size: 14px; }
  .bbsArticle .profilesContent .numberGroup mark .number {
    font-size: 30px; }
  .bbsArticle .profilesContent > .areaContent .leftArea .numberGroup .text {
    font-size: 18px;
    top: -2px;
    margin-left: 5px; }
  .profilesFull .textArea h3 {
    margin-bottom: 10px; }
  .profilesFull .textArea p {
    line-height: 1.8em; }
  ul.majorList li {
    width: 50%; }
  .bannerTeam .bannerInfo {
    width: auto; }
  /*--> Csr ----------------------------------*/
  ul.achievementList {
    margin-top: 50px; }
    ul.achievementList li {
      display: block;
      width: auto;
      margin: 0 1% 50px 1%; }
      ul.achievementList li p {
        min-height: auto;
        margin-bottom: 10px; }
  ul.sitemap {
    display: block;
    width: auto;
    margin: 0 0 40px 0; }
  .awardArea .areaContent {
    width: 130%;
    margin: 0 0 0 -15%; }
  .csrTarget .title {
    margin-bottom: 40px; }
  ul.esgList {
    margin-top: 40px; }
    ul.esgList li {
      display: block;
      width: auto;
      margin: 0 0 40px 0; }
  ul.mainCsrList li a span.text {
    padding: 15px;
    font-size: 18px; }
  .awardSlide .swiper-slide .awardBox p {
    max-height: 94px; }
  /*--> Team ----------------------------------*/
  .bannerTeam .bannerInfo h3 {
    font-size: 18px;
    line-height: 1.6em; }
  .briefArea {
    padding: 60px 0 40px 0; }
  ul.teamList {
    width: 70%;
    margin-left: 15%; }
    ul.teamList li {
      display: block;
      width: auto;
      margin: 0 0 40px 0; }
  .teamArea {
    padding: 60px 0 20px 0; }
  /*--> Character --------------------------------*/
  .storyArea .waterImg {
    display: none; }
  ul.footprintList li .footprintText {
    padding: 24px 26px; }
  .albumArea {
    padding: 60px 0 20px 0; }
  .photoArea {
    margin-top: 30px; }
    .photoArea figure {
      width: 45%;
      margin: 0 2% 30px 2%; }
  /*--> Profile ----------------------------------*/
  .bannerProfile .bannerInfo {
    width: auto; }
    .bannerProfile .bannerInfo h1 {
      font-size: 24px; }
    .bannerProfile .bannerInfo h3 {
      font-size: 18px;
      line-height: 1.6em; }
    .bannerProfile .bannerInfo .title {
      margin-bottom: 20px; }
  .profilesInfo .textArea {
    width: auto;
    margin: 0;
    padding: 40px 0; }
  .profilesInfo .areaContent {
    padding: 5% 0;
    margin: 0 24px; }
  .profilesInfo .picMain {
    position: relative;
    display: block;
    width: auto;
    padding-top: 50%; }
  .bbsArticle .profilesContent > .areaContent {
    margin: 40px 24px; }
    .bbsArticle .profilesContent > .areaContent .leftArea {
      display: block;
      width: auto;
      margin-bottom: 20px; }
    .bbsArticle .profilesContent > .areaContent .rightArea {
      display: block;
      width: auto;
      float: none; }
  .bbsArticle .profilesContent ul.rightList li {
    margin-bottom: 0; }
  .bbsArticle .profilesContent .lastBox {
    position: relative;
    width: auto;
    margin-top: 20px; }
  .profilesFull .textArea {
    width: auto;
    margin-left: 0;
    padding: 30px 0 40px 0; }
  .profilesFull .picMain {
    position: relative;
    display: block;
    width: auto;
    padding-top: 50%; }
  .profilesFull .areaContent {
    width: auto;
    margin: 0 24px;
    padding: 5% 0; }
  /*--> About ----------------------------------*/
  .bannerCharacter:before, .bannerMilestone:before, .bannerHistory:before, .bannerSpirit:before {
    display: none; }
  .bannerCharacter .main, .bannerMilestone .main, .bannerHistory .main, .bannerSpirit .main {
    width: 100%;
    margin-left: 0; }
    .bannerCharacter .main img, .bannerMilestone .main img, .bannerHistory .main img, .bannerSpirit .main img {
      width: 100%; }
  .bannerCharacter .areaContent, .bannerMilestone .areaContent, .bannerHistory .areaContent, .bannerSpirit .areaContent {
    margin: 0; }
    .bannerCharacter .areaContent .bannerInfo, .bannerMilestone .areaContent .bannerInfo, .bannerHistory .areaContent .bannerInfo, .bannerSpirit .areaContent .bannerInfo {
      position: relative;
      width: auto;
      margin: 0 24px;
      padding: 20px 0;
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
      .bannerCharacter .areaContent .bannerInfo h1, .bannerMilestone .areaContent .bannerInfo h1, .bannerHistory .areaContent .bannerInfo h1, .bannerSpirit .areaContent .bannerInfo h1 {
        font-size: 24px;
        line-height: 1.6em;
        margin: 0; }
      .bannerCharacter .areaContent .bannerInfo h3, .bannerMilestone .areaContent .bannerInfo h3, .bannerHistory .areaContent .bannerInfo h3, .bannerSpirit .areaContent .bannerInfo h3 {
        font-size: 16px;
        line-height: 1.6em; }
      .bannerCharacter .areaContent .bannerInfo .title, .bannerMilestone .areaContent .bannerInfo .title, .bannerHistory .areaContent .bannerInfo .title, .bannerSpirit .areaContent .bannerInfo .title {
        margin-bottom: 15px; }
  .bannerCharacter .crumb, .bannerMilestone .crumb, .bannerHistory .crumb, .bannerSpirit .crumb {
    position: relative;
    bottom: 0;
    padding: 10px 24px; }
  .imgBrief {
    padding: 40px 0; }
    .imgBrief .main {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      display: block;
      width: auto; }
    .imgBrief .textArea {
      width: auto;
      margin: 0 0 20px 0; }
  .storyArea h2 {
    font-size: 22px;
    line-height: 1.6em; }
  .spiritArea .spiritGroup:nth-child(even) .main {
    float: none; }
  .spiritArea .spiritGroup:nth-child(even) .textArea {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .spiritGroup {
    padding: 40px 0; }
    .spiritGroup .main {
      display: block;
      margin: 0 auto; }
    .spiritGroup .textArea {
      width: auto;
      margin-left: 24px; }
      .spiritGroup .textArea h4 {
        font-size: 24px;
        margin-bottom: 0; }
        .spiritGroup .textArea h4:before {
          left: -20px;
          height: 50px; }
      .spiritGroup .textArea p {
        font-size: 16px; }
  /*--> Business ----------------------------------*/
  .connectionArea .businessRelationship {
    max-width: 90%; }
  ul.mainBusinessList.type1, ul.mainBusinessList.type2, ul.mainBusinessList.type3 {
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    ul.mainBusinessList.type1 li, ul.mainBusinessList.type2 li, ul.mainBusinessList.type3 li {
      width: 100%;
      margin: 12px 0 0 0; }
  ul.mainBusinessList.type4 {
    width: calc(100% + 12px);
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px); }
    ul.mainBusinessList.type4 li {
      width: calc(50% - 12px);
      margin: 12px 6px 0 6px; }
      ul.mainBusinessList.type4 li:nth-child(1), ul.mainBusinessList.type4 li:nth-child(2), ul.mainBusinessList.type4 li:nth-child(3) {
        width: calc(100% - 12px); }
  ul.mainBusinessList.type5 {
    width: calc(100% + 12px);
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px); }
    ul.mainBusinessList.type5 li {
      width: calc(50% - 12px);
      margin: 12px 6px 0 6px; }
      ul.mainBusinessList.type5 li:nth-child(1), ul.mainBusinessList.type5 li:nth-child(2) {
        width: calc(100% - 12px); }
  ul.mainBusinessList.type6 {
    width: calc(100% + 12px);
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px); }
    ul.mainBusinessList.type6 li {
      width: calc(50% - 12px);
      margin: 12px 6px 0 6px; }
  .homeAboutContent {
    text-align: center; }
    .homeAboutContent h4 {
      font-size: 20px;
      text-align: center; }
    .homeAboutContent .linkAbout {
      margin: 40px auto 0 auto; }
  .businessHistory h5 {
    font-size: 20px; }
  .historyArea {
    width: calc(100% - 45px);
    padding: 10px 0 0 0;
    margin-left: 45px; }
  ul.yearLine {
    margin-bottom: 20px; }
    ul.yearLine li {
      padding-left: 50px; }
      ul.yearLine li:before {
        left: 25px; }
      ul.yearLine li .yearPoint:before {
        left: -28px;
        width: 8px;
        height: 8px;
        border-radius: 5px;
        border: 1px solid #fff; }
      ul.yearLine li .img {
        display: none; }
      ul.yearLine li time {
        font-size: 18px; }
      ul.yearLine li .yearContent {
        margin-left: 0; }
        ul.yearLine li .yearContent p {
          font-size: 14px; }
  .companyArea a.btnMore.show {
    margin-top: 20px; }
  .mainBusiness {
    margin: 60px auto; }
  ul.mainBusinessList li .text {
    font-size: 18px;
    padding: 12px; }
  ul.mainBusinessList.type1 li:nth-child(1), ul.mainBusinessList.type2 li:nth-child(1), ul.mainBusinessList.type3 li:nth-child(1), ul.mainBusinessList.type4 li:nth-child(1), ul.mainBusinessList.type5 li:nth-child(1) {
    margin-top: 0; }
  .businessInfo .textArea h3, .overview h4 {
    font-size: 20px; }
  .company .contentArea h6 {
    margin-bottom: 40px;
    margin-right: 20px;
    font-size: 20px; }
  .company .contentArea .companyDetail {
    position: relative;
    top: 0;
    left: 0;
    width: auto; }
  ul.detailList {
    position: relative;
    bottom: 0;
    left: 0;
    width: auto;
    margin-top: 10px; }
    ul.detailList li [class^='icon-'] {
      font-size: 16px; }
  .companyService {
    position: relative;
    width: auto;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    min-height: auto; }
    .companyService:before {
      border-left: none;
      border-top: 1px solid #e2e2e2;
      left: 0;
      top: 0;
      width: 150%;
      margin-left: -25%;
      height: 1px; }
  .companyPopupArea {
    padding: 60px 0; }
  .productArea {
    padding: 60px 0 40px 0; }
  ul.productList {
    width: 104%;
    margin-left: -2%; }
    ul.productList li {
      margin: 0 1.5% 15px 1.5%;
      width: 46%; }
      ul.productList li:hover figure img {
        -ms-transform: scale(1);
        transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1); }
      ul.productList li:nth-child(2), ul.productList li:nth-child(5), ul.productList li:nth-child(8), ul.productList li:nth-child(11), ul.productList li:nth-child(14), ul.productList li:nth-child(17), ul.productList li:nth-child(20), ul.productList li:nth-child(23), ul.productList li:nth-child(26) {
        margin: 0 1.5% 15px 1.5%; }
      ul.productList li span.text {
        font-size: 20px; }
  .issueArea {
    padding: 60px 0 40px 0; }
  ul.issueList li {
    display: block;
    width: auto;
    margin-bottom: 40px; }
    ul.issueList li:nth-child(2), ul.issueList li:nth-child(5), ul.issueList li:nth-child(8), ul.issueList li:nth-child(11), ul.issueList li:nth-child(14), ul.issueList li:nth-child(17), ul.issueList li:nth-child(20), ul.issueList li:nth-child(23), ul.issueList li:nth-child(26) {
      margin: 0 0 40px 0; }
  .overviewArea {
    padding: 40px 0 0 0; }
    .overviewArea:before {
      display: none; }
    .overviewArea .areaContent {
      margin: 0; }
  ul.overviewList {
    display: block;
    width: auto;
    margin: 0 24px 40px 24px; }
    ul.overviewList li {
      margin-bottom: 30px; }
  .overview {
    display: block;
    width: auto;
    background: #0E1F53;
    padding: 40px 24px; }
  .companySearch .inputGroup {
    width: 100%; }
  .companySearch .selectGroup {
    position: relative;
    right: auto;
    width: 100%; }
  ul.enterpriseList > li {
    display: block;
    width: auto;
    margin: 0 0 30px 0;
    min-height: auto;
    padding: 15px; }
    ul.enterpriseList > li:nth-child(2), ul.enterpriseList > li:nth-child(5), ul.enterpriseList > li:nth-child(8), ul.enterpriseList > li:nth-child(11), ul.enterpriseList > li:nth-child(14), ul.enterpriseList > li:nth-child(17) {
      margin: 0 0 30px 0; }
    ul.enterpriseList > li a.icon-more {
      font-size: 36px;
      right: 15px;
      bottom: 15px; }
    ul.enterpriseList > li h6 {
      font-size: 18px;
      margin-top: 0; }
    ul.enterpriseList > li ul.detailList {
      position: relative;
      bottom: 0;
      left: 0;
      margin-top: 10px;
      width: auto; }
      ul.enterpriseList > li ul.detailList li [class^='icon-'] {
        font-size: 16px; }
    ul.enterpriseList > li figure {
      position: relative;
      left: 0;
      top: 0;
      width: 70px;
      display: inline-block;
      vertical-align: middle; }
      ul.enterpriseList > li figure + h6 {
        width: calc(100% - 90px);
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 5px;
        line-height: 1.4em; }
  .bannerInside.list figure img {
    width: 100%;
    margin-left: 0%; }
  .bannerInside.rwdNoCrumb .areaContent {
    top: 50%; }
  .bannerInside.rwdNoCrumb .bannerInfo h1 {
    margin-bottom: 0;
    line-height: 1.4em; }
  .bannerInside.rwdNoCrumb .crumb {
    display: none; }
  .bannerInside figure:before {
    background: rgba(0, 27, 69, 0.4) url(../images/banner_mask.png) left top repeat-y;
    background-size: 100% auto; }
  .bannerInside figure img {
    width: 100%;
    margin-left: 0; }
  .bannerInside .bannerInfo {
    width: 100%; }
    .bannerInside .bannerInfo h3 {
      font-size: 16px; }
  .bannerCsr.list figure img {
    width: 100%;
    margin-left: 0; }
  .bannerCsr figure img {
    width: 100%;
    margin-left: 0; }
  .bannerCsr .bannerInfo {
    width: 100%; }
    .bannerCsr .bannerInfo h3 {
      font-size: 16px; }
  .bannerCompany .areaContent {
    top: 40px;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    margin: 0 24px; }
    .bannerCompany .areaContent .logoCompany {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      width: 100px;
      padding: 10px;
      margin-bottom: 20px; }
  .bannerCompany .main img {
    width: 100%;
    margin-left: 0%; }
  .bannerCompany .main:before {
    background: rgba(0, 27, 69, 0.4) url(../images/banner_mask.png) left top repeat-y;
    background-size: 100% auto; }
  .bannerCompany .bannerInfo {
    width: auto; }
    .bannerCompany .bannerInfo h1 {
      font-size: 24px; }
    .bannerCompany .bannerInfo h3 {
      font-size: 16px;
      line-height: 1.6em; }
    .bannerCompany .bannerInfo .title {
      margin-bottom: 20px; }
  .bannerCsr .bannerInfo h1 {
    font-size: 24px; }
  .bannerCsr .bannerInfo h3 {
    line-height: 1.6em; }
  /*--> Global ----------------------------------*/
  .areaContent {
    margin: 0 24px; }
    .homeAbout .areaContent {
      width: calc(100% - 48px); }
    .bannerTeam .areaContent, .bannerCompany .areaContent, .bannerInside .areaContent,
    .bannerProfile .areaContent, .bannerCsr .areaContent {
      width: calc(100% - 48px); }
  .csrInfo .areaContent {
    margin: 0 24px; }
  ul.mainCsrList {
    width: calc(100% + 12px);
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px); }
    ul.mainCsrList li {
      width: calc(50% - 12px);
      margin: 12px 6px 0 6px; }
      ul.mainCsrList li:nth-child(1) {
        position: relative;
        width: calc(100% - 12px); }
      ul.mainCsrList li:nth-child(2) {
        margin: 12px 6px 0 6px; }
  p {
    line-height: 2em; }
  .crumb {
    padding: 0 24px; }
  .bannerInside.detailPage .crumb {
    margin: 0 24px; }
  .popupArea {
    padding: 24px; }
    .popupArea a.icon-cancel {
      font-size: 30px; }
    .popupArea .popupContent {
      padding: 24px; }
  .newsArea {
    overflow: hidden; }
    .newsArea.single .areaContent {
      width: auto;
      margin: 0 24px; }
    .newsArea .areaContent {
      width: 130%;
      margin: 0 0 0 -15%; }
  ul.footerList {
    padding: 15px 0;
    line-height: 36px; }
  .title {
    font-size: 20px;
    letter-spacing: 5px;
    text-indent: 5px;
    margin-bottom: 25px; }
    .title:after {
      width: 28px; }
  .pagebar ul li a {
    line-height: 30px;
    padding: 0 10px; }
  .sideMenuGroup {
    width: 100%; }
  .langArea {
    position: relative;
    right: 0;
    text-align: left;
    margin-top: 20px; } }

@media all and (max-width: 320px) {
  .bannerCompany .areaContent .logoCompany {
    width: 80px;
    margin-bottom: 10px; }
  .bannerCompany .bannerInfo .title {
    margin-bottom: 10px; }
  .bbsArticle .profilesContent > .areaContent {
    margin: 40px 15px; }
  .bbsArticle .profilesContent .numberGroup .name {
    font-size: 12px; }
  .enterpriseHistory .historyLine .yearGroup .yearPoint {
    top: 225px; }
  .photoArea figure {
    width: 44.5%; }
  .businessCause .titleCause h5 {
    padding: 0 10px; }
  .businessCause ul.causeList li:nth-child(2) .small, .businessCause ul.causeList li:nth-child(3) .small {
    max-height: 96px;
    -webkit-line-clamp: 4; } }

/*--> Language File ----------------------------------------------------------------------------*/
/*--> ASA [EN] 含0624新增-------------------------------------------------------*/
body {
  letter-spacing: 0px; }

.bannerInfo h1 {
  letter-spacing: 0px !important; }

p, .bbsArticle p, .bbsArticle, ul.issueList li .textArea a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75em; }

.bbsArticle, .bbsArticle p, .bbsArticle table, ul.issueList li .textArea a {
  color: #505050; }

.articleContent .titleArea {
  width: calc(85% - 230px); }

.articleContent.news h1 {
  font-size: 46px;
  line-height: 1.3em;
  letter-spacing: 0px;
  font-weight: 600; }

ul.newsList.listMode li .newsBox a.newsLink {
  font-size: 36px; }

ul.newsList.gridMode li .newsBox a.newsLink {
  font-size: 18px;
  line-height: 1.75em;
  letter-spacing: 0.3px; }

.businessCause .titleCause .title {
  font-size: 32px; }

.businessCause .mainImg {
  height: 960px; }

.businessCause ul.causeList li a .big {
  line-height: 1.3em; }

.bannerInside figure img, .bannerCsr figure img {
  height: auto; }

.bannerInside .bannerInfo, .bannerCsr .bannerInfo {
  width: 60%; }

.homeBanner .swiper-slide {
  max-height: 1200px; }

.textArea .title {
  letter-spacing: 0.03em; }

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

ul.achievementList li p {
  font-size: 20px; }

ul.issueList li {
  margin-bottom: 60px;
  width: 30%; }
  ul.issueList li figure a span.text {
    font-weight: bold; }
  ul.issueList li:nth-child(2), ul.issueList li:nth-child(5), ul.issueList li:nth-child(8), ul.issueList li:nth-child(11), ul.issueList li:nth-child(14), ul.issueList li:nth-child(17), ul.issueList li:nth-child(20), ul.issueList li:nth-child(23), ul.issueList li:nth-child(26) {
    margin: 0 4% 60px 4%; }

.menuAll a {
  font-weight: 500; }

.menuAll > ul > li a.subLink {
  letter-spacing: 2px; }

/*--> ASA RWD 含0624新增----------------------------------------------------------------------------*/
@media all and (max-width: 2540px) {
  .businessCause .mainImg {
    height: 840px; } }

@media all and (max-width: 2240px) {
  .businessCause .mainImg {
    height: auto; } }

@media all and (max-width: 1840px) {
  p, .bbsArticle p, ul.issueList li .textArea a {
    font-size: 17px; }
  .articleContent.news h1 {
    font-size: 44px; }
  ul.newsList.listMode li .newsBox a.newsLink {
    font-size: 32px; }
  ul.newsList.gridMode li .newsBox a.newsLink {
    font-size: 17px; }
  .bannerInfo h1 {
    font-size: 52px; }
  .bannerInfo h3 {
    font-size: 22px; }
  .textArea h3 {
    font-size: 30px; }
  ul.mainCsrList li a span.text, ul.mainBusinessList li .text, ul.issueList li figure a span.text {
    font-size: 22px; }
  .businessCause .titleCause h5 {
    letter-spacing: 2px;
    font-size: 42px; }
  .businessCause .titleCause .title {
    font-size: 24px; } }

@media all and (max-width: 1560px) {
  p, .bbsArticle p {
    font-size: 16px; }
  .articleContent.news h1 {
    font-size: 36px; }
  ul.newsList.listMode li .newsBox a.newsLink {
    font-size: 28px; }
  ul.newsList.gridMode li .newsBox a.newsLink {
    font-size: 16px; }
  .businessCause .titleCause .title {
    font-size: 22px; }
  .businessCause .titleCause h5 {
    font-size: 36px;
    letter-spacing: 1px; }
  .bannerInfo h1 {
    font-size: 42px; }
  .bannerInfo h3 {
    font-size: 20px; }
  .textArea h3 {
    font-size: 28px; }
  ul.mainCsrList li a span.text, ul.mainBusinessList li .text, ul.issueList li figure a span.text {
    font-size: 20px; }
  ul.achievementList li p {
    font-size: 18px; } }

@media all and (max-width: 1230px) {
  .articleContent .titleArea {
    width: 100%; }
  p, .bbsArticle p, ul.issueList li .textArea a {
    font-size: 16px; }
  .articleContent.news h1 {
    font-size: 32px; }
  ul.newsList.listMode li .newsBox a.newsLink {
    font-size: 24px; }
  ul.newsList.gridMode li .newsBox a.newsLink {
    font-size: 16px; }
  .businessCause .titleCause h5 {
    letter-spacing: 1px;
    font-size: 32px; }
  .bannerInfo h1 {
    font-size: 42px; }
  .bannerInfo h3 {
    font-size: 18px; }
  .bannerInside .bannerInfo, .bannerCsr .bannerInfo {
    width: 80%; }
  .textArea h3 {
    font-size: 24px; }
  ul.mainCsrList li a span.text, ul.mainBusinessList li .text, ul.issueList li figure a span.text {
    font-size: 18px; }
  ul.achievementList li p {
    font-size: 16px; }
  ul.issueList li {
    width: 47.5%;
    margin-bottom: 40px; }
    ul.issueList li:nth-child(5), ul.issueList li:nth-child(8), ul.issueList li:nth-child(11), ul.issueList li:nth-child(14), ul.issueList li:nth-child(17), ul.issueList li:nth-child(20), ul.issueList li:nth-child(23), ul.issueList li:nth-child(26) {
      margin: 0 0 40px 0; }
    ul.issueList li:nth-child(2), ul.issueList li:nth-child(4), ul.issueList li:nth-child(6), ul.issueList li:nth-child(8), ul.issueList li:nth-child(10), ul.issueList li:nth-child(12), ul.issueList li:nth-child(14), ul.issueList li:nth-child(16), ul.issueList li:nth-child(18) {
      margin: 0 0 40px 4%; } }

@media all and (max-width: 1100px) {
  .sideMenuGroup .menuAll dl.subList dd {
    letter-spacing: normal;
    font-weight: 400; }
  .businessCause .titleCause h5 {
    letter-spacing: 0.5px;
    font-size: 28px; }
  .bannerCompany .bannerInfo h1 {
    font-size: 36px;
    letter-spacing: 0px; } }

@media all and (max-width: 1024px) {
  p, .bbsArticle p, ul.issueList li .textArea a {
    font-size: 15px; }
  .articleContent.news h1 {
    font-size: 24px; }
  ul.newsList.listMode li .newsBox a.newsLink {
    font-size: 18px; }
  ul.newsList.gridMode li .newsBox a.newsLink {
    font-size: 16px; } }

@media all and (max-width: 950px) {
  .bannerCompany .bannerInfo h1 {
    font-size: 32px;
    letter-spacing: 0px; } }

@media all and (max-width: 680px) {
  p, .bbsArticle p, ul.issueList li .textArea a {
    line-height: 1.75em; }
  ul.issueList li {
    width: auto; }
    ul.issueList li:nth-child(2), ul.issueList li:nth-child(4), ul.issueList li:nth-child(6), ul.issueList li:nth-child(8), ul.issueList li:nth-child(10), ul.issueList li:nth-child(12), ul.issueList li:nth-child(14), ul.issueList li:nth-child(16), ul.issueList li:nth-child(18) {
      margin: 0 0 40px 0; }
  .newsSlide .swiper-slide .newsBox a.newsLink {
    font-size: 15px; }
  .sideMenuGroup .menuAll dl.subList dd {
    font-size: 18px;
    font-weight: 400; }
  .menuAll > ul > li a.subLink {
    letter-spacing: 0px; }
  .awardSlide .swiper-slide .awardBox a.awardLink {
    font-size: 16px; }
  .awardSlide .swiper-slide .awardBox p {
    font-size: 14px; }
  ul.mainCsrList li a span.text, ul.mainBusinessList li .text, ul.issueList li figure a span.text {
    font-size: 17px; }
  .filterGroup, .filterGroup .filterSlideArea {
    line-height: 1em; }
  .businessCause .titleCause h5 {
    font-size: 18px; }
  .businessCause .titleCause .title {
    font-size: 16px; }
  .businessCause .titleCause a.btnMore {
    font-size: 13px; }
  a.btnMore {
    font-size: 13px; }
    a.btnMore [class^='icon-'] {
      font-size: 18px; }
  .bannerCompany .bannerInfo h1 {
    font-size: 26px;
    letter-spacing: 0px; }
  .bannerCompany .bannerInfo h3 {
    font-size: 16px; }
  ul.productList li span.text {
    font-size: 17px; }
  .companyBlank.colorGrey .textArea a, .companyBlank.colorWhite .textArea a, .companyFull.colorBlue .textArea a {
    font-size: 13px; } }

@media all and (max-width: 413px) {
  .bannerCompany .bannerInfo h1 {
    font-size: 24px; }
  .bannerCompany .bannerInfo h3 {
    font-size: 14px; } }

/*--> Language [EN] ----------------------------------------------------------------------------*/
.menu > ul > li:nth-child(2) .menuFull .linkBox {
  width: 860px;
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%); }
  .menu > ul > li:nth-child(2) .menuFull .linkBox:after {
    margin-left: 608px; }

.menu > ul > li:nth-child(3) .linkBox:after {
  margin-left: 162px; }

.menuFull, .filterArea {
  letter-spacing: 0px; }

.menuAll > ul > li {
  margin: 0 10px 20px 10px; }
  .menuAll > ul > li a.subLink {
    left: 10px;
    letter-spacing: 0; }
  .menuAll > ul > li::before {
    margin-left: -15px; }

dl.subList dd a {
  padding: 5px 8px; }

.title {
  letter-spacing: 0px;
  text-indent: 0px; }

body {
  font-family: 'Nunito', 'roboto', 'SF Pro SC', 'PingFang SC', 'Noto Sans SC', source-han-sans-simplified-c, 'Microsoft YaHei', 'SF Pro TC', 'PingFang TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', Helvetica Neue,Helvetica,Arial,sans-serif; }

/*--> Title ----------------------------------*/
.title, .storyArea h2, .textFull h3, .overview h4, ul.connectBusinessList li figcaption, .spiritGroup .textArea h4, ul.teamList li .textArea h6, .historyLine .yearGroup time, .historyLine .yearGroup h4, ul.milestoneList li time, .articleContent.news h1, ul.enterpriseList > li h6,
.businessHistory h5, ul.yearLine li time,
.bbsArticle .profilesContent .numberGroup mark .number,
.menuFull .focusBox .focusMain h5, .businessCause .titleCause h5, .homeNumber .numGroup .counter {
  font-family: 'roboto', 'SF Pro SC', 'PingFang SC', 'Noto Sans SC', source-han-sans-simplified-c, 'Microsoft YaHei', 'SF Pro TC', 'PingFang TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', Helvetica Neue,Helvetica,Arial,sans-serif; }

.bannerInside .bannerInfo h1, .bannerCompany .bannerInfo h1, .bannerCsr .bannerInfo h1, .bannerHistory .bannerInfo h1, .bannerMilestone .bannerInfo h1, .bannerCharacter .bannerInfo h1, .bannerSpirit .bannerInfo h1, .bannerTeam .bannerInfo h1, .bannerProfile .bannerInfo h1 {
  font-family: 'roboto', 'SF Pro SC', 'PingFang SC', 'Noto Sans SC', source-han-sans-simplified-c, 'Microsoft YaHei', 'SF Pro TC', 'PingFang TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', Helvetica Neue,Helvetica,Arial,sans-serif; }

.businessFull .textArea h3, .companyFull .textArea h3, .csrFull .textArea h3, .businessBlank .textArea h3, .companyBlank .textArea h3, .csrBlank .textArea h3, .csrBgFull .textArea h3, .profilesFull .textArea h3 {
  font-family: 'roboto', 'SF Pro SC', 'PingFang SC', 'Noto Sans SC', source-han-sans-simplified-c, 'Microsoft YaHei', 'SF Pro TC', 'PingFang TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', Helvetica Neue,Helvetica,Arial,sans-serif; }

/*--> Home ----------------------------------*/
.businessCause .titleCause h5 {
  letter-spacing: 0px; }

/*--> Inside Banner ----------------------------------*/
.bannerInside .bannerInfo h1 {
  letter-spacing: 0px;
  line-height: 1.2em; }

.bannerInside .bannerInfo h3 {
  line-height: 1.6em; }

.bannerInside.detailPage figure img {
  height: inherit; }

.businessHistory h5 {
  letter-spacing: 0px; }

.bannerCompany .bannerInfo h3 {
  line-height: 1.4em; }

/*--> About ----------------------------------*/
.storyArea h2 {
  line-height: 1.4em; }

ul.majorList li a .text {
  width: auto; }

.bannerTeam .bannerInfo h1, .bannerProfile .bannerInfo h1 {
  line-height: 1.2em;
  letter-spacing: 0px; }

.bannerTeam .bannerInfo h3, .bannerProfile .bannerInfo h3 {
  line-height: 1.6em; }

ul.teamList li .textArea h6 {
  line-height: 1.3em;
  margin-bottom: 10px; }

.bannerProfile .bannerInfo {
  width: 70%; }
  .bannerProfile .bannerInfo h3 {
    line-height: 1.6em; }

.bannerHistory .bannerInfo h1, .bannerMilestone .bannerInfo h1, .bannerCharacter .bannerInfo h1, .bannerSpirit .bannerInfo h1 {
  line-height: 1.2em;
  letter-spacing: 0px; }

.bannerHistory .bannerInfo h3, .bannerMilestone .bannerInfo h3, .bannerCharacter .bannerInfo h3, .bannerSpirit .bannerInfo h3 {
  line-height: 1.6em; }

.profilesFull .textArea p {
  color: #fff; }

/*--> Business ----------------------------------*/
ul.detailList li [class^='icon-'] {
  display: block;
  line-height: 1.3em; }

ul.enterpriseList > li {
  min-height: 400px; }
  ul.enterpriseList > li h6 {
    line-height: 1.4em; }

ul.connectBusinessList li figcaption {
  font-size: 20px; }

ul.teamList li .textArea span {
  line-height: 1.4em; }

ul.companyPopupList li .companyDetail {
  min-height: 78px; }

/*--> Csr ----------------------------------*/
.bannerCsr .bannerInfo h1 {
  line-height: 1.2em;
  letter-spacing: 0px; }

.bannerCsr .bannerInfo h3 {
  line-height: 1.6em; }

ul.issueList li .textArea a {
  word-wrap: break-word;
  word-break: break-word; }

/*--> Language RWD ----------------------------------------------------------------------------*/
.businessBar ul.businessList {
  overflow-x: -moz-hidden-unscrollable;
  -ms-overflow-style: none; }
  .businessBar ul.businessList::-webkit-scrollbar {
    display: none; }

.businessBar.fixed .areaContent {
  width: 100%; }

.businessBar.fixed ul.businessList {
  width: 100%;
  max-width: 1980px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow-x: -moz-hidden-unscrollable;
  -ms-overflow-style: none; }
  .businessBar.fixed ul.businessList::-webkit-scrollbar {
    display: none; }
  .businessBar.fixed ul.businessList li {
    width: auto;
    white-space: nowrap; }
    .businessBar.fixed ul.businessList li a {
      padding: 15px 15px 15px 15px; }
      .businessBar.fixed ul.businessList li a .text {
        margin-top: 0; }

.bbsArticle ul, .bbsArticle ol {
  font-size: 18px; }
  .bbsArticle ul li, .bbsArticle ol li {
    color: #505050; }

@media all and (max-width: 1880px) {
  .businessBar.fixed .areaContent {
    width: 100%; }
  .businessBar.fixed ul.businessList {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow-x: auto;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit; }
    .businessBar.fixed ul.businessList li {
      width: auto;
      white-space: nowrap; }
      .businessBar.fixed ul.businessList li img {
        display: none; }
      .businessBar.fixed ul.businessList li a {
        padding: 15px 15px 15px 15px; }
        .businessBar.fixed ul.businessList li a .text {
          margin-top: 0; } }

@media all and (max-width: 1840px) {
  .bbsArticle ul, .bbsArticle ol, ul.overviewList li .sTitle {
    font-size: 17px; } }

@media all and (max-width: 1560px) {
  ul.overviewList li .sTitle {
    font-size: 16px; }
  .bbsArticle ul, .bbsArticle ol {
    font-size: 16px; }
  .historyLine .yearGroup h4 {
    font-size: 28px;
    width: 110%; }
  a.btnMore {
    min-width: 164px; }
  ul.productList li span.text {
    font-size: 20px; }
  ul.teamList li .textArea h6 {
    font-size: 20px; }
  ul.teamList li .textArea span {
    font-size: 16px; }
  ul.newsList.gridMode li .newsBox a.newsLink {
    line-height: 1.4em; }
  .newsSlide .swiper-slide .newsBox a.newsLink {
    -webkit-line-clamp: 6;
    height: 136px; }
  .menu > ul > li:nth-child(2) .menuFull .linkBox {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%); }
    .menu > ul > li:nth-child(2) .menuFull .linkBox:after {
      margin-left: 570px; }
  .menu > ul > li:nth-child(3) .linkBox:after {
    margin-left: 145px; }
  .sideMenuGroup.menuOpen .menuAll ul {
    display: block; }
  .menuAll > ul > li:nth-child(1) {
    width: 190px; }
  .menuAll > ul > li:nth-child(2) {
    position: relative;
    width: calc( 100% - 870px); }
    .menuAll > ul > li:nth-child(2) dl.subList {
      display: block;
      max-width: calc( 100% - 120px); }
      .menuAll > ul > li:nth-child(2) dl.subList:nth-child(2) {
        margin-left: 0.5%; }
      .menuAll > ul > li:nth-child(2) dl.subList:nth-child(4) {
        width: calc( 85% - 280px);
        position: absolute;
        top: 0;
        right: 10px; }
  .menuAll > ul > li:nth-child(3) {
    width: 132px; }
  .menuAll > ul > li:nth-child(4) {
    width: 200px; }
  .menuAll > ul > li:nth-child(5) {
    width: 215px; }
  ul.enterpriseList > li {
    min-height: 400px; }
    ul.enterpriseList > li h6 {
      line-height: 1.2em; }
  .businessBar.fixed .areaContent {
    margin: 0; }
  .businessBar.fixed ul.businessList li:hover a:before {
    border-bottom: 3px solid #F50002; }
  /*--> Inside Banner ----------------------------------*/
  .businessFull .textArea .title, .companyFull .textArea .title, .csrFull .textArea .title, .businessBlank .textArea .title, .companyBlank .textArea .title, .csrBlank .textArea .title {
    letter-spacing: 0px; } }

@media all and (max-width: 1300px) {
  .menu > ul > li:nth-child(2) .menuFull .linkBox {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%); }
  .menuAll > ul > li:nth-child(2) dl.subList:nth-child(2) {
    margin-left: 0; }
  .menuAll > ul > li:nth-child(2) dl.subList:nth-child(4) {
    width: auto; } }

@media all and (max-width: 1230px) {
  .historyLine .yearGroup h4 {
    line-height: 1.4em; }
  .historyLine .yearGroup p {
    max-height: 145px;
    line-height: 1.5em; }
  ul.productList li span.text {
    font-size: 18px; }
  .homeBusinessBox {
    height: auto;
    padding: 5px; }
    .homeBusinessBox .title {
      margin: 0 auto 100px auto;
      padding-top: 100px; }
  .businessBar {
    bottom: 0; }
    .businessBar.notFixed ul.businessList {
      display: none; }
      .businessBar.notFixed ul.businessList li:hover {
        background: #09003E; }
        .businessBar.notFixed ul.businessList li:hover a:before {
          display: block;
          content: '.';
          color: rgba(0, 0, 0, 0);
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          border-bottom: 3px solid #F50002; }
      .businessBar.notFixed ul.businessList li.light {
        opacity: 1; }
    .businessBar ul.businessList {
      width: 100%;
      max-width: 1980px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      justify-content: inherit;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      overflow-x: auto; }
      .businessBar ul.businessList li {
        width: auto;
        white-space: nowrap; }
        .businessBar ul.businessList li a {
          padding: 15px 15px 15px 15px; }
          .businessBar ul.businessList li a img {
            display: none; }
          .businessBar ul.businessList li a .text {
            margin-top: 0; }
  .menu > ul > li:nth-child(2) .menuFull .linkBox {
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%); }
    .menu > ul > li:nth-child(2) .menuFull .linkBox:after {
      margin-left: 480px; }
  .menu > ul > li:nth-child(3) .linkBox:after {
    margin-left: 127px; }
  ul.majorList {
    font-size: 18px;
    letter-spacing: 0px; } }

@media all and (max-width: 1100px) {
  ul.footprintList li .footprintText p.summary {
    height: auto;
    max-height: 140px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
  ul.productList li span.text {
    font-size: 17px; }
  .selectGroup + .selectGroup .nameTitle {
    margin-right: 0; }
  .menuAll > ul > li a.subLink {
    left: 18px; }
  dl.subList dd a {
    max-width: none; }
  .menuAll > ul > li:nth-child(1), .menuAll > ul > li:nth-child(2), .menuAll > ul > li:nth-child(3), .menuAll > ul > li:nth-child(4), .menuAll > ul > li:nth-child(5) {
    width: auto; }
  .menuAll > ul > li:nth-child(2) dl.subList {
    max-width: none; }
    .menuAll > ul > li:nth-child(2) dl.subList:nth-child(4) {
      position: relative;
      right: 0; }
  .menuAll > ul > li a.subLink {
    left: 8px; } }

@media all and (max-width: 1023px) {
  .bbsArticle ul, .bbsArticle ol {
    font-size: 15px; }
  .menuAll > ul > li a.subLink {
    left: 15px; } }

@media all and (max-width: 950px) {
  .homeBusinessBox .title {
    margin-bottom: calc(5% + 40px);
    padding-top: calc(5% + 40px); }
  ul.footprintList li .footprintText p.summary {
    max-height: none;
    -webkit-line-clamp: inherit; }
  ul.productList li span.text {
    font-size: 16px; }
  .businessCause .anchor#business1 {
    top: -80px; }
  .historyLine .yearGroup p {
    line-height: 1.6em; }
  ul.companyPopupList li .companyDetail {
    min-height: auto; } }

@media all and (max-width: 680px) {
  ul.productList li span.text {
    font-size: 14px; }
  ul.footprintList li .footprintText h4 {
    line-height: 1.4em; }
  ul.footprintList li .footprintText p.summary {
    line-height: 1.4em; }
  .businessFull .textArea .title, .businessBlank .textArea .title, .companyFull .textArea .title, .companyBlank .textArea .title, .csrFull .textArea .title, .csrBlank .textArea .title {
    line-height: 1.4em; }
  .businessFull .textArea h3, .businessBlank .textArea h3, .companyFull .textArea h3, .companyBlank .textArea h3, .csrFull .textArea h3, .csrBlank .textArea h3 {
    line-height: 1.4em; }
  .historyLine .yearGroup h4 {
    line-height: 1.4em;
    margin-bottom: 10px; }
  .bannerInside .bannerInfo, .bannerCsr .bannerInfo {
    width: auto; }
    .bannerInside .bannerInfo h1, .bannerCsr .bannerInfo h1 {
      font-size: 26px;
      line-height: 1.4em;
      letter-spacing: 0px;
      margin-bottom: 5px; }
    .bannerInside .bannerInfo h3, .bannerCsr .bannerInfo h3 {
      font-size: 16px;
      line-height: 1.4em; }
  .bannerCharacter .areaContent .bannerInfo h1, .bannerMilestone .areaContent .bannerInfo h1, .bannerHistory .areaContent .bannerInfo h1, .bannerSpirit .areaContent .bannerInfo h1 {
    font-size: 26px;
    line-height: 1.4em;
    letter-spacing: 0px;
    margin-bottom: 5px; }
  ul.companyList li .companyInfo h6 {
    line-height: 1.4em;
    margin-bottom: 10px; }
  ul.mainBusinessList li .text {
    font-size: 16px;
    padding: 10px;
    font-weight: 500;
    letter-spacing: 0; }
  .imgBrief .main {
    margin-bottom: 15px; }
  ul.enterpriseList > li {
    min-height: auto; }
  ul.footerList li {
    margin: 0 15px; }
  .businessCause .titleCause h5 {
    letter-spacing: 0px;
    margin: 0 20px 25px 20px; }
  .awardSlide .swiper-slide .awardBox a.awardLink {
    letter-spacing: 0px; } }

@media all and (max-width: 413px) {
  .bannerInside .bannerInfo h1, .bannerCsr .bannerInfo h1 {
    font-size: 24px; }
  .bannerInside .bannerInfo h3, .bannerCsr .bannerInfo h3 {
    font-size: 14px; }
  .bannerCharacter .areaContent .bannerInfo h1, .bannerMilestone .areaContent .bannerInfo h1, .bannerHistory .areaContent .bannerInfo h1, .bannerSpirit .areaContent .bannerInfo h1 {
    font-size: 24px; } }

@media all and (max-width: 320px) {
  ul.mainBusinessList li .text {
    font-size: 12px;
    letter-spacing: 0px; } }
