@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900|Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

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

header.head_navbar {
  padding: 5px 0px 5px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  position: relative;
  z-index: 99; }
  header.head_navbar ul {
    display: flex;
    align-items: center; }
    header.head_navbar ul li {
      font-size: 20px;
      padding: 10px 15px;
      margin-right: auto;
      position: relative; }
      header.head_navbar ul li:first-child {
        margin-left: auto; }
      header.head_navbar ul li a {
        text-decoration: none;
        color: #000000; }
        header.head_navbar ul li a:hover {
          color: #f00; }
      header.head_navbar ul li span {
        font-size: 10px;
        display: block;
        margin-top: 4px; }
      header.head_navbar ul li ul.subnav {
        border: 1px solid #000;
        position: absolute;
        display: flex;
        flex-direction: column;
        background: #ffffff;
        top: 50px;
        word-break: keep-all; }
        header.head_navbar ul li ul.subnav li {
          padding: 0px; }
          header.head_navbar ul li ul.subnav li a {
            display: block;
            width: 100%;
            padding: 10px 15px; }
          header.head_navbar ul li ul.subnav li:hover {
            background: #f5ee5d; }
  header.head_navbar img.logo {
    height: 85px; }
    @media all and (max-width: 575px) {
      header.head_navbar img.logo {
        height: 45px; } }
  header.head_navbar input {
    display: none; }
  header.head_navbar label {
    margin: 0 auto !important;
    cursor: pointer; }

.bannerareapc {
  background: #FFF9F0;
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  padding: 0px 0px; }
  .bannerareapc h5 {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.2;
    margin: 10px 0px;
    padding: 0; }
  .bannerareapc h1 {
    font-size: 2.8em;
    font-weight: 500;
    letter-spacing: 3.6px;
    margin: 15px 0px 15px 0px;
    padding: 0; }
  .bannerareapc p {
    font-size: 21px;
    letter-spacing: 1.35px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    line-height: 32px; }
  .bannerareapc:after {
    content: '';
    background: #FFE9C9;
    filter: blur(40px);
    border-radius: 100%;
    z-index: 0;
    position: absolute;
    width: 500px;
    height: 500px;
    top: 80px;
    right: 0px;
    margin: auto;
    z-index: -1; }

.subareapc {
  background: #FFF9F0;
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  padding: 30px 0px 0px 0px; }
  .subareapc .subheroboard {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
    padding: 0px 0px;
    height: 420px;
    border-radius: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden; }
    .subareapc .subheroboard h1 {
      background: rgba(255, 255, 255, 0.5);
      padding: 35px 0px;
      font-family: "Noto Sans TC", "微軟正黑體";
      font-style: normal;
      font-weight: 700;
      font-size: 70px;
      color: #000;
      display: flex;
      padding: 15px 0px;
      text-shadow: 0px 0px 10px #FFFFFF, 0px 0px 20px #FFFFFF;
      width: 100%;
      justify-content: center; }
  .subareapc:after {
    content: '';
    background: #FFE9C9;
    filter: blur(40px);
    border-radius: 100%;
    z-index: 0;
    position: absolute;
    width: 500px;
    height: 500px;
    top: 80px;
    right: 0px;
    margin: auto;
    z-index: -1; }

.slide1 {
  background: url(../images/topimg1.jpg) no-repeat center top; }

.topimg {
  content: '';
  -webkit-mask: url("../images/mask.svg") no-repeat center center/cover;
  mask: url("../images/mask.svg") no-repeat center center/cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.bottomtext {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px; }
  .bottomtext img {
    height: 35px;
    margin-right: 10px; }

.topmain {
  position: relative;
  height: 700px;
  width: auto;
  max-width: 1500px;
  margin: auto;
  left: 0;
  top: 0; }

.animateink {
  -webkit-mask: url(https://i.imgur.com/AYJuRke.png);
  -webkit-mask-size: 3000% 100%;
  -webkit-animation: mask-playzero 2s steps(29);
  animation-fill-mode: forwards;
  animation-iteration-count: 1; }

@-webkit-keyframes mask-playzero {
  from {
    -webkit-mask-position: 0 0;
    -ms-mask-position: 0 0;
    -moz-mask-position: 0 0;
    -o-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    -ms-mask-position: 100% 0;
    -moz-mask-position: 100% 0;
    -o-mask-position: 100% 0;
    mask-position: 100% 0; } }

@keyframes mask-playzero {
  from {
    -webkit-mask-position: 0 0;
    -ms-mask-position: 0 0;
    -moz-mask-position: 0 0;
    -o-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    -ms-mask-position: 100% 0;
    -moz-mask-position: 100% 0;
    -o-mask-position: 100% 0;
    mask-position: 100% 0; } }

footer,
header,
section,
.container {
  min-width: 1200px !important;
  position: relative; }

body,
html {
  background: #FFF9F0; }

.swiper {
  width: 550px;
  height: auto; }

h2.subtitle {
  font-size: 26px;
  padding: 10px 15px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  margin-right: auto; }

h3.subtitle {
  font-size: 20px;
  padding: 10px 15px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 600;
  margin-right: auto; }

span.note {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; }

.pagegallery {
  display: flex;
  flex-direction: row;
  margin-bottom: 35px;
  text-align: center;
  flex-wrap: wrap;
  text-align: center; }
  .pagegallery a {
    width: 18%;
    text-decoration: none;
    margin: 1%; }
  .pagegallery .imagegallery {
    width: 100%; }
    .pagegallery .imagegallery .imagearea {
      display: flex;
      height: 150px;
      background: #ffffff;
      padding: 7px;
      box-shadow: 0px 0px 6px #737373; }
    .pagegallery .imagegallery .imagetitle {
      text-decoration: none;
      color: #626262;
      line-height: 20px;
      text-align: left;
      margin-top: 5px; }
  .pagegallery img {
    display: block;
    margin-bottom: 5px;
    object-fit: cover;
    width: 100%;
    height: 100%; }

a.articlebtn {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 25px;
  text-decoration: none;
  display: inline-flex;
  margin-bottom: 5px;
  margin-right: 5px; }
  a.articlebtn.style1 {
    background: #C67B7B; }
  a.articlebtn.style2 {
    background: #C74444; }
  a.articlebtn.style3 {
    background: #8B5858; }
  a.articlebtn.style4 {
    background: #7B8B58; }

.heroboard {
  font-family: "Noto Sans TC", "微軟正黑體";
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 0px;
  margin-bottom: 30px;
  border-radius: 24px; }
  .heroboard h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    margin-bottom: 10px;
    color: #000; }
  .heroboard h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 58px;
    color: #000; }

section {
  position: relative;
  overflow-y: visible;
  z-index: 1; }
  section.subpagecontent {
    margin-top: 30px;
    margin-bottom: 30px; }
    section.subpagecontent article {
      font-family: "Noto Sans TC", "微軟正黑體";
      margin-bottom: 30px; }
      section.subpagecontent article .title {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        border-bottom: 1px solid #8A591F;
        margin-bottom: 16px;
        padding-bottom: 5px; }
        section.subpagecontent article .title h2 {
          font-style: normal;
          font-weight: 700;
          font-size: 24px;
          line-height: 35px;
          color: #222222; }
          section.subpagecontent article .title h2 span {
            color: #011AFF; }
        section.subpagecontent article .title h3 {
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          line-height: 23px;
          color: #222222; }
      section.subpagecontent article .article h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 35px;
        line-height: 42px;
        color: #222222; }
      section.subpagecontent article .article h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 37px;
        color: #222222;
        margin-bottom: 5px; }
      section.subpagecontent article .article h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 37px;
        color: #222222;
        margin-bottom: 5px;
        margin-right: auto; }
      section.subpagecontent article .article h1.supertitle {
        display: block;
        text-align: center;
        margin: 35px 0px 40px 0px;
        position: relative;
        font-size: 40px;
        line-height: 50px; }
        section.subpagecontent article .article h1.supertitle:before {
          content: '『';
          font-size: 80px;
          position: absolute;
          top: -10px;
          left: -100px; }
        section.subpagecontent article .article h1.supertitle:after {
          content: '』';
          font-size: 80px;
          position: absolute;
          bottom: 0px;
          right: -70px; }
      section.subpagecontent article .article p {
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 185%;
        color: #222222;
        text-indent: 45px; }
        section.subpagecontent article .article p.noindent {
          text-indent: 0px;
          margin-right: auto; }
      section.subpagecontent article .article strong {
        font-weight: 600; }
      section.subpagecontent article .article .award ul li {
        list-style: square; }
        section.subpagecontent article .article .award ul li span {
          color: #ff1c1c;
          margin-right: 8px;
          font-size: 20px; }
      section.subpagecontent article .article table {
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 32px;
        color: #222222; }
        section.subpagecontent article .article table th {
          text-align: center;
          font-weight: 500;
          font-size: 23px;
          border-bottom: 1px solid #575757; }
        section.subpagecontent article .article table tr td {
          border-bottom: 1px solid #575757; }
          section.subpagecontent article .article table tr td:first-child {
            font-size: 26px; }
      section.subpagecontent article .article ul {
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 185%;
        margin-right: auto;
        color: #222222;
        margin-left: 15px;
        margin-bottom: 10px; }
        section.subpagecontent article .article ul.listnumber {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: center; }
          section.subpagecontent article .article ul.listnumber li {
            flex-basis: 18%;
            margin: 1%;
            background: #ffd99f;
            padding: 5px 10px; }
  section.videosection {
    padding: 40px 0px; }
    section.videosection .video {
      position: relative;
      display: inline-block;
      border-radius: 10px;
      overflow: hidden; }
      section.videosection .video:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0px auto;
        border-radius: 8px;
        background: url(https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2022/playicon.png) rgba(0, 0, 0, 0.3) center center;
        background-repeat: no-repeat;
        z-index: 8;
        width: 100%;
        height: 100%; }
    section.videosection .sectioncontent {
      overflow-x: hidden; }
      section.videosection .sectioncontent:after {
        content: '';
        background: #FFE9C9;
        filter: blur(40px);
        border-radius: 100%;
        z-index: 0;
        position: absolute;
        width: 500px;
        height: 500px;
        top: 80px;
        left: -120px;
        margin: auto;
        z-index: -1; }
    section.videosection iframe {
      border-radius: 15px; }
  section.section1 {
    padding: 30px 0px; }
    section.section1 .sectioncontent {
      overflow-x: hidden; }
      section.section1 .sectioncontent:after {
        content: '';
        background: #FFE9C9;
        filter: blur(40px);
        border-radius: 100%;
        z-index: 0;
        position: absolute;
        width: 500px;
        height: 500px;
        top: 80px;
        right: 0px;
        margin: auto;
        z-index: -1; }
  section.section2 {
    padding: 30px 0px; }
    section.section2 .sectioncontent {
      overflow-x: hidden; }
      section.section2 .sectioncontent:after {
        content: '';
        background: #FFE9C9;
        filter: blur(40px);
        border-radius: 100%;
        z-index: 0;
        position: absolute;
        width: 500px;
        height: 500px;
        top: 80px;
        left: -120px;
        margin: auto;
        z-index: -1; }
  section.section3 {
    padding: 30px 0px; }
    section.section3 .sectioncontent {
      overflow-x: hidden; }
      section.section3 .sectioncontent:after {
        content: '';
        background: #FFE9C9;
        filter: blur(40px);
        border-radius: 100%;
        z-index: 0;
        position: absolute;
        width: 500px;
        height: 500px;
        top: 140px;
        right: 0px;
        margin: auto;
        z-index: -1; }
  section.section4 {
    padding: 30px 0px 120px 0px; }
  section h1.articletitle {
    font-family: "Noto Sans TC", "微軟正黑體";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    margin-bottom: 10px; }
  section p.articletext {
    font-family: "Noto Sans TC", "微軟正黑體";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px; }
  section .article {
    display: flex;
    align-items: center; }
    section .article .photoarea {
      flex-basis: 60%;
      text-align: center; }
    section .article .textarea {
      flex-basis: 40%;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 0px;
      padding-right: 0px;
      font-family: "Noto Sans TC", "微軟正黑體"; }
  section .memberarea {
    display: flex;
    align-items: center; }
    section .memberarea .memberlist {
      flex-basis: 55%; }
      section .memberarea .memberlist ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        section .memberarea .memberlist ul.nav-tabs {
          border: 0px !important;
          padding: 0;
          margin: 0; }
          section .memberarea .memberlist ul.nav-tabs li {
            font-family: "Noto Sans TC", "微軟正黑體";
            display: flex;
            flex-direction: column;
            margin: 0 3% 15px 3%;
            text-align: center;
            width: 25%; }
            section .memberarea .memberlist ul.nav-tabs li button.nav-link {
              background-color: transparent;
              border: 0;
              color: #495057; }
              section .memberarea .memberlist ul.nav-tabs li button.nav-link.active {
                color: #495057;
                background-color: transparent;
                border: 0; }
                section .memberarea .memberlist ul.nav-tabs li button.nav-link.active .memberphoto {
                  border: 4px solid #E09595;
                  border-radius: 100%; }
              section .memberarea .memberlist ul.nav-tabs li button.nav-link:hover {
                border: 0;
                outline: none; }
              section .memberarea .memberlist ul.nav-tabs li button.nav-link:focus {
                border: 0px;
                isolation: auto; }
            section .memberarea .memberlist ul.nav-tabs li .memberphoto {
              margin-bottom: 10px; }
            section .memberarea .memberlist ul.nav-tabs li .membername {
              font-style: normal;
              font-weight: 700;
              font-size: 24px;
              line-height: 24px;
              margin-bottom: 5px;
              text-align: center; }
            section .memberarea .memberlist ul.nav-tabs li .memberdesc {
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 24px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 5;
              overflow: hidden; }
    section .memberarea #myTabContent {
      flex-basis: 35%;
      margin-left: auto;
      margin-right: auto; }
    section .memberarea .memberinfo {
      font-family: "Noto Sans TC", "微軟正黑體";
      display: none;
      flex-direction: column; }
      section .memberarea .memberinfo.active {
        display: flex; }
      section .memberarea .memberinfo .memberphoto {
        text-align: center;
        margin-bottom: 10px; }
      section .memberarea .memberinfo .membername {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: center; }
      section .memberarea .memberinfo .memberdesc {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden; }
      section .memberarea .memberinfo .articlebtn {
        width: 130px;
        margin: auto;
        justify-content: center; }
  section .bloginfoarea {
    display: flex; }
    section .bloginfoarea .boxcard {
      flex-basis: 50%;
      margin: 2%;
      height: 400px;
      max-width: 100%;
      position: relative;
      background-repeat: no-repeat;
      background-size: contain; }
      section .bloginfoarea .boxcard:after {
        content: '';
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
        left: 0px;
        right: 0px;
        position: absolute;
        z-index: 0;
        height: 450px;
        border-radius: 20px; }
      section .bloginfoarea .boxcard .info {
        display: flex;
        font-family: "Noto Sans TC", "微軟正黑體";
        flex-direction: column;
        width: 80%;
        margin: auto;
        text-align: left;
        height: 430px;
        justify-content: flex-end;
        position: relative;
        z-index: 2; }
        section .bloginfoarea .boxcard .info a {
          color: #ffffff;
          text-decoration: none; }
        section .bloginfoarea .boxcard .info .boxtitle {
          font-style: normal;
          font-weight: 700;
          font-size: 40px;
          line-height: 45px;
          color: #ffffff;
          border-bottom: 2px solid #fff;
          padding-bottom: 10px; }
        section .bloginfoarea .boxcard .info .boxdesc {
          font-weight: 700;
          font-size: 24px;
          line-height: 35px;
          color: #ffffff;
          border-bottom: 2px solid #fff;
          padding-bottom: 16px; }
        section .bloginfoarea .boxcard .info .link {
          color: #FFE600;
          font-size: 24px;
          line-height: 35px;
          margin-top: 16px;
          text-align: right; }
          section .bloginfoarea .boxcard .info .link img {
            margin-left: 5px; }
          section .bloginfoarea .boxcard .info .link a {
            text-decoration: none;
            color: inherit; }
      section .bloginfoarea .boxcard .boxphoto {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0px;
        width: 100%;
        height: 450px;
        border-radius: 20px;
        background-size: cover !important;
        background-position: center center !important;
        overflow: hidden; }

ul.keywordarea {
  display: flex;
  padding-bottom: 15px;
  padding-top: 15px;
  flex-direction: row;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  ul.keywordarea::-webkit-scrollbar {
    display: none; }
  ul.keywordarea li {
    font-family: "Noto Sans TC", "微軟正黑體";
    background: #EBEBEB;
    font-size: 1em;
    line-height: 1.3em;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    word-break: keep-all;
    white-space: nowrap;
    margin-right: 10px; }
    ul.keywordarea li.active {
      background: #b48326;
      color: #ffffff; }

.popupwrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: auto;
  z-index: 99;
  flex-direction: column;
  background: #322338;
  background-position: fixed;
  padding-bottom: 30px; }
  .popupwrapper.active {
    display: flex; }
  .popupwrapper .popuptop {
    width: 900px;
    display: flex;
    justify-content: end;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 1em;
    margin-bottom: 0px; }
    .popupwrapper .popuptop .popuplogo {
      height: 30px; }
    .popupwrapper .popuptop .popupclose {
      cursor: pointer;
      position: relative;
      z-index: 99;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 120px;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .popupwrapper .popuptop .popupclose img {
        width: 40px; }
  .popupwrapper .popupcontent {
    width: 900px;
    display: flex;
    justify-content: end;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 1em;
    margin-bottom: 0px;
    flex-direction: column; }
    .popupwrapper .popupcontent .authorarea {
      display: flex; }
      .popupwrapper .popupcontent .authorarea .authorphoto {
        flex-basis: 50%;
        padding-right: 30px; }
      .popupwrapper .popupcontent .authorarea .portfolio {
        flex-basis: 50%;
        display: flex;
        justify-content: center; }
        .popupwrapper .popupcontent .authorarea .portfolio ul {
          display: flex;
          flex-wrap: wrap;
          align-content: start; }
          .popupwrapper .popupcontent .authorarea .portfolio ul li {
            margin: 5px;
            border-radius: 10px;
            overflow: hidden; }
            .popupwrapper .popupcontent .authorarea .portfolio ul li img {
              height: 100px;
              width: 90px;
              object-fit: cover; }
    .popupwrapper .popupcontent h2 {
      font-family: "Noto Sans TC", "微軟正黑體";
      font-weight: 700;
      font-size: 40px;
      line-height: 58px;
      color: #ffffff;
      margin: 10px 0px;
      position: relative; }
      .popupwrapper .popupcontent h2 img {
        position: absolute;
        bottom: 0px;
        width: 100px; }
    .popupwrapper .popupcontent .authorinfo {
      font-family: "Noto Sans TC", "微軟正黑體";
      background: white;
      border-radius: 24px;
      padding: 30px;
      margin-top: 5px;
      color: #000000; }
      .popupwrapper .popupcontent .authorinfo p {
        font-weight: 300;
        font-size: 19px;
        line-height: 30px;
        margin-bottom: 9px;
        text-indent: 38px; }
      .popupwrapper .popupcontent .authorinfo ul {
        margin-left: 20px;
        text-indent: -15px; }
        .popupwrapper .popupcontent .authorinfo ul li {
          font-weight: 300;
          font-size: 19px;
          line-height: 30px;
          margin-bottom: 3px; }
      .popupwrapper .popupcontent .authorinfo img {
        margin: 10px 0px; }

.subpagecontent .article {
  flex-direction: column; }
  .subpagecontent .article p {
    margin-bottom: 10px; }

.subpagecontent article.history {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  border-bottom: 1px solid #8A591F;
  padding-bottom: 20px; }
  .subpagecontent article.history .title {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    border-bottom: none;
    position: relative; }
    .subpagecontent article.history .title .color {
      width: 130px;
      height: 30px;
      border-radius: 20px;
      margin-left: auto;
      position: absolute;
      left: 220px;
      top: 5px; }
      .subpagecontent article.history .title .color.color1 {
        background: #EEEEEE; }
      .subpagecontent article.history .title .color.color2 {
        background: #FFFFFF; }
      .subpagecontent article.history .title .color.color3 {
        background: #C1C1C1; }
      .subpagecontent article.history .title .color.color4 {
        background: #FFDC82; }
      .subpagecontent article.history .title .color.color5 {
        background: #ABF0FF; }
      .subpagecontent article.history .title .color.color6 {
        background: #4B62B5; }
      .subpagecontent article.history .title .color.color7 {
        background: #222222; }
      .subpagecontent article.history .title .color.color8 {
        background: #CE40D1; }
      .subpagecontent article.history .title .color.color9 {
        background: #FFB8B8; }
      .subpagecontent article.history .title .color.color10 {
        background: #FF8A00; }
      .subpagecontent article.history .title .color.color11 {
        background: #E62C2C; }
      .subpagecontent article.history .title .color.color12 {
        background: #00B2FF; }
      .subpagecontent article.history .title .color.color13 {
        background: #AC580A; }
    .subpagecontent article.history .title h2 {
      margin-bottom: 10px;
      font-weight: 700;
      color: #222222; }
    .subpagecontent article.history .title h3 {
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      color: #222222; }
  .subpagecontent article.history .article {
    flex-direction: column;
    align-items: flex-start;
    font-family: "Noto Sans TC", "微軟正黑體"; }
    .subpagecontent article.history .article ul {
      display: flex; }
      .subpagecontent article.history .article ul li {
        flex-wrap: wrap;
        border: 1px solid #9D9D9D;
        border-radius: 20px;
        color: #9D9D9D;
        padding: 9px 14px;
        margin-right: 6px; }
        .subpagecontent article.history .article ul li.show {
          background: #41b4b4;
          color: #ffffff;
          border: 1px solid #41b4b4;
          border-radius: 20px; }

/* --------------------------------

Patterns - reusable parts of our design

-------------------------------- */
.cd-btn {
  display: inline-block;
  padding: 1.6em 2.4em;
  font-size: 1.4rem;
  letter-spacing: .15em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #a5c4bc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }

.no-touch .cd-btn:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }

/* --------------------------------

Typography

-------------------------------- */
/* --------------------------------

Main Content

-------------------------------- */
.cd-main-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  /* vertically align its content */
  display: table;
  background-color: #e4dcca; }

.cd-main-content .center {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/* --------------------------------

Modal window

-------------------------------- */
.cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #402f44 url(../images/modal-bg.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }

.cd-modal .modal-content {
  height: 100%;
  overflow-y: auto;
  padding: 3em 5%;
  color: #e4dcca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none; }

.cd-modal h1 {
  text-align: center; }

.cd-modal h1::after {
  /* ink/brush separation */
  content: '';
  display: block;
  width: 130px;
  height: 18px;
  background: url(../images/ink-separation.svg) no-repeat center center;
  margin: .2em auto 0; }

.cd-modal p {
  line-height: 1.6;
  margin: 2em auto;
  max-width: 800px; }

.cd-modal .modal-close {
  /* 'X' icon */
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 5%;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(../images/cd-icon-close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s; }

.no-touch .cd-modal .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.cd-modal.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.7s, visibility 0s;
  -moz-transition: opacity 0.7s, visibility 0s;
  transition: opacity 0.7s, visibility 0s; }

.cd-modal.visible .modal-content {
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch; }

.cd-modal.visible .modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

@media only screen and (min-width: 1100px) {
  .cd-modal .modal-content {
    padding: 6em 5%; }
  .cd-modal .modal-close {
    height: 60px;
    width: 60px; }
  .cd-modal p {
    font-size: 2rem; } }

/* --------------------------------

Transition Layer

-------------------------------- */
.cd-transition-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }

.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
  height: 100%;
  /* our sprite is composed of 25 frames */
  width: 2500%;
  background: url(../images/ink.png) no-repeat 0 0;
  background-size: 100% 100%; }

.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible; }

.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24);
  -moz-animation: cd-sequence 0.8s steps(24);
  animation: cd-sequence 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-reverse 0.8s steps(24);
  -moz-animation: cd-sequence-reverse 0.8s steps(24);
  animation: cd-sequence-reverse 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.no-cssanimations .cd-transition-layer {
  display: none; }

@-webkit-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%); }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%); } }

@-moz-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -moz-transform: translateY(-50%) translateX(-2%); }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -moz-transform: translateY(-50%) translateX(-98%); } }

@keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%); }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%); } }

@-webkit-keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%); }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%); } }

@-moz-keyframes cd-sequence-reverse {
  0% {
    -moz-transform: translateY(-50%) translateX(-98%); }
  100% {
    -moz-transform: translateY(-50%) translateX(-2%); } }

@keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%); }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%); } }

footer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 25px;
  color: white;
  background: #3F362A;
  font-family: "Noto Sans TC", "微軟正黑體"; }
  footer h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 8px;
    margin-top: 12px; }
  footer ul {
    display: flex; }
    footer ul.contact {
      flex-direction: column; }
    footer ul li {
      margin-right: 20px; }
      footer ul li a {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        text-decoration-line: underline;
        color: #FFFFFF; }

/*# sourceMappingURL=../../../sass */