/*pop up window*/
body{
	height: 84vh;
  background: url(../images/POP_bg.png) bottom no-repeat fixed;

}
.pop_cont{
	width: 100%;
  padding: 80px 0;
}
.pop_top{
	width: 100%;
	padding: 0 2.5% 2rem 2.5%;
	font-family: 'Microsoft JhengHei';
  text-align: center;
}
.pop_top h2{
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 0 3rem 1rem 3rem;
}
.tit span.bordered-icon:before, .tit span.bordered-icon:after{
  top: 6px;
}
.pop_text{
	width: 100%;
	padding: 15px 2.5% 30px 2.5%;
	font-family: 'Microsoft JhengHei';
	font-size: 18px;
	line-height: 30px;
}

.pop_text .img{
	text-align: center;
}
.pop-txt {
  width: 80%;
  text-align: left;
  margin: 0px auto 30px auto;
}
.table-tit,.table-tit2{
	display: inline-block;
  line-height: 36px;
  background-color: #2a96b5;
  border-radius: 6px;
  color: #fff;
  padding: 0 20px;
}
.table-tit2{
	background-color: #52912f;
	margin-top: 50px;
}
.note{
	/* padding: 50px 0; */
  margin-top: 1rem;
}
.note span{
	background: #2a96b5;
	color: #fff;
  padding: 6px 20px;
	margin-top: 100px;
	border-radius: 6px;
}
.note span.green{
	background: #52912f;
}
.note ol{
	margin-left: 35px;
	line-height: 36px;
}
.note ol li{
	padding-left: 5px;
}
.note ul,.pop_ul{
	margin: 18px 35px;
	line-height: 36px;
}
.note ul li,.pop_ul li{
	padding-left: 25px;
	position: relative;
}
.note ul li::before,.pop_ul li::before{
	content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #2a96b5;
  border-radius: 50%;
}
.note.bg-g ul li::before{
	background-color: #52912f;
}
.maj-tit{
	/* width:300px; */
	display: inline-block;
  line-height: 36px;
  background-color: #2a96b5;
  border-radius: 6px;
  color: #fff;
  padding: 0 20px;
}
.maj-tit2{
	width:100%;
	background:none;
	position: relative;
	padding-left: 10px;
}
.maj-tit2:before{
	position: absolute;
	content: "";
	width: 3px;
	height: 25px;
	left: 0;
	top: 0;
	background-color: #2a96b5;
}
.txt_box {
  padding: 30px 0 15px 0;
  border-bottom: 1px solid #d9d9d9;
}
.txt_box ul {
  padding-left: 20px;
}
.txt_box ul li{
  padding-left: 20px;
  position: relative;
}
.txt_box ul li::before{
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #2a96b5;
  border-radius: 50%;
}
#ech-bar,#ech-cir{
  width: 70%;
  height: 550px;
  margin: 0 auto;
}
.txt_box .tab-list-g li{
    padding-left: 20px;
    position: relative;
}
.txt_box .tab-list-g li::before{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #52912f;
    border-radius: 50%;
}

.tab .tab-pane{
  padding-top: 60px;
}
.tab .nav-tabs{
    border: none;
    border-bottom: 2px solid #079fc9;
    margin: 0;
}
.tab .nav-tabs li a{
    padding: 10px 20px;
    margin: 0 10px -1px 0;
    font-size: 17px;
    font-weight: 600;
    color: #293241;
    text-transform: uppercase;
    border: 2px solid #e6e5e1;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    background: #fff;
    color: #079fc9;
    border: 2px solid #079fc9;
    border-bottom-color: transparent;
}
.tab .nav-tabs li a:before{
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{ transform: scaleX(1); }
.tab .tab-content{
    padding: 10px;
    font-size: 17px;
    color: #6f6f6f;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
}
table.size{
	font-size: 12px;
	background-color: #D4E0F4;
	text-align: center;
}

table.size th{
	background-color: #1d87d1;
	color: #FFF;
	text-align: center;

}
table.size .ye{
	background-color: #FFCE00;

}
table.size .gr{
	background-color: #9BE467;
}
table.size .b{
	border: 2px dashed #464646;
}
.sizeye{
	background-color: #FFCE00;
	width: 20px;
	height: 10px;

}
.sizegr{
	background-color: #9BE467;
	width: 20px;
	height: 10px;

}
.sizeb{
		border: 2px dashed #464646;
	width: 20px;
	height: 10px;

}

@media screen and (max-width:500px){
	body{
		background-size: 80%;
	}
}
