@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900|Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese");

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

header.head_navbar {
  padding: 15px 0px 15px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  position: relative;
  z-index: 99;
}

header.head_navbar .btn {
  margin-right: 15px;
}

header.head_navbar .logo img {
  height: 35px;
}

@media all and (max-width: 575px) {
  header.head_navbar .logo img {
    height: 25px;
  }
}

header.head_navbar input {
  display: none;
}

header.head_navbar label {
  margin: 0 auto !important;
  cursor: pointer;
}

header.head_navbar .topbtn {
  color: #000;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}

.bannerareapc {
  background: #f0f0f0;
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
}

.head_navbar {
  font-family: "Noto Sans TC", "微軟正黑體";
}

.head_navbar .headbtn1,
.head_navbar .headbtn2 {
  color: #ffffff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 9px 13px;
  text-decoration: none;
  font-size: 18px;
}

.head_navbar .headbtn1 img,
.head_navbar .headbtn2 img {
  margin-left: 3px;
}

.head_navbar .headbtn1 {
  background: #E0B653;
  margin-right: 10px;
}

.head_navbar .headbtn2 {
  background: #34C2CB;
}

footer,
header,
section,
.container {
  min-width: 1200px !important;
  position: relative;
}

.section1 {
  background: #f0f0f0;
}

.section2 {
  background: #DFE7F1;
}

.section2 .container {
  position: relative;
  top: -100px;
}

.section3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section4 {
  background: #DFE7F1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section5 {
  background: #AFCBEE;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section6 {
  background: #DFE7F1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section7 {
  background: #FFD729;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section8 {
  background: #DFE7F1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section9 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section10 {
  background: #DFE7F1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.s1section {
  display: flex;
  justify-content: space-evenly;
  padding-top: 34px;
  padding-bottom: 150px;
}

.mainarticle {
  font-family: "Noto Sans TC", "微軟正黑體";
}

.mainarticle h1.mytitle {
  font-family: "Noto Sans TC", "微軟正黑體";
  color: #34C2CB;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 54px;
  text-align: left;
  margin-bottom: 20px;
}

.mainarticle ul li {
  margin-bottom: 20px;
}

.mainarticle ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
}

.mainarticle ul li a:hover {
  color: #FF861F;
}

.mytitle {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #34C2CB;
  margin-bottom: 30px;
}

.mytext {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #182A3D;
}

.mytext strong {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

a.withunderline {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline !important;
}

a.withunderline strong {
  font-weight: 700;
}

.cardbox {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.cardbox a {
  text-decoration: none;
}

.cardbox.cardstyle1 ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.cardbox.cardstyle1 ul li {
  text-align: center;
  margin-right: 10px;
  transition: 0.2s;
}

.cardbox.cardstyle1 ul li:hover {
  transform: scale(1.07);
}

.cardbox.cardstyle1 ul li:last-child {
  margin-right: 0px;
}

.cardbox.cardstyle1 ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #1B1B1B;
  text-decoration: none;
  text-align: center;
}

.cardbox.cardstyle1 ul li img {
  display: block;
}

.cardbox.cardstyle2 {
  padding-left: 120px;
  padding-right: 120px;
}

.cardbox.cardstyle2 a {
  color: #182A3D;
}

.cardbox.cardstyle2 ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.cardbox.cardstyle2 ul li {
  background: #F8F8F8;
  width: 48%;
  margin: 1%;
}

.cardbox.cardstyle2 ul li:last-child {
  width: 100%;
}

.cardbox.cardstyle2 ul li:last-child .insidebox {
  flex-direction: column;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cardbox.cardstyle2 ul li:last-child .insidebox ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.cardbox.cardstyle2 ul li:last-child .insidebox ul li {
  text-align: center;
  margin-right: 10px;
  transition: 0.2s;
}

.cardbox.cardstyle2 ul li:last-child .insidebox ul li:hover {
  transform: scale(1.07);
}

.cardbox.cardstyle2 ul li:last-child .insidebox ul li:last-child {
  margin-right: 0px;
}

.cardbox.cardstyle2 ul li:last-child .insidebox ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #1B1B1B;
  text-decoration: none;
  text-align: center;
}

.cardbox.cardstyle2 ul li:last-child .insidebox ul li img {
  display: block;
}

.cardbox.cardstyle2 ul li .insidebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}

.cardbox.cardstyle2 ul li .insidebox .textarea {
  font-family: "Noto Sans TC", "微軟正黑體";
}

.cardbox.cardstyle2 ul li .insidebox .textarea h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #182A3D;
}

.cardbox.cardstyle2 ul li .insidebox .textarea p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #182A3D;
}

.cardbox.cardstyle2-1 {
  padding-left: 120px;
  padding-right: 120px;
}

.cardbox.cardstyle2-1 ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.cardbox.cardstyle2-1 ul li {
  background: #F8F8F8;
  width: 48%;
  margin: 1%;
}

.cardbox.cardstyle2-1 ul li strong {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.cardbox.cardstyle2-1 ul li:first-child {
  width: 100%;
}

.cardbox.cardstyle2-1 ul li:first-child .insidebox {
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.cardbox.cardstyle2-1 ul li:first-child .insidebox h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 20px;
  color: #182A3D;
  text-align: center;
  flex-basis: 100%;
}

.cardbox.cardstyle2-1 ul li:first-child .insidebox .textarea {
  flex-basis: 50%;
}

.cardbox.cardstyle2-1 ul li:first-child .insidebox .textarea:last-child {
  flex-basis: 100%;
  padding-top: 30px;
}

.cardbox.cardstyle2-1 ul li:first-child .insidebox .textarea:last-child p {
  color: #666666;
  font-weight: 400;
}

.cardbox.cardstyle2-1 ul li:first-child .insidebox .imagearea {
  flex-basis: 50%;
  padding-left: 20px;
}

.cardbox.cardstyle2-1 ul li .insidebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0px;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.cardbox.cardstyle2-1 ul li .insidebox .textarea {
  font-family: "Noto Sans TC", "微軟正黑體";
}

.cardbox.cardstyle2-1 ul li .insidebox .textarea h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 20px;
  color: #182A3D;
  text-align: center;
}

.cardbox.cardstyle2-1 ul li .insidebox .textarea p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #182A3D;
}

.cardbox.cardstyle3 {
  text-align: center;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.cardbox.cardstyle3 .textarea p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #182A3D;
}

.cardbox.cardstyle4 {
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
}

.cardbox.cardstyle4 .twocol {
  display: flex;
  align-items: center;
}

.cardbox.cardstyle4 ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-family: "Noto Sans TC", "微軟正黑體";
  flex: 1;
}

@media all and (max-width: 1400px) {
  .cardbox.cardstyle4 ul {
    flex-basis: 60%;
  }
}

.cardbox.cardstyle4 ul li {
  background: #F8F8F8;
  width: 100%;
  margin-bottom: 20px;
  transition: 0.2s;
  cursor: pointer;
}

.cardbox.cardstyle4 ul li:hover {
  transform: scale(1.07);
}

.cardbox.cardstyle4 ul li .insidebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}

.cardbox.cardstyle4 ul li .insidebox .textarea {
  font-family: "Noto Sans TC", "微軟正黑體";
  padding-left: 25px;
}

.cardbox.cardstyle4 ul li .insidebox .textarea h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #182A3D;
  text-align: left;
}

.cardbox.cardstyle4 ul li .insidebox .textarea p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #182A3D;
  text-align: left;
}

.cardbox.cardstyle5 {
  padding-left: 120px;
  padding-right: 120px;
}

.cardbox.cardstyle5 .twocol {
  display: flex;
  align-items: center;
  background: #F8F8F8;
  justify-content: flex-start;
}

.cardbox.cardstyle5 ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 45px;
  flex-wrap: wrap;
  margin-bottom: 45px;
  font-family: "Noto Sans TC", "微軟正黑體";
  flex-basis: 65%;
}

@media all and (max-width: 1400px) {
  .cardbox.cardstyle5 ul {
    flex-basis: 65%;
  }
}

.cardbox.cardstyle5 ul li {
  width: 100%;
  margin-bottom: 30px;
}

.cardbox.cardstyle5 ul li:last-child {
  margin-bottom: 0px;
}

.cardbox.cardstyle5 ul li .insidebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 40px;
}

.cardbox.cardstyle5 ul li .insidebox .textarea {
  font-family: "Noto Sans TC", "微軟正黑體";
  padding-left: 50px;
}

.cardbox.cardstyle5 ul li .insidebox .textarea h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #182A3D;
  text-align: left;
}

.cardbox.cardstyle5 ul li .insidebox .textarea h2 span {
  margin-left: 10px;
  color: #a5a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.cardbox.cardstyle5 ul li .insidebox .textarea p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #182A3D;
  text-align: left;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.cardbox.cardstyle5 ul li .insidebox .textarea p.notetext {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 20px;
}

.cardbox.cardstyle5 ul li .insidebox .textarea p.notetext span {
  color: #f00;
  font-size: 20px;
}

.cardbox.cardstyle6 {
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
}

.cardbox.cardstyle6 .twocol {
  display: flex;
  align-items: center;
}

.cardbox.cardstyle6 ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-family: "Noto Sans TC", "微軟正黑體";
  flex: 1;
}

@media all and (max-width: 1400px) {
  .cardbox.cardstyle6 ul {
    flex-basis: 60%;
  }
}

.cardbox.cardstyle6 ul li {
  width: 100%;
  margin-bottom: 20px;
  transition: 0.2s;
}

.cardbox.cardstyle6 ul li .insidebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}

.cardbox.cardstyle6 ul li .insidebox .textarea {
  font-family: "Noto Sans TC", "微軟正黑體";
  padding-left: 25px;
}

.cardbox.cardstyle6 ul li .insidebox .textarea h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #182A3D;
  text-align: left;
}

.cardbox.cardstyle6 ul li .insidebox .textarea p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #182A3D;
  text-align: left;
}

.cardbox.cardstyle6 ul li .insidebox .textarea p strong {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.cardbox.cardstyle6 ul li .insidebox .textarea p img {
  margin-top: 20px;
}

.cardbox.cardstyle7 {
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
}

.cardbox.cardstyle7 .insidebox {
  display: flex;
  align-items: center;
  margin-left: 20px;
  flex-direction: column;
}

.cardbox.cardstyle7 .insidebox .graybox {
  background: #F8F8F8;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  margin-bottom: 20px;
}

.cardbox.cardstyle7 .insidebox .graybox p {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}

.cardbox.cardstyle7 .insidebox .graybox p a {
  background: #267FE8;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border-radius: 8px;
  margin-left: 10px;
}

.cardbox.cardstyle7 .insidebox .textarea {
  font-family: "Noto Sans TC", "微軟正黑體";
  padding-left: 25px;
}

.cardbox.cardstyle7 .insidebox .textarea h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #182A3D;
  text-align: left;
}

.cardbox.cardstyle7 .insidebox .textarea p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #182A3D;
  text-align: left;
}

.cardbox.cardstyle7 .insidebox .textarea p img {
  margin-top: 20px;
}

.cardbox.cardstyle7 .insidebox ul {
  font-family: "Noto Sans TC", "微軟正黑體";
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cardbox.cardstyle7 .insidebox ul li {
  text-align: center;
  margin-right: 10px;
  transition: 0.2s;
}

.cardbox.cardstyle7 .insidebox ul li:hover {
  transform: scale(1.07);
}

.cardbox.cardstyle7 .insidebox ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #1B1B1B;
  text-decoration: none;
  text-align: center;
}

.cardbox.cardstyle7 .insidebox ul li img {
  display: block;
}

.cardbox.cardstyle7 .insidebox ul li h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-top: 10px;
}

.cardbox.cardstyle7 .insidebox ul li p {
  margin-top: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.cardbox.cardstyle8 {
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
}

.cardbox.cardstyle8 .insidebox {
  display: flex;
  align-items: center;
  margin-left: 20px;
  flex-direction: column;
}

.cardbox.cardstyle8 .insidebox .textarea {
  font-family: "Noto Sans TC", "微軟正黑體";
  padding-left: 25px;
}

.cardbox.cardstyle8 .insidebox .textarea h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #182A3D;
  text-align: left;
}

.cardbox.cardstyle8 .insidebox .textarea p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #182A3D;
  text-align: center;
  word-break: keep-all;
}

.cardbox.cardstyle8 .insidebox .textarea p strong {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.cardbox.cardstyle8 .insidebox .textarea p img {
  margin-top: 20px;
}

.cardbox.cardstyle8 .insidebox .textarea p.notetext {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 20px;
}

.cardbox.cardstyle8 .insidebox .textarea p.notetext span {
  color: #f00;
  font-size: 20px;
}

.cardbox.cardstyle8 .insidebox ul.withicon {
  font-family: "Noto Sans TC", "微軟正黑體";
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: #F8F8F8;
  padding: 40px;
}

.cardbox.cardstyle8 .insidebox ul.withicon li {
  text-align: center;
  margin-right: 10px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #1B1B1B;
  text-decoration: none;
  text-align: center;
  margin-bottom: 30px;
}

.cardbox.cardstyle8 .insidebox ul.withicon li img {
  display: block;
  margin-right: 30px;
}

.cardbox.cardstyle8 .insidebox ul.withicon li .info {
  display: flex;
  justify-content: start;
  flex-direction: column;
}

.cardbox.cardstyle8 .insidebox ul.withicon li .info h4 {
  font-size: 26px;
  text-align: left;
  color: #FF861F;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}

.cardbox.cardstyle8 .insidebox ul.withicon li .info p {
  margin-top: 0px;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.cardbox.cardstyle8 ul.noicon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.cardbox.cardstyle8 ul.noicon li {
  text-align: center;
  margin-right: 20px;
  transition: 0.2s;
}

.cardbox.cardstyle8 ul.noicon li:hover {
  transform: scale(1.07);
}

.cardbox.cardstyle8 ul.noicon li:last-child {
  margin-right: 0px;
}

.cardbox.cardstyle8 ul.noicon li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #1B1B1B;
  text-decoration: none;
  text-align: left;
}

.cardbox.cardstyle8 ul.noicon li h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-top: 10px;
  color: #267FE8;
}

.cardbox.cardstyle8 ul.noicon li p {
  margin-top: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
}

.cardbox.cardstyle8 ul.noicon li h3 {
  font-size: 24px;
  color: #FF1000;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cardbox.cardstyle8 ul.noicon li h3 small {
  font-size: 20px;
}

.cardbox.cardstyle8 ul.noicon li img {
  display: block;
}

.cardbox.cardstyle8 ul.noiconstyle2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.cardbox.cardstyle8 ul.noiconstyle2 li {
  text-align: center;
  margin-right: 20px;
  transition: 0.2s;
}

.cardbox.cardstyle8 ul.noiconstyle2 li:hover {
  transform: scale(1.07);
}

.cardbox.cardstyle8 ul.noiconstyle2 li:last-child {
  margin-right: 0px;
}

.cardbox.cardstyle8 ul.noiconstyle2 li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #1B1B1B;
  text-decoration: none;
  text-align: center;
}

.cardbox.cardstyle8 ul.noiconstyle2 li p {
  margin-top: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
}

.cardbox.cardstyle8 ul.noiconstyle2 li h3 {
  font-size: 24px;
  color: #FF1000;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cardbox.cardstyle8 ul.noiconstyle2 li h3 small {
  font-size: 20px;
}

.cardbox.cardstyle8 ul.noiconstyle2 li img {
  display: block;
}

.cardbox.cardstyle8 ul.noiconstyle3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.cardbox.cardstyle8 ul.noiconstyle3 li {
  text-align: center;
  margin-right: 20px;
  transition: 0.2s;
  flex-basis: 23%;
}

.cardbox.cardstyle8 ul.noiconstyle3 li:hover {
  transform: scale(1.07);
}

.cardbox.cardstyle8 ul.noiconstyle3 li:last-child {
  margin-right: 0px;
}

.cardbox.cardstyle8 ul.noiconstyle3 li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #1B1B1B;
  text-decoration: none;
  text-align: center;
}

.cardbox.cardstyle8 ul.noiconstyle3 li h3 {
  font-size: 24px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
}

.cardbox.cardstyle8 ul.noiconstyle3 li h3 small {
  font-size: 20px;
}

.cardbox.cardstyle8 ul.noiconstyle3 li p {
  margin-top: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
}

.cardbox.cardstyle8 ul.noiconstyle3 li img {
  display: block;
}

.cardbox.cardstyle9 .insidebox .buttonarea {
  display: flex;
  justify-content: center;
  width: 70%;
  margin: auto;
}

.cardbox.cardstyle9 .insidebox .buttonarea a {
  color: #ffffff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 20px 60px;
  text-decoration: none;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  justify-content: center;
  width: 100%;
}

.cardbox.cardstyle9 .insidebox .buttonarea a img {
  margin-left: 5px;
}

.cardbox.cardstyle9 .insidebox .buttonarea a.headbtn1 {
  background: #E0B653;
  margin-right: 10px;
  transition: 0.3s;
}

.cardbox.cardstyle9 .insidebox .buttonarea a.headbtn1:hover {
  background: #d39400;
}

.cardbox.cardstyle9 .insidebox .buttonarea a.headbtn2 {
  background: #34C2CB;
  transition: 0.3s;
}

.cardbox.cardstyle9 .insidebox .buttonarea a.headbtn2:hover {
  background: #127c82;
}

.cardbox.cardsingle {
  background: #F8F8F8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.cardbox.cardsingle .insidebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cardbox.cardsingle .insidebox .textarea {
  font-family: "Noto Sans TC", "微軟正黑體";
  word-break: keep-all;
  width: 65%;
  padding-right: 10%;
}

.cardbox.cardsingle .insidebox .textarea h1.mytitle {
  text-align: left;
}

.cardbox.cardsingle .insidebox .textarea h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #182A3D;
}

.cardbox.cardsingle .insidebox .textarea p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #182A3D;
}

.cardbox.cardsingle .insidebox .textarea p b {
  font-weight: 700;
  font-size: 26px;
}

.cardbox.cardsingle .insidebox .imagearea {
  margin: auto;
}

@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(5px);
  }

  50% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.yellowinputarea {
  display: flex;
  justify-content: center;
  font-family: "Noto Sans TC", "微軟正黑體";
  height: 76px;
}

.yellowinputarea.shake {
  animation: horizontal-shaking 0.35s 1;
}

.yellowinputarea input[type=text] {
  font-family: "Noto Sans TC", "微軟正黑體";
  outline: 0;
  flex: 1;
  border: 0;
  border-radius: 6px 0px 0px 6px;
  padding-left: 30px;
  font-size: 24px;
  line-height: 1;
}

.yellowinputarea input[type=text]::placeholder {
  color: #BEBEBE;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.yellowinputarea input[type=text].emptyinput::placeholder {
  color: #ffa39c;
  font-weight: 600;
}

.yellowinputarea button {
  background: #000;
  color: #fff;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  outline: 0;
  border: 0;
  padding: 5px 35px;
  border-radius: 0px 6px 6px 0px;
}

.yellowinputarea button img {
  margin-right: 5px;
  height: 40px;
}

.guidevideobox {
  width: 80%;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  margin: auto;
}

.guidevideobox.hoverplay .videocover {
  transition: 0.3s;
}

.guidevideobox.hoverplay .videocover:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023bid_beginner/images/playicon.png?version=1") rgba(0, 0, 0, 0) center center;
  background-repeat: no-repeat;
  z-index: 99;
}

.guidevideobox .videocover {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.guidevideobox .videocover:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  border-radius: 8px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023bid_beginner/images/playicon.png?version=1") rgba(0, 0, 0, 0.2) center center;
  background-repeat: no-repeat;
  z-index: 99;
}

.guidevideobox .videocover img {
  width: 100%;
  height: auto;
}

.gototop {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 9999999;
  cursor: pointer;
  display: none;
}

.gototop img {
  width: 70px;
}

.pcvideo,
.spvideo {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  margin: auto;
}

.signupmember {
  background: #FFD729;
  color: #182A3D;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 50%;
  margin: auto;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  position: relative;
  margin-top: 60px;
}

.signupmember:hover {
  color: #182A3D;
  background: #ffe600;
}

.signupmember:before {
  content: '';
  position: absolute;
  top: -45px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023bid_beginner/images/clock.svg?version=1");
  background-repeat: no-repeat;
  width: 160px;
  height: 40px;
}

.mylink {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #267FE8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mylink img {
  margin-right: 5px;
}

.mylinksmall {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #267FE8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mylinksmall img {
  margin-right: 5px;
}

.submytitle {
  background: #FFD729;
  color: #182A3D;
  text-align: center;
  font-family: "Noto Sans TC", "微軟正黑體";
  width: 100%;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
}

.recommendarea {
  width: 90%;
  margin: auto;
  position: relative;
}

.recommendarea ul li {
  display: flex;
  background: #EAF3F6;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}

.recommendarea ul li a {
  color: #182A3D;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}

.recommendarea ul li a:hover {
  text-decoration: underline;
}

.recommendarea ul li .insidebox {
  align-items: center;
}

.recommendarea ul li .insidebox .textarea {
  padding: 40px 20px 40px 20px;
}

.recommendarea ul li .insidebox .textarea .articletext {
  display: inline;
}

.recommendarea ul li .insidebox .textarea .readall {
  display: inline;
  color: blue;
}

.recommendarea ul li .insidebox .image {
  flex-basis: 100%;
  margin-right: 0px;
  margin-left: 5px;
  float: right;
  width: 160px;
  height: 160px;
  margin-bottom: 5px;
}

.recommendarea ul li .insidebox .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommendarea ul li .boxbottom {
  background: #CAE1E7;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.recommendarea ul li .boxbottom .name {
  color: #182A3D;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.recommendarea ul li .boxbottom .rank .rankfive {
  width: 150px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023bid_beginner/images/staricon.png?version=1");
  height: 30px;
  background-size: 30px;
  background-repeat: repeat-x;
}

.recommendarea ul li .boxbottom .rank .rankfour {
  width: 120px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023bid_beginner/images/staricon.png?version=1");
  height: 30px;
  background-size: 30px;
  background-repeat: repeat-x;
}

.recommendarea ul li .boxbottom .rank .rankthree {
  width: 90px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023bid_beginner/images/staricon.png?version=1");
  height: 30px;
  background-size: 30px;
  background-repeat: repeat-x;
}

.swiper-prev,
.swiper-next {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(-50%);
  z-index: 9999;
}

.swiper-prev {
  left: -40px;
}

.swiper-prev.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-next {
  right: -40px;
}

.swiper-next.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-pagination {
  bottom: -30px !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #888888;
  border: 2px solid #888888;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  background: #ffffff;
  border: 2px solid #888888;
}

.videoguide-container {
  padding: 0px;
  margin: auto 40px;
  position: relative;
}

.guideswiper .swiper-slide {
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.guidebtn-prev,
.guidebtn-next {
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0;
  z-index: 99;
  background: #ffffff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

.guidebtn-prev {
  left: -15px;
}

.guidebtn-next {
  right: -15px;
}

.guideswiper .swiper-slide .guidevideobox {
  width: 100%;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
}

.guideswiper .swiper-slide .guidevideobox.hoverplay .videocover {
  transition: 0.3s;
}

.guideswiper .swiper-slide .guidevideobox.hoverplay .videocover:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  border-radius: 8px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2022/playicon.png?version=1") rgba(0, 0, 0, 0.2) center center;
  background-repeat: no-repeat;
  z-index: 99;
}

.guideswiper .swiper-slide .guidevideobox .videocover {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.guideswiper .swiper-slide .guidevideobox .videocover:after {
  background: none;
  background-repeat: no-repeat;
}

.guideswiper .swiper-slide .guidevideobox .videotitle {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 18px;
  text-align: center;
  color: #666;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 0px 0px 8.094px 8.094px;
  background: #F5F5F5;
}

.guideswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  max-height: none;
}

.guideswiper .pcvideo,
.guideswiper .spvideo {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  margin: auto;
}

.guideswiper .pcvideo {
  display: block;
}

.guideswiper .spvideo {
  display: none;
}

@media screen and (max-width: 768px) {
  .guideswiper .pcvideo {
    display: none;
  }

  .guideswiper .spvideo {
    display: block;
  }

  .videoguide-container {
    padding: 0px;
    margin: auto 40px;
    position: relative;
  }

  .guideswiper .swiper-slide {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .guideswiper .swiper-slide .guidevideobox .videotitle br {
    display: none;
  }

  .guideswiper .swiper-wrapper {
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .guideswiper .guidepagin {
    position: relative;
  }

  .guideswiper .swiper-slide .guidevideobox .videocover:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 8px;
    background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2022/playicon.png?version=1");
    background-size: 60px;
    opacity: 0.4;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
  }
}

.youtube-link {
  cursor: pointer !important;
}

footer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: black;
  font-family: "Noto Sans TC", "微軟正黑體";
}

/*# sourceMappingURL=../../../sass */