* {
  box-sizing: border-box;
}

html, body {
  -webkit-text-size-adjust: none;
}

body {
  overflow: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
}

html {
  scrollbar-width: none;
}

.loadin {
  opacity: 1 !important;
}

.full-Width {
  width: 100%;
}

.after_rotate::after {
  transform: rotate(270deg) !important;
}

#banner {
  width: 100%;
  position: fixed;
  top: 0px;
}
#banner .tips {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 15px;
  height: 9px;
  margin-left: -7.5px;
  background: url(../images/common/icon-arrow-bottom-white.svg) center center no-repeat;
  background-size: contain;
  z-index: 1;
}
#banner .background-top-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 500ms ease-in-out -100ms;
}
#banner .banner-group {
  position: relative;
  top: 70px;
}
#banner .banner-group, #banner a {
  transition: opacity 500ms ease-in-out -100ms;
}
#banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  z-index: 0;
}

.swiper-slide {
  cursor: pointer;
  transition: all 600ms linear !important;
}
.swiper-slide:nth-of-type(n) a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.swiper-slide:nth-of-type(n) a img {
  width: 100%;
  height: 100%;
}

.lightboxOverlay {
  background-color: #fff !important;
}

.lb-data, .lb-number {
  display: none;
}

.lightbox .lb-image {
  border: 0 !important;
  border-radius: 0 !important;
}

.lb-container .lb-image {
  width: 250px !important;
  height: 312px !important;
}

.lightbox {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

#main {
  overflow: visible;
  position: relative;
}

.foodintro {
  display: none;
}

.show {
  display: block !important;
}

.articletopic > p > img {
  width: 100%;
}
.articletopic > p {
  font-size: 13px;
  color: #817e7e;
  max-width: 230px;
  letter-spacing: 0.3px;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 22px;
}
.articletopic > p a {
  font-size: 13px;
  color: #3e454b;
  font-weight: 600;
  border-bottom: 1px solid #996a4e;
  word-break: break-word;
}
.articletopic > p p {
  font-size: 12px;
}
.articletopic > p span {
  line-height: 1.9rem;
}
.articletopic > p i.btn-circle {
  background-color: #f2eee9;
  width: 14px;
  height: 14px;
  border: 1px solid #966a4e;
  background-size: 6px 4px;
  background-position: center;
  transform: rotate(90deg);
}
.articletopic .annotation a {
  color: #be9458;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  position: relative;
  z-index: 1;
  font-size: 13px;
}
.articletopic .annotation a::after {
  content: "";
  display: inline-block;
  background-color: #f2eee9;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #966a4e;
  background-size: 6px 4px;
  background-position: center;
  transform: rotate(90deg);
  background-image: url(/images/common/icon-arrow-right-darkbrown.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  left: 5px;
  z-index: -1;
  margin-right: 10px;
  -webkit-user-select: none;
          user-select: none;
  display: inline-block;
  margin-left: 0;
}
.articletopic .annotation a span.anno-inside {
  background-color: #f2eee9;
  width: 14px;
  height: 14px;
  border: 1px solid #966a4e;
  background-size: 6px 4px;
  background-position: center;
  transform: rotate(90deg);
  position: relative;
  top: 0px;
  z-index: -1;
  -webkit-user-select: none;
          user-select: none;
  display: inline-block;
  margin-left: 0;
}
.articletopic .annotation span {
  width: 200px;
  display: block;
  margin-left: 15px;
  margin-top: 11px;
  color: #be9458;
  font-size: 12px;
  margin-bottom: 11px;
  display: none;
  word-break: break-all;
  font-weight: 500;
}
blockquote > p {
  max-width: 200px;
  font-size: 14px;
  color: #996a4e;
  margin-left: 15px;
  letter-spacing: 0px;
  margin-top: 43px;
  margin-bottom: 43px !important;
}

.storyimg-rect {
  max-width: 230px;
  max-height: 130px;
  margin-top: 35px;
}

#banner {
  height: 100%;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner .btn-circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(33%);
  top: 89%;
}
#banner h3.title {
  font-size: 12px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-bottom: 1px solid #b2b5b6;
  padding-bottom: 7px;
  transform: translateY(-25px);
}
#banner h1.caption {
  font-size: 30px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
#banner h1.caption p {
  line-height: 35px;
}
#banner h2.caption-desc {
  color: #fff;
  font-size: 12px;
  min-width: 230px;
  margin-left: 46px;
  margin-right: 46px;
  line-height: 20px;
  transform: translateY(-3px);
  letter-spacing: 0.5px;
}
#banner h3.date {
  font-size: 11px;
  color: #fff;
}

html, body {
  background-color: #fff;
}

#fixedHeight {
  height: calc(100vh - 70px);
  background-color: transparent;
}

.background-top-group {
  width: 100%;
  height: 250px;
  background: url("../images/compressed/articleinside_banner.png") no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0px;
  z-index: -1;
}

.background-top-shadow {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, transparent);
}

.kiann-video {
  width: 100%;
  height: 100%;
}

.kiann-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.play-btn {
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 10px;
  margin-top: 8px;
}

#cover {
  width: 100%;
  min-height: 100%;
  background-color: black;
  position: absolute;
  background: url("../images/compressed/articleinside_video.png") no-repeat center center;
  background-size: cover;
}

.media.story .media-thumbnail .storyimg-rect + img, .media.story2 .media-thumbnail .storyimg-sm-rect + img {
  display: none;
}

.articlegroup {
  margin-top: 60px;
  padding-bottom: 60px;
  height: auto;
  background-color: #fff;
  overflow: visible;
  position: relative;
}
.articlegroup .radius-group {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  top: -25px;
  width: 100%;
  z-index: 0;
}
.articlegroup .radius1 {
  content: "";
  display: block;
  width: 10%;
  height: 25px;
  background-color: #fff;
}
.articlegroup .radius2 {
  content: "";
  display: block;
  width: 90%;
  height: 25px;
  position: relative;
  background-color: #fff;
}

.mainarticle {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .mainarticle {
    margin-left: 18px;
  }
}

.articletopic {
  position: relative;
}

.articletitle {
  height: 25px;
  max-height: 150px;
}
.articletitle a {
  color: #996a4b;
}
.articletitle .maintitle {
  padding-bottom: 5px;
  display: inline-block;
  position: absolute;
  border-bottom: 1.4px solid #5a2b28;
}

.subarticleimg {
  max-width: 100%;
  width: 100%;
  height: 200px;
  cursor: pointer;
}

.row .media {
  margin-top: 5px;
}
.row .media:first-of-type .subarticleimg {
  background: url("../images/compressed/articleinside_img4.png") no-repeat center center;
  background-size: cover;
}
.row .media:nth-of-type(2) .subarticleimg {
  background: url("../images/compressed/articleinside_img5.png") no-repeat center center;
  background-size: cover;
}
.row .media:nth-of-type(3) .subarticleimg {
  background: url("../images/compressed/articleinside_img6.png") no-repeat center center;
  background-size: cover;
}
.row .media:nth-of-type(4) .subarticleimg {
  background: url("../images/compressed/articleinside_img7.png") no-repeat center center;
  background-size: cover;
}

.media-heading {
  font-size: 22px;
  line-height: 20px;
  overflow: hidden;
  max-width: 100%;
}

.socialmedia {
  position: relative;
  left: 0;
  margin-top: -3px;
  top: 26px;
  margin-bottom: 81px;
}
.socialmedia .fb, .socialmedia .twitter, .socialmedia .line, .socialmedia .clone {
  display: inline-block;
  font-size: 0;
  box-sizing: border-box;
  background: url("../images/compressed/kiann_social_icons.svg") no-repeat;
}
.socialmedia .fb {
  width: 11px;
  height: 19px;
  background-size: 1200%;
  background-position: -43px -37px;
}
.socialmedia .twitter {
  width: 22px;
  height: 18px;
  background-size: 620%;
  margin-left: 11px;
  background-position: -36px -74px;
}
.socialmedia .line {
  width: 20px;
  height: 20px;
  margin-left: 13px;
  background-size: 700%;
  background-position: 59% 63%;
}
.socialmedia .clone {
  width: 16px;
  height: 18px;
  margin-left: 14px;
  background-size: 800%;
  background-position: 85% 63%;
}
.socialmedia.second {
  width: 112px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -12px;
  margin-top: -12px;
  margin-bottom: 24px;
}
.socialmedia.second .fb, .socialmedia.second .twitter, .socialmedia.second .line, .socialmedia.second .clone {
  background: url("../images/compressed/kiann_social_icons_black.svg") no-repeat;
}
.socialmedia.second .fb {
  width: 11px;
  height: 19px;
  background-size: 1200%;
  background-position: -43px -37px;
}
.socialmedia.second .twitter {
  width: 22px;
  height: 18px;
  background-size: 620%;
  margin-left: 11px;
  background-position: -36px -74px;
}
.socialmedia.second .line {
  width: 20px;
  height: 21px;
  margin-left: 13px;
  background-size: 700%;
  background-position: 59% 63%;
  position: relative;
  transform: translateY(-1px);
}
.socialmedia.second .clone {
  width: 16px;
  height: 18px;
  margin-left: 14px;
  background-size: 800%;
  background-position: 85% 63%;
}

hr + .socialmedia {
  top: 0;
}

.fixed-width {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.anotherarticle h3.title {
  font-size: 15px;
  color: #be9458;
  margin-top: 57px;
  margin-bottom: 24px;
}
.anotherarticle .media {
  position: relative;
  margin-left: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column-reverse;
  margin-top: 30px;
  margin-bottom: 30px;
}
.anotherarticle figure.media {
  flex-direction: column;
}

.media .storyimg-rect {
  width: 230px;
  height: 286px;
  max-height: 286px;
  background: url("../images/compressed/articleinside_img1.png") no-repeat center center;
  background-size: cover;
}
.media .storyimg-sm-rect {
  width: 230px;
  height: 184px;
  max-height: 184px;
  background: url("../images/compressed/articleinside_img2.png") no-repeat center center;
  background-size: cover;
}

p.authorization a {
  border-bottom: 1px solid #93969a;
}

.swiper-container {
  width: 200px;
  height: 250px;
}

.play-btn {
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 10px;
  margin-top: 8px;
}

.destinationlink {
  width: 200px;
  height: 57px;
  border: 2px solid #ddcec6;
  position: relative;
  margin-left: 15px;
  margin-top: 66px;
  margin-bottom: 54px;
}
.destinationlink a {
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 23px;
  left: 30px;
  transform: translateY(-50%);
  z-index: 10;
}
.destinationlink a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  border-width: 1px;
  background-size: 4px 7px;
  background-position: center;
  margin-left: 7px;
  top: 2px;
  border: 1px solid #996a4e;
  background-image: url("../images/common/icon-arrow-right-brown.svg");
  background-repeat: no-repeat;
  opacity: 0.6;
  border-radius: 50%;
}
.destinationlink i.btn-circle {
  width: 13px;
  height: 13px;
  position: relative;
  border-width: 1px;
  background-size: 4px 6px;
  background-position: 3.5px 2.5px;
  margin-left: 7px;
  top: 0;
  display: none;
}
.destinationlink.first {
  border-top: #fff;
  position: relative;
  z-index: 10;
}
.destinationlink.first::before {
  content: "";
  display: inline-block;
  min-width: 32px;
  height: 12px;
  position: absolute;
  border: 2px solid #ddcec6;
  border-bottom: 0;
  border-top-right-radius: 15px;
  top: -12px;
  left: -2px;
}
.destinationlink.first::after {
  content: "";
  display: inline-block;
  min-width: 170px;
  height: 12px;
  position: absolute;
  right: -2px;
  top: -12px;
  border: 2px solid #ddcec6;
  border-bottom: 0;
  border-top-left-radius: 15px;
}
.destinationlink.second {
  position: relative;
  height: 126px;
  border-top: none;
}
.destinationlink.second .radius-group2 {
  background: none;
}
.destinationlink.second .radius-group2 {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: -68px;
}
.destinationlink.second .radius1 {
  min-width: 32px;
  height: 12px;
  border: 2px solid #ddcec6;
  border-bottom: 0;
  border-top-right-radius: 15px;
  position: relative;
  left: 4px;
  background-repeat: no-repeat;
  background-position: 0px -8px;
  background-size: cover;
}
.destinationlink.second .radius1::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-top-right-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.destinationlink.second .radius2 {
  min-width: 170px;
  height: 12px;
  border: 2px solid #ddcec6;
  position: relative;
  left: 2px;
  border-bottom: 0;
  border-top-left-radius: 15px;
  background-repeat: no-repeat;
  background-position: -1px 100%;
  background-size: cover;
}
.destinationlink.second .radius2::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.destinationlink.second div {
  min-width: 196px;
  height: 68px;
  position: absolute;
  right: 0px;
  top: 56px;
  background: url("../images/compressed/articleinside_img3.png") no-repeat center center;
  background-size: cover;
}

.destinationlink + p {
  margin-top: 45px;
}

.destinationlink + .destinationlink {
  margin-top: -12px;
}

.star {
  width: 27px;
  height: 30px;
  margin-top: 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -15px;
  background: url("../images/compressed/navbar-toggler.svg") no-repeat center center;
  background-size: 27px 30px;
}

.searchkeyword {
  max-width: 222px;
  margin-top: 38px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .searchkeyword ul {
    margin-left: -18px;
  }
}
.searchkeyword li {
  display: inline-block;
}
.searchkeyword a {
  display: inline-block;
  background-color: #f2eee9;
  border-radius: 17px;
  height: 38px;
  font-size: 12px !important;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 4px;
  transform: scale(0.9);
}

.searchkeyword + hr {
  margin-bottom: 27px;
}

.subarticleimg {
  width: 200px;
}

.container .media-heading + p {
  transform: initial;
  margin-left: 0;
  position: relative;
  z-index: 2;
}

.transition_320 {
  transition: all 500ms linear -100ms;
}

.transition_768 {
  transition: all 900ms linear -100ms;
}

.transition_1200 {
  transition: all 1.3s linear -100ms;
}

.transition_1920 {
  transition: all 1.3s linear -100ms;
}

.width_1200, .width_1920 {
  width: 100%;
  max-width: 100% !important;
}

.swiper-button-disabled {
  border-color: #996a4e;
  background-image: url(../images/common/icon-arrow-right-brown.svg);
  opacity: 0.4;
}

.annotation_show_320 {
  margin-bottom: -11px !important;
}

.annotation_show_768 {
  margin-top: -23px !important;
}

.annotation_show_768_inside {
  margin-bottom: -24px !important;
}

.annotation_show_768_outer {
  margin-bottom: -17px !important;
}

.annotation_show_768_outer_p {
  margin-top: 9px !important;
}

.articlepage {
  display: none;
}

.articlepage + hr {
  display: none;
}

.decoration {
  cursor: pointer;
}

.loading_fix {
  opacity: 0 !important;
}

@media screen and (min-width: 320px) {
  #main {
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .media-thumbnail {
    max-width: 200px;
  }
  .media-thumbnail .figure {
    background-color: transparent !important;
  }

  .articletitle {
    position: relative;
    top: 56px;
    margin: 0 auto;
    margin-bottom: 105px;
    min-width: 316px;
  }
  .articletitle .maintitle {
    left: 0;
    top: 0;
  }
  .articletitle .maintitle a {
    font-size: 11px;
  }

  .articletopic h2 {
    font-size: 24px;
    min-width: 226px;
    margin-right: 35px;
    text-align: left;
    line-height: 29px;
    font-weight: bold;
    margin-top: -9px;
  }
  .articletopic .topicintro {
    font-size: 14px;
    text-align: left;
    margin-right: 21px;
    color: #656a6f;
  }
  .articletopic .author {
    width: 100%;
    margin-top: 18px;
    font-size: 11px;
    color: #996a4e;
  }
  .articletopic .author span:first-of-type {
    margin-right: 6px;
  }
  .articletopic .author a {
    margin-left: 0px !important;
    color: #1b253e;
    display: inline-block;
    border-bottom: 1px solid #1b253e;
  }
  .articletopic .author .date {
    color: #8b8f93;
    margin-left: 5px;
    font-size: 9px;
  }
  .articletopic .section, .articletopic .quote {
    text-align: left;
    margin-right: 30px;
    font-size: 13px;
    letter-spacing: -0.3px;
    line-height: 2rem;
  }
  .articletopic .section {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .articletopic .section .bookname {
    height: 13px;
    color: #3e454b;
    display: inline-block;
  }
  .articletopic .section .bookname p {
    font-size: 13px;
    color: #817e7e;
    display: inline-block;
    min-width: initial;
  }
  .articletopic .section .bookname a {
    font-size: 13px;
    display: inline-block;
    color: #3e454b;
    font-weight: 800;
    height: 20px;
    border-bottom: 1px solid #996a4e;
    white-space: nowrap;
  }
  .articletopic .section:nth-of-type(3) {
    letter-spacing: 0.5px;
    color: #817e7e;
    margin-bottom: 44px;
  }
  .articletopic .section:nth-of-type(5) {
    margin-top: 42px;
  }
  .articletopic .section + .container {
    margin-top: -42px;
  }
  .articletopic blockquote {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .articletopic hr {
    width: 226px;
    margin-top: 24px;
    margin-left: 0;
    border-top: 1.5px solid #eee;
  }

  .articlegroup {
    margin-top: 25px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .articlegroup h3.page-desc {
    text-align: center;
    letter-spacing: 1px;
  }

  .category {
    text-align: left;
    margin-top: 20px;
  }
  .category a {
    font-size: 11px;
  }

  .mainarticle {
    margin-top: -39px;
    margin-bottom: 20px;
  }
  .mainarticle a {
    font-size: 13px;
  }
  .mainarticle a.btn-circle.btn-circle-primary {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
  }
  .mainarticle .btn-circle.btn-circle-primary {
    position: initial;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .media {
    align-items: center;
    position: relative;
    overflow: visible;
    margin-top: 16px;
    max-width: 230px;
    margin-bottom: 20px;
  }
  .media img {
    display: block;
    width: 100%;
  }

  .media-body {
    width: 230px;
    margin-top: -24px;
  }
  .media-body h3 {
    max-width: 200px;
    letter-spacing: 0.1px;
    font-size: 13px;
  }
  .media-body p {
    text-align: left;
    letter-spacing: 0.2px;
    font-size: 12px;
  }
  .media-body .media-heading {
    position: relative;
    height: auto;
    margin-top: -4px;
    font-size: 13px;
  }

  .media-body > p {
    margin-top: 15px;
    transform: skewX(-10deg);
    margin-left: 0px;
  }
  .media-body > p a {
    color: #656a6f;
    border-bottom: 1px solid #8b8f93;
  }

  .media-heading + p {
    margin-top: -15px;
    transform: skewX(-10deg);
    margin-left: 0px;
  }
  .media-heading + p a {
    color: #656a6f;
    border-bottom: 1px solid #8b8f93;
  }

  figure.media {
    flex-direction: column !important;
  }

  .media.sectionstory {
    flex-direction: column-reverse;
    overflow: visible;
    min-width: 200px;
    margin-top: 16px;
    z-index: 10;
    margin-left: -15px;
  }
  .media.sectionstory i.btn-circle.btn-circle-stroke-brown {
    width: 40px;
    height: 40px;
    transform: rotate(180deg) translateX(121px) translateY(20px);
  }
  .media.sectionstory i.btn-circle.btn-circle-stroke-darkbrown {
    width: 40px;
    height: 40px;
    transform: translateX(81px) translateY(-20px);
  }
  .media.sectionstory .media-body {
    position: relative;
    min-width: 200px;
    margin-top: -18px;
    overflow: visible;
  }
  .media.sectionstory .media-body p.media-heading.imgdesc {
    font-size: 13px;
    min-width: 163px;
    margin-right: 90px;
    line-height: 1.5rem;
    right: 0;
    letter-spacing: 0;
    color: #403e3e;
  }
  .media.sectionstory .media-body p.authorization {
    color: #8b8f93;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    margin-top: -7px;
    width: 230px;
    max-width: 230px;
    transform: translateX(-36px) scale(0.7);
  }
  .media.sectionstory .media-body img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 33px;
    right: 0;
  }
  .media.sectionstory .storyimg-rect {
    min-width: 200px;
    height: 250px;
    max-height: 250px;
    background: url("../images/compressed/articleinside_img1.png") no-repeat center center;
    background-size: cover;
  }

  .figure img {
    width: 100%;
  }

  h2.sectiontitle {
    font-size: 15px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #585e63;
  }

  figure + h2.sectiontitle {
    margin-top: 0px !important;
  }

  p.sectiondesc {
    font-size: 13px;
    text-align: left;
    position: relative;
    margin-top: 35px;
    margin-right: 25px;
    -webkit-user-select: none;
            user-select: none;
  }
  p.sectiondesc span {
    color: #be9458;
    display: inline-block;
    cursor: pointer;
  }
  p.sectiondesc i.btn-circle {
    background-color: #f2eee9;
    width: 14px;
    height: 14px;
    border: 1px solid #966a4e;
    background-size: 6px 4px;
    background-position: center;
    transform: rotate(90deg);
  }

  p.sectionintro {
    font-size: 13px;
    text-align: left;
    position: relative;
    margin-top: 15px;
    margin-right: 25px;
    line-height: 1.8rem;
  }

  p.foodintro {
    text-align: left;
    margin-top: 17px;
    font-size: 12px;
    color: #be9458;
    min-width: 200px;
    margin-right: 40px;
    letter-spacing: 0.5px;
  }

  p.sectionintro ~ .sectiondesc {
    position: relative;
    margin-top: 20px;
    right: 20px;
  }
  p.sectionintro ~ .sectiondesc p {
    font-size: 13px;
    line-height: 2rem;
    margin-left: 20px;
  }
  p.sectionintro ~ .sectiondesc p:nth-of-type(2) {
    margin-top: 36px;
  }
  p.sectionintro ~ .sectiondesc p:nth-of-type(3) {
    margin-top: 57px;
  }
  p.sectionintro ~ .sectiondesc hr {
    margin-top: 36px;
  }
  p.sectionintro ~ .sectiondesc hr:nth-of-type(2) {
    margin-top: 18px;
  }
  p.sectionintro ~ .sectiondesc .media-thumbnail {
    min-width: 230px;
    margin-left: 3px;
    margin-top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
  p.sectionintro ~ .sectiondesc .media-thumbnail i.btn-circle {
    position: absolute;
    left: 0;
    margin-top: -11px;
    background-image: initial;
  }
  p.sectionintro ~ .sectiondesc .media-thumbnail .storyimg-rect {
    min-width: 230px;
    height: 130px;
    max-height: 130px;
    background: url("../images/compressed/articleinside_img1.png") no-repeat center center;
    background-size: cover;
    font-size: 12px;
  }
  p.sectionintro ~ .sectiondesc .media-thumbnail .btn-circle {
    width: 13px;
    height: 13px;
    border-width: 1px;
    background-size: 4px 6px;
    background-position: 4px 3px;
    position: relative;
    top: -2px;
    left: 7px;
  }
  p.sectionintro ~ .sectiondesc .star {
    width: 27px;
    height: 30px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background: url("../images/compressed/navbar-toggler.svg") no-repeat center center;
    background-size: 27px 30px;
  }
  p.sectionintro ~ .sectiondesc .thumbup {
    font-size: 11px;
    display: inline-block;
    width: 81px;
    letter-spacing: -0.7px;
    color: #3e454b;
    position: relative;
    right: 15px;
    bottom: 10px;
    font-weight: bolder;
  }

  nav ul.pagination {
    margin-top: 30px;
    margin-bottom: 82px;
  }
  nav ul.pagination li {
    font-size: 6px;
    margin-right: 0px;
  }
  nav ul.pagination li.prev, nav ul.pagination li .next {
    font-size: 7px;
  }
  nav ul.pagination li::before {
    font-size: 13px;
    margin-left: -4px;
    margin-right: -5px;
  }
  nav ul.pagination li.active {
    font-size: 10px;
  }

  .swiper-group {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    left: -8px;
    max-width: 260px;
    min-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -14px;
  }
  .swiper-group p {
    font-size: 12px;
    position: relative;
    left: 28px;
  }
  .swiper-group p:nth-of-type(1) {
    margin-top: 13px;
    max-width: 166px;
    min-width: 166px;
    color: #403e3e;
    font-weight: 450;
  }
  .swiper-group p:nth-of-type(2) {
    color: #8b8f93;
    font-style: italic;
    max-width: 200px;
    min-width: 200px;
    font-weight: 450;
  }
  .swiper-group .decoration {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 15px;
  }

  .swiper-container {
    width: 200px;
    height: 250px;
  }

  .btn-prev, .btn-next {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 20;
    cursor: pointer;
    outline: none;
  }

  .btn-prev {
    top: 105px;
    transform: rotate(180deg);
    left: -8px;
  }

  .btn-next {
    top: 105px;
    right: -8px;
  }

  #footer {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0);
  }

  figure + blockquote {
    margin-top: -4px !important;
  }

  figure + blockquote > p {
    margin-top: 29px;
    margin-bottom: 47px !important;
  }

  .pop.show_pop {
    opacity: 1 !important;
    z-index: 9999999;
  }

  .pop_bg.show_pop {
    opacity: 1 !important;
    z-index: 9999998;
  }

  .pop {
    width: 240px !important;
    height: 300px !important;
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transition: opacity 1000ms linear !important;
    transform: translate(-50%, -50%) !important;
    z-index: -9999;
    opacity: 0;
  }

  .pop_bg {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(251, 250, 249, 0.7);
    transition: opacity 1000ms linear;
    z-index: -9999;
    opacity: 0;
  }

  .popImg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100000;
  }

  .pop_bg {
    cursor: pointer;
  }

  #footer.pos {
    z-index: 0;
  }

  .articletopic > p.author > a {
    font-size: 11px;
    line-height: 13px;
  }
}
@media screen and (min-width: 320px) and (max-width: 350px) {
  .swiper-group {
    left: 50%;
    transform: translateX(-53.2%);
  }

  .btn-prev {
    left: -10px;
  }

  .btn-next {
    right: -10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .container .row .media {
    max-width: 200px;
  }

  .container .row .media .media-body {
    max-width: 200px;
  }

  .anotherarticle .container .media-heading + p {
    margin-top: 11px;
  }

  figcaption .media-heading p {
    height: auto;
    color: #403e3e;
    opacity: 0.9;
  }

  figcaption .media-heading + p, figcaption .media-heading + p a, figcaption > p, figcaption > p a {
    color: #8b8f93 !important;
    font-weight: 450 !important;
  }

  .media-heading + p a, figcaption > p a {
    margin-left: 4px;
  }

  figure + figure {
    margin-top: -19px !important;
  }

  figure + p {
    margin-top: -15px !important;
  }

  .transition_hide {
    transform: translateX(-25px);
    opacity: 0;
    transition: all 0.5s ease-out !important;
  }

  .transition_show {
    transform: translateX(0px) !important;
    opacity: 1 !important;
  }

  #banner h3.title.transition_hide {
    transform: translateX(-25px);
    opacity: 0;
  }

  #banner h3.title.transition_show {
    transform: translateX(0px);
    opacity: 1 !important;
  }

  #banner h2.caption-desc.transition_hide {
    transform: translateX(-25px) translateY(-3px);
    opacity: 0;
  }

  #banner h2.caption-desc.transition_show {
    transform: translateX(0px) translateY(-3px);
    opacity: 1 !important;
  }

  h3.title p > a {
    color: #fff;
    display: inline-block;
  }

  .swiper-group + p {
    margin-top: 47px !important;
  }

  .articlegroup {
    max-width: 90% !important;
  }

  .articletopic > p {
    max-width: 71.875vw !important;
    word-break: break-all !important;
  }

  .fixed-width {
    max-width: 90% !important;
  }

  figure.media {
    max-width: 71.875vw !important;
  }

  figcaption.media-body {
    width: 71.875vw !important;
  }

  blockquote {
    width: 71.875vw !important;
  }

  blockquote > p {
    text-align: center !important;
    margin-left: 0 !important;
    max-width: initial !important;
    width: 100% !important;
  }

  .swiper-group {
    max-width: 81.25vw !important;
    width: initial !important;
  }

  .anotherarticle {
    max-width: 290px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .articletopic hr {
    width: 70.625vw !important;
  }

  .img-container {
    position: relative;
    width: 200px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 515px) and (max-width: 767px) {
  #banner h2.caption-desc {
    min-width: initial !important;
    max-width: 422px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  figure.media .media-body {
    margin-top: 17px;
    padding: 0;
  }

  figure.media .media-body p {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .youtube-embed-wrapper {
    max-width: 498px;
  }

  #fixedHeight {
    height: 100vh;
  }

  .fixed-width {
    max-width: 678px;
    margin-left: initial;
    margin-right: initial;
  }

  #banner {
    height: calc(100vh + 90px);
    position: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    transition: all 1s linear;
    top: -90px;
  }
  #banner .tips {
    bottom: 42px;
    width: 30px;
    height: 20px;
  }
  #banner h3.title {
    font-size: 14px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #b2b5b6;
  }
  #banner h1.caption {
    font-size: 54px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  #banner h1.caption p {
    margin-top: 17px;
    min-width: 513px;
    margin-left: 89px;
    margin-right: 87px;
    line-height: 6rem;
  }
  #banner h1.caption p:last-of-type {
    margin-top: -5px;
  }
  #banner h2.caption-desc {
    color: #fff;
    min-width: 472px;
    margin-left: 153px;
    margin-right: 143px;
    font-size: 15px;
    line-height: 2.5rem;
    transform: translateY(10px);
  }
  #banner h3.date {
    font-size: 14px;
    color: #fff;
    transform: translateY(16px);
  }

  .background-top-group {
    width: 100%;
    height: 500px;
    background: url("../images/compressed/articleinside_banner.png") no-repeat center center;
    background-size: cover;
    position: fixed;
    top: -90px;
    z-index: -1;
  }

  .background-top-shadow {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent);
  }

  #main {
    min-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .articlegroup {
    max-width: 100%;
    position: relative;
    padding-left: 90px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
  }
  .articlegroup .radius-group {
    top: -55px;
  }
  .articlegroup .radius1 {
    content: "";
    display: block;
    width: 15.5%;
    height: 55px;
    background-color: #fff;
    margin-left: -90px;
  }
  .articlegroup .radius2 {
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    position: relative;
    background-color: #fff;
  }

  .articletopic > p {
    font-size: 16px;
    max-width: 500px;
    margin-top: 21px;
    margin-bottom: 40px;
    line-height: 2.9rem;
  }
  .articletopic > p a {
    font-size: 16px;
  }
  .articletopic > p p {
    font-size: 16px;
  }
  .articletopic > p span {
    line-height: 2.3rem;
    margin-bottom: -22px !important;
  }
  .articletopic > p i.btn-circle {
    background-color: #f2eee9;
    width: 14px;
    height: 14px;
    border: 1px solid #966a4e;
    background-size: 6px 4px;
    background-position: center;
    transform: rotate(90deg);
  }
  .articletopic .annotation {
    display: inline;
    transform: translateY(0px);
  }
  .articletopic .annotation a {
    color: #be9458;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    position: relative;
    z-index: 1;
    font-size: 16px;
  }
  .articletopic .annotation a::after {
    background-color: #f2eee9;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #966a4e;
    background-size: 9px 6px;
    background-position: center;
    transform: rotate(90deg);
    top: 4px;
    left: 5px;
    margin-top: 0;
    position: relative;
    z-index: -1;
    -webkit-user-select: none;
            user-select: none;
  }
  .articletopic .annotation span {
    width: 405px;
    margin-left: 45px;
    margin-top: 15px;
    margin-bottom: 16px !important;
    color: #be9458;
    display: none;
    font-size: 14px;
  }
  .articletopic p.text .annotation {
    display: inline;
    transform: translateY(0);
  }
  .articletopic p.text .annotation i.btn-circle {
    background-color: #f2eee9;
    width: 14px;
    height: 14px;
    border: 1px solid #966a4e;
    background-size: 6px 4px;
    background-position: center;
    transform: rotate(90deg);
  }

  blockquote > p {
    max-width: 408px;
    font-size: 20px;
    margin-left: 45px;
    margin-top: 77px;
    margin-bottom: 76px !important;
    line-height: 32px;
  }

  p + .container {
    margin-top: -5px;
    margin-left: 15px;
  }

  .media {
    max-width: 498px;
  }

  .media {
    margin-top: -20px;
    margin-bottom: 9px;
  }
  .media .storyimg-rect {
    max-width: 498px;
    width: 498px;
    height: 621px;
    max-height: 621px;
    background: url("../images/compressed/articleinside_img1.png") no-repeat center center;
    background-size: cover;
  }
  .media .storyimg-sm-rect {
    width: 498px;
    max-width: 498px;
    height: 400px;
    max-height: 400px;
    background: url("../images/compressed/articleinside_img2.png") no-repeat center center;
    background-size: cover;
  }

  .media-thumbnail {
    max-width: 498px;
    width: 498px;
  }

  .media-body {
    min-width: 498px;
    transform: translateX(0);
  }

  .media-body > p {
    margin-top: 20px;
  }

  .media-body p:nth-of-type(2) {
    margin-top: -15px;
  }

  .media-body .media-heading {
    font-size: 14px;
    top: 0px;
  }

  .media-heading + p {
    margin-top: -6px;
  }

  .media-body p {
    font-size: 13px;
    height: auto;
  }

  .articletopic hr {
    width: 498px;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  h2.sectiontitle {
    left: 0px;
    text-align: left;
    font-size: 22px !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    line-height: initial !important;
  }

  .swiper-group p {
    left: -46px;
  }
  .swiper-group p:nth-of-type(1) {
    min-width: 0;
    max-width: 280px;
    font-size: 14px;
  }
  .swiper-group p:nth-of-type(2) {
    min-width: 0;
    max-width: 280px;
  }

  .storyimg-rect {
    max-width: 498px;
    max-height: 280px;
    height: 280px;
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .destinationlink {
    margin-left: 45px;
  }
  .destinationlink a::after {
    width: 18px;
    height: 18px;
    background-size: 6px 8px;
    background-position: 5px 4px;
    border-width: 1px;
    top: 3px;
    left: 12px;
  }
  .destinationlink i.btn-circle {
    width: 18px;
    height: 18px;
    background-size: 6px 8px;
    background-position: 6px 5px;
    border-width: 1px;
    top: -2px;
    left: 12px;
    display: none;
  }
  .destinationlink.first {
    width: 408px;
    height: 93px;
    position: relative;
    margin-top: 105px;
    margin-bottom: -2px;
  }
  .destinationlink.first a {
    font-size: 18px;
    margin-top: 20px;
    margin-left: 84px;
  }
  .destinationlink.first::before {
    width: 58px;
    height: 13px;
  }
  .destinationlink.first::after {
    width: 352px;
    height: 13px;
  }
  .destinationlink.second {
    width: 244px;
    height: 105px;
    border: 2px solid #ddcec6;
    border-left: transparent;
    border-top: transparent;
    margin-left: 209px;
    position: relative;
    margin-top: 92px;
    margin-bottom: -2px;
  }
  .destinationlink.second a {
    font-size: 18px;
    margin-top: 20px;
  }
  .destinationlink.second .btn-circle {
    top: -2px;
    left: 12px;
    background-size: 6px 8px;
  }
  .destinationlink.second div {
    display: none;
  }
  .destinationlink.second .radius-group2 {
    max-width: 164px;
    width: 164px;
    height: 105px;
    top: 0;
    left: -198px;
    flex-direction: column;
  }
  .destinationlink.second .radius-group2 .radius1, .destinationlink.second .radius-group2 .radius2 {
    display: block;
    width: 164px;
  }
  .destinationlink.second .radius-group2 .radius1 {
    display: block;
    border: 2px solid #ddcec6;
    border-bottom: 0;
    left: 124px;
    top: 0px;
    border-top-right-radius: 30px;
    background-repeat: no-repeat;
    background-position: 0px -8px;
    background-size: cover;
    width: 170px;
  }
  .destinationlink.second .radius-group2 .radius1::after {
    display: none;
  }
  .destinationlink.second .radius-group2 .radius2 {
    position: relative;
    height: 96px;
    border: 2px solid #ddcec6;
    border-right: 0;
    border-radius: 0;
    border-top: 0;
    top: 0px;
    left: 34px;
    background-repeat: no-repeat;
    background-position: -1px 100%;
    background-size: cover;
  }
  .destinationlink.second .radius-group2 .radius2::after {
    display: none;
  }

  .destinationlink + p {
    margin-top: 95px;
  }

  .destinationlink + .destinationlink {
    margin-top: 52px;
  }

  .destinationlink.second::before {
    content: "";
    display: block;
    width: 239px;
    height: 10px;
    border: 2px solid #ddcec6;
    border-top-left-radius: 20px;
    border-bottom: 0;
    border-right: 0;
    margin-left: 5px;
  }

  .star {
    width: 39px;
    height: 42px;
    background-size: 39px 43px;
    margin-top: 97px;
    transform: translateX(-52px);
  }

  .searchkeyword {
    max-width: 410px;
    text-align: left;
    margin-left: 52px;
    display: flex;
    flex-flow: row wrap;
    margin-top: 97px;
  }
  .searchkeyword li {
    display: inline-block;
    margin-bottom: 1px;
  }
  .searchkeyword a {
    min-width: 126px;
    height: 40px;
    margin-right: 7px;
    margin-bottom: 11px;
    font-size: 14px !important;
    transform: scale(1);
    text-align: center;
  }

  .socialmedia.second {
    margin-top: -14px;
    width: 140px;
    max-width: 140px;
    display: block;
    left: 50%;
    margin-bottom: -47px;
    margin-left: -27px;
    transform: translateX(-50%) translateY(-47px);
  }

  .anotherarticle {
    padding-bottom: 142px;
    margin-top: 93px;
  }
  .anotherarticle .container {
    max-width: 750px;
  }
  .anotherarticle .container {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .anotherarticle h3.title {
    font-size: 24px;
    margin-top: -5px;
    margin-bottom: -52px;
    margin-left: -95px;
  }
  .anotherarticle .container {
    margin-top: 115px;
    margin-left: -33px;
  }
  .anotherarticle .row {
    margin-left: 0;
    max-width: 543px;
    margin-left: -56px;
  }
  .anotherarticle .category a {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .anotherarticle .media {
    width: 245px;
    margin-right: 25px;
    margin-bottom: 27px;
  }
  .anotherarticle .media-body {
    width: 230px;
    max-width: 230px;
    min-width: 0;
  }
  .anotherarticle .media-body p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 40px;
  }
  .anotherarticle .media-heading {
    font-size: 17px;
    right: 0px;
    top: -5px;
  }
  .anotherarticle .media-thumbnail {
    width: 230px;
    max-width: 230px;
  }
  .anotherarticle .media-thumbnail .subarticleimg {
    width: 230px;
    max-width: 230px;
    height: 230px;
    max-height: 230px;
  }
  .anotherarticle .btn-circle {
    background-size: 10px 16px;
  }

  .mainarticle {
    margin-top: -94px;
    margin-left: 0;
  }

  .articletitle {
    margin-top: 35px;
    margin-bottom: 156px;
    top: 82px;
  }
  .articletitle .maintitle {
    margin-top: 25px;
  }
  .articletitle .maintitle a {
    font-size: 14px;
  }

  .articletopic .section .bookname a {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .articletopic .container {
    max-width: 750px;
  }
  .articletopic hr.first {
    min-width: 500px;
    margin-right: 90px;
    margin-top: 183px;
  }
  .articletopic h2 {
    font-size: 40px;
    max-width: 490px;
    line-height: 4.8rem;
    margin-top: 164px;
    margin-right: 101px;
  }
  .articletopic .topicintro {
    font-size: 17px;
    max-width: 500px;
    margin-right: 90px;
    margin-top: 35px;
    letter-spacing: 0.7px;
  }
  .articletopic .author {
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .articletopic .author .date {
    font-size: 12px;
  }
  .articletopic .section {
    font-size: 16px;
    min-width: 500px;
    line-height: 2.3rem;
    margin-right: 90px;
    margin-top: 96px;
    letter-spacing: 0;
  }
  .articletopic .section .bookname {
    height: auto;
  }
  .articletopic .section .bookname p, .articletopic .section .bookname a {
    font-size: 16px;
  }
  .articletopic .section:nth-of-type(2) {
    margin-top: 33px;
  }
  .articletopic .section:nth-of-type(3) {
    margin-top: 82px;
    font-size: 16px;
    line-height: 2.3rem;
    margin-bottom: 60px;
    min-width: 500px;
    margin-right: 90px;
  }
  .articletopic .media.story {
    min-width: 498px;
    margin-top: -6px;
  }
  .articletopic .media.story .media-thumbnail, .articletopic .media.story .storyimg-rect {
    min-width: 498px;
    min-height: 621px;
  }
  .articletopic .media.story .media-thumbnail .storyimg-rect, .articletopic .media.story .storyimg-rect .storyimg-rect {
    background: url("../images/compressed/articleinside_img1.png") no-repeat center center;
    background-size: cover;
  }
  .articletopic .media.story .media-body {
    min-width: 370px;
    margin-top: -15px;
    margin-left: -126px;
  }
  .articletopic .media.story .media-body p.media-heading.imgdesc {
    font-size: 14px;
  }
  .articletopic .media.story .media-body p.authorization {
    font-size: 14px;
    margin-top: -25px;
    margin-left: 0;
    transform: translateX(-45px);
  }
  .articletopic .media.story .media-body p.authorization a {
    display: inline-block;
    border-bottom: 2px solid;
    margin-left: 4px;
  }
  .articletopic .media.story2 {
    min-width: 498px;
    top: 23px;
  }
  .articletopic .media.story2 .media-thumbnail, .articletopic .media.story2 .storyimg-sm-rect {
    min-width: 498px;
    min-height: 399px;
  }
  .articletopic .media.story2 .media-thumbnail .storyimg-sm-rect, .articletopic .media.story2 .storyimg-sm-rect .storyimg-sm-rect {
    background: url("../images/compressed/articleinside_img2.png") no-repeat center center;
    background-size: cover;
  }
  .articletopic .media.story2 .media-body {
    min-width: 200px;
    margin-top: -15px;
    margin-left: -350px;
    overflow: visible;
  }
  .articletopic .media.story2 .media-body p.media-heading.imgdesc {
    font-size: 14px;
    display: none;
  }
  .articletopic .media.story2 .media-body p.authorization {
    font-size: 14px;
    margin-top: 14px;
    transform: translateX(24px);
    overflow: visible;
  }
  .articletopic .media.story2 .media-body p.authorization span {
    display: inline-block;
    border-bottom: 2px solid;
    margin-left: 4px;
  }

  p.authorization {
    font-size: 14px;
    transform: scale(1);
  }
  p.authorization a {
    display: inline-block;
    border-bottom: 2px solid;
    margin-left: 4px;
  }

  .socialmedia .fb {
    height: 20px;
  }
  .socialmedia .twitter {
    width: 23px;
    background-position: -38px -78px;
  }
  .socialmedia .line {
    width: 21px;
    height: 21px;
    background-position: 59.5% 63%;
    transform: translateY(-1px);
  }
  .socialmedia .clone {
    width: 17px;
    height: 19px;
  }
  .socialmedia:first-of-type {
    width: 120px;
    position: absolute;
    top: -92px;
    left: 369px;
  }

  p.sectiondesc {
    min-width: 500px;
    margin-left: 0px;
    margin-top: 55px;
    margin-right: 80px;
    font-size: 16px;
    line-height: 2.3rem;
  }

  p.foodintro {
    min-width: 407px;
    margin-left: 45px;
    margin-right: 140px;
    margin-top: 26px;
    line-height: 1.8rem;
  }

  p.sectionintro {
    min-width: 463px;
    text-align: left;
    margin-top: 25px;
    font-size: 16px;
  }

  .media.sectionstory {
    min-width: 324px;
    height: 406px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .media.sectionstory .storyimg-rect {
    min-width: 324px;
    height: 406px;
    max-height: 406px;
    background: url("../images/compressed/articleinside_img1.png") no-repeat center center;
    background-size: cover;
  }
  .media.sectionstory i.btn-circle.btn-circle-stroke-brown, .media.sectionstory i.btn-circle.btn-circle-stroke-darkbrown {
    width: 54px;
    height: 54px;
    background-size: 11px 18px;
  }
  .media.sectionstory i.btn-circle.btn-circle-stroke-brown {
    left: 35px;
  }
  .media.sectionstory i.btn-circle.btn-circle-stroke-darkbrown {
    left: 275px;
  }
  .media.sectionstory .media-body {
    min-width: 282px;
    margin-left: -83px;
  }
  .media.sectionstory .media-body p.media-heading.imgdesc {
    font-size: 14px;
    min-width: 281px;
    letter-spacing: 0.3px;
    left: 20px;
    margin-top: 15px;
  }
  .media.sectionstory .media-body img {
    width: 18px;
    height: 18px;
    top: 33px;
    right: -62px;
  }
  .media.sectionstory .media-body p.authorization {
    margin-top: 0;
    font-size: 14px;
    margin-left: 22px;
  }

  p.sectionintro ~ .sectiondesc {
    margin-top: 53px;
    position: relative;
  }
  p.sectionintro ~ .sectiondesc .destinationlink.second .radius2 {
    width: 164px;
    min-width: 164px;
  }
  p.sectionintro ~ .sectiondesc p {
    min-width: 500px;
    text-align: left;
    margin-right: 90px;
    line-height: 2.6rem;
    font-size: 16px;
    letter-spacing: 0.4px;
  }
  p.sectionintro ~ .sectiondesc p:nth-of-type(2) {
    margin-top: 55px;
  }
  p.sectionintro ~ .sectiondesc p:nth-of-type(3) {
    line-height: 2.4rem;
    margin-top: 151px;
  }
  p.sectionintro ~ .sectiondesc .media-thumbnail, p.sectionintro ~ .sectiondesc .media-thumbnail .storyimg-rect {
    min-width: 498px;
    min-height: 280px;
  }
  p.sectionintro ~ .sectiondesc .media-thumbnail {
    margin-top: 54px;
    margin-left: -25px;
  }
  p.sectionintro ~ .sectiondesc .media-thumbnail .storyimg-rect {
    background: url("../images/compressed/articleinside_img1.png") no-repeat center center;
    background-size: cover;
  }
  p.sectionintro ~ .sectiondesc .media-thumbnail .btn-circle.btn-circle-primary {
    margin-bottom: 100px;
    width: 42px;
    height: 42px;
    margin-top: -20px;
  }
  p.sectionintro ~ .sectiondesc .media-thumbnail i.fas.fa-caret-right {
    font-size: 20px;
    margin-top: auto;
    margin-left: 8px;
  }
  p.sectionintro ~ .sectiondesc hr {
    min-width: 500px;
    margin-top: 50px;
    margin-right: 70px;
  }
  p.sectionintro ~ .sectiondesc hr:nth-of-type(2) {
    background-color: #d8dadb;
    display: block;
    transform: translateY(-10px) rotate(0);
  }
  p.sectionintro ~ .sectiondesc hr:nth-of-type(3) {
    transform: translateY(-3px);
  }
  p.sectionintro ~ .sectiondesc .thumbup {
    max-width: 100%;
    width: auto;
    font-size: 15px;
    position: relative;
    bottom: 37px;
    left: 197px;
  }

  .articletopic .swiper-container {
    margin-left: -46px;
  }

  .swiper-group {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
    max-width: 324px;
    height: 406px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 129px;
  }
  .swiper-group p.imgdesc, .swiper-group p.authorization {
    font-size: 14px;
    position: relative;
    left: -67px;
  }
  .swiper-group p.imgdesc {
    margin-top: 13px;
    max-width: 281px;
    min-width: 281px;
    color: #403e3e;
  }
  .swiper-group p.authorization {
    color: #8b8f93;
    font-style: italic;
    left: -60px;
    max-width: 300px;
    min-width: 300px;
  }
  .swiper-group .decoration {
    width: 18px;
    height: 18px;
    position: relative;
    left: 260px;
    top: 17px;
  }

  .swiper-container {
    width: 324px;
    height: 406px;
  }

  .btn-prev, .btn-next {
    width: 54px;
    height: 54px;
    position: absolute;
  }

  .btn-prev {
    top: 176px;
    transform: rotate(180deg);
    left: -132px;
  }

  .btn-next {
    top: 176px;
    right: -40px;
  }

  .lb-container .lb-image {
    width: 389px !important;
    height: 487px !important;
  }

  .lightbox {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .play-btn {
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 6px;
    margin-top: 3px;
  }

  figure + blockquote {
    margin-top: 45px !important;
  }

  figure + blockquote > p {
    margin-top: 63px;
    margin-bottom: 63px !important;
  }

  blockquote + hr {
    margin-top: -20px !important;
  }

  figure {
    margin-top: 47px !important;
    margin-bottom: -11px !important;
  }

  figure + p {
    margin-top: 29px !important;
  }

  .transition_hide {
    transform: translateX(-25px);
    opacity: 0;
    transition: all 0.5s ease-out !important;
  }

  .transition_show {
    transform: translateX(0px);
    opacity: 1 !important;
  }

  #banner h3.title.transition_hide {
    transform: translateX(-25px) translateY(-25px);
    opacity: 0;
  }

  #banner h3.title.transition_show {
    transform: translateX(0px) translateY(-25px);
    opacity: 1 !important;
  }

  #banner h2.caption-desc.transition_hide {
    transform: translateX(-25px) translateY(-3px);
    opacity: 0;
  }

  #banner h2.caption-desc.transition_show {
    transform: translateX(0px) translateY(-3px);
    opacity: 1 !important;
  }

  #banner h3.date.transition_hide {
    transform: translateX(-25px) translateY(16px);
    opacity: 0;
  }

  #banner h3.date.transition_show {
    transform: translateX(0px) translateY(16px);
    opacity: 1 !important;
  }

  h3.title p > a {
    color: #fff;
    display: inline-block;
  }

  .articletopic > p.author > a {
    font-size: 14px;
    line-height: 15px;
    margin-left: 5px !important;
    position: relative;
    top: -1px;
  }

  .articletopic .author .date {
    font-size: 12px;
    margin-left: 7px;
    position: relative;
    top: -2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #banner .banner-group {
    max-width: 768px;
  }

  .articletopic .section + .container {
    margin-top: 20px;
  }

  figcaption .media-heading {
    height: auto !important;
    color: #403e3e !important;
    opacity: 0.9 !important;
    margin-top: 21px !important;
  }

  figcaption .media-heading + p {
    margin-top: -10px !important;
  }

  figcaption .media-heading + p, figcaption .media-heading + p a, figcaption > p, figcaption > p a {
    color: #8b8f93 !important;
    font-weight: 450 !important;
  }

  .media-heading + p a, figcaption > p a {
    margin-left: 4px;
  }

  #banner h3.title.transition_hide {
    transform: translateX(-25px) translateY(-25px);
    opacity: 0;
  }

  #banner h3.title.transition_show {
    transform: translateX(0px) translateY(-25px);
    opacity: 1 !important;
  }

  #banner h2.caption-desc.transition_hide {
    transform: translateX(-25px) translateY(-3px);
    opacity: 0;
  }

  #banner h2.caption-desc.transition_show {
    transform: translateX(0px) translateY(-3px);
    opacity: 1 !important;
  }

  .swiper-group + p {
    margin-top: -48px !important;
  }

  blockquote {
    width: 502px !important;
  }

  blockquote > p {
    text-align: center !important;
    margin-left: 0 !important;
    max-width: initial !important;
  }

  .pop {
    width: 388.8px !important;
    height: 487.2px !important;
  }

  .media-body .media-heading {
    margin-top: -5px;
  }

  .category {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .youtube-embed-wrapper {
    max-width: 640px;
    margin-left: -140px;
  }

  #main {
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .fixed-width {
    position: relative;
    left: 18%;
  }

  #fixedHeight {
    height: 100vh;
  }

  .background-top-group {
    width: 100%;
    height: 760px;
    background: url("../images/compressed/articleinside_banner.png") no-repeat center center;
    background-size: cover;
    position: fixed;
    top: 0px;
    z-index: -1;
  }

  .background-top-shadow {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent);
  }

  figure + h2.sectiontitle {
    max-width: 640px;
  }

  #banner {
    height: calc(100vh + 70px);
    position: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    transition: all 900ms linear;
    top: -70px;
  }
  #banner h1.caption {
    width: 100%;
    font-size: 54px;
    text-align: left;
    padding-left: 135px;
  }
  #banner h1.caption p {
    margin: 0;
    margin-top: 10px;
    min-width: 520px;
    margin-right: 545px;
  }
  #banner h1.caption p:last-of-type {
    margin-top: -1px;
  }
  #banner h2.caption-desc {
    margin-top: 32px;
    max-width: 350px;
    width: 350px;
    margin-left: 0;
    transform: translateX(0);
    text-align: left;
    line-height: 2.4rem;
    margin-left: 140px;
  }
  #banner h3.title {
    font-size: 14px;
    color: #fff;
    width: 100%;
    top: 5px;
    text-align: left;
    border-bottom: 0;
    padding-bottom: 7px;
    margin-left: 140px;
    position: relative;
  }
  #banner h3.title p {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #b2b5b6;
  }
  #banner h3.date {
    color: #fff;
    width: 100%;
    text-align: left;
    margin-left: 140px;
    font-size: 14px;
    margin-top: 12px;
  }

  .articlegroup {
    padding-left: 139px;
    margin-top: 57px;
    margin-left: auto;
    margin-right: auto;
  }
  .articlegroup .radius-group {
    top: -56px;
  }
  .articlegroup .radius1 {
    content: "";
    display: block;
    width: 18%;
    height: 57px;
    background-color: #fff;
    margin-left: -139px;
  }
  .articlegroup .radius2 {
    content: "";
    display: block;
    width: 100%;
    height: 57px;
    position: relative;
    background-color: #fff;
  }

  .fixed-section {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .mainarticle {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0px;
    margin-top: -92px;
  }

  .articletitle {
    margin-bottom: 178px;
  }
  .articletitle .maintitle {
    margin-top: 24px;
    margin-left: -139px;
  }

  .anotherarticle {
    transform: translateX(-138px);
  }
  .anotherarticle .container {
    max-width: 1170px;
  }

  .articletopic > p {
    max-width: 640px;
    margin-top: 21px;
    margin-bottom: 40px;
    margin-left: -140px;
  }
  .articletopic > p a {
    font-size: 16px;
  }
  .articletopic > p p {
    font-size: 16px;
  }
  .articletopic > span {
    margin-left: -140px;
  }
  .articletopic span + span {
    margin-left: 0;
  }

  blockquote > p {
    max-width: 511px;
    font-size: 20px;
    margin-left: -75px;
    margin-top: 76px;
    margin-bottom: 76px !important;
    line-height: 32px;
  }

  p + .container {
    margin-top: -6px;
    margin-left: 15px;
  }

  .media {
    width: 640px;
    max-width: 640px;
    margin-left: -140px;
  }

  .media-thumbnail {
    width: 640px;
    max-width: 640px;
  }

  .media .storyimg-rect {
    width: 640px;
    max-width: 640px;
    height: 800px;
    max-height: 800px;
  }

  .media .storyimg-sm-rect {
    width: 640px;
    max-width: 640px;
    height: 512px;
    max-height: 512px;
  }

  .media-body {
    min-width: 640px;
  }

  .articletopic hr {
    width: 640px;
    margin-left: -145px;
  }

  .storyimg-rect {
    max-width: 640px;
    max-height: 360px;
    height: 360px;
    margin-left: -140px;
  }

  .destinationlink a::after {
    top: 2px;
    left: 11px;
  }

  .destinationlink.first {
    width: 500px;
    height: 118px;
    margin-left: -70px;
    margin-top: 95px;
    margin-bottom: 93px;
  }
  .destinationlink.first a {
    margin-top: 30px;
    margin-left: 128px;
  }
  .destinationlink.first .btn-circle {
    top: -1px;
    left: 11px;
  }
  .destinationlink.first::after {
    width: 432px;
    height: 16px;
  }
  .destinationlink.first::before {
    width: 70px;
    height: 16px;
  }

  .destinationlink.second::before {
    width: 299px;
  }

  .destinationlink.second {
    width: 299px;
    height: 130px;
    margin-left: 130px;
    margin-top: 95px;
    margin-bottom: 93px;
  }
  .destinationlink.second::before {
    margin-left: 0;
  }
  .destinationlink.second a {
    margin-top: 40px;
    margin-left: 20px;
  }
  .destinationlink.second .btn-circle {
    top: -1px;
    left: 11px;
  }
  .destinationlink.second .radius-group2 {
    max-width: 201px;
    width: 201px;
    height: 130px;
  }
  .destinationlink.second .radius-group2 .radius1, .destinationlink.second .radius-group2 .radius2 {
    display: block;
    width: 201px;
  }
  .destinationlink.second .radius-group2 .radius1 {
    display: block;
    left: 135px;
    top: 0px;
    border-top-right-radius: 30px;
    height: 12px;
    width: 202px;
    background-repeat: no-repeat;
    background-position: center 2%;
    background-size: cover;
  }
  .destinationlink.second .radius-group2 .radius2 {
    position: relative;
    height: 120px;
    left: -4px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }

  .destinationlink + .destinationlink {
    margin-top: -33px;
  }

  .star {
    margin-top: 78px;
    left: 230px;
  }

  .searchkeyword {
    max-width: 550px;
    margin-left: -80px;
    margin-top: 80px;
    text-align: center;
  }

  .socialmedia.second {
    margin-left: -191px;
  }

  .anotherarticle h3.title {
    margin-top: 116px;
    margin-bottom: -32px;
  }

  .articletopic .container {
    max-width: 640px;
    width: initial;
    margin-left: -124px;
    left: 0;
    transform: translateX(0);
  }
  .articletopic .title {
    margin-left: -142px;
    min-width: 642px;
    line-height: 55px;
  }
  .articletopic .topicintro {
    font-size: 18px;
    margin-left: -140px;
    margin-top: 32px;
    max-width: 640px;
  }
  .articletopic .socialmedia:first-of-type {
    top: -108px;
    left: 387px;
  }
  .articletopic h1 {
    margin-top: -15px;
  }
  .articletopic p.author {
    margin-left: -140px;
    margin-bottom: 95px;
  }
  .articletopic p.author span:first-of-type {
    margin-right: 6px;
  }
  .articletopic .section {
    margin-left: -138px;
    margin-top: 80px;
    margin-right: 140px;
    min-width: 640px;
    letter-spacing: 1.1px;
  }
  .articletopic .section .bookname p, .articletopic .section .bookname a {
    transform: translateX(-4px);
    font-size: 16px;
  }
  .articletopic .quote {
    min-width: 514px;
    margin-left: -75px;
    margin-right: 204px;
  }

  .articletopic .sectiontitle {
    left: -138px;
    margin-top: -8px !important;
  }
  .articletopic figure + h2.sectiontitle {
    max-width: 800px;
    margin-top: 10px !important;
  }
  .articletopic .media.story, .articletopic .media.story2 {
    min-width: 640px;
    margin-left: -158px;
  }
  .articletopic .media.story .media-thumbnail, .articletopic .media.story2 .media-thumbnail {
    width: 640px;
    max-width: 640px;
    height: 800px;
    max-height: 800px;
  }
  .articletopic .media.story .media-thumbnail .storyimg-rect, .articletopic .media.story2 .media-thumbnail .storyimg-rect {
    width: 640px;
    max-width: 640px;
    height: 800px;
    max-height: 800px;
    background: url("../images/compressed/articleinside_img1.png") no-repeat center center;
    background-size: cover;
  }
  .articletopic > p span.show {
    margin-left: 58px !important;
    margin-top: 18px;
  }
  .articletopic .annotation a {
    color: #be9458;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    position: relative;
    z-index: 1;
    font-size: 16px;
  }
  .articletopic .annotation a::after {
    background-color: #f2eee9;
    width: 18px;
    height: 18px;
    border: 1px solid #966a4e;
    background-size: 9px 7px;
    background-position: center;
    transform: rotate(90deg);
    top: 4px;
    margin-left: 0;
    left: 5px;
    margin-top: 0;
    position: relative;
    z-index: -1;
    -webkit-user-select: none;
            user-select: none;
  }
  .articletopic .annotation span {
    width: 526px;
    display: block;
    margin-left: 57px;
    margin-top: 23px;
    margin-bottom: 16px !important;
    color: #be9458;
    display: none;
    font-size: 14px;
  }
  .articletopic .annotation span.show {
    margin-bottom: 18px !important;
  }
  .articletopic .media.story {
    margin-left: -140px;
    position: relative;
  }
  .articletopic .media.story .media-body {
    overflow: visible;
    margin-left: -254px;
  }
  .articletopic .media.story .media-body p.media-heading.imgdesc {
    width: auto;
    display: inline-block;
    right: 8px;
  }
  .articletopic .media.story .media-body p.authorization {
    display: inline-block;
    position: relative;
    transform: translateY(-5px) translateX(-7px);
  }
  .articletopic .media.story2 {
    margin-left: -140px;
    margin-top: -6px;
  }
  .articletopic .media.story2 .media-thumbnail {
    width: 640px;
    max-width: 640px;
    height: 512px;
    max-height: 512px;
  }
  .articletopic .media.story2 .media-thumbnail .storyimg-sm-rect {
    width: 640px;
    max-width: 640px;
    height: 512px;
    max-height: 512px;
    background: url("../images/compressed/articleinside_img1.png") no-repeat center center;
    background-size: cover;
  }
  .articletopic .media.story2 .media-body {
    margin-left: -483px;
    margin-top: -20px;
  }
  .articletopic .media.story2 .media-body p.authorization {
    margin-left: -3px;
    display: block;
    text-align: left;
    margin-top: 20px;
  }
  .articletopic hr.first {
    min-width: 638px;
    margin-top: 98px;
    margin-right: 140px;
    margin-left: -139px;
  }
  .articletopic p.sectiondesc {
    min-width: 640px;
    margin-right: 140px;
    margin-left: -140px;
  }
  .articletopic p.foodintro {
    min-width: 526px;
    font-size: 14px;
    margin-left: -84px;
    margin-right: 197px;
    margin-top: 25px;
  }
  .articletopic p.sectionintro {
    margin-left: -140px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .articletopic .media.sectionstory {
    min-width: 371px;
    height: 465px;
    margin-top: 104px;
    left: 0px;
  }
  .articletopic .media.sectionstory .storyimg-rect {
    min-width: 371px;
    height: 465px;
    max-height: 465px;
    background: url("../images/compressed/articleinside_img1.png") no-repeat center center;
    background-size: cover;
  }
  .articletopic .media.sectionstory .media-body img {
    right: -109px;
    top: 33px;
  }
  .articletopic .media.sectionstory i.btn-circle.btn-circle-stroke-brown {
    left: -13px;
  }
  .articletopic .media.sectionstory i.btn-circle.btn-circle-stroke-darkbrown {
    left: 370px;
  }
  .articletopic .media.sectionstory p.media-heading.imgdesc {
    width: auto;
    display: inline-block;
    right: 0;
  }
  .articletopic .media.sectionstory p.authorization {
    display: block;
    transform: scale(1);
  }
  .articletopic p.sectionintro ~ .sectiondesc p {
    min-width: 640px;
    margin-right: 100px;
    margin-left: -118px;
  }
  .articletopic p.sectionintro ~ .sectiondesc p:nth-of-type(3) {
    margin-top: 185px;
  }
  .articletopic p.sectionintro ~ .sectiondesc .media-thumbnail {
    margin-left: -120px;
  }
  .articletopic p.sectionintro ~ .sectiondesc .media-thumbnail i.btn-circle {
    margin-top: -22px;
  }
  .articletopic p.sectionintro ~ .sectiondesc .media-thumbnail, .articletopic p.sectionintro ~ .sectiondesc p.sectionintro ~ .sectiondesc .media-thumbnail .storyimg-rect {
    width: 640px;
    max-width: 640px;
    height: 360px;
    max-height: 360px;
  }
  .articletopic p.sectionintro ~ .sectiondesc .media-thumbnail .storyimg-rect {
    width: 640px;
    max-width: 640px;
    height: 360px;
    max-height: 360px;
    background: url("../images/compressed/articleinside_img1.png") no-repeat center center;
  }
  .articletopic p.sectionintro ~ .sectiondesc .socialmedia.second {
    margin-left: -95px;
  }
  .articletopic p.sectionintro ~ .sectiondesc .thumbup {
    left: 0;
    top: -153px;
    margin-left: 333px;
  }

  .anotherarticle {
    margin-top: 112px;
  }
  .anotherarticle .container {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -45px;
  }
  .anotherarticle h3.title {
    margin-left: -139px;
  }
  .anotherarticle .row {
    max-width: 705px;
    margin-left: -36px;
  }
  .anotherarticle .row .media {
    margin-right: -10px;
  }
  .anotherarticle .row .media-thumbnail {
    max-width: 207px;
    margin-top: -8px;
    margin-left: -20px;
  }
  .anotherarticle .row .media-thumbnail .subarticleimg {
    max-width: 207px;
    height: 207px;
  }
  .anotherarticle .media-body {
    min-width: 207px;
  }
  .anotherarticle .media-body p {
    max-width: 207px;
  }
  .anotherarticle .category {
    margin-bottom: 14px;
  }

  .swiper-group {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
    max-width: 371px;
    height: 465px;
    margin-left: 38px;
  }
  .swiper-group p.imgdesc, .swiper-group p.authorization {
    font-size: 14px;
    position: relative;
    left: -91px;
  }
  .swiper-group p.imgdesc {
    margin-top: 13px;
    max-width: 281px;
    min-width: 281px;
    color: #403e3e;
  }
  .swiper-group p.authorization {
    color: #8b8f93;
    font-style: italic;
    left: -85px;
    max-width: 300px;
    min-width: 300px;
  }
  .swiper-group .decoration {
    width: 18px;
    height: 18px;
    position: relative;
    left: 305px;
    bottom: 60px;
  }

  .swiper-container {
    width: 371px;
    height: 465px;
  }

  .btn-prev, .btn-next {
    width: 54px;
    height: 54px;
    position: absolute;
  }

  .btn-prev {
    top: 176px;
    transform: rotate(180deg);
    left: -179px;
  }

  .btn-next {
    top: 176px;
    right: -88px;
  }

  .lb-container .lb-image {
    width: 445px !important;
    height: 558px !important;
  }

  .lightbox {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .play-btn {
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 6px;
    margin-top: 3px;
  }

  .media-heading + p a, figcaption > p a {
    margin-left: 4px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .articlegroup {
    max-width: 100%;
    width: 100%;
  }

  .fixed-width {
    max-width: 920px;
  }

  .figure .storyimg-rect {
    margin-left: 0;
  }

  .section p {
    max-width: 640px;
  }

  .articletopic .section + .container {
    margin-top: 20px;
  }

  .articletopic .section:nth-of-type(3) {
    margin-right: 139px;
  }

  .anotherarticle .row .media:last-of-type {
    display: none;
  }

  figure .media-body .media-heading {
    display: inline-block;
    font-size: 14px;
    margin-top: 22px;
  }
  figure .media-body .media-heading p {
    font-size: 14px;
  }

  figure .media-body .media-heading + p {
    display: inline-block;
    margin-left: 5px;
    margin-top: 0px;
    transform: skew(-8deg);
    font-size: 14px;
    line-height: 39px;
  }
  figure .media-body .media-heading + p a {
    font-size: 14px;
  }

  blockquote {
    width: 640px !important;
    margin-left: -140px !important;
  }

  blockquote > p {
    text-align: center !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }

  .pop {
    width: 445.2px !important;
    height: 558px !important;
  }

  .articletopic .author .date {
    font-size: 12px;
    margin-left: 7px;
    position: relative;
    top: -1px;
  }

  .category {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .youtube-embed-wrapper {
    max-width: 800px;
    margin-left: -140px;
  }

  #main {
    min-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .fixed-width {
    max-width: 1400px;
    margin-left: -55px;
  }

  .articlegroup {
    max-width: initial;
    max-width: 100%;
  }

  .articletopic .socialmedia:first-of-type {
    margin-top: -55px;
  }

  #fixedHeight {
    height: 100vh;
  }

  #banner {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: fixed;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    transition: all 1.2s linear;
    top: 0;
  }
  #banner .banner-group {
    width: 100%;
    position: absolute;
    top: initial;
  }
  #banner .articletopic .section:nth-of-type(3) {
    margin-right: 193px;
  }
  #banner h3.title {
    margin-left: 405px;
    top: -11px;
  }
  #banner h1.caption {
    line-height: 5.5rem;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  #banner h1.caption p {
    text-align: left;
    max-width: 520px;
    min-width: initial;
    margin-left: 401px;
  }
  #banner h2.caption-desc {
    max-width: 495px;
    width: 495px;
    letter-spacing: 0.5px;
    text-align: left;
    margin-left: 403px;
    min-width: 0;
  }
  #banner h3.date {
    margin-left: 404px;
    position: relative;
    top: 15px;
  }
  #banner .btn-circle {
    width: 28px;
    height: 18px;
  }

  .mainarticle {
    margin-left: initial;
    margin-right: initial;
    margin-top: -95px;
  }

  .articletopic .section + .container {
    margin-top: 20px;
  }

  .articlegroup {
    padding-left: 300px;
    margin-top: 81px;
    max-width: 1920px;
  }
  .articlegroup .radius-group {
    top: -81px;
  }
  .articlegroup .radius1 {
    width: 27.5%;
    height: 83px;
    margin-left: -300px;
  }
  .articlegroup .radius2 {
    width: 100%;
    height: 83px;
    margin-left: -1px;
  }

  .articletopic > p {
    max-width: 800px;
    margin-top: 21px;
    margin-bottom: 40px;
    margin-left: -140px;
  }
  .articletopic > p a {
    font-size: 16px;
  }
  .articletopic > p p {
    font-size: 16px;
  }
  .articletopic > p span.show {
    margin-left: 45px !important;
  }
  .articletopic > p span.show i.btn-circle {
    background-color: #f2eee9;
    width: 14px;
    height: 14px;
    border: 1px solid #966a4e;
    background-size: 6px 4px;
    background-position: center;
    transform: rotate(90deg);
  }
  .articletopic .annotation a {
    color: #be9458;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    position: relative;
    z-index: 1;
    font-size: 16px;
  }
  .articletopic .annotation a::after {
    background-color: #f2eee9;
    width: 18px;
    height: 18px;
    border: 1px solid #966a4e;
    background-size: 9px 8px;
    background-position: center;
    transform: rotate(90deg);
    position: relative;
    top: 4px;
    left: 5px;
    z-index: -1;
    -webkit-user-select: none;
            user-select: none;
  }
  .articletopic .annotation span {
    width: 702px;
    display: block;
    margin-left: 46px;
    margin-top: 24px;
    margin-bottom: 16px !important;
    color: #be9458;
    display: none;
    font-size: 14px;
  }
  .articletopic .annotation span.show {
    margin-bottom: 15px !important;
  }

  blockquote > p {
    max-width: 627px;
    font-size: 20px;
    margin-left: -55px;
    margin-top: 76px;
    margin-bottom: 76px !important;
    line-height: 32px;
  }

  p + .container {
    margin-top: -6px;
    margin-left: 15px;
  }

  .media {
    width: 800px;
    max-width: 800px;
    margin-left: -143px;
    margin-top: 30px;
  }

  .media-body p {
    font-size: 14px;
  }

  .media-body > p a {
    font-size: 14px;
  }

  .media-thumbnail {
    width: 800px;
    max-width: 800px;
  }

  .media .storyimg-rect {
    width: 800px;
    max-width: 800px;
    height: 1000px;
    max-height: 1000px;
  }

  figure .media-body .media-heading {
    display: inline-block;
    font-size: 14px;
    margin-top: 23px;
  }
  figure .media-body .media-heading p {
    font-size: 14px;
  }

  figure .media-body .media-heading + p {
    display: inline-block;
    margin-left: 5px;
    margin-top: 0px;
    transform: skew(-8deg);
    font-size: 14px;
    line-height: 39px;
  }
  figure .media-body .media-heading + p a {
    font-size: 14px;
  }

  .media .storyimg-sm-rect {
    width: 800px;
    max-width: 800px;
    height: 640px;
    max-height: 640px;
  }

  .media-body {
    min-width: 800px;
  }

  .star {
    left: 300px;
  }

  .searchkeyword {
    max-width: 680px;
    margin-left: -65px;
  }

  .articletopic hr {
    width: 800px;
    margin-left: -145px;
  }

  .figure .storyimg-rect {
    margin-left: 0;
  }

  .storyimg-rect {
    max-width: 640px;
    max-height: 360px;
    height: 360px;
  }

  p + .container {
    margin-top: -6px;
    margin-left: 15px;
  }

  .articletopic h2 {
    margin-top: -65px;
  }

  .destinationlink.first {
    margin-left: 10px;
    margin-top: 105px;
  }
  .destinationlink.second {
    margin-left: 210px;
  }
  .destinationlink.second .radius-group2 .radius1 {
    left: 297px;
    top: 0px;
    border-top-right-radius: 30px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center 2%;
    background-size: cover;
  }
  .destinationlink.second .radius-group2 .radius2 {
    height: 119px;
    left: -2px;
    top: -1px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }

  .socialmedia.second {
    margin-left: -302px;
  }

  .articletopic .container .row {
    margin-left: -155px;
  }
  .articletopic .swiper-container {
    margin-left: 19px;
  }
  .articletopic h1 {
    min-width: 730px;
    margin-top: -64px;
  }
  .articletopic .title {
    min-width: 0;
    max-width: 800px;
  }
  .articletopic .socialmedia:first-of-type {
    left: 550px;
    margin-top: 0;
    top: -94px;
  }
  .articletopic .section {
    min-width: 810px;
    margin-right: 300px;
    margin-top: 80px;
  }
  .articletopic .section > p {
    margin-right: 193px;
  }
  .articletopic .quote {
    margin-left: -50px;
    min-width: 627px;
    margin-right: 386px;
  }
  .articletopic .topicintro {
    max-width: 800px;
    min-width: 0;
  }
  .articletopic .media.story {
    left: -79px;
  }
  .articletopic .media.story .media-body {
    margin-left: -412px;
  }
  .articletopic .media.story2 {
    margin-left: -219px;
  }
  .articletopic .media.story2 .media-body {
    margin-left: -644px;
  }
  .articletopic .media.story .media-thumbnail {
    width: 800px;
    max-width: 800px;
    height: 1000px;
    max-height: 1000px;
  }
  .articletopic .media.story2 .media-thumbnail {
    width: 800px;
    max-width: 800px;
    height: 640px;
    max-height: 640px;
  }
  .articletopic .media.story .media-thumbnail .storyimg-rect {
    width: 800px;
    max-width: 800px;
    height: 1000px;
    max-height: 1000px;
    background: url("../images/compressed/articleinside_img1.png") no-repeat center center;
  }
  .articletopic .media.story .media-thumbnail .storyimg-rect + img {
    width: 18px;
    height: 18px;
    position: relative;
    display: block;
    left: 782px;
    top: 19px;
  }
  .articletopic .media.story2 .media-thumbnail .storyimg-sm-rect {
    width: 800px;
    max-width: 800px;
    height: 640px;
    max-height: 640px;
    background: url("../images/compressed/articleinside_img2.png") no-repeat center center;
  }
  .articletopic .media.story2 .media-thumbnail .storyimg-sm-rect + img {
    width: 18px;
    height: 18px;
    position: relative;
    display: block;
    left: 782px;
    top: 19px;
  }
  .articletopic .media.sectionstory {
    width: 463px;
    max-width: 463px;
    height: auto;
    margin-top: 47px;
    left: 12px;
  }
  .articletopic .media.sectionstory .media-thumbnail {
    width: 463px;
    max-width: 463px;
    height: 580px;
    max-height: 580px;
  }
  .articletopic .media.sectionstory .media-body {
    min-width: 380px;
  }
  .articletopic .media.sectionstory .media-body .media-heading.imgdesc {
    min-width: 466px;
    margin-left: -20px;
  }
  .articletopic .media.sectionstory .media-body img {
    right: -82px;
  }
  .articletopic .media.sectionstory p.authorization {
    margin-left: 0px;
  }
  .articletopic .media.sectionstory .storyimg-rect {
    width: 463px;
    max-width: 463px;
    height: 580px;
    max-height: 580px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .articletopic .media.sectionstory i.btn-circle.btn-circle-stroke-brown {
    left: -48px;
  }
  .articletopic .media.sectionstory i.btn-circle.btn-circle-stroke-darkbrown {
    left: 498px;
  }
  .articletopic hr.first {
    min-width: 800px;
    margin-top: 100px;
    margin-right: 303px;
  }
  .articletopic p.sectiondesc {
    min-width: 800px;
    margin-right: 300px;
  }

  .articletitle .maintitle {
    left: 0;
    margin-left: -139px;
    margin-top: -24px;
  }

  .articletopic p.sectionintro ~ .sectiondesc p {
    min-width: 800px;
    margin-right: 300px;
    margin-left: -122px;
  }
  .articletopic p.sectionintro ~ .sectiondesc .media-thumbnail {
    width: 800px;
    max-width: 800px;
    height: 450px;
    max-height: 450px;
    margin-left: -201px;
  }
  .articletopic p.sectionintro ~ .sectiondesc .media-thumbnail .storyimg-rect {
    width: 800px;
    max-width: 800px;
    height: 450px;
    max-height: 450px;
    background: url("../images/compressed/articleinside_img1.png") no-repeat center center;
  }
  .articletopic p.sectionintro ~ .sectiondesc .media-thumbnail i.btn-circle {
    margin-top: -22px;
  }

  .storyimg-rect {
    width: 800px;
    max-width: 800px;
    height: 450px;
    max-height: 450px;
  }

  .articletopic p.foodintro {
    min-width: 706px;
    margin-right: 349px;
  }

  .articletopic p.sectionintro ~ .sectiondesc hr {
    min-width: 800px;
    margin-right: 300px;
  }
  .articletopic p.sectionintro ~ .sectiondesc hr:nth-of-type(2) {
    left: 140px;
  }
  .articletopic p.sectionintro ~ .sectiondesc .thumbup {
    left: 77px;
  }

  .anotherarticle {
    width: 100%;
    transform: translateX(0);
    margin-left: -173px;
  }
  .anotherarticle .media-body {
    min-width: 286px;
  }
  .anotherarticle h3.title {
    margin-left: -300px;
  }
  .anotherarticle .media {
    width: 280px;
    max-width: 280px;
    left: 0;
    transform: initial;
  }
  .anotherarticle .container .media-thumbnail {
    width: 270px;
    max-width: 270px;
    height: 270px;
    max-height: 270px;
  }
  .anotherarticle .container .media-thumbnail .subarticleimg {
    width: 270px;
    max-width: 270px;
    height: 270px;
    max-height: 270px;
  }
  .anotherarticle .container, .anotherarticle .row {
    max-width: initial;
    width: initial;
  }
  .anotherarticle .container .media, .anotherarticle .row .media {
    margin-right: 30px;
  }
  .anotherarticle .container {
    margin-left: -112px;
    max-width: 1220px;
    left: 50%;
    transform: translateX(-50%);
  }

  .swiper-group {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
    max-width: 463px;
    height: 580px;
    margin-left: 10px;
  }
  .swiper-group p {
    left: 0;
    margin-left: 15px;
  }
  .swiper-group p:nth-of-type(1) {
    max-width: 370px;
  }
  .swiper-group p.imgdesc {
    margin-top: 13px;
    max-width: 281px;
    min-width: 281px;
    color: #403e3e;
  }
  .swiper-group p.authorization {
    color: #8b8f93;
    font-style: italic;
    left: -63px;
    max-width: 300px;
    min-width: 300px;
  }
  .swiper-group .decoration {
    width: 18px;
    height: 18px;
    position: relative;
    left: 464px;
    top: 15px;
  }

  .swiper-container {
    width: 463px;
    height: 580px;
  }

  .btn-prev, .btn-next {
    width: 54px;
    height: 54px;
    position: absolute;
  }

  .btn-prev {
    top: 263px;
    transform: rotate(180deg);
    left: -152px;
  }

  .btn-next {
    top: 263px;
    right: -189px;
  }

  .lb-container .lb-image {
    width: 555px !important;
    height: 696px !important;
  }

  .lightbox {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .play-btn {
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 6px;
    margin-top: 3px;
  }

  figure + blockquote {
    margin-top: 0 !important;
  }

  figure > .media-body {
    height: 74px;
  }

  blockquote + figure {
    margin-top: -19px !important;
  }

  .media-heading + p a, figcaption > p a {
    margin-left: 4px;
  }

  blockquote {
    width: 800px !important;
    margin-left: -140px !important;
  }

  blockquote > p {
    text-align: center !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }

  .prevPage-img, .nextPage-img {
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/common/chief.jpg");
    width: 130px;
    height: 130px;
  }

  .articlepage {
    width: 800px;
    height: 130px;
    margin-left: -147px;
  }
  .articlepage hr {
    display: inline-block;
    width: 1px;
    height: 70px;
    margin-top: 30px;
    background-color: #d8dadb;
  }

  .articlepage {
    margin-top: -71px;
  }

  .articlepage + hr {
    max-width: 800px;
    margin-left: -147px;
    margin-top: 30px;
  }

  .prevarticle, .nextarticle, .articlepage {
    display: flex;
    position: relative;
  }

  .prev-btn, .next-btn {
    width: auto;
    height: auto;
    padding-top: 63px;
  }

  .prev-btn {
    padding-left: 77px;
  }

  .next-btn {
    padding-right: 98px;
  }

  .prevarticle .prev-btn > div, .nextarticle .next-btn > div {
    font-size: 17px;
    display: inline-block;
    width: auto;
    height: 18px;
    transform: translateY(-50%);
  }
  .prevarticle .prev-btn > div i, .nextarticle .next-btn > div i {
    width: 18px;
    height: 18px;
  }
  .prevarticle .prev-btn > div .btn-circle, .nextarticle .next-btn > div .btn-circle {
    background-size: 16px 10px;
  }

  .prevarticle .prev-btn > div span {
    display: inline-block;
    padding-left: 14px;
    transform: translateY(1px);
  }

  .nextarticle .next-btn > div span {
    display: inline-block;
    padding-right: 14px;
    transform: translateY(1px);
  }

  .prevarticle .prev-btn > div > i {
    transform: rotate(-180deg);
  }

  .articlepage + hr {
    display: block;
  }

  .pop {
    width: 555.6px !important;
    height: 696px !important;
  }

  .category {
    margin-top: 40px;
    margin-bottom: 22px;
  }
}