/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'Helvetica LT Narrow';
    src: url('HelveticaLT-Narrow.woff2') format('woff2'),
        url('HelveticaLT-Narrow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Self Modern';
    src: url('SelfModern-TextBeta.woff2') format('woff2'),
        url('SelfModern-TextBeta.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*glide.core.min.css*/
.glide{position:relative;width:100%;box-sizing:border-box;margin-top:2vw;display:none;z-index: 1000;}
.glide *{box-sizing:inherit}
.glide__track{overflow:hidden}
.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}
.glide__slide > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.glide-controls {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; 
}
.glide-arrow-left,
.glide-arrow-right {
	position: absolute;
	top: 45%;
	width: 4vw;
	height: 4vw;
	background: url(../images/icon_arrow.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	pointer-events: auto; 
}
.glide-arrow-left {
	left: 0;
	transform: scale(-1, 1);
}
.glide-arrow-right {
	right: 0;
}

.wave {
  position: absolute;
  bottom:0;
  z-index: 1;
  transform: scaleY(-1);
  opacity: 0;
}

.wave + .wave {
  z-index: 2;
}

/*@font-face {
    font-family: source-han-sans-simplified-c;
    src: url('https://osscdn.dddddev.com/shan2020/SourceHanSansCN-Bold.otf') format('opentype'),
    	url('https://osscdn.dddddev.com/shan2020/SourceHanSansCN-Bold.woff2') format('woff2'),
        url('https://osscdn.dddddev.com/shan2020/SourceHanSansCN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/

a, a:visited, a:hover, a:active {
	color: #000;
}

.mobile-only {
	display: block;
}
span.mobile-only {
	display: inline-block;
}

.desktop-only,
span.desktop-only {
	display: none;
}

body {
	font-family: Helvetica LT Narrow, source-han-sans-simplified-c, sans-serif; 
	background-color: #FFF;
}

.container {
	width: 100%;
	overflow-x: hidden;
}

#homepage .left-side {
	position: relative;
	z-index: 0;
}

#homepage .right-side {
	position: relative;
	/*margin-top: -15vw;*/
	margin-top: 10vh;
	z-index: 1;
}

#animated-logo {
	position: relative;
	width: 100%;
	height: 95vh;
}

#detailpage #animated-logo {
	margin-top: -16vh;
	/*height: 90vh;*/
	height: 86vh;
}

.cover-text-logo {
	position: absolute;
    top: 3vw;
    left: 3vw;
    width: 94vw;
    /*width: 96.5vw;*/
    z-index: 999;
}

.transform-logo {
    position: absolute;
    /*top: 15vw;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.transform-logo .char0,
.transform-logo .char1,
.transform-logo .char2,
.transform-logo .char3,
.transform-logo .char4,
.transform-logo .char5,
.transform-logo .char6,
.transform-logo .char7 {
    position: absolute;
    left: 25vw;
    width: 50vw;
    height: 80vh;
    background: no-repeat center;
    background-size: contain;

}

.transform-logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.transform-logo-bg .char0,
.transform-logo-bg .char1,
.transform-logo-bg .char2,
.transform-logo-bg .char3,
.transform-logo-bg .char4,
.transform-logo-bg .char5,
.transform-logo-bg .char6,
.transform-logo-bg .char7,
.transform-logo-bg .char8,
.transform-logo-bg .char9,
.transform-logo-bg .char10,
.transform-logo-bg .char11 {
    position: absolute;
    top: 5vh;
    left:  40vw;
    width: 20vw;
    height: 90vh;
    background: no-repeat center;
    background-size: contain;
}

#homepage .transform-logo-bg .char0,
#detailpage.page0 .transform-logo-bg .char0,
#detailpage.page0 .transform-logo-bg .char4,
#homepage .transform-logo .char0,
#detailpage.page0 .transform-logo .char0,
#detailpage.page0 .transform-logo .char4 {
    background-image: url(/images/desktop/0/S.png);
}

#homepage .transform-logo-bg .char1,
#detailpage.page0 .transform-logo-bg .char1,
#detailpage.page0 .transform-logo-bg .char5,
#homepage .transform-logo .char1,
#detailpage.page0 .transform-logo .char1,
#detailpage.page0 .transform-logo .char5 {
    background-image: url(/images/desktop/0/H.png);
}

#homepage .transform-logo-bg .char2,
#detailpage.page0 .transform-logo-bg .char2,
#detailpage.page0 .transform-logo-bg .char6,
#homepage .transform-logo .char2,
#detailpage.page0 .transform-logo .char2,
#detailpage.page0 .transform-logo .char6 {
    background-image: url(/images/desktop/0/A.png);
}

#homepage .transform-logo-bg .char3,
#detailpage.page0 .transform-logo-bg .char3,
#detailpage.page0 .transform-logo-bg .char7,
#homepage .transform-logo .char3,
#detailpage.page0 .transform-logo .char3,
#detailpage.page0 .transform-logo .char7 {
    background-image: url(/images/desktop/0/N.png);
}

#homepage .transform-logo-bg .char7,
#detailpage.page1 .transform-logo-bg .char0,
#detailpage.page1 .transform-logo-bg .char4,
#homepage .transform-logo .char7,
#detailpage.page1 .transform-logo .char0,
#detailpage.page1 .transform-logo .char4 {
    background-image: url(/images/desktop/1/S.png);
}

#homepage .transform-logo-bg .char5,
#detailpage.page1 .transform-logo-bg .char1,
#detailpage.page1 .transform-logo-bg .char5,
#homepage .transform-logo .char5,
#detailpage.page1 .transform-logo .char1,
#detailpage.page1 .transform-logo .char5 {
    background-image: url(/images/desktop/1/H.png);
}

#homepage .transform-logo-bg .char4,
#detailpage.page1 .transform-logo-bg .char2,
#detailpage.page1 .transform-logo-bg .char6,
#homepage .transform-logo .char4,
#detailpage.page1 .transform-logo .char2,
#detailpage.page1 .transform-logo .char6 {
    background-image: url(/images/desktop/1/A.png);
}

#homepage .transform-logo-bg .char6,
#detailpage.page1 .transform-logo-bg .char3,
#detailpage.page1 .transform-logo-bg .char7,
#homepage .transform-logo .char6,
#detailpage.page1 .transform-logo .char3,
#detailpage.page1 .transform-logo .char7 {
    background-image: url(/images/desktop/1/N.png);
}

#homepage .transform-logo-bg .char8,
#innovationHubInfo .transform-logo-bg .char0,
#detailpage.page2 .transform-logo-bg .char0,
#detailpage.page2 .transform-logo-bg .char4,
#homepage .transform-logo .char8,
#innovationHubInfo .transform-logo .char0,
#detailpage.page2 .transform-logo .char0,
#detailpage.page2 .transform-logo .char4  {
    background-image: url(/images/desktop/2/S.png);
}

#homepage .transform-logo-bg .char11,
#innovationHubInfo .transform-logo-bg .char1,
#detailpage.page2 .transform-logo-bg .char1,
#detailpage.page2 .transform-logo-bg .char,
#homepage .transform-logo .char11,
#innovationHubInfo .transform-logo .char1,
#detailpage.page2 .transform-logo .char1,
#detailpage.page2 .transform-logo .char5 {
    background-image: url(/images/desktop/2/H.png);
}

#homepage .transform-logo-bg .char10,
#innovationHubInfo .transform-logo-bg .char2,
#detailpage.page2 .transform-logo-bg .char2,
#detailpage.page2 .transform-logo-bg .char6,
#homepage .transform-logo .char10,
#innovationHubInfo .transform-logo .char2,
#detailpage.page2 .transform-logo .char2,
#detailpage.page2 .transform-logo .char6 {
    background-image: url(/images/desktop/2/A.png);
}

#homepage .transform-logo-bg .char9,
#innovationHubInfo .transform-logo-bg .char3,
#detailpage.page2 .transform-logo-bg .char3,
#detailpage.page2 .transform-logo-bg .char7,
#homepage .transform-logo .char9,
#innovationHubInfo .transform-logo .char3,
#detailpage.page2 .transform-logo .char3,
#detailpage.page2 .transform-logo .char7 {
    background-image: url(/images/desktop/2/N.png);
}

#cover-text {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    max-height: 100px;
    object-fit: contain;
    object-position: top center;
    z-index: 1000;
}

#detailpage #cover-text,
#innovationHubInfo #cover-text {
    top: 35%;
}

#schedule-view {
	position: relative;
	width: 100%;
	margin-top: -25vh;
	z-index: 1000;
}

#schedule-view > .title,
#schedule-view > .link {
	font-size: 8vw;
	position: relative;
	padding: 3.1vw 1% 4vw 5%;
	width: 94%;
	display: block;
	text-align: center;
	border-bottom: 1px solid #000;
}

#schedule-view > .title {
	font-family: 'Self Modern';
	font-size: 7.6vw;
}

#schedule-view > .link {
	padding: 2vw 1% 2vw 5%;
	cursor: pointer;
}

/*#schedule-view > .link span:nth-child(1) {
	margin-right: 12%;
	width: 30%;
    display: inline-block;
}*/

.link > .icon_arrow {
    position: absolute;
    top: -1vw;
    right: 7vw;
    font-size: 14vw;
    background-size: contain;
} 

#innovation-loop {
    padding-bottom: 5vw;
}

.block-view {
	position: relative;
	width: 90%;
	padding: 2vw 5% 8vw 5%;
	border-bottom: 1px solid #000;
	font-family: 'Helvetica LT Narrow', source-han-sans-simplified-c, sans-serif; 
}

.page1 .block-view {
	border-bottom: 1px solid #fff;
}

#detailpage.page1 {
    background-color: #000;
    color:  white;
}

/*#detailpage.page2 .block-view {
	background-color: #000;
	border-color: #00E189;
}*/

.block-view > .title {
	font-size: 6.2vw;
	font-family: 'Helvetica LT Narrow', source-han-sans-simplified-c, sans-serif;
	padding: 2vw 0 2vw 0;
	line-height: 1.2em;
}

.block-view > .title > .nowIcon {
    position: relative;
    top: -0.25vw;
    margin-left: 1vw;
    /* font-size: 5vw; */
    padding: 0.1vw 0.4vw;
    background: #a5beff;
    letter-spacing: 0.01vw;
    vertical-align: middle;
    color: #000;
    display: inline-block;
}


.block-view > .content {
	font-size: 3.6vw;
    padding: 3vw 0 1vw 0;
    line-height: 1.5;
    font-weight: 500;
}

#detailpage .block-view > .content {
    font-weight: 600;
}

#innovationHubInfo .block-view > .content {
	font-size: 3.8vw;
    padding: 3vw 0 1vw 0;
    line-height: 1.5;
    font-weight: 500;
}

.block-view > .content > .contentHidden {
	display: none;
	/*font-size: 3.2vw;*/
	line-height: 1.5;
	font-weight: 500;
}

#detailpage.page2 .block-view > .title,
#detailpage.page2 .block-view > .content {
	color: #FFF;
}

#homepage .block-view > .content p {
	padding-bottom: 1.8vw;
	font-weight: 500;
	font-size: 5.5vw;
	line-height: 1.3;
}

#homepage .block-view > .content p.chs1 {
	padding-bottom: 1.8vw;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 1.5;
}

.block-view > .readmore-btn {
	width: 3.6vw;
	cursor: pointer;
}

.block-view > .readmore-btn.open {
	transform: rotate(180deg);
}

.block-view.theme {
	width: 100%;
	padding: 9vw 0 5vw 0;
}

.block-view.theme > .title {
	font-size: 8vw;
	padding: 2vw 5% 4vw 5%;
	border-bottom: 0;
	text-align: center;
}

.block-view.theme > .content {
    padding: 4vw 5%;
}

.block-view.theme > .content > .eng {
    font-size: 5.5vw;
    line-height: 5vw;
    padding-bottom: 3vw;
}

.block-view.theme > .content > .chs {
    font-size: 4vw;
    line-height: 5.6vw;
}

.block-view.theme > .previous-forum {
	/*font-size: 5.5vw;*/
	font-size: 8vw;
    line-height: 1;
    padding-top: 10vw;
    padding-bottom: 18vw;
    text-align: center;
}
.block-view.theme > .previous-forum > .title {
	padding-bottom: 2vw;
}

.block-view.theme > .previous-forum > .lists {
	/*font-size: 5vw;*/
	font-size: 7.5vw;
	line-height: 1.5;
}

.block-view.theme > .previous-forum > .lists a {
	border-top: 0;
	border-bottom: 1px solid #000;
	text-decoration: none;
	width: 100%;
    display: block;
}

.block-view.theme > .previous-forum > .lists a:nth-child(1) {
    
    border-top: 1px solid #000;
}

.block-view.supported {
	padding-top: 8vw;
    padding-bottom: 6vw;
}

/*#detailpage.page2 .block-view.supported{
	background-color: #E4E7E7;
	border-color: #000;
}*/

.supported-by-logo {
	width: 100%;
	padding-bottom: 56%;
	background: url(../images/mobile/logo_supported.png) no-repeat;
	background-size: contain;
}

#detailpage.page1 .supported-by-logo {
	width: 100%;
	padding-bottom: 56%;
	background: url(../images/mobile/logo_supported_w.png) no-repeat;
	background-size: contain;
}

.block-view.footer {
	padding-top: 5vw;
    padding-bottom: 5vw;
    border: 0;
}

.footer > .sff-logo,
.footer > .sff-logo-white {
	width: 18vw;
}

.footer > .yeh-logo,
.footer > .yeh-logo-white {
	position: relative;
	float: right;
	width: 12vw;
}

.footer > .fashon-week-logo,
.footer > .fashon-week-logo-white {
	position: relative;
	float: right;
	width: 16.5vw;
    margin-top: 1vw;
    margin-right: 4vw;
}


.footer > .fashon-week-logo-white,
.footer > .sff-logo-white,
.footer > .yeh-logo-white  {
	display: none;
}

#detailpage .header,
#innovationHubInfo .header {
    font-family: "Self Modern", source-han-sans-simplified-c, sans-serif;
	position: relative;
	/*top: 156vw;*/
	top: 72vh;
	padding: 2vw 5% 3vw 5%;
    font-size: 8vw;
    text-align: center;
    z-index: 666;
    border-bottom: 1px solid #000;
}

#innovationHubInfo .header {
	top: 0;
	margin-top: 0;
}

#detailpage.page1 .header,
#innovationHubInfo.page1 .header {
	border-bottom: 1px solid #fff;
}

#detailpage .header > .mobile-only{
	cursor: pointer;
}


#detailpage .header .date {
	position: relative;
	float: right;
}

#detailpage .time-view,
#detailpage .title-view {
	padding: 2vw 0 3vw 0;
	font-size: 9vw;
	text-align: center;
	/*background-color: #ACC0D2;*/
}

#detailpage .title-view {
	padding: 2vw 0 2vw 0;
}

#detailpage.page1 .title-view,
#detailpage.page1 .index-view {
	color: #FFF;
}

#detailpage.page1 .time-view {
	/*color: rgba(0,0,0,0);*/
	/*display: none;*/
}

/*#detailpage.page1 .time-view,
#detailpage.page1 .title-view {
	background-color: #9992FF;
}

#detailpage.page2 .time-view,
#detailpage.page2 .title-view  {
	background-color: #000;
	color: #00E189;
	border-color: #00E189;
}

#detailpage.page3 .title-view {
    display: none;
}*/


#detailpage .title-view.chs {
	position: relative;
	margin-top: -17vw;
    font-size: 7.8vw;
    padding: 6vw 0 3vw 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
}

#detailpage .title-view.chs {
	/*margin-top: -21vw;*/
	/*margin-top: -10vw;*/
	margin-top: -1vw;
    padding: 0vw 0 1.5vw 0;
}

#detailpage.page2 .title-view.chs {
	margin-top: 0vw;
    padding: 0vw 0 1.5vw 0;
}
/*#detailpage.page1 .title-view.chs {
    padding: 6vw 0 7vw 0;
}
*/

#detailpage.page1 .subtitle-view {
	position: absolute;
	/*font-family: 'Gopher-Medium';*/
    font-size: 3.8vw;
    margin-top: -6.5vw;
    width: 100%;
    text-align: center;
    z-index: 1;
}

#detailpage .time-view {
	padding: 3vw 5% 3vw 0;
	font-size: 7.8vw;
	line-height: 1;
	text-align: right;

}

#detailpage .video-view {
	position: relative;    
	border-bottom: 1px solid #000;
	line-height: 0;
}

#detailpage.page1 .video-view {
	border-bottom: 1px solid #fff;
}

#detailpage .index-view {
	position: absolute;
	top: 7vw;
	left: 0;
	font-size: 7.8vw;
	padding: 0 0 1vw 5%;
}

#video-loop {
	position: relative;
	z-index: 666;
}

/*.video-view > .live-text,
.video-view > .video-text {
	position: absolute;
	display: none;
}

.video-view > .time-view > .live-text,
.video-view > .time-view > .video-text {
	display: none;
}*/

.video-view > .player {
	position: relative;
	width: 100%;
	padding-bottom: 55vw;
	background: center gray;
	background-size: cover;
	border-top: 1px solid #000;
}

.page1 .video-view > .player {
		border-top: 1px solid #fff;
}

.video-view > .player-pc {
	position: relative;
	width: 100%;
	object-fit: cover
}

.player > .player-icon {
	position: absolute;
/*    top: 25%;
    left: 45%;
    width: 10%;
    height: 50%;*/
    width: 100%;
    height: 100%;
    background: center no-repeat url(../images/icon_play.png);
    background-size: 10%;
    cursor: pointer;
    display: none;
}

.player > .player-icon.open {
	display: block;
}

.text-rotate {
    font-size: 7.8vw;
    transform: rotate(270deg);
    transform-origin: 0 0;
    display: inline-block;
}


#btn-audio {
    position: absolute;
    top: 6vh;
    text-align: center;
    width: 100%;
    cursor: pointer;
   	z-index: 1000;
}

#btn-audio .icon {
    width: 12vw;
    height: 12vw;
    background: no-repeat url(../images/SHAN2021_icon_audio1.png);
    background-size: contain;
    cursor: pointer;
    display: inline-block;
}

#detailpage #btn-audio .icon {
	background-image: url(../images/SHAN2021_icon_audio2.png);
}

#btn-audio .title {
	position: relative;
    top: -4.2vw;
    margin-left: 0vw;
    font-size: 4.2vw;
}


#bg-audio-player {
	position: fixed;
	left: 10px;
	bottom: -1000px;
	opacity: 0;
}

#detailpage.page0 #btn-audio .icon,
#detailpage.page1 #btn-audio .icon,
#detailpage.page2 #btn-audio .icon, {
	background-image: url(../images/SHAN2021_icon_audio1.png);
}

#detailpage.page1 #btn-audio .icon,
#detailpage.page1 #cover-text,
#detailpage.page1 .cover-text-logo,
#detailpage.page1 .block-view.footer {
	filter: invert(100%);
}

#innovation-loop {
	position: relative;
	padding: 8vw 5%;
	border-bottom: 1px solid #000;
	z-index: 1000;
}

#detailpage.page0 #innovation-loop,
#detailpage.page1 #innovation-loop {
	padding: 0;
	border-bottom: 0;
}

.innovation-block-view {
	position: relative;
	margin-bottom: 4vw;
}	


#innovationHubInfo .cover .image,
.innovation-block-view .cover-image {
	width: 100%;
	max-height: 56vw;
    object-fit: cover;
}

#innovationHubInfo .cover .title,
.innovation-block-view .title {
    position: absolute;
    top: 45%;
    font-size: 8vw;
    width: 90%;
    text-align: center;
    color: white;
}
.innovation-block-view .title {
	width: 100%;
}

#innovationHubInfo {
    
}

#innovationHubInfo .title-view {
	position: relative;
	z-index: 1000;
	padding: 4vw 5% 3vw 5%;
	/*font-size: 8vw;*/
	font-size: 7.5vw;
	height: 8vw;
}

#innovationHubInfo.companyPage .title-view {
	border-bottom: 1px solid #000;
}

#innovationHubInfo .title-view .company-name {
	float: left;
}

#innovationHubInfo .title-view .title {
	float: right;
}

#innovationHubInfo .cover {
	position: relative;
	padding: 0 5%;
	z-index: 1000;
}

#innovationHubInfo .glide {
	padding: 6vw 5% 0 5%;
}

#innovationHubInfo .glide-arrow-right {
	/*right: 10%;*/
}	

#innovationHubInfo .company-list {

}

#innovationHubInfo .company-list .list-view {
	position: relative;
	display: inline-block;
	width: 48%;
    margin-right: 2%;
    margin-bottom: 1%;
}

#innovationHubInfo .company-list .list-view .cover-image {
	padding-bottom: 60%;
	background-size: cover;
}
#innovationHubInfo .company-list .list-view .title-block {
	position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
}
#innovationHubInfo .company-list .list-view .title {
    display: flex;
    justify-content: center;
	flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
    font-size: 6vw;
}

/*.live-text > .text-rotate {
	position: absolute;
	top: 36vw;
    left: 4vw;
}

.video-text > .text-rotate {
	position: absolute;
	top: -17vw;
    right: -116vw;
}*/

/*.video-view.live >.live-text,
.video-view.video >.video-text {
	display: inline-block;
}

.video-view.live > .time-view > .live-text,
.video-view.video > .time-view > .video-text {
	display: inline-block;
	position: absolute;
	right: 5vw;
}*/

@media (min-width: 768px) {
	.mobile-only,
	span.mobile-only {
		display: none  !important;
	}

	.desktop-only {
		display: block;
	}
	span.desktop-only {
		display: inline-block;
	}

	.container {
	    position: absolute;
	    padding: 0;
	    margin-right: auto;
	    margin-left: auto;
	    width: 100%;
	    height: 100%;
	    /*min-height: 800px;*/
	}
	.left-side {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		overflow: hidden;
	}

	#homepage .right-side,
	#detailpage .right-side,
    #innovationHubInfo .right-side  {
	    position: absolute;
	    top: 0;
	    margin-top: 0;
	    right: 0;
	    padding: 1vh 4%;
	    width: 42.5%;
	    height: 98%;
	    /* overflow: hidden; */
	    overflow-x: hidden;
	}

	#homepage .right-side .fake-height {
		/*position: relative;*/
		/*height: 69vw;*/
	}

	.year-date {
	    position: absolute;
	    top: 2vw;
	    right: 8.6vw;
	    font-size: 3.5vw;
	}


    .year-date > .sff-logo,
    .year-date > .sff-logo-white {
        position: absolute;
        top: 0;
        /*left: 0;*/
        right: -5vw;
        text-align: right;
        width: 6vw;
        cursor: pointer;
    }

	#wave-canvas-desktop {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vh !important;
		height: 100vw !important;
		z-index: 0;
		transform-origin: top left;
    	transform: rotate(-90deg) translateX(-100vh);
	}

	/*#detailpage > .right-side {
		overflow-y: scroll;
	}*/

	#animated-logo {
	    position: absolute;
	    margin-top: 0;
	    width: 100%;
	    height: 100%;
	    padding-bottom: 0;
	    border-bottom: 0;
	}

	#detailpage #animated-logo {
		margin-top: 0;
	}

	.cover-text-logo {
	    position: absolute;
	    top: 2.25vw;
	    left: 17vw;
	    width: 17vw;
        max-height: 300px;
	    z-index: 999;
	    cursor: pointer;
	    /*max-height: calc(100vh - 2vw);*/
	    object-fit: contain;
	    object-position: top center;
	}

	#schedule-view {
        position: relative;
        top: 32.8%;
        width: 60%;
        margin-top: 0;
        text-align: center;
        line-height: 1.3;
        letter-spacing: 0.01rem;
        margin-left: auto;
		margin-right: auto;
	}

	#schedule-view > .title, #schedule-view > .link {
	    font-size: 8vw;
	    position: relative;
	    padding: 3.1vw 1% 4vw 5%;
	    width: 94%;
	    display: block;
	    text-align: center;
	    border-bottom: 0;
	}

	.scroll-fix #schedule-view {
		top: auto;
		bottom: 16vw;
	}

    #cover-text,
    #detailpage #cover-text,
    #innovationHubInfo #cover-text {
		position: absolute;
	    top: 63%;
    	left: 17.5vw;
    	width: 16vw;
	    max-height: 300px;
	    object-fit: contain;
	    object-position: top center;
    }

	#schedule-view > .title {
        position: relative;
        padding: 0 0 0.2vw 0;
        width: 100%;
        font-family: 'Self Modern';
        font-size: 2.2vw;
        /*font-size: 3.2vh;*/
        display: block;
		margin-left: auto;
		margin-right: auto;
	}


	#schedule-view > .link {
        position: relative;
        padding: 0.1vw 0.5vw;
        width: auto;
        font-size: 2.2vw;
        /*font-size: 3.2vh;*/
        display: table;
		cursor: pointer;
		margin-left: auto;
		margin-right: auto;
	}

/*	#schedule-view > .link::before {
	    position: absolute;
	    content: "\25A0";
	    font-weight: bold;
	    display: inline-block;
	    width: 1vw;
	    top: -0.25vw;
	    margin-left: -2.5vw;
	    margin-right: 1.5vw;
	}*/

	#schedule-view > .link:nth-child(2):hover {
		background-color: #aabdfa;
	}
	#schedule-view > .link:nth-child(3):hover {
		color: #aabdfa;
		background-color: #000000;
	}
	#schedule-view > .link:nth-child(4):hover {
		background-color: #aaa893;
	}

	.block-view.theme {
        position: relative;
        top: 30.5vh;
	    padding: 0;
	    width: 100%;
	    border: 0;
	}

/*	.scroll-fix .block-view.theme {
		top: auto;
		bottom: 35.5vw;
	}*/

	.detail .block-view.theme { 
	    margin-left: 4.3%;
	}

	.block-view.theme > .title {
		font-size: 2.4vw;
		padding: 2vw 0 1.3vw 0;
		border-bottom: 1px solid #000;
	}

	.block-view.theme > .content {
	    padding: 1vw 0;
	    /*font-size: 1.3vw;*/
	    /*line-height: 1.4vw;*/
	}

	.block-view.theme > .content > .eng {
		font-size: 1.8vw;
    	line-height: 2.5vw;
/*	    font-size: 1.3vw;
	    line-height: 1.8vw;*/
	    padding-bottom: 0.2vw;
	}

	.block-view.theme > .content > .chs {
		font-size: 1.8vw;
    	line-height: 2.8vw;
/*	    font-size: 1.3vw;
	    line-height: 2vw;*/
	}

	.block-view.theme > .previous-forum {
		font-size: 1.8vw;
	    line-height: 1.2;
	    padding-top: 3vw;
	    padding-bottom: 3vw;
	    text-align: left;
	}

	.block-view.theme > .previous-forum > .title {
		padding-bottom: 0.5vw;
	}

	.block-view.theme > .previous-forum > .lists {
		font-size: 1.8vw;
	}

	.block-view.theme > .previous-forum > .lists a {
		border: 0;
		text-decoration: none;
		width: 100%;
	    display: block;
	}

	.block-view.theme > .previous-forum > .lists a:nth-child(1) {
        border: 0;
    }

	.block-view {
	    position: relative;
	    width: 100%;
	    padding: 1.75vw 0 3.5vw 0;
	    border-bottom: 0;
	}
	.page1 .block-view {
		border-bottom: 0;
	}

	#detailpage.page2 .block-view {
	    background-color: rgba(0, 0, 0, 0);
	}

	.block-view > .title {
	    font-size: 2.2vw;
	    padding: 0;
	    line-height: 1.2em;
	}

	#detailpage.page2 .block-view > .title {
	    color: #00E189;
	}

	#innovationHubInfo .block-view > .content,
	.block-view > .content {
	    font-size: 1.5vw;
	    font-weight: 600;
	    padding: 0.8vw 0 0 0vw;
	    line-height: 1.6;
	}
		
	.block-view > .content p {
		padding-bottom: 0.3vw;
    	font-weight: 500;
	}

    .block-view > .content p.eng2  {
        padding-top: 5vw;
    }

    #homepage .block-view > .content p.eng1,
    .block-view > .content p.eng1,
    .block-view > .content p.eng2  {
        /*letter-spacing: 0.07rem;*/
        font-size: 2vw;
    	line-height: 1.25;
    }

    #homepage .block-view > .content p.chs1,
    .block-view > .content p.chs1,
    .block-view > .content p.chs2  {
        /*letter-spacing: 0.05rem;*/
        font-size: 1.6vw;
        line-height: 1.6;
        font-weight: 500;
    }


	.block-view > .content > .contentHidden {
		font-size: 1.5vw;
   		line-height: 1.6;
   		font-weight: 500;
	}


	.block-view.supported {
	    padding: 0;
	    position: relative;
	    /*left: 2.3vw;*/
	    top: 36vh;
	    width: 25vw;
	    max-width: 500px;
	    border: 0;
	}

	.supported-by-logo {
		width: 120%;
		padding-bottom: 65%;
		background: url(../images/logo_supported.png) no-repeat;
		background-size: contain;
	}

	.block-view > .readmore-btn {
		width: 1.4vw;
	}

    .innovation-block-view {
        position: relative;
        width: 100%;
        margin-top: 0;
        margin-bottom: 3vw;
        padding: 0;
        border-bottom: 0;
        text-align: center;
        cursor: pointer;
    }

    .innovation-block-view > .title{
        position: absolute;
        top: 50%;
        margin-top: -1.35vw;
        font-size: 2.7vw;
        z-index: 100;
        width: 100%;
        color: #FFFFFF;
        text-shadow: 1px 1px rgb(0 0 0 / 30%);
    }

    .innovation-block-view > .cover-image{
        position: relative;
        width: 100%;
        height: 25vw;
    	object-fit: cover;
    }

    .glossary-block-view {
        position: relative;
        width: 100%;
        padding: 2.2vw 0 0 0;
        border-bottom: 0;
        text-align: center;
        cursor: pointer;
    }

    .glossary-block-view:last-child {
        margin-bottom: 5vw;
    }

    .flip-card {
        background-color: transparent;
        perspective: 1000px; /* Remove this if you don't want the 3D effect */
    }

    /* This container is needed to position the front and back side */
    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }

    /* Do an horizontal flip when you move the mouse over the flip box container */
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }

    /* Position the front and back side */
    .flip-card-front, .flip-card-back {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden; /* Safari */
        backface-visibility: hidden;
        padding: 2vw 0;
    }
    .flip-card-back {
        /*margin-top: -54%;*/
        margin-top: -20vw;
    }

    /* Style the front side (fallback if image is missing) */
    .flip-card-front {
        background-color: #aaa893;
        color: black;
    }

    .flip-card-back {
        background-color: #FFF;
        transform: rotateY(180deg);
    }

    .glossary-block-view .title {
        font-size: 2.7vw;
        line-height: 1.2em;
    }

    .glossary-block-view .content {
        font-size: 1.8vw;
        line-height: 1.4em;
        margin-top: 1.7vw;
    }

    .glossary-block-view .contentHidden {
        font-size: 1.8vw;
        line-height: 1.4em;
        margin-top: 1.7vw;
    }

    .glossary-block-view .title,
    .glossary-block-view .content,
    .glossary-block-view .contentHidden {
        padding: 0 2vw;
    }

    .glossary-block-view .symbolQ {
        position: relative;
        margin-top: 1.5vw;
        display: block;
        font-size: 1.8vw;
        color: #a5beff;
    }

    .glossary-block-view .symbolA {
        position: relative;
        margin-top: 1.5vw;
        font-size: 1.8vw;
        color: #4bf45a;
    }

	#detailpage .header,
    #innovationHubInfo .header {
        position: relative;
        top: 0;
        text-align: left;
        padding: 1.3vw 0 0.5vw 0;
        font-size: 2.6vw;
        border-bottom: 0;
	}
	
	#detailpage.page1 .header {
	    border-bottom: 0;
	}
	
	#detailpage .title-view,
	#detailpage .title-view {
	    padding: 0vw 0 28vh 0;
	    margin-top: 0;
	    font-size: 3.7vw;
	    text-align: left;
	    border-bottom: 0;
	    background: none;
	}
    #detailpage.page2 .title-view {
        padding: 0 0 3vh 0;
    }
	#detailpage .title-view.chs,
	#detailpage.page1 .title-view.chs {
		font-size: 3vw;
	    padding: 0;
	    position: absolute;
	    top: 6.2vw;
	    margin-top: 0;
	    right: 2.4vw;
	}

	#detailpage.page1 .time-view,
	#detailpage.page1 .title-view {
		background-color: rgba(0,0,0,0);
		/*color: rgba(0,0,0,0)*/
	}

    #detailpage.page1 .cover-text-logo,
    #detailpage.page1 #cover-text {
        filter: invert(1);
    }

	#detailpage .time-view {
        position: absolute;
        top: -1.5vw;
        right: 0;
	    padding: 0 0 1vw 0;
	    font-size: 2.8vw;
	    text-align: right;
	    background: none;
	}
	#detailpage.page2 .time-view {
		color: #00E189;
		border-color: #00E189;
	}

    #detailpage .index-view {
        position: relative;
        top: 0;
        padding: 0 0 1vw 0;
        font-size: 2.8vw;
        text-align: left;
        background: none;
    }

	#detailpage.page1 .subtitle-view {
	    position: absolute;
	    top: 9.6vw;
	    left: 2.6vw;
	    margin-top: 0;
	    font-size: 1.52vw;
	    text-align: left;
	}

	#detailpage .video-view {
	    position: relative;
	    border: 0;
	}

	#detailpage.page1 .video-view {
	    border-bottom: 0;
	}

	.video-view > .player {
		margin: 0 auto;
	    width: 100%;
	    padding-bottom: 23vw;
	    background-color: black;
	    margin-top: 4%;
	    border-top: 0;
	}

	.page1 .video-view > .player {
	    border-top: 0;
	}

	.video-view > .player-pc {
		position: relative;
		width: 100%;
		margin-top: 8%;
		/*margin-left: 7.5%;*/
	}

    .video-view > .cover-image {
        position: relative;
        margin-top: 6%;
        width: 100%;
    }
    

/*	.video-view.video > .player,
	.video-view.live > .player {
	    border: 0;
	}

	.video-view.live > .time-view > .live-text,
	.video-view.video > .time-view > .video-text {
		display: inline-block;
		position: absolute;
		right: 0vw;
	}*/

	.block-view.footer {
    	padding-top: 2.5vw;
	    padding-bottom: 2vw;
	    border: 0;
	}
	.footer > .sff-logo, .footer > .sff-logo-white {
	    width: 7vw;
	}

	#homepage .block-view.footer {
		position: relative;
		top: 43vw;
		width: 90%;
	}

	#homepage .scroll-fix .block-view.footer {
		top: auto;
		bottom: 0vw;
	}

	#detailpage.page0 .block-view.footer
	#detailpage.page1 .block-view.footer,
	#detailpage.page2 .block-view.footer {
		background-color: rgba(0, 0, 0, 0);
	}
	
	.footer > .yeh-logo,
	.footer > .yeh-logo-white {
	    position: absolute;
	    top: 2.3vw;
	    left: auto;
	    right: 0vw;
	    width: 5vw;
	}

	.footer > .fashon-week-logo,
	.footer > .fashon-week-logo-white {
	    position: absolute;
	    top: 1.5vw;
	   	left: auto;
    	right: 3vw;
	    text-align: right;
	    width: 7.33333vw;
	    cursor: pointer;
	}

	.bg {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 0;
        background-repeat: repeat-x;
        background-attachment: fixed;
        background-position: bottom;
	}

    #detailpage.page0 .bg {
        background-image: url(/images/bg0.png);
    }

    #detailpage.page2 .bg,
    #innovationHubInfo .bg {
        background-image: url(/images/bg2.png);
    }

    #detailpage.page3 .bg {
        background-image: url(/images/bg3.png);
        background-color: #aaa893;
    }

    #detailpage.page1 {
        background-color: #000;
        color:  white;
    }

	.left-bg,
	.right-bg {
		position: absolute;
		width: 50vw;
		height: 100%;
		top: 0;
	}
	.left-bg {
		left: 0;
	}
	.right-bg {
		right: 0;
	}
	/*#homepage .right-bg {
		background-color: #00E189;
	}*/

/*	#detailpage.page0 .right-bg {
		background-color: #ACC0D2;
	}

		#detailpage.page1 .right-bg {
		background-color: #9992FF;
	}
	
	#detailpage.page2 .right-bg {
		background-color: #000000;
	}*/

	#innovationHubInfo .title-view {
		padding: 0;
		height: 5vh;
	}

    #innovationHubInfo.companyPage .title-view {
        margin-top: 5vh;
        /*margin-top: 27vh;*/
        /*height: 3vh;*/
        border-bottom: 0;
    }
    
    #innovationHubInfo .title-view > .company-name{
        font-size: 2.5vw;
    }
    
    #innovationHubInfo .title-view > .title {
        font-size: 2.5vw;
        float: right;
    }

    #innovationHubInfo .glide {
    	padding: 0;
    }

    #innovationHubInfo .cover {
        position: relative;
        margin-top: 0;
        padding: 0;
    }

    #innovationHubInfo .cover > .title {
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 100;
        margin-top: -1.3vw;
        font-size: 2.6vw;
        text-align: center;
        color: white;
        text-shadow: 1px 1px rgb(0 0 0 / 30%);
    }

    #innovationHubInfo .cover > .image {
        position: relative;
        width: 100%;
	    height: 23vw;
	    object-fit: cover;
    }

    #innovation-loop {
	    position: relative;
	    padding: 0;
	    border-bottom: 0;
	    z-index: 1000;
    	margin-top: -1vh;
	}

    #innovationHubInfo .content {
        position: relative;
        margin-top: 1vw;
        font-size: 1.5vw;
        line-height: 1.5;
    }

    #innovationHubInfo .content.chs {
        font-size: 1.5vw;
        line-height: 1.5;
    }

    #innovationHubInfo .content p {
    	margin-top: 0.75vw;
    	margin-bottom: 0.75vw;
    }

    #innovationHubInfo .content img {
        width: 100%;
        margin-bottom: 2vw;
    }

    #innovationHubInfo .content .downloadBtn {
        position: relative;
	    display: block;
    	margin-top: 2vw;
	    width: 17vw;
	    height: 3vw;
	    background: url(../images/btn_download.png) no-repeat;
	    background-size: contain;
	}

    #innovationHubInfo  .company-list {
        position: relative;
        margin-top: 2vw;
        padding-bottom: 5vw;
    }

    #innovationHubInfo .company-list .list-view {
    	position: relative;
        width: 49.5%;
        margin-right: 0;
        margin-bottom: 0.5%;
    	display: inline-block;
    }

    #innovationHubInfo .company-list .list-view:nth-child(odd) {
        margin-right: 0.5%;
    }
    #innovationHubInfo .company-list .list-view:nth-child(even) {
    	margin-left: 0.5%;
    }

   	#innovationHubInfo .company-list .list-view .cover-image {
		position: relative;
	    width: 100%;
	    padding-bottom: 60%;
	    background-size: cover;
	    object-fit: cover;
	    display: inline-block;
   	}

	#innovationHubInfo .company-list .list-view .title-block {
		position: absolute;
		top: 8%;
		left: 10%;
		z-index: 100;
		width: 80%;
		height: 100%;
		text-align: center;
		margin-top: -1vw;
		color: white;
		font-size: 2.6vw;
		display: table;
	}

   	#innovationHubInfo .company-list .list-view .title {
    	display: table-cell; 
  		vertical-align: middle; 
  		text-align: center;
  		text-shadow: 1px 1px rgb(0 0 0 / 30%);
  		font-size: inherit;
	}

    .flip-card-inner {
        width: 100%; 
        height: 100%; 
        box-shadow: 5px 5px 50px rgba(255, 255, 255, 0.5)  ; 
        -webkit-box-shadow: 5px 5px 50px rgba(255, 255, 255, 0.5)  ; 
        -moz-box-shadow: 5px 5px 50px rgba(255, 255, 255, 0.5)  ; 
    }

	#btn-audio {
		position: fixed;
		top: auto;
		text-align: left;
		width: auto;
	    bottom: 3%;
	    left: 2%;
	}

	#btn-audio .title {
		position: relative;
	    top: -1.3vw;
	    margin-left: 0vw;
	    font-size: 1.8vw;
	}

	#bg-audio-player {
		position: fixed;
		left: 20%;
		bottom: 10%;
		opacity: 0;
	}

	#btn-audio .icon {
	    width: 4vw;
	    height: 4vw;
	    background: no-repeat url(../images/SHAN2021_icon_audio1.png);
	    background-size: contain;
	    cursor: pointer;
	    display: inline-block;
	}

	#detailpage.page0 #btn-audio .icon,
	#detailpage.page1 #btn-audio .icon,
	#detailpage.page2 #btn-audio .icon, {
		background-image: url(../images/SHAN2021_icon_audio1.png);
	}
}
    