@charset "UTF-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: system-ui, sans-serif;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  border: none;
  margin: 1em 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  cursor: default;
}

html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

:root {
  --body-width: 960px;
  --body-mid-width: 750px;
  --body-bg-color: #f7f8f8;
  --body-header-bg-color: #f7f8f8;
  --primary-color: #000;
  --primary-gn-color: #81c320;
  --primary-gn-color-1: #c7dd42;
  --primary-gn-color-2: #fffbc4;
  --primary-dgn-color-1: #22b573;
  --primary-dgn-color-2: #009245;
  --selection: #c7dd42;
  --bolg-text-color: #666;
  --primary-wh-color: #fff;
  --primary-gr-color: #888;
  --grid-em: 1rem;
  --grid-post-x: 1.5rem;
  --grid-post-y: 1.5rem;
  --grid-blog-mb: 1.5rem;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 全局選取樣式 */
::-moz-selection {
  background: var(--selection);
  /* 黃色背景 */
  color: #000;
  /* 黑色文字 */
}
::selection {
  background: var(--selection);
  /* 黃色背景 */
  color: #000;
  /* 黑色文字 */
}

::-webkit-selection {
  background: var(--selection);
  color: #000;
}

::-moz-selection {
  background: var(--selection);
  color: #000;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: var(--body-bg-color);
  line-height: 100%;
  font-size: 0.9375rem;
  letter-spacing: 1px;
}

.main {
  padding-top: 75px;
}

header {
  width: 100%;
  background-color: var(--body-header-bg-color);
  position: fixed;
  z-index: 10;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
header .list {
  width: 100%;
  max-width: var(--body-width);
  padding: 1em var(--grid-em);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
header .list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .list .item .link .logo {
  width: auto;
  height: 32px;
}
header .list .item .link .logo_jdude {
  font-size: 1.1875rem;
  color: var(--primary-dgn-color-2);
  margin-left: 4px;
  font-weight: 400;
  letter-spacing: 2px;
  display: none;
}
header .list .item .link_btn {
  color: var(--primary-wh-color);
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-dgn-color-1)), to(var(--primary-dgn-color-2)));
  background: linear-gradient(90deg, var(--primary-dgn-color-1) 0%, var(--primary-dgn-color-2) 100%);
  border-radius: 10em;
  padding: 4px 1em;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header .list .item .link_btn:hover {
  opacity: 0.8;
}
header .list .item .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .list .item .menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  font-size: 0.9375rem;
}
header .list .item .menu .inner a {
  color: var(--primary-color);
  padding: 1em 0;
}
header .list .item .menu .inner a:hover {
  color: var(--primary-gn-color);
}
header .list .item .menu .btn-close {
  display: none;
}
header .list .item .btn {
  width: 18px;
  height: 18px;
  border: none;
  background-color: transparent;
}
header .list .item .btn.search {
  background: url(../images/ic_search_bk.svg) no-repeat center;
  background-size: cover;
}
header .list .item .btn.menubtn-m {
  display: none;
  background: url(../images/ic_menu_bk.svg) no-repeat center;
  background-size: cover;
}

footer {
  padding: 3rem 1rem;
  font-size: 0.8125rem;
  text-align: center;
  -webkit-box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.1);
}

.banner {
  width: 100%;
  background-color: var(--primary-dgn-color-1);
  overflow: hidden;
}
.banner .content {
  aspect-ratio: 3/1;
  max-width: var(--body-width);
  margin: auto;
  background: url(../images/pic_banner_bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
  opacity: 0;
  -webkit-animation: moveIn 1s ease forwards;
          animation: moveIn 1s ease forwards;
}
.banner .content .textimg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner .content .textimg img {
  width: 33.33333%;
  height: auto;
  display: block;
  opacity: 0;
}
.banner .content .textimg img.text1 {
  -webkit-animation: moveIn2 0.6s ease-in-out forwards;
          animation: moveIn2 0.6s ease-in-out forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.banner .content .textimg img.text2 {
  -webkit-animation: moveIn 0.6s ease-in-out forwards;
          animation: moveIn 0.6s ease-in-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  padding-left: 5%;
}

.pop-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10;
  display: none;
}
.pop-search .content {
  margin: auto;
}
.pop-search .content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40vw;
  gap: 1em;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  opacity: 0;
  -webkit-animation: searchIn 0.4s ease forwards 0.3s;
          animation: searchIn 0.4s ease forwards 0.3s;
}
.pop-search .content form input[type=text] {
  width: 100%;
  padding: 8px 0;
  border: none;
  background-color: transparent;
  color: var(--primary-color);
  font-size: 2rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  color: var(--primary-wh-color);
  outline: none;
  border-bottom: 1px solid var(--primary-gr-color);
}
.pop-search .content form input[type=text]::-webkit-input-placeholder {
  color: var(--primary-gr-color);
}
.pop-search .content form input[type=text]::-moz-placeholder {
  color: var(--primary-gr-color);
}
.pop-search .content form input[type=text]:-ms-input-placeholder {
  color: var(--primary-gr-color);
}
.pop-search .content form input[type=text]::-ms-input-placeholder {
  color: var(--primary-gr-color);
}
.pop-search .content form input[type=text]::placeholder {
  color: var(--primary-gr-color);
}
.pop-search .content form .btn-submit {
  width: 56px;
  height: 56px;
  border: none;
  background: url(../images/ic_search_gn_r.svg) no-repeat center transparent;
  background-size: contain;
  cursor: pointer;
}
.pop-search .btn-close {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 18px;
  height: 18px;
  border: none;
  background: url(../images/ic_close_gr.svg) no-repeat center transparent;
  background-size: contain;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-animation: menucloseIn 0.3s ease forwards 0.2s;
          animation: menucloseIn 0.3s ease forwards 0.2s;
}

.post-hot {
  width: 100%;
  max-width: var(--body-width);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--grid-post-x) 0;
  padding: var(--grid-post-x) var(--grid-em);
}
.post-hot .post {
  background-color: var(--primary-wh-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  overflow: hidden;
  padding: 1em;
}
.post-hot .post:hover {
  color: var(--primary-gn-color);
}
.post-hot .post:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.post-hot .post .post-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
}
.post-hot .post .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.post-hot .post .content {
  width: 60%;
  padding: 1em;
}
.post-hot .post .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.post-hot .post .tag span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding: 4px 8px;
  background-color: #ccc;
  line-height: 100%;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 6px;
}
.post-hot .post .tag span::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/ic_heart_wh.svg) no-repeat center;
  background-size: contain;
  margin-right: 2px;
}
.post-hot .post .tag span.hot {
  background-color: pink;
}
.post-hot .post .tag span.hot::before {
  background: url(../images/ic_hot_wh.svg) no-repeat center;
}
.post-hot .post h2 {
  width: 100%;
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 1.25em;
  margin-bottom: 10px;
}
.post-hot .post h2 span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-hot .post p {
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25em;
  color: #888;
}

.post-list {
  width: 100%;
  max-width: var(--body-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-post-x) var(--grid-post-y);
  padding: var(--grid-post-x) var(--grid-em);
}
.post-list .post {
  background-color: var(--primary-wh-color);
  color: var(--primary-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.post-list .post:hover {
  color: var(--primary-gn-color);
}
.post-list .post:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.post-list .post .post-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.post-list .post .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.post-list .post .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0 8px 8px;
  gap: 4px;
}
.post-list .post .tag span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  background-color: #ccc;
  line-height: 100%;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 6px;
}
.post-list .post .tag span::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/ic_heart_wh.svg) no-repeat center;
  background-size: contain;
  margin-right: 2px;
}
.post-list .post .tag span.hot {
  background-color: pink;
}
.post-list .post .tag span.hot::before {
  background: url(../images/ic_hot_wh.svg) no-repeat center;
}
.post-list .post h2 {
  width: 100%;
  padding: 0 1em 1em;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.25em;
}
.post-list .post h2 span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subitem {
  padding: 5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-dgn-color-1);
  color: #fff;
}
.subitem .sub-inner {
  width: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.subitem .sub-inner input {
  padding: 8px;
  border: none;
  border-radius: 8px;
  outline: none;
  font-weight: 400;
}
.subitem .sub-inner input::-webkit-input-placeholder {
  color: #bbb;
}
.subitem .sub-inner input::-moz-placeholder {
  color: #bbb;
}
.subitem .sub-inner input:-ms-input-placeholder {
  color: #bbb;
}
.subitem .sub-inner input::-ms-input-placeholder {
  color: #bbb;
}
.subitem .sub-inner input::placeholder {
  color: #bbb;
}
.subitem:last-of-type {
  background-color: var(--primary-wh-color);
  color: var(--primary-color);
}
.subitem p {
  font-size: 1.25rem;
  margin-bottom: 1em;
}
.subitem .logo {
  width: 180px;
  height: auto;
  margin-bottom: 2em;
}
.subitem .btn {
  padding: 12px 1.5rem;
  border-radius: 10em;
  color: var(--primary-wh-color);
  background: var(--primary-dgn-color-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.subitem .btn::before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../images/ic_email.svg) no-repeat center;
  background-size: contain;
  margin-right: 4px;
}
.subitem .btn:hover {
  opacity: 0.8;
}

.about {
  width: 100%;
  max-width: var(--body-width);
  margin: auto;
  background: url(../images/pic_about_bg.svg) center no-repeat #fff;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--grid-post-x) var(--grid-em);
}
.about .inner h2 {
  font-size: 1.5625rem;
  color: #46af9d;
  margin-bottom: calc(var(--grid-em) * 1.25);
}
.about .inner p {
  font-size: 1rem;
  line-height: 1.5em;
  color: #888;
}

.top-section {
  padding: var(--grid-post-x) var(--grid-em);
  background-color: var(--primary-wh-color);
}
.top-section .content {
  max-width: var(--body-mid-width);
  margin: 0 auto;
}
.top-section .content .breadcrumbs {
  text-align: center;
  font-size: 0.8125rem;
  margin-bottom: 2em;
}
.top-section .content .breadcrumbs a {
  color: var(--primary-gn-color);
}
.top-section .content .breadcrumbs span {
  font-weight: 400;
  color: var(--primary-gr-color);
}
.top-section .content .page-title {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.25;
}
.top-section .content .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
  font-size: 0.8125rem;
  color: var(--primary-gr-color);
}
.top-section .content .entry-meta .line {
  font-size: 0.625rem;
  margin: 0 8px;
}
.top-section .content .entry-meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-section .content .entry-meta span.author::before {
  content: " ";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 13px;
  height: 13px;
  background: url(../images/ic_profile.svg) no-repeat center;
  background-size: contain;
  margin-right: 4px;
}
.top-section .content .entry-meta span.categories::before {
  content: " ";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
  background: url(../images/ic_tag.svg) no-repeat center;
  background-size: contain;
  margin-right: 4px;
}

.container {
  width: 100%;
  max-width: var(--body-mid-width);
  margin: 0 auto;
  padding: var(--grid-post-x) var(--grid-em);
}
.container article .entry-content .block-image {
  margin-bottom: var(--grid-blog-mb);
}
.container article .entry-content p {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: var(--grid-blog-mb);
  color: var(--bolg-text-color);
}
.container article .entry-content p:last-child {
  margin-bottom: 0;
}
.container article .blog-navigation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8%;
  margin: calc(var(--grid-post-y) * 1.5) 0;
  padding-top: calc(var(--grid-post-y) * 1.5);
  -webkit-box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.1);
}
.container article .blog-navigation div {
  position: relative;
}
.container article .blog-navigation div.prev a {
  padding-left: 2em;
}
.container article .blog-navigation div.prev a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/ic_arrow_left.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.container article .blog-navigation div.prev a:hover {
  padding-left: 1.75em;
}
.container article .blog-navigation div.next a {
  text-align: right;
  padding-right: 2em;
}
.container article .blog-navigation div.next a::before {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/ic_arrow_right.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.container article .blog-navigation div.next a:hover {
  padding-right: 1.75em;
}
.container article .blog-navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--primary-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.container article .blog-navigation a:hover {
  font-weight: 400;
  color: var(--primary-dgn-color-1);
}
.container article .blog-navigation a .item-label {
  font-size: 0.8125rem;
  margin-bottom: 4px;
}
.container article .blog-navigation a .item-title {
  font-size: 0.9375rem;
}
.container article .sns-share {
  text-align: center;
  padding: 1.5em 1em;
  background-color: rgba(187, 187, 187, 0.1);
  font-size: 0.875rem;
  margin-top: 3em;
  border-radius: 1em;
}
.container article .sns-share .sns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
  margin-top: 1em;
}
.container article .sns-share .sns-group .btn {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.container article .sns-share .sns-group .btn.fb {
  background-image: url(../images/logo_fb_wh.webp);
}
.container article .sns-share .sns-group .btn.twitter {
  background-image: url(../images/logo_twitter_wh.svg);
}
.container article .sns-share .sns-group .btn.link {
  background-image: url(../images/ic_copy_r.svg);
}

.emptyScreen {
  width: 100%;
  max-width: var(--body-width);
  margin: auto;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.emptyScreen p {
  margin: auto;
}

@-webkit-keyframes searchIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes searchIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes moveIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes moveIn2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes moveIn2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes menucloseIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes menucloseIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --grid-em: 2.5rem;
    --grid-post-x: 2.5rem;
    --grid-post-y: 2.5rem;
  }
  .post-hot {
    padding: var(--grid-post-x) 8px;
  }
  .post-hot .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    padding: 10px;
  }
  .post-hot .post:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .post-hot .post .post-image {
    aspect-ratio: 16/9;
  }
  .post-hot .post .content {
    padding: 10px 0;
  }
  .post-hot .post .tag {
    font-size: 0.75rem;
  }
  .post-hot .post h2 {
    font-size: 1.0625rem;
    font-weight: 400;
    margin-bottom: 8px;
  }
  .post-hot .post p {
    font-size: 0.875rem;
  }
  .post-list .post .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 8px 0 0 8px;
    gap: 4px;
  }
  .post-list .post .tag span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 8px;
    background-color: #ccc;
    line-height: 100%;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 6px;
  }
  .post-list .post .tag span::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/ic_heart_wh.svg) no-repeat center;
    background-size: contain;
    margin-right: 2px;
  }
  .post-list .post .tag span.hot {
    background-color: pink;
  }
  .post-list .post .tag span.hot::before {
    background: url(../images/ic_hot_wh.svg) no-repeat center;
  }
  .post-list .post h2 {
    line-height: 1.25em;
  }
  .subitem {
    padding: 2rem 1rem;
  }
  .subitem .sub-inner {
    width: 70vw;
  }
  .subitem .sub-inner input {
    font-size: 0.875rem;
  }
  .subitem .sub-inner button {
    font-size: 0.875rem;
  }
  .subitem p {
    font-size: 1.0625rem;
    margin-bottom: 1em;
  }
  .subitem .logo {
    width: 120px;
    margin-bottom: 1em;
  }
  .subitem .btn {
    padding: 12px 1.5rem;
    border-radius: 10em;
    color: var(--primary-wh-color);
    background: -webkit-gradient(linear, left top, right top, from(var(--primary-dgn-color-1)), to(var(--primary-dgn-color-2)));
    background: linear-gradient(90deg, var(--primary-dgn-color-1) 0%, var(--primary-dgn-color-2) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .subitem .btn::before {
    content: " ";
    display: inline-block;
    width: 22px;
    height: 16px;
    background: url(../images/ic_email.svg) no-repeat center;
    background-size: contain;
    margin-right: 4px;
  }
  .subitem .btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 912px) {
  :root {
    --grid-em: 2rem;
    --grid-post-x: 2rem;
    --grid-post-y: 2rem;
    --body-font-size: 15px;
  }
  .post-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --grid-em: 1rem;
    --grid-post-x: 1rem;
    --grid-post-y: 1rem;
    --body-font-size: 15px;
  }
  .banner .content {
    aspect-ratio: 4/3;
    background: url(../images/pic_banner_bg_m.webp) no-repeat center;
    background-size: cover;
    opacity: 0;
    -webkit-animation: moveIn 1s ease forwards;
            animation: moveIn 1s ease forwards;
  }
  .banner .content .textimg {
    display: none;
  }
  @-webkit-keyframes moveIn {
    0% {
      opacity: 0;
      -webkit-filter: blur(10px);
              filter: blur(10px);
      -webkit-transform: translateX(0px) scale(1.1);
              transform: translateX(0px) scale(1.1);
    }
    100% {
      opacity: 1;
      -webkit-filter: blur(0px) scale(1);
              filter: blur(0px) scale(1);
    }
  }
  @keyframes moveIn {
    0% {
      opacity: 0;
      -webkit-filter: blur(10px);
              filter: blur(10px);
      -webkit-transform: translateX(0px) scale(1.1);
              transform: translateX(0px) scale(1.1);
    }
    100% {
      opacity: 1;
      -webkit-filter: blur(0px) scale(1);
              filter: blur(0px) scale(1);
    }
  }
  header .list .item {
    gap: 1.25em;
  }
  header .list .item .link .logo_jdude {
    display: none;
  }
  header .list .item .link_btn {
    font-size: 0.8125rem;
  }
  header .list .item .link_btn:hover {
    opacity: 0.8;
  }
  header .list .item .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .list .item .menu .inner {
    position: fixed;
    top: 0;
    right: -90vw;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--primary-wh-color);
    width: 90vw;
    z-index: 99;
    padding: 4em 2em;
    font-size: 0.9375rem;
    -webkit-animation: menuIn 0.3s ease forwards 0.2s;
            animation: menuIn 0.3s ease forwards 0.2s;
    gap: 0;
  }
  header .list .item .menu .inner a {
    padding: 1em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .list .item .menu.mobile {
    display: none;
  }
  header .list .item .menu.mobile::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
  }
  header .list .item .menu .btn-close {
    display: block;
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    width: 18px;
    height: 18px;
    border: none;
    background: url(../images/ic_close_gr.svg) no-repeat center transparent;
    background-size: contain;
    cursor: pointer;
    z-index: 99;
    opacity: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-animation: menucloseIn 0.3s ease forwards 0.2s;
            animation: menucloseIn 0.3s ease forwards 0.2s;
  }
  header .list .item .btn.menubtn-m {
    display: block;
  }
  @-webkit-keyframes menuIn {
    0% {
      right: -90vw;
    }
    100% {
      right: 0;
    }
  }
  @keyframes menuIn {
    0% {
      right: -90vw;
    }
    100% {
      right: 0;
    }
  }
  footer {
    padding: 2rem 1rem;
  }
  .post-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: var(--grid-post-x) 8px;
  }
  .post-list .post h2 {
    padding: 8px;
    font-size: 0.9375rem;
    font-weight: 400;
  }
  .about {
    background: url(../images/pic_about_bg_m.svg) center no-repeat #fff;
    background-size: cover;
    padding: 1.5em 4em;
  }
  .about .inner h2 {
    font-size: 1.1875rem;
    color: #46af9d;
    margin-bottom: calc(var(--grid-em) * 1.25);
  }
  .about .inner p {
    font-size: 0.875rem;
    line-height: 1.25em;
    color: #888;
  }
  .subitem p {
    font-weight: 400;
  }
  .container article .entry-content p {
    font-size: 1.0625rem;
    font-weight: 400;
  }
  .container article .blog-navigation {
    margin: calc(var(--grid-post-y) * 3) 0;
    padding-top: calc(var(--grid-post-y) * 3);
  }
  .pop-search .content form {
    width: calc(100vw - 2rem);
  }
  .pop-search .content form input[type=text] {
    font-size: 1.5rem;
  }
  .pop-search .btn-close {
    width: 20px;
    height: 20px;
  }
}