@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

ol, ul {
  list-style: none; }

* {
  margin: 0;
  padding: 0; }

img {
  display: block; }

/* main.css ==============================================*/
.mw_30 {
  max-width: 30px; }

.mw_40 {
  max-width: 40px; }

.mw_50 {
  max-width: 50px; }

.mw_60 {
  max-width: 60px; }

.mw_70 {
  max-width: 70px; }

.mw_80 {
  max-width: 80px; }

.mw_90 {
  max-width: 90px; }

.mw_100 {
  max-width: 100px; }

.mw_110 {
  max-width: 110px; }

.mw_120 {
  max-width: 120px; }

.mw_130 {
  max-width: 130px; }

.mw_140 {
  max-width: 140px; }

.mw_150 {
  max-width: 150px; }

.mw_160 {
  max-width: 160px; }

.mw_170 {
  max-width: 170px; }

.mw_180 {
  max-width: 180px; }

.mw_190 {
  max-width: 190px; }

.mw_200 {
  max-width: 200px; }

.mw_210 {
  max-width: 210px; }

.mw_220 {
  max-width: 220px; }

.mw_230 {
  max-width: 230px; }

.mw_240 {
  max-width: 240px; }

.mw_250 {
  max-width: 250px; }

.mw_260 {
  max-width: 260px; }

.mw_270 {
  max-width: 270px; }

.mw_280 {
  max-width: 280px; }

.mw_290 {
  max-width: 290px; }

.mw_300 {
  max-width: 300px; }

.mw_310 {
  max-width: 310px; }

.mw_320 {
  max-width: 320px; }

.mw_330 {
  max-width: 330px; }

.mw_340 {
  max-width: 340px; }

.mw_350 {
  max-width: 350px; }

body.lock {
  overflow: hidden; }

.box {
  display: block;
  width: 100%; }

.wrap {
  clear: both;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto; }

.video {
  position: relative; }
  .video video, .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.video_h {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.full_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.full_vid {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .full_vid video {
    width: 100%;
    height: 100%; }

.video_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover; }

.fixed_bg {
  background-attachment: fixed; }

.cover_bg, .contain_bg {
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.cover_bg {
  background-size: cover; }

.contain_bg {
  background-size: contain; }

.content {
  width: 100%; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.fl {
  float: left; }

.fr {
  float: right; }

.terms .box {
  margin-bottom: 30px; }

.terms label {
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .terms label:hover {
    color: #D90000; }
  .terms label input {
    margin-right: 10px; }

.terms ul li, .terms ol li {
  margin-bottom: 10px; }
  .terms ul li ul, .terms ul li ol, .terms ol li ul, .terms ol li ol {
    margin-top: 10px; }

.terms ul > li {
  list-style-type: disc; }

.slider_btn {
  opacity: .7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .slider_btn:hover {
    opacity: 1; }
  .slider_btn:before, .slider_btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 61%;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .slider_btn.prev {
    left: 2%; }
    .slider_btn.prev:before, .slider_btn.prev:after {
      left: 0; }
    .slider_btn.prev:before {
      top: 0;
      -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
      transform: translateX(12px) rotate(45deg); }
    .slider_btn.prev:after {
      bottom: 0;
      -webkit-transform: translateX(12px) rotate(-45deg);
      -ms-transform: translateX(12px) rotate(-45deg);
      transform: translateX(12px) rotate(-45deg); }
  .slider_btn.next {
    right: 2%; }
    .slider_btn.next:before, .slider_btn.next:after {
      right: 0; }
    .slider_btn.next:before {
      top: 0;
      -webkit-transform: translateX(-12px) rotate(-45deg);
      -ms-transform: translateX(-12px) rotate(-45deg);
      transform: translateX(-12px) rotate(-45deg); }
    .slider_btn.next:after {
      bottom: 0;
      -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
      transform: translateX(-12px) rotate(45deg); }
  .slider_btn.hide {
    display: none; }

.c_blue {
  color: #004c98; }

.c_yellow {
  color: #fcca14; }

.c_red {
  color: #b00; }

.close_btn {
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 30;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .close_btn:hover {
    -webkit-transform: rotateZ(180deg) scale(1.2);
    -ms-transform: rotate(180deg) scale(1.2);
    transform: rotateZ(180deg) scale(1.2); }
  .close_btn:before, .close_btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 2px;
    background: #fff; }
  .close_btn:before {
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg); }
  .close_btn:after {
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotateZ(-45deg); }

.icon_close {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px; }
  .icon_close:before, .icon_close:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 7px;
    background: #fcca14; }
  .icon_close:before {
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg); }
  .icon_close:after {
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotateZ(-45deg); }

/* inViewport.css ==============================================*/
.view_item {
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .view_item.trans.to_top, .view_item.trans.to_right, .view_item.trans.to_left, .view_item.trans.to_bottom {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .view_item.trans.scale_in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .view_item.trans .scale_out {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .view_item.trans.bg_scale_in, .view_item.trans.bg_scale_out {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .view_item.trans.fade_in {
    opacity: 1; }
  .view_item.trans.flip {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  .view_item.trans.speed_scale_left, .view_item.trans.speed_scale_right {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    -ms-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }

.to_top, .to_right, .to_left, .to_bottom {
  opacity: 0; }

.to_top {
  -webkit-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%); }

.to_right {
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%); }

.to_bottom {
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%); }

.to_left {
  -webkit-transform: translateX(60%);
  -ms-transform: translateX(60%);
  transform: translateX(60%); }

.scale_in {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.speed_scale_left, .speed_scale_right {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.speed_scale_left {
  -webkit-transform: scale(5) translate(-50%, 100%);
  -ms-transform: scale(5) translate(-50%, 100%);
  transform: scale(5) translate(-50%, 100%); }

.speed_scale_right {
  -webkit-transform: scale(5) translate(50%, 100%);
  -ms-transform: scale(5) translate(50%, 100%);
  transform: scale(5) translate(50%, 100%); }

.bg_scale_in {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s; }

.bg_scale_out {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s; }

.fade_in {
  opacity: 0; }

.flip {
  opacity: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.delay_1 {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

.delay_2 {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

.delay_3 {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

.delay_4 {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }

.delay_5 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

@media screen and (max-width: 1140px) {
  .to_right {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .to_left {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); } }

@media screen and (max-width: 860px) {
  .to_top {
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%); } }

@media screen and (max-width: 630px) {
  .to_top {
    -webkit-transform: translateY(35%);
    -ms-transform: translateY(35%);
    transform: translateY(35%); } }

@media screen and (max-width: 500px) {
  .to_right {
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%); }
  .to_left {
    -webkit-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%); }
  .to_top {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%); } }

@media screen and (max-width: 350px) {
  .to_right {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%); }
  .to_left {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%); }
  .to_top {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%); } }

.plan_wrap .sharePanel .socialshare {
  margin: 20px auto;
  text-align: center;
  width: 100%; }

.plan_wrap .socialshare > div {
  display: inline-block;
  padding: 10px 5px; }

.plan_wrap .socialshare a {
  border: #000 2px solid;
  color: #000;
  display: block;
  border-radius: 40px;
  font-size: 1.25em;
  line-height: 38px;
  text-align: center;
  width: 40px !important;
  height: 40px;
  padding: 0 !important; }
  .plan_wrap .socialshare a:hover {
    background: #D90000;
    border: #D90000 2px solid;
    color: #FFF; }

.plan_wrap .socialshare .fa {
  line-height: 38px; }

.plan_wrap .socialshare.fixedtoolbar {
  position: fixed;
  top: 360px;
  left: 45.5%;
  z-index: 1;
  background-color: #FFF;
  border: #CCC 1px solid;
  display: block;
  margin-left: -500px;
  padding: 4px 8px 0;
  width: 50px; }

.plan_wrap .socialshare.Sticky {
  top: 55px; }

.plan_wrap .socialshare.fixedtoolbar > div {
  position: relative;
  float: none;
  margin: 5px auto 10px;
  padding: 0;
  text-align: center; }

.plan_wrap .socialshare.Sticky .memberfunction, .plan_wrap .socialshare.Sticky .homeLink {
  display: block; }

.plan_wrap .socialshare .line {
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px); }
  .plan_wrap .socialshare .line a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/icon/line_icon.png") no-repeat 0 center;
    background-size: 200% auto;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }
  .plan_wrap .socialshare .line a:hover span {
    background-position: 100% center; }

/* index.css ==============================================*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* temp ==============*/
body {
  overflow-x: hidden; }

.plan_wrap {
  width: 100%;
  overflow: hidden; }

.plan_banner {
  position: relative;
  width: 100%; }
  .plan_banner .slider_wrap {
    width: 100%;
    height: 0;
    padding-bottom: 46.8%;
    overflow: hidden; }
    .plan_banner .slider_wrap .tns-outer {
      position: absolute;
      left: 0;
      top: 0; }
    .plan_banner .slider_wrap .slider, .plan_banner .slider_wrap .tns-outer, .plan_banner .slider_wrap .tns-inner {
      width: 100%;
      height: 100%; }
    .plan_banner .slider_wrap .item {
      position: relative;
      float: left;
      width: 100%;
      height: 100%; }
      .plan_banner .slider_wrap .item .pic {
        width: 100%;
        height: 100%; }
        .plan_banner .slider_wrap .item .pic div {
          width: 100%;
          height: 100%;
          background-position: center center;
          background-size: cover; }
  .plan_banner .pic {
    width: 100%; }
    .plan_banner .pic .cover_bg {
      padding-bottom: 28.38%;
      background-image: url("../images/index/kv.jpg?v=1.1"); }
    .plan_banner .pic img {
      width: 100%; }

.logo_wrap {
  padding: 20px 5% 15px 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .logo_wrap a {
    display: inline-block;
    margin-right: 20px;
    width: 108px; }
  .logo_wrap img {
    width: 100%;
    height: auto; }

.plan_banner.allianz {
  position: relative;
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px solid #003781; }
  .plan_banner.allianz:hover .pic .notice {
    color: #000; }
  .plan_banner.allianz:hover .text .word p {
    color: #000; }
  .plan_banner.allianz .text {
    position: relative;
    z-index: 1;
    float: left;
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .plan_banner.allianz .text .group {
      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;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background: #e7f5f8; }
    .plan_banner.allianz .text .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 5% 8% 5% 8%;
      margin-bottom: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .plan_banner.allianz .text .box > div {
        margin-bottom: 5%; }
    .plan_banner.allianz .text .head {
      margin-bottom: 20px;
      font-family: 'Noto Sans TC', "微軟正黑體", Arial, Helvetica, sans-serif; }
      .plan_banner.allianz .text .head h2, .plan_banner.allianz .text .head h3, .plan_banner.allianz .text .head h4 {
        font-weight: bold; }
      .plan_banner.allianz .text .head h3 {
        font-size: 30px;
        font-weight: normal; }
      .plan_banner.allianz .text .head h2 {
        line-height: 1.2em;
        margin-bottom: 5px;
        font-size: 60px;
        color: #0094c2; }
      .plan_banner.allianz .text .head h4 {
        font-size: 32px;
        color: #003781; }
    .plan_banner.allianz .text .word {
      margin-bottom: 15px; }
      .plan_banner.allianz .text .word p {
        font-size: 18px;
        line-height: 1.8em;
        margin-bottom: 10px; }
      .plan_banner.allianz .text .word h3 {
        margin-top: 10px;
        font-size: 18px;
        color: #004c98; }
    .plan_banner.allianz .text .notice {
      position: absolute;
      left: 8%;
      bottom: 10px;
      width: 70%;
      line-height: 1.5em;
      font-size: 12px; }
  .plan_banner.allianz .pic {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 70%;
    height: 100%; }
    .plan_banner.allianz .pic .cover_bg {
      height: 100%;
      margin-bottom: 10px;
      -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .plan_banner.allianz .pic .notice {
      font-size: 14px; }
  .plan_banner.allianz .robot {
    position: absolute;
    left: 27%;
    bottom: 0;
    z-index: 2;
    width: 30%;
    height: 93%; }
    .plan_banner.allianz .robot .contain_bg {
      height: 100%;
      padding-bottom: 0;
      background-image: url("../images/index/kv_robot.png");
      background-position: left bottom; }

@media screen and (min-width: 861px) {
  .plan_banner.allianz.article {
    max-width: 1200px;
    margin-bottom: 20px !important; }
    .plan_banner.allianz.article .text {
      width: 40%; }
      .plan_banner.allianz.article .text .group {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        padding-bottom: 0; }
      .plan_banner.allianz.article .text .box {
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 25px; }
        .plan_banner.allianz.article .text .box > div {
          margin-bottom: 0; }
      .plan_banner.allianz.article .text .head {
        margin-bottom: 10px; }
        .plan_banner.allianz.article .text .head h2 {
          font-size: 32px; }
        .plan_banner.allianz.article .text .head h4 {
          font-size: 20px; }
      .plan_banner.allianz.article .text .word {
        margin-bottom: 15px; }
        .plan_banner.allianz.article .text .word p {
          margin-bottom: 0;
          font-size: 15px;
          line-height: 1.6em; }
      .plan_banner.allianz.article .text .notice {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-right: 50px; }
    .plan_banner.allianz.article .pic {
      width: 60%; }
      .plan_banner.allianz.article .pic .cover_bg {
        background-position-x: 30%; }
    .plan_banner.allianz.article .robot {
      left: 37%;
      height: 80%; } }

.plan_list {
  padding: 20px 0; }
  .plan_list .head {
    padding-bottom: 5px;
    border-bottom: 5px solid #D90000;
    color: #D90000; }

.plan_video {
  position: relative;
  z-index: 0;
  width: 100%; }
  .plan_video .group {
    position: relative;
    z-index: 1;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto; }
  .plan_video .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 30px; }
    .plan_video .video iframe, .plan_video .video video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .plan_video .text {
    text-align: center;
    margin: 0 auto; }
    .plan_video .text h2 {
      margin-bottom: 20px;
      font-size: 60px;
      color: #003781; }
    .plan_video .text p {
      font-size: 24px;
      line-height: 1.8em; }
      .plan_video .text p span {
        display: inline-block; }

.plan_intro {
  padding: 80px 0; }
  .plan_intro .wrap {
    max-width: 1000px; }
  .plan_intro h1, .plan_intro h2, .plan_intro h3 {
    margin-bottom: 20px; }
  .plan_intro h2 {
    font-size: 32px; }
    .plan_intro h2 img {
      width: 60%;
      max-width: 563px; }
  .plan_intro h3 {
    font-size: 28px; }
  .plan_intro p {
    line-height: 1.8em;
    margin-bottom: 20px;
    font-size: 18px; }
    .plan_intro p:last-child {
      margin-bottom: 0; }

.plan_main {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .plan_main .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #555; }
  .plan_main .left, .plan_main .right {
    width: 50%; }
  .plan_main .left {
    float: left; }
  .plan_main .right {
    float: right;
    color: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .plan_main .pic .cover_bg {
    padding-bottom: 100%; }
  .plan_main .text h3 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.3em; }
  .plan_main .text p {
    line-height: 1.8em;
    margin-bottom: 20px; }
    .plan_main .text p span {
      display: block;
      margin-right: 10px;
      font-size: 15px;
      color: #ccc; }
      .plan_main .text p span:last-child {
        margin-right: 0; }
  .plan_main .text .more {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 20px;
    background: #fff;
    color: #333;
    font-weight: bold;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer; }
    .plan_main .text .more:hover {
      background: #D90000;
      color: #fff; }

.allianz_title {
  padding: 80px 0 40px 0;
  text-align: center;
  font-family: 'Noto Sans TC', "微軟正黑體", Arial, Helvetica, sans-serif; }
  .allianz_title p {
    display: inline-block;
    position: relative;
    width: 90%;
    max-width: 500px;
    font-size: 30px;
    margin-bottom: 0;
    font-style: italic;
    color: #0094c2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500; }
    .allianz_title p:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      height: 2px;
      background: #0094c2; }
    .allianz_title p span {
      position: relative;
      padding: 0 20px 0 55px;
      background: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .allianz_title p span:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background: url("../images/index/aim_icon.png") no-repeat center;
        background-size: 100% auto; }
  .allianz_title h3 {
    font-size: 50px;
    color: #003781; }
    .allianz_title h3 span {
      display: inline-block;
      margin-right: 15px; }
      .allianz_title h3 span:last-child {
        margin-right: 0; }
  .allianz_title.video_title {
    padding-bottom: 0; }

.plan_article {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0; }
  .plan_article .item {
    display: flexf;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    float: left;
    width: 100%;
    margin-bottom: 40px; }
    .plan_article .item:last-child {
      margin-bottom: 0; }
    .plan_article .item a {
      color: #333; }
      .plan_article .item a:hover {
        color: #096cad; }
    .plan_article .item .pic {
      float: left;
      width: 48%;
      margin-right: 4%;
      overflow: hidden; }
      .plan_article .item .pic img {
        width: 100%;
        -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .plan_article .item .pic:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .plan_article .item .text {
      position: relative;
      float: right;
      width: 48%;
      padding: 0 0 30px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .plan_article .item .text a:hover {
        color: #0094c2; }
      .plan_article .item .text h3 {
        margin-bottom: 10px;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.3em; }
        .plan_article .item .text h3 a {
          color: #003781; }
      .plan_article .item .text p {
        line-height: 1.8em;
        margin-bottom: 20px;
        color: #666; }
        .plan_article .item .text p span {
          margin-right: 10px; }
          .plan_article .item .text p span:last-child {
            margin-right: 0; }
    .plan_article .item .share {
      position: absolute;
      left: 0;
      bottom: 10px; }
      .plan_article .item .share div {
        margin-right: 10px; }
        .plan_article .item .share div:last-child {
          margin-right: 0; }

.plan_grid {
  position: relative;
  padding: 50px 0 70px 0; }
  .plan_grid .wrap {
    width: 90%; }
  .plan_grid.grid_3 .item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px; }
    .plan_grid.grid_3 .item:nth-child(3n) {
      margin-right: 0; }
    .plan_grid.grid_3 .item .pic {
      width: 100%; }
      .plan_grid.grid_3 .item .pic .contain_bg {
        padding-bottom: 100%; }
  .plan_grid .item {
    float: left; }

.plan_scale_wrap {
  text-align: center; }
  .plan_scale_wrap .group {
    position: relative;
    width: 100%;
    padding: 5% 3%;
    overflow: hidden;
    text-align: center;
    -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .plan_scale_wrap .group.trans_l {
      -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
      transform: translateX(10%); }
    .plan_scale_wrap .group.trans_r {
      -webkit-transform: translateX(-10%);
      -ms-transform: translateX(-10%);
      transform: translateX(-10%); }
  .plan_scale_wrap .item {
    display: inline-block;
    width: 40%;
    margin: 0 4%;
    -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer; }
    .plan_scale_wrap .item.trans {
      -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
      transform: scale(1.25); }

.plan_slider .slider_wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 50px auto; }

.plan_slider .slider {
  position: relative; }

.plan_slider .item {
  position: relative; }
  .plan_slider .item .pic {
    position: relative;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    cursor: pointer; }
    .plan_slider .item .pic:hover:before {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); }
    .plan_slider .item .pic:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 1;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100px;
      height: 100px;
      background: url("../images/index/video_icon.svg") no-repeat center;
      background-size: 100% auto;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .plan_slider .item .pic .cover_bg {
      padding-bottom: 56.25%; }
  .plan_slider .item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%; }

.plan_slider .tns-ovh {
  overflow-y: visible; }

.plan_slider.video_slider .slider .allianz_title {
  padding-top: 5px; }

.slider_btn_wrap {
  position: absolute;
  left: 0;
  top: calc(50% + 60px);
  width: 100%; }
  .slider_btn_wrap .slider_btn {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%; }
    .slider_btn_wrap .slider_btn:before, .slider_btn_wrap .slider_btn:after {
      width: 3px;
      height: 40%;
      background: #003781; }
    .slider_btn_wrap .slider_btn:before {
      top: 50%; }
    .slider_btn_wrap .slider_btn:after {
      bottom: 50%; }
    .slider_btn_wrap .slider_btn.prev:before, .slider_btn_wrap .slider_btn.prev:after {
      left: 45%; }
    .slider_btn_wrap .slider_btn.prev:before {
      -webkit-transform: translate(-50%, -82%) rotate(45deg);
      -ms-transform: translate(-50%, -82%) rotate(45deg);
      transform: translate(-50%, -82%) rotate(45deg); }
    .slider_btn_wrap .slider_btn.prev:after {
      -webkit-transform: translate(-50%, 82%) rotate(-45deg);
      -ms-transform: translate(-50%, 82%) rotate(-45deg);
      transform: translate(-50%, 82%) rotate(-45deg); }
    .slider_btn_wrap .slider_btn.next:before, .slider_btn_wrap .slider_btn.next:after {
      right: 45%; }
    .slider_btn_wrap .slider_btn.next:before {
      -webkit-transform: translate(50%, -82%) rotate(-45deg);
      -ms-transform: translate(50%, -82%) rotate(-45deg);
      transform: translate(50%, -82%) rotate(-45deg); }
    .slider_btn_wrap .slider_btn.next:after {
      -webkit-transform: translate(50%, 82%) rotate(45deg);
      -ms-transform: translate(50%, 82%) rotate(45deg);
      transform: translate(50%, 82%) rotate(45deg); }

.overlay_video {
  width: 94%;
  max-width: 1140px;
  padding: 50px 0; }
  .overlay_video .overlay_close_btn {
    right: 0;
    top: 0; }
  .overlay_video .video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }

.plan_aim {
  position: relative;
  width: 94%;
  max-width: 1500px;
  margin: 0 auto; }
  .plan_aim .bg {
    position: relative;
    z-index: 0;
    width: 100%; }
  .plan_aim .hover_wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .plan_aim .hover_wrap .trans_wrap {
      position: relative;
      z-index: 1;
      width: 90%;
      height: 100%;
      margin: 0 auto;
      overflow: hidden; }
    .plan_aim .hover_wrap .owl-stage-outer {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
      transform: translateY(-60%); }
    .plan_aim .hover_wrap .center .item {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .plan_aim .hover_wrap .item {
      position: relative;
      display: block;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
      .plan_aim .hover_wrap .item.item_ai .contain_bg {
        background-image: url("../images/index/trend_btn_ai.png"); }
      .plan_aim .hover_wrap .item.item_medical .contain_bg {
        background-image: url("../images/index/trend_btn_medical.png"); }
      .plan_aim .hover_wrap .item.item_fintech .contain_bg {
        background-image: url("../images/index/trend_btn_fintech.png"); }
      .plan_aim .hover_wrap .item.item_car .contain_bg {
        background-image: url("../images/index/trend_btn_car.png"); }
      .plan_aim .hover_wrap .item.item_face .contain_bg {
        background-image: url("../images/index/trend_btn_face.png"); }
      .plan_aim .hover_wrap .item.item_cpu .contain_bg {
        background-image: url("../images/index/trend_btn_cpu.png"); }
      .plan_aim .hover_wrap .item.item_shop .contain_bg {
        background-image: url("../images/index/trend_btn_shop.png"); }
      .plan_aim .hover_wrap .item .box {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background: url("../images/index/trend_ball.png") no-repeat center;
        background-size: auto 100%; }
      .plan_aim .hover_wrap .item .contain_bg {
        position: absolute;
        left: 5%;
        top: 12.5%;
        z-index: 1;
        width: 90%;
        height: 75%;
        padding-bottom: 0; }
    .plan_aim .hover_wrap .aim {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      width: 80px; }
      .plan_aim .hover_wrap .aim.trans .contain_bg {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.5); }
      .plan_aim .hover_wrap .aim.aim_trans .box {
        -webkit-animation: aimRotate 10s linear infinite;
        animation: aimRotate 10s linear infinite; }
      .plan_aim .hover_wrap .aim .contain_bg {
        opacity: 0;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background: url("../images/index/trend_sight.svg") no-repeat center;
        border-radius: 50%;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
    .plan_aim .hover_wrap .link_wrap {
      position: absolute;
      left: 0;
      bottom: 15px;
      z-index: 10;
      width: 100%;
      text-align: center; }
      .plan_aim .hover_wrap .link_wrap a {
        display: inline-block;
        position: relative;
        color: #004c98;
        font-size: 24px;
        font-weight: bold;
        padding: 0 10px; }
        .plan_aim .hover_wrap .link_wrap a:hover {
          color: #D90000; }
        .plan_aim .hover_wrap .link_wrap a:before {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 2px;
          height: 50%;
          background: #004c98; }
        .plan_aim .hover_wrap .link_wrap a:last-child:before {
          display: none; }
  .plan_aim .owl-nav {
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@-webkit-keyframes aimRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes aimRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.plan_aim.mouse_flow .hover_wrap .trans_wrap {
  width: 100%; }

.plan_aim.mouse_flow .hover_wrap .item {
  position: absolute;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  .plan_aim.mouse_flow .hover_wrap .item.item_ai {
    left: 50%;
    bottom: 19%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20.4%; }
  .plan_aim.mouse_flow .hover_wrap .item.item_medical {
    left: 43%;
    top: 10.4%;
    width: 12.12%; }
  .plan_aim.mouse_flow .hover_wrap .item.item_fintech {
    left: 10.1%;
    top: 18%;
    width: 15.4%; }
  .plan_aim.mouse_flow .hover_wrap .item.item_car {
    left: 20%;
    bottom: 27.66%;
    width: 10.6%; }
    .plan_aim.mouse_flow .hover_wrap .item.item_car .contain_bg {
      top: 0; }
  .plan_aim.mouse_flow .hover_wrap .item.item_face {
    right: 29.11%;
    top: 36%;
    width: 8.5%; }
  .plan_aim.mouse_flow .hover_wrap .item.item_cpu {
    right: 12.47%;
    top: 11.6%;
    width: 13.2%; }
  .plan_aim.mouse_flow .hover_wrap .item.item_shop {
    right: 17.82%;
    bottom: 21.18%;
    width: 11.76%; }
    .plan_aim.mouse_flow .hover_wrap .item.item_shop .contain_bg {
      top: 3%; }
  .plan_aim.mouse_flow .hover_wrap .item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    .plan_aim.mouse_flow .hover_wrap .item:hover.item_ai {
      -webkit-transform: translateX(-50%) scale(1.1);
      -ms-transform: translateX(-50%) scale(1.1);
      transform: translateX(-50%) scale(1.1); }
  .plan_aim.mouse_flow .hover_wrap .item.scale_out {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
    .plan_aim.mouse_flow .hover_wrap .item.scale_out.item_ai {
      -webkit-transform: translateX(-50%) scale(0.6);
      -ms-transform: translateX(-50%) scale(0.6);
      transform: translateX(-50%) scale(0.6); }

.aim_slider_btn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.allianz_banner {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 0; }
  .allianz_banner .logo_wrap {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    width: 37%;
    padding: 0;
    padding-bottom: 30px;
    text-align: right; }
    .allianz_banner .logo_wrap a {
      margin-right: 0;
      margin-left: 20px; }
  .allianz_banner .pic {
    float: left;
    width: 63%; }
    .allianz_banner .pic .cover_bg {
      padding-bottom: 70.6%; }
  .allianz_banner .text {
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    width: 37%;
    padding: 30px 0;
    text-align: center;
    background: #e7f5f8 url("../images/index/list_banner_bg.png") no-repeat center;
    background-size: 100% auto; }
    .allianz_banner .text div {
      width: 90%;
      max-width: 350px;
      margin: 0 auto;
      text-align: left; }
    .allianz_banner .text img {
      margin-bottom: 20px; }
    .allianz_banner .text p {
      line-height: 1.8em;
      font-size: 15px; }
      .allianz_banner .text p span {
        display: block;
        font-size: 13px;
        margin-top: 15px;
        line-height: 1.5em; }

section.container {
  width: 100%; }

.plan_wrap .sharePanel {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto; }
  .plan_wrap .sharePanel .socialshare {
    text-align: left; }
    .plan_wrap .sharePanel .socialshare > div {
      margin: 0;
      padding-left: 0;
      padding-right: 0;
      margin-right: 10px; }

.articlephoto {
  width: 100% !important; }
  .articlephoto a, .articlephoto img {
    width: 100%; }

.plan_article_banner {
  width: 100%;
  text-align: center; }
  .plan_article_banner a {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
    .plan_article_banner a.mobile {
      display: none; }
    .plan_article_banner a img {
      width: 100%; }

@media screen and (max-width: 1650px) {
  .plan_banner.allianz {
    width: 94%; }
    .plan_banner.allianz .text {
      width: 35%; }
      .plan_banner.allianz .text .head h2 {
        font-size: 55px; }
      .plan_banner.allianz .text .head h4 {
        font-size: 30px; }
      .plan_banner.allianz .text .word p {
        margin-bottom: 5px; }
      .plan_banner.allianz .text .notice {
        width: 65%; }
    .plan_banner.allianz .pic {
      width: 65%; }
    .plan_banner.allianz .robot {
      width: 35%;
      height: 85%; } }

@media screen and (max-width: 1500px) {
  .plan_banner.allianz .text {
    width: 35%; }
    .plan_banner.allianz .text .group {
      padding-bottom: 90%; }
    .plan_banner.allianz .text .box {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .plan_banner.allianz .text .head h2 {
      font-size: 48px; }
    .plan_banner.allianz .text .head h4 {
      font-size: 26px; }
    .plan_banner.allianz .text .word p {
      font-size: 16px;
      margin-bottom: 0; }
    .plan_banner.allianz .text .notice {
      width: 60%; } }

@media screen and (max-width: 1400px) {
  .plan_video {
    padding: 50px 0; }
    .plan_video .video .word {
      opacity: .5;
      -webkit-transform: translate(0%, 110%);
      -ms-transform: translate(0%, 110%);
      transform: translate(0%, 110%); }
    .plan_video .text h2 {
      font-size: 45px; }
    .plan_video .text p {
      font-size: 22px; } }

@media screen and (max-width: 1300px) {
  .plan_banner.allianz .text .box {
    padding-left: 5%;
    padding-right: 5%; }
  .plan_banner.allianz .text .head {
    margin-bottom: 10px; }
    .plan_banner.allianz .text .head h2 {
      font-size: 42px; }
    .plan_banner.allianz .text .head h4 {
      font-size: 24px; }
  .plan_banner.allianz .text .word p {
    font-size: 15px; }
  .plan_banner.allianz .text .notice {
    left: 5%; }
  .plan_grid .text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-right: 10px; }
  .plan_grid .text p {
    font-size: 15px;
    padding-top: 42px;
    letter-spacing: 1px; } }

@media screen and (max-width: 1200px) {
  .plan_intro {
    padding: 50px 0; }
  .plan_article {
    padding-top: 30px; }
    .plan_article .item .pic {
      width: 35%;
      margin-right: 3%; }
    .plan_article .item .text {
      width: 62%;
      padding: 0; }
      .plan_article .item .text h3 {
        margin-bottom: 5px;
        font-size: 22px; }
      .plan_article .item .text p {
        max-height: 3em;
        line-height: 1.5em;
        margin-bottom: 10px;
        font-size: 14px;
        overflow: hidden; }
    .plan_article .item .share {
      position: relative;
      bottom: 0; }
  .plan_grid.grid_3 .item {
    width: 46%;
    margin-right: 8%; }
    .plan_grid.grid_3 .item:nth-child(3n) {
      margin-right: 8%; }
    .plan_grid.grid_3 .item:nth-child(2n) {
      margin-right: 0; }
  .plan_aim .hover_wrap .link_wrap a {
    font-size: 20px; } }

@media screen and (max-width: 1150px) {
  .plan_banner.allianz {
    width: 94%; }
    .plan_banner.allianz .text {
      width: 40%; }
      .plan_banner.allianz .text .notice {
        width: 70%; }
    .plan_banner.allianz .pic {
      width: 60%; }
    .plan_banner.allianz .robot {
      left: 33%; } }

@media screen and (max-width: 1000px) {
  .plan_banner.allianz .text .box {
    padding-right: 5%; }
  .plan_banner.allianz .text .head h2 {
    font-size: 36px; }
  .plan_banner.allianz .text .head h4 {
    font-size: 20px; }
  .plan_banner.allianz .text .head p {
    font-size: 14px; }
  .plan_banner.allianz .pic .cover_bg {
    background-position: 30% center; }
  .plan_scale_wrap .group {
    width: 94%;
    padding: 0;
    margin: 0 auto;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important; }
  .plan_scale_wrap .item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px; }
    .plan_scale_wrap .item.trans {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .plan_scale_wrap .item .pic {
      margin-bottom: 15px; }
  .plan_slider .item:before {
    width: 70px;
    height: 70px; }
  .allianz_banner .text img {
    width: 100px; } }

@media screen and (max-width: 900px) {
  .allianz_title {
    padding-top: 60px;
    padding-bottom: 30px; }
    .allianz_title p {
      font-size: 26px; }
    .allianz_title h3 {
      font-size: 40px; }
  .allianz_banner .logo_wrap, .allianz_banner .text {
    position: relative; }
  .plan_slider .slider_btn_wrap {
    top: calc( 50% + 47px); } }

@media screen and (max-width: 860px) {
  .plan_banner.allianz {
    display: block; }
    .plan_banner.allianz .text {
      position: relative;
      width: 100%;
      margin-top: 0; }
      .plan_banner.allianz .text .group {
        height: auto;
        padding-bottom: 0;
        padding-left: 45%; }
      .plan_banner.allianz .text .box {
        display: block;
        position: relative;
        padding-left: 0; }
        .plan_banner.allianz .text .box > div {
          margin-bottom: 0; }
      .plan_banner.allianz .text .head {
        margin-bottom: 10px; }
        .plan_banner.allianz .text .head h2 {
          font-size: 48px; }
        .plan_banner.allianz .text .head h4 {
          font-size: 22px; }
      .plan_banner.allianz .text .word {
        margin-bottom: 20px; }
        .plan_banner.allianz .text .word p {
          font-size: 16px; }
      .plan_banner.allianz .text .notice {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .plan_banner.allianz .pic {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 0; }
      .plan_banner.allianz .pic .cover_bg {
        padding-bottom: 50%;
        margin-bottom: 0;
        background-position: 25% center; }
    .plan_banner.allianz .robot {
      left: 2%;
      width: 35%;
      height: 95%; } }

@media screen and (max-width: 850px) {
  .plan_aim .hover_wrap .link_wrap {
    bottom: 20px; }
    .plan_aim .hover_wrap .link_wrap a {
      font-size: 18px; } }

@media screen and (max-width: 800px) {
  .plan_article {
    padding: 30px 0; }
  .plan_main .wrap {
    display: block; }
  .plan_main .left, .plan_main .right {
    width: 100%; }
  .plan_main .pic .cover_bg {
    height: 0;
    padding-bottom: 100%; }
  .plan_grid {
    padding: 0; }
    .plan_grid .pic {
      -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
      transform: translateX(10%); }
    .plan_grid .text {
      top: 5%;
      height: 80%; }
      .plan_grid .text p {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
        transform: translate(-10px, 0); }
  .plan_slider .item .text p {
    padding: 0; }
  .plan_slider .slider_btn {
    width: 40px;
    height: 40px; } }

@media screen and (max-width: 750px) {
  .allianz_title {
    padding-top: 60px;
    padding-bottom: 30px; }
    .allianz_title p {
      font-size: 22px; }
    .allianz_title h3 {
      font-size: 34px; }
  .plan_aim {
    margin-top: 30px; }
    .plan_aim .hover_wrap {
      overflow: visible; }
      .plan_aim .hover_wrap .owl-stage-outer {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .plan_aim .hover_wrap .link_wrap {
        left: 50%;
        top: 0;
        bottom: auto;
        -webkit-transform: translate(-50%, -150%);
        -ms-transform: translate(-50%, -150%);
        transform: translate(-50%, -150%); }
        .plan_aim .hover_wrap .link_wrap a {
          margin-bottom: 5px;
          font-size: 16px; }
    .plan_aim .owl-nav {
      top: 50%; }
      .plan_aim .owl-nav .owl-prev, .plan_aim .owl-nav .owl-next {
        width: 30px;
        height: 30px; }
        .plan_aim .owl-nav .owl-prev:before, .plan_aim .owl-nav .owl-prev:after, .plan_aim .owl-nav .owl-next:before, .plan_aim .owl-nav .owl-next:after {
          height: 65%; }
  .allianz_banner .pic, .allianz_banner .text {
    width: 100%; }
  .allianz_banner .logo_wrap {
    width: 100%;
    text-align: center; } }

@media screen and (max-width: 700px) {
  .plan_banner.allianz .text .head h2 {
    font-size: 40px; }
  .plan_banner.allianz .text .head h4 {
    font-size: 20px; }
  .plan_banner.allianz .text .word p {
    font-size: 15px;
    line-height: 1.6em; }
  .plan_grid {
    padding-bottom: 30px; }
    .plan_grid.grid_3 .item {
      width: 100%;
      margin-right: 0 !important; }
  .plan_intro {
    padding: 30px 0; } }

@media screen and (max-width: 680px) {
  .plan_intro h1, .plan_intro h2, .plan_intro h3 {
    margin-bottom: 15px; }
  .plan_intro h2 {
    font-size: 28px; }
  .plan_intro h3 {
    font-size: 25px; }
  .plan_intro p {
    margin-bottom: 15px;
    font-size: 16px; }
  .plan_article .item .text h3 {
    margin-bottom: 15px;
    font-size: 20px; }
  .plan_article .item .text p {
    display: none; }
  .plan_main .wrap {
    display: block; }
  .plan_main .text h3 {
    font-size: 25px; }
  .plan_wrap .sharePanel .socialshare {
    text-align: center;
    margin: 0 auto; } }

@media screen and (max-width: 640px) {
  .plan_aim {
    margin-top: 50px; }
    .plan_aim .hover_wrap .link_wrap {
      max-width: 500px;
      -webkit-transform: translate(-50%, -120%);
      -ms-transform: translate(-50%, -120%);
      transform: translate(-50%, -120%); }
      .plan_aim .hover_wrap .link_wrap a {
        font-size: 15px; } }

@media screen and (max-width: 600px) {
  .allianz_title {
    padding-top: 50px; }
    .allianz_title p {
      font-size: 20px;
      margin-bottom: 5px; }
    .allianz_title h3 {
      font-size: 30px; }
  .plan_banner.allianz .pic .cover_bg {
    background-position: left center; }
  .plan_banner.allianz .text {
    position: static; }
    .plan_banner.allianz .text .group {
      position: static;
      display: block;
      padding-left: 0; }
    .plan_banner.allianz .text .box {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 0;
      text-align: center; }
  .plan_banner.allianz .pic .cover_bg {
    padding-bottom: 60%; }
  .plan_banner.allianz .pic .notice {
    left: 0;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }
  .plan_banner.allianz .robot {
    top: 0;
    width: 100%;
    height: auto; }
    .plan_banner.allianz .robot .contain_bg {
      width: 100%;
      height: 0;
      padding-bottom: 60%;
      background-size: auto 85%;
      background-position: 5% bottom; }
  .plan_slider .item .pic:before {
    width: 50px;
    height: 50px; }
  .plan_slider .slider_btn_wrap {
    top: 63%; }
  .plan_intro h2 img {
    width: 70%; }
  .plan_article_banner a {
    max-width: 250px; }
    .plan_article_banner a.pc {
      display: none; }
    .plan_article_banner a.mobile {
      display: block; } }

@media screen and (max-width: 550px) {
  .allianz_title {
    padding-top: 50px;
    padding-bottom: 20px; }
    .allianz_title p {
      font-size: 18px; }
    .allianz_title h3 {
      font-size: 26px; }
  .plan_slider .slider_btn_wrap {
    top: calc( 50% + 32px); } }

@media screen and (max-width: 500px) {
  .logo_wrap img {
    height: 35px; }
  .plan_intro {
    padding: 20px 0 10px 0; }
    .plan_intro h2 img {
      width: 80%; }
  .plan_aim {
    margin-top: 60px; }
    .plan_aim .hover_wrap .trans_wrap {
      width: 100%;
      padding: 30px 3%; }
    .plan_aim .hover_wrap .owl-stage-outer {
      padding: 35px 0; }
    .plan_aim .hover_wrap .center .item {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .plan_aim .owl-nav {
      top: 50%; }
      .plan_aim .owl-nav .owl-prev, .plan_aim .owl-nav .owl-next {
        background: #fff;
        border-radius: 50%; }
        .plan_aim .owl-nav .owl-prev:before, .plan_aim .owl-nav .owl-prev:after, .plan_aim .owl-nav .owl-next:before, .plan_aim .owl-nav .owl-next:after {
          width: 3px;
          height: 45%; }
        .plan_aim .owl-nav .owl-prev:before, .plan_aim .owl-nav .owl-next:before {
          top: 4px; }
        .plan_aim .owl-nav .owl-prev:after, .plan_aim .owl-nav .owl-next:after {
          bottom: 4px; }
  .plan_slider .item .text p {
    padding: 0; }
  .plan_slider .slider_btn {
    width: 30px;
    height: 30px; } }

@media screen and (max-width: 480px) {
  .allianz_title h3 span {
    display: block;
    margin: 0; }
  .logo_wrap {
    text-align: center; }
    .logo_wrap a {
      margin: 0 15px; }
  .plan_article .item {
    display: block;
    margin-bottom: 30px; }
    .plan_article .item .pic, .plan_article .item .text {
      width: 100%; }
    .plan_article .item .pic {
      margin-right: 0;
      margin-bottom: 10px; }
    .plan_article .item .text h3 {
      margin-bottom: 10px;
      font-size: 18px; }
  .plan_slider .slider_btn_wrap {
    top: calc( 50% + 51px); } }

@media screen and (max-width: 430px) {
  .plan_banner.allianz .text .head h2 {
    font-size: 30px; }
  .plan_banner.allianz .text .word p {
    font-size: 14px; } }

@media screen and (max-width: 400px) {
  .logo_wrap a {
    width: 80px; }
  .plan_grid.grid_3 .item {
    margin-bottom: 40px; }
  .plan_grid .text {
    top: 10%;
    height: 100%; } }

@media screen and (max-width: 350px) {
  .plan_aim {
    margin-top: 90px; }
    .plan_aim .hover_wrap .link_wrap {
      max-width: 280px; } }

/* overlay.css ==============================================*/
.overlay_wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .overlay_wrap.trans {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .overlay_wrap.trans .overlay_content {
      opacity: 1; }
  .overlay_wrap.full > .overlay_close_btn {
    display: block;
    width: 50px;
    height: 50px; }
    .overlay_wrap.full > .overlay_close_btn:before, .overlay_wrap.full > .overlay_close_btn:after {
      background: #fff; }
  .overlay_wrap.in_close > .overlay_close_btn {
    display: none; }

.overlay_content {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s; }

.overlay_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: .9;
  cursor: url(../images/icon/mouse_icon_w.png), auto; }

.overlay_flex {
  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;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.overlay_box {
  display: none;
  position: relative;
  z-index: 1; }
  .overlay_box.trans {
    display: block; }

.overlay_close_btn {
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 30;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .overlay_close_btn:hover {
    -webkit-transform: rotateZ(180deg) scale(1.2);
    -ms-transform: rotate(180deg) scale(1.2);
    transform: rotateZ(180deg) scale(1.2); }
  .overlay_close_btn:before, .overlay_close_btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #fff; }
  .overlay_close_btn:before {
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg); }
  .overlay_close_btn:after {
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotateZ(-45deg); }

.overlay_slider_btn {
  display: block;
  position: fixed;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .overlay_slider_btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    width: 40px;
    height: 40px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg); }
  .overlay_slider_btn:hover.prev {
    left: 30px; }
  .overlay_slider_btn:hover.next {
    right: 30px; }
  .overlay_slider_btn.prev {
    left: 40px; }
    .overlay_slider_btn.prev:before {
      left: 9px;
      border-bottom: 5px solid #D90000;
      border-left: 5px solid #D90000; }
  .overlay_slider_btn.next {
    right: 40px; }
    .overlay_slider_btn.next:before {
      right: 9px;
      border-top: 5px solid #D90000;
      border-right: 5px solid #D90000; }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    -o-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.loaded {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left; }

/* carousel.css ==============================================*/
.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  padding-bottom: 50px; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }

.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }
  .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
  .owl-item img {
    display: block;
    width: 100%; }

.owl-nav.disabled, .owl-dots.disabled {
  display: none; }

.owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 100%; }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .owl-nav .owl-prev:before, .owl-nav .owl-prev:after, .owl-nav .owl-next:before, .owl-nav .owl-next:after {
      content: "";
      display: block;
      position: absolute;
      width: 5px;
      height: 61%;
      border-radius: 3px;
      background: #003781;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .owl-nav .owl-prev span, .owl-nav .owl-next span {
      display: none; }
  .owl-nav .owl-prev {
    left: 0; }
    .owl-nav .owl-prev:before, .owl-nav .owl-prev:after {
      left: 0; }
    .owl-nav .owl-prev:before {
      top: 0;
      -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
      transform: translateX(12px) rotate(45deg); }
    .owl-nav .owl-prev:after {
      bottom: 0;
      -webkit-transform: translateX(12px) rotate(-45deg);
      -ms-transform: translateX(12px) rotate(-45deg);
      transform: translateX(12px) rotate(-45deg); }
  .owl-nav .owl-next {
    right: 0; }
    .owl-nav .owl-next:before, .owl-nav .owl-next:after {
      right: 0; }
    .owl-nav .owl-next:before {
      top: 0;
      -webkit-transform: translateX(-12px) rotate(-45deg);
      -ms-transform: translateX(-12px) rotate(-45deg);
      transform: translateX(-12px) rotate(-45deg); }
    .owl-nav .owl-next:after {
      bottom: 0;
      -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
      transform: translateX(-12px) rotate(45deg); }

.owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center; }

.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #333;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .owl-dot:hover, .owl-dot.active {
    background: #D90000; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
