/* #region aspect-ratio-mobile */
@media only screen and (max-width: 560px) {
  .aspect-ratio-mobile {
    position: relative;
    width: 100%;
    height: 0;
  }
  .aspect-ratio-mobile.aspect-ratio-mobile__16-to-9 {
    padding-bottom: 56.25%;
  }
  .aspect-ratio-mobile.aspect-ratio-mobile__4-to-3 {
    padding-bottom: 75%;
  }
  .aspect-ratio-mobile.aspect-ratio-mobile__1-to-1 {
    padding-bottom: 100%;
  }
  .aspect-ratio-mobile iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
/* #endregion */

/* #region misc */
section.article-head img.img-responsive {
  width: 100%;
}
section.article-head .img-bg {
  background-image: url(/res/images/global/image-bg.gif);
  text-align: center;
}
section.article-head .top-theme-img {
  display: inline-block;
  position: relative;
}
section.article-head .article_is_end {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 99;
}
a {
  cursor: pointer;
}
@media only screen and (min-width: 576px) {
  section.article-head .wrapper-a a {
    width: 90%;
  }
}
section.article-head .wrapper {
  margin: auto;
}
section.article-head .wrapper-a a {
  position: relative;
  display: block;
  margin: 0 auto;
}
section.article-head .article-header {
  padding-right: 10px;
}
section.article-head .header-sticky {
  position: relative;
  margin-top: -20px;
}
section.article-head .header-sticky .header-sticky-inner {
  background-color: rgba(25, 124, 188, 0.74);
  display: inline-block;
}
section.article-head .header-sticky .header-sticky-inner h1 {
  color: #fff;
  max-width: 780px;
  border-left: 15px solid #f9d400;
  padding: 10px;
  font-size: 32px;
}
section.article-head .article-tag {
  font-size: 18px;
  overflow: hidden;
  width: 100%;
  padding: 10px;
}
section.article-head .article-tag li {
  float: left;
  background-color: #f5df63;
  margin-right: 10px;
  list-style-type: none;
}
section.article-head .article-tag li a {
  color: #197cbc;
  padding: 10px;
}
section.article-head .article-tag li a:before {
  content: "";
}
.page-left .excerpt,
section.article-head .excerpt {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  border-top: solid 6px #f9d400;
  border-bottom: solid 6px #f9d400;
}
.page-left .excerpt h2 {
  font-size: 1rem;
  font-weight: 400;
}
.page-left #content-main p {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.page-left .excerpt h2,
section.article-head .excerpt p {
  margin-bottom: 0;
}
section.break {
  margin-top: 20px;
  background-color: rgba(85, 85, 85, 0.05);
}
.member-info {
  padding: 0;
}
.other-comment {
  background-color: rgba(85, 85, 85, 0.05);
  margin-top: 20px;
  border-radius: 10px;
}
.other-comment .row {
  padding: 10px;
  margin: 0 0 20px 0;
}
.other-comment .avatar {
  margin-top: 15px;
  text-align: center;
}
.other-comment .comment {
  font-size: 11px;
}
.other-comment .comment .content,
.other-comment .comment .new-content {
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  padding: 10px;
  min-height: 50px;
  color: #555;
  margin-left: 10px;
  font-size: 14px;
}
.other-comment .comment .content {
  max-height: 75px;
  overflow: hidden;
}
.other-comment .comment .time {
  text-align: left;
  padding: 0 10px;
  color: rgba(85, 85, 85, 0.7);
}
.other-comment .hide {
  display: none;
}
.author-box {
  padding-top: 0;
  margin-top: 20px;
  float: left;
  width: auto;
}
.author-box .publish-time::before {
  content: "|";
  color: #dcdddd;
  font-family: "Noto Sans TC", "lucida grande", tahoma, verdana, arial,
    sans-serif;
  padding: 0 5px;
}
.author-box .author-name {
  float: left;
}
.author-box .publish-time {
  float: right;
}
.author-box .publish-time::before {
  content: "|";
  color: #dcdddd;
  font-family: "Noto Sans TC", "lucida grande", tahoma, verdana, arial,
    sans-serif;
  padding: 0 5px;
}
.postsharing a {
  width: auto;
  height: auto;
  background: 0 0;
  margin-top: 0;
  padding: 0 5px;
  background: 0 0;
}
.postsharing a img {
  display: inline-block;
  width: auto;
  height: 24px;
}
.row .postsharing {
  padding-top: 18px;
  float: right;
  width: auto;
  padding-right: 10px;
}
.row .postsharing p {
  margin-bottom: 0;
}
.postsharing #clipboard-btn,
.postsharing #fb-btn,
.postsharing #line-btn,
.postsharing #what-btn {
  border: none;
  width: auto;
  height: 24px;
  padding: 0;
  margin: 0;
  background: 0 0;
}
.postsharing-footer .row.postsharing {
  float: right;
  padding-top: 3px;
}
.postsharing-footer {
  padding: 8px 0 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.postsharing-footer h3 {
  font-size: 22px;
  color: #505050;
  display: inline-block;
}
#postsharing-text {
  display: none;
  float: left;
  padding-right: 20px;
  margin-top: 3px;
}
#postsharing-text::after {
  content: "";
  padding: 2px 0 0 13px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.icon.sharing,
.icon.tag {
  margin-right: 5px;
  display: inline-block;
  margin-bottom: -2px;
}
.icon.sharing {
  background-image: url(/res/images/global/sharing.svg);
  width: 20px;
  height: 20px;
}
.icon.comment {
  background-image: url(/res/images/global/icon-comment.svg);
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-bottom: -3px;
}
.floatingHeader {
  position: fixed;
  top: 55px;
  visibility: hidden;
}
.no-margin {
  margin: 0 !important;
}
.side-component {
  background-color: #fff;
  width: 300px;
}
.side-component .index-listing {
  border-bottom: solid 1px #dcdddd;
  margin: 10px;
  padding-bottom: 8px;
}
.side-component .index-listing .img-wrap {
  overflow: hidden;
  width: auto;
  height: 50px;
  float: left;
}
.side-component .index-listing .card-block {
  display: table;
  vertical-align: middle;
  padding: 10px;
}
.side-component .index-listing .card-img-top {
  display: block;
  float: left;
  height: 100%;
  width: auto;
  margin-right: 0;
  border-radius: 0;
}
.side-component .index-listing .card-title {
  font-size: 15px;
  border-top: none;
  margin-left: 0;
  border-radius: 0;
  vertical-align: top;
  height: auto;
  display: table;
  padding: 0;
}
.side-component .index-listing a {
  color: #505050;
  display: table;
  margin-bottom: 0 !important;
}
.side-component .index-listing:last-child {
  border: none;
}
.article-share #share-courter {
  font-size: 14px;
}
.article-share ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.article-share ul li {
  margin: 1px;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  width: 55px;
  float: left;
}
.article-share ul li:first-child {
  float: right;
  text-align: right;
}
.article-share img {
  width: 70% !important;
  margin: 5px;
}
.article-share button {
  cursor: pointer;
}
.article-share #bookmark-btn-page,
.article-share #fb-btn-page,
.article-share #line-btn-page,
.article-share #what-btn-page {
  border: none;
}
.article-share #share-courtrt {
  background-color: #f9d401;
}
.article-share #fb-btn-page {
  background-color: #255fc0;
}
.article-share #what-btn-page {
  background-color: #63d363;
}
.article-share #line-btn-page {
  background-color: #00ef2c;
}
.article-share #bookmark-btn-page {
  background-color: #a0a0a0;
}
.stick-share {
  background-color: #7a7a7a;
  position: fixed;
  bottom: 0;
  transition: bottom 0.2s ease-in-out;
  width: 100%;
  z-index: 99992; /* over cookies-notification */
}
.nav-down {
  bottom: -65px;
}
.next-article {
  padding-top: 2px;
}
.next-article button {
  width: 100%;
  height: 48px;
  background: 0 0;
  border: none;
}
.stick-share .share {
  position: relative;
  overflow: hidden;
  height: 50px;
}
#bookmark-btn,
#bookmarked-btn,
#clipboard-btn,
#fb-btn,
#line-btn,
#share-btn,
#share-open,
#what-btn {
  width: 30px !important;
  margin: 13px 10px !important;
  font-size: 14px;
}
.stick-share .share img {
  display: inline-block;
  width: 25px;
}
#share-btn {
  z-index: 11;
  positon: relative;
  border-left: solid 1px #fff;
  padding: 12px 10px 12px;
  margin: 0;
  width: 50px;
}
#share-btn.right {
  float: right;
}
.stick-share button {
  background: 0 0;
  border: none;
  color: #f5df63;
  font-weight: 500;
  padding: 0;
  line-height: 18px;
}
.stick-share .inner-div {
  bottom: 0;
  transition: bottom 0.2s ease-in-out;
}
.disable {
  display: none !important;
}
.moveRight {
  display: inline-block !important;
}
.stick-share .share-section {
  display: inline;
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  height: 50px;
}
.stick-share .share-section div {
  display: inline-block;
  text-align: center;
}
.stick-share .share-section div .cell,
.stick-share .share-section div.bookmark-button,
.stick-share .share-section div.clipboard-share-button,
.stick-share .share-section div.fb-share-button,
.stick-share .share-section div.line-share-button,
.stick-share .share-section div.whatsapp-share-button {
  width: 18%;
}
.stick-share .share-section .inner-div {
  background-color: #7a7a7a;
  text-align: left;
}
#next {
  border-left: solid 1px #fff;
}
.page-right {
  position: relative;
  width: unset;
  padding-left: inherit;
}
.page-right .stuck {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  color: #fff;
}
.page-right .sticky-banner a {
  display: inline-block;
  margin-bottom: 20px;
}
.page-right .sticky-banner .section-title {
  line-height: 5px;
}
.page-right .sticky-banner .section-title a {
  margin-right: 10px;
}
.page-right .sticky-banner .card-block {
  padding: 0;
  padding-left: 10px;
}
.page-right .sticky-banner.stuck {
  top: 70px;
}
.page-right .sticky-banner.stay {
  position: fixed;
  top: 90px;
}
.page-right .sticky-banner.remove {
  position: absolute;
  bottom: 0;
}
.stick-progress {
  height: 50px;
  width: 100%;
  position: fixed;
  top: -100px;
  background: #fff;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: top 0.3s cubic-bezier(0.42, 0, 0.36, 0.97);
  -moz-transition: top 0.3s cubic-bezier(0.42, 0, 0.36, 0.97);
  -o-transition: top 0.3s cubic-bezier(0.42, 0, 0.36, 0.97);
  transition: top 0.3s cubic-bezier(0.42, 0, 0.36, 0.97);
}
@media only screen and (min-width: 576px) {
  .stick-progress {
    height: 75px;
  }
}
.stick-progress .progress-header {
  position: absolute;
  z-index: 1001;
  height: 100%;
  width: 100%;
  background: rgba(25, 124, 188, 0.7);
}
.stick-progress .progress-header span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding-left: 10px;
}
.stick-progress #progress-bar {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 0%;
  background-color: #197cbc;
}
.stick-progress .logo {
  padding: 10px;
  height: 52px;
  line-height: 0;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
@media only screen and (min-width: 576px) {
  .stick-progress .logo {
    padding: 15px;
    height: 72px;
  }
}
.stick-progress .logo img {
  height: 100%;
  border-right: solid 1px #fff;
  padding-right: 15px;
}
.stick-progress .topPageTitle {
  display: inline-block;
}
.stick-progress .label {
  color: #f5df63 !important;
  font-weight: 400;
}
.stick-progress .header-right {
  display: inline-block;
  padding-top: 5px;
  line-height: 18px;
}
@media only screen and (min-width: 576px) {
  .stick-progress .header-right {
    line-height: 30px;
  }
  .stick-progress .header-right span {
    font-size: 20px;
  }
}
.stick-progress .red {
  background: red;
}
.nav-down-1 {
  top: 0;
}
.article-extended-reading {
  margin-top: 10px;
  margin-bottom: 20px;
}
.article-extended-reading .title {
  margin-bottom: 5px;
}
.article-extended-reading .title:before {
  content: "�� ";
  color: #f9d400;
}
.article-extended-reading .title:after {
  content: " ��";
  color: #f9d400;
}
.article-extended-reading ul li {
  color: #f9d400;
  padding-bottom: 8px;
  position: relative;
  left: -10px;
}
.article_intformation {
  padding: 20px 15px;
  margin-bottom: 20px;
  background: #f7f7f7;
}
.article_intformation h3 {
  font-size: 22px;
  color: #197cbc;
  display: inline-block;
}
.article_intformation ul {
  padding: 0;
  margin-bottom: 0;
}
.article_intformation ul li {
  list-style: none;
  margin-bottom: 3px;
}
.article_intformation a {
  color: #197cbc;
}
.article_intformation a.btn {
  border: solid 2px #197cbc;
  padding: 2px 5px;
  border-radius: 5px;
  color: #197cbc;
}
.article_intformation div.place-tag {
  display: inline-block;
  padding-top: 10px;
}
.article_intformation a.district_tag {
  border: solid 2px #197cbc;
  padding: 0 3px;
  border-radius: 5px;
  color: #fff;
  background-color: #197cbc;
  cursor: pointer;
  word-break: keep-all;
  margin-left: 2px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
}
.article_intformation a.district_tag:hover {
  background-color: #f5df63;
  color: #197cbc;
}
.article_intformation a.district_tag:active {
  color: #197cbc;
}
.article_intformation .title {
  font-weight: 500;
  padding-right: 10px;
}
.article_intformation .title:after {
  content: "|";
  padding-left: 10px;
  color: #c9c9c9;
}
@media only screen and (max-width: 440px) {
  .article_intformation .title {
    width: 100%;
    display: inline-block;
  }
  .article_intformation .title:after {
    content: " ";
    display: none;
  }
}
.content-main img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-main img {
    width: 70%;
  }
}

.content-main img.cover-img {
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-main img.cover-img {
    max-width: 70%;
  }
}

.content-main .photoSwipe_container {
  position: relative;
  width: 100%;
  min-height: 60px;
}
@media only screen and (min-width: 768px) {
  .content-main .photoSwipe_container {
    width: 70%;
  }
}

.content-main .photoSwipe_container .photoSwipe img {
  width: 100%;
}
.content-main .photoSwipe_container i {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 21px;
  left: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  background-size: 20px;
  background-image: url(/res/images/image-scale.svg);
  color: #fff;
  padding: 20px;
  z-index: 1;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-position: center;
}

.content-main .photoSwipe_container i:hover {
  background-color: rgba(76, 76, 76, 0.3);
}

@media only screen and (max-width: 575px) {
  .content-main .photoSwipe_container i {
    background-size: 14px;
    padding: 14px;
  }
}
@media only screen and (min-width: 769px) {
  section.article-head .top-theme a.photoSwipe .img-responsive {
    width: auto;
    max-height: 600px;
  }
}
.content-main .article-share {
  display: none;
}
.content-main p,
.content-main table td {
  max-width: 80vw; /* for mobile view min width 320px */
}
.excerpt h2 {
  margin-bottom: 1rem;
  line-height: 2rem;
  letter-spacing: 0.03rem;
}
.article-tag {
  margin-bottom: 0;
  margin-top: 30px;
}
.article-tag h3,
.article-tag i {
  display: inline-block;
}
.article-tag h3 {
  font-size: 22px;
  color: #505050;
}
.article-tag ul {
  padding: 0;
  margin-top: 10px;
}
.article-tag ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.article-tag a {
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #197cbc !important;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  padding: 5px 10px;
  border: none;
}
.article-tag a:before {
  content: "#";
}
.login-box {
  background-color: rgba(85, 85, 85, 0.05);
  padding: 12px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}
.login-box a {
  color: #197cbc;
  font-size: 14px;
  font-weight: 400;
}
.login-box span {
  color: #999;
  font-size: 14px;
}
.comment-box {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
.comment-box h3 {
  font-size: 22px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 500;
  line-height: normal;
  color: #505050;
  display: inline-block;
}
.comment-box ul {
  padding: 0;
  margin-bottom: 0;
}
.comment-box ul li {
  list-style: none;
  display: inline-block;
  width: 81px;
  vertical-align: top;
  margin: 10px 5px;
}
.comment-box .label {
  display: inline;
}
.comment-box .row > div {
  padding: 0;
}
.ad-zone-mobile {
  margin: 0 10px;
  text-align: center;
}
.related-article {
  padding: 20px 0;
}
.related-article h2 {
  font-size: 24px !important;
  border-bottom: solid 2px #f5df63;
  line-height: 1.5rem;
  color: #197cbc;
  padding: 13px 0;
}
.related-article .listing {
  border-bottom: solid 1px #dadbda;
  padding-bottom: 10px;
}
.related-article .listing img {
  float: left;
  padding-right: 5px;
  width: 33%;
}
.related-article .listing .card-title {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #212529;
}
.related-article .listing .card-block {
  display: table;
  padding-left: 5px;
  width: 67%;
}
.related-article .listing .card-block .card-tag,
.related-article .listing .card-block .card-title {
  display: inline-block;
}
.related-article .listing .card-block .card-tag a {
  color: #fff;
  background-color: #197cbc;
  line-height: 1.5rem;
  padding: 2px 6px;
}
.related-article .listing .card-block .card-title a {
  color: #514f50;
  word-break: break-word;
}
.related-article .more {
  border: solid 2px #f5df63;
  padding: 10px 30px;
  color: #197cbc;
  display: inline-block;
  display: inline-block;
  font-size: 1.5rem;
  border-radius: 10px;
}
.related-article .align-center {
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .related-article .listing {
    border-bottom: none;
  }
  .related-article .listing img {
    float: left;
    padding-right: 0;
    width: 100%;
  }
  .related-article .listing .card-title {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #212529;
    margin-top: 10px;
  }
  .related-article .listing .card-block {
    display: table;
    padding-left: 0;
    width: 100%;
  }
}
#loadmoreajaxloader {
  text-align: center;
  margin: 10px;
}
@media (max-width: 767px) {
  .stick-progress .logo {
    display: none;
  }
  .next-article .pagetitle {
    padding: 0;
    color: #fff;
  }
  .ad-zone-mobile .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .next-article {
    display: inline-block;
    float: none;
  }
  .page-right {
    display: none;
  }
  .comment-box li.title {
    display: inherit;
    margin: auto;
  }
}
@media (min-width: 576px) {
  #next {
    border-left: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad-zone-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .stick-share .share {
    width: 100%;
  }
  .ad-zone-mobile {
    display: none !important;
  }
  .article-share {
    position: absolute;
    margin-left: -50px;
  }
  .article-share ul {
    width: 50px;
    margin: 23px -15px 0;
    padding: 0;
  }
  .article-share ul li {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (min-width: 768px) {
  .ad-zone-mobile {
    display: none !important;
  }
  .next-article .pagelabel {
    border: solid 2px #f5df63;
    color: #f5df63;
    padding: 5px 10px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .next-article .pagetitle {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.left {
  float: left;
}
.right {
  float: right;
}
.share-section .label {
  color: #fff;
  padding: 15px 15px 15px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
@media (min-width: 601px) and (max-width: 767px) {
  .next-article .pagelabel,
  .next-article .pagetitle {
    text-align: left;
    width: 100%;
    color: #fff;
    padding: 20px;
  }
  .next-article .pagelabel {
    border: none;
    color: #f5df63;
    padding: 0;
    border-radius: 10px;
    display: block;
    box-sizing: border-box;
    text-align: center;
  }
  .next-article {
    width: 50%;
    float: right;
  }
}
@media (min-width: 576px) and (max-width: 600px) {
  #bookmark-btn,
  #bookmarked-btn,
  #clipboard-btn,
  #fb-btn,
  #line-btn,
  #share-btn,
  #share-open,
  #what-btn {
    margin: 16px 6px;
  }
  .stick-share button {
    border: none;
  }
  .next-article .pagelabel,
  .next-article .pagetitle {
    display: block;
  }
  #next {
    padding-left: 5px;
    padding-right: 5px;
  }
  .next-article {
    width: auto;
    float: right;
  }
}
@media (min-width: 321px) and (max-width: 575px) {
  .stick-share .share-section .inner-div {
    position: absolute;
    text-align: center;
  }
  .next-article .pagelabel,
  .next-article .pagetitle {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
  }
  .stick-share .next-article {
    float: left;
    width: 84%;
  }
  .share-section .toggle {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .stick-share .next-article {
    width: 83%;
  }
  .toggle {
    text-align: center !important;
  }
  .comment-box ul li {
    width: 70px;
  }
  .comment-box .article-share ul li {
    width: 50px;
  }
  .stick-progress .progress-header span {
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body {
    max-width: 320px;
  }
}
@media (min-width: 321px) {
  .comment-box ul li {
    width: 80px;
  }
}
@media (min-width: 977px) and (max-width: 1170px) {
  .container.persist-area {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  section.article-head .wrapper {
    width: 1200px;
  }
  .stick {
    position: fixed;
    top: 50px;
    width: 300px;
  }
  section.break .inner-wrap {
    width: 1024px;
    margin: auto;
  }
  .next-article {
    float: right;
  }
  .stick-share .inner-block {
    width: 1220px;
    margin: auto;
  }
  .container {
    max-width: 1200px;
  }
  .wrapper-a {
    width: 1220px;
    margin: auto;
  }
}
.tour-stop {
  padding: 0 20px 20px 30px;
  margin: 30px 0 30px 20px;
  border-left: 2px #197cbc dotted;
}
.tour-stop img {
  width: auto;
}
.tour-site-photo-container .tour-site-photo {
  margin-bottom: 1rem;
}
.tour-stop .tour-title {
  margin-bottom: 25px;
}
.tour-stop .tour-title h2 {
  font-weight: 700;
  color: #197cbc;
  font-size: 25px !important;
}
.tour-stop .tour-details-link {
  font-weight: 500;
  font-size: 17px;
}
.tour-stop .tour-details div {
  margin-bottom: 20px;
}
.tour-stop .tour-details img {
  display: inline-block;
  margin-right: 5px;
}
.tour-stop .tour-icon {
  z-index: 2;
  height: 0;
}
.tour-stop .tour-icon img {
  z-index: 2;
  position: relative;
  top: -5px;
  left: -50px;
}
.tour-stop .tour-slider {
  width: 200px;
}
.tour-stop .slider {
  width: 90% !important;
  margin: 0 auto !important;
}
.tour-stop .slick-slide {
  margin: 0 10px !important;
}
.tour-stop .tour-details table {
  width: 100%;
  background-color: rgba(238, 238, 238, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 15px;
}
.tour-stop .tour-details table tr {
  border-bottom: solid 1px #ddd;
}
.tour-stop .tour-details table tr:last-child {
  border-bottom: none;
}
.tour-stop .tour-details table tr:first-child td {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}
.tour-stop .tour-details table tr:last-child td {
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}
.tour-stop .tour-details table td {
  padding: 10px;
  vertical-align: top;
}
.tour-stop .tour-details table tr td:first-child {
  white-space: nowrap;
  font-weight: 500;
  background-color: rgba(238, 238, 238, 0.4);
}
.tour-stop .slick-next,
.tour-stop .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.tour-stop .slick-next:focus,
.tour-stop .slick-next:hover,
.tour-stop .slick-prev:focus,
.tour-stop .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.tour-stop .slick-next:focus:before,
.tour-stop .slick-next:hover:before,
.tour-stop .slick-prev:focus:before,
.tour-stop .slick-prev:hover:before {
  opacity: 1;
}
.tour-stop .slick-next.slick-disabled:before,
.tour-stop .slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.tour-stop .slick-next:before,
.tour-stop .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tour-stop .slick-prev {
  left: -25px;
}
.tour-stop [dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.tour-stop .slick-prev:before {
  content: "��";
}
.tour-stop [dir="rtl"] .slick-prev:before {
  content: "��";
}
.tour-stop .slick-next {
  right: -25px;
}
.tour-stop [dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.tour-stop .slick-next:before {
  content: "��";
}
.tour-stop [dir="rtl"] .slick-next:before {
  content: "��";
}
.tour-stop .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.tour-stop .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.tour-stop .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.tour-stop .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.tour-stop .slick-dots li button:focus,
.tour-stop .slick-dots li button:hover {
  outline: 0;
}
.tour-stop .slick-dots li button:focus:before,
.tour-stop .slick-dots li button:hover:before {
  opacity: 1;
}
.tour-stop .slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "��";
  text-align: center;
  opacity: 0.5;
  color: #59a2cc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tour-stop .slick-dots li.slick-active button:before {
  color: #197cbc;
  opacity: 1;
}
.tour-stop .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.tour-stop .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.tour-stop .slick-list:focus {
  outline: 0;
}
.tour-stop .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.tour-stop .slick-slider .slick-list,
.tour-stop .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tour-stop .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.tour-stop .slick-track:after,
.tour-stop .slick-track:before {
  display: table;
  content: "";
}
.tour-stop .slick-track:after {
  clear: both;
}
.tour-stop .slick-loading .slick-track {
  visibility: hidden;
}
.tour-stop .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.tour-stop [dir="rtl"] .slick-slide {
  float: right;
}
.tour-stop .slick-slide img {
  display: block;
}
.tour-stop .slick-slide.slick-loading img {
  display: none;
}
.tour-stop .slick-slide.dragging img {
  pointer-events: none;
}
.tour-stop .slick-initialized .slick-slide {
  display: block;
}
.tour-stop .slick-loading .slick-slide {
  visibility: hidden;
}
.tour-stop .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.tour-stop .slick-arrow.slick-hidden {
  display: none;
}
.tour-stop .slider {
  width: 90% !important;
  margin: 0 auto !important;
}
.tour-stop .slick-slide {
  margin: 0 10px !important;
}
.tour-stop .slick-slide img {
  width: 100% !important;
}
.tour-stop .slick-next:before,
.tour-stop .slick-prev:before {
  color: #f9d400 !important;
}
.gps span {
  vertical-align: middle;
  width: 70%;
  display: inline-block;
}
.gps:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.gps:after {
  background-image: url(/res/images/uhk-btn-close_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.modal-header {
  display: initial;
}
#floating-button {
  display: block;
  position: fixed;
  background-color: #f9d400;
  border-radius: 25px;
  padding: 5px;
  width: 180px;
  color: #197cbc;
  text-align: center;
  left: calc(50% - 90px);
  bottom: 60px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
@-webkit-keyframes blink-arrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink-arrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink-arrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink-arrow-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink-arrow-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink-arrow-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scrollv1 #floating-button {
  padding: 5px 25px 5px 15px;
}
.scrollv1 #floating-button::before {
  content: "";
  width: 24px;
  height: 12px;
  float: right;
  margin-left: -25px;
  margin-top: 10px;
  z-index: 1;
  background-image: url(/res/images/global/scroll_down_v1.svg);
  background-size: 24px 12px;
  background-repeat: no-repeat;
  background-position: bottom;
  -webkit-animation: blink-arrow-2 1.5s ease-in-out infinite;
  -moz-animation: blink-arrow-2 1.5s ease-in-out infinite;
  animation: blink-arrow-2 1.5s ease-in-out infinite;
  animation-delay: 0.2s;
}
.scrollv1 #floating-button::after {
  content: "";
  width: 24px;
  height: 12px;
  float: right;
  margin-left: -20px;
  margin-top: 4px;
  z-index: 1;
  background-image: url(/res/images/global/scroll_down_v1.svg);
  background-size: 24px 12px;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-animation: blink-arrow 1.5s ease-in-out infinite;
  -moz-animation: blink-arrow 1.5s ease-in-out infinite;
  animation: blink-arrow 1.5s ease-in-out infinite;
}
@-webkit-keyframes arrow_scroll {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes arrow_scroll {
  0% {
    -moz-transform: translate(0, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes arrow_scroll {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
.scrollv2 #floating-button {
  bottom: 80px;
}
.scrollv2 #floating-button::after {
  content: "";
  width: 23px;
  height: 15px;
  display: inline-block;
  position: fixed;
  margin-top: 28px;
  margin-left: -59px;
  z-index: 1;
  -webkit-animation: arrow_scroll 1.5s ease-in-out infinite;
  -moz-animation: arrow_scroll 1.5s ease-in-out infinite;
  animation: arrow_scroll 1.5s ease-in-out infinite;
  background-image: url(/res/images/global/scroll_down_v2.svg);
  background-size: 23px 15px;
  background-repeat: no-repeat;
}
#floating-button i {
  margin-left: 5px;
}
@media (max-width: 640px) {
  .embed_video,
  .embed_video_r16 {
    position: relative;
    padding-bottom: 56.25%;
  }
  .embed_video_r4 {
    position: relative;
    padding-bottom: 75%;
  }
  .embed_video iframe,
  .embed_video_r16 iframe,
  .embed_video_r4 iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
  }
  .embed_video_ig_r16 {
    position: relative;
    padding-bottom: 56.25%;
    padding-bottom: -webkit-calc(56.25% + 90px);
    padding-bottom: calc(56.25% + 90px);
  }
  .embed_video_ig_r45 {
    position: relative;
    padding-bottom: 125%;
    padding-bottom: -webkit-calc(125% + 90px);
    padding-bottom: calc(125% + 90px);
  }
  .embed_video_ig_r1 {
    position: relative;
    padding-bottom: 120%;
    padding-bottom: -webkit-calc(100% + 90px);
    padding-bottom: calc(100% + 90px);
  }
  .embed_video_ig_r1 iframe,
  .embed_video_ig_r16 iframe,
  .embed_video_ig_r45 iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 756px) {
  .infinite-article {
    padding-bottom: 20px;
  }
  .infinite-article .related-article {
    margin-bottom: 20px;
  }
}
section.article-head .article-tag {
  font-size: 18px;
  overflow: hidden;
  width: 100%;
  padding: 10px 10px 10px 0;
}
section.article-head .article-tag li a {
  background-color: #f9d400;
  font-size: 17px;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  color: #197cbc !important;
  display: inline-block;
  font-weight: 500;
}
section.article-head .header-sticky .header-sticky-inner h1 {
  color: #fff;
  max-width: 780px;
  border-left: 15px solid #f9d400;
  padding: 10px;
  font-size: 32px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  section.article-head .header-sticky .header-sticky-inner h1 {
    font-size: 28px;
    max-width: 650px;
  }
}
@media only screen and (max-width: 755px) {
  section.article-head .header-sticky .header-sticky-inner h1 {
    font-size: 21px;
    padding: 8px;
    margin-bottom: 0;
    border-left: 10px solid #f9d400;
  }
}
@media only screen and (max-width: 1250px) {
  section.article-head .article-tag {
    padding: 10px 10px 10px 10px;
  }
}
@media only screen and (max-width: 576px) {
  section.article-head .article-tag {
    padding: 6px 10px 10px 10px;
  }
}
@media only screen and (max-width: 755px) {
  section.article-head .article-tag li a {
    font-size: 15px;
    padding: 5px 8px 5px 8px;
  }
}
@media only screen and (max-width: 320px) {
  section.article-head .article-tag li a {
    padding: 5px 7px 5px 7px;
  }
}
@media only screen and (max-width: 359px) {
  .postsharing-footer .row.postsharing {
    padding-top: 3px !important;
    width: auto !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    max-width: 150px;
  }
  .row.postsharing {
    float: left !important;
    width: 100% !important;
    padding-bottom: 21px !important;
    padding-left: 13px !important;
  }
  .author-box {
    padding-left: 7px !important;
  }
  .ad-zone-mobile {
    margin: auto !important;
  }
}
.app_banner {
  text-align: center;
}
.app_banner a p {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #197cbc;
}
.app_banner p {
  color: #212529;
  padding-bottom: 0;
  margin-bottom: 0;
}
.app_banner img {
  max-width: 480px;
}
@media (max-width: 972px) {
  .app_banner img {
    width: 100%;
  }
}
.dl-container {
  background: #fdf4e9;
  padding: 30px 20px 20px;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
}
.dl-content {
  display: flex;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
.text-group {
  margin-right: 20px;
}
.dl-title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #151515;
  margin-bottom: 5px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.dl-body {
  color: #151515;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.dl-icon {
  background: url(/res/images/global/ulicon.png?v=1) no-repeat;
  background-size: 100% auto;
  width: 56px;
  height: 56px;
  margin-right: 10px;
  margin-top: 0;
  float: left;
  display: inline-table;
}
.dl-closeb-botton {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
}
a {
  text-decoration: none;
}
.button-group a:hover {
  text-decoration: none;
}
.button-group {
  display: flex;
  width: auto;
}
.dp-link {
  width: 50%;
  height: 32px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.uhk .dp-link {
  background-color: #197cbc;
}
.uhk.dl-container {
  bottom: 50px;
  background: rgba(247, 250, 255, 0.95);
}
@media only screen and (min-width: 1024px) {
  .dl-container {
    display: none;
  }
  #App-deepLink.fadeOutDown {
    display: none;
  }
}
.promotepagesection {
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #fcfbf5;
  display: block;
  padding: 16px;
  border-left: 10px solid #f9d400;
  margin-top: 30px;
}
.promotepagesection div {
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.38px;
  line-height: 22px;
  display: inline-block;
}
.promotepagesection a {
  margin: 11px 7px;
  padding: 5px 12px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.38px;
  line-height: 22px;
}
.promotepagesection a img {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: -5px;
}
.promotepagesection a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .promotepagesection {
    border: none;
    margin-left: -10px;
    width: 100vw;
    border-radius: 0;
    text-align: center;
    padding: 22px 0 22px 0;
  }
  .promotepagesection div {
    font-size: 15px;
  }
}

body {
  margin: 0 !important;
}
.member-title {
  padding-top: 30px;
}
.member-text {
  padding-top: 1em;
  padding-bottom: 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.member-text div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .member-text div p {
    padding-bottom: 1em;
  }
}
.member-text div a {
  color: #fff;
}
.white-bg {
  background-color: #fff;
  text-align: center;
  color: #000;
  padding: 1em;
  margin: 0 -9999rem 1em;
}
.white-bg .tag-member {
  padding: 0 2em;
}
.white-bg .tag-member.active a {
  color: #197cbc;
}
.white-bg .v-line {
  border-left: 1px solid #757575;
  height: 1px;
}
.white-bg a {
  color: #757575;
}
.white-bg a:hover {
  color: #197cbc;
  text-decoration: none;
}
.card-ufun {
  display: inline-block;
  width: 100%;
}
.card-ufun .card-tag {
  float: left;
  line-height: 1.5;
  margin-bottom: 0;
}
.card-ufun .points {
  float: right;
}
.card-ufun .points img {
  width: 20px;
  padding-bottom: 2px;
}
.card-ufun .points span {
  padding-left: 3px;
}
.out-of-stock {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: #fff;
  background-color: rgba(136, 136, 136, 0.8);
}
.out-of-stock span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tag-desc {
  color: #555555;
}
.redeem {
  margin-top: 1em;
  font-size: 16px;
}
@media (max-width: 320px) {
  .redeem {
    font-size: 16px;
  }
}
.redeem .row {
  margin-left: 0;
  margin-right: 0;
}
.redeem .left-side {
  width: 180px;
  max-width: 190px;
  padding: 25px 15px 25px 15px;
  border-radius: 16px 0 0 16px;
  text-align: left;
}
.redeem .right-side {
  width: 170px;
  max-width: 170px;
  padding: 8px 15px 15px 15px;
  border-radius: 0 16px 16px 0;
  color: #fff;
  text-align: center;
}
.redeem .download-text {
  padding-bottom: 1.5rem;
}
.redeem .logo-ulapp img {
  width: 142px;
}
.redeem .points {
  float: left;
  display: flex;
}
.redeem .points img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
.redeem .points span {
  font-size: 16px;
  padding-left: 3px;
}
.redeem .scan {
  font-size: 16px;
  padding-bottom: 3px;
}
.redeem .scan + img {
  width: 100%;
}
.redeem.btn-desktop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #212529;
}
.redeem.btn-mobile .row {
  width: 100%;
}
.redeem.btn-mobile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #212529;
}
.redeem.btn-mobile .download-text {
  padding-bottom: 0.6rem;
}
.redeem.btn-mobile .logo-ulapp img {
  width: 142px;
}
@media (max-width: 320px) {
  .redeem.btn-mobile .logo-ulapp img {
    width: 114px;
  }
}
.redeem.btn-mobile .left-side {
  width: 233px;
  padding: 18px 20px 14px 20px;
}
@media (max-width: 375px) {
  .redeem.btn-mobile .left-side {
    width: 223px;
    padding: 18px 15px 14px 15px;
  }
}
@media (max-width: 320px) {
  .redeem.btn-mobile .left-side {
    width: 164px;
  }
}
.redeem.btn-mobile .right-side {
  width: 112px;
  padding: 9px 10px 17px 10px;
  position: relative;
}
@media (max-width: 320px) {
  .redeem.btn-mobile .right-side {
    width: 96px;
  }
}
.redeem.btn-mobile .align-items-center {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.desktop-display {
  display: block;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .desktop-display {
    display: none;
  }
}
.mobile-display {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-display {
    display: block;
  }
}
.tnc,
.valid-date {
  margin-top: 2em;
}
.tnc-num li {
  font-size: 0.9em;
}
/* #endregion misc */

/* #region detail layout */
blockquote,
figure {
  margin: 0 0 16px;
}

.reward-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .reward-details {
    max-width: 960px;
  }
}
@media (min-width: 1170px) {
  .reward-details {
    max-width: 1170px;
  }
}

.reward-details .container {
  width: 100%;
}
@media (min-width: 576px) {
  .reward-details .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .reward-details .container {
    max-width: 960px;
  }
}
@media (min-width: 1170px) {
  .reward-details .container {
    max-width: 1170px;
  }
}

/* content */
.reward-details .page-left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .reward-details .page-left {
    flex: 0 0 calc(99% - 300px);
    max-width: calc(99% - 300px);
  }
}

.hkmemberPage {
  margin-top: 2em;
}

.hkmemberPage h2 {
  margin: 0 0.7em 1em 0;
}

.hkmemberPage .intro-text {
  margin-top: 1em;
}

.hkmemberPage .card-tag {
  font-size: 26px;
}

/* side */
.reward-details .page-right .sticky-banner a {
  display: block;
  margin-bottom: 0;
  line-height: normal;
  font-size: 14px;
  font-weight: 300;
}

/* list */
.reward-details .page-left ul {
  list-style-type: disc;
  padding-inline-start: 40px;
}

.reward-details .page-left ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-type: disc;
}

.reward-details .page-left ol {
  list-style-type: decimal;
  padding-inline-start: 40px;
}

.reward-details .page-left ol li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-type: decimal;
}

/* button */
.back-to-page {
  margin-top: 25px;
}

.back-to-page > a {
  color: #000;
}

.back-to-page > a:hover {
  text-decoration: none;
}
/* #endregion */

/* #region jetso tag */
.reward-detail-card {
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .reward-detail-card {
    width: 50%;
  }
}

.reward-detail-card .wide-ratio {
  position: initial;
}
/* #endregion */

/* #region campaign only */
.content-result .tag-desc {
  font-size: 30px;
  padding-left: 5px;
  color: #f00;
  margin-top: 1rem;
}

h6.tag-desc {
  font-size: 16px;
}

.content-desc .wide-ratio {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin-bottom: 2rem;
  max-width: 70%;
}
@media (max-width: 767px) {
  .content-desc .wide-ratio {
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .content-desc .wide-ratio {
    width: 250px;
    height: 250px;
  }
}

.content-desc .wide-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.content-desc .cover-img.cover-img-top {
  width: 100%;
  height: auto;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.content-desc .item-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: #fff;
}

.content-desc .item-overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.content-desc .item-overlay.item-overlay__expired {
  background-color: rgba(152, 152, 152, 0.8);
}

.content-desc .item-overlay.item-overlay__out-of-stock-cash {
  background-color: rgba(152, 152, 152, 0.8);
}

.content-desc .item-overlay.item-overlay__out-of-stock-ufun {
  background-color: rgba(136, 136, 136, 0.8);
}

.content-desc .item-overlay.item-overlay__previewable {
  background-color: rgba(102, 156, 220, 0.8);
}

.content-desc p {
  letter-spacing: 0.48px;
  line-height: 32px;
}

.content-desc ol li {
  list-style-type: decimal;
}

.campaign-url {
  margin: 3rem 0;
}
/* #endregion */

/* #region newsletter only */
.content-main .newsletter .content {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

#newsletter-iframe {
  width: 100%;
  height: 100vh;
  margin: auto;
}
@media (min-width: 660px) {
  #newsletter-iframe {
    width: 95%;
  }
}
@media (min-width: 692px) {
  #newsletter-iframe {
    width: 90%;
  }
}
@media (min-width: 727px) {
  #newsletter-iframe {
    width: 85%;
  }
}
@media (min-width: 1024px) {
  #newsletter-iframe {
    width: 65%;
  }
}
/* #endregion */

/* #region photo gallery */
.detail-img {
  margin-bottom: 2rem;
}

.photoSwipe_container .content-photo > img {
  width: 100%;
  height: auto;
}

.gallery-wrapper {
  position: relative;
}

.gallery-box {
  display: inline-block;
}

.gallery-box.col-xs-4 {
  width: 33.333%;
  padding: 0 5px;
}

.gallery-remarks {
  text-align: center;
  font-size: 14px;
  color: #cacaca;
  margin-top: 5px;
}

.gallery-photo img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: 50% 50%;
  padding: 0;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
}

.overlay-text {
  font-size: 34px;
  text-shadow: 0 0 10px rgb(0 0 0 / 40%);
  font-weight: 500;
}
/* #endregion */

/* #region qr code */
.ulifestyle_border_color {
  border: 1px solid #4e45a3;
}

.ulifestyle_color {
  background-color: #4e45a3;
}

.ulifestyle_left_color {
  background-color: #f2f1f7;
}

.uhk_border_color {
  border: 1px solid #067ab5;
}

.uhk_left_color {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e8f1f8),
    to(#d1e4f1)
  );
  background-image: -o-linear-gradient(left, #e8f1f8, #d1e4f1);
  background-image: linear-gradient(to right, #e8f1f8, #d1e4f1);
}

.uhk_color {
  background-color: #067ab5;
}

.utravel_border_color {
  border: 1px solid #5eaf31;
}

.utravel_left_color {
  background-color: #e5f5d9;
}

.ufood_border_color {
  border: 1px solid #ec9729;
}

.ufood_color {
  background-color: #ec9729;
}

.ufood_left_color {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffe4a3),
    to(#fbd58d)
  );
  background-image: -o-linear-gradient(left, #ffe4a3, #fbd58d);
  background-image: linear-gradient(to right, #ffe4a3, #fbd58d);
}

.ubeauty_border_color {
  border: 1px solid #ea5c81;
}

.ubeauty_left_border_color {
  border-left: 1px solid #ea5c81;
  border-top: 1px solid #ea5c81;
  border-bottom: 1px solid #ea5c81;
}

.ubeauty_right_border_color {
  border-right: 1px solid #ea5c81;
  border-top: 1px solid #ea5c81;
  border-bottom: 1px solid #ea5c81;
}

.ubeauty_color {
  background-color: #ea5c81;
}

.ubeauty_color_text {
  color: #ea5c81 !important;
}

.ubeauty_left_color {
  background-color: #ffedf2;
}

.ublog_color {
  background-color: #e2b486;
}

.ublog_border_color {
  border: 1px solid #e2b486;
}

.ublog_color_text {
  color: #e2b486;
}

.ublog_left_color {
  background-color: #f7f4f0;
}
/* #endregion */

/* #region related article */
.u-related-article__link {
  background-color: #f5f5f5;
  padding: 15px 10px 10px;
  margin-top: 20px;
  margin-bottom: 25px;
  border-radius: 5px;
}

.u-related-article__link::before {
  background-image: url(https://beauty.ulifestyle.com.hk:8443/beauty/assets/img/arrow_recommend.gif);
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: #ea5c81;
  content: "延伸閱讀";
  display: block;
  font-weight: 500;
  margin-left: -30px;
  padding-left: 35px;
  position: relative;
  top: -5px;
}

.u-related-article__link li {
  color: #ea5c81;
  margin-bottom: 0.5rem;
}

.u-related-article__link li a {
  line-height: 1.4;
  font-weight: 500;
  color: #ea5c81;
}
/* #endregion */

/* #region ubeauty product */
.relatedProduct {
  margin-top: 30px;
}

.relatedProduct a:hover,
.relatedProduct a:focus {
  text-decoration: none;
}

.relatedProduct .card {
  padding: 10px 0px 10px;
  display: table;
  width: 100%;
}

.relatedProduct .card .wide-ratio {
  display: table-cell;
  width: 40%;
}

.relatedProduct .card .card-detail {
  display: table-cell;
  vertical-align: middle;
  border: none;
  font-size: 1.6rem;
  color: #505050;
}

.relatedProduct .card .card-tag {
  color: #595757;
  font-size: 1.5rem;
}

.relatedProduct .card .card-detail div:last-child {
  float: left;
}

.relatedProduct .card .card-detail .link {
  padding: 5px 10px;
  border: solid 2px #59c9bd;
  border-radius: 5px;
  display: inline-block;
  margin-top: 25px;
  color: #59c9bd;
}
/* #endregion */
