@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
	font-family: 'GmarketSansMedium';
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
body{
	background:rgb(253 220 255);
}
header{
	position:absolute;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #7f5a9033;
	z-index: 1000;
}
.logo,
#mobile-logo{
	position:absolute;
	width: 180px;
	left:5px;
}
header.sub{
	position:relative;
}
header .top-menu{
	position:absolute;
	right:150px;
	height: 60px;
	line-height:60px;
}
header .top-menu li{
	display: inline-block;
}
header .top-menu li a{
	margin-left: 20px;
	color: #7f5a90;
	
}
header .language{
	position: absolute;
	right: 0;
	top:0;
}
header .language ul li{
	display: inline-block;
}
header .language ul li a{
	width: 35px;
	height: 35px;
	display: block;
	border-radius: 30px;
	overflow: hidden;
	margin-top: 12px;
}
header .language ul li a img{
	width: 100%;
	height: auto;
	
}
.page-w{
	width: 1100px;
	margin: 0 auto;
	display:block;
	position:relative;
}
.mobile-menu-button{
	width: 40px;
	height: 40px;
	position:absolute;
	right:0;
    top: 10px;
	display:none;
	cursor:pointer;
}
.mobile-menu-button img{
	width: 20px;
	height: 30px;
	margin-top: 5px;
	margin-left: 15px;
}
.mobile-menu{
	width: 100%;
	height: 100%;
	position:fixed;
	background:#8d529d;
	z-index: 1000;
	right:-100%;
	top:0;
	transition: all 0.3s ease;
}
.mobile-menu.view{
	right:0;
}
.m-language{
	margin-top: 20px;
	margin-left: 20px;
}
.m-language ul li{
	display: inline-block;
}
.m-language ul li a{
	width: 40px;
	display:block;
}
.m-language ul li a img{
	width: 100%;
}
.content{
	position:relative;
}
.mobile-menu .mobile-close{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor:pointer;
}
.mobile-menu .mobile-close img{
	width: 20px;
	height: 20px;
	margin-left: 20px;
}
.mobile-menu .m-menu{
	margin-top: 100px;
	padding: 0 20px;
}
.mobile-menu .m-menu ul li{
	border-bottom: 1px solid #aa72c6;
}
.mobile-menu .m-menu ul li a{
	color:#fff;
	height: 40px;
	display:block;
	line-height: 40px;
}
.scr2.mobile{
	display:none;
}
.section{
	overflow: hidden;
}

.content-topbanner{
	background:url(../images/back-bg.jpg) no-repeat;
	height: 800px;
	background-size: cover;
	background-position:center;
	opacity:0.2;
}
.content-topbanner:before{
	width:100%;
	content:'';
	display: block;
	height: 800px;
	background:linear-gradient(to bottom, rgb(255 186 186 / 30%),rgb(253 220 255));
	mix-blend-mode:
}
.content-top-bd{
	width:100%;
	position: absolute;
	top:140px;
	left: 50%;
	text-align: center;
	transform:translate(-50%,0%);
}
.content-top-bd #app-logo{
	width: 150px;
	border-radius: 30px;
	box-shadow: 0px 0px 30px rgb(162 61 61 / 20%);
}
.content-top-bd h3{
	font-size: 60px;
	margin-top: 20px;
	font-weight: 800;
	background: linear-gradient(to right,#b46ac4, #d087db, #d66d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-top-bd p{
	font-size:24px;
	margin-top:30px;
	color:#7f5a90;
}
.download{
	text-align: center;
}
.download li{
	display: inline-block;
	margin-top: 80px;
}
.download li a{
	display: block;
	width: 200px;
}

.thumbnail{
	width: 300px;
	height:550px;
	border-radius: 30px;
	margin-bottom: 40px;
}
.thumbnail img{
	width: 300px;
	height: auto;
	box-shadow: 0px 0px 20px rgb(98 17 103 / 30%);
	border-radius: 30px;
	margin-top: 20px;
}
.phrase{
	width:800px;
}
.phrase h3{
	font-size: 36px;
	margin-top: 200px;
	
}
.scr1,.scr2,.scr3{
	display:flex;
	width:100%;
	margin-bottom:200px;
}
.scr1 h3,
.scr3 h3{
	margin-left:130px;
	background: linear-gradient(to right, #da97e4, #ab4dc6,#ffa4a4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.scr2 h3{
	text-align:right;
	margin-right: 130px;
	background: linear-gradient(to right, #da97e4, #ab4dc6,#faa5a5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cloud-img{
	position: absolute;
	mix-blend-mode:overlay;
	z-index:-1;
	margin-top:-300px; 
}
.cloud-img img{
	
	
}
.prs h3{
	text-align: center;
	font-size: 36px;
	background: linear-gradient(to right, #4c689b, #8d529d,#b06a6a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.prs ul{
	overflow:hidden;
	position:relative;
	text-align: center;
	margin-bottom: 100px;
}
.prs ul li{
	width:33.3%;
	float:left;
	margin-top:80px;
}
.prs ul li h2{
	font-size: 60px;
	background: linear-gradient(45deg, #f7e8fe, #eeaeff,#691818);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.prs ul li h4{
	font-size:24px;
	color:#63407d;
}
.prs ul li p{
	font-size: 18px;
	margin-top: 20px;
	color:#805895
}


/* policy */
.policy{
	background:#fff;
	padding: 40px 0px;
}
.policy-contents p{
	font-size:14px;
	line-height: 24px;
}


/*faq */

.collapsible {
    background-color: #fddcff;
    color: #694881;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
	border-bottom: 1px solid #694881;
    font-size: 15px;
}

.collapsible:hover {
    background-color: #694881aa;
	color:#fff;
}
.active{
	background-color: #694881 !important;
	color:#fff;
}
.faq-contents .content {
	height:0;
	padding: 0px 20px;
	overflow: hidden;
	transition:all 0.3s ease;
	background-color: #fff;
}
.faq-contents .content.open{
	height: auto;
	padding:20px;
}
.collapsible:after {
    content: '\002B';
    color: #694881;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2212";
	color:#fff;
}
.faq-contents h3{
	font-size: 36px;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 100px;
	background: linear-gradient(to right, #4c689b, #8d529d,#b06a6a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq-list{
	margin-bottom: 100px;
}



/*footer */
footer .footer-menu{
	text-align: right;
	margin-top: 30px;
}
footer .footer-menu ul li{
	display: inline-block;
	font-size: 12px;
}
footer .footer-menu ul li a{
	color:#684876;
	font-weight:800;
	margin-left: 10px;
}
footer hr{
	background:#7f5a90;
	height: 1px;
	width: 100%;
	border:0;
	margin-top: 20px;
	margin-bottom: 20px;	
}
.copyrights{
	font-size: 12px;
	margin-bottom: 50px;
	color:#7f5a90;
}
.bottom-bg{
	width: 100%;
	height: 330px;
	position:fixed;
	left:0;
	background:linear-gradient(to top,rgba(127,90,144,0.3),rgba(127,90,144,0));
	bottom:0px;
	display:none;
}






/* responsive */
@media all and (max-width:1200px){
	.page-w{
		width: 900px;
	}
}
@media all and (max-width:1024px){
	.page-w{
		width: 768px;
	}
	.top-menu{
		display:none;
	}
	.mobile-menu-button{
		display:block;
	}
	.language{
		display:none;
	}
}
@media all and (max-width:840px){
	.page-w{
		width: 100%;
		padding: 0 20px;
	}
	.mobile-menu-button{
		right: 20px;
	}
	.content{
		position:relative;
	}
}
@media all and (max-width:768px){
	.scr1, .scr2, .scr3{
		display: block;
		width: 100%;
		text-align: center;
	
		
	}
	.thumbnail{
			margin: 0 auto;
		    height: 610px;
	}
	.scr2.pc{
		display:none;
	}
	.scr2.mobile{
		display: block;
	}
	.scr1 .phrase, .scr2 .phrase, .scr3 .phrase{
		width:100%;
		text-align: center;
	}
	.scr1 h3, .scr3 h3{
		margin-left:0;
		margin-top: 100px;
		font-size:26px;
	}
	.scr2 h3{
		margin-right: 0;
		text-align: center;
		margin-top: 100px;
		font-size:26px;
	}
	.prs ul li{
		width: 100%;
	}
	footer .footer-menu{
		text-align: center;
	}
	.copyrights{
		text-align: center;
	}
	.content-top-bd p{
		margin: 0 20px;
		font-size:16px;
	}
	.content{
		height: 600px;
	}
	.prs h3{
		font-size:28px;
		word-break:keep-all;
	}
	.prs ul li p{
		font-size:16px;
	}
	.faq-contents .content p{
		font-size:14px;
	}
	.content-top-bd{
		top: 120px;
	}
	.content-top-bd #app-logo{
		width: 90px;
	}
	.download{
		text-align: center;
	}
	.download li a{
		width:150px;
	}
	.thumbnail {
		height: 420px;
	}
	.thumbnail img{
		width:200px;
		margin-top:40px;
	}
}
