@import "http://fonts.googleapis.com/earlyaccess/cwtexming.css";
@import "http://fonts.googleapis.com/earlyaccess/notosanstc.css";

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans TC", sans-serif, "微軟正黑體", ;
  -webkit-text-size-adjust: none;
  width: 100%;
}

body {
  width: 100%;
}

section {
  font-family: "Noto Sans TC", sans-serif, "微軟正黑體";
  padding: 100px 10px;
}

section h3 {
  font-size: 29px;
  line-height: 2.5;
  text-align: center;
}


/*========== main ==========*/
#main {
  transition: margin-left .5s;
}

.overlay3 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 103;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
}

img {
  max-width: 100%;
}


/*========== header ==========*/
header {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  z-index: 100;
}

.header-cloud {
  position: relative;
  background: top center no-repeat;
}

.header-cloud:after {
  content: '';
  display: block;
  position: relative;
  bottom: -16px;
  width: 100%;
  height: 3px;
  background: url(../images/dashed.png) bottom center repeat-x;
}

.header-building {
  position: relative;
  height: 307px;
  padding-top: 65px;
  background: url(../images/building.png) bottom center repeat-x;
}

.header-building > .navbar {
  padding: 17.5px;
}

.header-building:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 142px;
  height: 98px;
  margin-left: -200px;
  background: url(../images/school.png) center no-repeat;
}

.slideBtn {
  float: left;
  width: 32px;
  height: 25px;
  margin: 5.5px 10px;
  cursor: pointer;
}

.logo {
  float: left;
}

.menuBtn {
  display: block;
  background-color: #d60c18;
  width: 32px;
  height: 5px;
  border-radius: 1px;
  -webkit-box-shadow: 0px 10px 0px #d60c18, 0px 20px 0px #d60c18;
  box-shadow: 0px 10px 0px #d60c18, 0px 20px 0px #d60c18;
  margin: auto;
}

.sideMenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  letter-spacing: 0em;
}

.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sideMenu ul {
  list-style: none;
  margin: 0;
  font-family: "Noto Sans TC", sans-serif, "微軟正黑體";
}

.sideMenu ul li {
  font-size: 18px;
  line-height: 3;
  text-align: justify;
}

.sideMenu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  margin-left: 10px;
}

.sideMenu ul li a:hover {
  color: #fff;
  padding: 15px 40px;
  background-color: #ad8d63;
  margin-left: 10px;
}

.navbar-custom {
  padding: 0px 0;
  border-bottom: 0;
  letter-spacing: 1px;
  background: 0 0;
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.navbar-custom.top-nav-collapse {
  padding: 10px 17.5px;
  border-bottom: 0px solid rgba(255, 255, 255, .5);
  background: rgba(52, 50, 45, 0.7);
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  padding: 10px 17.5px;
}

.road {
  position: relative;
  width: 100%;
  height: 230px;
  background: url(../images/road-dashed.png) bottom center repeat-x;
}

.road:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: calc(100% - 15px);
  height: 150px;
  background: url(../images/road-mask.jpg) center no-repeat;
}

header .phase {
  font-size: 20px;
  color: #192933;
  padding: 20px 10px;
}

.student {
  position: relative;
  top: -363px;
  left: 50%;
  margin-left: -375px;
  margin-bottom: -363px;
  z-index: 1;
}

.student img {
  vertical-align: bottom;
}

.student .text-right {
  font-size: 16px;
}

.severalCars {
  max-width: 750px;
  margin: auto;
  overflow: hidden;
}

.severalCars ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.severalCars ul li {
  float: left;
}

.iks_goto1 {
  float: right;
  top: 0px;
  left: -120px;
  position: relative;
  width: 80px;
  height: 80px;
  background-color: transparent;
  background-image: url(../img/goto1.png);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
}

.iks_goto1:hover {
  background-image: url(../img/goto1_hv.png);
}

@media screen and (max-height: 450px) {
  .sideMenu {
    padding-top: 15px;
  }
  .sideMenu a {
    font-size: 18px;
  }
}


/*=========================== home =============================*/
section#home {
  padding: 50px 0;
}

#home {
  background-color: #fff;
  background-image: url(../img/bg00_cup.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 900px;
}

#home p {
  padding-top: 30px;
  line-height: 1.6;
	font-size: 22px;
	font-weight: bold;

}

#home img {
  height: auto;
  margin: 15px;
}

#home img.title {
  display: block;
  height: auto;
  padding-top: 50px;
  margin-left: -5px;
}

#home img.p2 {
  margin-top: 63px;
}

#home img.exhibition {
  width: 60%;
  height: auto;
  padding-top: 50px;
  margin-left: 1px;
}


/*手機用*/
@media(min-width:767px) {
  #home-mobile {
    display: none;
  }
}

@media(max-width:768px) {
  #home {
    display: none;
  }
  #home-mobile {
    display: block;
  }
  #home-mobile img {
    width: 100%;
  }
}


/*=========================== introduce =============================*/
#introduce {
  background-color: #2c4486;
  color: #FFF;
}

#introduce h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
}

#introduce .text-content {
  margin-top: 55px;
  padding-right: 50px;
}

#introduce span {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 20px;
}

#introduce ul {
  list-style: none;
  margin: 0;
  padding: 20px;
}

#introduce li {
  font-family: sans-serif, "微軟正黑體";
  font-size: 18px;
  text-align: justify;
  line-height: 1.8;
  padding-left: 15px;
}

#introduce img {
  display: block;
  margin: auto;
  height: auto;
}

#introduce h3 img.tit {
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}


/*-----------設計師照片翻轉---------------*/
.img-member {
  width: 300px;
  margin: 0 auto -25px auto;
}

.card {
  position: relative;
  width: 300px;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
}

.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  backface-visibility: hidden;
}

.front {
  justify-content: center;
}

.back {
  justify-content: center;
}

.card-container:hover .card {
  transform: rotateY(180deg);
}

.back {
  transform: rotateY(180deg);
}


/*=========================== masterbook =============================*/
#masterbook {
  background-color: #FFF;
  background-image: url(../img/bg02.jpg);
  background-position: center center;
  background-repeat: repeat;
}

#masterbook .content {
  padding: 0;
  margin: 0 auto;
}

#masterbook img {
  padding: 20px;
}

#masterbook h1 img {
  width: 100%;
  padding: 0 0 15px 0;
}

#masterbook h3.sr {
  font-size: 20px;
  line-height: 1.1;
  color: #e94609;
  text-align: left;
  margin-top: 0;
}

#masterbook h2 {
  margin-top: 10px;
}

#masterbook h4 {
  font-size: 24px;
  color: #6d6e71;
}

#masterbook p {
  font-size: 18px;
  line-height: 2;
}

p span.iks_Oan {
  font-size: 18px;
  font-weight: bolder;
  color: #F60;
}

#masterbook .video {
  padding: 30px 0 0 50px;
}

#masterbook p.mins {
  font-size: 24px;
  text-align: center;
  letter-spacing: 4px;
  color: #6d6e71;
  margin-top: 20px;
}

#masterbook h3 img.tit {
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
  max-width: 100%;
}


/*=========================== review =============================*/
#review {
  background-image: url(../img/bg04.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#review p {
  color: #191919;
  font-size: 16px;
  line-height: 1.6em;
  text-align: justify;
}

#review .panel-body {
  padding: 50px;
}

#review h3 img.tit {
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
}

#review h5 {
  font-size: 22px;
  color: #6d6e71;
}

#review h6 {
  font-size: 14px;
  color: #6d6e71;
}


/*=========================== footer =============================*/
footer {
  background-color: #383635;
  position: relative;
}

footer h6 {
  line-height: 60px;
  color: #FFF;
}

footer .scrollup {
  width: 114px;
  height: 55px;
  position: absolute;
  background-image: url(../img/gotop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  z-index: 10;
  top: -66%;
  left: 50%;
  margin-left: -57px;
}


/*=========================== footer end =============================*/
.portfolio-item {
  margin: 0 0 30px;
}

.portfolio-modal .modal-content {
  background-color: rgba(0, 0, 0, 0.6);
  color: #000;
  padding: 100px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-content h4 {
  margin: 0;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
}

.modal-content p {
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}

.modal-content h5 {
  margin: 0;
  font-size: 16px;
  line-height: 2.2;
  text-align: left;
  padding: 15px;
}

.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}

.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #e94609;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

*/ .portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}


/*===================================手機用==================================*/


/*===================================手機用==================================*/

@media only screen and (max-width: 767px) {
  section {
    padding: 50px 10px;
  }
  section.home {
    padding: 0 !important;
  }
  section #home-mobile .container {
    padding-right: 0 !important;
  }
  section h3 {
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 15px;
	}
	
  /*=========================== home =============================*/
  #home-mobile {
    background-image: url(../img/bg-m00.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #home-mobile img {
    width: 100%;
	}
	
  /*=========================== introduce =============================*/
  #introduce h2 {
    padding-top: 15px;
    text-align: center;
    line-height: 1.1;
    font-size: 26px;
  }
  #introduce span {
    letter-spacing: 3px;
    text-align: center;
    padding: 10px 0 10px 0;
    display: block;
    margin: 0 auto;
    font-size: 18px;
  }
  #introduce ul {
    list-style: none;
    margin: 0;
    padding: 20px 5px;
  }
  #introduce li {
    font-family: sans-serif, "微軟正黑體";
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
    padding: 8px 0;
  }
  #introduce .text-content {
    margin-top: 10px;
    padding: 0 20px;
  }
  .img-member {
    width: 74%;
    margin: 0 auto -25px auto;
	}
	
  /*=========================== masterbook =============================*/
  #masterbook img {
    display: block;
    margin: 0 auto;
  }
  .button-wrapper {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 10px 0 10px 0;
  }
  .button {
    width: 100%;
  }
  #masterbook h4 {
    font-size: 20px;
  }
  #masterbook h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  #masterbook p {
    font-size: 18px;
    line-height: 1.8;
  }
  #masterbook h3.sr {
    font-size: 19px;
  }
  #masterbook h1 img {
    width: 100%;
  }
  span .iks_Oan {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
  }
  #masterbook .video {
    padding: 15px;
  }
  #masterbook p.mins {
    font-size: 20px;
    text-align: center;
    letter-spacing: 4px;
    color: #6d6e71;
    margin-top: 0;
  }
  #masterbook h3 img.tit {
    margin-bottom: 20px;
	}
	
  /*=========================== review =============================*/
  #review h3 img.tit {
    padding-bottom: 20px;
  }
  #review {
    background-color: #CCC;
  }
  #review p {
    color: #191919;
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;
  }
  #review .panel-body {
    padding: 30px;
	}
	
  /*=========================== sponsor =============================*/
  #sponsor > h4 > .pagewrap {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
	}
	
  /*=========================== footer =============================*/
  footer {
    height: 80px;
  }
  footer h6 {
    margin-top: 20px;
    line-height: 1.5;
    color: #FFF;
  }
  footer .scrollup {
    height: 50px;
    position: absolute;
    background-image: url(../img/gotop.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: 999;
    top: -180%;
    left: 50%;
    margin-left: -50px;
  }
}


/*===================================手機用 iphon5 以下==================================*/
@media (max-width: 320px) {
  .navbar-custom.top-nav-collapse {
    padding: 8px 0.5px;
  }
  .navbar-fixed-top {
    padding: 8px 0.5px;
  }
  #introduce h2 {
    padding-top: 15px;
    text-align: center;
    line-height: 1.1;
    font-size: 24px;
  }
  #introduce span {
    letter-spacing: 3px;
    text-align: center;
    padding: 10px 0 10px 0;
    display: block;
    margin: 0 auto;
    font-size: 18px;
  }
  #introduce ul {
    padding-top: 10px;
  }
  #introduce li {
    font-size: 16px;
    line-height: 1.5;
    padding: 6px 0;
  }
  #introduce .text-content {
    margin-top: 10px;
    padding: 0 10px;
	}
	
  /*=========================== masterbook =============================*/
  #masterbook p {
    font-size: 16px;
  }
  #masterbook img {
    display: block;
    margin: 0 auto;
    padding: 10px 0 0 0;
  }
  .button-wrapper {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 10px 0 20px 0;
  }
  .button {
    width: 100%;
  }
  #masterbook h4 {
    font-size: 18px;
  }
  #masterbook h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  #masterbook h3.sr {
    font-size: 17px;
    padding-bottom: 0px;
  }
  #masterbook h1 img {
    width: 100%;
  }
  span .iks_Oan {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
  }
  #masterbook .video {
    padding: 15px;
	}
	
  /*=========================== review =============================*/
  #review h3 img.tit {
    padding-bottom: 10px;
  }
  #review img {
    padding-top: 10px;
  }
  #review p {
    color: #191919;
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;
  }
  #review .panel-body {
    padding: 30px;
	}
	
  /*=========================== footer =============================*/
  footer {
    height: 60px;
  }
  footer h6 {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.5;
    color: #FFF;
  }
  footer .scrollup {
    height: 50px;
    position: absolute;
    background-image: url(../img/gotop.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: 999;
    top: -180%;
    left: 50%;
    margin-left: -50px;
  }
}


section#report {
  background-color: #513505;
	font-weight: normal;
}
section#report p {
  text-align:center;
  color:#FFF;
  line-height:2em;
  margin-bottom:23px;
  margin-top:6px;
	font-size:18px;
	font-weight: normal;
}
.btn-outline {
  margin-top: 15px;
  border: solid 1px #fff;
  font-size: 20px;
  color: #fff;
  background: 0 0;
  transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  border: solid 1px #fff;
  color: #504b2c;
  background: #fff;
}