 /* @font-face {
     font-family: 'AvantGardeCE-Light';
     src: url('font/AvantGardeCE-Light.eot');
     src: url('font/AvantGardeCE-Light.eot?#iefix') format('embedded-opentype'), url('font/AvantGardeCE-Light.woff') format('woff'), url('font/AvantGardeCE-Light.ttf') format('truetype');
 }

 @font-face {
     font-family: 'AvantGardeCE-Book';
     src: url('font/AvantGardeCE-Book.eot');
     src: url('font/AvantGardeCE-Book.eot?#iefix') format('embedded-opentype'), url('font/AvantGardeCE-Book.woff') format('woff'), url('font/AvantGardeCE-Book.ttf') format('truetype');
 }

 @font-face {
     font-family: 'AvantGardeCE-Demi';
     src: url('font/AvantGardeCE-Demi.eot');
     src: url('font/AvantGardeCE-Demi.eot?#iefix') format('embedded-opentype'), url('font/AvantGardeCE-Demi.woff') format('woff'), url('font/AvantGardeCE-Demi.ttf') format('truetype');
 }

 @font-face {
     font-family: 'AvantGardeCE-Medium';
     src: url('font/AvantGardeCE-Medium.eot');
     src: url('font/AvantGardeCE-Medium.eot?#iefix') format('embedded-opentype'), url('font/AvantGardeCE-Medium.woff') format('woff'), url('font/AvantGardeCE-Medium.ttf') format('truetype');
 }

 @font-face {
     font-family: 'AvantGardeGothic-Demi';
     src: url('font/AvantGardeGothic-Demi.eot');
     src: url('font/AvantGardeGothic-Demi.eot?#iefix') format('embedded-opentype'), url('font/AvantGardeGothic-Demi.woff') format('woff'), url('font/AvantGardeGothic-Demi.ttf') format('truetype');
 } */

 section {
     background-color: #fff;
 }

 section:not(#kv) {
     position: relative;
     z-index: 1;
 }

 section#kv {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 0;
     height: 100vh;
     min-height: 100vh;
     padding-bottom: 0;
 }

 section#kv .overlay {
     display: none;
     background-color: #fff;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
 }

 section#kv .video-container {
     position: relative;
     height: 100%;
 }

 section#kv .video-play,
 section#kv .video-container iframe,
 section#kv .video-container object,
 section#kv .video-container embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 section#kv .video-container iframe,
 section#kv .video-container object,
 section#kv .video-container embed {
     pointer-events: none;
 }

 section#kv .swiper-pagination {
     bottom: 100px;
     width: 50%;
     max-width: 1440px;
     margin: 0 auto;
     height: 58px;
     bottom: 30px;
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -moz-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
 }

 section#kv .swiper-pagination-bullet {
     background: #fff;
     opacity: 1;
     width: 6px;
     height: 6px;
     margin-left: 0;
     margin-right: 15px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }

 section#kv .swiper-pagination-bullet-active {
     background: #C0272D;
     width: 14px;
     height: 14px;
     border: 1px solid #fff;
 }

 section#kv .wrapper {
     position: absolute;
     left: 0;
     top: 0;
     z-index: 0;
     width: 100%;
     height: 100%;
 }

 section#kv .item,
 section#kv .swiper-container {
     position: relative;
     width: 100%;
     height: 100%;
 }

 section#kv .item.left .copy .txt_line {
     -webkit-align-self: flex-start;
     -ms-flex-item-align: start;
     align-self: flex-start;
     text-align: left;
 }

 section#kv .item.right .copy .txt_line {
     -webkit-align-self: flex-end;
     -ms-flex-item-align: end;
     align-self: flex-end;
     text-align: right;
 }

 section#kv .item.center .copy {
     left: 0;
 }

 section#kv .item.center .copy .txt_line {
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     align-self: center;
     text-align: center;
 }

 section#kv .swiper-slide {
     background-color: #000;
 }

 section#kv .bg-wrapper {
     width: 100%;
     height: 100%;
     position: relative;
     top: 0;
     left: 0;
     z-index: -1;
     overflow: hidden;
 }

 section#kv .bg {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     width: 100%;
     height: 100%;
     padding-bottom: 20px;
     position: absolute;
     z-index: -1;
     left: 0;
     top: 0;
 }

 section#kv .container {
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 section#kv .inner-container {
     position: relative;
     width: 100%;
     height: 100%;
 }

 section#kv .copy {
     width: 100%;
     position: absolute;
     left: 30px;
     top: 50%;
     opacity: 0;
     -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
     -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-direction: normal;
     -moz-box-direction: normal;
     -webkit-box-orient: vertical;
     -moz-box-orient: vertical;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
 }

 section#kv .copy>div {
     max-width: 100%;
 }

 section#kv .copy span {
     overflow: hidden;
 }

 section#kv .copy .txt_line.row_1 {
     color: #fff;
     letter-spacing: 1px;
     font-family: "Caveat", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
     font-size: 3.429em;
 }

 section#kv .copy .txt_line.row_1 .txt-wrap>span,
 section#kv .copy .txt_line.row_1 .shadow {
     padding: 4px 11px;
 }

 section#kv .copy .txt_line.row_1 .txt-wrap {
     background-color: #000;
 }

 section#kv .copy .txt_line.row_1 .txt-wrap:after {
     background-color: #000;
 }

 section#kv .copy .txt_line.row_2 {
     color: #fff;
     font-size: 5.143em;
     margin-bottom: 34px;
     font-family: "AvantGardeCE-Demi", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
     text-transform: uppercase;
 }

 section#kv .copy .txt_line.row_2 .txt-wrap>span,
 section#kv .copy .txt_line.row_2 .shadow {
     padding: 10px 22px 10px 18px;
 }

 section#kv .copy .txt_line.row_2 .txt-wrap {
     background-color: #C0272D;
 }

 section#kv .copy .txt_line.row_2 .txt-wrap:after {
     background-color: #C0272D;
 }

 section#kv .copy .txt_line.row_3 {
     font-size: 1.571em;
     font-family: "AvantGardeCE-Medium", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
     color: #fff;
 }

 section#kv .copy .txt_line.row_3 .txt-wrap>span,
 section#kv .copy .txt_line.row_3 .shadow {
     padding: 10px 15px 10px 18px;
 }

 section#kv .copy .txt_line.row_3 .txt-wrap {
     background-color: #000;
 }

 section#kv .copy .txt_line.row_3 .txt-wrap:after {
     background-color: #000;
 }

 section#kv .transparent {
     opacity: 0;
 }

 .kv_icon_bar {
     width: 50%;
     height: 58px;
     margin-bottom: 30px;
     position: fixed;
     bottom: 0;
     right: 0;
     z-index: 0;
 }

 .kv_icon_bar .container {
     position: relative;
     width: 100%;
     height: 100%;
 }

 .kv_icon_bar .scroll-down {
     position: absolute;
     left: 0;
     bottom: 0px;
     z-index: 0;
     -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
     -ms-transform: translate(-50%, 0);
     -o-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }

 .kv_icon_bar .scroll-down:hover {
     bottom: -26px;
 }

 .kv_icon_bar .lg-wrapper {
     height: 100%;
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -moz-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: end;
     -moz-box-pack: end;
     -ms-flex-pack: end;
     -webkit-justify-content: flex-end;
     justify-content: flex-end;
 }

 .kv_icon_bar .icon-container {
     position: relative;
     z-index: 0;
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -moz-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .kv_icon_bar .icon {
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
 }

 .kv_icon_bar .icon:hover {
     -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
     -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
     transform: scale(1.2);
 }

 .kv_icon_bar .icon.fb-w,
 .kv_icon_bar .icon.ig-w {
     margin-right: 13px;
 }

 .kv_icon_bar .icon.youtube-w {
     margin-right: 23px;
 }

 .kv_icon_bar .sound {
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -moz-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -moz-box-pack: justify;
     -ms-flex-pack: distribute;
     -webkit-justify-content: space-around;
     justify-content: space-around;
 }

 .kv_icon_bar .sound span {
     display: block;
     width: 1px;
     height: 8px;
     background-color: rgba(255, 255, 255, 0.75);
     margin-right: 5px;
     -webkit-animation-duration: 0.9s;
     animation-duration: 0.9s;
     -webkit-animation-play-state: running;
     animation-play-state: running;
     -webkit-animation-direction: alternate;
     animation-direction: alternate;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
 }

 .kv_icon_bar .sound:not(.on) span {
     -webkit-animation-iteration-count: 1;
     animation-iteration-count: 1;
     animation-name: soundOff;
 }

 .kv_icon_bar .sound.on span {
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     animation-name: soundOn;
 }

 .kv_icon_bar .sound.on span:nth-child(1) {
     animation-delay: 0;
 }

 .kv_icon_bar .sound.on span:nth-child(2) {
     animation-delay: 0.3s;
 }

 .kv_icon_bar .sound.on span:nth-child(3) {
     animation-delay: 0.6s;
 }

 .kv_icon_bar .sound.on span:nth-child(4) {
     animation-delay: 0.9s;
 }

 .kv_icon_bar .sound.on span:nth-child(5) {
     animation-delay: 1.2s;
 }

 .kv_icon_bar .sound.on span:nth-child(6) {
     animation-delay: 1.5s;
 }

 section#announcement {
     background-color: #F8F5EE;
     overflow: hidden;
     padding: 0;
 }

 section#announcement .inner-container {
     padding: 30px 0;
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
 }

 section#announcement .title {
     font-family: "AvantGardeCE-Demi", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
     text-transform: uppercase;
     color: #C0272D;
     letter-spacing: 0.8px;
     width: 180px;
 }

 section#announcement .msg {
     line-height: 140%;
     width: calc(100% - 180px - 183px);
     padding: 0 50px 0 10px;
 }

 section#announcement .inner-container:before {
     content: "";
     background-image: url(../img/homepage/bg_coffee.png);
     background-size: cover;
     background-position: center -70px;
     background-repeat: no-repeat;
     width: 124px;
     height: 100%;
     position: absolute;
     top: 0px;
     left: -75px;
 }

 section#announcement .btn {
     min-width: 183px;
 }

 section#whatson {
     padding-bottom: 120px;
 }

 section#whatson .slide {
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -moz-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
 }

 section#whatson .slide .image {
     width: 60.7%;
 }

 section#whatson .slide .image span {
     width: 100%;
     position: relative;
     height: auto;
     display: block;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 section#whatson .slide .image span:before {
     content: "";
     display: block;
     padding-top: 66.66666667%;
 }

 section#whatson .slide .copy {
     width: 39.3%;
     margin-left: -70px;
     position: relative;
     z-index: 2;
     overflow: hidden;
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-direction: normal;
     -moz-box-direction: normal;
     -webkit-box-orient: vertical;
     -moz-box-orient: vertical;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
 }

 section#whatson .swiper-container {
     overflow: visible;
     width: 100%;
     margin: 0;
 }

 section#whatson .swiper-button-container {
     position: absolute;
     right: 70px;
     z-index: 11;
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
 }

 section#whatson .swiper-button-next,
 section#whatson .swiper-button-prev {
     position: relative;
     top: auto;
     left: auto;
     right: auto;
     margin-top: 0;
 }

 section#whatson .swiper-pagination-fraction {
     font-family: "AvantGardeCE-Demi", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
     font-size: 5.143em;
     bottom: -10px;
     -webkit-transform: translateX(12%);
     -moz-transform: translateX(12%);
     -ms-transform: translateX(12%);
     -o-transform: translateX(12%);
     transform: translateX(12%);
 }

 section#thought {
     padding: 60px 0;
     overflow: visible;
     position: relative;
     z-index: 1;
 }

 section#thought .inner-container {
     background-color: #F8F5EE;
     text-align: center;
     padding: 75px;
 }

 section#thought .subhead {
     font-family: "AvantGardeCE-Demi", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
     text-transform: uppercase;
     font-size: 0.857em;
     letter-spacing: 1px;
 }

 section#thought .copy {
     font-family: "Caveat", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
     font-size: 3.429em;
     margin: 30px 0 40px 0;
     line-height: 100%;
 }

 section#thought .copy.sty2 {
     font-family: "AvantGardeGothic-Demi", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
     font-size: 1.75em;
 }

 section#thought .source {
     font-size: 1.571em;
 }

 section#thought .polygon {
     background-size: 100%;
 }

 section#thought .polygon.filled {
     width: 340px;
     height: 278px;
     top: -60px;
     left: 0;
 }

 section#thought .polygon.hollow {
     width: 420px;
     height: 288px;
     bottom: -60px;
     right: 0;
 }

 section#taste .details {
     font-size: 1.125rem;
     font-family: "AvantGardeCE-Book", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
     text-transform: none;
     line-height: 160%;
     margin-top: 30px;
 }

 section#taste .slide {
     width: 240px;
     height: 100%;
 }

 section#taste .slide:hover img {
     -webkit-transform: scale(1.02);
     -moz-transform: scale(1.02);
     -ms-transform: scale(1.02);
     -o-transform: scale(1.02);
     transform: scale(1.02);
 }

 section#taste .slide img {
     position: relative;
     z-index: -1;
     width: 240px;
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }

 section#taste .slide>div {
     position: relative;
 }

 section#taste .details,
 section#taste .text {
     display: none;
 }

 section#taste #drink img {
     margin-bottom: 14px;
 }

 section#taste.section-highlight-swiper .highlight-sharp {
     padding: 3px 11px;
 }

 section#taste .swiper-slide:nth-child(1) .slide .highlight-sharp:nth-of-type(1) .highlight-bg>span,
 section#taste .swiper-slide:nth-child(1) .slide .highlight-sharp:nth-of-type(1) .highlight-bg .desc {
     overflow: hidden;
     vertical-align: top;
     opacity: 0;
 }

 section#taste .swiper-slide:nth-child(1) .slide .highlight-sharp:nth-of-type(1) .highlight-bg>span:after,
 section#taste .swiper-slide:nth-child(1) .slide .highlight-sharp:nth-of-type(1) .highlight-bg .desc:after {
     content: "";
     background-color: #C0272D;
     width: 100%;
     height: 100%;
     display: inline-block;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
     opacity: 0;
 }

 section#taste .swiper-slide:nth-child(1) .slide .highlight-sharp:nth-of-type(1) .highlight-bg:after {
     content: "";
     background-color: #C0272D;
     width: 100%;
     height: 100%;
     display: inline-block;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
 }

 section#taste .swiper-slide:nth-child(2) .slide .highlight-sharp:nth-of-type(1) .highlight-bg>span,
 section#taste .swiper-slide:nth-child(2) .slide .highlight-sharp:nth-of-type(1) .highlight-bg .desc {
     overflow: hidden;
     vertical-align: top;
     opacity: 0;
 }

 section#taste .swiper-slide:nth-child(2) .slide .highlight-sharp:nth-of-type(1) .highlight-bg>span:after,
 section#taste .swiper-slide:nth-child(2) .slide .highlight-sharp:nth-of-type(1) .highlight-bg .desc:after {
     content: "";
     background-color: #C0272D;
     width: 100%;
     height: 100%;
     display: inline-block;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
     opacity: 0;
 }

 section#taste .swiper-slide:nth-child(2) .slide .highlight-sharp:nth-of-type(1) .highlight-bg:after {
     content: "";
     background-color: #C0272D;
     width: 100%;
     height: 100%;
     display: inline-block;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
 }

 section#taste .swiper-slide:nth-child(3) .slide .highlight-sharp:nth-of-type(1) .highlight-bg>span,
 section#taste .swiper-slide:nth-child(3) .slide .highlight-sharp:nth-of-type(1) .highlight-bg .desc {
     overflow: hidden;
     vertical-align: top;
     opacity: 0;
 }

 section#taste .swiper-slide:nth-child(3) .slide .highlight-sharp:nth-of-type(1) .highlight-bg>span:after,
 section#taste .swiper-slide:nth-child(3) .slide .highlight-sharp:nth-of-type(1) .highlight-bg .desc:after {
     content: "";
     background-color: #C0272D;
     width: 100%;
     height: 100%;
     display: inline-block;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
     opacity: 0;
 }

 section#taste .swiper-slide:nth-child(3) .slide .highlight-sharp:nth-of-type(1) .highlight-bg:after {
     content: "";
     background-color: #C0272D;
     width: 100%;
     height: 100%;
     display: inline-block;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
 }

 section#cupcard {
     /* background-image: url("../img/homepage/bg_wood.jpg"); */
     background-image: url("../image/bg_wood.jpg");
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
 }

 
 section#cupcard .title {
     text-transform: uppercase;
     line-height: 110%;
 }

 section#cupcard .heading {
     color: #fff;
     max-width: 580px;
 }

 section#cupcard .heading .title {
     font-family: "AvantGardeCE-Medium", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
     font-size: 2.429em;
 }

 section#cupcard .heading .msg {
     font-weight: 300;
     margin: 30px 0 40px 0;
 }

 section#cupcard .tilt {
     height: 234px;
 }

 section#cupcard .cupcard-wrapper {
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
 }

 section#cupcard .cupcard-wrapper .c-card {
     display: inline-block;
     position: relative;
 }

 section#cupcard .cupcard-wrapper .card-wrap {
     text-align: center;
 }

 section#cupcard .cupcard-wrapper .card-wrap .wrapper {
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 section#cupcard .cupcard-wrapper .card-wrap #card {
     width: 375px;
 }

 section#cupcard .cupcard-wrapper .card-wrap #card-circle {
     position: relative;
     width: 664px;
 }

 section#cupcard .cupcard-wrapper .card-wrap .tip-icon {
     background-repeat: no-repeat;
     background-position: center;
     background-size: 100%;
     display: inline-block;
     position: absolute;
     z-index: 10;
     cursor: pointer;
 }

 section#cupcard .cupcard-wrapper .card-wrap .tip-icon.active:before {
     content: "";
     display: none;
 }

 section#cupcard .cupcard-wrapper .card-wrap .tip-icon:not(.active):before {
     content: "";
     background-color: #fff;
     width: 112px;
     height: 112px;
     border-radius: 50%;
     display: inline-block;
     z-index: -1;
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 section#cupcard .cupcard-wrapper .card-wrap .tip-icon img {
     width: 55px;
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
 }

 section#cupcard .card-wrap[data-total="3"] .tip-icon#tip_1 {
     right: 78px;
     top: 48px;
 }

 section#cupcard .card-wrap[data-total="3"] .tip-icon#tip_2 {
     left: -17px;
     bottom: 43%;
 }

 section#cupcard .card-wrap[data-total="3"] .tip-icon#tip_3 {
     right: 160px;
     bottom: 7px;
 }

 section#cupcard .card-wrap[data-total="4"] .tip-icon#tip_1 {
     right: 60px;
     top: 80px;
 }

 section#cupcard .card-wrap[data-total="4"] .tip-icon#tip_2 {
     left: 52px;
     top: 100px;
 }

 section#cupcard .card-wrap[data-total="4"] .tip-icon#tip_3 {
     left: 39px;
     bottom: 110px;
 }

 section#cupcard .card-wrap[data-total="4"] .tip-icon#tip_4 {
     right: 26px;
     bottom: 130px;
 }

 section#cupcard .card-wrap[data-total="5"] .tip-icon#tip_1 {
     left: 300px;
     top: -40px;
 }

 section#cupcard .card-wrap[data-total="5"] .tip-icon#tip_2 {
     left: -10px;
     top: 220px;
 }

 section#cupcard .card-wrap[data-total="5"] .tip-icon#tip_3 {
     left: 110px;
     bottom: 36px;
 }

 section#cupcard .card-wrap[data-total="5"] .tip-icon#tip_4 {
     right: 110px;
     bottom: 36px;
 }

 section#cupcard .card-wrap[data-total="5"] .tip-icon#tip_5 {
     right: -12px;
     top: 217px;
 }

 section#cupcard .box {
     background-color: #F8F5EE;
     border-radius: 10px;
     width: 292px;
     padding: 28px;
     position: absolute;
     display: none;
     text-align: left;
     left: -28px;
     top: -28px;
 }

 section#cupcard .box .subhead {
     font-family: "AvantGardeCE-Demi", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
     font-size: 1.571em;
     margin-bottom: 15px;
 }

 section#cupcard .box .icon {
     margin-bottom: 30px;
 }

 section#cupcard .slide {
     text-align: center;
     color: #fff;
 }

 section#cupcard .slide .icon {
     width: 96px;
     height: 96px;
     background-color: #fff;
     border-radius: 50%;
 }

 section#cupcard .slide .icon img {
     width: 51px;
     height: 51px;
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 section#cupcard .slide .desc {
     margin-top: 10px;
     font-size: 1.333em;
     line-height: 100%;
     margin-bottom: 20px;
 }

 section#hashtag {
     z-index: 0;
 }

 section#hashtag .gallery {
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 section#hashtag .gallery .small {
     width: 50%;
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 section#hashtag .gallery .w_50 {
     width: 50%;
     overflow: hidden;
 }

 section#hashtag .gallery .w_50 .bg {
     background-repeat: no-repeat;
     background-position: center;
     background-size: 101%;
     position: relative;
     height: auto;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }

 section#hashtag .gallery .w_50 .bg:before {
     content: "";
     display: block;
     padding-top: 100%;
 }

 section#hashtag .gallery .w_50:hover .bg {
     -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
     -ms-transform: scale(1.05);
     -o-transform: scale(1.05);
     transform: scale(1.05);
 }

 section#hashtag .gallery .large {
     width: 50%;
     overflow: hidden;
 }

 section#hashtag .gallery .large .bg {
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     position: relative;
     height: auto;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }

 section#hashtag .gallery .large .bg:before {
     content: "";
     display: block;
     padding-top: 100%;
 }

 section#hashtag .gallery .large:hover .bg {
     -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
     -ms-transform: scale(1.05);
     -o-transform: scale(1.05);
     transform: scale(1.05);
 }

 @media (min-width: 992px) {
     section#kv .item.left .copy {
         left: 50px;
     }

     section#kv .item:not(.left) .copy {
         left: 0px;
     }

     section#taste .swiper-container {
         width: 920px;
         margin: 0 auto;
     }

     section#cupcard .slider {
         display: none;
     }

     body.light.out header {
         -webkit-transition-delay: 0.25s;
         -moz-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
         transition-delay: 0.25s;
     }

     body.light.out header .function a .icon {
         -webkit-transition-delay: 0.25s;
         -moz-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
         transition-delay: 0.25s;
     }

     body.light.out header .function a>span:not(.icon) {
         -webkit-transition-delay: 0.25s;
         -moz-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
         transition-delay: 0.25s;
     }

     body.light.out header nav.main li {
         -webkit-transition-delay: 0.25s;
         -moz-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
         transition-delay: 0.25s;
     }
 }

 @media (min-width: 992px) and (max-width: 1439px) {
     section#kv .lg-wrapper {
         position: relative;
         width: 100%;
         height: 100%;
     }

     section#kv .swiper-pagination {
         padding: 0 50px;
     }

     section#whatson .swiper-slide:not(.swiper-slide-active) .slide {
         -webkit-transform: scale(0.93);
         -moz-transform: scale(0.93);
         -ms-transform: scale(0.93);
         -o-transform: scale(0.93);
         transform: scale(0.93);
     }
 }

 @media (min-width: 1440px) {
     .kv_icon_bar {
         margin-bottom: 30px;
     }

     section#kv .container {
         left: 50%;
         -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
         transform: translateX(-50%);
     }

     section#kv .swiper-pagination {
         bottom: 100px;
         width: 50%;
         max-width: 1440px;
         margin: 0 auto;
         height: 58px;
         bottom: 88px;
         display: -webkit-box;
         display: -moz-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -moz-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         left: 60px;
     }

     section#kv .pagination-container {
         max-width: 720px;
         padding-left: 50px;
         height: 58px;
         position: relative;
     }

     section#whatson .swiper-slide:not(.swiper-slide-active) .slide {
         -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
         -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
         transform: scale(0.9);
     }
 }

 @media (max-width: 991px) {
     section#kv .swiper-pagination {
         padding-left: 24px;
     }

     section#kv .copy {
         left: 0;
     }

     section#whatson .swiper-container {
         width: 100%;
     }

     section#whatson .swiper-pagination-fraction {
         bottom: auto;
         top: -12px;
         right: 8px;
         left: auto;
         text-align: right;
         -webkit-transform: translate(0);
         -moz-transform: translate(0);
         -ms-transform: translate(0);
         -o-transform: translate(0);
         transform: translate(0);
     }

     section#whatson .slide {
         -webkit-box-direction: normal;
         -moz-box-direction: normal;
         -webkit-box-orient: vertical;
         -moz-box-orient: vertical;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
     }

     section#whatson .slide .copy {
         display: -webkit-box;
         display: -moz-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-direction: normal;
         -moz-box-direction: normal;
         -webkit-box-orient: vertical;
         -moz-box-orient: vertical;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
     }

     section#whatson .slide .copy .highlight {
         align-self: flex-start;
     }

     section#whatson .slide .copy .highlight.highlight-white {
         line-height: 140%;
     }

     section#whatson .slide .image {
         width: 100%;
     }

     section#whatson .slide .copy {
         width: 100%;
         margin-left: 0;
     }

     section#taste .header {
         text-align: left;
     }

     section#thought {
         padding: 30px 0;
     }

     section#thought .polygon {
         background-size: 100%;
     }

     section#thought .polygon.hollow {
         bottom: -30px;
     }

     section#cupcard .heading {
         max-width: none;
     }

     section#cupcard .cupcard-wrapper {
         margin-top: 50px;
     }

     section#cupcard .cupcard-wrapper .tilt {
         height: auto;
         width: 100%;
     }

     section#cupcard .cupcard-wrapper .card-wrap {
         width: calc(100% + 60px + 40px);
         margin-left: -50px;
     }

     section#cupcard .cupcard-wrapper .card-wrap .wrapper {
         width: 80%;
     }

     section#cupcard .cupcard-wrapper .card-wrap #card-circle {
         width: 100%;
         max-width: 500px;
     }

     section#cupcard .cupcard-wrapper .card-wrap #card {
         width: 100%;
         max-width: 350px;
     }

     section#cupcard .cupcard-wrapper .card-wrap .tip-icon {
         display: none;
     }

     section#cupcard .slider {
         padding: 0 10px;
         margin-bottom: -65px;
         position: relative;
         top: -65px;
     }

     section#cupcard .slider .swiper-container {
         width: calc(100% - 80px);
     }

     section#cupcard .slider .swiper-button-prev,
     section#cupcard .slider .swiper-button-next {
         -webkit-transform: translate(0);
         -moz-transform: translate(0);
         -ms-transform: translate(0);
         -o-transform: translate(0);
         transform: translate(0);
         top: 50px;
     }
 }

 @media (min-width: 576px) and (max-width: 991px) {
     section#hashtag {
         padding: 70px 0;
     }

     section#whatson .swiper-pagination-fraction {
         font-size: 3em;
     }

     section#whatson .txt_line.row_1 .txt-wrap>span,
     section#whatson .txt_line.row_1 .shadow {
         padding: 9px 12px;
     }

     section#whatson .txt_line.row_2 .txt-wrap>span,
     section#whatson .txt_line.row_2 .shadow {
         padding: 9px 12px;
     }

     section#whatson .txt_line.row_3 {
         line-height: 160%;
     }

     section#whatson .txt_line.row_3 .txt-wrap>span,
     section#whatson .txt_line.row_3 .shadow {
         padding: 20px 12px;
     }

     section#whatson .slide .copy {
         margin-top: -38px;
     }

     section#whatson .slide .copy.new {
         margin-top: -72px;
     }

     section#whatson .slide .copy p {
         padding: 20px 12px;
     }

     section#taste {
         padding-top: 90px;
     }

     section#cupcard .slider {
         width: 60%;
         max-width: 400px;
         margin-left: auto;
         margin-right: auto;
     }
 }

 @media (min-width: 768px) and (max-width: 991px) {
     section#announcement .title {
         width: 160px;
     }

     section#announcement .msg {
         width: calc(100% - 160px - 183px);
     }

     section#announcement .inner-container:before {
         left: -30px;
     }
 }

 @media (max-width: 767px) {
     section#hashtag .gallery {
         -webkit-box-direction: reverse;
         -moz-box-direction: reverse;
         -webkit-box-orient: vertical;
         -moz-box-orient: vertical;
         -webkit-flex-direction: column-reverse;
         -ms-flex-direction: column-reverse;
         flex-direction: column-reverse;
     }

     section#hashtag .gallery .large,
     section#hashtag .gallery .small {
         width: 100%;
     }

     section#announcement .inner-container {
         -webkit-box-direction: normal;
         -moz-box-direction: normal;
         -webkit-box-orient: vertical;
         -moz-box-orient: vertical;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
     }

     section#announcement .inner-container:before {
         top: auto;
         left: auto;
         right: 0px;
         bottom: 0;
         width: 97px;
         height: 169px;
         background-position: 0;
         background-size: contain;
     }

     section#announcement .title {
         width: 100%;
         margin-bottom: 15px;
     }

     section#announcement .msg {
         padding: 0;
         margin-bottom: 20px;
         width: 100%;
     }
 }

 @media (min-width: 576px) {
     html[lang="tc"] section#kv .copy .txt_line.row_1 {
         font-size: 2.5em;
     }
 }

 @media (min-width: 576px) and (max-width: 767px) {
     section#thought .copy {
         font-size: 2em;
     }

     section#thought .inner-container {
         padding: 50px;
     }

     section#thought .polygon.filled {
         width: 200px;
         height: 163px;
     }

     section#thought .polygon.hollow {
         width: 233px;
         height: 160px;
     }

     section#kv .copy .txt_line.row_2 {
         font-size: 3.9em;
     }
 }

 @media (max-width: 600px) {
     section#kv .copy {
         left: 0;
     }
 }

 @media (max-width: 575px) {
     .kv_icon_bar {
         margin-bottom: 24px;
     }

     .kv_icon_bar .icon-container {
         display: none;
     }

     .kv_icon_bar .btn.scroll-down {
         width: 32px;
         height: 33px;
     }

     section#kv .copy .txt_line.row_1 {
         font-size: 2em;
     }

     section#kv .copy .txt_line.row_1 .txt-wrap>span,
     section#kv .copy .txt_line.row_1 .shadow {
         padding: 5px 10px;
     }

     section#kv .copy .txt_line.row_2 {
         font-size: 3em;
         margin-bottom: 15px;
         font-family: "AvantGardeCE-Demi", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
     }

     section#kv .copy .txt_line.row_2 .txt-wrap>span,
     section#kv .copy .txt_line.row_2 .shadow {
         padding: 8px 10px;
     }

     section#kv .copy .txt_line.row_3 {
         font-size: 1.333em;
     }

     section#kv .copy .txt_line.row_3 .txt-wrap>span,
     section#kv .copy .txt_line.row_3 .shadow {
         padding: 3px 10px;
     }

     section#kv .swiper-pagination {
         bottom: 70px;
         width: 100%;
         -webkit-box-pack: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         -webkit-justify-content: center;
         justify-content: center;
     }

     section#announcement .inner-container {
         padding: 25px 0 30px 0;
     }

     section#whatson {
         padding-bottom: 30px;
     }

     section#whatson .swiper-pagination-fraction {
         font-size: 2.667em;
     }

     section#whatson .txt_line.row_1 {
         font-size: 0.833em;
     }

     section#whatson .txt_line.row_1 .txt-wrap>span,
     section#whatson .txt_line.row_1 .shadow {
         padding: 7px 12px;
     }

     section#whatson .txt_line.row_2 {
         font-size: 1.833em;
     }

     section#whatson .txt_line.row_2 .txt-wrap>span,
     section#whatson .txt_line.row_2 .shadow {
         padding: 7px 12px;
     }

     section#whatson .txt_line.row_3 .txt-wrap>span,
     section#whatson .txt_line.row_3 .shadow {
         padding: 20px 12px;
     }

     section#whatson .slide .copy {
         margin-top: -28px;
     }

     section#whatson .slide .copy.new {
         margin-top: -55px;
     }

     section#whatson .slide .copy p {
         padding: 20px 12px;
     }

     section#thought .polygon.filled {
         width: 105px;
         top: -32px;
         left: -5px;
     }

     section#thought .polygon.hollow {
         width: 150px;
         height: 103px;
         bottom: -28px;
         right: -6px;
     }

     section#thought .subhead {
         font-size: 0.833em;
     }

     section#thought .copy {
         font-size: 2em;
         margin: 23px 0;
         line-height: 130%;
     }

     section#thought .source {
         font-size: 1.333em;
     }

     section#thought .inner-container {
         padding: 40px 30px;
     }

     section#taste .details {
         margin-top: 15px;
         font-size: 0.875rem;
     }

     section#taste .slide img {
         max-width: 191px;
     }

     section#cupcard .heading .title {
         font-size: 1.833em;
     }

     section#cupcard .heading .msg {
         margin: 15px 0 20px 0;
         line-height: 150%;
     }

     section#cupcard .btn {
         padding: 13px 27px;
     }

     section#hashtag {
         padding: 34px 0 30px 0;
     }
 }