@charset "UTF-8";
/* ------------------------------------------------------------- 基本設定 -----------------------------------------------*/
@import "../../css/reset.css";
body {
  font-family: "quicksand", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 24px;
  margin-top: 0px;
  border: solid 0px #000;
  background-color: #faf7f1;
}

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;
  text-decoration: none;
}

.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: #006396 !important;
  text-decoration: none;
}
.f:hover {
  color: #ca4808 !important;
}

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

.content1 {
  width: 1240px;
  background-position: top;
  margin: 40px auto 0;
  padding: 0px;
  border: solid 0px #000;
  padding-bottom: 20px;
  display: flow-root;
  overflow: auto;
}

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

.logo {
  background-image: url(../images/logo_csr_en.png);
  background-repeat: no-repeat;
  height: 85px;
  width: 300px;
  float: left;
  display: block;
  padding-left: 0px;
  border: solid 0px #000;
  margin-top: 10px;
}
.logo a {
  width: 250px;
  height: 85px;
  display: block;
  border: 0px solid #000;
}

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

.topmenu {
  height: 35px;
  width: 450px;
  margin-top: 0px;
  float: right;
  margin-right: 100px;
  margin-left: 0px;
  padding-top: 20px;
  padding-left: 5px;
  border-top: 0px solid #0C7263;
  text-align: center;
}
.topmenu ul {
  padding: 0;
  margin: 0;
}
.topmenu li {
  list-style: none;
  padding: 0px 10px;
  float: left;
  margin-right: 0px;
  font-size: 0.95rem;
}
.topmenu li i {
  color: #097e49;
}
.topmenu li a:hover {
  color: #ff8000;
  text-decoration: none;
}

/* ---------------------------------------------------------------- 主選單 ----------------------------------------------- */
#navi_in {
  width: 100%;
  height: 55px;
  background: linear-gradient(to bottom, #85c6af 0%, #0C7263 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 10px;
  padding-left: 0px;
}

.nav {
  border: #ccc 0px solid;
  width: 1200px;
  list-style: none;
  padding: 0px;
  margin: 0px auto;
}
.nav > li {
  position: relative;
  border-right: #fff 0px dashed;
  font-weight: bold;
  min-width: 180px;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  float: left;
}
.nav > li:last-child {
  border-right: none;
}
.nav > li a {
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 21px;
}
.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;
  padding: 0;
  margin: 0;
  display: none;
}
.nav > li ul ul {
  z-index: 999;
  top: 10px;
  left: 90%;
}
.nav > li ul li {
  border-bottom: #fff 1px solid;
  background-color: #7DA46D;
  padding: 0;
  margin: 0;
}
.nav > li ul li:last-child {
  border-bottom: none;
}
.nav > li ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 21px;
  padding: 5px;
  font-weight: normal;
  min-height: 40px;
  min-width: 170px;
}
.nav > li ul li a:hover {
  background-color: #e37c0d;
  color: #fff;
}
.nav > li:hover > ul {
  display: block;
}

.leftline {
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  border-right: #fff 1px dashed !important;
  font-weight: bold;
  line-height: 21px;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* ------------------------------------------------------ footer ------------------------------------------------------ */
#footer_con {
  position: relative;
  z-index: 1;
  color: white;
  width: 100%;
  margin: 50px auto 0px;
  height: auto;
  min-height: 360px;
  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;
  border: 0px solid #c6c7c8;
}
#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;
  line-height: 21px;
  margin: 20px 5px 10px 10px;
  border: 0px solid #c6c7c8;
}
.footer_sitemap ul li {
  margin: 10px 0px;
  border-bottom: 1px solid #c6c7c8;
}
.footer_sitemap ul li a {
  list-style-type: none;
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 21px;
}
.footer_sitemap ul li a:hover {
  color: #187fe9;
}

.footer_sitemap01 ul li {
  list-style-type: none;
  margin-right: 5px;
}

.info_style {
  color: #006396;
  font-weight: bold;
}

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