@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  background: url(../images/bg01.jpg) top center repeat;
}
body {
  font-family: 'EB Garamond', 'Noto Serif TC', serif;
}
@media screen and (max-width: 991px) {
  html {
    background-size: 30%;
  }
}
li:hover {
  transform: none;
}
a {
  display: inline-block;
  transition-duration: 0.3s;
}
a:hover {
  transform: scale(0.98);
}
/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
  max-width: 1420px;
  margin: auto;
}
.topbox {
  position: relative;
  width: 1200px;
  margin: auto;
}
.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap-reverse;
}
.kv_pc img {
  display: block;
  text-align: center;
}
.kv_m {
  display: none;
}
.kv_m img {
  display: block;
}
.kv_m a {
  font-size: 0;
  display: block;
}
.for_pc {
  display: block;
}
.for_m {
  display: none;
}
/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_m img {
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
  .for_m img {
    width: 100%;
  }
}
h2 {
  margin: 20px;
  color: #e06d07;
  font-weight: bold;
  background: url(../images/titlebg.png) top center no-repeat;
  animation: play 1.8s steps(3) infinite;
}
big {
  color: #f2dc77;
}
@media screen and (max-width: 991px) {
  h2 {
    margin: 2vw;
    animation: none;
    background-size: 200%;
  }
}
@keyframes play {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px -150px;
  }
}
/* bg */
.bg01 {
  background: url(../images/bg03.jpg) top center repeat;
}
.bg02 {
  background: url(../images/bg02.jpg) top center repeat;
  padding: 0;
}
.bg03 {
  background: url(../images/bg02.jpg) top center repeat;
}
.bg04 {
  background: url(../images/bg03.jpg) top center repeat;
}
@media screen and (max-width: 991px) {
  .bg01 {}
  .bg02 {
    padding: 0 0 2vw;
  }
}
.membership {
  display: flex;
  width: 1160px;
  padding: 0px;
  margin: 50px auto 0;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .membership {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block
  }
}
/*入會禮三格 */
.membership-gift {
  margin: auto 0 50px 0;
  text-align: center;
}
.membership-gift ul {
  display: inline-block;
  justify-content: center;
}
.membership-gift li {
  width: 500px;
  border: solid 3px #f2dc77;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  height: 170px;
cursor: pointer
}
.membership-gift h4 {
  width: 150px;
  background: #f2dc77;
  margin: 10px;
  border-radius: 0 0 60px 0;
  color:#242140;
  font-size: 2rem;
  padding: 14px 20px;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.samll_01 h4 {
  font-size: 2rem;
  letter-spacing: -2px;
  width: 200px;
}
.membership-gift span {
  padding: 28px 0;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  display: flex;
  color: #242140;
  letter-spacing: -1px;
  align-content: stretch;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.membership-gift span big {
  font-size: 90px;
  font-weight: 500;
  color: #e06d07;
}
.membership-gift h3 {	
  display: flex;
  font-size: 32px;
  font-weight: bold;
  padding: 32px 0 0 20px;
}
.membership-gift h5 {
  width: 127px;
  background: #f2dc77;
  margin: 10px;
  border-radius: 60px 0 7px 0;
  color: #242140;
  font-size: 24px;
  padding: 14px 20px;
  margin: -81px 0 10px;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 193px;
  left: 367px;
}
.membership-gift p {
  font-weight: bold;
  color: #242140;
  font-size: 1rem;
}
.membership-gift .btn{width: 310px;padding: 18px 10px;border-radius: 40px; background: #fff513;margin: -28px auto 40px; font-size: 2.2em; transition-duration: 0.3s; height: 65px;  color: #102234; font-weight: bold;}
.membership-gift a{display: block;cursor: pointer}
.membership-gift a:hover{transform: none;}
.membership-gift li:hover{transform: scale(0.98)}

/*.ticket{background: url("../images/ticket.png") center center no-repeat;height: 227px;width: 400px;background-size: 87%;}*/
@media screen and (max-width: 991px) {
  .membership-gift li {
    width: 93%;
    margin: 3vw auto;
    padding: 6vw 6vw 13vw;
    height: auto;
  }
  .membership-gift span {
    padding: 11vw 7vw 0 0;
    margin: 0 auto;
    align-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .membership-gift span big {
    font-size: 85px
  }
  .membership-gift h3 {
    padding: 2vw 0 0 3vw;
  }
  .membership-gift p {
    padding: 3vw 0 0;
  }
  .membership-gift h5 {
    width: 30vw;
    margin: 2vw;
    font-size: 16px;
    padding: auto;
    margin: 0 0 2vw;
    left: 56vw;
    top: 58vw;
    ;
  }
}
.membership-gift_02 {
  margin: auto 0 50px 0;
  text-align: center;
}
.membership-gift_02 ul {
  display: inline-block;
  justify-content: center;
}
.membership-gift_02 li {
  width: 500px;
  border: solid 3px #f2dc77;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  height: 530px;
}
.membership-gift_02 h4 {
  width: 150px;
  background: #f2dc77;
  margin: 10px;
  border-radius: 0 0 60px 0;
  color: #242140;
  font-size: 2rem;
  padding: 14px 20px;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}

.membership-gift_02 span {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 8px 20px 0;
  margin: auto;
  font-weight: bold;
  text-align: center;
  display: block;
  color:#e06d07;
  letter-spacing: 0.1px;
}
.membership-gift_02 span big {
  font-size: 200%;
  font-weight: 500;
}
.membership-gift_02 p {
  color: #222222;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.3px;
}
.membership-gift_02 h5 {
  color: #333;
  padding: 0 0 0 0;
  font-size: 50px;
}
.membership-gift_02 img {
  width: 400px;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  margin: 10px -30px 0;
}

.membership-gift_02 a {
  display: block;
}
.membership-gift_02 .btn:hover {
  transform: scale(0.98);
}
.membership-gift_02 .warning {
  color: #222222;
  padding-top: 10px;
  font-size: 1rem;
  line-height: 1.6;
}
.membership-gift_02 li.over {
  width: 500px;
  border: solid 3px #122536;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  height: 509px;
}
.membership-gift_02 .cp-over {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.membership-gift_02 .cp-over h5 {
  color: #fff;
  font-size: 56px;
  line-height: 500px;
}
@media screen and (max-width: 991px) {
  .membership-gift_02 {
    width: 100%;
    padding: 0;
    margin: -7px 0 3px;
  }
  .membership-gift_02 ul {
    flex-wrap: wrap;
  }
  .membership-gift_02 li {
    width: 90vw;
    margin: 7vw auto 0;
    padding: 10vw 2.5vw 5vw;
    height: auto
  }
  .membership-gift_02 p {
    padding: 3vw 0 0 0;
  }
  .membership-gift_02 h4 {
    width: 36vw;
    margin: 2vw;
    font-size: 2rem;
    padding: 4vw 6vw;
    margin: 0 0 2vw;
  }
  .membership-gift_02 img {
    width: 80vw;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
    margin: 4vw auto 0
  }
  .membership-gift_02 .btn {
    width: 70vw;
    padding: 5vw;
    margin: 3vw auto;
  }
  .membership-gift_02 a {
    color: #fff;
    display: block;
  }
  .membership-gift_02 .btn:hover {
    transform: scale(0.98);
  }
  .membership-gift_02 span {
    font-size: 1.6rem;
    padding: 8px 2px 0;
    margin: -1vw 0 0;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  .membership-gift_02 span big {
    font-size: 200%;
    font-weight: 500;
  }
  .ticket {
    height: auto;
    width: 80vw;
    background-size: 100%;
  }
  .membership-gift_02 .warning {
    padding-top: 1vw;
  }
  .membership-gift_02 li.over {
    width: 90vw;
    ;
    margin: 2vw auto;
    padding: 10vw 2.5vw 5vw;
    height: auto
  }
  .membership-gift_02 .cp-over h5 {
    font-size: 3rem;
    line-height: 120vw;
  }
}
.membership-memberapp {
  width: 1160px;
  margin: 20px 205px;
  text-align: center;
  padding: 0;
  display: flex;
}
.membership-memberapp ul {
  display: flex;
  justify-content: center;
}
.membership-memberapp li {
  width: 1020px;
  border: solid 3px #f2dc77;
  background: #fff;
  margin: -18px 0 58px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.membership-memberapp h4 {
  width: 150px;
  background: #f2dc77;
  margin: 10px;
  border-radius: 0 0 60px 0;
  color: #fff;
  font-size: 1.6rem;
  padding: 14px 20px;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.membership-memberapp span {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 8px 20px 0;
  margin: auto;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #e1d7ca;
  letter-spacing: -1px;
}


.membership-memberapp img {
  width: 400px;
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
  margin: 50px -30px 0;
}

@media screen and (max-width: 991px) {
  .membership-memberapp {
    width: 100%;
    padding: 3vw 0;
    margin: -1vw 5vw;
  }
  .membership-memberapp ul {
    flex-wrap: wrap;
  }
  .membership-memberapp li {
    width: 90vw;
    ;
    margin: 2vw auto;
    padding: 10vw 2.5vw 5vw;
  }

  .membership-memberapp h4 {
    width: 36vw;
    margin: 2vw;
    font-size: 1.4rem;
    padding: 4vw 6vw;
    margin: 0 0 2vw;
  }
  .membership-memberapp img {
    width: 80vw;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
    margin: 8vw 0 0;
  }
  .membership-memberapp .btn {
    width: 70vw;
    padding: 5vw;
    margin: 3vw auto;
  }
  .membership-memberapp a {
    color: #fff;
    display: block;
  }
  .membership-memberapp .btn:hover {
    transform: scale(0.98);
  }
  .membership-memberapp span big {
    font-size: 500%;
    font-weight: 500;
  }
  .ticket {
    height: auto;
    width: 80vw;
    background-size: 100%;
  }
}

.new-member {
  width: 1160px;
  margin: 20px auto;
  padding: 20px;
}
.new-member h2 ,.banner h2{
  font-weight: bold;
  color: #fff
}
.new-member h2 p {
  display: inline;
  display: inline;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--main-color);
  color: #fff;
  float: right;
}
.member-info {
  display: flex;
  justify-content: space-around;
}
.member-info ul {
  width: 30%;
}
.member-info li {
  margin: 8px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
	font-weight:600;
}
.member-info li img {
  display: block;
  margin: auto;
}
.member-info li h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #f2dc77;
  margin: 16px auto;
}
.new-member .btn {
  width: 380px;
  padding: 21px 0;
  border-radius: 40px;
  background: #e06d07;
  margin: 25px auto 10px;
  font-size: 2.2rem;
  transition-duration: 0.3s;
  height: 75px;
}
.new-member a {
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
}
.new-member .btn:hover {
  transform: scale(0.98);
}
@media screen and (max-width: 991px) {
  .new-member {
    width: 100%;
    margin: 3vw auto;
    padding: 3vw 0;
  }
  .new-member h2 {}
  .member-info {}
  .member-info ul {
    width: 32%;
  }
  .member-info li {
    font-size: 1rem;
  }
  .member-info li img {
    width: 100%;
  }
  .member-info li h4 {
    margin: 3vw auto;
  }
  .new-member .btn {
    padding: 5vw;
    margin: 2vw auto;
  }
}
.notice {
  width: 1160px;
  margin: auto;
  padding: 20px;
  padding: 40px 50px;
}
.notice h4 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px auto;
  color: #f2dc77;
  line-height: 2rem;
}
.notice h5 {
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 20px auto;
  color: #ffffff;
  line-height: 2rem;
}
.notice ol {
  padding: 0 0 0 20px;
  margin: 10px auto 40px;
}
.notice ol li {
  list-style-type: decimal;
}
.notice .p1 li {
  list-style-type: disc;
}
.notice .p2 li {
  list-style-type: lower-alpha;
}
.notice .p2  {
  margin: 10px auto 10px;
}
.notice li {
  margin: 10px auto;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #fff;
}
.notice li:hover {
  transform: none;
}
.notice span {
  margin: 0;
  font-size: 1.4rem;
  margin: 20px auto;
  display: block;
}
.notice p {
  line-height: 35px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 991px) {
  .notice {
    width: 90vw;
    margin: 3vw auto;
    padding: 3vw 0;
  }
  .notice h4 {}
  .notice ol {
    padding: 0 0 0 4vw;
    margin: 2vw auto 4vw;
  }
  .notice li {
    margin: 10px auto;
  }
  .notice span {
    margin: 0;
    font-size: 1.4rem;
    margin: 20px auto;
  }
  .notice p {
    line-height: 26px;
    letter-spacing: 0.5px;
  }
}



/*----展覽介紹區塊----*/
.bg_02 {}
.bg_02 .bg_1200 {
  width: 1200px;
  margin: 0px auto 40px;
}
.bg_02 .slick li a {
  width: 100%;
}
.bg_02-2 {
  padding-bottom: 30px;
}
.bg_02-2 .intro {
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px 40px;
  position: relative;
}
.bg_02-2 .intro h3 {
  font-size: 2.4rem;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600;
}
.bg_02-2 .intro h4 {
  font-size: 2rem;
  color: #f2dc77;
  text-align: left;
  margin: 20px 0px 20px;
  font-weight: 600;
  line-height: 1;
}
.bg_02-2 .intro h4 span.small {
  font-size: 1.6rem;
}
.bg_02-2 .intro p {
  font-size: 1.2rem;
  color: #fcfcfc;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
font-weight:500;
}
.bg_02-2 .intro .info {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.bg_02-2 .intro .info a {
  font-size: 20px;
  color: #fff;
  background:#e06d07;
  padding: 10px 20px;
  border-radius: 20px;
	font-weight: bold;
}

@media screen and (max-width: 991px) {
  .bg_02 .bg_1200 {
    width: 100%;
    margin: 0 auto;
  }
  .bg_02-2	{padding-bottom:0px;}
  .bg_02-2 .intro {
    width: 98vw;
    margin: 10px auto 0px;
    padding: 2vw 6vw 12vw;
  }
  .bg_02-2 .intro h3 {
    font-size: 2rem;
    margin-bottom: 2vw;
  }
  .bg_02-2 .intro h4 {
    font-size: 1.8rem;
    margin-bottom: 2vw;
  }
  .bg_02-2 .intro h4 span.small {
    font-size: 1.4rem;
  }
  .bg_02-2 .intro p {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: justify;
    margin-bottom: 2vw;
  }
  .bg_02-2 .intro .info {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
  }
  .bg_02-2 .intro .info a {
    font-size: 1.4rem;
    padding: 2vw 6vw;
  }
  .bg_02-2 .intro img{
    max-width: 100%;
	}
}






 /*--goto top--*/          
 #gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}          
 #gotop::after {position: absolute;display: block;font-family: FontAwesome;content: '　';font-weight: normal;font-style: normal;font-size: 2em; line-height: 50px;color: #fff;opacity: 0.5;background: url("../images/top.png") center no-repeat;background-size: 50%;background-position: 80% 35%;}         
 #gotop:hover {cursor: pointer;background-color: #666;}          
 #gotop:active {background-color: #ccc;}          
 #gotop.show {opacity: 0.4;visibility: visible;}          
 @media screen and ( max-width: 991px ){          
 #gotop {bottom: 70px;right: 0;margin: 2vw;}
 }         
 /* share url */          
 #share{display: inline-block;background-color: #000;opacity:0.4;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 50px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;z-index: 1000;margin: 30px;}
 #share::after{position: absolute;display: block;font-family: FontAwesome;content: '　';font-weight: normal;font-style: normal;font-size: 2em; line-height: 50px;color: #fff;opacity: 0.5;background: url("../images/share.png") center no-repeat;background-size: 50%;background-position: 80% 35%;}
 #share:hover{cursor: pointer;background-color: #666;}
 #share:active{background-color: #666;}
 @media screen and ( max-width: 991px ){
 #share{bottom:115px;right: 0;margin: 2vw;}
 }                    
 @media screen and ( max-width: 991px ){          
 html{padding-bottom: 80px;}          
 } 