    @charset "utf-8";
    /* CSS Document */
    
    *,
    body {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
        font-size: 62.5%;
        color: #FFFFFF;
        width: 100%;
        height: 100%;
        min-width: 640px;
        font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    body {
		background: url(img/bg1.png) no-repeat right 34rem bottom 16rem,url(img/bg2.png) no-repeat right top,linear-gradient(#1A1A1A 80%, #31384E);
		background-size: auto 70%,auto 95%,auto;
	}
    
    .main {
        width: 90%;
        margin: 0 auto;
        height: 100%;
    }
    
    .header {
        padding-top: 6rem;
    }
    
    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .logo {
        font-size: 3rem;
        line-height: 3rem;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .logo img {
        margin-right: 1rem;
    }
    
    .content {
        margin-top: 7%;
    }
    
    .content p {
		font-size: 6rem;
		font-weight: 500;
		line-height: 10rem;
    }
    .btnBox{
		margin-top: 10rem;
		overflow: hidden;
	}
	.btnBox li{
		float: left;
		margin-right: 5.9375rem;
	}
    .footer{
		position: absolute;
		bottom: 3.125rem;
		left: 0;
		width: 100%;
	}
	.footer-content{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 24px;
		font-weight: 500;
		line-height: 33px;
	}
	.footer-content img{
		margin-right: 2rem;
	}
    .sub-body {
        background: linear-gradient(#1A1A1A 80%, #31384E);
		background-attachment: fixed;
    }
    
    .privacy {
        padding: 5rem;
        color: #FFFFFF;
    }
    
    .privacy h1 {
        text-align: center;
        font-size: 3rem;
        line-height: 6rem;
        margin-bottom: 2rem;
    }
    
    .privacy p {
        font-size: 1.6rem;
        line-height: 3.2rem;
        margin-top: 1rem;
    }
    
    .privacy li {
        margin-top: 2rem;
    }
    
    .privacy h3 {
        font-size: 2.4rem;
        line-height: 3rem;
        margin: 3rem 0 1rem;
    }
    
    .privacy h4 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin: 2rem 0 1rem;
    }
    
    .privacy a {
        color: #38e79a;
    }
    
    @media screen and (max-width: 640px) {
        html,
        body {
            min-width: 100%;
        }
        nav {
            display: block;
            padding: 0 1rem;
        }
        .menu {
            margin-top: 1rem;
        }
        .privacy {
            padding: 5rem 3rem;
        }
    }