body{
  background-color: #fbedf3;
}
.kvbox{
	margin-top:80px;
  background-position: center;
  background-image: url(../images/banner_07-min.jpg);
}
.titlebox{
  padding: 5rem 0;
  width: 100%;
  max-width: 970px;
  margin: auto;
}
.page_title {
  position: relative;
  max-width: 450px;
  margin-left: 0;
}
.page_title_text {
  margin-left: 0.5rem;
  margin-top: -4rem;
  position: absolute;
  color: #c03599;
  font-size: 1.4rem;
}
.inbox{
  padding: 2rem 0;
  margin: auto;
  width: 100%;
  max-width: 970px;
}
.logobox {
    text-align: justify;
}
.logobox:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.logobox img {
    padding: 0;
    display: inline-block;
    width: 8rem;
}
#store .search {
    margin: 15px auto;
}
#store .search .container {
    position: relative;
}
#store .container .table {
    margin: 0 auto;
    width: 100%;
    display: table;
    margin-bottom: 0px;
}
#store .search .th {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 250px;
    text-align: right;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0;
    color: #666;
}
#store .search .td {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0;
}
#store .search select {
    /* width: 90%; */
    width: 160px;
    padding: 20px 5px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #b8198b;
    /* border: 1px solid #dbdbdb; */
    /* border-radius: 0.17rem; */
    border-radius: 50px;
    text-align: center;
    color: #ba0a7d;
}
.container {
  font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
  width: 100%;
  max-width: 970px;
  padding: 0px;
}
#store .container .table {
    width: 100%;
    display: table;
    margin-bottom: 0px;
}
#store .container .table .tr {
    display: table-row;
}
#store .container .table .tr .th {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    background-color: #f1dee6;
    color: #ba0a7d;
    font-weight: bold;
    padding: 15px 20px;
}
#store .container .table .tr .th:first-child {
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}
#store .container .table .tr .th:last-child {
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}
#store .container .table .tr:nth-child(even) .td {
    background-color: whitesmoke;
}
#store .td a {
    color: #ba0a7d;
}
#store .table .w_1 {
    width: 28.5%;
}
#store .table .w_2 {
    width: 17.5%;
}
#store .table .w_3 {
    width: 11%;
}
#store .table .w_4 {
    width: 11.5%;
}
#store .table .w_5 {
    width: 31.5%;
}
#store .container .table {
    width: 100%;
    display: table;
    margin-bottom: 0px;
}
#store .container .table .tr {
    display: table-row;
}
#store .container .table .tr:nth-child(odd) .td {
    background-color: #fff;
}
#store .container .table .tr .td {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #666;
    padding: 15px 20px;
    border-bottom: 0px solid #ccc;
}
#fotr_aten {
    width: 100%;
    padding: 0;
    position: relative;
    margin-bottom: 80px;
}
#fotr_aten div {
    width: 100%;
    margin: auto;
    background: cornsilk;
    box-sizing: border-box;
    padding: 20px;
}
#fotr_aten p{
  margin-bottom: 0.5rem;
}
img {
    vertical-align: middle;
}


iframe.store_con {display:block; border:none; width:100%; min-height:950px;}


@media screen and (max-width:1000px) {
  .kvbox,.box{
    background-position: left;
    padding: 1rem;
  }
  .container {
    padding: 0rem;
  }
  .page_title_text{
    margin-top: -2.2rem;
  }
}
@media screen and (max-width: 899px){
  #store .search {
      padding: 0 0 10px 0;
  }
  #store .search .th {
      width: auto;
      display: block;
      text-align: left;
      margin-bottom: 5px;
  }
  #store .search .td {
      display: block;
      margin-bottom: 15px;
  }
  #store .container .table .tr .th {
      padding: 10px;
  }
  #store .container .table .tr .td {
      padding: 10px;
  }
}
@media screen and (max-width: 600px){
  .logobox img {
      padding: 0.5rem;
      display: inline-block;
      width: 32%;
  }
}
