.conferenceIntroList .Img, .conferenceIntroList .Txt > em, .conferenceIntroList .Txt > h2, .conferenceIntroList .textEditor, .serviceTitleBox h2, .serviceTitleBox em, .serviceList, .storeList .Txt::before, .storeTextBox .Txt::before, .storeList h3, .storeTextBox h3, .storeList em, .storeTextBox em, .storeList em + p, .storeTextBox em + p, .storeList .openTimeBox, .storeTextBox .openTimeBox, .storeList .openTimeBox::before, .storeTextBox .openTimeBox::before {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }

.conferenceIntroList .Txt > em, .conferenceIntroList .Txt > h2, .conferenceIntroList .textEditor, .serviceTitleBox h2, .serviceTitleBox em, .serviceList, .storeList h3, .storeTextBox h3, .storeList em, .storeTextBox em, .storeList em + p, .storeTextBox em + p, .storeList .openTimeBox, .storeTextBox .openTimeBox, .conferenceIntroList .Img {
  opacity: 0; }

.conferenceIntroList .Txt > em, .conferenceIntroList .Txt > h2, .conferenceIntroList .textEditor, .serviceTitleBox h2, .serviceTitleBox em, .serviceList, .storeList h3, .storeTextBox h3, .storeList em, .storeTextBox em, .storeList em + p, .storeTextBox em + p, .storeList .openTimeBox, .storeTextBox .openTimeBox {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.conferenceIntroList > li.show .Img, .conferenceIntroList > li.show .Txt > em, .conferenceIntroList > li.show .Txt > h2, .conferenceIntroList > li.show .textEditor, .serviceArea.show em, .serviceArea.show h2, .serviceArea.show .serviceList, .storeList .current h3, .storeList .current em, .storeList .current em + p, .storeList .current .openTimeBox, .storeTextBox .current h3, .storeTextBox .current em, .storeTextBox .current em + p, .storeTextBox .current .openTimeBox {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1; }

/*
	Authors: Alvin, Randy, Rex
    Version: 2.0
	Latest Update: 2020/03/13
*/
.conferenceIntroList {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 961px) {
    .conferenceIntroList::before {
      content: ',,';
      position: absolute;
      top: 35px;
      left: 50%;
      z-index: 1;
      margin-left: -15px;
      line-height: 1;
      font-size: 55px;
      color: #dbd9da; } }
  .conferenceIntroList > li.show .Txt > em {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .conferenceIntroList > li.show .Txt > h2 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  .conferenceIntroList > li.show .textEditor {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  @media (min-width: 961px) {
    .conferenceIntroList > li:nth-child(odd) .Img {
      padding-right: 40px; }
    .conferenceIntroList > li:nth-child(even) .item {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .conferenceIntroList > li:nth-child(even) .Img {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-left: 40px; }
    .conferenceIntroList > li:nth-child(even) .Txt {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; } }
  .conferenceIntroList > li:first-child .item {
    background-size: 1px calc(100% - 115px); }
  .conferenceIntroList > li + li .item {
    padding-top: 50px; }
  .conferenceIntroList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 961px) {
      .conferenceIntroList .item {
        background-image: -webkit-gradient(linear, left top, right top, from(#eaeaea), to(#eaeaea));
        background-image: -webkit-linear-gradient(left, #eaeaea, #eaeaea);
        background-image: -o-linear-gradient(left, #eaeaea, #eaeaea);
        background-image: linear-gradient(to right, #eaeaea, #eaeaea);
        background-size: 1px 100%;
        background-position: 50% 100%;
        background-repeat: no-repeat; } }
    @media (max-width: 960px) {
      .conferenceIntroList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  @media (min-width: 961px) {
    .conferenceIntroList .Img {
      width: 50%; }
      .conferenceIntroList .Img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  @media (max-width: 960px) {
    .conferenceIntroList .Img img {
      display: block;
      max-width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; } }
  .conferenceIntroList .Txt {
    position: relative; }
    @media (min-width: 961px) {
      .conferenceIntroList .Txt {
        width: 50%;
        max-width: 680px;
        padding-top: 75px;
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 960px) {
      .conferenceIntroList .Txt {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px; } }
    .conferenceIntroList .Txt > em {
      display: block;
      font-size: 28px;
      font-family: "Cardo", "Noto Serif TC", serif;
      color: #5a5a5a;
      text-transform: uppercase; }
      @media (max-width: 1180px) {
        .conferenceIntroList .Txt > em {
          font-size: 22px; } }
    .conferenceIntroList .Txt > h2 {
      margin-bottom: 20px;
      font-weight: 400;
      font-size: 22px;
      color: #191919; }
      @media (max-width: 1180px) {
        .conferenceIntroList .Txt > h2 {
          font-size: 18px; } }

.serviceArea {
  padding-top: 80px;
  padding-bottom: 70px; }
  @media (max-width: 1180px) {
    .serviceArea {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .serviceArea.show h2 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .serviceArea.show .serviceList {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }

.serviceTitleBox {
  position: relative;
  padding-bottom: 80px;
  text-align: center;
  letter-spacing: 1px; }
  .serviceTitleBox::before {
    content: ',,';
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 1;
    margin-left: -16px;
    line-height: 1;
    font-size: 55px;
    color: #dbd9da; }
  .serviceTitleBox h2 {
    font-weight: 400;
    font-size: 22px;
    color: #191919; }
    @media (max-width: 1180px) {
      .serviceTitleBox h2 {
        font-size: 18px; } }
  .serviceTitleBox em {
    display: block;
    font-family: "Cardo", "Noto Serif TC", serif;
    font-size: 28px;
    color: #5a5a5a;
    text-transform: uppercase; }
    @media (max-width: 1180px) {
      .serviceTitleBox em {
        font-size: 22px; } }

.serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .serviceList > li {
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: 100% 50%;
    background-size: 1px 40px;
    background-repeat: no-repeat; }
    @media (min-width: 841px) {
      .serviceList > li {
        width: 25%; }
        .serviceList > li:not(:nth-child(4n)) {
          background-image: -webkit-gradient(linear, left top, right top, from(#eaeaea), to(#eaeaea));
          background-image: -webkit-linear-gradient(left, #eaeaea, #eaeaea);
          background-image: -o-linear-gradient(left, #eaeaea, #eaeaea);
          background-image: linear-gradient(to right, #eaeaea, #eaeaea); } }
    @media (min-width: 641px) and (max-width: 840px) {
      .serviceList > li {
        width: calc(100% / 3); }
        .serviceList > li:not(:nth-child(3n)) {
          background-image: -webkit-gradient(linear, left top, right top, from(#eaeaea), to(#eaeaea));
          background-image: -webkit-linear-gradient(left, #eaeaea, #eaeaea);
          background-image: -o-linear-gradient(left, #eaeaea, #eaeaea);
          background-image: linear-gradient(to right, #eaeaea, #eaeaea); } }
    @media (max-width: 640px) {
      .serviceList > li {
        width: 50%; }
        .serviceList > li:not(:nth-child(2n)) {
          background-image: -webkit-gradient(linear, left top, right top, from(#eaeaea), to(#eaeaea));
          background-image: -webkit-linear-gradient(left, #eaeaea, #eaeaea);
          background-image: -o-linear-gradient(left, #eaeaea, #eaeaea);
          background-image: linear-gradient(to right, #eaeaea, #eaeaea); } }
  .serviceList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    @media (max-width: 640px) {
      .serviceList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; } }
  .serviceList .Img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 641px) {
      .serviceList .Img {
        margin-left: 30px; } }
    @media (max-width: 640px) {
      .serviceList .Img {
        height: 60px; } }
    .serviceList .Img img {
      display: block;
      max-width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .serviceList .Txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 641px) {
      .serviceList .Txt {
        width: calc(100% - 60px);
        padding-left: 7px; } }
  .serviceList h3 {
    font-size: 16px;
    font-weight: 400;
    color: #2a2a2a;
    letter-spacing: 1px; }
  .serviceList em {
    display: block;
    text-transform: uppercase;
    color: #959595;
    font-size: 14px;
    letter-spacing: .5px; }

.storeArea {
  background-color: #f9f9f9; }
  .storeArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
    padding-bottom: 100px;
    border-left: 1px solid #e5e5e5; }
    @media (max-width: 1180px) {
      .storeArea .wrap {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-width: 768px) {
      .storeArea .wrap {
          position: relative; } }
  .storeArea .carouselFunctionBox {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    position: relative;
    width: 80px;
    margin-right: auto; }
    @media (max-width: 1240px) {
      .storeArea .carouselFunctionBox {
        display: none; } }
    @media (max-width: 768px) {
      .storeArea .carouselFunctionBox {
        position: absolute;
        bottom: 10px;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%; } }
  .storeArea .totalBox {
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 1;
    width: 70px;
    text-align: right; }
  .storeArea .arrowsBox {
    margin-top: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 1180px) {
      .storeArea .arrowsBox {
        margin-top: 20px; } }
  .storeArea .slick-dots {
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    @media (max-width: 768px) {
      .storeArea .slick-dots {
        position: relative;
        top: 0;
        right: 0;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        height: auto; } }
    .storeArea .slick-dots .slick-active button::before {
      background-color: #af8442; }
    .storeArea .slick-dots li {
      display: block; }
    .storeArea .slick-dots button::before {
      background-color: #e5ded3; }
  .storeArea .numDotList {
    top: -2px;
    left: 0; }

.storeList .current .Txt::before, .storeTextBox .current .Txt::before {
  width: 20px;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.storeList .current h3, .storeTextBox .current h3 {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

.storeList .current em, .storeTextBox .current em {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }
  .storeList .current em + p, .storeTextBox .current em + p {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }

.storeList .current .openTimeBox, .storeTextBox .current .openTimeBox {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }
  .storeList .current .openTimeBox::before, .storeTextBox .current .openTimeBox::before {
    width: 20px;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }

.storeList .Txt, .storeTextBox .Txt {
  padding-right: 70px; }
  @media (min-width: 769px) and (max-width: 1180px) {
    .storeList .Txt, .storeTextBox .Txt {
      padding-right: 30px; } }
  @media (max-width: 768px) {
    .storeList .Txt, .storeTextBox .Txt {
      padding-top: 20px;
      padding-right: 0; } }
  .storeList .Txt::before, .storeTextBox .Txt::before {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    margin-bottom: 35px;
    background-color: #af8442; }
    @media (max-width: 1180px) {
      .storeList .Txt::before, .storeTextBox .Txt::before {
        margin-bottom: 15px; } }
    @media (max-width: 768px) {
      .storeList .Txt::before, .storeTextBox .Txt::before {
        display: none; } }

.storeList h3, .storeTextBox h3 {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 22px;
  color: #454545; }
  @media (max-width: 1180px) {
    .storeList h3, .storeTextBox h3 {
      font-size: 18px; } }

.storeList em, .storeTextBox em {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-family: "Cardo", "Noto Serif TC", serif;
  color: #959595;
  border-bottom: 1px solid #dcdcdc;
  text-transform: uppercase; }
  .storeList em + p, .storeTextBox em + p {
    max-height: 85px; }

.storeList p, .storeTextBox p {
  line-height: 1.8;
  letter-spacing: .5px; }

.storeList .openTimeBox::before, .storeTextBox .openTimeBox::before {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  margin-top: 35px;
  margin-bottom: 15px;
  background-color: #af8442; }

.storeList .openTimeBox p, .storeTextBox .openTimeBox p {
  max-height: 80px;
  font-size: 14px; }

.storeList {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 1241px) {
    .storeList {
      max-width: 600px; } }
  @media (min-width: 769px) and (max-width: 1240px) {
    .storeList {
      max-width: 48.3871%; } }
  @media (max-width: 768px) {
    .storeList {
      max-width: 600px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .storeList .Img {
    position: relative; }
    .storeList .Img img {
      display: block;
      max-width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .storeList .Img strong {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      padding: 1px 9px;
      font-size: 13px;
      font-weight: 400;
      color: #fff;
      background-color: #af8442;
      letter-spacing: 1px; }
  @media (min-width: 769px) {
    .storeList .Txt {
      display: none; } }

.storeTextBox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px; }
  @media (min-width: 1241px) {
    .storeTextBox {
      max-width: 510px; } }
  @media (max-width: 1240px) {
    .storeTextBox {
      max-width: 51.6129%; } }
  @media (max-width: 768px) {
    .storeTextBox {
      display: none !important; } }
