@charset "UTF-8";
@import url(magnific-popup.css);
/*內容區塊定義範例 可自行調整
-------------------------------------------------- */
/*-- 主內容區塊 START
------------------- */
.site-main-wrapper {
  /*主內容100%背景設定*/
  background: #91e7ec url(http://fakeimg.pl/1170x500/50ced5/EEE) top center no-repeat;
}

.site-main-wrapper img {
  vertical-align: bottom;
}

.site-main-wrapper .main-pic {
  width: 100%;
}

.site-main-wrapper .main-pic-m {
  width: 100%;
  display: none;
}

@media (max-width: 768px) {
  .site-main-wrapper .main-pic {
    display: none;
  }
  .site-main-wrapper .main-pic-m {
    display: block;
  }
}

/*-- 內容區塊模組2 (不需要可移除)--*/
.sm-content2 {
  background: #046c7c;
}

.sm-content2 {
  zoom: 1;
}

.sm-content2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.sm-content2 .smc-row {
  display: flex;
  align-items: center;
}

.sm-content2 .page-title2 {
  width: 34.1%;
  float: left;
  display: block;
  padding: 0 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  line-height: 1.3;
}

.sm-content2 .page-title2 h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

.sm-content2 .page-title2 h2 {
  font-size: 22px;
}

.sm-content2 .site-main-pic {
  width: 66%;
  float: right;
}

.banner-box-l{
  background: #fff url( ../images/events/banner-l.jpg) top center no-repeat;
  width: 100%;
  background-size: auto 100%,auto;
  position: relative;
}

.banner-box-l img{
  width: 100%;
  height: auto;
}

.pc{
  display: block;
}

.mobile{
  display: none;
}

.bg-st1{
  background: #e4e4e4;
}

.st-img{
  width: 100%;
  margin: 0 auto;
  padding: 0px; 
}

.st-img img{
  width: 100%;
  height: auto;
  padding: 20px;
}

.wor_g{
  color: #23ac38;
}

a.lin_st{
  color: #23ac38;
  transition: 0.4s;
  font-weight: bold;
}

a.lin_st:hover{
  color: #138024;
}

a.but_st{
  color: #fff;
  background: #23ac38;
  width: 250px;
  font-size: 22px;
  line-height: 36px;
  transition: 0.4s;
  font-weight: bold;
  border-radius: 15px;
  display: block;
  text-align: center;
  margin-left: 12px;
  margin-top: 20px;
  margin-bottom: 30px;
}

a.but_st:hover{
  background: #1b8c2c;
  transition: 0.4s;
}

.but_link{
  width: 140px;
  max-width: 160px;
  display: inline-block;
  border: 1px solid #23ac38;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #23ac38;
  text-align: center;
  margin: 0 0 0 8px;
}

.but_link:hover{
  border: 1px solid #23ac38;
  background-color: #23ac38;
  color: #fff;
}

@media (max-width: 568px) {
  .but_link{
    display: block;
    margin: 10px auto 20px;

  }
}

.tit_st{
  color: #656565;
  font-size: 20px;
  vertical-align: bottom;
  margin-right: 5px;
}


@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;
  }

  .pc{
    display: none;
  }

  .mobile{
    display: block;
  }

  .st-img{
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  a.but_st{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 60%;
  }
}

.img_box{
    width: 100%;
    max-width: 600px;
    position: absolute;
    z-index: 1;
    right: 7%;
    top: -15px;
}

.img_box_m{
    width: 100%;
    padding: 10px 10px 0px 10px;
}

.img_box img,.img_box_m img{
  width: 100%;
  height: auto;
}
.tex_c{
  text-align: center;
  margin-top: 20px;
}

.tex_d{
  display: inline-block;
  margin: 0 auto !important;
}

.con_box{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 0px;
}

.con_box .tex_box{
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  line-height: 1.7;
  color: #555;
  display: inline-block;
  width: 30%;
}

.con_box .tex_box span:before{
  content: '*' ;
  color: #ff0000;
  font-size: 17px;
  margin-right: 5px;
  font-weight: bold;
  vertical-align: middle;
}

.con_box .inp_box{
  display: inline-block;
  width: 64%;
}

.con_box .inp_box input{
    width: 100%;
    border-radius: 6px;
    background: #fff;
    display: inline-block;
    line-height: 1.5;
    border: 1px solid #000;
    vertical-align: middle;
    padding: 6px;
}

.che_cn,.che_but{
  text-align: center;
  margin-top: 20px;
  margin-top: 0 auto
  width:100%;
  font-size: 16px;
}

.che_cn a{
  color: #116da0;
  font-weight: bold;
}

.che_but a{
  display: block;
  padding: 10px;
  background: #23ac38;
  border-radius: 20px;
  color: #fff;
  transition: 0.4s;
  width: 250px;
  margin: 0 auto;
}

.che_but a:hover{
  background: #1b8e2d;
  transition: 0.4s;
}

.img_st{
  width: 100%;
  height: auto;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .con_box .inp_box{
    width: 100%;
    padding: 0 10px;

  }
  .con_box .tex_box{
    text-align: left;
    width: 100%;
    padding-left: 10px;
  }
}



@media only screen and (min-width: 769px){
  .banner-box-l{
    height: 200px;
   }
   .img_box{
    max-width: 350px;
    right: 1%;
    top: 60px;
  }
}

@media only screen and (min-width: 940px){
  .banner-box-l{
    height: 250px;
   }
  .img_box{
    max-width: 500px;
    right: 7%;
    top: 23px;
  }
}

@media only screen and (min-width: 1170px){
  .banner-box-l{
    height: 300px;
   }
  .img_box{
    max-width: 600px;
    right: 7%;
    top: 36px;
  }
}

/*-- 內容區塊模組2 END --*/
/*-- 主內容區塊 END --*/
/*-- 頁面導覽 START (不需要可移除)
------------------- */
.main-nav {
  background: #333;
  /*頁面導覽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: 30px;
}

.site-content-wrapper .content-title {
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
  color: #333;
}

.subtitle-gray {
  font-size: 17px;
  color: #666;
  padding: 5px 0 10px;
  margin-left: 18px;
}

@media (max-width: 1170px) {
  .site-content-wrapper .content-title {
    padding: 0 2.5%;
  }
  .subtitle-gray {
    padding: 1% 2.5% 3.5%;
  }
}

.site-content-wrapper .content-des {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  padding: 5px 0;
  margin-left: 18px;
}

.site-content-wrapper .content-des.red {
  color: #f85766;
}

.site-content-wrapper .content-des-text-size20{
 font-size: 24px;
 text-align: center; 
 line-height: 1.4;
}
span.second_title{
 font-size:17px;
}
@media (max-width: 1170px) {
  .site-content-wrapper .content-des {
    padding: 0 2.5%;
  }
	.site-content-wrapper .content-des-text-size20{
	line-height: 1.4;
  }
}

.site-content-wrapper .content-list {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  padding-left: 28px;
  list-style-type: disc;
  list-style-position: outside;
}

.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 2.5%;
    margin-left: 28px;
  }
}

@media (max-width: 768px) {
  .site-content-wrapper .content-list {
    padding: 0 3% 0 3%;
    margin-left: 26px;
  }
}

.site-content-wrapper .social-share {
  position: absolute;
  z-index: 5;
  top: -18px;
  right: 15px;
}

.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;
  padding: 15px 0 0px;
  position: relative;
}

.step-content {
  zoom: 1;
}

.step-content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.step-content .step-wrap {
  width: 30%;
  float: left;
  margin: 0px auto 20px;
}

.step-content .ic-arrow-r {
  width: 5%;
  float: left;
  display: inline-block;
  text-align: center;
  padding-top: 150px;
}

.step-content .ic-arrow-r.icon-arrow_r {
  font-size: 40px;
  /*--箭頭尺寸--*/
  color: #AAA;
  /*--箭頭顏色--*/
}

.step-content .step-header {
  text-align: center;
  margin-bottom: 8px;
  color: #333;
}

.step-content .step-header_m {
  text-align: center;
  margin-bottom: 8px;
  color: #333;
  height: 122px;
}

.step-content .step-header p,.step-content .step-header_m p {
  line-height: 1.5;
  font-weight: bold;
}

.step-content .step-num {
  font-size: 28px;
  color: #23ac38;
  font-weight: bold;
  margin-bottom: 5px;
}

.step-content .step-num sub {
  margin-right: 5px;
  position: relative;
  top: -8px;
  border-bottom: 1px solid #23ac38;
  font-size: 12px;
  font-weight: bold;
}

.pp_st{
  background: #656565;
  padding: 5px;
  margin-left: 0px;
  color: #fff;
  display: inline-block;
}


@media (max-width: 768px) {
  .step-content .step-wrap {
    float: none;
    width: 100%;
    text-align: center;
  }
  .step-content .ic-arrow-r {
    display: none;
  }
  .step-content .step-header_m {
    height: auto;
  }
  .pp_st{
    margin-left: 10px;
  }
}

@media (max-width: 1170px) {

  .pp_st{
    margin-left:2.5%;
  }
}

/*--註冊步驟 END -- */
/*-- 詳細內容區塊 多圖排列  START (不需要可移除)
------------------- */
.st-img-item,.st-img-item_m {
  width: 100%;
  margin-bottom: 30px;
}

.st-img-item,.st-img-item_m {
  zoom: 1;
}

.st-img-item:after,.st-img-item_m:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.st-img-item li {
  float: left;
  width: 49%;
  margin-right: 2%;
  text-align: center;
}

.st-img-item_m li {
  float: left;
  width: 23%;
  margin-right: 2%;
  text-align: center;
}

.st-img-item li:last-child,.st-img-item_m li:last-child {
  margin-right: 0%;
}

.st-img-item li img,.st-img-item_m li img {
  width: 100%;
  vertical-align: bottom;
  border: 3px solid #ffffff;
}

@media (max-width: 1170px) {
  .st-img-item,.st-img-item_m {
    padding: 0 2.5%;
  }
}

@media (max-width: 768px) {
  .st-img-item li,.st-img-item_m li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}


/*-- 詳細內容區塊 多圖排列 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
-------------------------------------------------- */
/* -- popup --*/
.mg-popup {
  width: 100%;
  position: relative;
  background: #FFF;
  margin: 35px auto;
  padding: 25px 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.mg-popup {
  zoom: 1;
}

.mg-popup:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.mg-popup .pp-container {
  width: 100%;
}

.mg-popup .content-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0D64CD;
}

.mg-popup .mp-btn-block {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.mg-popup .mp-btn-block .btn {
  min-width: 150px;
  margin: 0 8px;
  padding: 0 20px;
}

.mg-popup .mp-btn {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  text-align: center;
  color: white;
  font-size: 15px;
  background: #777;
  display: inline-block;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.mg-popup .mp-btn.on-touch {
  color: white;
  background: #222;
}

.mg-popup .mfp-close {
  color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  font-size: 40px;
  top: -32px;
  right: -5px;
  background: transparent;
  opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.mg-popup .mfp-close:hover {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.mg-popup .df-table {
  display: table;
  width: 100%;
}

.mg-popup .df-table dl {
  display: table-row;
}

.mg-popup .df-table dt, .mg-popup .df-table dd {
  display: table-cell;
  padding: 7px 10px;
  font-size: 15px;
  line-height: 1.4;
  vertical-align: middle;
}

.mg-popup .mp-tip {
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  text-align: left;
}

.mg-popup .red {
  color: #f85766;
}

.mg-popup .blue {
  color: #0D64CD;
}

.temp-popup {
  width: 100%;
  max-width: 500px;
  text-align: center;
}

.temp-popup .tp-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  text-align: left;
}

/* -- popup END --*/
@media (max-width: 768px) {
  content: '';
  /*樣式可移除*/
}

@media (max-width: 568px) {
  content: '';
  /*樣式可移除*/
}

@media (max-width: 320px) {
  content: '';
  /*樣式可移除*/
}
