@charset "UTF-8";
/*=========================== variables =============================*/
.closebtn {
  color: #ad8d63;
}

.closebtn:hover {
  color: #ad8d63;
}

/*=========================== home =============================*/
.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .right {
  position: relative;
}

.home .right img {
  position: absolute;
  bottom: 90.66px;
  right: 0;
  z-index: 2;
}

.master-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 900px;
  overflow: hidden;
  text-align: right;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.master-img img {
  position: absolute;
  top: 54px;
  right: -15px;
  max-width: 40%;
}

@media screen and (max-width: 1024px) {
  .master-img img {
    max-width: 45%;
  }
}

@media screen and (max-width: 1366px) {
  .home .right img {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .master-img {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #home-mobile img {
    padding-top: 20px;
  }
}

/*=========================== introduce =============================*/
#introduce li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 24px;
  font-size: 20px;
}

#introduce li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #ad8d63;
  border-radius: 50%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #introduce span {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  #introduce li:before {
    top: 10%;
  }
}

.book {
  padding-top: 40px;
  list-style: none;
}

.book li {
  position: relative;
  padding-left: 24px;
  padding-bottom: 15px;
  font-family: sans-serif, "微軟正黑體";
  font-size: 24px;
  text-align: justify;
  line-height: 1.5;
  color: #FFF;
}

.book li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #2c4486;
  border-radius: 50%;
}

.cover {
  margin-left: auto;
}

.video h1 {
  margin-bottom: 6px;
  padding-right: 12px;
  padding-left: 12px;
  background: #2c4486;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .book {
    padding-top: 0;
  }
  .cover {
    margin: 0 auto;
  }
}

/*=========================== join =============================*/
#join {
  position: relative;
  background: url(../img/bg03.jpg) center center;
  background-size: cover;
  background-attachment: fixed;
  font-family: sans-serif, "微軟正黑體";
}

#join:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.75);
}

#tabs-join {
  margin-top: 44px;
}

#tabs-join li {
  font-size: 40px;
}

#tabs-join li a {
  background: #ad8d63;
  border-color: #ad8d63;
  border-radius: 0;
  color: #FFF;
}

#tabs-join li.active a {
  background: #2c4486;
  border-color: #2c4486;
}

#tabs-join li.taipei a {
  margin-right: 6px;
}

#tabs-join li.taichung a {
  margin-left: 6px;
}

#tabs-join .tab-content {
  border: 8px solid #2c4486;
}

#tabs-join .tab-pane {
  padding: 30px;
}

#tabs-join .temp {
  margin: 0;
  text-align: center;
  font-size: 30px;
  color: #2c4486;
}

.project ul {
  list-style: none;
}

.project ul span {
  font-size: 22px;
  color: #2c4486;
}

.project ul small {
  display: block;
  padding-left: 72px;
  font-size: 16px;
}

.project ul strong {
  padding-right: 16px;
  font-size: 28px;
  color: #ad8d63;
}

.project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 72px;
}

.project-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
  background: #2c4486;
  text-align: center;
  color: #FFF;
}

.project-list .item p {
  font-size: 16px;
}

.project-list h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px;
  line-height: 48px;
  border-bottom: 1px dotted #FFF;
  font-size: 22px;
}

.project-list h4 strong {
  padding-left: 6px;
  font-size: 36px;
  color: #ad8d63;
}

.project-list .content {
  min-height: 96px;
}

.project-list .price {
  margin: 0 -8px -8px;
  padding: 12px 2px 18px;
  background: #ad8d63;
  font-size: 16px;
}

.project-list .price strong {
  display: inline-block;
  padding: 0 4px;
  font-size: 30px;
}

.project-list .price .decoration {
  text-decoration: line-through;
}

#googlemap {
  width: 100%;
  min-height: 386px;
  border: 1px solid #CCC;
}

.ticket-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.ticket-group .btn-blue {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ticket-group .btn-blue:first-of-type {
  margin-right: 1.5px;
}

.ticket-group .btn-blue:last-of-type {
  margin-left: 1.5px;
}

.btn-blue {
  display: block;
  background: #2c4486;
  text-align: center;
  font-size: 22px;
  color: #FFF;
	transition: all .5s ease-in-out;
}

.btn-blue .fa {
  padding-left: 4px;
}

.btn-blue:hover, .btn-blue:focus {
  background: #ad8d63;
  color: #FFF;
}

.modal-body {
  border-color: #ad8d63;
}

.modal-body h3 {
  margin-bottom: 30px;
  font-size: 26px;
}

.modal-body h4 {
  margin-top: 30px;
  margin-bottom: 4px;
  text-align: left;
  font-size: 20px;
  color: #ad8d63;
}

.modal-body p {
  margin-bottom: 2px;
  font-size: 16px;
}

.btn-default {
  margin-top: 20px;
  background: #ad8d63;
}

.btn-default:hover {
  background: #2c4486;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .project-list {
    padding-left: 0;
  }
  .project-list .item p {
    font-size: 14px;
  }
  .project-list .content {
    min-height: 110px;
  }
  #googlemap {
    min-height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .project-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .ticket-group {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .project-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .project-list .item {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #tabs-join .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #tabs-join .nav-tabs > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
  #tabs-join .nav-tabs > li.taipei {
    margin-left: -1px;
  }
  #tabs-join .nav-tabs > li.taichung {
    margin-right: -1px;
  }
  #tabs-join .nav-tabs > li > a {
    margin-bottom: 0;
    font-size: 30px;
  }
  #tabs-join .tab-pane {
    padding: 12px;
  }
  .project .time span {
    display: block;
  }
  .project ul span {
    font-size: 18px;
  }
  .ticket-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .ticket-group .btn-blue {
    margin: 0 0 30px;
    padding: 16px 12px;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

@media screen and (max-width: 410px) {
  .project ul span {
    display: block;
  }
  .project ul small {
    padding-left: 0;
  }
}

/*=========================== review =============================*/
#review {
  padding-bottom: 200px;
}

.carousel {
  padding: 0 110px;
}

.carousel-inner {
  font-family: sans-serif, "微軟正黑體";
}

.carousel-inner .item {
  padding: 24px;
  background: #FFF;
  border-radius: 6px;
}

.carousel-inner a {
  display: block;
}

.carousel-inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
  color: #2c4486;
}

.carousel-inner .title h3, .carousel-inner .title h4, .carousel-inner .title small {
  margin: 0;
  line-height: 1;
}

.carousel-inner .title h3 {
  font-size: 48px;
  font-family: Century Gothic;
  font-weight: bolder;
}

.carousel-inner .title h4 {
  margin-left: 18px;
  padding-left: 18px;
  border-left: 1px solid #2c4486;
  font-size: 20px;
}

.carousel-inner .title small {
  padding-left: 10px;
  font-size: 20px;
  color: #2c4486;
}

.carousel-inner p {
  margin-bottom: 28px;
}

.carousel-inner img {
  margin: 0 auto;
}

.carousel-indicators {
  bottom: -58px;
}

.carousel-indicators li, .carousel-indicators .active {
  margin: 0 6px;
  width: 24px;
  height: 24px;
  background: #2c4486;
  background: rgba(44, 68, 134, 0.25);
  border: 0;
  border-radius: 50%;
}

.carousel-indicators .active {
  background: #2c4486;
}

.carousel-control.right,
.carousel-control.left {
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  background-image: none;
  border: 2px solid #2c4486;
  border-radius: 50%;
  font-size: 32px;
  text-shadow: none;
  color: #2c4486;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: #2c4486;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .carousel-inner .title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .carousel-inner .title h4 {
    padding-left: 14px;
  }
  .carousel-inner .title small {
    display: block;
    padding-top: 4px;
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .carousel {
    padding: 0 50px;
  }
  .carousel-inner .title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .carousel-control.left {
    left: -10px;
  }
  .carousel-control.right {
    right: -10px;
  }
	

}

@media screen and (max-width: 480px) {
  .carousel {
    padding: 0 20px;
  }
  .carousel-inner .item {
    padding: 16px;
  }
  .carousel-inner .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .carousel-inner .title h3 {
    font-size: 36px;
  }
  .carousel-inner .title h4 {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    font-size: 18px;
  }
  .carousel-inner img {
    margin-bottom: 12px;
  }
  .carousel-inner p {
    margin-bottom: 16px;
    line-height: 1.5 !important;
  }
  .carousel-control.right,
  .carousel-control.left {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  .carousel-control.left {
    left: -20px;
  }
  .carousel-control.right {
    right: -20px;
  }
  .carousel-indicators {
    margin-left: initial;
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*=========================== footer =============================*/
footer {
  background: #2c4486;
}

/*footer*/
.share_it{
	float:right;
	width:45px;
	height:45px;
	margin-top:0px;
	margin-right:15px;
	}	

.img_f a{
	float:left;
	margin:0 5px;
	width:45px;
	height:45px;
	background:url(../img/mst-icon.png) no-repeat 0 0px;
	text-indent:-9999px;
	}
.img_f a:hover{
	float:left;
	margin:0 5px;
	width:45px;
	height:45px;
	background:url(../img/mst-icon.png) no-repeat -45px 0;
	text-indent:-9999px; 
	}

.img_line a{
	float:left;
	margin:0 5px;
	width:45px;
	height:45px;
	background:url(../img/mst-icon.png) no-repeat -90px 0;
	text-indent:-9999px;
	}
.img_line a:hover{
	float:left;
	margin:0 5px;
	width:45px;
	height:45px;
	background:url(../img/mst-icon.png) no-repeat -135px 0;
	text-indent:-9999px;	
	}

/*=========================== Agenda =============================*/
section#agenda {
    background-color: #2c4486;
    font-weight: normal;
}

.agd{ width: 640px; overflow: hidden; margin:0 auto; padding-bottom: 15px;}
.agd-time{ float: left; width: 150px; color: #d8b588; font-size: 20px; font-family: Century Gothic; margin-right: 15px;line-height: 32px; text-align: left; font-weight: bold;}
.agd-cnt{ float: left;width: calc (99.99% - 165px);overflow: hidden;color: #fff;text-align: left;}
.agd-cnt h5{font-size: 20px; line-height: 32px; margin: 0; letter-spacing: 1px; color: #f8d371; font-weight: bold;}
.agd-cnt p{font-size: 18px; line-height: 32px;}
.toptwy{ margin-top: 25px;}
.agd h3{font-size: 26px; line-height: 36px; margin: 0; letter-spacing: 1px; color: #fff; font-family: Century Gothic, sans-serif, "微軟正黑體"; text-align:left; border-bottom:3px solid  rgba(255,255,255,0.3) ;}

@media screen and (max-width: 576px) {
.agd{ width: 95%; overflow: hidden; margin:0 auto;  padding: 20px 0; border-bottom: dotted 1px #a3937f;}
.agd-time{ float: none; width: 100%;font-size:28px;  margin-right: 0px;line-height: 36px; text-align: center; font-weight: bold; }
.agd-cnt{ float: none;width:100%;text-align: center;}
.agd-cnt h5{font-size:20px; line-height:30px;  letter-spacing: 1px; }
.agd-cnt p{font-size: 16px; line-height:26px;}
.agd h3{font-size:30px; line-height: 30px; margin: 0; margin-bottom:-20px; letter-spacing: 1px; color: #fff; font-family: Century Gothic, sans-serif, "微軟正黑體"; text-align:center; border-bottom:none ;}
.toptwy{ margin-top:50px;}
}

/*# sourceMappingURL=2017style.css.map */
