/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

body {
  font: 16px/1.2 "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "STHeiti",
    "LiHei Pro Medium", "Apple LiGothic Medium", Verdana, Helvetica, Arial,
    sans-serif, cursive;
  font-size: 1rem;
  font-weight: normal;
  color: #152e38;
}

ol,
ul {
  list-style: none;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

/* 標籤按鈕 */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #f4f4f4 !important;
  background-color: #595959;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.nav-pills .nav-link,
.nav-pills .show > .nav-link {
  color: #f4f4f4 !important;
  background-color: #a6a6a6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.nav-link {
  color: #000000 !important;
}

/* 輪播按鈕 */
.carousel .carousel-control-prev-icon {
  /* change fill="currentColor" to %23fff to make it white  */
  background-image: url('data:image/svg+xml,<svg class="bi bi-camera" width="1em" height="1em" viewBox="0 0 20 20" fill="%23e73d3d" xmlns="http://www.w3.org/2000/svg"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z"/></svg>');
}

.carousel .carousel-control-next-icon {
  /* change fill="currentColor" to %23fff to make it white  */
  background-image: url('data:image/svg+xml,<svg class="bi bi-camera" width="1em" height="1em" viewBox="0 0 20 20" fill="%23e73d3d" xmlns="http://www.w3.org/2000/svg"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z"/></svg>');
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  /* Use to adjust size of icons */
  width: 4rem;
  height: 4rem;
}

footer {
  margin-bottom: 0rem;
}

.btn-area > a {
  font-size: 1rem;
}

.btn-area > .btn01::before,
.btn-area > .btn02::before {
  top: 4px;
}

.flippableCard {
  background-color: transparent;
  perspective: 1000px;
}

.flippableCard__inner {
  position: relative;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flippableCard.flippableCard--open .flippableCard__inner {
  transform: rotateY(180deg);
}

.flippableCard__back {
  position: absolute;
  inset: 0;
}

.flippableCard__front,
.flippableCard__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flippableCard__back {
  color: white;
  transform: rotateY(180deg);
}

.block {
  display: none;
  min-width: 100%;
}

.navbar {
  background: #ffffff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.16);
  padding: 1rem;
}

.navbar .navbar-brand {
  background: url(../images/irent.svg) center no-repeat;
  display: block;
  width: 180px;
  height: 32px;
  font-size: 0;
}

.event-01 {
  background-color: #f4f4f4;
}

.event-01 .card {
  max-width: 765px;
  margin: 0 auto;
}

.event-01 .card-body {
  font-size: 1.25rem;
}

.event-01 .card-body .title {
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #316c99;
  padding: 4px 24px;
  text-align: center;
  max-width: 240px;
  margin: -44px auto 16px auto;
  border-radius: 2rem;
}

.event-01 .card-body .special-note {
  font-size: 0.875rem;
}

.event-02 .event-intro {
  background-color: #fcfcf2;
}

.event-02 .event-notice ul {
  padding-inline-start: 0px;
}

.event-02 .event-notice li {
  list-style: none;
  margin: 0 0 0.5rem 0;
}

.btn-area {
  text-align: center;
}

.btn-area > a {
  position: relative;
  max-width: 200px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 8px 20px;
  color: #152e38;
}

.btn-area > a + a {
  border-left: 1px solid #000;
}

.btn-area > .btn01::before {
  content: "";
  background-image: url(../images/Arrow_Left.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  left: -12px;
}

.btn-area > .btn02::before {
  content: "";
  background-image: url(../images/Arrow_Right.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  right: -12px;
}

footer {
  background-color: #f4f4f4;
}

.sns {
  text-align: center;
}

.sns > div {
  display: inline-block;
  width: 20%;
  max-width: 120px;
}

.sns > div > a {
  color: #717171;
}

.sns i {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 0.5rem auto;
}

.sns .fb {
  background: url(../images/Facebook.svg) no-repeat center;
  background-size: cover;
}

.sns .youtube {
  background: url(../images/Youtube.svg) no-repeat center;
  background-size: cover;
}

.sns .line {
  background: url(../images/Line.svg) no-repeat center;
  background-size: cover;
}

.sns .instagram {
  background: url(../images/Instagram.svg) no-repeat center;
  background-size: cover;
}

.navbar .navbar-brand {
  background: url(../images/irent.svg) center no-repeat;
  display: block;
  width: 180px;
  height: 32px;
  font-size: 0;
}

footer {
  background-color: #f4f4f4;
}

.sns {
  text-align: center;
}

.sns > div {
  display: inline-block;
  width: 20%;
  max-width: 120px;
}

.sns > div > a {
  color: #717171;
}

.sns i {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 0.5rem auto;
}

.sns .fb {
  background: url(../images/Facebook.svg) no-repeat center;
  background-size: cover;
}

.sns .youtube {
  background: url(../images/Youtube.svg) no-repeat center;
  background-size: cover;
}

.sns .line {
  background: url(../images/Line.svg) no-repeat center;
  background-size: cover;
}

.sns .instagram {
  background: url(../images/Instagram.svg) no-repeat center;
  background-size: cover;
}

.sns span {
  font-size: 0.75rem;
}

.copyright {
  border-top: 1px solid #dfdedc;
  text-align: center;
}

.copyright .container > div {
  display: inline-block;
  text-align: center;
  padding: 1rem;
}

.copyright img {
  width: 100%;
}

.cpr {
  width: 58%;
}

.phone {
  width: 30%;
}

.text-over-img {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 36px;
}

.position-relative {
  position: relative;
}

/* custom-css-eyre */
.para-with-img {
  background-image: url("/images/sec-1-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
}

@media screen and (min-width: 576px) {
  .sec-1-text {
    line-height: 48px;
    letter-spacing: 16px;
    font-size: 24px;
  }
}

.fs-7 {
  font-size: 0.8rem;
}

.fs-notice {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .sec-3 .campaign-card img {
    width: 350px;
  }
  .fs-5 {
    font-size: 1.5rem !important;
  }

  .fs-6 {
    font-size: 1.25rem !important;
  }

  .fs-7 {
    font-size: 1rem !important;
  }

  .fs-notice {
    font-size: 0.8rem !important;
  }

  .methodImg {
    width: 10%;
  }
}

@media screen and (min-width: 992px) {
  .sec-3 .campaign-card img {
    width: 400px;
  }

  .fs-5 {
    font-size: 1.75rem !important;
  }

  .fs-6 {
    font-size: 1.5rem !important;
  }

  .fs-7 {
    font-size: 1.25rem !important;
  }

  .fs-notice {
    font-size: 1rem !important;
  }

  .methodImg {
    width: 15%;
  }
}

.cs-bg-primary {
  background-color: #ed2324 !important;
}

.cs-bg-secondary {
  background-color: #5f4f84;
}

.cs-bg-black {
  background-color: #191b21;
}

.cs-bg-white {
  background-color: #ffffff;
}

.cs-bg-gray {
  background-color: #f4f4f4;
}

.cs-bg-brightPruple {
  background-color: #789cdd;
}

.cs-bg-pantone_2103C {
  background-color: #5949a7;
}

.cs-bg-pantone_257C {
  background-color: #c38fc4;
}

.cs-bg-pantone_292C {
  background-color: #e0be45;
}

.cs-bg-pantone_128C {
  background-color: #fcda45;
}

.cs-bg-pantone_2190C {
  background-color: #69b3e7 !important;
}

.cs-bg-green {
  background-color: #27a69a !important;
}

.cs-bg-skyBlue {
  background-color: #06aeee !important;
}

.cs-text-primary {
  color: #ed2324;
}

.cs-text-secondary {
  color: #5f4f84;
}

.cs-text-black {
  color: #191b21;
}

.cs-text-white {
  color: #ffffff;
}

.cs-text-gray {
  color: #f4f4f4;
}

.cs-text-brightPruple {
  color: #789cdd;
}

.cs-text-pantone_2103C {
  color: #5949a7;
}

.cs-text-pantone_257C {
  color: #c38fc4;
}

.cs-text-pantone_292C {
  color: #e0be45;
}

.cs-text-pantone_128C {
  color: #fcda45;
}

.cs-text-pantone_2190C {
  color: #69b3e7;
}

.cs-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.cs-notice-bg {
  background-color: #313131;
}

.fixed-bottom-section {
  position: fixed;
  right: 25px;
  bottom: 25px;
}

.rounded-5 {
  border-radius: 0.5rem;
}

.table td {
  vertical-align: middle;
}

.cs-table-column-red {
  background-color: #ff3234 !important;
}

.cs-table-column-blue {
  background-color: #7890ba !important;
}

.cs-table-column-gray {
  background-color: #afabab !important;
}

.cs-table-column-lightgray {
  background-color: #e7e6e6 !important;
}

.cs-table-column-darkgray {
  background-color: #575757 !important;
}

.cs-table-column-yellow {
  background-color: #fffedb !important;
}

.n-style {
  background-color: #575757 !important;
  color: #fff !important;
}

table td,
table tr,
table th {
  border: 1px solid gray !important;
}

/* table tbody tr:first-of-type td:not(.cs-bg-green) {
  border-bottom: 3px solid grey !important;
} */

table tr td:not(.cs-bg-green) {
  border: 1px solid grey !important;
}

.btn-custom.active {
  background-color: #27a69a !important;
}

.btn-custom {
  background-color: #27a69a !important;
  border-radius: 0.5rem !important;
  border: none !important;
}

.diagonal-line {
  background-image: linear-gradient(
    to top right,
    #27a69a 50%,
    gray,
    #27a69a 51%
  );
}
