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

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  background-color: rgb(22, 42, 77);
  background-size: 100%;
  letter-spacing: 0.12rem;
}

.container {
  background-image: url("../../src/assets/img/background/background3.png");
  width: 100%;
  background-size: cover;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

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

strong {
  font-size: 14px;
  font-weight: 800;
}

span {
  vertical-align: middle;
}

p {
  text-align: justify;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 40px;
}
@media screen and (max-width: 1572px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 36px;
}
@media screen and (max-width: 1572px) {
  h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media screen and (max-width: 1572px) {
  h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  h5 {
    font-size: 20px;
  }
}
h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1572px) {
  h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  h6 {
    font-size: 10px;
  }
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  p {
    font-size: 14px;
  }
}

.a-white {
  color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
}

header {
  width: 100%;
  padding: 0 20px;
  z-index: 100;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: gray 0.2px 0.2px 4px;
}
@media screen and (max-width: 992px) {
  header {
    position: sticky;
  }
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.menu-logo-img {
  width: 100px;
}
.menu-nav {
  display: flex;
}
.menu-nav > li {
  padding: 5px 10px;
}
.menu-nav > li > a > img {
  width: 35px;
  height: 35px;
}

footer {
  background-image: url("../../src/assets/img/background/footer.png");
  background-size: contain;
  padding-top: 43.60138926%;
  width: 100%;
  margin-top: -180px;
  margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: -50px;
  }
}

.copyright {
  color: brown;
  font-size: 12px;
  text-align: center;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 576px) {
  .copyright {
    font-size: 8px;
    line-height: 0.5rem;
  }
}

.banner {
  background-image: url(../../src/assets/img/background/banner4.png);
  padding-top: 55.4957034757%;
  min-height: 200px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100vw;
}
@media screen and (max-width: 992px) {
  .banner {
    background-image: url(../../src/assets/img/background/banner3.png);
    padding-top: 71.0927063853%;
  }
}

.section-container {
  background-size: 100% 100%;
  margin-top: -270px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1572px) {
  .section-container {
    margin-top: -180px;
  }
}
@media screen and (max-width: 992px) {
  .section-container {
    margin-top: -150px;
  }
}
@media screen and (max-width: 576px) {
  .section-container {
    margin-top: -110px;
  }
}

.section1 {
  order: 10;
}
.section1-content {
  background-color: #fff;
  padding: 0 12%;
  opacity: 1;
  transition: opacity 1 ease;
  text-align: center;
}
@media screen and (max-width: 1572px) {
  .section1-content {
    padding: 0 10%;
  }
}
@media screen and (max-width: 992px) {
  .section1-content {
    padding: 0 8%;
  }
}
@media screen and (max-width: 576px) {
  .section1-content {
    padding: 0 8%;
  }
}
.section1-content_1 {
  background-image: url("../../src/assets/img/background/section-1.png");
  width: 100%;
  background-size: cover;
  padding-top: 13.6094674556%;
}
.section1-titleicon {
  display: inline-block;
  width: 100px;
  height: 125px;
}
.section1-title {
  padding: 30px 0px 50px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1-title-white {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 2px 8px;
}
.section1-title::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 70px;
  background-image: url("../../src/assets/icons/other/TitleIcon-09.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 576px) {
  .section1-title::before {
    width: 35px;
    height: 60px;
  }
}
.section1-title::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 80px;
  background-image: url("../../src/assets/icons/other/TitleIcon-08.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 576px) {
  .section1-title::after {
    width: 45px;
    height: 70px;
  }
}
@media screen and (max-width: 1572px) {
  .section1-title {
    padding: 20px 0px 40px 0px;
  }
}
@media screen and (max-width: 576px) {
  .section1-title {
    padding: 10px 0px 20px 0px;
  }
}
.section1-imgs {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 320px;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .section1-imgs {
    display: none;
  }
}
.section1-imgs_mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .section1-imgs_mobile {
    display: block;
  }
}
.section1-imgs-img {
  cursor: pointer;
  max-width: 230px;
  height: 230px;
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
  -o-object-fit: none;
     object-fit: none;
  border-radius: 500px;
  transition: all 1500ms ease;
}
.section1-imgs-img_mobile {
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 500px;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .section1-imgs-img_mobile {
    display: block;
    height: 200px;
  }
}
.section1-imgs-img-hover {
  max-width: 320px;
  height: 320px;
  box-shadow: 12px 5px 10px 5px rgba(0, 0, 0, 0.1);
}
.section1-text {
  text-align: center;
  padding: 50px 25%;
}
@media screen and (max-width: 1572px) {
  .section1-text {
    padding: 50px 15%;
  }
}
@media screen and (max-width: 992px) {
  .section1-text {
    padding: 50px 10%;
  }
}
@media screen and (max-width: 576px) {
  .section1-text {
    padding: 40px 0;
  }
}
.section1-text-btn {
  cursor: pointer;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  border: 0;
  display: flex;
  justify-content: right;
}

.section2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1572px) {
  .section2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .section2 {
    margin-bottom: 0;
  }
}
.section2-content {
  padding: 0 12%;
  opacity: 1;
  transition: opacity 1 ease;
  text-align: center;
}
@media screen and (max-width: 1572px) {
  .section2-content {
    padding: 0 10%;
  }
}
@media screen and (max-width: 992px) {
  .section2-content {
    padding: 0 8%;
  }
}
@media screen and (max-width: 576px) {
  .section2-content {
    padding: 0 8%;
  }
}
.section2-imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 320px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .section2-imgs {
    display: none;
  }
}
.section2-imgs-img {
  width: 30%;
  height: 300px;
  border-radius: 16px;
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.3);
  transition: all 1s ease;
}
.section2-imgs-img-mobile {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url(https://cw-api.startravel.com.tw/eWeb_startravel/IMGDB/000057/000912/000913/001071/00013803.JPG);
  background-position: center;
  background-size: cover;
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.3);
  transition: all 1s ease;
  display: none;
}
@media screen and (max-width: 768px) {
  .section2-imgs-img-mobile {
    display: block;
  }
}
.section2-imgs-img-mobile-korea {
  background-image: url(../../src/assets/img/sky_place/korea/schedule/korea1-1.jpg);
}
.section2-imgs-img-mobile-other {
  background-image: url(../../../src/assets/img/sky_place/other/first-1.jpg);
}
.section2-imgs-img-mobile2 {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  background-image: url(https://cw-api.startravel.com.tw/eWeb_startravel/IMGDB/000057/000912/000913/001062/00013763.JPG);
  background-position: center;
  background-size: cover;
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.3);
  transition: all 1s ease;
  display: none;
}
@media screen and (max-width: 768px) {
  .section2-imgs-img-mobile2 {
    display: block;
  }
}
.section2-imgs-img-mobile2-korea {
  background-image: url(../../src/assets/img/sky_place/korea/schedule/korea2-1.jpg);
}
.section2-imgs-img-mobile2-other {
  background-image: url(../../src/assets/img/sky_place/other/second3.jpg);
}
.section2-text {
  display: flex;
  align-items: end;
  gap: 10%;
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  .section2-text {
    gap: 6%;
  }
}
@media screen and (max-width: 576px) {
  .section2-text {
    flex-direction: column;
    align-items: center;
  }
}
.section2-text-title {
  text-align: left;
}
.section2-text-title-white {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
}
.section2-text-intro-white {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
}
.section2-text-container {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .section2-text-container {
    width: 100%;
  }
}
.section2-text-btn {
  cursor: pointer;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  border: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 48px;
  width: 250px;
  margin-bottom: 20px;
}
.section3 {
  display: flex;
  gap: 8%;
  padding: 30px 0;
}
@media screen and (max-width: 992px) {
  .section3 {
    gap: 60px;
    flex-direction: column;
  }
}
.section3-content {
  padding: 0 12%;
  opacity: 1;
  transition: opacity 1 ease;
  text-align: center;
}
@media screen and (max-width: 1572px) {
  .section3-content {
    padding: 0 10%;
  }
}
@media screen and (max-width: 992px) {
  .section3-content {
    padding: 0 8%;
  }
}
@media screen and (max-width: 576px) {
  .section3-content {
    padding: 0 8%;
  }
}
.section3-card {
  display: flex;
  gap: 5%;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .section3-card {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section3-card {
    flex-direction: column;
    width: 100%;
  }
}
.section3-imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section3-imgs-img {
  width: 200px;
  height: 200px;
  border-radius: 12px;
  box-shadow: 3px 3px 2px 2px rgba(0, 0, 0, 0.3);
  transition-property: box-shadow;
  transition-duration: 0.5s;
}
.section3-imgs-img:hover {
  box-shadow: 5px 8px 3px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .section3-imgs-img {
    border-radius: 8px;
  }
}
@media screen and (max-width: 576px) {
  .section3-imgs-img {
    margin-bottom: 30px;
    width: 100%;
  }
}
.section3-text {
  color: black;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .section3-text {
    width: 100%;
  }
}
.section3-text-title {
  text-align: left;
}
.section3-text-title-white {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 2px 8px;
}
.section3-text-intro-white {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 2px 8px;
}
.section3-text-btn {
  cursor: pointer;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  border: 0;
  display: flex;
  justify-content: right;
}
.section3-text-btn:hover {
  color: #a32e2e;
}
.section3-titleImg {
  padding: 20px 0px 50px 0px;
}

.go-to-top {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  bottom: 25px;
  right: 20px;
}/*# sourceMappingURL=style.css.map */