@charset "UTF-8";
@import url(notosanstc.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: inherit; }

.fullimg {
  display: block;
  width: 100%; }

.fullimgHeight {
  display: block;
  height: 100%;
  margin: auto; }

.hoverImg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.clear {
  clear: both; }

*::placeholder,
select:invalid {
  color: #838383; }

select:valid {
  color: #333333; }

input,
textarea {
  -webkit-appearance: none; }

input,
textarea {
  background: none;
  border: 0;
  font-size: 1rem;
  color: #333333;
  border: 1px solid #999999;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0.75rem 1.25rem;
  line-height: 125%;
  font-family: "Roboto", "Noto Sans TC"; }
  input:focus,
  textarea:focus {
    outline: none; }

label {
  cursor: pointer; }

input[type="radio"] {
  display: none !important; }

input[type="radio"] + label span {
  position: relative;
  display: inline-block;
  top: -0.15rem;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  margin-right: 0.5rem;
  border: 1px solid #999999;
  vertical-align: middle;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%; }

input[type="radio"]:checked + label span {
  background: #07B53B;
  border-color: #07B53B; }

input[type="checkbox"] + label span {
  position: relative;
  display: inline-block;
  top: -0.15rem;
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  cursor: pointer;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  margin-right: 0.5rem;
  vertical-align: middle; }

input[type="checkbox"]:checked + label span {
  background: url("../img/icon/icon-check.png") no-repeat center center;
  background-size: contain; }

input[type="checkbox"] {
  display: none !important; }

.swiper-pagination-bullet {
  border-radius: 50% !important; }
  .swiper-pagination-bullet:focus {
    outline: none; }

html {
  font-size: 16px; }

.wrap-all {
  width: 100%; }

.wrap-m {
  width: 1350px;
  margin: 0 auto; }

.wrap-s {
  width: 1100px;
  margin: 0 auto; }

.text-hide {
  display: none; }

select {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  color: #838383;
  box-sizing: border-box;
  font-family: "Roboto", "Noto Sans TC";
  background: none;
  border: 1px solid #999999;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 125%;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px; }
  select:focus {
    outline: none; }

.select-wrap {
  display: inline-block;
  position: relative; }

.select-block {
  position: relative;
  border: 1px solid transparent;
  padding: 0;
  line-height: 150%;
  box-sizing: border-box;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: left;
  transition: background 0.5s, color 0.5s, border 0.5s; }
  .select-block:hover {
    cursor: pointer; }
  .select-block p {
    position: relative;
    width: 100%;
    padding: 0.5rem 2rem 0.5rem 1rem !important;
    box-sizing: border-box; }
    .select-block p::after {
      z-index: 0;
      position: absolute;
      display: block;
      content: "";
      right: -1rem;
      width: 0.35rem;
      height: 0.35rem;
      border: 0.1rem solid transparent;
      border-left: 0;
      border-bottom: 0;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      transition: transform 0.5s, border 0.5s;
      right: 1rem;
      transform: translateY(-75%) rotate(135deg); }
  .select-block ul {
    z-index: 1;
    display: none;
    position: absolute;
    padding: 0.5rem 0 !important;
    max-height: 15rem;
    left: -1px;
    width: calc(100% + 2px);
    overflow-y: auto;
    margin: 0 !important;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box; }
    .select-block ul::-webkit-scrollbar {
      width: 3px; }
    .select-block ul::-webkit-scrollbar-track {
      border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px; }
    .select-block ul::-webkit-scrollbar-thumb {
      border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px; }
    .select-block ul li {
      list-style: none;
      display: block;
      padding: 0.5rem 1rem;
      color: #FFF;
      white-space: nowrap;
      transition: color 0.25s, background 0.25s; }
      .select-block ul li:hover {
        cursor: pointer;
        background: rgba(255, 255, 255, 0.25); }
      .select-block ul li.active {
        background: rgba(255, 255, 255, 0.25); }
  .select-block.down ul {
    border-radius: 0 0 5px 5px;
    top: 100%; }
  .select-block.down p::before {
    bottom: 0; }
  .select-block.up ul {
    border-radius: 5px 5px 0 0;
    bottom: 100%; }
  .select-block.up p::before {
    top: 0; }
  .select-block.show {
    color: #FFF; }
    .select-block.show.down {
      border-radius: 5px 5px 0 0; }
    .select-block.show.up {
      border-radius: 0 0 5px 5px; }
    .select-block.show p {
      z-index: 0;
      position: relative; }
      .select-block.show p::before {
        display: block; }
      .select-block.show p::after {
        transform: translateY(-25%) rotate(-45deg); }
    .select-block.show ul {
      display: block; }
  .select-block.dark {
    border-color: #999999;
    background: none;
    color: #999999; }
    .select-block.dark p::after {
      border-color: #999999; }
    .select-block.dark ul {
      background: #333333; }
      .select-block.dark ul::-webkit-scrollbar-track {
        background-color: #333333; }
      .select-block.dark ul::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.75); }
    .select-block.dark li:hover {
      color: #07B53B; }
    .select-block.dark.show, .select-block.dark:hover {
      background: #333333;
      border-color: #333333; }
      .select-block.dark.show p, .select-block.dark:hover p {
        color: #999999; }
      .select-block.dark.show.up p, .select-block.dark.show.down p, .select-block.dark:hover.up p, .select-block.dark:hover.down p {
        border-color: #999999; }
  .select-block.bright {
    color: #333333;
    border-color: #333333;
    background: #FFF; }
    .select-block.bright p::after {
      border-color: #333333; }
    .select-block.bright ul {
      background: #07B53B; }
      .select-block.bright ul::-webkit-scrollbar-track {
        background-color: #07B53B; }
      .select-block.bright ul::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.5); }
    .select-block.bright li:hover {
      color: #FFF; }
    .select-block.bright.show, .select-block.bright.active, .select-block.bright:hover {
      background: #07B53B;
      border-color: #07B53B; }
      .select-block.bright.show p, .select-block.bright.active p, .select-block.bright:hover p {
        color: #FFF; }
        .select-block.bright.show p::after, .select-block.bright.active p::after, .select-block.bright:hover p::after {
          border-color: #FFF; }
  .select-block.showArrow {
    padding: 0;
    border: 0; }
    .select-block.showArrow::after {
      position: absolute;
      display: block;
      content: "";
      right: -1rem;
      width: 0.35rem;
      height: 0.35rem;
      border: 0.1rem solid #999999;
      border-left: 0;
      border-bottom: 0;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      transition: transform 0.5s, border 0.5s;
      right: 1rem;
      transform: translateY(-50%) rotate(135deg); }

table {
  width: 100%;
  border: 0 !important; }
  table th, table td {
    padding: 1rem;
    box-sizing: border-box; }
  table th {
    color: #FFF;
    background: #07B53B;
    font-weight: 500;
    text-align: center; }
  table td:first-child {
    background: #ececec; }
  table td {
    text-align: left; }
  table tr {
    background: #f5f5f5; }

ol {
  list-style: decimal;
  margin-left: 1rem; }
  ol ol {
    list-style: lower-roman; }

ul {
  list-style: none;
  margin-left: 1rem; }
  ul ol {
    list-style: lower-roman; }
  ul > li {
    position: relative; }
    ul > li::before {
      position: absolute;
      content: "・";
      left: -1rem;
      color: #07B53B; }

.imageBtn.active [data-hover] {
  display: none !important; }
.imageBtn.active .hoverImg {
  display: block !important; }

.wrap-back {
  margin: 2rem auto; }
  .wrap-back a {
    position: relative;
    margin-left: 1.25rem;
    transition: color 0.5s; }
    .wrap-back a::before {
      position: absolute;
      display: block;
      content: "";
      left: -1rem;
      width: 0.35rem;
      height: 0.35rem;
      border: 0.1rem solid #333333;
      border-left: 0;
      border-bottom: 0;
      top: 50%;
      transform: translateY(-50%) rotate(-135deg);
      transition: transform 0.5s, border 0.5s;
      transition: transform 0.5s, color 0.5s; }

@media only screen and (min-width: 1025px) {
  .for-m {
    display: none !important; }

  .wrap-back a:hover {
    color: #07B53B; }
    .wrap-back a:hover::before {
      border-color: #07B53B;
      transform: translateX(-0.5rem) translateY(-50%) rotate(-135deg); } }
@media only screen and (max-width: 1440px) {
  html {
    font-size: 15px; }

  .wrap-m {
    width: 1024px; }

  .wrap-s {
    width: 900px; } }
@media only screen and (max-width: 1024px) {
  .for-pc {
    display: none !important; }

  html {
    font-size: 18px; }

  body {
    margin-top: 50px; }

  .wrap-m {
    width: 768px; }

  .wrap-s {
    width: 640px; }

  .wrap-back {
    margin: 1rem auto; }

  select {
    line-height: 125%;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px; }

  .select-block {
    padding: 0; }
    .select-block::after {
      position: absolute;
      display: block;
      content: "";
      right: -1rem;
      width: 0.35rem;
      height: 0.35rem;
      border: 0.1rem solid #999999;
      border-left: 0;
      border-bottom: 0;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      transition: transform 0.5s, border 0.5s;
      right: 1rem;
      transform: translateY(-50%) rotate(135deg); }
    .select-block.dark::after {
      border-color: #999999; }
    .select-block.bright::after {
      border-color: #333333; }

  .select-wrap.bright {
    float: left;
    margin: 1.5% 0;
    width: 49%; }
    .select-wrap.bright:nth-child(2n) {
      margin-left: 2%; }
    .select-wrap.bright .select-block::after {
      border-color: #333333; }
    .select-wrap.bright select {
      width: 100%;
      min-width: auto;
      border-width: 2px;
      border-color: #333333;
      color: #333333;
      margin: 0;
      border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px; } }
@media only screen and (max-width: 768px) {
  html {
    font-size: 16px; }

  .wrap-m {
    width: 640px; }

  .wrap-s {
    width: 500px; } }
@media only screen and (max-width: 640px) {
  html {
    font-size: 15px; }

  .wrap-m {
    width: 480px; }

  .wrap-s {
    width: 425px; } }
@media only screen and (max-width: 480px) {
  .wrap-m {
    width: 375px; }

  .wrap-s {
    width: 345px; } }
@media only screen and (max-width: 375px) {
  html {
    font-size: 14px; }

  .wrap-m {
    width: 320px; }

  .wrap-s {
    width: 300px; } }
@media only screen and (max-width: 320px) {
  html {
    font-size: 13px; }

  .wrap-m {
    width: 300px; }

  .wrap-s {
    width: 280px; } }
.article-banner-wrap,
.article-relative-wrap {
  width: 1350px;
  margin: auto; }

.article-banner {
  position: relative;
  background: #eeeeee;
  margin: 3rem auto; }
  .article-banner .wrap-m {
    position: relative; }
  .article-banner .article-banner-img {
    position: relative;
    display: inline-block;
    top: -3rem;
    width: 48%;
    padding-top: 30%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    vertical-align: middle; }
  .article-banner.img-full .article-banner-img {
    display: block;
    width: 100%;
    padding-top: 35%; }
  .article-banner.img-full .article-banner-content {
    width: 100%;
    margin: 0 0 7%; }
  .article-banner.img-full .article-banner-wrap p {
    top: auto;
    left: auto;
    position: relative;
    margin-bottom: 0.5rem; }

.article-banner-wrap {
  position: relative; }
  .article-banner-wrap p {
    position: absolute;
    top: 2.5rem;
    left: 51.5%; }
    .article-banner-wrap p span {
      display: inline-block; }
      .article-banner-wrap p span.type {
        padding: 0.25rem 1rem;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        color: #FFF;
        margin-right: 1rem;
        background: #07B53B; }
      .article-banner-wrap p span.date {
        color: #838383; }

.article-banner-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 5rem 0 7rem 3%; }
  .article-banner-content > p {
    margin-bottom: 1rem; }
    .article-banner-content > p span {
      display: inline-block; }
      .article-banner-content > p span.type {
        padding: 0.25rem 1rem;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        color: #FFF;
        margin-right: 1rem;
        background: #07B53B; }
      .article-banner-content > p span.date {
        color: #838383; }
  .article-banner-content h1 {
    font-size: 2.375rem;
    font-weight: normal;
    margin: 0.5rem 0;
    line-height: 125%; }
  .article-banner-content article {
    color: #838383; }
    .article-banner-content article table {
      border-collapse: collapse; }
      .article-banner-content article table tr, .article-banner-content article table td {
        width: auto;
        padding: 0;
        vertical-align: top;
        background: none; }
      .article-banner-content article table td:first-child {
        width: 10px;
        white-space: nowrap;
        background: none; }

.article-banner-btn {
  position: absolute;
  bottom: 3rem;
  right: 0; }
  .article-banner-btn a,
  .article-banner-btn .line-it-button {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 0.25rem;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden; }

.article-title-block {
  text-align: center;
  margin: 1.5rem auto; }
  .article-title-block p {
    display: inline-block;
    padding: 0.25rem 1rem;
    color: #FFF;
    background: #07B53B;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px; }
  .article-title-block h1 {
    font-size: 2rem;
    font-weight: normal;
    margin: 1rem 0; }
  .article-title-block span.des {
    display: block;
    color: #838383; }

.article-des-block {
  text-align: right;
  margin: 1rem auto; }
  .article-des-block span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    color: #838383;
    transform: skewX(-10deg); }
  .article-des-block a,
  .article-des-block .line-it-button {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 0.25rem;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    vertical-align: middle; }

.article-title-img {
  margin: 1.5rem auto; }

img.img-center {
  display: block;
  margin: auto; }

.article-content-wrap {
  line-height: 200%;
  text-align: justify; }
  .article-content-wrap table, .article-content-wrap .article-btn-block, .article-content-wrap .article-info-wrap {
    margin: 3rem auto; }
  .article-content-wrap h2, .article-content-wrap h3 {
    margin: 3rem auto 2rem auto; }
  .article-content-wrap h2 {
    font-size: 2rem; }
  .article-content-wrap h3 {
    color: #07B53B;
    font-weight: normal;
    font-size: 2rem;
    line-height: 125%; }
  .article-content-wrap h4 {
    font-size: 1.375rem;
    margin: 0.75rem auto;
    font-weight: 500; }
  .article-content-wrap p.des {
    color: #999999;
    font-size: 0.8rem; }
  .article-content-wrap a {
    color: #377ff3;
    text-decoration: underline; }
  .article-content-wrap a[name] {
    color: inherit;
    text-decoration: none; }
  .article-content-wrap img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 1.5rem auto;
    box-sizing: border-box; }
  .article-content-wrap article {
    position: relative;
    border: 1px solid #999999;
    margin: 5rem auto 1.5rem auto;
    padding: 1rem 3rem 3rem 3rem;
    text-align: center;
    box-sizing: border-box; }
    .article-content-wrap article h2 {
      position: relative;
      display: inline-block;
      margin: 0 auto;
      top: -2rem;
      padding: 0 5rem;
      background: #FFF;
      font-size: 2rem;
      font-weight: normal;
      text-align: center;
      line-height: 125%;
      max-width: 80%; }
      .article-content-wrap article h2::after, .article-content-wrap article h2::before {
        z-index: 0;
        position: absolute;
        display: block;
        content: "";
        width: 1.5rem;
        height: 1.5rem;
        border: 0;
        background: url("../img/icon/icon-quote.png") no-repeat center center;
        background-size: contain; }
      .article-content-wrap article h2::before {
        top: -0.5rem;
        left: 3rem;
        transform: rotate(180deg); }
      .article-content-wrap article h2::after {
        bottom: -0.5rem;
        right: 3rem; }
    .article-content-wrap article p {
      text-align: justify; }
  .article-content-wrap .article-btn-wrap {
    text-align: center;
    margin: 1.5rem auto; }
    .article-content-wrap .article-btn-wrap a {
      display: inline-block;
      padding: 0.5rem 2.5rem;
      text-decoration: none;
      margin: 0.5rem;
      color: #333333;
      border: 1px solid #333333;
      font-size: 1rem;
      padding: 0.5rem 3rem;
      border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      text-align: center;
      transition: color 0.5s, background 0.5s, border 0.5s; }
      @media only screen and (min-width: 1025px) {
        .article-content-wrap .article-btn-wrap a:hover {
          cursor: pointer;
          background: #07B53B;
          color: #FFF;
          border-color: #07B53B; } }
  .article-content-wrap .article-info-block {
    z-index: 1;
    position: relative;
    display: block;
    width: 75%;
    height: 180px;
    margin: 1.5rem auto;
    overflow: hidden;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    text-decoration: none;
    color: inherit; }
    .article-content-wrap .article-info-block .article-info-img {
      float: left;
      width: 270px;
      height: 100%;
      overflow: hidden;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      background-size: cover !important; }
    .article-content-wrap .article-info-block .article-info-content {
      position: relative;
      float: left;
      display: flex;
      width: calc( 100% - 270px );
      height: 100%;
      align-items: center;
      padding: 1rem 3rem;
      box-sizing: border-box;
      overflow: hidden;
      background: #ebebeb; }
      .article-content-wrap .article-info-block .article-info-content p {
        padding: 0; }

.article-talk-wrap {
  margin: 5rem auto;
  text-align: center; }
  .article-talk-wrap p {
    position: relative;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    color: #FFF;
    background: #07B53B;
    transform: translateX(2.5rem); }
    .article-talk-wrap p::before {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      left: -5rem;
      width: 5rem;
      height: 5rem;
      background: url("../img/icon/icon-talk.png") no-repeat center center;
      background-size: contain;
      transform: translateY(-50%); }

.article-signup-wrap {
  margin: 5rem auto;
  text-align: center; }
  .article-signup-wrap a {
    display: inline-block;
    color: #333333;
    border: 1px solid #333333;
    font-size: 1rem;
    padding: 0.5rem 3rem;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    transition: color 0.5s, background 0.5s, border 0.5s; }
    @media only screen and (min-width: 1025px) {
      .article-signup-wrap a:hover {
        cursor: pointer;
        background: #07B53B;
        color: #FFF;
        border-color: #07B53B; } }

.article-qrcode-wrap {
  margin: 1.5rem auto;
  padding: 3.5rem 0;
  text-align: center;
  background: #ebebeb; }
  .article-qrcode-wrap img {
    display: block;
    width: 13rem;
    margin: 0 auto 2rem auto; }
  .article-qrcode-wrap a {
    display: inline-block;
    color: #333333;
    border: 1px solid #333333;
    font-size: 1rem;
    padding: 0.5rem 3rem;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    transition: color 0.5s, background 0.5s, border 0.5s; }
    @media only screen and (min-width: 1025px) {
      .article-qrcode-wrap a:hover {
        cursor: pointer;
        background: #07B53B;
        color: #FFF;
        border-color: #07B53B; } }

.article-tag-wrap {
  margin: 5rem auto;
  padding: 0 3rem;
  color: #838383;
  box-sizing: border-box; }
  .article-tag-wrap .article-tag-title {
    font-size: 1.375rem;
    display: inline-block;
    vertical-align: middle; }
  .article-tag-wrap .article-tag-content {
    display: inline-block;
    margin: 1rem 0;
    vertical-align: middle;
    width: 80%;
    margin-left: 3%;
    padding: 0.5rem 0 0.5rem 3%;
    border-left: 1px solid #999999;
    vertical-align: middle; }
    .article-tag-wrap .article-tag-content a {
      display: inline-block;
      margin: 0.5rem 0;
      margin-right: 3%;
      transition: color 0.5s; }
      .article-tag-wrap .article-tag-content a::before {
        content: "#"; }

.article-guide-wrap {
  padding: 3rem 0;
  box-sizing: border-box;
  background: url("../img/article/guide-bg.jpg") no-repeat center center #1fc1bb;
  background-size: auto 100%;
  color: #FFF;
  text-align: center; }
  .article-guide-wrap img {
    display: block;
    width: 3rem;
    margin: auto;
    margin-bottom: 0.5rem; }
  .article-guide-wrap .title {
    font-size: 3rem; }
  .article-guide-wrap .content {
    margin: 2rem 0 3rem 0;
    font-size: 1.375rem; }
  .article-guide-wrap a {
    display: inline-block;
    color: #FFF;
    border: 1px solid #FFF;
    font-size: 1rem;
    padding: 0.5rem 3rem;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    transition: color 0.5s, background 0.5s, border 0.5s; }
    @media only screen and (min-width: 1025px) {
      .article-guide-wrap a:hover {
        cursor: pointer;
        background: #07B53B;
        color: #FFF;
        border-color: #07B53B; } }

.article-qr-wrap {
  padding: 3rem 0;
  background: #eeeeee; }

.article-qr-block {
  padding: 0 3rem;
  box-sizing: border-box; }
  .article-qr-block .article-qr-content {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    line-height: 200%; }
    .article-qr-block .article-qr-content p {
      text-align: justify; }
    .article-qr-block .article-qr-content a {
      display: inline-block;
      color: #333333;
      border: 1px solid #333333;
      font-size: 1rem;
      padding: 0.5rem 3rem;
      border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      text-align: center;
      transition: color 0.5s, background 0.5s, border 0.5s;
      margin-top: 1.5rem; }
      @media only screen and (min-width: 1025px) {
        .article-qr-block .article-qr-content a:hover {
          cursor: pointer;
          background: #07B53B;
          color: #FFF;
          border-color: #07B53B; } }
  .article-qr-block .article-qr-img {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    margin-left: 4%; }

.article-relative-wrap {
  margin: 5rem auto;
  text-align: center; }
  .article-relative-wrap .article-relative-title {
    font-size: 2rem; }
  .article-relative-wrap .article-relative-btn {
    display: inline-block;
    margin: 1rem auto 2rem auto;
    color: #333333;
    border: 1px solid #333333;
    font-size: 1rem;
    padding: 0.5rem 3rem;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    transition: color 0.5s, background 0.5s, border 0.5s; }
    @media only screen and (min-width: 1025px) {
      .article-relative-wrap .article-relative-btn:hover {
        cursor: pointer;
        background: #07B53B;
        color: #FFF;
        border-color: #07B53B; } }

.relative-swiper-wrap {
  position: relative;
  margin: 1rem auto;
  padding-bottom: 1rem; }

.article-manual-btn-block {
  text-align: center;
  margin: 5rem auto 7rem auto;
  line-height: normal; }
  .article-manual-btn-block .article-manual-btn {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    border: 1px solid #333333;
    font-size: 1rem;
    padding: 0.5rem 3rem;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    transition: color 0.5s, background 0.5s, border 0.5s; }
    @media only screen and (min-width: 1025px) {
      .article-manual-btn-block .article-manual-btn:hover {
        cursor: pointer;
        background: #07B53B;
        color: #FFF;
        border-color: #07B53B; } }

.article-download-block {
  margin: 3rem auto;
  text-align: right; }
  .article-download-block.learn {
    margin: 1.5rem auto;
    text-align: center; }
  .article-download-block .article-download {
    position: relative;
    top: 0;
    display: inline-block;
    color: #333333;
    border: 1px solid #333333;
    font-size: 1rem;
    padding: 0.5rem 3rem;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    transition: color 0.5s, background 0.5s, border 0.5s;
    padding-right: 4.5rem; }
    @media only screen and (min-width: 1025px) {
      .article-download-block .article-download:hover {
        cursor: pointer;
        background: #07B53B;
        color: #FFF;
        border-color: #07B53B; } }
    .article-download-block .article-download img {
      position: absolute;
      display: block;
      width: 1rem;
      top: 50%;
      right: 3rem;
      transform: translateY(-50%); }
    .article-download-block .article-download .hoverImg {
      display: none;
      left: auto;
      right: 3rem; }

.yt-wrap {
  margin: 1.5rem 0; }
  .yt-wrap .yt-container {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box; }
    .yt-wrap .yt-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.two-column-wrap {
  margin: 1.5rem auto;
  display: flex;
  justify-content: space-between; }
  .two-column-wrap .two-column-block {
    width: 48%;
    text-align: justify; }
    .two-column-wrap .two-column-block h3 {
      margin: 1rem auto;
      font-weight: bold;
      padding: 0; }
    .two-column-wrap .two-column-block img,
    .two-column-wrap .two-column-block .yt-wrap {
      margin: 1rem auto;
      width: 100%; }
    .two-column-wrap .two-column-block h3,
    .two-column-wrap .two-column-block p,
    .two-column-wrap .two-column-block img,
    .two-column-wrap .two-column-block .yt-wrap {
      padding: 0; }

@media only screen and (min-width: 1025px) {
  .article-tag-content a:hover {
    color: #07B53B; }

  .article-info-block .article-info-img {
    transition: transform 0.5s; }
  .article-info-block:hover .article-info-img {
    transform: scale(1.05); }
  .article-info-block:hover .article-info-content {
    text-decoration: underline; }

  .article-guide-wrap a:hover {
    background: #fae66b;
    color: #333333;
    border-color: #333333; } }
@media only screen and (max-width: 1440px) {
  .article-banner-wrap,
  .article-relative-wrap {
    width: 1024px; }

  .article-content-wrap .article-info-block {
    height: 150px; }
    .article-content-wrap .article-info-block .article-info-img {
      width: 215px; }
    .article-content-wrap .article-info-block .article-info-content {
      width: calc( 100% - 215px); } }
@media only screen and (max-width: 1024px) {
  .article-banner-wrap,
  .article-relative-wrap {
    width: 100%; }

  .article-banner-wrap p,
  .article-banner .article-banner-content,
  .article-banner.img-full .article-banner-content,
  .article-banner-btn {
    width: 768px;
    margin: auto; }

  .article-banner-wrap {
    padding-bottom: 1.5rem; }
    .article-banner-wrap p {
      position: relative;
      left: 0;
      top: 0;
      margin-top: 2rem; }
      .article-banner-wrap p span.date.right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }

  .article-banner-content {
    display: block;
    margin-left: 0;
    margin: 1rem auto 3rem auto; }
    .article-banner-content h1 {
      margin: 1rem auto; }
    .article-banner-content p {
      position: relative; }
      .article-banner-content p span:last-child {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }

  .article-banner-btn {
    position: static;
    text-align: right; }

  .article-banner.img-full .article-banner-img,
  .article-banner .article-banner-img {
    display: block;
    top: 0;
    height: 0;
    width: 100%;
    padding-top: 60%;
    border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    box-shadow: none; }

  .article-content-wrap article {
    padding: 1rem 1.5rem 1.5rem 1.5rem; }
    .article-content-wrap article h2 {
      padding: 0 3rem; }
      .article-content-wrap article h2::before, .article-content-wrap article h2::after {
        width: 1rem;
        height: 1rem; }
      .article-content-wrap article h2::before {
        top: 0;
        left: 2rem; }
      .article-content-wrap article h2::after {
        bottom: 0;
        right: 2rem; }
  .article-content-wrap .article-info-block {
    height: auto;
    width: 100%; }
    .article-content-wrap .article-info-block .article-info-img {
      clear: both;
      float: none;
      width: 100%;
      height: 0;
      padding-top: 66.6%; }
    .article-content-wrap .article-info-block .article-info-content {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      padding: 1rem 1.5rem; }

  .article-qrcode-wrap img {
    width: 10rem; }

  .article-tag-wrap {
    margin: 3rem auto;
    padding: 0 1.5rem; }
    .article-tag-wrap .article-tag-content {
      display: block;
      width: 100%;
      border: 0;
      padding: 0;
      margin: 1rem 0; }

  .article-content-wrap h2 span,
  .article-relative-wrap .article-relative-title span {
    padding: 0 1.5rem; }

  .article-guide-wrap {
    padding: 5rem 0;
    background: url("../img/article/guide-bg-m.jpg") no-repeat center center #1fc1bb;
    background-size: cover; }
    .article-guide-wrap a {
      color: #333333;
      border: 1px solid #333333;
      font-size: 1rem;
      padding: 0.5rem 3rem;
      border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      text-align: center;
      transition: color 0.5s, background 0.5s, border 0.5s;
      background: #fae66b; } }
    @media only screen and (max-width: 1024px) and (min-width: 1025px) {
      .article-guide-wrap a:hover {
        cursor: pointer;
        background: #07B53B;
        color: #FFF;
        border-color: #07B53B; } }

@media only screen and (max-width: 1024px) {
  .article-qr-block {
    padding: 0 1.5rem;
    text-align: center; }
    .article-qr-block .article-qr-img {
      display: block;
      margin: auto;
      width: 35%; }
    .article-qr-block .article-qr-content {
      display: block;
      width: 100%;
      margin: 1rem auto; }

  .relative-swiper-wrap {
    overflow: hidden; }

  .article-relative-wrap .article-relative-btn {
    margin: 0; }

  .article-manual-btn-block {
    margin: 3rem auto 5rem auto; }

  .two-column-wrap {
    margin: 0 auto;
    display: block; }
    .two-column-wrap .two-column-block {
      width: 100%;
      margin: 1.5rem 0 2.5rem 0; }
      .two-column-wrap .two-column-block h3 {
        text-align: center; } }
@media only screen and (max-width: 768px) {
  .article-banner-wrap p,
  .article-banner .article-banner-content,
  .article-banner.img-full .article-banner-content,
  .article-banner-btn {
    width: 640px; } }
@media only screen and (max-width: 640px) {
  .article-banner-wrap p,
  .article-banner .article-banner-content,
  .article-banner.img-full .article-banner-content,
  .article-banner-btn {
    width: 480px; }

  .article-guide-wrap .title {
    font-size: 2rem; } }
@media only screen and (max-width: 480px) {
  .article-banner-wrap p,
  .article-banner .article-banner-content,
  .article-banner.img-full .article-banner-content,
  .article-banner-btn {
    width: 375px; }

  .article-banner-content h1 {
    font-size: 2rem;
    line-height: 125%; }

  .article-qr-block .article-qr-img {
    width: 50%; }

  .article-title-block h1,
  .article-content-wrap h2,
  .article-content-wrap h3,
  .article-relative-wrap .article-relative-title {
    font-size: 1.75rem; }

  .article-content-wrap article h2 {
    font-size: 1.375rem; }
    .article-content-wrap article h2::before {
      left: 1.5rem; }
    .article-content-wrap article h2::after {
      bottom: 0;
      right: 1.5rem; }

  .article-guide-wrap img {
    width: 2.5rem; }
  .article-guide-wrap .title {
    font-size: 1.75rem; }
  .article-guide-wrap .content {
    font-size: 1rem;
    margin: 1.5rem 0 2rem 0; } }
@media only screen and (max-width: 375px) {
  .article-banner-wrap p,
  .article-banner .article-banner-content,
  .article-banner.img-full .article-banner-content,
  .article-banner-btn {
    width: 320px; } }
@media only screen and (max-width: 320px) {
  .article-banner-wrap p,
  .article-banner .article-banner-content,
  .article-banner.img-full .article-banner-content,
  .article-banner-btn {
    width: 300px; } }

/*# sourceMappingURL=article.css.map */
