@charset "UTF-8";
/*-------------------------reset-------------------------*/
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%; }

/*-------------------------var-------------------------*/
/*-------------------------mixins-------------------------*/
/*-------------------------animation-------------------------*/
@-webkit-keyframes effects-movetop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes effects-movetop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes effects-moveright {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes effects-moveright {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes effects-mappeople-route {
  0% {
    top: -15%;
    left: 0%; }
  12% {
    top: -15%;
    left: 20%; }
  20% {
    top: 15%;
    left: 15%; }
  35% {
    top: 15%;
    left: 37%; }
  42% {
    top: 0;
    left: 42%; }
  55% {
    top: 0;
    left: 55%; }
  62% {
    top: 15%;
    left: 62%; }
  75% {
    top: 15%;
    left: 75%; }
  90% {
    top: -15%;
    left: 85%; }
  100% {
    top: -15%;
    left: 100%; } }

@keyframes effects-mappeople-route {
  0% {
    top: -15%;
    left: 0%; }
  12% {
    top: -15%;
    left: 20%; }
  20% {
    top: 15%;
    left: 15%; }
  35% {
    top: 15%;
    left: 37%; }
  42% {
    top: 0;
    left: 42%; }
  55% {
    top: 0;
    left: 55%; }
  62% {
    top: 15%;
    left: 62%; }
  75% {
    top: 15%;
    left: 75%; }
  90% {
    top: -15%;
    left: 85%; }
  100% {
    top: -15%;
    left: 100%; } }

@-webkit-keyframes effects-mappeople-shadow {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes effects-mappeople-shadow {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes effects-mappeople-shadow-sm {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes effects-mappeople-shadow-sm {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@-webkit-keyframes effects-mappeople-work {
  0% {
    height: 100%; }
  12% {
    height: 100%; }
  12.001% {
    height: 0; }
  20% {
    height: 0; }
  20.001% {
    height: 100%; }
  55% {
    height: 100%; }
  55.001% {
    height: 0; }
  62% {
    height: 0; }
  62.001% {
    height: 100%; }
  100% {
    height: 100%; } }

@keyframes effects-mappeople-work {
  0% {
    height: 100%; }
  12% {
    height: 100%; }
  12.001% {
    height: 0; }
  20% {
    height: 0; }
  20.001% {
    height: 100%; }
  55% {
    height: 100%; }
  55.001% {
    height: 0; }
  62% {
    height: 0; }
  62.001% {
    height: 100%; }
  100% {
    height: 100%; } }

@-webkit-keyframes effects-mappeople-front {
  0% {
    height: 0; }
  12% {
    height: 0; }
  12.001% {
    height: 100%; }
  20% {
    height: 100%; }
  20.001% {
    height: 0; }
  55% {
    height: 0; }
  55.001% {
    height: 100%; }
  62% {
    height: 100%; }
  62.001% {
    height: 0; }
  100% {
    height: 0; } }

@keyframes effects-mappeople-front {
  0% {
    height: 0; }
  12% {
    height: 0; }
  12.001% {
    height: 100%; }
  20% {
    height: 100%; }
  20.001% {
    height: 0; }
  55% {
    height: 0; }
  55.001% {
    height: 100%; }
  62% {
    height: 100%; }
  62.001% {
    height: 0; }
  100% {
    height: 0; } }

@-webkit-keyframes effects-mapmoney {
  0% {
    -webkit-transform: scale(1, 1) rotateY(0deg) translateY(100px);
    transform: scale(1, 1) rotateY(0deg) translateY(100px); }
  20% {
    -webkit-transform: scale(1, 1) rotateY(90deg) translateY(75px);
    transform: scale(1, 1) rotateY(90deg) translateY(75px); }
  40% {
    -webkit-transform: scale(1, 1) rotateY(0deg) translateY(50px);
    transform: scale(1, 1) rotateY(0deg) translateY(50px); }
  60% {
    -webkit-transform: scale(1, 1) rotateY(90deg) translateY(25px);
    transform: scale(1, 1) rotateY(90deg) translateY(25px); }
  80% {
    -webkit-transform: scale(0.5, 0.5) rotateY(0) translateY(16px);
    transform: scale(0.5, 0.5) rotateY(0) translateY(16px); }
  95% {
    -webkit-transform: scale(0.25, 0.25) rotateY(90deg) translateY(8px);
    transform: scale(0.25, 0.25) rotateY(90deg) translateY(8px); }
  100% {
    -webkit-transform: scale(0, 0) rotateY(0deg) translateY(0px);
    transform: scale(0, 0) rotateY(0deg) translateY(0px); } }

@keyframes effects-mapmoney {
  0% {
    -webkit-transform: scale(1, 1) rotateY(0deg) translateY(100px);
    transform: scale(1, 1) rotateY(0deg) translateY(100px); }
  20% {
    -webkit-transform: scale(1, 1) rotateY(90deg) translateY(75px);
    transform: scale(1, 1) rotateY(90deg) translateY(75px); }
  40% {
    -webkit-transform: scale(1, 1) rotateY(0deg) translateY(50px);
    transform: scale(1, 1) rotateY(0deg) translateY(50px); }
  60% {
    -webkit-transform: scale(1, 1) rotateY(90deg) translateY(25px);
    transform: scale(1, 1) rotateY(90deg) translateY(25px); }
  80% {
    -webkit-transform: scale(0.5, 0.5) rotateY(0) translateY(16px);
    transform: scale(0.5, 0.5) rotateY(0) translateY(16px); }
  95% {
    -webkit-transform: scale(0.25, 0.25) rotateY(90deg) translateY(8px);
    transform: scale(0.25, 0.25) rotateY(90deg) translateY(8px); }
  100% {
    -webkit-transform: scale(0, 0) rotateY(0deg) translateY(0px);
    transform: scale(0, 0) rotateY(0deg) translateY(0px); } }

@-webkit-keyframes effects-mapmoney-sm {
  0% {
    -webkit-transform: scale(1, 1) rotateY(0deg) translateY(50px);
    transform: scale(1, 1) rotateY(0deg) translateY(50px); }
  20% {
    -webkit-transform: scale(1, 1) rotateY(90deg) translateY(35px);
    transform: scale(1, 1) rotateY(90deg) translateY(35px); }
  40% {
    -webkit-transform: scale(1, 1) rotateY(0deg) translateY(20px);
    transform: scale(1, 1) rotateY(0deg) translateY(20px); }
  60% {
    -webkit-transform: scale(1, 1) rotateY(90deg) translateY(10px);
    transform: scale(1, 1) rotateY(90deg) translateY(10px); }
  80% {
    -webkit-transform: scale(0.5, 0.5) rotateY(0) translateY(5px);
    transform: scale(0.5, 0.5) rotateY(0) translateY(5px); }
  95% {
    -webkit-transform: scale(0.25, 0.25) rotateY(90deg) translateY(3px);
    transform: scale(0.25, 0.25) rotateY(90deg) translateY(3px); }
  100% {
    -webkit-transform: scale(0, 0) rotateY(0deg) translateY(0px);
    transform: scale(0, 0) rotateY(0deg) translateY(0px); } }

@keyframes effects-mapmoney-sm {
  0% {
    -webkit-transform: scale(1, 1) rotateY(0deg) translateY(50px);
    transform: scale(1, 1) rotateY(0deg) translateY(50px); }
  20% {
    -webkit-transform: scale(1, 1) rotateY(90deg) translateY(35px);
    transform: scale(1, 1) rotateY(90deg) translateY(35px); }
  40% {
    -webkit-transform: scale(1, 1) rotateY(0deg) translateY(20px);
    transform: scale(1, 1) rotateY(0deg) translateY(20px); }
  60% {
    -webkit-transform: scale(1, 1) rotateY(90deg) translateY(10px);
    transform: scale(1, 1) rotateY(90deg) translateY(10px); }
  80% {
    -webkit-transform: scale(0.5, 0.5) rotateY(0) translateY(5px);
    transform: scale(0.5, 0.5) rotateY(0) translateY(5px); }
  95% {
    -webkit-transform: scale(0.25, 0.25) rotateY(90deg) translateY(3px);
    transform: scale(0.25, 0.25) rotateY(90deg) translateY(3px); }
  100% {
    -webkit-transform: scale(0, 0) rotateY(0deg) translateY(0px);
    transform: scale(0, 0) rotateY(0deg) translateY(0px); } }

@-webkit-keyframes effects-mapmoney1 {
  0% {
    opacity: 0; }
  7% {
    opacity: 0; }
  7.001% {
    opacity: 1; }
  11% {
    opacity: 1; }
  11.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney1 {
  0% {
    opacity: 0; }
  7% {
    opacity: 0; }
  7.001% {
    opacity: 1; }
  11% {
    opacity: 1; }
  11.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney1-sm {
  0% {
    opacity: 0; }
  9% {
    opacity: 0; }
  9.001% {
    opacity: 1; }
  12% {
    opacity: 1; }
  12.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney1-sm {
  0% {
    opacity: 0; }
  9% {
    opacity: 0; }
  9.001% {
    opacity: 1; }
  12% {
    opacity: 1; }
  12.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney2 {
  0% {
    opacity: 0; }
  18% {
    opacity: 0; }
  18.001% {
    opacity: 1; }
  21.5% {
    opacity: 1; }
  21.501% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney2 {
  0% {
    opacity: 0; }
  18% {
    opacity: 0; }
  18.001% {
    opacity: 1; }
  21.5% {
    opacity: 1; }
  21.501% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney2-sm {
  0% {
    opacity: 0; }
  18% {
    opacity: 0; }
  18.001% {
    opacity: 1; }
  20.5% {
    opacity: 1; }
  20.501% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney2-sm {
  0% {
    opacity: 0; }
  18% {
    opacity: 0; }
  18.001% {
    opacity: 1; }
  20.5% {
    opacity: 1; }
  20.501% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney3 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  25.001% {
    opacity: 1; }
  29% {
    opacity: 1; }
  29.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney3 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  25.001% {
    opacity: 1; }
  29% {
    opacity: 1; }
  29.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney3-sm {
  0% {
    opacity: 0; }
  29% {
    opacity: 0; }
  29.001% {
    opacity: 1; }
  31.5% {
    opacity: 1; }
  31.501% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney3-sm {
  0% {
    opacity: 0; }
  29% {
    opacity: 0; }
  29.001% {
    opacity: 1; }
  31.5% {
    opacity: 1; }
  31.501% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney4 {
  0% {
    opacity: 0; }
  35% {
    opacity: 0; }
  35.001% {
    opacity: 1; }
  38.7% {
    opacity: 1; }
  38.701% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney4 {
  0% {
    opacity: 0; }
  35% {
    opacity: 0; }
  35.001% {
    opacity: 1; }
  38.7% {
    opacity: 1; }
  38.701% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney4-sm {
  0% {
    opacity: 0; }
  41% {
    opacity: 0; }
  41.001% {
    opacity: 1; }
  44.0% {
    opacity: 1; }
  44.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney4-sm {
  0% {
    opacity: 0; }
  41% {
    opacity: 0; }
  41.001% {
    opacity: 1; }
  44.0% {
    opacity: 1; }
  44.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney5 {
  0% {
    opacity: 0; }
  48% {
    opacity: 0; }
  48.001% {
    opacity: 1; }
  52% {
    opacity: 1; }
  52.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney5 {
  0% {
    opacity: 0; }
  48% {
    opacity: 0; }
  48.001% {
    opacity: 1; }
  52% {
    opacity: 1; }
  52.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney5-sm {
  0% {
    opacity: 0; }
  48% {
    opacity: 0; }
  48.001% {
    opacity: 1; }
  50.5% {
    opacity: 1; }
  50.501% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney5-sm {
  0% {
    opacity: 0; }
  48% {
    opacity: 0; }
  48.001% {
    opacity: 1; }
  50.5% {
    opacity: 1; }
  50.501% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney6 {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  60.001% {
    opacity: 1; }
  64% {
    opacity: 1; }
  64.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney6 {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  60.001% {
    opacity: 1; }
  64% {
    opacity: 1; }
  64.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney6-sm {
  0% {
    opacity: 0; }
  64% {
    opacity: 0; }
  64.001% {
    opacity: 1; }
  67% {
    opacity: 1; }
  67.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney6-sm {
  0% {
    opacity: 0; }
  64% {
    opacity: 0; }
  64.001% {
    opacity: 1; }
  67% {
    opacity: 1; }
  67.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney7 {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  70.001% {
    opacity: 1; }
  74% {
    opacity: 1; }
  74.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney7 {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  70.001% {
    opacity: 1; }
  74% {
    opacity: 1; }
  74.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney7-sm {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  70.001% {
    opacity: 1; }
  72.5% {
    opacity: 1; }
  72.501% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney7-sm {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  70.001% {
    opacity: 1; }
  72.5% {
    opacity: 1; }
  72.501% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney8 {
  0% {
    opacity: 0; }
  85% {
    opacity: 0; }
  85.001% {
    opacity: 1; }
  89% {
    opacity: 1; }
  89.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney8 {
  0% {
    opacity: 0; }
  85% {
    opacity: 0; }
  85.001% {
    opacity: 1; }
  89% {
    opacity: 1; }
  89.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapmoney8-sm {
  0% {
    opacity: 0; }
  85% {
    opacity: 0; }
  85.001% {
    opacity: 1; }
  88% {
    opacity: 1; }
  88.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes effects-mapmoney8-sm {
  0% {
    opacity: 0; }
  85% {
    opacity: 0; }
  85.001% {
    opacity: 1; }
  88% {
    opacity: 1; }
  88.001% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes effects-mapbgsm {
  0% {
    background-position: 0% 0; }
  5% {
    background-position: 15% 0; }
  12% {
    background-position: 25% 0; }
  85% {
    background-position: 75% 0; }
  94% {
    background-position: 85% 0; }
  100% {
    background-position: 100% 0; } }

@keyframes effects-mapbgsm {
  0% {
    background-position: 0% 0; }
  5% {
    background-position: 15% 0; }
  12% {
    background-position: 25% 0; }
  85% {
    background-position: 75% 0; }
  94% {
    background-position: 85% 0; }
  100% {
    background-position: 100% 0; } }

@-webkit-keyframes effects-mappeople-route-sm {
  0% {
    -webkit-transform: translate(0vw, 0vw);
    transform: translate(0vw, 0vw); }
  12% {
    -webkit-transform: translate(45vw, 0vw);
    transform: translate(45vw, 0vw); }
  20% {
    -webkit-transform: translate(5vw, 30vw);
    transform: translate(5vw, 30vw); }
  40% {
    -webkit-transform: translate(17vw, 30vw);
    transform: translate(17vw, 30vw); }
  48% {
    -webkit-transform: translate(17vw, 15vw);
    transform: translate(17vw, 15vw); }
  60% {
    -webkit-transform: translate(17vw, 15vw);
    transform: translate(17vw, 15vw); }
  70% {
    -webkit-transform: translate(17vw, 30vw);
    transform: translate(17vw, 30vw); }
  80% {
    -webkit-transform: translate(23vw, 30vw);
    transform: translate(23vw, 30vw); }
  85% {
    -webkit-transform: translate(35vw, 0vw);
    transform: translate(35vw, 0vw); }
  100% {
    -webkit-transform: translate(100vw, 0vw);
    transform: translate(100vw, 0vw); } }

@keyframes effects-mappeople-route-sm {
  0% {
    -webkit-transform: translate(0vw, 0vw);
    transform: translate(0vw, 0vw); }
  12% {
    -webkit-transform: translate(45vw, 0vw);
    transform: translate(45vw, 0vw); }
  20% {
    -webkit-transform: translate(5vw, 30vw);
    transform: translate(5vw, 30vw); }
  40% {
    -webkit-transform: translate(17vw, 30vw);
    transform: translate(17vw, 30vw); }
  48% {
    -webkit-transform: translate(17vw, 15vw);
    transform: translate(17vw, 15vw); }
  60% {
    -webkit-transform: translate(17vw, 15vw);
    transform: translate(17vw, 15vw); }
  70% {
    -webkit-transform: translate(17vw, 30vw);
    transform: translate(17vw, 30vw); }
  80% {
    -webkit-transform: translate(23vw, 30vw);
    transform: translate(23vw, 30vw); }
  85% {
    -webkit-transform: translate(35vw, 0vw);
    transform: translate(35vw, 0vw); }
  100% {
    -webkit-transform: translate(100vw, 0vw);
    transform: translate(100vw, 0vw); } }

@-webkit-keyframes effects-mappeople-work-sm {
  0% {
    height: 100%; }
  12% {
    height: 100%; }
  12.001% {
    height: 0; }
  20% {
    height: 0; }
  20.001% {
    height: 100%; }
  60% {
    height: 100%; }
  60.001% {
    height: 0; }
  70% {
    height: 0; }
  70.001% {
    height: 100%; }
  100% {
    height: 100%; } }

@keyframes effects-mappeople-work-sm {
  0% {
    height: 100%; }
  12% {
    height: 100%; }
  12.001% {
    height: 0; }
  20% {
    height: 0; }
  20.001% {
    height: 100%; }
  60% {
    height: 100%; }
  60.001% {
    height: 0; }
  70% {
    height: 0; }
  70.001% {
    height: 100%; }
  100% {
    height: 100%; } }

@-webkit-keyframes effects-mappeople-front-sm {
  0% {
    height: 0; }
  12% {
    height: 0; }
  12.001% {
    height: 100%; }
  20% {
    height: 100%; }
  20.001% {
    height: 0; }
  60% {
    height: 0; }
  60.001% {
    height: 100%; }
  70% {
    height: 100%; }
  70.001% {
    height: 0; }
  100% {
    height: 0; } }

@keyframes effects-mappeople-front-sm {
  0% {
    height: 0; }
  12% {
    height: 0; }
  12.001% {
    height: 100%; }
  20% {
    height: 100%; }
  20.001% {
    height: 0; }
  60% {
    height: 0; }
  60.001% {
    height: 100%; }
  70% {
    height: 100%; }
  70.001% {
    height: 0; }
  100% {
    height: 0; } }

/*-------------------------style-------------------------*/
body {
  font-family: "微軟正黑體", sans-serif;
  color: #333333;
  overflow-x: hidden;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding-top: 85px; }
  @media (max-width: 767px) {
    body {
      padding-top: 65px; } }

select, button, textarea, input {
  font-family: "微軟正黑體", sans-serif;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

table {
  border-collapse: collapse; }

a {
  color: #277f7b; }

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

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

a:active {
  outline: none; }

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%; }

.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: 1401px) {
  .container {
    width: 1254px; } }

.mt0 {
  margin-top: 0; }

.hidden-pc {
  display: none; }
  @media (max-width: 767px) {
    .hidden-pc {
      display: block; } }

.gotop {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: url("../images/gotop.png"), #fff;
  background-position: center center;
  background-size: 30px auto;
  background-repeat: no-repeat;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  cursor: pointer;
  display: none; }
  @media (max-width: 767px) {
    .gotop {
      width: 50px;
      height: 50px;
      right: 15px;
      bottom: 15px;
      background-size: 20px,auto; } }

/*-------------------------header-------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  background: #277f7b;
  border-bottom: 5px solid #599995; }
  .header h1 {
    display: none; }

.navbar {
  position: relative;
  z-index: 1030;
  padding: 0px 57px; }
  @media (max-width: 1400px) {
    .navbar {
      padding: 0; } }
  @media (max-width: 767px) {
    .navbar--active .navbar-toggle__item:first-child {
      top: 12px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .navbar--active .navbar-toggle__item:nth-child(2) {
      display: none; }
    .navbar--active .navbar-toggle__item:last-child {
      top: 12px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); } }
  .navbar--active .navbar-head::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  @media (max-width: 767px) {
    .navbar--active .navbar-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px;
      position: relative;
      margin-top: 0px;
      padding-bottom: 0;
      background: #277f7b;
      z-index: 1; } }
  .navbar-hidden {
    display: none; }
  .navbar-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    @media (max-width: 767px) {
      .navbar-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .navbar-head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    position: relative;
    z-index: 3; }
    @media (max-width: 767px) {
      .navbar-head {
        width: 100%;
        padding: 10px 0; }
        .navbar-head::before {
          content: "";
          width: calc(100% + 30px);
          height: calc(100% + 8px);
          position: absolute;
          top: -8px;
          left: -15px;
          z-index: 10;
          background: #277f7b; } }
  .navbar-logo {
    width: 157px;
    position: relative;
    z-index: 20; }
    .navbar-logo img {
      width: 100%;
      max-width: 100%;
      display: block; }
  .navbar-toggle {
    display: none;
    height: 26px;
    width: 32px;
    position: relative;
    z-index: 20;
    cursor: pointer; }
    @media (max-width: 767px) {
      .navbar-toggle {
        display: block; } }
    .navbar-toggle__item {
      display: block;
      width: 32px;
      height: 2px;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .navbar-toggle__item:nth-child(2) {
        top: 10px; }
      .navbar-toggle__item:last-child {
        top: 20px; }
  .navbar-body {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1199px) {
      .navbar-body {
        padding-right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media (max-width: 767px) {
      .navbar-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        margin-top: -150vh;
        width: calc(100% + 30px);
        padding-bottom: 15px;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        z-index: 1; } }
  .navbar-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .navbar-link {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        max-height: calc(100vh - 65px); } }
    .navbar-link__item {
      position: relative;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 1.125em;
      color: #fff;
      position: relative;
      line-height: 78px;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: background;
      -o-transition-property: background;
      transition-property: background; }
      @media (max-width: 767px) {
        .navbar-link__item {
          max-width: 100%;
          width: 100%;
          margin-left: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-top: 0;
          font-size: 1em;
          color: #fff;
          padding: 0 15px;
          text-align: center;
          line-height: 50px; } }
      .navbar-link__item::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: #fff;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: width;
        -o-transition-property: width;
        transition-property: width;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        margin: 0 auto; }
      .navbar-link__item:hover {
        opacity: 1; }
        .navbar-link__item:hover::after {
          width: 50%; }
      .navbar-link__item--active {
        background: rgba(255, 255, 255, 0.15); }

.breadcrumbs {
  background: #599995;
  padding: 10px;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: none;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top; }
  @media (max-width: 767px) {
    .breadcrumbs {
      display: block;
      top: 0; } }
  .breadcrumbs--active {
    top: 0; }
    @media (max-width: 767px) {
      .breadcrumbs--active {
        top: 60px; } }
  .breadcrumbs-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .breadcrumbs-block::before {
      content: "";
      display: block;
      width: 15px;
      height: 20px;
      background: url("../images/map-marker.png");
      background-position: center center;
      background-size: 100% auto;
      background-repeat: no-repeat;
      margin-right: 5px; }
  .breadcrumbs-item {
    font-size: 1em;
    color: #fff; }
    .breadcrumbs-item::before {
      content: "/";
      padding-left: 5px;
      padding-right: 5px; }
    .breadcrumbs-item:first-child::before {
      display: none; }

/*-------------------------footer-------------------------*/
.footer {
  background: #17898a; }
  .footer-block {
    padding: 15px 57px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #fff;
    line-height: 1.4; }
    @media (max-width: 1400px) {
      .footer-block {
        padding: 15px 0; } }
    @media (max-width: 767px) {
      .footer-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  .footer-left {
    width: 133px; }
    @media (max-width: 767px) {
      .footer-left {
        width: 100%; } }
    .footer-left img {
      max-width: 100%;
      display: block; }
      @media (max-width: 767px) {
        .footer-left img {
          width: 133px;
          margin: 0 auto;
          padding-top: 15px; } }
  .footer-right {
    width: calc(100% - 133px);
    padding-left: 20px; }
    @media (max-width: 767px) {
      .footer-right {
        width: 100%;
        padding-left: 0; } }
  .footer-title {
    color: #e7f91b;
    font-size: 1.625em;
    font-weight: 700; }
    @media (max-width: 1199px) {
      .footer-title {
        font-size: 1.375em; } }
    @media (max-width: 767px) {
      .footer-title {
        font-size: 1em; } }
  .footer-text {
    font-size: 1.125em; }
    @media (max-width: 767px) {
      .footer-text {
        font-size: 0.9375em; } }
    .footer-text span {
      font-size: 0.8333333333333333em; }
  .footer-list {
    padding-left: 20px; }
    .footer-list__item {
      font-size: 0.9375em; }
      @media (max-width: 767px) {
        .footer-list__item {
          font-size: 0.875em; } }
  .footer-subtext {
    font-size: 0.875em; }
    @media (max-width: 767px) {
      .footer-subtext {
        font-size: 0.8125em; } }

.indexkv {
  position: relative;
  overflow: hidden; }
  .indexkv-bg {
    position: relative; }
    .indexkv-bg__item {
      background-image: url("../images/index-kv.jpg");
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 896px; }
      @media (max-width: 1400px) {
        .indexkv-bg__item {
          height: 750px; } }
      @media (max-width: 991px) {
        .indexkv-bg__item {
          height: 450px; } }
      @media (max-width: 767px) {
        .indexkv-bg__item {
          background: none;
          height: auto; } }
      @media (max-width: 767px) {
        .indexkv-bg__item--pc {
          display: none; } }
      .indexkv-bg__item--pc img {
        margin: 0 auto;
        text-align: center;
        display: block;
        position: relative;
        z-index: 4; }
        @media (max-width: 1400px) {
          .indexkv-bg__item--pc img {
            height: 750px; } }
        @media (max-width: 991px) {
          .indexkv-bg__item--pc img {
            height: 450px; } }
      .indexkv-bg__item--mb {
        display: none; }
        @media (max-width: 767px) {
          .indexkv-bg__item--mb {
            display: block; } }
  .indexkv-textsm {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 25px;
    background: -webkit-gradient(linear, right top, left top, from(#0050b4), to(rgba(0, 80, 180, 0)));
    background: -webkit-linear-gradient(right, #0050b4 0%, rgba(0, 80, 180, 0) 100%);
    background: -o-linear-gradient(right, #0050b4 0%, rgba(0, 80, 180, 0) 100%);
    background: linear-gradient(to left, #0050b4 0%, rgba(0, 80, 180, 0) 100%); }
    @media (max-width: 575px) {
      .indexkv-textsm {
        padding: 15px; } }
    @media (max-width: 479px) {
      .indexkv-textsm {
        padding: 10px; } }
    .indexkv-textsm__title {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%; }
      .indexkv-textsm__title img {
        height: 20px;
        display: block; }
    .indexkv-textsm__icon {
      position: absolute;
      top: -66px;
      left: -15px; }
      @media (max-width: 575px) {
        .indexkv-textsm__icon {
          top: -38px; }
          .indexkv-textsm__icon img {
            width: 150px; } }
      @media (max-width: 479px) {
        .indexkv-textsm__icon {
          top: -26px; }
          .indexkv-textsm__icon img {
            width: 110px; } }
  .indexkv-btn {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px; }
    @media (max-width: 575px) {
      .indexkv-btn {
        margin-top: 5px; } }
    .indexkv-btn__item {
      margin-left: 20px; }
      @media (max-width: 479px) {
        .indexkv-btn__item {
          margin-left: 10px; } }
      .indexkv-btn__item:first-child {
        margin-left: 0; }
      .indexkv-btn__item:hover {
        -webkit-animation: effects-moveright 0.5s ease infinite;
        animation: effects-moveright 0.5s ease infinite; }
      .indexkv-btn__item img {
        height: 48px; }
        @media (max-width: 575px) {
          .indexkv-btn__item img {
            height: 30px; } }
        @media (max-width: 479px) {
          .indexkv-btn__item img {
            height: 24px; } }
  .indexkv-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .indexkv-block {
        display: none; } }
  .indexkv-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .indexkv-left {
    z-index: 9;
    position: relative;
    margin-top: 13%;
    margin-left: -5%; }
    @media (max-width: 1400px) {
      .indexkv-left {
        width: 35%;
        margin-top: 20%; } }
    @media (max-width: 991px) {
      .indexkv-left {
        margin-left: 0%;
        margin-top: 5%; } }
    .indexkv-left__btn {
      position: absolute;
      top: 60%;
      right: -15%;
      z-index: 1; }
      @media (max-width: 1400px) {
        .indexkv-left__btn {
          top: 50%;
          right: -10%;
          width: 40%; } }
      @media (max-width: 991px) {
        .indexkv-left__btn {
          width: 35%;
          top: 55%; } }
      .indexkv-left__btn:hover {
        -webkit-animation: effects-movetop 0.5s ease infinite;
        animation: effects-movetop 0.5s ease infinite; }
  .indexkv-right {
    z-index: 1;
    position: relative;
    margin-right: -5%;
    margin-top: 2%; }
    @media (max-width: 1400px) {
      .indexkv-right {
        width: 35%;
        margin-right: 0; } }
    .indexkv-right__content::before {
      content: "";
      display: block;
      width: 260px;
      height: 55px;
      background-image: url("../images/indexkv-right-icon.png");
      background-position: center center;
      background-size: 100% auto;
      background-repeat: no-repeat;
      position: absolute;
      top: 42%;
      right: -40%; }
      @media (max-width: 1400px) {
        .indexkv-right__content::before {
          width: 160px;
          height: 34px; } }
      @media (max-width: 991px) {
        .indexkv-right__content::before {
          width: 100px;
          height: 21px;
          right: -15%;
          top: 35%; } }
    .indexkv-right__btn {
      position: absolute;
      bottom: 5%;
      right: 10%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media (max-width: 1400px) {
        .indexkv-right__btn {
          bottom: 20%;
          right: 6%; } }
      @media (max-width: 991px) {
        .indexkv-right__btn {
          bottom: 6%;
          right: 12%; } }
    .indexkv-right__btnitem {
      display: inline-block;
      text-align: right;
      margin-top: 10px; }
      @media (max-width: 1400px) {
        .indexkv-right__btnitem {
          margin-top: 5px; } }
      .indexkv-right__btnitem:first-child {
        margin-top: 0; }
      .indexkv-right__btnitem:nth-child(2) {
        margin-right: 45px; }
        @media (max-width: 1400px) {
          .indexkv-right__btnitem:nth-child(2) {
            margin-right: 20px; } }
      .indexkv-right__btnitem:nth-child(3) {
        margin-right: 90px; }
        @media (max-width: 1400px) {
          .indexkv-right__btnitem:nth-child(3) {
            margin-right: 40px; } }
      .indexkv-right__btnitem:hover {
        -webkit-animation: effects-moveright 0.5s ease infinite;
        animation: effects-moveright 0.5s ease infinite; }
      @media (max-width: 1400px) {
        .indexkv-right__btnitem img {
          height: 30px; } }
      @media (max-width: 991px) {
        .indexkv-right__btnitem img {
          height: 24px; } }
  .indexkv-contentsm {
    padding: 30px 0; }
    .indexkv-contentsm__text {
      font-size: 1em;
      color: #333333;
      font-weight: 700;
      line-height: 1.375; }
      .indexkv-contentsm__text span {
        font-size: 1.375em; }
    .indexkv-contentsm__block {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 479px) {
        .indexkv-contentsm__block {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          margin-top: 20px; } }
    @media (max-width: 575px) {
      .indexkv-contentsm__title {
        width: 50%; } }
    @media (max-width: 479px) {
      .indexkv-contentsm__title {
        width: 70%; } }
    .indexkv-contentsm__btn {
      margin-top: -60px; }
      @media (max-width: 575px) {
        .indexkv-contentsm__btn {
          margin-top: -8%;
          width: 25%; } }
      @media (max-width: 479px) {
        .indexkv-contentsm__btn {
          width: 30%; } }
      .indexkv-contentsm__btn:hover {
        -webkit-animation: effects-movetop 0.5s ease infinite;
        animation: effects-movetop 0.5s ease infinite; }

.indexvideo {
  background-image: url("../images/indexvideo-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 125px 0; }
  @media (max-width: 991px) {
    .indexvideo {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .indexvideo {
      padding: 0 0 50px 0; } }
  .indexvideo-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    @media (max-width: 767px) {
      .indexvideo-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .indexvideo-title {
    width: 450px;
    position: relative; }
    @media (max-width: 1400px) {
      .indexvideo-title {
        width: 300px; } }
    @media (max-width: 991px) {
      .indexvideo-title {
        width: 250px; } }
    @media (max-width: 767px) {
      .indexvideo-title {
        width: 100%;
        padding: 60px 0;
        text-align: center;
        overflow: hidden; } }
    @media (max-width: 575px) {
      .indexvideo-title {
        padding: 40px 0; } }
    @media (max-width: 575px) {
      .indexvideo-title img {
        max-width: 75%; } }
    .indexvideo-title::before {
      content: "";
      display: block;
      width: 165px;
      height: 139px;
      background-image: url("../images/indexvideo-title-bg_01.png");
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: calc(-139px - 15px);
      left: -35px; }
      @media (max-width: 1400px) {
        .indexvideo-title::before {
          width: 120px;
          height: 100px;
          top: calc(-100px - 5px);
          left: -20px; } }
      @media (max-width: 991px) {
        .indexvideo-title::before {
          width: 82px;
          height: 68px;
          top: calc(-68px - 5px);
          left: 0px; } }
      @media (max-width: 767px) {
        .indexvideo-title::before {
          width: 165px;
          height: 139px;
          top: -10%;
          left: 0; } }
      @media (max-width: 575px) {
        .indexvideo-title::before {
          width: 82px;
          height: 68px; } }
    .indexvideo-title::after {
      content: "";
      display: block;
      width: 140px;
      height: 109px;
      background-image: url("../images/indexvideo-title-bg_02.png");
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      bottom: calc(-109px - 15px);
      right: 0px; }
      @media (max-width: 1400px) {
        .indexvideo-title::after {
          width: 101px;
          height: 79px;
          bottom: calc(-109px - 5px);
          right: 0px; } }
      @media (max-width: 991px) {
        .indexvideo-title::after {
          width: 69px;
          height: 54px;
          bottom: calc(-54px - 5px); } }
      @media (max-width: 767px) {
        .indexvideo-title::after {
          width: 140px;
          height: 109px;
          bottom: 0;
          right: 0; } }
      @media (max-width: 575px) {
        .indexvideo-title::after {
          width: 69px;
          height: 54px; } }
  .indexvideo-body {
    width: calc(100% - 450px);
    padding-left: 35px; }
    @media (max-width: 1400px) {
      .indexvideo-body {
        width: calc(100% - 300px); } }
    @media (max-width: 991px) {
      .indexvideo-body {
        width: calc(100% - 300px);
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .indexvideo-body {
        width: 100%;
        padding-left: 0; } }
    .indexvideo-body iframe {
      width: 100%;
      height: 435px; }
      @media (max-width: 1400px) {
        .indexvideo-body iframe {
          height: 355px; } }
      @media (max-width: 991px) {
        .indexvideo-body iframe {
          height: 245px; } }
      @media (max-width: 767px) {
        .indexvideo-body iframe {
          height: 430px; } }
      @media (max-width: 575px) {
        .indexvideo-body iframe {
          height: 250px; } }
      @media (max-width: 479px) {
        .indexvideo-body iframe {
          height: 200px; } }

.indexassets {
  background-image: url("../images/indexassets-bg.jpg");
  background-position: top left 78px;
  background-size: auto;
  background-repeat: repeat;
  padding: 100px 0; }
  @media (max-width: 767px) {
    .indexassets {
      padding: 50px 0; } }

@media (max-width: 767px) {
  .indexwhatis {
    background-image: url("../images/indexwhatis-title-bg.png");
    background-position: top 75px left -10px;
    background-size: 42px auto;
    background-repeat: no-repeat; } }

.indexwhatis-title {
  padding: 0 110px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1400px) {
    .indexwhatis-title {
      padding: 0; } }
  @media (max-width: 767px) {
    .indexwhatis-title {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .indexwhatis-title__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 275px; }
    @media (max-width: 991px) {
      .indexwhatis-title__head {
        width: 210px; } }
    @media (max-width: 767px) {
      .indexwhatis-title__head {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .indexwhatis-title__body {
    width: calc(100% - 275px);
    padding-left: 90px;
    font-size: 1.25em;
    color: #fff;
    line-height: 1.5;
    background-image: url("../images/indexwhatis-title-bg.png");
    background-position: center left 22.5px;
    background-size: 42px auto;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .indexwhatis-title__body {
        width: calc(100% - 210px);
        font-size: 1em; } }
    @media (max-width: 767px) {
      .indexwhatis-title__body {
        width: 100%;
        padding: 0 15px 0 30px;
        margin-top: 20px;
        background: none; } }
  @media (max-width: 991px) {
    .indexwhatis-title__img {
      width: 70px; } }
  @media (max-width: 767px) {
    .indexwhatis-title__img {
      width: 47px; } }
  .indexwhatis-title__main {
    font-size: 2.5em;
    color: #fff;
    padding-left: 15px;
    line-height: 1.15; }
    @media (max-width: 991px) {
      .indexwhatis-title__main {
        font-size: 1.875em; } }
    @media (max-width: 767px) {
      .indexwhatis-title__main {
        font-size: 1.5em; } }
    .indexwhatis-title__main span {
      font-weight: 700; }
    @media (max-width: 767px) {
      .indexwhatis-title__main br {
        display: none; } }

.indexassetsitem {
  overflow: hidden; }
  .indexassetsitem-block {
    margin-right: -18px;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .indexassetsitem-block {
        margin-right: -38px;
        margin-left: -15px;
        margin-top: 40px; } }
  .indexassetsitem-text {
    text-align: left;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .indexassetsitem-text {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .indexassetsitem-text {
        text-align: left;
        padding: 0 15px 0 30px;
        margin-top: 40px;
        margin-left: 0; } }
    .indexassetsitem-text__main {
      font-size: 1.25em;
      color: #fff;
      line-height: 1.5;
      display: inline-block;
      position: relative; }
      @media (max-width: 767px) {
        .indexassetsitem-text__main {
          font-size: 1em;
          padding-left: 0;
          background: none; } }
      .indexassetsitem-text__main::before {
        content: "";
        display: block;
        width: 42px;
        height: 12px;
        background-image: url("../images/indexwhatis-title-bg.png");
        background-position: top left;
        background-size: 42px auto;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 6px);
        left: -57px; }
        @media (max-width: 767px) {
          .indexassetsitem-text__main::before {
            top: 4px; } }

.indexchart {
  margin-top: 40px;
  overflow: hidden; }
  .indexchart .container {
    position: relative; }
  .indexchart-bg--lg {
    display: block; }
    @media (max-width: 767px) {
      .indexchart-bg--lg {
        display: none; } }
  .indexchart-bg--mb {
    display: none; }
    @media (max-width: 767px) {
      .indexchart-bg--mb {
        display: block; } }
  .indexchart-block {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding: 0 45px; }
    @media (max-width: 1400px) {
      .indexchart-block {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .indexchart-block {
        padding-left: 0px; } }
  .indexchart-item {
    width: 25%; }
    @media (max-width: 767px) {
      .indexchart-item {
        position: absolute;
        width: 27%; } }
    .indexchart-item:first-child {
      margin-top: 25%; }
      @media (max-width: 767px) {
        .indexchart-item:first-child {
          left: 20px; } }
    .indexchart-item:nth-child(2) {
      margin-top: 15%; }
      @media (max-width: 767px) {
        .indexchart-item:nth-child(2) {
          left: 25%; } }
    .indexchart-item:nth-child(3) {
      margin-top: 2%; }
      @media (max-width: 767px) {
        .indexchart-item:nth-child(3) {
          left: 50%; } }
    .indexchart-item:nth-child(4) {
      margin-top: 0; }
      @media (max-width: 767px) {
        .indexchart-item:nth-child(4) {
          left: 75%; } }

.indextable {
  margin-top: 40px; }
  .indextable-img {
    position: relative;
    text-align: center; }
    .indextable-img--lg {
      display: block; }
      @media (max-width: 767px) {
        .indextable-img--lg {
          display: none; } }
    .indextable-img--mb {
      display: none; }
      @media (max-width: 767px) {
        .indextable-img--mb {
          display: block; } }
    .indextable-img__highlight {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%; }
  .indextable-text {
    padding: 0 60px;
    margin-top: 20px; }
    @media (max-width: 1400px) {
      .indextable-text {
        padding: 0; } }
    .indextable-text__main {
      color: #005149;
      line-height: 1.5; }
      .indextable-text__main span {
        color: #aa1e1b; }

.indexinterest {
  background: #add7be;
  padding: 100px 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .indexinterest {
      padding: 50px 0; } }
  .indexinterest-title {
    font-size: 2.5em;
    color: #0f6e65;
    line-height: 1.5;
    text-align: center; }
    @media (max-width: 991px) {
      .indexinterest-title {
        font-size: 1.875em; } }
    @media (max-width: 767px) {
      .indexinterest-title {
        font-size: 1.5em; } }
    .indexinterest-title span {
      font-weight: 700; }
  .indexinterest-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-top: 40px; }
    @media (max-width: 991px) {
      .indexinterest-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .indexinterest-block {
        margin-top: 20px; } }
  .indexinterest-left {
    width: 46%; }
    @media (max-width: 991px) {
      .indexinterest-left {
        width: 100%; } }
  .indexinterest-right {
    width: 54%; }
    @media (max-width: 991px) {
      .indexinterest-right {
        width: 100%; } }
    @media (max-width: 767px) {
      .indexinterest-right {
        margin-top: 20px; } }
    .indexinterest-right__bg {
      background: #4ba681;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      padding: 20px 15px; }
      @media (max-width: 767px) {
        .indexinterest-right__bg {
          -webkit-border-radius: 15px;
          border-radius: 15px;
          padding: 15px; } }
    .indexinterest-right__title {
      text-align: center; }
  .indexinterest-map {
    position: relative; }
    @media (max-width: 991px) {
      .indexinterest-map {
        width: 60%;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .indexinterest-map {
        width: 100%; } }
    .indexinterest-map__center {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-image: url("../images/indexinterest-map-center.png");
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
    .indexinterest-map__top {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-image: url("../images/indexinterest-map-top.png");
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
  .indexinterest-itemblock {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .indexinterest-itemblock {
        margin-top: 20px; } }
  .indexinterest-item {
    padding: 30px;
    background: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    margin-top: 15px; }
    @media (max-width: 767px) {
      .indexinterest-item {
        padding: 20px 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        margin-top: 20px; } }
    .indexinterest-item:first-child {
      margin-top: 0; }
    .indexinterest-item__title {
      background: #0f6e65;
      color: #fff;
      font-size: 1.875em;
      font-weight: 700;
      display: inline-block;
      padding: 12px 25px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      position: absolute;
      top: -24px;
      left: 30px; }
      @media (max-width: 991px) {
        .indexinterest-item__title {
          font-size: 1.25em;
          top: -14px; } }
      @media (max-width: 767px) {
        .indexinterest-item__title {
          left: 15px; } }
  .indexinterest-chart {
    background-image: url("../images/indexinterest-chart-bg.jpg");
    border-left: 2px solid #0f6e65;
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    padding: 25px 0; }
    @media (max-width: 767px) {
      .indexinterest-chart {
        padding: 15px 0; } }
    .indexinterest-chart__item {
      margin-top: 25px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .indexinterest-chart__item {
          margin-top: 10px; } }
      .indexinterest-chart__item:first-child {
        margin-top: 0; }
      .indexinterest-chart__item--red .indexinterest-chart__bar {
        background: #ec4141; }
      .indexinterest-chart__item--red .indexinterest-chart__qty {
        color: #ec4141; }
      .indexinterest-chart__item--blue .indexinterest-chart__bar {
        background: #66bcc9; }
      .indexinterest-chart__item--blue .indexinterest-chart__qty {
        color: #66bcc9; }
      .indexinterest-chart__item--active .indexinterest-chart__bar::after {
        display: block; }
      .indexinterest-chart__item--active .indexinterest-chart__text {
        width: auto; }
    .indexinterest-chart__bar {
      width: 0;
      height: 57px;
      background: #ec4141;
      border-bottom-right-radius: 30px;
      border-top-right-radius: 30px;
      position: relative;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-duration: 0.6s;
      -o-transition-duration: 0.6s;
      transition-duration: 0.6s;
      -webkit-transition-property: width;
      -o-transition-property: width;
      transition-property: width; }
      @media (max-width: 767px) {
        .indexinterest-chart__bar {
          height: 40px; } }
      .indexinterest-chart__bar::after {
        content: "";
        display: block;
        width: 46px;
        height: 52px;
        background-image: url("../images/indexinterest-chart-bar-bg.png");
        background-position: left top;
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 1;
        display: none; }
        @media (max-width: 767px) {
          .indexinterest-chart__bar::after {
            width: 34px;
            height: 31px;
            right: 10px; } }
    .indexinterest-chart__qty {
      position: absolute;
      top: calc(50% - 18px);
      right: -100px;
      font-size: 2.25em;
      font-weight: 700;
      color: #ec4141; }
      @media (max-width: 991px) {
        .indexinterest-chart__qty {
          font-size: 1.5em;
          top: calc(50% - 12px);
          right: -70px; } }
      @media (max-width: 767px) {
        .indexinterest-chart__qty {
          font-size: 1.125em;
          top: calc(50% - 9px);
          right: -50px; } }
      .indexinterest-chart__qty--special {
        right: -115px; }
        @media (max-width: 991px) {
          .indexinterest-chart__qty--special {
            right: -80px; } }
        @media (max-width: 767px) {
          .indexinterest-chart__qty--special {
            right: -60px; } }
    .indexinterest-chart__text {
      color: #fff;
      font-size: 1.5em;
      position: absolute;
      top: calc(50% - 12px);
      left: 20px;
      width: 0;
      overflow: hidden; }
      @media (max-width: 991px) {
        .indexinterest-chart__text {
          font-size: 1.125em;
          top: calc(50% - 9px); } }
      @media (max-width: 767px) {
        .indexinterest-chart__text {
          font-size: 1em;
          top: calc(50% - 8px);
          left: 10px; } }
      @media (max-width: 374px) {
        .indexinterest-chart__text {
          font-size: 0.875em;
          top: calc(50% - 7px); } }

.indexmap {
  background-image: url("../images/indexmap-bg.jpg");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 100px;
  width: 100%;
  height: 100%; }
  @media (max-width: 1199px) {
    .indexmap {
      margin-top: 70px; } }
  @media (max-width: 991px) {
    .indexmap {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .indexmap {
      display: none; } }
  .indexmap::before {
    content: "";
    display: block;
    padding-top: 43.22916666666667%; }
  .indexmap-people {
    position: absolute;
    top: -15%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-animation: effects-mappeople-route 20s linear infinite;
    animation: effects-mappeople-route 20s linear infinite; }
    @media (max-width: 991px) {
      .indexmap-people {
        top: -12%; } }
    @media (max-width: 767px) {
      .indexmap-people {
        top: -8%;
        left: 20%;
        width: 15%;
        -webkit-animation: effects-mappeople-route-sm 20s linear infinite;
        animation: effects-mappeople-route-sm 20s linear infinite; } }
    .indexmap-people img {
      max-width: 100%;
      position: relative;
      z-index: 3; }
    .indexmap-people__item {
      position: relative;
      width: 7.19915922228061%; }
      @media (max-width: 767px) {
        .indexmap-people__item {
          width: 100%; } }
      .indexmap-people__item::before {
        content: "";
        display: block;
        padding-top: 241.0480349344978%; }
      .indexmap-people__item::after {
        content: "";
        display: block;
        width: 100%;
        height: 31px;
        background-image: url("../images/indexmap-people-bg.png");
        background-position: center top;
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -20px;
        left: 0;
        z-index: 3;
        -webkit-animation: effects-mappeople-shadow 0.8s linear infinite;
        animation: effects-mappeople-shadow 0.8s linear infinite; }
        @media (max-width: 767px) {
          .indexmap-people__item::after {
            width: 70%;
            left: 15%;
            bottom: -26px;
            -webkit-animation: effects-mappeople-shadow-sm 0.8s linear infinite;
            animation: effects-mappeople-shadow-sm 0.8s linear infinite; } }
    .indexmap-people__work {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      z-index: 4; }
      .indexmap-people__work img {
        width: 100%;
        display: block; }
    .indexmap-people__front {
      background-image: url("../images/indexmap-people-front.gif");
      background-position: center top;
      background-size: 100% auto;
      background-repeat: no-repeat;
      width: 100%;
      height: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      overflow: hidden;
      z-index: 4;
      -webkit-animation: effects-mappeople-front 20s linear infinite;
      animation: effects-mappeople-front 20s linear infinite; }
      @media (max-width: 767px) {
        .indexmap-people__front {
          -webkit-animation: effects-mappeople-front-sm 20s linear infinite;
          animation: effects-mappeople-front-sm 20s linear infinite; } }
  .indexmap-point {
    position: absolute;
    top: 39%;
    left: 17.6vw;
    z-index: 2;
    width: 4.6242774566474%;
    background-image: url("../images/indexmap-point.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .indexmap-point {
        width: 15%;
        -webkit-animation: effects-mapbgsm-point 20s linear infinite;
        animation: effects-mapbgsm-point 20s linear infinite; } }
    .indexmap-point::before {
      content: "";
      display: block;
      padding-top: 145.4545454545455%; }
  .indexmap-money {
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%; }
    .indexmap-money__item {
      width: 3.25801366263794%;
      height: 62px;
      background-image: url("../images/indexmap-money.png");
      background-position: center top;
      background-size: 100% auto;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
      @media (max-width: 767px) {
        .indexmap-money__item {
          width: 5%; } }
      .indexmap-money__item:first-child {
        top: -21%;
        left: 17.5vw;
        -webkit-animation: effects-mapmoney1 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        animation: effects-mapmoney1 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        -webkit-animation-delay: 0s ,1.5s;
        animation-delay: 0s ,1.5s; }
        @media (max-width: 1199px) {
          .indexmap-money__item:first-child {
            -webkit-animation-delay: 0s ,2s;
            animation-delay: 0s ,2s; } }
        @media (max-width: 767px) {
          .indexmap-money__item:first-child {
            left: 65%;
            top: -5%;
            -webkit-animation: effects-mapmoney1-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            animation: effects-mapmoney1-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            -webkit-animation-delay: 0,1.5s;
            animation-delay: 0,1.5s; } }
      .indexmap-money__item:nth-child(2) {
        top: 36%;
        left: 18.5vw;
        -webkit-animation: effects-mapmoney2 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        animation: effects-mapmoney2 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        -webkit-animation-delay: 0s ,3.6s;
        animation-delay: 0s ,3.6s; }
        @media (max-width: 1199px) {
          .indexmap-money__item:nth-child(2) {
            -webkit-animation-delay: 0s ,4.1s;
            animation-delay: 0s ,4.1s; } }
        @media (max-width: 767px) {
          .indexmap-money__item:nth-child(2) {
            left: 24vw;
            -webkit-animation: effects-mapmoney2-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            animation: effects-mapmoney2-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            -webkit-animation-delay: 0s ,3.6s;
            animation-delay: 0s ,3.6s; } }
      .indexmap-money__item:nth-child(3) {
        top: 56%;
        left: 13vw;
        -webkit-animation: effects-mapmoney2 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        animation: effects-mapmoney2 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        -webkit-animation-delay: 0s ,3.5s;
        animation-delay: 0s ,3.5s; }
        @media (max-width: 1199px) {
          .indexmap-money__item:nth-child(3) {
            -webkit-animation-delay: 0s ,4.1s;
            animation-delay: 0s ,4.1s; } }
        @media (max-width: 767px) {
          .indexmap-money__item:nth-child(3) {
            left: 20vw;
            -webkit-animation: effects-mapmoney2-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            animation: effects-mapmoney2-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            -webkit-animation-delay: 0s ,3.5s;
            animation-delay: 0s ,3.5s; } }
      .indexmap-money__item:nth-child(4) {
        top: 18%;
        left: 31vw;
        -webkit-animation: effects-mapmoney3 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        animation: effects-mapmoney3 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        -webkit-animation-delay: 0s ,5s;
        animation-delay: 0s ,5s; }
        @media (max-width: 1199px) {
          .indexmap-money__item:nth-child(4) {
            -webkit-animation-delay: 0s ,5.5s;
            animation-delay: 0s ,5.5s; } }
        @media (max-width: 767px) {
          .indexmap-money__item:nth-child(4) {
            -webkit-animation: effects-mapmoney3-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            animation: effects-mapmoney3-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            left: 48vw;
            -webkit-animation-delay: 0s ,5s;
            animation-delay: 0s ,5s; } }
      .indexmap-money__item:nth-child(5) {
        top: 5%;
        left: 41.2vw;
        -webkit-animation: effects-mapmoney4 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        animation: effects-mapmoney4 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        -webkit-animation-delay: 0s ,7s;
        animation-delay: 0s ,7s; }
        @media (max-width: 1199px) {
          .indexmap-money__item:nth-child(5) {
            -webkit-animation-delay: 0s ,7.5s;
            animation-delay: 0s ,7.5s; } }
        @media (max-width: 767px) {
          .indexmap-money__item:nth-child(5) {
            -webkit-animation: effects-mapmoney4-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            animation: effects-mapmoney4-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            left: 43vw;
            -webkit-animation-delay: 0s ,8.2s;
            animation-delay: 0s ,8.2s; } }
      .indexmap-money__item:nth-child(6) {
        top: 36%;
        left: 47.5vw;
        -webkit-animation: effects-mapmoney4 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        animation: effects-mapmoney4 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        -webkit-animation-delay: 0s ,7s;
        animation-delay: 0s ,7s; }
        @media (max-width: 1199px) {
          .indexmap-money__item:nth-child(6) {
            -webkit-animation-delay: 0s ,7.5s;
            animation-delay: 0s ,7.5s; } }
        @media (max-width: 767px) {
          .indexmap-money__item:nth-child(6) {
            -webkit-animation: effects-mapmoney4-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            animation: effects-mapmoney4-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            left: 60vw;
            -webkit-animation-delay: 0s ,8.2s;
            animation-delay: 0s ,8.2s; } }
      .indexmap-money__item:nth-child(7) {
        top: -5%;
        left: 54.2vw;
        -webkit-animation: effects-mapmoney5 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        animation: effects-mapmoney5 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        -webkit-animation-delay: 0s ,9.6s;
        animation-delay: 0s ,9.6s; }
        @media (max-width: 1199px) {
          .indexmap-money__item:nth-child(7) {
            -webkit-animation-delay: 0s ,10.2s;
            animation-delay: 0s ,10.2s; } }
        @media (max-width: 767px) {
          .indexmap-money__item:nth-child(7) {
            left: 60vw;
            -webkit-animation: effects-mapmoney5-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            animation: effects-mapmoney5-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            -webkit-animation-delay: 0s ,9.6s;
            animation-delay: 0s ,9.6s; } }
      .indexmap-money__item:nth-child(8) {
        top: 57%;
        left: 58.2vw;
        -webkit-animation: effects-mapmoney6 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        animation: effects-mapmoney6 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        -webkit-animation-delay: 0s ,12s;
        animation-delay: 0s ,12s; }
        @media (max-width: 1199px) {
          .indexmap-money__item:nth-child(8) {
            -webkit-animation-delay: 0s ,12.6s;
            animation-delay: 0s ,12.6s; } }
        @media (max-width: 767px) {
          .indexmap-money__item:nth-child(8) {
            left: 35vw;
            -webkit-animation: effects-mapmoney6-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            animation: effects-mapmoney6-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            -webkit-animation-delay: 0s ,12s;
            animation-delay: 0s ,12s; } }
      .indexmap-money__item:nth-child(9) {
        top: 50%;
        left: 65.5vw;
        -webkit-animation: effects-mapmoney6 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        animation: effects-mapmoney6 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        -webkit-animation-delay: 0s ,12s;
        animation-delay: 0s ,12s; }
        @media (max-width: 1199px) {
          .indexmap-money__item:nth-child(9) {
            -webkit-animation-delay: 0s ,12.6s;
            animation-delay: 0s ,12.6s; } }
        @media (max-width: 767px) {
          .indexmap-money__item:nth-child(9) {
            left: 50vw;
            -webkit-animation: effects-mapmoney6-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            animation: effects-mapmoney6-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            -webkit-animation-delay: 0s ,12s;
            animation-delay: 0s ,12s; } }
      .indexmap-money__item:nth-child(10) {
        top: 8%;
        left: 74.5vw;
        -webkit-animation: effects-mapmoney7 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        animation: effects-mapmoney7 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        -webkit-animation-delay: 0s ,14s;
        animation-delay: 0s ,14s; }
        @media (max-width: 1199px) {
          .indexmap-money__item:nth-child(10) {
            -webkit-animation-delay: 0s ,14.6s;
            animation-delay: 0s ,14.6s; } }
        @media (max-width: 767px) {
          .indexmap-money__item:nth-child(10) {
            left: 60vw;
            top: 15%;
            -webkit-animation: effects-mapmoney7-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            animation: effects-mapmoney7-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            -webkit-animation-delay: 0s ,14s;
            animation-delay: 0s ,14s; } }
      .indexmap-money__item:nth-child(11) {
        top: 26%;
        left: 91vw;
        -webkit-animation: effects-mapmoney8 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        animation: effects-mapmoney8 20s linear infinite,effects-mapmoney 0.8s linear infinite;
        -webkit-animation-delay: 0s ,17s;
        animation-delay: 0s ,17s; }
        @media (max-width: 1199px) {
          .indexmap-money__item:nth-child(11) {
            -webkit-animation-delay: 0s ,17.6s;
            animation-delay: 0s ,17.6s; } }
        @media (max-width: 767px) {
          .indexmap-money__item:nth-child(11) {
            left: 65vw;
            top: 20%;
            -webkit-animation: effects-mapmoney8-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            animation: effects-mapmoney8-sm 20s linear infinite,effects-mapmoney 0.8s linear infinite;
            -webkit-animation-delay: 0s ,17s;
            animation-delay: 0s ,17s; } }

.indexmapsm {
  position: relative;
  margin-top: 30px;
  display: none; }
  @media (max-width: 767px) {
    .indexmapsm {
      display: block; } }
  .indexmapsm-bg {
    width: 100%;
    background-image: url("../images/indexmap-bg-sm.jpg");
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-animation: effects-mapbgsm 20s linear infinite;
    animation: effects-mapbgsm 20s linear infinite; }
    .indexmapsm-bg::before {
      content: "";
      display: block;
      padding-top: 108%; }

.indexdefense {
  background-image: url("../images/indexdefense-bg2_03.png"), url("../images/indexdefense-bg2_01.png"), url("../images/indexdefense-bg1.jpg");
  background-position: right center,left top,left top;
  background-size: auto,auto,auto;
  background-repeat: no-repeat,no-repeat,repeat;
  padding: 100px 0; }
  @media (max-width: 1199px) {
    .indexdefense {
      background-size: 200px auto,200px auto,auto; } }
  @media (max-width: 767px) {
    .indexdefense {
      padding: 50px 0;
      background-size: 100px auto,100px auto,auto; } }
  .indexdefense-title {
    font-size: 2.5em;
    color: #0f6e65;
    line-height: 1.5;
    text-align: center; }
    @media (max-width: 991px) {
      .indexdefense-title {
        font-size: 1.875em; } }
    @media (max-width: 767px) {
      .indexdefense-title {
        font-size: 1.5em; } }
    .indexdefense-title span {
      font-weight: 700; }
  .indexdefense-text {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .indexdefense-text {
        padding: 0 0 0 30px; } }
    @media (max-width: 767px) {
      .indexdefense-text {
        text-align: left;
        padding: 0 15px 0 30px; } }
    .indexdefense-text__main {
      font-size: 1.25em;
      color: #333333;
      line-height: 1.5;
      display: inline-block;
      position: relative;
      z-index: 10; }
      @media (max-width: 767px) {
        .indexdefense-text__main {
          font-size: 1em;
          padding-left: 0;
          background: none; } }
      @media (max-width: 1199px) {
        .indexdefense-text__main br {
          display: none; } }
      .indexdefense-text__main::before {
        content: "";
        display: block;
        width: 42px;
        height: 12px;
        background-image: url("../images/indexwhatis-title-bg.png");
        background-position: top left;
        background-size: 42px auto;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 6px);
        left: -57px; }
        @media (max-width: 767px) {
          .indexdefense-text__main::before {
            top: 4px; } }
      .indexdefense-text__main span {
        color: #e50012; }
  .indexdefense-chart__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .indexdefense-chart__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .indexdefense-chart__item {
    text-align: center;
    width: 33.33%; }
    @media (max-width: 767px) {
      .indexdefense-chart__item {
        width: 100%;
        margin-top: 30px; }
        .indexdefense-chart__item:first-child {
          margin-top: 0; } }
  .indexdefense-chart__title {
    font-size: 2em;
    font-weight: 700;
    background: #34948f;
    color: #fff;
    padding: 14px;
    display: inline-block;
    position: relative;
    min-width: 280px; }
    @media (max-width: 1400px) {
      .indexdefense-chart__title {
        min-width: auto; } }
    @media (max-width: 991px) {
      .indexdefense-chart__title {
        font-size: 1.375em; } }
    @media (max-width: 767px) {
      .indexdefense-chart__title {
        font-size: 1.25em; } }
    .indexdefense-chart__title::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 22px 30px 0;
      border-color: transparent #34948f transparent transparent;
      position: absolute;
      top: 0;
      left: -22px; }
      @media (max-width: 991px) {
        .indexdefense-chart__title::before {
          border-width: 25px 22px 25px 0; } }
      @media (max-width: 767px) {
        .indexdefense-chart__title::before {
          border-width: 24px 22px 24px 0; } }
    .indexdefense-chart__title::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 30px 22px;
      border-color: transparent transparent transparent #34948f;
      position: absolute;
      top: 0;
      right: -22px; }
      @media (max-width: 991px) {
        .indexdefense-chart__title::after {
          border-width: 25px 0 25px 22px; } }
      @media (max-width: 767px) {
        .indexdefense-chart__title::after {
          border-width: 24px 0 24px 22px; } }
  .indexdefense-chart__img {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .indexdefense-chart__img {
        margin-top: 15px; } }
  .indexdefense-chart__msg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .indexdefense-chart__msg {
        margin-top: 0px; } }
    @media (max-width: 575px) {
      .indexdefense-chart__msg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .indexdefense-chart__msgitem {
    color: #828181;
    font-size: 1.375em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px; }
    @media (max-width: 991px) {
      .indexdefense-chart__msgitem {
        font-size: 1em;
        margin-left: 20px; } }
    @media (max-width: 575px) {
      .indexdefense-chart__msgitem {
        margin-left: 0;
        padding: 0 30px;
        line-height: 1.5; } }
    @media (max-width: 374px) {
      .indexdefense-chart__msgitem {
        padding: 0; } }
    .indexdefense-chart__msgitem:first-child {
      margin-left: 0; }
    .indexdefense-chart__msgitem--red {
      background: #ec4141;
      width: 30px;
      height: 4px;
      display: block;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      margin-right: 7px; }
    .indexdefense-chart__msgitem--green {
      background: #66bcc9;
      width: 30px;
      height: 4px;
      display: block;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      margin-right: 7px; }
  .indexdefense-chart__text {
    padding: 0 50px;
    color: #005149;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .indexdefense-chart__text {
        font-size: 0.75em; } }
    @media (max-width: 767px) {
      .indexdefense-chart__text {
        padding: 0 20px;
        margin-top: 10px; } }
    .indexdefense-chart__text span {
      color: #aa1e1b; }
  .indexdefense-table {
    margin-top: 100px; }
    @media (max-width: 767px) {
      .indexdefense-table {
        margin-top: 40px; } }
    .indexdefense-table .indexdefense-text {
      margin-top: 0; }
    .indexdefense-table__block {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      margin-top: 40px; }
      @media (max-width: 1400px) {
        .indexdefense-table__block {
          width: calc(100%+ 30px);
          margin-left: -15px;
          margin-right: -15px; } }
      @media (max-width: 767px) {
        .indexdefense-table__block {
          width: 100%;
          margin-left: 0;
          margin-right: 0;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .indexdefense-table__item {
      width: 50%; }
      @media (max-width: 1400px) {
        .indexdefense-table__item {
          padding: 0 15px; } }
      @media (max-width: 767px) {
        .indexdefense-table__item {
          width: 100%;
          margin-top: 30px;
          padding: 0; }
          .indexdefense-table__item:first-child {
            margin-top: 0; } }
    .indexdefense-table__title {
      text-align: center; }
      @media (max-width: 1400px) {
        .indexdefense-table__title img {
          height: 45px; } }
      @media (max-width: 991px) {
        .indexdefense-table__title img {
          height: 35px; } }
      @media (max-width: 767px) {
        .indexdefense-table__title img {
          height: 40px; } }
      @media (max-width: 575px) {
        .indexdefense-table__title img {
          height: 30px; } }
    .indexdefense-table__img {
      margin-top: 30px;
      text-align: center; }
      @media (max-width: 767px) {
        .indexdefense-table__img {
          margin-top: 15px; } }
    .indexdefense-table__text {
      padding: 0 50px;
      color: #005149;
      font-size: 1em;
      line-height: 1.5;
      margin-top: 20px; }
      @media (max-width: 991px) {
        .indexdefense-table__text {
          font-size: 0.75em; } }
      @media (max-width: 767px) {
        .indexdefense-table__text {
          padding: 0 20px;
          margin-top: 10px; } }
      .indexdefense-table__text span {
        color: #aa1e1b; }

.indextiming {
  background-image: url("../images/indexassets-bg.jpg");
  background-position: top left 78px;
  background-size: auto;
  background-repeat: repeat;
  padding: 100px 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .indextiming {
      padding: 50px 0; } }
  .indextiming-title {
    font-size: 2.5em;
    color: #fff;
    line-height: 1.5;
    text-align: center; }
    @media (max-width: 991px) {
      .indextiming-title {
        font-size: 1.875em; } }
    @media (max-width: 767px) {
      .indextiming-title {
        font-size: 1.5em; } }
    .indextiming-title span {
      font-weight: 700; }
  .indextiming-chart__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .indextiming-chart__block {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .indextiming-chart__item {
    width: 50%;
    padding: 0 15px;
    text-align: center; }
    @media (max-width: 767px) {
      .indextiming-chart__item {
        width: 100%;
        margin-top: 30px;
        padding: 0; }
        .indextiming-chart__item:first-child {
          margin-top: 0; } }
  .indextiming-chart__text {
    padding: 0 50px;
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .indextiming-chart__text {
        font-size: 0.75em; } }
    @media (max-width: 767px) {
      .indextiming-chart__text {
        padding: 0 20px;
        margin-top: 10px; } }
    .indextiming-chart__text span {
      color: #ffef95; }

.indexfund {
  background-image: url("../images/indexfund-bg.jpg");
  background-position: top left;
  background-size: auto;
  background-repeat: repeat;
  padding: 100px 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .indexfund {
      padding: 50px 0; } }
  .indexfund-title {
    font-size: 2.5em;
    color: #0f6e65;
    line-height: 1.35;
    text-align: center;
    font-weight: 700; }
    @media (max-width: 991px) {
      .indexfund-title {
        font-size: 1.875em; } }
    @media (max-width: 767px) {
      .indexfund-title {
        font-size: 1.5em; } }
  .indexfund-list {
    list-style: none;
    padding: 0 10%;
    margin-top: 45px; }
    @media (max-width: 767px) {
      .indexfund-list {
        padding: 0;
        margin-top: 30px; } }
    .indexfund-list__item {
      font-size: 1.5em;
      font-weight: 400;
      color: #333333;
      margin-top: 15px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      line-height: 1.2; }
      @media (max-width: 991px) {
        .indexfund-list__item {
          font-size: 1.25em; } }
      @media (max-width: 767px) {
        .indexfund-list__item {
          font-size: 1em;
          margin-top: 10px; } }
      .indexfund-list__item:first-child {
        margin-top: 0; }
      .indexfund-list__item::before {
        content: "◆";
        color: #0f6e65;
        margin-right: 10px; }
  .indexfund-subtitle {
    margin-top: 70px;
    text-align: center; }
    @media (max-width: 991px) {
      .indexfund-subtitle {
        margin-top: 40px; } }
    .indexfund-subtitle__main {
      padding: 15px 135px;
      font-size: 1.875em;
      color: #0e7f72;
      line-height: 1.3;
      text-align: center;
      font-weight: 700;
      background: url("../images/indexfund-subtitle-bg_01.png"), url("../images/indexfund-subtitle-bg_02.png");
      background-size: auto,auto;
      background-repeat: no-repeat,no-repeat;
      background-position: left top,right bottom;
      display: inline-block; }
      @media (max-width: 991px) {
        .indexfund-subtitle__main {
          font-size: 1.5em; } }
      @media (max-width: 767px) {
        .indexfund-subtitle__main {
          font-size: 1.25em;
          padding: 15px 60px;
          background-size: 130px auto,130px auto; } }
      @media (max-width: 767px) {
        .indexfund-subtitle__main span {
          display: block; } }
  .indexfund-expert {
    padding-top: 55px;
    padding-bottom: 85px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%; }
    @media (max-width: 767px) {
      .indexfund-expert {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (max-width: 1400px) {
      .indexfund-expert__img {
        width: 30%; } }
    @media (max-width: 767px) {
      .indexfund-expert__img {
        width: 100%;
        text-align: center; } }
    @media (max-width: 767px) {
      .indexfund-expert__img img {
        width: 215px; } }
    .indexfund-expert__right {
      border-left: 8px solid #0d2d42;
      padding-left: 20px;
      margin-left: 65px; }
      @media (max-width: 1400px) {
        .indexfund-expert__right {
          margin-left: 40px; } }
      @media (max-width: 991px) {
        .indexfund-expert__right {
          margin-left: 20px; } }
      @media (max-width: 767px) {
        .indexfund-expert__right {
          margin-left: 0;
          padding-left: 0;
          margin-top: 10px;
          border-left: none; } }
      .indexfund-expert__right::before {
        content: "";
        display: block;
        width: 60px;
        height: 5px;
        background: #0d2d42;
        margin: 0 auto;
        margin-bottom: 10px; }
    .indexfund-expert__title {
      font-size: 3em;
      color: #75a542;
      line-height: 1.3;
      font-weight: 700; }
      @media (max-width: 1400px) {
        .indexfund-expert__title {
          font-size: 2.25em; } }
      @media (max-width: 991px) {
        .indexfund-expert__title {
          font-size: 2em; } }
      @media (max-width: 991px) {
        .indexfund-expert__title {
          font-size: 1.25em;
          text-align: center; } }
    .indexfund-expert__subtitle {
      font-size: 1.875em;
      color: #0d2d42;
      line-height: 1.3;
      font-weight: 700; }
      @media (max-width: 1400px) {
        .indexfund-expert__subtitle {
          font-size: 1.625em; } }
      @media (max-width: 991px) {
        .indexfund-expert__subtitle {
          font-size: 1.375em; } }
      @media (max-width: 767px) {
        .indexfund-expert__subtitle {
          font-size: 1em;
          text-align: center; } }
  .indexfund-expertintro {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .indexfund-expertintro {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .indexfund-expertintro__left {
      width: 52%; }
      @media (max-width: 767px) {
        .indexfund-expertintro__left {
          width: 100%; } }
    .indexfund-expertintro__right {
      width: 48%;
      padding-left: 30px; }
      @media (max-width: 767px) {
        .indexfund-expertintro__right {
          width: 100%;
          padding-left: 0;
          margin-top: 20px; } }
    .indexfund-expertintro__list {
      list-style: none; }
    .indexfund-expertintro__listitem {
      margin-top: 15px;
      line-height: 1.2; }
      .indexfund-expertintro__listitem:first-child {
        margin-top: 0; }
    .indexfund-expertintro__year {
      font-size: 1.25em;
      color: #75a542; }
    .indexfund-expertintro__text {
      font-size: 1.25em;
      color: #333333;
      padding-left: 30px;
      border-left: 14px solid #ebebeb;
      margin-left: 15px;
      margin-top: 20px;
      position: relative; }
      @media (max-width: 991px) {
        .indexfund-expertintro__text {
          font-size: 1em;
          padding-left: 20px; } }
      .indexfund-expertintro__text--red {
        color: #ec4141; }
      .indexfund-expertintro__text::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -10px;
        left: -22px;
        z-index: 1;
        border-style: solid;
        border-width: 0 15px 10px 15px;
        border-color: transparent transparent #ebebeb transparent; }
  .indexfund-expertyear {
    width: 100%;
    background: url("../images/indexfund-expertyear.png");
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative; }
    .indexfund-expertyear::before {
      content: "";
      display: block;
      padding-top: 48.54961832061069%; }
    .indexfund-expertyear__block {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .indexfund-expertyear__item {
      text-align: center;
      width: 50%;
      line-height: 1.2; }
      .indexfund-expertyear__item:first-child {
        padding-left: 5%; }
        .indexfund-expertyear__item:first-child .indexfund-expertyear__year {
          color: #77a24d; }
      .indexfund-expertyear__item:last-child {
        padding-right: 5%; }
        .indexfund-expertyear__item:last-child .indexfund-expertyear__year {
          color: #0d2d42; }
    .indexfund-expertyear__year {
      font-size: 3.75em;
      color: #77a24d;
      font-weight: 700;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (max-width: 1400px) {
        .indexfund-expertyear__year {
          font-size: 3em; } }
      @media (max-width: 991px) {
        .indexfund-expertyear__year {
          font-size: 2.25em; } }
      @media (max-width: 767px) {
        .indexfund-expertyear__year {
          font-size: 3.75em; } }
      @media (max-width: 575px) {
        .indexfund-expertyear__year {
          font-size: 3em; } }
      @media (max-width: 479px) {
        .indexfund-expertyear__year {
          font-size: 2.25em; } }
      @media (max-width: 374px) {
        .indexfund-expertyear__year {
          font-size: 1.875em; } }
      .indexfund-expertyear__year--sm {
        font-size: 0.6em; }
    .indexfund-expertyear__title {
      font-size: 2.25em;
      color: #333333;
      font-weight: 700; }
      @media (max-width: 1400px) {
        .indexfund-expertyear__title {
          font-size: 1.625em; } }
      @media (max-width: 991px) {
        .indexfund-expertyear__title {
          font-size: 1.25em; } }
      @media (max-width: 767px) {
        .indexfund-expertyear__title {
          font-size: 2.25em; } }
      @media (max-width: 575px) {
        .indexfund-expertyear__title {
          font-size: 1.625em; } }
      @media (max-width: 479px) {
        .indexfund-expertyear__title {
          font-size: 1em; } }
    .indexfund-expertyear__text {
      font-size: 2.25em;
      color: #333333;
      font-weight: 400; }
      @media (max-width: 1400px) {
        .indexfund-expertyear__text {
          font-size: 1.625em; } }
      @media (max-width: 991px) {
        .indexfund-expertyear__text {
          font-size: 1.25em; } }
      @media (max-width: 767px) {
        .indexfund-expertyear__text {
          font-size: 2.25em; } }
      @media (max-width: 575px) {
        .indexfund-expertyear__text {
          font-size: 1.625em; } }
      @media (max-width: 479px) {
        .indexfund-expertyear__text {
          font-size: 1em; } }
  .indexfund-people {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px; }
    @media (max-width: 767px) {
      .indexfund-people {
        margin-top: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .indexfund-people__left {
      width: 42%;
      text-align: center; }
      @media (max-width: 767px) {
        .indexfund-people__left {
          width: 100%; } }
      .indexfund-people__left img {
        max-width: 100%; }
    .indexfund-people__right {
      width: 58%;
      background: url("../images/indexfund-people-triangle.png");
      background-position: center center;
      background-size: auto;
      background-repeat: no-repeat;
      position: relative; }
      @media (max-width: 1400px) {
        .indexfund-people__right {
          background-size: 70% auto; } }
      @media (max-width: 767px) {
        .indexfund-people__right {
          width: 100%;
          margin-top: 30px; } }
      @media (max-width: 479px) {
        .indexfund-people__right {
          background-size: 85% auto;
          background-position: top 45% center; } }
    .indexfund-people__block {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
    .indexfund-people__item {
      width: 50%;
      margin-top: 95px; }
      @media (max-width: 991px) {
        .indexfund-people__item {
          margin-top: 75px; } }
      @media (max-width: 767px) {
        .indexfund-people__item {
          margin-top: 125px; } }
      @media (max-width: 479px) {
        .indexfund-people__item {
          margin-top: 150px; } }
      .indexfund-people__item:first-child {
        width: 100%;
        margin-top: 0; }
        .indexfund-people__item:first-child .indexfund-people__img {
          margin-top: 20px;
          margin-bottom: 0; }
          @media (max-width: 1400px) {
            .indexfund-people__item:first-child .indexfund-people__img {
              margin-top: 10px; } }
          @media (max-width: 479px) {
            .indexfund-people__item:first-child .indexfund-people__img {
              margin-top: 5px; } }
      .indexfund-people__item:nth-child(2) {
        padding-right: 10%; }
      .indexfund-people__item:last-child {
        padding-left: 6%; }
        @media (max-width: 479px) {
          .indexfund-people__item:last-child {
            padding-left: 12%; } }
        @media (max-width: 374px) {
          .indexfund-people__item:last-child {
            padding-left: 6%; } }
    .indexfund-people__title {
      font-size: 1.875em;
      font-weight: 700;
      text-align: center;
      line-height: 1.2; }
      @media (max-width: 1400px) {
        .indexfund-people__title {
          font-size: 1.25em; } }
      @media (max-width: 479px) {
        .indexfund-people__title {
          font-size: 1em; } }
    .indexfund-people__subtitle {
      font-size: 1.375em;
      font-weight: 700;
      text-align: center;
      line-height: 1.25; }
      @media (max-width: 1400px) {
        .indexfund-people__subtitle {
          font-size: 1.125em; } }
      @media (max-width: 479px) {
        .indexfund-people__subtitle {
          font-size: 0.875em; } }
      @media (max-width: 374px) {
        .indexfund-people__subtitle {
          font-size: 0.75em; } }
    .indexfund-people__img {
      width: 188px;
      height: 188px;
      border-radius: 100%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      z-index: 2;
      -webkit-box-shadow: 30px 40px 10px rgba(0, 0, 0, 0.06);
      box-shadow: 30px 40px 10px rgba(0, 0, 0, 0.06);
      margin: 0 auto 20px auto; }
      @media (max-width: 1400px) {
        .indexfund-people__img {
          width: 140px;
          height: 140px;
          margin-bottom: 10px;
          -webkit-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.06); } }
      @media (max-width: 991px) {
        .indexfund-people__img {
          width: 100px;
          height: 100px; } }
      @media (max-width: 767px) {
        .indexfund-people__img {
          width: 140px;
          height: 140px; } }
      @media (max-width: 479px) {
        .indexfund-people__img {
          width: 100px;
          height: 100px;
          margin-bottom: 5px; } }
  .indexfund-seniority {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 70px; }
    @media (max-width: 991px) {
      .indexfund-seniority {
        padding-top: 30px; } }
    @media (max-width: 767px) {
      .indexfund-seniority {
        padding-top: 10%; } }
    @media (max-width: 479px) {
      .indexfund-seniority {
        padding-top: 0; } }
    .indexfund-seniority .indexfund-expertyear__item:last-child .indexfund-expertyear__year {
      color: #73a533; }
    .indexfund-seniority__title {
      font-size: 1.875em;
      text-align: center;
      line-height: 1.2;
      margin-top: 10px; }
      @media (max-width: 1400px) {
        .indexfund-seniority__title {
          font-size: 1.25em;
          margin-top: 5px; } }
      @media (max-width: 479px) {
        .indexfund-seniority__title {
          font-size: 1em; } }
    .indexfund-seniority__subtitle {
      font-size: 1.875em;
      text-align: center;
      line-height: 1.2;
      color: #fff;
      background: #1a5569;
      display: inline-block;
      padding: 5px;
      border-radius: 10px;
      margin-top: 10px; }
      @media (max-width: 1400px) {
        .indexfund-seniority__subtitle {
          font-size: 1.25em;
          margin-top: 5px; } }
      @media (max-width: 479px) {
        .indexfund-seniority__subtitle {
          font-size: 1em; } }
    .indexfund-seniority__item {
      text-align: center; }
    .indexfund-seniority__year {
      font-size: 3.75em;
      color: #77a24d;
      font-weight: 700;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (max-width: 1400px) {
        .indexfund-seniority__year {
          font-size: 3em; } }
      @media (max-width: 991px) {
        .indexfund-seniority__year {
          font-size: 2.25em; } }
      @media (max-width: 767px) {
        .indexfund-seniority__year {
          font-size: 3.75em; } }
      @media (max-width: 575px) {
        .indexfund-seniority__year {
          font-size: 3em; } }
      @media (max-width: 479px) {
        .indexfund-seniority__year {
          font-size: 2.25em; } }
      @media (max-width: 374px) {
        .indexfund-seniority__year {
          font-size: 1.875em; } }
      .indexfund-seniority__year--sm {
        font-size: 0.6em; }
  .indexfund-currency {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px; }
    @media (max-width: 767px) {
      .indexfund-currency {
        margin-top: 20px; } }
    @media (max-width: 374px) {
      .indexfund-currency {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .indexfund-currency__item {
      position: relative;
      margin: 0 25px;
      width: 200px;
      height: 200px;
      border-radius: 100%;
      padding: 20px;
      background: -webkit-gradient(linear, left top, left bottom, from(#a97d28), to(#ba9753));
      background: -webkit-linear-gradient(top, #a97d28 0%, #ba9753 100%);
      background: -o-linear-gradient(top, #a97d28 0%, #ba9753 100%);
      background: linear-gradient(to bottom, #a97d28 0%, #ba9753 100%); }
      @media (max-width: 991px) {
        .indexfund-currency__item {
          width: 160px;
          height: 160px;
          padding: 10px; } }
      @media (max-width: 767px) {
        .indexfund-currency__item {
          margin: 0 10px;
          width: 120px;
          height: 120px;
          padding: 5px; } }
      @media (max-width: 479px) {
        .indexfund-currency__item {
          width: 82px;
          height: 82px;
          padding: 3px; } }
      @media (max-width: 374px) {
        .indexfund-currency__item {
          width: 140px;
          height: 140px;
          padding: 7px;
          margin: 10px 0; } }
      .indexfund-currency__item--lg {
        width: 240px;
        height: 240px;
        background: -webkit-gradient(linear, left top, left bottom, from(#0f6e65), to(#1ea598));
        background: -webkit-linear-gradient(top, #0f6e65 0%, #1ea598 100%);
        background: -o-linear-gradient(top, #0f6e65 0%, #1ea598 100%);
        background: linear-gradient(to bottom, #0f6e65 0%, #1ea598 100%); }
        @media (max-width: 991px) {
          .indexfund-currency__item--lg {
            width: 180px;
            height: 180px; } }
        @media (max-width: 767px) {
          .indexfund-currency__item--lg {
            width: 140px;
            height: 140px; } }
        @media (max-width: 479px) {
          .indexfund-currency__item--lg {
            width: 95px;
            height: 95px; } }
        @media (max-width: 374px) {
          .indexfund-currency__item--lg {
            width: 160px;
            height: 160px; } }
        .indexfund-currency__item--lg .indexfund-currency__title {
          color: #0f6e65; }
      .indexfund-currency__item::before {
        content: "";
        display: block;
        width: 26px;
        height: 6px;
        background: url("../images/indexfund-currency-bg.png");
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: absolute;
        left: calc(-25px - 13px);
        top: calc(50% - 3px); }
        @media (max-width: 767px) {
          .indexfund-currency__item::before {
            width: 12px;
            left: -17px; } }
        @media (max-width: 374px) {
          .indexfund-currency__item::before {
            left: calc(50% - 5px);
            top: -13px;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); } }
      @media (max-width: 767px) {
        .indexfund-currency__item:first-child {
          margin-left: 0; } }
      @media (max-width: 991px) {
        .indexfund-currency__item:first-child::before {
          display: none; } }
      @media (max-width: 767px) {
        .indexfund-currency__item:last-child {
          margin-right: 0; } }
      .indexfund-currency__item:last-child::after {
        content: "";
        display: block;
        width: 26px;
        height: 6px;
        background: url("../images/indexfund-currency-bg.png");
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: absolute;
        right: calc(-25px - 13px);
        top: calc(50% - 3px); }
        @media (max-width: 767px) {
          .indexfund-currency__item:last-child::after {
            display: none; } }
    .indexfund-currency__content {
      width: 100%;
      height: 100%;
      background: #f6f6f6;
      border-radius: 100%;
      border: 10px solid #fff;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (max-width: 991px) {
        .indexfund-currency__content {
          border-width: 5px; } }
      @media (max-width: 479px) {
        .indexfund-currency__content {
          padding: 0px;
          border-width: 3px; } }
    .indexfund-currency__title {
      font-size: 1.875em;
      color: #a97d28;
      font-weight: 700;
      text-align: center; }
      @media (max-width: 991px) {
        .indexfund-currency__title {
          font-size: 1.5em; } }
      @media (max-width: 767px) {
        .indexfund-currency__title {
          font-size: 1.25em; } }
      @media (max-width: 479px) {
        .indexfund-currency__title {
          font-size: 1em; } }
      @media (max-width: 374px) {
        .indexfund-currency__title {
          font-size: 1.25em; } }
    .indexfund-currency__text {
      font-size: 1.5em;
      margin-top: 10px;
      text-align: center;
      line-height: 1.16; }
      @media (max-width: 991px) {
        .indexfund-currency__text {
          font-size: 1.25em; } }
      @media (max-width: 767px) {
        .indexfund-currency__text {
          font-size: 1em;
          margin-top: 5px; } }
      @media (max-width: 479px) {
        .indexfund-currency__text {
          font-size: 0.875em; } }
      @media (max-width: 374px) {
        .indexfund-currency__text {
          font-size: 1em; } }
  .indexfund-level {
    position: relative;
    margin-top: 100px; }
    @media (max-width: 767px) {
      .indexfund-level {
        margin-top: 40px; } }
    .indexfund-level .indexdefense-table__text {
      margin-top: -5%;
      position: relative;
      z-index: 3; }
      @media (max-width: 1400px) {
        .indexfund-level .indexdefense-table__text {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .indexfund-level .indexdefense-table__text {
          margin-top: 20px; } }
    .indexfund-level::before {
      content: "";
      display: block;
      background: #1ea598;
      width: 33%;
      height: 415px;
      position: absolute;
      right: 0;
      top: 20px; }
      @media (max-width: 1600px) {
        .indexfund-level::before {
          width: 30%; } }
      @media (max-width: 1400px) {
        .indexfund-level::before {
          height: 300px;
          width: 40%; } }
      @media (max-width: 991px) {
        .indexfund-level::before {
          height: 270px; } }
      @media (max-width: 767px) {
        .indexfund-level::before {
          display: none; } }
    .indexfund-level::after {
      content: "";
      display: block;
      border-style: solid;
      border-width: 0 150px 415px 0;
      border-color: transparent #1ea598 transparent transparent;
      position: absolute;
      right: 33%;
      top: 20px; }
      @media (max-width: 1600px) {
        .indexfund-level::after {
          right: 30%; } }
      @media (max-width: 1400px) {
        .indexfund-level::after {
          border-width: 0 70px 300px 0;
          right: 40%; } }
      @media (max-width: 991px) {
        .indexfund-level::after {
          border-width: 0 60px 270px 0; } }
      @media (max-width: 767px) {
        .indexfund-level::after {
          display: none; } }
    .indexfund-level__block {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      position: relative;
      z-index: 2; }
      @media (max-width: 767px) {
        .indexfund-level__block {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .indexfund-level__left {
      width: 66%; }
      @media (max-width: 1400px) {
        .indexfund-level__left {
          width: 55%; } }
      @media (max-width: 991px) {
        .indexfund-level__left {
          padding-top: 5%; } }
      @media (max-width: 767px) {
        .indexfund-level__left {
          width: 100%;
          padding-top: 0; } }
    .indexfund-level__right {
      width: 34%; }
      @media (max-width: 1400px) {
        .indexfund-level__right {
          width: 45%; } }
      @media (max-width: 767px) {
        .indexfund-level__right {
          width: 100%;
          background: #1ea598; } }
    @media (max-width: 1400px) {
      .indexfund-level__title {
        padding-left: 80px; } }
    @media (max-width: 1199px) {
      .indexfund-level__title {
        padding-left: 50px; } }
    @media (max-width: 1199px) {
      .indexfund-level__title {
        padding-left: 10px; } }
    @media (max-width: 767px) {
      .indexfund-level__title {
        text-align: center;
        margin-top: -10px;
        padding-left: 0; } }
    .indexfund-level__title img {
      max-width: 100%; }
      @media (max-width: 1400px) {
        .indexfund-level__title img {
          width: 70%; } }
      @media (max-width: 767px) {
        .indexfund-level__title img {
          width: auto;
          height: 40px; } }
      @media (max-width: 575px) {
        .indexfund-level__title img {
          height: 35px; } }
    .indexfund-level__content {
      padding-top: 25px;
      padding-left: 120px; }
      @media (max-width: 1400px) {
        .indexfund-level__content {
          padding-left: 120px; } }
      @media (max-width: 1199px) {
        .indexfund-level__content {
          padding-left: 80px; } }
      @media (max-width: 991px) {
        .indexfund-level__content {
          padding-left: 60px;
          padding-top: 15px; } }
      @media (max-width: 767px) {
        .indexfund-level__content {
          padding: 15px; } }
    .indexfund-level__item {
      margin-top: 25px; }
      @media (max-width: 1400px) {
        .indexfund-level__item {
          margin-top: 15px; } }
      .indexfund-level__item:first-child {
        margin-top: 0; }
    .indexfund-level__subtitle {
      width: calc(100% - 60px);
      font-size: 1.5em;
      color: #fff;
      font-weight: 700;
      padding: 8px 15px;
      background: -webkit-gradient(linear, left top, right top, from(#0f6e65), to(rgba(15, 110, 101, 0)));
      background: -webkit-linear-gradient(left, #0f6e65 0%, rgba(15, 110, 101, 0) 100%);
      background: -o-linear-gradient(left, #0f6e65 0%, rgba(15, 110, 101, 0) 100%);
      background: linear-gradient(to right, #0f6e65 0%, rgba(15, 110, 101, 0) 100%); }
      @media (max-width: 1400px) {
        .indexfund-level__subtitle {
          font-size: 1.125em;
          padding: 8px 10px; } }
    .indexfund-level__list {
      list-style: none;
      margin-top: 10px; }
    .indexfund-level__listitem {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 20px; }
      @media (max-width: 1400px) {
        .indexfund-level__listitem {
          margin-top: 10px; } }
      .indexfund-level__listitem:first-child {
        margin-top: 0; }
    .indexfund-level__text {
      width: calc(100% - 60px);
      font-size: 1.25em;
      color: #fff;
      padding-left: 15px; }
      @media (max-width: 1400px) {
        .indexfund-level__text {
          font-size: 1em;
          padding-left: 10px; } }
    .indexfund-level__qty {
      width: 60px;
      font-size: 1.875em;
      color: #fff;
      font-weight: 700;
      text-align: right; }
      @media (max-width: 1400px) {
        .indexfund-level__qty {
          font-size: 1.25em; } }
  .indexfund-table {
    border: 6px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    margin-top: 90px; }
    @media (max-width: 767px) {
      .indexfund-table {
        margin-top: 40px; } }
    .indexfund-table__tr {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .indexfund-table__tr .indexfund-table__td:nth-child(2) {
          background: #f4f4e8; }
        .indexfund-table__tr .indexfund-table__td:nth-child(4) {
          background: #faf9f4; } }
      .indexfund-table__tr:first-child .indexfund-table__th {
        border-top: none; }
        @media (max-width: 767px) {
          .indexfund-table__tr:first-child .indexfund-table__th:nth-child(3) {
            border-top: 1px solid #fff; } }
      .indexfund-table__tr:first-child .indexfund-table__td {
        border-top: none; }
        @media (max-width: 767px) {
          .indexfund-table__tr:first-child .indexfund-table__td:nth-child(4) {
            border-top: 1px solid #e2e2d7; } }
      .indexfund-table__tr:nth-child(even) .indexfund-table__th {
        border-top: 1px solid #fff; }
      .indexfund-table__tr:nth-child(even) .indexfund-table__td {
        background: #faf9f4;
        border-top: 1px solid #e2e2d7; }
        @media (max-width: 767px) {
          .indexfund-table__tr:nth-child(even) .indexfund-table__td:nth-child(2) {
            background: #f4f4e8; }
          .indexfund-table__tr:nth-child(even) .indexfund-table__td:nth-child(4) {
            background: #faf9f4; } }
    .indexfund-table__th {
      background: #17898a;
      color: #fff;
      font-size: 1.25em;
      padding: 7px 35px;
      width: 210px;
      border-top: 1px solid #fff;
      line-height: 1.5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 1400px) {
        .indexfund-table__th {
          width: 170px;
          padding: 7px 15px; } }
      @media (max-width: 1199px) {
        .indexfund-table__th {
          font-size: 1em;
          width: 135px;
          padding: 7px 10px; } }
      @media (max-width: 479px) {
        .indexfund-table__th {
          font-size: 0.875em;
          width: 120px; } }
      @media (max-width: 374px) {
        .indexfund-table__th {
          width: 80px; } }
    .indexfund-table__td {
      font-size: 1.25em;
      width: calc(50% - 210px);
      padding: 7px 35px;
      background: #f4f4e8;
      border-top: 1px solid #e2e2d7;
      line-height: 1.5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 1400px) {
        .indexfund-table__td {
          width: calc(50% - 170px);
          padding: 7px 15px; } }
      @media (max-width: 1199px) {
        .indexfund-table__td {
          font-size: 1em;
          width: calc(50% - 135px);
          padding: 7px 10px; } }
      @media (max-width: 767px) {
        .indexfund-table__td {
          width: calc(100% - 135px); } }
      @media (max-width: 479px) {
        .indexfund-table__td {
          font-size: 0.875em;
          width: calc(100% - 120px); } }
      @media (max-width: 374px) {
        .indexfund-table__td {
          width: calc(100% - 80px); } }
      .indexfund-table__td--red {
        color: #ec4141;
        font-size: 0.8em; }
      .indexfund-table__td hr {
        width: 100%;
        border-top: 1px solid #333333;
        margin-top: 10px;
        margin-bottom: 10px; }
      .indexfund-table__td--center {
        text-align: center; }
  .indexfund-link {
    text-align: center;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .indexfund-link {
        margin-top: 20px; } }
    .indexfund-link__item {
      display: inline-block;
      padding: 20px 50px;
      color: #fff;
      font-size: 1.5em;
      font-weight: 700;
      background: -webkit-gradient(linear, left bottom, left top, from(#2697cd), to(#3aaee5));
      background: -webkit-linear-gradient(bottom, #2697cd 0%, #3aaee5 100%);
      background: -o-linear-gradient(bottom, #2697cd 0%, #3aaee5 100%);
      background: linear-gradient(to top, #2697cd 0%, #3aaee5 100%);
      border-radius: 50px;
      margin-left: 50px;
      position: relative;
      overflow: hidden;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      @media (max-width: 767px) {
        .indexfund-link__item {
          margin-left: 20px;
          padding: 15px 30px;
          font-size: 1.25em; } }
      @media (max-width: 479px) {
        .indexfund-link__item {
          margin-left: 10px;
          padding: 10px 20px;
          font-size: 1em; } }
      .indexfund-link__item:first-child {
        margin-left: 0; }
      .indexfund-link__item::before {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        top: -10px;
        left: 0;
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); }
      .indexfund-link__item span {
        position: relative;
        z-index: 2; }
      .indexfund-link__item:hover {
        opacity: 0.8; }
  .indexfund-salesorg {
    color: #17898a;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-top: 40px; }
    @media (max-width: 1400px) {
      .indexfund-salesorg {
        font-size: 1.5em; } }
    @media (max-width: 991px) {
      .indexfund-salesorg {
        font-size: 1.25em; } }
    @media (max-width: 767px) {
      .indexfund-salesorg {
        font-size: 1.125em;
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .indexfund-salesorg br {
        display: none; } }
  .indexfund-notice {
    background: #e2f3e9;
    padding: 40px 70px;
    border-radius: 25px;
    margin-top: 100px; }
    @media (max-width: 767px) {
      .indexfund-notice {
        margin-top: 40px;
        padding: 30px 15px; } }
    .indexfund-notice--close .indexfund-notice__controller::before {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .indexfund-notice__head {
      position: relative; }
    .indexfund-notice__body {
      padding-top: 25px;
      padding-left: 10px;
      padding-right: 10px;
      border-top: 1px solid #c0c0c0;
      margin-top: 30px; }
      @media (max-width: 767px) {
        .indexfund-notice__body {
          padding-top: 15px;
          padding-left: 0;
          padding-right: 0;
          margin-top: 25px; } }
    .indexfund-notice__title {
      color: #17898a;
      font-size: 1.625em;
      font-weight: 700;
      text-align: center; }
      @media (max-width: 767px) {
        .indexfund-notice__title {
          font-size: 1.25em; } }
    .indexfund-notice__controller {
      width: 35px;
      height: 35px;
      background: #17898a;
      border-radius: 100%;
      position: absolute;
      top: -4px;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer; }
      @media (max-width: 767px) {
        .indexfund-notice__controller {
          top: -8px; } }
      .indexfund-notice__controller::before {
        content: "";
        display: block;
        width: 15px;
        height: 9px;
        background: url("../images/indexfund-notice-controller.png");
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all; }
    .indexfund-notice__subtitle {
      font-size: 1.125em;
      line-height: 1.444; }
      @media (max-width: 767px) {
        .indexfund-notice__subtitle {
          font-size: 1em; } }
    .indexfund-notice__list {
      list-style: none; }
    .indexfund-notice__listitem {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      margin-top: 15px; }
      @media (max-width: 767px) {
        .indexfund-notice__listitem {
          margin-top: 5px; } }
      .indexfund-notice__listitem::before {
        content: "";
        display: block;
        width: 8px;
        min-width: 8px;
        height: 8px;
        margin-top: 8px;
        border-radius: 100px;
        background: #7d7d7d;
        margin-right: 10px; }
      .indexfund-notice__listitem--red {
        color: #ec4141; }
        .indexfund-notice__listitem--red::before {
          background: #ec4141; }
    .indexfund-notice__text {
      font-size: 1em;
      line-height: 1.625;
      width: calc(100% - 18px); }
      @media (max-width: 767px) {
        .indexfund-notice__text {
          font-size: 0.875em; } }
      .indexfund-notice__text--red {
        color: #ec4141; }
      .indexfund-notice__text--line {
        text-decoration: underline; }
