@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:local('Noto Sans'),local('NotoSans'),url(../fonts/Noto-Regular.woff2) format('woff2'),url(../fonts/Noto-Regular.woff) format('woff');
}
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:local('Noto Sans Bold'),local('NotoSans-Bold'),url(../fonts/Noto-Bold.woff2) format('woff2'),url(../fonts/Noto-Bold.woff) format('woff');
}
body {
	font-family:"Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Open Sans", "Helvetica Neue", sans-serif, serif;
}
.appdetail-line-tl{
    width: 130px;
    flex: 0 0 130px;
}
.content-top-tl{
    line-height: 1;
}
.appdetail-btn{
	font-size: 14px;
	padding: 0 16px;
	line-height: 1.2;
}
.icon-plat{
	flex: 0 0 20px;
}
.swiper-slide-info{
	width: 230px;
}
.foot-con{
    margin-top: 12px;
    margin-bottom: 12px;
}
@media screen and (min-width: 768px){
	.curapp-down{
		width: 190px;
		padding: 0;
	}
	.swiper-slide{
		width: 50%;
	}
}
@media screen and (min-width: 1200px){
	
    .codeapp-info{
        line-height: 12px;
	}
	.banner-info-tl{
		line-height: 56px;
	}
}