@charset "UTF-8";

/* CSS Document */
html {
	overflow: hidden;
	font-family: Helvetica Neue, Roboto Light, PingFang SC, Lantinghei SC,
		Hiragino Sans GB, Microsoft Yahei, Arial;
	font-size: 62.5%;
}

html[lang="ja"] {
	font-family: Hiragino sans, Osaka, メイリオ, Meiryo, ＭＳ\Ｐゴシック,
		MS PGothic, Helvetica Neue, Roboto Light, Arial, sans-serif;
}

html[lang="ko"] {
	font-family: 맑은\고딕, malgun gothic, AppleGothicNeoSD, Apple SD 산돌고딕 Neo,
		Helvetica Neue, Roboto Light, Arial, sans-serif;
}

body {
	font-size: 62.5%;
	min-width: 1120px;
	font-weight: 200;
	overflow: hidden;
}

body,
div,
p,
a,
ul,
li,
img {
	margin: 0;
	padding: 0;
}

div img {
	vertical-align: bottom;
}

html,
body {
	height: 100vh;
}

/* page1 */
.page1 {
	height: calc(100vh - 80px);
	width: 100vw;
	overflow: hidden;
	background-color: black;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page1-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 20;
}

.user_name {
	color: #F7F7F7;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.user_school {
	display: flex;
	align-items: center;
}

.user_school_info {
	display: flex;
	align-items: center;
}

.user_school_title {
	font-size: 14px;
}

.user_school_item {
	border: 1px solid #F7F7F7;
	padding: 4px 8px;
	border-radius: 14px;
	font-size: 16px;
	margin-left: 10px;
}

.page1_image {
	display: flex;
	position: relative;
	left: -40px;
}

.user_info {
	position: absolute;
	color: #F7F7F7;
	left: 170px;
	bottom: 40px;
}


.user_name {
	font-size: 24px;
}


.page1_image img {
	width: 400px;
	height: 600px;
}

.page1_image .image:nth-of-type(1) {
	transform: rotate(20deg);
}

.page1_image .image:nth-of-type(2) {
	transform: rotate(-15deg);
	position: relative;
	z-index: 4;
	top: 60px;
	left: 35px;
}

.page1_image .image:nth-of-type(3) {
	transform: rotate(10deg);
	z-index: 3;
	position: relative;
	top: 60px;
}

.page1_image .image:nth-of-type(4) {
	transform: rotate(-10deg);
	z-index: 2;
	position: relative;
	top: 60px;
}

.page1_image .image:nth-of-type(5) {
	transform: rotate(20deg);
}


.page1 p {
	color: #F7F7F7;
}

.page1-title {
	font-size: 48px;
	font-weight: 400;
	padding: 70px 0 30px 0;
}

.page1-content {
	font-size: 20px;
	font-weight: 400;

}

.page1-content+.page1-content {
	padding-top: 20px;
}

.page2 {
	height: calc(100vh - 80px);
	width: 100vw;
	overflow: hidden;
	background: url(../img/item_6_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	padding-top: 80px;
	align-items: center;
}

.phone {
	width: 588px;
}

.page2-text {
	padding: 0 0 0 150px;
}

.line {
	margin: 0 12px;
	border-right: 3px solid #333333;
	height: 30px;
}

.page2-title {
	font-weight: 400;
	font-size: 40px;
	color: #333333;
	display: flex;
	line-height: 70px;
	align-items: center;
}

.page2-text-detail {
	font-size: 20px;
	color: #333333;
	line-height: 36px;
	padding-top: 50px;
}

.phone img {
	width: 100%;
}

.page3 {
	height: calc(100vh - 80px);
	width: 100vw;
	overflow: hidden;
	background: url(../img/item_6_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	padding-top: 80px;
	align-items: center;

}

.page3-text {
	padding: 0 150px 0 0;
}

.page3-title {
	font-weight: 400;
	font-size: 40px;
	color: #333333;
	display: flex;
	line-height: 70px;
	align-items: center;
}

.page3-text-detail {
	font-size: 20px;
	color: #333333;
	line-height: 36px;
	padding-top: 50px;
}

.page4 {
	height: calc(100vh - 80px);
	width: 100vw;
	overflow: hidden;
	background: url(../img/item_6_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	padding-top: 80px;
	align-items: center;
}

.page4-title {
	font-weight: 400;
	font-size: 40px;
	color: #333333;
	display: flex;
	line-height: 70px;
	align-items: center;
}

.page4-text-detail {
	font-size: 20px;
	color: #333333;
	line-height: 36px;
}

.page4-text {
	padding-right: 70px;
	position: relative;
	top: -140px;
}

.page4-text-detail {
	padding-left: 70px;
}

.page5 {
	height: calc(100vh - 80px);
	width: 100vw;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #F7F7F7;
}

.page5_title {
	font-size: 48px;
	color: #333333;
	line-height: 56px;
	padding: 60px 0 28px 0;
}

.page5_card_title {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
	opacity: 0.8;
}

.page5_title_detail {
	font-weight: 400;
	font-size: 24px;
	color: #666666;
	line-height: 56px;
}

.page5_phone {
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 56px;
	margin: 37px 0 91px 0;
}

.page5_card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 40px;
	grid-column-gap: 40px;
	margin-top: 90px;

}

.phone_lit {
	text-align: center;
	margin-bottom: 24px;
}


.card_1 {
	width: 480px;
	height: 520px;
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	grid-row-start: 1;
	grid-row-end: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.card_2 {
	width: 480px;
	height: 240px;
	background-image: url(../img/address.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.card_3 {
	width: 480px;
	height: 240px;
	background-image: url(../img/email.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.page5_card_title_ {
	font-size: 16px;
	color: #666666;
}

.page5_card_title_de {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-top: 18px;
	margin-bottom: 4px;
}

.china {
	letter-spacing: 10px;
	position: relative;
	left: 4px;
}

.page5_card_title_de_big {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
}

.page5_card_title_de_biger {
	font-size: 30px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	margin-top: 18px;
}

.page6 {
	height: calc(100vh - 80px);
	width: 100vw;
	overflow: hidden;
	background-image: url(../img/item_6_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #F7F7F7;
	position: relative;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 1;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666666;
}

.page6_title {
	font-size: 48px;
	color: #333333;
	line-height: 56px;
	padding: 60px 0 28px 0;
}

.page6_title_detail {
	font-weight: 400;
	font-size: 24px;
	color: #666666;
	line-height: 56px;
}


.indicator-container {
	position: absolute;
	top: 30%;
	right: 32px;
	z-index: 1000;
	list-style-type: none;
}

.code {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.code_model {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.samll-code {
	position: absolute;
	right: -33px;
	top: -10px;
	z-index: 10;
	background-color: #E82D3E;
	transform: rotate(45deg);
	width: 100px;
	height: 52px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.samll-code>img {
	width: 30px;
	height: 30px;
	transform: rotate(-45deg);
	position: relative;
	left: 2px;
	bottom: 6px;

}

.Android_code:hover .code_model,
.IOS_code:hover .code_model,
.Android_code:hover .samll-code,
.IOS_code:hover .samll-code {
	z-index: -1;
}

.code+.code {
	margin-left: 160px;
}

.download_code {
	display: flex;
	padding-top: 50px;
}

.IOS_code,
.Android_code {
	width: 240px;
	height: 240px;
	background: #FFFFFF;
	box-shadow: 0px 0px 32px 0px rgba(204, 204, 204, 0.4);
	border-radius: 16px;
	padding: 16px;
	position: relative;
	overflow: hidden;
}

.Android_code>img,
.IOS_code>img {
	width: 100%;
	height: 100%;
}

.code_text {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 56px;
	margin-top: 30px;
}

.indicator1,
.indicator2,
.indicator3,
.indicator4,
.indicator5,
.indicator6 {
	width: 4px;
	height: 43px;
	border-radius: 10px;
	background: #f6f6f6;
	margin-bottom: 8px;
}

.indicator-active {
	height: 154px;
}

.animate-header-enter {
	animation: header-enter 1s ease-out;
}

@keyframes header-enter {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.animate-indicator-enter {
	animation: indicator-in 1s ease-out;
}

@keyframes indicator-in {
	0% {
		height: 43px;
	}

	100% {
		height: 154px;
	}
}

.animate-indicator-leave {
	animation: indicator-out 1s ease-out;
}

@keyframes indicator-out {
	0% {
		height: 154px;
	}

	100% {
		height: 43px;
	}
}

.animate-qr-code-in {
	animation: qr-code-in 1s ease-out;
}

@keyframes qr-code-in {
	0% {
		top: 100%;
	}

	100% {
		top: 30%;
	}
}