.map_column{
  clear: both;
  overflow: hidden;
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
}
.map_column .left_column{
  float: right;
  width: 56%;
  padding: 10px;
  margin-top: 1.5em;
}
h1.logo{
  display: block;
  text-align: center;
  font-size: 2.6em;
  margin: 0.5em auto;
  width: 100%;
}
h1.logo img{
  width: 90%;
  max-width: 300px;
}
.h1.title{
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6em;
  padding: 0.25em;
  margin: 0.25em auto 0.5em auto;
  /*background: #eef1d6;*/
  border-radius: 5px;
}
.h1.title span{
  display: inline-block;
}
.h1.title span.tab{
  background-color: #e4ff00;
  display: inline-block;
  margin: 0 0.25em 0 0;
  padding: 0 0.25em;
}
.h1.title .main_bg_info{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.h1.title .main_bg_info img{
  width: 100%;
  height: 100%;
  opacity: 1;
}
.h1.title .group1{
  position: relative;
  top: -7px;
  font-size: 0.7em;
  left: -1px;
  display: inline-block;
  width: 10px;
  vertical-align: top;
}
.h1.title .group2{
  display: inline-block;
  width: calc(100% - 18px);
  vertical-align: top;
}
h2.logo{
  float: left;
  text-align: center;
  font-size: 2.6em;
  margin: 60px auto 0 20px;
  width: 360px;
}
h2.logo img{
  width: 96%;
  max-width: 360px;
}
h2.title{
  float: left;
  font-size: 2.2em;
  margin: 60px auto 30px 20px;
}
.map_column .left_column .info{
  position: relative;
  font-size: 1.2em;
  line-height: 2em;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  text-align: justify;
  text-justify:inter-ideograph; 
  display: block;
  width: 100%;
  padding: 1em 2em;
}
.map_column .left_column .info .bg_info{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.map_column .left_column .info .bg_info img{
  width: 100%;
  height: 100%;
  opacity: 0.55;
}
.map_column .right_column{
  float: right;
  width: 43%;
  text-align: center;
  margin: 0;
  overflow: hidden;
}
.taiwan_map{
  position: relative;
  width: 100%;
}
.taiwan_map img{
  position: relative;
  width: 100%;
  z-index: 1;
}
.taiwan_map .map_location{
  position: absolute;
  z-index: 2;
  background: rgba(255,255,255,0.65);
  border: 1px solid #ccc;
  -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
.taiwan_map .map_location:hover{
  background: rgba(228, 255, 0, 0.85);
}
.map_location a{
  color: #000;
  display: block;
  padding: 10px 15px;
}
.taiwan_map .map_location:hover a{
  color: #000;
}
.map_location.area_north{top:22%;left:72%;}
.map_location.area_central{top:44%;left:43%;}
.map_location.area_south{top:65%;left:40%;}
.map_location.area_island{top:25%;left:20%;}
.map_location.area_east{top:52%;left:62%;}

/*map_list_column*/
.map_list_column{
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
.map_list_box{
  position: relative;
  display: inline-block;
  width: 20%;
  margin:0 2% 30px 2%;
  text-align:center;
}
.map_list_box .pic_preview{
  width: 100%;
  position:relative;
  top:5px;
  display:inline-block;
  padding-bottom:96%;
  margin:0 0 15px 0;
  background-color:#FFF;
  background-repeat:no-repeat;
  background-position:center center;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  border:5px solid #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.map_list_box .pic_preview:hover{
  top:2px;
  border:5px solid #e4ff00;
}
.map_list_box a .site_name{
  width:100%;
  text-align:center;
  font-size:1em;
  font-weight: bold;
  margin:0 0 8px 0;
  color: #000;
}
/***********/
@media screen and (max-width:1280px) {
  .map_list_box{
    width: 28%;
  }
}
@media screen and (max-width:1024px) {
  h2.logo{
    width: 100%;
    float: right;
    margin: 40px auto 0 auto;
  }
  h2.title{
    width: 100%;
    float: right;
    margin: 40px auto 0px auto;
  }
  .map_column .left_column{
    width: 100%;
  }
  .map_column .right_column{
    width: 100%;
  }
  .map_list_box{
    width: 20%;
  }
}
@media screen and (max-width:768px) {
  .map_list_box{
    width: 28%;
  }
}
@media screen and (max-width:480px) {
  .map_list_box{
    width: 45%;
  }
}
/****************************/
.map_info_column{
  clear: both;
  overflow: hidden;
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
}
.map_info_column .top_column{
  float: right;
  width: 100%;
  overflow: hidden;
}

a.gobackpage{
  display: inline-block;
  color: #fff;
  padding:0.2em 0.5em;
  text-align: center;
  background:#965a1a;
  font-size: 0.7em;
  margin: 0 10px 0 0;
  position: relative;
  border-radius:50px 12px 12px 50px;
  top:-0.15em;
}
a.gobackpage::after{
  content: "";
}
a.gobackpage:hover{
  color: #000;
  background: #e4ff00;
}
.map_info_column .top_column .map_list_column{
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.map_info_column .top_column .map_list_column img{
  max-width: 98%;
  display: inline-block;
  margin: 0 1.5% 3% 1.5%;
  -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4); box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  vertical-align: top;
}
.map_info_column .top_column .desc{
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  color: #666;
}
.map_info_column .bottom_column{
  float: left;
  width: 100%;
  padding: 10px;
}
.map_info_column .bottom_column h3{
  color:#558802;
  font-size: 1.4em;
}
.map_info_column .bottom_column h3:before{
  content: "+";
}
.map_info_column .bottom_column .info{
  font-size: 1.2em;
  line-height: 2em;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #ccc;
  text-align: justify; text-justify:inter-ideograph; 
}
/*���𡃏�誩�*/
.map_info_column .travel_plan{
  float: left;
  width: 100%;
  padding: 10px;
}
.map_info_column .travel_plan h3{
  color:#558802;
  width: 90%;
  text-align: center;
  font-size: 2.4em;
  letter-spacing: 6px;
  margin:20px auto 0 auto;
}
.map_info_column .travel_plan h3 a{
  display: block;
  max-width: 320px;
  background: #fcfdc4;
  background: -moz-linear-gradient(top,  #fcfdc4 0%, #fde899 100%);
  background: -webkit-linear-gradient(top,  #fcfdc4 0%,#fde899 100%);
  background: linear-gradient(to bottom,  #fcfdc4 0%,#fde899 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdc4', endColorstr='#fde899',GradientType=0 );
  padding: 20px;
  border: 3px solid #fff;
  -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px;
  margin: 0 auto;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4); box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.map_info_column .travel_plan h3 a:hover{
  background: #e7fdc5;
  background: -moz-linear-gradient(top,  #e7fdc5 0%, #ecfd99 100%);
  background: -webkit-linear-gradient(top,  #e7fdc5 0%,#ecfd99 100%);
  background: linear-gradient(to bottom,  #e7fdc5 0%,#ecfd99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7fdc5', endColorstr='#ecfd99',GradientType=0 );
}
.map_info_column .travel_plan h3 a img{
  width: 100%;
}
.map_info_column .travel_plan .info{
  font-size: 1.2em;
  line-height: 2em;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #ccc;
  text-align: justify; text-justify:inter-ideograph; 
}
/*20240418*/
.full_column{
  position: relative;
  display: block;
  width: 100%;
}
.full_column .tabs_column{
  position: relative;
  display: block;
  width: 100%;
}
.full_column .tabs{
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.full_column .tabs .tab {
  position: relative;
  display: inline-block;
  margin: 0.5em 1em;
  filter: grayscale(80%) brightness(1.08);
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.full_column .tabs .tab a{
  position: relative;
  display: block;
  padding: 0.25em 1.2em 0.3em 1.2em;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.8em;
  z-index: 2;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
}
.full_column .tabs .tab a::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg_tab.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: -1;
}
.full_column .tabs .tab:hover {
  filter: grayscale(0%) brightness(1);
}
.full_column .tabs .tab.select{
  filter: grayscale(0%) brightness(1.15) drop-shadow(3px 5px 2px rgb(0 0 0 / 0.2));
  transform: scale(1.1);
  transform-origin: 50% 50%;
}
.full_column .tabs .tab.select a::before{
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 40px;
  height: 40px;
  transform: rotate(15deg);
  background-image: url('../img/icon_tab_select.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width:480px) {
  .full_column .tabs .tab {
    margin: 0.5em 0.5em;
  }
  .full_column .tabs .tab a{
    padding: 0.25em 0.5em 0.3em 0.5em;
    font-size: 1.6em;
  }
  .full_column .tabs .tab.select a::before{
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
  }
}
/*plan_download*/
.plan_download_table {
  display:table;
  width:100%;
  font-size:0.938em;
  line-height:18px;
  font-family: 微軟正黑體, simhei, Arial;
}
.plan_download_tr {
  display: table-row;
  width:100%;
}
.plan_download_tr.even{
  background:#f4f4f4;
}
.plan_download_tr th{
  text-align: center;
}
.plan_download_tr td {
  display: table-cell;
  padding:8px 3px;
  border-bottom:1px solid #666;
}
.plan_download_td.table_th{
  background:#D0DFE3;
  text-align: center;
  padding:4px 3px;
}