.modal {
  z-index: -10;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transform: translate(0, 5%);
  -o-transform: translate(0, 5%);
  transform: translate(0, 5%);
}
.modal.attached {
  z-index: 9990;
  opacity: 1;
  -webkit-animation: attached-modal 0.5s ease-out both;
  animation: attached-modal 0.5s ease-out both;
}
.modal.detached {
  -webkit-animation: detached-modal 0.5s ease-out both;
  animation: detached-modal 0.5s ease-out both;
}
.modal .modal-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 45px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal .modal-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45px;
}
.modal .modal-header::before,
.modal .modal-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 45px;
}
.modal .modal-header::before {
  z-index: 20;
  left: 0;
  width: 30%;
  background-image: url("/content/images/m/company/bg-modal-header.png");
  background-repeat: no-repeat;
  background-size: 326px 45px;
}
.modal .modal-header::after {
  z-index: 10;
  right: 0;
  width: 70%;
  background-color: #f7f7f7;
}
.modal .modal-header h1.header {
  z-index: 100;
  position: absolute;
  height: 45px;
  padding: 0 0 0 40px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 45px;
  border-bottom: 0;
}
.modal .button-close {
  z-index: 100;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  padding-top: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal .button-close::before,
.modal .button-close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  left: 0;
  top: 50%;
  margin-left: -1px;
  margin-top: -1px;
  background-color: #000;
}
.modal .button-close::before {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .button-close::after {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .modal-body {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  height: 100%;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal .modal-body-header {
  position: relative;
}
.modal.modal-financial-statements .unit {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 23px;
  color: #999;
  font-size: 12px;
}
.modal.modal-financial-statements .table {
  width: 100%;
  margin-bottom: 7px;
}
.modal.modal-financial-statements .table th {
  width: 50%;
  height: 36px;
  padding-left: 10px;
  border: 1px solid #ecedee;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #444;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal.modal-financial-statements .table td {
  width: 50%;
  height: 36px;
  padding-left: 10px;
  border: 1px solid #ecedee;
  text-align: left;
  font-size: 14px;
  color: #999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal.modal-financial-statements .table .account th,
.modal.modal-financial-statements .table .account td {
  background-color: #83898f;
  border-color: #83898f;
  color: #fff;
}
.modal.modal-financial-statements .table .account th {
  border-right: 1px solid #767c82;
}
.modal.modal-financial-statements .table .current-assets th,
.modal.modal-financial-statements .table .current-assets td {
  background-color: #f1f8ff;
}
.modal.modal-financial-statements .table .current-assets td {
  color: #444;
}
.modal.modal-financial-statements .source {
  position: relative;
  padding-left: 6px;
  font-size: 11px;
  color: #999;
  line-height: 17px;
}
.modal.modal-financial-statements .source::before {
  position: absolute;
  left: 0;
  top: 0;
}
.modal.modal-rank .modal-body {
  padding: 20px;
}
.modal.modal-rank .modal-body-header {
  margin-bottom: 10px;
  font-size: 0;
}
.modal.modal-rank .dropdown-business-analysis {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.modal.modal-rank .dropdown-business-analysis::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.modal.modal-rank .dropdown-business-analysis select {
  height: 38px;
  padding: 0 45px 0 9px;
  border: 1px solid #e0e0e0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  color: #000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal.modal-rank .unit {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 23px;
  color: #999;
  font-size: 12px;
}
.modal.modal-rank .table {
  width: 100%;
  margin-bottom: 7px;
  table-layout: fixed;
}
.modal.modal-rank .table th {
  width: 30%;
  height: 36px;
  padding-left: 0px;
  border: 1px solid #ecedee;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #444;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal.modal-rank .table td {
  width: 70%;
  height: 36px;
  padding-left: 20px;
  border: 1px solid #ecedee;
  text-align: left;
  font-size: 14px;
  color: #666;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal.modal-rank .table td .hire {
  font-size: 10px;
  font-weight: normal;
  line-height: 10px;
  margin-left: 5px;
  display: inline-block;
  height: 19px;
  padding: 5px 5px 0;
  font-size: 12px;
  color: #002aff;
  border: 1px solid rgb(0 42 255 / 0.3);
  vertical-align: top;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  background-color: #fff;
}
.modal.modal-rank .table .account th,
.modal.modal-rank .table .account td {
  background-color: #83898f;
  border-color: #83898f;
  color: #fff;
}
.modal.modal-rank .table .account th {
  border-right: 1px solid #767c82;
  text-align: center;
}
.modal.modal-rank .table .account td {
  text-align: center;
}
.modal.modal-rank .table .current-assets th,
.modal.modal-rank .table .current-assets td {
  background-color: rgba(0, 42, 255, 0.1);
  color: #002aff;
  font-weight: bold;
}
.modal.modal-rank .source {
  position: relative;
  padding-left: 6px;
  font-size: 11px;
  color: #999;
  line-height: 17px;
}
.modal.modal-rank .source::before {
  position: absolute;
  left: 0;
  top: 0;
}
.modal.modal-latest-news .modal-body {
  padding: 0 15px;
}
.modal.modal-latest-news .modal-body-header {
  padding: 26px 0 18px;
  border-bottom: 1px solid #ecedee;
}
.modal.modal-latest-news h2.header {
  margin-bottom: 5px;
  text-align: left;
  font-size: 22px;
  letter-spacing: -0.5px;
  color: #000;
  line-height: 30px;
}
.modal.modal-latest-news .meta {
  font-size: 0;
  text-align: left;
}
.modal.modal-latest-news .meta-item {
  display: inline-block;
  position: relative;
  padding-left: 8px;
  margin-left: 7px;
  vertical-align: top;
  font-size: 12px;
  color: #999;
}
.modal.modal-latest-news .meta-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 9px;
  background-color: #ccc;
}
.modal.modal-latest-news .meta-item:first-child {
  margin-left: 0;
  padding: 0;
}
.modal.modal-latest-news .meta-item:first-child::before {
  display: none;
}
.modal.modal-latest-news .description {
  padding: 14px 0;
  color: #333;
  font-size: 16px;
  line-height: 27px;
}
.modal.modal-latest-news .description img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.modal.modal-gallery {
  background-color: black;
}
.modal.modal-gallery.attached {
  z-index: 9998;
  opacity: 1;
  -webkit-animation: attached-modal 0.5s ease-out both;
  animation: attached-modal 0.5s ease-out both;
}
.modal.modal-gallery.detached {
  -webkit-animation: detached-modal 0.5s ease-out both;
  animation: detached-modal 0.5s ease-out both;
}
.modal.modal-gallery.focus .paginations {
  opacity: 0;
}
.modal.modal-gallery.focus .header {
  opacity: 0;
}
.modal.modal-gallery.focus .button-previous {
  -webkit-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.modal.modal-gallery.focus .button-next {
  -webkit-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.modal.modal-gallery .modal-wrapper {
  padding-top: 0;
}
.modal.modal-gallery .modal-header {
  z-index: 10;
  height: 45px;
  padding-right: 20px;
  padding-top: 9px;
  font-size: 0;
  text-align: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal.modal-gallery .modal-header::before,
.modal.modal-gallery .modal-header::after {
  display: none;
}
.modal.modal-gallery .modal-body {
  overflow: visible;
  background-color: transparent;
}
.modal.modal-gallery .button-close {
  right: 5px;
  top: 5px;
  width: 36px;
  height: 36px;
  padding-top: 36px;
}
.modal.modal-gallery .button-close::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 33'%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='%23fff' stroke='%23fff' stroke-width='1' points='32.7,1.7 31.3,0.3 16.5,15.1 1.7,0.3 0.3,1.7 15.1,16.5 0.3,31.3 1.7,32.7 16.5,17.9 31.3,32.7 32.7,31.3 17.9,16.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  -webkit-transform: initial;
  -o-transform: initial;
  transform: initial;
}
.modal.modal-gallery .button-close::after {
  display: none;
}
.modal.modal-gallery .dropdown {
  display: none !important;
  position: relative;
  display: inline-block;
  height: 28px;
  margin-left: 10px;
  vertical-align: top;
}
.modal.modal-gallery .dropdown::after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.modal.modal-gallery .dropdown select {
  height: 28px;
  padding: 0 30px 0 9px;
  min-height: auto;
  font-size: 12px;
  color: #fff;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #c0c3ca;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal.modal-gallery .dropdown select::-ms-expand {
  display: none;
}
.modal.modal-gallery .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal.modal-gallery .swiper-gallery-viewer {
  width: 100%;
  height: 100%;
}
.modal.modal-gallery .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 0 130px;
  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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.modal.modal-gallery .swiper-slide.error {
  display: table;
}
.modal.modal-gallery .swiper-slide.error .cell {
  display: none;
}
.modal.modal-gallery .swiper-slide.error .cell-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.modal.modal-gallery .swiper-slide.error .cell-box img {
  width: 46px;
  height: auto;
}
.modal.modal-gallery .swiper-slide.error .cell-text {
  margin-top: 15px;
  font-size: 12px;
  color: #999;
  line-height: 1;
}
.modal.modal-gallery .paginations {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 48px;
  height: 48px;
  vertical-align: top;
  font-size: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 50%;
  text-align: center;
  background-color: #000;
}
.modal.modal-gallery .of {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  line-height: 48px;
}
.modal.modal-gallery .total {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #999;
  line-height: 1;
  line-height: 48px;
}
.modal.modal-gallery .total::before {
  content: "/";
  position: relative;
  top: -1px;
  margin: 0 3px;
  font-size: 11px;
  color: #999;
}
.modal.modal-gallery .header {
  z-index: 10;
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  padding: 10px 15px 0;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal.modal-gallery .header-inner {
  vertical-align: top;
  display: -webkit-box;
  overflow: hidden;
  max-height: 46px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 23px;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 15px;
  color: #fff;
}
.modal.modal-gallery .thumbnail,
.modal.modal-gallery .video {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal.modal-gallery .thumbnail img {
  max-width: 100%;
  max-height: 100%;
}
.modal.modal-gallery .video video,
.modal.modal-gallery .video .video-js {
  width: 100%;
}
.modal.modal-gallery .video iframe {
  width: 100%;
  height: 34vh;
}
.modal.modal-gallery .cell {
  display: table-cell;
  height: 57vh;
  vertical-align: middle;
}
.modal.modal-gallery .button-previous {
  display: none;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  padding-top: 70px;
  background-color: rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modal.modal-gallery .button-previous::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -o-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.modal.modal-gallery .button-next {
  display: none;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  right: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  padding-top: 70px;
  background-color: rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modal.modal-gallery .button-next::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@-webkit-keyframes attached-modal {
  0% {
    z-index: 9990;
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 9990;
  }
}
@keyframes attached-modal {
  0% {
    z-index: 9990;
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 9990;
  }
}
@-webkit-keyframes detached-modal {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 9990;
  }
  99% {
    z-index: 9990;
    opacity: 0;
  }
  100% {
    z-index: -10;
  }
}
@keyframes detached-modal {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 9990;
  }
  99% {
    z-index: 9990;
    -webkit-transform: translateY(0, 5%);
    -o-transform: translateY(0, 5%);
    transform: translateY(0, 5%);
    opacity: 0;
  }
  100% {
    z-index: -10;
  }
}
@-webkit-keyframes attached-modal-gallery {
  0% {
    z-index: 9990;
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 9990;
  }
}
@keyframes attached-modal-gallery {
  0% {
    z-index: 9990;
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 9990;
  }
}
@-webkit-keyframes detached-modal-gallery {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 9990;
  }
  99% {
    z-index: 9990;
    -webkit-transform: translateX(5%);
    -o-transform: translateX(5%);
    transform: translateX(5%);
    opacity: 0;
  }
  100% {
    z-index: -10;
  }
}
@keyframes detached-modal-gallery {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 9990;
  }
  99% {
    z-index: 9990;
    -webkit-transform: translateX(5%);
    -o-transform: translateX(5%);
    transform: translateX(5%);
    opacity: 0;
  }
  100% {
    z-index: -10;
  }
}
.chart-bar {
  margin-bottom: 31px;
  padding-left: 10px;
}
.chart-bar .axios-y {
  position: absolute;
  left: 0;
  font-size: 11px;
  color: #999;
}
.chart-bar .bar {
  position: relative;
  display: inline-block;
  width: 25px;
  margin: 0 20px;
  vertical-align: top;
}
.chart-bar .bar .tooltip {
  top: -1px;
}
.chart-bar .bar.max .value {
  color: #002aff;
  font-weight: bold;
}
.chart-bar .bar.max .progress {
  background-color: #002aff;
}
.chart-bar .bar.minus .progress {
  top: 1px;
}
.chart-bar .bar.minus .value {
  top: -24px;
}
.chart-bar .label-container {
  z-index: 10;
  position: absolute;
  left: -15px;
  bottom: -21px;
  width: 55px;
  text-align: center;
}
.chart-bar .label {
  display: inline-block;
  font-size: 11px;
  color: #999;
}
.chart-bar .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  background-color: #d1dbe4;
}
.chart-bar .value {
  position: absolute;
  left: -30px;
  width: 85px;
  top: -21px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.33;
}
.chart-bar-wrap {
  position: relative;
  height: 127px;
  background-size: 1px 127px;
  background-repeat: repeat-x;
  font-size: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chart-bar-wrap .axios-y {
  left: -10px;
}
.chart-bar-wrap.chart-bar-plus {
  padding-top: 126px;
  padding-bottom: 1px;
  background-image: url("/content/images/m/company/bg-chart-bar-plus.png");
}
.chart-bar-wrap.chart-bar-plus .axios-y {
  bottom: -5px;
}
.chart-bar-wrap.chart-bar-justify {
  padding-top: 77px;
  background-image: url("/content/images/m/company/bg-chart-bar-justify.png");
}
.chart-bar-wrap.chart-bar-justify .axios-y {
  bottom: 44px;
}
.chart-bar-wrap.chart-bar-justify .label-container {
  bottom: -70px;
}
.chart-bar-wrap.chart-bar-minus {
  padding-top: 54px;
  background-image: url("/content/images/m/company/bg-chart-bar-minus.png");
}
.chart-bar-wrap.chart-bar-minus .axios-y {
  bottom: 67px;
}
.chart-bar-wrap.chart-bar-minus .label-container {
  bottom: -93px;
}
@media only screen and (max-width: 320px) {
  .chart-bar-wrap.orientations .bar {
    margin: 0 30px;
  }
  .chart-bar-wrap.orientations .bar1 {
    display: none;
  }
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spinner-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: solid gray;
  border-width: 3px;
  border-left-color: #fff;
  -webkit-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
}
.spinner-inner::after {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.company-body-container .container-header {
  position: relative;
  height: 48px;
  padding: 15px 0 0 12px;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container .container-header h2.header {
  display: inline-block;
  padding: 0;
  border-bottom: 0;
  vertical-align: top;
  font-size: 17px;
  font-weight: bold;
  color: #010101;
}
.company-body-container .container-body {
  position: relative;
  padding: 0 11px;
  margin-bottom: 8px;
  border: 1px solid #e2e4e7;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container .container-body:last-child {
  margin-bottom: 0;
}
.company-body-container .container-body.container-body-location {
  z-index: 20;
}
.company-body-container .container-body .button-more {
  z-index: 10;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  border-top: 1px solid #ecedee;
  background-color: #fafafb;
  text-align: center;
  font-size: 15px;
  color: #444;
}
.company-body-container .container-body .button-more::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  vertical-align: top;
  border-top: 1px solid #767676;
  border-right: 1px solid #767676;
  -webkit-transform: translate(0, 5px) rotate(135deg);
  -o-transform: translate(0, 5px) rotate(135deg);
  transform: translate(0, 5px) rotate(135deg);
}
.company-body-container .container-body .button-more.unexpanded::after {
  -webkit-transform: translate(0, 8px) rotate(315deg);
  -o-transform: translate(0, 8px) rotate(315deg);
  transform: translate(0, 8px) rotate(315deg);
}
.company-body-container h3.header {
  display: block;
  height: 46px;
  padding-top: 11px;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ecedee;
  line-height: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container .update {
  font-size: 10px;
  color: #999;
  line-height: 12px;
  text-align: right;
}
.company-body-container .tplPagination {
  margin: 0 0 19px;
}
.company-body-container .paginations {
  position: relative;
  width: 100%;
  height: 43px;
  padding: 0 41px;
  margin-bottom: 19px;
  border: 1px solid #e2e1e1;
  text-align: center;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container .paginations a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 41px;
  height: 41px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 41px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container .paginations a.previous {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 100px;
}
.company-body-container .paginations a.previous::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  margin: -5px 0 0 -2px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.company-body-container .paginations a.next {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 100px;
}
.company-body-container .paginations a.next::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  margin: -5px 0 0 -8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
}
.company-body-container .paginations a.disabled::before {
  border-top-color: #dee2e6;
  border-right-color: #dee2e6;
}
.company-body-container .paginations .active {
  display: inline-block;
  vertical-align: top;
  width: 41px;
  height: 41px;
  text-align: center;
  font-size: 14px;
  color: #002aff;
  line-height: 41px;
}
.tplPagination ul {
  font-size: 0;
}
@media only screen and (max-width: 320px) {
  .tplPagination li {
    min-width: 35px;
    line-height: 43px;
  }
}
.debugger {
  z-index: 9999;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px;
  background-color: #000;
}
.debugger .message {
  font-size: 12px;
  color: #fff;
}
.debugger .value {
  font-size: 12px;
  color: #fff;
}
.company-body-container-basic-infomation .container-body {
  padding: 15px 11px 5px;
}
.company-body-container-basic-infomation .special-feature {
  margin-bottom: 11px;
  font-size: 0;
}
.company-body-container-basic-infomation .special-feature-item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  margin-bottom: 5px;
  padding: 0 4px;
  height: 20px;
  background-color: #f4f4f4;
  font-size: 12px;
  color: #666;
  line-height: 21px;
}
.company-body-container-basic-infomation .special-feature-item:first-child {
  margin-left: 0;
}
.company-body-container-basic-infomation .special-feature-item.ranking-top {
  background-color: #ff6d6d;
  color: #fff;
}
.table-basic-infomation {
  position: relative;
}
.table-basic-infomation .field {
  position: relative;
  width: 100%;
  padding-left: 69px;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table-basic-infomation .field:nth-child(5n) {
  margin-bottom: 33px;
}
.table-basic-infomation .field:nth-child(5n)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  width: 100%;
  height: 1px;
  background-image: url("/content/images/m/company/bg-dott-x.png");
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
.table-basic-infomation .field:last-child::after {
  display: none;
  background-image: transparent;
}
.table-basic-infomation .field-label {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: #999;
}
.table-basic-infomation .field-value {
  font-size: 15px;
  color: #444;
  line-height: 23px;
}
.table-basic-infomation .field-value .button-more {
  display: inline;
  position: relative;
  left: inherit;
  right: inherit;
  bottom: inherit;
  width: auto;
  height: auto;
  border-top: 0;
  background-color: transparent;
  font-size: 12px;
  color: #666;
}
.table-basic-infomation .field-value .button-more::after {
  width: 5px;
  height: 5px;
  margin-left: 5px;
  border-color: #888;
  transform: translate(0, 6px) rotate(135deg);
}
.table-basic-infomation .reference {
  font-size: 13px;
  color: #999;
}
.table-basic-infomation .homepage {
  color: #002aff;
  word-break: break-all;
}
.table-basic-infomation .subsidiary {
  position: relative;
  padding-top: 7px;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table-basic-infomation .subsidiary.nowrap {
  padding-bottom: 0;
}
.table-basic-infomation .subsidiary.nowrap:after {
  margin-left: 2px;
  font-size: 12px;
  color: #666;
}
.table-basic-infomation .subsidiary-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.table-basic-infomation .subsidiary-item a {
  text-decoration: underline;
}
.table-basic-infomation .subsidiary-item:after {
  content: "\B7";
  margin: 0 3px;
  color: #bbb;
}
.table-basic-infomation .subsidiary-item:last-child:after {
  display: none;
}
.table-basic-infomation .subsidiary-item.last {
  margin-right: 2px;
}
.table-basic-infomation .subsidiary-item.last:after {
  content: "...";
  margin: 0;
  color: #666;
}
.company-body-container-financial-analysis .container-body {
  padding: 0 11px 23px 11px;
  margin-bottom: 8px;
}
.company-body-container-financial-analysis
  .container-body-location
  .chart-bar
  .tooltip {
  top: -1px;
  vertical-align: -4px;
}
.company-body-container-financial-analysis .container-body-header {
  z-index: 10;
  position: relative;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-financial-analysis
  .container-body-header.border-bottom {
  border-bottom: 1px solid #ecedee;
}
.company-body-container-financial-analysis h3.header {
  display: inline-block;
  height: 45px;
  vertical-align: top;
  border-bottom: 0;
}
.company-body-container-financial-analysis .tooltip {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  position: relative;
  top: 18px;
}
.company-body-container-financial-analysis .tooltip .icon {
  display: block;
  position: absolute;
  left: 10px;
  top: -5px;
  width: 7px;
  height: 7px;
  background-color: #fafafb;
  border-top: 1px solid #e2e4e7;
  border-right: 1px solid #e2e4e7;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.company-body-container-financial-analysis .tooltip .button-close {
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
  color: transparent;
}
.company-body-container-financial-analysis .tooltip .button-close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 33'%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='%239a9a9a' stroke='%239a9a9a' stroke-width='1' points='32.7,1.7 31.3,0.3 16.5,15.1 1.7,0.3 0.3,1.7 15.1,16.5 0.3,31.3 1.7,32.7 16.5,17.9 31.3,32.7 32.7,31.3 17.9,16.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
}
.company-body-container-financial-analysis .tooltip-activator {
  display: block;
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
}
.company-body-container-financial-analysis .tooltip-activator::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/content/images/m/company/sprite-icon.png");
  background-repeat: no-repeat;
  background-size: 14px 92px;
  background-position: 0 -78px;
}
.company-body-container-financial-analysis .tooltip-popup {
  display: none;
  z-index: 10;
  position: absolute;
  top: 24px;
  padding: 7px 39px 8px 10px;
  border: 1px solid #e2e4e7;
  background-color: #fafafb;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  opacity: 0;
  text-align: left;
  -webkit-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-financial-analysis .tooltip-popup.attached {
  display: block;
  -webkit-animation: attached-tooltip 0.5s ease-out both;
  animation: attached-tooltip 0.5s ease-out both;
}
.company-body-container-financial-analysis .tooltip-popup.detached {
  -webkit-animation: detached-tooltip 0.5s ease-out both;
  animation: detached-tooltip 0.5s ease-out both;
}
.company-body-container-financial-analysis .tooltip-popup .source {
  margin-top: 2px;
  color: #999;
}
.company-body-container-financial-analysis .button-view-financial-status {
  position: absolute;
  right: 12px;
  top: 20px;
  padding-right: 10px;
  font-size: 12px;
  color: #444;
}
.company-body-container-financial-analysis
  .button-view-financial-status::after {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: 5px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #868686;
  border-right: 1px solid #868686;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.company-body-container-financial-analysis .button-view-rank {
  position: absolute;
  right: 12px;
  top: 20px;
  padding-right: 10px;
  font-size: 12px;
  color: #444;
}
.company-body-container-financial-analysis .button-view-rank::after {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: 5px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #868686;
  border-right: 1px solid #868686;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.company-body-container-financial-analysis .dropdown-business-analysis {
  z-index: 2000;
  position: absolute;
  right: 11px;
  top: 0;
}
.company-body-container-financial-analysis .dropdown-business-analysis::after {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.company-body-container-financial-analysis .dropdown-business-analysis select {
  height: 45px;
  padding-right: 19px;
  font-size: 14px;
  color: #333;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-financial-analysis
  .dropdown-business-analysis
  select::-ms-expand {
  display: none;
}
.company-body-container-financial-analysis .tablist {
  height: 38px;
  font-size: 0;
}
.company-body-container-financial-analysis .tablist.col-4 .tab {
  width: calc((100% / 4) + 1px);
}
.company-body-container-financial-analysis .tablist.col-4 .tab:first-child {
  width: calc(100% / 4);
}
.company-body-container-financial-analysis .tablist.col-3 .tab {
  width: calc((100% / 3) + 1px);
}
.company-body-container-financial-analysis .tablist.col-3 .tab:first-child {
  width: calc(100% / 3);
}
.company-body-container-financial-analysis .tablist.col-2 .tab {
  width: calc((100% / 2) + 1px);
}
.company-body-container-financial-analysis .tablist.col-2 .tab:first-child {
  width: calc(100% / 2);
}
.company-body-container-financial-analysis .tablist .tab {
  position: relative;
  display: inline-block;
  height: 38px;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  margin-left: -1px;
  font-size: 14px;
  color: #999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-financial-analysis .tablist .tab:only-child {
  width: 100%;
  margin-left: 0;
}
.company-body-container-financial-analysis .tablist .tab.selected {
  z-index: 10;
  border-color: #002aff;
  color: #002aff;
  font-weight: bold;
}
.company-body-container-financial-analysis .panel {
  position: absolute;
  left: -10000px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-financial-analysis .panel.active {
  position: relative;
  left: inherit;
}
.company-body-container-financial-analysis .list-quarterly-business {
  position: relative;
  margin-bottom: 6px;
}
.company-body-container-financial-analysis .list-quarterly-business li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 9px;
  border-bottom: 0;
}
.company-body-container-financial-analysis
  .list-quarterly-business
  li:last-child {
  margin-bottom: 0;
}
.company-body-container-financial-analysis .list-quarterly-business .order {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 15px;
  font-weight: bold;
}
.company-body-container-financial-analysis
  .list-quarterly-business
  .order-first {
  color: #002aff;
}
.company-body-container-financial-analysis
  .list-quarterly-business
  .order-second {
  color: #fb6c6c;
}
.company-body-container-financial-analysis
  .list-quarterly-business
  .order-third {
  color: #fbb63f;
}
.company-body-container-financial-analysis
  .list-quarterly-business
  .order-fourth {
  color: #b4bdc5;
}
.company-body-container-financial-analysis
  .list-quarterly-business
  .order-fifth {
  color: #c5d1db;
}
.company-body-container-financial-analysis
  .list-quarterly-business
  .description {
  font-size: 15px;
  color: #444;
  line-height: 23px;
}
.company-body-container-financial-analysis .chart-doughnut-business {
  position: relative;
  height: 245px;
}
.company-body-container-financial-analysis .chart-svg {
  overflow: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.company-body-container-financial-analysis .chart-svg .label {
  font-size: 12px;
  font-weight: bold;
}
.company-body-container-financial-analysis .chart-svg .label.outer {
  fill: #999;
}
.company-body-container-financial-analysis .based-on-data {
  position: relative;
  padding-left: 7px;
  margin-bottom: 8px;
  font-size: 11px;
  color: #999;
  line-height: 23px;
}
.company-body-container-financial-analysis .based-on-data::before {
  position: absolute;
  left: 0;
  top: 0;
}
.company-body-container-financial-analysis .board-revenue {
  position: relative;
  height: 83px;
  margin-bottom: 40px;
  border-top: 1px solid #ecedee;
  border-bottom: 1px solid #ecedee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-financial-analysis .board-revenue::before {
  content: "";
  display: block;
  clear: both;
}
.company-body-container-financial-analysis .board-revenue .revenue {
  position: relative;
  float: left;
  width: 100%;
  height: 81px;
  padding-top: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-financial-analysis .board-revenue .revenue .header {
  margin-bottom: 3px;
  padding: 0;
  border-bottom: 0;
  font-size: 12px;
  color: #000;
  text-align: center;
}
.company-body-container-financial-analysis .board-revenue .revenue .value {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.company-body-container-financial-analysis .board-revenue .compared {
  position: relative;
  float: left;
  height: 81px;
  padding-top: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-financial-analysis .board-revenue .compared::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 51px;
  background-color: #ecedee;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.company-body-container-financial-analysis .board-revenue .compared .header {
  margin-bottom: 3px;
  padding: 0;
  border-bottom: 0;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.company-body-container-financial-analysis .board-revenue .compared .values {
  font-size: 0;
  text-align: center;
}
.company-body-container-financial-analysis .board-revenue .compared .value {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.company-body-container-financial-analysis
  .board-revenue
  .compared
  .value.is-up {
  color: #ff4b4b;
}
.company-body-container-financial-analysis
  .board-revenue
  .compared
  .value.is-down {
  color: #06c;
}
.company-body-container-financial-analysis .board-revenue .compared .unit {
  font-size: 14px;
  font-weight: normal;
}
.company-body-container-financial-analysis .board-revenue .compared .icon {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 9px;
  margin-left: 7px;
  background-repeat: no-repeat;
  background-size: 14px 92px;
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.company-body-container-financial-analysis
  .board-revenue
  .compared
  .icon.icon-up {
  background-image: url("/content/images/m/company/sprite-icon.png");
  background-position: 0 -14px;
}
.company-body-container-financial-analysis
  .board-revenue
  .compared
  .icon.icon-down {
  background-image: url("/content/images/m/company/sprite-icon.png");
  background-position: 0 0;
}
.company-body-container-financial-analysis .board-revenue.col-3 .revenue {
  width: 44%;
}
.company-body-container-financial-analysis .board-revenue.col-3 .compared {
  width: 28%;
}
.company-body-container-financial-analysis .board-revenue.col-2 .revenue {
  width: 60%;
}
.company-body-container-financial-analysis .board-revenue.col-2 .compared {
  width: 40%;
}
.company-body-container-financial-analysis
  .container-body-location
  .container-body-header {
  margin-bottom: 26px;
}
.company-body-container-financial-analysis .chart-gauge {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.company-body-container-financial-analysis .chart-gauge svg {
  margin: 0 auto;
}
.company-body-container-financial-analysis .chart-gauge .arc {
  fill: #a2d3fd;
}
.company-body-container-financial-analysis .chart-gauge .arc.active {
  fill: #002aff;
}
.company-body-container-financial-analysis .chart-gauge .label {
  font-size: 13px;
}
.company-body-container-financial-analysis .chart-gauge .needle {
  position: absolute;
  left: 50%;
  top: 100px;
  width: 18px;
  height: 18px;
  border: 1px solid #44a7fa;
  border-radius: 50%;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-financial-analysis .chart-gauge .needle.class1 {
  -webkit-transform: translateX(-50%) rotate(-77deg);
  -o-transform: translateX(-50%) rotate(-77deg);
  transform: translateX(-50%) rotate(-77deg);
}
.company-body-container-financial-analysis .chart-gauge .needle.class2 {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.company-body-container-financial-analysis .chart-gauge .needle.class3 {
  -webkit-transform: translateX(-50%) rotate(-14deg);
  -o-transform: translateX(-50%) rotate(-14deg);
  transform: translateX(-50%) rotate(-14deg);
}
.company-body-container-financial-analysis .chart-gauge .needle.class4 {
  -webkit-transform: translateX(-50%) rotate(16deg);
  -o-transform: translateX(-50%) rotate(16deg);
  transform: translateX(-50%) rotate(16deg);
}
.company-body-container-financial-analysis .chart-gauge .needle.class5 {
  -webkit-transform: translateX(-50%) rotate(46deg);
  -o-transform: translateX(-50%) rotate(46deg);
  transform: translateX(-50%) rotate(46deg);
}
.company-body-container-financial-analysis .chart-gauge .needle.class6 {
  -webkit-transform: translateX(-50%) rotate(76deg);
  -o-transform: translateX(-50%) rotate(76deg);
  transform: translateX(-50%) rotate(76deg);
}
.company-body-container-financial-analysis .chart-gauge .needle-radius {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 58px;
  height: 100px;
  border-top: 1px solid red;
  border-top-left-radius: 40%;
  border-top-right-radius: 40%x;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.company-body-container-financial-analysis .chart-gauge .needle-dip {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 10px;
  left: 50%;
  border: 60px solid;
  border-left: 4px solid;
  border-right: 4px solid;
  border-color: #44a7fa transparent transparent transparent;
  z-index: -10000;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.company-body-container-financial-analysis .chart-gauge .needle-circle {
  z-index: 1000;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #44a7fa;
  margin: -4px 0 0 -4px;
}
.company-body-container-financial-analysis .rating {
  padding-top: 25px;
  margin-bottom: 11px;
}
.company-body-container-financial-analysis .rating .header {
  margin-bottom: 16px;
  padding: 0;
  border-bottom: 0;
}
.company-body-container-financial-analysis .rating .header-container {
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #333;
  line-height: 16px;
  text-align: center;
}
.company-body-container-financial-analysis .rating .header-container strong {
  color: #002aff;
}
.company-body-container-financial-analysis .rating .description-container {
  font-size: 15px;
  color: #444;
  line-height: 23px;
}
.company-body-container-financial-analysis .list-ranking-peers {
  margin-bottom: 4px;
  border-bottom: 1px solid #83898f;
}
.company-body-container-financial-analysis
  .list-ranking-peers.no-terms
  .list-ranking-peers-item:nth-child(5) {
  margin-bottom: 0;
}
.company-body-container-financial-analysis
  .list-ranking-peers.no-terms
  .list-ranking-peers-item:nth-child(5)::after {
  display: none;
}
.company-body-container-financial-analysis
  .list-ranking-peers.no-terms
  .list-ranking-peers-item:nth-child(6) {
  border-top: 1px solid #ecedee;
}
.company-body-container-financial-analysis .list-ranking-peers-item {
  position: relative;
  height: 36px;
  padding-left: 98px;
  border-top: 1px solid #ecedee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-financial-analysis
  .list-ranking-peers-item
  + .list-ranking-peers-item {
  margin-top: -1px;
}
.company-body-container-financial-analysis
  .list-ranking-peers-item:nth-child(5) {
  margin-bottom: 16px;
}
.company-body-container-financial-analysis
  .list-ranking-peers-item:nth-child(5)::after {
  content: "~";
  position: absolute;
  left: 25px;
  bottom: -16px;
  height: 16px;
  font-size: 15px;
  color: #666;
  line-height: 16px;
}
.company-body-container-financial-analysis
  .list-ranking-peers-item:nth-child(5).current::after {
  bottom: -20px;
}
.company-body-container-financial-analysis
  .list-ranking-peers-item:nth-child(6) {
  border-top: 0;
}
.company-body-container-financial-analysis .list-ranking-peers-item.current {
  z-index: 10;
  background-color: rgba(51, 153, 255, 0.1);
  border: 1px solid #d5ebff;
}
.company-body-container-financial-analysis
  .list-ranking-peers-item.current::before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpolygon fill='%23002aff' points='5.23,1.4 5.23,48.07 44.28,24.74 '/%3E%3C/svg%3E");
  background-size: cover;
}
.company-body-container-financial-analysis
  .list-ranking-peers-item.current
  .order {
  height: 34px;
  line-height: 34px;
  color: #002aff;
  font-weight: bold;
}
.company-body-container-financial-analysis
  .list-ranking-peers-item.current
  .company {
  height: 34px;
  line-height: 34px;
  color: #002aff;
  font-weight: bold;
}
.company-body-container-financial-analysis .list-ranking-peers-item .order {
  position: absolute;
  left: 25px;
  top: 0;
  height: 35px;
  font-size: 14px;
  color: #999;
  line-height: 35px;
}
.company-body-container-financial-analysis .list-ranking-peers-item .company {
  overflow: hidden;
  height: 35px;
  font-size: 14px;
  color: #999;
  line-height: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@-webkit-keyframes attached-tooltip {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes attached-tooltip {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes detached-tooltip {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  99% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    opacity: 0;
    display: none;
    -webkit-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes detached-tooltip {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  99% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    opacity: 0;
    display: none;
    -webkit-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
}
.list-corporate-report .list-corporate-report-item {
  height: 84px;
  padding-top: 20px;
  border-top: 1px solid #ecedee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-corporate-report .list-corporate-report-item:first-child {
  border-top: 0;
}
.list-corporate-report .list-corporate-report-item .title {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-corporate-report .list-corporate-report-item .meta {
  padding-top: 5px;
  font-size: 0;
}
.list-corporate-report .list-corporate-report-item .meta-item {
  position: relative;
  display: inline-block;
  margin-left: 7px;
  padding-left: 7px;
  vertical-align: top;
  font-size: 12px;
  color: #999;
  height: 16px;
  line-height: 16px;
}
.list-corporate-report .list-corporate-report-item .meta-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 10px;
  background-color: #ccc;
}
.list-corporate-report .list-corporate-report-item .meta-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.list-corporate-report
  .list-corporate-report-item
  .meta-item:first-child::before {
  display: none;
}
.company-body-container-corporate-issues .list-corporate-latest-news-item {
  height: 84px;
  padding-top: 20px;
  border-top: 1px solid #ecedee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-corporate-issues
  .list-corporate-latest-news-item:first-child {
  border-top: 0;
}
.company-body-container-corporate-issues
  .list-corporate-latest-news-item
  .title {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.company-body-container-corporate-issues
  .list-corporate-latest-news-item
  .meta {
  padding-top: 5px;
  font-size: 0;
}
.company-body-container-corporate-issues
  .list-corporate-latest-news-item
  .meta-item {
  position: relative;
  display: inline-block;
  margin-left: 7px;
  padding-left: 7px;
  vertical-align: top;
  font-size: 12px;
  color: #999;
}
.company-body-container-corporate-issues
  .list-corporate-latest-news-item
  .meta-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 10px;
  background-color: #ccc;
}
.company-body-container-corporate-issues
  .list-corporate-latest-news-item
  .meta-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.company-body-container-corporate-issues
  .list-corporate-latest-news-item
  .meta-item:first-child::before {
  display: none;
}
.company-body-container-corporate-issues .corporate-history-list {
  overflow: inherit;
  position: relative;
  height: auto;
  padding-top: 15px;
  margin-bottom: 15px;
}
.company-body-container-corporate-issues .corporate-history-list::before {
  content: "";
  display: block;
  position: absolute;
  left: 43px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.company-body-container-corporate-issues .corporate-history-list::after {
  content: "";
  display: block;
  position: absolute;
  left: 43px;
  top: 0;
  width: 1px;
  height: 25px;
  background-color: #fff;
}
.company-body-container-corporate-issues .corporate-history-list.is-expanded {
  margin-bottom: 60px;
}
.company-body-container-corporate-issues .corporate-history-list.expanded {
  overflow: hidden;
  height: 447px;
  margin-bottom: 0;
}
.company-body-container-corporate-issues .corporate-history-list-item {
  position: relative;
  padding-left: 55px;
}
.company-body-container-corporate-issues
  .corporate-history-list-item:last-child
  .list-month:last-child::before {
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  top: 10px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.company-body-container-corporate-issues .corporate-history-list-item .year {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  line-height: 23px;
  color: #002aff;
}
.company-body-container-corporate-issues
  .corporate-history-list-item
  .list-month {
  position: relative;
}
.company-body-container-corporate-issues .corporate-history-list-item .month {
  position: relative;
  margin-bottom: 2px;
  font-size: 15px;
  color: #444;
  line-height: 23px;
}
.company-body-container-corporate-issues
  .corporate-history-list-item
  .month::before {
  content: "";
  z-index: 10;
  display: block;
  position: absolute;
  left: -17px;
  top: 6px;
  width: 10px;
  height: 10px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
}
.company-body-container-corporate-issues
  .corporate-history-list-item
  .month-description {
  position: relative;
  padding-left: 6px;
  margin-bottom: 9px;
  font-size: 14px;
  color: #444;
  line-height: 21px;
}
.company-body-container-corporate-issues
  .corporate-history-list-item
  .month-description::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #ccc;
}
.company-body-container-corporate-issues .corporate-history-list-custom {
  position: relative;
  padding: 15px 0;
  font-size: 15px;
  color: #444;
  line-height: 23px;
}
.company-body-container-corporate-issues
  .corporate-history-list-custom.is-expanded {
  margin-bottom: 50px;
}
.company-body-container-corporate-issues
  .corporate-history-list-custom.expanded {
  overflow: hidden;
  height: 316px;
  margin-bottom: 0;
}
.company-body-container-corporate-issues .corporate-history-list-custom img {
  max-width: 100%;
}
.company-body-container-employment-status
  .container-body-in-progress
  .container-body-header {
  height: 46px;
  border-bottom: 1px solid #ecedee;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-employment-status
  .container-body-in-progress
  h3.header {
  display: inline-block;
  border-bottom: 0;
  vertical-align: top;
}
.company-body-container-employment-status .container-body-in-progress .number {
  display: inline-block;
  margin-left: 4px;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  color: #002aff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-employment-status .list-recruit-in-progress {
  padding-bottom: 2px;
}
.company-body-container-employment-status .list-recruit-in-progress .no-list {
  padding: 80px 0;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.company-body-container-employment-status .recruit-in-progress-item {
  position: relative;
  height: 86px;
  padding-top: 20px;
  border-top: 1px solid #ecedee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-employment-status
  .recruit-in-progress-item:first-child {
  height: 85px;
  border-top: 0;
}
.company-body-container-employment-status
  .recruit-in-progress-item.completed
  .title {
  color: #ccc;
}
.company-body-container-employment-status
  .recruit-in-progress-item.completed
  .meta-item {
  color: #ccc;
}
.company-body-container-employment-status .recruit-in-progress-item .title {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.company-body-container-employment-status .recruit-in-progress-item .meta {
  padding-top: 7px;
  font-size: 0;
}
.company-body-container-employment-status .recruit-in-progress-item .meta-item {
  position: relative;
  display: inline-block;
  margin-left: 7px;
  padding-left: 7px;
  vertical-align: top;
  font-size: 12px;
  color: #999;
}
.company-body-container-employment-status
  .recruit-in-progress-item
  .meta-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 10px;
  background-color: #ccc;
}
.company-body-container-employment-status
  .recruit-in-progress-item
  .meta-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.company-body-container-employment-status
  .recruit-in-progress-item
  .meta-item:first-child::before {
  display: none;
}
.company-body-container-employment-status
  .recruit-in-progress-item
  .meta-item.in-progress {
  color: #002aff;
}
.company-body-container-employment-status .container-body-recruit-history {
  padding-bottom: 23px;
}
.company-body-container-employment-status .container-body-number-of-employees {
  padding-bottom: 23px;
}
.company-body-container-employment-status
  .container-body-number-of-employees
  .container-body-header {
  margin-bottom: 20px;
}
.company-body-container-employment-status .recruit-history-description {
  padding-top: 16px;
  text-align: center;
  line-height: 23px;
  font-size: 15px;
  color: #444;
}
.company-body-container-employment-status .recruit-history-description .total {
  color: #fb6c6c;
}
.company-body-container-employment-status .recruit-history-description .of {
  font-weight: normal;
  color: #002aff;
}
.company-body-container-employment-status .recruit-history-description-details {
  font-size: 0;
  text-align: center;
}
.company-body-container-employment-status
  .recruit-history-description-details
  .item {
  position: relative;
  display: inline-block;
  padding-left: 13px;
  margin-left: 13px;
  vertical-align: top;
  font-size: 15px;
  color: #444;
}
.company-body-container-employment-status
  .recruit-history-description-details
  .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 15px;
  background-color: #ccc;
}
.company-body-container-employment-status
  .recruit-history-description-details
  .item:first-child {
  padding-left: 0;
  margin-left: 0;
}
.company-body-container-employment-status
  .recruit-history-description-details
  .item:first-child::before {
  display: none;
}
.company-body-container-employment-status .chart-doughnut-recruit-history {
  position: relative;
  height: 173px;
  margin: 28px 0 40px;
  text-align: center;
}
.company-body-container-employment-status
  .chart-doughnut-recruit-history
  h4.header {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  border-bottom: 0;
  text-align: center;
  font-size: 15px;
  color: #999;
  line-height: 20px;
  font-weight: normal;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.company-body-container-employment-status .chart-doughnut-recruit-history svg {
  overflow: visible;
  margin: 0 auto;
}
.company-body-container-employment-status
  .chart-doughnut-recruit-history
  .label {
  font-size: 15px;
}
.company-body-container-corporate-gallery {
  margin-bottom: 8px;
}
.company-body-container-corporate-gallery .container-body {
  overflow: hidden;
  padding: 0;
  height: 92px;
  background-color: transparent;
  border: none;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.company-body-container-corporate-gallery .list-gallery {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding-left: 8px;
  height: 92px;
}
.company-body-container-corporate-gallery .gallery-item {
  float: left;
  position: relative;
  margin-right: 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 125.5px;
  height: 100%;
}

.company-body-container-corporate-gallery .gallery-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
.company-body-container-corporate-gallery .gallery-item .cell {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.company-body-container-corporate-gallery .gallery-item .cell > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.company-body-container-corporate-gallery .gallery-item .mask {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.company-body-container-corporate-gallery .gallery-item .mask:before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 24px;
  height: 28px;
  margin: 0 auto;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iYnV0dG9uLXBsYXktLXdoaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDE3LjAxIDE3LjAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy4wMSAxNy4wMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe29wYWNpdHk6MC45O2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTIuMiwxMy45N2MwLDAuNywwLjM3LDEuMzgsMS4wMiwxLjc1YzAuNjUsMC4zNywxLjQzLDAuMzIsMi4wMi0wLjA0bDguOS01LjQ3YzAuNTctMC4zNSwwLjk1LTAuOTgsMC45NS0xLjcNCgljMC0wLjcyLTAuMzgtMS4zNS0wLjk1LTEuN2wtOC45LTUuNDhjLTAuNi0wLjM3LTEuMzctMC40MS0yLjAyLTAuMDRDMi41NywxLjY0LDIuMiwyLjMyLDIuMiwzLjAyVjguNWwwLDBWMTMuOTd6Ii8+DQo8L3N2Zz4NCg==");
  background-repeat: no-repeat;
  background-size: contain;
}
.company-body-container-corporate-gallery .gallery-item.video .mask {
  display: block;
}
.company-body-container-corporate-gallery .gallery-item.nodata,
.company-body-container-corporate-gallery .gallery-item.error {
  display: table;
}
.company-body-container-corporate-gallery .gallery-item.nodata a,
.company-body-container-corporate-gallery .gallery-item.error a {
  display: none;
}
.company-body-container-corporate-gallery .gallery-item.nodata .cell-box,
.company-body-container-corporate-gallery .gallery-item.error .cell-box {
  display: table-cell;
  background-color: #eaecef;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  text-align: center;
}
.company-body-container-corporate-gallery
  .gallery-item.nodata
  .cell-box
  .cell-text,
.company-body-container-corporate-gallery
  .gallery-item.error
  .cell-box
  .cell-text {
  margin-top: 10px;
  font-size: 11px;
  color: #bbb;
  line-height: 1;
}
.company-body-container-corporate-gallery .gallery-item.nodata .cell-box img {
  width: 30px;
  height: auto;
}
.company-body-container-corporate-gallery .gallery-item.error {
  cursor: pointer;
}
.company-body-container-corporate-gallery .gallery-item.error .cell-box img {
  width: 28px;
  height: auto;
}
.company-body-container-corporate-gallery .gallery-item .other-box {
  display: inline-block;
  position: absolute;
  right: 1.5px;
  bottom: 1.5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.company-body-container-corporate-gallery .gallery-item .other-box .count {
  display: inline-block;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 40px;
}
.company-body-container-corporate-gallery .gallery-item .other-box .count .num {
  display: inline-block;
  margin-left: 2px;
  font-size: 15px;
}
.company-body-container-working-environment .introduce-body {
  padding: 16px 0;
  font-size: 15px;
  color: #444;
  line-height: 23px;
}
.company-body-container-working-environment .introduce-body.is-expanded {
  margin-bottom: 50px;
}
.company-body-container-working-environment .introduce-body.expanded {
  overflow: hidden;
  height: 316px;
  margin-bottom: 0;
}
.company-body-container-working-environment .introduce-body a {
  display: inline-block;
}
.company-body-container-working-environment .introduce-body img {
  max-width: 100%;
}
.company-body-container-working-environment .job-interview-list {
  overflow: hidden;
}
.company-body-container-working-environment .job-interview-body {
  display: table;
  height: 115px;
  padding-top: 17px;
  box-sizing: border-box;
}
.company-body-container-working-environment .job-interview-header {
  display: table-cell;
  vertical-align: top;
}
.company-body-container-working-environment .job-interview-item {
  position: relative;
  height: 116px;
  padding-right: 100px;
  border-top: 1px solid #ecedee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-working-environment .job-interview-item:first-child {
  height: 115px;
  border-top: 0;
}
.company-body-container-working-environment .job-interview-item .thumbnail {
  display: table;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  width: 99px;
  height: 75px;
  background-color: #000;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  table-layout: fixed;
}
.company-body-container-working-environment
  .job-interview-item
  .thumbnail
  img.width {
  max-width: 100%;
}
.company-body-container-working-environment
  .job-interview-item
  .thumbnail
  img.height {
  max-height: 100%;
}
.company-body-container-working-environment .job-interview-item .cell {
  display: table-cell;
  vertical-align: middle;
}
.company-body-container-working-environment .job-interview-item .category {
  display: inline-block;
  height: 17px;
  padding: 0 7px;
  margin-right: 5px;
  border: 0.5px solid #002aff;
  font-size: 10px;
  color: #002aff;
  border-radius: 17px;
  line-height: 17px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.company-body-container-working-environment .job-interview-item .title {
  display: inline;
  font-size: 16px;
  color: #333;
  line-height: 23px;
}
.company-body-container-working-environment
  .job-interview-item
  .job-interview-header-inner {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.company-body-container-working-environment .pdOut {
  padding: 0;
}
.company-body-container-working-environment .pdOut .container-body-header {
  margin: 0 11px;
}
.company-body-container-working-environment .pdOut .address {
  padding: 0 11px;
  box-sizing: border-box;
}
.company-body-container-working-environment .pdOut .btnMapApi {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.company-body-container-working-environment .address {
  display: table;
  width: 100%;
  height: 69px;
}
.company-body-container-working-environment .address-inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #000;
  line-height: 23px;
}
.company-body-container-working-environment .map {
  width: 100%;
  height: 145px;
  border: 1px solid #bbb;
  background-color: #bbb;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-working-environment .caution {
  height: 57px;
  padding-top: 6px;
  font-size: 11px;
  color: #999;
  line-height: 17px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-body-container-working-environment .list-benefit {
  padding: 15px 0 16px;
}
.company-body-container-working-environment .list-benefit .field {
  position: relative;
  padding-left: 130px;
  margin-bottom: 9px;
}
.company-body-container-working-environment .list-benefit .field:last-child {
  margin-bottom: 0;
}
.company-body-container-working-environment .list-benefit .field-label {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: #999;
}
.company-body-container-working-environment .list-benefit .field-value {
  font-size: 15px;
  color: #444;
  line-height: 23px;
}
.company-body .page-detail-view {
  background-color: #fff;
  text-align: center;
}
.company-body .page-detail-view .view {
  margin: 0 auto;
  max-width: 960px;
}
.company-body .page-detail-view .view img {
  width: 100%;
}
.company-footer .license-description {
  margin-bottom: 20px;
  padding: 12px 20px 0;
  font-size: 12px;
  color: #999;
  text-align: left;
  line-height: 19px;
}
.company-footer .license-help {
  font-size: 0;
  text-align: center;
}
.company-footer .license-help-item {
  display: inline-block;
  height: 26px;
  margin-bottom: 5px;
  vertical-align: top;
  font-size: 12px;
  color: #999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-footer .license-help-item i {
  color: #bbb;
}
.company-footer .license-help-item.header {
  display: block;
  margin-bottom: 0;
  color: #666;
  line-height: 23px;
}
.company-footer .license-help-item.tel {
  padding: 5px 10px 0;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}
.company-footer .license-help-item.email {
  margin-left: 5px;
  padding: 5px 10px 0;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}
.company-footer .license-help-item.resources {
  display: block;
  line-height: 23px;
}
.company-footer .license-help-item.resources a {
  color: #999;
}
.company-footer .news-manager {
  font-size: 12px;
  color: #666;
  margin-bottom: 13px;
}
.company-footer .news-manager .person {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 4px;
}
.company-footer .news-manager .person:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: 10px;
  background-color: #d3d3d3;
}
.company-footer .news-manager a:hover {
  text-decoration: underline;
  color: #002aff;
}
.container-body-header {
  z-index: 10;
  position: relative;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 14px;
  padding-bottom: 8px;
  height: 45px;
}
.container-body-header::after {
  content: "";
  display: block;
  clear: both;
}
.container-body-header h3.header {
  font-size: 15px;
  color: #000;
  vertical-align: top;
  box-sizing: border-box;
  float: left;
  padding: 0;
  line-height: normal;
  height: auto;
  border-bottom: none;
  white-space: nowrap;
}
.container-body-header .tooltip {
  z-index: 10;
  position: relative;
  top: 2px;
  display: block;
  width: 14px;
  margin-left: 4px;
  float: left;
  transform: none !important;
}
.company-body-container-corporate-report .container-body-header {
  display: none;
}
.company-body-container-working-environment .container-body-header,
.company-body-container-employment-status .container-body-header,
.company-body-container-corporate-issues .container-body-header {
  border-bottom: 1px solid #ecedee;
}
/* 선배에게 질문하기 */
.company-sticky-menu .button,
.company-sticky-menu .menu-wrapper .toggle-menu-area .link:after {
  background: url(/content/images/m/company/sprite-sticky-menu-icon.png?20190918)
    no-repeat 0 0;
  background-size: 342px 58px;
}
.company-sticky-menu .menu-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9990;
  width: 100%;
}
.company-sticky-menu .menu-wrapper .button-toggle {
  display: block;
  width: 58px;
  height: 58px;
  background-position: 0 0;
  z-index: 3;
}
.company-sticky-menu .menu-wrapper.is-open .button-toggle {
  background-position: -60px 0;
}
.company-sticky-menu .menu-wrapper .toggle-menu-area {
  display: none;
  margin-right: 4px;
  z-index: 2;
}
.company-sticky-menu .menu-wrapper .toggle-menu-area .link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 60px;
  position: relative;
  font-size: 15px;
  color: #fff;
  padding-right: 62px;
  opacity: 0;
  text-align: right;
}
.company-sticky-menu .menu-wrapper .toggle-menu-area .link:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
}
.company-sticky-menu .menu-wrapper .toggle-menu-area .link-smart-match:after {
  background-position: -120px 0;
}
.company-sticky-menu .menu-wrapper .toggle-menu-area .link-qna-1:after {
  background-position: -176px 0;
}
.company-sticky-menu .menu-wrapper .toggle-menu-area .link-qna-2:after {
  background-position: -232px 0;
}
.company-sticky-menu .menu-wrapper .toggle-menu-area .link-talk:after {
  background-position: -288px 0;
}
.company-sticky-menu .menu-wrapper .toggle-menu-area .link-qna:after {
  width: 50px;
  height: 50px;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.092 22.092'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23221714;%7D.b%7Bfill:%23231815;%7D.c%7Bfill:%23002aff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M381.923,221.148a2.767,2.767,0,0,1,2.764,2.764v9.651a2.767,2.767,0,0,1-2.764,2.765h-11.8a1.306,1.306,0,0,0-.836.3l-4.072,3.379v-16.1a2.767,2.767,0,0,1,2.764-2.764h13.942m0-1.311H367.981a4.073,4.073,0,0,0-4.075,4.075v17.159a.718.718,0,0,0,.428.75.4.4,0,0,0,.322.108c.216,0,.322,0,.43-.108l5.04-4.181h11.8A4.074,4.074,0,0,0,386,233.563v-9.651a4.073,4.073,0,0,0-4.075-4.075Z' transform='translate(-363.906 -219.837)'/%3E%3Cg transform='translate(5.787 5.603)'%3E%3Cellipse class='b' cx='1.488' cy='1.488' rx='1.488' ry='1.488'/%3E%3Cellipse class='b' cx='1.488' cy='1.488' rx='1.488' ry='1.488' transform='translate(7.553)'/%3E%3Cpath class='c' d='M376.181,226.746h-6.867a.541.541,0,0,0-.573.573c0,1.831,2.06,2.975,4.005,2.975s4.005-1.144,4.005-2.975A.54.54,0,0,0,376.181,226.746Z' transform='translate(-367.483 -222.283)'/%3E%3C/g%3E%3C/svg%3E")
    center center no-repeat;
  background-size: 22px auto;
  border-radius: 50%;
}
.company-sticky-menu .menu-wrapper .toggle-menu-area .link-help:after {
  width: 50px;
  height: 50px;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.581 22'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23231815;%7D.b%7Bfill:%23221714;%7D.c%7Bfill:%23002aff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M467.792,156.654h-1.266V153.49a8.227,8.227,0,0,0-16.453,0v3.164h-1.265V153.49a9.492,9.492,0,1,1,18.984,0Z' transform='translate(-445.008 -143.997)'/%3E%3Cpath class='b' d='M450.02,149.365h-.779a3.164,3.164,0,0,0-3.164,3.164v1.266a3.164,3.164,0,0,0,3.164,3.164h.779a1.139,1.139,0,0,0,1.12-1.139V150.5a1.139,1.139,0,0,0-1.12-1.139Zm-.779,6.328a1.9,1.9,0,0,1-1.9-1.9v-1.266a1.9,1.9,0,0,1,1.9-1.9h.633v5.062Z' transform='translate(-446.077 -141.897)'/%3E%3Cpath class='b' d='M463.442,149.365h-.76a1.139,1.139,0,0,0-1.139,1.139v5.315a1.139,1.139,0,0,0,1.139,1.139h.76a3.164,3.164,0,0,0,3.164-3.164v-1.266a3.164,3.164,0,0,0-3.164-3.164Zm-.633,6.328v-5.062h.633a1.9,1.9,0,0,1,1.9,1.9v1.266a1.9,1.9,0,0,1-1.9,1.9Z' transform='translate(-440.025 -141.897)'/%3E%3Cpath class='b' d='M459.475,152.116a.478.478,0,0,0-.338.141,3.549,3.549,0,0,1-2.559,1.213h-.026a3.964,3.964,0,0,1-2.515-1.2.478.478,0,0,0-.71.64,4.889,4.889,0,0,0,3.193,1.512h.1a4.5,4.5,0,0,0,3.193-1.5.478.478,0,0,0-.338-.815Z' transform='translate(-443.288 -140.82)'/%3E%3Cg transform='translate(8.897 6.937)'%3E%3Cpath class='b' d='M453.713,148.983a1.242,1.242,0,1,0,1.242,1.242,1.242,1.242,0,0,0-1.242-1.242Z' transform='translate(-452.472 -148.983)'/%3E%3Cpath class='b' d='M458.245,148.983a1.242,1.242,0,1,0,1.242,1.242,1.242,1.242,0,0,0-1.242-1.242Z' transform='translate(-450.699 -148.983)'/%3E%3C/g%3E%3Cpath class='b' d='M463.581,154.162a7.177,7.177,0,0,1-7.168,7.169h-.038v1.248h.038a8.417,8.417,0,0,0,8.417-8.417v-3.69h-1.249Z' transform='translate(-442.047 -141.463)'/%3E%3Crect class='c' width='4.556' height='3.463' rx='1.245' transform='translate(11.014 18.537)'/%3E%3C/svg%3E")
    center center no-repeat;
  background-size: 26px auto;
  border-radius: 50%;
}
.company-sticky-menu .menu-wrapper .toggle-menu-area .link-report:after {
  width: 50px;
  height: 50px;
  background: #fff
    url("data:image/svg+xml, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2018.3%2025.4%27%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20.a%2C.b%7Bfill%3Anone%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%7D.a%7Bstroke%3A%23221714%3Bstroke-width%3A1.3px%7D.b%7Bstroke%3A%23002aff%3Bstroke-width%3A1.5px%7D%0D%0A%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cpath%20class%3D%27a%27%20d%3D%27M9.8%208.3a4.2%204.2%200%20014.2%204.2M9.1%205.9a7.2%207.2%200%2000-7.3%207v7.7h14.7V13A7.2%207.2%200%20009%205.9zM.7%2020.6h17v4.1H.6z%27%2F%3E%0D%0A%20%20%3Cpath%20class%3D%27b%27%20d%3D%27M4.2%204.8l-1.5-2M14%204.8l1.6-2M9.2%203.5V.8%27%2F%3E%0D%0A%3C%2Fsvg%3E")
    center center no-repeat;
  background-size: 19px auto;
  border-radius: 50%;
}
.company-sticky-menu .menu-wrapper .toggle-menu-area .link .menu-item-header {
  margin-top: 6px;
  font-size: 15px;
  color: #fff;
}
.company-sticky-menu
  .menu-wrapper
  .toggle-menu-area
  .link
  .menu-item-description {
  margin-top: 2px;
  font-size: 13px;
  color: #002aff;
}
.company-sticky-menu .menu-wrapper.is-open .toggle-menu-area {
  display: block;
}
.company-sticky-menu .menu-wrapper.is-open .sticky-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.company-sticky-menu .menu-wrapper.is-open .toggle-menu-area .link {
  opacity: 1;
}
/* 하단 배너 */
.bottom-banner {
  margin-top: 8px;
}
.bottom-banner a {
  display: block;
  width: 100%;
}
.bottom-banner a img {
  display: block;
  margin: 0 auto;
}
.bottom-banner.review a {
  background: #3250E4;
}
.bottom-banner.review a img {
  width:100%;
  max-width:360px;
  height:60px;
}
/* 기업분석 List */
.company-body.detail .company-wrap {
  padding: 10px 10px 30px 10px;
}
.company-body.detail .detail-header {
  width: 100%;
  padding: 13px 15px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  background: #f6f7f9;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.company-body.detail .detail-header p {
  font-size: 14px;
  color: #666;
}
.company-body.detail .detail-header .txt a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
  height: 17px;
  display: flex;
  align-items: center;
}
.company-body.detail .detail-header .txt a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/content/images/ver_1/mtu/mtu_spr.png) no-repeat;
  background-position: -300px -315px;
}
.company-body.detail .detail-header .nice-txt {
  font-size: 13px;
}
.company-body.detail .detail-body .listWrap {
  margin-bottom: 5px;
}
.company-body.detail .detail-body .listWrap li {
  background: #fff;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
}
.company-body.detail .detail-body .listWrap li a {
  display: inline-table;
  width: 100%;
  box-sizing: border-box;
}
.company-body.detail .detail-body .listWrap li .img {
  display: table-cell;
  width: 105px;
  height: 60px;
  vertical-align: top;
  overflow: hidden;
}
.company-body.detail .detail-body .listWrap li .img img {
  width: 100%;
  vertical-align: top;
}
.company-body.detail .detail-body .listWrap li .cont {
  display: table-cell;
  padding: 0 0 0 15px;
}
.company-body.detail .detail-body .listWrap li .cont .tit {
  font-size: 15px;
  line-height: 18px;
  min-height: 18px;
  max-height: 40px;
  color: #333;
}
.company-body.detail .detail-body .listWrap li .cont .info {
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  margin-top: 7px;
  max-height: 18px;
}
.company-body.detail .detail-body .listWrap li .cont .info > * {
  float: left;
  line-height: 100%;
  padding-bottom: 1px;
  font-size: 12px;
  color: #adadad;
  padding-left: 9px;
  margin-left: 9px;
  border-left: 1px solid #d9d9d9;
}
.company-body.detail .detail-body .listWrap li .cont .info > span:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.company-body.detail .tplPagination {
  margin: 11px 0 0;
}
/* 기업분석 View */
.company-body.View {
  padding: 0;
  margin: 0;
  display: block;
}
.company-body.View .company-wrap {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
.company-body.View .company-wrap .View-header {
  padding: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.company-body.View .company-wrap .View-header .View-Tit {
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: normal;
  color: #000;
  line-height: 1.3em;
}
.company-body.View .company-wrap .View-header .View-Info {
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  margin-top: 12px;
}
.company-body.View .company-wrap .View-header .View-Info > * {
  float: left;
  line-height: 100%;
  padding-bottom: 1px;
  font-size: 12px;
  color: #adadad;
  padding-left: 9px;
  margin-left: 9px;
  border-left: 1px solid #d9d9d9;
}
.company-body.View .company-wrap .View-header .View-Info > span:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.company-body.View .company-wrap .View-Txt {
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe2e6;
}
.company-body.View .company-wrap .View-Txt .Txt-Wrap {
  margin-bottom: 21px;
  padding: 0 20px;
  font-size: 1.214em;
  color: #000;
  line-height: 1.786em;
  word-wrap: break-word;
}
.company-body.View .company-wrap .View-Txt .Txt-Wrap img {
  max-width: 100%;
}
.company-body.View .company-wrap .View-Txt .Txt-Wrap p {
  padding: 10px 0;
  text-align: center;
}
.company-body.View .company-wrap .View-Txt .Txt-Wrap .notice {
  color: #898989;
  font-size: 10px;
  padding: 0;
}
.company-body.View.detail {
  margin-top: 10px;
}
.company-body.View.detail .company-wrap {
  padding: 0;
}
.company-body.View.detail .detail-header {
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  font-size: 15px;
  color: #333;
}
.company-body.View.detail .detail-header span {
  color: #002aff;
}
.company-body.View.detail .detail-body:first-child {
  border-top: none;
}
.company-body.View.detail .detail-body {
  padding: 0 10px;
}
.company-body.View.detail .detail-body.none .listWrap {
  border-top: none;
}
.company-body.View.detail .detail-body .listWrap {
  margin-bottom: 0;
  border-top: 1px solid #f2f2f2;
}
.company-body.View.detail .detail-body .listWrap li {
  padding: 15px 0;
}
.company-body.View.detail .detail-body .listWrap li .cont {
  position: relative;
}
.company-body.View.detail .detail-body .listWrap li .info {
  position: absolute;
  bottom: 0;
}
/* 하단 배너 */
.company-wrapper .bottom-banner {
  margin: 10px 0 40px 0;
}
.company-wrapper .bottom-banner img {
  width: 100%;
}
/* Nice Bizinfo 배너 */
.company-body .detail-header {
  width: 100%;
  padding: 13px 15px;
  margin: 10px 0 0 0;
  border: 1px solid #e0e0e0;
  background: #f6f7f9;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.company-body .detail-header p {
  font-size: 14px;
  color: #666;
}
.company-body .detail-header .txt a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
  height: 18px;
  display: flex;
  align-items: center;
}
.company-body .detail-header .txt a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/content/images/ver_1/mtu/mtu_spr.png) no-repeat;
  background-position: -300px -315px;
}
.company-body .detail-header .nice-txt {
  font-size: 13px;
}
