.idx-brief {
	color: #666;
}

.idx-more-btn {
	display: block;
	padding: .3rem;
	color: #333;
	width: 80px;
	border: 1px solid #666;
	text-align: center;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
}

.idx-more-btn:hover {
	background: #333;
	color: #FCFCFC;
}

/* banner start */
	#idx-banner {
		background: #424242;
		position: relative;
	}

	.banner-text {
		padding-left: 0.5rem;
	}
	.banner-title {
		color: #eee;
		font-size: 1.5rem;
		line-height: 1.5em;
		margin-bottom: 1rem;
	}

	.banner-text-content {
		color: #cfcfcf;
		font-size: .97rem;
		letter-spacing: -.02em;
	}

/* banner end */

	.idx-title {
		color: #000;
	}

	.row {
	  width: 100%;
	  margin: 1.5rem 0;
	}
	.col-lg-6 {
	  display: inline-block;
	  vertical-align: top;
	  width: calc(98% / 2 - 4px);
	  margin-left: 1%;
	}
	.col-lg-4 {
	  display: inline-block;
	  vertical-align: top;
	  width: calc(98% / 3 - 8px);
	  margin-left: 1%;
	}
	.col-lg-8 {
	  display: inline-block;
	  vertical-align: top;
	  width: calc(196% / 3 - 8px);
	  margin-left: 1%;
	}
	.col-lg-3 {
	  display: inline-block;
	  vertical-align: top;
	  width: calc(96% / 4 - 8px);
	  margin-left: 1%;
	}
	.col-lg-3:nth-child(n+5){
	  margin-top: 2rem;
	}

.slide_news{
	position:absolute;
	z-index:7;
	left:10px;
	width:300px;
	}
.pos_static{
	position:static;
	margin: 0 auto;
	}


@media only screen and (max-width: 960px) {
	.banner-text-content {
	    color: #fcfcfc;
	}

	.col-md-6 {
		display: inline-block;
		vertical-align: top;
		width:  calc(98% / 2 - 4px);
	}
	.col-md-6:nth-child(n+3){
		margin-top: 1.5rem;
	}

}

@media only screen and (max-width: 768px) {

	.col-md-4 {
		display: inline-block;
		vertical-align: top;
		width: calc(98% / 3 - 8px);
		margin-left: 1%;
	}
	.col-md-8 {
		display: inline-block;
		vertical-align: top;
		width: calc(196% / 3 - 8px);
		margin-left: 1%;
	}
}

@media only screen and (max-width: 640px) {

	.banner-title {
		font-size: 1rem;
		line-height: 1rem;
		margin-bottom: .5rem;
	}
	.banner-text-content {
	    font-size: 0.8rem;
	    line-height: 0.9rem;
	    color: #fcfcfc;
	}

}

@media only screen and (max-width: 570px) {
	.col-sm-12 {
		width: 100%;
		margin-left: 0;
	}
	.col-sm-12:nth-child(n+2){
		margin-top: 2.5rem;
	}
}

@media only screen and (max-width: 480px) {
	#langNav li {
	    font-size: .8rem;
	}
}
/* 以下新增區域 */
.pop_bgc {
  background-color: rgba(0,0,0, .7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}
.pop_title{
  font-size: 36px;
  text-align: center;
}
.pop_form_imgbox{
  display: flex;
  margin-bottom: 15px;
  justify-content: space-around;
}
.pop_form_imgbox div{
  width: 30%;
}
.pop_form_txt{
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 14px;
}
.pop_form_txt_alert{
  color: red;
  font-weight: 600;
  font-size: 20px;
}

.pop_form_txt ol {padding-left: 25px;}
.pop_form_txt ol li{list-style: decimal;margin-bottom: 10px;}
.pop_form_sign{text-align: right;}
.pop_sign_img {
  width: 30%;
  margin: 10px 0 0 auto;
}
.pop_bgc-1 {
  background-color: rgba(0,0,0, .7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.pop_bgc-1:target {
  opacity: 1;
  visibility: visible;
z-index: 99999; }
.pop_bgc-1:target .pop_content-box-1 {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .pop_bgc {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3); }
  .pop_bgc-1 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3); } 
  }
.pop_content-box {
  width: 50%;
  max-height: 98%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
  border-radius: 3px;
  overflow-y: auto;
}

.pop_content-imgbox {
  width: 100%;
  position: relative;
}
.pop_close {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 35px;
  color: #222;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.pop_close:hover { 
  color: #ed1b23;
}

.pop_content-form,
.pop_form-labbox {
  padding: 15px 15px 5px;
  text-align: left;
}
.pop_form-text {
  font-size: 18px;
  text-align: left;
  padding: 20px 15px 0;
}
.pop_form-group:not(:first-child) {
  margin-top: 5px;
}
.form_label {
  font-size: 18px;
  padding-left: 30px;
  position: relative;
}
.form_span-text {
  position: absolute;
  height: 20px;
  width: 20px;
  border: 3px solid #43341B;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  top: 0;
}
.form_span-text:after {
  content: "";
    display: block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #43341B;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; 
}
.form_checkbox-input:checked ~ .form_label .form_span-text:after{opacity: 1;}
.pop_email-input {
  width: 50%;
  border: none;
  background-color: #ddd;
  padding: 8px 15px;
  border-radius: 50px;
  transition: all 0.3s;
  font-size: 16px;
}

.pop_email-input:focus {outline: 0; width: 60%;}
.pop_btn-box {
  margin: 15px 15px 10px;
}
.pop_sub {color: #FFF;
background-color: #0B1013;
padding: 12px 30px;
display: block;
width: 150px;
  text-align: center;
  border-radius: 10px;
}
.pop_2nd-box {
  position: relative;
  padding: 30px;
  text-align: left;
}
.pop_2nd-box p {
  margin: 30px 0;
}
@media only screen and (max-width: 1400px) {
.pop_content-box {
  width: 62%;}
}
@media only screen and (max-width: 992px) {

    .pop_form-text {
      font-size: 16px;
    }
    .pop_content-box {
      width: 75%;}
}
@media only screen and (max-width: 600px) {

  .pop_btn-box a {
      width: 130px;padding: 8px 16px;}
  .pop_form-text,.form_label, .form_span-num {
      font-size: 14px;
  }
  .form_span-text {
    height: 16px;
    width: 16px;
    left: 0;
    top: 0;
  }
  .form_span-text:after {
      height: 5px;
      width: 5px;
  }
  .pop_form_imgbox div{
    width: 40%;
  }
  .pop_sign_img {
    width: 60%;
  }
  .pop_title{font-size: 30px;}
  .pop_form-text{padding: 30px 15px 0;}
}
