@charset "utf-8";
/*-- bootstrap CSS --*/
@import url("../../assets/css/bootstrap.min.css");
/*-- animate CSS --*/
@import url("../../assets/css/animate.min.css");
/*-- font-awesome CSS --*/
@import url("../../assets/css/font-awesome.min.css");



*{
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
         box-sizing: border-box;
}

html{ 
	/*font-size: 62.5%;*/
  margin: 0;
  padding: 0;

}

body{
  background-color: #fff;
	font-family: source-han-sans-traditional,"Microsoft JhengHe",'微軟正黑體',"Helvetica Neue", Helvetica, sans-serif, serif;
  color: #424242;
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.875rem;
}

ul,ol { margin: 0; padding: 0; 	line-height: 1.7; }
li { list-style-type: none; padding: 0; margin: 0; }
form em { color: #db4453; padding-right: 5px;}
form small, label { font-weight: 700;}


.text-danger { color: #dc3545;}
.custom-container { width: 1200px;}
.h100 { min-height: calc(100vh - 351px);}
.btn-primary { background-color: #ed5565; border-color: #df4757; width: 30%; font-weight: bold;}
.btn-secondary { background-color: #b3b3b3; border-color: #b3b3b3; width: 30%; font-weight: bold;}
.btn-primary:hover { background-color: #e13a4c; border-color: #d62e40;}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #e13a4c;
  border-color: #d62e40;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #e13a4c;
  border-color: #d62e40;
  box-shadow: 0 0 0 0.2rem rgba(254,130,144,.5);
}


.bg-info, .badge-danger { background-color: #ee8306!important;}
.badge-pill { padding-right: .65em; padding-left: .65em;}
button.badge { outline: 0;}
.alert-light {
  background-color: #f4f4f4 !important;
  border-color: #d6d8db;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;  /*15px*/
  padding-left: 15px;   /*15px*/
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}


/* =========================================================
   Header
========================================================= */
header{
  width: 100%; 
  padding-left: 40px;
}

.header-wrap{
  max-width: 1200px;
  height: 60px;
  margin: 0 auto;
}

.header-wrap .navbar p.website-name{ margin-bottom: 0; color: #fff; font-size: 1.25rem; font-weight: bold;}
.header-wrap .navbar-brand{
  width: 155px;
  display: block;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0.75rem;
}

.header-wrap .navbar { margin: 0; padding: 0; list-style-type: none; height: 60px;}
.header-wrap .navbar li a,.header-wrap .navbar li {
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
}

.header-wrap .navbar li i { font-size: 1.25rem;}
.header-wrap .navbar li:nth-child(1) .nav-link,.header-wrap .navbar li:nth-child(2) .nav-link{ padding: 0;}
.header-wrap .navbar li.title { font-size: 1rem;}
.bg-ts{ background-color: #d70c18;}


/* =========================================================
   Container
========================================================= */
.page-header {
  background: url("../images/page-header-Bg@2x.jpg") center center no-repeat;
  background-size: cover;
  background-color: #ffefe1;
  height: 200px;
}

.page-header .custom-container { padding-left: 0; padding-right: 0;}
.page-header .page-header-body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 200px;
}

.page-header .page-header-body .page-ttl { display: inline-block; padding-left: 30px;}
.page-header .page-header-body .page-ttl h2 { font-weight: 900;}

.page-header .page-header-body .user-details {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.page-header .page-header-body .user-details .user-thumb {
  background-color: #f0c1ae;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}

.page-header .page-header-body .user-details .user-thumb i { 
  font-size: 3.75rem; 
  color: #ffefe1; 
  position: absolute;
  bottom: -5px;
  left: calc(50% - 22px);
}
.page-header .page-header-body .user-details .user-body { 
  margin-left: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.page-header .page-header-body .user-details .user-body ul { line-height: 1.4;}
.page-header .page-header-body .user-details .user-body li { color: #454545; font-size: 0.8125rem; padding-left: 5px; padding-right: 7px;}
.page-header .page-header-body .user-details .user-body .user-name { font-size: 1.5rem; font-weight: 900;}
.page-header .page-header-body .user-details .user-body li:nth-child(2n) {
  border-right: 1px solid #454545;
}

.page-container .custom-container { padding: 45px 0;}
.page-container .page-container-header-ttl { 
  font-weight: 900; 
  text-align: center; 
  font-size: 1.5rem; 
  border-bottom: 3px solid #ed5565; 
  padding-bottom: 10px;
  display: inline-block;
  line-height: 1.5rem;
}

.page-container .section-padding { padding: 42px 0; }
.page-container section span { margin-left: 5px; margin-right: 5px;}
.page-container section span.text-danger { font-weight: 900; font-size: 1.25rem;}
.laws-list { margin: 45px 0px; display: flex; flex-wrap: wrap;}
.laws-list dt { margin-right: 20px; width: 48px;}
.laws-list dd { width: calc(100% - 68px);}

.profile-form, .profile-form-confirm, .form-control { font-size: .875rem;}

.form-control {
    color: #555;
    background-color: #f8f8f8;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f7;
    opacity: 1;
}

.form-control::-moz-placeholder {
	color: #C2C2C2;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #C2C2C2;
}

.form-control::-webkit-input-placeholder {
	color: #C2C2C2;
} 

.form-inline-xs .form-control {
    width: auto;
    display: inline-block;
}

.form-inline-xs label { margin-bottom: 0;}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #ed5565;
    background-color: #ed5565;
}

.custom-control-label::after,.custom-control-label::before,.custom-control-input {
  top: .125rem;
  width: 1.25rem;
  height: 1.25rem;
}

.custom-select {
  background-image: url("../images/down-arrow-angle.svg");
  background-size: 12px 8px;
}

.popover { 	
  font-family: "Microsoft JhengHe",'微軟正黑體',"Helvetica Neue", Helvetica, sans-serif, serif;
  border-color: transparent;
}

.popover a { color: rgba(255,255,255,1);}
.popover a:hover { color: rgba(255,255,255,.5);}
.popover-body{
  background-color: #ee8306;
  color: #fff;  
  border-color: transparent;
  border-radius: .3rem;
}

.popover-body p:not(last-child){
  margin-bottom: 0;
}

.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after{
  border-right-color: #DB4453;
}

.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
    border-left-color: #DB4453;
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
    border-bottom-color: #DB4453;
}

.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
    border-top-color: #ee8306;
}

.question-style .popover-body {
   background-color: #6c757d; 
}

.question-style.bs-popover-auto[x-placement^=right]>.arrow::after,.question-style.bs-popover-right>.arrow::after{
  border-right-color: #6c757d;
}

.question-style.bs-popover-auto[x-placement^=left]>.arrow::after, .question-style.bs-popover-left>.arrow::after {
    border-left-color: #6c757d;
}

.question-style.bs-popover-auto[x-placement^=bottom]>.arrow::after,.question-style.bs-popover-bottom>.arrow::after {
    border-bottom-color: #6c757d;
}

.question-style.bs-popover-auto[x-placement^=top]>.arrow::after, .question-style.bs-popover-top>.arrow::after {
    border-top-color: #6c757d;
}

.list-item li{ 
  list-style-type: decimal;
  margin-left: 20px;
}

.list-item li:not(:last-child){
   margin-bottom: 5px; 
}

.alert { padding: 1.25rem;}
.alert .list-item li a { color: #818182; text-decoration: underline;}
.alert-heading { font-weight: 700;}
.list-item span { color: #818182;}
.profile-form-confirm .col-form-label { color: rgba(76,77,85,.5);}
.profile-form-confirm .form-control { border-color: transparent; font-size: 1.125rem; font-weight: 700; height: 50px;line-height: 35px;}








/* =========================================================
   Footer
========================================================= */
.footer-info { background-color: #EBEBEB; padding: 10px; text-align: center;}
.footer-info span { line-height: 15px; border-right: 1px solid #333; padding-right: 10px; padding-left: 10px; font-size: .75rem;}
.footer-info span:last-child { border-right: 0;}
.footer-wrap { width: 100%; background-image: linear-gradient(90deg, #D70C18 50%,#d9d9d9 51%); padding-left: 20px;}
.footer-wrap .footer-wrap-inr { max-width: 1200px; margin: 0 auto;}

.footer-wrap .footer-logo {
  background-color: #d9d9d9;
  padding-left: 25px;
  display: inline-block;
  height: 56px;
}

.footer-wrap .footer-logo img { width: 113px; height: 30px;}
.footer-wrap .copyright-wrap { width: 74.75%; height: 56px;}
.footer-wrap .copyright-wrap p { font-size: .75rem; color: #fff; letter-spacing: 1px; margin-bottom: 0;}
.footer-wrap .copyright-wrap .copyright-text { margin-right: 10px; margin-left: 5px;}






/* =========================================================
   For Mobile Phones
========================================================= */
@media only screen and (max-width: 767px) {
  header { padding-left: 0;}
  .header-wrap { width: 100%; height: 53px;}
  .header-wrap .navbar { height: 53px; padding: 0 1.25rem;}
  .header-wrap .navbar-brand { width: 130px;}
  .custom-container { width: 100%;}  
  
  .page-header { 
    background: url("../images/page-header-Bg-sp@2x.jpg") center center no-repeat;
    background-color: #b3543d;
    background-size: cover;
    height: 175px;
  }  
  
   
  .page-header .page-header-body { 
    flex-flow: column; 
    align-items: flex-end; 
    justify-content: space-between; 
    height: 175px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  .page-header .page-header-body .page-ttl { 
    padding-left: 0; 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
  }
  
  .page-header .page-header-body .page-ttl h2 { 
    background-color: #fff; 
    border-radius: 100px; 
    border-bottom-right-radius: 0; 
    border-top-right-radius: 0;
    padding: 10px 30px;
    color: #bf6447;
    font-size: 1.375rem;
    font-weight: normal;
  }
  
  .page-header .page-header-body .user-details { width: 100%; padding-left: 20px;}
  .page-header .page-header-body .user-details .user-thumb { background-color: #fff;}
  .page-header .page-header-body .user-details .user-thumb i { color: #fce0d6;}
  .page-header .page-header-body .user-details .user-body li { color: #fff;}
  .page-header .page-header-body .user-details .user-body li:nth-child(2n) { border-color: #fff;}
  
  .page-container .page-container-header-ttl { font-size: 1.125rem;}
  .h100 { height: auto;}
  .content { padding: 0 20px; font-size: 0.8125rem;}
  .laws-list dt { margin-right: 10px;}
  .btn-primary, .btn-secondary { width: 100%;} 
  .page-container section span.red-txt { font-size: 1rem;}
  .list-item li { font-size: 0.8125rem;}
  
  
  
  .footer-info span { border-right: 0; text-align: center;}
  .footer-info span:nth-child(1) { display: block; padding-bottom: 0px;}
  .footer-info span:nth-child(2) { margin-left: -10px; border-right: 1px solid #333;}  
  .footer-info span:last-child { padding-bottom: 0; margin-right: -10px;}
  .footer-wrap { background-image: none; background-color: #d70c18; }
  .footer-wrap .footer-wrap-inr ,.footer-wrap .copyright-wrap .copyright-companyName { width: 100%;}
  .footer-wrap .copyright-wrap .copyright-companyName { text-align: center;}
  .footer-wrap .copyright-wrap p { font-size: .6875rem; line-height: 13px;}
  .footer-wrap .copyright-wrap { width: 100%; height: 25px;}
  .footer-wrap .footer-logo, .footer-wrap .copyright-wrap p:nth-child(2),.footer-wrap .copyright-wrap p:nth-child(3) { display: none !important;}
}


@media only screen and (max-width: 320px) {
  .page-header .page-header-body .page-ttl h2 { padding: 10px 30px; font-size: 1.25rem;}
  .page-header .page-header-body .user-details .user-thumb { width: 54px; height: 54px;}
  .page-header .page-header-body .user-details .user-thumb i { font-size: 3.125rem; left: calc(50% - 17.86px);}
  .page-header .page-header-body .user-details .user-body li { font-size: 12px;}
  .page-container .page-container-header-ttl span { display: block;}
  .footer-info span { font-size: 0.625rem; display: block; border-right: 0; padding: 3px 0;}
  .footer-info span:nth-child(1) { padding-bottom: 3px;}
  .footer-info span:nth-child(2) { border-right: 0;}
}




/* =========================================================
   For Tablets
========================================================= */
@media (min-width: 768px) and (max-width: 1024px) {
  .desktop-type {display : none;}
  .mobile-type { display: block;}
  header { padding-left: 0px;}
  .header-wrap { max-width: 100%; height: 53px;}
  .header-wrap .navbar { padding: 0 1.25rem; height: 53px;}
  .header-wrap .navbar-brand { width: 130px;}
  
  
  .page-header { 
    background: url("../images/page-header-Bg-sp@2x.jpg") center center no-repeat;
    background-color: #b3543d;
    background-size: cover;
    height: 175px;
  }  
  
  .page-header .custom-container { width: 100%;}  
  .page-header .page-header-body { 
    flex-flow: column; 
    align-items: flex-end; 
    justify-content: space-between; 
    height: 175px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  .page-header .page-header-body .page-ttl { 
    padding-left: 0; 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
  }
  
  .page-header .page-header-body .page-ttl h2 { 
    background-color: #fff; 
    border-radius: 100px; 
    border-bottom-right-radius: 0; 
    border-top-right-radius: 0;
    padding: 10px 30px;
    color: #bf6447;
    font-size: 1.375rem;
    font-weight: normal;
  }
  
  .page-header .page-header-body .user-details { width: 100%; padding-left: 20px;}
  .page-header .page-header-body .user-details .user-thumb { background-color: #fff;}
  .page-header .page-header-body .user-details .user-thumb i { color: #fce0d6;}
  .page-header .page-header-body .user-details .user-body li { color: #fff;}
  .page-header .page-header-body .user-details .user-body li:nth-child(2n) { border-color: #fff;}
  .page-container .custom-container { padding: 45px 30px;}
  .custom-container { width: 100%;}
  .h100 { height: auto;}
  
  
  
  
  
  .footer-info span { text-align: center; padding-bottom: 0px; padding-top: 0px;}
  .footer-wrap { background-image: none; background-color: #d70c18; }
  .footer-wrap .footer-wrap-inr ,.footer-wrap .copyright-wrap .copyright-companyName{ width: 100%;}
  .footer-wrap .footer-wrap-inr { max-width: 100%;}
  .footer-wrap .copyright-wrap .copyright-companyName { text-align: center;}
  .footer-wrap .copyright-wrap p { font-size: .6875rem; line-height: 13px;}
  .footer-wrap .copyright-wrap { width: 100%; height: 35px;}
  .footer-wrap .footer-logo, .footer-wrap .copyright-wrap p:nth-child(2),.footer-wrap .copyright-wrap p:nth-child(3) { display: none !important;}
}

@media (min-width: 1025px) and (max-width: 1190px) {
  .custom-container { width: 100%;}
}