@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

* { 
	box-sizing:border-box;
	margin:0;
	padding:0;	
	line-height:1.3;
	letter-spacing:-.03px;
}
html, body {
    height: 100%;
    width: 100%;
}
a { 
	text-decoration:none; 
}

.kakaoLnk { 
	position:fixed; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	gap:3px;
	width: 162px;
	height: 48px;
	bottom:10px;
	left:50%;
	margin:0 0 0 195px;
	background: #FF0000;
	border-radius: 10px;	
	z-index:2147483647;
}
.kakaoLnk:after { 
	content:"";
	box-sizing:border-box;
	display:block;
	width: 15px;
	height: 15px;
	background:url(/img/flipArrow01.svg) no-repeat;
	background-size:cover;
}
.kakaoLnk .txt { 
	display:block; 
	font-weight:700;
	font-size:14px;
	color: #FFF;
}
@media all and (max-width:799px){
    .kakaoLnk {
        bottom: 60px;
		margin:0 0 0 -81px;
    }
}