@import url(reset-min.css);
@import url(flickity.css);
/*@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;600;700&family=Roboto&display=swap");*/
@font-face {
  font-family: 'NotoSerifTC';
  src: url("/fonts/NotoSerifTC-Medium.otf") format("opentype"); }

@chartset "UTF-8";
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

strong {
  font-weight: 700; }

body {
  color: #1a1a1a;
  font-family: 'NotoSerifTC', -apple-system, PingFangTC-Medium, 'Microsoft JhengHei', sans-serif;
  font-weight: 200; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  min-width: 375px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: #ddd solid 1px; }
  .header .inner {
    max-width: 1440px;
    text-align: center;
    padding: 15px 28px;
    margin: 0 auto; }
  .header .logo {
    display: inline-block;
    max-width: 120px;
    width: 9.4%;
    margin-right: 4.8%; }
    @media (min-width: 768px) and (max-width: 1270px) {
      .header .logo {
        width: 92px; } }
    @media (max-width: 767px) {
      .header .logo {
        width: 66px; } }

.nav-wrapper {
  display: inline-block;
  width: calc(85.8% - 6px);
  vertical-align: top;
  padding-top: 13px; }
  .nav-wrapper > ul > li {
    position: relative;
    display: inline-block;
    line-height: 1.2em;
    min-height: 3.4em;
    font-size: 18px;
    background-image: url(../images/arrow_down.svg);
    -o-background-size: 11px;
    background-size: 11px;
    background-position: right 6px bottom;
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: top;
    letter-spacing: 3.6px;
    cursor: pointer;
    padding-bottom: 18px;
    margin-right: 3%; }
    .nav-wrapper > ul > li:last-child {
      margin-right: 0; }
    .nav-wrapper > ul > li ul {
      display: none;
      position: absolute;
      top: 94px;
      left: -45px;
      background: #FFF;
      white-space: nowrap;
      padding: 21px 45px 30px; }
      .nav-wrapper > ul > li ul li {
        display: block; }
        .nav-wrapper > ul > li ul li a {
          display: inline-block;
          border-bottom: 2px solid #999;
          padding-bottom: 20px;
          padding-top: 18px; }
    .nav-wrapper > ul > li.right ul {
      left: initial;
      right: -45px;
      text-align: right; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  background: #FFF; }

.container {
  min-width: 375px; }
  @media (min-width: 1271px) {
    .container {
      margin-top: 121px; } }
  @media (max-width: 1270px) and (min-width: 768px) {
    .container {
      margin-top: 78px; } }
  @media (max-width: 767px) {
    .container {
      margin-top: 60px; } }
  .container.top {
    margin-top: 0; }

.index-main {
  background-image: url(../images/img_00_bg.jpg);
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 218px 0 135px; }
  .index-main .banner {
    position: relative;
    max-width: 1098px;
    min-height: 750px;
    overflow: hidden;
    padding-top: 10px;
    padding-right: 20px;
    margin: 0 auto; }
    @media (max-width: 1050px) and (min-width: 768px) {
      .index-main .banner {
        min-height: 70vw; } }
    .index-main .banner .text {
      position: absolute;
      left: 18.4%;
      top: 120px;
      width: 47.6%;
      background-image: url(../images/img_index_main_01.png);
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      padding-top: 44%; }
    .index-main .banner .bg1 {
      position: absolute;
      left: 4.8%;
      top: 42px;
      width: 59%;
      background-image: url(../images/img_index_main_02.png);
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      transition: all 0.2s;
      -ms-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      padding-top: 55.3%; }
    .index-main .banner .bg2 {
      position: absolute;
      right: 19.6%;
      width: 30%;
      background-image: url(../images/img_index_main_06.png);
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      padding-top: 32%; }
    .index-main .banner .bg3 {
      position: absolute;
      right: 20px;
      width: 54.3%;
      background-image: url(../images/img_index_main_05.png);
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      padding-top: 56.4%; }

.intro {
  max-width: 856px;
  line-height: 1.7em;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3.6px;
  padding: 0 28px;
  margin: 0 auto; }
  .intro .title {
    font-size: 24px;
    letter-spacing: 4.8px;
    margin-bottom: 38px; }

.scrollanimate {
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out, opacity 1s ease-in-out; }
  .scrollanimate.offset {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }
  .scrollanimate.is-shown {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1; }

.main-carousel {
  max-width: 1440px;
  margin: 0 auto; }
  .main-carousel .cell {
    display: block;
    width: 100%; }
  .main-carousel img {
    display: block; }

.menu-btn {
  display: none; }

.fixed-bg {
  background-attachment: fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px; }
  .fixed-bg.half {
    background-size: 50%;
    background-position: right; }
    @media (max-width: 767px) {
      .fixed-bg.half {
        background-size: contain;
        background-position: top center; } }
  .fixed-bg .inner {
    max-width: 1440px;
    margin: 0 auto; }
    .fixed-bg .inner.right .text-wrapper {
      margin: 0 0 0 auto; }
  .fixed-bg .text-wrapper {
    max-width: 600px;
    line-height: 2em;
    font-size: 18px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.8);
    padding: 60px 50px 80px; }
    .fixed-bg .text-wrapper.light {
      color: #000;
      background: transparent; }
    .fixed-bg .text-wrapper.width {
      max-width: 1100px; }
    .fixed-bg .text-wrapper .top {
      line-height: 2.1em;
      font-size: 20px;
      font-weight: 600;
      -webkit-transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      -ms-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s;
      margin-bottom: 40px; }
    .fixed-bg .text-wrapper .topic {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 34px; }
    .fixed-bg .text-wrapper .title {
      font-size: 20px;
      font-weight: 700; }
    .fixed-bg .text-wrapper .offset {
      -webkit-transition-delay: 0.8s;
      -moz-transition-delay: 0.8s;
      -ms-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .fixed-bg .text-wrapper .image-wrapper {
      margin-top: 40px; }
  .fixed-bg .center-text {
    max-width: 776px;
    line-height: 2em;
    color: #fff;
    font-size: 18px;
    padding: 60px 28px;
    margin: 0 auto; }
    .fixed-bg .center-text .topic {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 45px; }
    .fixed-bg .center-text .title {
      font-size: 20px;
      font-weight: 700; }
    .fixed-bg .center-text blockquote {
      width: 118%;
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      background-image: url(../images/blockquote-line.svg), url(../images/blockquote-line.svg), url(../images/blockquote-line.svg), url(../images/blockquote-line.svg);
      background-position: top left,top right,bottom left,bottom right;
      background-size: 28px;
      background-repeat: no-repeat;
      border: #e18378 solid 1px;
      border-top: 0;
      border-bottom: 0;
      text-align: center;
      padding: 38px 1em;
      margin: 60px auto 60px -9%; }
      .fixed-bg .center-text blockquote p {
        margin-bottom: 1.5em; }
        .fixed-bg .center-text blockquote p:last-child {
          margin-bottom: 0; }
      @media (max-width: 930px) {
        .fixed-bg .center-text blockquote {
          width: 106%;
          font-size: 20px;
          margin-left: -3%; } }
    .fixed-bg .center-text .tip {
      width: 102%;
      text-align: center;
      border: #fff solid 1px;
      padding: 0 0 30px;
      margin: 85px 0 0 -1%; }
      .fixed-bg .center-text .tip .tip-title {
        display: inline-block;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        background: #000;
        transform: translateY(-1em);
        padding: 7px 25px; }
      .fixed-bg .center-text .tip .half {
        display: inline-block;
        font-weight: bold;
        text-align: left;
        vertical-align: top; }
        .fixed-bg .center-text .tip .half > span {
          display: inline-block;
          line-height: 1em;
          font-size: 64px;
          vertical-align: top; }
        .fixed-bg .center-text .tip .half:first-child {
          max-width: 50%;
          margin-right: 1%; }
        .fixed-bg .center-text .tip .half:last-child {
          max-width: calc(49% - 6px); }
      .fixed-bg .center-text .tip ul {
        display: inline-block;
        max-width: calc(100% - 68px);
        font-size: 20px;
        color: #fff;
        vertical-align: top; }
        .fixed-bg .center-text .tip ul li {
          text-indent: -1.3em;
          padding-left: 1em; }
  .fixed-bg .image {
    position: fixed;
    top: 265px;
    left: 50%;
    width: 720px;
    transform: translateX(-79.7%); }
    .fixed-bg .image img {
      width: 29.7%; }
    @media (max-width: 1270px) and (min-width: 768px) {
      .fixed-bg .image {
        top: 226px; } }

.content {
  padding-top: 120px; }
  .content .intro {
    line-height: 2.3em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 80px; }
    .content .intro .title {
      font-weight: 700;
      letter-spacing: 0; }
  .content .two-col {
    width: 96%;
    max-width: 1224px;
    margin: 0 auto 120px; }
    .content .two-col.item1 > div:first-child {
      width: 46.9%;
      margin-right: calc(3.6% - 6px); }
    .content .two-col.item1 > div:last-child {
      width: 49.5%; }

.video-wrapper {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto 120px; }
  .video-wrapper:last-of-type {
    margin-bottom: 0; }
  .video-wrapper .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px; }
  .video-wrapper .iframe {
    position: relative;
    padding-top: 56.3%; }
    .video-wrapper .iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.two-col > div {
  display: inline-block;
  vertical-align: top; }

.footer {
  background-image: url(../images/img_footer_01.png);
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 19.75%;
  margin: 0 auto; }

.img-bg {
  position: relative;
  padding: 177px 0 182px; }
  .img-bg .inner {
    max-width: 1440px;
    margin: 0 auto; }
  .img-bg .text-wrapper {
    max-width: 600px;
    line-height: 2em;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    padding: 60px 50px 80px;
    margin: 0 0 0 auto; }
  .img-bg .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px; }
  .img-bg .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.col-intro {
  max-width: 1196px;
  padding: 0 28px;
  margin: 0 auto 130px; }
  .col-intro .text-wrapper {
    display: inline-block;
    width: 43.9%;
    line-height: 2em;
    font-size: 18px;
    vertical-align: top;
    margin-right: 9.7%; }
    .col-intro .text-wrapper .title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 48px; }
  .col-intro .img-wrapper {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding-top: 93px; }

.vertical-title-wrapper {
  max-width: 901px;
  padding: 120px 28px 0;
  margin: 0 auto 225px; }
  .vertical-title-wrapper .main-title {
    display: inline-block;
    width: 1em;
    line-height: 1em;
    font-size: 42px;
    font-weight: 700;
    vertical-align: top;
    writing-mode: vertical-lr;
    text-orientation: upright;
    letter-spacing: 3px;
    margin-right: 8.3%; }
    .vertical-title-wrapper .main-title span {
      display: inline-block;
      width: 24px;
      height: 30px;
      background-image: url(../images/cross.svg);
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin: 10px 0; }
    .vertical-title-wrapper .main-title:after {
      content: '';
      display: inline-block;
      width: 3px;
      height: 135px;
      background-image: url(../images/decorate-line.png);
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin-top: 12px; }
  .vertical-title-wrapper .content {
    display: inline-block;
    width: 85.2%;
    line-height: 2em;
    font-size: 18px;
    vertical-align: top;
    padding-top: 20px; }
    .vertical-title-wrapper .content .title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 30px; }
  .vertical-title-wrapper .name {
    font-size: 24px;
    font-weight: 700;
    text-align: right;
    margin-top: 40px; }

.multi-bottom {
  background-image: url(../images/img_footer_02.png);
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  .multi-bottom .inner {
    position: relative;
    max-width: 1440px;
    padding-top: 13.68%;
    margin: 0 auto; }
    @media (min-width: 1271px) {
      .multi-bottom .inner {
        padding-top: 178px; } }
  .multi-bottom .brain {
    position: absolute;
    bottom: 54%;
    left: 23.6%;
    z-index: -1;
    width: 26.25%;
    background-image: url(../images/img_brain.png);
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 20%; }
  .multi-bottom .portrait {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32%; }

.event .inner {
  max-width: 986px;
  padding: 140px 28px 60px;
  margin: 0 auto; }
.event.style2 .inner {
  max-width: 1136px; }
.event.style2 .text-wrapper {
  max-width: initial; }
.event .text-wrapper {
  max-width: 720px;
  line-height: 2em;
  font-size: 18px; }
.event .title {
  line-height: 1.5em;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 38px; }
.event .link {
  display: inline-block;
  width: 76px;
  height: 27px;
  line-height: 27px;
  color: #fff;
  font-size: 14px;
  background-image: url(../images/btn_go.svg);
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  text-align: center;
  margin-top: 3px; }
.event ul {
  margin-top: 60px; }
  .event ul li {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1em; }
    .event ul li:last-child {
      margin-bottom: 0; }
    .event ul li span {
      display: inline-block;
      max-width: calc(100% - 104px);
      vertical-align: top;
      margin-right: 20px; }
.event .block {
  margin-bottom: 60px; }
  .event .block:last-child {
    margin-bottom: 0; }
  .event .block p {
    max-width: 465px; }
.event .link-wrapper {
  max-width: 465px;
  margin-top: 20px; }
.event .iframe-wrapper {
  position: relative;
  padding-top: 56.3%;
  margin-top: 10px; }
  .event .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media (max-width: 767px) {
  .event .inner {
    padding-top: 60px; }
  .event ul li {
    line-height: 2.25em;
    font-size: 16px;
    margin-bottom: 2.25em; }
    .event ul li span {
      width: calc(100% - 104px); } }

@media (max-width: 1270px) {
  .header .inner {
    text-align: left;
    padding: 4px 22px 4px 40px; }

  .menu-btn {
    display: block;
    float: right;
    width: 36px;
    cursor: pointer;
    padding: 11px 8px;
    margin-top: 17px; }
    .menu-btn span {
      display: block;
      height: 2px;
      background: #000;
      transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      margin: 0 auto 4px; }
      .menu-btn span:first-child {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top; }
      .menu-btn span:nth-child(3) {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        margin-bottom: 0; }
    .menu-btn.expand span:first-child {
      -webkit-transform: rotate(45deg) translateY(-1px);
      -moz-transform: rotate(45deg) translateY(-1px);
      -ms-transform: rotate(45deg) translateY(-1px);
      -o-transform: rotate(45deg) translateY(-1px);
      transform: rotate(45deg) translateY(-1px); }
    .menu-btn.expand span:nth-child(2) {
      opacity: 0; }
    .menu-btn.expand span:last-child {
      -webkit-transform: rotate(-45deg) translateY(1px);
      -moz-transform: rotate(-45deg) translateY(1px);
      -ms-transform: rotate(-45deg) translateY(1px);
      -o-transform: rotate(-45deg) translateY(1px);
      transform: rotate(-45deg) translateY(1px); }

  .nav-wrapper {
    position: fixed;
    top: 79px;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100% - 80px);
    background: #FFF;
    overflow: auto;
    padding-top: 36px; }
    .nav-wrapper > ul {
      padding: 0 10.6%; }
      .nav-wrapper > ul > li {
        display: block;
        min-height: initial;
        background: none;
        margin: 0 0 20px; }
        .nav-wrapper > ul > li > span {
          display: inline-block;
          background-image: url(../images/arrow_down.svg);
          -o-background-size: 11px;
          background-size: 11px;
          background-position: right 6px bottom;
          background-repeat: no-repeat;
          padding-bottom: 15px; }
        .nav-wrapper > ul > li br {
          display: none; }
        .nav-wrapper > ul > li ul {
          position: relative;
          top: 0;
          left: 0;
          white-space: normal;
          padding: 0 1.2em 20px; }
        .nav-wrapper > ul > li.right ul {
          right: initial;
          text-align: left; } }
@media (max-width: 767px) {
  .header {
    background: #FFF; }

  .menu-btn {
    margin-top: 8px; }

  .nav-wrapper {
    top: 60px;
    max-height: calc(100% - 60px); }

  .hidden-xs {
    display: none; }

  .index-main {
    padding-top: 160px;
    padding-bottom: 0; }
    .index-main .banner {
      min-height: 90vw;
      padding-right: 0; }
      .index-main .banner .bg1 {
        top: 4%;
        left: -10%;
        width: 79.2%;
        padding-top: 84%; }
      .index-main .banner .bg2 {
        right: -4%;
        width: 42.4%;
        padding-top: 48.8%; }
      .index-main .banner .bg3 {
        right: -33%;
        z-index: 1;
        width: 83%;
        padding-top: 86.3%; }
      .index-main .banner .text {
        top: 19%;
        left: 7.2%;
        width: 74.9%;
        padding-top: 69.3%; }
    .index-main .intro {
      background: #FFF;
      padding-top: 120px;
      padding-bottom: 73px;
      margin-top: 155px; }

  .fixed-bg:not(.fixed-m) {
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: initial;
    padding-top: 66.6%;
    padding-bottom: 0; }
  .fixed-bg .text-wrapper {
    max-width: initial;
    width: 100%;
    padding: 60px 28px 50px; }
    .fixed-bg .text-wrapper .image-wrapper {
      width: 112%;
      margin: 60px auto 0 -6%; }
  .fixed-bg .center-text {
    padding-top: 36%; }
    .fixed-bg .center-text .tip {
      padding-left: 1em;
      padding-right: 1em; }
      .fixed-bg .center-text .tip .tip-title {
        max-width: 98%;
        font-size: 22px;
        padding-left: 15px;
        padding-right: 15px; }
      .fixed-bg .center-text .tip .half {
        display: block; }
        .fixed-bg .center-text .tip .half > span {
          font-size: 54px; }
        .fixed-bg .center-text .tip .half:first-child {
          max-width: initial;
          margin-right: 0;
          margin-bottom: 20px; }
        .fixed-bg .center-text .tip .half:last-child {
          max-width: initial; }
      .fixed-bg .center-text .tip ul {
        max-width: calc(100% - 60px);
        font-size: 18px; }
  .fixed-bg .image {
    top: 120px;
    width: 33.4%;
    transform: translateX(-50%); }
    .fixed-bg .image img {
      width: 100%; }

  .content {
    padding-top: 80px;
    padding-bottom: 30px; }
    .content .two-col {
      margin-bottom: 60px; }
      .content .two-col.item1 > div:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 36px; }
      .content .two-col.item1 > div:last-child {
        width: 100%; }

  .two-col > div {
    display: block; }

  .video-wrapper .title {
    padding: 0 20px; }

  .img-bg {
    padding: 0; }
    .img-bg .bg {
      position: static;
      display: block;
      height: auto; }
    .img-bg .text-wrapper {
      padding: 60px 28px 50px; }

  .col-intro {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-top: -80px;
    margin-bottom: 80px; }
    .col-intro .text-wrapper {
      width: 100%;
      -webkit-order: 2;
      -ms-order: 2;
      order: 2;
      padding: 0 28px;
      margin-right: 0; }
    .col-intro .img-wrapper {
      width: 100%;
      -webkit-order: 1;
      -ms-order: 1;
      order: 1;
      padding-top: 0;
      margin-bottom: 60px; }

  .video-wrapper {
    margin-bottom: 80px; }

  .vertical-title-wrapper {
    padding-top: 60px; }
    .vertical-title-wrapper .main-title {
      display: block;
      font-size: 24px;
      margin: 0 auto 60px; }
      .vertical-title-wrapper .main-title:after {
        height: 76px;
        background-image: url(../images/decorate-line-m.png); }
      .vertical-title-wrapper .main-title span {
        transform: scale(0.58);
        margin: 0 0 3px 0; }
    .vertical-title-wrapper .content {
      display: block;
      width: 100%;
      padding-top: 0; }

  .multi-bottom .brain {
    display: none; }
  .multi-bottom .portrait {
    width: 95%; } }

/*# sourceMappingURL=style.css.map */
