@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

* {
  font-family: "Noto Sans TC", sans-serif;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

body {
  /* background-image: url(../img/Background.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: cover;
}

.big_wapper {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.big_wapper img {
  width: 100%;
}

.banner {
  width: 100%;
}

.intro {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.intro_1 {
  width: 500px;
  height: auto;
}

.intro_2 {
  width: 500px;
  height: auto;
  padding: 7% 50px;
  line-height: 40px;
  text-align: justify;
}

.intro_3 {
  width: 500px;
  height: auto;
}

.navyquilted_container {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

/* Day Pack 第一組 */
.navyquilted_1 {
  display: contents;
  width: 750px;
  height: auto;
}
.content{
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
.content p{
  width: 80%;
  text-align: center;
}

/* Day Pack 第一組  完*/

/* Boat totes S 第二組 */
.navyquilted_3 {
  display: contents;
  width: 750px;
  height: auto;
}

.navyquilted_4 {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
}

.navyquilted_4_1 {
  width: 750px;
  height: auto;
}

.navyquilted_4_1 img {
  padding: 0px 10px 0px 0px;
  width: 100%;
  height: auto;
}

.navyquilted_4_2 {
  width: 750px;
  height: auto;
}

.navyquilted_4_2 img {
  padding: 0px 0px 0px 10px;
  width: 100%;
  height: auto;
}

/* Boat totes S 第二組  完*/
/* Easy Peasy Day*/
.navyquilted_5 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
}

.navyquilted_5_1 img {
  padding: 0px 10px 0px 10px;
  width: 100%;
  height: auto;
}

.navyquilted_5_2 img {
  padding: 0px 10px 0px 10px;
  width: 100%;
  height: auto;
}

.navyquilted_5_3 img {
  padding: 0px 10px 0px 10px;
  width: 100%;
  height: auto;
}

/* Easy Peasy Day完*/
/* Easy Shoulder*/
.navyquilted_6 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
}

.navyquilted_6_1 img {
  padding: 0px 10px 0px 10px;
  width: 100%;
  height: auto;
}

.navyquilted_6_2 img {
  padding: 0px 10px 0px 10px;
  width: 100%;
  height: auto;
}

.navyquilted_6_3 img {
  padding: 0px 10px 0px 10px;
  width: 100%;
  height: auto;
}

/* Easy Shoulder完*/

.animatepic img {
  width: 100%;
  transition: 0.7s;
}

.animatepic img:hover {
  transform: scale(1.1);
}

.animatepic2 img {
  width: 390px;
  transition: 0.7s;
}

.animatepic2 img:hover {
  transform: scale(1.1);
}


.smphoto {
  width: 1020px;
  display: flex;
}

.smphoto ul {
  position: relative;
}

.smphoto li {
  display: inline;
  width: 192px;
  list-style-type: none;
  margin-right: -4px;
}

.smphoto img {
  width: 250px;
}

.box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer {
  width: 1200px;
  margin-top: 50px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  height: 350px;
  text-align: center;
}

.footer img {
  width: 20%;
}

.footer p {
  font-weight: 600;
  font-size: 17px;
  color: #7a238c;
  padding: 8px;
  text-align: center;
}




.footer a {
  text-decoration: none;
  color: #7a238c;
  margin-right: 7px;
}

.socialmedia {
  color: #7a238c;
  font-weight: 600;
  font-size: 17px;
}

.socialmedia img {
  width: 20px;
  margin: 0 8px 0;
  vertical-align: middle;
}

#btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 0px;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

ol,
ul {
  padding-left: 0rem !important;
}


@media only screen and (max-width:1000px) {
  .big_wapper {
    width: 100%;
    display: flex;
  }

  .footer {
    width: 100%;
  }

  .intro_2 {
    padding: 3% 3%;
    line-height: 159%;
  }

  .animatepic img {
    width: 100%;
    transition: 0.7s;
  }

  .animatepic2 img {
    width: 100%;
    transition: 0.7s;
  }
}

@media only screen and (max-width:768px) {
  .big_wapper {
    width: 100%;
    height: auto;
  }

  .intro {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }

  .intro_1,
  .intro_3 {
    width: 100%;
  }

  .intro_2 {
    width: 90%;
    font-size: 3vw;
    display: block;
    vertical-align: middle;
  }

  .navyquilted_1 {
    width: 100%;
  }

  .navyquilted_2,
  .navyquilted_4 {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }

  .navyquilted_2_1,
  .navyquilted_2_2,
  .navyquilted_4_1,
  .navyquilted_4_2 {
    width: 100%;
    height: auto;
  }

  .navyquilted_4_1 img {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }

  .navyquilted_4_2 img {
    padding: 0px 0px 0px 0px;
  }

  .navyquilted_2_1 img {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }

  .navyquilted_2_2 img {
    padding: 0px 0px 0px 0px;
  }

  .navyquilted_5_2 img {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }

  .navyquilted_6_2 img {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }

  .socialmedia {
    font-size: 12px;
  }

  .footer {
    height: 280px;
  }

  .footer p {
    font-size: 14px;
  }

}