@charset "UTF-8";
@import "../css/reset.css";
body {
  font-size: 1.08rem;
  line-height: 24px;
  margin-top: 0px;
  border: solid 0px #000;
  background-color: #faf7f1;
  font-family: system-ui, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Noto Color Emoji;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #ca4808;
}

.b {
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #0da97f;
  text-decoration: none;
  padding: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
}
.b:hover {
  background-color: #0d7ba9;
}

.c {
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #2980f5;
  text-decoration: none;
  padding: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
}

.f {
  color: #2368b4;
  text-decoration: underline;
}
.f :hover {
  color: #ca4808;
}

/* ------------------------------------------------------------- header -----------------------------------------------*/
#header_wrapper {
  width: 100%;
  height: 110px;
  margin-top: 0px;
  padding: 0px;
  border: solid 0px #000;
}

.content {
  width: 1240px;
  background-position: top;
  margin: 0px auto;
  padding: 0px;
}

.logo a {
  background-image: url(../images/logo_csr.png);
  background-repeat: no-repeat;
  height: 81px;
  width: 299px;
  float: left;
  display: block;
  padding-left: 0px;
  margin-left: 80px;
  margin-top: 10px;
}

.infomenu {
  width: 530px;
  margin-top: 25px;
  float: right;
  margin-right: 32px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.infomenu li {
  padding-top: 0px;
  padding-right: 7px;
  padding-bottom: 0;
  padding-left: 0px;
  float: left;
  margin-right: 5px;
}

.inline_l {
  border-right: 1px solid #c6c7c8;
}

.topmenu {
  height: 35px;
  /*width:530px;*/
  margin-top: 0px;
  float: right;
  margin-right: 80px;
  margin-left: 0px;
  padding-top: 5px;
  border-top: 1px solid #c6c7c8;
}
.topmenu li {
  list-style: none;
  padding-top: 0px;
  padding-right: 7px;
  padding-bottom: 0;
  padding-left: 7px;
  float: left;
  margin-right: 5px;
}
.topmenu li:hover {
  color: #0268bd;
  text-decoration: none;
}

.search {
  width: 150px;
  margin-top: -5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  border: solid 0px #000;
}

/* ------------------------------------------------------------- 選單 -----------------------------------------------*/
.header_con {
  width: 100%;
  height: 48px;
  background: linear-gradient(to bottom, #85c6af 0%, #0c7263 100%);
  /*background-image: url(../images/menu_bg.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.navi_con {
  width: 1100px;
  margin: 0 auto;
}

.nav {
  border: #ccc 0px solid;
  display: inline-block;
  width: 1100px;
}
.nav > li {
  /*background: linear-gradient(to bottom, #85c6af 0%,#568c6e 100%);*/
  position: relative;
  white-space: nowrap;
  border-right: #fff 1px dashed;
  font-weight: bold;
  float: left;
}
.nav > li:last-child {
  border-right: none;
}
.nav > li a {
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 40px;
}
.nav > li a:hover {
  color: #fff;
}
.nav > li:hover > a {
  color: #ffff00;
}
.nav > li ul {
  border: #fff 0px solid;
  background-color: #7DA46D;
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
  min-width: 175px;
  display: none;
}
.nav > li ul ul {
  z-index: 999;
  top: 10px;
  left: 90%;
}
.nav > li ul li {
  border-bottom: #fff 1px solid;
}
.nav > li ul li:last-child {
  border-bottom: none;
}
.nav > li ul li a {
  background-color: #7DA46D;
  color: #fff;
  text-decoration: none;
  line-height: 21px;
  padding: 5px 5px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav > li ul li a:hover {
  background-color: #e37c0d;
  color: #fff;
}
.nav > li:hover > ul {
  display: block;
}

.leftline {
  width: 175px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  border-right: #fff 1px dashed;
  font-weight: bold;
}

.leftline1 {
  width: 140px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  border-right: #fff 1px dashed;
  font-weight: bold;
}

/* ------------------------------------------------------------- 內容-----------------------------------------------*/
.content1 {
  width: 1240px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  border: solid 0px #000;
  padding-bottom: 20px;
  display: flow-root;
  overflow: auto;
  min-height: 700px;
}

/* ------------------------------------------------------ footer ------------------------------------------------------*/
#footer_con {
  position: relative;
  z-index: 1;
  color: white;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  height: 330px;
  padding-top: 30px;
}
#footer_con::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  background-color: #f5f1d7;
}

#footer_wrapper {
  width: 100%;
  margin: 0 auto;
  height: 43px;
  padding-top: 0px;
  background-color: #168574;
  background-position: center;
  background-size: cover;
}
#footer_wrapper p {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  width: 600px;
  border: 0px solid #999;
  margin: 0 auto;
}

.footer_sitemap {
  float: left;
  padding: 10px 6px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
  width: 145px;
}
.footer_sitemap ul li {
  border-bottom: 1px dashed #828282;
  padding-left: 5px;
}
.footer_sitemap ul li a {
  list-style-type: none;
  margin-bottom: 5px;
  color: #4a4a4a;
}
.footer_sitemap ul li a:hover {
  color: #187fe9;
}

a.info_style, a.info_style:visited, a.info_style:active, a.info_style:link {
  text-decoration: none;
  color: #1b6b5c;
  font-weight: bold;
  font-size: 1.1rem;
}/*# sourceMappingURL=layout.css.map */