@font-face {
  font-family: 'cwTeXHei',"微軟正黑體";
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #009999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #009999;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "微軟正黑體", Arial, sans-serif;
  font-weight: 400;
}
/*
h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}
*/
h6 {
  font-size: 22px;
   line-height: 2;
}
.navbar {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;    
}
.navbar-header {
    /*float: left;*/
}

.navbar-header .navbar-brand img {
    width: 90%;
}

.navbar-brand {
    padding-right: 0;
}

.navbar .navbar-brand {
    margin-right: 50px;
    margin-left: 20px;
    width: 250px;
    height: 70px;
    background: url(https://card.ubot.com.tw/eCard/activity/RWD/images/UBOT-logo.png) no-repeat 0 50%;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #009999;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f8f8f8;
}

.navbar-nav>li>a {
    margin-left: 15px;
    margin-top: 10px;
    display: block;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #009999;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #009999;
    background-color: #e7e7e7;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 15px;
    border: 0px;
    border-radius: 0px;
}

.notice-desc h3 {
    font-size: 18px;
    color: rgb(13, 22, 139);
    padding-bottom: 10px;
}

.notice-desc h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

.rfont {
    color: rgb(255, 1, 1);
}


/*
.navbar-right {
		float: right !important;
		margin-right: 100px;
		}*/

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #f8f8f8;
    padding-left: 15px;
}

body .gridContainer.clearfix .navbar.navbar-default.navbar-fixed-top {
    height: 71px;
}

@media (max-width: 1200px) {
    body .gridContainer.clearfix .navbar.navbar-default.navbar-fixed-top {
        height: 61px;
    }
	.navbar .navbar-brand {
        margin-right: 0px;
        margin-left: 20px;
        width: 200px;
        height: 60px;/* 60 only*/
        background: url(https://card.ubot.com.tw/eCard/activity/RWD/images/UBOT-logo_s.png) no-repeat 0 50%;
      }
}


/*@media (max-width: 991px){
	.navbar-right {
		float: right !important;
		margin-right: 0px;
		}
}
@media (max-width: 860px){
	.navbar-right {
		left: right !important;
		margin-right: 0px;
		}
}*/

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

@media (max-width: 480px) {
	.navbar .navbar-brand {
        margin-right: 50px;
        margin-left: 15px;	  
        background: url(https://card.ubot.com.tw/eCard/activity/RWD/images/UBOT-logo_s.png) no-repeat 0 50%;
      }
}
::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

#fh5co-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 20px;
}

#cd-logo {
	margin-top: 12px 0 0 12px;
	}
#cd-logo img {
	width: 230px;
	margin-top: -15px;
}
body {
  overflow-x: hidden;
}

.section-heading {
  float: left;
  width: 100%;
  clear: both;
}
.section-heading h2 {
  font-size: 40px;
  font-weight: 300;
  color: #444;  
  position: relative;
  display: block;
  padding-bottom: 0px;
  line-height: 1.5;
  font-family: "微軟正黑體", Arial, sans-serif;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #009999;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  display: none;
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
  margin: 0;
}
@media screen and (max-width: 768px) {
	.section-heading h2 {
    font-size: 30px;
  }
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* ========================= nav ======================*/
/*.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #009999;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #009999;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #009999;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #009999;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}
======================================================*/
	

.copyright h4 {
	font-size: 26px;
	text-align: right;
}
.copyright h5 {
	font-size: 12px;
	text-align: left;
	color: #777;
	margin-left: 70px;
	}
.copyright p {
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.copyright a {
	color: #7f7f7f;
	outline: none;
    text-decoration: none;
}


.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.btn.btn-primary {
  background: #009999;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #009999;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}
.js .to-animate,
.js .to-animate-2,
.js .single-animate 
.js .animate-single {
  opacity: 0;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 480px) {
	.gridContainer {
		width: 100%;
		clear: none;
		float: none;
		margin-left: auto;
	}
	body .gridContainer.clearfix .navbar.navbar-default.navbar-fixed-top {
		height: 55px;
	}
	#header {}
	.navbar-header {
		height: 60px;/*60px only*/
	}
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
	.navbar-header .navbar-brand img {
		width: 65%;/*手機logo大小*/
	}
	.container-fluid   {
		height: 55px;/*手機logo背景高度*/
	}
	.container .row .col-md-12 {
		padding-top: 10px;
	}
	h6 {
  font-size: 18px;
   line-height: 2;
}

}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}


/*=======================================================*/



@media screen and (max-width: 992px) {
	.copyright h4 {
		font-size: 20px;
		text-align: center;
	}
	.copyright h5 {
		font-size: 12px;
		text-align: center;
		margin-left: auto;
	}
	.copyright p {
		font-size: 12px;
		text-align: center;
	}
}
@media screen and (max-width: 1130px) {}
.active-title {
	color: #009999;
}
/*====================== 20181009 ======================*/
hr{
	border-top: 1px solid #9ab9b9;
}
/*
.form-control {
    color: #333333;
    font-size: 14pt;
    padding: 0 0 0 3px;
    border: 1px solid #a9a9a9;
    border-radius: 0;
}
input[type="radio"], input[type="checkbox"] {
	width: 1em;
 	height: 1em;
}
input[type="radio"]{
	margin: 7px 0 0;
}
input[type="checkbox"] {
	margin: 7px 0 0;
}
#wrapper {
	padding: 1em 0;
}

#wrapper h2 {
    color: #009999;
    font-size: 18pt;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    margin: 30px 0;
}
#wrapper label {
    color: #000000;
    font-size: 13pt;
	font-weight:400;
}
#checkbox{	top: 12px;}

@media screen and (max-width: 480px) {
	.form-control {
		font-size: 12pt;
	}
}
*/

#btnlog {
	width: 100%;
}
#btnlog2 {
	width: 100%;
}
#btnlog3 {
	width: 100%;
}
#btnlog4 {
	width: 100%;
}
#btnlog5 {
	width: 100%;
}

.center-block img {
	margin: 0 auto;
}
.info{
	text-align:center;	
	line-height:1.5;
	background-color:#FFFFFF;
	border: 1px solid #cccaca;
	padding:10px;
	margin-bottom:10px;
}
.blue{	color:#05668D;}
.number {
	text-align:left;
	color:#05668D;
	margin: 0 auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.share{
	margin: 30px 3px 0px;
	padding: 10px 20px 30px;
	background-color: #f5f4f3;
}
.share img{
	margin: 2px auto;
	max-width: 128px;
	width: 80%;
	/*display: inline-block;*/
}
/*
@media screen and (max-width: 1199px) {
	.number { margin-left: -10px;}
	}
@media screen and (max-width: 991px) {
	.number { margin-left: 5%;}
	}*/
@media screen and (max-width: 768px) {
	.share img{width: 100%;}
}
/*--- 版權宣告footer ---*/
#footer {
	background-color: #eeeeee;
}
.copyright a {
	color: #7f7f7f;
	outline: none;
    text-decoration: none;
}
.copyright h4,.copyright h5{
    margin-top: 15px;
}
.copyright h4 {
	font-size: 26px;
	text-align: right;    
}
.copyright h5 {
	font-size: 12px;
	text-align: left;
	color: #777;
	margin-left: 70px;
}
.copyright p {
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.copyright .list-inline {
    margin-bottom: 0;
}
@media screen and (max-width: 992px) {
	.copyright h4 {
		font-size: 20px;
		text-align: center;
	}
	.copyright h5 {
		font-size: 12px;
		margin-left: auto;
	}
	.copyright p {
		font-size: 12px;
		text-align: center;
	}
}
@media only screen and (max-width: 768px) {
    #footer {
        padding: 10px 0;
        color: #7f7f7f;
        background-color: #eeeeee;
	}
	#footer .copyright {
        margin-bottom: 0px;
        padding-bottom: 0;
	}
    .copyright h5 {
        text-align: center;
    }
	.copyright a{
		color: #7f7f7f;
		outline: none;
		text-decoration: none;
	}
}
#footerStyle{
    width: 100%; background-color: #f4f4f4;
}
/*---------------------------------------*/
@media screen and (max-width: 480px) {
	
}
.share h3 {
	margin-bottom: 20px;
}


.form-control1 {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  color: #333333;
  font-size: 14pt;
  padding: 0 0 0 3px;
  border: 1px solid #a9a9a9;
  border-radius: 0;
  font-family: inherit;
  text-transform: none;
  height: 42px;
}
.form-control1:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@media screen and (max-width: 480px){
.form-control1 {
    font-size: 12pt;
}
}

.title_text{
    font-family: "微軟正黑體", Arial, sans-serif;
    font-size: 18pt;
    text-align: center;
    color: #313131;
}
.title_text1{
    font-family: "微軟正黑體", Arial, sans-serif;
    font-size: 12pt;
    text-align: center;
    color: #313131;
}
.title_text2{
    font-family: "微軟正黑體", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #7f7f7f;
}
.title_text3{
    font-family: "微軟正黑體", Arial, sans-serif;
    font-size: 13px;
    color: #313131;
}
@media screen and (max-width: 480px){
.title_text{
    font-family: "微軟正黑體", Arial, sans-serif;
    font-size: 15pt;
    color: #313131;
}
.title_text1{
    font-family: "微軟正黑體", Arial, sans-serif;
    font-size: 9pt;
    text-align: center;
    color: #313131;
}
.title_text2{
    font-family: "微軟正黑體", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.8;
    color: #7f7f7f;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 4px;

}
}
#wrapper1 h2{
 font-family: "微軟正黑體", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.8;
    color: #000;
}
#wrapper1 h4{
 font-family: "微軟正黑體", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
}
.btn001{
    width: 150px;
    -webkit-box-shadow: 0px 3px 0px #007d7d;
    -moz-box-shadow: 0px 3px 0px #007d7d;
    box-shadow: 0px 3px 0px #007d7d;
    position: relative;
    top: 7px;
    bottom: 10px;
	margin: 10px;
}

.black01{
    display: block;
    height: 80px;

}
.black02{
    display: block;
    height: 220px;

}
.black03{
    display: block;
    height: 420px;

}
@media screen and (max-width: 480px){
#wrapper1 h2{
    font-family: "微軟正黑體", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.8;
    color: #000;
    font-weight: bold;
}
	#wrapper1 h4{
 font-family: "微軟正黑體", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
}
.btn001{
    width: 100%;
	margin: 10px 0;
}
.form-group {
  margin-top: 5px;
  margin-bottom: 15px;
}
.black01{
    display: block;
    height: 0px;

}
.black02{
    display: block;
    height: 0px;

}
.black03{
    display: block;
    height: 0px;

}
	}
/*---------------------------------------*/
.gridContainer h2 {
	color: #009999;
    font-size: 18pt;
	text-align: center;
	line-height: 1.8;
    font-weight: bold;
    margin: 30px 0;
}
.form-control {
        color: #333333;
        font-size: 1.25rem;
        border-radius: 0;
        padding: 0 0 0 3px;
        border: 1px solid #a9a9a9;
    }
.formList label {
    font-size: 1.25rem;
    text-align: right;
    margin-right: 0.75rem;
    margin-bottom: 0;
    color: #009999;
	font-weight: bold;}
   .formList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .formList li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2rem; 
    }
    
    .formList #lbSID {
        width: 6.25rem;
    }
    
    .input-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 18.2rem;
        line-height: 44px;
    }
    
    .input-data p {
        display: inline;
        font-size: 20px;
        letter-spacing: 2px;
        color: #6c757d;
    }
    .input-group-text {border: 1px solid #a9a9a9;}
    .input-text {
        display: flex;
        align-items: center;
        padding: 0.375rem 0.75rem;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 2;
        color: #495057;
        text-align: center;
        white-space: nowrap;
        background-color: #e9ecef;
    }
    
    @media all and (min-width: 576px) and (max-width: 768px) {
        .formList {
            padding-left: 0px;
        }
        .formList li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            /*    margin-bottom: 1rem; */
        }
        .formList li label {
            text-align: left;
			min-width: 100%;
        }
        .formList li .form-control {
            padding: 0.37rem 0.3rem;
        }
    }
    
    @media all and (min-width: 320px) and (max-width: 576px) {
        .formList {
            padding-left: 0px;
        }
        .form-bg {
            padding: 2rem 1rem;
        }
        .formList #lbSID {
            width: 100%;
        }
    }
    /*formLogin*/
    
    .formLogin {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0px;
    }
    
    .formLogin label {
        min-width: 6.5rem;
    }
    
    .formLogin .label {
        min-width: 5.5rem;
    }    

    
    .formLogin .form-group>.form-control {
        width: 18.3rem;
    }
    
    .formLogin .inDate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 18.3rem;
        /*    margin-left: -2px;*/
    }
        
    .formLogin .inCaptcha .form-control {
        min-width: 5rem;
        max-width: 10.8rem;
    }


    
    @media all and (min-width: 320px) and (max-width: 576px) {
        .formLogin,
        .formLogin li {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
        }
        .formLogin label {
            width: 100%;
            text-align: left;
        }
        .formLogin .label {
            width: 100%;
            text-align: left;
        }
        .formLogin .label_OrderNumber {
            width: 100%;
            text-align: left;
        }
       .formList li select:first-of-type {
             margin-left: -1px;
        }
        .formLogin .inCaptcha label {
            width: 100%;
        }
        .formLogin .inCaptcha .label {
            width: 100%;
        }
        .formLogin .inDate {
            margin-left: 1px;
        }
        .formLogin .inMMDD {
            margin-left: 1px;
        }
        .form-group :nth-child(3) {
            margin-left: 0px;
        }
        .formLogin .in_message .form-control {
            width: 100%;
            min-width: 8rem;
        }
        .formLogin .in_message label {
            margin-right: 0rem;
            text-align: center;
        }
    }
    /*--信用卡卡號--*/
    .formList .cardNumber {
        margin: 0 2px 0 0;
        max-width: 4.12rem;
    }

    .formList .cardDash {
        width: 5px;
        height: 2px;
        background-color: #009999;
        margin-right: 2px;
    }
    /*--//信用卡卡號--*/
    /*--圖形驗證碼--*/
    .formList .inCaptcha .form-control {
        min-width: 5rem;
        max-width: 11.8rem;
    }
.Apply_terms .form-check-label {
	padding-left: 30px;
}
/*-------------------------opt簡訊驗證碼----------------------------------*/    
.formList .inOpt .form-control {
    width: 9rem;
}

.formList .inOpt button {
    display: inline-block;
    text-align: center;
    background-color: #1f6aa0;
    border-radius: 5px;
    margin: 10px;
    width: 130px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #ffffff;
    border: 0px;
}

.formList .inOpt button:focus {
    outline: 0px
}

.formList .inOpt button:hover {
    background-color: #145686;
}
@media screen and (max-width: 576px) {
     .formList .inOpt label {
        width: 100%;
    }          
}
/*-------------------------//opt簡訊驗證碼--------------------------------*/