/* main by PeggyH 20160729 */

@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

*,html,body{
  font-family: 'Noto Sans TC', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*color: #fff;*/
  font-size: 16px;
}
img {
    width: 100%;
    display: block;
    margin: auto;
}

body{
    background:  no-repeat center center  #F0F0F0;

}
a{
  text-decoration: none;
}



.container85{
  width: 80%;
  max-width:800px;
  margin: auto;
  box-sizing:border-box;
}

@media screen and(min-width: 768px){
  .container85{
    /*width: calc(85% - 100px);*/
      width: 100%;
  }
}

.container50{
  max-width: 500px;
  margin: auto;
  box-sizing:border-box;

}

.kv2{
  display: none;
  
}

.kv3{
  display: none;
  
}

.longform{
  width: 80%;
  max-width:800px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 5px 17px rgba(0,0,0,0.3);
}
.logo{
  position: absolute;
  max-width: 80px;
  top: 0px;
  left: 0px;
}
}

@media screen and (max-width: 1366px){
  .kv{
    display: none;
    
  }
  .kv3{
    display: block;
    
  }
  .longform{
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 5px 17px rgba(0,0,0,0.3);
}
}


@media screen and (max-width: 768px){
  .kv{
    display: none;
    
  }
  .kv2{
    display: block;
  }
  .kv3{
    display: none;
    
  }
.longform{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0 5px 17px rgba(0,0,0,0.3);
}
.logo{
  position: absolute;
  max-width: 80px;
  top: 0px;
  left: 0px;
}
}

.partB{
}

.titleh2{
  font-size: 24px;
  letter-spacing: 1.6px;
  line-height: 32px;
  border-left: 8px solid #FFAD4A;
  padding-left: 12px;
  margin:40px auto 40px auto;
  margin-bottom: 40px;
}

.partB p{
  line-height: 26px;
  letter-spacing: 1px;
  padding-left: 22px;
}

.introT{
  margin-bottom:64px; 
}


.infoD{
  letter-spacing: 1px;
  line-height: 26px;
  margin-left:22px; 
}

.innerpic{
  max-width: 16px;
  display: inline;
  margin-left: 10px;   
  vertical-align: bottom;

}

.innerpic2{
  max-width: 25px;
  display: inline;
  margin-left: 10px;
  vertical-align: bottom;

}

.smalltext{
  font-size: 16px;
  color: #FFAD4A;
}


.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}

.col-border{
  max-width: 320px; 
  background: #fff;
  border-bottom: 4px solid #005B97;
  -webkit-box-shadow: 4px 0px 16px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 4px 0px 16px 2px rgba(0,0,0,0.2);
  box-shadow: 4px 0px 16px 2px rgba(0,0,0,0.2);
}


.seat{
  margin: 40px auto 20px auto;
  text-align: center;
  color: #FB2A2A;
  font-size: 24px;
}

.seatp{
  margin:20px auto 40px auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}


/*checkbox*/
.privacy {
    color: #fff;
    margin: 10px 0px;
}
.privacy>input[type=checkbox]{
  float: left;
  height: 20px;
  
}
.privacy>label{
  letter-spacing: 1px;
  line-height: 1.4;
}

.pcheckbox{
  padding-top: 40px ;
  margin-bottom: 30px;
  margin-left: 30px;
}
.pcheckbox p {
    margin:20px 0px 0px 0px;
    text-align: right;
}
.css-label{
    color: #FB2A2A;
}

.pcheckbox>input[type=checkbox].css-checkbox {
      
      position: absolute;
      z-index: -1000;
      left: -1000px;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0;
  }
  
  .pcheckbox>input[type=checkbox].css-checkbox + label.css-label {
      padding-left: 29px;
      display: inline-block;
          height: 18px;

      line-height: 14px;
      line-height: 1.2;
      background-repeat: no-repeat;
      background-position: 0 0;
      font-size: 16px;
      vertical-align: middle;
      cursor: pointer;
  }
  .pcheckbox>input[type=checkbox].css-checkbox  {

      height: 18px;
      overflow: hidden;
}
  
  .pcheckbox>input[type=checkbox].css-checkbox:checked + label.css-label {
      background-position: 0 -18px;
  }
  
  .pcheckbox>label.css-label {
      color:;
      background-image: url(../images/csscheckbox.png);
      
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
@media screen and (min-width: 386px) and (max-width: 470px){
  .pcheckbox>input[type=checkbox].css-checkbox + label.css-label { 
      line-height: 24px;
  }
  .t-justify{
    letter-spacing: 4px;
  }
}    

  
/*checkbox*/

hr{
   
    height:1px;
    border:none;
    border-top:1px solid #979797;
    margin-bottom:20px; 
}

@media screen and (max-width: 768px){
  hr{margin-top:70px;}
  .introT img{
    padding-bottom: 20px;
  }

}  

/*gotop、fb、line  start*/
.gotop {
  position: fixed;
  left: 10px;
  bottom: 80px;
  z-index: 10;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.social_fb {
  position: fixed;
  left: 10px;
  bottom: 180px;
  z-index: 10;
}
.social_line {
  position: fixed;
  left: 10px;
  bottom: 130px;
  z-index: 10;
}
.back {
  position: fixed;
  left: 10px;
  bottom: 200px;
  z-index: 10;
}
.gotop img,.social_fb img,.social_line img{
  width: 50px;
}

@media screen and (max-width: 475px){
  .gotop,.social_fb,.social_line{
      left:0px;
      opacity: 0.7;
  }

}


/*gotop、fb、line  end*/

footer {
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.07px;
    color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
    /*box-sizing:border-box;*/
    border-top-color:#636463;
    border-top-width:13px;
    border-top-style:solid;
    padding-top:40px;
    padding-bottom:40px;
}


.col-lg-5,.col-md-5,.col-sm-5{
  float: right!important;
}


.list{
  width: 100%;
  margin: 2%;
  /*height: 40px;*/
  line-height: 40px;
  box-sizing:border-box;

}

.list-2{
  width: 100%;
  margin: 0%;
  height: 40px;
  line-height: 40px;
  box-sizing:border-box;

}


.listtext{
  width: 30%;
  font-size: 100%;
  display: inline;

}

.list2{
  width: 100%;
  margin: 2% 1%;
  box-sizing:border-box;

}
.list3{
  margin: 2% auto;
  box-sizing:border-box;
  padding: auto 15px auto 0 !important; 

}

.list_in{
  padding-left: 2%;
}
.list_in2{
    padding-left:4%;
    width: 100%;

}

.list_in3{
  padding-left: 30px;
}
form{
  display: inline;
}



.redtext{
  color: #E07372;
}
.width50{
  width: 50%;
  display: inline;
  border:2px solid red;

}

label{
  padding-left: 2%;
}

/*RWD list*/
#paper-wrap ul{
    /*border: 1px white solid;*/

  list-style-type:none;
  width: 100%;
  margin: auto;
  padding: 2%;
  box-sizing:border-box;
}
#paper-wrap li{
  width: 50%;
  /*border: 1px white solid;*/

  display:inline-block;
}

input[type=text], select {
    width: 78%;
    height: 40px;
    padding: 6px 10px;
    margin:  0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.inputsmall{
  width: 30% !important;
  margin-right: 2% !important;;
}
.background2.Area4 ul li, .list_in2 div  {
padding-top: 10px;
padding-bottom: 10px;

}


input, select, textarea{
    color: #555!important;
}

textarea:focus, input:focus {
    color: #555;
}

.demonstration_list{
  /*background-color: rgba(43,75,98,0.5);*/
  width: 100%;
  border: none;
  margin-left:1%; 
}
.demonstration_list input[type=text] {
  margin-left: 2% !important;
}

.pw{
    transform:translate(0px,20px);

}

.password{
  width: 120px !important;
  margin-right:0;
  padding: 2%; 
  display: inline;
  transform:translate(0px,-30%);

}



.pw input[type=text]{
     vertical-align: middle;
     width: 100%;
    padding: 6px 10px;
    margin: 2%;
    display: inline;
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    box-sizing: border-box;
    transform:translate(0px,0px);


}

.button {
    width: 300px;
    height: 48px;
    font-size: 20px;
    line-height: 48px;
    background-color: #3785B3;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 40px auto;
    text-align: center;
    box-siziing:border-box!important;
    box-shadow: 0 5px 17px rgba(0,0,0,0.3);
}

.button2 {
    width: 100%;
    min-width: 200px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    background-color: #FFE07F;
    color: #090503;
    text-decoration: none;
    cursor: pointer;
    margin: 2% ;
    text-align: center;
    box-siziing:border-box!important;
}
.required{
  padding-top:10px; 
}

.floatright{
  float: right;
}
.floatL{
  float: left;
}

.hide{
  visibility: hidden;
}


.container50 .col-xs-6,.container50 .col-sm-6,.container50 .col-md-6,.container50 .col-lg-6{
    width: 46%;

}

@media screen and (max-width: 768px){
  .container50 .col-xs-6,.container50 .col-sm-6,.container50 .col-md-6,.container50 .col-lg-6{
    width: 100%;

}
}

@media only screen and (max-width: 927px),(min-device-width: 768px) and (max-device-width: 1024px)  {
.background2.Area4 ul li {
  width: 100%;

}

.hide{
  display: none;
}
.listtext{
  width: 100%;
  display: block;
  margin-bottom: 2%;
}
select, input[type=text]{
  width: 100%;
}

.list2_in{
  margin:auto 1%;
    margin-bottom: 2%;

}
.width50{
  width: 100%;
  display: block;
  padding-left: 10%;
  padding-top: 1%;

}
} 




/*clearfix  start*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*clearfix  end*/
