@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

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

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-family: "微軟正黑體", Arial;
  outline: none;
}

a:hover, a:active, a:visited {
  text-decoration: none;
}

input, button, select, textarea {
  outline: none;
  font-family: "微軟正黑體", Arial;
}

body {
  font-family: "微軟正黑體", Arial;
  color: #000;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}

button {
  cursor: pointer;
}

a:not([href]):not([tabindex]) {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

header {
  color: #fff;
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
  margin: 70px 0 0 0;
}
header .head-wd {
  position: relative;
  width: 1750px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
header .head-wd a {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  color: #fff;
}
@media (max-width: 900px) {
  header .head-wd a img {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  header .head-wd a {
    width: 150px;
    top: 40px;
  }
}
@media (max-width: 900px) {
  header .head-wd a {
    position: relative;
    width: 100%;
    top: 0;
  }
}
header .head-wd h1 {
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: normal;
  margin: 0;
  line-height: 28px;
}
@media (max-width: 1200px) {
  header .head-wd h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 900px) {
  header .head-wd h1 {
    font-size: 1.3em;
    margin: 15px 0 0 0;
    letter-spacing: 3px;
  }
}
@media (max-width: 1750px) {
  header .head-wd {
    width: 1430px;
  }
}
@media (max-width: 1430px) {
  header .head-wd {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  header .head-wd {
    width: 1000px;
  }
}
@media (max-width: 1000px) {
  header .head-wd {
    width: 95%;
  }
}
@media (max-width: 900px) {
  header .head-wd {
    padding: 25px 0 25px 0;
  }
}
@media (max-width: 568px) {
  header {
    background-size: auto;
  }
}

@media (max-width: 568px) {
  img.banner-com {
    display: none;
  }
}
img.banner-mob {
  display: none;
}
@media (max-width: 568px) {
  img.banner-mob {
    display: block;
  }
}

.video {
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.video h2 {
  color: #fff;
  font-size: 2.375em;
  font-weight: normal;
  text-align: center;
  margin: 0 0 60px 0;
  letter-spacing: 7px;
}
@media (max-width: 900px) {
  .video h2 {
    font-size: 1.8em;
    letter-spacing: 3px;
  }
}
@media (max-width: 568px) {
  .video h2 {
    font-size: 1.6em;
    line-height: 38px;
    padding: 0 20px;
  }
}
.video section {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .video section {
    width: 95%;
  }
}
@media (max-width: 900px) {
  .video {
    padding: 80px 0;
  }
}

.product-list {
  background: #FFBD80;
  padding: 100px 0;
}
.product-list h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.625em;
  color: #81322A;
  margin: 0 0 80px 0;
  letter-spacing: 7px;
}
@media (max-width: 900px) {
  .product-list h2 {
    font-size: 1.8em;
    letter-spacing: 3px;
    margin: 0 0 50px 0;
  }
}
@media (max-width: 568px) {
  .product-list h2 {
    font-size: 1.6em;
    line-height: 38px;
    padding: 0 20px;
  }
}
.product-list ul {
  width: 1430px;
  margin: 0 auto;
  list-style: none;
  padding-inline-start: 0;
}
.product-list ul li {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 0 0.5% 20px 0.5%;
}
.product-list ul li .product-list-link {
  position: relative;
  display: block;
  border: 3px solid #81322A;
  border-radius: 20px;
  overflow: hidden;
  min-height: 310px;
}
.product-list ul li .product-list-link span {
  display: inline-block;
  padding: 90px 0 85px 45px;
  letter-spacing: 5px;
}
.product-list ul li .product-list-link span h3 {
  font-size: 2.2em;
  font-weight: 500;
  color: #fff;
  border-bottom: 3px solid #81322A;
  padding: 0 0 20px 0;
  margin: 0 0 23px 0;
  text-align: center;
}
.product-list ul li .product-list-link span h3 b {
  display: block;
  font-weight: 500;
  font-size: 0.85em;
  padding: 0 0 10px 0;
}
@media (max-width: 1430px) {
  .product-list ul li .product-list-link span h3 {
    font-size: 1.8em;
  }
}
@media (max-width: 1000px) {
  .product-list ul li .product-list-link span h3 {
    font-size: 1.5em;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 568px) {
  .product-list ul li .product-list-link span h3 {
    font-size: 1.3em;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
}
.product-list ul li .product-list-link span p {
  text-align: center;
  font-size: 1.6em;
  color: #fff;
}
@media (max-width: 1430px) {
  .product-list ul li .product-list-link span p {
    font-size: 1.5em;
  }
}
@media (max-width: 1000px) {
  .product-list ul li .product-list-link span p {
    font-size: 1.3em;
    line-height: 30px;
  }
}
@media (max-width: 568px) {
  .product-list ul li .product-list-link span p {
    font-size: 1.1em;
  }
}
@media (max-width: 500px) {
  .product-list ul li .product-list-link span p {
    font-size: 1em;
    line-height: 24px;
  }
}
.product-list ul li .product-list-link span.two-line {
  padding: 60px 0 60px 45px;
}
@media (max-width: 1430px) {
  .product-list ul li .product-list-link span.two-line {
    padding: 50px 0 40px 40px;
  }
}
@media (max-width: 1000px) {
  .product-list ul li .product-list-link span.two-line {
    padding: 50px 0 30px 30px;
  }
}
@media (max-width: 900px) {
  .product-list ul li .product-list-link span.two-line {
    padding: 40px 0 30px 30px;
  }
}
@media (max-width: 500px) {
  .product-list ul li .product-list-link span.two-line {
    padding: 40px 0 30px 20px;
  }
}
.product-list ul li .product-list-link span.two-line p {
  line-height: 40px;
}
@media (max-width: 1430px) {
  .product-list ul li .product-list-link span {
    padding: 70px 0 85px 40px;
  }
}
@media (max-width: 1200px) {
  .product-list ul li .product-list-link span {
    padding: 55px 0 60px 40px;
  }
}
@media (max-width: 1000px) {
  .product-list ul li .product-list-link span {
    width: 60%;
    padding: 50px 0 30px 30px;
    letter-spacing: 3px;
  }
}
@media (max-width: 900px) {
  .product-list ul li .product-list-link span {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .product-list ul li .product-list-link span {
    width: 55%;
  }
}
@media (max-width: 500px) {
  .product-list ul li .product-list-link span {
    padding: 50px 0 30px 20px;
    width: 55%;
  }
}
.product-list ul li .product-list-link span.span-2 {
  padding: 90px 0 25px 45px;
  line-height: 42px;
}
@media (max-width: 1430px) {
  .product-list ul li .product-list-link span.span-2 {
    padding: 70px 0 25px 45px;
  }
}
@media (max-width: 1200px) {
  .product-list ul li .product-list-link span.span-2 {
    padding: 40px 0 10px 45px;
  }
}
@media (max-width: 500px) {
  .product-list ul li .product-list-link span.span-2 {
    padding: 40px 0 10px 20px;
  }
}
.product-list ul li .product-list-link img.img-over {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1430px) {
  .product-list ul li .product-list-link img.pl-img1 {
    width: 250px;
  }
}
@media (max-width: 1200px) {
  .product-list ul li .product-list-link img.pl-img1 {
    width: 200px;
  }
}
@media (max-width: 1000px) {
  .product-list ul li .product-list-link img.pl-img1 {
    width: 200px;
  }
}
@media (max-width: 568px) {
  .product-list ul li .product-list-link img.pl-img1 {
    width: 140px;
  }
}
@media (max-width: 1430px) {
  .product-list ul li .product-list-link img.pl-img2 {
    width: 210px;
  }
}
@media (max-width: 1200px) {
  .product-list ul li .product-list-link img.pl-img2 {
    width: 140px;
  }
}
@media (max-width: 1000px) {
  .product-list ul li .product-list-link img.pl-img2 {
    width: 200px;
  }
}
@media (max-width: 568px) {
  .product-list ul li .product-list-link img.pl-img2 {
    width: 140px;
  }
}
@media (max-width: 1430px) {
  .product-list ul li .product-list-link img.pl-img3 {
    width: 260px;
  }
}
@media (max-width: 1200px) {
  .product-list ul li .product-list-link img.pl-img3 {
    width: 180px;
  }
}
@media (max-width: 1000px) {
  .product-list ul li .product-list-link img.pl-img3 {
    width: 200px;
  }
}
@media (max-width: 568px) {
  .product-list ul li .product-list-link img.pl-img3 {
    width: 140px;
  }
}
@media (max-width: 1430px) {
  .product-list ul li .product-list-link img.pl-img4 {
    width: 250px;
  }
}
@media (max-width: 1200px) {
  .product-list ul li .product-list-link img.pl-img4 {
    width: 170px;
  }
}
@media (max-width: 1000px) {
  .product-list ul li .product-list-link img.pl-img4 {
    width: 200px;
  }
}
@media (max-width: 568px) {
  .product-list ul li .product-list-link img.pl-img4 {
    width: 140px;
  }
}
@media (max-width: 1430px) {
  .product-list ul li .product-list-link {
    min-height: 280px;
  }
}
@media (max-width: 1200px) {
  .product-list ul li .product-list-link {
    min-height: 240px;
  }
}
@media (max-width: 1000px) {
  .product-list ul li .product-list-link {
    min-height: 200px;
  }
}
@media (max-width: 568px) {
  .product-list ul li .product-list-link {
    min-height: 180px;
  }
}
.product-list ul li a.in-product {
  transition: 0.3s;
}
.product-list ul li a.in-product img.img-over {
  transform: scale(1, 1);
  transition: all 0.3s ease-out;
}
.product-list ul li a.in-product:hover {
  background-color: #FF8E26;
}
.product-list ul li a.in-product:hover img.img-over {
  right: -15px;
  transform: scale(1.1, 1.1);
}
.product-list ul li a.in-product span h3 {
  color: #81322A;
}
.product-list ul li a.in-product span p {
  color: #222222;
}
.product-list ul li a.in-product-none {
  position: relative;
}
.product-list ul li a.in-product-none .ipn-bg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(129, 49, 42, 0.9);
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}
.product-list ul li a.in-product-none .ipn-bg span {
  padding: 0;
  letter-spacing: 15px;
}
@media (max-width: 568px) {
  .product-list ul li a.in-product-none .ipn-bg span {
    letter-spacing: 5px;
  }
}
@media (max-width: 568px) {
  .product-list ul li a.in-product-none .ipn-bg {
    font-size: 2em;
  }
}
.product-list ul li a.in-product-none span h3 {
  color: #81322A;
}
.product-list ul li a.in-product-none span p {
  color: #222222;
}
.product-list ul li a.in-product-none img.img-over {
  transform: scale(1, 1);
  transition: all 0.3s ease-out;
}
.product-list ul li a.in-product-none:hover {
  background-color: #FF8E26;
}
.product-list ul li a.in-product-none:hover img.img-over {
  right: -15px;
  transform: scale(1.1, 1.1);
}
.product-list ul li .un-product section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  z-index: 2;
  border-radius: 18px;
}
.product-list ul li .un-product section .one-line {
  width: 55%;
  padding: 180px 0 0 0;
}
@media (max-width: 1430px) {
  .product-list ul li .un-product section .one-line {
    padding: 160px 0 0 0;
  }
}
@media (max-width: 1200px) {
  .product-list ul li .un-product section .one-line {
    padding: 140px 0 0 0;
  }
}
@media (max-width: 1000px) {
  .product-list ul li .un-product section .one-line {
    padding: 120px 0 0 30px;
  }
}
@media (max-width: 900px) {
  .product-list ul li .un-product section .one-line {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .product-list ul li .un-product section .one-line {
    width: 55%;
    padding: 100px 0 0 30px;
  }
}
.product-list ul li .un-product section .two-line {
  width: 55%;
  padding: 200px 0 0 0;
}
@media (max-width: 1430px) {
  .product-list ul li .un-product section .two-line {
    padding: 190px 0 0 0;
  }
}
@media (max-width: 1200px) {
  .product-list ul li .un-product section .two-line {
    width: 70%;
    padding: 170px 0 0 0;
  }
}
@media (max-width: 1000px) {
  .product-list ul li .un-product section .two-line {
    width: 60%;
    padding: 155px 0 0 30px;
  }
}
@media (max-width: 900px) {
  .product-list ul li .un-product section .two-line {
    width: 50%;
    padding: 145px 0 0 30px;
  }
}
@media (max-width: 568px) {
  .product-list ul li .un-product section .two-line {
    width: 55%;
    padding: 125px 0 0 30px;
  }
}
@media (max-width: 1430px) {
  .product-list ul li {
    width: 48%;
  }
}
@media (max-width: 1000px) {
  .product-list ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1430px) {
  .product-list ul {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .product-list ul {
    width: 1000px;
  }
}
@media (max-width: 1000px) {
  .product-list ul {
    width: 95%;
  }
}
@media (max-width: 900px) {
  .product-list {
    padding: 80px 0;
  }
}

.introduce {
  position: relative;
}
.introduce .introduce-banner {
  position: relative;
  z-index: 2;
}
.introduce .introduce-banner img {
  width: 100%;
}
.introduce .introduce-info {
  position: relative;
  z-index: 3;
  background: url(../images/page-bg.png) no-repeat;
  background-size: cover;
  margin: -140px 0 0 0;
  padding: 0 0 100px 0;
}
.introduce .introduce-info .ii-slogan {
  text-align: center;
}
@media (max-width: 568px) {
  .introduce .introduce-info .ii-slogan {
    padding: 0 20px;
  }
}
.introduce .introduce-info h2 {
  text-align: center;
  font-size: 2.25em;
  font-weight: normal;
  letter-spacing: 7px;
  margin: 100px 0 0 0;
}
.introduce .introduce-info h2 b {
  padding: 0 20px 0 0;
}
@media (max-width: 800px) {
  .introduce .introduce-info h2 b {
    display: block;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 900px) {
  .introduce .introduce-info h2 {
    font-size: 1.8em;
  }
}
@media (max-width: 800px) {
  .introduce .introduce-info h2 {
    margin: 80px 0 0 0;
  }
}
@media (max-width: 568px) {
  .introduce .introduce-info h2 {
    font-size: 1.6em;
    line-height: 38px;
    padding: 0 20px;
  }
}
.introduce .introduce-info .ii-step {
  position: relative;
  width: 830px;
  margin: 100px auto 0 auto;
}
.introduce .introduce-info .ii-step img.ii-step-img1 {
  position: relative;
  float: left;
}
@media (max-width: 900px) {
  .introduce .introduce-info .ii-step img.ii-step-img1 {
    width: 55%;
  }
}
@media (max-width: 800px) {
  .introduce .introduce-info .ii-step img.ii-step-img1 {
    width: 52%;
  }
}
@media (max-width: 568px) {
  .introduce .introduce-info .ii-step img.ii-step-img1 {
    display: block;
    width: 80%;
    margin: 0 auto;
    float: inherit;
  }
}
.introduce .introduce-info .ii-step img.ii-step-img2 {
  position: relative;
  float: right;
  margin: -200px 0 0 0;
}
@media (max-width: 900px) {
  .introduce .introduce-info .ii-step img.ii-step-img2 {
    width: 55%;
    margin: -170px 0 0 0;
  }
}
@media (max-width: 800px) {
  .introduce .introduce-info .ii-step img.ii-step-img2 {
    width: 53%;
    margin: -100px 0 0 0;
  }
}
@media (max-width: 568px) {
  .introduce .introduce-info .ii-step img.ii-step-img2 {
    display: block;
    width: 80%;
    float: inherit;
    margin: 30px auto 0 auto;
  }
}
.introduce .introduce-info .ii-step img.ii-step-img3 {
  position: relative;
  float: left;
  margin: -120px 0 0 0;
}
@media (max-width: 900px) {
  .introduce .introduce-info .ii-step img.ii-step-img3 {
    width: 55%;
    margin: -170px 0 0 0;
  }
}
@media (max-width: 800px) {
  .introduce .introduce-info .ii-step img.ii-step-img3 {
    width: 53%;
    margin: -100px 0 0 0;
  }
}
@media (max-width: 568px) {
  .introduce .introduce-info .ii-step img.ii-step-img3 {
    display: block;
    width: 80%;
    float: inherit;
    margin: 30px auto 0 auto;
  }
}
.introduce .introduce-info .ii-step img.ii-step-img4 {
  position: relative;
  float: right;
  margin: -200px 0 0 0;
}
@media (max-width: 900px) {
  .introduce .introduce-info .ii-step img.ii-step-img4 {
    width: 55%;
    margin: -170px 0 0 0;
  }
}
@media (max-width: 800px) {
  .introduce .introduce-info .ii-step img.ii-step-img4 {
    width: 53%;
    margin: -100px 0 0 0;
  }
}
@media (max-width: 568px) {
  .introduce .introduce-info .ii-step img.ii-step-img4 {
    display: block;
    width: 80%;
    float: inherit;
    margin: 30px auto 0 auto;
  }
}
.introduce .introduce-info .ii-step span {
  position: absolute;
  color: #222222;
  font-size: 2.375em;
  letter-spacing: 7px;
  bottom: 50px;
}
@media (max-width: 900px) {
  .introduce .introduce-info .ii-step span {
    font-size: 1.8em;
  }
}
@media (max-width: 800px) {
  .introduce .introduce-info .ii-step span {
    position: relative;
    display: block;
    bottom: 0;
    text-align: center;
    margin: 60px 0 0 0;
  }
}
@media (max-width: 900px) {
  .introduce .introduce-info .ii-step {
    width: 95%;
  }
}
@media (max-width: 568px) {
  .introduce .introduce-info .ii-step {
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 900px) {
  .introduce .introduce-info {
    padding: 0 0 80px 0;
  }
}

.shop-link {
  padding: 80px 0 100px 0;
  background: #FFBD80;
}
.shop-link a.shop-btn {
  display: block;
  width: 390px;
  margin: 40px auto 0 auto;
  background: #81312A;
  font-size: 2.25em;
  color: #fff;
  padding: 25px 0 22px 0;
  text-align: center;
  letter-spacing: 7px;
  border-radius: 100px;
  transition: 0.3s;
}
.shop-link a.shop-btn:hover {
  background: #FF8E26;
}
@media (max-width: 900px) {
  .shop-link a.shop-btn {
    font-size: 1.8em;
  }
}
@media (max-width: 568px) {
  .shop-link a.shop-btn {
    width: 70%;
    font-size: 1.6em;
  }
}
.shop-link .bu-owl .item {
  position: relative;
}
.shop-link .bu-owl .item a {
  position: relative;
  display: block;
  font-size: 1.5em;
  color: #fff;
  transition: 0.3s;
}
.shop-link .bu-owl .item a b {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 5;
  font-weight: normal;
  letter-spacing: 7px;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 568px) {
  .shop-link .bu-owl .item a b {
    letter-spacing: 3px;
  }
}
.shop-link .bu-owl .item a:hover b {
  background: rgba(129, 49, 42, 0.7);
  opacity: 1;
}
@media (max-width: 568px) {
  .shop-link {
    padding: 50px 0 50px 0;
  }
}

.ig-link {
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
  padding: 100px 0 90px 0;
}
.ig-link section {
  width: 1000px;
  margin: 0 auto;
}
.ig-link section a {
  position: relative;
  display: inline-block;
  width: 32%;
  margin: 0 0.5% 10px 0.5%;
  overflow: hidden;
  transition: 0.3s;
}
.ig-link section a img {
  transform: scale(1, 1);
  transition: all 0.3s ease-out;
}
.ig-link section a:hover img {
  transform: scale(1.1, 1.1);
}
@media (max-width: 1000px) {
  .ig-link section a {
    width: 31.5%;
  }
}
@media (max-width: 568px) {
  .ig-link section a {
    width: 48%;
  }
}
@media (max-width: 1000px) {
  .ig-link section {
    width: 95%;
  }
}

footer {
  background: #FF8E26;
  color: #fff;
  padding: 60px 0;
}
footer section {
  width: 1000px;
  margin: 0 auto;
}
footer section h2 {
  display: inline-block;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 1.5em;
  text-align: center;
  line-height: 34px;
  margin: 0 0 10px 0;
}
@media (max-width: 1000px) {
  footer section h2 {
    width: 100%;
  }
}
footer section .sns-link {
  display: inline-block;
  vertical-align: bottom;
  border-right: 2px solid #fff;
  padding: 15px 40px 15px 70px;
  margin: 0 0 10px 0;
}
footer section .sns-link a {
  margin: 0 45px 0 0;
}
@media (max-width: 1000px) {
  footer section .sns-link a {
    margin: 0 20px;
  }
}
@media (max-width: 1000px) {
  footer section .sns-link {
    width: 100%;
    text-align: center;
    border-right: 0;
    padding: 40px 0 40px 0;
  }
}
footer section .foot-info {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0 0 60px;
  line-height: 30px;
  font-size: 1.1em;
}
footer section .foot-info img {
  margin: 0 0 20px 0;
}
footer section .foot-info a {
  color: #fff;
  text-decoration: underline;
}
footer section .foot-info a:hover {
  text-decoration: none;
}
@media (max-width: 1000px) {
  footer section .foot-info {
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  footer section {
    width: 95%;
  }
}

.act-link {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 100;
}
.act-link a.getbtn-sty {
  display: block;
  width: 55px;
  font-size: 1.4em;
  color: #fff;
  background: #81312A;
  border-radius: 100px;
  padding: 18px 0 15px 0;
  letter-spacing: 2px;
  writing-mode: vertical-lr;
  transition: 0.3s;
  line-height: 53px;
  text-align: center;
  margin: 0 auto 10px auto;
}
@media (max-width: 900px) {
  .act-link a.getbtn-sty {
    display: inline-block;
    writing-mode: horizontal-tb;
    margin: 0;
    padding: 3px 0 0 0;
    background: none;
    width: 32.5%;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .act-link a.getbtn-sty {
    font-size: 1em;
    padding: 0;
    line-height: 45px;
  }
}
.act-link a.right-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  font-size: 1.5em;
  background: #81312A;
  border-radius: 100px;
  text-align: center;
  transition: 0.3s;
  margin: 0 auto;
}
.act-link a.right-top img {
  width: 20px;
  height: auto;
}
@media (max-width: 500px) {
  .act-link a.right-top img {
    width: 15px;
  }
}
@media (max-width: 900px) {
  .act-link a.right-top {
    position: absolute;
    top: -75px;
    right: 20px;
  }
}
@media (max-width: 500px) {
  .act-link a.right-top {
    width: 40px;
    height: 40px;
    top: -55px;
    right: 15px;
  }
}
.act-link a:hover {
  background: #FF8E26;
}
@media (max-width: 900px) {
  .act-link a:hover {
    background: none;
  }
}
.act-link a.couplets-more {
  display: block;
  width: 80px;
  margin: 0 0 5px 0;
}
.act-link a.couplets-more b {
  display: none;
  font-weight: normal;
}
@media (max-width: 900px) {
  .act-link a.couplets-more b {
    display: block;
  }
}
@media (max-width: 900px) {
  .act-link a.couplets-more img {
    display: none;
  }
}
@media (max-width: 900px) {
  .act-link a.couplets-more {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    font-size: 1.5em;
    color: #fff;
    border-radius: 100px;
    padding: 3px 0 0 0;
    letter-spacing: 2px;
    line-height: 50px;
    text-align: center;
    margin: 0;
    border: 0;
  }
}
@media (max-width: 500px) {
  .act-link a.couplets-more {
    font-size: 1em;
    padding: 0 0 0 0;
    line-height: 45px;
  }
}
.act-link a.couplets-more:hover {
  background: transparent;
}
@media (max-width: 900px) {
  .act-link {
    width: 100%;
    bottom: 0;
    right: 0;
    display: block;
    background: #81312A;
    box-shadow: 0 5px 10px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 900px) {
  .act-link .act-cm-mob {
    background: #a43b32;
  }
}

.detail-page h2 {
  color: #81312A;
  font-size: 2.6em;
  font-weight: 400;
  letter-spacing: 7px;
  text-align: center;
  margin: 50px 0 50px 0;
}
@media (max-width: 1000px) {
  .detail-page h2 {
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 3px;
  }
}
.detail-page h2.dg-h2-2 {
  font-size: 2.4em;
}
.detail-page h3 {
  font-size: 2.25em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 7px;
}
@media (max-width: 1000px) {
  .detail-page h3 {
    font-size: 1.8em;
    letter-spacing: 3px;
  }
}
.detail-page .carousel {
  margin: 0 20px;
}
.detail-page .path-list {
  background: #FEE7D2;
  margin: 30px 0 0 0;
  padding: 60px 0 50px 0;
}
.detail-page .path-list .path-link {
  margin: 90px 0 80px 0;
  text-align: center;
}
.detail-page .path-list .path-link a, .detail-page .path-list .path-link b {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  margin: 0 8px;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  .detail-page .path-list .path-link a, .detail-page .path-list .path-link b {
    width: 80px;
    margin: 0 4px;
  }
}
@media (max-width: 568px) {
  .detail-page .path-list .path-link a, .detail-page .path-list .path-link b {
    width: 16%;
    margin: 0 5px;
  }
}
@media (max-width: 460px) {
  .detail-page .path-list .path-link a, .detail-page .path-list .path-link b {
    width: 95px;
    margin: 0 7px 18px 7px;
  }
}
.detail-page .path-list .path-link a:hover {
  margin: -8px 8px 0 8px;
}
@media (max-width: 568px) {
  .detail-page .path-list .path-link {
    margin: 60px 0 60px 0;
  }
}
@media (max-width: 1000px) {
  .detail-page .path-list .pls-2 a, .detail-page .path-list .pls-2 b {
    width: 70px;
    margin: 0 4px;
  }
}
@media (max-width: 568px) {
  .detail-page .path-list .pls-2 a, .detail-page .path-list .pls-2 b {
    width: 21%;
    margin: 0 5px 18px 5px;
  }
}
@media (max-width: 460px) {
  .detail-page .path-list .pls-2 a, .detail-page .path-list .pls-2 b {
    width: 95px;
    margin: 0 7px 18px 7px;
  }
}
.detail-page .path-list p {
  font-size: 1.37em;
  line-height: 36px;
  text-align: center;
  padding: 0 20px;
}
.detail-page .path-list p.path-color-a {
  color: #81312A;
}
.detail-page .path-list p span {
  display: block;
}
@media (max-width: 1000px) {
  .detail-page .path-list p {
    font-size: 1.2em;
    line-height: 34px;
  }
}
@media (max-width: 568px) {
  .detail-page .path-list p {
    text-align: left;
    padding: 0 30px;
  }
}
.detail-page .path-list .color-org {
  color: #FF7A00;
}
.detail-page .path-list .path-link-one {
  width: 90%;
  margin: 50px auto 0 auto;
  text-align: center;
  padding: 50px 0 0 0;
  border-top: 2px solid #81312A;
}
.detail-page .path-list .path-link-one span {
  display: block;
  text-align: center;
  padding: 0 0 40px 0;
}
.detail-page .path-list .path-link-one p {
  padding: 0 15px;
}
.detail-page .path-list .pl-two {
  margin: 30px 0 60px 0;
}
.detail-page .modal-m30 {
  margin: 0 30px;
}
@media (max-width: 500px) {
  .detail-page .modal-m30 {
    margin: 0 20px;
  }
}
.detail-page .step-info {
  padding: 60px 0 0 0;
  text-align: center;
}
.detail-page .step-info img {
  margin: 40px 0 60px 0;
}
.detail-page .step-info img.si-img-mg {
  margin: 40px 0 20px 0;
}
.detail-page .step-info p {
  font-size: 1.5em;
  line-height: 34px;
  color: #81312A;
}
@media (max-width: 1000px) {
  .detail-page .step-info p {
    font-size: 1.2em;
  }
}
.detail-page .strp-info-b {
  margin: 60px 0 0 0;
}
.detail-page .strp-info-b p {
  font-size: 1.5em;
  margin: 15px 0 15px 0;
}
.detail-page .detail-slogan {
  margin: 80px 0 60px 0;
  font-size: 2.15em;
  font-weight: bold;
  color: #81312A;
  letter-spacing: 7px;
  border: 3px solid #81312A;
  text-align: center;
  padding: 25px 0;
}
@media (max-width: 1000px) {
  .detail-page .detail-slogan {
    font-size: 1.8em;
    line-height: 40px;
    padding: 25px 25px;
  }
}
@media (max-width: 568px) {
  .detail-page .detail-slogan {
    font-size: 1.5em;
    line-height: 36px;
    margin: 60px 0 60px 0;
  }
}
.detail-page .activity-info {
  margin: 100px 0 80px 0;
}
.detail-page .activity-info h3 {
  margin: 100px 0 0 0;
}
@media (max-width: 568px) {
  .detail-page .activity-info h3 {
    margin: 50px 0 0 0;
  }
}
.detail-page .activity-info h3.ai-h3-2 {
  margin: 0 0 50px 0;
}
.detail-page .activity-info h3.ai-h3-2 b {
  color: #FF8E26;
}
.detail-page .activity-info p {
  font-size: 1.35em;
  line-height: 42px;
  margin: 50px 0 0 0;
  padding: 0 20px;
  letter-spacing: 2px;
}
@media (max-width: 1000px) {
  .detail-page .activity-info p {
    font-size: 1.2em;
  }
}
@media (max-width: 568px) {
  .detail-page .activity-info p {
    line-height: 36px;
  }
}
.detail-page .ai-mg {
  margin: 60px 0 80px 0;
}
.detail-page a.modal-close {
  display: block;
  width: 350px;
  margin: 0 auto 70px auto;
  color: #fff;
  background: #81312A;
  font-size: 2.25em;
  text-align: center;
  padding: 20px 0;
  border-radius: 100px;
}
@media (max-width: 568px) {
  .detail-page a.modal-close {
    width: 80%;
    font-size: 2em;
  }
}

@media (max-width: 1000px) {
  .br-pad {
    display: none;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 5px solid #FF8E26;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-indicators li {
  width: 120px;
  height: 13px;
  border-top: 0;
  border-bottom: 0;
  border-radius: 100px;
  opacity: 1;
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .carousel-indicators li {
    width: 100px;
    height: 10px;
  }
}
@media (max-width: 900px) {
  .carousel-indicators li {
    width: 80px;
    height: 8px;
  }
}
@media (max-width: 568px) {
  .carousel-indicators li {
    width: 55px;
  }
}
.carousel-indicators .active {
  background-color: #FF8E26;
}

.detail-page .carousel-indicators li {
  width: 90px;
  height: 8px;
  margin-right: 6px;
  margin-left: 6px;
}
@media (max-width: 568px) {
  .detail-page .carousel-indicators li {
    width: 60px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.modal-body {
  padding: 0;
}

.article section {
  width: 1430px;
  margin: 0 auto;
  padding: 70px 0;
  color: #222;
}
.article section h2 {
  font-size: 2.8em;
  color: #81312A;
  text-align: center;
}
@media (max-width: 1000px) {
  .article section h2 {
    font-size: 2.5em;
    line-height: 54px;
  }
}
@media (max-width: 568px) {
  .article section h2 {
    font-size: 2.2em;
    line-height: 50px;
  }
}
.article section span {
  display: block;
}
.article section span.author {
  font-size: 1.25em;
  margin: 40px 0 20px 0;
}
@media (max-width: 1000px) {
  .article section span.author {
    font-size: 1.1em;
  }
}
.article section article p {
  font-size: 1.5em;
  line-height: 40px;
  margin: 20px 0;
}
@media (max-width: 1000px) {
  .article section article p {
    font-size: 1.25em;
    line-height: 34px;
  }
}
@media (max-width: 568px) {
  .article section article p {
    font-size: 1.2em;
    line-height: 32px;
  }
}
.article section .art-img-center {
  text-align: center;
}
@media (max-width: 1430px) {
  .article section {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .article section {
    width: 1000px;
  }
}
@media (max-width: 1000px) {
  .article section {
    width: 95%;
  }
}

.modal-header {
  border-bottom: 0;
}

#newest {
  padding: 0 10px 10px 10px;
}

.carousel-inner img {
  width: 100%;
}

.timer {
  width: 100%;
  position: fixed;
  top: 0;
  background: #FFBD80;
  text-align: center;
  font-size: 22px;
  height: 70px;
  line-height: 70px;
  z-index: 30;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 500px) {
  .timer {
    font-size: 18px;
  }
}

.timer-modal {
  text-align: center;
  font-size: 20px;
  padding: 0 0 20px 0;
  margin: -20px 0 0 0;
}
@media (max-width: 500px) {
  .timer-modal {
    font-size: 18px;
    padding: 0 0 10px 0;
    margin: -10px 0 0 0;
  }
}

.countdown {
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.countdown .time {
  font-size: 24px;
  padding: 0 10px 0 10px;
  color: #c21b0b;
  font-weight: bold;
}
@media (max-width: 500px) {
  .countdown .time {
    font-size: 18px;
    padding: 0 5px 0 5px;
  }
}/*# sourceMappingURL=style.css.map */