@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
ar,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  color: #777777;
  overflow-x: hidden;
  margin: 0 auto;
  line-height: 1;
  font-size: 1em;
}

select,
button,
textarea,
input {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

a,
a:focus {
  cursor: pointer;
  text-decoration: none;
  transition: color 200ms;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

::selection {
  color: #fff;
  background: #4bb134;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

#gotop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 50px;
  font-size: 0.75em;
  cursor: pointer;
  z-index: 999;
  background: #4bb134;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
}

#gotop::before {
  content: "";
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -29px 0px;
  width: 24px;
  height: 22px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  margin-top: 8px;
}

@media (max-width: 479px) {
  #gotop {
    right: 10px;
    bottom: 20px;
  }
}

#gotop:hover {
  background: #777777;
  transition: ease 0.2s;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.pb40 {
  padding-bottom: 40px;
}

.pb30 {
  padding-bottom: 30px;
}

.new-common__lightbox {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: auto;
  z-index: 999999;
}

.new-common__lightbox * {
  box-sizing: border-box;
}

.new-common__lightbox--active {
  display: block;
}

.new-common__lightbox--acting .new-common__lightbox-overlay {
  opacity: 1;
}

.new-common__lightbox--acting .new-common__lightbox-bg {
  opacity: 1;
}

.new-common__lightbox--acting .new-common__lightbox-box {
  transform: scale(1);
  opacity: 1;
}

.new-common__lightbox-block {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 25px;
}

.new-common__lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 1;
}

.new-common__lightbox-box {
  position: relative;
  max-width: 100%;
  transform: scale(0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 2;
}

.new-common__lightbox-content {
  max-width: 450px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.new-common__lightbox-main {
  width: 100vw;
  max-width: 100%;
  padding: 35px 40px;
}

@media (max-width: 991px) {
  .new-common__lightbox-main {
    padding: 25px 15px;
  }
}

.new-common__lightbox-title {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
  .new-common__lightbox-title {
    font-size: 18px;
  }
}

.new-common__lightbox-text {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #555;
  text-align: center;
}

@media (max-width: 991px) {
  .new-common__lightbox-text {
    margin-top: 15px;
  }
}

.new-common__lightbox-text span {
  color: #4bb134;
}

.new-common__lightbox-text .form-item {
  width: 100%;
  padding: 0;
}

.new-common__lightbox-text .form-item__check {
  width: 100%;
}

.new-common__lightbox-text .form-item__check label {
  margin: 0 auto;
}

.new-common__lightbox-text .form-item__check-name {
  width: 20px;
  height: 20px;
}

.new-common__lightbox-text .form-item__msg::before {
  margin-top: 4px;
}

.new-common__lightbox-btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}

@media (max-width: 991px) {
  .new-common__lightbox-btnbox {
    margin-top: 20px;
  }
}

.new-common__lightbox-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 20px) / 2);
  max-width: 150px;
  height: 40px;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 3px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

@media (max-width: 991px) {
  .new-common__lightbox-btn {
    height: 36px;
  }
}

.new-common__lightbox-btn:hover {
  opacity: 0.7;
}

.new-common__lightbox-btn--close {
  color: #999;
  border: 1px solid #999;
}

.new-common__lightbox-btn--submit {
  color: #fff;
  background-color: #4bb134;
}

.fixed__social {
  position: fixed;
  width: 240px;
  z-index: 9999;
}

@media (max-width: 991px) {
  .fixed__social {
    width: 180px;
  }
}

@media (min-width: 480px) {
  .fixed__social {
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
}

@media (max-width: 479px) {
  .fixed__social {
    bottom: 150px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
}

.fixed__social img {
  width: 100%;
}

@media (min-width: 480px) {
  .fixed__social img:nth-child(2) {
    display: none;
  }
}

@media (max-width: 479px) {
  .fixed__social img:nth-child(1) {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.navbar {
  background-color: rgba(9, 22, 14, 0.8);
}

.navbar-container {
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar-block {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  vertical-align: top;
}

.navbar__logo {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 100px;
}

.navbar__logo-img {
  height: 44px;
}

.navbar__listbox {
  display: inline-flex;
  flex-direction: row;
}

.navbar__listitem a {
  font-size: 16px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 3px;
  transition: ease 0.2s;
}

.navbar__listitem a:hover {
  background-color: #4bb134;
  color: white;
}

.navbar__toggle {
  display: none;
}

@media (max-width: 991px) {
  .navbar__toggle {
    display: block;
  }
}

.navbar__toggle--active {
  display: block;
}

.navbar__toggle-line {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
  transition: ease 0.3s;
}

.navbar__toggle-line:last-child {
  margin-bottom: 0px;
}

.navbar__toggle--open span {
  margin-bottom: 0px;
}

.navbar__toggle--open span:nth-child(1) {
  transform: rotate(45deg) translateY(1px) translateX(1px);
}

.navbar__toggle--open span:nth-child(2) {
  transform: rotate(-45deg);
}

.navbar__toggle--open span:nth-child(3) {
  display: none;
}

@media (max-width: 1366px) {
  .navbar__listitem a {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .navbar-container {
    padding: 0 15px;
  }

  .navbar__listitem a {
    font-size: 0.875em;
  }
}

@media (max-width: 991px) {
  .navbar__logo {
    width: auto;
    height: 70px;
  }

  .navbar__logo-img {
    height: 36px;
  }

  .navbar__listbox {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(9, 22, 14, 0.8);
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
  }

  .navbar__listbox a {
    display: block;
    width: 100%;
    padding: 12px 15px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .navbar__listbox--open {
    display: flex;
    width: 100%;
    left: 0;
    right: 0;
    top: 70px;
    flex-direction: column;
    position: absolute;
  }
}

@media (max-width: 991px) {
  .navbar-menu__nav {
    position: fixed;
    top: 0;
    right: -340px;
    width: 260px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
    overflow: auto;
    z-index: 9999;
    transition-property: right;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }

  .navbar-menu__nav--open {
    right: 0;
  }
}

.navbar-menu__navbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}

@media (max-width: 991px) {
  .navbar-menu__navbox {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 20px 0px;
  }
}

.navbar-menu__btn {
  position: relative;
}

@media (min-width: 992px) {
  .navbar-menu__btn:hover .navbar-menu__link {
    color: #fff;
    background-color: rgba(9, 22, 14, 0.8);
  }
}

@media (max-width: 991px) {
  .navbar-menu__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    width: 100%;
  }

  .navbar-menu__btn:nth-child(n+2) {
    border-top: 1px solid #eee;
  }
}

@media (min-width: 992px) {
  .navbar-menu__btn--sub .navbar-menu__link::after {
    content: "▾";
    display: block;
    margin-left: 3px;
    font-size: 20px;
    line-height: 1;
  }
}

@media (max-width: 991px) {
  .navbar-menu__btn--sub .navbar-menu__link {
    width: calc(100% - 36px);
  }
}

.navbar-menu__link {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .navbar-menu__link {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100px;
    padding: 0 20px;
    transition-property: color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }
}

@media (max-width: 991px) {
  .navbar-menu__link {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    color: #555;
    text-align: left;
  }
}

.navbar-menu__switch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  color: #555;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .navbar-menu__switch {
    display: none;
  }
}

.navbar-menu__switch::before {
  content: "▾";
  display: block;
  font-size: 20px;
  line-height: 1;
}

.navbar-menu__switch::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #eee;
}

.navbar-menu__switch--open {
  color: #4bb134;
}

.navbar-menu__switch--open::before {
  content: "▴";
}

.navbar-menu__sub {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  width: 150px;
  min-width: 150px;
}

@media (min-width: 992px) {
  .navbar-menu__sub {
    padding: 8px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 991px) {
  .navbar-menu__sub {
    position: static;
    top: auto;
    width: 100%;
    min-width: 100%;
    padding: 8px 0;
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
  }
}

.navbar-menu__sub-btn {
  display: block;
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #777;
  text-align: center;
  box-sizing: border-box;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

@media (max-width: 991px) {
  .navbar-menu__sub-btn {
    padding: 10px 15px;
    font-size: 15px;
    text-align: left;
  }
}

.navbar-menu__sub-btn:hover {
  color: #4bb134;
}

@media (max-width: 991px) {
  .navbar-menu__sub--open {
    display: block !important;
  }
}

.navbar-menu__close {
  position: fixed;
  top: 0;
  right: -80px;
  width: 70px;
  height: 70px;
  background-color: #4bb134;
  z-index: 99999;
  transition-property: right;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.navbar-menu__close>div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
}

.navbar-menu__close>div:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.navbar-menu__close>div:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 992px) {
  .navbar-menu__close {
    display: none;
  }
}

.navbar-menu__close--open {
  right: 260px;
}

.footer {
  width: 100%;
}

.footer-main {
  width: 100%;
  padding: 70px 0;
  background-color: #2d3c3f;
}

.footer-main__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}

@media (min-width: 992px) {
  .footer-main__item {
    width: calc((99.999% - 100px) / 3);
  }
}

@media (max-width: 991px) {
  .footer-main__item {
    width: 100%;
  }

  .footer-main__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.footer-main__title {
  position: relative;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
  .footer-main__title {
    padding-bottom: 20px;
    text-align: center;
  }
}

.footer-main__title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 70px;
  height: 2px;
  background-color: #f6921e;
}

@media (max-width: 991px) {
  .footer-main__title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.footer-main__text {
  width: 100%;
}

@media (max-width: 991px) {
  .footer-main__text {
    text-align: center;
  }
}

.footer-main__text img {
  width: 120px;
}

.footer-main__text p:nth-child(2) {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
}

.footer-main__text p:nth-child(1) {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
}

.footer-main__text p:nth-child(1) a {
  display: inline;
  color: #f6921e;
}

.footer-main__quick {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}

@media (min-width: 992px) {
  .footer-main__quick-list {
    width: 50%;
  }

  .footer-main__quick-list:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .footer-main__quick-list {
    width: 100%;
    text-align: center;
  }

  .footer-main__quick-list:nth-child(n+2) {
    margin-top: 15px;
  }
}

.footer-main__quick-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.footer-main__quick-btn:hover {
  opacity: 0.7;
}

.footer-copyright {
  width: 100%;
  background-color: #243030;
}

.footer-copyright__text {
  width: 100%;
  padding: 20px 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  color: #999;
  text-align: center;
}

@media (max-width: 991px) {
  .footer-copyright__text {
    padding: 20px 0;
  }
}

.footer-copyright__text a {
  display: inline;
  color: rgba(255, 255, 255, 0.6);
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.footer-copyright__text a:hover {
  color: #fe7e17;
}

.indexbanner {
  display: inline-box;
}

.indexbanner__item {
  display: block;
}

.indexbanner__imgbox {
  height: 515px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

.indexbanner__content-subtitle {
  width: 100%;
}

.indexbanner__content-subtitle h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
}

.indexbanner__content-title {
  width: 100%;
  color: #fff;
  font-size: 3.75em;
  font-weight: 300;
  line-height: 1.25;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.indexbanner__content-title--bold {
  font-weight: 700;
}

.indexbanner__content-title--orange {
  color: #f6921e;
}

.indexbanner__content-title--small {
  font-size: 40px;
}

.indexbanner__content-linkbtn {
  margin-top: 30px;
  font-size: 1.125em;
}

.indexbanner__content-linkbtn a {
  background-color: #f6921e;
  color: #fff;
  padding: 8px 8px 8px 40px;
  border-radius: 3px;
  line-height: 26px;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.indexbanner__content-linkbtn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px 0px;
  width: 28px;
  height: 28px;
}

@media (max-width: 991px) {
  .indexbanner__imgbox {
    height: calc(60vw + 140px);
  }

  .indexbanner__content-subtitle {
    margin-bottom: 5px;
  }

  .indexbanner__content-subtitle h3 {
    font-size: 28px;
  }

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

@media (max-width: 767px) {
  .indexbanner .container {
    width: calc(100% - 100px);
  }

  .indexbanner__content-subtitle h3 {
    font-size: 24px;
  }

  .indexbanner__content-title {
    font-size: 36px;
    font-weight: 500;
  }
}

@media (max-width: 479px) {
  .indexbanner__content {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }

  .indexbanner__content-subtitle h3 {
    font-size: 20px;
    text-align: center;
  }

  .indexbanner__content-title {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
  }

  .indexbanner__content-linkbtn {
    width: 100%;
    text-align: center;
  }
}

.indexbanner .slick-prev {
  left: 10px;
  z-index: 999;
}

@media (max-width: 991px) {
  .indexbanner .slick-prev {
    left: 10px;
  }
}

.indexbanner .slick-next {
  right: 15px;
  z-index: 999;
}

@media (max-width: 991px) {
  .indexbanner .slick-next {
    right: 10px;
  }
}

.indexbanner .slick-prev,
.indexbanner .slick-next {
  background-color: rgba(9, 22, 14, 0.8);
  border-radius: 100% 100%;
  width: 40px;
  height: 40px;
}

@media (max-width: 991px) {

  .indexbanner .slick-prev,
  .indexbanner .slick-next {
    width: 30px;
    height: 30px;
  }
}

.indexbanner .slick-next:before,
.indexbanner .slick-prev:before {
  width: 12px;
  height: 20px;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {

  .indexbanner .slick-next:before,
  .indexbanner .slick-prev:before {
    width: 8px;
    height: 16px;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.animated {
  opacity: 0;
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.indexsearch {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}

.indexsearch::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  background-color: #F7F7F7;
  z-index: -1;
}

.indexsearch__head {
  border-bottom: 4px solid #4bb134;
}

.indexsearch__head-item {
  padding: 0px 30px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 50px;
  position: relative;
  margin-left: 10px;
  font-size: 1.25em;
  letter-spacing: 0.025em;
}

.indexsearch__head-item:nth-child(1) {
  margin-left: 0px;
}

.indexsearch__head-keyword {
  background-color: #4bb134;
  cursor: default;
}

.indexsearch__head-keyword::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -29px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.indexsearch__head-map {
  background-color: #09160e;
  color: rgba(255, 255, 255, 0.6);
}

.indexsearch__head-map::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -30px -29px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.indexsearch__body {
  width: 100%;
  display: inline-flex;
}

.indexsearch__body:nth-child(n+2) {
  padding-top: 5px;
  display: flex;
}

@media (max-width: 991px) {
  .indexsearch__body:nth-child(n+2) {
    padding-top: 15px;
  }
}

.indexsearch__body-wrap {
  width: calc(100% - 40px);
  padding: 30px 20px 30px 20px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.indexsearch__body-item {
  margin-left: 20px;
}

.indexsearch__body-item:nth-child(1) {
  margin-left: 0px;
}

.indexsearch__body-item-btnrow {
  width: calc(100% - 870px);
}

@media (max-width: 1199px) {
  .indexsearch__body-item-btnrow {
    width: calc(100% - 720px);
  }
}

.indexsearch__body-label {
  display: block;
  font-size: 0.875em;
  letter-spacing: 0.025em;
  color: #555555;
  font-weight: 500;
  margin-bottom: 10px;
}

.indexsearch__body-inputbox {
  position: relative;
  width: 290px;
  height: 58px;
  border: 1px solid #b6b6b6;
  border-radius: 2px;
}

@media (max-width: 1199px) {
  .indexsearch__body-inputbox {
    width: 240px;
  }
}

@media (max-width: 991px) {
  .indexsearch__body-inputbox {
    width: auto;
  }
}

@media (max-width: 991px) {
  .indexsearch__body-inputbox {
    width: 100%;
  }
}

.indexsearch__body-input {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1em;
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-weight: 300;
  color: #777777;
  outline: none;
  appearance: none;
  position: absolute;
  background-color: transparent;
  width: calc(100% - 40px);
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.indexsearch__body-selectbox {
  position: relative;
  width: 200px;
  height: 58px;
  border: 1px solid #b6b6b6;
  border-radius: 2px;
}

@media (max-width: 1199px) {
  .indexsearch__body-selectbox {
    width: 180px;
  }
}

@media (max-width: 991px) {
  .indexsearch__body-selectbox {
    width: auto;
  }
}

.indexsearch__body-selectbox::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -53px 0;
  width: 15px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 25px;
}

.indexsearch__body-select {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1em;
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-weight: 300;
  color: #777777;
  outline: none;
  appearance: none;
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 55px;
}

.indexsearch__body-select::-ms-expand {
  display: none;
}

.indexsearch__body-btn {
  height: 60px;
  line-height: 60px;
  background-color: #09160e;
  color: #fff;
  font-size: 1.25em;
  display: block;
  text-align: center;
  border-radius: 2px;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: ease 0.2s;
}

.indexsearch__body-btn:hover {
  opacity: 0.8;
}

.indexsearch__body-span {
  padding: 5px;
  flex-shrink: 0;
}

.indexsearch__body-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.indexsearch__body-keywordwrap:nth-child(n+2):before {
  content: "|";
  padding-left: 5px;
  display: inline-block;
}

.indexsearch__body-keyword {
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.3s linear;
  font-size: 1em;
  color: #41751a;
  font-weight: 600;
}

.indexsearch__body-keyword:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .indexsearch {
    margin-top: -80px;
  }

  .indexsearch::before {
    height: calc(100% - 80px);
  }

  .indexsearch__body {
    display: flex;
    flex-wrap: wrap;
  }

  .indexsearch__body-item {
    width: calc((100% - 40px) / 3);
  }

  .indexsearch__body-item:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }

  .indexsearch__body-item:nth-child(2) {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .indexsearch__head-item {
    padding: 0px 20px;
    font-size: 1.125em;
    margin-left: 5px;
  }
}

@media (max-width: 575px) {
  .indexsearch__body-item {
    width: calc(50% - 10px);
  }

  .indexsearch__body-item.m0 {
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
  }

  .indexsearch__body-item:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }

  .indexsearch__body-item:last-child {
    margin-left: 0px;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .indexsearch__head-item {
    padding: 0px 12px;
    font-size: 1em;
    margin-left: 5px;
    height: 46px;
  }

  .indexsearch__head-keyword::before,
  .indexsearch__head-map::before {
    transform: scale(0.7);
    margin-right: 5px;
  }

  .indexsearch__body-selectbox::before {
    right: 15px;
  }

  .indexsearch__body-select {
    padding-right: 40px;
    padding-left: 15px;
  }

  .indexsearch__body-input {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.indexranking {
  padding-top: 70px;
  padding-bottom: 70px;
}

.indexranking-block {
  width: 100%;
  margin-bottom: 35px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.indexranking__tabs {
  width: 100%;
  display: flex;
}

.indexranking__tabs-btn {
  width: 50%;
  padding: 30px 0 38px;
  border-top: 13px solid transparent;
  background-color: #f2f2f2;
  font-size: 1.5em;
  text-align: center;
  color: #999999;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

@media (max-width: 991px) {
  .indexranking__tabs-btn {
    padding: 12px 0;
    border-top-width: 7px;
    font-size: 1.125em;
  }
}

.indexranking__tabs-btn p {
  padding-bottom: 8px;
  display: inline-block;
}

@media (max-width: 991px) {
  .indexranking__tabs-btn p {
    padding-bottom: 6px;
  }
}

.indexranking__tabs-btn:nth-child(1) {
  border-top-left-radius: 10px;
}

.indexranking__tabs-btn:nth-child(2) {
  border-top-right-radius: 10px;
}

.indexranking__tabs-btn.active {
  border-top-color: #4bb134;
  background-color: #fff;
  color: #333333;
}

.indexranking__tabs-btn.active p {
  border-bottom: 1px solid #888;
}

.indexranking__tabs-btn:hover {
  opacity: 0.7;
}

.indexranking__list {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .indexranking__list {
    padding: 0 15px;
  }
}

.indexranking__box {
  width: 100%;
  display: none;
  flex-wrap: wrap;
}

.indexranking__box.active {
  display: flex;
}

.indexranking__item {
  width: 100%;
  padding: 25px 0;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 991px) {
  .indexranking__item {
    padding: 15px 0;
  }

  .indexranking__item:nth-child(n+6) {
    display: none;
  }
}

.indexranking__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.indexranking__item span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.125em;
  color: #4bb134;
}

@media (max-width: 991px) {
  .indexranking__item span {
    top: 56px;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .indexranking__item span {
    top: 32px;
  }
}

@media (max-width: 991px) {
  .indexranking__item:first-child {
    padding-top: 25px;
  }
}

@media (max-width: 991px) {
  .indexranking__item:first-child span {
    top: 40px;
  }
}

.indexranking__item:last-child {
  border-bottom: 0;
}

.indexranking__item:hover .indexranking__mark-name {
  color: #f6921e;
}

.indexranking__mark {
  width: calc(50% - 50px);
  padding-left: 50px;
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .indexranking__mark {
    width: 100%;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .indexranking__mark {
    padding-left: 20px;
  }
}

.indexranking__mark-img {
  width: 90px;
  height: 90px;
  margin-right: 30px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .indexranking__mark-img {
    margin-right: 15px;
    align-self: flex-start;
  }
}

@media (max-width: 767px) {
  .indexranking__mark-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}

.indexranking__mark-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .indexranking__mark-img img {
    width: 50px;
    height: 50px;
  }
}

.indexranking__mark-circle {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  border: 8px solid #e5e5e5;
  border-radius: 50%;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .indexranking__mark-circle {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .indexranking__mark-circle {
    width: 50px;
    height: 50px;
    left: 20px;
    top: 0;
    transform: translateY(0);
    border-width: 5px;
  }
}

.indexranking__mark-volume {
  width: 70px;
  height: 70px;
  margin-right: 30px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .indexranking__mark-volume {
    margin-right: 15px;
    align-self: flex-start;
  }
}

@media (max-width: 767px) {
  .indexranking__mark-volume {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}

.indexranking__mark-volume img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .indexranking__mark-volume img {
    width: 50px;
    height: 50px;
  }
}

.indexranking__mark-volumecircle {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 8px solid #e5e5e5;
  border-radius: 50%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .indexranking__mark-volumecircle {
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    transform: translateY(0);
    border-width: 5px;
  }
}

.indexranking__mark-name {
  padding-right: 30px;
  font-size: 1.5em;
  font-weight: 500;
  color: #333333;
  transition-property: color;
  transition: ease 0.2s;
}

@media (max-width: 767px) {
  .indexranking__mark-name {
    font-size: 1.125em;
  }
}

.indexranking__mark-name p {
  padding-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #888;
}

@media (max-width: 767px) {
  .indexranking__mark-name p {
    padding-top: 10px;
    font-size: 14px;
  }
}

.indexranking__subbox {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .indexranking__subbox {
    width: 100%;
    margin-top: 15px;
    padding-left: 120px;
  }
}

@media (max-width: 767px) {
  .indexranking__subbox {
    padding-left: 80px;
  }
}

@media (max-width: 320px) {
  .indexranking__subbox {
    padding-left: 20px;
  }
}

.indexranking__sub {
  padding-right: 30px;
  display: flex;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .indexranking__sub {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .indexranking__sub {
    padding-right: 10px;
  }
}

.indexranking__sub-img {
  width: 46px;
  height: 46px;
  margin-right: 20px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .indexranking__sub-img {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .indexranking__sub-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

.indexranking__sub-text {
  font-size: 1em;
  color: #666;
}

@media (max-width: 991px) {
  .indexranking__sub-text {
    font-size: 0.875em;
  }
}

@media (max-width: 767px) {
  .indexranking__sub-text {
    font-size: 12px;
  }
}

.indexranking__sub-text p {
  padding-bottom: 12px;
  font-size: 14px;
  color: #888;
}

@media (max-width: 767px) {
  .indexranking__sub-text p {
    padding-bottom: 5px;
    font-size: 12px;
    transform-origin: left top;
    transform: scale(0.8);
  }
}

.indexranking__sub:nth-child(1) {
  width: 60%;
}

@media (max-width: 991px) {
  .indexranking__sub:nth-child(1) {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .indexranking__sub:nth-child(1) {
    width: 100%;
  }
}

.indexranking__sub:nth-child(1) .indexranking__sub-img {
  background-image: url(../images/04_icon-01.png);
}

.indexranking__sub:nth-child(2) {
  width: 40%;
  padding-right: 0 !important;
}

@media (max-width: 991px) {
  .indexranking__sub:nth-child(2) {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .indexranking__sub:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
}

.indexranking__sub:nth-child(2) .indexranking__sub-img {
  background-image: url(../images/04_icon-02.png);
}

.indexranking__btnbox {
  width: 100%;
  text-align: center;
}

.indexranking__more {
  padding: 12px 20px;
  margin: auto;
  font-size: 100%;
  line-height: 1.05;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #f6921e;
  border-radius: 3px;
  transition: ease 0.2s;
}

.indexranking__more:hover {
  opacity: 0.8;
}

.circleitem {
  width: 120px;
  height: 120px;
  border: 5px solid #e5e5e5;
  background-color: #fff;
  border-radius: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  cursor: pointer;
}

.circleitem__more {
  position: absolute;
  right: 15px;
  bottom: 13px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.circleitem__more-link {
  background-color: #f6921e;
  width: 40px;
  height: 40px;
  border-radius: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circleitem__more-link::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -59px;
  width: 20px;
  height: 20px;
}

@media (max-width: 991px) {
  .circleitem {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .circleitem {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 479px) {
  .circleitem {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 374px) {
  .circleitem {
    width: 60px;
    height: 60px;
  }
}

.indexslider {
  padding-top: 70px;
  padding-bottom: 70px;
}

.indexslider-nav {
  display: flex;
  align-items: center;
}

.indexslider-nav .slick-track {
  display: flex;
  align-items: center;
}

.indexslider-nav .slick-slide {
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexslider-nav .slick-slide.slick-current {
  animation: zoomIn 0.3s ease;
}

.indexslider-nav .slick-current {
  width: 300px;
}

.indexslider-nav .slick-current .circleitem {
  min-width: 240px;
  height: 240px;
  border: 9px solid #e5e5e5;
}

.indexslider-nav .slick-current .circleitem:hover .circleitem__more {
  opacity: 1;
  visibility: visible;
  animation: zoomIn 0.3s ease;
}

.indexslider-nav .slick-next {
  width: 25px;
  height: 50px;
  overflow: hidden;
  right: 425px;
}

.indexslider-nav .slick-next::before {
  display: none;
}

.indexslider-nav .slick-prev {
  width: 25px;
  height: 50px;
  overflow: hidden;
  left: 425px;
  z-index: 1;
}

.indexslider-nav .slick-prev::before {
  display: none;
}

@media (max-width: 1199px) {
  .indexslider-nav .slick-slide {
    width: 160px;
  }

  .indexslider-nav .slick-next {
    right: 335px;
  }

  .indexslider-nav .slick-prev {
    left: 335px;
  }

  .indexslider-nav .slick-current {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .indexslider-nav .slick-slide {
    width: 120px;
  }

  .indexslider-nav .slick-next {
    right: 255px;
  }

  .indexslider-nav .slick-prev {
    left: 255px;
  }

  .indexslider-nav .slick-current {
    width: 260px;
  }

  .indexslider-nav .slick-current .circleitem {
    min-width: 180px;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .indexslider-nav .slick-current {
    width: 160px;
    z-index: 1;
  }

  .indexslider-nav .slick-current .circleitem {
    min-width: 160px;
    height: 160px;
  }

  .indexslider-nav .slick-list {
    margin-left: 40px;
    margin-right: 40px;
  }

  .indexslider-nav .slick-next {
    right: 0px;
    width: 50px;
    border-radius: 100% 100%;
  }

  .indexslider-nav .slick-prev {
    left: 0px;
    width: 50px;
    border-radius: 100% 100%;
  }
}

@media (max-width: 575px) {
  .indexslider-nav .slick-current {
    width: 160px;
  }

  .indexslider-nav .slick-current .circleitem {
    min-width: 160px;
    height: 160px;
  }
}

@media (max-width: 479px) {
  .indexslider-nav .slick-current {
    width: 140px;
  }

  .indexslider-nav .slick-current .circleitem {
    min-width: 140px;
    height: 140px;
  }
}

@media (max-width: 374px) {
  .indexslider-nav .slick-current {
    width: 120px;
  }

  .indexslider-nav .slick-current .circleitem {
    min-width: 120px;
    height: 120px;
  }
}

.slick-next-icon {
  float: right;
  width: 50px;
  height: 50px;
  background-color: #e5e5e5;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  animation: indexslider-change-fadeinnext 1s ease;
  transform: translateX(0px);
  position: relative;
}

@media (max-width: 767px) {
  .slick-next-icon {
    animation: none;
  }
}

.slick-next-icon::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -32px -59px;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 5px;
}

@media (max-width: 767px) {
  .slick-next-icon::before {
    right: 18px;
  }
}

.slick-prev-icon {
  float: left;
  width: 50px;
  height: 50px;
  background-color: #e5e5e5;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  animation: indexslider-change-fadeinprev 1s ease;
  transform: translateX(0px);
  position: relative;
}

@media (max-width: 767px) {
  .slick-prev-icon {
    animation: none;
  }
}

.slick-prev-icon::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -20px -59px;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 5px;
}

@media (max-width: 767px) {
  .slick-prev-icon::before {
    left: 18px;
  }
}

.indexslider-change-fadeout {
  opacity: 0;
}

@media (max-width: 767px) {
  .indexslider-change-fadeout {
    opacity: 1;
  }
}

@keyframes indexslider-change-fadeout {
  from {
    opacity: 1;
    transform: translateX(0px);
  }

  100% {
    opacity: 0;
    transform: translateX(-50px);
  }
}

@keyframes indexslider-change-fadeinnext {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  50% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes indexslider-change-fadeinprev {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  50% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

.title-bg {
  display: inline-flex;
  align-items: center;
}

.title-bg::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -109px;
  min-width: 44px;
  height: 49px;
  margin-right: 10px;
  position: absolute;
  left: 0;
}

.title-bg::after {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -44px -109px;
  min-width: 44px;
  height: 49px;
  margin-left: 10px;
  position: absolute;
  right: 0;
}

.title__item {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.2;
  color: #333333;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-left: 54px;
  padding-right: 54px;
}

.title__item--green {
  color: #4bb134;
}

@media (max-width: 767px) {
  .title__item {
    font-size: 1.5em;
    line-height: 1.4;
  }
}

.indexslider-block {
  user-select: text;
}

.indexslider-item__head {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999999;
}

.indexslider-item__head-title {
  font-size: 1.5em;
  color: #333333;
  font-weight: 400;
  text-align: center;
}

.indexslider-item__body {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999999;
}

.indexslider-item__body-item:nth-child(1) {
  width: 150px;
  margin-right: 30px;
}

.indexslider-item__body-item:nth-child(2) {
  width: 300px;
  margin-right: 30px;
}

.indexslider-item__body-item:nth-child(3) {
  width: calc(100% - 510px);
}

@media (max-width: 991px) {
  .indexslider-item__body-item:nth-child(2) {
    width: calc(100% - 180px);
    margin-right: 0px;
  }

  .indexslider-item__body-item:nth-child(3) {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .indexslider-item__body-item:nth-child(1) {
    width: 145px;
    margin-right: 0px;
  }

  .indexslider-item__body-item:nth-child(2) {
    width: calc(100% - 145px);
  }
}

.indexslider-item__body-title {
  color: #999999;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
  margin-top: 30px;
}

.indexslider-item__body-title:nth-child(1) {
  margin-top: 0px;
}

.indexslider-item__body-area {
  font-size: 0.875em;
  color: #777777;
  line-height: 1.3;
  margin-top: 5px;
}

.indexslider-item__body-area:nth-child(1) {
  margin-top: 0px;
}

.indexslider-item__body-listbox {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  list-style-type: none;
}

.indexslider-item__body-listitem {
  display: inline-block;
  width: calc(50% - 5px);
  font-size: 0.875em;
  color: #777777;
  line-height: 1.7;
}

.indexslider-item__body-listitem:nth-child(odd) {
  margin-right: 10px;
}

.indexslider-item__body-listitem::before {
  content: "·";
}

@media (max-width: 991px) {
  .indexslider-item__body-listitem {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }

  .indexslider-item__body-listitem:nth-child(3n) {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .indexslider-item__body-listitem {
    width: auto;
    margin-right: 10px !important;
  }
}

.indexslider-item__body-about {
  font-size: 0.875em;
  color: #777777;
  letter-spacing: 0;
  line-height: 1.6;
}

.indexslider-item__body-type-item {
  margin-top: 5px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 0.875em;
}

.indexslider-item__body-type:nth-child(1) {
  margin-top: 0px;
}

.indexslider-item__body-type--forcibly {
  color: #db313e;
}

.indexslider-item__body-type--forcibly::before {
  content: "";
  background-size: 30px 30px;
  background-image: url("../images/icon-forcibly.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 6px;
}

.indexslider-item__body-type--safety {
  color: #f6921e;
}

.indexslider-item__body-type--safety::before {
  content: "";
  background-size: 30px 30px;
  background-image: url("../images/icon-safety.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 6px;
}

.indexslider-item__body-type--ep {
  color: #4bb134;
}

.indexslider-item__body-type--ep::before {
  content: "";
  background-size: 30px 30px;
  background-image: url("../images/icon-ep.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 6px;
}

.indexslider-item__footer {
  padding-top: 30px;
  text-align: center;
}

.indexslider-item__footer-btn {
  letter-spacing: 0.07em;
  background-color: #f6921e;
  color: #fff;
  line-height: 1.05;
  letter-spacing: 0.05em;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 3px;
  transition: ease 0.2s;
}

.indexslider-item__footer-btn:hover {
  opacity: 0.8;
}

.indexintroduce {
  padding-top: 70px;
  padding-bottom: 70px;
}

.indexintroduce-block {
  display: flex;
  width: 100%;
}

.indexintroduce__item {
  width: 50%;
  text-align: center;
  position: relative;
}

.indexintroduce__item:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 116px;
  width: 126px;
  height: 194px;
  background-image: url("../images/index/indexintroducebg.png");
  background-repeat: no-repeat;
  background-size: 392px 194px;
  background-position: 0px 0px;
}

.indexintroduce__item:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  right: -43px;
  bottom: 150px;
  width: 87px;
  height: 194px;
  background-image: url("../images/index/indexintroducebg.png");
  background-repeat: no-repeat;
  background-size: 392px 194px;
  background-position: -126px 0px;
}

.indexintroduce__item:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 169px;
  height: 194px;
  background-image: url("../images/index/indexintroducebg.png");
  background-repeat: no-repeat;
  background-size: 392px 194px;
  background-position: -222px 0px;
}

.indexintroduce__item-title {
  font-size: 1.25em;
  color: #555555;
  font-weight: 400;
  line-height: 1.2;
}

.indexintroduce__item-imgbox {
  padding-top: 25px;
}

.indexintroduce__item-img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.indexintroduce__item-btn {
  max-width: 100%;
  margin-top: -10px;
  position: relative;
  z-index: 1;
  transition: ease 0.2s;
}

.indexintroduce__item-btn:hover {
  opacity: 0.8;
}

@media (max-width: 1199px) {
  .indexintroduce__item:nth-child(1)::before {
    transform: scale(0.5);
  }

  .indexintroduce__item:nth-child(1)::after {
    transform: scale(0.5);
  }

  .indexintroduce__item:nth-child(2)::before {
    transform: scale(0.5);
  }
}

@media (max-width: 991px) {
  .indexintroduce__item:nth-child(1)::before {
    bottom: 46px;
  }

  .indexintroduce__item:nth-child(1)::after {
    bottom: 60px;
  }

  .indexintroduce__item:nth-child(2)::before {
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .indexintroduce-block {
    display: flex;
    flex-direction: column;
  }

  .indexintroduce__item {
    width: 100%;
    padding-top: 40px;
  }

  .indexintroduce__item:nth-child(1) {
    padding-top: 0px;
  }

  .indexintroduce__item:nth-child(1)::before {
    left: 40px;
    bottom: 100px;
    transform: scale(1);
  }

  .indexintroduce__item:nth-child(1)::after {
    right: 0px;
    bottom: 140px;
    transform: scale(1);
  }

  .indexintroduce__item:nth-child(2)::before {
    right: 40px;
    bottom: 80px;
    transform: scale(1);
  }
}

@media (max-width: 575px) {
  .indexintroduce__item:nth-child(1)::before {
    left: 0px;
    bottom: 80px;
    transform: scale(0.7);
  }

  .indexintroduce__item:nth-child(1)::after {
    right: 0px;
    bottom: 100px;
    transform: scale(0.7);
  }

  .indexintroduce__item:nth-child(2)::before {
    right: 0px;
    bottom: 80px;
    transform: scale(0.7);
  }
}

@media (max-width: 479px) {
  .indexintroduce__item:nth-child(1)::before {
    left: -20px;
    bottom: 20px;
    transform: scale(0.5);
  }

  .indexintroduce__item:nth-child(1)::after {
    right: -20px;
    bottom: 50px;
    transform: scale(0.5);
  }

  .indexintroduce__item:nth-child(2)::before {
    right: -20px;
    bottom: 30px;
    transform: scale(0.5);
  }
}

@media (max-width: 374px) {
  .indexintroduce__item:nth-child(1)::after {
    bottom: 30px;
  }

  .indexintroduce__item:nth-child(2)::before {
    right: -60px;
  }
}

.indexparallax__text {
  font-weight: 500;
}

.indexparallax__text-lighter {
  font-weight: 100;
}

.indexabout {
  padding-top: 70px;
  padding-bottom: 70px;
}

.indexabout__head {
  text-align: center;
  padding-left: 85px;
  padding-right: 85px;
}

.indexabout__head-text {
  line-height: 1.5;
}

.indexabout__head-text--orange {
  color: #f6921e;
}

.indexabout__body {
  padding-top: 70px;
  display: flex;
}

.indexabout__body-item:nth-child(1) {
  min-width: 460px;
}

.indexabout__body-item:nth-child(2) {
  padding-left: 20px;
}

.indexabout__body-title {
  font-size: 1.25em;
  color: #555555;
}

.indexabout__body-text {
  padding-top: 25px;
  line-height: 1.6;
}

.indexabout__body-text--orange {
  color: #f6921e;
}

.indexabout__body-stepblock {
  display: inline-flex;
  width: 100%;
  padding-top: 40px;
}

.indexabout__body-stepitem {
  flex: 1;
  text-align: center;
  position: relative;
}

.indexabout__body-stepitem:nth-child(1)::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -198px;
  width: 14px;
  height: 19px;
  position: absolute;
  right: -7px;
  top: 37px;
}

.indexabout__body-stepitem:nth-child(2)::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -198px;
  width: 14px;
  height: 19px;
  position: absolute;
  right: -7px;
  top: 37px;
}

.indexabout__body-stepitem-img img {
  width: 160px;
  max-width: 100%;
}

.indexabout__body-stepitem-title {
  font-size: 0.875em;
  color: #999999;
  padding-top: 20px;
}

.indexabout__body-stepitem-title--orange {
  color: #f6921e;
  font-weight: 700;
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .indexabout__head-text br {
    display: none;
  }

  .indexabout__body-item:nth-child(1) {
    min-width: 320px;
  }

  .indexabout__body-item:nth-child(2) {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .indexabout__head {
    padding-left: 0px;
    padding-right: 0px;
  }

  .indexabout__body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .indexabout__body-item {
    margin-top: 40px;
  }

  .indexabout__body-item:nth-child(1) {
    min-width: auto;
    margin-top: 0px;
  }

  .indexabout__body-item:nth-child(2) {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .indexabout__body-stepitem-img img {
    width: 120px;
  }
}

@media (max-width: 479px) {
  .indexabout__body-stepblock {
    display: flex;
    flex-direction: column;
  }

  .indexabout__body-stepitem {
    margin-top: 40px;
  }

  .indexabout__body-stepitem:nth-child(1) {
    margin-top: 0px;
  }

  .indexabout__body-stepitem:nth-child(1)::before {
    content: "";
    display: block;
    background-size: 150px 755px;
    background-repeat: no-repeat;
    background-image: url("../images/icon.png");
    background-position: -14px -198px;
    width: 19px;
    height: 14px;
    position: absolute;
    right: calc(50% - 9px);
    top: auto;
    bottom: -28px;
  }

  .indexabout__body-stepitem:nth-child(2)::before {
    content: "";
    display: block;
    background-size: 150px 755px;
    background-repeat: no-repeat;
    background-image: url("../images/icon.png");
    background-position: -14px -198px;
    width: 19px;
    height: 14px;
    position: absolute;
    right: calc(50% - 9px);
    top: auto;
    bottom: -28px;
  }

  .indexabout__body-stepitem-img img {
    width: 160px;
  }
}

.collapse__item {
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
  padding-top: 10px;
}

.collapse__head {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  user-select: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.collapse__head-title {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2;
}

.collapse__head--open::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -40px -158px;
  min-width: 40px;
  height: 40px;
}

.collapse__head--colse::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -158px;
  min-width: 40px;
  height: 40px;
}

.collapse__body {
  padding-left: 40px;
}

.collapse__body-text {
  line-height: 1.6;
  color: #999999;
}

.indexgreen {
  background-color: #4bb134;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.indexgreen-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.indexgreen__item {
  position: relative;
}

.indexgreen__item:nth-child(1) {
  padding-right: 40px;
}

.indexgreen__item:nth-child(1)::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -217px;
  width: 25px;
  height: 17px;
  position: absolute;
  right: 0px;
  top: 25px;
}

.indexgreen__item-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125em;
  font-weight: 100;
  line-height: 1.2;
}

.indexgreen__item-title {
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.2;
  margin-top: 10px;
}

.indexgreen__item-btn {
  display: flex;
  justify-content: flex-end;
}

.indexgreen__item-btn a {
  color: #fff;
  font-size: 1.25em;
  font-weight: 100;
  line-height: 1.2;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 12px 24px;
  margin-left: 10px;
  text-align: center;
  transition: ease 0.2s;
}

.indexgreen__item-btn a:hover {
  opacity: 0.8;
}

.indexgreen__item-btn a:first-child {
  margin-left: 0px;
}

@media (max-width: 991px) {
  .indexgreen__item-btn {
    margin-top: 10px;
  }

  .indexgreen__item-btn a {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .indexgreen-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .indexgreen__item {
    margin-top: 10px;
  }

  .indexgreen__item:nth-child(1) {
    text-align: center;
    margin-top: 0px;
    padding-left: 40px;
  }

  .indexgreen__item-btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .indexgreen__item-btn a {
    margin-left: 10px;
  }

  .indexgreen__item-btn a:first-child {
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .indexgreen__item:nth-child(1) {
    padding: 0;
  }

  .indexgreen__item:nth-child(1)::before {
    content: none;
  }

  .indexgreen__item-title {
    font-size: 1.5em;
  }

  .indexgreen__item-btn:first-child {
    margin-top: 0px;
  }
}

.indexcase {
  background-color: #F7F7F7;
  padding-top: 70px;
  padding-bottom: 110px;
}

.indexcase--nopadding {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .indexcase--nopadding {
    padding-bottom: 110px;
  }
}

.indexcase-block {
  margin-right: -15px;
  margin-left: -15px;
}

.indexcase-item {
  position: relative;
  padding-top: 110px;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}

.indexcase-item:hover .indexcase-item__img::before {
  opacity: 1;
}

.indexcase-item:hover .indexcase-item__title {
  color: #f6921e;
}

.indexcase-item:hover .indexcase-item__body {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}

.indexcase-item__img {
  width: 220px;
  height: 220px;
  border: 6px solid #E5E5E5;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: calc(50% - 110px);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexcase-item__img::before {
  content: "詳細內容";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  background-color: #f6921e;
  padding: 10px;
  box-sizing: border-box;
  font-size: 0.75em;
  line-height: 1.2;
  opacity: 0;
  transition: ease 0.2s;
  transition-property: opacity;
}

.indexcase-item__body {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  padding: 125px 20px 25px 20px;
  text-align: center;
  height: 153px;
}

.indexcase-item__title {
  font-size: 1.375em;
  font-weight: 500;
  color: #333333;
  line-height: 1.3em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2.6em;
  transition: ease 0.2s;
  transition-property: color;
}

.indexcase-item__subtitle {
  font-size: 1.125em;
  font-weight: 300;
  color: #777777;
  line-height: 1.2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 1.2em;
  margin-top: 10px;
}

.indexcase-item__text {
  font-size: 0.875em;
  font-weight: 300;
  color: #777777;
  line-height: 1.7em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.4em;
  margin-top: 20px;
}

.indexcase .slick-disabled {
  display: none !important;
}

.indexcase .slick-track {
  display: flex;
}

.indexcase .slick-dots {
  bottom: -45px;
}

.indexcase .slick-dots li button:before {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  width: 12px;
  height: 12px;
  line-height: 15px;
}

.indexcase .slick-dots li.slick-active button:before {
  color: #4bb134;
}

.indexcase.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.indexcase .slick-dots li button {
  width: 12px;
  height: 12px;
}

.indexcase .slick-dots li {
  width: 12px;
  height: 12px;
}

.indexpartner {
  background-color: #F7F7F7;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .indexpartner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.indexpartner-block {
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 1199px) {
  .indexpartner-block {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 479px) {
  .indexpartner-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.indexpartner-item {
  opacity: 0.4;
  filter: grayscale(100%);
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: opacity 0.3s, filter 0.3s;
  -moz-transition: opacity 0.3s, filter 0.3s;
  -ms-transition: opacity 0.3s, filter 0.3s;
  -o-transition: opacity 0.3s, filter 0.3s;
  transition: opacity 0.3s, filter 0.3s;
}

.indexpartner-item__img {
  margin-left: auto;
  margin-right: auto;
  height: 170px;
  width: 170px;
  min-width: 170px;
  display: block;
  border: 6px solid #e5e5e5;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

@media (max-width: 479px) {
  .indexpartner-item__img {
    width: 150px;
    height: 150px;
    min-width: 150px;
  }
}

@media (max-width: 374px) {
  .indexpartner-item__img {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}

.indexpartner-item__img img {
  max-width: 130px;
  max-height: 105px;
}

@media (max-width: 479px) {
  .indexpartner-item__img img {
    max-width: 120px;
    max-height: 85px;
  }
}

@media (max-width: 374px) {
  .indexpartner-item__img img {
    max-width: 90px;
    max-height: 55px;
  }
}

.indexpartner-item:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.indexpartner .slick-disabled {
  display: none !important;
}

.indexpartner .slick-track {
  display: inline-flex;
  align-items: center;
}

.indexpartner .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}

.indexpartner .slick-initialized .slick-slide .indexpartner-item__img {
  border: 6px solid #49AA31;
}

.indexpartner .slick-prev {
  left: -10px;
}

@media (max-width: 479px) {
  .indexpartner .slick-prev {
    left: 0;
  }
}

.indexpartner .slick-next {
  right: -10px;
}

@media (max-width: 479px) {
  .indexpartner .slick-next {
    right: 0;
  }
}

.indexpartner .slick-next,
.indexpartner .slick-prev {
  width: 40px;
  height: 40px;
  z-index: 1;
  font-size: 0;
  transition: ease 0.2s;
  transition-property: opacity;
  background-color: #F08722;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.indexpartner .slick-next:hover,
.indexpartner .slick-prev:hover {
  opacity: 0.8;
}

.indexpartner .slick-prev:before {
  color: transparent;
  opacity: 1;
  background: url("../js/slick/fonts/pre_white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  margin-left: auto;
  margin-right: auto;
}

.indexpartner .slick-next:before {
  color: transparent;
  opacity: 1;
  background-image: url("../js/slick/fonts/next_white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  margin-left: auto;
  margin-right: auto;
}

.indexpartner .slick-next.slick-disabled,
.indexpartner .slick-prev.slick-disabled {
  opacity: 0;
  display: none;
  width: 0;
  height: 0;
}

.indexpartner .slick-next.slick-disabled:before,
.indexpartner .slick-prev.slick-disabled:before {
  display: none;
}

.indexpartner-link {
  border: 1px solid #DDDDDD;
  color: #999999;
  font-size: 0.875em;
  font-weight: 300;
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: ease 0.2s;
  transition-property: background, color, border-color;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .indexpartner-link {
    margin-top: 20px;
  }
}

.indexpartner-link:hover {
  background: #49AA31;
  border-color: #49AA31;
  color: #fff;
}

.new-indexnews {
  padding: 70px 0 0;
}

.new-indexnews * {
  box-sizing: border-box;
}

.new-indexnews .container {
  padding-bottom: 70px;
  border-bottom: 1px solid #ddd;
}

.new-indexnews__bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  border-bottom: 3px solid #4bb134;
}

.new-indexnews__more {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  color: #4bb134;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

@media (max-width: 991px) {
  .new-indexnews__more {
    height: 36px;
    font-size: 14px;
  }
}

.new-indexnews__more:hover {
  opacity: 0.7;
}

.new-indexnews__tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.new-indexnews__tabs-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 300;
  color: #333;
  letter-spacing: 0.05em;
  background-color: #eee;
  border-radius: 10px 10px 0 0;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

@media (max-width: 991px) {
  .new-indexnews__tabs-btn {
    height: 36px;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 6px 6px 0 0;
  }
}

.new-indexnews__tabs-btn:hover {
  background-color: #ddd;
}

.new-indexnews__tabs-btn--active {
  color: #fff;
  background-color: #4bb134;
}

.new-indexnews__tabs-btn--active:hover {
  background-color: #4bb134;
}

.new-indexnews__list {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .new-indexnews__list {
    margin-top: 20px;
  }
}

.new-indexnews__loading {
  width: 100%;
  height: 120px;
  background-image: url("../images/loading.svg");
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
}

.new-indexnews__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: calc(100% + 30px);
  height: 0;
  margin: 0 -15px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .new-indexnews__box {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}

.new-indexnews__box--active {
  height: auto;
}

.new-indexnews__slick {
  width: 100%;
}

.new-indexnews__slick .slick-dots {
  position: static;
  bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.new-indexnews__slick .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 7px;
}

.new-indexnews__slick .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: #ddd;
  border-radius: 7px;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.new-indexnews__slick .slick-dots li button::before {
  content: none;
}

.new-indexnews__slick .slick-dots li button:hover {
  background-color: #ccc;
}

.new-indexnews__slick .slick-dots li.slick-active button {
  background-color: #4bb134;
}

.new-indexnews__slick .slick-dots li.slick-active button:hover {
  background-color: #4bb134;
}

.new-indexnews__slide {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}

.new-indexnews__item {
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .new-indexnews__item {
    width: calc((99.999% - 90px) / 3);
    margin: 0 15px;
  }

  .new-indexnews__item:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .new-indexnews__item {
    width: calc((100% - 20px) / 2);
    margin: 0 5px;
  }

  .new-indexnews__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.new-indexnews__item:nth-child(n+7) {
  display: none;
}

@media (min-width: 992px) {
  .new-indexnews__item:hover .new-indexnews__img {
    transform: scale(1.2);
  }
}

.new-indexnews__img {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

@media (min-width: 992px) {
  .new-indexnews__title {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 25px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
  }

  .new-indexnews__title p {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .new-indexnews__title {
    width: 100%;
    margin-top: 5px;
  }

  .new-indexnews__title p {
    max-height: 2.8em;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
    text-align: center;
    overflow: hidden;
  }
}

.form-wrap {
  background-color: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 70px;
}

.form-block {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
}

.form-left {
  min-height: 400px;
  min-width: 270px;
  width: 270px;
  position: relative;
}

.form-right {
  min-height: 800px;
  width: calc(100% - 270px);
}

.form-nav {
  margin-top: 110px;
  padding-left: 6px;
  position: relative;
}

.form-nav::before {
  content: "";
  display: block;
  width: auto;
  height: 500px;
  position: absolute;
  left: 6px;
  top: 10px;
  border-left: 2px solid #bbbbbb;
}

.form-nav--fixed {
  position: fixed;
  top: 30px;
  min-width: 270px;
}

.form-nav--bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}

.form-nav__title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 25px;
}

.form-nav__title:nth-child(1) {
  margin-top: 0px;
}

.form-nav__title:last-child {
  margin-bottom: 0px;
}

.form-nav__title::before {
  content: "";
  border: 2px solid #bbbbbb;
  width: 10px;
  height: 10px;
  border-radius: 100% 100%;
  display: block;
  position: absolute;
  left: -6px;
  top: 5px;
  background-color: #fff;
}

.form-nav__title p {
  color: #555555;
  font-size: 1.125em;
  margin-left: 10px;
  line-height: 1.2;
}

.form-nav__listitem {
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-left: 34px;
  color: #bbbbbb;
  transition: ease 0s;
}

.form-nav__listitem::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -18px -289px;
  width: 18px;
  height: 20px;
  margin-right: 10px;
}

.form-nav__listitem:nth-child(1) {
  padding-top: 0px;
}

.form-nav__listitem:hover {
  color: #4bb134;
}

.form-nav__listitem:hover::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0 -289px;
  width: 18px;
  height: 20px;
  margin-right: 10px;
}

.form-area {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.form-area:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .form-area {
    padding: 25px 15px;
  }
}

.form-box {
  padding-top: 60px;
}

.form-box:nth-child(1) {
  padding-top: 0px;
}

.form-box-advisory .form-item__check,
.form-box-demand .form-item__check {
  width: 33.33%;
}

.form-box-check .form-item__check {
  width: 100%;
}

.form-head {
  border-bottom: 1px solid #999999;
  padding-bottom: 20px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 60px;
}

.form-head:first-child {
  padding-top: 0px;
}

.form-head__title {
  font-size: 1.25em;
  font-weight: 500;
  color: #333333;
}

.form-head__clear {
  font-size: 0.875em;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0px;
  transition: ease 0.2s;
}

.form-head__clear::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -30px -309px;
  margin-right: 5px;
}

.form-head__clear:hover {
  opacity: 0.8;
}

.form-item {
  padding-top: 30px;
}

.form-item--required {
  color: #f6921e;
  padding-left: 5px;
}

.form-item--active .form-item__input,
.form-item--active .form-item__select,
.form-item--active .form-item__textarea,
.form-item--active .form-item__upload .form-item__upload-label {
  border-color: #ff3f1f;
}

.form-item--active .form-item__msg {
  display: inline-flex;
}

.form-item__msg {
  color: #ff3f1f;
  font-size: 0.875em;
  font-weight: 300;
  padding-top: 15px;
  display: inline-flex;
  display: none;
}

.form-item__msg::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -309px;
  min-width: 16px;
  height: 15px;
  margin-right: 10px;
}

.form-item__input {
  appearance: none;
  width: calc(100% - 22px);
  height: 36px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #999999;
  border: #eeeeee 1px solid;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 0px 10px;
}

.form-item__input::placeholder {
  color: #aaaaaa;
  font-weight: 300;
}

.form-item__label {
  font-weight: 400;
  font-size: 0.875em;
  color: #999999;
  padding-bottom: 12px;
  display: inline-block;
  line-height: 1.2;
}

.form-item--twofield {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.form-item--twofield .form-item__input:nth-child(1) {
  width: calc(100% - 140px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-item--twofield .form-item__input:nth-child(2) {
  width: 130px;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-item__addbox {
  display: inline-flex;
  width: 100%;
}

.form-item__addbox-sm {
  margin-right: 10px;
  width: 160px;
}

.form-item__addbox-md {
  flex: 1;
}

.form-item__selectbox {
  background-color: #f5f5f5;
  position: relative;
}

.form-item__selectbox::before {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 16px;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -18px -309px;
  width: 10px;
  height: 6px;
}

.form-item__select {
  color: #999999;
  font-weight: 300;
  appearance: none;
  width: 100%;
  height: 36px;
  font-size: 1em;
  line-height: 1.5;
  padding: 0px 28px 0px 10px;
  border: #eeeeee 1px solid;
  background-color: transparent;
  border-radius: 3px;
  position: relative;
}

.form-item__select::-ms-expand {
  display: none;
}

.form-item__checkarea {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}

.form-item__checkicon {
  width: 12px;
  height: 12px;
  border-radius: 100% 100%;
  background-color: #4bb134;
  transform: translate(3px, 3px);
  display: none;
}

.form-item__check {
  display: inline-flex;
  margin-top: 15px;
  position: relative;
  width: 25%;
}

.form-item__check:nth-child(1),
.form-item__check:nth-child(2),
.form-item__check:nth-child(3),
.form-item__check:nth-child(4) {
  margin-top: 0px;
}

.form-item__check--checked .form-item__checkicon {
  display: block;
  color: #fff;
}

.form-item__check label {
  position: relative;
  font-weight: normal;
  font-size: 1em;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.form-item__check input[type=checkbox],
.form-item__check input[type=radio] {
  opacity: 0;
  margin-right: 10px;
}

.form-item__check-name {
  border: 1px solid #cccccc;
  width: 18px;
  height: 18px;
  border-radius: 100% 100%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #f5f5f5;
}

.form-item__textarea {
  appearance: none;
  width: calc(100% - 22px);
  height: 36px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #999999;
  border: #eeeeee 1px solid;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 10px 10px;
  height: 160px;
  resize: none;
  overflow: auto;
}

.form-item__textarea::placeholder {
  color: #aaaaaa;
  font-weight: 300;
}

.form-item__pctbox {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.form-item__pctbox-input {
  width: 120px;
}

.form-item__pctbox-text {
  padding-left: 10px;
}

.form-item__munol {
  width: 100%;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-item__munol li {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7;
}

.form-item__munol li:nth-child(n+2) {
  margin-top: 5px;
}

.form-item__radio {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}

.form-item__radio input[type=radio] {
  display: none;
}

.form-item__radio input[type=radio]:checked+label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #4bb134;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
}

.form-item__radio label {
  color: #777777;
  font-size: 1em;
  font-weight: 300;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.form-item__radio label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  background-color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
  background-color: #f5f5f5;
}

.form-item__radio+input {
  margin-top: 10px;
}

.form-item__radiobtn {
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 25%;
}

@media (max-width: 991px) {
  .form-item__radiobtn {
    width: 33.33%;
  }
}

@media (max-width: 479px) {
  .form-item__radiobtn {
    width: 50%;
  }
}

.form-item__radiobtn--full {
  width: 100%;
  margin-top: 15px;
}

.form-item__radiobtn--full input[type=radio]:checked+label::after {
  top: 13px;
}

@media (max-width: 575px) {
  .form-item__radiobtn--full input[type=radio]:checked+label::after {
    top: 4px;
  }
}

.form-item__radiobtn--full input {
  appearance: none;
  width: 300px;
  height: 36px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #999999;
  border: #eeeeee 1px solid;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 0px 10px;
}

@media (max-width: 575px) {
  .form-item__radiobtn--full input {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .form-item__radiobtn--single {
    width: 100%;
    margin-top: 15px;
  }

  .form-item__radiobtn--single:first-child {
    margin-top: 0;
  }
}

.form-item--remind {
  width: 100%;
  margin-top: 10px;
}

.form-item--remind a {
  display: inline-block;
  line-height: 16px;
  cursor: pointer;
}

.form-item--remind a span {
  display: inline-block;
  height: 24px;
  padding: 4px 5px 4px 10px;
  margin-left: -8px;
  font-size: 0.8125em;
  font-weight: 300;
  line-height: 14px;
  color: #4bb134;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: #4bb134 1px solid;
  white-space: nowrap;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.form-item--remind a.tip span {

  height: auto;
  white-space: normal;

}

.form-item--remind a::before {
  content: "?";
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 0.8125em;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #4bb134;
  z-index: 2;
  vertical-align: middle;
}

.form-item__note {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #888;
}

.form-item__note span {
  color: #f6921e;
}

.form-item__upload {
  position: relative;
  width: 100%;
}

.form-item__upload * {
  box-sizing: border-box;
}

.form-item__upload--selected .form-item__upload-empty {
  display: none;
}

.form-item__upload--selected .form-item__upload-label {
  pointer-events: none;
}

.form-item__upload--selected .form-item__upload-label img {
  display: block;
}

.form-item__upload--selected .form-item__upload-btnbox {
  display: flex;
}

.form-item__upload input {
  display: none;
}

.form-item__upload-label {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px;
  margin-top: 10px;
  background-color: #f5f5f5;
  border: #eeeeee 1px solid;
  border-radius: 3px;
  cursor: pointer;
  z-index: 1;
}

.form-item__upload-label img {
  display: none;
  width: 100%;
  max-width: none;
}

.form-item__upload-empty {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 200px;
  background-color: #eee;
  border-radius: 2px;
}

.form-item__upload-empty::before {
  content: "";
  display: block;
  width: 60px;
  height: 55px;
  background-image: url("../images/upload/upload_icon.png");
  background-size: 55px 55px;
  background-position: center right;
  background-repeat: no-repeat;
}

.form-item__upload-empty::after {
  content: "點此上傳圖檔";
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #333;
  text-align: center;
}

.form-item__upload-btnbox {
  position: absolute;
  bottom: 35px;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

.form-item__upload-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 300;
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 15px;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.form-item__upload-btn:nth-child(n+2) {
  margin-left: 10px;
}

.form-item__upload-btn:hover {
  color: #4bb134;
  border-color: #4bb134;
}

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

.form-btn__item {
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.365;
  border-radius: 3px;
  padding: 5px 69px;
  cursor: pointer;
  transition: ease 0.2s;
}

.form-btn__item:hover {
  opacity: 0.8;
}

.form-btn__item-reset {
  border: 1px solid #999999;
  color: #999999;
  background-color: transparent;
  margin-right: 30px;
}

.form-btn__item-submit {
  border: 1px solid #4bb134;
  background-color: #4bb134;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 1199px) {

  .form-box-advisory .form-item__check,
  .form-box-demand .form-item__check {
    width: 50%;
  }

  .form-box-advisory .form-item__check:nth-child(3),
  .form-box-demand .form-item__check:nth-child(3) {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .form-left {
    display: none;
  }

  .form-right {
    width: 100%;
  }

  .form-item__check {
    width: 33.33%;
  }

  .form-item__check:nth-child(4) {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .form-item__addbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .form-item__addbox-sm {
    margin-right: 10px;
    width: auto;
    flex: 1;
  }

  .form-item__addbox-sm:nth-child(2) {
    margin-right: 0px;
  }

  .form-item__addbox-md {
    flex: none;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {

  .form-box-advisory .form-item__check,
  .form-box-demand .form-item__check {
    width: 100%;
  }

  .form-box-advisory .form-item__check:nth-child(2),
  .form-box-demand .form-item__check:nth-child(2) {
    margin-top: 20px;
  }

  .form-btn {
    display: inline-flex;
    width: 100%;
  }

  .form-btn__item {
    padding: 5px 10px;
    flex: 1;
    font-size: 1.125em;
  }
}

@media (max-width: 479px) {
  .form-item__check {
    width: 100%;
  }

  .form-item__check:nth-child(2),
  .form-item__check:nth-child(3) {
    margin-top: 15px;
  }
}

.new-form__title {
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
}

.new-form__text {
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: #777;
}

.new-form__text a {
  display: inline;
  color: #f6921e;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.new-form__text a:hover {
  opacity: 0.7;
}

.form-success {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  padding: 80px;
  display: inline-flex;
  justify-content: flex-start;
}

.form-success-block {
  display: flex;
  justify-content: center;
}

.form-success__icon {
  min-width: 180px;
  width: 180px;
}

.form-success__icon img {
  max-width: 100%;
}

.form-success__item {
  padding-left: 80px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 420px;
}

.form-success__item-title {
  font-size: 1.75em;
  color: #333333;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.form-success__item-title--green {
  color: #4bb134;
}

.form-success__item-title::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -109px;
  width: 44px;
  height: 50px;
  position: absolute;
  bottom: 5px;
  left: -54px;
}

.form-success__item-text {
  padding-top: 20px;
  color: #555555;
  font-size: 0.875em;
  font-weight: 100;
  line-height: 1.7;
  position: relative;
}

.form-success__item-text::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -44px -109px;
  width: 44px;
  height: 50px;
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.form-success__item-text a {
  display: inline-block;
  -ms-word-break: break-all;
  word-break: break-all;
  text-decoration: underline;
  color: #f6921e;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.form-success__item-text a:hover {
  opacity: 0.8;
}

.form-success__item-text a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 3px;
  background-image: url("../images/04_icon2-01.png");
}

.form-success__item-btn {
  padding-top: 20px;
}

.form-success__item-link {
  border-radius: 3px;
  padding: 11px 26px;
  font-size: 1em;
  display: inline-block;
  transition: ease 0.2s;
}

.form-success__item-link:hover {
  opacity: 0.8;
}

.form-success__item-link-return {
  border: 1px solid #999999;
  color: #999999;
  margin-right: 15px;
}

.form-success__item-link-view {
  border: 1px solid #faaf3b;
  background-color: #faaf3b;
  color: #fff;
}

@media (max-width: 991px) {
  .form-success {
    padding: 60px;
  }

  .form-success__icon {
    min-width: 120px;
  }

  .form-success__item {
    width: auto;
  }

  .form-success__item-text::before {
    right: -40px;
  }
}

@media (max-width: 767px) {
  .form-success {
    flex-wrap: wrap;
  }

  .form-success__icon {
    width: 100%;
    text-align: center;
  }

  .form-success__icon img {
    width: 150px;
  }

  .form-success__item {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
  }

  .form-success__item-title::before {
    left: -20px;
  }
}

@media (max-width: 575px) {
  .form-success__icon img {
    width: 120px;
  }

  .form-success__item {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .form-success__item-title::before {
    left: -40px;
    bottom: 10px;
  }

  .form-success__item-title--green {
    display: block;
  }
}

@media (max-width: 479px) {
  .form-success {
    padding: 40px;
  }

  .form-success__item-title::before {
    left: -20px;
    bottom: 10px;
  }

  .form-success__item-text::before {
    right: -30px;
    bottom: -20px;
  }

  .form-success__item-btn {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 40px;
  }

  .form-success__item-link {
    flex: 1;
  }

  .form-success__item-link-return {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 374px) {
  .form-success {
    padding: 20px;
  }

  .form-success__item-title::before {
    left: -10px;
    bottom: 30px;
  }

  .form-success__item-text::before {
    right: -10px;
    bottom: -30px;
  }
}

.contact-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact-block {
  padding-top: 40px;
  display: flex;
  width: 100%;
}

.contact-left {
  min-width: 260px;
}

.contact-left__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
  padding-bottom: 0;
}

.contact-left__head-title {
  font-size: 1.75em;
  font-weight: 500;
  color: #333333;
  font-size: 1.25em;
  line-height: 50px;
}

.contact-left__body {
  padding-top: 15px;
}

.contact-left__body-item {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}

.contact-left__body-item:nth-child(1) {
  margin-top: 0px;
}

.contact-left__body-img {
  width: 40px;
  height: 40px;
  margin-top: 6px;
  flex-shrink: 0;
}

.contact-left__body-img--principal {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -330px;
}

.contact-left__body-img--tel {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -40px -330px;
}

.contact-left__body-img--email {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -370px;
}

.contact-left__body-content {
  padding-left: 10px;
}

.contact-left__body-content-title {
  color: #999999;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.9;
}

.contact-left__body-content-text {
  color: #4bb134;
  line-height: 1.6;
}

.contact-right {
  width: calc(100% - 260px);
  margin-left: 30px;
}

.contact-right__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}

.contact-right__head-title {
  font-size: 1.75em;
  font-weight: 500;
  color: #333333;
}

.contact-right__body {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 15px;
}

.contact-right__body-row:nth-child(1) {
  width: 310px;
}

.contact-right__body-row:nth-child(2) {
  width: calc(100% - 310px);
  padding-left: 20px;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .contact-right__body-row:nth-child(2) {
    width: calc(100% - 240px);
  }
}

@media (max-width: 767px) {
  .contact-right__body-row:nth-child(2) {
    width: 55%;
  }
}

@media (max-width: 575px) {
  .contact-right__body-row:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.contact-right__body-item {
  margin-top: 20px;
}

.contact-right__body-item:nth-child(1) {
  margin-top: 0px;
}

.contact-right__body-item--active .contact__msg {
  display: inline-flex;
}

.contact-right__body-item--active .contact__input,
.contact-right__body-item--active .contact__textarea,
.contact-right__body-item--active .contact__select {
  border-color: #ff3f1f;
}

.contact-right__body-item--twofield {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.contact-right__body-item--twofield .contact__input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-right__body-item--twofield .contact__input::placeholder {
  color: #aaaaaa;
  font-weight: 300;
}

.contact-right__body-item--twofield .contact__input:nth-child(1) {
  width: calc(100% - 90px);
}

.contact-right__body-item--twofield .contact__input:nth-child(2) {
  width: 80px;
  margin-left: 10px;
}

.contact-right__btn {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.contact-right__btn-link {
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.365;
  border-radius: 3px;
  padding: 5px 59px;
  cursor: pointer;
  transition: ease 0.2s;
}

.contact-right__btn-link:hover {
  opacity: 0.8;
}

.contact-right__btn-reset {
  border: 1px solid #999999;
  color: #999999;
  background-color: transparent;
  margin-right: 30px;
}

.contact-right__btn-submit {
  border: 1px solid #4bb134;
  background-color: #4bb134;
  font-weight: 400;
  color: #fff;
}

.contact__lable {
  font-size: 0.875em;
  font-weight: 400;
  color: #999999;
  display: inline-flex;
  padding-bottom: 12px;
}

.contact__lable--name::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -410px;
  margin-right: 8px;
}

.contact__lable--email::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -15px -410px;
  margin-right: 8px;
}

.contact__lable--tel::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -30px -410px;
  margin-right: 8px;
}

.contact__lable--content::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -45px -410px;
  margin-right: 8px;
}

.contact__lable--issue::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/contact-icon-mark.png");
  background-position: center center;
  margin-right: 8px;
}

.contact__lable--question::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/contact-icon-question.png");
  background-position: center center;
  margin-right: 8px;
}

.contact__lable--company::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/contact-icon-company.png");
  background-position: center center;
  margin-right: 8px;
}

.contact__lable--area::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images//contact/new_contact_icon-01.png");
  background-position: center center;
  margin-right: 8px;
}

.contact__lable--category::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images//contact/new_contact_icon-02.png");
  background-position: center center;
  margin-right: 8px;
}

.contact__lable--country::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images//contact/new_contact_icon-03.png");
  background-position: center center;
  margin-right: 8px;
}

.contact__lable--product::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images//contact/new_contact_icon-04.png");
  background-position: center center;
  margin-right: 8px;
}

.contact__input {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #999999;
  background-color: #f5f5f5;
  border: #eeeeee 1px solid;
  border-radius: 3px;
  appearance: none;
  box-sizing: border-box;
}

.contact__select {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #999999;
  background-color: #f5f5f5;
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 14px) 50%, calc(100% - 10px) 50%;
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
  border: #eeeeee 1px solid;
  border-radius: 3px;
  appearance: none;
  box-sizing: border-box;
}

.contact__textarea {
  width: 100%;
  height: 135px;
  padding: 10px 10px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #999999;
  background-color: #f5f5f5;
  border: #eeeeee 1px solid;
  border-radius: 3px;
  appearance: none;
  box-sizing: border-box;
  resize: none;
  overflow: auto;
}

@media (max-width: 575px) {
  .contact__textarea {
    height: 150px;
  }
}

.contact__textarea::placeholder {
  color: #aaaaaa;
  font-weight: 300;
}

.contact__textarea-short {
  height: 300px;
}

.contact__msg {
  color: #ff3f1f;
  font-size: 0.875em;
  padding-top: 15px;
  display: inline-flex;
  display: none;
}

.contact__msg::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -309px;
  min-width: 15px;
  height: 15px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .contact-left {
    min-width: 180px;
  }

  .contact-right {
    width: calc(100% - 180px);
  }

  .contact-right__body-row:nth-child(1) {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .contact-block {
    flex-wrap: wrap;
  }

  .contact-left {
    min-width: 100%;
  }

  .contact-left__body {
    display: inline-flex;
    width: 100%;
    padding-bottom: 40px;
  }

  .contact-left__body-item {
    margin-top: 0px;
    width: 33.33%;
  }

  .contact-right {
    width: 100%;
    margin-left: 0px;
  }

  .contact-right__body-row:nth-child(1) {
    width: 45%;
  }
}

@media (max-width: 575px) {
  .contact-left__body {
    display: flex;
    flex-wrap: wrap;
  }

  .contact-left__body-item {
    width: 100%;
    margin-top: 20px;
  }

  .contact-right {
    width: 100%;
    margin-left: 0px;
  }

  .contact-right__body {
    display: flex;
    flex-wrap: wrap;
  }

  .contact-right__body-row {
    padding-top: 20px;
  }

  .contact-right__body-row:nth-child(1) {
    width: 100%;
    padding-top: 0px;
  }

  .contact-right__body-row:nth-child(2) {
    margin-left: 0px;
  }

  .contact-right__btn {
    display: inline-flex;
    width: 100%;
  }

  .contact-right__btn-link {
    flex: 1;
    font-size: 1.125em;
    padding: 5px 10px;
  }
}

.contact__tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}

.contact__tab {
  position: relative;
  display: block;
  color: #aaa;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  padding: 0 0 0 15px;
  background-color: #ddd;
  border-top-left-radius: 5px;
}

.contact__tab::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 40px;
  height: 50px;
  background-image: url(/lazyweb/web/images/contact_tri.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact__tab:nth-child(n+2) {
  margin-left: 30px;
}

.contact__tab--active {
  color: #fff;
  background-color: #f6921e;
  z-index: 1;
}

.contact__tab--active::after {
  background-image: url(/lazyweb/web/images/contact_tri-active.png);
}

.contact_form-content {
  display: none;
}

.contact_form-content--open {
  display: flex;
  padding-top: 20px;
}

.new-contact {
  flex-wrap: wrap;
}

.new-contact__block {
  width: 100%;
}

.new-contact__block:nth-child(n+2) {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px dashed #ddd;
}

.new-contact__title {
  width: 100%;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #777;
}

.new-contact__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}

.new-contact .contact-right__body-item {
  width: calc((100% - 20px) / 2);
}

@media (min-width: 992px) {
  .new-contact .contact-right__body-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .new-contact .contact-right__body-item {
    width: 100%;
  }
}

.new-contact .contact-right__body-item--full {
  width: 100%;
}

.search {
  padding-top: 40px;
  padding-bottom: 70px;
}

.search-block {
  display: flex;
  flex-wrap: wrap;
}

.search-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 25%;
}

.search-item:nth-child(n+5) {
  margin-top: 40px;
}

.search-item .new-certificate__window {
  top: 135px;
  left: calc(50% - 25px);
}

.search-item .new-certificate__window::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #4bb134 transparent;
}

@media (min-width: 992px) {
  .search-item--active .search-box__more {
    opacity: 1;
    visibility: visible;
    animation: zoomIn 0.3s ease;
  }

  .search-item--active .search-box__overlay {
    opacity: 1;
  }

  .search-item--active .search-box__readmore {
    opacity: 1;
  }

  .search-item--active .new-certificate__window {
    display: block;
  }
}

@media (min-width: 992px) {
  .search-item--bottom .new-certificate__window {
    top: auto;
    bottom: calc(100% - 85px);
  }

  .search-item--bottom .new-certificate__window::before {
    top: 100%;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #4bb134 transparent transparent transparent;
  }
}

@media (min-width: 992px) {
  .search-item--right .new-certificate__window {
    left: auto;
    right: calc(50% - 25px);
  }

  .search-item--right .new-certificate__window::before {
    left: auto;
    right: 20px;
  }
}

.search-pages {
  padding-top: 40px;
  width: 100%;
}

.search-box {
  position: relative;
  display: block;
  width: 220px;
  background-color: #fff;
  border-radius: 100% 100%;
  z-index: 1;
}

.search-box::after {
  content: "";
  display: block;
  border: 6px solid #e5e5e5;
  border-radius: 100% 100%;
  width: 208px;
  height: 208px;
  position: absolute;
  left: 0;
  top: 0;
}

.search-box__img {
  width: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.search-box__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.search-box__more {
  position: absolute;
  right: 15px;
  top: 167px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.search-box__more-link {
  background-color: #f6921e;
  width: 40px;
  height: 40px;
  border-radius: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-box__more-link::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -59px;
  width: 20px;
  height: 20px;
}

.search-box__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 208px;
  height: 208px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.3s;
  opacity: 0;
}

.search-box__readmore {
  color: #fff;
  transition: ease 0.45s;
  opacity: 0;
  font-size: 1.25em;
  user-select: none;
}

.search-text {
  font-size: 1.25em;
  color: #333333;
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 1199px) {
  .search-item {
    width: 33.33%;
  }

  .search-item:nth-child(4) {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .search-item {
    width: 50%;
  }

  .search-item:nth-child(3) {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .search-item {
    width: 100%;
  }

  .search-item:nth-child(2) {
    margin-top: 40px;
  }
}

.search__top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #999;
}

@media (max-width: 991px) {
  .search__top {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.search__top-titlebox {
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .search__top-titlebox {
    margin-bottom: 10px;
  }
}

.search__top-titlebox img {
  margin-bottom: 20px;
}

.search__top-titlebox h3 {
  color: #222;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .search__top-titlebox h3 {
    font-size: 34px;
  }
}

.search__top-titlebox h4 {
  color: #fc8200;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.search__top-text {
  color: #777;
  font-size: 16px;
  line-height: 1.6875;
}

.search__top .analyst__box {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .search__top .analyst__box {
    margin-top: 15px;
  }
}

.analyst {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 24px;
  padding: 0 5px 0 18px;
  margin-left: 13px;
  border: 1px solid #333;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}

@media (max-width: 767px) {
  .analyst {
    font-size: 0.875em;
  }
}

.analyst::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -13px;
  width: 26px;
  height: 26px;
  background-color: #333;
  background-image: url(/lazyweb/web/images/question_icon.png);
  background-size: 10px 16px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: background-color 0.4s;
}

.analyst:hover {
  color: #fff;
  background-color: #333;
}

.analyst__CKeditor {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 238px);
}

.analyst__box {
  text-align: center;
}

.analyst__lightbox {
  max-width: 900px;
  width: 100%;
  text-align: center;
  padding: 35px 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

@media (max-width: 575px) {
  .analyst__lightbox {
    padding: 20px 15px;
  }
}

.analyst__lightbox img {
  height: 40px;
  margin-bottom: 13px;
}

.analyst__lightbox h3 {
  color: #333;
  font-size: 1.25em;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
  line-height: 1.2;
}

.analyst__lightbox p {
  color: #777;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6875;
  text-align: left;
}

.page__box {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.page__item {
  list-style-type: none;
  padding-left: 8px;
  padding-right: 8px;
  transition: ease 0.2s;
}

.page__item--active .page__item-link,
.page__item:hover .page__item-link {
  background-color: #4bb134;
  color: #fff;
  border-radius: 3px;
}

.page__item:hover .page__item-icon--prev {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -20px -485px;
}

.page__item:hover .page__item-icon--next {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -30px -485px;
}

.page__item-link {
  color: #999999;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 25px;
  transition: ease 0.2s;
}

.page__item-icon {
  width: 10px;
  height: 10px;
  display: block;
}

.page__item-icon--prev {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -485px;
}

.page__item-icon--next {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -10px -485px;
}

.list-block {
  padding-top: 70px;
  padding-bottom: 70px;
}

.list-head__listbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.list-head__listitem {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.list-head__listitem::after {
  content: "／";
  display: block;
  color: #999999;
  margin-left: 20px;
  margin-right: 20px;
}

.list-head__listitem:last-child::after {
  display: none;
}

.list-head__listitem--forcibly {
  color: #db313e;
}

.list-head__listitem--forcibly::before {
  content: "";
  background-size: 30px 30px;
  background-image: url("../images/icon-forcibly.png");
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 6px;
}

.list-head__listitem--safety {
  color: #f6921e;
}

.list-head__listitem--safety::before {
  content: "";
  background-size: 30px 30px;
  background-image: url("../images/icon-safety.png");
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 6px;
}

.list-head__listitem--ep {
  color: #4bb134;
}

.list-head__listitem--ep::before {
  content: "";
  background-size: 30px 30px;
  background-image: url("../images/icon-ep.png");
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 6px;
}

.list-btn {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.list-btn__link {
  display: block;
  background-color: #f6921e;
  color: #fff;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 9px 20px;
  line-height: 1.7;
  border-radius: 3px;
  transition: ease 0.2s;
}

.list-btn__link:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .list-head__listitem::after {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 575px) {
  .list-head__listbox {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .list-head__listitem {
    margin-top: 10px;
  }

  .list-head__listitem::after {
    display: none;
  }

  .list-head__listitem:first-child {
    margin-top: 0px;
  }
}

.listcollapse-icon {
  min-width: 36px;
  min-height: 36px;
  border: 2px solid #e5e5e5;
  border-radius: 100% 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .listcollapse-icon {
    min-width: 30px;
    min-height: 30px;
  }

  .listcollapse-icon img {
    height: 24px;
  }
}

.listcollapse-icon img {
  height: 30px;
}

.listcollapse__item {
  padding-top: 60px;
}

.listcollapse__head {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  user-select: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
}

.listcollapse__head-title {
  font-size: 1.75em;
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .listcollapse__head-title {
    font-size: 1.2em;
  }
}

.listcollapse__head-titlebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .listcollapse__head-titlebox {
    padding: 0 5px;
  }
}

.listcollapse__head-titlebox .analyst {
  margin-left: 18px;
  color: #aaa;
  border-color: #aaa;
}

@media (max-width: 575px) {
  .listcollapse__head-titlebox .analyst {
    width: 26px;
    padding: 0;
    margin-left: 5px;
    font-size: 0px;
    border: none;
  }
}

.listcollapse__head-titlebox .analyst::before {
  background-color: #aaa;
}

@media (max-width: 575px) {
  .listcollapse__head-titlebox .analyst::before {
    left: 0;
  }
}

.listcollapse__head-titlebox .analyst:hover {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.listcollapse__head-titlebox .analyst:hover::before {
  background-color: #333;
}

.listcollapse__head--open::after {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -90px 0px;
  min-width: 53px;
  height: 20px;
}

.listcollapse__head--close::after {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -90px -20px;
  min-width: 53px;
  height: 20px;
}

.listcollapse__body {
  padding-top: 20px;
}

.listcollapse__body-title {
  font-size: 1.125em;
  font-weight: 500;
  color: #4bb134;
  line-height: 1.2;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .listcollapse__body-title {
    font-size: 1em;
  }
}

.listcollapse__body-title span {
  font-weight: 400;
  color: #777;
}

.listcollapse__body-title:nth-child(1) {
  padding-top: 0px;
}

.listcollapse-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  margin: 10px -5px -5px -5px;
}

.listcollapse-box__item {
  position: relative;
  margin: 5px;
}

.listcollapse-box__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #4bb134 transparent;
  transform: translateX(-50%);
  z-index: 2;
}

@media (min-width: 992px) {
  .listcollapse-box__item--bottom::before {
    top: 0;
    bottom: auto;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #4bb134 transparent transparent transparent;
  }

  .listcollapse-box__item--bottom .new-certificate__window {
    top: auto;
    bottom: 100%;
  }
}

@media (min-width: 992px) {
  .listcollapse-box__item--right .new-certificate__window {
    left: auto;
    right: 0;
  }
}

@media (min-width: 992px) {
  .listcollapse-box__item--active::before {
    display: block;
  }

  .listcollapse-box__item--active .listcollapse-box__link {
    background-color: #eeeeee;
  }

  .listcollapse-box__item--active .new-certificate__window {
    display: block;
  }
}

.listcollapse-box__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 9px 15px;
  height: 100%;
  box-sizing: border-box;
  transition: ease 0.2s;
  z-index: 1;
}

.listcollapse-box__link-imgbox {
  margin-bottom: 5px;
}

.listcollapse-box__link-imgbox:empty {
  margin-bottom: 0;
}

.listcollapse-box__link-imgbox img {
  width: 20px;
  padding-left: 5px;
}

.listcollapse-box__link-imgbox img:nth-child(1) {
  padding-left: 0px;
}

.listcollapse-box__link-text {
  color: #777777;
  font-size: 1em;
  line-height: 1.3;
}

@media (max-width: 575px) {
  .listcollapse-box__item {
    width: calc(33.333% - 10px);
  }
}

@media (max-width: 479px) {
  .listcollapse-box__item {
    width: calc(50% - 10px);
  }
}

.listall {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px;
}

.listall__item {
  height: 70px;
  width: calc(20% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 1.125em;
  border: 1px solid #eeeeee;
  background-color: #f5f5f5;
  font-weight: 400;
  line-height: 1.35;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 5px;
  text-align: center;
  transition: ease 0.2s;
}

.listall__item:hover {
  color: #f6921e;
}

@media (max-width: 991px) {
  .listall {
    height: 470px;
    overflow-y: auto;
  }

  .listall__item {
    width: calc(33.333% - 10px);
  }
}

@media (max-width: 575px) {
  .listall__item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 479px) {
  .listall__item {
    font-size: 1em;
  }
}

.lity-lightbox-style {
  overflow: auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  width: 960px;
  max-width: 100%;
  border-radius: 6px;
}

.list-btn--fixed {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 125px;
  font-size: 0.75em;
  cursor: pointer;
  z-index: 999;
  background: #f6921e;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
}

.list-btn--fixed::before {
  content: "";
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -90px -40px;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  margin-top: 8px;
}

@media (max-width: 479px) {
  .list-btn--fixed {
    right: 10px;
    bottom: 85px;
  }
}

.list-btn--fixed:hover {
  background: #777777;
  transition: ease 0.2s;
}

.new-certificate__window {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 500px;
  padding: 25px;
  background-color: #fff;
  border: 2px solid #4bb134;
  z-index: 2;
}

.new-certificate__window * {
  box-sizing: border-box;
}

.new-certificate__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}

.new-certificate__img {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid #eee;
  border-radius: 50%;
}

.new-certificate__detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: calc(100% - 125px);
  padding-top: 6px;
}

.new-certificate__name {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}

.new-certificate__english {
  width: 100%;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  color: #999;
}

.new-certificate__list {
  position: relative;
  padding-left: 40px;
  margin-top: 15px;
}

.new-certificate__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.new-certificate__list--area {
  width: calc(100% - 180px);
}

.new-certificate__list--area::before {
  background-image: url("../images/04_icon-02.png");
}

.new-certificate__list--type {
  width: 165px;
}

.new-certificate__list--type::before {
  background-image: url("../images/04_icon-01.png");
}

.new-certificate__list p:nth-child(1) {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #999;
}

.new-certificate__list p:nth-child(2) {
  width: 100%;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #777;
}

.new-certificate__description {
  width: 100%;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #ddd;
}

.new-certificate__description>p:nth-child(1) {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #999;
}

.new-certificate__description-text {
  width: 100%;
  max-height: 5.1em;
  margin-top: 10px;
  overflow: hidden;
}

.new-certificate__description-text * {
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.industry {
  padding-top: 40px;
  padding-bottom: 70px;
}

.industry-head {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}

.industry-head__title {
  color: #333333;
  font-size: 1.75em;
  font-weight: 500;
}

.industry-head__return {
  font-size: 0.875em;
  display: flex;
  align-items: center;
  color: #777777;
  line-height: 1.9;
  min-width: 110px;
  transition: ease 0.2s;
}

.industry-head__return::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -70px 0px;
  margin-right: 5px;
}

.industry-head__return:hover {
  opacity: 0.8;
}

.industry-block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.industry-item {
  width: 20%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.industry-item:nth-child(1),
.industry-item:nth-child(2),
.industry-item:nth-child(3),
.industry-item:nth-child(4),
.industry-item:nth-child(5) {
  margin-top: 0px;
}

.industry-box {
  width: 180px;
  height: 180px;
  position: relative;
  border-radius: 100% 100%;
  background-color: #fff;
  display: block;
}

.industry-box::after {
  content: "";
  display: block;
  border: 6px solid #e5e5e5;
  border-radius: 100% 100%;
  width: 168px;
  height: 168px;
  position: absolute;
  left: 0;
  top: 0;
}

.industry-box:hover .industry-box__more {
  opacity: 1;
  visibility: visible;
  animation: zoomIn 0.3s ease;
}

.industry-box:hover .industry-box__overlay {
  opacity: 1;
}

.industry-box:hover .industry-box__readmore {
  opacity: 1;
}

.industry-box__img {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100% 100%;
}

.industry-box__img img {
  max-width: 150px;
  max-height: 150px;
}

.industry-box__more {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.industry-box__more-link {
  background-color: #f6921e;
  width: 40px;
  height: 40px;
  border-radius: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.industry-box__more-link::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -59px;
  width: 20px;
  height: 20px;
}

.industry-text {
  font-size: 1.25em;
  color: #999999;
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 1199px) {
  .industry-item {
    width: 25%;
  }

  .industry-item:nth-child(5) {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .industry-item {
    width: 33.333%;
  }

  .industry-item:nth-child(4) {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .industry-item {
    width: 50%;
  }

  .industry-item:nth-child(3) {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .industry-item {
    width: 100%;
  }

  .industry-item:nth-child(2) {
    margin-top: 40px;
  }
}

.industryinside {
  padding-top: 40px;
  padding-bottom: 70px;
}

.industryinside-block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.industryinside-head {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}

.industryinside-head__title {
  color: #333333;
  font-size: 1.75em;
  font-weight: 500;
}

.industryinside-head__return {
  font-size: 0.875em;
  display: flex;
  align-items: center;
  color: #777777;
  line-height: 1.9;
  min-width: 110px;
  transition: ease 0.2s;
}

.industryinside-head__return::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -70px 0px;
  margin-right: 5px;
}

.industryinside-head__return:hover {
  opacity: 0.8;
}

.industryinside-item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.industryinside-item:nth-child(n+5) {
  margin-top: 40px;
}

.industryinside-item .new-certificate__window {
  top: 135px;
  left: calc(50% - 25px);
}

.industryinside-item .new-certificate__window::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #4bb134 transparent;
}

@media (min-width: 992px) {
  .industryinside-item--active .industryinside-box__more {
    opacity: 1;
    visibility: visible;
    animation: zoomIn 0.3s ease;
  }

  .industryinside-item--active .industryinside-box__overlay {
    opacity: 1;
  }

  .industryinside-item--active .industryinside-box__readmore {
    opacity: 1;
  }

  .industryinside-item--active .new-certificate__window {
    display: block;
  }
}

@media (min-width: 992px) {
  .industryinside-item--bottom .new-certificate__window {
    top: auto;
    bottom: calc(100% - 85px);
  }

  .industryinside-item--bottom .new-certificate__window::before {
    top: 100%;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #4bb134 transparent transparent transparent;
  }
}

@media (min-width: 992px) {
  .industryinside-item--right .new-certificate__window {
    left: auto;
    right: calc(50% - 25px);
  }

  .industryinside-item--right .new-certificate__window::before {
    left: auto;
    right: 20px;
  }
}

.industryinside-pages {
  padding-top: 40px;
  width: 100%;
}

.industryinside-box {
  position: relative;
  display: block;
  width: 220px;
  background-color: #fff;
  border-radius: 100% 100%;
  z-index: 1;
}

.industryinside-box::after {
  content: "";
  display: block;
  border: 6px solid #e5e5e5;
  border-radius: 100% 100%;
  width: 208px;
  height: 208px;
  position: absolute;
  left: 0;
  top: 0;
}

.industryinside-box__img {
  width: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.industryinside-box__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.industryinside-box__more {
  position: absolute;
  right: 15px;
  top: 167px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.industryinside-box__more-link {
  background-color: #f6921e;
  width: 40px;
  height: 40px;
  border-radius: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.industryinside-box__more-link::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -59px;
  width: 20px;
  height: 20px;
}

.industryinside-box__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 208px;
  height: 208px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.3s;
  opacity: 0;
}

.industryinside-box__readmore {
  color: #fff;
  transition: ease 0.45s;
  opacity: 0;
  font-size: 1.25em;
  user-select: none;
}

.industryinside-text {
  font-size: 1.25em;
  color: #333333;
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 1199px) {
  .industryinside-item {
    width: 33.33%;
  }

  .industryinside-item:nth-child(4) {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .industryinside-item {
    width: 50%;
  }

  .industryinside-item:nth-child(3) {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .industryinside-item {
    width: 100%;
  }

  .industryinside-item:nth-child(2) {
    margin-top: 40px;
  }
}

.page__box {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.page__item {
  list-style-type: none;
  padding-left: 8px;
  padding-right: 8px;
  transition: ease 0.2s;
}

.page__item--active .page__item-link,
.page__item:hover .page__item-link {
  background-color: #4bb134;
  color: #fff;
  border-radius: 3px;
}

.page__item:hover .page__item-icon--prev {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -20px -485px;
}

.page__item:hover .page__item-icon--next {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -30px -485px;
}

.page__item-link {
  color: #999999;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.2s;
}

.page__item-icon {
  width: 10px;
  height: 10px;
  display: block;
}

.page__item-icon--prev {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -485px;
}

.page__item-icon--next {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -10px -485px;
}

.news {
  padding-top: 70px;
  padding-bottom: 70px;
}

.news-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.news-item {
  width: calc(50% - 30px);
  display: inline-flex;
  align-items: center;
  margin-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
}

.news-item:nth-child(1),
.news-item:nth-child(2) {
  margin-top: 0px;
}

.news-pages {
  padding-top: 40px;
  width: 100%;
}

.news-box {
  min-width: 220px;
  width: 220px;
  height: 220px;
  position: relative;
  border-radius: 100% 100%;
  background-color: #fff;
  display: block;
}

.news-box::after {
  content: "";
  display: block;
  border: 6px solid #e5e5e5;
  border-radius: 100% 100%;
  width: 208px;
  height: 208px;
  position: absolute;
  left: 0;
  top: 0;
}

.news-box:hover .news-box__more {
  opacity: 1;
  visibility: visible;
  animation: zoomIn 0.3s ease;
}

.news-box__img {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100% 100%;
}

.news-box__img img {
  max-width: 220px;
  max-height: 220px;
}

.news-box__more {
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.news-box__more-link {
  background-color: #f6921e;
  width: 50px;
  height: 50px;
  border-radius: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 0.75em;
}

.news-box__more-link::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -90px -64px;
  width: 31px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.news-content {
  padding-left: 20px;
}

.news-content__title {
  display: block;
}

.news-content__title h3 {
  font-size: 1.25em;
  color: #333333;
  font-weight: 500;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  max-height: 2.8em;
  transition: ease 0.2s;
}

.news-content__title h3:hover {
  color: #f6921e;
}

.news-content__date {
  padding-top: 15px;
}

.news-content__date p {
  font-weight: 100;
  color: #999999;
}

.news-content__text {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #999999;
}

.news-content__text p {
  color: #999999;
  font-size: 0.875em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7;
  max-height: 6.8em;
}

@media (max-width: 991px) {
  .news-block {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }

  .news-item {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .news-item:nth-child(2) {
    margin-top: 70px;
  }
}

@media (max-width: 575px) {
  .news-block {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }

  .news-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .news-item:nth-child(2) {
    margin-top: 70px;
  }

  .news-content {
    padding-left: 0px;
    padding-top: 20px;
  }
}

.news-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  width: calc(100% + 14px);
  margin: 0 -7px 30px;
}

.news-category__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin: 0 7px 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
  color: #333;
  background-color: #eee;
  border-radius: 5px;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

@media (max-width: 991px) {
  .news-category__btn {
    padding: 6px 15px;
    font-size: 16px;
  }
}

.news-category__btn:hover {
  background-color: #ddd;
}

.news-category__btn--active {
  color: #fff;
  background-color: #4bb134;
}

.news-category__btn--active:hover {
  background-color: #4bb134;
}

.newsinside {
  padding-top: 70px;
  padding-bottom: 70px;
}

.newsinside--sm {
  font-size: 0.8em;
}

.newsinside--lg {
  font-size: 1.2em;
}

.newsinside-block {
  display: flex;
  flex-wrap: wrap;
}

.newsinside-item {
  width: 100%;
  display: inline-flex;
  margin-top: 70px;
}

.newsinside-item:nth-child(1),
.newsinside-item:nth-child(2) {
  margin-top: 0px;
}

.newsinside-pages {
  padding-top: 40px;
  width: 100%;
}

.newsinside-box {
  width: 300px;
  min-width: 300px;
  height: 300px;
  position: relative;
  border-radius: 100% 100%;
  background-color: #fff;
  display: block;
}

.newsinside-box::after {
  content: "";
  display: block;
  border: 9px solid #e5e5e5;
  border-radius: 100% 100%;
  width: 282px;
  height: 282px;
  position: absolute;
  left: 0;
  top: 0;
}

.newsinside-box__img {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100% 100%;
}

.newsinside-box__img img {
  max-width: 100%;
  max-height: 100%;
}

.newsinside-head {
  padding-left: 20px;
  flex: 1;
}

.newsinside-head__title {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.newsinside-head__title h3 {
  font-size: 1.75em;
  color: #333333;
  font-weight: 500;
  line-height: 1.4;
}

.newsinside-head__date {
  padding-top: 15px;
}

.newsinside-head__date p {
  font-weight: 100;
  color: #999999;
}

.newsinside-head__text {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.newsinside-head__text p {
  line-height: 1.7;
}

.newsinside-controller {
  min-width: 220px;
  display: inline-flex;
  justify-content: flex-end;
}

.newsinside-controller__item {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-flex;
  margin-left: 5px;
  cursor: pointer;
  transition: ease 0.2s;
}

.newsinside-controller__item:nth-child(1) {
  margin-left: 0px;
}

.newsinside-controller__item:hover {
  opacity: 0.8;
}

.newsinside-controller--sm {
  background-image: url("../images/news/controller-sm01.png");
}

.newsinside-controller--normal {
  background-image: url("../images/news/controller-normal01.png");
}

.newsinside-controller--lg {
  background-image: url("../images/news/controller-lg01.png");
}

.newsinside-controller--active.newsinside-controller--sm {
  background-image: url("../images/news/controller-sm02.png");
}

.newsinside-controller--active.newsinside-controller--normal {
  background-image: url("../images/news/controller-normal02.png");
}

.newsinside-controller--active.newsinside-controller--lg {
  background-image: url("../images/news/controller-lg02.png");
}

.newsinside-content {
  padding-top: 40px;
  width: 100%;
}

.newsinside-content * {
  padding: 0;
  line-height: 1.6875;
}

.newsinside-content h1 {
  margin-bottom: 10px;
  font-size: 1.75em;
  color: #4bb134;
}

.newsinside-content h2 {
  margin-bottom: 10px;
  font-size: 1.5em;
}

.newsinside-content h3 {
  margin-bottom: 10px;
  font-size: 1.25em;
}

.newsinside-content h4,
.newsinside-content h5 {
  margin-bottom: 10px;
  font-weight: 500;
}

.newsinside-content h6 {
  font-size: 1em;
  font-weight: 400;
  color: #f6921e;
}

.newsinside-content p {
  font-size: 1em;
  font-weight: 300;
  color: #777777;
}

.newsinside-content blockquote {
  padding: 5px 20px;
  margin: 10px 0px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 0 5px;
}

.newsinside-content strong {
  font-weight: 700;
}

.newsinside-content img {
  max-width: 100%;
  height: auto !important;
}

.newsinside-content a {
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7;
  -ms-word-break: break-all;
  word-break: break-all;
  text-decoration: underline;
  color: #f6921e;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.newsinside-content a:hover {
  opacity: 0.8;
}

.newsinside-content a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 3px;
  background-image: url("../images/04_icon2-01.png");
}

.newsinside-content table {
  border-collapse: collapse;
  max-width: 100%;
}

.newsinside-content td,
.newsinside-content th {
  padding: 10px 5px;
  white-space: normal !important;
  line-height: 1.7;
  border: 1px solid #777777;
}

.newsinside-content-table-title {
  background-color: #eeeeee;
  color: #4bb134;
  padding-left: 10px;
}

.newsinside-content ol,
.newsinside-content ul {
  margin-left: 2em;
}

.newsinside-btn {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.newsinside-btn__link {
  display: block;
  background-color: #f6921e;
  color: #fff;
  font-size: 1.125em;
  padding: 16px 39px;
  border-radius: 3px;
  user-select: none;
  transition: ease 0.2s;
}

.newsinside-btn__link:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .newsinside-controller {
    min-width: auto;
    padding-bottom: 10px;
  }

  .newsinside-head__title {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .newsinside-item {
    display: flex;
    flex-direction: column;
  }

  .newsinside-head {
    padding-left: 0px;
    padding-top: 20px;
  }

  .newsinside-box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 374px) {
  .newsinside-box {
    width: 260px;
    min-width: 260px;
    height: 260px;
  }

  .newsinside-box::after {
    width: 242px;
    height: 242px;
  }
}

.newsinside-footer {
  padding-top: 40px;
  border-top: 1px solid #DDDDDD;
  width: 100%;
  margin-top: 40px;
  margin-bottom: -35px;
}

@media (max-width: 767px) {
  .newsinside-footer {
    margin-bottom: -15px;
  }
}

.newsinside-footer__item {
  color: #999999;
  border: 1px solid #999999;
  font-size: 0.875em;
  font-weight: 400;
  padding: 16px 20px 16px 25px;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-left: 15px;
  margin-right: 35px;
  margin-bottom: 35px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .newsinside-footer__item {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.newsinside-footer__item::before {
  content: "";
  display: block;
  width: 30px;
  height: 28px;
  background-image: url("../images/news/newsinside-footer-icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 15px);
  left: -15px;
}

.newsinside-footer__item:last-child {
  margin-right: 0;
}

.newsinside-footer__item:hover {
  background-color: #45B233;
  border-color: #45B233;
  color: #fff;
}

.newsinside-footer__item:hover::before {
  background-image: url("../images/news/newsinside-footer-icon02.png");
}

.declaration-wrap {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}

.declaration-block {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 100%;
}

.declaration-left {
  position: relative;
  width: 210px;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .declaration-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.declaration-right {
  position: relative;
  width: calc(100% - 240px);
}

@media (max-width: 991px) {
  .declaration-right {
    width: 100%;
  }
}

.declaration-section {
  width: 100%;
}

.declaration-section:nth-child(n+3) {
  margin-top: 70px;
}

.declaration-section--big {
  font-size: 1.2em;
}

.declaration-section--small {
  font-size: 0.8em;
}

.declaration-section:nth-child(2) .declaration-title::before {
  background-image: url(../images/07_icon-01.png);
}

.declaration-section:nth-child(3) .declaration-title::before {
  background-image: url(../images/07_icon-02.png);
}

.declaration-section:nth-child(4) .declaration-title::before {
  background-image: url(../images/07_icon-03.png);
}

.declaration-section:nth-child(5) .declaration-title::before {
  background-image: url(../images/07_icon-04.png);
}

.declaration-title {
  position: relative;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  border-bottom: #999999 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.declaration-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
}

.declaration-text {
  width: 100%;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7;
  color: #777777;
}

.declaration-text h6 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: 300;
  color: #4bb134;
}

.declaration-text blockquote {
  width: 100%;
  padding-left: 16px;
  font-size: 0.875em;
  font-weight: 300;
  color: #999999;
}

.declaration-text br {
  line-height: 2.3;
}

.declaration-anchor {
  width: 100%;
}

@media (min-width: 992px) {
  .declaration-anchor--fixed {
    position: fixed;
    top: 130px;
    width: 210px;
  }

  .declaration-anchor--bottom {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.declaration-anchor__title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  color: #333333;
}

.declaration-anchor__list:nth-child(n+3) {
  width: 100%;
  margin-top: 20px;
}

.declaration-anchor__list a {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1;
  color: #777777;
}

.declaration-anchor__list a::before {
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  margin-right: 10px;
  background-image: url("../images/07_icon2-02.png");
  background-position: center;
  background-repeat: no-repeat;
}

.declaration-anchor__list a:hover {
  color: #4bb134;
}

.declaration-anchor__list a:hover::before {
  background-image: url("../images/07_icon2-01.png");
}

.declaration-control {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.declaration-control__btn {
  width: 30px;
  height: 30px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #777777;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.declaration-control__btn:nth-child(n+2) {
  margin-left: 7px;
}

.declaration-control__btn:hover {
  opacity: 0.8;
}

.declaration-control__btn--small {
  font-size: 0.75em;
}

.declaration-control__btn--basic {
  font-size: 1em;
}

.declaration-control__btn--big {
  font-size: 1.25em;
}

.declaration-control__btn--active {
  background-color: #f6921e;
}

@media (max-width: 575px) {
  .declaration-control {
    display: none;
  }
}

.verification__fixedbtn {
  position: fixed;
  bottom: 125px;
  right: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  background-color: #f6921e;
  box-sizing: border-box;
}

@media (max-width: 479px) {
  .verification__fixedbtn {
    right: 10px;
    bottom: 85px;
  }
}

.verification__fixedbtn p {
  position: relative;
  color: #fff;
  font-size: 0.75em;
  font-weight: 400;
}

.verification__fixedbtn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px auto;
  background-image: url("../images/certificate_btn.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.verification__item {
  border-bottom: 1px solid #ddd;
}

.verification__item:last-child {
  border: 0;
}

.verification__item--open {
  border: 0;
}

.verification__item--open .verification__item-titlebox a::before {
  content: "收合";
  color: #777777;
}

.verification__item--open .verification__item-titlebox a::after {
  background-image: url("../images/certificate_minus.png");
}

.verification__item--open .verification__data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}

.verification__item-titlebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.verification__item-titlebox h5 {
  color: #777777;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6875;
}

.verification__item-titlebox a {
  display: flex;
  align-items: center;
}

.verification__item-titlebox a::before {
  content: "商情資訊";
  display: block;
  color: #61bb4d;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  margin-right: 3px;
}

.verification__item-titlebox a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../images/certificate_plus.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.verification__data {
  display: none;
  position: relative;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.verification__data::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 4px 5px;
  border-color: transparent transparent #dddddd transparent;
}

.verification__data-item {
  position: relative;
  display: inline-block;
  color: #f6921e;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6875;
  text-decoration: underline;
  padding-right: 17px;
}

.verification__data-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  margin-left: 3px;
  background-image: url(../images/04_icon2-01.png);
}

.verification-wrap {
  width: 100%;
  padding: 70px 0;
  background-color: #f5f5f5;
}

.verification-block {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 100%;
}

.verification-fixedblock {
  height: 100%;
}

.verification-left {
  position: relative;
  width: 260px;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .verification-left__block--fixed {
    position: fixed;
    top: 100px;
    width: 260px;
  }

  .verification-left__block--bottom {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .verification-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.verification-img {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: #e5e5e5 9px solid;
  background-color: #fff;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .verification-img {
    width: 200px;
    height: 200px;
  }
}

.verification-name {
  width: 100%;
  margin-top: 15px;
}

.verification-name h2 {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #333333;
}

.verification-name h3 {
  margin-top: 5px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  color: #999999;
}

.verification-anchor {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 100%;
  padding-top: 25px;
  padding-right: 10px;
  margin-top: 20px;
  border-top: #cccccc 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.verification-anchor__list {
  width: 150px;
}

.verification-anchor__list:nth-child(n+2) {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .verification-anchor__list:nth-child(n+2) {
    margin-top: 15px;
  }
}

.verification-anchor__list a {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-size: 1em;
  font-weight: 300;
  line-height: 20px;
  color: #bbbbbb;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.verification-anchor__list a:hover {
  color: #4bb134;
}

.verification-anchor__list a:hover::before {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0 -289px;
}

.verification-anchor__list a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 20px;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -18px -289px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .verification-anchor {
    display: none;
  }
}

.verification-casebox {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.verification-casebox--right {
  width: calc(100% - 510px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
}

@media (max-width: 1200px) {
  .verification-casebox--right {
    display: none;
  }
}

.verification-casebox--bottom {
  margin-top: 25px;
  display: none;
  position: relative;
}

@media (max-width: 1200px) {
  .verification-casebox--bottom {
    display: block;
  }
}

.verification-casebox__title {
  padding: 18px 28px;
  color: #333;
  background-color: #f2f2f2;
  border-radius: 4px 4px 0 0;
}

.verification-casebox__title:before {
  content: "";
  width: 23px;
  height: 25px;
  margin-right: 7px;
  background-image: url("../images/icon.png");
  background-position: 2px -39px;
  background-repeat: no-repeat;
  background-size: 70px 291px;
  display: inline-block;
  vertical-align: middle;
}

.verification-casebox__list {
  padding: 7px 20px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.verification-casebox__list a {
  width: 100%;
}

.verification-casebox__item {
  width: 100%;
  padding: 13px 0;
  position: relative;
}

.verification-casebox__item:after {
  content: "";
  width: calc(100% - 78px);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #e5e5e5;
}

.verification-casebox__item:last-child:after {
  display: none;
}

.verification-casebox__img {
  width: 63px;
  height: 63px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.verification-casebox__img img {
  width: 63px;
  height: 63px;
  border-radius: 50%;
}

.verification-casebox__circle {
  width: 63px;
  height: 63px;
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.verification-casebox__info {
  width: calc(100% - 82px);
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125em;
  color: #333;
}

.verification-casebox__info p {
  margin-top: 10px;
  font-size: 15px;
  color: #888;
  word-break: break-all;
}

.verification-casebox__slider {
  padding: 25px 35px 20px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  position: relative;
}

.verification-casebox__slider-item {
  width: 100%;
  position: relative;
}

.verification-casebox__slider-img {
  width: 107px;
  height: 107px;
  margin: 0 auto;
}

.verification-casebox__slider-img img {
  width: 107px;
  height: 107px;
  border-radius: 50%;
}

.verification-casebox__slider-circle {
  width: 107px;
  height: 107px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #e5e5e5;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.verification-casebox__slider-text {
  margin-top: 15px;
  padding: 0 20px 15px;
  text-align: center;
  font-size: 1.25em;
  font-weight: 400;
  color: #333;
}

.verification-casebox__slider-text p {
  margin-top: 15px;
  font-size: 15px;
  color: #888;
  word-break: break-all;
}

.verification-casebox__slider-arrow {
  width: 20px;
  height: 180px;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 25px));
  color: #333;
  cursor: pointer;
  z-index: 1;
}

.verification-casebox__slider-arrow--left {
  font-size: 15px;
  left: 34px;
}

.verification-casebox__slider-arrow--left:before {
  content: "";
  width: 20px;
  height: 180px;
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: block;
}

.verification-casebox__slider-arrow--right {
  right: 34px;
}

.verification-casebox__slider-arrow--right:before {
  content: "";
  width: 20px;
  height: 180px;
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: block;
  transform: rotate(180deg);
}

.verification-casebox__dots {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  font-size: 0;
}

.verification-casebox__dots .slick-active div {
  background-color: #c6c6c6;
}

.verification-casebox__dots-dot {
  width: 7px;
  height: 7px;
  margin-right: 5px;
  background-color: #ebebeb;
  border-radius: 50%;
  cursor: pointer;
}

.verification-right {
  width: calc(100% - 290px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .verification-right {
    width: 100%;
  }
}

.verification-info {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: #FFF;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: #e5e5e5 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.verification-info__section {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  position: relative;
  width: 100%;
}

.verification-info__section:nth-child(n+3) {
  margin-top: 40px;
}

.verification-info__section--big {
  font-size: 1.2em;
}

.verification-info__section--small {
  font-size: 0.8em;
}

.verification-info__title {
  position: relative;
  width: 480px;
  margin-bottom: 15px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.5;
  color: #999999;
}

@media (max-width: 1200px) {
  .verification-info__title {
    width: 100%;
  }
}

.verification-info__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 8px;
  height: 100%;
  background-color: #4bb134;
}

@media (max-width: 575px) {
  .verification-info__title:before {
    left: -20px;
  }
}

.verification-info__CKeditor {
  width: 480px;
}

@media (max-width: 1200px) {
  .verification-info__CKeditor {
    width: 100%;
  }
}

.verification-info__CKeditor-table {
  width: 100%;
}

.verification-info__CKeditor-table>div:nth-child(1) {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  align-content: center;
  width: 100%;
  background-color: #f6921e;
}

.verification-info__CKeditor-table>div:nth-child(1)>div {
  height: 40px;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.verification-info__CKeditor-table>div:nth-child(1)>div:nth-child(1) {
  width: 150px;
  border-right: #fff 1px solid;
}

.verification-info__CKeditor-table>div:nth-child(1)>div:nth-child(2) {
  width: 80px;
  border-right: #fff 1px solid;
}

.verification-info__CKeditor-table>div:nth-child(1)>div:nth-child(3) {
  width: calc(100% - 230px);
}

.verification-info__CKeditor-table>div:nth-child(n+2) {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  align-content: center;
  width: 100%;
}

.verification-info__CKeditor-table>div:nth-child(n+2)>div {
  font-size: 1em;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.verification-info__CKeditor-table>div:nth-child(n+2)>div:nth-child(1) {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  width: 150px;
  padding: 20px 10px;
  font-weight: 400;
  text-align: center;
  color: #555555;
  border-left: #cccccc 1px solid;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
}

.verification-info__CKeditor-table>div:nth-child(n+2)>div:nth-child(2) {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  width: 80px;
  padding: 20px 10px;
  font-weight: 300;
  text-align: center;
  color: #777777;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
}

.verification-info__CKeditor-table>div:nth-child(n+2)>div:nth-child(3) {
  width: calc(100% - 230px);
  padding: 20px;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
}

.verification-info__CKeditor-table>div:nth-child(n+2)>div:nth-child(3) ul {
  width: 100%;
  list-style-type: none;
}

.verification-info__CKeditor-table>div:nth-child(n+2)>div:nth-child(3) ul li {
  position: relative;
  width: 100%;
  padding-left: 18px;
  font-weight: 300;
  color: #777777;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.verification-info__CKeditor-table>div:nth-child(n+2)>div:nth-child(3) ul li:before {
  content: "˙";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #f6921e;
}

.verification-info__CKeditor--scroll {
  width: 100%;
}

.verification-info__CKeditor--scroll .mCS-minimal.mCSB_scrollTools {
  margin: 0 !important;
}

.verification-info__CKeditor--scroll .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(41, 63, 84, 0.1);
}

.verification-info__CKeditor * {
  padding: 0;
  line-height: 1.6875;
}

.verification-info__CKeditor h1 {
  margin-bottom: 10px;
  font-size: 1.75em;
  color: #4bb134;
}

.verification-info__CKeditor h2 {
  margin-bottom: 10px;
  font-size: 1.5em;
}

.verification-info__CKeditor h3 {
  margin-bottom: 10px;
  font-size: 1.25em;
}

.verification-info__CKeditor h4,
.verification-info__CKeditor h5 {
  margin-bottom: 10px;
  font-weight: 500;
}

.verification-info__CKeditor h6 {
  font-size: 1em;
  font-weight: 400;
  color: #f6921e;
}

.verification-info__CKeditor p {
  font-size: 1em;
  font-weight: 300;
  color: #777777;
}

.verification-info__CKeditor img {
  max-width: 100%;
  height: auto !important;
}

.verification-info__CKeditor a {
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7;
  -ms-word-break: break-all;
  word-break: break-all;
  text-decoration: underline;
  color: #f6921e;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.verification-info__CKeditor a:hover {
  opacity: 0.8;
}

.verification-info__CKeditor a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 3px;
  background-image: url("../images/04_icon2-01.png");
}

.verification-info__CKeditor table {
  border-collapse: collapse;
  max-width: 100%;
}

.verification-info__CKeditor td,
.verification-info__CKeditor th {
  padding: 10px 5px;
  white-space: normal !important;
  line-height: 1.7;
  border: 1px solid #777777;
}

.verification-info__CKeditor ol,
.verification-info__CKeditor ul {
  margin-left: 2em;
}

.verification-info__CKeditor strong {
  font-weight: bold;
}

.verification-info__CKeditor blockquote {
  padding: 5px 20px;
  margin: 10px 0px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 0 5px;
}

@media (max-width: 575px) {
  .verification-info__CKeditor-table>div:nth-child(1) {
    display: none;
  }

  .verification-info__CKeditor-table>div:nth-child(n+2)>div {
    position: relative;
  }

  .verification-info__CKeditor-table>div:nth-child(n+2)>div:before {
    content: attr(data-thead);
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 40px;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    background-color: #f6921e;
  }

  .verification-info__CKeditor-table>div:nth-child(n+2)>div:nth-child(1) {
    width: 100%;
    padding: 50px 10px 10px 10px;
    border-bottom: none;
  }

  .verification-info__CKeditor-table>div:nth-child(n+2)>div:nth-child(2) {
    width: 100%;
    padding: 50px 10px 10px 10px;
    border-left: #cccccc 1px solid;
    border-bottom: none;
  }

  .verification-info__CKeditor-table>div:nth-child(n+2)>div:nth-child(3) {
    width: 100%;
    padding: 50px 10px 10px 10px;
    border-left: #cccccc 1px solid;
  }

  .verification-info__CKeditor-table>div:nth-child(n+3) {
    margin-top: 20px;
  }
}

.verification-info__basic-info {
  width: 480px;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .verification-info__basic-info {
    width: 100%;
    margin-right: 0;
  }
}

.verification-info__basic-detail {
  width: calc(100% - 510px);
}

@media (max-width: 1199px) {
  .verification-info__basic-detail {
    width: 100%;
    margin-top: 40px;
  }
}

.verification-info__basic-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 100%;
}

.verification-info__basic-list:nth-child(n+2) {
  margin-top: 40px;
}

.verification-info__basic-img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.verification-info__basic-list:nth-child(1) .verification-info__basic-img {
  background-image: url("../images/04_icon-01.png");
}

.verification-info__basic-list:nth-child(2) .verification-info__basic-img {
  background-image: url("../images/04_icon-02.png");
}

.verification-info__basic-list:nth-child(3) .verification-info__basic-img {
  background-image: url("../images/04_icon-03.png");
}

.verification-info__basic-text {
  width: calc(100% - 48px);
}

.verification-info__basic-text>h4 {
  width: 100%;
  margin-bottom: 2px;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1;
  color: #999999;
}

.verification-info__basic-text>p {
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7;
  color: #999999;
}

.verification-info__basic-type {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  margin-top: 8px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

.verification-info__basic-type--forcibly {
  color: #db313e;
}

.verification-info__basic-type--forcibly::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url("../images/04_icon3-01.png");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.verification-info__basic-type--safety {
  color: #f6921e;
}

.verification-info__basic-type--safety::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url("../images/04_icon3-02.png");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.verification-info__basic-type--volunteer {
  color: #4bb134;
}

.verification-info__basic-type--volunteer::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url("../images/04_icon3-03.png");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.verification-info__basic-CKeditor a {
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7;
  -ms-word-break: break-all;
  word-break: break-all;
  text-decoration: underline;
  color: #f6921e;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.verification-info__basic-CKeditor a:hover {
  opacity: 0.8;
}

.verification-info__basic-CKeditor a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 3px;
  background-image: url("../images/04_icon2-01.png");
}

.verification-info__basic-CKeditor p {
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7;
  color: #777777;
}

.verification-info__basic-CKeditor li {
  list-style-type: none;
}

@media (max-width: 575px) {
  .verification-info {
    padding: 30px 20px;
  }
}

.verification-question {
  width: 100%;
  padding-top: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  border-top: #999999 1px solid;
}

.verification-question__btn {
  display: inline-block;
  width: 110px;
  height: 40px;
  margin-left: 10px;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #f6921e;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.verification-question__btn:hover {
  opacity: 0.8;
}

.verification-question__btn:first-child {
  margin-left: 0px;
}

.verification-control {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

.verification-control__btn {
  width: 30px;
  height: 30px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #777777;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.verification-control__btn:nth-child(n+2) {
  margin-left: 7px;
}

.verification-control__btn:hover {
  opacity: 0.8;
}

.verification-control__btn--small {
  font-size: 0.75em;
}

.verification-control__btn--basic {
  font-size: 1em;
}

.verification-control__btn--big {
  font-size: 1.25em;
}

.verification-control__btn--active {
  background-color: #f6921e;
}

@media (max-width: 575px) {
  .verification-control {
    display: none;
  }
}

.mapsearch-wrap {
  width: 100%;
  padding: 70px 0;
  background: #FFF;
}

.mapsearch-block {
  width: 100%;
}

.mapsearch__map {
  position: relative;
  width: 100%;
  max-width: 1110px;
}

.mapsearch__map img {
  width: 100%;
}

.mapsearch__map-btn {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.mapsearch__map area {
  outline: none;
}

@media (max-width: 767px) {
  .mapsearch__map {
    display: none;
  }
}

.mapsearch-mobile {
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.mapsearch-mobile__img {
  width: 260px;
  height: 260px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: #e5e5e5 9px solid;
}

.mapsearch-mobile__name {
  width: 100%;
  margin-top: 15px;
}

.mapsearch-mobile__name h3 {
  width: 100%;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #333333;
}

.mapsearch-mobile__name h4 {
  width: 100%;
  margin-top: 5px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  color: #333333;
}

.mapsearch-mobile__btn {
  display: block;
  width: 110px;
  height: 40px;
  margin: 15px auto 0;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #f6921e;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mapsearch-mobile__btn:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .mapsearch-mobile {
    height: auto;
    visibility: visible;
  }
}

.insidebanner {
  background-image: url("../images/insidebanner.jpg");
  height: 340px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  display: flex;
}

.insidebanner--lg {
  height: 430px;
}

.insidebanner-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 200px;
}

.insidebanner__title {
  color: #fff;
  font-size: 2.8125em;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.insidebanner__title--form::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -234px;
  height: 55px;
  width: 54px;
  margin-right: 10px;
}

.insidebanner__title--saerch::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -425px;
  height: 55px;
  width: 54px;
  margin-right: 10px;
}

.insidebanner__title--list::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -495px;
  height: 55px;
  width: 54px;
  margin-right: 10px;
}

.insidebanner__title--industry::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -60px -495px;
  height: 55px;
  width: 54px;
  margin-right: 10px;
}

.insidebanner__title--news::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -60px -425px;
  height: 55px;
  width: 54px;
  margin-right: 10px;
}

.insidebanner__title--verification::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -90px -370px;
  height: 55px;
  width: 54px;
  margin-right: 10px;
}

.insidebanner__title--declaration::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -552px;
  height: 55px;
  width: 54px;
  margin-right: 10px;
}

.insidebanner__title--mapsearch::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -60px -552px;
  height: 55px;
  width: 54px;
  margin-right: 10px;
}

.insidebanner__title--contact::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -70px -234px;
  height: 55px;
  width: 54px;
  margin-right: 10px;
}

.insidebanner__title--partner::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -610px;
  height: 55px;
  width: 54px;
  margin-right: 10px;
}

.insidebanner__title--case::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -60px -610px;
  height: 55px;
  width: 54px;
  margin-right: 10px;
}

.insidebanner__title--faq::before {
  content: "";
  display: inline-block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -700px;
  height: 55px;
  width: 54px;
  margin-right: 10px;
}

.insidebanner__title--charts::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_charts.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 55px;
  width: 54px;
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .insidebanner {
    background-position: left -260px top;
  }
}

@media (max-width: 991px) {
  .insidebanner {
    height: 310px;
    background-position: left -300px top;
  }

  .insidebanner-block {
    padding-top: 170px;
  }
}

@media (max-width: 767px) {
  .insidebanner {
    height: 280px;
    background-position: left -340px top;
  }

  .insidebanner--lg {
    height: 340px;
  }

  .insidebanner .container {
    width: 100%;
  }

  .insidebanner-block {
    padding-top: 140px;
  }
}

@media (max-width: 479px) {
  .insidebanner {
    height: 270px;
    background-position: left -600px top -40px;
  }

  .insidebanner--lg {
    height: 340px;
  }

  .insidebanner-block {
    padding-top: 130px;
  }

  .insidebanner__title {
    font-size: 2.25em;
  }
}

.breadcrumb {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: 40px;
}

.breadcrumb__item {
  color: #fff;
  list-style-type: none;
  font-size: 0.875em;
}

.breadcrumb__item::after {
  content: "╱";
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.breadcrumb__item:last-child::after {
  display: none;
}

.breadcrumb__item a {
  color: #fff;
}

.breadcrumb__item a:hover {
  border-bottom: 1px solid #fff;
}

.partner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.partner-block {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 991px) {
  .partner-block {
    margin-left: 0;
    margin-right: 0;
  }
}

.partner-item {
  width: calc(50% - 90px);
  display: inline-flex;
  padding-left: 60px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .partner-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .partner-item {
    margin-top: 30px;
    padding-left: 45px;
  }
}

.partner-item:nth-child(1) {
  margin-top: 0;
}

.partner-item:nth-child(2) {
  margin-top: 0;
}

@media (max-width: 991px) {
  .partner-item:nth-child(2) {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .partner-item:nth-child(2) {
    margin-top: 30px;
  }
}

.partner-item__box {
  display: inline-flex;
  width: 100%;
  padding: 25px 30px 25px 0;
  border: 1px solid #DDDDDD;
  transition: ease 0.2s;
  transition-property: border-color;
}

@media (max-width: 479px) {
  .partner-item__box {
    padding: 30px 15px 30px 0;
  }
}

.partner-item__box:hover {
  border-color: #45B233;
}

.partner-item__box:hover .partner-item__link {
  color: #45B233;
}

.partner-item__box:hover .partner-item__link::before {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -90px -198px;
}

.partner-item__img {
  width: 120px;
  min-width: 120px;
  height: 120px;
  box-sizing: border-box;
  border: 6px solid #E5E5E5;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-left: -60px;
  margin-top: -15px;
  background: #fff;
}

@media (max-width: 479px) {
  .partner-item__img {
    min-width: 90px;
    width: 90px;
    height: 90px;
    margin-left: -45px;
  }
}

.partner-item__img img {
  max-width: 74px;
  max-height: 74px;
}

@media (max-width: 479px) {
  .partner-item__img img {
    max-width: 54px;
    max-height: 54px;
  }
}

.partner-item__body {
  width: calc(100% - 60px);
  padding-left: 10px;
}

@media (max-width: 479px) {
  .partner-item__body {
    width: calc(100% - 45px);
  }
}

.partner-item__title {
  font-size: 1.75em;
  font-weight: 500;
  color: #333333;
  line-height: 1.2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 1.2em;
}

@media (max-width: 479px) {
  .partner-item__title {
    font-size: 1.25em;
  }
}

.partner-item__text {
  font-size: 0.875em;
  font-weight: 300;
  color: #777777;
  margin-top: 20px;
  line-height: 1.7em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 5.1em;
}

@media (max-width: 479px) {
  .partner-item__text {
    margin-top: 10px;
  }
}

.partner-item__link {
  font-size: 0.875em;
  font-weight: 300;
  color: #777777;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  margin-top: 20px;
  transition: ease 0.2s;
  transition-property: color;
}

@media (max-width: 479px) {
  .partner-item__link {
    margin-top: 10px;
  }
}

.partner-item__link::before {
  content: "";
  display: block;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -103px -198px;
  width: 13px;
  height: 13px;
  margin-right: 4px;
  transition: ease 0.2s;
  transition-property: background-image;
}

.case {
  padding-top: 70px;
  padding-bottom: 70px;
}

.case-item {
  display: inline-flex;
  align-items: center;
  transition: ease 0.2s;
  width: 100%;
  transition-property: border-color;
  margin-top: 40px;
}

@media (max-width: 575px) {
  .case-item {
    margin-top: 30px;
  }
}

.case-item:first-child {
  margin-top: 0;
}

.case-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.case-item:nth-child(even) .case-item__body {
  padding: 30px 30px 30px 140px;
}

@media (max-width: 575px) {
  .case-item:nth-child(even) .case-item__body {
    padding: 15px 15px 15px 90px;
  }
}

@media (max-width: 479px) {
  .case-item:nth-child(even) .case-item__body {
    padding: 15px 15px 15px 50px;
  }
}

.case-item:nth-child(even) .case-item__img {
  margin-left: auto;
  margin-right: -110px;
}

@media (max-width: 575px) {
  .case-item:nth-child(even) .case-item__img {
    margin-right: -80px;
  }
}

@media (max-width: 479px) {
  .case-item:nth-child(even) .case-item__img {
    margin-right: -45px;
  }
}

.case-item:hover .case-item__body {
  background-color: transparent;
}

.case-item:hover .case-item__title {
  color: #f6921e;
}

.case-item:hover .case-item__img::before {
  opacity: 1;
}

.case-item__body {
  width: 100%;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  padding: 30px 140px 30px 30px;
  box-sizing: border-box;
  min-height: 240px;
  transition: ease 0.2s;
  transition-property: background-color;
}

@media (max-width: 575px) {
  .case-item__body {
    min-height: auto;
    padding: 15px 90px 15px 15px;
  }
}

@media (max-width: 479px) {
  .case-item__body {
    padding: 15px 50px 15px 15px;
  }
}

.case-item__img {
  width: 220px;
  min-width: 220px;
  height: 220px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 6px solid #e5e5e5;
  margin-left: -110px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .case-item__img {
    width: 160px;
    min-width: 160px;
    height: 160px;
    margin-left: -80px;
  }
}

@media (max-width: 479px) {
  .case-item__img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-left: -45px;
  }
}

.case-item__img::before {
  content: "詳細內容";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  background-color: #f6921e;
  padding: 10px;
  box-sizing: border-box;
  font-size: 0.75em;
  line-height: 1.2;
  opacity: 0;
  transition: ease 0.2s;
  transition-property: opacity;
}

.case-item__title {
  font-size: 1.75em;
  font-weight: 500;
  color: #333333;
  line-height: 1.15em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 1.15em;
  transition: ease 0.2s;
  transition-property: color;
}

@media (max-width: 575px) {
  .case-item__title {
    font-size: 1.5em;
  }
}

@media (max-width: 479px) {
  .case-item__title {
    font-size: 1.25em;
  }
}

.case-item__subtitle {
  font-size: 1.25em;
  font-weight: 300;
  color: #777777;
  line-height: 1em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 1em;
  margin-top: 15px;
}

@media (max-width: 575px) {
  .case-item__subtitle {
    font-size: 1.125em;
  }
}

@media (max-width: 479px) {
  .case-item__subtitle {
    font-size: 1em;
    margin-top: 10px;
  }
}

.case-item__date {
  font-size: 1em;
  font-weight: 300;
  color: #999999;
  font-family: "Lato", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  margin-top: 15px;
}

@media (max-width: 479px) {
  .case-item__date {
    font-size: 0.875em;
    margin-top: 10px;
  }
}

.case-item__text {
  font-size: 0.875em;
  font-weight: 300;
  color: #777777;
  line-height: 1.6em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4.8em;
  margin-top: 15px;
}

@media (max-width: 479px) {
  .case-item__text {
    margin-top: 10px;
  }
}

.case-pages {
  padding-top: 40px;
  width: 100%;
}

.caseinside {
  padding-top: 70px;
  padding-bottom: 70px;
}

.caseinside--sm {
  font-size: 0.8em;
}

.caseinside--lg {
  font-size: 1.2em;
}

.caseinside-head {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #999999;
  padding-bottom: 25px;
}

.caseinside-head__left {
  width: calc(100% - 120px);
}

.caseinside-head__title {
  font-size: 1.75em;
  font-weight: 500;
  color: #333333;
  line-height: 1.4;
}

.caseinside-head__subtitle {
  font-size: 1.25em;
  font-weight: 300;
  color: #777777;
  line-height: 1.9;
}

.caseinside-head__date {
  font-size: 1em;
  font-weight: 300;
  color: #999999;
  font-family: "Lato", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.caseinside-controller {
  min-width: 120px;
  display: inline-flex;
  justify-content: flex-end;
}

.caseinside-controller__item {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-flex;
  margin-left: 5px;
  cursor: pointer;
  transition: ease 0.2s;
}

.caseinside-controller__item:nth-child(1) {
  margin-left: 0px;
}

.caseinside-controller__item:hover {
  opacity: 0.8;
}

.caseinside-controller--sm {
  background-image: url("../images/news/controller-sm01.png");
}

.caseinside-controller--normal {
  background-image: url("../images/news/controller-normal01.png");
}

.caseinside-controller--lg {
  background-image: url("../images/news/controller-lg01.png");
}

.caseinside-controller--active.caseinside-controller--sm {
  background-image: url("../images/news/controller-sm02.png");
}

.caseinside-controller--active.caseinside-controller--normal {
  background-image: url("../images/news/controller-normal02.png");
}

.caseinside-controller--active.caseinside-controller--lg {
  background-image: url("../images/news/controller-lg02.png");
}

.caseinside-img {
  width: 100%;
  margin-top: 25px;
}

.caseinside-img__item img {
  display: block;
  max-width: 100%;
}

.caseinside-faq {
  background-color: #f5f5f5;
  width: 100%;
  padding: 30px 25px;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 575px) {
  .caseinside-faq {
    padding: 20px 15px;
  }
}

.caseinside-faq * {
  padding: 0;
  line-height: 1.6875;
}

.caseinside-faq h1 {
  margin-bottom: 10px;
  font-size: 1.75em;
  color: #4bb134;
}

.caseinside-faq h2 {
  margin-bottom: 10px;
  font-size: 1.5em;
}

.caseinside-faq h3 {
  margin-bottom: 10px;
  font-size: 1.25em;
}

.caseinside-faq h4,
.caseinside-faq h5 {
  margin-bottom: 10px;
  font-weight: 500;
}

.caseinside-faq h6 {
  font-size: 1em;
  font-weight: 400;
  color: #f6921e;
}

.caseinside-faq p {
  font-size: 1em;
  font-weight: 300;
  color: #777777;
}

.caseinside-faq blockquote {
  padding: 5px 20px;
  margin: 10px 0px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 0 5px;
}

.caseinside-faq strong {
  font-weight: 700;
}

.caseinside-faq img {
  max-width: 100%;
  height: auto !important;
}

.caseinside-faq a {
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7;
  -ms-word-break: break-all;
  word-break: break-all;
  text-decoration: underline;
  color: #f6921e;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.caseinside-faq a:hover {
  opacity: 0.8;
}

.caseinside-faq a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 3px;
  background-image: url("../images/04_icon2-01.png");
}

.caseinside-faq table {
  border-collapse: collapse;
  max-width: 100%;
}

.caseinside-faq td,
.caseinside-faq th {
  padding: 10px 5px;
  white-space: normal !important;
  line-height: 1.7;
  border: 1px solid #777777;
}

.caseinside-faq-table-title {
  background-color: #eeeeee;
  color: #4bb134;
  padding-left: 10px;
}

.caseinside-faq ol,
.caseinside-faq ul {
  margin-left: 2em;
}

.caseinside-faq .qalist {
  width: 100%;
}

.caseinside-faq .qalist__list {
  width: 100%;
}

.caseinside-faq .qalist__list:nth-child(n+2) {
  margin-top: 30px;
}

.caseinside-faq .qalist__question {
  position: relative;
  width: 100%;
  padding-left: 42px;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing--moz-box-sizing: border-box;
  -webkit-box-sizing--moz-box-sizing-box-sizing: border-box;
}

.caseinside-faq .qalist__question::before {
  content: "問";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  background-color: #4bb134;
}

.caseinside-faq .qalist__question::after {
  content: "：";
  position: absolute;
  top: 0;
  left: 26px;
  width: 12px;
  height: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #4bb134;
}

.caseinside-faq .qalist__ask {
  position: relative;
  width: 100%;
  padding-left: 42px;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing--moz-box-sizing: border-box;
  -webkit-box-sizing--moz-box-sizing-box-sizing: border-box;
}

.caseinside-faq .qalist__ask::before {
  content: "答";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  background-color: #f6921e;
}

.caseinside-faq .qalist__ask::after {
  content: "：";
  position: absolute;
  top: 0;
  left: 26px;
  width: 12px;
  height: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #f6921e;
}

.caseinside-faq__item {
  margin-top: 30px;
}

.caseinside-faq__item:first-child {
  margin-top: 0;
}

.caseinside-faq__head {
  display: inline-flex;
  width: 100%;
  position: relative;
  line-height: 1.7;
  font-size: 1em;
  font-weight: 300;
}

.caseinside-faq__head::before {
  content: "問";
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4bb134;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  margin-right: 10px;
}

.caseinside-faq__head::after {
  content: ":";
  display: flex;
  align-items: center;
  position: absolute;
  left: 33px;
  top: 0px;
  height: 30px;
  line-height: 1;
  color: #4bb134;
  font-size: 1.25em;
}

.caseinside-faq__body {
  display: inline-flex;
  width: 100%;
  position: relative;
  line-height: 1.7;
  word-break: break-all;
  margin-top: 15px;
  font-size: 1em;
  font-weight: 300;
}

.caseinside-faq__body::before {
  content: "答";
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6921e;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  margin-right: 10px;
}

.caseinside-faq__body::after {
  content: ":";
  display: flex;
  align-items: center;
  position: absolute;
  left: 33px;
  top: 0px;
  height: 30px;
  line-height: 1;
  color: #f6921e;
  font-size: 1.25em;
}

.caseinside-faq__body p {
  padding-top: 0;
  padding-bottom: 0;
}

.caseinside-faq__body a {
  color: #f6921e;
  transition: ease 0.2s;
  transition-property: opacity;
}

.caseinside-faq__body a:hover {
  opacity: 0.8;
}

.faq {
  width: 100%;
  padding: 70px 0;
  background-color: #f5f5f5;
}

.faq * {
  box-sizing: border-box;
}

.faq__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  width: 100%;
}

.faq__category {
  width: 260px;
}

@media (min-width: 992px) {
  .faq__category {
    position: relative;
  }
}

@media (max-width: 991px) {
  .faq__category {
    width: 100%;
  }
}

.faq__category-box {
  width: 100%;
}

@media (min-width: 992px) {
  .faq__category-box--fixed {
    position: fixed;
    top: 130px;
    width: 260px;
  }

  .faq__category-box--bottom {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.faq__category-title {
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}

@media (max-width: 991px) {
  .faq__category-title {
    font-size: 22px;
  }
}

.faq__category-list {
  width: 100%;
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

@media (max-width: 991px) {
  .faq__category-list {
    padding-top: 20px;
    margin-top: 15px;
  }
}

.faq__category-btn {
  width: 100%;
}

.faq__category-btn:nth-child(n+2) {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .faq__category-btn:nth-child(n+2) {
    margin-top: 10px;
  }
}

.faq__category-btn a {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #999;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.faq__category-btn a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 18px;
  height: 20px;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -18px -289px;
  background-repeat: no-repeat;
}

.faq__category-btn a:hover {
  color: #4bb134;
}

.faq__category-btn a:hover::before {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0 -289px;
}

.faq__list {
  width: calc(100% - 290px);
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .faq__list {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
}

.faq__item {
  width: 100%;
}

.faq__item:nth-child(n+2) {
  margin-top: 25px;
}

.faq__item--open .faq__item-plus {
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -90px 0px;
}

.faq__item--open .faq__item-content {
  display: block;
}

.faq__item-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.faq__item-title {
  width: calc(100% - 63px);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
}

@media (max-width: 991px) {
  .faq__item-title {
    width: calc(100% - 25px);
    font-size: 18px;
  }
}

.faq__item-plus {
  width: 53px;
  height: 20px;
  margin: 4px 0;
  background-size: 150px 755px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -90px -20px;
}

@media (max-width: 991px) {
  .faq__item-plus {
    width: 20px;
    margin: 2px 0;
  }
}

.faq__item-content {
  display: none;
  width: 100%;
  margin-top: 15px;
}

.charts {
  padding-top: 70px;
  padding-bottom: 70px;
}

.charts-block {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.charts__tabs {
  width: 100%;
  display: flex;
}

.charts__tabs-btn {
  width: 50%;
  padding: 30px 0 38px;
  border-top: 13px solid transparent;
  background-color: #f2f2f2;
  font-size: 1.5em;
  text-align: center;
  color: #999999;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

@media (max-width: 991px) {
  .charts__tabs-btn {
    padding: 12px 0;
    border-top-width: 7px;
    font-size: 1.125em;
  }
}

.charts__tabs-btn p {
  padding-bottom: 8px;
  display: inline-block;
}

@media (max-width: 991px) {
  .charts__tabs-btn p {
    padding-bottom: 6px;
  }
}

.charts__tabs-btn:nth-child(1) {
  border-top-left-radius: 10px;
}

.charts__tabs-btn:nth-child(2) {
  border-top-right-radius: 10px;
}

.charts__tabs-btn.active {
  border-top-color: #4bb134;
  background-color: #fff;
  color: #333333;
}

.charts__tabs-btn.active p {
  border-bottom: 1px solid #888;
}

.charts__tabs-btn:hover {
  opacity: 0.7;
}

.charts__list {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .charts__list {
    padding: 0 15px;
  }
}

.charts__box {
  width: 100%;
  display: none;
  flex-wrap: wrap;
}

.charts__box.active {
  display: flex;
}

.charts__item {
  width: 100%;
  padding: 25px 0;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 991px) {
  .charts__item {
    padding: 15px 0;
  }
}

.charts__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.charts__item span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.125em;
  color: #4bb134;
}

@media (max-width: 991px) {
  .charts__item span {
    top: 56px;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .charts__item span {
    top: 32px;
  }
}

@media (max-width: 991px) {
  .charts__item:first-child {
    padding-top: 25px;
  }
}

@media (max-width: 991px) {
  .charts__item:first-child span {
    top: 40px;
  }
}

.charts__item:last-child {
  border-bottom: 0;
}

.charts__item:hover .charts__mark-name {
  color: #f6921e;
}

.charts__mark {
  width: calc(50% - 50px);
  padding-left: 50px;
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .charts__mark {
    width: 100%;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .charts__mark {
    padding-left: 25px;
  }
}

.charts__mark-img {
  width: 90px;
  height: 90px;
  margin-right: 30px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .charts__mark-img {
    margin-right: 15px;
    align-self: flex-start;
  }
}

@media (max-width: 767px) {
  .charts__mark-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}

.charts__mark-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .charts__mark-img img {
    width: 50px;
    height: 50px;
  }
}

.charts__mark-circle {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  border: 8px solid #e5e5e5;
  border-radius: 50%;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .charts__mark-circle {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .charts__mark-circle {
    width: 50px;
    height: 50px;
    left: 25px;
    top: 0;
    transform: translateY(0);
    border-width: 5px;
  }
}

.charts__mark-name {
  padding-right: 30px;
  font-size: 1.5em;
  font-weight: 500;
  color: #333333;
  transition-property: color;
  transition: ease 0.2s;
}

@media (max-width: 767px) {
  .charts__mark-name {
    font-size: 1.125em;
  }
}

.charts__mark-name p {
  padding-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #888;
}

@media (max-width: 767px) {
  .charts__mark-name p {
    padding-top: 10px;
    font-size: 14px;
  }
}

.charts__subbox {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .charts__subbox {
    width: 100%;
    margin-top: 15px;
    padding-left: 120px;
  }
}

@media (max-width: 767px) {
  .charts__subbox {
    padding-left: 80px;
  }
}

@media (max-width: 320px) {
  .charts__subbox {
    padding-left: 25px;
  }
}

.charts__sub {
  padding-right: 30px;
  display: flex;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .charts__sub {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .charts__sub {
    padding-right: 10px;
  }
}

.charts__sub-img {
  width: 46px;
  height: 46px;
  margin-right: 20px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .charts__sub-img {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .charts__sub-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

.charts__sub-text {
  font-size: 1em;
  color: #666;
}

@media (max-width: 991px) {
  .charts__sub-text {
    font-size: 0.875em;
  }
}

@media (max-width: 767px) {
  .charts__sub-text {
    font-size: 12px;
  }
}

.charts__sub-text p {
  padding-bottom: 12px;
  font-size: 14px;
  color: #888;
}

@media (max-width: 767px) {
  .charts__sub-text p {
    padding-bottom: 5px;
    font-size: 12px;
    transform-origin: left top;
    transform: scale(0.8);
  }
}

.charts__sub:nth-child(1) {
  width: 60%;
}

@media (max-width: 991px) {
  .charts__sub:nth-child(1) {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .charts__sub:nth-child(1) {
    width: 100%;
  }
}

.charts__sub:nth-child(1) .charts__sub-img {
  background-image: url(../../images/index/indexranking__sub-img01.png);
}

.charts__sub:nth-child(2) {
  width: 40%;
  padding-right: 0 !important;
}

@media (max-width: 991px) {
  .charts__sub:nth-child(2) {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .charts__sub:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
}

.charts__sub:nth-child(2) .charts__sub-img {
  background-image: url(../../images/index/indexranking__sub-img02.png);
}

.upload__header {
  padding: 10px 0;
  background-color: #09160e;
}

.upload__header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.upload__header-return {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  padding: 5px 8px;
  background-color: #4bb134;
  border-radius: 3px;
}

.upload__logo {
  display: block;
}

.upload__logo img {
  display: block;
  height: 30px;
}

.upload__pagetitle {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  background-image: url(../images/insidebanner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.upload__pagetitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.upload__pagetitle h1 {
  position: relative;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(189, 204, 212, 0.3);
}

@media (max-width: 991px) {
  .upload__pagetitle h1 {
    font-size: 32px;
  }
}

.upload__main {
  min-height: calc(100vh - 246px);
  display: flex;
  align-items: center;
  padding: 70px 0;
  background-color: #f7f7f7;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .upload__main {
    padding: 40px 0;
  }
}

@media (max-width: 575px) {
  .upload__main {
    align-items: flex-start;
    align-content: flex-start;
    padding: 0;
    background-color: #fff;
  }

  .upload__main .container {
    padding: 0px;
  }
}

.upload__login {
  width: 100%;
  padding: 40px 30px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(189, 204, 212, 0.15);
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .upload__login {
    max-width: 400px;
  }
}

@media (max-width: 575px) {
  .upload__login {
    padding: 40px 0px;
    box-shadow: none;
  }
}

.upload__login-title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.upload__login-content {
  width: 100%;
  padding: 25px 0;
  margin: 20px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

@media (max-width: 575px) {
  .upload__login-content {
    padding: 20px 0;
    margin: 15px 0;
  }
}

.upload__login-row:nth-child(n+2) {
  margin-top: 20px;
}

.upload__login-row .g-recaptcha>div {
  margin: 0 auto;
}

.upload__login-row label {
  display: inline-block;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 10px;
}

.upload__login-row input {
  width: 100%;
  height: 40px;
  color: #777;
  font-size: 16px;
  font-weight: 300;
  padding: 0 10px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 3px;
  box-sizing: border-box;
}

.upload__login-row input::placeholder {
  color: #aaa;
}

.upload__login-btnbox {
  display: flex;
  justify-content: center;
}

.upload__login-btn {
  display: block;
  width: 100%;
  max-width: 200px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  background-color: #4bb134;
  border-radius: 3px;
}

.upload__login-notice {
  color: #777;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}

.upload__footer {
  padding: 15px 0;
  background-color: #243030;
}

.upload__footer p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.84;
  text-align: center;
  opacity: 0.6;
}

.upload__inner {
  min-height: calc(100vh - 246px);
  display: flex;
  box-sizing: border-box;
}

.upload__aside {
  position: relative;
  background-color: #eee;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .upload__aside {
    width: calc(50% - 390px);
    padding-left: calc(50% - 570px);
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .upload__aside {
    width: calc(50% - 305px);
    padding-left: calc(50% - 485px);
  }
}

@media (max-width: 991px) {
  .upload__aside {
    display: none;
  }
}

.upload__anchor {
  position: absolute;
  top: 70px;
  right: 0;
  width: 180px;
  background-color: #eee;
}

.upload__section {
  width: 100%;
}

.upload__section:nth-child(n+3) {
  margin-top: 40px;
}

.upload__anchortitle {
  width: 100%;
  height: 45px;
  padding-left: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
}

.upload__anchortitle h2 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.upload__titlebox {
  position: relative;
  height: 45px;
  padding-left: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #999;
}

@media (max-width: 991px) {
  .upload__titlebox {
    height: auto;
    padding-bottom: 15px;
  }
}

.upload__titlebox-icon {
  position: absolute;
  left: 0;
  top: 1px;
}

.upload__titlebox-icon img {
  width: 15px;
}

.upload__titlebox-logout {
  position: absolute;
  right: 0;
  top: 1px;
  color: #4bb134;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
}

.upload__titlebox h2 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.upload__titlebox h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.upload__subtitlebox {
  margin-bottom: 20px;
}

.upload__subtitlebox>p {
  color: #777;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  margin-top: 7px;
}

.upload__subtitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.upload__subtitle h3 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.upload__subtitle span {
  display: block;
  color: #f6921e;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 2px 3px;
  margin-left: 10px;
  border: 1px solid #f6921e;
}

.upload__anchorbox-item {
  display: block;
  color: #999;
  font-size: 16px;
  font-weight: 300;
  line-height: 44px;
  padding-left: 20px;
  border-left: 4px solid transparent;
  transition: color 0.3s;
}

.upload__anchorbox-item:nth-child(n+2) {
  margin-top: 5px;
}

.upload__anchorbox-item:hover {
  color: #555;
}

.upload__anchorbox-item--active {
  background-color: #fff;
  border-color: #f6921e;
}

.upload__anchorbox-item--active:hover {
  color: #999;
}

.upload__bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
  background-color: #eee;
}

@media (min-width: 1200px) {
  .upload__bottom {
    width: calc((100% - 1140px) / 2 + 180px);
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .upload__bottom {
    width: calc((100% - 970px) / 2 + 180px);
  }
}

.upload__bottom div {
  width: 180px;
  height: 61px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-top: 1px solid #999;
}

.upload__bottom p {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.upload__content {
  position: relative;
  padding: 70px 15px 70px 60px;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .upload__content {
    width: 975px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .upload__content {
    width: 805px;
  }
}

@media (max-width: 991px) {
  .upload__content {
    width: 100%;
    padding: 40px 15px;
  }
}

.upload__content-btnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 40px;
}

.upload__content-btn {
  width: 200px;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
}

.upload__content-btn:nth-child(n+2) {
  margin-left: 10px;
}

@media (max-width: 575px) {
  .upload__content-btn {
    width: 100%;
  }

  .upload__content-btn:nth-child(n+2) {
    margin: 10px 0 0;
  }
}

.upload__content-save {
  background-color: #4bb134;
}

.upload__content-submit {
  background-color: #f6921e;
}

.upload__product {
  margin-top: 30px;
}

.upload__info {
  margin-top: 30px;
}

.upload__info-textarea {
  padding: 14px 20px;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .upload__info-textarea {
    padding: 10px 15px;
  }
}

.upload__info-textarea p {
  color: #777;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .upload__info-textarea p {
    line-height: 1.5;
  }
}

.picture__itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.picture__item {
  width: calc(50% - 10px);
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .picture__item {
    width: 100%;
  }

  .picture__item:nth-child(n+2) {
    margin-top: 10px;
  }
}

.picture__item-content {
  position: relative;
  background-color: #ddd;
  border: 1px dashed #ccc;
  border-radius: 2px;
  overflow: hidden;
}

.picture__item-content::before {
  content: "";
  display: block;
  padding-top: 59.5%;
}

.picture__item-content input[type=file] {
  display: none;
}

.picture__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
}

.picture__item-btnbox {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.picture__item-btn {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  padding: 5px 15px 7px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 15px;
  transition: color 0.4s, border-color 0.4s;
}

.picture__item-btn:hover {
  color: #4bb134;
  border-color: #4bb134;
}

.picture__item-btn:focus {
  color: #333;
  border-color: #333;
}

.picture__item-btn:nth-child(n+2) {
  margin-left: 10px;
}

.picture__upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.picture__upload-box img {
  width: 55px;
}

.picture__upload-box p {
  width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-top: 10px;
}

.productpic__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px;
  background-color: #eeeeee;
  border-radius: 5px;
}

.productpic__item:nth-child(n+2) {
  margin-top: 20px;
}

.productpic__num {
  width: 55px;
  color: #333;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.productpic__main {
  width: calc(100% - 355px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .productpic__main {
    width: calc(100% - 55px);
  }
}

.productpic__main input[type=file] {
  display: none;
}

.productpic__img {
  width: 180px;
  height: 135px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.productpic__btn {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  padding: 5px 15px 7px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 15px;
  transition: color 0.4s, border-color 0.4s;
}

.productpic__btn:hover {
  color: #4bb134;
  border-color: #4bb134;
}

.productpic__btn:nth-of-type(n + 2) {
  margin-left: 10px;
}

.productpic__btnbox {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .productpic__btnbox {
    width: 100%;
    justify-content: flex-start;
  }

  .productpic__btnbox .productpic__btn {
    margin-top: 10px;
  }
}

.productpic__addbox {
  margin-top: 20px;
}

.productpic__add {
  display: block;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ccc;
  border-radius: 3px;
}

.productpic__add p {
  position: relative;
  color: #808080;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  padding-left: 25px;
}

.productpic__add p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(/lazyweb/web/images/upload/addpic_icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.process__bar {
  width: 180px;
  height: 30px;
  border: 1px solid #f6921e;
  border-radius: 3px;
  background: -webkit-linear-gradient(-45deg, #ffc257 0%, #ffc257 20%, #f6921e 20%, #f6921e 45%, #ffc257 45%, #ffc257 70%, #f6921e 70%, #f6921e 95%, #ffc257 95%, #ffc257 100%);
  background-size: 30px 30px;
  background-position: 0 0;
  animation: process_bar 0.5s infinite linear;
}

@media (max-width: 575px) {
  .process__bar {
    width: 140px;
  }
}

.process__bar-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.process__bar-box::after {
  content: "上傳中";
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-left: 10px;
}

@keyframes process_bar {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 30px 0;
  }
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.lightbox--open {
  display: flex;
}

.lightbox__main {
  position: relative;
  width: calc(100% - 30px);
  max-width: 400px;
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
  border: 1px solid #f6921e;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.lightbox__main-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.lightbox__main-close img {
  width: 12px;
}

.lightbox__main-title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 20px;
}

.lightbox__main-title+p {
  margin-top: 10px;
}

.lightbox__main-text {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  margin: 20px 0;
}

.lightbox__main-btn {
  width: 80px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  background-color: #555;
  border-radius: 3px;
}

.lightbox__main-confirm {
  width: 200px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  background-color: #f6921e;
  border-radius: 3px;
}

.lightbox__warning {
  height: 40px;
}

.lightbox__save {
  height: 100px;
}

.lightbox__confirm {
  height: 100px;
}

.lightbox__success {
  height: 100px;
}

.draft__btn {
  padding: 5px 10px;
  font-size: 14px;
}