@media (max-width: 768px) {
  img {
    width: 100%;
    max-width: 100%;
  }
}

.owl-carousel.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

.button a {
  font-family: 'Noto Serif TC';
  padding: 8px 12px;
  background-image: linear-gradient(#FAD961, #F76B1C);
  font-size: 24px;
  color: white;
  border-radius: 4px;
  transition: 0.2s;
}

.button a:hover {
  filter: brightness(1.2);
  color: white;
  text-decoration: none;
}

.button a:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 450px) {
  .button a {
    font-size: 16px;
  }
}

.v-desktop {
  display: block;
}

@media (max-width: 450px) {
  .v-desktop {
    display: none;
  }
}

.v-mobile {
  display: none;
}

@media (max-width: 450px) {
  .v-mobile {
    display: block;
  }
}

.kv {
  background-image: url("../images/header-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 29% 0;
  z-index: 1000;
  position: relative;
}

.kv > img {
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 150px;
  margin: auto;
  width: 60%;
}

@media (max-width: 1280px) {
  .kv > img {
    top: 50px;
  }
}

.kv .menu {
  background-image: url("../images/menu-bar.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  padding: 2.5% 0;
  z-index: 9999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 75%;
}

@media (max-width: 1280px) {
  .kv .menu {
    background-size: 100% 100%;
  }
}

@media (max-width: 450px) {
  .kv .menu {
    background-image: url("../images/section01-bg-rwd.png");
    background-size: 100% 100%;
    padding: 15px;
    top: 200px;
  }
}

.kv .menu .menu-container {
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 0 60px;
}

@media (max-width: 450px) {
  .kv .menu .menu-container {
    flex-wrap: wrap;
    padding: 0 15px;
  }
}

.kv .menu .menu-container .menu-item {
  width: 20%;
  transition: 0.2s;
  padding: 0 5px;
}

@media (max-width: 450px) {
  .kv .menu .menu-container .menu-item {
    width: 33.3333%;
    margin: 5px 0 0 0;
  }
}

.kv .menu .menu-container .menu-item:hover {
  margin-top: -50px;
}

@media (max-width: 768px) {
  .kv .menu .menu-container .menu-item:hover {
    margin-top: 0;
  }
}

.kv .menu .menu-container .menu-item img {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.main {
  background-image: url("../images/contnet-bg.jpg");
  background-attachment: fixed;
  background-size: 100% 100%;
  margin-top: -50px;
  padding-bottom: 50px;
  z-index: 9997;
}

@media (max-width: 450px) {
  .main {
    margin-top: 80px;
  }
}

.main .section-title {
  padding-top: 100px;
}

@media (max-width: 450px) {
  .main .section-title {
    padding-top: 50px;
  }
}

.main .section-title img {
  display: block;
  margin: auto;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .main .section-title img {
    max-width: 100%;
    max-height: 160px;
  }
}

.main .sub-title {
  display: inline-block;
  color: white;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Noto Serif TC';
  background-image: linear-gradient(#9D1D0D, #FC3B10);
  border: 2px solid #FFCE43;
  border-radius: 10px;
  padding: 5px 12px;
}

@media (max-width: 1280px) {
  .main .section-01 {
    padding: 0 24px;
  }
}

@media (max-width: 450px) {
  .main .section-01 {
    padding: 0 15px;
  }
}

.main .section-01 .section-title {
  padding-top: 250px;
}

@media (max-width: 450px) {
  .main .section-01 .section-title {
    padding-top: 150px;
  }
}

.main .section-01 h2 {
  color: white;
  text-align: center;
  font-family: 'Noto Serif TC';
}

.main .section-01 h2 span {
  font-size: 56px;
}

.main .section-01 .section-01-product {
  background-image: url("../images/section01-bg.png");
  background-size: 85% 100%;
  background-repeat: no-repeat;
  background-position: 65%;
  margin-top: -250px;
  padding: 350px 30px 180px 30px;
}

@media (max-width: 1280px) {
  .main .section-01 .section-01-product {
    background-image: url("../images/section-bg-rwd.png");
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 80px 30px;
  }
  .main .section-01 .section-01-product img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .main .section-01 .section-01-product {
    background-image: url("../images/section01-bg-rwd.png");
    background-size: 100% 90%;
    margin-top: 0px;
  }
}

@media (max-width: 450px) {
  .main .section-01 .section-01-product {
    padding: 30px;
    margin-top: 0px;
  }
}

.main .section-01 .section-01-product .container {
  text-align: center;
}

.main .section-01 .section-01-product .section-01-carousel .item:hover {
  cursor: pointer;
}

.main .section-01 .section-01-product .section-01-carousel .owl-nav {
  position: absolute;
  top: 30px;
  width: 100%;
}

.main .section-01 .section-01-product .section-01-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
}

.main .section-01 .section-01-product .section-01-carousel .owl-nav .owl-prev span {
  font-size: 36px;
  color: white;
}

.main .section-01 .section-01-product .section-01-carousel .owl-nav .owl-next {
  position: absolute;
  right: -35px;
}

@media (max-width: 1280px) {
  .main .section-01 .section-01-product .section-01-carousel .owl-nav .owl-next {
    right: 0px;
  }
}

@media (max-width: 450px) {
  .main .section-01 .section-01-product .section-01-carousel .owl-nav .owl-next {
    right: -25px;
  }
}

.main .section-01 .section-01-product .section-01-carousel .owl-nav .owl-next span {
  font-size: 36px;
  color: white;
}

.main .section-01 .section-01-product .section-01-carousel .owl-dots {
  margin-top: 30px;
}

.main .section-02 {
  font-family: 'Noto Serif TC';
  position: relative;
}

@media (max-width: 1280px) {
  .main .section-02 {
    padding: 0 24px;
  }
}

@media (max-width: 450px) {
  .main .section-02 {
    padding: 0 15px;
  }
}

.main .section-02 .overlay {
  position: absolute;
  top: 360px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 48px;
  text-align: center;
  padding: 180px 0;
  width: 60%;
  left: 0px;
  right: 0px;
  margin: auto;
}

@media (max-width: 1280px) {
  .main .section-02 .overlay {
    top: 290px;
    width: 93%;
    padding: 180px;
  }
}

@media (max-width: 768px) {
  .main .section-02 .overlay {
    left: 0px;
    top: 270px;
    width: 90%;
    padding: 230px 0;
  }
}

@media (max-width: 450px) {
  .main .section-02 .overlay {
    display: flex;
    top: 150px;
    height: 75%;
    padding: 0;
    font-size: 36px;
    justify-content: center;
    align-items: center;
  }
}

.main .section-02 .section-02-product {
  background-image: url("../images/section-02-bg.png");
  background-size: 85% 100%;
  background-repeat: no-repeat;
  background-position: 75%;
  padding: 200px 30px 200px 30px;
  margin-top: -100px;
}

@media (max-width: 1280px) {
  .main .section-02 .section-02-product {
    background-image: url("../images/section-bg-rwd.png");
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 30px 50px 60px 50px;
  }
}

@media (max-width: 768px) {
  .main .section-02 .section-02-product {
    background-image: url("../images/section01-bg-rwd.png");
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 50px 50px 60px 50px;
  }
}

@media (max-width: 450px) {
  .main .section-02 .section-02-product {
    padding: 30px;
  }
}

.main .section-02 .section-02-product h2 {
  display: block;
  width: 100%;
  color: white;
  text-align: center;
  margin-top: 30px;
}

.main .section-02 .section-02-product .time {
  color: white;
  margin-top: 30px;
}

.main .section-02 .section-02-product .content {
  color: white;
  font-size: 24px;
  margin-top: 30px;
  padding: 0 80px;
}

@media (max-width: 450px) {
  .main .section-02 .section-02-product .content {
    padding: 0;
    font-size: 18px;
  }
}

.main .section-02 .section-02-product .button {
  margin-top: 30px;
}

.main .section-02 .section-02-product .button .btn-gray {
  display: inline-block;
  background-image: linear-gradient(#EAEAEA, #6c757d);
  text-align: center;
}

@media (max-width: 1280px) {
  .main .section-03 {
    padding: 0 24px;
  }
}

@media (max-width: 450px) {
  .main .section-03 {
    padding: 0 15px;
  }
}

.main .section-03 .section-03-product {
  font-family: 'Noto Serif TC';
  background-image: url("../images/section-03-bg.png");
  background-size: 85% 100%;
  background-position-x: 65%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 0 0 0;
  margin-top: -200px;
}

@media (max-width: 1280px) {
  .main .section-03 .section-03-product {
    background-image: url("../images/section-bg-rwd-long.png");
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 30px 80px;
  }
}

@media (max-width: 768px) {
  .main .section-03 .section-03-product {
    background-image: url("../images/section-bg-rwd-long.png");
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 50px 50px 60px 50px;
  }
}

@media (max-width: 450px) {
  .main .section-03 .section-03-product {
    padding: 30px;
  }
}

.main .section-03 .section-03-product .container {
  padding: 200px 100px 200px 100px;
}

@media (max-width: 1280px) {
  .main .section-03 .section-03-product .container {
    padding: 50px 0px;
  }
}

@media (max-width: 768px) {
  .main .section-03 .section-03-product .container {
    padding: 50px 30px 60px 30px;
  }
}

@media (max-width: 450px) {
  .main .section-03 .section-03-product .container {
    padding: 0px;
  }
}

.main .section-03 .section-03-product .container .content {
  font-size: 24px;
  color: white;
  margin-top: 50px;
}

@media (max-width: 1280px) {
  .main .section-03 .section-03-product .container .content {
    margin-top: 15px;
    font-size: 28px;
  }
}

@media (max-width: 450px) {
  .main .section-03 .section-03-product .container .content {
    margin-top: 15px;
    font-size: 16px;
  }
}

.main .section-03 .section-03-product .container .content span {
  font-size: 28px;
  font-weight: 900;
  color: #F8E71C;
}

@media (max-width: 450px) {
  .main .section-03 .section-03-product .container .content span {
    margin-top: 15px;
    font-size: 18px;
  }
}

.main .section-03 .section-03-product .container .content a {
  color: white;
  text-decoration: underline;
}

.main .section-03 .section-03-product .container .time {
  margin: 0px 0 15px 0;
}

.main .section-03 .section-03-product .container .note {
  font-size: 18px;
  color: white;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (max-width: 1280px) {
  .main .section-03 .section-03-product .container .note {
    margin-top: 15px;
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .main .section-03 .section-03-product .container .note {
    margin-top: 15px;
    font-size: 14px;
  }
}

.main .section-03 .section-03-product .container .button {
  border-bottom: 3px dashed white;
  padding-bottom: 60px;
}

@media (max-width: 450px) {
  .main .section-03 .section-03-product .container .button a {
    display: block;
    margin-bottom: 15px;
    margin-left: 15px;
  }
}

.main .section-03 .section-03-product .container .button a:last-child {
  display: inline-block;
  margin-top: 30px;
}

@media (max-width: 450px) {
  .main .section-03 .section-03-product .container .button a:last-child {
    display: block;
    margin-right: 15px;
    margin-top: 15px;
  }
}

.main .section-03 .section-03-product .container h2 {
  color: white;
  margin: 60px 0 30px 0;
}

.main .section-03 .section-03-product .container a.show-all {
  display: block;
  width: 30%;
  color: white;
  font-size: 24px;
  background-image: linear-gradient(#FAD961, #F76B1C);
  border-radius: 5px;
  padding: 5px 8px;
  border-radius: 5px;
  margin: 15px auto 15px auto;
}

@media (max-width: 450px) {
  .main .section-03 .section-03-product .container a.show-all {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .main .section-03 .section-03-product .container .section-03-carousel {
    padding: 30px 15px 50px 15px;
  }
}

@media (max-width: 768px) {
  .main .section-03 .section-03-product .container .section-03-carousel {
    padding: 50px 30px 60px 30px;
  }
}

@media (max-width: 450px) {
  .main .section-03 .section-03-product .container .section-03-carousel {
    padding: 30px 15px 15px 15px;
  }
}

.main .section-03 .section-03-product .container .section-03-carousel .item {
  background-color: white;
  padding: 15px;
  border-radius: 8px;
}

.main .section-03 .section-03-product .container .section-03-carousel .item p {
  margin: 5px 0 0;
  text-align: left;
}

.main .section-03 .section-03-product .container .section-03-carousel .item p.item-name {
  height: 48px;
  overflow: hidden;
  color: black;
  text-align: left;
}

.main .section-03 .section-03-product .container .section-03-carousel .item p span.new-price {
  font-size: 28px;
  color: #D0021B;
}

@media (max-width: 450px) {
  .main .section-03 .section-03-product .container .section-03-carousel .item p span.new-price {
    font-size: 18px;
  }
}

.main .section-03 .section-03-product .container .section-03-carousel .item p span.old-price {
  font-size: 16px;
  color: #9B9B9B;
  text-decoration: line-through;
}

.main .section-03 .section-03-product .container .section-03-carousel .owl-nav {
  position: absolute;
  top: 150px;
  width: 100%;
}

.main .section-03 .section-03-product .container .section-03-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -35px;
}

.main .section-03 .section-03-product .container .section-03-carousel .owl-nav .owl-prev span {
  font-size: 36px;
  color: white;
}

.main .section-03 .section-03-product .container .section-03-carousel .owl-nav .owl-next {
  position: absolute;
  right: -35px;
}

@media (max-width: 1280px) {
  .main .section-03 .section-03-product .container .section-03-carousel .owl-nav .owl-next {
    right: 0px;
  }
}

.main .section-03 .section-03-product .container .section-03-carousel .owl-nav .owl-next span {
  font-size: 36px;
  color: white;
}

.main .section-03 .section-03-product .container .section-03-carousel .owl-dots {
  margin-top: 30px;
}

.main .section-04 {
  font-family: 'Noto Serif TC';
}

@media (max-width: 1280px) {
  .main .section-04 {
    padding: 0 24px;
  }
}

@media (max-width: 450px) {
  .main .section-04 {
    padding: 15px;
  }
}

.main .section-04 .section-04-product {
  position: relative;
  background-image: url("../images/section-02-bg.png");
  background-size: 85% 100%;
  background-repeat: no-repeat;
  background-position: 75%;
  padding: 280px 400px 200px 400px;
  margin-top: -100px;
}

@media (max-width: 1280px) {
  .main .section-04 .section-04-product {
    background-image: url("../images/section-bg-rwd.png");
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 30px 50px 60px 50px;
  }
}

@media (max-width: 768px) {
  .main .section-04 .section-04-product {
    background-image: url("../images/section01-bg-rwd.png");
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 50px 50px 60px 50px;
  }
}

@media (max-width: 450px) {
  .main .section-04 .section-04-product {
    padding: 15px;
  }
}

.main .section-04 .section-04-product .overlay {
  position: absolute;
  top: 190px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 48px;
  text-align: center;
  padding: 180px 0;
  width: 60%;
}

@media (max-width: 1280px) {
  .main .section-04 .section-04-product .overlay {
    top: 0px;
    width: 93%;
  }
}

@media (max-width: 768px) {
  .main .section-04 .section-04-product .overlay {
    left: 0px;
    top: 10px;
    width: 100%;
    padding: 215px 0;
  }
}

@media (max-width: 450px) {
  .main .section-04 .section-04-product .overlay {
    display: flex;
    height: 100%;
    padding: 0;
    font-size: 36px;
    justify-content: center;
    align-items: center;
  }
}

.main .section-04 .section-04-product h2 {
  display: block;
  width: 100%;
  color: white;
  text-align: center;
  margin-top: 30px;
}

.main .section-04 .section-04-product .time {
  color: white;
  margin-top: 30px;
}

.main .section-04 .section-04-product .content {
  color: white;
  font-size: 24px;
  margin-top: 30px;
  padding: 0 90px;
}

@media (max-width: 450px) {
  .main .section-04 .section-04-product .content {
    padding: 0 30px;
  }
}

.main .section-04 .section-04-product .note {
  color: white;
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.main .section-04 .section-04-product .button {
  margin-top: 30px;
}

.main .section-05 {
  padding: 0 24px;
  font-family: 'Noto Serif TC';
}

.main .section-05 .section-05-product {
  background-image: url("../images/section-05-bg.png");
  background-size: 85% 100%;
  background-repeat: no-repeat;
  background-position: 60%;
  padding-top: 150px;
  min-height: 1300px;
}

@media (max-width: 1280px) {
  .main .section-05 .section-05-product {
    background-image: url("../images/section-bg-rwd-long.png");
    background-size: 100% 100%;
    margin-top: 0px;
    min-height: 800px;
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .main .section-05 .section-05-product {
    background-image: url("../images/section-bg-rwd-long.png");
    background-size: 100% 100%;
    margin-top: 0px;
    padding-top: 60px;
    min-height: 800px;
  }
}

@media (max-width: 450px) {
  .main .section-05 .section-05-product {
    padding: 0px;
  }
}

.main .section-05 .section-05-product .container .content {
  padding: 0 60px;
  color: white;
  font-size: 24px;
  margin-bottom: 30px;
}

@media (max-width: 450px) {
  .main .section-05 .section-05-product .container .content {
    padding: 30px 30px 0 30px;
  }
}

.main .section-05 .section-05-product .container .content a {
  color: white;
  text-decoration: underline;
}

.main .section-05 .section-05-product .container .accordion {
  width: calc(100% - 90px);
  margin: auto;
}

@media (max-width: 450px) {
  .main .section-05 .section-05-product .container .accordion {
    width: calc(100% - 30px);
  }
}

.main .section-05 .section-05-product .container .accordion .card {
  border: none;
  margin-bottom: 15px;
  background-color: transparent;
}

.main .section-05 .section-05-product .container .accordion .card .card-header {
  background-image: linear-gradient(#9D1D0D, #FC3B10);
  border: 2px solid #FFCE43;
  border-radius: 12px;
}

.main .section-05 .section-05-product .container .accordion .card .card-header h2 button {
  text-align: center;
  color: white;
  font-size: 24px;
}

.main .section-05 .section-05-product .container .accordion .card .card-body [class*='col-'] img {
  max-width: 100%;
}

.main .section-05 .section-05-product .container .accordion .card .card-body .next-mission {
  color: #D0021B;
}

.main .section-05 .section-05-product .container .accordion .card .bg-white {
  background-color: white;
}

.main .section-05 .section-05-product .container .accordion .card .bg-white .card-body {
  text-align: center;
  font-size: 18px;
}

@media (max-width: 450px) {
  .main .section-05 .section-05-product .container .accordion .card .bg-white .card-body .row .col {
    padding: 0 5px;
  }
}

.main .section-05 .section-05-product .container .accordion .card .bg-white .card-body .row .col img {
  display: block;
  margin: auto;
}

.main .section-06 {
  font-family: 'Noto Serif TC';
}

@media (max-width: 1280px) {
  .main .section-06 {
    padding: 0 24px;
  }
}

.main .section-06 .section-06-product {
  background-image: url("../images/section-06-bg.png");
  background-size: 80%;
  background-position-x: 70%;
  background-repeat: no-repeat;
  margin-top: -100px;
}

@media (max-width: 1280px) {
  .main .section-06 .section-06-product {
    background-image: url("../images/section-bg-rwd.png");
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 30px 80px;
  }
}

@media (max-width: 450px) {
  .main .section-06 .section-06-product {
    background-image: url("../images/section01-bg-rwd.png");
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 30px;
  }
}

.main .section-06 .section-06-product .container {
  padding: 10% 5%;
  width: 60%;
}

@media (max-width: 1280px) {
  .main .section-06 .section-06-product .container {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .main .section-06 .section-06-product .container .section-06-carousel {
    padding: 30px 15px 30px 15px;
  }
}

@media (max-width: 768px) {
  .main .section-06 .section-06-product .container .section-06-carousel {
    padding: 50px 30px 60px 30px;
  }
}

@media (max-width: 450px) {
  .main .section-06 .section-06-product .container .section-06-carousel {
    padding: 30px 15px 30px 15px;
  }
}

.main .section-06 .section-06-product .container .section-06-carousel .item {
  background-color: white;
  padding: 15px;
  border-radius: 8px;
}

.main .section-06 .section-06-product .container .section-06-carousel .item p {
  margin: 5px 0 0;
}

.main .section-06 .section-06-product .container .section-06-carousel .item p.item-name {
  height: 48px;
  overflow: hidden;
  color: black;
  text-align: left;
}

.main .section-06 .section-06-product .container .section-06-carousel .item p span.new-price {
  font-size: 24pt;
  color: #D0021B;
}

@media (max-width: 450px) {
  .main .section-06 .section-06-product .container .section-06-carousel .item p span.new-price {
    font-size: 18px;
  }
}

.main .section-06 .section-06-product .container .section-06-carousel .item p span.old-price {
  font-size: 16px;
  color: #9B9B9B;
}

.main .section-06 .section-06-product .container .section-06-carousel .owl-nav {
  position: absolute;
  top: 150px;
  width: 100%;
}

.main .section-06 .section-06-product .container .section-06-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -35px;
}

.main .section-06 .section-06-product .container .section-06-carousel .owl-nav .owl-prev span {
  font-size: 36px;
  color: white;
}

.main .section-06 .section-06-product .container .section-06-carousel .owl-nav .owl-next {
  position: absolute;
  right: -35px;
}

@media (max-width: 1280px) {
  .main .section-06 .section-06-product .container .section-06-carousel .owl-nav .owl-next {
    right: 0px;
  }
}

.main .section-06 .section-06-product .container .section-06-carousel .owl-nav .owl-next span {
  font-size: 36px;
  color: white;
}

.main .section-06 .section-06-product .container .section-06-carousel .owl-dots {
  margin-top: 30px;
}

.main .section-06 a.show-all {
  display: block;
  width: 30%;
  color: white;
  font-size: 24px;
  text-align: center;
  background-image: linear-gradient(#FAD961, #F76B1C);
  border-radius: 5px;
  padding: 5px 8px;
  border-radius: 5px;
  margin: 15px auto 15px auto;
}

@media (max-width: 450px) {
  .main .section-06 a.show-all {
    font-size: 16px;
  }
}

.main .section-07 {
  padding: 0 24px;
  font-family: 'Noto Serif TC';
}

.main .section-07 .section-07-product {
  background-image: url("../images/section-07-bg.png");
  background-size: 85%;
  background-position-x: 70%;
  background-repeat: no-repeat;
  margin-top: -200px;
}

@media (max-width: 1280px) {
  .main .section-07 .section-07-product {
    background-image: url("../images/section-bg-rwd.png");
    background-size: 100%;
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .main .section-07 .section-07-product {
    background-image: url("../images/section01-bg-rwd.png");
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 30px 30px 60px 40px;
  }
}

@media (max-width: 450px) {
  .main .section-07 .section-07-product {
    padding: 0px;
  }
}

.main .section-07 .section-07-product .container {
  padding: 20% 0%;
  width: 60%;
}

@media (max-width: 1280px) {
  .main .section-07 .section-07-product .container {
    padding: 30px 30px 80px 30px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main .section-07 .section-07-product .container {
    padding: 0px;
  }
}

@media (max-width: 450px) {
  .main .section-07 .section-07-product .container {
    padding: 30px 15px;
    width: 100%;
  }
}

.main .section-07 .section-07-product .container .content {
  font-size: 18px;
  color: white;
  height: 550px;
  overflow: scroll;
}

@media (max-width: 1280px) {
  .main .section-07 .section-07-product .container .content {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .main .section-07 .section-07-product .container .content {
    height: 600px;
  }
}

@media (max-width: 450px) {
  .main .section-07 .section-07-product .container .content {
    font-size: 14px;
    height: 420px;
  }
}

.main .section-07 .section-07-product .container .content::-webkit-scrollbar {
  display: none;
}

.main .section-07 .section-07-product .container .content ol li {
  margin-bottom: 10px;
}

@media (max-width: 450px) {
  .main .section-07 .section-07-product .container .content ol {
    padding-left: 20px;
  }
}

.main .section-07 .section-07-product .container .note {
  font-size: 18px;
  color: white;
  margin-top: 30px;
}

.main .section-07 .section-07-product .container a {
  display: block;
  margin-top: 30px;
}

.copyright {
  color: white;
  text-align: center;
}

.modal .modal-dialog {
  max-width: 800px;
  padding: 0 15px;
}

.modal .modal-dialog .modal-content {
  background-color: #720800;
  border: 3px solid #FFCE43;
}

.modal .modal-dialog .modal-content .modal-header {
  color: white;
  font-size: 24px;
}

.modal .modal-dialog .modal-content .modal-header .close span {
  color: white;
}

.modal .modal-dialog .modal-content .modal-body {
  color: white;
  font-size: 24px;
}

.modal .modal-dialog .modal-content .modal-footer {
  justify-content: center;
}

.modal .modal-dialog .modal-content .modal-footer button.btn-primary {
  background-image: linear-gradient(#FAD961, #F76B1C);
  border: none;
  transition: 0.2s;
}

.modal .modal-dialog .modal-content .modal-footer button.btn-primary:hover {
  filter: brightness(1.2);
}

.modal .modal-dialog .modal-content .modal-footer button.btn-secondary {
  background-image: linear-gradient(#EAEAEA, #6c757d);
  border: none;
  transition: 0.2s;
}

.modal .modal-dialog .modal-content .modal-footer button.btn-secondary:hover {
  filter: brightness(0.9);
}
/*# sourceMappingURL=style.css.map */