:root{--max-width:1200px;--brand:#42A5F5;--brand-strong:#1E88E5;}
*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR",sans-serif;}
body{
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
}
html, body {
  touch-action: pan-y;
}
a{text-decoration:none;color:inherit;}
button, a {
	touch-action: manipulation;
}

/* ¿òÁ÷ÀÌ´Â ¸ð¼Ç CSS */
.reveal{opacity:0;transform:translateY(40px);transition:all .7s ease;}
.reveal.active{opacity:1;transform:translateY(0);}

.section{padding:80px 20px;}
@media (max-width:767px){
	.section{
	    padding:40px 20px;
	}
}
h2{ margin:0 0 16px; }
p{ margin:0 0 20px; }

.page{width:100%;}

/* ¸ð¹ÙÀÏ css ÁÙ¹Ù²Þ ¸¸µé±â */
.m-br{display:none;}
@media (max-width:767px){
	.m-br{display:block;}
}

/* PC | ¿µ¿ª ¸¸µé±â */
.divider{display:inline;}
@media (max-width:767px){
	.divider{display:none;}
}

/* ÇÏ´Ü ¾Û °¡±â ¹öÆ° °øÅë */
.cta-main{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin-top:28px;
	height:54px;
	padding:0 26px;
	background:var(--brand-strong);
	color:#fff;
	font-size:17px;
	font-weight:600;
	border-radius:999px;
	box-shadow:0 8px 20px rgba(0,0,0,0.25);
	transition:all .2s ease;
}
.cta-main:hover{
background:#1565C0;
	transform:translateY(-2px);
	box-shadow:0 12px 24px rgba(0,0,0,0.28);
}

@media (max-width:767px){
	.cta-main{
		height:50px;
		font-size:16px;
	}
}