@charset "utf-8";
/* CSS Document */
body {
	font-family: 微軟正黑體, Roboto, "Varela Round", sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	line-height:30px;
}
a:hover{
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
.header{
	margin: 10px 0;

	}
.header .logo .picture{
	width: 80px;
	height: 80px;
	margin-right: 20px;
	float: left;
	}
.header .logo  p{
   font-size: 2rem;
   float: left;
   margin: 10px 0;
   font-weight: 1000;
 }
.header .logo  p span{
	font-size: 1.4rem;
	display: block;
	margin: 5px 0 0;
	font-family:  "Varela Round";
	letter-spacing: 1px;
	}
.footer {
    background: #000000;
    background: url(../images/productBg.jpg);
    padding: 60px 0px 30px;
    color: #fff;
    width: 100%;
    float: left;
    text-align: center;
	background-attachment: fixed;
}

.button {
	margin-top: 30px;
	width: 100%;
	padding:15px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #5a67af;
	background-color: #5a67af;
	color: #ffffff;
	transition: all 0.3s linear;
	display: block;
	font-size: 2rem;
	
}
.button:hover {
	background-color: #ffffff;
	color: #000000;
	cursor: pointer;
}

.Declared{
	text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #9d9d9d;
	
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 20px;
	letter-spacing: 2px;
}
.searchBlock {
	width: 100%;
	padding: 120px 0;
	background-image: url(../images/p_0001.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	border-top: 10px solid #5a67af;
	text-align: center;
}

.searchBlock p {
	width: 50%;
	
}
article{
	margin: 50px 0;
	width: 100%;
	float: left;
}
.itemContent {
	padding: 30px;
	box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	float: left;
	border-bottom: 4px solid #6DC7D0;
	border-radius: 3px;
	margin: 30px 0;
}
.itemContent .map {
	width: 100%;
	padding-bottom: 100%;
	
	background-size: cover;
	background-position: center center;
}
.itemContent .Text {
 margin-left: 50px;
}
.itemContent .Text h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  color: #161616;
  position: relative;
	
}
.itemContent .Text h3:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  margin: 25px 0 40px;
  background-color: #6DC7D0;
  transition-delay: .7s;
  width: 60px;
}
.itemContent hr {
    display: inline-block;
    border-top: 1px solid #eee;
    width: calc(100% - 100px);
    margin: 50px 50px;
}
.section-title {
   text-align: center;
}

.section-title h2{
    color: #252525;
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    text-align: center;
}
.section-title h2::before {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 8px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
}
.section-title h2::after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 15px;
}


/*步驟*/
.section-title ul.step{
	margin-bottom:50px;
	text-align:center;
	padding-inline-start: 0px;
	}

.section-title ul.step li{
	padding:0 50px;
	display:inline-block;
	color:#A9A9A9;
	
	position:relative;}

.section-title ul.step li.current{
	color: #354496;
	}

.section-title ul.step li i{
	display:inline-block;
	vertical-align:middle;
	font-size:60px;
	margin-right:15px;}
	
.section-title ul.step li .Txt{
	display:inline-block;
	vertical-align:middle;
	text-align:left;}

.section-title ul.step li .Txt strong{
	font-weight:normal;
	font-size:15px;}

.section-title ul.step li .Txt strong b{
	font-size:25px;
	margin-left:7px;}

.section-title ul.step li .Txt p{
	font-size: 16px;
	margin: 0px;
}





.List {
	margin: 10px 50px 10px;
	float: left;
	width: calc(100% - 100px);
	line-height: 35px;
}
.List label {
	text-align: right;
}
.List .issue{
	font-size: 16px;
	color: #b1b1b1;
}
.List .issue span{
	color: #00BCD4;
}
.List .solution{
font-size: 22px;
}

.List input{
	background: #ffffff;
	border: 2px solid #dbdbdb;
	box-shadow: none;
	padding: 3px 20px;
	font-size: px;
	color: #626262;
	width: 100%;
	display: flex !;
	font-size: 16px;
}
.List select {
    width: 100%;
    background: #fff;
    border: 2px solid #dbdbdb;
    height: 45px;
    padding-left: 20px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}




.RadioStyle input {
	display: none;
	}
.RadioStyle label {
	border: 1px solid #CCC;
	color: #666;
	padding: 2px 20px;
	/* line-height: 28px; */
	/* min-width: 80px; */
	text-align: center;
	float: left;
	margin: 2px;
	border-radius: 4px;
	}
.RadioStyle input:checked + label {
	border: 1px solid #5a67af;
	background-size: 30px 30px;
	color: #fff;
	background-color: #5a67af;
	}
.RadioStyle input:disabled + label {
	opacity: 0.7;
	}
.RadioStyle span {
	display: inline-block;
	margin-left: 20px;
}
.RadioStyle span input{
	background: #0b0b0b33;
	border: 0px solid #dbdbdb;
	box-shadow: none;
	padding: 3px;
	font-size: px;
	color: #ffffff;
	width: 100%;
	height: 30px;
	display: flex!important;
	
}

.complete {
    text-align: center;
    color: #000;
    padding-top: 20px;
    margin: 30px 0px;
    line-height: 22px;
}





.content {
	width: 100%;
	float: left;
}


.Button-end {
    margin: 50px 0 20px;
    text-align: center;
    float: left;
    width: 100%;
}
.Button-end form{
    
display: inline-block;
}
.cbp-mc-submit {
     width: 50%;
     border: none;
     color: #fff;
     width: auto;
     display: inline-block;
     border-radius: 2px;
     letter-spacing: 2px;
     background-color: #5a67af;
     padding: 15px 30px;
     text-align: center;
     font-size: 1.5rem;
     display: inline-block;
}
.cbp-mc-submit:hover {
	background-color: #000000;
}

/*書籤按鈕*/
.tabs {
  position: relative;
  background: white;
 
}
.tabs input[name="tab-control"] {
  display: none;
}

.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #CCC;
}
.tabs ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
 
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428BFF;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) {
  cursor: default;
  color: #ffffff;
  background-color: #354496;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1)  > label {
 
  color: #ffffff;
  
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) {
     background-color: #354496;
    
  }
}




.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) {
 cursor: default;
  color: #ffffff;
    background-color: #354496;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2)  > label {
  color: #ffffff;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}

@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) {
     background-color: #354496;
  }
}


.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3)  {
  cursor: default;
  color: #ffffff;
    background-color: #354496;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3)  > label {
 
  color: #ffffff;
  
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}

@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) {
     background-color: #354496;
  }
}





.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) {
  cursor: default;
  color: #ffffff;
    background-color: #354496;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4)  > label {
 
  color: #ffffff;
  
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}

@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) {
     background-color: #354496;
  }
}




.tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) {
  cursor: default;
  color: #ffffff;
    background-color: #354496;
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5)  > label {
 
  color: #ffffff;
  
}

.tabs input[name="tab-control"]:nth-of-type(5):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ .content > section:nth-child(5) {
  display: block;
}

@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) {
     background-color: #354496;
  }
}


.tabs input[name="tab-control"]:nth-of-type(6):checked ~ ul > li:nth-child(6) {
  cursor: default;
  color: #ffffff;
    background-color: #354496;
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ ul > li:nth-child(6)  > label {
 
  color: #ffffff;
  
}

.tabs input[name="tab-control"]:nth-of-type(6):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ .content > section:nth-child(6) {
  display: block;
}

@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(6):checked ~ ul > li:nth-child(6) {
     background-color: #354496;
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 767px) {
.tabs ul li {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  
}
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}

@media (max-width: 767px) {

.searchBlock {
background-attachment:inherit;
	padding: 50px 0;
}
.section-title h2 {
 margin-top: 50px;  
}
	.searchBlock p {
	width: 100%;
	
}
article {
    margin: 0px 0;
}
.itemContent {
    padding: 15px 0px;
    margin: 20px 0;
}	
.itemContent .Text {
    margin-left: 0px;
}	
.itemContent hr {
    display: inline-block;
    border-top: 1px solid #eee;
    width: calc(100% - 0px);
    margin: 20px 0px;
}
.section-title ul.step li i {
    display: none;
}	
.section-title ul.step li {
    padding: 0 10px;
    display: inline-block;
    color: #A9A9A9;
    position: relative;
}
	.List {
    margin: 10px 0px 10px;
    float: left;
    width: calc(100% - 0px);
    line-height: 35px;
}
.RadioStyle label {
  width: calc(100% - 0px);
  padding: 5px 10px;
}
.RadioStyle span {
    margin-left: 0px;
    display: block;
}
}


