*{
	box-sizing: border-box;
	position: relative;
}
a,ul,li{text-decoration: none; list-style: none;}
h1,h2,h3,h4,h5,h6,p,a,ul,li,tr,th{
/*	font-family: 'helvetica','roboto',sans-serif;*/
	color: #000;
	font-family: "PT Sans", serif;
	font-weight: 400;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html {
    overflow: -moz-hidden-unscrollable;
    height: 100%;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    height: 100%;
	width: calc(100vw);
	overflow: auto;
}
.wrapper{
	width: 100vw;
	user-select: none;
	background-image: url('../img/itower blur.jpg');
	background-size: cover;
}
/*navbar*/
.navbar{
	widows: 100%;
	height: 10vh;
	background-color: rgba(1255,255,255,0.5);
}
.logo{
	width: 15vw;
	height: 100%;
	margin-left: 6%;
}
.logo img{margin-top: 10px; transform: scale(0.7);}
.nav-item-box{
	height: 100%;
	margin-right: 3%;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
}
.nav-item{
	flex: 1;
}
.nav-item h5{
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 10vh;
	text-align: center;
	font-weight: 700;
	animation: text-show 0.5s 0.3s both;
}
.nav-item h5:hover{
	color: #fff;
}
.index{
	width: 100%;
	height: 3vh;
	background-color: rgba(139, 162, 173);
}
.index h6{
	color: #fff;
	font-size: 2vh;
	padding-left: 10%;
	line-height: 3vh;
}
/*Nav-item-mobile*/
.nav-item-box-mobile{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	transition: all 0.3s;
}
.nav-button{
	width: 20px;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 100;
	height: 50px;
}
.nav-button span{
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: 15px;
}
.nav-button span:nth-child(2){top: 23px;}
.nav-button span:nth-child(3){top: 31px;}
.nav-item-inner{
	width: 100%;
/*	background-color: rgba(255,255,255,1);*/
	visibility: hidden;
	opacity: 0;
}
.nav-item-inner.js-show{
	opacity: 1;
	visibility: visible;
	z-index: 200;
}
.nav-menu{
	width: 100%;
	display: inline-block;
	font-size: 2vh;
	line-height: 8vh;
	text-align: center;
	text-align: left;
}
.nav-menu img{
	position: absolute;
	right: 0;
	top: 10px;
	width: 50px;
	height: 40px;
	vertical-align: middle;
}
.nav-menu li{
	border: 1px solid #fff;
	background-color: rgba(240,240,240,1);
	padding: 0% 5%;
	font-weight: 700;
}
.sub-nav-menu{
	font-size: 1.5vh;
	line-height: 5vh;
	font-weight: 500;
	display: none;
}
.sub-nav-menu li{
	background-color: rgba(204,204,204,1);
	font-weight: 500;
}
.close-btn{
	display: inline-block;
	padding-top: 5%;
	width: 100%;
	background-color: rgba(240,240,240,1);
	height: 6vh;
}
.close-btn span{
	width: 30px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translateY(-50%) rotate(45deg);
}
.close-btn span:nth-child(2){
	transform: translateY(-50%) rotate(-45deg);
}
.lan-box{display: none;}
/*content*/
.content{
	width: 70%;
	margin: 0 auto;
}
.text-box{
	width: 100%;
	margin-top: 2%;
	margin: 0 auto;
	padding-top: 50px;
}
.text-box h1{
	font-size: 10vh;
	line-height: 15vh;
	letter-spacing: 3px;
	font-weight: 600;
	animation: text-show-grow 0.5s both;
}
@keyframes text-show-grow{
	0%{opacity: 0; transform: scale(0.5);}
	100%{opacity: 1; transform: scale(1.0);}
}
/*link new*/
.link-inner{
	width: 100%;
	display: flex;
	background-color: rgba(28,83,145,1);
	padding: 0 20%;
	height: 160px;
	animation: menu-animation 0.8s 0s both;
}
.link-menu{flex: 1;}

@keyframes menu-animation{
	0%{height: 0px; opacity: 0;}
	100%{height: 160px; opacity: 1;}
}
.link-menu .icon{
	width: 100%;
	padding-top: 30%;
}
.link-inner.English .link-menu .icon{
	padding-top: 30%;
}
.link-menu .icon img{
	position: absolute;
	top: 5%;
	left: 0;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	animation: menu-animation-2 0.8s 0.5s both;
}
@keyframes menu-animation-2{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
.link-menu h3{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1vw;
	font-weight: 500;
	animation: menu-animation-2 0.8s 0.5s both;
}
.title{
	display: inline-block;
	vertical-align: top;
	height: 50px;
	font-size: 3vh;
	font-weight: 700;
	text-align: center;
	background-color: rgba(28,83,145,1);
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
}
.title h5{color: #fff;}
.title.sub-page{margin-left: 15%;}
.select-inner{left: 8.5%; z-index: 200; width: 50%;}
.select-box{
	display: inline-block;
	position: absolute;
	z-index: 100;
}
.select-box h5{
	background-color: #537794;
	line-height: 50px;
	font-size: 2.5vh;
	font-weight: 700;
	height: 50px;
	width: 300px;
	text-align: center;
}
.select-item,.select-box-item{
	background-color: #fff;
	line-height: 50px;
	font-size: 1.7rem;
	font-weight: 700;
	display: none;
	text-align: center;
}
.select-box-item{height: 40px;}
/*report*/
.content{
	height: 100%;
	padding: 0 10%;
}
iframe{
	display: none;
	margin: 0 auto;
	width: 100%;
	min-height: 1000px;
}
.sheet01-selected.js-select{display: block;}
.sheet02-selected.js-select{display: block;}
/* If use select*/
select{
	border: 1px solid #537794;
	font-size: 1.5rem;
/*	height: 50px;*/
}
option{
	font-size: 1.5rem;
}
.title.sub-page{margin-left: 0;}
.report{margin-top: 40px;}
.report-title{
	font-size: 5vw;
	color: #000;
	text-align: center;
	line-height: 6vh;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
}
.report table{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	user-select: all;
	background-color: rgba(255,255,255,0.5);
	top: 20px;
}
.report th{
	font-size: 1.5vw;
	line-height: 5vh;
	background-color: rgba(28,83,145,1);
	color: #fff;
	border: 2px solid transparent;
	user-select: all;
}
.English .report th{line-height: 40px;}
.report td{
	font-size: 1.3vw;
	border-bottom: 1px solid #999;
	user-select: all;
	line-height: 5vh;
}
.note{
	width: 60%;
	margin: 0 auto;
	margin-bottom: 100px;
}
.note h5{
	color: #999;
	font-size: 16px;
}
.report.report-mobile{display: none;}
.container{display: none;}
.container.js-select{display: block;}
/*footer*/
.footer{
	width: 100%;
	height: 45px;
	margin-top: 100px;
	text-align: center;
	font-size: 0.8rem;
}
.copyright-box{
	font-weight: 600;
}
.copyright{
	line-height: 45px;
	padding: 0 20px;
	display: inline-block;
}
.copyright-box a{
	line-height: 45px; 
	padding: 0 10px;
	font-weight: 600;
	display: inline-block;
}
.copyright-box a h5:hover{color: #fff;}

/*Media Query*/
@media (min-width: 1920px){
	.link-menu .icon{padding-top: 23%;}
}
/*Laptop*/
@media (max-width: 1600px){
	.content{width: 92%;}
	.navbar{height: 80px;}
	.logo{margin-left: 2%;}
	.logo img{margin-top: 0;}
	.navbar h5{line-height: 80px;}
	.link-inner{height: 125px; animation: none;}
	.index h6{padding-left: 7%;}
	.text-box h1{font-size: 15vh;line-height: 25vh;}
}
@media (max-width: 1400px){
	.navbar{height: 65px;}
	.nav-item h5{font-size: 1.2rem; line-height: 65px;}
	.logo img{transform:scale(0.5); margin-top: -10px;}
	.link-inner{height: 110px;}
	.title, .select-box{height: 40px; line-height: 40px; font-size: 2vh;}
	select{font-size: 2vh;}
}
/*iPad Pro*/
@media (max-width: 1024px){
	.nav-item-box{display: none; visibility: hidden;}
	.nav-item-box-mobile{display: block; border: 0px;}
	option{font-size: 2vh;}
	.select-inner{left: 6%;}
	.link-inner{display: none;}
	.link-box{display: none;}
	.logo{margin-left: 2.5%;}
	.nav-button{top: 10px;}
	.wrapper{background-color: rgba(227,227,227,1); background-image: none;}
	.link-inner{padding:0 5%; height: 100px;}
	.text-box h1{font-size: 6.5vh; line-height: 9vh;}
	.title.sub-page{font-size: 2vh; height: 5vh; line-height: 5vh;}
	.select-box{font-size: 2vh;}
	.report.report-mobile{padding-top: 0;}
	.report-title{padding-top: 0; font-size: 6vh; line-height: 6vh;}
	.report{margin-top: 20px;}
	.logo{margin-left: -5%;}
	.report th{font-size: 1.5vh;}
	.report td{font-size: 1.5vh;}
}

/*iPad mini*/
@media (max-width: 768px){
	
}
/*iPhone*/
@media (max-width: 575px){
	/*menu*/
	.navbar{height: 50px;}
	.nav-button{top: 0px;}
	.index{display: none;}
	/*footer*/
	.copyright-box{width: 100%; text-align: center;}
	.copyright-box a{display: none;}
	.copyright{display: inline-block; width: 100%;}
	.footer{margin-top: 20px; height: 5vh;}
	.footer h5{font-size: 1vh; color: rgba(255,255,255,0.7);}
	/*Language*/
	.lan-box{position: absolute; top: 0; right: 15%;display: block;}
	.lan-option{display: inline-block; vertical-align: top;}
	.lan-option h5{padding: 0 5px; line-height: 50px; text-align: center; font-size: 2vh;}
	/*Layout*/
	.content{height: auto; width: 95%; margin: 0 auto; padding: 0%;}
	.link-box{display: none;}
	.logo{margin-left: -100px;}
	.logo img{transform: scale(0.3); margin-top: -15px;}
	.text-box{padding-top: 20px;}
	.text-box h1{line-height: 8vh; font-size: 4vh;}
	.select-box{font-size: 2vh;}
	.select-inner{padding-top: 0;}
	.title h5,option{font-size: 1.6rem;}
	.select-box-item{width: 300px;}
	.title.title-2{margin-left: 0;}
	.title{font-size: 2vh;}
	.title.sub-page{font-size: 2vh; height: 3vh; line-height: 3vh;}
	select{height: 3vh;}
	.report{display: none; top: 0; padding-top: 20px; padding-bottom: 50px;}
	.report.report-mobile{display: block; padding-top: 10px; padding-bottom: 10px;}
	.report-title{line-height: 3vh;font-size: 2.5vh; font-weight: 500;}
	.report table{width: 100%; top: 10px;}
	.report th{font-size: 1.3vh; line-height: 3vh; border: 1px solid #fff;}
	.report td{font-size: 1.3vh; line-height: 3vh; font-weight: 500;}
}