@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");

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.real-header {
  padding: 10px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
}

header.real-header .logo {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}

header.real-header .logo img {
  height: 50px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .logo img {
    width: 100%;
  }
}

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

header.real-header .container {
  padding: 0px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .container {
    padding: 0px 15px;
  }
}

@media all and (max-width: 575px) {
  header.real-header .container {
    padding: 0px 0px;
  }
}

@media all and (max-width: 575px) {
  header.real-header .mobile_nav {
    margin-right: 10px;
    margin-left: 10px;
  }
}

header.real-header input {
  display: none;
}

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

header.real-header div.row {
  justify-content: space-between;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

@media all and (max-width: 575px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

header.real-header div.col-2 {
  font-size: 6vmin;
  max-height: 5vmin;
  position: relative;
}

header.real-header div.col-2 label {
  position: absolute;
  left: 1vmin;
  top: -2vmin;
}

header.real-header div.mobile-menu {
  transition: all .25s;
  pointer-events: none;
  opacity: 0;
  font-size: 3vmin;
  position: absolute;
  z-index: 9999;
  left: -7px;
  top: 6.8vmin;
  min-width: 49vmin;
  height: 0px;
  display: flex;
  justify-content: flex-end;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.real-header div.mobile-menu {
    left: -37px;
    top: 40px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header div.mobile-menu {
    left: -20px;
    top: 40px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.mobile-menu {
    left: -17px;
    top: 35px;
  }
}

@media all and (max-width: 575px) {
  header.real-header div.mobile-menu {
    left: -19px;
    top: 37px;
  }
}

header.real-header div.mobile-menu div#bgafter {
  z-index: -1;
  background: rgba(68, 64, 65, 0.8);
  position: absolute;
  height: 100%;
  width: 1px;
  top: 7px;
  left: 4px;
  content: ' ';
}

header.real-header div.mobile-menu a {
  text-decoration: none;
  display: list-item;
}

header.real-header div.mobile-menu a:nth-of-type(1),
header.real-header div.mobile-menu a:nth-of-type(2),
header.real-header div.mobile-menu a:nth-of-type(3),
header.real-header div.mobile-menu a:nth-of-type(4),
header.real-header div.mobile-menu a:nth-of-type(5),
header.real-header div.mobile-menu a:nth-of-type(6) {
  position: relative;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li,
header.real-header div.mobile-menu a:nth-of-type(2):hover li,
header.real-header div.mobile-menu a:nth-of-type(3):hover li,
header.real-header div.mobile-menu a:nth-of-type(4):hover li,
header.real-header div.mobile-menu a:nth-of-type(5):hover li,
header.real-header div.mobile-menu a:nth-of-type(6):hover li {
  background: #0091ec;
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li i,
header.real-header div.mobile-menu a:nth-of-type(2):hover li i,
header.real-header div.mobile-menu a:nth-of-type(3):hover li i,
header.real-header div.mobile-menu a:nth-of-type(4):hover li i,
header.real-header div.mobile-menu a:nth-of-type(5):hover li i,
header.real-header div.mobile-menu a:nth-of-type(6):hover li i {
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):after,
header.real-header div.mobile-menu a:nth-of-type(2):after,
header.real-header div.mobile-menu a:nth-of-type(3):after,
header.real-header div.mobile-menu a:nth-of-type(4):after,
header.real-header div.mobile-menu a:nth-of-type(5):after,
header.real-header div.mobile-menu a:nth-of-type(6):after {
  position: absolute;
  content: ' ';
  background: rgba(128, 128, 128, 0.5);
  height: 1px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

header.real-header div.mobile-menu ul {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  font-weight: bolder;
}

header.real-header div.mobile-menu ul li {
  padding: 12px 4vmin;
  color: #444041;
  display: flex;
  justify-content: space-between;
}

header.real-header div.mobile-menu ul li i {
  color: #c9cbc8;
}

header.real-header div input#newbar:checked ~ div.mobile-menu {
  pointer-events: all;
  opacity: 1;
  overflow: unset;
}

.maincontainer {
  background: #FEFBF6;
}

.maincontainer .titlegroup {
  display: flex;
}

@media all and (max-width: 575px) {
  .maincontainer .titlegroup {
    padding: 20px 0px 10px 0px;
  }
}

.maincontainer .titlegroup .titlelogo {
  padding: 50px 2% 20px 10%;
  align-self: center;
}

@media all and (max-width: 575px) {
  .maincontainer .titlegroup .titlelogo {
    padding: 5px 0px 0px 15px;
  }
}

.maincontainer .titlegroup .videolink {
  padding: 50px 0px 20px 0px;
  align-self: center;
}

@media all and (max-width: 575px) {
  .maincontainer .titlegroup .videolink {
    padding: 5px 0px 0px 10px;
  }
}

.maincontainer .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.maincontainer .sociallink {
  padding: 50px 0px 30px 0px;
  position: relative;
}

@media all and (max-width: 575px) {
  .maincontainer .sociallink {
    padding: 20px 0px 0px 0px;
  }
}

.maincontainer .hotitem {
  padding: 30px 0px 40px 0px;
}

@media all and (max-width: 575px) {
  .maincontainer .hotitem {
    padding: 20px 0px;
  }

  .maincontainer .hotitem h2 {
    font-size: 30px;
    font-family: "Noto Sans TC", "微軟正黑體";
    text-align: center;
    font-weight: 900;
    color: #B53F31;
    overflow: hidden;
  }

  .maincontainer .hotitem h2:after {
    position: absolute;
    width: 105px;
    height: 10px;
    content: '';
    background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/device/images/wavetitle.svg?version=1") center left;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    margin-left: 5px;
    right: 0px;
  }
}

@media all and (max-width: 575px) and (max-width: 320px) {
  .maincontainer .hotitem h2:after {
    width: 70px;
    height: 10px;
  }
}

@media all and (max-width: 575px) {
  .maincontainer .hotitem h2:before {
    position: absolute;
    width: 105px;
    height: 10px;
    content: '';
    background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/device/images/wavetitle.svg?version=1") center left;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    margin-right: 5px;
    left: 0px;
  }
}

@media all and (max-width: 575px) and (max-width: 320px) {
  .maincontainer .hotitem h2:before {
    width: 70px;
    height: 10px;
  }
}

.maincontainer .infotitle h2 {
  font-size: 30px;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  font-weight: 900;
  color: #B53F31;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.maincontainer .infotitle h2:after {
  position: absolute;
  width: 105px;
  height: 10px;
  content: '';
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/device/images/wavetitle.svg?version=1") center left;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  margin-left: 5px;
  right: 0px;
}

@media all and (max-width: 320px) {
  .maincontainer .infotitle h2:after {
    width: 70px;
    height: 10px;
  }
}

.maincontainer .infotitle h2:before {
  position: absolute;
  width: 105px;
  height: 10px;
  content: '';
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/device/images/wavetitle.svg?version=1") center left;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  margin-right: 5px;
  left: 0px;
}

@media all and (max-width: 320px) {
  .maincontainer .infotitle h2:before {
    width: 70px;
    height: 10px;
  }
}

.maincontainer .infotitle h4 {
  font-size: 20px;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  font-weight: 600;
  color: #333333;
}

@media all and (max-width: 320px) {
  .maincontainer .infotitle h4 {
    font-size: 17px;
  }
}

.maincontainer .infotitle h4 img {
  width: 25px;
  position: relative;
  top: 3px;
}

.maincontainer .itemarea {
  padding-bottom: 90px;
  padding-top: 40px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer .itemarea {
    padding-bottom: 40px;
  }
}

@media all and (max-width: 575px) {
  .maincontainer .itemarea {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .maincontainer .itemarea img {
    padding: 3px;
  }
}

.maincontainer .itemblock {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.maincontainer .sectiontitle h1 {
  font-size: 40px;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-weight: 900;
  color: #B53F31;
  border-top: 3px solid #B53F31;
  border-bottom: 3px solid #B53F31;
  padding: 30px 0px;
}

@media all and (max-width: 575px) {
  .maincontainer .sectiontitle h1 {
    font-size: 30px;
    text-align: center;
    padding: 20px 0px;
  }
}

@media all and (max-width: 320px) {
  .maincontainer .sectiontitle h1 {
    font-size: 20px;
    padding: 15px 0px;
  }
}

.maincontainer .category {
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.maincontainer .category h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media all and (max-width: 575px) {
  .maincontainer .category h2 {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 320px) {
  .maincontainer .category h2 {
    font-size: 15px;
  }
}

.maincontainer .category ul li {
  padding: 5px 0px;
}

.maincontainer .category ul li a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

@media all and (max-width: 320px) {
  .maincontainer .category ul li a {
    font-size: 15px;
  }
}

.maincontainer .category .col {
  padding-left: 0px;
  padding-right: 0px;
}

@media all and (max-width: 575px) {
  .maincontainer .category .col {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
  }

  .maincontainer .category .col h2 {
    position: relative;
    -ms-flex: 100%;
    flex: 100%;
    align-items: center;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 16px;
    text-align: left;
    background: #fefbf6;
    overflow: hidden;
  }

  .maincontainer .category .col h2 a {
    color: #000;
    font-weight: 800;
    padding-right: 10px;
  }

  .maincontainer .category .col h2:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background: #B53F31;
    top: 50%;
  }

  .maincontainer .category .col ul {
    -ms-flex: 100%;
    flex: 100%;
    margin-top: 10px;
  }

  .maincontainer .category .col ul li {
    float: left;
    padding: 6px;
    margin: 5px 5px;
  }
}

@media all and (max-width: 575px) and (max-width: 320px) {
  .maincontainer .category .col ul li {
    padding: 4px;
  }
}

@media all and (max-width: 575px) {
  .maincontainer .category .col ul li a {
    text-decoration: none;
  }

  .maincontainer .category .col:after {
    display: none;
  }
}

.maincontainer .category .col:after {
  content: '';
  height: 100%;
  width: 2px;
  background: #b53f31;
  top: 0px;
  position: absolute;
  right: 0px;
}

.maincontainer .category .col:last-child:after {
  background: transparent;
  display: none;
}

.maincontainer .redbgdia {
  height: 90px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/device/images/redbgdia.png?version=1") center center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media all and (max-width: 575px) {
  .maincontainer .redbgdia {
    background: #bf0000;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    height: auto;
    padding: 15px 0px;
  }
}

@media all and (max-width: 320px) {
  .maincontainer .redbgdia {
    font-size: 17px;
    line-height: 20px;
  }
}

.maincontainer .redbgdia a {
  color: #ffffff;
  text-decoration: underline;
  font-family: "Noto Sans TC", "微軟正黑體";
}

@media all and (max-width: 575px) {
  .maincontainer .redbgdia a {
    word-break: keep-all;
  }
}

.maincontainer .tabletitle {
  font-size: 40px;
  color: #b53f31;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-weight: 900;
  margin: 40px 0px;
  position: relative;
}

@media all and (max-width: 575px) {
  .maincontainer .tabletitle {
    font-size: 30px;
    margin: 75px 0px 20px 0px;
    text-align: center;
    padding-left: 50px;
  }
}

@media all and (max-width: 320px) {
  .maincontainer .tabletitle {
    padding-left: 60px;
    font-size: 25px;
  }
}

.maincontainer .tabletitle:before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/device/images/sectionicon.png?version=1");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  left: -185px;
  top: -35px;
  width: 200px;
  height: 250px;
  content: '';
}

@media all and (max-width: 575px) {
  .maincontainer .tabletitle:before {
    display: none;
  }
}

.maincontainer .tabletitle:after {
  display: none;
}

@media all and (max-width: 575px) {
  .maincontainer .tabletitle:after {
    background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/device/images/sectionicon_s.png?version=1");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 200px;
    height: 100px;
    content: '';
    display: block;
  }
}

.maincontainer .tableimg {
  margin-bottom: 150px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer .tableimg {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 575px) {
  .maincontainer .tableimg {
    margin-bottom: 10px;
  }
}

.maincontainer .tableimg table {
  border: 2px solid #b53f31;
}

.maincontainer .tableimg table td {
  border: 2px solid #b53f31;
  font-size: 20px;
  font-weight: 800;
  padding: 10px 20px;
}

@media all and (max-width: 320px) {
  .maincontainer .tableimg table td {
    font-size: 15px;
  }
}

.maincontainer .dotbg {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  opacity: 0.4;
}

.maincontainer .listarea {
  padding-top: 50px;
  padding-bottom: 51px;
}

@media all and (max-width: 575px) {
  .maincontainer .listarea {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media all and (max-width: 575px) {
  .maincontainer .listarea .infoimg {
    position: absolute;
    z-index: 99;
    right: 10px;
    top: -80px;
    width: 150px;
  }
}

@media all and (max-width: 320px) {
  .maincontainer .listarea .infoimg {
    width: 120px;
    right: 10px;
    top: -60px;
  }
}

.maincontainer .infodia {
  position: relative;
  top: 55px;
}

@media all and (max-width: 575px) {
  .maincontainer .infodia {
    top: 0px;
  }
}

.centerred {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/device/images/redimg.png?version=1") center center;
  background-size: cover;
}

.centerred:before {
  height: 14px;
  margin-top: -1px;
  content: '';
  width: 100%;
  display: block;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/device/images/redbgtop.png?version=1") center bottom no-repeat;
}

.centerred:after {
  height: 14px;
  content: '';
  width: 100%;
  display: block;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/device/images/redbgbottom.png?version=1") center top no-repeat;
}

.centerred .centerredcontent {
  padding: 45px 20px;
}

@media all and (max-width: 575px) {
  .centerred .centerredcontent {
    padding: 20px;
  }
}

.bottomred {
  background: #c33328;
  padding-bottom: 60px;
}

@media all and (max-width: 575px) {
  .bottomred {
    padding-bottom: 20px;
  }
}

.bottomred:before {
  height: 36px;
  content: '';
  width: 100%;
  display: block;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/device/images/wavebg.jpg?version=1") center bottom no-repeat;
}

@media all and (max-width: 575px) {
  .bottomred .itemtext {
    color: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 23px;
    padding-left: 20px;
    font-weight: 600;
    line-height: 30px;
  }

  .bottomred .itemtext span {
    font-size: 16px;
  }
}

.bottomred .bottomtitle {
  padding-top: 100px;
  padding-bottom: 20px;
  font-size: 45px;
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-weight: 900;
  text-align: center;
  line-height: 60px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bottomred .bottomtitle {
    padding-top: 20px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bottomred .bottomtitle {
    padding-top: 30px;
  }
}

@media all and (max-width: 575px) {
  .bottomred .bottomtitle {
    font-size: 30px;
    line-height: 35px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

@media all and (max-width: 320px) {
  .bottomred .bottomtitle {
    font-size: 24px;
    line-height: 32px;
  }
}

.bottomred .col-lg-4 {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 55px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bottomred .col-lg-4 {
    padding-bottom: 25px;
  }
}

@media all and (max-width: 575px) {
  .bottomred .col-lg-4 {
    padding-bottom: 10px;
  }
}

.bottomred .buyqna {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

@media all and (max-width: 575px) {
  .bottomred .buyqna {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}

.bottomred .buyqna .buyqnatitle {
  margin-bottom: 55px;
}

@media all and (max-width: 575px) {
  .bottomred .buyqna .buyqnatitle {
    margin-bottom: 30px;
    padding-left: 60px;
  }

  .bottomred .buyqna .buyqnatitle:after {
    background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/device/images/qnaimg.png?version=1");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 0px;
    bottom: -60px;
    width: 200px;
    height: 100px;
    content: '';
    display: block;
  }
}

@media all and (max-width: 320px) {
  .bottomred .buyqna .buyqnatitle:after {
    width: 80px;
    height: 80px;
    content: '';
    display: block;
  }
}

.bottomred .buyqna .buyqnatitle h1 {
  font-size: 45px;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  font-weight: 900;
  color: #ffffff;
}

@media all and (max-width: 575px) {
  .bottomred .buyqna .buyqnatitle h1 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

@media all and (max-width: 320px) {
  .bottomred .buyqna .buyqnatitle h1 {
    font-size: 25px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bottomred .buyqna {
    padding-top: 0px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bottomred .buyqna {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media all and (max-width: 575px) {
  .bottomred .buyqna {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.bottomred .buyqna .qnaborder {
  padding: 168px 15px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/device/images/border.svg?version=1") center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

@media all and (min-width: 1440px) and (max-width: 1599.98px) {
  .bottomred .buyqna .qnaborder {
    padding: 100px 15px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .bottomred .buyqna .qnaborder {
    padding: 100px 15px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bottomred .buyqna .qnaborder {
    padding: 120px 15px;
  }
}

@media all and (max-width: 575px) {
  .bottomred .buyqna .qnaborder {
    padding: 50px 15px;
  }
}

.bottomred .buyqna .qnatext {
  color: #ffffff;
}

.bottomred .buyqna .qnatext ul li {
  margin-bottom: 30px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 30px;
}

.bottomred .buyqna .qnatext ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bottomred .buyqna .qnatext ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

@media all and (max-width: 575px) {
  .bottomred .buyqna .qnatext ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
  }
}

.bottomred .buyqna .qnatext ul li h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bottomred .buyqna .qnatext ul li h3 {
    font-size: 20px;
    margin-bottom: 7px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bottomred .buyqna .qnatext ul li h3 {
    font-size: 25px;
    font-weight: 800;
  }
}

@media all and (max-width: 575px) {
  .bottomred .buyqna .qnatext ul li h3 {
    font-size: 20px;
    font-weight: 800;
  }
}

.bottomred .buyqna .qnatext ul li p {
  font-size: 25px;
  line-height: 30px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bottomred .buyqna .qnatext ul li p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bottomred .buyqna .qnatext ul li p {
    font-size: 25px;
    line-height: 30px;
  }
}

@media all and (max-width: 575px) {
  .bottomred .buyqna .qnatext ul li p {
    font-size: 15px;
    line-height: 20px;
  }
}

.bottomred .buyqna .qnatext ul li a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}

.bottomred .addline {
  padding-bottom: 50px;
}

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 */