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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/* 此開始 */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 50px;
}

.logos {
  display: flex;
}

.TW_travel {
  font-family: Noto Sans TC;
  font-size: 20px;
  color: #392a93;
  margin-top: 6px;
  font-weight: bold;
}

.Taiwan {
  font-family: sans-serif;
  color: #9086cc;
  font-size: 9px;
}

.TW_logo {
  width: 25px;
}

.words_logo {
  margin: 6px 0 0 10px;
}

.nav_link a {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  color: #392a93;
}

.nav_link {
  display: flex;
  gap: 5rem;
}

#searchBox {
  height: 46px;
  border-radius: 16px;
  color: #9086cc;
  border: 1px solid #9086cc;
  margin-right: 20px;
}

.magnifier {
  cursor: pointer;
}


.searchDiv {
  display: flex;
  align-items: center;
}

.header-right {
  display: flex;
}

.sliderBtn {
  position: relative;
  margin: 0 8px;
}

.slider_day {
  position: absolute;
  left: 2px;
  top: 2px;
}

.slider_night {
  position: absolute;
  left: 2px;
  top: 2px;
  transform: translateX(18px);
}

.black_page {
  background-color: black;
}

.switch_color {
  display: flex;
  cursor: pointer;
}

/* 輪播區 */
.mainPic {
  width: 1050px !important;
  height: 546px;
  object-fit: cover;
  border-radius: 56px;
  margin: auto;
}

.carousel_Div {
  margin: 40px 0;
}

/* 主題連結 */
.topic_link {
  margin: 96px 0 63px;
  color: #392a93 !important;
  font-size: 1.625rem;
  gap: 5rem;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.topicPic_section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: center;
  width: 76%;
  margin: auto;
}

.topicPic_section img {
  height: 180px;
  width: 293px;
  border-radius: 20px;
  object-fit: cover;
}

.topicPic_section img:hover {
  transform: scale(1.15);
  cursor: pointer;
}

.topicPic {
  height: 180px;
  width: 293px;
  border-radius: 20px;
  overflow: hidden;
}

/* 熱門風景 */
.sceneSpot {
  font-size: 1.625rem;
  margin: 100px 0 70px;
  color: #392a93;
  text-align: center;
  font-weight: bold;
}

.sceneSpotPic_section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: center;
}

.sceneSpotPic {
  height: 213px;
  width: 285px;
  border-radius: 20px;
  overflow: hidden;
}

.sceneSpotPic_section img {
  height: 213px;
  width: 285px;
  border-radius: 20px;
  object-fit: cover;
}

.sceneSpotPic_section img:hover {
  transform: scale(1.15);
  cursor: pointer;
}

/* 人氣美食 */
.popFood {
  font-size: 1.625rem;
  margin: 100px 0 70px;
  color: #392a93;
  text-align: center;
  font-weight: bold;
}

.popFoodPic_section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: center;
  width: 95%;
  margin: auto;
}

.popFoodPic_section img {
  height: 240px;
  width: 380px;
  border-radius: 20px;
  object-fit: cover;
}

.popFoodPic_section img:hover {
  transform: scale(1.15);
  cursor: pointer;
}

.foodPic {
  height: 240px;
  width: 380px;
  border-radius: 20px;
  overflow: hidden;
}

/* 訂閱 */
.subscribeBox {
  width: 83%;
  height: 221px;
  margin: 100px auto;
  background-color: #fa7e5f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.firstLine {
  font-size: 1.625rem;
  color: #392a93;
  font-weight: bold;
}

.secondLine {
  color: #ffffff;
  margin: 20px 0;
}

#email {
  color: #392a93;
  border-radius: 12px;
  height: 50px;
  font-size: 1.25rem;
}

#subscribe {
  background-color: #392a93;
  color: #ffffff;
  border-radius: 12px;
  height: 50px;
  font-size: 1.25rem;
}

/* footer */

.footer {
  background: #392a93;
  font-family: sans-serif;
  height: 337px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.footer-top {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.TW_travel_footer {
  font-family: Noto Sans TC;
  font-size: 29px;
  color: #392a93;
  margin-top: 13px;
  font-weight: bold;
  color: #ffffff;
}

.website_info a {
  color: #fefefe;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.TW_logo_footer {
  width: 51px;
}

.words_logo_footer {
  margin: 17px 0 0 13px;
}

.Taiwan_footer {
  color: #9086cc;
}

.aboutUs,
.serviceTerms,
.followUs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.website_info {
  display: flex;
  gap: 78px;
}

.footer-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
}

.fa-github {
  margin-right: 8px;
}

.link {
  color: #ffffff !important;
}

.icon {
  width: 16px;
}
