@charset "UTF-8";
/*normalize.css v4.2.0*/
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],/* 1 */
[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,/* 1 */
menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}a{cursor:pointer}



body,html{ margin:0;
      font-family: Helvetica,Verdana, Arial, sans-serif,"微軟正黑體";  
      position: relative;
      font-size: 24px;
      line-height: 1.5rem;
      background-color: #f8fbff;
      color: #494949;
}

ul,li,p{
  
  padding: 0;
  list-style: none;
  margin-block-start: 0em;
    margin-block-end: 0em;
}

p{margin: 10px auto;}
p,span{
  line-height: 1.5em;
  font-weight: bold;
  
}

.pic{width: 100%;}


.wrap {
    width: 100%;
    margin: 0 auto;
    line-height: 0;
    position: relative;
    
}

section {
    width: 100%;
    margin: 0 auto;
    
}

.main{
  width: 800px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border-left: 1px solid #acc4ee;
  border-right: 1px solid #acc4ee;
}

.top{
    position: relative;
}
.top .main .box{
  width: 84%;
  position: absolute;
  top: 5%;
  left: 8%;
}


.top .main > img{width: 100%;}
.top .main .box >img:nth-of-type(1){
  width: 20%;
  margin: 20px auto;
}
.top .main .box > img:nth-of-type(2),.top .main .box a img{
  width: 100%
}

.top .main .box a{
  width: 55%;
  display: block;
  margin: 30px auto;
}

.prd{
  
  /*background: url(../images/prd_bg.jpg) top center no-repeat;
  background-color: #5d9fc2;*/
}


.prd_title{
  width: 90%;
  position: absolute;
  top: 2%;
  left: 5%;
}

.about{
  position: relative;
  width: 100%;
  background: url(../images/about_bg.jpg) top center no-repeat;-moz-background-size:100%;-webkit-background-size:100%;-o-background-size:100%;background-size:100%;
}

.about .box{
  padding-bottom: 50px;
  width: 100%;
  overflow: hidden;
}

.about .box >img:nth-of-type(2){
  margin: 10px auto 20px;
  }

.article{
  width: 80%;
  margin: 20px auto;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-box-shadow:0px 0px 12px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:0px 0px 12px 5px rgba(0, 0, 0, 0.2);
  box-shadow:0px 0px 12px 5px rgba(0, 0, 0, 0.2);
  padding:8% 5%; 
  position: relative;

}

.at_pic1{
    position: absolute;
    right: -40px;
    width: 30%;
    top: 15%;
}

.at_pic2{
  position: absolute;
  left: -10%;
  width: 20%;
  bottom: -20px;
}

.article > img:nth-of-type(1){
  
  position: relative;
  z-index: 999;
}

.article a:nth-of-type(1){
  margin-top: 30px;
  position: relative;
  
}

.article a{display: block;}

.event .main{
  position: relative;
  background: url(../images/event_bg.jpg) top center no-repeat;-moz-background-size:100%;-webkit-background-size:100%;-o-background-size:100%;background-size:100%;
}


.event .main img:nth-of-type(1){
  width: 23%;
  margin: 0 auto;
  display: block;
}

.event .main img:nth-of-type(2){
  width: 73%;
  margin: 35px auto;
  display: block;
}

.event p{
  width: 75%;
  margin: 0 auto;
  color: #21437d;
  margin-top: -50px;
}

.form_area{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
}



.form{
  width: 100%;
  margin: 20px auto;
  display: inline-flex;
  display: -msinline-flex; /*IE*/
  display: -ms-inline-flexbox; /*IE*/
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center; /*IE*/
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form span{width: 14%; display: inline-block;text-align: left; }

.form > div{
  display: inline-flex;
  display: -msinline-flex; /*IE*/
  display: -ms-inline-flexbox; /*IE*/
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 82%;
  /*padding: 5px;*/
}

.form select{
  width: 100%;
  
  border: 2px solid #21437d;
  padding: 5px 5px; 
}

.form .se{width: 49%;}

.f_input{
  width: 80%;
  /*height: 50px;*/
  border: 2px solid #21437d;
  padding: 10px 5px;
  background-color: #fff;
}

.form p{
  font-size: 0.75em;
  margin: 0px auto; 
  width: 95%; 
  display: block;
  text-align: left;
  line-height: 1.1rem;

}

.form_area .txt{color: #21437d;}


.form input[type="checkbox"]{
    -webkit-appearance: none;
    vertical-align:middle;
    margin-top:0;
    background:#fff;
    border:#21437d solid 1px;
    border-radius: 0px;
    min-height: 16px;
    min-width: 16px;
    position: relative;
}
.form input[type="checkbox"]:checked {
    
}
.form input[type=checkbox]:checked::after{
    content: '';
    top: 0px;
    left: 3px;
    position: absolute;
    background: transparent;
    border: #21437d solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}


.form_area .form:nth-of-type(5){
  -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}  

.form_area a{display: block;}

.form_area .btn_go {border:0px; background:url(../images/btn_go.png) no-repeat center center; width:320px; height:100px; padding:2px; display:block; background-size:90%; margin:1.5em auto;}
.event .main .form_area a img{
  width: 50%;
  margin: 20px auto;
}


.event .msg {
  padding-bottom: 50px;
  text-align: left;
  width: 80%;
  margin:  0 auto;
}

.event .msg p{
  text-align: left;
  font-size: 1.5rem;
  width: 100%;
}

.event .msg span{
  width: 100%;
  display: block;
  
}

.btn_ok {
    width: 86%;
    padding: 30px 0;
    margin: 20px auto;
    display: block;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    background-color: #21437d;
    color: #fff;
    position: relative;
    font-size: 36px;
}

.btn_ok span {
    display: block;
    font-size: 20px;
    margin: 5px 0 0 0;
}

.end{
  background-color: #666;
  color: #fff; cursor: none;  
}

footer{
  font-size: 0.7rem;
  text-align: center;
  color: #000;
  padding: 40px  0 30px;
  background-color: #fff;
}

.bt_logo{
  width: 20%;
  margin: 0 auto;
}

footer span {
    font-size: 0.4rem;
    line-height: 1.6rem;
    color: #c0104e;
    display: block;
}

/* 800 - 1024 (可不做)*/
@media screen and (max-width: 1024px) {
.wrap, .main {
  width: 100%;
   max-width: 800px;
   /*min-width: 320px;*/
   border: none;
}



}/*end*/


@media screen and (max-width : 414px)  {
   /*i7 plus*/
body,html{font-size: 1rem;}

.top .main .box a {
    margin: 20px auto;
}

.top .main .box >img:nth-of-type(1) {
    margin: 10px auto;
}


.at_pic1{width: 28%;  }
.form_area,.event p{width: 90%; margin: 0 auto;}
.event p{width: 85%;
  margin: 0 auto;
  margin-top: -30px;
  text-align: left;
  
}

.form{margin: 10px auto;}
.form > div{width: 84%;}

.form p{
  font-size: 0.8em;
  line-height: 1.3rem;
  width: 93%;
  margin: 0 ;
}
.form input[type="checkbox"]{
  top: 3px;
}
.form_area .form:nth-of-type(5){margin-bottom: 0;}
.event .main .form_area a img{width: 70%;}


.bt_logo{
  width: 40%;
  margin: 0 auto;
}
.btn_ok {
    padding: 20px 0;
    margin: 20px auto;
    font-size: 1.3rem;
    width: 100%;
}

.btn_ok span {
    font-size: 0.8rem;
}

footer span {
    font-size: 0.4rem;
    line-height: 2rem;
    
}

}/*end*/

