@charset "utf-8";
/* CSS Document */

/* HTML5基本設定 */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,main{display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}[hidden]{display:none;}

/* reset */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { padding: 0; margin: 0;}
address,caption,cite,code,dfn,var { font-weight: normal; font-style: normal;}
h1,h2,h3,h4,h5,h6 { font-weight: inherit; font-size: 100%;}
html { background: #fff;}
body {
	font-size: 14px;
	font-family: Arial,"Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "新細明體", sans-serif;
	letter-spacing: 0.01em;
	color: #333;
	/* background: #fffef7; */
}	
img { border: 0; max-width: 100%; height: auto; }
* { margin: 0px; padding: 0px; transition: all 0.3s ease;}
a { color: inherit; text-decoration: none; transition: all 0.3s ease, background-position 0s;}
a:focus { outline: 0;}

#card2{
margin-bottom:20px;
}

.item_m >img {
display: none;
}

#card2 > div{
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  margin: auto;
  max-width: 1000px;
}

#card2 > div > div.item{
  width: 170px;
  /* padding: 10px; */
}
@media (max-width: 670px){
#card2 > div > div.item{
	width: 160px;
	}
}

@media (max-width: 575px){
#card2 > div > div.item{
	display:none;
	}
  .item_m >img {
   margin-top:20px;
   display: block;
}

}


@media (max-width: 430px){
#card2 > div > div.item{
	width: 100px;
	}
}

@media (max-width: 390px){
  #card2 > div{
  height: auto;
  display: flex ;
  text-align: center;
  margin: auto;
}
#card2 > div > div.item{
	width: 110px;
	}
  .items-wrapper{
  font-size: 10px;
 }
}
#card > div > div.item{
  width: 180px;
  /* padding: 0px 2px 20px 2px; */
  /* margin: 0 5px; */
}

.title {
    font-size: 16px;
    font-weight: 600;
    color: #F8524C;
}
.a_green{
    color:#00a19b;
    text-decoration: none; /* 移除底線 */
}
.items-wrapper{
  padding-top: 20px;
    padding-bottom:20px;
}

@media (max-width: 575px){
.items-wrapper{
  padding-top: 5px;
  padding-bottom:5px;
}
}