@charset "utf-8";
/* CSS Document */

@font-face {font-family: "f1"; src:url(FONTS/Roboto-Regular.ttf);}
@font-face {font-family: "f2"; src:url(FONTS/Poppins-SemiBold.ttf);}
@font-face {font-family: "f3"; src:url(FONTS/OpenSans-VariableFont_wdth,wght.ttf);}
@font-face {font-family: "f4"; src:url(FONTS/OpenSans-Regular.ttf);}
@font-face {font-family: "f5"; src:url(FONTS/NotoSansKR-Medium.otf);}
@font-face {font-family: "f6"; src:url(FONTS/Hind-Medium.ttf);}
@font-face {font-family: "f7"; src:url(FONTS/Futura Light.ttf);}
@font-face {font-family: "f8"; src:url(FONTS/CALIBRI.TTF);}
@font-face {font-family: "f9"; src:url(FONTS/Cairo-Regular.ttf);}
@font-face {font-family: "f10"; src:url(FONTS/ARIALNB_1.TTF);}


body {
width:100%;
height:100%;
background:#f2f3f6;
font-size:12px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
}


.footer_box {
    width:100%;
	height:auto;
	overflow:auto;
	margin:auto;
	margin-top:0;
	margin-bottom:0;
	padding-top:10px;
	padding-bottom:40px;
    background:#f5f8fb;
	border:none;
	font-family: f1;
	font-weight: normal;
    font-size: .8em;
    color: #869099;
	text-align:center;
}



.chekin_btn {
	width: auto; 
	height: auto; 
	overflow:auto; 
	padding: 2px 8px 2px 8px;
	margin-top: 10px; 
	margin-right:30px; 
	background:#FFFFFF; 
	border:1px solid #DADFEB;
	border-radius: 5px;
	font-family: f2;
	font-weight: normal;
	font-size:10px;
	text-align: center; 
	color:#000000;
	text-decoration: none;
	float: left; 
}
.chekin_btn:hover {box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;}


.chekin_btn_sl {
	width: auto; 
	height: auto; 
	overflow:auto; 
	padding: 2px 8px 2px 8px;
	margin-top: 2px;  
	margin-right:30px; 
	background:none; 
	border:1px solid #C5CDE0;
	border-radius: 5px;
	font-family: f2;
	font-weight: bold;
	font-size:10px;
	text-align: center; 
	color: #000DFF; 
	text-decoration: none;
	float: left; 
}














