@charset "UTF-8";
@font-face {
  font-family: TrajanPro3;
  src: url("../font/TrajanPro3-Regular.eot");
  src: url("../font/TrajanPro3-Regular.eot?#iefix") format("embedded-opentype"), url("../font/TrajanPro3-Regular.woff") format("woff"), url("../font/TrajanPro3-Regular.ttf") format("truetype"), url("../font/TrajanPro3-Regular.svg#AftaserifRegular") format("svg"); }

/*@font-face {
    font-family: 'NotoSansThin';
    font-style:normal;
        src: url('//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2') format('woff2'),
             url('//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff') format('woff'),
             url('//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf') format('opentype');
}
*/
/*@font-face {
    font-family: NotoSansLight;
    font-style:normal;
        src: url('//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2') format('woff2'),
             url('//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff') format('woff'),
             url('//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf') format('opentype');
}*/
/*@font-face {
    font-family: NotoSansRegula;
    font-style:normal;
        src: url('//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2') format('woff2'),
             url('//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff') format('woff'),
             url('//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf') format('opentype');
}*/
@font-face {}* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  word-wrap: break-word;
  word-break: normal; }

.line-ellipsis {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.block-ellipsis {
  overflow: hidden; }

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-80,
.col-sm-80,
.col-md-80,
.col-lg-80,
.col-xs-72,
.col-sm-72,
.col-md-72,
.col-lg-72,
.col-xs-28,
.col-sm-28,
.col-md-28,
.col-lg-28,
.col-md-142 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 992px) {
  .col-md-142 {
    width: 14.2%;
    float: left; } }

.col-xs-20 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-20 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
    float: left; } }

.col-xs-80 {
  width: 80%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-80 {
    width: 80%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-80 {
    width: 80%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-80 {
    width: 80%;
    float: left; } }

.col-xs-72 {
  width: 72%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-72 {
    width: 72%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-72 {
    width: 72%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-72 {
    width: 72%;
    float: left; } }

.col-xs-28 {
  width: 28%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-28 {
    width: 28%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-28 {
    width: 28%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-28 {
    width: 28%;
    float: left; } }

html, body {
  height: 100%;
  margin: 0px;
  font-family: NotoSansLight, 'PingFangTC-Light', 'WenQuanYi Micro Hei', 'Microsoft JhengHei', '微軟正黑體', sans-serif;
  font-size: 15px;
  background: #F6F6F6; }

button:focus, div:focus, input:focus {
  outline: 0; }

.thin {
  font-weight: 100; }

.align_table {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow: auto;
  display: table;
  text-align: center; }

.align_table_cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 40px; }

.align_core {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px; }

.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap; }

.btn {
  cursor: pointer; }
  .btn:hover {
    transition: all 0.25s; }

.btn--sd {
  display: inline-block;
  font-size: 15px;
  color: #008228;
  padding: 3px 13px;
  border: solid 1px #008228;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block; }
  .btn--sd:hover {
    background: #008228;
    color: #F6F6F6; }

.container {
  position: relative; }

@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 970px; } }

@media (min-width: 1030px) {
  .container {
    width: 100%;
    max-width: 1000px; } }

a, .text_link {
  color: black;
  text-decoration: none;
  transition: all .25s;
  will-change: auto;
  -webkit-will-change: auto; }
  a:hover, .text_link:hover {
    color: #666666; }

#page {
  padding: 0 15px;
  overflow: hidden; }

.display_photoset_block, .normal_block {
  padding: 80px 15px;
  border-bottom: dotted 1px #979797; }
  @media (max-width: 991px) {
    .display_photoset_block, .normal_block {
      padding: 50px 15px; } }

body.home .normal_block {
  padding: 90px 15px;
  padding-bottom: 0px;
  border-bottom: 0px; }
  @media (max-width: 991px) {
    body.home .normal_block {
      padding: 50px 15px;
      padding-bottom: 0px; } }

.post_navigation.normal_block {
  padding: 10px 15px 30px 15px;
  border-bottom: 0px;
  margin-top: 60px;
  border-top: 1px dotted #979797; }
  @media (max-width: 991px) {
    .post_navigation.normal_block {
      padding: 30px 15px; } }
  @media (max-width: 767px) {
    .post_navigation.normal_block {
      padding: 30px 15px; } }
  .post_navigation.normal_block .nav-previous a {
    display: block;
    padding-left: 18px;
    position: relative;
    font-size: 14px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .post_navigation.normal_block .nav-previous a:before {
      content: '←';
      position: absolute;
      left: 0px;
      top: 0px; }
  .post_navigation.normal_block .nav-next a {
    width: 100%;
    display: block;
    padding-right: 18px;
    position: relative;
    float: right;
    font-size: 14px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .post_navigation.normal_block .nav-next a:after {
      content: '→';
      position: absolute;
      right: 0px;
      top: 0px; }

.page_head_block {
  margin-top: 50px;
  margin-bottom: 40px;
  max-width: 1000px;
  padding-bottom: 27px;
  border-bottom: dotted 1px #979797; }
  @media (max-width: 767px) {
    .page_head_block {
      margin-bottom: 30px; } }
  .page_head_block .time {
    margin-bottom: 15px; }
  .page_head_block .title {
    font-size: 30px;
    font-family: NotoSansMedium;
    line-height: normal; }
  .page_head_block .excerpt {
    margin-top: 15px;
    line-height: 1.5em; }
  .page_head_block .author_name {
    margin-top: 40px;
    margin-bottom: -15px;
    font-size: 14px; }

.page_head_block.archive {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px; }

.normal_block, .container.blog_body {
  max-width: 1000px; }

h3.block_title {
  font-family: TrajanPro3, 'Songti TC','LiSong Pro', serif;
  font-size: 20px;
  padding-bottom: 12px;
  line-height: normal;
  font-weight: normal;
  border-bottom: dotted 1px #979797;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    h3.block_title {
      margin-bottom: 20px; } }
  h3.block_title .eng {
    font-family: TrajanPro3;
    font-size: 20px; }
    @media (max-width: 767px) {
      h3.block_title .eng {
        font-size: 18px; } }
  h3.block_title .zht {
    font-family: 'Songti TC','LiSong Pro', serif;
    font-size: 22px;
    position: relative;
    top: -1px; }
    @media (max-width: 767px) {
      h3.block_title .zht {
        font-size: 20px;
        display: inline-block; } }

#site-navigation {
  width: 100%;
  height: 213px;
  background: #F6F6F6;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column nowrap; }

.main_logo {
  margin-top: 75px;
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
  max-width: 209px; }
  .main_logo img {
    max-width: 100%; }

.main_nav_wrap {
  width: 100%; }

.post_preview_thumb {
  position: relative; }

.main_nav {
  display: flex;
  justify-content: center;
  font-size: 14px;
  position: relative;
  z-index: 100; }
  .main_nav .text_link {
    padding-left: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0);
    color: black; }
    .main_nav .text_link:hover {
      padding-left: 5px;
      border-color: #A19570;
      color: #9a9a9a;
      text-decoration: none; }
  .main_nav .primary_item {
    position: relative;
    padding-bottom: 31px; }
    .main_nav .primary_item a {
      color: black;
      text-decoration: none; }
    .main_nav .primary_item:after {
      content: '';
      width: 0%;
      height: 1px;
      background: #A19570;
      position: absolute;
      top: calc(14px + 4px);
      top: 18px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all .3s;
      transition: all .3s; }
    .main_nav .primary_item:hover::after {
      width: 107%; }
  .main_nav li {
    padding: 0px 25px 0px 25px; }
    .main_nav li:hover > .sub_nav {
      visibility: visible;
      opacity: 1;
      max-height: 500px;
      padding: 40px 13.5px 40px 13.5px; }
  .main_nav .sub_nav {
    visibility: hidden;
    opacity: 0;
    max-height: 0px;
    transition: .4s;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 0px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    z-index: 200; }
  .main_nav .col {
    display: inline-block;
    margin: 0px 24px 0px 24px;
    vertical-align: top;
    text-align: left;
    overflow: hidden; }
  .main_nav .sub_nav_title {
    margin-bottom: 15px;
    color: black;
    font-weight: bold; }
    .main_nav .sub_nav_title .text_link {
      color: black; }
  .main_nav .sub_nav_title:last-child {
    margin-bottom: 0px; }
  .main_nav .item {
    margin-bottom: 15px; }
  .main_nav .col.post_preview {
    width: 100%;
    max-width: calc(152px + 5px);
    padding-left: 5px;
    overflow: hidden; }
    .main_nav .col.post_preview .sub_nav_title {
      margin-left: -5px; }
  .main_nav .post_preview_title {
    font-size: 14px;
    color: black;
    margin-bottom: 0px;
    line-height: 16px; }
  .main_nav .post_preview_title.for_shop-offer {
    height: 16px;
    overflow: hidden; }
  .main_nav .post_excerpt {
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 18px;
    font-size: 13px;
    height: 38px;
    overflow: hidden;
    color: #5B5B5B; }
  .main_nav .post_preview_thumb {
    width: 100%;
    padding-bottom: 82.12%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden; }
    .main_nav .post_preview_thumb img {
      width: 100%;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%); }

.hover_border {
  position: relative;
  cursor: pointer; }
  .hover_border:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: solid 0px #b8a363;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all .4s;
    pointer-events: none; }
  .hover_border:hover::before {
    border-width: 16px; }

.owl-prev {
  position: absolute;
  width: 18px;
  height: 46px;
  background: url("../img/arrow.png") no-repeat;
  background-size: cover;
  left: 35px;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .owl-prev {
      left: 10px; } }
  @media (max-width: 640px) {
    .owl-prev {
      display: none !important; } }

.owl-next {
  position: absolute;
  width: 18px;
  height: 46px;
  background: url("../img/arrow.png") no-repeat;
  background-size: cover;
  right: 35px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg); }
  @media (max-width: 767px) {
    .owl-next {
      right: 10px; } }
  @media (max-width: 640px) {
    .owl-next {
      display: none !important; } }

.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center; }

.owl-dot {
  margin: 0px;
  background: rgba(255, 255, 255, 0.57);
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 0px 4px 0px 4px;
  display: inline-block;
  border-radius: 10000px; }

.owl-dot.active {
  background: white;
  opacity: 1; }

.main_slider {
  position: relative;
  margin-top: 16px;
  width: 100%;
  max-width: 1200px; }
  .main_slider:before {
    content: '';
    position: absolute;
    width: calc(100% + 1px);
    height: 100%;
    border-left: solid 1px #F6F6F6;
    border-right: solid 1px rgba(255, 255, 255, 0);
    z-index: 1000;
    left: -1px;
    top: 0px;
    display: block;
    pointer-events: none; }

.home_quick_nav_bar {
  max-width: 1150px;
  margin-top: 36px; }
  @media (max-width: 767px) {
    .home_quick_nav_bar {
      margin-top: 15px; } }
  .home_quick_nav_bar .item {
    padding: 0px; }
  .home_quick_nav_bar .inner_box {
    width: 100%;
    padding-bottom: 55%;
    position: relative; }
    .home_quick_nav_bar .inner_box:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(184, 163, 99, 0.75);
      opacity: 0;
      transition: all .4s;
      pointer-events: none; }
    .home_quick_nav_bar .inner_box:hover::after {
      opacity: 1; }
    .home_quick_nav_bar .inner_box:hover span.eng {
      display: none; }
    .home_quick_nav_bar .inner_box:hover span.zh {
      display: block; }
  .home_quick_nav_bar .item a {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden; }
  .home_quick_nav_bar span {
    font-size: 16px;
    color: white;
    text-align: center;
    font-weight: 100;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    letter-spacing: 1px;
    line-height: normal; }
    @media (max-width: 640px) {
      .home_quick_nav_bar span {
        font-size: 12px;
        line-height: 14px; } }
  .home_quick_nav_bar span.zh {
    display: none;
    z-index: 100; }

.project_banner {
  padding-top: 0px;
  border-bottom: dotted 1px #979797; }

.post_grid_tab_nav {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
  width: 100%; }
  @media (max-width: 767px) {
    .post_grid_tab_nav {
      margin-bottom: 15px; } }
  .post_grid_tab_nav .tab {
    padding: 5px 10px 5px 10px;
    background: white;
    color: #c5c4c4;
    font-size: 15px;
    margin: 0px 6px 6px 0px;
    transition: all .3s;
    cursor: pointer; }
    .post_grid_tab_nav .tab:hover {
      color: black; }
  .post_grid_tab_nav .tab:first-child {
    margin-left: 0px; }
  .post_grid_tab_nav .active {
    color: black; }

.post_title {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: NotoSansMedium; }

.event_valid_date {
  font-size: 13px;
  margin-bottom: 7px; }

.post_sticker {
  position: absolute;
  padding: 6px 9px 6px 9px;
  background: #ecdaa2;
  color: black;
  left: -4px;
  top: -4px;
  z-index: 1;
  font-size: 13px; }

.post_grid {
  width: 100%;
  position: relative; }
  @media (min-width: 800px) {
    .post_grid {
      width: calc(100% + 34px);
      margin-left: -15px; } }
  .post_grid .post_cat {
    font-size: 13px;
    margin-bottom: 7px; }
  .post_grid .more_btn {
    text-align: center;
    font-size: 16px;
    color: black;
    clear: both;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .post_grid .more_btn a {
      color: black; }
  .post_grid ul {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    transition: all .6s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-align: left; }
    .post_grid ul li {
      margin-bottom: 50px;
      position: relative;
      text-align: left; }
      @media (max-width: 767px) {
        .post_grid ul li {
          margin-bottom: 15px; } }
    .post_grid ul li > .row {
      margin: 0px; }
    @media (max-width: 767px) {
      .post_grid ul li > .row {
        width: calc(100% + 22.5px);
        margin: 0px -15px; }
      .post_grid ul li:nth-child(even) > .row {
        float: right; } }
  .post_grid ul.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    pointer-events: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch; }
  .post_grid .post_preview_thumb {
    position: relative;
    width: 100%;
    padding-bottom: 82.12%; }
    .post_grid .post_preview_thumb img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px; }
    .post_grid .post_preview_thumb .logo_in_grid_for_all {
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .post_grid .sticker {
    position: absolute;
    padding: 6px 9px 6px 9px;
    background: #ecdaa2;
    color: black;
    left: -4px;
    top: -4px;
    z-index: 1;
    font-size: 13px; }
  .post_grid a[rel="tag"] {
    margin-right: 3px;
    color: black;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block; }
    .post_grid a[rel="tag"]:before {
      content: '[';
      padding-right: 4px; }
    .post_grid a[rel="tag"]:after {
      content: ']';
      padding-left: 4px; }
  .post_grid .post_title {
    font-size: 16px;
    height: 22px;
    margin-bottom: 5px;
    line-height: normal;
    font-family: NotoSansMedium; }
  .post_grid .post_content {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    position: relative; }
    .post_grid .post_content .block-ellipsis {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px; }
  .post_grid .post_preview_excerpt {
    width: 91.67%;
    background: white;
    position: relative;
    margin: 0 auto;
    margin-top: -5%;
    z-index: 100;
    overflow: hidden; }
    .post_grid .post_preview_excerpt .inner {
      position: relative;
      width: 100%;
      height: auto;
      padding: 20px; }
    .post_grid .post_preview_excerpt a {
      color: black; }
      .post_grid .post_preview_excerpt a:hover .post_title, .post_grid .post_preview_excerpt a:hover .post_content p {
        text-decoration: underline; }
    @media (max-width: 767px) {
      .post_grid .post_preview_excerpt {
        margin-top: -10%; }
        .post_grid .post_preview_excerpt .inner {
          padding: 15px; }
        .post_grid .post_preview_excerpt .post_title {
          font-size: 14px;
          margin-bottom: 0px; }
        .post_grid .post_preview_excerpt .post_content {
          font-size: 12px;
          line-height: normal; } }

.post_grid .grid_for_shop-offer .post_preview_thumb:hover::before {
  display: none; }

.post_grid .grid_for_shop-offer .floor_num {
  padding-right: 10px;
  margin-right: 10px;
  position: relative; }
  .post_grid .grid_for_shop-offer .floor_num:after {
    content: '';
    width: 1px;
    height: 70%;
    position: absolute;
    background: #464646;
    right: 0px;
    top: 50%;
    transform: translateY(-50%); }

.post_grid .grid_for_shop-offer .event_valid_date, .post_grid .grid_for_shop-offer .post_title {
  margin-bottom: 4px; }

.post_grid .grid_for_shop-offer li {
  margin-bottom: 28px;
  overflow: hidden; }

.post_grid .grid_for_shop-offer .post_preview_thumb {
  width: 60px;
  height: 60px;
  padding-bottom: 0px;
  float: left; }

.post_grid .grid_for_shop-offer .post_preview_excerpt {
  width: calc(100% - 60px);
  background: none;
  padding-bottom: 0px;
  margin: 0px;
  float: left;
  vertical-align: top; }
  .post_grid .grid_for_shop-offer .post_preview_excerpt .inner {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 10px; }

.post_grid .grid_for_shop-offer .post_content {
  height: auto;
  line-height: normal;
  overflow: hidden; }

@media (max-width: 767px) {
  .post_grid .grid_for_shop-offer li:nth-child(even) > .row {
    float: none; }
  .post_grid .grid_for_shop-offer li > .row {
    width: 100%; } }

.home .post_grid .grid_for_shop-offer li {
  width: 100%; }

.project_dm_intro_box {
  padding-bottom: 50px; }
  /* .project_dm_intro_box .block_title {
    border: 0px;
    margin-bottom: 0px; } */
  .project_dm_intro_box .col-md-358 {
    width: 35.8%;
    float: left;
    padding: 58px 43px;
    margin-right: 40px;
    margin-bottom: 30px; }
    .project_dm_intro_box .col-md-358 img {
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); }
  .project_dm_intro_box .col-md-642 {
    width: calc(64.2% - 40px);
    float: left;
    padding-left: 0px;
    padding-right: 0px; }
  .project_dm_intro_box .dm_intro {
    font-size: 15px;
    line-height: 1.5em;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 70px; }
  @media (max-width: 991px) {
    .project_dm_intro_box {
      padding-top: 50px;
      padding-bottom: 30px; }
      .project_dm_intro_box .col-md-358 {
        margin-right: 30px;
        margin-bottom: 20px; }
      .project_dm_intro_box .col-md-642 {
        width: calc(64.2% - 30px);
        padding-left: 0px;
        padding-right: 15px; }
      .project_dm_intro_box .dm_intro {
        padding-left: 0px;
        padding-right: 15px;
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .project_dm_intro_box {
      padding-top: 30px;
      padding-bottom: 10px; }
      .project_dm_intro_box .col-md-358 {
        width: 45%;
        margin-right: 25px;
        margin-bottom: 10px;
        padding: 20px; }
      .project_dm_intro_box .col-md-642 {
        width: calc(55% - 25px);
        padding-left: 0px;
        padding-right: 15px; }
      .project_dm_intro_box .dm_intro {
        margin-bottom: 10px; } }
  @media (max-width: 640px) {
    .project_dm_intro_box .col-md-358 {
      padding: 0px; } }

.display_photoset_block {
  padding-bottom: 0px;
  border-bottom: 0px; }
  /* .display_photoset_block .block_title {
    border: 0px;
    margin-bottom: 0px; } */
  .display_photoset_block .display_intro_txt {
    font-size: 15px;
    line-height: 1.5em;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px; }

.display_photoset {
  position: relative; }
  .display_photoset:before {
    content: '';
    position: absolute;
    width: calc(100% + 1px);
    height: 100%;
    border-left: solid 1px #F6F6F6;
    border-right: solid 1px rgba(255, 255, 255, 0);
    z-index: 1000;
    left: -1px;
    top: 0px;
    display: block;
    pointer-events: none; }

.wysija-paragraph, .widget_wysija_cont .wysija-submit {
  display: inline-block; }

.mybreadcrumb {
  font-size: 14px;
  color: black;
  padding-bottom: 10px;
  border-bottom: dotted 1px #979797;
  margin-bottom: 20px;
  line-height: normal; }
  .mybreadcrumb a {
    color: black; }
  .mybreadcrumb span.arrow {
    font-size: 12px;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #929292; }
  @media (max-width: 767px) {
    .mybreadcrumb {
      font-size: 13px; } }

.daily_blog_head {
  max-width: none;
  padding-top: 18px;
  background: #D5CFC0; }
  .daily_blog_head .inner {
    border-top: solid 2px #606060;
    border-bottom: solid 2px #606060; }
  .daily_blog_head h1 {
    font-size: 48px;
    font-family: TrajanPro3;
    text-align: center;
    padding: 28px 0px 18px 0px;
    color: black;
    border-bottom: solid 1px black; }
    .daily_blog_head h1 span {
      margin-right: 10px; }
    .daily_blog_head h1 span:last-child {
      margin-right: 0px; }
  .daily_blog_head h3 {
    color: black;
    font-size: 14px;
    text-align: center;
    padding: 13px 15px;
    line-height: normal; }

.author_info .pic_box, .author_info .description_box {
  float: none;
  display: inline-block;
  margin: 0px -2px 0px -2px;
  vertical-align: middle; }

.author_info .pic.circle_mask {
  width: 137px;
  height: 137px;
  border-radius: 100%;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .author_info .pic.circle_mask {
      margin: 0 auto; } }

.author_info .description_box {
  padding-left: 8px; }
  @media (max-width: 767px) {
    .author_info .description_box {
      margin-top: 20px;
      text-align: center; } }

.author_info .author_name {
  font-family: NotoSansMedium;
  font-size: 16px;
  padding-bottom: 16px; }

.author_info .author_description {
  font-size: 14px;
  line-height: 1.5em; }

.formError {
  top: 0px;
  left: 0px;
  margin-top: 0px;
  width: 100%;
  text-align: center; }

.formError .formErrorContent {
  border: none;
  background: none repeat scroll 0 0 #967a22; }

.blog_body hr {
  border-color: black; }

.blog_body .main {
  max-width: 650px; }
  @media (max-width: 991px) {
    .blog_body .main .content, .blog_body .main .blog_body_fb_share_row {
      padding-right: 15px; }
    .blog_body .main .author_info {
      margin-right: 0px; } }
  @media (max-width: 767px) {
    .blog_body .main {
      max-width: 100%; }
      .blog_body .main .content, .blog_body .main .blog_body_fb_share_row {
        padding-right: 0px; }
      .blog_body .main .author_info {
        margin-right: -15px; } }

.blog_body .side {
  float: right;
  max-width: 260px; }
  @media (max-width: 767px) {
    .blog_body .side {
      max-width: 100%; } }
  .blog_body .side .newsletter_frame {
    border: solid 3px #A19570;
    padding: 15px 23px;
    margin-top: 20px;
    background: #FFFFFF; }
  .blog_body .side .instagram_list li.widget.jr-insta-slider {
    margin: 0px -5px 0px -5px; }
  .blog_body .side .instagram_grid {
    padding: 35px 23px;
    padding-bottom: 30px;
    background: #DDDDDD;
    margin-top: 20px; }
    .blog_body .side .instagram_grid h4 {
      font-family: TrajanPro3;
      text-align: center;
      font-size: 17px;
      margin-bottom: 18px; }
    .blog_body .side .instagram_grid .thumbnails li {
      padding: 5px; }
      .blog_body .side .instagram_grid .thumbnails li:hover {
        filter: brightness(0.75); }
    @media (max-width: 640px) {
      .blog_body .side .instagram_grid .jr-insta-thumb ul.thumbnails.no-border.jr_col_3 li {
        width: 33.33% !important; } }
  .blog_body .side .fb_btn {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #A19570;
    text-align: center;
    margin-top: 20px; }
    .blog_body .side .fb_btn a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
      .blog_body .side .fb_btn a:hover {
        opacity: 0.6; }
      .blog_body .side .fb_btn a svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%); }
      .blog_body .side .fb_btn a path {
        fill: white; }
  .blog_body .side .widget_wysija_cont .wysija-submit {
    margin-top: 0px; }
  .blog_body .side .wysija-paragraph {
    width: calc(100% - 64px); }
    .blog_body .side .wysija-paragraph input {
      width: 100%;
      border: none;
      background: none;
      border-bottom: solid 1px #A19570;
      color: #adadad;
      border-radius: 0px; }
      .blog_body .side .wysija-paragraph input:focus {
        color: black; }
  .blog_body .side .formError .formErrorContent {
    margin-top: -30px; }

.blog_body .side_bar {
  padding: 35px 23px;
  background: white; }
  .blog_body .side_bar h4 {
    font-family: TrajanPro3;
    text-align: center;
    font-size: 17px;
    margin-bottom: 18px; }

.blog_body .author_info {
  padding-bottom: 27px;
  border-bottom: dotted 1px #979797; }

.blog_body .content {
  padding-top: 40px;
  line-height: 1.5em; }

.blog_body p {
  margin-bottom: 0.67em;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.1em; }

.blog_body.left_side .side {
  float: left;
  max-width: 144px; }
  @media (max-width: 767px) {
    .blog_body.left_side .side {
      max-width: 100%; } }

.blog_body.left_side .main {
  float: right;
  max-width: 825px; }
  @media (max-width: 1039px) {
    .blog_body.left_side .main {
      max-width: 100%;
      padding-right: 0px; } }
  @media (max-width: 767px) {
    .blog_body.left_side .main {
      padding-left: 0px; } }

.blog_body.left_side .brand_main_inner {
  width: 100%;
  max-width: 760px;
  position: relative;
  margin: 0 auto; }
  .blog_body.left_side .brand_main_inner .shop_offer_links {
    padding-bottom: 30px; }
  .blog_body.left_side .brand_main_inner .content {
    padding-top: 70px; }
  .blog_body.left_side .brand_main_inner .owl-dots {
    bottom: -20px; }
  .blog_body.left_side .brand_main_inner .owl-dot {
    background: #CECECE; }
    .blog_body.left_side .brand_main_inner .owl-dot:hover {
      background: #9B9B9B; }
  .blog_body.left_side .brand_main_inner .owl-dot.active {
    background: #9B9B9B; }
  .blog_body.left_side .brand_main_inner .owl-next {
    width: 10px;
    height: 28px;
    right: -31px;
    filter: brightness(0.3); }
    @media (max-width: 1039px) {
      .blog_body.left_side .brand_main_inner .owl-next {
        right: 10px; } }
    @media (max-width: 640px) {
      .blog_body.left_side .brand_main_inner .owl-next {
        display: none !important; } }
  .blog_body.left_side .brand_main_inner .owl-prev {
    width: 10px;
    height: 28px;
    left: -31px;
    filter: brightness(0.3); }
    @media (max-width: 1039px) {
      .blog_body.left_side .brand_main_inner .owl-prev {
        left: 10px; } }
    @media (max-width: 640px) {
      .blog_body.left_side .brand_main_inner .owl-prev {
        display: none !important; } }

@media (max-width: 767px) {
  .brand_side_bar {
    border-bottom: 1px dotted #9B9B9B;
    margin-bottom: 30px; } }

.brand_side_bar .logo {
  margin-bottom: 18px;
  max-width: 144px; }

.brand_side_bar .icon {
  width: 20px;
  height: 20px;
  text-align: center;
  float: left; }

.brand_side_bar .info {
  width: calc(100% - 20px);
  padding-left: 10px;
  float: left;
  font-size: 13px; }
  .brand_side_bar .info p, .brand_side_bar .info span, .brand_side_bar .info a {
    font-size: 14px;
    color: black;
    margin-bottom: 0px;
    line-height: 1.25em; }

.brand_side_bar .brand_info .row {
  margin: 0px 0px;
  padding: 13px 0px;
  border-top: 1px dotted #9B9B9B; }

.popular_posts li {
  margin-bottom: 30px; }

.popular_posts li:last-child {
  margin-bottom: 0px; }

.popular_posts p, .popular_posts a {
  color: black;
  letter-spacing: unset; }

.popular_posts .post_title {
  font-size: 16px;
  line-height: normal;
  font-family: NotoSansMedium;
  margin: 0px;
  height: auto;
  max-height: 40px;
  overflow: hidden; }

.popular_posts .post_cat {
  font-size: 13px;
  margin: 0px;
  margin-bottom: 5px;
  line-height: normal; }

.popular_posts .post_preview_thumb {
  margin-bottom: 8px; }

@media (max-width: 767px) {
  .popular_posts ul {
    overflow: hidden; }
  .popular_posts li {
    max-width: 50%;
    float: left;
    padding: 0px 7.5px; }
  .popular_posts li:nth-child(3), .popular_posts li:nth-child(4) {
    margin-bottom: 0px; } }

.home_daily_blog_list li {
  overflow: hidden;
  margin-bottom: 30px; }

.home_daily_blog_list li:last-child {
  margin-bottom: 0px; }

.home_daily_blog_list .col-md-20 {
  max-width: 200px;
  position: relative; }

.home_daily_blog_list .col {
  padding: 0px; }

.home_daily_blog_list .thumb {
  position: relative;
  width: 100%;
  padding-bottom: 82.12%; }
  .home_daily_blog_list .thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px; }

.home_daily_blog_list .excerpt {
  width: 100%;
  padding-bottom: 20.57%;
  position: relative; }
  .home_daily_blog_list .excerpt .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .home_daily_blog_list .excerpt .inner {
        padding-left: 15px; } }
  .home_daily_blog_list .excerpt a {
    color: black; }
    .home_daily_blog_list .excerpt a:hover .content p {
      text-decoration: underline; }
  .home_daily_blog_list .excerpt .content a {
    color: #666666; }

.home_daily_blog_list .thumb_wrap {
  width: 100%;
  position: relative; }

.home_daily_blog_list .post_cat {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 1px; }
  @media (max-width: 767px) {
    .home_daily_blog_list .post_cat {
      margin-bottom: 4px; } }
  @media (max-width: 600px) {
    .home_daily_blog_list .post_cat {
      display: none; } }

.home_daily_blog_list .event_valid_date {
  position: absolute;
  right: 0px;
  top: 0px; }
  @media (max-width: 600px) {
    .home_daily_blog_list .event_valid_date {
      display: none; } }

.home_daily_blog_list .title {
  font-size: 18px;
  line-height: normal;
  font-family: NotoSansMedium;
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .home_daily_blog_list .title {
      font-size: 15px; } }
  @media (max-width: 600px) {
    .home_daily_blog_list .title {
      margin-bottom: 5px; } }

.home_daily_blog_list .content {
  position: relative;
  line-height: 22px;
  font-size: 14px;
  width: 100%;
  height: calc(100% - 60px);
  min-height: 22px; }
  .home_daily_blog_list .content .block-ellipsis {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px; }
  @media (max-width: 767px) {
    .home_daily_blog_list .content {
      line-height: 21px;
      height: calc(100% - 50px); } }
  @media (max-width: 600px) {
    .home_daily_blog_list .content {
      height: calc(100% - 26px); } }

.home_daily_blog_list .more_btn {
  text-align: center; }

.instagram_list ul, .instagram_list li {
  list-style: none; }

@media (max-width: 991px) {
  .instagram_list ul {
    padding: 0px 7.5px !important; } }

.instagram_list li.widget.jr-insta-slider {
  margin-left: -15px;
  margin-right: -15px; }

.instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_6 li {
  padding-left: 15px;
  padding-right: 15px;
  transition: all .25s; }
  .instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_6 li:hover {
    filter: brightness(0.75); }
  @media (max-width: 991px) {
    .instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_6 li {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media (max-width: 767px) {
    .instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_6 li {
      width: 33.33333% !important;
      margin-bottom: 15px; } }

@media (max-width: 767px) {
  .instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_6 li:nth-child(4),
  .instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_6 li:nth-child(5),
  .instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_6 li:nth-child(6) {
    margin-bottom: 0px; } }

.instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_5 li {
  padding-left: 15px;
  padding-right: 15px;
  transition: all .25s; }
  .instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_5 li:hover {
    filter: brightness(0.75); }
  @media (max-width: 991px) {
    .instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_5 li {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media (max-width: 767px) {
    .instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_5 li {
      width: 33.33333% !important;
      margin-bottom: 15px; } }

@media (max-width: 767px) {
  .instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_5 li:nth-child(4),
  .instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_5 li:nth-child(5),
  .instagram_list .jr-insta-thumb ul.thumbnails.no-border.jr_col_5 li:nth-child(6) {
    display: none; } }

.footer_newsletter {
  padding: 70px 15px; }
  @media (max-width: 767px) {
    .footer_newsletter {
      padding: 50px 15px; } }
  @media (min-width: 992px) {
    .footer_newsletter {
      max-width: 500px; } }
  .footer_newsletter .widget_wysija_cont .wysija-submit {
    width: 96px;
    height: 29px;
    line-height: 29px;
    padding: 0px;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    text-shadow: none;
    border: 0px;
    background: black;
    color: white;
    border-radius: 5px;
    margin-top: 0px;
    float: right;
    transition: all 0.25s; }
    .footer_newsletter .widget_wysija_cont .wysija-submit:hover {
      background: #A19570; }
  .footer_newsletter .wysija-paragraph {
    width: calc(100% - 105px);
    float: left; }
    .footer_newsletter .wysija-paragraph input {
      width: 100%;
      border: none;
      background: none;
      border-bottom: solid 1px #666666;
      color: #adadad;
      border-radius: 0px; }
      .footer_newsletter .wysija-paragraph input:focus {
        color: black; }
  .footer_newsletter .formError .formErrorContent {
    margin-top: -30px; }
  .footer_newsletter .newsletter_area {
    position: relative; }
    @media (max-width: 767px) {
      .footer_newsletter .newsletter_area {
        padding: 0px; } }
    .footer_newsletter .newsletter_area .title {
      width: 25%;
      display: inline-block;
      margin: 0 -2px;
      vertical-align: bottom;
      padding-bottom: 3px; }
      @media (max-width: 767px) {
        .footer_newsletter .newsletter_area .title {
          width: 100%;
          margin-bottom: 5px; } }
    .footer_newsletter .newsletter_area .form_wrap {
      width: 100%;
      display: inline-block;
      margin: 0 -2px;
      vertical-align: bottom;
      padding-left: 0px; }
  @media (max-width: 767px) {
    .footer_newsletter .sn_area {
      margin-top: 20px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: -5px;
      text-align: center; } }
  .footer_newsletter .sn_area .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    transition: all .4s;
    width: 24px;
    height: 24px; }
    .footer_newsletter .sn_area .icon svg {
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      position: relative;
      z-index: 100;
      transition: all .4s; }
    .footer_newsletter .sn_area .icon path {
      fill: black;
      transition: all .4s; }
  .footer_newsletter .sn_area .icon:last-child {
    margin-right: 0px; }
  .footer_newsletter .sn_area .icon.fb {
    border-radius: 5px; }
    .footer_newsletter .sn_area .icon.fb:hover {
      background: #3b5998; }
      .footer_newsletter .sn_area .icon.fb:hover svg {
        margin-left: -1px;
        margin-top: 2px; }
      .footer_newsletter .sn_area .icon.fb:hover path {
        fill: white; }
  .footer_newsletter .sn_area .icon.instagram {
    margin-left: -5px;
    border-radius: 5px; }
    .footer_newsletter .sn_area .icon.instagram:hover {
      background: linear-gradient(145deg, #3051f1 10%, #c92bb7 70%) no-repeat; }
      .footer_newsletter .sn_area .icon.instagram:hover path {
        fill: white; }
      .footer_newsletter .sn_area .icon.instagram:hover:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        content: '';
        background: -webkit-radial-gradient(circle farthest-corner at 28% 100%, #fcdf8f 0%, #fbd377 10%, #fa8e37 22%, #f73344 35%, rgba(247, 51, 68, 0) 65%) no-repeat;
        background: radial-gradient(circle farthest-corner at 28% 100%, #fcdf8f 0%, #fbd377 10%, #fa8e37 22%, #f73344 35%, rgba(247, 51, 68, 0) 65%) no-repeat;
        z-index: 0; }
  .footer_newsletter .sn_area .icon.youtube {
    width: 27px;
    height: 19px;
    margin-top: -1px; }
    .footer_newsletter .sn_area .icon.youtube:hover path {
      fill: #c4302b; }

.container.site-info {
  max-width: 1500px; }

#colophon {
  padding: 10px 0px;
  background: #5C5B5B;
  color: white;
  font-size: 13px;
  margin: 0px  -15px;
  position: relative; }
  #colophon a {
    color: white;
    font-size: 12px;
    padding: 0px 10px; }
  #colophon .left {
    float: left;
    padding-left: 15px; }
    #colophon .left span {
      vertical-align: middle; }
  #colophon .right {
    padding-top: 5px;
    padding-right: 15px;
    float: right;
    font-size: 12px;
    color: white; }
  @media (max-width: 991px) {
    #colophon .right, #colophon .left {
      float: none;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center; }
    #colophon .right {
      margin-top: 7px; } }
  @media (max-width: 640px) {
    #colophon {
      padding: 20px 0px; }
      #colophon .left a {
        font-size: 12px;
        padding: 0px 5px; }
      #colophon .footer_logo {
        width: 100%;
        display: block;
        margin-bottom: 7px; }
      #colophon .right {
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px;
        margin-bottom: 13px; } }

.footer_toggle_panel {
  position: relative; }
  .footer_toggle_panel .row.outer {
    margin: 0px -15px; }
  .footer_toggle_panel .toggle_title {
    cursor: pointer; }
    .footer_toggle_panel .toggle_title .state {
      width: 15px;
      display: inline-block;
      text-align: center;
      position: relative; }
      .footer_toggle_panel .toggle_title .state:after {
        content: '+';
        font-weight: 100; }
  .footer_toggle_panel .toggle_title.open .state:after {
    content: '-'; }
  .footer_toggle_panel .service .outer {
    background: #DBDADA; }
  .footer_toggle_panel .sitemap .outer {
    background: #E5E5E5; }
  .footer_toggle_panel .access .outer {
    background: #A19570; }
  .footer_toggle_panel .inner {
    min-height: 61px; }
  .footer_toggle_panel .title {
    color: black;
    font-size: 18px;
    font-family: TrajanPro3;
    padding: 20px 0px 0px 0px;
    text-align: center; }
    .footer_toggle_panel .title .state {
      font-family: 'Microsoft JhengHei', '微軟正黑體', sans-serif; }
  .footer_toggle_panel .content {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    max-height: 0px;
    overflow: hidden;
    transition: all .4s; }
  .footer_toggle_panel .col_wrap {
    padding: 40px 0px 40px 0px;
    overflow: hidden;
    line-height: 26px;
    font-size: 14px; }
    @media (max-width: 767px) {
      .footer_toggle_panel .col_wrap .col {
        margin-bottom: 30px; }
      .footer_toggle_panel .col_wrap .col:last-child {
        margin-bottom: 0px; } }
    @media (min-width: 768px) {
      .footer_toggle_panel .col_wrap .col.open_time_block {
        max-width: 310px; } }
  .footer_toggle_panel .access .content {
    color: white; }
    .footer_toggle_panel .access .content a {
      color: white; }
  .footer_toggle_panel .open_time {
    font-size: 13px;
    line-height: 21px; }
  .footer_toggle_panel .col_title {
    margin-bottom: 5px;
    font-size: 15px;
    font-family: NotoSansMedium; }
    @media (max-width: 767px) {
      .footer_toggle_panel .col_title {
        margin-bottom: 0px; } }
  .footer_toggle_panel .col_title.for_access {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 1000px;
    padding: 0px 0px 30px 0px;
    margin-top: -30px; }
    @media (max-width: 460px) {
      .footer_toggle_panel .col_title.for_access {
        padding: 0px 0px 0px 0px; } }
  .footer_toggle_panel .g_map_box {
    width: 100%;
    height: 460px;
    position: relative;
    clear: both;
    filter: brightness(0.9); }
    @media (max-width: 460px) {
      .footer_toggle_panel .g_map_box {
        height: 300px;
        padding: 30px; } }
  @media (max-width: 767px) {
    .footer_toggle_panel .service .col_wrap {
      text-align: center; }
      .footer_toggle_panel .service .col_wrap .col {
        margin-bottom: 0px; }
      .footer_toggle_panel .service .col_wrap .col.open_time_block:last-child {
        margin-top: 30px; } }
  @media (max-width: 991px) {
    .footer_toggle_panel .sitemap .col_wrap {
      text-align: center; }
      .footer_toggle_panel .sitemap .col_wrap .col {
        margin-bottom: 30px; } }
  .footer_toggle_panel .mypanel.service.open .content {
    max-height: 294px; }
  .footer_toggle_panel .mypanel.sitemap.open .content {
    max-height: 220px; }
    @media (max-width: 991px) {
      .footer_toggle_panel .mypanel.sitemap.open .content {
        max-height: 549px; } }
  .footer_toggle_panel .mypanel.access.open .content {
    max-height: 550px; }

.business_list {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px; }
  .business_list .title {
    margin-bottom: 7px;
    font-family: TrajanPro3, 'Songti TC','LiSong Pro', serif; }
    .business_list .title span {
      display: inline-block; }
    .business_list .title .eng {
      font-size: 14px; }
    .business_list .title .zht {
      position: relative;
      top: -1px; }
  .business_list .col {
    margin-bottom: 40px; }
    .business_list .col .inner {
      padding: 0px 15px; }
  @media (max-width: 767px) {
    .business_list .col {
      padding-left: 15px;
      padding-right: 7.5px; }
    .business_list .col:nth-child(even) {
      float: right;
      padding-left: 7.5px;
      padding-right: 15px; }
    .business_list .title span {
      display: block; }
    .business_list .title .eng {
      margin-bottom: 5px; } }

.brands_list {
  font-family: TrajanPro3, 'Songti TC','LiSong Pro', serif;
  font-size: 18px; }
  .brands_list a {
    color: black;
    text-decoration: none; }
    .brands_list a:hover {
      color: #787778; }
  .brands_list .floor {
    margin-top: 30px; }
  .brands_list .floor_num {
    font-size: 20px;
    line-height: normal;
    border-bottom: dotted 1px #979797;
    padding-bottom: 2px;
    margin-bottom: 7px; }
  .brands_list .floor_num:first-child {
    margin-top: 0px; }
  .brands_list .list {
    line-height: 50px;
    overflow: hidden; }
  .brands_list span {
    float: left;
    font-size: 16px;
    line-height: 36px; }
    .brands_list span:after {
      content: '／'; }
  .brands_list span:last-child:after {
    content: '';
    display: none; }
  .brands_list .block_title {
    border: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 25px; }
    .brands_list .block_title span {
      float: none; }
      .brands_list .block_title span:after {
        content: '';
        display: none; }

.floor_nav_bar {
  text-align: center;
  margin-bottom: 50px; }
  .floor_nav_bar li {
    display: inline-block;
    margin: 0px -2px;
    font-size: 22px;
    font-family: TrajanPro3;
    padding: 8px 30px;
    border-left: solid 1px #979797; }
    .floor_nav_bar li a {
      color: #8D8C8C;
      text-decoration: none; }
    .floor_nav_bar li a:hover {
      color: black; }
  .floor_nav_bar li:first-child {
    border-left: 0px; }
  .floor_nav_bar li.now a {
    color: black; }
  @media (max-width: 991px) {
    .floor_nav_bar {
      max-width: 450px;
      position: relative;
      margin: 0 auto;
      margin-bottom: 20px; }
      .floor_nav_bar li {
        margin-bottom: 20px;
        border: none;
        padding: 8px 0px;
        width: 20%; } }

.floor_detail {
  display: none; }
  .floor_detail .position_num {
    width: 20px;
    display: inline-block; }
  .floor_detail .map {
    padding-right: 0px; }
  .floor_detail .list a {
    color: black; }
    .floor_detail .list a:hover {
      color: #787778; }
  .floor_detail .list .item {
    display: block;
    margin-bottom: 10px;
    line-height: normal;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .floor_detail .list .col:nth-child(odd) .item {
    padding-right: 15px; }
  @media (max-width: 767px) {
    .floor_detail .map {
      margin: 30px 0px; } }

.floor_detail.card_offer_table {
  font-size: 15px; }
  .floor_detail.card_offer_table a {
    color: black; }
    .floor_detail.card_offer_table a:hover {
      color: #787778; }
  .floor_detail.card_offer_table .table_head {
    overflow: hidden;
    font-family: NotoSansMedium;
    display: flex;
    align-items: stretch; }
    .floor_detail.card_offer_table .table_head .grid {
      padding: 17px 10px;
      border-top: 2px solid #979797;
      border-bottom: 2px solid #979797; }
  .floor_detail.card_offer_table .grid {
    padding: 15px 10px;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #979797;
    min-height: 46px;
    line-height: 1.3em; }
  .floor_detail.card_offer_table .grid:first-child {
    border-left: 1px solid #979797; }
  .floor_detail.card_offer_table .table_row {
    display: flex;
    align-items: stretch; }

.service_list {
  overflow: hidden; }
  .service_list a {
    color: black;
    text-decoration: none; }
  .service_list p {
    margin-bottom: 15px;
    line-height: normal; }
  .service_list .floor_num {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    font-family: TrajanPro3; }
    .service_list .floor_num:after {
      content: '';
      width: 1px;
      height: 100%;
      position: absolute;
      background: #a9a9a9;
      right: 0px; }
  .service_list .col {
    padding-right: 40px;
    float: left; }
  .service_list .col:last-child {
    padding-right: 0px; }

.shop_offer_links {
  padding: 70px 0px; }
  .shop_offer_links .event_valid_date {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 4px; }
  .shop_offer_links .title {
    font-size: 17px;
    font-family: NotoSansMedium;
    margin-bottom: 4px;
    line-height: normal;
    text-decoration: none;
    color: black; }
    .shop_offer_links .title a {
      color: black;
      text-decoration: none; }
    .shop_offer_links .title .floor_num {
      padding-right: 10px;
      margin-right: 10px;
      position: relative; }
      .shop_offer_links .title .floor_num:after {
        content: '';
        width: 1px;
        height: 70%;
        position: absolute;
        background: #464646;
        right: 0px;
        top: 50%;
        transform: translateY(-50%); }
  .shop_offer_links .excerpt {
    line-height: 1.25em;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .shop_offer_links .item {
    margin-bottom: 40px;
    overflow: hidden; }
    .shop_offer_links .item .logo {
      float: left;
      width: 60px;
      height: 60px; }
    .shop_offer_links .item .info {
      float: left;
      width: calc(100% - 60px);
      padding-left: 15px; }

.shop_offer_links.no-logo .item .info {
  float: none;
  width: 100%; }

.shop_offer_links.in-brand-single h3.block_title {
  margin-bottom: 20px; }

.shop_offer_links.half-grid .col_box {
  overflow: hidden;
  border-bottom: dotted 1px #979797; }

.shop_offer_links.half-grid .col_box:last-child {
  border: 0px; }

@media (min-width: 768px) {
  .shop_offer_links.half-grid .item {
    margin-bottom: 0px;
    padding-bottom: 20px; }
    .shop_offer_links.half-grid .item .info {
      padding-right: 15px; } }

.service_nav a {
  color: black; }

.service_nav p {
  margin-bottom: 15px; }

.qa_list .row {
  padding: 12px 0px; }

.qa_list .row:first-child {
  margin-top: -12px; }

.qa_list .question {
  overflow: hidden; }
  .qa_list .question:before {
    content: 'Q：';
    position: relative;
    float: left; }
  .qa_list .question .inner {
    float: left;
    max-width: calc(100% - 30px); }

.qa_list .answer {
  padding-left: 0px;
  overflow: hidden; }
  .qa_list .answer:before {
    content: 'A：';
    position: relative;
    float: left; }
  .qa_list .answer .inner {
    float: left;
    max-width: calc(100% - 30px); }

.post_cat {
  font-size: 13px;
  margin-bottom: 7px; }

.spotlight .post_cat {
  font-size: 13px;
  margin-bottom: 7px; }

@media (max-width: 767px) {
  .spotlight .spotlight_thumb {
    display: none; } }

.spotlight .normal_thumb {
  display: none; }
  @media (max-width: 767px) {
    .spotlight .normal_thumb {
      display: block; } }

.spotlight .post_preview_thumb {
  padding-bottom: 41.388%;
  position: relative; }
  @media (max-width: 767px) {
    .spotlight .post_preview_thumb {
      padding-bottom: 82.12%; } }
  .spotlight .post_preview_thumb img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }

.spotlight .excerpt {
  margin-top: 0px;
  padding-bottom: 106.43%;
  background: white;
  overflow: hidden;
  line-height: 1.5em; }
  .spotlight .excerpt a:hover {
    color: black; }
  .spotlight .excerpt .inner {
    padding: 20px 15px;
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 100%;
    left: 0px;
    bottom: 0px; }
  .spotlight .excerpt .post_title {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: NotoSansMedium;
    height: auto;
    max-height: 44px; }
  .spotlight .excerpt .post_content {
    font-size: 14px; }
    .spotlight .excerpt .post_content .block-ellipsis {
      min-height: 40px;
      max-height: 90px; }
  @media (max-width: 767px) {
    .spotlight .excerpt {
      width: 91.67%;
      background: white;
      position: relative;
      margin: 0 auto;
      margin-top: -10%;
      z-index: 100;
      overflow: hidden;
      padding: 0px; }
      .spotlight .excerpt .post_title {
        margin-bottom: 0px; }
      .spotlight .excerpt .post_content {
        font-size: 14px; }
      .spotlight .excerpt .inner {
        position: relative;
        width: 100%;
        height: auto;
        padding: 15px; }
      .spotlight .excerpt a {
        color: black; }
        .spotlight .excerpt a:hover .post_title, .spotlight .excerpt a:hover .post_content p {
          text-decoration: underline; } }

.spotlight.for_sunnyday_card .post_preview_thumb {
  padding-bottom: 66.666%; }

@media (min-width: 768px) {
  .spotlight.for_sunnyday_card .excerpt {
    padding-bottom: 171.4%; }
    .spotlight.for_sunnyday_card .excerpt .post_content .block-ellipsis {
      max-height: 170px; } }

.sp-section .post_grid li:nth-child(4) {
  display: none; }
  @media (max-width: 767px) {
    .sp-section .post_grid li:nth-child(4) {
      display: block; } }

.author_group {
  padding: 25px 15px;
  max-width: 700px;
  padding-top: 30px; }
  .author_group .col {
    text-align: center;
    transition: all .4s;
    position: relative;
    top: 0px; }
    .author_group .col:hover {
      top: -10px; }
  .author_group .col.blur:not(.open) {
    filter: brightness(0.5); }
    .author_group .col.blur:not(.open):hover {
      filter: brightness(0.75); }
      .author_group .col.blur:not(.open):hover .author_name {
        opacity: 1; }
    .author_group .col.blur:not(.open) .author_name {
      opacity: 0.25; }
  .author_group .pic.circle_mask {
    width: 100%;
    max-width: 137px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    cursor: pointer; }
  .author_group .author_name {
    font-size: 14px;
    padding-top: 18px;
    cursor: pointer; }
  @media (max-width: 767px) {
    .author_group .col {
      margin-bottom: 0px;
      margin-right: -15px; }
    .author_group .col:first-child {
      margin-left: 23px; }
    .author_group .author_name {
      padding-top: 9px;
      font-size: 13px; } }

.author_intro_group .intro {
  padding-bottom: 40px;
  line-height: 1.75em;
  text-align: center;
  max-width: 75%;
  position: relative;
  margin: 0 auto;
  display: none; }

.author_intro_group .intro.open {
  display: block; }

.author_intro_group .author_name {
  font-weight: bold;
  margin-bottom: 8px; }

.author_intro_group .author_description {
  font-size: 14px; }

@media (max-width: 991px) {
  .deco_group2_wrap {
    display: none; } }

.sunnyday_intro {
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */ }
  .sunnyday_intro .deco_group {
    position: relative;
    width: 100%;
    height: 350px;
    margin-top: 53px; }
    @media (max-width: 991px) {
      .sunnyday_intro .deco_group {
        margin-left: -350px;
        margin-top: 0px;
        width: 992px; } }
    @media (max-width: 480px) {
      .sunnyday_intro .deco_group {
        display: none; } }
  .sunnyday_intro .logo {
    max-width: 109px; }
    @media (max-width: 480px) {
      .sunnyday_intro .logo {
        max-width: 100%; } }
  .sunnyday_intro .deco_group2 {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 150px; }
  .sunnyday_intro .deco {
    position: absolute; }
  .sunnyday_intro .deco1 {
    left: -186px;
    top: -52px;
    max-width: 295px;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    /* easeOutCubic */ }
    @media (max-width: 991px) {
      .sunnyday_intro .deco1 {
        display: none; } }
  .sunnyday_intro .deco2 {
    left: 500px;
    top: -150px;
    max-width: 174px;
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    /* easeOutCubic */ }
    @media (max-width: 991px) {
      .sunnyday_intro .deco2 {
        left: 560px;
        top: 30px;
        z-index: 100; } }
  .sunnyday_intro .deco3 {
    left: 0px;
    top: 158px;
    max-width: 1062px;
    -webkit-transition: all 12000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    /* easeOutCubic */ }
  .sunnyday_intro .deco4 {
    left: -400px;
    top: 170px;
    max-width: 1054px;
    -webkit-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    /* easeOutCubic */ }
  .sunnyday_intro .deco5 {
    left: 0px;
    top: 258px;
    max-width: 1062px;
    -webkit-transition: all 12000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    /* easeOutCubic */
    z-index: 1; }
  .sunnyday_intro .deco6 {
    left: -100px;
    top: 470px;
    max-width: 1054px;
    -webkit-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    /* easeOutCubic */ }
  .sunnyday_intro .hi_ppl1 {
    left: 20px;
    top: 100px; }
    .sunnyday_intro .hi_ppl1 span {
      position: absolute;
      left: 7px;
      top: 8px;
      opacity: 0; }
    @media (max-width: 991px) {
      .sunnyday_intro .hi_ppl1 {
        left: 120px;
        top: 250px; } }
  .sunnyday_intro .hi_ppl2 {
    left: 400px;
    top: 50px; }
    .sunnyday_intro .hi_ppl2 span {
      position: absolute;
      left: 8px;
      top: 7px;
      opacity: 0; }
    @media (max-width: 991px) {
      .sunnyday_intro .hi_ppl2 {
        left: 220px;
        top: 150px; } }
  .sunnyday_intro .hi_ppl3 {
    left: 20px;
    top: 100px; }
    .sunnyday_intro .hi_ppl3 span {
      position: absolute;
      left: 8px;
      top: 7px;
      opacity: 0; }
  .sunnyday_intro .hi_ppl4 {
    left: 400px;
    top: 50px; }
    .sunnyday_intro .hi_ppl4 span {
      position: absolute;
      left: 8px;
      top: 7px;
      opacity: 0; }
  .sunnyday_intro .left {
    position: relative; }
    .sunnyday_intro .left .inner {
      float: right; }
    .sunnyday_intro .left .logo {
      margin-bottom: 50px; }
    .sunnyday_intro .left .btn_row {
      margin-bottom: 11px; }
      .sunnyday_intro .left .btn_row a {
        font-size: 22px;
        color: #008228;
        padding: 3px 13px;
        border: solid 1px #008228;
        border-radius: 4px;
        text-decoration: none;
        display: inline-block; }
        .sunnyday_intro .left .btn_row a:hover {
          background: #008228;
          color: #F6F6F6; }
        @media (max-width: 640px) {
          .sunnyday_intro .left .btn_row a {
            width: 100%; } }
  .sunnyday_intro .right {
    position: relative; }
    .sunnyday_intro .right h4 {
      color: #02721E;
      font-size: 22px;
      font-family: TrajanPro3, 'Songti TC','LiSong Pro', serif;
      margin-bottom: 30px;
      line-height: normal; }
    .sunnyday_intro .right .inner {
      padding-left: 84px; }
      @media (max-width: 991px) {
        .sunnyday_intro .right .inner {
          padding-left: 30px; } }
  .sunnyday_intro .feature_list .item {
    margin-bottom: 18px; }
  .sunnyday_intro .feature_list .title {
    font-size: 18px;
    line-height: 27px; }
  .sunnyday_intro .feature_list .info {
    font-size: 15px;
    line-height: 27px;
    padding-left: 20px; }

body.header_fixed {
  padding-top: 213px; }
  body.header_fixed #site-navigation {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
    margin-top: -142px;
    padding-top: 187px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); }
  body.header_fixed .main_logo {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 42px;
    width: 170px;
    height: 13px;
    overflow: hidden; }
    body.header_fixed .main_logo img {
      max-width: 100%;
      position: absolute;
      bottom: 0px;
      left: 0px; }
  body.header_fixed .main_nav .primary_item {
    padding-bottom: 12px; }

@media (max-width: 991px) {
  body, body.header_fixed {
    padding-top: 65px; }
  #site-navigation, body.header_fixed #site-navigation {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 50px;
    z-index: 1000;
    margin-top: 0px;
    padding-top: 0px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); }
    #site-navigation .main_nav, body.header_fixed #site-navigation .main_nav {
      padding-left: 0px;
      display: none; }
    #site-navigation .main_logo, body.header_fixed #site-navigation .main_logo {
      margin-top: 0px;
      margin-bottom: 0px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 12px;
      width: 106px;
      height: auto;
      overflow: visible; }
    #site-navigation .main_nav .primary_item, body.header_fixed #site-navigation .main_nav .primary_item {
      padding-bottom: 24px; } }

.publication_types_list {
  width: calc(100% + 60px);
  margin-left: -30px;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: stretch; }
  .publication_types_list .item {
    margin-bottom: 30px;
    float: none; }
  .publication_types_list .post_preview_thumb a:first-child img {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
  .publication_types_list .post_preview_excerpt {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.2em; }
    .publication_types_list .post_preview_excerpt .number {
      font-size: 13px; }
    .publication_types_list .post_preview_excerpt p {
      margin-bottom: 5px;
      cursor: pointer; }
  @media (max-width: 767px) {
    .publication_types_list {
      width: calc(100% + 28px);
      margin-left: -14px; }
      .publication_types_list .item {
        padding-left: 0px;
        padding-right: 0px; }
      .publication_types_list .item:nth-child(odd) {
        padding-right: 8.5px; }
      .publication_types_list .item:nth-child(even) {
        padding-left: 8.5px; }
      .publication_types_list .post_preview_excerpt {
        line-height: 1.1em; }
        .publication_types_list .post_preview_excerpt .number {
          font-size: 12px; }
        .publication_types_list .post_preview_excerpt .title {
          font-size: 14px; } }

.more_btn {
  clear: both;
  text-align: center; }

.card_offer_tip1 {
  position: relative;
  cursor: pointer; }
  .card_offer_tip1:after {
    content: '晴天卡：一般期間正品折扣';
    position: absolute;
    background: #b8a363;
    color: white;
    left: 0px;
    top: -50px;
    padding: 6px;
    width: 100%;
    font-size: 13px;
    line-height: 1.25em;
    transition: all 0.25s;
    opacity: 0;
    margin-top: 15px;
    z-index: 100;
    pointer-events: none; }
  .card_offer_tip1:hover:after {
    opacity: 1;
    margin-top: 0px; }

.card_offer_tip2 {
  position: relative;
  cursor: pointer; }
  .card_offer_tip2:after {
    content: '晴天卡：卡友生日當月優惠';
    position: absolute;
    background: #b8a363;
    color: white;
    left: 0px;
    top: -50px;
    padding: 6px;
    width: 100%;
    font-size: 13px;
    line-height: 1.25em;
    transition: all 0.25s;
    opacity: 0;
    margin-top: 15px;
    z-index: 100;
    pointer-events: none; }
  .card_offer_tip2:hover:after {
    opacity: 1;
    margin-top: 0px; }

.global_notice {
  width: 250px;
  height: 250px;
  overflow: auto;
  overflow-x: hidden;
  border: solid 1px #A19570;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 14px;
  line-height: 20px;
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 2000;
  box-sizing: content-box; }
  .global_notice .close_toggle {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    background: #A19570;
    cursor: pointer;
    transition: all 0.25s; }
    .global_notice .close_toggle:hover {
      filter: brightness(1.2); }
    .global_notice .close_toggle:after {
      content: '';
      width: 100%;
      height: 100%;
      background-image: url("../img/crose_icon.png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      color: white; }
  .global_notice .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 30px 15px 25px 25px;
    cursor: move; }
  .global_notice .title {
    font-size: 16px;
    color: #A19570;
    line-height: 22px;
    margin-bottom: 7px; }

.global_notice.close {
  width: 24px !important;
  height: 24px !important;
  overflow: hidden;
  float: none;
  font-size: 21px;
  font-weight: normal;
  line-height: normal;
  text-shadow: 0px;
  filter: alpha(opacity=100);
  opacity: 1; }
  .global_notice.close .close_toggle:after {
    width: 16px;
    height: 16px;
    background-image: url("../img/plus_icon.png"); }

.ui-resizable-s {
  bottom: 0px; }

.ui-resizable-e {
  right: 0px; }

.page_anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden; }

.blog_body_fb_share_row {
  margin-top: 30px;
  margin-bottom: 30px; }
  .blog_body_fb_share_row a {
    width: 141px;
    height: 29px;
    line-height: 29px;
    color: white;
    display: inline-block;
    background: black;
    border-radius: 5px;
    text-decoration: none;
    text-align: center; }
    .blog_body_fb_share_row a:hover {
      background: #A19570; }

.lg-outer .lg-thumb-item {
  border-radius: 0px; }

.lg-backdrop, .lg-outer .lg-thumb-outer {
  background-color: rgba(0, 0, 0, 0.8); }

.lg-outer .lg-img-wrap {
  padding: 67px 15px; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background: black;
  border: none;
  border-radius: 0px;
  box-shadow: none; }

.mobile_nav_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  z-index: 90000;
  display: none; }

.mobile_nav_trigger {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 28px;
  color: black;
  cursor: pointer; }
  @media (min-width: 992px) {
    .mobile_nav_trigger {
      display: none; } }

.mobile_nav {
  font-size: 15px;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100000;
  top: 0px;
  left: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */ }
  .mobile_nav .inner {
    width: 70%;
    background: #A19570;
    position: relative;
    float: right; }
  .mobile_nav .close_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    cursor: pointer; }
  .mobile_nav a {
    color: white; }
  .mobile_nav .primary_item {
    background: #000000;
    padding: 15px; }
  .mobile_nav .item {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .mobile_nav .sub_item {
    padding-left: 30px; }

body.mobile_nav_open {
  overflow: hidden !important; }
  body.mobile_nav_open .mobile_nav_mask {
    display: block; }
  body.mobile_nav_open .mobile_nav {
    left: 0px; }

.sp-opening-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 120px 120px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1000000; }
  .sp-opening-loader .core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }

.star_box {
  width: 100px;
  height: 100px;
  position: fixed;
  left: 100%;
  top: 50%;
  transform: translateX(0%) translateY(-50%);
  z-index: 1000;
  -webkit-transition: all 1600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 1600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  /* easeOutCirc */
  opacity: 0;
  z-index: 10000000; }
  .star_box .star {
    background-image: url("../img/star.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute; }
  .star_box .star1 {
    width: 60px;
    height: 60px;
    left: -365px;
    top: -430px; }
  .star_box .star2 {
    width: 96px;
    height: 96px;
    left: 591px;
    top: -442px; }
  .star_box .star3 {
    width: 60px;
    height: 60px;
    left: 689px;
    top: -374px; }
  .star_box .star4 {
    width: 156px;
    height: 157px;
    left: -496px;
    top: -400px; }
  .star_box .star5 {
    width: 96px;
    height: 96px;
    left: 267px;
    top: -252px; }
  .star_box .star6 {
    width: 156px;
    height: 156px;
    left: 623px;
    top: -204px; }
  .star_box .star7 {
    width: 96px;
    height: 96px;
    left: -270px;
    top: -155px; }
  .star_box .star8 {
    width: 60px;
    height: 60px;
    left: -622px;
    top: -107px; }
  .star_box .star9 {
    width: 96px;
    height: 96px;
    left: -592px;
    top: -28px; }
  .star_box .star10 {
    width: 156px;
    height: 156px;
    left: -174px;
    top: -28px; }
  .star_box .star11 {
    width: 96px;
    height: 96px;
    left: 267px;
    top: 107px; }
  .star_box .star12 {
    width: 96px;
    height: 96px;
    left: 749px;
    top: 155px; }
  .star_box .star13 {
    width: 60px;
    height: 60px;
    left: -603px;
    top: 222px; }
  .star_box .star14 {
    width: 96px;
    height: 96px;
    left: 671px;
    top: 338px; }
  .star_box .star15 {
    width: 60px;
    height: 60px;
    left: -707px;
    top: 435px; }
  .star_box .star16 {
    width: 60px;
    height: 60px;
    left: 749px;
    top: 435px; }
  .star_box .star.loop {
    animation-duration: 3s;
    animation-name: star_loop;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate; }
  .star_box .star:nth-child(even).loop {
    animation-duration: 2.5s;
    animation-name: star_loop;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-direction: alternate; }

@keyframes star_loop {
  0% {
    transform: rotateX(0deg); }
  70% { }
  100% {
    transform: rotateY(120deg); } }

.star_box.done {
  left: 48%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1; }

.train {
  width: 6487px;
  height: 411px;
  background: url(../img/train.png) no-repeat;
  position: fixed;
  z-index: 10000000;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 2800ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 2800ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: all 2800ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 2800ms cubic-bezier(0.47, 0, 0.745, 0.715);
  /* easeInSine */ }

.single-wysijap .page_head_block {
  margin-bottom: 15px; }
  .single-wysijap .page_head_block .author_name {
    display: none; }

.single-wysijap form#wysija-subscriptions > table > tbody tr {
  display: none; }

.single-wysijap form#wysija-subscriptions > table > tbody tr:nth-child(3) {
  display: block; }
  .single-wysijap form#wysija-subscriptions > table > tbody tr:nth-child(3) label[for="status--1"] {
    margin-right: 15px; }

.single-wysijap p.submit {
  margin-top: 15px; }

#taxonomy-category #category-tabs li:nth-child(2),
#taxonomy-category #category-pop,
#taxonomy-category .wpseo-make-primary-term {
  display: none !important; }

.sixth-container2 {
  padding: 80px 15px; }
  @media (max-width: 767px) {
    .sixth-container2 {
      padding: 40px 15px;
      padding-bottom: 20px; } }
  .sixth-container2 > .row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center; }
    @media (max-width: 991px) {
      .sixth-container2 > .row {
        flex-wrap: wrap; } }
  .sixth-container2 .intro_text {
    font-size: 16px;
    line-height: 28px;
    padding-left: 30px; }
    @media (max-width: 991px) {
      .sixth-container2 .intro_text {
        padding-left: 0px;
        margin-top: 15px; } }

.brand_side_bar.for_sixth {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center; }
  @media (max-width: 991px) {
    .brand_side_bar.for_sixth {
      margin-bottom: 0px;
      border-width: 0px;
      align-items: flex-end;
      align-content: flex-end; } }
  .brand_side_bar.for_sixth p, .brand_side_bar.for_sixth a {
    font-size: 15px; }
  .brand_side_bar.for_sixth .logo {
    width: 50%;
    max-width: 288px;
    padding-right: 15px;
    margin-bottom: 0px; }
    @media (max-width: 767px) {
      .brand_side_bar.for_sixth .logo {
        max-width: 144px;
        margin-bottom: 18px; } }
  .brand_side_bar.for_sixth .brand_info {
    width: 50%;
    padding-left: 15px; }
    .brand_side_bar.for_sixth .brand_info > .row:first-child {
      border-top: 0px; }
    @media (max-width: 767px) {
      .brand_side_bar.for_sixth .brand_info {
        width: 100%;
        padding-left: 0px; } }
    .brand_side_bar.for_sixth .brand_info .card_offer_tip {
      display: flex; }
    .brand_side_bar.for_sixth .brand_info .icon {
      width: auto;
      height: auto;
      font-size: 21px;
      text-align: center; }
    .brand_side_bar.for_sixth .brand_info .info {
      width: auto; }

@media (max-width: 767px) {
  .project_dm_intro_box.for_sixth {
    margin-bottom: 30px; } }

.project_dm_intro_box.for_sixth > .flex-row {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start; }

.project_dm_intro_box.for_sixth .block_title {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: dotted 1px; }
  @media (max-width: 767px) {
    .project_dm_intro_box.for_sixth .block_title {
      margin-bottom: 20px; } }
  .project_dm_intro_box.for_sixth .block_title .eng {
    font-size: 27px; }
    @media (max-width: 767px) {
      .project_dm_intro_box.for_sixth .block_title .eng {
        font-size: 21px; } }

.project_dm_intro_box.for_sixth .post_cat {
  display: block; }

@media (max-width: 881px) {
  .project_dm_intro_box.for_sixth .col-md-358 {
    padding: 20px; } }

@media (max-width: 767px) {
  .project_dm_intro_box.for_sixth .col-md-358 {
    padding: 15px;
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .project_dm_intro_box.for_sixth .col-md-642 {
    width: 100%;
    padding-right: 0px; } }

.project_dm_intro_box.for_sixth .home_daily_blog_list li {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  align-content: stretch;
  overflow: visible; }
  .project_dm_intro_box.for_sixth .home_daily_blog_list li > .col:first-child {
    padding-right: 20px; }
    @media (max-width: 480px) {
      .project_dm_intro_box.for_sixth .home_daily_blog_list li > .col:first-child {
        padding-right: 15px; } }

.project_dm_intro_box.for_sixth .home_daily_blog_list li.more_btn {
  display: block;
  text-align: right;
  padding-top: 30px; }
  .project_dm_intro_box.for_sixth .home_daily_blog_list li.more_btn a {
    display: inline-block;
    font-size: 18px; }

.project_dm_intro_box.for_sixth .home_daily_blog_list .excerpt {
  width: 100%;
  height: auto;
  padding-bottom: 0px; }

.project_dm_intro_box.for_sixth .home_daily_blog_list .title {
  font-size: 23px;
  font-weight: bold; }
  @media (max-width: 480px) {
    .project_dm_intro_box.for_sixth .home_daily_blog_list .title {
      font-size: 18px; } }

.project_dm_intro_box.for_sixth .home_daily_blog_list .content {
  line-height: 1.5em;
  font-size: 16px;
  max-height: 120px; }
  @media (max-width: 991px) {
    .project_dm_intro_box.for_sixth .home_daily_blog_list .content {
      max-height: 80px; } }
  @media (max-width: 767px) {
    .project_dm_intro_box.for_sixth .home_daily_blog_list .content {
      max-height: 100px; } }
  @media (max-width: 480px) {
    .project_dm_intro_box.for_sixth .home_daily_blog_list .content {
      max-height: 80px; } }

.project_dm_intro_box.for_sixth .home_daily_blog_list .event_valid_date,
.project_dm_intro_box.for_sixth .home_daily_blog_list .post_cat {
  font-size: 15px; }

.sixth-contact {
  width: 100%;
  padding: 100px 15px;
  background: #ed6c00; }
  @media (max-width: 767px) {
    .sixth-contact {
      padding: 100px 30px; } }
  .sixth-contact > .inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto; }
  .sixth-contact .left {
    width: 25%; }
    @media (max-width: 767px) {
      .sixth-contact .left {
        display: none; } }
  .sixth-contact .right {
    width: 75%;
    max-width: 578px;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .sixth-contact .right {
        width: 100%;
        padding-left: 0px; } }
  .sixth-contact .title {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding-left: 130px; }
    @media (max-width: 767px) {
      .sixth-contact .title {
        margin-bottom: 30px;
        padding-left: 0px;
        text-align: center; } }
    .sixth-contact .title span {
      display: block; }
    .sixth-contact .title .eng {
      font-size: 30px;
      color: #fdf0df;
      margin-bottom: 16px; }
    .sixth-contact .title .zht {
      font-size: 18px;
      line-height: normal;
      color: #fdf0df; }
  .sixth-contact .form {
    width: 100%;
    max-width: 656px; }
    .sixth-contact .form label {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-items: stretch;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .sixth-contact .form label {
          margin-bottom: 30px; } }
      .sixth-contact .form label span {
        display: inline-block; }
    .sixth-contact .form .label_title {
      width: 130px; }
      @media (max-width: 767px) {
        .sixth-contact .form .label_title {
          width: 100%; } }
      .sixth-contact .form .label_title span {
        font-size: 19px;
        color: #fdf0df;
        padding: 7px 15px;
        border: solid 2px #fdf0df;
        border-radius: 4px; }
    .sixth-contact .form .wpcf7-form-control-wrap {
      width: calc(100% - 130px);
      min-height: 37px; }
      @media (max-width: 767px) {
        .sixth-contact .form .wpcf7-form-control-wrap {
          width: 100%;
          margin-top: 7px; } }
      .sixth-contact .form .wpcf7-form-control-wrap input {
        width: 100%;
        height: 100%;
        border: 0px;
        padding: 0px 10px;
        border-radius: 0px;
        background: #fdf0df;
        position: absolute;
        left: 0px;
        top: 0px; }
  .sixth-contact .send_btn {
    text-align: center;
    overflow: hidden; }
    .sixth-contact .send_btn input[type="submit"] {
      font-size: 18px;
      width: 120px;
      height: 41px;
      line-height: 41px;
      color: #ed6c00;
      background: #fdf0df;
      border: 0px;
      text-align: center;
      padding: 0px;
      margin: 0px;
      box-shadow: none;
      text-shadow: none;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      float: right; }
      .sixth-contact .send_btn input[type="submit"] ＆:hover {
        opacity: 0.65; }

.card-app-intro {
  padding: 50px 0px; }
  .card-app-intro .inner {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-flow: row wrap; }
    @media (max-width: 767px) {
      .card-app-intro .inner {
        flex-direction: column-reverse; } }
  .card-app-intro .col {
    width: 50%;
    padding: 0px 15px;
    max-width: 443px; }
    @media (max-width: 767px) {
      .card-app-intro .col {
        width: 100%; }
        .card-app-intro .col:last-child {
          margin-bottom: 28px; } }
  .card-app-intro .title {
    color: #02721E;
    font-size: 24px;
    font-family: TrajanPro3, 'Songti TC','LiSong Pro', serif;
    margin-bottom: 30px;
    position: relative;
    line-height: normal; }
    @media (max-width: 767px) {
      .card-app-intro .title {
        font-size: 22px; } }
    @media (max-width: 414px) {
      .card-app-intro .title {
        text-align: center;
        padding-bottom: 20px; }
        .card-app-intro .title span {
          display: inline-block;
          margin-left: auto;
          margin-right: auto;
          position: relative; } }

.card-app-intro2 {
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .card-app-intro2 {
      padding-top: 0px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .card-app-intro2 .inner {
      flex-direction: column; } }
  .card-app-intro2 .col:nth-child(1) {
    width: 40%;
    text-align: right; }
    @media (max-width: 767px) {
      .card-app-intro2 .col:nth-child(1) {
        text-align: center; } }
    .card-app-intro2 .col:nth-child(1) img {
      width: 100%;
      max-width: 300px; }
  .card-app-intro2 .col:nth-child(2) {
    width: 60%;
    max-width: 576px; }
  @media (max-width: 767px) {
    .card-app-intro2 .col {
      width: 100% !important; }
      .card-app-intro2 .col:first-child {
        margin-bottom: 40px; }
      .card-app-intro2 .col:last-child {
        margin-bottom: 0px; } }
  .card-app-intro2 .title {
    padding-bottom: 0px; }
  .card-app-intro2 .cai2-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .card-app-intro2 .cai2-title {
        font-size: 22px; } }
  .card-app-intro2 .dot-item {
    font-size: 18px;
    color: #02721E;
    line-height: normal;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px; }
    .card-app-intro2 .dot-item:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 9px;
      width: 4px;
      height: 4px;
      border-radius: 1000px;
      background: #02721E; }
    @media (max-width: 767px) {
      .card-app-intro2 .dot-item {
        font-size: 15px; } }
