.la-gutters.container {
  padding-left: 10px;
  padding-right: 10px;
}
.la-gutters .row {
  margin-left: -5px;
  margin-right: -5px;
}
.la-gutters [class^=col-], .la-gutters [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  color: #333333;
}

body {
  width: 100%;
  -webkit-font-smoothing: auto;
  font-family: "Helvetica Neue", "Tahoma", "Helvetica", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft JhengHei UI", "LiHei Pro", "Heiti TC", "sans-serif";
  font-weight: 400;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #FFFAF4;
  overflow-y: auto;
  overflow-x: hidden;
}

p {
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  color: #333333;
  outline: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

dd {
  display: block;
  margin-inline-start: 0px;
}

img {
  display: inline-block;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

.img-fluid {
  width: 100%;
}

@media (max-width: 441px) {
  .hidden-xxs-down {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (min-width: 441px) {
  .hidden-xxs-up {
    display: none !important;
  }
}

.eng-num {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

.img-bg {
  background-size: cover;
  width: 100%;
  background-position: center center;
}

.section-inner {
  padding: 80px 0;
}

.section-inner-nopadding {
  padding: 0px 0;
}
.section-inner-nopadding .section-title {
  padding: 80px 0;
}

.section-title {
  text-align: center;
}
.section-title p {
  font-size: 1.125rem;
  color: #786140;
  font-weight: 500;
}
.section-title .title-sub-text {
  line-height: 40px;
  max-width: 470px;
  margin: 20px auto;
}
.section-title .title-sub-text p {
  font-size: 0.9375rem;
  color: #333333;
  border-bottom: 2.5px #B8BF9F dotted;
}
.section-title .title-sub-text p:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .section-title p {
    font-size: 1.25rem;
  }
  .section-title .title-sub-text {
    line-height: 40px;
    max-width: 300px;
    margin: 40px auto;
  }
  .section-title .title-sub-text p {
    font-size: 1.0625rem;
    line-height: 38px;
    color: #333333;
    border-bottom: 2.5px #B8BF9F dotted;
  }
}
.la-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.la-ui.btn-xs, .la-ui.btn-sm, .la-ui.btn-md, .la-ui.btn {
  display: inline-block;
  border-radius: 40px;
  font-weight: 500;
  font-size: 18px;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  background-color: #fff;
}

.la-ui.btn-xs:hover, .la-ui.btn-sm:hover, .la-ui.btn-md:hover, .la-ui.btn:hover {
  transition: all 0.45s;
  transform: translateY(-2px);
}

.la-ui.btn .la-icon {
  margin-right: 7px;
}

.btn-fluid {
  width: 100%;
  text-align: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.btn-right {
  float: right;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.btn-center {
  text-align: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.la-ui.btn-primary {
  color: #ffffff;
  background: #EE784A;
}

.la-ui.btn-cta {
  color: #ffffff;
  background: #E35D4F;
}

.la-ui.btn-md {
  font-size: 15px;
  padding: 0.5rem 1.6rem 0.5rem 1.6rem;
}
.la-ui.btn-md .la-icon {
  font-size: 12.8px;
  margin-right: 7px;
}

.la-ui.btn-sm {
  font-size: 14px;
  padding: 0.4rem 1.4rem 0.4rem 1.4rem;
}
.la-ui.btn-sm .la-icon {
  font-size: 12.8px;
  margin-right: 7px;
}

.la-ui.btn-xs {
  font-size: 0.75rem;
  padding: 0.3rem 1.1rem 0.3rem 1.1rem;
}
.la-ui.btn-xs .la-icon {
  font-size: 11.2px;
  margin-right: 6px;
}

.la-ui.btn-disabled {
  background-color: #E9E9E9;
  border: none;
  pointer-events: none;
}

.la-ui.btn-disabled:hover {
  transform: translateY(0px);
}

.la-btn-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  padding-right: 0.3125rem;
  margin-top: -0.15rem;
}

.swing {
  animation-name: swing;
  -webkit-animation-name: swing;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes swing {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.floating2 {
  animation-name: floating2;
  -webkit-animation-name: floating2;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating2 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(1.5%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating2 {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(1.5%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse2 {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
    transform: scale3d(0.98, 0.98, 0.98);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
    transform: scale3d(0.98, 0.98, 0.98);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse2 {
  -webkit-animation-name: pulse2;
  animation-name: pulse2;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.5;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.2;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.main-wrapper {
  width: 100%;
  position: fixed;
  z-index: 1000;
}

.main-wrapper img {
  width: 100%;
  display: block;
}

.main-wrapper a {
  color: #000;
  text-decoration: none;
}

.main-wrapper ul li {
  list-style-type: none;
}

.navbar {
  background: #ffffff;
  padding: 0 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.navbar .brand-and-icon {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.navbar .brand-and-icon .navbar-brand {
  display: flex;
  align-items: center;
}
.navbar .brand-and-icon .navbar-brand a.logo-la {
  display: block;
  background-size: cover;
  font-size: 0;
  width: 55px;
  height: 50px;
  background-image: url(../img/logo-la.png);
  margin-right: 5px;
}
.navbar .brand-and-icon .navbar-brand a.logo-pa {
  display: block;
  background-size: cover;
  font-size: 0;
  width: 80px;
  height: 30px;
  background-image: url(../img/logo-pa.svg);
}
.navbar .brand-and-icon .navbar-toggler {
  display: block;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-top: 2px;
}
.navbar .brand-and-icon .navbar-toggler span {
  display: block;
  width: 30px;
  height: 3.5px;
  background-color: #888888;
  margin-bottom: 5px;
  margin-top: 2px;
}
.navbar .navbar-collapse {
  overflow-y: scroll;
  display: none;
}
.navbar .navbar-collapse .navbar-nav li a.navbar-nav-item {
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  position: relative;
  transition: all 0.4s ease;
}
.navbar .navbar-collapse .navbar-nav li a.navbar-nav-item.menu-link {
  pointer-events: auto;
}
.navbar .navbar-collapse .navbar-nav li a.navbar-nav-item.menu-link:after {
  font-family: "la-icon";
  content: "\e90a";
  position: absolute;
  right: 10px;
  top: 35%;
  color: #EE784A;
}
.navbar .navbar-collapse .navbar-nav li:last-child a.navbar-nav-item {
  border-bottom: none;
}
.navbar .navbar-collapse .navbar-nav li.nav-btn {
  display: none;
}
.navbar .navbar-collapse .navbar-nav .sub-menu {
  display: none;
  background-color: #F6F6F6;
  padding-bottom: 20px;
}
.navbar .navbar-collapse .navbar-nav .sub-menu h4 {
  font-size: 16px;
  padding: 15px 0 8px 0;
}
.navbar .navbar-collapse .navbar-nav .sub-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.navbar .navbar-collapse .navbar-nav .sub-menu ul.pc-menu {
  display: none;
}
.navbar .navbar-collapse .navbar-nav .sub-menu ul li {
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 0;
  flex: 50%;
}
.navbar .navbar-collapse .navbar-nav .sub-menu .mobile-menu {
  display: block;
}
.navbar .navbar-collapse .navbar-nav .sub-menu .sub-menu-item {
  padding: 0 0px;
}
.navbar .navbar-collapse .navbar-nav .sub-menu .sub-menu-item .sub-menu-wrap {
  padding-bottom: 10px;
}
.navbar .navbar-collapse .btn-share-mobile {
  padding: 10px 3% 3% 20px;
  display: flex;
}
.navbar .navbar-collapse .btn-share-mobile a {
  flex: 1;
  text-align: center;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 50px;
  margin: 10px 5px 0 5px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-collapse .btn-share-mobile a .la-icon {
  font-size: 0.9375rem;
  margin-right: 5px;
}
.navbar .navbar-collapse .btn-share-mobile a.fb {
  background-color: #556FAB;
}
.navbar .navbar-collapse .btn-share-mobile a.line {
  background-color: #83D687;
}
.navbar .navbar-collapse .btn-share-mobile a.line .la-icon {
  padding-top: 2px;
  font-size: 1.6rem;
}

/* Media Queries */
@media screen and (min-width: 1200px) {
  .main-wrapper {
    width: 100%;
    position: fixed;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }
  .navbar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    box-shadow: none;
  }
  .navbar .brand-and-icon {
    flex: 0 0 100px;
    border-bottom: none;
    padding: 0;
  }
  .navbar .brand-and-icon .navbar-brand {
    flex: 1.5;
    display: flex;
    align-items: center;
    padding-left: 15px;
  }
  .navbar .brand-and-icon .navbar-brand a {
    display: block;
    background-size: cover;
    font-size: 0;
  }
  .navbar .brand-and-icon .navbar-brand a.logo-la {
    width: 65px;
    height: 59px;
    background-image: url(../img/logo-la.png);
    margin-right: 5px;
  }
  .navbar .brand-and-icon .navbar-brand a.logo-pa {
    width: 90px;
    height: 34px;
    background-image: url(../img/logo-pa.svg);
  }
  .navbar .brand-and-icon .navbar-toggler {
    display: none;
  }
  .navbar .navbar-collapse {
    display: block !important;
    overflow-y: hidden;
    flex: 1 0 auto;
  }
  .navbar .navbar-collapse .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar .navbar-collapse .navbar-nav li {
    border-bottom: 3px solid transparent;
    transition: border-bottom 0.4s ease;
  }
  .navbar .navbar-collapse .navbar-nav li a.navbar-nav-item {
    padding: 0 20px;
    border-bottom: none;
    line-height: 70px;
  }
  .navbar .navbar-collapse .navbar-nav li a.navbar-nav-item.menu-link {
    pointer-events: none;
  }
  .navbar .navbar-collapse .navbar-nav li a.navbar-nav-item.menu-link:after {
    display: none;
  }
  .navbar .navbar-collapse .navbar-nav li:hover {
    border-bottom-color: #EE784A;
  }
  .navbar .navbar-collapse .navbar-nav li:hover .sub-menu {
    display: grid !important;
    grid-template-columns: 350px 350px 360px;
    padding: 0 40px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.08);
  }
  .navbar .navbar-collapse .navbar-nav li.nav-btn {
    display: block;
  }
  .navbar .navbar-collapse .navbar-nav li.nav-btn.btn-share {
    border-bottom: none;
    margin: 0 5px;
  }
  .navbar .navbar-collapse .navbar-nav li.nav-btn.btn-share.fb a {
    background: #556FAB;
    font-size: 0.875rem;
    line-height: 38px;
  }
  .navbar .navbar-collapse .navbar-nav li.nav-btn.btn-share.fb .la-icon {
    font-size: 1rem;
  }
  .navbar .navbar-collapse .navbar-nav li.nav-btn.btn-share.line a {
    background: #83D687;
    font-size: 0.9375rem;
    line-height: 42px;
  }
  .navbar .navbar-collapse .navbar-nav li.nav-btn.btn-share.line .la-icon {
    font-size: 1.3rem;
  }
  .navbar .navbar-collapse .navbar-nav li.nav-btn.btn-share a {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
  }
  .navbar .navbar-collapse .navbar-nav li.nav-btn.btn-share:hover {
    border-bottom: none;
  }
  .navbar .navbar-collapse .navbar-nav li.nav-btn:after {
    display: none;
  }
  .navbar .navbar-collapse .navbar-nav .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background-color: #ffffff;
  }
  .navbar .navbar-collapse .navbar-nav .sub-menu h4 {
    font-size: 16px;
    padding: 30px 0 10px 0;
  }
  .navbar .navbar-collapse .navbar-nav .sub-menu .sub-menu-item {
    padding-left: 0;
  }
  .navbar .navbar-collapse .navbar-nav .sub-menu .sub-menu-item .sub-menu-wrap {
    display: flex;
    padding: 0 0 0px 0;
  }
  .navbar .navbar-collapse .navbar-nav .sub-menu .sub-menu-item .sub-menu-wrap ul {
    flex: 1;
    display: block;
    margin: 0 0px 0 0;
  }
  .navbar .navbar-collapse .navbar-nav .sub-menu .sub-menu-item .sub-menu-wrap ul li {
    border-bottom: none;
    font-size: 13px;
  }
  .navbar .navbar-collapse .navbar-nav .sub-menu .sub-menu-item .sub-menu-wrap ul li span {
    font-weight: 500;
  }
  .navbar .navbar-collapse .navbar-nav .sub-menu .sub-menu-item .sub-menu-wrap ul li.mobile-menu {
    display: none;
  }
  .navbar .navbar-collapse .navbar-nav .sub-menu .sub-menu-item .sub-menu-wrap ul li a:hover {
    color: #EE784A;
  }
  .navbar .navbar-collapse .navbar-nav .sub-menu .btn {
    display: block;
    margin-bottom: 30px;
  }
  .navbar .navbar-collapse .navbar-nav .sub-menu ul.pc-menu {
    display: block;
  }
  .navbar .navbar-collapse .btn-share-mobile {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .navbar .navbar-collapse .navbar-nav .sub-menu-item h4 {
    padding-left: 10px;
  }
  .navbar .navbar-collapse .navbar-nav .sub-menu-item .sub-menu-wrap {
    padding-left: 10px;
  }
}
.la-section-pagekv {
  height: 480px;
  background-image: url(../img/kv-page.jpg);
  background-size: 2200px;
  background-position: center bottom;
}
.la-section-pagekv .container {
  padding-top: 73px;
}
.la-section-pagekv .container .kv-title {
  display: flex;
  flex-direction: column;
  padding-top: 110px;
  max-width: 400px;
  margin: 0 80px 0 150px;
}
.la-section-pagekv .container .kv-title .kv-title-main {
  width: 350px;
  position: relative;
  z-index: 2;
}
.la-section-pagekv .container .kv-title .kv-title-sub {
  width: 120px;
  position: absolute;
  top: -80px;
  left: 76px;
  z-index: 1;
  animation: pulse 1s infinite alternate;
  -webkit-animation: pulse 1s infinite alternate;
}

@media (max-width: 1680px) {
  .la-section-pagekv {
    height: 400px;
    background-size: cover;
  }
  .la-section-pagekv .container {
    padding-top: 73px;
  }
  .la-section-pagekv .container .kv-title {
    padding-top: 90px;
    max-width: 350px;
    margin: 0 80px 0 180px;
  }
  .la-section-pagekv .container .kv-title .kv-title-main {
    width: 320px;
  }
  .la-section-pagekv .container .kv-title .kv-title-sub {
    width: 100px;
    top: -70px;
    left: 76px;
  }
}
@media (max-width: 1200px) {
  .la-section-pagekv .container .kv-title {
    display: flex;
    flex-direction: column;
    padding-top: 90px;
    max-width: 350px;
    margin: 0 80px 0 100px;
  }
}
@media (max-width: 990px) {
  .la-section-pagekv {
    height: 350px;
    background-size: 1200px;
    background-position: center bottom;
  }
  .la-section-pagekv .container .kv-title {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    max-width: 320px;
    margin: 0 80px 0 80px;
  }
  .la-section-pagekv .container .kv-title .kv-title-main {
    width: 280px;
  }
  .la-section-pagekv .container .kv-title .kv-title-sub {
    width: 100px;
    position: absolute;
    top: -70px;
    left: 66px;
  }
}
@media (max-width: 800px) {
  .la-section-pagekv {
    height: 350px;
    background-image: url(../img/kv-page-m.jpg);
    background-size: 1200px;
    background-position: center bottom;
  }
  .la-section-pagekv .container .kv-title {
    display: none;
  }
}
@media (max-width: 800px) {
  .la-section-pagekv {
    height: 300px;
    background-image: url(../img/kv-page-m.jpg);
    background-size: 1000px;
  }
}
@media (max-width: 540px) {
  .la-section-pagekv {
    height: 250px;
    background-image: url(../img/kv-page-m.jpg);
    background-size: 750px;
  }
}
footer {
  margin-top: 50px;
  background-color: #4F4F4F;
  font-size: 0.8125rem;
  line-height: 18px;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
}

.red {
  color: #DE1D1D;
}

.lity-dialog {
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  max-width: 100%;
  border-radius: 5px;
}

.lity-dialog-inner {
  padding: 20px;
}

.lity-dialog.sm {
  width: 600px;
}

.lity-dialog.md {
  width: 960px;
}

.lity-dialog.lg {
  width: 1200px;
}

.gift_title,
.tos_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  background-color: #FFEDEB;
  color: #E35D4F;
}

.gift_title span {
  color: #000;
}

.gift_body,
.tos_body {
  padding: 20px;
}

.gift_body p,
.tos_body p {
  font-size: 15px;
  line-height: 24px;
}

.tos_body p a {
  text-decoration: underline;
  color: #406B84;
}

.gift_body ul li,
.tos_body ul li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}

.gift_body ul li a {
  text-decoration: underline;
  color: #406B84;
}

.gift_box_wrap {
  display: flex;
}

.gift_box_wrap.two-row {
  padding: 0 10%;
  align-items: center;
}

.gift_box_wrap.two-row .gift_img {
  flex: 3;
}

.gift_box_wrap.two-row .gift_name {
  flex: 2;
  padding-left: 20px;
}

.gift_box_wrap.two-row .gift_name ul li.title {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 8px;
}

.gift_box_wrap.two-row .gift_name ul li.price {
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  font-weight: bold;
}

.gift_box_wrap .gift_box {
  flex: 1;
  padding: 0 15px;
}

.gift_box_wrap .gift_box .gift_img {
  margin-bottom: 15px;
}

.gift_box_wrap .gift_box .gift_name ul li.title {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
}

.gift_box_wrap .gift_box .gift_name ul li.price {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .gift_box_wrap {
    flex-wrap: wrap;
  }
  .gift_box_wrap .gift_box {
    flex-basis: 280px;
    padding: 0 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 590px) {
  .gift_box_wrap.two-row {
    display: block;
    padding: 0 25px;
    align-items: center;
  }
  .gift_box_wrap.two-row .gift_img {
    margin-bottom: 20px;
  }
  .gift_box_wrap.two-row .gift_name ul li.title {
    text-align: center;
  }
  .gift_box_wrap.two-row .gift_name ul li.price {
    text-align: center;
  }
}
.frame_title h4 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #333333;
}

.frame_title_blue h4 span {
  color: #E35D4F;
}

.reward-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}

.reward-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
  background-color: #FFFAF4;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.frame_title h4 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #333333;
}

.frame_title_blue h4 span {
  color: #E35D4F;
}

.reward-list-wrap p {
  font-size: 16px;
  text-align: center;
  margin: 15px auto;
  font-weight: 500;
}

.reward-list {
  /* flex: 1; */
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reward-list.school {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reward-list.even {
  background-color: rgba(255, 255, 255, 0.2);
}

.reward-list-title {
  font-size: 16px;
  font-weight: bold;
  color: #027DDF;
  margin-bottom: 15px;
  text-align: center;
}

.reward-list .list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .reward-box-row {
    display: block;
    padding: 0 10px;
  }
  .reward-box {
    width: 80%;
    margin: 0 auto;
    border-radius: 15px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .reward-box {
    width: 90%;
  }
}
.btn-green {
  background-color: #6D8B77 !important;
  color: #ffffff;
}