@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format("opentype"), url(/static/media/NotoSansTC-Regular.6c092e44.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format("opentype"), url(/static/media/NotoSansTC-Medium.697841ce.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format("opentype"); }

@media screen and (max-height: 426px) and (orientation: landscape) {
  section#landing-page {
    padding-top: 50px;
    padding-bottom: 50px; }
  footer {
    display: none; } }

#footer {
  background-color: #B9E4C9;
  z-index: 10;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0; }
  @media screen and (min-width: 769px) {
    #footer {
      height: 35px; } }
  @media screen and (max-width: 768px) {
    #footer {
      height: 35px; } }
  @media screen and (max-width: 425px) {
    #footer {
      display: none; } }

#nav-bar {
  width: 100%;
  font-weight: 400;
  font-size: conver-px-to-em(16px);
  position: fixed;
  left: 0;
  top: 0;
  height: 3.125em;
  background-color: #21624F; }
  #nav-bar a {
    text-decoration: none; }
  #nav-bar #web-name {
    color: #F1FAF2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 1025px) {
      #nav-bar #web-name {
        float: left;
        padding: 0.875em 1em;
        margin-left: 3.5em; } }
    @media screen and (max-width: 1024px) {
      #nav-bar #web-name {
        text-align: center;
        padding: 0.875em 0; } }
  #nav-bar #menu-button {
    /**************** could also comment this out to become an new icon meun animation */
    /* *********** */ }
    @media screen and (min-width: 1025px) {
      #nav-bar #menu-button {
        display: none; } }
    @media screen and (max-width: 1024px) {
      #nav-bar #menu-button {
        padding: 0.625em 2.875em;
        position: absolute;
        right: 0;
        top: 0; } }
    @media screen and (max-width: 425px) {
      #nav-bar #menu-button {
        padding: 0.625em 1.5625em;
        position: absolute;
        top: 0; } }
    #nav-bar #menu-button.iconShowOpen:hover div:nth-of-type(1) {
      -webkit-animation-name: slideOut;
              animation-name: slideOut;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-delay: 0;
              animation-delay: 0; }
    #nav-bar #menu-button.iconShowOpen:hover div:nth-of-type(2) {
      -webkit-animation-name: slideOut;
              animation-name: slideOut;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    #nav-bar #menu-button.iconShowOpen:hover div:nth-of-type(3) {
      -webkit-animation-name: slideOut;
              animation-name: slideOut;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }

@-webkit-keyframes slideOut {
  0% {
    width: 0; }
  100% {
    width: 30px; } }

@keyframes slideOut {
  0% {
    width: 0; }
  100% {
    width: 30px; } }
    #nav-bar #menu-button.iconShowClose div:nth-of-type(1) {
      -webkit-transform: translate(0px, 9px) rotate(45deg);
          -ms-transform: translate(0px, 9px) rotate(45deg);
              transform: translate(0px, 9px) rotate(45deg);
      -webkit-transition-duration: .4s;
           -o-transition-duration: .4s;
              transition-duration: .4s; }
    #nav-bar #menu-button.iconShowClose div:nth-of-type(2) {
      opacity: 0; }
    #nav-bar #menu-button.iconShowClose div:nth-of-type(3) {
      -webkit-transform: translate(0px, -9px) rotate(-45deg);
          -ms-transform: translate(0px, -9px) rotate(-45deg);
              transform: translate(0px, -9px) rotate(-45deg);
      -webkit-transition-duration: .4s;
           -o-transition-duration: .4s;
              transition-duration: .4s; }
    #nav-bar #menu-button.iconShowOpen div {
      -webkit-transition-duration: .4s;
           -o-transition-duration: .4s;
              transition-duration: .4s; }
    #nav-bar #menu-button.iconShowClose:hover {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition-duration: .8s;
           -o-transition-duration: .8s;
              transition-duration: .8s; }
    #nav-bar #menu-button div {
      width: 30px;
      height: 3px;
      margin: 6px 0;
      background-color: #F1FAF2;
      border-radius: 30px 30px; }
  #nav-bar ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto; }
    @media screen and (min-width: 1025px) {
      #nav-bar ul {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media screen and (max-width: 1024px) {
      #nav-bar ul {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #21624F;
        height: 100vh;
        -webkit-transform: translateX(150vh);
            -ms-transform: translateX(150vh);
                transform: translateX(150vh); }
        #nav-bar ul.menuIsOpen {
          -webkit-animation-name: menuOpen;
                  animation-name: menuOpen;
          -webkit-animation-duration: .5s;
                  animation-duration: .5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        #nav-bar ul.menuIsClose {
          -webkit-animation-name: menuClose;
                  animation-name: menuClose;
          -webkit-animation-duration: .5s;
                  animation-duration: .5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
      @-webkit-keyframes menuOpen {
        from {
          -webkit-transform: translateX(150vw);
                  transform: translateX(150vw); }
        to {
          -webkit-transform: translateX(0px);
                  transform: translateX(0px); } }
      @keyframes menuOpen {
        from {
          -webkit-transform: translateX(150vw);
                  transform: translateX(150vw); }
        to {
          -webkit-transform: translateX(0px);
                  transform: translateX(0px); } }
      @-webkit-keyframes menuClose {
        from {
          -webkit-transform: translateX(0px);
                  transform: translateX(0px); }
        to {
          -webkit-transform: translateX(150vw);
                  transform: translateX(150vw); } }
      @keyframes menuClose {
        from {
          -webkit-transform: translateX(0px);
                  transform: translateX(0px); }
        to {
          -webkit-transform: translateX(150vw);
                  transform: translateX(150vw); } } }
    @media screen and (max-width: 425px) {
      #nav-bar ul {
        position: absolute;
        top: 0;
        width: 100%; } }
    #nav-bar ul li {
      color: #F1FAF2;
      list-style-type: none;
      font-size: 100%;
      text-align: center; }
      #nav-bar ul li:hover {
        color: #21624F;
        background-color: #F1FAF2; }
      @media screen and (min-width: 1025px) {
        #nav-bar ul li {
          padding: 0.8125em 2.1875em; } }
      @media screen and (max-width: 1024px) {
        #nav-bar ul li {
          padding: 1.5em 8em;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 1.32px; }
          #nav-bar ul li#nav-about {
            margin-top: 3.125em; } }
      @media screen and (max-width: 425px) {
        #nav-bar ul li {
          padding: 1.25em 0;
          overflow-y: auto; } }

#landing-page {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #21624F; }
  @media screen and (min-width: 325px) {
    #landing-page {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (max-width: 324px) {
    #landing-page {
      min-height: -webkit-fit-content;
      min-height: -moz-fit-content;
      min-height: fit-content;
      height: 105vh; } }
  #landing-page #bg-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 1; }
    #landing-page #bg-slider.fadeIn {
      -webkit-animation-name: fadeInAnimation;
              animation-name: fadeInAnimation;
      -webkit-animation-duration: .05s;
              animation-duration: .05s;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in; }

@-webkit-keyframes fadeInAnimation {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

@keyframes fadeInAnimation {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
    #landing-page #bg-slider.fadeOut {
      -webkit-animation-name: fadeOutAnimation;
              animation-name: fadeOutAnimation;
      -webkit-animation-duration: 5s;
              animation-duration: 5s;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in; }

@-webkit-keyframes fadeOutAnimation {
  from {
    opacity: 1; }
  to {
    opacity: 0.6; } }

@keyframes fadeOutAnimation {
  from {
    opacity: 1; }
  to {
    opacity: 0.6; } }
    @media screen and (min-width: 769px) {
      #landing-page #bg-slider.bgImage1 {
        background-image: url(/static/media/landing_bg_image_1_large@1x.c5aa48eb.jpg); } }
    @media screen and (max-width: 768px) {
      #landing-page #bg-slider.bgImage1 {
        background-image: url(/static/media/landing_bg_image_1_medium@1x.df4a3de0.jpg); } }
    @media screen and (min-width: 769px) {
      #landing-page #bg-slider.bgImage2 {
        background-image: url(/static/media/landing_bg_image_2_large@1x.8f2153cf.jpg); } }
    @media screen and (max-width: 768px) {
      #landing-page #bg-slider.bgImage2 {
        background-image: url(/static/media/landing_bg_image_2_medium@1x.a24c04b1.jpg); } }
    @media screen and (min-width: 769px) {
      #landing-page #bg-slider.bgImage3 {
        background-image: url(/static/media/landing_bg_image_3_large@1x.09d71f7e.jpg); } }
    @media screen and (max-width: 768px) {
      #landing-page #bg-slider.bgImage3 {
        background-image: url(/static/media/landing_bg_image_3_medium@1x.83cf06f5.jpg); } }
  #landing-page #title {
    padding: 53px 0;
    height: auto;
    border: #fff solid 0.1875em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #F1FAF2; }
    @media screen and (min-width: 1025px) {
      #landing-page #title {
        width: 40.625em; } }
    @media screen and (max-width: 1024px) {
      #landing-page #title {
        width: 37.5em; } }
    @media screen and (max-width: 769px) {
      #landing-page #title {
        width: 80%;
        padding: 50px 0; } }
    @media screen and (max-width: 425px) {
      #landing-page #title {
        padding: 35px 0; } }
    @media screen and (max-width: 324px) {
      #landing-page #title {
        margin-top: 15vh;
        padding: 15px 0; } }
    #landing-page #title h1 {
      font-size: 4em;
      font-family: 'Noto Sans TC';
      font-weight: 500;
      letter-spacing: 20px;
      margin: 0 0 0 10px;
      padding: 0;
      width: 100%; }
      @media screen and (max-width: 769px) {
        #landing-page #title h1 {
          font-size: 3em;
          font-weight: 500; } }
      @media screen and (max-width: 425px) {
        #landing-page #title h1 {
          font-size: 2em;
          letter-spacing: 10px;
          margin: 0 0 0 5px; } }
    #landing-page #title h2 {
      font-size: 1.5em;
      font-family: 'Noto Sans TC';
      font-weight: 400;
      letter-spacing: 3.3px;
      margin: 50 0 0 0;
      padding: 0; }
      @media screen and (max-width: 769px) {
        #landing-page #title h2 {
          font-size: 1.125em; } }
      @media screen and (max-width: 425px) {
        #landing-page #title h2 {
          letter-spacing: 1.65px;
          font-size: 0.875em; } }
  #landing-page #entry {
    margin-top: 2em;
    z-index: 10; }
    #landing-page #entry #dailyEntry h1 {
      background-color: rgba(255, 255, 255, 0.8);
      z-index: 10;
      font-size: 1.2em;
      text-align: center;
      margin: 0 auto;
      width: 10em;
      border-radius: 0.2em; }
      #landing-page #entry #dailyEntry h1 a {
        text-decoration: none;
        color: black;
        padding: 0.2em 0;
        border-radius: 0.2em;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
    #landing-page #entry #avgEntry {
      z-index: 10; }
      #landing-page #entry #avgEntry h1 {
        background-color: rgba(255, 255, 255, 0.85);
        z-index: 10;
        padding: 0.2em 0;
        font-size: 1.2em;
        text-align: center;
        margin: 0 auto;
        width: 10em;
        margin-top: 1em; }
        #landing-page #entry #avgEntry h1.invisible {
          border-radius: 0.2em; }
        #landing-page #entry #avgEntry h1.visible {
          border-radius: 0.2em 0.2em 0 0; }
      #landing-page #entry #avgEntry div {
        padding: 0 0.2em; }
        #landing-page #entry #avgEntry div.invisible {
          visibility: hidden;
          height: 50px; }
        #landing-page #entry #avgEntry div.visible, #landing-page #entry #avgEntry div:target {
          visibility: visible;
          background-color: rgba(255, 255, 255, 0.85);
          height: 50px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          border-radius: 0.2em; }
          #landing-page #entry #avgEntry div.visible a, #landing-page #entry #avgEntry div:target a {
            text-decoration: none;
            color: black;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            padding: 0 0.8em;
            height: 50px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            font-weight: 500; }
            @media screen and (max-width: 425px) {
              #landing-page #entry #avgEntry div.visible a, #landing-page #entry #avgEntry div:target a {
                padding: 0 0.5em; } }
            #landing-page #entry #avgEntry div.visible a:hover, #landing-page #entry #avgEntry div.visible a:focus, #landing-page #entry #avgEntry div.visible a:target, #landing-page #entry #avgEntry div:target a:hover, #landing-page #entry #avgEntry div:target a:focus, #landing-page #entry #avgEntry div:target a:target {
              background-color: white; }
            #landing-page #entry #avgEntry div.visible a:first-child, #landing-page #entry #avgEntry div:target a:first-child {
              border-top-left-radius: 0.2em;
              border-bottom-left-radius: 0.2em; }
            #landing-page #entry #avgEntry div.visible a:last-child, #landing-page #entry #avgEntry div:target a:last-child {
              border-top-right-radius: 0.2em;
              border-bottom-right-radius: 0.2em; }

#daily-page {
  width: 100%;
  padding-top: 3.125em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3em; }
  #daily-page #daily-search-board {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #daily-page #daily-search-board #daily-search-btn {
      width: 100%;
      margin: 0 auto;
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #daily-page #daily-search-board #daily-search-btn li {
        list-style-type: none;
        display: inline;
        margin: 1em;
        padding: 0.5em 1em;
        font-weight: 500;
        font-size: 1.1em; }
        @media screen and (max-width: 592px) and (min-width: 376px) {
          #daily-page #daily-search-board #daily-search-btn li {
            margin: 1em 0.5em;
            padding: 0.5em; } }
        @media screen and (max-width: 375px) {
          #daily-page #daily-search-board #daily-search-btn li {
            margin: 0;
            padding: 0.5em 0.2em;
            width: 25%;
            text-align: center; } }
        #daily-page #daily-search-board #daily-search-btn li.btnOff {
          background-color: #B9E4C9;
          color: #21624F; }
        #daily-page #daily-search-board #daily-search-btn li.btnOn {
          background-color: #21624F;
          color: #F1FAF2; }

#daily-info-board {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2em auto; }
  @media screen and (max-width: 592px) {
    #daily-info-board {
      margin: 2em auto 1em auto; } }
  #daily-info-board div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: 1em;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 592px) and (min-width: 376px) {
      #daily-info-board div {
        margin-right: 0.5em; } }
    @media screen and (max-width: 375px) {
      #daily-info-board div {
        margin-right: 0.3em; } }
    #daily-info-board div p {
      margin: 0;
      padding: 0.5em 1em; }
      @media screen and (max-width: 592px) and (min-width: 376px) {
        #daily-info-board div p {
          padding: 0.5em; } }
      @media screen and (max-width: 375px) {
        #daily-info-board div p {
          padding: 0.5em;
          font-size: 1em; } }
      #daily-info-board div p.info-title {
        background-color: #46605E;
        color: #F1FAF2;
        font-weight: 500; }
      #daily-info-board div p.info-result {
        min-width: 11em;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background-color: #DDE8E7;
        color: black;
        font-weight: 500;
        letter-spacing: .1em; }
  #daily-info-board #scrollingTip {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em auto 0 auto; }
    @media screen and (max-width: 375px) {
      #daily-info-board #scrollingTip {
        font-size: 1.1em; } }
    @media screen and (min-width: 592px) {
      #daily-info-board #scrollingTip {
        display: none; } }
    #daily-info-board #scrollingTip::after {
      content: " ->>"; }

#daily-search-result-board {
  width: 100%;
  margin: 0;
  overflow-x: auto; }
  #daily-search-result-board table {
    margin: 0 auto;
    border-spacing: 0; }
    @media screen and (min-width: 1440px) {
      #daily-search-result-board table {
        width: 1400px; } }
    @media screen and (max-width: 1439px) and (min-width: 1025px) {
      #daily-search-result-board table {
        width: 95%; } }
    @media screen and (max-width: 1024px) and (min-width: 769px) {
      #daily-search-result-board table {
        width: 95%; } }
    @media screen and (max-width: 768px) {
      #daily-search-result-board table {
        width: 100%; } }
    #daily-search-result-board table thead {
      display: block;
      overflow: auto; }
      #daily-search-result-board table thead tr {
        background-color: #46605E;
        color: #F1FAF2; }
        #daily-search-result-board table thead tr th {
          border-bottom: 0.0625em solid #323232;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          font-weight: 500; }
    @media screen and (min-width: 593px) {
      #daily-search-result-board table tbody {
        max-height: 80vh;
        display: block;
        overflow: auto; } }
    @media screen and (max-width: 592px) {
      #daily-search-result-board table tbody {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        display: block;
        overflow: auto; } }
    #daily-search-result-board table tbody tr {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (min-width: 769px) {
        #daily-search-result-board table tbody tr .table-data-cropCode {
          padding-left: 1.5%; } }
      @media screen and (max-width: 768px) and (min-width: 593px) {
        #daily-search-result-board table tbody tr .table-data-cropCode {
          padding-left: 1%; } }
      @media screen and (min-width: 1440px) {
        #daily-search-result-board table tbody tr .table-data-cropName {
          padding-left: 5%; } }
      @media screen and (max-width: 1439px) and (min-width: 1025px) {
        #daily-search-result-board table tbody tr .table-data-cropName {
          padding-left: 3%; } }
      @media screen and (max-width: 1024px) {
        #daily-search-result-board table tbody tr .table-data-cropName {
          padding-left: 3%; } }
      @media screen and (max-width: 768px) {
        #daily-search-result-board table tbody tr .table-data-cropName {
          padding-left: 1.5%; } }
      @media screen and (min-width: 1025px) {
        #daily-search-result-board table tbody tr .table-data-market {
          padding-left: 3%; } }
      @media screen and (max-width: 1024px) and (min-width: 769px) {
        #daily-search-result-board table tbody tr .table-data-market {
          padding-left: 3%; } }
      @media screen and (max-width: 768px) and (min-width: 593px) {
        #daily-search-result-board table tbody tr .table-data-market {
          padding-left: 1.5%; } }
      @media screen and (min-width: 1025px) {
        #daily-search-result-board table tbody tr .table-data-upperPrice,
        #daily-search-result-board table tbody tr .table-data-mediumPrice,
        #daily-search-result-board table tbody tr .table-data-lowerPrice,
        #daily-search-result-board table tbody tr .table-data-avgPrice,
        #daily-search-result-board table tbody tr .table-data-volumeOfTrade {
          padding-right: 4%; } }
      @media screen and (max-width: 1024px) and (min-width: 769px) {
        #daily-search-result-board table tbody tr .table-data-upperPrice,
        #daily-search-result-board table tbody tr .table-data-mediumPrice,
        #daily-search-result-board table tbody tr .table-data-lowerPrice,
        #daily-search-result-board table tbody tr .table-data-avgPrice,
        #daily-search-result-board table tbody tr .table-data-volumeOfTrade {
          padding-right: 2.5%; } }
      @media screen and (max-width: 768px) and (min-width: 593px) {
        #daily-search-result-board table tbody tr .table-data-upperPrice,
        #daily-search-result-board table tbody tr .table-data-mediumPrice,
        #daily-search-result-board table tbody tr .table-data-lowerPrice,
        #daily-search-result-board table tbody tr .table-data-avgPrice,
        #daily-search-result-board table tbody tr .table-data-volumeOfTrade {
          padding-right: 2.5%; } }
      #daily-search-result-board table tbody tr:nth-child(2n+1) {
        background-color: white; }
      #daily-search-result-board table tbody tr:nth-child(2n) {
        background-color: #DDE8E7; }
      #daily-search-result-board table tbody tr td {
        letter-spacing: 1.65px; }
        @media screen and (min-width: 593px) {
          #daily-search-result-board table tbody tr td {
            padding-top: 0.5em;
            padding-bottom: 0.5em; } }
  #daily-search-result-board thead tr, #daily-search-result-board tbody tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    #daily-search-result-board thead tr .table-el, #daily-search-result-board tbody tr .table-el {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    @media screen and (min-width: 1440px) {
      #daily-search-result-board thead tr .table-data-cropCode, #daily-search-result-board tbody tr .table-data-cropCode {
        width: 6%; }
      #daily-search-result-board thead tr .table-data-cropName, #daily-search-result-board tbody tr .table-data-cropName {
        width: 18%; }
      #daily-search-result-board thead tr .table-data-market, #daily-search-result-board tbody tr .table-data-market {
        width: 10%; }
      #daily-search-result-board thead tr .table-data-date,
      #daily-search-result-board thead tr .table-data-upperPrice,
      #daily-search-result-board thead tr .table-data-mediumPrice,
      #daily-search-result-board thead tr .table-data-lowerPrice,
      #daily-search-result-board thead tr .table-data-avgPrice, #daily-search-result-board tbody tr .table-data-date,
      #daily-search-result-board tbody tr .table-data-upperPrice,
      #daily-search-result-board tbody tr .table-data-mediumPrice,
      #daily-search-result-board tbody tr .table-data-lowerPrice,
      #daily-search-result-board tbody tr .table-data-avgPrice {
        width: 13%; }
      #daily-search-result-board thead tr .table-data-volumeOfTrade, #daily-search-result-board tbody tr .table-data-volumeOfTrade {
        width: 14%; } }
    @media screen and (max-width: 1439px) and (min-width: 769px) {
      #daily-search-result-board thead tr .table-data-cropCode, #daily-search-result-board tbody tr .table-data-cropCode {
        width: 6%; }
      #daily-search-result-board thead tr .table-data-cropName, #daily-search-result-board tbody tr .table-data-cropName {
        width: 20%; }
      #daily-search-result-board thead tr .table-data-market, #daily-search-result-board tbody tr .table-data-market {
        width: 12%; }
      #daily-search-result-board thead tr .table-data-date,
      #daily-search-result-board thead tr .table-data-upperPrice,
      #daily-search-result-board thead tr .table-data-mediumPrice,
      #daily-search-result-board thead tr .table-data-lowerPrice,
      #daily-search-result-board thead tr .table-data-avgPrice, #daily-search-result-board tbody tr .table-data-date,
      #daily-search-result-board tbody tr .table-data-upperPrice,
      #daily-search-result-board tbody tr .table-data-mediumPrice,
      #daily-search-result-board tbody tr .table-data-lowerPrice,
      #daily-search-result-board tbody tr .table-data-avgPrice {
        width: 12%; }
      #daily-search-result-board thead tr .table-data-volumeOfTrade, #daily-search-result-board tbody tr .table-data-volumeOfTrade {
        width: 14%; } }
    @media screen and (max-width: 768px) and (min-width: 593px) {
      #daily-search-result-board thead tr .table-data-cropCode, #daily-search-result-board tbody tr .table-data-cropCode {
        width: 7%; }
      #daily-search-result-board thead tr .table-data-cropName, #daily-search-result-board tbody tr .table-data-cropName {
        width: 20%; }
      #daily-search-result-board thead tr .table-data-market, #daily-search-result-board tbody tr .table-data-market {
        width: 11%; }
      #daily-search-result-board thead tr .table-data-date,
      #daily-search-result-board thead tr .table-data-upperPrice,
      #daily-search-result-board thead tr .table-data-mediumPrice,
      #daily-search-result-board thead tr .table-data-lowerPrice,
      #daily-search-result-board thead tr .table-data-avgPrice, #daily-search-result-board tbody tr .table-data-date,
      #daily-search-result-board tbody tr .table-data-upperPrice,
      #daily-search-result-board tbody tr .table-data-mediumPrice,
      #daily-search-result-board tbody tr .table-data-lowerPrice,
      #daily-search-result-board tbody tr .table-data-avgPrice {
        width: 12%; }
      #daily-search-result-board thead tr .table-data-volumeOfTrade, #daily-search-result-board tbody tr .table-data-volumeOfTrade {
        width: 14%; } }
    #daily-search-result-board thead tr td.table-data-upperPrice, #daily-search-result-board thead tr td.table-data-mediumPrice, #daily-search-result-board thead tr td.table-data-lowerPrice, #daily-search-result-board thead tr td.table-data-avgPrice, #daily-search-result-board thead tr td.table-data-volumeOfTrade, #daily-search-result-board tbody tr td.table-data-upperPrice, #daily-search-result-board tbody tr td.table-data-mediumPrice, #daily-search-result-board tbody tr td.table-data-lowerPrice, #daily-search-result-board tbody tr td.table-data-avgPrice, #daily-search-result-board tbody tr td.table-data-volumeOfTrade {
      text-align: right; }

tr.response-no-data {
  width: 100%;
  height: 3em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  tr.response-no-data td {
    color: red;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

@media screen and (max-width: 592px) {
  #daily-search-result-board table th.fixed-column {
    background-color: #2e4241; }
  #daily-search-result-board table tbody tr:nth-child(2n+1) .fixed-column {
    background-color: #F2F2F6; }
  #daily-search-result-board table tbody tr:nth-child(2n) .fixed-column {
    background-color: #BED4D2; }
  #daily-search-result-board table .fixed-column.table-data-cropCode {
    left: 0;
    top: auto;
    position: absolute; }
  #daily-search-result-board table .fixed-column.table-data-cropName {
    left: 3em;
    top: auto;
    position: absolute; }
  #daily-search-result-board table thead tr .table-el, #daily-search-result-board table tbody tr .table-el {
    min-height: 3.5em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #daily-search-result-board table thead tr .table-data-cropCode, #daily-search-result-board table tbody tr .table-data-cropCode {
    width: 3em; }
  #daily-search-result-board table thead tr .table-data-cropName, #daily-search-result-board table tbody tr .table-data-cropName {
    width: 6em; }
  #daily-search-result-board table thead tr .table-data-market, #daily-search-result-board table tbody tr .table-data-market {
    width: 5em;
    margin-left: 9em; }
  #daily-search-result-board table thead tr .table-data-date, #daily-search-result-board table tbody tr .table-data-date {
    width: 7em; }
  #daily-search-result-board table thead tr .table-data-upperPrice,
  #daily-search-result-board table thead tr .table-data-mediumPrice,
  #daily-search-result-board table thead tr .table-data-lowerPrice,
  #daily-search-result-board table thead tr .table-data-avgPrice, #daily-search-result-board table tbody tr .table-data-upperPrice,
  #daily-search-result-board table tbody tr .table-data-mediumPrice,
  #daily-search-result-board table tbody tr .table-data-lowerPrice,
  #daily-search-result-board table tbody tr .table-data-avgPrice {
    width: 6em; }
  #daily-search-result-board table thead tr .table-data-volumeOfTrade, #daily-search-result-board table tbody tr .table-data-volumeOfTrade {
    width: 6em; }
  #daily-search-result-board table tbody .table-el:not(:last-child):not(:nth-child(2)):not(:first-child) {
    border-right: 1px dashed gray; }
  #daily-search-result-board table tbody .table-data-cropCode {
    padding-left: 0;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #daily-search-result-board table tbody .table-data-cropName {
    padding-left: 0;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  #daily-search-result-board table tbody .table-data-market {
    padding-left: 1.5%;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  #daily-search-result-board table tbody .table-data-date {
    padding: 0 1%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #daily-search-result-board table tbody .table-data-upperPrice,
  #daily-search-result-board table tbody .table-data-mediumPrice,
  #daily-search-result-board table tbody .table-data-lowerPrice,
  #daily-search-result-board table tbody .table-data-avgPrice {
    padding-right: 1%;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  #daily-search-result-board table tbody .table-data-volumeOfTrade {
    padding-right: 2%;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

#daily-page #daily-search-board #daily-search-detail-selection-board {
  width: 100%;
  background-color: #DEFBF9;
  padding: 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    #daily-page #daily-search-board #daily-search-detail-selection-board {
      padding: 1em 0; } }
  @media screen and (min-width: 1440px) {
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch {
      width: 70%; } }
  @media screen and (max-width: 1439px) and (min-width: 1166px) {
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch {
      width: 75%; } }
  @media screen and (max-width: 1165px) and (min-width: 1025px) {
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch {
      width: 85%; } }
  @media screen and (max-width: 1024px) and (min-width: 769px) {
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch {
      width: 92%; } }
  @media screen and (max-width: 768px) {
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch {
      width: 100%; } }
  #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn {
    width: auto;
    background-color: #D5F3E0; }
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection {
      width: auto;
      background-color: #D5F3E0;
      height: 4.3em;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      @media screen and (max-width: 768px) {
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection {
          height: auto; } }
      @media screen and (max-width: 425px) {
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection {
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection .typeTitle {
        background-color: #21624F;
        color: #F1FAF2;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (min-width: 1025px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection .typeTitle {
            width: 10em; } }
        @media screen and (max-width: 1024px) and (min-width: 769px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection .typeTitle {
            width: 9em; } }
        @media screen and (max-width: 768px) and (min-width: 426px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection .typeTitle {
            width: 15%; } }
        @media screen and (max-width: 425px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection .typeTitle {
            width: 100%;
            padding: 0.3em 0; } }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media screen and (min-width: 769px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul {
            width: 100%;
            margin: 0;
            padding-left: 1em; } }
        @media screen and (max-width: 768px) and (min-width: 426px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul {
            width: 85%;
            margin: 0;
            padding-left: 0.5em;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; } }
        @media screen and (max-width: 425px) and (min-width: 376px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul {
            width: 100%;
            margin: 0 auto;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 0; } }
        @media screen and (max-width: 375px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul {
            margin: 0.2em 0;
            width: 100%;
            padding: 0  0.5em; } }
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul li {
          list-style-type: none;
          display: inline-block;
          font-weight: 500;
          font-size: 1.1em;
          width: 5.5em;
          text-align: center;
          padding: 0.5em;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          @media screen and (min-width: 1025px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul li {
              margin: 0 1em; } }
          @media screen and (max-width: 1024px) and (min-width: 769px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul li {
              margin: 0 0.5em; } }
          @media screen and (max-width: 768px) and (min-width: 426px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul li {
              margin: 0.5em; } }
          @media screen and (max-width: 425px) and (min-width: 376px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul li {
              margin: 0.5em; } }
          @media screen and (max-width: 375px) and (min-width: 325px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul li {
              margin: 0.5em; } }
          @media screen and (max-width: 324px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul li {
              margin: 0.5em;
              width: 5.2em;
              font-size: 1em; } }
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul li.btnOff {
            background-color: #B9E4C9;
            color: #21624F; }
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-btn .daily-search-type-selection ul li.btnOn {
            background-color: #21624F;
            color: #F1FAF2; }
  #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-more {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 425px) {
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-more {
        margin-top: 1em; } }
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-more ul {
      float: left;
      width: 100%;
      min-width: 70%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #D5F3E0; }
      @media screen and (max-width: 425px) {
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-more ul {
          display: none; } }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-more ul.loadData {
        padding: 0.5em 0.8em;
        margin: 0.5em 0 0 0; }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-more ul.unloadData {
        padding: 0;
        margin: 0; }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-more ul li {
        display: inline-block;
        margin: 0.5em;
        background-color: #B9E4C9;
        color: #21624F;
        padding: 0.2em 0.5em; }
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-more ul li.btnOff {
          background-color: #B9E4C9;
          color: #21624F; }
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-more ul li.btnOn {
          background-color: #21624F;
          color: #F1FAF2; }
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-more select {
      height: 2.5em;
      font-size: 16px;
      margin: 1em auto;
      min-width: 11.875em; }
      @media screen and (max-width: 1024px) {
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-more select {
          margin: 0 0 0 2em; } }
      @media screen and (max-width: 324px) {
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-more select {
          margin: 0; } }
      @media screen and (min-width: 426px) {
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyItemSearch #daily-search-detail-selection-more select {
          display: none; } }
  @media screen and (min-width: 1440px) {
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch {
      width: 70%; } }
  @media screen and (max-width: 1439px) and (min-width: 1166px) {
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch {
      width: 75%; } }
  @media screen and (max-width: 1165px) and (min-width: 1025px) {
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch {
      width: 85%; } }
  @media screen and (max-width: 1024px) and (min-width: 769px) {
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch {
      width: 92%; } }
  @media screen and (max-width: 768px) {
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch {
      width: 100%; } }
  #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #loadMarketTypes {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0; }
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #loadMarketTypes li {
      list-style-type: none;
      display: inline-block;
      font-weight: 500;
      font-size: 1.1em;
      width: 5.5em;
      text-align: center;
      padding: 0.5em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #loadMarketTypes li:nth-child(1) {
        margin-right: 1em; }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #loadMarketTypes li:nth-child(2) {
        margin-left: 1em; }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #loadMarketTypes li.btnOff {
        background-color: #B9E4C9;
        color: #21624F; }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #loadMarketTypes li.btnOn {
        background-color: #21624F;
        color: #F1FAF2; }
  #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets {
    width: auto;
    margin-top: 1em; }
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      background-color: #D5F3E0; }
      @media screen and (max-width: 768px) {
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection {
          height: auto; } }
      @media screen and (max-width: 425px) {
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection {
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection .marketDirection {
        background-color: #21624F;
        color: #F1FAF2;
        width: 10em;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (min-width: 1025px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection .marketDirection {
            width: 10em; } }
        @media screen and (max-width: 1024px) and (min-width: 769px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection .marketDirection {
            width: 9em; } }
        @media screen and (max-width: 768px) and (min-width: 426px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection .marketDirection {
            width: 15%; } }
        @media screen and (max-width: 425px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection .marketDirection {
            width: 100%;
            padding: 0.3em 0; } }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media screen and (min-width: 769px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul {
            width: 100%;
            margin: 0;
            padding-left: 1em; } }
        @media screen and (max-width: 768px) and (min-width: 426px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul {
            width: 85%;
            margin: 0;
            padding-left: 0.5em;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; } }
        @media screen and (max-width: 425px) and (min-width: 376px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul {
            width: 100%;
            margin: 0 auto;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 0; } }
        @media screen and (max-width: 375px) {
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul {
            margin: 0.2em 0;
            width: 100%;
            padding: 0  0.5em; } }
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul li {
          list-style-type: none;
          display: inline-block;
          font-weight: 500;
          font-size: 1.1em;
          width: 5.5em;
          text-align: center;
          padding: 0.5em;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          @media screen and (min-width: 1025px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul li {
              margin: 0.7em 1em; } }
          @media screen and (max-width: 1024px) and (min-width: 769px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul li {
              margin: 0.5em; } }
          @media screen and (max-width: 768px) and (min-width: 426px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul li {
              margin: 0.5em; } }
          @media screen and (max-width: 425px) and (min-width: 376px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul li {
              margin: 0.5em; } }
          @media screen and (max-width: 375px) and (min-width: 325px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul li {
              margin: 0.5em; } }
          @media screen and (max-width: 324px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul li {
              margin: 0.5em;
              width: 5.2em;
              font-size: 1em; } }
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul li.btnOff {
            background-color: #B9E4C9;
            color: #21624F; }
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyMarketSearch #markets .daily-search-market-selection ul li.btnOn {
            background-color: #21624F;
            color: #F1FAF2; }
  @media screen and (max-width: 425px) {
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyCodeSearch {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  #daily-page #daily-search-board #daily-search-detail-selection-board #DailyCodeSearch #codeSearchInput {
    height: 2.5em;
    font-size: 16px;
    margin: 1em 1em 1em auto;
    width: 12.5em;
    padding: 0 1em;
    background-color: white; }
    @media screen and (max-width: 425px) {
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyCodeSearch #codeSearchInput {
        margin: 0; } }
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyCodeSearch #codeSearchInput:focus {
      outline: none; }
  #daily-page #daily-search-board #daily-search-detail-selection-board #DailyCodeSearch #codeSubmitBtn {
    height: 2.75em;
    font-size: 16px;
    background-color: #438C87;
    color: #F1FAF2;
    padding: 0 1em;
    outline: none;
    -webkit-box-shadow: 0 4px 5px 0 rgba(52, 50, 50, 0.5);
            box-shadow: 0 4px 5px 0 rgba(52, 50, 50, 0.5);
    border: none;
    font-weight: 500;
    margin: 1em auto; }
    @media screen and (max-width: 425px) {
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyCodeSearch #codeSubmitBtn {
        margin: 1em 0 0 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyCodeSearch #codeSubmitBtn:active {
      -webkit-transform: translate(0, 4px);
          -ms-transform: translate(0, 4px);
              transform: translate(0, 4px);
      -webkit-box-shadow: none;
              box-shadow: none; }
  #daily-page #daily-search-board #daily-search-detail-selection-board #DailyCodeSearch .searchResultMsg {
    width: 100%;
    text-align: center;
    color: red; }
  #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch {
    width: 80%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1024px) and (min-width: 426px) {
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch {
        width: 95%; } }
    @media screen and (max-width: 425px) {
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch {
        width: 100%; } }
    @media screen and (max-width: 425px) {
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchInputBoard {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 1em; } }
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchInputBoard #keywordSearchInput {
      height: 2.5em;
      font-size: 16px;
      margin: 1em 1em 1em auto;
      width: 12.5em;
      padding: 0 1em;
      background-color: white; }
      @media screen and (max-width: 425px) {
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchInputBoard #keywordSearchInput {
          margin: 0; } }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchInputBoard #keywordSearchInput:focus {
        outline: none; }
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchInputBoard #keywirdSubmitBtn {
      height: 2.75em;
      font-size: 16px;
      background-color: #438C87;
      color: #F1FAF2;
      padding: 0 1em;
      outline: none;
      -webkit-box-shadow: 0 4px 5px 0 rgba(52, 50, 50, 0.5);
              box-shadow: 0 4px 5px 0 rgba(52, 50, 50, 0.5);
      border: none;
      font-weight: 500;
      margin: 1em auto; }
      @media screen and (max-width: 425px) {
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchInputBoard #keywirdSubmitBtn {
          margin: 1em 0 0 0;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; } }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchInputBoard #keywirdSubmitBtn:active {
        -webkit-transform: translate(0, 4px);
            -ms-transform: translate(0, 4px);
                transform: translate(0, 4px);
        -webkit-box-shadow: none;
                box-shadow: none; }
    #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchResult {
      background-color: #D5F3E0;
      width: 100%; }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchResult.loadData ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: start;
            -ms-flex-pack: start;
                justify-content: start;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        max-height: 15em;
        overflow-y: scroll;
        width: auto;
        padding: 0 1em; }
        #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchResult.loadData ul li {
          margin: 0.5em 0.5em;
          list-style: none;
          text-align: center;
          padding: 0.5em 0.2em;
          width: 7em;
          font-size: 1em;
          font-weight: 500;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          @media screen and (max-width: 592px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchResult.loadData ul li {
              width: 5.5em; } }
          @media screen and (max-width: 324px) {
            #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchResult.loadData ul li {
              margin: 0.3em 0.5em;
              padding: 0.4em 0.2em;
              width: 5em; } }
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchResult.loadData ul li.btnOff {
            background-color: #B9E4C9;
            color: #21624F; }
          #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchResult.loadData ul li.btnOn {
            background-color: #21624F;
            color: #F1FAF2; }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchResult.unloadData ul {
        margin: 0; }
      #daily-page #daily-search-board #daily-search-detail-selection-board #DailyKeywordSearch #DailyKeywordSearchResult .searchResultMsg {
        width: 100%;
        text-align: center;
        color: red; }

#about {
  background-color: #F1FAF2;
  width: 100%;
  height: 100vh;
  padding-top: 5.625em;
  padding-bottom: 2.5em;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  #about #about-title {
    background-color: #21624F; }
    @media screen and (min-width: 1166px) {
      #about #about-title {
        height: 11.25em;
        width: 11.25em;
        margin-left: 3%;
        margin-top: 1em;
        border-radius: 11.25em;
        border: 1em solid #B9E4C9;
        float: left;
        position: fixed; } }
    @media screen and (max-width: 1165px) {
      #about #about-title {
        height: 10em;
        width: 10em;
        border: 0.5em solid #B9E4C9;
        margin: 0 auto 4em auto;
        border-radius: 8.125em; } }
    #about #about-title h1 {
      color: #F1FAF2; }
      @media screen and (min-width: 1166px) {
        #about #about-title h1 {
          font-size: 1.625em;
          position: relative;
          left: 1%;
          top: 13%;
          text-align: center;
          font-weight: 500; } }
      @media screen and (max-width: 1165px) {
        #about #about-title h1 {
          font-size: 1.5em;
          position: relative;
          left: 1%;
          top: 13%;
          text-align: center;
          font-weight: 500; } }
  #about .about-question-title {
    color: #4A90E2; }
  @media screen and (min-width: 1166px) {
    #about #questions {
      width: 72%;
      margin-right: 3%;
      float: right; } }
  @media screen and (max-width: 1165px) and (min-width: 769px) {
    #about #questions {
      width: 72%;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    #about #questions {
      width: 82%;
      margin: auto; } }
  #about #about-how {
    width: 100%;
    float: left;
    margin-top: 2em; }
  #about #about-author {
    width: 100%;
    float: left;
    margin: 2em auto 4em auto; }
  #about p {
    font-size: 1.125em;
    line-height: 1.8; }
    #about p span {
      font-weight: 500; }
    #about p br {
      line-height: 3em; }
    #about p a {
      text-decoration: none;
      color: blue;
      font-weight: 400;
      font-style: bold; }
      #about p a:hover {
        text-decoration: underline; }

#visualization {
  width: 100%;
  padding-top: 3.125em;
  padding-bottom: 1.25em;
  background-color: #F1FAF2;
  font-family: 'Noto Sans TC';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  max-width: 90em; }
  #visualization #graph-controller {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 1440px) {
      #visualization #graph-controller {
        margin-right: 5%; } }
    @media screen and (min-width: 1166px) {
      #visualization #graph-controller {
        width: 50%; } }
    @media screen and (min-width: 1025px) and (max-width: 1165px) {
      #visualization #graph-controller {
        width: 45%; } }
    @media screen and (min-width: 1025px) {
      #visualization #graph-controller {
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media screen and (max-width: 1024px) {
      #visualization #graph-controller {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; } }
  #visualization #item-info-board {
    width: 100%; }
    @media screen and (min-width: 1025px) {
      #visualization #item-info-board {
        margin: 1em auto 1em auto; } }
    @media screen and (max-width: 1024px) {
      #visualization #item-info-board {
        margin: 0 auto 1em auto; } }
    @media screen and (min-width: 593px) {
      #visualization #item-info-board {
        max-height: 3.125em; } }
    #visualization #item-info-board ul {
      margin: 0 auto;
      padding: 0;
      background-color: #D5F3E0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (min-width: 1025px) {
        #visualization #item-info-board ul {
          max-width: 70%;
          min-width: 39.75em; } }
      @media screen and (max-width: 592px) {
        #visualization #item-info-board ul {
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      @media screen and (max-width: 425px) {
        #visualization #item-info-board ul {
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media screen and (max-width: 425px) {
        #visualization #item-info-board ul {
          padding: 0; } }
      #visualization #item-info-board ul li {
        color: #21624F;
        list-style-type: none;
        padding: 0.5em 1.875em;
        font-weight: 500;
        font-size: 1.25em;
        letter-spacing: 1.65px; }
        @media screen and (max-width: 768px) {
          #visualization #item-info-board ul li {
            padding: 0.5em 0.9375em; } }
        @media screen and (max-width: 592px) {
          #visualization #item-info-board ul li {
            width: 40vw;
            text-align: center; }
            #visualization #item-info-board ul li:nth-of-type(1) {
              -webkit-order: 1;
                  -ms-flex-order: 1;
                      order: 1; }
            #visualization #item-info-board ul li:nth-of-type(2) {
              -webkit-order: 3;
                  -ms-flex-order: 3;
                      order: 3; }
            #visualization #item-info-board ul li:nth-of-type(3) {
              -webkit-order: 4;
                  -ms-flex-order: 4;
                      order: 4; }
            #visualization #item-info-board ul li:nth-of-type(4) {
              -webkit-order: 2;
                  -ms-flex-order: 2;
                      order: 2; } }
        @media screen and (max-width: 425px) {
          #visualization #item-info-board ul li {
            width: 50%;
            padding-left: 0;
            padding-right: 0; } }
        #visualization #item-info-board ul li.unselected {
          color: #FD5523; }
        #visualization #item-info-board ul li.selected {
          color: #4A90E2; }
  #visualization #item-selection {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 1025px) {
      #visualization #item-selection {
        width: 100%;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 6.25em; } }
    @media screen and (max-width: 1024px) {
      #visualization #item-selection {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 90%;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (max-width: 425px) and (min-width: 325px) {
      #visualization #item-selection {
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media screen and (max-width: 324px) {
      #visualization #item-selection {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #visualization #item-selection h2 {
      font-size: 1.125em;
      font-weight: 400;
      background-color: #21624F;
      color: #F1FAF2;
      padding: 0.25em 0.375em;
      width: 9.0625em;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (min-width: 1025px) {
        #visualization #item-selection h2 {
          margin: 0 auto; } }
      @media screen and (max-width: 1024px) {
        #visualization #item-selection h2 {
          text-align: center;
          margin: 0; } }
      @media screen and (max-width: 425px) and (min-width: 325px) {
        #visualization #item-selection h2 {
          padding: 0.25em 0.375em;
          width: 30vw; } }
      @media screen and (max-width: 324px) {
        #visualization #item-selection h2 {
          margin: 0 auto 1em auto; } }
    #visualization #item-selection select {
      height: 2.5em;
      font-size: 16px;
      margin: 1em auto;
      min-width: 11.875em; }
      @media screen and (max-width: 1024px) {
        #visualization #item-selection select {
          margin: 0 0 0 2em; } }
      @media screen and (max-width: 324px) {
        #visualization #item-selection select {
          margin: 0; } }
  #visualization #year-controller {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 1025px) {
      #visualization #year-controller {
        width: 100%;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 1em; } }
    @media screen and (max-width: 1024px) {
      #visualization #year-controller {
        width: 90%;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 1em; } }
    @media screen and (max-width: 768px) {
      #visualization #year-controller {
        width: 100%;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media screen and (max-width: 592px) {
      #visualization #year-controller {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (max-width: 425px) and (min-width: 325px) {
      #visualization #year-controller {
        width: 90%;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (max-width: 324px) {
      #visualization #year-controller {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #visualization #year-controller h2 {
      font-size: 1.125em;
      font-weight: 400;
      background-color: #21624F;
      color: #F1FAF2;
      padding: 0.25em 0.375em;
      text-align: center;
      width: 9.0625em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #visualization #year-controller h2 {
          margin-bottom: 1em; } }
      @media screen and (max-width: 768px) and (min-width: 426px) {
        #visualization #year-controller h2 {
          margin-left: 5%; } }
      @media screen and (max-width: 425px) and (min-width: 325px) {
        #visualization #year-controller h2 {
          padding: 0.25em 0.375em;
          width: 30vw; } }
      @media screen and (max-width: 324px) {
        #visualization #year-controller h2 {
          margin: 0 auto 1em auto; } }
    @media screen and (min-width: 1440px) {
      #visualization #year-controller #year-buttons {
        padding: 1.25em 1.125em; } }
    @media screen and (min-width: 1025px) {
      #visualization #year-controller #year-buttons {
        border-top: 1em solid #21624F;
        width: 90%;
        margin: 0 auto 1em auto; } }
    @media screen and (max-width: 1439px) and (min-width: 1025px) {
      #visualization #year-controller #year-buttons {
        padding: 1.25em 2em; } }
    @media screen and (max-width: 1439px) and (min-width: 1166px) {
      #visualization #year-controller #year-buttons {
        max-width: 29.6875em; } }
    @media screen and (max-width: 1165px) and (min-width: 1025px) {
      #visualization #year-controller #year-buttons {
        max-width: 26.5625em;
        padding: 1.25em 1.125em; } }
    @media screen and (max-width: 1024px) and (min-width: 593px) {
      #visualization #year-controller #year-buttons {
        border-left: 1em solid #21624F;
        width: 100%;
        margin-left: 0;
        padding: 1.25em 1.25em; } }
    @media screen and (max-width: 1024px) and (min-width: 769px) {
      #visualization #year-controller #year-buttons {
        margin-left: 2.5em;
        width: 85%; } }
    @media screen and (min-width: 593px) {
      #visualization #year-controller #year-buttons {
        background-color: #D5F3E0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media screen and (max-width: 592px) {
      #visualization #year-controller #year-buttons .buttons {
        display: none; } }
    @media screen and (min-width: 593px) {
      #visualization #year-controller #year-buttons .selection {
        display: none; } }
    #visualization #year-controller #year-buttons button {
      margin: 0.5625em 0.6875em;
      padding: 0.375em 1.125em;
      border: none;
      background-color: #B9E4C9;
      color: #21624F;
      font-weight: 500;
      width: 5em;
      font-size: 16px; }
      @media screen and (max-width: 1165px) and (min-width: 1025px) {
        #visualization #year-controller #year-buttons button {
          margin: 0.5625em 0.4375em; } }
      @media screen and (max-width: 592px) {
        #visualization #year-controller #year-buttons button {
          display: none; } }
      #visualization #year-controller #year-buttons button.clicked {
        background-color: #21624F;
        color: #F1FAF2; }
    #visualization #year-controller #year-buttons select {
      height: 2.5em;
      font-size: 16px;
      margin: 1em auto;
      min-width: 11.875em; }
      @media screen and (max-width: 1024px) {
        #visualization #year-controller #year-buttons select {
          margin: 0 0 0 2em; } }
      @media screen and (max-width: 324px) {
        #visualization #year-controller #year-buttons select {
          margin: 0; } }
  #visualization #line-graph {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (min-width: 1440px) {
      #visualization #line-graph {
        width: 45%; } }
    @media screen and (max-width: 1439px) and (min-width: 1166px) {
      #visualization #line-graph {
        width: 50%; } }
    @media screen and (min-width: 1025px) and (max-width: 1165px) {
      #visualization #line-graph {
        width: 55%; } }
    @media screen and (max-width: 1024px) {
      #visualization #line-graph {
        width: 100%;
        margin: 1em 0;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (max-width: 592px) {
      #visualization #line-graph {
        justify-items: center; } }
    #visualization #line-graph svg {
      background-color: #fff;
      border: 0.0625em solid rgba(0, 0, 0, 0.2); }
      @media screen and (min-width: 769px) {
        #visualization #line-graph svg {
          width: 34.375em;
          height: 34.375em; } }
      @media screen and (max-width: 1024px) and (min-width: 769px) {
        #visualization #line-graph svg {
          height: 60vw;
          width: 60vw; } }
      @media screen and (max-width: 768px) and (min-width: 426px) {
        #visualization #line-graph svg {
          height: 90vw;
          width: 90vw; } }
      @media screen and (max-width: 425px) {
        #visualization #line-graph svg {
          height: 100vw; } }
      #visualization #line-graph svg #data-line {
        stroke: #21624F;
        stroke-width: 3;
        opacity: .7; }
      #visualization #line-graph svg circle {
        r: 15; }
        @media screen and (min-width: 593px) {
          #visualization #line-graph svg circle {
            r: 9; }
            #visualization #line-graph svg circle:hover {
              r: 12; } }
      #visualization #line-graph svg .axis {
        font-size: 16px; }
        #visualization #line-graph svg .axis .tick line:not(.horizontal-line) {
          display: none; }
        #visualization #line-graph svg .axis .tick text {
          color: #21624F; }
        #visualization #line-graph svg .axis.axisX path.domain {
          -webkit-transform: translateY(-1px);
              -ms-transform: translateY(-1px);
                  transform: translateY(-1px); }
        #visualization #line-graph svg .axis.axisX .tick text {
          -webkit-transform: translateY(4px);
              -ms-transform: translateY(4px);
                  transform: translateY(4px); }
        #visualization #line-graph svg .axis.axisY path.domain {
          -webkit-transform: translateX(6.5px);
              -ms-transform: translateX(6.5px);
                  transform: translateX(6.5px); }
        #visualization #line-graph svg .axis.axisY text.unit {
          -webkit-transform: translate(20px, 8px);
              -ms-transform: translate(20px, 8px);
                  transform: translate(20px, 8px);
          letter-spacing: 1.65px;
          color: #21624F;
          font-weight: 500; }
        #visualization #line-graph svg .axis path.domain {
          stroke: #21624F;
          fill: #21624F;
          stroke-width: 0; }
      #visualization #line-graph svg .vertical-line {
        stroke: gray;
        stroke-width: 2;
        stroke-dasharray: 5 2;
        opacity: .4; }
      #visualization #line-graph svg .horizontal-line {
        stroke: gray;
        opacity: .3;
        stroke-width: 2;
        stroke-dasharray: 5 2; }
    #visualization #line-graph #tooltip {
      height: 6.25em;
      padding: .2em .3em .2em .8em;
      margin-top: .5em;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #D5F3E0;
      color: #21624F;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (min-width: 769px) {
        #visualization #line-graph #tooltip {
          width: 34.375em; } }
      @media screen and (max-width: 768px) and (min-width: 426px) {
        #visualization #line-graph #tooltip {
          width: 28.125em; } }
      @media screen and (max-width: 425px) {
        #visualization #line-graph #tooltip {
          width: 100%; } }
      #visualization #line-graph #tooltip.hidden {
        display: none; }
      #visualization #line-graph #tooltip p {
        margin: 2px 0;
        padding: 0;
        letter-spacing: 1.32px;
        font-weight: 500; }
        #visualization #line-graph #tooltip p span#item-name {
          color: #4A90E2;
          font-size: 16px; }
        #visualization #line-graph #tooltip p span#date-info {
          color: #4A90E2;
          font-size: 16px; }
        #visualization #line-graph #tooltip p span#data-value {
          color: #FD5523;
          padding: 0 0.625em;
          font-size: 20px; }
    #visualization #line-graph foreignObject p {
      font-size: 1.5em; }
    #visualization #line-graph foreignObject li {
      font-size: 1.1em;
      color: #4A90E2; }

#introduction {
  background-color: #F1FAF2;
  width: 100%;
  height: 100vh; }

#notFoundPage {
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #notFoundPage h1 {
    font-size: 4em;
    color: #21624F; }
  #notFoundPage h2 {
    text-align: center;
    font-size: 1.2em; }
    #notFoundPage h2 a::before, #notFoundPage h2 a::after, #notFoundPage h2 a {
      content: " ";
      color: cadetblue;
      text-decoration: none;
      font-size: 1.1em; }

html, body {
  margin: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", sans-serif;
  background-color: #F1FAF2; }
  html *, body * {
    letter-spacing: 0.33px; }

#web-name {
  z-index: 20; }

#nav-bar, #menu-button {
  z-index: 10; }

#title, .learn-more {
  z-index: 5; }

#nav-bar ul {
  z-index: 1; }

#footer {
  z-index: 1; }

#bg-slider {
  z-index: 0; }

/*# sourceMappingURL=main.122c2a6f.css.map*/