/* 
purple
#01505b
 */

@charset "UTF-8";
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* layout */
* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-height: 100vh;
  position: relative;
  font-family: "Noto Sans","Microsoft JhengHei", "微軟正黑體", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-size: 18px;
  font-weight: 400;
  color: #01505b;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #fff;
  background: url('../img/bg-kv.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top center;
  background-size: 100%;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  body {
    min-height: 100%;
    background-color: #ffffff;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0 10px;
  font-weight: 700;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 46px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 28px;
  font-weight: 600;
}

h6 {
  font-size: 24px;
  font-weight: 600;
}

strong {
  font-weight: 700;
}

p {
  font-size: 20px;
  line-height: 1.6;
}

p:last-child {
  margin-bottom: 0px;
}

small {
  font-weight: inherit;
}

ul {
  list-style: none;
  line-height: 1.9;
}

.ol {
  padding-left: 1.5em;
}

.ul {
  padding-left: 18px;
  position: relative;
}

.ul li {
  position: relative;
}
.ul li:before {
  content: "•";
  position: absolute;
  font-size: 20px;
  left: -1rem;
  color: #fff;
}

a {
  color: var(--theme500);
  transition: all 0.3s ease;
}
a:focus, a:hover {
  text-decoration: none;
}

button,
.btn {
  color: #333;
  border-radius: 20px;
  padding: 15px 50px;
  text-decoration: none;
  margin: 20px 0;
  font-weight: bolder;
  box-shadow: 0px 4px 0px #4a4a4a70;
  transform: translateY(0);
  transition: all 0.3s ease;
}
button:focus, button:hover,
.btn:focus,
.btn:hover {
  color: #333;
  box-shadow: 0px 1px 0px #4a4a4a70;
  transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 34px;
    margin: 1%;
  }

  h3 {
    font-size: 32px;
    margin: 1%;
  }

  h4 {
    font-size: 28px;
    margin: 1%;
  }

  h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 1%;
  }

  h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 1%;
  }

  p {}
}


section,
header,
nav,
footer {
  position: relative;
}

section {
  padding: 3% 0% 3% 0%;
  margin: 0;
}
@media (max-width: 767px) {
  section {
    padding: 60px 0 1.2% 0;
  }
}
section .ul li,
section .ol li {
  margin-bottom: 0.3rem;
}
/* layout */





/* 共用 */
.title {
  font-weight: 800;
  font-size: 3rem;
  text-align: center;
  margin: 1rem 0 1.5rem;
}
.title::before {
  content:'';
  display: block;
  margin: auto;
  width: 150px;
  height: 50px;
}
.title .top {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 1rem;
}
.desc {
  font-size: 20px;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
/* 共用 */


.gotop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background-color: #555;
  color: #fff;
  border-radius: 50%;
  opacity: 0.6;
  z-index: 999;
  transition: all 0.3s ease;
}

.gotop:hover {
  opacity: 1;
  color: #fff;
}




/* kv */
header.mastkv {
  width: 100%;
  padding: 200px 1rem -200px 0;
  margin-top: 200px;
  position: relative;
  background: #c6effe;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aef6fb+0,35cae8+100 */
  background: #aef6fb; /* Old browsers */
  background: -moz-linear-gradient(top,  #b4e9ff 0%, #b4e9fe 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #b4e9ff 0%,#b4e9fe 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #b4e9ff 0%,#b4e9fe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aef6fb', endColorstr='#b4e9fe',GradientType=0 ); /* IE6-9 */
}
.mastkv::before {
  content: '';
  background: url('../img/bg-cloud1.svg') no-repeat center top / cover;
  width: 100%;
  height: 200px;
  position: absolute;
  top: -200px;
    left: 0;
}
.mastkv::after {
  content:'';
  background: url('../img/bg-cloud2.svg') no-repeat center bottom / cover;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: 1;
}
@media (min-width: 1920px) {
  .mastkv::before {
    background-size: 100%;
  }
  .mastkv::after {
    background-size: 100%;
    height: 200px;
    bottom: -200px;
  }
}
@media (min-width: 768px) {
  header.mastkv {
    margin-top: 270px;
    padding: 0;
  }
}
header.mastkv .cover {
  max-width: 1700px;
}


.mastkv_main {
  position: relative;
}
.deco_ballon {
  position: absolute;
  right: -2%;
  bottom: 0%;
  max-width: 50px;
  z-index: 2;
}
.deco_ballon img {
  max-width: 200px;
}
@media (min-width: 992px) {
  .deco_ballon {
    max-width: 100%;
    right: -12%;
    bottom: 30%;
  }
}

.mastkv_main_txt {
  /* padding: 2rem 2rem 4rem 0; */
  color: #333;
  margin-top: -210px;
}

/* main kv txt inside imgs */
.mastkv_main_txt img {
  width: 100%;
}

.mastkv_slogan {
  font-size: 2rem;
  color: #01505b;
  text-align: center;
  margin: 2.5rem 0;
}
.mastkv_sub {
  font-weight: 700;
  margin: 1rem 0;
  text-align: center;
  color: #026743;
  text-shadow: 3px 2px 1px #fff;
}


.mastkv_btn {
  color: #01505b;
  /* padding: 15px 50px; */
  text-decoration: none;
  font-size: 20px;
  margin: 20px auto;
  width: 80%;
  border-radius: 20px;
  display: block;
  font-weight: bolder;
  background-color: #f5cc50;
  box-shadow: 0px 4px 0px #4a4a4a70;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.mastkv_btn:focus,
.mastkv_btn:hover {
  background-color: #f9be10;
  /* color: #fff; */
}

.mastkv_btn .icon {
  text-align: center;
  position: absolute;
  margin-left: 1rem;
  padding-top: 1px;
  font-size: 1.2rem;
}


@media (min-width: 992px) {
  .deco_ballon {
    right: -12%;
    bottom: 30%;
  }
  .mastkv_slogan {
    font-size: 3.8rem;
  }
  .mastkv_btn {
    width: 50%;
  }
}

/* kv */






/* project */
.festival-pr {
  background: linear-gradient(to bottom,  #acf1d5 0%,#34c9e9 100%);
  padding-top: 150px;
  padding-bottom: 4%;
}
.festival-pr::after {
  content: '';
  background: linear-gradient(to bottom,  #34c9e9 60%,#20c3ec00 100%);
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: -25px;
  z-index: 1;
}
@media (min-width: 992px) {
  .festival-pr {
    padding-top: 200px;
  }
}

.pr {
  background-color: #fff;
  box-shadow: 15px 15px 0 #13bdbf;
  padding: 2.5rem 1.4rem;
  margin: 1.5rem 0;
  border-radius: 5px;
  text-align: center;
}
.pr.dojo {
  background-color: #484848;
  color: #fff;
}

.pr-title {
  font-weight: 800;
  color: #fff;
  background: #ff6527;
  display: inline-block;
  padding: 6px 10px 5px;
  border-radius: 5px;
  position: absolute;
  top: -34px;
  left: 34%;
}
.pr-title.new {
  background: #ffcf27;
}
.pr-txt-top {
  font-size: 1.8rem;
}
.pr-txt-top .feat {
  width: 100%;
    height: 3px;
    border: 3px solid #bafeff;
    padding: 0px 5px 0;
    margin: 0 5px;
}

.pr-slogan {
  font-size: 1.56rem;
  margin: 1.5rem 0;
  font-weight: 700;
}

.pr-txt {
  text-align: left;
  min-height: 200px;
}

.pr-btn {
  width: 80%;
  border: 3px solid #00558e;
  color: #00558e;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 3rem;
}
.pr-btn:hover {
  color: #00558e;
}

.dojo .pr-btn {
  width: 80%;
  background-color: #fff;
  border-radius: 10px;
  color: #555;
  border: 3px solid #333;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 3rem;
}

.pr > img {
  width: 100%;
}


@media (max-width:767px) {
  .pr-title {
    top: -8px;
  }
  
}
@media (max-width:991px) {
  .pr-txt-top {
    font-size: 1.6rem;
  }
}


/* 贊助方案 */
.section-sponsorship {
  background: url('../img/bg_sponsor.jpg') no-repeat top center / cover, linear-gradient(to top, #8fe7d9 0%,#e6fffb 50%);
  padding-bottom: 5%;
  color: #333;
}
.section-sponsorship .sub-title {
  text-shadow: 2px 1px 0 #fff;
}
.sponsorbox {
  width: 250px;
  text-align: center;
  /* text-shadow: 0 0 6px #2e2e2e80; */
  padding: 1% 0 8%;
}
.sponsorbox-header {
  font-weight: 900;
  display: inline-block;
  background: white;
  padding: 10px 20px;
  border-radius: 35px 45px 35px 45px;
  color: #00558e;
}
.sponsorbox-header.hall {
  color: #006743;
}

.sponsorbox .circle {
  display: inline-block;
  color: #00558e;
  text-shadow: -5px -3px 0px #ffffff;
  padding: 20px 0 0;
  margin: 0;
  line-height: 1;
  letter-spacing: 8px;
  font-size: 6rem;
  font-weight: 900;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sponsorbox .circle i {
  line-height: 1.1;
}
.sponsorbox .circle span:first-child {
  font-size: 3rem;
  font-family: "Noto Sans","Microsoft JhengHei", "微軟正黑體", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sponsorbox .circle span:last-child {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sponsorbox .head {
  font-size: 2rem;
  background: #0075c3;
  padding: 5px 0 20px 0;
  border-top: 20px solid #00558e;
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  text-shadow: -2px -3px 8px #ffffff33;
  font-weight: 700;
  letter-spacing: 2px;
}

.sponsorbox.explore .circle {
  color: #006743;
}
.sponsorbox.explore .head {
  background: #09855a;
  border-top: 20px solid #006743;
}
.sponsorbox.promote .circle {
  color: #006743;
}
.sponsorbox.promote .head {
  background: #09855a;
  border-top: 20px solid #006743;
}

.btn-sponsor {
  font-size: 1.8em;
  background-color: #f5cc50;
}

.btn-sponsor:hover {
  background-color: #f9be10;
}

.sponsor-notes {
  font-size: 1.8rem;
  text-shadow: 4px 2px 3px #fff;
}
@media (hover:hover){
  .sponsor-notes a:hover {
    text-shadow: 4px 2px 3px #01505b;
  }
}
/* 贊助方案 */







.a970 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;

}


/* footer */
.section-footer {
  overflow: hidden;
  background: #000000;
  padding: 3rem 1.5rem;
}

.section-footer img {
  margin: 0 auto;
}

.section-footer .logobox {
  margin-top: 3%;
}

.section-footer .logo {
  max-width: 180px;
  max-height: 47px;
}

