/*========= 共用設定 =========*/
a,button,input,textarea,li { 
 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html { 
    width: 100%; 
    height: 100%; 
}
p{
	font-size: 1.2em;
}
ul { 
    padding:0;     
    margin: 0;
}
ul li { 
    list-style: none; 
}

div, a, ul, ul li, span, table, table tr, table tr td, p, h1, h2, h3, h4, h5, input, select, option { 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; 
}
a {
	color: #000;
}
.wrapper{
	width: 100%;
	float: left;
	margin-bottom: 1em ;
}

/*--responsive media-quries--*/
@media(max-width:480px){
p{
	font-size: 16px;
}	
}
@media(max-width:420px){
p{
	font-size: 15px;
}	
}	
/*=========logo =======*/
.logo {
	width: 100%;
	float: left;
	margin: 1em 0 2em ;
}
.logo a{
	color: #000;
}
.logoBOX {
	width: 54%;
	margin: 0 23%;
}
.logoBOX img {
	width: 100%;
	height: auto;	
}
.logo h2{
	font-weight: 600;
	text-align: center;
}
.logo h2 span{
	color: #FD0150;
}
.logo p{
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

/*--responsive media-quries--*/
@media(max-width:600px){
.logo {
	margin: 1em 0;
}
.logoBOX {
	width: 68%;
	margin: 0 16%;
}
.logo h2{
	font-size: 2em;
}
.logo p{
	font-size: 1.3em;
}
}
@media(max-width:500px){
.logo {
    margin: 1em 0;
}
.logoBOX {
	width: 80%;
	margin: 0em 10%;
}	
.logo h2{
	font-size: 1.8em;
}
}

/*=========header-top =======*/
.HeaderTop{
    width: 100%;
    float: left;
    color: #fff;
    padding: 15px;
	background: #2584C9;
	}
.HeaderTop-G{
  width: 100%;
  float: left;
  color: #fff;
  padding: 15px;
	background: #58bebf;
}
.HeaderTop-Y{
  width: 100%;
  float: left;
  color: #fff;
  padding: 15px;
	background: #ffae00;
}
.HeaderTop-g{
  width: 100%;
  float: left;
  color: #fff;
  padding: 15px;
	background: #00c0b6;
}
.HeaderTop-NoBg{
    width: 100%;
    float: left;
    color: #fff;
    padding: 15px 15px;
	}
.icon-box {
	width: auto;
	float: left;
	width: 2em;	
	display: flex;
  align-items: center;
	height: 40px;
}
.icon-box img{
    width: 100%;
    height: auto;
}
.titleBox {
	width: 53.5%;
	float: left;	
	font-size: 1.8em;
	font-weight: 600;
	color: #fff;
	text-align: right;
}
/*--responsive media-quries--*/
@media(max-width:600px){
 .titleBox {
	width: 56%;
}
}
@media(max-width:550px){
.HeaderTop,
.HeaderTop-G,
.HeaderTop-Y,
.HeaderTop-g{
    padding: 12px 15px;
	}
.icon-box {
  width: 1.6em;
	height: 35px;
} 	
}
@media(max-width:400px){
.HeaderTop,
.HeaderTop-G,
.HeaderTop-Y,
.HeaderTop-g{
    padding: 10px 15px;
	}
.titleBox {
	font-size: 1.5em;
} 
}


/*=====header-titleBox 左邊無icon=====*/
.header-titleBox {
	width: 95%;
	float: left;	
	font-size: 2em;
	font-weight: 600;
	color: #fff;
	text-align: center;
  align-items: center;
  height: 40px;
} 

/*--responsive media-quries--*/
@media(max-width:600px){
.header-titleBox {
	width: 92%;
	}
}
@media(max-width:500px){
.header-titleBox {
    font-size: 1.7em;
	}
}
@media(max-width:400px){
.header-titleBox {
	width: 90%;
  font-size: 1.5em;
	height: 30px;
	}
}
.category_form-control {
	width: 100%;
	background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
	padding: 8px 10px;
  font-size: 1.2em;
  color: #888;
}
/*--responsive media-quries--*/
@media(max-width:600px){
.category_form-control {
  font-size: 1.1em;
}
 
}


/*=== header-bg ====*/
.category_btn_wrap {
    padding: 0 8px;
}
.category_btn {
	width: auto;
	white-space: nowrap;
	display: inline-block;
	padding: 10px 15px;
	margin: .5em 0;
	border-radius: 2rem ;
	text-align: center;
	background: #fff;
	box-shadow: 0px 5px 5px rgba(80, 108, 155, 0.77);
}
.category_btn-action {
	width: auto;
	white-space: nowrap;
	display: inline-block;
	padding: 10px 15px;
	margin: .5em 0;
	border-radius: 2rem ;
	text-align: center;
	color: #fff;
	background: url("../images/but-bg.png");
	box-shadow: 0px 5px 5px rgba(80, 108, 155, 0.77);
}
.category_scroll {
	font-size: 1.1em;
	line-height: 1;
  text-align: center;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
	padding: .5em .3em .8em;
}

.category_scroll a{
	color: #000;
}





/*=========Header search-form =======*/
.header-search-form{
	float: right;
	width: 50%;
	position: absolute;
	top: 11px;
	right: 14px;
}
.header-search-form input[ type="text"]{
	background:#fff;
	border:none;
	min-height: 35px;
	padding: 12px 15px 12px 20px;
	outline:none;
	width:100%;
	position:relative;
	font-size:1.3em;
	color: #555;
    border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
    float: right;
    box-shadow: 1px 0px 2px #b9b9b9;
-webkit-box-shadow: 1px 0px 2px #b9b9b9;
-moz-box-shadow: 1px 0px 2px #b9b9b9;
}
.header-search-form input[ type="submit"]{
	background: url(../images/search-icon.png) no-repeat 0px 0px;
	width: 35px;
	height: 35px;
	border: none;
	outline: none;
	position: absolute;
	top: 15px;
	right: 0px;
}
/*--responsive media-quries--*/
@media(max-width:715px){
 .header-search-form {
	margin-top: 0;
} 	
}
@media(max-width:660px){
.header-search-form input[ type="text"]{
	padding: 10px 15px;
	font-size:1.2em;  
}
.header-search-form input[ type="submit"] {
    top: 10px;
} 	
}
@media(max-width:640px){
.header-search-form input[ type="submit"] {
    width: 30px;
    height: 30px;
} 
	
}
/*=========search-form common =======*/
.top-search-form-W, 
.top-search-form {
	float: left;
	width: 100%;
	margin: 1rem 0 1.2rem;
}
.top-search-form input[ type="text"]{
	background:#f2f2f2;
	border:none;
	padding: 10px 15px 10px 20px;
	outline:none;
	width:100%;
	position:relative;
	font-size: 1.3em;
	font-weight: 600;
	color: #555;
    border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
    float: right;
    box-shadow: 1px 0px 2px #b9b9b9;
-webkit-box-shadow: 1px 0px 2px #b9b9b9;
-moz-box-shadow: 1px 0px 2px #b9b9b9;
}
.top-search-form input[ type="date"]{
	background:#f2f2f2;
	border:none;
	padding: 5px 12px;
	outline:none;
	width:100%;
	position:relative;
	font-size: 1.3em;
	color: #555;
    border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
    float: right;
    box-shadow: 1px 0px 2px #b9b9b9;
-webkit-box-shadow: 1px 0px 2px #b9b9b9;
-moz-box-shadow: 1px 0px 2px #b9b9b9;
}
.top-search-form-W input[ type="submit"],
.top-search-form input[ type="submit"]{
	background: url(../images/search-icon.png) no-repeat 0px 0px;
	width: 35px;
	height: 35px;
	border: none;
	outline: none;
	position: absolute;
	top: 90px;
	right: 12px;
}
.top-search-form-W input[ type="text"]{
	background:#fff;
	border:none;
	padding: 10px 15px 10px 20px;
	outline:none;
	width:100%;
	position:relative;
	font-size: 1.3em;
	font-weight: 600;
	color: #555;
    border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
    float: right;
    box-shadow: 1px 0px 2px #b9b9b9;
-webkit-box-shadow: 1px 0px 2px #b9b9b9;
-moz-box-shadow: 1px 0px 2px #b9b9b9;
}





/*--responsive media-quries--*/
	
@media(max-width:660px){
.top-search-form-W input[ type="text"],
.top-search-form input[ type="text"]{
	padding: 10px 15px;
	font-size:1.1em;  
}
.top-search-form input[ type="date"]
	{
	padding: 3px 10px;
	font-size:1.1em;  
}
.top-search-form-W input[ type="submit"],
.top-search-form input[ type="submit"] {
    top: 89px;
	right: 18px;
} 
}
@media(max-width:640px){
.top-search-form-W input[ type="submit"],
.top-search-form input[ type="submit"] {
    width: 30px;
    height: 30px;
}
}
@media(max-width:550px){
.top-search-form-W input[ type="submit"],
.top-search-form input[ type="submit"] {
    top: 90px;
}
}
@media(max-width:500px){
.top-search-form-W input[ type="submit"],
.top-search-form input[ type="submit"] {
    top: 85px;
}
}	
@media(max-width:420px){
.top-search-form-W input[ type="submit"],	
.top-search-form input[ type="submit"] {
    top: 86px;
}
}
@media(max-width:400px){
.top-search-form-W input[ type="submit"],	
.top-search-form input[ type="submit"] {
    top: 73px;
	right: 15px;
}
}		
/*=========fix-footer =======*/
.footer-space {
	width:100%;
	float: left;
	margin: 12.5rem 0 0;
}
.footer{
    width: 100%;
    float: left;
}
.fix-wrap { 
    position: fixed; 
    bottom:0; 
    left:0; 
    width:100%;
    background: #fff;
    float: left;
    padding-top: 5px;
		box-shadow: 0px -1px 10px rgba(0 0 0 / 15%);
}
.fix-box { 
  float: left;
  width:20%;
}
.fix-box img {
  width: 100%;
  height: auto;
}
.fixBox-40 { 
  float: left;
  width:40%;
}
.fixBox-50 { 
  float: left;
  width:50%;
}
.fixBox-60 { 
  float: left;
  width: 60%;
}
.fixBox-40 img,
.fixBox-50 img,
.fixBox-60 img {
  width: 100%;
  height: auto;
}
/*--responsive media-quries--*/
@media(max-width:700px){
.footer-space {
    width: 100%;
    float: left;
   margin-top: 11.5rem;
}
}
@media(max-width:640px){
.fix-box img {
    width: 100%;
    height: auto;
}
.footer-space {
   margin-top: 11rem;
}	
}

@media(max-width:600px){
.footer-space {
   margin-top: 10rem;
}
}
@media(max-width:550px){
 .footer-space {
	margin-top: 9rem;
}
}
@media(max-width:500px){
 .footer-space {
	margin-top: 7rem;
}
	
}
@media(max-width:400px){
 .footer-space {
	margin-top: 6.5rem;
}	
}


/*======= top-bar =======*/
.top-butBox {
	width: 100%;
	float: left;
	background: #fff;
	padding: 0;
	margin: 1em 0;
	font-size: 1.5em;
	font-weight: 600;
	border-radius: 5rem ;
	box-shadow: 1px 0px 2px #b9b9b9;
  line-height: 1;
}
.top-butBox a{
	color: #555;	
}
.top-butBox_mt-n {
	width: 100%;
	float: left;
	background: #fff;
	padding: 0;
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: 600;
	border-radius: 5rem ;
	box-shadow: 1px 0px 2px #b9b9b9;
  line-height: 1;
}
.top-butBox_mt-n a{
	color: #555;	
}
.top-but{
	width: 33.333333%;
	float: left;
	padding: 15px;
	border-radius: 5rem ;
	text-align: center;
}	
.top-but-action-y {
	width: 33.333333%;
	float: left;
	color: #fff;
	padding: 15px;
	border-radius: 5rem ;
	text-align: center;
	background: url("../images/but-bg-y.png");
	box-shadow: 0px 3px 3px rgba(200, 130, 14, 0.77); 
}
.top-but-action-g {
	width: 33.333333%;
	float: left;
	color: #fff;
	padding: 15px;
	border-radius: 5rem ;
	text-align: center;
	background: url("../images/but-bg-g.png");
	box-shadow: 0px 3px 3px #009688; 
}
.top-but i,
.top-but-action i{
	background-color: #ea5718;
	align-self: flex-start;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin-left: 3px;
}
.top-but_w50{
	width: 50%;
	float: left;
	padding: 15px;
	border-radius: 5rem ;
	text-align: center;
}	
.top-but-action_w50L {
	  width: 50%;
    float: left;
    color: #fff;
    padding: 15px;
    border-radius: 5rem;
    text-align: center;
    background: url(../images/but-bg.png);
    background-size: cover;
    box-shadow: 0px 5px 5px rgb(80 108 155 / 77%);
}
.top-but-action_w50R {
	width: 50%;
	float: left;
	color: #fff;
	padding: 15px;
  border-radius: 5rem ;
	text-align: center;
	background: url("../images/but-bg.png");
  background-size: cover;
	box-shadow: 0px 5px 5px rgba(80, 108, 155, 0.77); 
}
.top-but_auto{
	width: auto;
	float: left;
	padding: 15px;
	margin: .5em 2px;
	border-radius: 5rem ;
	text-align: center;
	background: #fff;
	box-shadow: 0px 5px 5px rgba(80, 108, 155, 0.77);
}	
.top-but_auto-action {
	width: auto;
	float: left;
	color: #fff;
	padding: 15px;
	margin: .5em 2px;
	border-radius: 5rem ;
	text-align: center;
	background: url("../images/but-bg.png");
	box-shadow: 0px 5px 5px rgba(80, 108, 155, 0.77); 
}


/*======= bottom-bar =======*/
.bottom-box { 
  float: left;
  width:100%;
	height: 70px;
	display: flex;
  align-items: center;
	margin-bottom: 5px;
}
.bottom-box input[type="text"] {
    width: 94%;
    margin: 0px;
    color: #666;
    background: none;
    padding: 10px;
    outline: none;
    font-size: 16px;
    border: 1px solid #ebebeb;
	background: #f7f7f7;
	border-radius: 1rem;
}
.bottom-boxImg{
	width: 5%;
	float: left;
	text-align: right;
	margin-left: 1%;
}
.bottom-boxImg img{
	width: 35px;
	height: auto;
}


/*--responsive media-quries--*/
@media(max-width:600px){
.bottom-box {
    height: 60px;		
}
.bottom-box input[type="text"] {
		width: 92%;
}
}
@media(max-width:480px){
.bottom-box {
    height: 56px;		
}
.bottom-box input[type="text"] {
	font-size: 15px;
}
.bottom-boxImg img {
    width: 30px;
}
}


/*--一排四組按鈕--*/
.top-but_w25 {
	width: 24%;
	float: left;
	margin: 0 .5%;
	padding: 15px;
	text-align: center;
	background: #fff;	
	border-radius: 5rem ;
	box-shadow: 0px 5px 5px rgb(80 108 155 / 77%);
}
.top-but_w25-action {
	width: 24%;
	float: left;
	color: #fff;
	margin: 0 .5%;
	padding: 15px;
	border-radius: 5rem ;
	text-align: center;
	background: url("../images/but-bg.png");
	box-shadow: 0px 5px 5px rgba(80, 108, 155, 0.77); 
}


/*--responsive media-quries--*/
@media(max-width:600px){
.top-but,
.top-but-action-y,
.top-but-action-g	{
	padding: 12px;
}
.top-but_w50,
.top-but-action_w50L,
.top-but-action_w50R {
    padding: 12px;
}

}
@media(max-width:500px){
.top-but i,
.top-but-action i{
	width: 8px;
	height: 8px;
	border-radius: 8px;
}
.top-but_w25-action,
.top-but_w25 {
	padding: 12px;
	}
}

@media(max-width:420px){	
.top-butBox {
	font-size: 1.15em;
	}
.top-but,
.top-but-action-y,
.top-but-action-g {
	padding: 8px; 
}
.top-but_w50,
.top-but-action_w50L,
.top-but-action_w50R {
    padding: 8px;
}	
}



/*=========其他設定 =======*/
.title {
	width: auto;
	height: 35px;
	float: left;
	display: flex;
	align-items: center;	
	margin-bottom: .5em;
	font-size: 1.8em;
	font-weight: 600;
}
.title img{
	width: 10px;
	height: 35px;
	margin-right: 10px;	
	display: flex;
  align-items: center;	
}
.title-center {
	width: 100%;
	height: 35px;
	float: left;
	align-items: center;	
	margin-bottom: .5em;
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
}
.contentBox {
	width: 100%;
	float: left;
	background: #fff;
	border-top-left-radius: 2.5rem ;
  border-top-right-radius: 2.5rem ;
	box-shadow: 1px 0px 2px #b9b9b9;
-webkit-box-shadow: 1px 0px 2px #b9b9b9;
-moz-box-shadow: 1px 0px 2px #b9b9b9;
}
.listBox {
	width: 100%;
	float: left;
	background: #fff;
	padding: 20px;
	box-shadow: 1px 0px 2px #b9b9b9;
-webkit-box-shadow: 1px 0px 2px #b9b9b9;
-moz-box-shadow: 1px 0px 2px #b9b9b9;
}
.listBoxL {
	width: 90%;
	float: left;
}
.listBoxR {
	width: 10%;
	float: left;
	text-align: right;
}
.listBox-radius {
	width: 100%;
	float: left;
	background: #fff;
	padding: 15px;
	margin-bottom: 2px;
	border-top-left-radius: 2rem ;
  border-bottom-right-radius: 2rem ;
	box-shadow: 1px 0px 2px #b9b9b9;
-webkit-box-shadow: 1px 0px 2px #b9b9b9;
-moz-box-shadow: 1px 0px 2px #b9b9b9;
}
.listBox-radius-full {
	width: 100%;
	float: left;
	background: #fff;
	padding: 15px;
	margin-bottom: 1px;
	border-radius: 1rem ;
	box-shadow: 1px 0px 2px #b9b9b9;
-webkit-box-shadow: 1px 0px 2px #b9b9b9;
-moz-box-shadow: 1px 0px 2px #b9b9b9;
}

.listBox-radius-top {
	width: 100%;
	float: left;
	background: #fff;
	padding: 15px;
	border-top-left-radius: 1rem ;
	border-top-right-radius: 1rem ;
	box-shadow: 1px 0px 2px #b9b9b9;
-webkit-box-shadow: 1px 0px 2px #b9b9b9;
-moz-box-shadow: 1px 0px 2px #b9b9b9;
}
.listBox-radius-bottom {
	width: 100%;
	float: left;
	background: #fff;
	padding: 15px;
	border-bottom-left-radius: 1rem ;
	border-bottom-right-radius: 1rem ;
	box-shadow: 1px 0px 2px #b9b9b9;
-webkit-box-shadow: 1px 0px 2px #b9b9b9;
-moz-box-shadow: 1px 0px 2px #b9b9b9;
}
.list-title {
	float: left;
  font-size: 18px;
	font-weight: 600;
}
.list-title btn-p{
	float: left;
  font-size: 15px;
	color: white;
	background: #C05594;
	padding: 1px 5px;
	border-radius: 5px;
	margin-right: 5px;
}
.list-title btn-g{
	float: left;
  font-size: 15px;
	color: white;
	background: #4FCF6A;
	padding: 1px 5px;
	border-radius: 5px ;
	margin-right: 5px;
}
.list-title btn-y{
	float: left;
  font-size: 15px;
	color: white;
	background: #f77316;
	padding: 1px 5px;
	border-radius: 5px ;
	margin-right: 5px;
}
.list-title_HaveRead {
	float: left;
  font-size: 18px;
	font-weight: 600;
	color: #777;
}
.list-arrow{
	width: auto;
	float: right;
}
.list-arrow img{
	float: right;
	width: 18px;
	height: 18px;
	display: flex;
  align-items: center;
}
.list-text ,
.list-text p,
.list-date a {
	float: left;
  font-size: 15px;
	color: #777;
}
.list-date {
	width: auto;
	float: right;
  font-size: 15px;
	color: #777;
}
.content-title {
	width: 100%;
	float: left;
  font-size: 18px;
	font-weight: 600;
	margin: 1em 0;
	line-height: 1;
}
.content-text,
.content-text p,
.content-text a{
	width: 100%;
	float: left;
  font-size: 15px;
	color: #555;
}
.completeBox {
  width: 100%;
  float: left;
	margin-top: 0.5rem;
	border: 1px solid #cbcac6;
	padding: 1rem;
	background: #fff;
	border-radius: 1.5rem ;
}
.warning span {
  width: 100%;
  float: left;
  color: #687A86;
  font-size: 1em;
	margin: 0;
	line-height: 1.2;
}
.TopBox {
	width: 100%;
	float: left;
	background: #fff;
	padding: 10px 15px;
	box-shadow: 0px 0px 5px #b9b9b9;
-webkit-box-shadow: 0px 0px 5px #b9b9b9;
-moz-box-shadow: 0px 0px 5px #b9b9b9;
}
.TopBoxL {
	width: 75%;
	float: left;
}
.TopBoxR {
	width: 25%;
	float: left;
}
.TopBox,
.TopBox p,
.TopBox h3,
.TopBox h4 {
	margin: 0;
	line-height: 1.3;
}
.TopBox h2 {
	margin: 15px 0 0;
}
.TopBox h3 {
	font-weight: 600;
}

/*--responsive media-quries--*/
@media(max-width:660px){
.listBox-radius {
  padding: 12px 12px 8px;
	}
}
@media(max-width:550px){
.title {
	height: 30px;
	font-size: 1.5em;
}
.title img{
	width: 8px;
	height: 30px;
} 
.list-title,
.list-title_HaveRead{
  font-size: 17px;
}
.list-text,
.list-date,
.list-date p,
.list-date a {
  font-size: 14px;
}
.content-title {
  font-size: 17px;
}
.content-text,
.content-text p,
.content-text a{
  font-size: 14px;
}	
.list-arrow img {
	padding: 1px;
	}

}
@media(max-width:480px){

.title {
	height: 26px;
	font-size: 1.3em;
}
.title img {
    width: 8px;
    height: 24px;
}
	.listBox {
    padding: 18px 15px;
	}
}
@media(max-width:420px){
.TopBox p {
	font-size: 15px;
}
.TopBox h3 {
	font-size: 20px;
}
.TopBox h4 {
	font-size: 16px;
}	
}
@media(max-width:380px){
.TopBox h3 {
	font-size: 19px;
}
.TopBox h4 {
	font-size: 15px;
}
}


/*========= 圖片 =======*/

.button-box img{
	width:100%;
	height: auto;
}

/*========= 表單元件 =======*/
.my-checkbox {
  transform: scale(1.5);
  margin: 0 5px;
}
.CheckBox {
	width: 20%;
	float: left;
	margin: 0.375rem 0;
}
select {
    color: #888;
    background: none;
    padding: 14px 10px;
    outline: none;
    font-size: 16px;
    border: 1px solid #ebebeb;
}

.RadioButtons label input {
  position: absolute;
  left: -9999px;
}
.RadioButtons label input:checked + span {
  background-color: #f5f5f5;
}
.RadioButtons label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #00c0b6;
}
.RadioButtons label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
.RadioButtons label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00c0b6;
}


/*--responsive media-quries--*/
@media(max-width:660px){
.CheckBox {
	width: 25%;
}
}
@media(max-width:550px){
.CheckBox {
	width: 28%;
}
}@media(max-width:480px){
select {
  padding: 8px;
	font-size: 15px;
}
.CheckBox {
	width: 30%;
}
}
@media(max-width:420px){

}	

