.page-office div[role=dialog] {
    border-style: solid;
    border-width: 5px;
    border-color:#84724E;
}
.page-office .gm-style-iw-d, .page-office .gm-style-iw-t, .page-office .gm-style .gm-style-iw, .page-office .gm-style .gm-style-iw-t:after, .page-office .poi-info-window a, .page-office .poi-info-window div {
    background: #ffffff!important;
    color: #84724E;
}
.page-office .gm-style-iw-d {
    overflow: hidden!important;
}
.page-office .gm-style .gm-style-iw-c{
  border-radius: unset;
  padding:0;
}
.page-office .infowindow-component {
    position: relative;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
}
.page-office .infowindow-component .info-title {
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #000;
    padding: 5px 40px 5px 15px;
}
.page-office .infowindow-component .info-line {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #84724E;
    margin:  0 0 15px 0;
}
.page-office .infowindow-component .info-content {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.page-office .infowindow-component .icon-location,
.page-office .infowindow-component .icon-phone{
    width: 40px;
	color:#84724E;
	border-right:2px #84724E solid;
}
.page-office .infowindow-component .info-text {
    font-size: 16px;
    padding-left: 15px;
	width:calc(100% - 40px);
	display:block;
}
.page-office .infowindow-component .info-content {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	padding: 0px 15px 20px;
}

.page-office .infowindow-component .icon-phone img,
.page-office .infowindow-component .icon-location img
{
  width:100%;
  height:auto;
}
.page-office .infowindow-component .info-text,
.page-office .infowindow-component .info-text:active,
.page-office .infowindow-component .info-text:hover {
    color: #000;
    text-decoration: underline;
}

.main-page {
    min-height: 50vh;
    margin-top: 76px;
}
.store_list {
  background-color:#ffffff;
  padding:50px 0 100px;
}
.control{
width:96%;
max-width:1080px;
margin:0 auto;
}
.main-page{
 background-image:url(../images/store/bg.gif);
 background-position:top center;
 background-repeat:repeat;
}
.store_list_top{
 background-image:url(../images/store/top.png);
 background-position:center center;
 background-repeat:no-repeat;
 height:36px;
}
.store_list_top img{
  display:block;
  margin:0 auto;
}
.store_list .blogSearch-title{
   padding-top:0;
}
.map_box{
  padding-bottom:65px;
}
.store_scroll{
  position:relative;
  overflow-y:auto;
  border:1px #E7E7E7 solid;
  height:640px;
}
.store_scroll::-webkit-scrollbar {
    width : 5px;
    height: 1px;
}
.store_scroll::-webkit-scrollbar-thumb {
border-radius   : 5px;
background-color: #9F9F9F;
border:1px #9F9F9F solid;
 
}
.store_scroll::-webkit-scrollbar-track {
background:none;
}

.pc_list tr th{
  color:#fe6b00;
  font-size:16px;
  line-height:45px;
  padding:0;
}
.pc_list tr{
   border:none;
}
.pc_list tr td{
  color:#000000;
  font-size:18px;
  font-family:  '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-weight:bold;
  line-height:55px;
  padding:0;
}
.pc_list tr td a{
  text-decoration:underline;
}
.pc_list tr td:first-child,
.pc_list tr th:first-child{
  padding-left:6%;
}
.pc_list tr th:nth-child(1){
  width:20%;
}
.pc_list tr th:nth-child(2){
  width:25%;
}
.pc_list tr th:nth-child(3){
  width:35%;
}
.pc_list tr th:nth-child(4){
  width:20%;
}
.pc_list tr:nth-child(even){
  background-color:#F0F0EE;
}
.pc_list table{
 margin:0 auto;
}
.pc_list{
 display:block;
}
.mobile_list{
 display:none;
}
.mobile_list .item .row span{
  display:inline-block;
}
.mobile_list .item{
  padding:10px 0;
}
.mobile_list .item .row span:nth-child(1){
  width:30%;
   padding-left:6%;
  color:#fe6b00;
  font-size:16px;
  line-height:45px;
}
.blogSearch-navOptions>div:first-child select{
     border: 1px solid #bababa;
}
.mobile_list .item .row span:nth-child(2){
  width:70%;
  color:#000000;
  font-size:18px;
  font-family:  '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-weight:bold;
  line-height:45px;
}
.mobile_list .item:nth-child(odd){
  background-color:#F0F0EE;
}
.mobile_list .item .row a{
  text-decoration:underline;
}
.blogSearch-navOptions{
 display:block;
}
.blogSearch-navOptions>div.dropdown-large{
    width: 23%;
    margin-right: 2.4%;
    min-width: 100px;
}
.blogSearch-navOptions.store_search{
  padding-bottom:1px;
  margin-bottom: 30px;
}
.blogSearch-navOptions.store_search>div select {
    font-size: 20px;
    height: 45px;
	font-weight:500;
}
.search_input{
  width:49%;
  max-width:600px;
  float:right;
}
.store_search:after{
 content:"";
 display:table;
 clear:both;
}
.search_input .search_icon{
  position:absolute;
  right:10px;
  top:12px;
  z-index:1;
}
.search_input input {
    appearance: initial;
    -moz-appearance: initial;
    -webkit-appearance: initial;
    border: 1px solid #bababa;
    border-radius: initial;
    font-size: 20px;
    font-weight:500;
    height: 45px;
    letter-spacing: 1px;
    padding-left: 15px;
    text-transform: uppercase;
    width: 100%;
    background-color: #fff;
    outline: none
}
.search_input input:-internal-autofill-previewed,
.search_input input:-internal-autofill-selected{
 background-color:#ffffff !important;
 box-shadow:0 0 0px 1000px #ffffff inset !important;
}
.blogSearch-detailsContainer {
    position: relative;
    margin: 0 auto;
}
#map .map-component{
  height:64vw;
  max-height:635px;
}
.gm-ui-hover-effect{
    top: 6px !important;
    right: 6px !important;
    width: 30px !important;
    height: 30px !important;
}
.gm-ui-hover-effect span{
    display: block;
    width: 26px !important;
    height: 26px !important;
    margin: 0px !important;
}
@media (max-width: 990px){
.main-page {
    margin-top: 76px !important;
}
.search_input {
   /* width: 35%;*/
}
}
@media(max-width: 768px) {
#map .map-component {
    height: 84vw;
}
.blogSearch-navOptions.store_search {
    padding-bottom: 2%;
}
.store_list {
    background-color: #ffffff;
    padding: 5% 0 15%;
}
.blogSearch-detailsContainer {
    width: 100%;
}
.blogSearch-navOptions>div {
    flex-basis: 24%;
    min-width:100px;
}
.pc_list{
 display:none;
}
.store_scroll{
  height:480px;
}
.mobile_list{
 display:block;
}
.store_scroll{
 width: 90%;
 margin: 0 auto;
}
.map_box {
    padding-bottom: 6%;
}

#map {
    width: 90%;
    margin: 0 auto;
}
.blogSearch-navOptions.store_search{
 width: 90%;
 margin: 0 auto;
}
.blogSearch-navOptions>div.dropdown-large{
  margin-bottom:3%;
  margin-right: 3%;
  width:46%;
}
.search_input{
  width:95%;
  max-width:none;
  margin-bottom:5%;
  float:left;
}
}
@media(max-width: 480px) {
.page-office .infowindow-component .info-title{
  font-size:16px;
}
.page-office .infowindow-component .info-text {
    font-size: 13px;
}
.page-office .infowindow-component .icon-location,
.page-office .infowindow-component .icon-phone{
    width: 35px;
}
.page-office .infowindow-component .info-text {
	width:calc(100% - 35px);
}
.page-office .infowindow-component .info-content {
    padding: 0px 10px 10px;
}
.gm-ui-hover-effect{
    width: 20px !important;
    height: 20px !important;
}
.gm-ui-hover-effect span{
    width: 20px !important;
    height: 20px !important;
}
}
