@charset "UTF-8";
/*
Theme Name: denritsu
reset css by html5doctor v1.6.1
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /* vertical-align:baseline; */
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: none;
  text-decoration: none !important;
  cursor: default;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: initial;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.breadcrumbs {
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 15px;
  color: #232323;
  font-size: 13px;
  font-weight: 400;
}
.breadcrumbs span {
  color: #232323;
  font-size: 13px;
  font-weight: 400;
}

button.readmore {
  width: 100%;
  display: grid;
  place-items: end;
}
button.readmore a {
  display: inline-block;
  width: 200px;
  margin: 30px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(-90deg, rgb(41, 92, 194) 0%, rgb(71, 148, 255) 87%);
  font-size: 14px;
  font-weight: bold;
}
button.readmore i {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

button.contact {
  width: 100%;
  display: grid;
  place-items: center;
}
button.contact a {
  display: inline-block;
  width: 220px;
  margin: 30px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  color: rgb(41, 92, 194);
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
}
button.contact a i {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
  color: rgb(41, 92, 194);
}

button.gotohome {
  width: 100%;
  display: grid;
  place-items: center;
}
button.gotohome a {
  display: inline-block;
  width: 220px;
  margin: 30px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(-90deg, rgb(41, 92, 194) 0%, rgb(71, 148, 255) 87%);
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
}
button.gotohome a i {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
  color: rgb(41, 92, 194);
}

button.gotolist {
  width: 100%;
  display: grid;
  place-items: center;
}
button.gotolist a {
  display: inline-block;
  width: 220px;
  margin: 30px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  color: rgb(41, 92, 194);
  border: 1px solid rgb(41, 92, 194);
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
}
button.gotolist a i {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
  color: rgb(41, 92, 194);
}

.carousel-container {
  width: 100%;
  position: relative;
}
.carousel-container .carousel-base {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  /* scroll-snap-type: x proximity; */
  scrollbar-width: none;
  scroll-marker-group: after;
}
.carousel-container .carousel-base::scroll-button(left) {
  content: "\f104";
  left: 5px;
}
.carousel-container .carousel-base::scroll-button(right) {
  content: "\f105";
  right: 5px;
}
.carousel-container .carousel-base::scroll-button(*) {
  position: absolute;
  top: 37.5%;
  width: 27px;
  height: 27px;
  border-radius: 13.5px;
  border: 1px solid #9f9f9f;
  background: #fff;
  font-size: 13px;
  font-family: "FontAwesome";
  font-weight: 400;
}
.carousel-container .carousel-base::scroll-marker-group {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
}
.carousel-container .carousel-base .carousel-slide {
  flex: 0 0 100%;
  margin-bottom: 0;
  /* start | center | end */
  scroll-snap-align: center;
  /* always | normal */
  scroll-snap-stop: always;
}
.carousel-container .carousel-base .carousel-slide::scroll-marker {
  content: "";
  background: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel-container .carousel-base .carousel-slide::scroll-marker:target-current {
  background-color: orange;
}

.wpcf7-response-output {
  margin-top: 20px;
  background: #f34545;
  color: #fff;
}

form {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 30px);
  margin: 40px auto 0 auto;
  font-family: "Noto Sans TC", sans-serif;
}
form .resp-box {
  padding: 20px;
}
form .form-item {
  width: 100%;
  padding-bottom: 40px;
  /* radio */
}
form .form-item:last-child {
  padding-bottom: 0;
}
form .form-item p {
  padding: 10px;
  background: #fff;
  border: 1px solid #cfd2d3;
}
form .form-item label {
  display: block;
  position: relative;
  color: #232323;
  font-size: 13px;
  font-weight: bold;
}
form .form-item label.required::after {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 27px;
  background: #f34545;
  border-radius: 2px;
  color: #fff;
  content: "必 須";
  font-size: 0.75em;
  font-weight: 400;
}
form .form-item label span {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
form .form-item label span input[type=text],
form .form-item label span input[type=tel],
form .form-item label span input[type=email],
form .form-item label span input[type=date],
form .form-item label span textarea {
  width: 100%;
  height: 48px;
  padding: 10px;
  border: 1px solid rgb(41, 92, 194);
  border-radius: 3px;
  background: #fff;
  font-size: 1em;
}
form .form-item label span textarea {
  height: 17.5em;
}
form .form-item label span span.wpcf7-not-valid-tip {
  display: none;
  margin-top: 0;
}
form .form-item.select span {
  position: relative;
  width: 50%;
  margin-top: 15px;
}
form .form-item.select span::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  z-index: 300;
  top: 16px;
  right: 7px;
  display: inline-block;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
form .form-item.select span select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 48px;
  padding: 10px;
  border: 1px solid #cfd2d3;
  background: #fff;
  font-size: 1em;
}
form .form-item.accept label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
form .form-item.accept label i {
  position: relative;
  top: 2px;
  margin-right: 10px;
  color: rgb(41, 92, 194);
  font-size: 1.25em;
}
form .form-item.accept span.wpcf7-form-control-wrap {
  display: flex;
  flex-flow: column wrap !important;
  justify-content: space-between;
  align-items: flex-start;
}
form .form-item.accept span.wpcf7-form-control-wrap span.wpcf7-list-item label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
form .form-item.accept span.wpcf7-form-control-wrap span.wpcf7-list-item label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
form .form-item.accept span.wpcf7-form-control-wrap span.wpcf7-list-item label span.wpcf7-list-item-label {
  position: relative;
  margin-top: 0;
  top: -1px;
}
form .form-item.accept span.wpcf7-form-control-wrap span.wpcf7-list-item label a {
  color: #00f;
}
form .form-item.accept span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  background: #f34545;
  color: #fff;
  border-radius: 3px;
}
form .form-item.accept span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 15%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f34545;
}
form .form-item span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
form .form-item span.wpcf7-radio {
  margin-top: 10px;
}
form .form-item span.wpcf7-radio span {
  margin-right: 20px;
}
form .form-item span.wpcf7-radio span input[type=radio] {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
form .form-item.submit {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
form .form-item.submit input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 180px;
  height: 48px;
  padding: 0 30px;
  border: none;
  border-radius: 24px;
  border: 2px solid #f34545;
  background: #fff;
  color: #f34545;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1em;
}
form table.wpcf7 {
  margin-bottom: 20px;
  background: #fff;
}
form table.wpcf7 td {
  word-break: break-word;
  border: 1px solid #cfd2d3;
}
form table.wpcf7 td:first-child {
  background: rgb(41, 92, 194);
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
}

p {
  color: #232323;
  text-align: justify;
  text-justify: inter-ideograph;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4rem;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
}

main {
  margin-bottom: 60px;
  font-family: "Noto Sans TC", sans-serif;
}
main .container {
  width: 100%;
}

header#root {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  transition-duration: 0.5s;
}
header#root.scroll {
  background: #fff;
}
header#root.scroll .header-ui .header-logo a svg {
  fill: rgb(41, 92, 194);
  filter: none;
}
header#root.scroll .header-ui .menu-btn .bars span {
  background: rgb(41, 92, 194);
  box-shadow: none;
}
header#root .header-ui {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  width: 100%;
}
header#root .header-ui .header-logo a {
  display: grid;
  place-items: center;
  width: 180px;
  height: 32px;
}
header#root .header-ui .header-logo a svg {
  fill: rgb(41, 92, 194);
}
header#root .header-ui .menu-btn {
  z-index: 1000;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  width: 32px;
  height: 22px;
}
header#root .header-ui .menu-btn .bars {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 32px;
  height: 22px;
}
header#root .header-ui .menu-btn .bars span {
  position: absolute;
  left: 0;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 31px;
  height: 2px;
  background: rgb(41, 92, 194);
}
header#root .header-ui .menu-btn .bars span:nth-of-type(1) {
  top: 0;
}
header#root .header-ui .menu-btn .bars span:nth-of-type(2) {
  top: 10px;
}
header#root .header-ui .menu-btn .bars span:nth-of-type(3) {
  bottom: 0;
}
header#root .header-ui .menu-btn.active {
  background: transparent;
}
header#root .header-ui .menu-btn.active span {
  background: rgb(41, 92, 194);
}
header#root .header-ui .menu-btn.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
header#root .header-ui .menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header#root .header-ui .menu-btn.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
header#root .header-ui nav#menu-bar {
  display: none;
}

#menu-screen {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 1280px;
  width: 100%;
  height: 100lvh;
  background: rgb(255, 255, 255);
  transition: all 0.3s;
}
#menu-screen.active {
  left: 0;
  z-index: 500;
}
#menu-screen .sp-menu {
  width: 85%;
  height: calc(100dvh - 100px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  top: 100px;
}
#menu-screen .sp-menu .primary-menu {
  width: 100%;
}
#menu-screen .sp-menu .primary-menu li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
#menu-screen .sp-menu .primary-menu li .common {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  background: transparent;
  width: 100%;
  padding: 10px 15px;
}
#menu-screen .sp-menu .primary-menu li .common .caption {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 5px;
}
#menu-screen .sp-menu .primary-menu li .common .caption .svg-listmark {
  width: 14px;
  height: 14px;
  background: linear-gradient(-90deg, rgb(41, 92, 194) 0%, rgb(71, 148, 255) 87%);
  -webkit-mask-image: url(assets/svg/list-mark-blue.svg);
          mask-image: url(assets/svg/list-mark-blue.svg);
}
#menu-screen .sp-menu .primary-menu li .common .caption h4 {
  background: linear-gradient(-90deg, rgb(41, 92, 194) 0%, rgb(71, 148, 255) 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: normal;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.5;
}
#menu-screen .sp-menu .primary-menu li .common h1 {
  background: rgb(41, 92, 194);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans TC", sans-serif;
}
#menu-screen .sp-menu .primary-menu li .common h1 a {
  height: auto;
  text-decoration: none;
}
#menu-screen .sp-menu .primary-menu li a.news-arrow {
  display: inline-block;
  width: 32px;
  height: auto;
  color: rgb(41, 92, 194);
  font-size: 18px;
  font-weight: bold;
}
#menu-screen .sp-menu .primary-menu a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  height: 72px;
  padding: 0 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#menu-screen .sp-menu .primary-menu a h3 {
  color: #3f3232;
  font-size: 12px;
}
#menu-screen .sp-menu .primary-menu a h1 {
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
#menu-screen .sp-menu .primary-menu a h1 i {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #3f3232;
}
#menu-screen .sp-menu .secondary-menu {
  margin-top: 20px;
}
#menu-screen .sp-menu .secondary-menu li {
  border-left: 3px solid rgb(71, 148, 255);
  line-height: 1;
  margin: 0 0 40px 20px;
  padding-left: 7px;
}
#menu-screen .sp-menu .secondary-menu li:last-child {
  margin-bottom: 0;
}
#menu-screen .sp-menu .secondary-menu li a {
  text-decoration: none;
  color: rgb(41, 92, 194);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
#menu-screen .sp-menu .bottom-menu {
  width: 100%;
  padding: 0 20px;
}
#menu-screen .sp-menu .bottom-menu .faq-btn {
  max-width: 420px;
  display: grid;
  place-items: center;
}
#menu-screen .sp-menu .bottom-menu .faq-btn a {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-radius: 32px;
  background: #f34545;
  color: #fff;
  font-weight: bold;
}
#menu-screen .sp-menu .bottom-menu .faq-btn a i {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
}
#menu-screen .sp-menu .bottom-menu copy {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  header#root {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header#root .header-ui .menu-btn {
    display: none;
  }
  header#root .header-ui nav#menu-bar {
    display: block;
  }
  header#root .header-ui nav#menu-bar .pc-menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px;
  }
  header#root .header-ui nav#menu-bar .pc-menu a {
    text-decoration: none;
    color: rgb(41, 92, 194);
    font-family: "Noto Sans TC", sans-serif;
    font-size: 15px;
    font-weight: bold;
  }
  header#root .header-ui nav#menu-bar .pc-menu a:hover {
    color: linear-gradient(-90deg, rgb(41, 92, 194) 0%, rgb(71, 148, 255) 87%);
  }
  #menu-screen {
    display: none;
  }
  #menu-screen .sp-menu {
    max-width: 640px;
    padding: 0 60px;
  }
}
@media screen and (min-width: 1000px) {
  header#root .header-ui nav#menu-bar .pc-menu {
    gap: 0 40px;
  }
}
footer#root {
  background: linear-gradient(-90deg, rgb(41, 92, 194) 0%, rgb(71, 148, 255) 87%);
}
footer#root .container {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 350px;
  padding: 40px 30px 20px 30px;
}
footer#root .footer-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 120px;
}
footer#root .footer-nav .left li {
  border-left: 3px solid #fafafa;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 7px;
}
footer#root .footer-nav .left li:last-child {
  margin-bottom: 0;
}
footer#root .footer-nav .left li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-family: "Noto Sans TC", sans-serif;
}
footer#root .footer-nav .right li {
  line-height: 1;
  margin-bottom: 15px;
}
footer#root .footer-nav .right li:last-child {
  margin-bottom: 0;
}
footer#root .footer-nav .right li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
}
footer#root .footer-logo {
  width: 100%;
  display: grid;
  place-items: center;
}
footer#root .footer-logo svg {
  width: 164px;
  fill: #fff;
}
footer#root p.footer-copy {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 13px;
  font-weight: normal;
}

article {
  width: 100%;
  margin: 0 0;
}
article .entry-content h1.top-header {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  color: #9f9f9f;
  letter-spacing: 4px;
  font-family: "rogue-sans-ext", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}
article .entry-content section header.common {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  background: transparent;
  width: 100%;
  padding: 10px 15px;
}
article .entry-content section header.common .caption {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 5px;
}
article .entry-content section header.common .caption .svg-listmark {
  width: 14px;
  height: 14px;
  background: linear-gradient(-90deg, rgb(41, 92, 194) 0%, rgb(71, 148, 255) 87%);
  -webkit-mask-image: url(assets/svg/list-mark-blue.svg);
          mask-image: url(assets/svg/list-mark-blue.svg);
}
article .entry-content section header.common .caption h4 {
  background: linear-gradient(-90deg, rgb(41, 92, 194) 0%, rgb(71, 148, 255) 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
}
article .entry-content section header.common h1 {
  background: rgb(41, 92, 194);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: bold;
}
article .entry-content section ul.others-details {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px 15px 40px 15px;
}
article .entry-content section ul.others-details li {
  width: 100%;
  margin-bottom: 20px;
}
article .entry-content section ul.others-details li h3 {
  background: rgb(41, 92, 194);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
article .entry-content section ul.others-details li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
article .entry-content section .home-container {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
article .entry-content section .home-container img {
  width: calc(100% - 30px);
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin: 0 auto;
}
article .entry-content section .home-container .content-box {
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px 40px 15px;
  background: #fff;
}
article .entry-content section .home-container .content-box.last {
  padding: 15px 15px 0 15px;
}
article .entry-content section .home-container .content-box h2 {
  background: rgb(41, 92, 194);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 17px;
  font-weight: bold;
}
article .entry-content section .home-container .content-box .hr {
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, rgb(41, 92, 194) 0%, rgb(71, 148, 255) 87%);
  margin-bottom: 10px;
}
article .entry-content section .home-container .content-box ul.news-list li.news-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #cfd2d3;
}
article .entry-content section .home-container .content-box ul.news-list li.news-item .news-link {
  text-decoration: none;
}
article .entry-content section .home-container .content-box ul.news-list li.news-item .news-link .news-info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
article .entry-content section .home-container .content-box ul.news-list li.news-item .news-link .news-info .post-date {
  color: #232323;
  letter-spacing: 1px;
  font-family: "din-2014", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
article .entry-content section .home-container .content-box ul.news-list li.news-item .news-link .news-info .post-category {
  background: #fafafa;
}
article .entry-content section .home-container .content-box ul.news-list li.news-item .news-link .news-info .post-category a {
  padding: 0 10px;
  color: #9f9f9f;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
article .entry-content section .home-container .content-box ul.news-list li.news-item .news-link h3.news-title a {
  display: inline-block;
  color: rgb(41, 92, 194);
  text-decoration: none;
  padding: 15px 0 20px 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
article .entry-content section .home-container .content-box ul.news-list li.news-item a.news-arrow {
  display: inline-block;
  width: 32px;
  height: auto;
  color: rgb(41, 92, 194);
  font-size: 18px;
  font-weight: bold;
}

.company-info {
  width: 100%;
  margin: 40px 0 60px 0;
}
.company-info .ci-tr {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #cfd2d3;
  margin-bottom: 20px;
}
.company-info .ci-tr:last-child {
  margin-bottom: 0;
}
.company-info .ci-tr .ci-th {
  width: 100px;
  padding-left: 10px;
  color: #232323;
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Sans TC", sans-serif;
}
.company-info .ci-tr .ci-td {
  width: calc(100% - 100px);
  padding-right: 10px;
  color: #232323;
  line-height: 1.75;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans TC", sans-serif;
}

.map {
  width: 100%;
  margin-bottom: 40px;
}
.map iframe {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .home-container img {
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 768px) {
  article {
    margin: 0 auto;
  }
  article .entry-content {
    max-width: 980px;
    margin: 0 auto;
  }
  article .entry-content section ul.others-details {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px 0 80px 0;
  }
  article .entry-content section ul.others-details li {
    width: 48%;
  }
  article .entry-content section .home-container {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0 100px 0;
  }
  article .entry-content section .home-container img {
    width: 540px;
    height: 380px;
    margin: 0;
    -o-object-position: top;
       object-position: top;
  }
  article .entry-content section .home-container .content-box {
    width: 460px;
    padding-top: 0;
    margin: 0;
  }
  article .entry-content section .home-container .content-box h2 {
    font-size: 21px;
  }
  article .entry-content section .home-container .content-box.last {
    padding-top: 0;
  }
}
.page-header {
  display: block;
  width: 100%;
  height: auto;
}
.page-header .ph {
  width: 100%;
  height: 240px;
}
.page-header .ph.dess, .page-header .ph.solar, .page-header .ph.ppa {
  height: 540px;
}
.page-header .ph.dess {
  background-image: url("assets/img/header/dess.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-header .ph.solar {
  background-image: url("assets/img/header/solar.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-header .ph.ppa {
  background-image: url("assets/img/header/ppa.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-header .ph.contact {
  background-image: url("assets/img/header/contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-header .ph.archive {
  background-image: url("assets/img/header/archive.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-header .ph.company {
  background-image: url("assets/img/header/company.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-header .ph.category {
  background-image: url("assets/img/header/category.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-header .ph.policy {
  background-image: url("assets/img/header/policy.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-container {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
.page-container .content-box {
  width: 100%;
  max-width: 540px;
  padding: 15px;
  background: #fff;
}
.page-container .inner-section {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-container .inner-section:last-child {
  margin-bottom: 40px;
}
.page-container .inner-section h3 {
  width: 100%;
}
.page-container .inner-section h4,
.page-container .inner-section p,
.page-container .inner-section li {
  color: #232323;
  padding: 0 15px;
}
.page-container .inner-section img {
  width: 100%;
}
.page-container .inner-section h3 {
  color: rgb(41, 92, 194);
  border-left: 5px solid rgb(71, 148, 255);
  margin: 40px 0 20px 15px;
  padding: 0 10px;
}
.page-container .inner-section p {
  margin: 20px 0;
}
.page-container .inner-section li {
  margin-top: 5px;
  font-size: 14px;
}
.page-container .inner-section li i {
  color: rgb(71, 148, 255);
  margin-right: 5px;
}

section.blue {
  background: linear-gradient(-90deg, rgb(41, 92, 194) 0%, rgb(71, 148, 255) 87%);
}

section.gray {
  background: #f1fee7;
}

.blue-container {
  background-image: url("./assets/img/grid-sp.png");
  background-size: 50%;
  background-repeat: repeat-y;
  background-position: right top;
  margin: 40px 0;
  padding: 40px 0;
}
.blue-container .content-box {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
.blue-container h2 {
  width: 100%;
  color: #fff;
  padding: 0 15px;
  line-height: 1.75;
  font-size: 20px;
  font-weight: bold;
}
.blue-container img {
  width: 100%;
  height: auto;
  margin: 40px 0 20px 0;
}
.blue-container p {
  width: 100%;
  color: #fff;
  margin-bottom: 60px;
  padding: 0 15px;
}
.blue-container .topics-box {
  width: 100%;
  margin: 0 auto;
}
.blue-container .topics-box h3 {
  margin: 15px 5px 15px 15px;
  padding: 0 15px;
  color: #fff;
  border-left: 5px solid #fff;
  text-shadow: 0px 0px 5px #9f9f9f;
  font-size: 14px;
  font-weight: normal;
}
.blue-container .topics-box .posts .post .post-info h2 {
  padding: 0;
}
.blue-container .topics-box .posts .post .post-excerpt p {
  color: #232323;
}
.blue-container .inner-section {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
}
.blue-container .inner-section:last-child {
  margin-bottom: 60px;
}
.blue-container .inner-section header.solar-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(100% - 30px);
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
.blue-container .inner-section header.solar-header span {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}
.blue-container .inner-section header.solar-header h3 {
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
}
.blue-container .inner-section p,
.blue-container .inner-section li,
.blue-container .inner-section i {
  color: #fff;
  padding: 0 15px 0 25px;
}
.blue-container .inner-section img {
  width: 100%;
}
.blue-container .inner-section p {
  margin: 20px 0;
}
.blue-container .inner-section li {
  margin-top: 15px;
  font-size: 14px;
}
.blue-container .inner-section li i {
  margin-right: 5px;
}

.gray-container {
  margin: 40px 0;
  padding: 40px 0;
}
.gray-container .inner-section {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
}
.gray-container .inner-section:first-child {
  margin-top: 0;
}
.gray-container .inner-section:last-child {
  margin-bottom: 80px;
}
.gray-container .inner-section h2 {
  color: #063806;
  padding: 0 15px;
  line-height: 1.75;
  font-size: 18px;
  font-weight: bold;
}
.gray-container .inner-section .ppa-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #063806;
}
.gray-container .inner-section .ppa-header span {
  margin-left: 5px;
  color: #063806;
  font-size: 13px;
  font-weight: bold;
}
.gray-container .inner-section .ppa-header h3 {
  margin-right: 10px;
  color: #063806;
  font-size: 20px;
  font-weight: bold;
}
.gray-container .inner-section img {
  width: 100%;
  height: auto;
  margin: 40px 0 20px 0;
}
.gray-container .inner-section p {
  color: #232323;
  margin-bottom: 20px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .page-header .ph.dess {
    background-image: url("assets/img/header/dess_pc.jpg");
  }
  .page-header .ph.solar {
    background-image: url("assets/img/header/solar_pc.jpg");
  }
  .page-header .ph.ppa {
    background-image: url("assets/img/header/ppa_pc.jpg");
  }
  .page-header .ph.contact {
    background-image: url("assets/img/header/contact_pc.jpg");
  }
  .page-header .ph.archive {
    background-image: url("assets/img/header/archive_pc.jpg");
  }
  .page-header .ph.company {
    background-image: url("assets/img/header/company_pc.jpg");
  }
  .page-header .ph.category {
    background-image: url("assets/img/header/category_pc.jpg");
  }
  .page-header .ph.policy {
    background-image: url("assets/img/header/policy_pc.jpg");
  }
  .page-container .inner-section {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .page-container .inner-section img {
    width: 60%;
  }
  .page-container .inner-section div,
  .page-container .inner-section p {
    width: 40%;
  }
  .page-container .inner-section div > p {
    width: 100%;
  }
  .blue-container {
    padding-left: 20px;
  }
  .blue-container .content-box {
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-end;
  }
  .blue-container .content-box h2 {
    margin: 80px 0 20px 0;
  }
  .blue-container .content-box img {
    width: 55%;
    margin: 0;
  }
  .blue-container .content-box p {
    width: 40%;
    margin: 0;
  }
  .blue-container .topics-box {
    margin-top: 60px;
  }
  .blue-container .topics-box h3 {
    font-size: 20px;
  }
  .blue-container .inner-section {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .blue-container .inner-section header.solar-header {
    max-width: 55%;
    margin: 0;
  }
  .blue-container .inner-section img {
    width: 55%;
  }
  .blue-container .inner-section ul {
    margin-top: 20px;
    width: 40%;
  }
  .gray-container .inner-section {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .gray-container .inner-section header.solar-header {
    max-width: 55%;
    margin: 0;
  }
  .gray-container .inner-section img {
    width: 55%;
  }
  .gray-container .inner-section ul {
    margin-top: 20px;
    width: 40%;
  }
  .gray-container .inner-section p {
    margin-top: 40px;
    width: 40%;
  }
}
.single-header img {
  width: 100%;
}

.single-container {
  width: calc(100% - 30px);
  margin: 20px auto 60px auto;
}
.single-container h1 {
  margin: 20px 0;
  color: #232323;
  font-size: 24px;
  font-weight: bold;
}
.single-container .post-info {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  gap: 0 10px;
  margin-bottom: 20px;
}
.single-container .post-info h4 {
  background: linear-gradient(-90deg, rgb(41, 92, 194) 0%, rgb(71, 148, 255) 87%);
  color: #fff;
  width: auto;
  height: 20px;
  border-radius: 10px;
  padding: 0 10px;
  line-height: 1.75;
  font-size: 11px;
  font-weight: bold;
}
.single-container .post-info h4 a {
  color: #fff;
  text-decoration: none;
}
.single-container .post-info time {
  color: #9f9f9f;
  font-size: 10px;
  font-weight: normal;
}
.single-container .single-content {
  margin-bottom: 40px;
}
.single-container .single-content img {
  width: 100%;
  height: auto;
  max-width: 768px;
  margin: 35px 0;
}
.single-container .single-content h2 {
  margin-bottom: 35px;
}
.single-container .single-content.policy h2 {
  margin: 40px 0 10px 0;
}
.single-container .single-content.policy ol {
  margin: 20px 0 20px 20px;
}
.single-container .single-content.policy ol li {
  color: #232323;
  text-align: justify;
  text-justify: inter-ideograph;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4rem;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 1000px) {
  article {
    margin: 0 auto;
  }
  article .single-content {
    max-width: 980px;
    margin: 80px auto;
  }
}
.posts {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 30px);
  height: auto;
  margin: 0 auto;
}
.posts .post {
  width: 100%;
  height: 137px;
  background: #fff;
  border: 1px solid #cfd2d3;
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 30px;
}
.posts .post .post-info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 13px 15px;
  gap: 0 10px;
}
.posts .post .post-info h2 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
.posts .post .post-info h2 a {
  color: #232323;
  text-decoration: none;
}
.posts .post .post-info h4 {
  background: linear-gradient(-90deg, rgb(41, 92, 194) 0%, rgb(71, 148, 255) 87%);
  color: #fff;
  width: auto;
  height: 20px;
  border-radius: 10px;
  padding: 0 10px;
  line-height: 1.75;
  font-size: 11px;
  font-weight: bold;
}
.posts .post .post-info h4 a {
  color: #fff;
  text-decoration: none;
}
.posts .post .post-info time {
  color: #9f9f9f;
  font-size: 10px;
  font-weight: normal;
}
.posts .post .post-excerpt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 0 15px;
  gap: 0 10px;
}
.posts .post .post-excerpt .post-thumbnail {
  width: 68px;
  height: 68px;
}
.posts .post .post-excerpt .post-thumbnail a {
  display: inline-block;
  width: 68px;
  height: 68px;
  background: #9f9f9f;
}
.posts .post .post-excerpt .post-thumbnail a img {
  width: 68px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #9f9f9f;
  margin: 0;
}
.posts .post .post-excerpt p {
  line-height: 1.5;
  margin: 0;
  font-size: 12px;
}
.posts .post .post-excerpt a {
  color: #00f;
}

.category-header h1 {
  margin: 10px 0 30px 15px;
  background: rgb(41, 92, 194);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: bold;
}

.category-content {
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .posts {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .posts .post {
    width: 47.5%;
  }
}
#home-top {
  position: relative;
  width: 100%;
  min-height: 100svh;
  background: #fff;
}
#home-top .visual {
  position: relative;
  width: 100%;
  height: 100svh;
}
#home-top .visual .movie {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home-top .visual .movie video {
  width: 100%;
}
#home-top .copy-box {
  display: grid;
  place-items: center;
  width: 100%;
  height: 90svh;
  position: absolute;
  top: 0;
  z-index: 100;
}
#home-top .copy-box p,
#home-top .copy-box h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 5px #000;
}
#home-top .copy-box p {
  letter-spacing: 1px;
  font-size: 12px;
}
#home-top .copy-box h2 {
  font-size: 28px;
}
#home-top .copy-box .hr {
  width: 100%;
  height: 1px;
  margin: 12px auto;
  background: #fff;
}
#home-top .topics-box {
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: 0;
  z-index: 200;
  background: linear-gradient(285deg, rgba(41, 92, 194, 0.95) 0%, rgba(71, 148, 255, 0.95) 87%);
}
#home-top .topics-box h3 {
  padding: 15px 15px 10px 15px;
  color: #fff;
  text-shadow: 0px 0px 5px #9f9f9f;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 1000px) {
  #home-top {
    height: 66svh;
    min-height: 66svh;
  }
  #home-top .visual {
    height: 66svh;
  }
  #home-top .visual .movie video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #home-top .topics-box {
    width: 393px;
    right: 0;
  }
}/*# sourceMappingURL=style.css.map */