@charset "utf-8";
/* CSS Document */
body {
  background-repeat: no-repeat;
  overflow: scroll !important;
  height: 100vh;
  font-family: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body a {
  transition: all 200ms ease-out;
  color: #009788;
}
body a:focus, body .slick-dots button:focus {
  outline: 3px #f00 dotted !important;
}
.new_width {
  padding: 0 5%;
  max-width: 1400px;
  margin: auto;
}
.site {
  position: absolute;
  top: -100px;
}
.into a {
  position: absolute;
  z-index: 99;
  opacity: 0;
}
.into a:focus {
  color: #000;
  opacity: 1;
}
.container {
  position: relative;
}
/*緊急公告*/
.urgent_box .collapse, .urgent_box .collapsing {
  background-color: #EFEFEF;
}
.urgent_box .post p {
  margin: 0;
  padding: 1px 0;
}
.urgent_box .post .title {
  white-space: nowrap;
  background-image: url(../images/index/ic_urgent.png);
  background-repeat: no-repeat;
  padding: 10px 0 10px 30px;
  background-position: 0 center;
  font-size: 110%;
  letter-spacing: 5px;
}

.urgent_box .post .item img {
    max-width: 100%;
}
.urgent_box button {
  position: absolute;
  left: 50%;
  text-indent: -9999px;
  width: 126px;
}
.urgent_box .navbar-toggler {
  text-indent: -9999px;
  letter-spacing: 1px;
  position: absolute;
  z-index: 9999;
  display: block;
  width: 100px;
}

.urgent_box .navbar-toggler:focus {
    outline: 3px #f00 solid;
}
.urgent_box .navbar-toggler.collapsed {
  /* display: none !important; */
}
.urgent_box .navbar-toggler::before {
  content: "收合";
  position: absolute;
  color: #000;
  display: block;
  z-index: 9999;
  white-space: nowrap;
  text-indent: 0;
  font-size: 80%;
  background-repeat: no-repeat;
  padding: 4px 0 5px 27px;
}
.urgent_box .navbar-toggler.collapsed::before {
  content: "緊急公告";
}
.urgent_box li {
    padding: 3px 0;
}

.urgent_box li.pic {
    list-style-type: none;
}
/*top*/
.top_box {
  position: relative;
  display: inline-block;
  width: 90%;
}
.toplink {
  z-index: 1;
  font-size: 95%;
  display: flex;
}
.toplink .lan {
  border-radius: 10px;
  border: 1px #DDDBDB solid;
  padding: 4px 10px 5px 10px;
}
.toplink .lan a {
  padding: 0 8px 0 5px;
}
.toplink, .toplink a {
  color: #525151;
}
.toplink .link a {
  padding: 0 5px;
  white-space: nowrap;
}
.toplink .link {
  padding: 5px 10px 0 0;
  position: relative;
}
.toplink .link a.accesskey {
  position: absolute;
  left: -15px;
}
.toplink a:hover {
  color: #000000;
}
/*天氣*/
.weather span {
  display:inline-block;
  position:relative;
  float:left;
  margin-left: 10px;
  font-size:80%;
}
.weather span p {
  display:inline-block;
  padding:0;
  margin:0;
}
.weather .temp {
  font-size:130%;
}
.weather .rain {
  padding:2px 10px;
  margin-top: 3px;
  border: 1px solid #5e5e5e;
  border-radius:50px;
}
.weather .aqi {
  font-size:85%;
  border-right:1px solid #FFF;
  padding-right: 0;
  margin-top: 2px;
}
.weather .aqi p {
  font-size: 110%;
  padding: 2px 17px;
  margin-left:5px;
  border-radius: 50px;
  color: #fff;
}
.weather .aqi p.color01 {
  background-color: #009763;;
}
.weather .aqi p.color02 {
  background-color: #fffb26;
  color: #000;
}
.weather .aqi p.color03 {
  background-color: #ff9734;
}
.weather .aqi p.color04 {
  background-color: #ca0034;
}
.weather .aqi p.color05 {
  background-color: #670099;
}
.weather .aqi p.color06 {
  background-color: #7e0123;
}
.weather .pm {
  font-size:85%;
}
.weather .pm p {
  font-size:140%;
  margin-left:10px;
  border-radius:100%;
  width: 30px;
  height: 30px;
  text-align:center;
}
.weather .pm p.color01 {
  border:2px solid #8BC34A;
}
.weather .pm p.color02 {
  border:2px solid #FFEB3B;
}
.weather .pm p.color03 {
  border:2px solid #FF5722;
}
.weather .pm p.color04 {
  border:2px solid #de0f00;
}
.weather .pm p.color05 {
  border:2px solid #9C27B0;
}
.weather .pm p.color06 {
  border:2px solid #770059;
}
/*search*/
.search_box {
  display: flex;
  border-radius: 5px;
  padding: 0 0 0 10px;
  font-size: 95%;
  position: relative;
}
.modal-content .search input {
  font-size: 110%;
  border: none;
  background-color: #dedede;
  padding: 5px 10px;
  width: 100%;
}
.modal-content .search .keyword {
  color: #009788;
  font-size: 110%;
  letter-spacing: 1px;
  position: absolute;
  margin: 0;
  top: 17px;
  font-weight: bold;
}
.modal-content .search .keyword svg {
  fill: #009788;
  width: 15px;
  margin: -3px 3px 0 0;
}
.search_link a, .search_link {
  color: #009788;
  padding: 5px 5px 5px 0;
}
.search_bt a {
  background-color: #009788;
  color: #fff;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
}
.search_bt a:hover {
  text-decoration: none;
  background-color: #11b9a8;
}
.search_bt a svg {
  width: 16px;
  height: 17px;
  fill: #fff;
  margin: -3px 0 0 0;
}
.modal-content .hotsearch {
  font-size: 95%;
  width: 100%;
  padding: 5px;
  position: relative;
}
.modal-content .hotsearch a {
  color: #009788;
}
.modal-content .adv a {
  color: #000;
  text-decoration: underline;
}
.modal-content .search .search_bt {
  padding: 0;
}
.modal-content .search {
  display: flex;
  padding: 30px 0 0 0;
}
.modal-content .search_bt input[type="button"], .modal-content .search_bt input[type="submit"] {
  margin: 0;
  background-color: #009788;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 6px 10px;
  color: #fff;
  font-size: 105%;
}
/*banner*/
.banner img {
  width: 100%;
}
.banner .slick-slide a {
  display: block;
}
.banner .slick-slide a:focus {
  outline: 3px #f00 dotted !important;
  z-index: 9999;
  position: relative;
  outline-offset: -3px;
}
/*主要內容*/
.main {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 99;
}
/*跑馬燈*/
.marquee_box {
  position: relative;
  z-index: 9;
  width: 100%;
  overflow: hidden;
}
.marquee {
  background-color: #FFD560;
  overflow: hidden;
}
.marquee_box .icon {
  position: absolute;
  left: 0;
  top: 8px;
  color: #b70707;
  font-size: 125%;
  padding: 0 5px;
}
.marquee_box a {
  line-height: 45px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  font-size: 110%;
}
/*主要內容*/
.container.main {
  padding: 0 5px;
}
.main .accesskey {
  position: absolute;
  left: 10px;
  color: #cccccc;
}
/*服務專區*/
.area01 {
  background-color: #f0f0f0;
  padding: 0;
}
.area01 .v_line {
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
}

.area01 .v_line svg path {
    stroke: #009788;
}
.area01 .container, .area02 .container {
  max-width: 1370px;
  margin: 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.area02 {
  border-bottom: 1px #ebebeb solid;
  padding: 0 0 20px 0;
}
.area02 .container {
  padding: 40px 15px 25px 15px;
}
.service {
  padding: 0 20px 50px 20px;
  position: relative;
  z-index: 9;
  width: 100%;
}
.h_title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.service .link ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.service .link ul li {
  float: left;
  padding: 0 25px 0 15px;
  border-right: 1px #009788 solid;
}
.service .link ul li:last-child {
  border: none;
}
.service .link ul li a {
  color: #000;
  font-weight: bold;
  font-size: 105%;
  position: relative;
}
.service .link ul li a:hover {
  color: #009788;
}
.service .link ul li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #009788;
  border-right: solid 1px #009788;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  right: -10px;
  top: 60%;
}
.h_title h2 {
  display: inline-block;
  margin: 0;
  font-size: 150%;
  font-weight: bold;
  background-image: url(../images/index/ic_title.png);
  background-position: center bottom;
  padding: 0 0 15px 0;
  background-repeat: no-repeat;
  white-space: nowrap;
}
/*申辦/旅遊*/
.custom01 .link01, .custom01 .link02 {
  position: relative;
  font-weight: bold;
  padding: 15px;
}
.custom01 .link01 .title, .custom01 .link02 .title {
  position: relative;
}
.custom01 .link02 .title {
  color: #fff;
  border-bottom: 1px #fff solid;
}
.custom01 .link01 .title {
  color: #000;
  border-bottom: 1px #555 solid;
}
.custom01 .link01 a, .custom01 .link02 a {
  display: block;
  height: 100%;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.custom01 .link01 svg, .custom01 .link02 svg {
  position: absolute;
  background-color: transparent;
  transition: all 200ms ease-out;
}
.custom01 .link02 svg path, .custom01 .link02 svg g {
  stroke: #fff;
}
.custom01 .link02 a:hover svg path {
  stroke: #009788;
}
.custom01 .link02 p {
  color: #fff;
  position: absolute;
  margin: 0;
  bottom: 10%;
}
.custom01 .link01 ul {
  position: absolute;
  color: #000;
}
.custom01 .link01 ul li {
  padding: 3px 0;
}
.custom01 .link01 a {
  background-image: url(../images/index/custom01_bg.jpg);
  background-size: cover;
}
.custom01 .link01 a:hover .title svg g {
  fill: rgba(0, 0, 0, 0.12);
}
.custom01 .link02 a:hover .title svg {
  background-color: #fff;
  border-radius: 50px;
}
.custom01 .title svg g {
  transition: all 200ms ease-out;
  fill: rgba(0, 0, 0, 0);
}
.custom01 .link01 a:hover .hand img {
  height: 105%;
}
.custom01 .link02 a {
  background-image: url(../images/index/custom02.jpg);
  background-position: center;
}
.custom01 .link02 a:hover {
  background-size: 120% 120%;
}
.custom01 .link01 .hand {
  position: absolute;
}
.custom01 .link01 .hand img {
  height: 100%;
  transition: all 200ms ease-out;
}
/*頁籤圖片*/
.news_pic img {
  width: 100%;
  margin: auto;
}
.news_pic p {
  margin: 0;
  background-color: #009788;
  color: #fff;
  font-size: 130%;
  padding: 10px 0;
}
/*社群影音*/
.channel {
  height: 100%;
}
.channel ul {
  list-style-type: none;
  display: block;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.channel ul li a {
  display: block;
  background-color: #ebebeb;
  border-radius: 5px;
  color: #353535;
  font-weight: bold;
  font-size: 160%;
  padding: 0 50px;
  height: 100%;
  position: relative;
}
.channel ul li a:hover {
  background-color: #c0e9e5;
}
.channel ul li {
  padding: 5px 0;
  height: 100%;
}
/*fb*/
.fb {
  text-align: center;
}
#fb-root {
  display: none;
}
/* 讓所有容器的寬度都變成 100% */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  max-width: 100% !important;
  height: 360px !important;
}
/*各機關網站*/
.organ .nav-pills .nav-link.active, .organ .nav-pills .show > .nav-link {
  border-bottom: 1px #555 solid;
  background-color: transparent;
  color: #000;
}
.organ .nav-pills .nav-link {
  border-radius: 0;
  padding: .5rem 2.5rem .5rem 5px;
  font-weight: bold;
  font-size: 105%;
  position: relative;
  color: #848484;
  white-space: nowrap;
}
.organ .nav-pills .nav-link.active svg, .organ .nav-pills .show > .nav-link svg, .organ .nav-pills .nav-link:hover svg {
  right: 0;
  opacity: 1;
}
.organ .nav-pills .nav-link svg {
  position: absolute;
  top: 20px;
  opacity: 0;
  right: 10px;
  transition: all 200ms ease-out;
}
.organ .nav-pills .nav-link svg path {
  stroke: #000;
}
.organ .tab-content {
  width: 100%;
}
.organ .tab-content ul {
  list-style-type: none;
  padding: 0 20px;
  margin: 0;
}
.organ .tab-content ul li {
  float: left;
  padding: 10px 5px;
}
.organ .tab-content ul li a {
  color: #000;
  font-weight: bold;
  font-size: 110%;
  display: block;
  line-height: 110%;
}
/*縣長專區*/
.chief_area .pic img {
  max-width: 100%;
}
.chief_area ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.chief_area {
  justify-content: center;
  align-items: center;
}
.chief_area ul li:last-child {
  border: none;
}

.chief_area ul li svg {
    width: 40px;
    height: 40px;
}

.chief_area ul li svg .iconv {
    fill: #009788;
}

.chief_area ul li svg circle {
    fill: #348ec6;
}
.chief_area ul li a {
  align-items: center;
  font-size: 125%;
  font-weight: bold;
  color: #000;
  position: relative;
  text-decoration: none;
}
.chief_area ul li a:hover {
  color: #009788;
}
.chief_area ul li a:hover .arrow {
  right: 15px;
}
.chief_area ul li a:hover .icon svg .iconv {
  fill: #0fc5b3;
}
.chief_area ul li .arrow {
  position: absolute;
  right: 0;
  transition: all 200ms ease-out;
  top: 25%;
}
/*open data*/
.opendata .stitle {
  font-size: 130%;
  font-weight: bold;
  padding: 15px 0;
}
.opendata ul {
  list-style-type: none;
  padding: 20px 0 0 0;
  margin: 0;
  width: 100%;
}
.opendata ul li {
  float: left;
  padding: 3px;
  text-align: center;
  width: 100%;
}
.opendata ul li a {
  border: 2px #009788 solid;
  border-radius: 100px;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.opendata ul li a:hover {
  background-color: #009788;
  color: #fff;
}
/*開放連結*/
.open_link .out_link {
  padding: 5px 0;
  position: relative;
}
.open_link .out_link a:hover {
  color: #009788;
}
.open_link .out_link a:hover .arrow {
  right: 50px;
}
.open_link .out_link a:hover .arrow svg .a {
  stroke: #009788;
}
.open_link .out_link a {
  color: #000;
  font-size: 180%;
  font-weight: bold;
  border-bottom: 1px #e2e2e2 solid;
  display: block;
  padding: 0 0 10px 0;
  text-decoration: none;
}
.open_link .out_link .w01 {
  margin: 0;
  font-size: 55%;
  color: #555;
}
.open_link .out_link .arrow {
  position: absolute;
  right: 35px;
  top: 20px;
  transition: all 200ms ease-out;
}
.open_link .out_link svg {
  position: absolute;
  width: 35px;
}
/*美麗澎湖*/
.beauty img {
  max-width: 100%;
}
.beauty .pc {
  text-align: center;
}
/*下方連結*/
.slink ul {
  display: inline-block;
  margin: 0;
  list-style-type: none;
}
.slink ul li a {
  display: block;
  text-decoration: none;
}

/*小廣告*/
.sbanner .slick-slide a {
  display: block;
  padding: 5px;
}
.sbanner_link {
  background-color: #f0f0f0;
  background-image: url(../images/template/fat_bg.jpg);
  background-repeat: no-repeat;
  border-top: 1px #dbdbdb solid;
}
.sbanner_link .slick-slide a:hover img {
  border: 1px #ff8a2b solid;
}
.sbanner_link .slick-slide img {
  margin: auto;
  border: 1px #d0d0d0 solid;
}
.sbanner_link .slick-prev, .sbanner_link .slick-next {
  width: 42px;
  height: 42px;
  z-index: 9;
  font-size: 0;
  background-color: #ffffff;
  text-align: center;
}
.sbanner_link .slick-prev:hover, .sbanner_link .slick-next:hover {
  background-color: #dedbdb;
}
.sbanner_link .slick-next {
  right: 0;
}
.sbanner_link .slick-prev {
  left: 0;
}
.sbanner_link .slick-prev:before {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #009788;
  border-left: solid 3px #009788;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(50%, -50%);
  left: 5px;
}
.sbanner_link .slick-next:before {
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #009788;
  border-right: solid 3px #009788;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(50%, -50%);
}
.sbanner_link .slick-prev:before, .sbanner_link .slick-next:before {
  display: block;
  opacity: 0.4;
  color: #009788;
  position: relative;
}
/*fatfoot*/
.fatfoot .btn {
  position: relative;
  width: 100%;
  text-indent: -9999px;
  border-radius: 0;
  transition: all 200ms ease-out;
}
.fatfoot .btn.collapsed {}
.fatfoot .btn:before {
  content: "";
  position: absolute;
  text-indent: 0;
  display: block;
  width: 17px;
  height: 17px;
  border-bottom: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.fatfoot .btn.collapsed:before {
  border-top: solid 3px #ffffff;
  border-right: none;
  border-bottom: none;
  border-left: solid 3px #ffffff;
  top: 68%;
}
/*footer*/
footer {
  background-color: #ffffff;
  position: relative;
  padding: 25px 0;
}
footer .info p {
  padding: 2px 0;
  margin: 0;
  color: #565656;
  font-size: 95%;
}

footer .info p span {
    white-space: nowrap;
}
footer .info p a:hover {
  color: #348ec6;
}
footer .right ul, footer .com ul {
  padding: 0;
  list-style-type: none;
  clear: both;
  margin: 0;
}
footer .right ul li, footer .com ul li {
  float: left;
  text-align: center;
  margin-right: 10px;
  padding: 5px 0;
}
footer .right ul li a {
  display: block;
  text-decoration: none;
}
footer .right ul li a:hover p {
  color: #FFEB3B;
}
footer .info .left {
  padding: 0 15px;
}
footer img {
  max-width: 100%;
}
footer .linkbar a {
  white-space: nowrap;
}
footer .linkbar .link a {
  margin: 5px 10px;
  color: #000;
  border-radius: 15px;
  border: 1px #a2a2a2 solid;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 105%;
  text-decoration: none;
}
footer .linkbar .link a:hover {
  background-color: #009788;
  color: #fff;
}
footer .info.Update {
  display: inline-block;
  width: 100%;
  border-top: 1px #dadada solid;
  padding: 15px 0;
  color: #757575;
  font-size: 90%;
  position: relative;
}
footer .info.Update p {
  right: 0;
  font-size: 90%;
  top: 14px;
  color: #757575;
  margin: 0;
}
footer .info.Update span {
  margin: 0 15px;
}
/*gotop*/
.gotop {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 9999;
}
.gotop a {
  background-color: #555;
  border-top-left-radius: 11px;
  border-top-right-radius: 11PX;
  position: relative;
  width: 50px;
  display: block;
  height: 35px;
  text-indent: -9999px;
  opacity: 0.5;
}
.gotop a:hover {
  opacity: 1;
}
.gotop a:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #ffffff;
  border-left: solid 3px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 36%;
  top: 40%;
}
@media screen and (min-width: 1700px) {
  .urgent_box .navbar-toggler {
    right: 21%;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1500px) {
  .urgent_box .navbar-toggler {
    right: 15%;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1300px) {
  .urgent_box .navbar-toggler {
    right: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .open_link {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .open_link .out_link {
    height: 100%;
  }
  .open_link .out_link a {
    color: #000;
    font-size: 180%;
    font-weight: bold;
    border-bottom: 1px #e2e2e2 solid;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 0 10px 0;
    text-decoration: none;
  }
  .container.sbanner {
    padding: 0 7%;
  }
}
@media screen and (min-width: 1300px) {
  h1.logo {
    display: inline-block;
    padding: 30px 0 15px 0;
    position: relative;
    z-index: 9999;
    margin-left: 5%;
  }
  .toplink {
    right: 5%;
    top: -65px;
  }

.weather {
    right: 5%;
    top: -25px;
}

  .search_box {
    right: 5%;
  }
  .custom01 .link01 a, .custom01 .link02 a {
    padding: 15px 0 15px 30px;
  }
  .custom01 .link01 .title, .custom01 .link02 .title {
    font-size: 190%;
    padding: 15px 0 20px 10px;
  }
  .custom01 .link01 svg, .custom01 .link02 svg {
    right: 25px;
    bottom: 25px;
  }
  .custom01 .link01 ul {
    left: 30px;
    bottom: 8px;
    font-size: 120%;
  }
  .custom01 .link01 .hand {
    right: -41%;
    bottom: 0;
    left: 55%;
    top: 14%;
  }
  .custom01 .link02 p {
    left: 12%;
  }
  .news_pic {
    padding: 5px 50px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .open_link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .open_link .out_link {
    float: left;
    padding: 20px;
  }
  .open_link .out_link a {
    position: relative;
  }
  .open_link .out_link .arrow {
    display: none;
  }
}
@media (max-width: 1300px) and (min-width: 992px) {
  .urgent_box .navbar-toggler {
    right: 3%;
  }
  h1.logo {
    padding: 15px 10px 50px 20px;
    display: inline-block;
  }
  .toplink {
    right: 20px;
    top: -90px;
  }

.weather {
    right: 20px;
    top: -50px;
}
  .search_box {
    right: 20px;
  }
  .custom01 .link01 a, .custom01 .link02 a {
    padding: 15px 0 15px 20px;
  }
  .custom01 .link01 .title, .custom01 .link02 .title {
    font-size: 165%;
    padding: 10px 0 15px 0px;
  }
  .custom01 .link01 svg, .custom01 .link02 svg {
    right: 16px;
    bottom: 18px;
  }
  .custom01 .link01 ul {
    left: 15px;
    bottom: 2%;
    font-size: 110%;
  }
  .custom01 .link01 .hand {
    /* right: -41%; */
    bottom: 0;
    left: 42%;
    top: 16%;
  }
  .custom01 .link02 p {
    left: 8%;
  }
  .news_pic {
    padding: 5px 0;
  }
}
@media screen and (min-width: 992px) {
  .modal.show .modal-dialog{
    max-width: 690px;
    /* height: 80vh; */
}
  .menu.smaller {
    margin-top: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: #fff;
    border-bottom: 2px #e2e2e2 solid;
  }
  .banner .phone {
    display: none;
  }
  .urgent_box {
    position: relative;
    z-index: 9;
  }
  .urgent_box .phone {
    display: none;
}
  .urgent_box .post {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 10% 15px 0;
  }
  .urgent_box .navbar-toggler {
    top: 50%;
    transform: translate(0, -50%);
  }
  .urgent_box .navbar-toggler.collapsed::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .urgent_box .navbar-toggler::before {
    background-image: url(../images/index/ic_urgent_close.png);
    background-position: 0 0;
  }
  .urgent_box .post .item {
    padding: 0 5% 0 30px;
    border-right: 1px #ccc solid;
  }
  .menu {
    margin-top: -40px;
  }
  .urgent_box .navbar-toggler.collapsed {
    width: 100%;
    padding: 9px 7px 9px 7px;
    position: relative;
    right: inherit;
    top: 0;
    display: block;
    left: inherit;
    background-color: #EFEFEF;
    letter-spacing: 2px;
    transform: inherit;
  }
  .urgent_box .navbar-toggler.collapsed::before {
    padding: 0 0 0 22px;
    background-image: url(../images/index/ic_urgent.png);
    background-repeat: no-repeat;
  }
  .urgent_box .navbar-toggler.collapsed::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url("../images/index/ic_urgent_open.png");
    top: 30px;
  }
  .toplink,.weather {
    position: absolute;
  }
  .search_box {
    position: absolute;
    top: 15px;
  }
  .service .link {
    position: absolute;
  }
  .custom01 {
    height: 100%;
  }
  .custom01 .link01, .custom01 .link02 {
    padding: 0 15px 48px 15px;
  }
  .custom01 .link02 p {
    color: #fff;
    position: absolute;
    margin: 0;
    font-size: 120%;
    bottom: 10%;
  }
  .chief_area .pic.pad {
    display: none;
  }
  .chief_area ul {
    padding: 0 0 0 25px;
  }
  .chief_area .pic {
    width: 75%;
  }
  /*fatfoot*/
  .fatfoot {
    background-color: #009788;
    position: relative;
    z-index: 9;
  }
  .fatfoot .card-body {
    border: none;
    letter-spacing: 1px;
    padding: 3.25rem 1.25rem 1.25rem 1.25rem;
    background-color: transparent;
  }
  .fatfoot .card-body ul li {
    padding: 4px 0 4px 5px;
    margin: 0;
    list-style-type: none;
  }
  .fatfoot .card-body ul li.title {
    font-size: 105%;
    font-weight: 600;
    padding: 5px 20px 5px 5px;
    border-bottom: 2px rgba(255, 255, 255, 0.58) solid;
    margin: 0 0 3px 0;
  }
  .fatfoot .card-body ul li.title a {
    color: #ffffff;
  }
  .fatfoot .card-body ul li a {
    color: #ffffff;
  }
  footer .logo {
    position: absolute;
  }

footer .logo img {max-width: 250px;}
  footer .right {
    left: 55px;
    bottom: 60px;
  }
  footer .right ul {
    float: right;
    margin: 0 0 5px 0;
  }
  footer .info {
    display: -webkit-flex;
    display: flex;
    padding: 0 0 0 255px;
  }
  footer .linkbar {
    padding: 20px 0 20px 258px;
  }
  footer .info.Update p {
    position: absolute;
  }
}
@media screen and (max-width: 992px) {
  .menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    bottom: 0;
  }
  .banner {
    margin-top: 80px;
  }
  .custom01 .link02 p {
    left: 8%;
  }
  .news_pic {
    display: inline-block;
    margin: auto;
    padding: 30px 0;
    max-width: 500px;
  }
  .chief_area ul {
    padding: 0 0 0 0;
  }
  .urgent_box {
    position: fixed;
    z-index: 999;
    height: 100vh;
    background-color: #EFEFEF;
    max-width: 260px;
  }

.urgent_box .pc {
    display: none;
}
  .urgent_box .post {
    padding: 15px 0 15px 0;
  }

.urgent_box .phone li {
    font-weight: bold;
    font-size: 105%;
}
  .urgent_box .navbar-toggler {
    right: -40px;
    width: 40px;
    padding: 5px 0 0 8px;
    top: 10%;
    z-index: 9;
    background-color: #efefef;
    height: 95px;
    background-image: url(../images/index/ic_urgent_close02.png);
    background-repeat: no-repeat;
    background-position: 8px 11px;
    transition: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
  }
  .urgent_box .navbar-toggler[type=button] {
    background-color: #338ec6;
    -webkit-appearance: none;
  }
  .urgent_box .navbar-toggler.collapsed {
    background-color: #338ec6;
    height: 130px;
    background-image: url(../images/index/ic_urgent_open02.png);
  }
  .urgent_box .navbar-toggler::before {
    padding: 35px 0 0 0;
    background-position: -2px 3px;
    white-space: inherit;
    line-height: 120%;
    left: 8px;
    color: #fff;
  }
  h1.logo {
    position: fixed;
    background-color: #fff;
    z-index: 998;
    width: 100%;
    margin: 0;
    padding: 10px 75px 15px 15px;
    height: 80px;
    top: 0;
    border-bottom: 2px #e2e2e2 solid;
    text-align: center;
  }
  h1.logo.smaller img {
    width: 200px;
  }
  h1.logo img {
    width: 65%;
    max-width: 185px;
  }
  .toplink .lan {
    position: absolute;
    top: 9px;
  }
  .toplink .link {
    margin-top: 50px;
    line-height: 36px;
  }
  .menu .search_box {
    margin: 25px 20px 10px 0;
    position: relative;
    font-size: 105%;
  }
  .menu .search_box .search_bt {
    right: 0;
    position: absolute;
  }
  .menu .toplink, .menu .weather {
    position: relative;
  }

.menu .weather {
    display: inline-block;
    width: 100%;
}

.menu .weather .aqi {
    width: 100%;
}
  .menu .weather::after {
    background-color: #ebebeb;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    display: inline-block;
    bottom: -10px;
  }
  .banner .pc {
    display: none;
  }
  .banner .slogn .headline {
    font-size: 155%;
    margin: 0;
    font-weight: bold;
  }
  .banner .slogn .subtitle {
    letter-spacing: 1px;
  }
  .banner .phone .slogn {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
  }
  .banner .phone .bnbg {
    height: 250px;
    position: relative;
    text-align: center;
  }
  .banner .phone img {
    position: absolute;
    height: 100%;
    width: auto;
    bottom: 0;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);
  }
  .chief_area .pic.pc {
    display: none;
  }
  .video {
    padding: 0 0 20px 0;
  }
  .channel ul li a p {
    margin: 0;
  }
  .channel ul li a {
    padding: 25px;
  }
  .opendata .stitle{
    text-align: center;
}
  .fatfoot {
    display: none;
  }
  footer .linkbar {
    width: 100%;
    float: left;
    position: relative;
  }
  footer .linkbar .link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .linkbar .com {
    padding: 0 0 0 15px;
  }
  footer .info.Update {
    margin-top: 8px;
  }
  footer .logo {
    float: left;
  }
  footer .info {
    float: left;
  }
}
@media screen and (min-width: 900px) {
  .organ .tab-content ul li {
    width: 50%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  footer .right {
    left: 55px;
    top: 85px;
  }
}
@media screen and (min-width: 767px) and (max-width: 900px) {
  .organ .tab-content ul li {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  .custom01 .link01 .title, .custom01 .link02 .title {
    font-size: 165%;
    padding: 10px 0 20px 0px;
  }
  .custom01 .link01 svg, .custom01 .link02 svg {
    right: 5px;
    bottom: 18px;
  }
  .custom01 .link01 a, .custom01 .link02 a {
    padding: 5%;
    height: 250px;
  }
  .custom01 .link01 ul {
    left: 5px;
    bottom: 5%;
    font-size: 110%;
  }
}
@media screen and (min-width: 559px) and (max-width: 600px) {
  .custom01 .link01 a, .custom01 .link02 a {
    padding: 5%;
    height: 200px;
  }
  .custom01 .link01 .title, .custom01 .link02 .title {
    font-size: 140%;
    padding: 4px 0 15px 5px;
  }
  .custom01 .link01 svg, .custom01 .link02 svg {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
@media screen and (min-width: 767px) {
  .h_title .link {
    right: 0;
    top: 50%;
    display: inline-block !important;
    text-align: center;
    position: absolute;
  }
  .l_title.h_title {
    text-align: left;
  }
  .l_title.h_title p {
    background-position: left bottom;
  }
  .service .link {
    display: none;
  }
  .channel ul li a p {
    margin: 0;
    line-height: 115%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
  }
  .chief {
    border-left: 1px #e4e2e2 solid;
    padding: 0 0 25px 60px;
  }
  .chief_area ul li a {
    padding: 15px 10px;
  }
  .chief_area ul li a {
    display: -ms-flexbox;
    display: flex;
  }
  .chief_area ul li .icon {
    margin: 0 15px 0 0;
  }
  .chief_area ul li {
    border-bottom: 1px #d8d8d8 solid;
  }
  .beauty .phone {
    display: none;
  }
  .slink .h_title, .slink ul li p {
    display: none;
  }
  .slink ul li {
    display: inline-block;
    padding: 10px;
  }
  .slink ul {
    padding: 25px 0;
    text-align: center;
  }
  .slink {
    text-align: center;
  }
  .slink ul li a {
    border: 1px rgba(255, 255, 255, 0) solid;
  }
  .slink ul li a:hover {
    border: 1px #338ec6 solid;
  }
  footer .linkbar {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .h_title .link {
    display: none !important;
  }
  .service .link {
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 110%;
  }
  .service .link ul {
    display: inline-block;
  }
  .channel {
    padding: 0 0 20px 0;
  }
  .chief_area ul {
    padding: 25px 0 0 0;
    display: -webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .chief_area ul li {
    border-right: 1px #d1d1d1 solid;
  }
  .chief_area ul li .arrow {
    display: none;
  }
  .chief_area ul li a {
    display: block;
    text-align: center;
    padding: 0;
  }
  .opendata ul li a {
    margin: auto;
  }
  .chief_area ul li .icon {
    margin: 0 0 10px 0;
  }
  .count {
    padding: 40px 0;
  }
  .beauty .pc {
    display: none;
  }
  .beauty .phone {
    padding: 0 25px;
  }

.beauty .phone .h_title svg ellipse {
    fill: #009788;
}

.beauty .phone a {
    display: block;
    text-decoration: none;
}

.beauty .phone a:hover .arrow {
    right: 50px;
}

.beauty .phone a:hover .arrow svg path {
    stroke: #009788;
}

.beauty .phone a:hover .open_link .out_link {
    color: #009788;
}

.phone .open_link .out_link {
    font-size: 180%;
    font-weight: bold;
    border-bottom: 1px #e2e2e2 solid;
    display: block;
    padding: 0 0 10px 0;
    text-decoration: none;
    color: #000;
}

.beauty .phone svg {
    display: block;
    margin: 0 auto 5px auto;
}
  .beauty .open_link {
    padding: 15px 0;
  }
  .slink ul li img {
    display: none;
  }
  .slink ul li p {
    background-image: url(../images/index/dot01.png);
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    color: #000;
    font-weight: bold;
    font-size: 108%;
  }
  .slink ul li a:hover p {
    color: #009788;
  }
  .slink ul {
    padding: 0 15px 15px 15px;
  }
  footer .info {
    padding: 10px 0;
  }
  footer .right {
    right: 0;
    top: 10px;
  }
}
@media screen and (max-width: 750px) {
 .count {
    height: 300px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
 .chief_area ul li {
    width: 25%;
  }
}
@media screen and (max-width: 559px) {
  .custom01 .link01 a, .custom01 .link02 a {
    padding: 5%;
    height: 235px;
  }
  .custom01 .link01 .title, .custom01 .link02 .title {
    font-size: 145%;
    padding: 10px 0 15px 10px;
  }
  .custom01 .link01 svg, .custom01 .link02 svg {
    right: 10px;
    top: 7px;
  }
}
@media screen and (max-width: 992px) and (min-width: 576px) {
  .custom01 .link01 .hand {
    right: -28px;
    bottom: 0%;
    top: 16%;
  }
}
@media screen and (max-width: 600px) and (min-width: 576px) {
  .custom01 .link01 ul li {
    padding: 0;
  }
  .custom01 .link01 ul {
    bottom: 0;
  }
}
@media screen and (max-width: 576px) and (min-width: 400px) {
  .custom01 .link01 ul {
    top: 90px;
    margin: 0;
  }
  .custom01 .link01 ul li {
    padding: 3px 0;
    font-size: 110%;
  }
  .custom01 .link01 .hand {
    right: 0;
    bottom: 0;
    top: 20px;
  }
}
@media screen and (min-width: 480px) {
  .modal-content .adv {
    position: absolute;
    right: 15px;
    bottom: 20px;
  }
   .sbanner_link .link_bt {
    display: none;
  }
  .organ .nav-pills .nav-link {
    padding: .5rem 2.5rem .5rem 5px;
  }
}
@media screen and (max-width: 480px) {
  .chief_area ul li {
    width: 50%;
    padding: 20px 0;
  }

.chief_area ul li:nth-child(2) {
    border-right: none;
    border-bottom: 1px #d1d1d1 solid;
}

.chief_area ul li:nth-child(1) {
    border-bottom: 1px #d1d1d1 solid;
}
  .organ .nav-pills .nav-link {
    padding: .5rem 0 .5rem 5px;
  }
  .organ .nav-pills .nav-link svg {
    display: none;
  }
  .sbanner_link {
    padding: 25px 0 30% 0;
    background-size: 173%;
    background-position: 30% bottom;
  }
  .sbanner_link .sbanner {
    display: none;
  }
  .sbanner_link .link_bt {
    padding: 0 15px;
    text-align: center;
  }
  .sbanner_link .link_bt a {
    color: #000;
    font-size: 150%;
    font-weight: bold;
    background-color: #d3d3d3;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    display: inline-flex;
  }
  .sbanner_link .link_bt a:hover {
    background-color: #fff;
  }
  .sbanner_link .link_bt .arrow {
    margin: 0 0 0 15px;
  }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .organ .tab-content ul li {
    width: 50%;
  }
}
@media screen and (min-width: 450px) {
 
  .sbanner_link {
    padding: 25px 0 30% 0;
    background-size: 100%;
    background-position: center bottom;
  }
  footer .right {
    position: absolute;
  }
}
@media screen and (max-width: 450px) {
  
  footer .right {
    clear: both;
    padding: 0 15px;
  }
}
@media screen and (min-width: 400px) {
  .organ .tab-content {
    padding: 0 0 0 30px;
  }
  .opendata ul {
    display: flex;
    display: -webkit-flex;
  }
  .opendata ul li a {
    width: 110px;
    height: 110px;
    font-size: 115%;
    line-height: 110px;
  }
}
@media screen and (max-width: 400px) {
  .custom01 .link01 ul {
    top: 100px;
    margin: 0;
  }
  .custom01 .link01 ul li {
    font-size: 105%;
  }
  .custom01 .link01 .hand {
    right: -31px;
    bottom: 0;
    /* left: 54%; */
    top: 33px;
  }
  .organ .tab-content ul li {
    width: 100%;
  }
  .opendata ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .opendata ul li a {
    font-size: 105%;
    line-height: 55px;
  }
}