.tab-demo {
  padding: 20px;
}

.tab-title {
  display: flex; // 將li 排列再一起
}

.tab-title li {
  padding: 10px;
}

.tab-title li a {
  display: block;
  padding: 10px;
  color: #333;
  background-color: #ccc;
  text-decoration: none;
}

.tab-title li.active a {
  color: #fff;
  background-color: #0071bc;
}

.tab-inner {
  padding: 10px;
  border: 1px solid #ccc;
}

h2{
  font-size: 1.5rem;
}
*, ::after, ::before{
  box-sizing: content-box;
}
.centerH.open_new{
  height: 100%;
  display: flex;
  justify-content: center;    
  align-items: center;
  vertical-align: middle;
}


.wrap_pi{
  margin: 0 auto 2.5rem auto;
}
.wrap_pi h1{
  color: #0E65AD;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #707070;
  padding: 0rem 0 1.6rem 0;
}
.wrap_pi h4{
  font-size: 1rem;
  color: #5D5D5D;
}
.content_law ul.decimal li{
    list-style: decimal;
}
.content_law{
  background-color: #DDDDDD;
  border:1px solid #707070;
  border-radius: 5px;
  height: 100px;
  overflow-y: scroll;
  padding: 1rem 1.2rem 1rem 1rem;
}
.form-check_law{
  display: flex;
  justify-content: center;
}
.form-check_law label{
  color: red;
  font-weight: 800;
  margin-left: 0.5rem;
}
.wrap_pi>.btn.btn-primary{
  width: 50%;
  background-color: #0D63AF;
  display: block;
  margin: 0 auto;
}
.wrap_pi>.btn.btn-primary:hover,.wrap_pi>.btn.btn-primary:focus,.btn_apply:hover,.btn_apply:focus,.btn_apply:active{
  background-color: #3DBFE1;
  border-color: #3DBFE1;
}
.btn_apply{
  background-color: #0E65AD;
  border-color: #0E65AD;
}
.row_content_list{
  border-radius: 5px;
  box-shadow: 0 2px 8px rgb(41 41 41 / 30%);
}

.content_title h4{
  font-size: 1.5rem;
  color:  #4A4A4A;
  font-weight: 600;
}
.feature_jb{
  display:flex;
}
.feature_jb>h4{
  font-size: 1.25rem;
  color: #4a4a4a;
}
.feature_jb>div>li{
  display: flex;
  background-color: #F4F4F4;
}
.feature_jb>div>li>a{
  color: #1789F8;
  padding: 2px 5px;
  font-size: 0.9rem;
}
.feature_jb>div>li>a:hover,.feature_jb>div>li>a:focus,.content_keywords>a:hover,.content_keywords>a:focus{
  color: #0E65AD;
}
.feature_jb>h3{
  color: #0E65AD;
  font-size: 1.2rem;
  margin-right: 3rem;
}
.feature_jb>h4>img{
  width: 30px;
  margin-right: 0.5rem;
}
.feature_jb>h3>i{
  margin-right: 0.2rem;
}
.feature_class{
  display: flex;
}
.content_list_w{
  display: flex;
  align-items: center;
}
.content_list_w>div>h3,.feature.col>h3{
  color: #0D63AF;
  font-size: 1.1rem !important;
}
.content_list_w>div>h3>i,.feature.col>h3>i{
  padding-right: 0.2rem; 
}
.content_list_w>div>p{
  color: #707070;
  margin-bottom: 0;
}
.btn_apply>i{
   padding-right: 0.2rem; 
}
.feature.col>ul{
  list-style: none;
  font-size: 1.1rem;
}
.content_d>.feature.col{
  border-bottom: 1px solid #cccccc;
}
.content_d>.feature.col{
  padding-top: 1rem;
}
.content_d>.feature.col:first-child{
  padding-top: 0;
}
.favorite > i {
  margin: 0;
  margin-top: 15px;
  font-size: 1.5em;
  color: #707070;
  vertical-align: center;
}
.top_product_heart.active > i, .product_heart_list.active > i{
  color: #FFBA00;
}
.btn.favorite.top_product_heart.active, .product_heart_list.active,.favorite:focus, .favorite.active, .favorite.active:focus, .btn.favorite.top_product_heart, .product_heart_list{
    border-color: transparent;
    padding: 0;
    font-size: 1rem;

  }
.btn.favorite.top_product_heart>i:hover{
  color: #FFBA00;
}
.content_keywords>a{
  color: #1789F8;
  font-size: 0.9rem;
}
.col_share>h5{
  color: #707070;
  font-size: 1.2rem;
}
.col_share>h5>a>i{
  margin-left: 0.5rem;
}
.col_share>h5>a>i.fa-line{
  color: #1EC755;
}
.col_share>h5>a>i.fa-link{
  color: #707070;
  margin-left: 0.3rem;
  font-size: 1.1rem;
}
.col_share>h5>a>i.fa-facebook{
  color: #1977F3;
}
  .col_share > h5 > a > i.fa-linkedin {
    color: #1977F3;
  }
.col_share>h5>a:hover>i.fa-line,.col_share>h5>a:focus>i.fa-line{
  color: #1B9A44;
}
.col_share>h5>a:hover>i.fa-facebook,.col_share>h5>a:focus>i.fa-facebook{
  color: #1455AC;
}
.col_share>h5>a:hover>i.fa-link,.col_share>h5>a:focus>i.fa-link{
  color: #262525;
}
.col_share>li{
  list-style: none;
  display: inline-block;
  margin-right: 0.5rem;
}
.btn.btn-success.btn_gr{
  background-color: transparent;
  border-color: #80C939;
  color: #80C939;
}
.content_btn_area{
  justify-content: flex-end;
}
.btn.btn-success.btn_gr:hover,.btn.btn-success.btn_gr:focus,.btn.btn-success.btn_gr:active{
  background-color: #80C939;
  color: #FFF;
}
a {
    text-decoration: none;
    color: #000;
}
.slider_left li{
  padding: 1.1rem 0; 
}
.slider_left li>a{
  align-items: center;
   color: #707070 ;
   font-size: 1rem;
}
.slider_left li>a>i{
  margin-right: 0.5rem;
  width: 1.1rem;
  text-align: center;
}
.slider_left li>a:hover,.slider_left li>a:focus,.slider_left li>a:active{
  color: #0E65AD !important ;
}


/*Background color*/
#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#msform input, #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display:inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor:pointer;
    margin: 8px 2px; 
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.select-block {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 10px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #FFF;
    border-radius: 5px;
}
.select-block-job {
    background-image: url("../img/suitcase.png");
    background-size: 20px 20px;
}
.select-block-map {
    background-image: url("../img/local.png");
    background-size: 20px 20px;
}

.select-block-keyword {
  background-image: url("../img/search.png");
  background-size: 20px 20px;
}

.select-block select.w90 {
    position: relative;
    width: 95%;
    color: #495057;
}
.select-block .form-control {
    border-radius: 5px;
}
.select-block select {
    margin-left: 25px;
    width: 80%;
    padding: 0;
    border: 0;
}
.form-control {
    line-height: 1;
    padding: 0.45rem 0.5rem;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.625rem;
}
.container_srow{
  background-color: #DCDDDD;
}
.search_key{
  border-radius: 5px;
  line-height: 1.4rem;
  border-color: transparent;
}
.btn_search{
  background-color: #0063AF;
  border: none;
}
.btn_search{
  background-color: #0063AF;
  color: #FFF;
}
.notice_img{
  line-height: 70px;
  display: inline-block;
  min-width: 32px;
  text-align: center;
}
.notice_img>img{
  width: 60px;
}
.btn_arrow{
  background-color: transparent;
  border-color: transparent;
  color: #707070;
}
.search_row{
  --bs-gutter-x:0px;
  flex-wrap: wrap;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.search_row {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}
.notice_img>img{
  width: 2rem;
  height: auto;
}
.content_up{
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.content_log_list{
  font-size: 1.25rem;
  color: #707070;
  justify-content: center;
}
.login_btn>div,.login_btn>a{
  font-size: 1.6rem;
  font-weight: 800;
}
.login_btn>div.active{
  color: #0D63AF;
}
.login_btn>a{
  color: #707070;
}
.login_list{
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: relative;
}
.form-sign{
  border-radius: 5px;
  color: #999999;
  font-size: 0.9rem;
  background: #eee;
  border: 0px;
}
.forget{
  font-size: 1rem;
  color: #4a4a4a;
  text-decoration: underline;
}
.content_log_list>span{
  font-size: 0.89rem;
  color: #4a4a4a;
}
.content_log_list>span>a{
  color: #0D63AF
}
a:hover.forget{
  color: #0D63AF;

}
.mailto a:hover,.mailto a:active,.mailto a:focus,a:hover.Login__tab_new,a:active.Login__tab_new,a:focus.Login__tab_new,.td_meet,.td_meet>a:hover,.td_final>a:hover,.td_meet,.td_meet>a:focus,.td_final>a:focus,.td_meet,.td_meet>a:active,.td_final>a:active{
  color: #3DBFE1;
}
.login_left {
  border-top-left-radius: 5px;
  box-shadow: 0 2px 8px rgb(41 41 41 / 15%);
}
.transform {
  height: 20px;
  background-color: white;
  width: 175px;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translate(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skew(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.-translate-y {
    --transform-translate-y: -10px;
}
.transform2 {
  height: 20px;
  background-color: white;
  width: 175px;
  --transform-translate-x: 175px;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translate(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skew(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.-translate-y2 {
  --transform-translate-y: -10px;
  --transform-translate-X: 175px;
}
a.Login__tab_new {
  border: 1px solid rgba(238,238,238,90%);
  border-top-right-radius: 5px;
  width: 173px;
}
.text-base{
  max-width: 350px;
  width: 100%;
}

.input-group-i{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  border:none;
  color: #707070;
}
.date_search>div>div>span{
  color: #000000;
  font-size: 0.9rem;
}
.form-date{
  border: none;
  font-size: 0.9rem;
}
.date_w{
  line-height: 2.4rem;
}
.notice_arrow {
    line-height: 70px;
    display: inline-block;
    min-width: 20px;
    max-width: 20px;
    position: absolute;
    right: 2.5%;
}
.content_up>.notice_arrow{
  position: absolute;
  right: 1%
}
.content_list > .notice_arrow {
  position: absolute;
  right: 1%
}
.row_content_ns{
  position: relative;
}

.card-shadow{
  box-shadow: 0 0 16px rgba(0,0,0,.2);

}
.form-signin >div>h4.register_title{
  color: #0D63AF !important;
  font-weight: 800;
  font-size: 1.6rem;
}
.hint {
    font-size: .875rem;
    color: #f27818;
    text-align: right;
}
.select_choose{
  color: #000;
  font-size: 0.9rem;
  background-color: #eee;
  border-color: transparent;
}

@media screen and (max-width:768px) {
  .checkinput {
    width: 2em;
  }
}

