@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
article {
  padding-top: 40px;
  margin-bottom: -140px; }
  @media only screen and (max-width: 950px) {
    article {
      padding-top: 0; } }

header .inner nav .social_box a.fb {
  background-image: url(../images/social_fb_w.svg); }

header .inner nav .social_box a.ig {
  background-image: url(../images/social_ig_w.svg); }

header .inner nav .social_box a.line {
  background-image: url(../images/social_line_w.svg); }

header .inner nav .social_box a.mail {
  background-image: url(../images/social_mail_w.svg); }

@media only screen and (min-width: 751px) {
  header .inner nav .social_box a:hover.fb {
    background-image: url(../images/social_fb_w_h.svg); }
  header .inner nav .social_box a:hover.ig {
    background-image: url(../images/social_ig_w_h.svg); }
  header .inner nav .social_box a:hover.line {
    background-image: url(../images/social_line_w_h.svg); }
  header .inner nav .social_box a:hover.mail {
    background-image: url(../images/social_mail_w_h.svg); } }

@media only screen and (max-width: 950px) {
  header .inner nav .social_box a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
    header .inner nav .social_box a.fb {
      background-image: url(../images/social_fb_b.svg); }
    header .inner nav .social_box a.ig {
      background-image: url(../images/social_ig_b.svg); }
    header .inner nav .social_box a.line {
      background-image: url(../images/social_line_b.svg); }
    header .inner nav .social_box a.mail {
      background-image: url(../images/social_mail_b.svg); } }
  @media only screen and (max-width: 950px) and (min-width: 751px) {
    header .inner nav .social_box a:hover.fb {
      background-image: url(../images/social_fb_b_h.svg); }
    header .inner nav .social_box a:hover.ig {
      background-image: url(../images/social_ig_b_h.svg); }
    header .inner nav .social_box a:hover.line {
      background-image: url(../images/social_line_b_h.svg); }
    header .inner nav .social_box a:hover.mail {
      background-image: url(../images/social_mail_b_h.svg); } }

section.news {
  background-color: #12497A;
  width: 100%;
  height: 40px;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  top: 0;
  z-index: 110; }
  @media only screen and (max-width: 950px) {
    section.news {
      display: none; } }
  section.news p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #FFF;
    margin-right: 10px; }
  section.news .icon {
    background-image: url(../images/icon_news.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  section.news .news_box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: calc(100% - 150px);
    height: 30px;
    margin-top: -3px; }
    section.news .news_box a {
      cursor: pointer;
      display: none; }
      section.news .news_box a.active {
        display: inline-block; }
      section.news .news_box a .time, section.news .news_box a .title {
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 10%;
        color: #FFF;
        display: inline-block;
        vertical-align: middle; }
      section.news .news_box a .time {
        font-weight: bold; }

section.kv {
  position: relative;
  background-image: url(../images/index_kv.png);
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 650px;
  overflow: hidden; }
  section.kv .sun {
    background-image: url(../images/index_kv_sun.svg);
    width: 289px;
    height: 270px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -590px; }
    @media only screen and (max-width: 950px) {
      section.kv .sun {
        width: 210px;
        margin-top: -40px;
        margin-left: -250px; } }
  section.kv h1 {
    width: 440px;
    height: 130px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 10%;
    line-height: 65px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -220px;
    margin-top: -65px;
    font-family: 'Noto Serif TC', serif; }
    @media only screen and (max-width: 950px) {
      section.kv h1 {
        width: 330px;
        height: 90px;
        margin-left: -165px;
        margin-top: -45px;
        font-size: 30px;
        line-height: 45px;
        top: 40%; } }

section.about {
  position: relative; }
  @media only screen and (max-width: 950px) {
    section.about {
      background-color: #EEE;
      overflow-x: clip; } }
  section.about .bird {
    background-image: url(../images/birdmotion_02c.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 269px;
    height: 145px;
    position: absolute;
    top: -220px;
    left: 50%;
    margin-left: 40px;
    z-index: 1;
    -webkit-animation: bird01_ani 2s infinite step-start;
    animation: bird01_ani 2s infinite step-start; }
    @media only screen and (max-width: 950px) {
      section.about .bird {
        top: -190px;
        width: 220px;
        margin-left: 20px; } }
  section.about .leaf {
    background-image: url(../images/index_about_leaf.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 222px;
    height: 180px;
    position: absolute;
    top: -160px;
    left: 50%;
    margin-left: 430px;
    z-index: 1; }
    @media only screen and (max-width: 1300px) {
      section.about .leaf {
        margin-left: 240px; } }
    @media only screen and (max-width: 950px) {
      section.about .leaf {
        display: none; } }
  section.about .bg {
    background-image: url(../images/index_about_bg.png);
    background-size: cover;
    background-position: center 0;
    width: 100%;
    min-height: 627px;
    height: 50vw;
    top: -150px;
    position: absolute; }
    @media only screen and (max-width: 950px) {
      section.about .bg {
        top: -120px; } }
  section.about .inner {
    position: relative;
    z-index: 2;
    max-width: 960px;
    width: calc(100% - 40px);
    padding-top: 50px;
    margin: 0 auto -150px;
    text-align: center; }
    @media only screen and (max-width: 950px) {
      section.about .inner {
        padding-top: 0;
        padding-bottom: 150px;
        margin: 0 auto -200px; } }
    section.about .inner h2 {
      width: calc(100% - 470px);
      margin-right: -5px;
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      @media only screen and (max-width: 950px) {
        section.about .inner h2 {
          width: 100%;
          margin-bottom: 30px; } }
    section.about .inner .info {
      width: 470px;
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      @media only screen and (max-width: 950px) {
        section.about .inner .info {
          width: 100%;
          text-align: center; } }
      section.about .inner .info p {
        font-size: 20px;
        line-height: 34px;
        letter-spacing: 5%;
        margin-bottom: 20px; }
        @media only screen and (max-width: 950px) {
          section.about .inner .info p {
            text-align: left; } }
  section.about .btm_bg {
    background-image: url(../images/index_about_img.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    height: 55vw;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 950px) {
      section.about .btm_bg {
        height: 65vw; } }

section.workshop {
  position: relative;
  padding-top: 100px;
  padding-bottom: 640px;
  overflow: hidden; }
  @media only screen and (max-width: 950px) {
    section.workshop {
      padding-top: 80px;
      padding-bottom: 130px; } }
  section.workshop .inner {
    position: relative;
    max-width: 960px;
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center; }
    section.workshop .inner h2 {
      width: calc(100% - 470px);
      margin-right: -5px;
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      @media only screen and (max-width: 950px) {
        section.workshop .inner h2 {
          width: 100%;
          margin-bottom: 30px; } }
    section.workshop .inner .info {
      width: 470px;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      padding-bottom: 100px; }
      @media only screen and (max-width: 950px) {
        section.workshop .inner .info {
          width: 100%;
          padding-bottom: 50px; } }
      section.workshop .inner .info p {
        font-size: 18px;
        line-height: 34px;
        letter-spacing: 10%;
        margin-bottom: 30px; }
  section.workshop .slide_outer {
    position: absolute;
    width: calc(100% - 210px);
    max-width: 1366px;
    height: 500px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 210px; }
    @media only screen and (max-width: 1700px) {
      section.workshop .slide_outer {
        width: 100%;
        margin-left: 195px; } }
    @media only screen and (max-width: 950px) {
      section.workshop .slide_outer {
        left: initial;
        margin-left: 0;
        margin: 0 auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 100%;
        position: relative;
        width: calc(100% - 40px); } }
    section.workshop .slide_outer .prev, section.workshop .slide_outer .next {
      width: 35px;
      height: 35px;
      background-image: url(../images/arrow_btn_left.svg);
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 120px;
      cursor: pointer;
      text-indent: -9999px;
      border: none;
      background-color: transparent;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      z-index: 1; }
      @media only screen and (max-width: 950px) {
        section.workshop .slide_outer .prev, section.workshop .slide_outer .next {
          display: none; } }
      @media only screen and (min-width: 751px) {
        section.workshop .slide_outer .prev:hover, section.workshop .slide_outer .next:hover {
          background-image: url(../images/arrow_btn_left_h.svg); } }
    section.workshop .slide_outer .prev {
      left: -80px; }
      @media only screen and (max-width: 1979px) {
        section.workshop .slide_outer .prev {
          left: -100px; } }
    section.workshop .slide_outer .next {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      right: -80px; }
      @media only screen and (max-width: 1979px) {
        section.workshop .slide_outer .next {
          right: 100px; } }
      @media only screen and (max-width: 1700px) {
        section.workshop .slide_outer .next {
          right: 19%; } }
      @media only screen and (max-width: 1200px) {
        section.workshop .slide_outer .next {
          right: 25%; } }
    section.workshop .slide_outer .slide_box {
      text-align: left;
      position: absolute;
      width: 1380px;
      height: 100%;
      overflow: hidden; }
      @media only screen and (max-width: 1700px) {
        section.workshop .slide_outer .slide_box {
          width: 1366px; } }
      @media only screen and (max-width: 950px) {
        section.workshop .slide_outer .slide_box {
          width: 100%;
          position: relative; } }
      section.workshop .slide_outer .slide_box .slick-prev, section.workshop .slide_outer .slide_box .slick-next {
        display: none !important; }
      section.workshop .slide_outer .slide_box .item {
        display: inline-block;
        vertical-align: top;
        margin: 0 45px;
        width: 400px; }
        @media only screen and (max-width: 950px) {
          section.workshop .slide_outer .slide_box .item {
            max-width: 350px;
            width: 100%;
            display: block;
            margin: 0 auto 30px; } }
        section.workshop .slide_outer .slide_box .item .figure_box {
          position: relative;
          margin-bottom: 15px; }
          section.workshop .slide_outer .slide_box .item .figure_box figure {
            width: 400px;
            border-radius: 20px;
            overflow: hidden; }
            @media only screen and (max-width: 950px) {
              section.workshop .slide_outer .slide_box .item .figure_box figure {
                width: 100%; } }
          section.workshop .slide_outer .slide_box .item .figure_box .month_box {
            position: absolute;
            bottom: 20px;
            right: 15px;
            text-align: left; }
            section.workshop .slide_outer .slide_box .item .figure_box .month_box .month {
              display: inline-block;
              vertical-align: top;
              font-size: 16px;
              line-height: 20px;
              margin-right: 5px;
              background-color: #FFF;
              padding: 5px 10px;
              border-radius: 20px; }
        section.workshop .slide_outer .slide_box .item .title {
          font-size: 24px;
          font-weight: bold;
          line-height: 32px;
          letter-spacing: 10%;
          margin-bottom: 15px; }
        section.workshop .slide_outer .slide_box .item .detail p {
          font-size: 18px;
          line-height: 34px;
          letter-spacing: 5%; }
