.main {
  background-image: url(../images/bg.jpg);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  font-size: 24px;
  color: #333;
}
@media screen and (max-width: 968px) {
  .main {
    font-size: 18px;
  }
}
@media screen and (min-width: 969px) {
  .main .md-show {
    display: none;
  }
}
@media screen and (max-width: 968px) {
  .main .md-hide {
    display: none;
  }
}
.main strong {
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 968px) {
  .main strong {
    font-size: 22px;
  }
}
.main strong {
  color: #055541;
}
.main .gold {
  color: #6e471b;
}
.main b {
  color: #0d6c29;
}
.main .container {
  max-width: 1430px;
  padding: 0 20px;
  margin: auto;
}
.main .btn {
  cursor: pointer;
  display: flex;
  background-color: #fff;
  margin: 20px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  align-self: center;
  gap: 20px;
  min-width: 160px;
  min-height: 50px;
  border-radius: 25px 25px 25px 0;
  border: 2px solid #055541;
  height: auto;
  align-items: center;
}
@media screen and (max-width: 968px) {
  .main .btn {
    min-height: 40px;
    min-width: 140px;
    padding: 8px 16px;
    gap: 10px;
  }
}
.main .btn.view_p2g {
  cursor: auto;
}
.main .btn.view_p2g .text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (max-width: 968px) {
  .main .btn.view_p2g .text {
    font-size: 16px;
  }
}
.main .btn .text {
  margin: auto;
  font-weight: bold;
  color: #055541;
  line-height: 1;
  font-size: 24px;
}
@media screen and (max-width: 968px) {
  .main .btn .text {
    font-size: 18px;
  }
}
.main .btn img {
  width: 30px;
  height: 30px;
  margin-top: -4px;
}
@media screen and (max-width: 968px) {
  .main .btn img {
    margin-top: -7px;
  }
}
.main .discount {
  padding: 0 0 40px;
}
.main .discount .topic {
  font-weight: bold;
  font-size: 36px;
  color: #055541;
  text-align: center;
}
@media screen and (max-width: 968px) {
  .main .discount .topic {
    font-size: 24px;
  }
}
.main .discount .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.main .discount .collapse-item {
  border-radius: 20px;
  box-shadow: 0px 9px 30px rgba(63, 103, 11, 0.2);
  background: #fff;
}
.main .discount .collapse-item .collapse-header {
  background-color: #055541;
  color: #fff;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  min-height: 100px;
  border-radius: 20px 20px 20px 0;
}
@media screen and (max-width: 968px) {
  .main .discount .collapse-item .collapse-header {
    padding: 15px 10px;
    min-height: auto;
  }
}
.main .discount .collapse-item .collapse-header .left {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 968px) {
  .main .discount .collapse-item .collapse-header .left {
    gap: 10px;
  }
}
.main .discount .collapse-item .collapse-header .icon-box {
  width: 100px;
  height: 100px;
  background: linear-gradient(to bottom, #dcc086, #bfa369);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: -40px;
  margin-top: -35px;
}
@media screen and (max-width: 968px) {
  .main .discount .collapse-item .collapse-header .icon-box {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-top: -20px;
    margin-bottom: 0px;
  }
}
.main .discount .collapse-item .collapse-header .icon-box img {
  width: 100%;
  height: 100%;
}
.main .discount .collapse-item .collapse-header .title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 968px) {
  .main .discount .collapse-item .collapse-header .title {
    font-size: 22px;
  }
}
.main .discount .collapse-item .collapse-header .title .gold-text {
  color: #c39332;
}
.main .discount .collapse-item .collapse-header .arrow {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: 20px;
  margin-top: -10px;
  flex-shrink: 0;
}
@media screen and (max-width: 968px) {
  .main .discount .collapse-item .collapse-header .arrow {
    width: 15px;
    height: 15px;
  }
}
.main .discount .collapse-item.active .collapse-header .arrow {
  transform: rotate(-135deg);
  margin-top: 10px;
}
.main .discount .collapse-item .collapse-content {
  padding: 40px 50px;
}
@media screen and (max-width: 968px) {
  .main .discount .collapse-item .collapse-content {
    padding: 30px 20px;
  }
}
.main .discount .collapse-item .collapse-content .content-inner {
  display: flex;
  flex-direction: column;
}
.main .discount .collapse-item .collapse-content .content-inner > .text {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 968px) {
  .main .discount .collapse-item .collapse-content .content-inner > .text {
    font-size: 20px;
  }
}
.main .discount .collapse-item .collapse-content .content-inner > .text strong {
  color: #6e471b;
  font-size: inherit;
}
.main .discount .collapse-item .collapse-content .content-inner .btn {
  margin: 0;
}
.main .discount .collapse-item .collapse-content .btn {
  margin-right: auto !important;
}
/* .main .plan {
  background: linear-gradient(180deg, rgba(85, 154, 114, 0.2) 0%, rgba(85, 154, 114, 0.5) 100%);
  border-radius: 0 0 120px 120px;
} */
@media screen and (max-width: 968px) {
  .main .plan {
    border-radius: 0 0 40px 40px;
  }
}
.main .plan .container {
  position: relative;
  /* padding-top: 70px; */
  /* padding-bottom: 185px; */
}
@media screen and (max-width: 968px) {
  .main .plan .container {
    padding-bottom: 0px;
  }
}
.main .plan .woman {
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 360px;
  height: 352px;
}
@media screen and (max-width: 968px) {
  .main .plan .woman {
    left: 20px;
    width: 182px;
    height: 178px;
  }
}
.main .plan .man {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 328px;
  height: 352px;
}
@media screen and (max-width: 968px) {
  .main .plan .man {
    right: 20px;
    width: 185px;
    height: 199px;
  }
}
.main .plan h2 {
  font-size: 40px;
  color: #005642;
  font-weight: 700;
  padding-bottom: 25px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 40px;
}

.main .underline{
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
}
.main .plan h2:after, .main .underline:after {
  content: "";
  background: rgb(214, 230, 217);
  background: linear-gradient(90deg, rgb(214, 230, 217) 0%, rgb(9, 102, 86) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6e6d9",endColorstr="#096656",GradientType=1);
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media screen and (max-width: 968px) {
  .main .plan h2 {
    font-size: 34px;
  }
}
.main h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 968px) {
  .main h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.main .tab-title {
  display: flex;
  max-width: calc(100% - 60px);
  margin: auto;
  gap: 30px;
  align-items: flex-end;
  --bg-color: #bbb288;
  --bg-color-active: #055541;
  --color: #6e471b;
  --color-active: #fff;
}
@media screen and (max-width: 968px) {
  .main .tab-title {
    gap: 0;
    max-width: calc(100% - 20px);
  }
}
.main .tab-title > .item {
  font-size: 34px;
  color: var(--color);
  font-weight: bold;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 10px 10px 0;
  background-color: var(--bg-color);
  border-radius: 40px 40px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 968px) {
  .main .tab-title > .item {
    gap: 5px;
    font-size: 20px;
    padding: 10px 5px 0;
    border-radius: 20px 20px 0 0;
    flex-direction: column;
    text-align: center;
  }
}
.main .tab-title > .item .icon-ctn {
  border-radius: 30px 30px 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.5333333333);
}
@media screen and (max-width: 968px) {
  .main .tab-title > .item .icon-ctn {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.main .tab-title > .item .icon-ctn img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 968px) {
  .main .tab-title > .item .icon-ctn img {
    width: 50px;
    height: 50px;
  }
}
.main .tab-title > .item.active {
  background-color: var(--bg-color-active);
  padding: 20px 10px;
  color: var(--color-active);
}
.main .tab-title > .item.active .icon-ctn {
  background-color: #ffffff;
}
.main .tab-title > .item .item-name {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.main .tab-title.gold {
  --bg-color: #437c6e;
  --color: #efe4ae;
}
.main .tab-title.gold .item.active {
  background: linear-gradient(to bottom, #d0b889, #c19031);
}
.main .tab-content {
  background-image: linear-gradient(to top, #e7ebd7 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 25px 35px;
  box-shadow: 0px 9px 30px rgba(63, 103, 11, 0.2);
}
@media screen and (max-width: 968px) {
  .main .tab-content {
    padding: 15px 10px;
    border-radius: 10px;
  }
}
.main .tab-content .tab-topic {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #0d6c29;
  margin-bottom: 15px;
}
@media screen and (max-width: 968px) {
  .main .tab-content .tab-topic {
    font-size: 22px;
  }
}
.main .tab-content .remark {
  width: 100%;
  margin-right: auto;
  font-size: 16px;
  text-align: left;
}
.main .tab-content .remark a {
  color: inherit;
  text-decoration: underline;
}
.main .tab-content .tab-section {
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 968px) {
  .main .tab-content .tab-section {
    padding: 20px 10px;
  }
}
.main .tab-content .tab-section:not(:first-child)::after {
  content: "";
  content: none;
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(5, 85, 65, 0) 0%, #055541 40%, #055541 60%, rgba(5, 85, 65, 0) 100%);
}
.main .tab-content .tab-point-ctn {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 968px) {
  .main .tab-content .tab-point-ctn {
    flex-direction: column;
  }
}
.main .tab-content .tab-point-ctn .tab-icon-point {
  margin: auto;
  flex: 1;
  display: flex;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
}
.main .tab-content .tab-point-ctn .tab-icon-point.full {
  width: auto;
  flex: unset;
  max-width: calc(100% - 300px);
}
@media screen and (max-width: 968px) {
  .main .tab-content .tab-point-ctn .tab-icon-point.full {
    max-width: 100%;
  }
}
.main .tab-content .tab-point-ctn .tab-icon-point img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}
@media screen and (max-width: 968px) {
  .main .tab-content .tab-point-ctn .tab-icon-point img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
.main .tab-content .tab-plan-ctn {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 968px) {
  .main .tab-content .tab-plan-ctn {
    flex-direction: column;
    gap: 50px;
  }
}
.main .tab-content .tab-plan-ctn > * {
  width: 100%;
  max-width: calc((100% - 40px) / 4);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .tab-content:last-child .tab-plan-ctn > *{
  max-width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 968px) {
  .main .tab-content .tab-plan-ctn > * {
    width: 100%;
    max-width: 100% !important;
  }
}
.main .tab-content .tab-plan-ctn > *.full {
  width: 100%;
  max-width: 100%;
}
.main .tab-content .tab-plan-ctn > *.two-col {
  width: 100%;
  max-width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 968px) {
  .main .tab-content .tab-plan-ctn > *.two-col {
    width: 100%;
    max-width: 100%;
  }
}
.main .tab-content .tab-plan-ctn > * .icon-ctn {
  width: 90px;
  height: 90px;
  border-radius: 30px 30px 30px 0px;
  background-color: #b1c5ad;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}
@media screen and (max-width: 968px) {
  .main .tab-content .tab-plan-ctn > * .icon-ctn {
    width: 55px;
    height: 55px;
  }
}
.main .tab-content .tab-plan-ctn > * .icon-ctn img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 968px) {
  .main .tab-content .tab-plan-ctn > * .icon-ctn img {
    width: 50px;
    height: 50px;
  }
}
.main .tab-content .tab-plan-ctn > * .icon-ctn ~ .text {
  color: #0d6c29;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 968px) {
  .main .tab-content .tab-plan-ctn > * .icon-ctn ~ .text {
    font-size: 22px;
  }
}
.main .tab-content .tab-plan-ctn > *:not(:first-child):after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  background-color: #055541;
}
@media screen and (max-width: 968px) {
  .main .tab-content .tab-plan-ctn > *:not(:first-child):after {
    height: 2px;
    width: 100%;
    top: -24px;
    left: 0;
  }
}
.main .insurance, .main .offer {
  padding: 20px 0 50px;
}
.title_gold{
  background: linear-gradient(to bottom, #d0b889, #c19031);
  }
.title_gold .icon-ctn, .icon-white{
    background-color: #ffffff;
    border-radius: 30px 30px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 10px;
  }
.title_gold .icon-ctn img, .icon-white img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
  }
.main .insurance .topic, .main .trip_word .topic, .main .offer .topic, .main .plan .topic{
  max-width: calc(100% - 60px);
  margin: auto;
  background-color: #055541;
  border-radius: 40px 40px 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: bold;
  min-height: 100px;
  padding: 20px;
  color: #fff;
  position: relative;
  margin-bottom: -50px;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 968px) {
  .main .insurance .topic, .main .trip_word .topic, .main .offer .topic, .main .plan .topic {
    font-size: 24px;
    min-height: 70px;
    border-radius: 20px 20px 20px 0;
    padding: 15px;
    margin-bottom: -35px;
  }
}
.main .insurance .content, .main .offer .content {
  background: linear-gradient(to top, #f4fcd5 0%, #ffffff 100%);
  background-size: cover;
  background-position: right bottom;
  box-shadow: 0px 9px 30px rgba(63, 103, 11, 0.2);
  border-radius: 20px;
  padding: 90px 35px 46px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main .insurance .content {
    background-image: url(../images/bg_insurance.png), linear-gradient(to top, #e7ebd7 0%, #ffffff 100%);
}
@media screen and (max-width: 968px) {
  .main .insurance .content, .main .offer .content {
    padding: 50px 20px 30px;
  }
}
.main .insurance .content .icon, .main .offer .content .icon {
  width: 80px;
  height: 80px;
}
.main .insurance .content .text.align-left, .main .offer .content .text.align-left {
  margin-right: auto;
  text-align: left;
}
.main .insurance:nth-child(1), .main .offer {
  padding-top: 80px;
}
.main .insurance:nth-child(1) .content, .main .offer:nth-child(1) .content {
  padding-top: 90px;
}
.main .insurance:nth-child(1) .tab-content, .main .offer:nth-child(1) .tab-content {
  padding: 0;
}
.main .insurance:nth-child(1) .tab-content:nth-child(2) .content, .main .offer:nth-child(1) .tab-content:nth-child(2) .content  {
  background-image: none;
}
.main .insurance:nth-child(1) .tab-content:nth-child(3) .content, .main .offer:nth-child(1) .tab-content:nth-child(3) .content {
  background-image: none;
}
.main .reward {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media screen and (max-width: 968px) {
  .main .reward {
    padding-bottom: 10px;
  }
}
.main .reward .topic {
  font-weight: bold;
  color: #055541;
  margin-bottom: 22px;
  font-size: 40px;
}
@media screen and (max-width: 968px) {
  .main .reward .topic {
    font-size: 34px;
  }
}
.main .reward .reward-box {
  background: #fff;
  border-radius: 30px;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-image: url(../images/bg_offer.png);
  background-size: 80%;
  background-position: right bottom;
  background-repeat: no-repeat;
  flex-direction: column;
  gap: 30px;
}
.main .reward .reward-box a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 968px) {
  .main .reward .reward-box {
    background-size: cover;
  }
}
.main .reward .reward-box .reward-img {
  width: 400px;
}
@media screen and (max-width: 968px) {
  .main .reward .reward-box .reward-img {
    width: 100%;
  }
}
.main .reward .reward-box .reward-text {
  width: 100%;
  line-height: 1.3;
  font-size: 30px;
  margin-bottom: 0px;
}
.main .reward .reward-box .reward-text strong {
  font-size: 1.25em;
}
@media screen and (max-width: 968px) {
  .main .reward .reward-box .reward-text {
    padding-right: 0px;
    font-size: 24px;
    width: 100%;
  }
}
.main .reward .reward-box .reward-text b {
  font-weight: bold;
  color: #055541;
}
.main .reward .reward-remark {
  font-size: 16px;
  line-height: 1.2;
}
.main .learn-more {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.main .learn-more .topic {
  font-weight: bold;
  font-size: 36px;
  color: #055541;
  margin-bottom: 22px;
}
@media screen and (max-width: 968px) {
  .main .learn-more .topic {
    font-size: 24px;
  }
}
.main .learn-more .flex-ctn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  align-items: stretch;
}
@media screen and (max-width: 968px) {
  .main .learn-more .flex-ctn {
    flex-direction: column;
    gap: 10px;
  }
}
.main .learn-more .flex-ctn .or {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 968px) {
  .main .learn-more .flex-ctn .or {
    display: block;
  }
}
.main .learn-more .flex-ctn .item {
  min-height: 80px;
  background-image: linear-gradient(to top, #c79440 0%, #d2b98d 100%);
  padding: 10px 40px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  min-width: 340px;
  color: #684723;
  border-radius: 30px 30px 30px 0;
  gap: 10px;
  height: auto;
}
@media screen and (max-width: 968px) {
  .main .learn-more .flex-ctn .item {
    min-width: 80%;
    font-size: 20px;
    padding: 10px 20px;
    min-height: 60px;
  }
}
.main .learn-more .flex-ctn .item img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 968px) {
  .main .learn-more .flex-ctn .item img {
    width: 40px;
    height: 40px;
  }
}
.main .learn-more .flex-ctn .item .text {
  color: #684723;
}
.main .other-plan {
  text-align: center;
  padding-bottom: 70px;
}
.main .other-plan .line,  .main .learn-more .line{
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #055541;
  margin-bottom: 80px;
}

.main .learn-more .line{
  margin-top: 80px;
  margin-bottom: 0px;
}

.main #hnwresearch h2 {
    font-size: 40px;
    color: #055541;
    font-weight: 700;
    padding-bottom: 25px;
    position: relative;
    width: 99%;
    margin: 40px auto;
}

.main #hnwresearch table tbody, .main #hnwresearch table tbody tr:nth-child(even) {
  background-color: transparent;
  border: 0;
}

.main #hnwresearch table tbody strong, .main #hnwresearch .text strong{
  color: #8E6F32;
}

.main #hnwresearch table tbody tr td{
  text-align: left;
}

.main #hnwresearch .content {
    background: linear-gradient(to top, #e7ebd7 0%, #ffffff 100%);
}

.main #hnwresearch h2:after {
    content: "";
    background: rgb(214, 230, 217);
    background: linear-gradient(90deg, rgb(214, 230, 217) 0%, rgb(9, 102, 86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6e6d9",endColorstr="#096656",GradientType=1);
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
}


.main .other-plan .topic {
  font-weight: bold;
  font-size: 36px;
  color: #055541;
  margin-bottom: 22px;
}
@media screen and (max-width: 968px) {
  .main .other-plan .topic {
    font-size: 24px;
  }
  .main #hnwresearch h2 {
    font-size: 34px;
  }
}
.main .other-plan .tab-title {
  --bg-color: #bbb288;
  --bg-color-active: #055541;
  --color: #6e471b;
  --color-active: #fff;
}
.main .popup-ctn {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5333333333);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.main .popup-ctn .popup {
  background-color: #fff;
}
.main .popup-ctn .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  width: 1500px;
  border-radius: 40px;
  max-width: calc(100% - 20px);
}
@media screen and (max-width: 968px) {
  .main .popup-ctn .popup-content {
    border-radius: 20px;
  }
}
.main .popup-ctn .popup-content .close-btn {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 120px;
  height: 120px;
  cursor: pointer;
}
@media screen and (max-width: 968px) {
  .main .popup-ctn .popup-content .close-btn {
    width: 80px;
    height: 80px;
    top: -30px;
    right: -30px;
  }
}
.main .popup-ctn .popup-content .scroll {
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 40px;
}
@media screen and (max-width: 968px) {
  .main .popup-ctn .popup-content .scroll {
    border-radius: 20px;
  }
}
.main .popup-ctn .popup-content .kv .img-temp {
  background-color: #a3a3a3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  height: 300px;
  color: #fff;
  border-radius: 0 0 40px 0;
}
.main .popup-ctn .popup-content .ctn {
  padding: 60px 20px;
}
@media screen and (max-width: 968px) {
  .main .popup-ctn .popup-content .ctn {
    padding: 40px 20px;
  }
}
.main .popup-ctn .popup-content .ctn .risk-box {
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width: 968px) {
  .main .popup-ctn .popup-content .ctn .risk-box {
    font-size: 14px;
  }
}
.main .popup-ctn .popup-content .ctn .intro {
  margin: 30px 0;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 968px) {
  .main .popup-ctn .popup-content .ctn .intro {
    font-size: 22px;
  }
}
.main .popup-ctn .popup-content .ctn .topic {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
.main .popup-ctn .popup-content .ctn .topic .topic-inner {
  display: flex;
  align-items: center;
}
.main .popup-ctn .popup-content .ctn .topic .topic-icon {
  width: 80px;
}
.main .popup-ctn .popup-content .ctn .topic .topic-text {
  font-size: 30px;
  font-weight: bold;
  color: #055541;
  text-align: center;
  padding: 2px 10px 2px 10px;
  position: relative;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 968px) {
  .main .popup-ctn .popup-content .ctn .topic .topic-text {
    font-size: 22px;
    padding: 2px 10px;
  }
}
.main .popup-ctn .popup-content .ctn .topic .topic-text::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-image: linear-gradient(to right, rgba(5, 85, 65, 0) 0%, #055541 40%, #055541 60%, rgba(5, 85, 65, 0) 100%);
}
.main .popup-ctn .popup-content .ctn .green-box {
  background-color: #edfef0;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 36px 50px;
  justify-content: center;
}
@media screen and (max-width: 968px) {
  .main .popup-ctn .popup-content .ctn .green-box {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.main .popup-ctn .popup-content .ctn .green-box.pb {
  padding-bottom: 60px;
}
.main .popup-ctn .popup-content .ctn .green-box > *.full {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  justify-content: center;
}
.main .popup-ctn .popup-content .ctn .green-box > *.half {
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  min-width: calc(50% - 10px);
}
@media screen and (max-width: 968px) {
  .main .popup-ctn .popup-content .ctn .green-box > *.half {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.main .popup-ctn .popup-content .ctn .green-box > * {
  display: flex;
  align-items: center;
}
.main .popup-ctn .popup-content .ctn .green-box > * .icon {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.main .popup-ctn .popup-content .ctn .btn {
  margin-top: -30px;
}
@media screen and (max-width: 968px) {
  .main .popup-ctn .popup-content .ctn .btn {
    margin-top: -20px;
  }
}
.main .popup-ctn .popup-content .ctn .btn .text {
  font-size: 30px;
}
@media screen and (max-width: 968px) {
  .main .popup-ctn .popup-content .ctn .btn .text {
    font-size: 22px;
  }
}
.main .popup-ctn .popup-content .ctn .footer {
  font-size: 16px;
  padding-top: 50px;
}
.main .popup-ctn .popup-content .ctn .footer a {
  text-decoration: underline;
  color: inherit;
}

#footer {
  padding-top: 70px;
}
@media screen and (max-width: 968px) {
  #footer {
    padding-top: 40px;
  }
}

.intro {
  text-align: center;
  padding-bottom: 60px;
}

.gold-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  width: 100%;
  gap: 45px;
}
@media screen and (max-width: 968px) {
  .gold-flex {
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
  }
  .gold-flex.new {
    gap: 60px;
  }
}
.gold-flex .img-ctn {
  font-size: 16px;
}
.gold-flex .img-ctn > img {
  width: 333px;
  min-width: 333px;
  max-width: 100%;
}
.gold-flex .table {
  width: 100%;
  font-size: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 968px) {
  .gold-flex .table {
    font-size: 16px;
  }
}
.gold-flex .table .row {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.gold-flex .table .row:not(:last-child) {
  margin-bottom: 3px;
}
.gold-flex .table .row:last-child .cell:first-child {
  border-bottom-left-radius: 10px;
}
.gold-flex .table .row:last-child .cell:last-child {
  border-bottom-right-radius: 10px;
}
.gold-flex .table .row .cell {
  min-width: calc(50% - 2px);
  padding: 5px;
  background-image: linear-gradient(to right, #ffffff, #f4e8d0);
  line-height: 1.2;
}
.gold-flex .table .row .cell.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gold-flex .table .row .cell .large {
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 968px) {
  .gold-flex .table .row .cell .large {
    font-size: 1.3em;
  }
}
.gold-flex .table .row.header:first-child .cell:first-child {
  border-top-left-radius: 10px;
}
.gold-flex .table .row.header:first-child .cell:last-child {
  border-top-right-radius: 10px;
}
.gold-flex .table .row.header .cell {
  padding: 10px 5px;
  background-color: #b1c5ad;
  background: linear-gradient(to right, #d29d3f, #dec279, #efe4ae, #f1e39c, #d0aa65);
  color: #6e471b;
  font-weight: bold;
}
.gold-flex .table .row.header .cell:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gold-flex .table.new .row:not(.header) .cell {
  min-height: 108px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 968px) {
  .gold-flex .table.new .row:not(.header) .cell {
    min-height: unset;
  }
}
.gold-flex .table.new .row:not(.header) .cell:last-child {
  padding-inline: 200px;
}
@media screen and (max-width: 1300px) {
  .gold-flex .table.new .row:not(.header) .cell:last-child {
    padding-left: 100px;
  }
}
@media screen and (max-width: 968px) {
  .gold-flex .table.new .row:not(.header) .cell:last-child {
    padding-inline: 20px;
  }
}
.gold-flex .table.new .row .cell img.prize {
  z-index: 2;
  margin-inline: 12px;
}
.gold-flex .table.new .row .cell img.prize.prize1 {
  margin-top: -65px;
  margin-bottom: -120px;
  width: 64px;
  margin-left: -64px;
}
@media screen and (max-width: 968px) {
  .gold-flex .table.new .row .cell img.prize.prize1 {
    margin-top: -40px;
    margin-bottom: -80px;
    width: 48px;
    margin-left: 0px;
  }
}
.gold-flex .table.new .row .cell img.prize.prize2 {
  margin-top: -177px;
  margin-bottom: -41px;
  width: 252px;
  margin-right: -252px;
}
@media screen and (max-width: 968px) {
  .gold-flex .table.new .row .cell img.prize.prize2 {
    margin-top: -20px;
    margin-bottom: -20px;
    width: 126px;
    margin-right: 0px;
  }
}
.gold-flex .table.new .row .cell:first-child {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}
.gold-flex .table.new .row .cell:last-child {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
}
@media screen and (max-width: 968px) {
  .gold-flex .table.new .row .cell:last-child {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  
}

.smaller {
  font-size: 0.7em;
}/*# sourceMappingURL=style.css.map */

/* 20260401 */
.main .trip_word .content{
  background: transparent;
  padding-top: 90px;
}

.main .trip_word table.trip_word-offer{
  border-radius:10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 9px 30px rgba(63, 103, 11, 0.2);
}

.main .trip_word table.trip_word-offer th{
  padding: 10px 5px;
    background-color: #ebefe4;
    background: linear-gradient(to right, #d29d3f, #dec279, #efe4ae, #f1e39c, #d0aa65);
    color: #6e471b;
    font-weight: bold;
    height: 60px;
    border-right: 3px solid #ebefe4;
    border-bottom: 3px solid #ebefe4;
  }
.main .trip_word table.trip_word-offer td{
  padding: 20px;
  background-image: linear-gradient(to right, #ffffff, #f4e8d0);
  line-height: 1.2;
  border-right: 3px solid #ebefe4;
  border-bottom: 3px solid #ebefe4;
}

.main .trip_word table.trip_word-offer td div{
  font-size: 18px;
  margin-top: 20px;
}

.main .trip_word table.trip_word-offer td:last-child, .main .trip_word table.trip_word-offer th:last-child{
  border-right: 0;
}

.main .trip_word table.trip_word-offer tr:last-child td{
  border-bottom: 0;
}

.main .trip_word table.trip_word-offer td span{
  font-size: 1.5rem;
  color: #8E6F32;
  font-weight: bold;
}

.topten_title{
  margin-top: 90px;
  text-align: center;
}

.topten_title hr{
  height: 2px;
  background: #684723;
}

.topten_title span{
  padding: 0 20px;
  font-size: 34px;
  font-weight: bold;
  background: #f2f4ea;
  top: -48px;
  position: relative;
  display: inline-block;
  color: #8E6F32;
}

.topten-offer{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.topten{
  max-width: 80%;
  margin: 0 auto 50px;
}

.trip_word{
  margin-bottom: 20px;
}

.topten table{
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin-top: 70px;
}

.topten table th{
  color: #8E6F32;
  font-size: 30px;
}

.topten_table table th, .topten table td{
  text-align: center;
  padding: 20px 10px;
}

.topten table td{
  text-align: left;
  padding-left: 7%;
}

.topten_table table th, .topten table td, .topten table tr, .topten_table tbody{
  background-color: transparent;
  border: 0;
}

.topten_table{
  background: url("../images/world_bg.png") no-repeat top center #dfe6d6;
  background-size: cover;
  border-radius: 20px;
  padding-bottom: 30px;
  position: relative;
}

img.kafei{
  position: absolute;
  right: -84px;
    bottom: 0;
    height: 250px;
}


@media screen and (max-width: 1280px) {
  .icon-white{
    display: block !important;
    margin: 0 auto 10px;
  }
  .topten table td{
    text-align: center;
    vertical-align: top;
  }
}

.topten table td{
  width: 33.3%;
}


.plan{
  padding-bottom: 100px;
}

.title_gold span img{
  position: absolute;
  left: 15%;
  top: -45px;
}

.main .lar_gold{
  font-size: 30px;
  color: #8E6F32;
}

@media screen and (max-width: 968px) {

  .title_gold span img {
    position: absolute;
    left: 5%;
    width: 200px;
  }
  
}

@media screen and (max-width: 768px) {
  .topten{
  max-width: 100%;
  margin: 0 auto 50px;
  }

  .trip_word .cell span{
    font-size: 1.3rem;
    color: #8E6F32;
    font-weight: bold;
  }

  .trip_word .cell{
    padding-inline: inherit !important;
    display: block !important;
  }

  .trip_word .cell div{
    font-size: 14px;
    margin-top: 10px;
  }


   .topten_title span{
    background: transparent;
  }

  .topten_title hr{
    display: none;
  }

  .topten-offer {
    gap: 12px;
  }

  #main_content_area .row{
    text-align: center;
  }
  #main_content_area #footer .row {
        text-align: left;
  }
  .main .lar_gold{
    font-size: 22px !important;
  }

  .topten_title span, .topten table th{
    font-size: 24px;
    top: -40px;
  }

  .topten table td{
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .topten_table img.kafei{
    position: initial;
  }

  #IncomePower img.kafei {
    right: -12px;
    height: 195px;
  }

  .topten_table{
    padding-bottom: 0;
  }

  .title_gold span img {
    position: absolute;
    left: -8%;
    top: -18px;
    width: 100px;
  }

  .plan {
    padding-bottom: 50px;
}

.remark p, .remark ul, .remark ol, .remark li {    
    font-size: 14px;    
}


}

