@charset "UTF-8";
/*內容區塊定義範例 可自行調整
-------------------------------------------------- */
/* ------------------

主內容區塊 START

------------------- */
body{
  background: #ffe26f;
}
.site-main-wrapper {
  /*主內容100%背景設定*/
 display: block;
}

.bg-y{
  background: url(../images/events/Mbg-1.JPG) repeat left center !important;
}


.site-main-wrapper img {
  vertical-align: bottom;
}

.site-main-wrapper .main-pic {
  width: 100%;
}

.site-main-wrapper .main-pic-m {
  width: 100%;
  display: none;
}

.mb30{ margin-bottom: 40px !important; }

.mt30{ margin-top: 30px !important; }

.banner_box-1{
  background: url( ../images/events/banner-l.jpg) top center no-repeat;
  width: 100%;
  background-size: auto 100%,auto;
  position:absolute;
  z-index: 1; 
}

.banner-box-m img{
  width: 100%;
  height: auto;
}

.pc{
     display: block;
   }

.mobile{
     display: none;
   }

@media only screen and (min-width: 769px){
  .site-main-wrapper,.banner_box-1,.banner_box{
    height: 280px;
   }
}

@media only screen and (min-width: 992px){
 .site-main-wrapper,.banner_box-1,.banner_box{
    height: 350px;
   }
}

@media only screen and (min-width: 1170px){
 .site-main-wrapper,.banner_box-1,.banner_box{
    height: 400px;
   }

}

@media (max-width: 768px) {
  .site-main-wrapper .main-pic {
    display: none;
  }
  .site-main-wrapper .main-pic-m {
    display: block;
  }
  .pc{
     display: none;
   }

   .mobile{
     display: block;
   }
}


a.pony_bn{
  display: block;
  width: 220px;
  height: 50px;
  background: url(../images/events/bn.png);
  transition: 0.4s;
}

a:hover.pony_bn{
  background: url(../images/events/bn-hover.png);
  transition: 0.4s;
}


@media (max-width: 768px) {
  .sm-content2 .smc-row {
    display: block;
  }
  .sm-content2 .page-title2 {
    width: 100%;
    float: none;
    padding: 65px 15px 30px;
  }
  .sm-content2 .site-main-pic {
    width: 100%;
    float: none;
  }
}

/*-- 內容區塊模組2 END --*/
/*--主內容區塊 END

-------------------------------------------------- */
/* ------------------

頁面導覽 START (不需要可移除)

------------------- */
.main-nav {
  background: #555;
  /*頁面導覽100%背景*/
}

.main-nav .container {
  background: #333;
  /*頁面導覽最寬1170px背景*/
}

.main-nav .main-nav-pc li, .main-nav .main-nav-pc li a {
  color: white;
  /*頁面導覽 文字顏色*/
}

.main-nav .main-nav-pc li a.on-touch, .main-nav .main-nav-pc li a.active {
  background: #111;
  /*頁面導覽 hover和觸控顏色、運行中顏色*/
}

/*--頁面導覽 END

-------------------------------------------------- */
/* ------------------

詳細內容區塊 START

------------------- */
.site-content-wrapper {
  padding-bottom: 50px;
}

.site-content-wrapper .content-title {
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
  color: #fff;
  width: 210px;
}

.content-title{
  background: url(../images/events/icon_s.png) no-repeat left center;
  letter-spacing :1px;
  padding-left: 72px;
  margin-bottom: 10px;
}

.co_bg{
  background: url(../images/events/Mbg.JPG) repeat left center!important;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 40px !important;
}

.a_sty_y{
  color: #006699;
  font-weight: bold;
}

a:hover.a_sty_y {
  color: #003366;
}

.foot_st{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px!important;
  padding-bottom: 20px!important;
}

.foot_st h2{
  font-size: 36px !important;
  line-height: 50px;
}

.foot_st td{
  vertical-align: middle !important;
  padding-left: 50px;
}

.foot_st_li li{
  display: inline !important;
  font-size: 17px;
}

.im_sty img{
  width: 100%;
  height: auto;
}

.mklist{width: 90%; margin:0 auto;}
.mklist tr{border-top: #000 1px solid; border-bottom: #000 1px solid;}
.mklist td, .mklist th{border-left: #000 1px solid; border-right: #000 1px solid; padding:12px;}
.mklist th{background-color: #473b2e; color:#fff;}
.mklist td{background-color: #d9cabb; color:#000; vertical-align: middle; line-height: 1.4em;}
.mklist tr.bgl td{background-color: #f6ece3;}

.imgbox_st{
  background: url(../images/events/img-bg.jpg) #613502 no-repeat bottom center;
  padding-bottom: 50px !important;
  padding-top: 30px !important;
}

.img_con_box{
  width: 100%;
  position: relative;
  display: table;
  text-align: center;
}

.img_con_box .img_con{
  float: left;
  vertical-align: middle;
  width: 50%;
  position: relative;
}

.up_ok{
  position:absolute;
  z-index: 8;
  text-align: center;
  width: 100%;
  top: 70%;
  left: 0px;
}

.up_ok .up_ok_con{
  background: rgba( 0,0,0,0.7);
  width:250px;
  padding: 20px 10px;
  display: inline-block;
  color: #fff;
}

.up_ok .up_fb_bt{
  width: 80%;
  display: inline-block;
}

.up_ok .up_fb_bt a{
  width: 70%;
  border-radius: 6px;
  background: #00c7ff;
  padding: 8px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  transition: 0.4s;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 4%;
}

.up_ok .up_ok_con h3{
  font-size: 20px;
  line-height: 30px;
  color: #fc0;
  font-weight: bold;
}

.up_ok .up_ok_con p{
  font-size: 15px;
  line-height: 20px;
}

.img_con_box .img_con img{
  width: 250px;
  height: auto;
}

.up_ok_bt{
  position:absolute;
  z-index: 6;
  text-align: center;
  width: 100%;
  left: 0px;
}

.up_ok_bt .up_bt_st{
  width:100%;
  display: inline-block;
}

.up_ok_bt .up_bt_st a{
  width:100%;
  display: block;
  text-align: center;
}



.img_con_box .img_but,.img_con_box .img_but_sh{
  float: left;
  vertical-align: middle;
  width: 50%;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
}

.img_con_box .img_but a{
  width: 200px;
  border-radius: 10px;
  background: #ffcc00;
  padding: 10px;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  transition: 0.4s;
  display: block;
  text-align: center;
  border: 2px solid #875215;
}

.img_con_box .img_but a:hover{
  background: #ffdc4e;
  transition: 0.4s;
}

.img_con_box .img_but_sh a{
   width: 200px;
   border-radius: 10px;
   background: #00c7ff;
   padding: 10px;
   color: #000;
   font-size: 28px;
   font-weight: bold;
   transition: 0.4s;
   display: block;
   text-align: center;
   border: 2px solid #875215;
}

.img_con_box .img_but_sh a:hover{
  background: #00f6ff;
  transition: 0.4s;
}

.img_con_box .img_but p,.img_con_box .img_but_sh p{
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
}

.img_but_bg{
position: absolute;
left: 46%;
bottom: -12px
}

.img_but_bn{
position: absolute;
width: 130px;
height: 1200px;
left: -150px;
top: -109px;
z-index:2;
}

.img_but_bg img,.img_but_bn img{
  width: 100%;
  height: auto;
}

@media (max-width: 1170px) {
  .site-content-wrapper{
    padding: 1px 2.5%;
  }
  .content-title{
    padding-left: 72px;
  }
  .co_bg{
  padding-top: 20px;
  padding-bottom: 20px;
 }
 .foot_st h2{
    font-size: 38px !important;
  }
  .foot_st_li li{
    font-size: 15px;
  }
  .img_but_bg img,.img_but_bn img{
    width: 95%;
  }

}

@media (max-width: 992px){
  .content-title{
    padding: -1px 72px;
  }
  .foot_st h2{
  font-size: 28px !important;
}
  .foot_st_li li{
  font-size: 12px;
}
.img_but_bg img,.img_but_bn img{
    width: 90%;
  }
}

@media (max-width: 769px){
  .content-title{
    padding: 0px;
    padding-left: 72px;
  }

  .imgbox_st{
    padding-bottom: 60px !important;
    padding-top: 10px !important;
  }
  .img_con_box .img_con{
    float: left;
    vertical-align: middle;
    width: 100%;
    position: relative;
  }

  .img_con_box .img_con img{
    width: 80%;
    height: auto;
  }
  .up_ok .up_ok_con{
    background: rgba( 0,0,0,0.7);
    width:80%;
    padding: 10px;
  }
  .img_but_bg img,.img_but_bn img{
    width: 85%;
  }
}

.site-content-wrapper .content-des {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  padding: 5px 22px;
}

@media (max-width: 1170px) {
  .site-content-wrapper .content-des {
    padding: 0 2.5%;
  }
}

.site-content-wrapper .content-list {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  padding-left: 36px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 10px;
}
 .nono{
  padding-left: 28px;
  margin-top: 20px;
  color: #ff0000;
  font-weight: bold;
}

.site-content-wrapper .content-list li {
  margin-bottom: 5px;
}

.site-content-wrapper .content-list ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 22px;
}

@media (max-width: 1170px) {
  .site-content-wrapper .content-list {
    padding: 0 2.5% 0 3.5%;
  }
  .last_mb{
    margin-bottom: 50px;
  }
   .nono{
  padding-left: 0px;
  margin-top: 20px;
}
}

@media (max-width: 768px) {
  .site-content-wrapper .content-list {
    padding: 0 3% 0 4%;
  }
  .nono{
  padding-left: 12px;
  margin-top: 20px;
}
}

.site-content-wrapper .social-share {
  position: absolute;
  z-index: 5;
  top: -32px;
  left: -25px;
}

.site-content-wrapper .social-share li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}


@media (max-width: 768px) {
  .site-content-wrapper .social-share {
    display: none;
  }
}

/*--詳細內容區塊 END

-------------------------------------------------- */
/* ------------------

註冊步驟 START (不需要可移除)

------------------- */
.step-content {
  width: 100%;
  max-width: 1170px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.step-content img{
  max-width: 100%;
  margin-bottom: 20px;
}

.bod_tb table{
  width: 100%;
  margin-bottom: 10px;
  margin-top: 40px;
}
.bod_tb td{
  margin: 0 auto
}

.bod_tb td:nth-child(1){
  border-right: 1px dashed #000;
  padding-right:20px;

}

.bod_tb td:nth-child(2){
  padding: 0 20px;
  border-right: 1px dashed #000;

}

.bod_tb td:nth-child(3){
  padding: 0 20px;

}




@media (max-width: 768px) {
  .step-content {
    padding: 10px;
  }
  .mklist{width: 96%; margin:0 auto;}
}



/*--註冊步驟 END

-------------------------------------------------- */
/* ------------------

詳細內容區塊 多圖排列  START (不需要可移除)

------------------- */
.content-twoimg {
  width: 100%;
}

.content-twoimg {
  zoom: 1;
}

.content-twoimg:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.content-twoimg li {
  float: left;
  width: 49%;
  margin-right: 2%;
  text-align: center;
}

.content-twoimg li:last-child {
  margin-right: 0;
}

.content-twoimg img {
  width: 100%;
  vertical-align: bottom;
}

@media (max-width: 1170px) {
  .content-twoimg {
    padding: 0 2.5%;
  }
}

@media (max-width: 568px) {
  .content-twoimg li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.content-threeimg {
  width: 100%;
}

.content-threeimg {
  zoom: 1;
}

.content-threeimg:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.content-threeimg li {
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}

.content-threeimg li:last-child {
  margin-right: 0;
}

.content-threeimg img {
  width: 100%;
  vertical-align: bottom;
}

@media (max-width: 1170px) {
  .content-threeimg {
    padding: 0 2.5%;
  }
}

@media (max-width: 568px) {
  .content-threeimg li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .content-threeimg img {
    width: auto;
    max-width: 100%;
  }
}

/*--詳細內容區塊 多圖排列 END

-------------------------------------------------- */
/* ------------------

浮動選單 顏色調整 START (不需要可移除)

------------------- */
.nav-float ul {
  background: rgba(17, 17, 17, 0.96);
  /*浮動選單展開背景色*/
}

.nav-float li a {
  border-bottom: 1px solid #2b2b2b;
  /*浮動選單展開底線色*/
  color: #EEE;
  /*浮動選單展開文字色*/
}

.nav-float-trigger {
  background: rgba(17, 17, 17, 0.96);
  /*浮動選單收合背景色*/
}

.nav-float-trigger span {
  background: #EEE;
  /*浮動選單icon顏色*/
}

.nav-float-trigger.menu-nf-open span {
  background: rgba(238, 238, 238, 0);
  /*浮動選單icon顏色*/
}

.nav-float-trigger.menu-nf-open span::before, .nav-float-trigger.menu-nf-open span::after {
  background: #eeeeee;
  /*浮動選單icon顏色*/
}

/*--浮動選單顏色 END

-------------------------------------------------- */
/* ------------------

圖片輪播 (不需要可移除)

------------------- */
.sc-pc {
  width: 100%;
  height: auto;
}

.sc-pc img {
  width: 100%;
}

@media (max-width: 768px) {
  .sc-pc img {
    display: none;
  }
}

.sc-m {
  width: 100%;
  height: auto;
}

.sc-m img {
  width: 100%;
  display: none;
}

@media (max-width: 768px) {
  .sc-m img {
    display: block;
  }
}

/*--頁籤--*/
.swiper-pagination-bullet {
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  background: #FFF;
  opacity: 1;
}

/*--箭頭--*/
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  font-size: 50px;
  /*--箭頭大小--*/
  color: white;
  /*--箭頭顏色--*/
}

/*--圖片輪播 END

-------------------------------------------------- */
@media (max-width: 768px) {
  content: '';
  /*樣式可移除*/
}

@media (max-width: 568px) {
  content: '';
  /*樣式可移除*/
}

@media (max-width: 320px) {
  content: '';
  /*樣式可移除*/
}
