@font-face {font-family: "segoe_ui_light"; src: url("../fnt/segoe_UI_Light.ttf") format("truetype"); font-style: normal; font-weight: normal;}
@font-face {font-family: "Segoe UI"; src: local('Segoe UI Regular'), local('Segoe-UI-Regular'), url('../fnt/SegoeUI.woff2') format('woff2'), url('../fnt/SegoeUI.woff') format('woff'), url('../fnt/SegoeUI.ttf') format('truetype'); font-weight: 400; font-style: normal;}
   /*
   "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif
   */
*{margin: 0px; font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; letter-spacing: 0.3px;}
html{background-color: #fff;}
body{color: #000;}
h1{font-size: 36px; letter-spacing: -1px; font-weight: normal; line-height: 44px; margin-bottom: 30px;}

header{font-family: "segoe_ui_light", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; width: 80%; height: 30px; margin: 0 auto; padding: 15px 0; letter-spacing: 0px;}
header a{font-family: "segoe_ui_light", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 0px; text-decoration: none; font-size: 14px; color: #000; border-width: 0 0 2px 0; border-style: solid; border-color: #fff; margin-left: 15px;}
header a:hover{border-color: #000;}

.std_cnt{width: 80%; margin: 30px auto; line-height: 28px;}
.small_cnt{width: 60%; margin: 30px auto; padding: 30px 0; line-height: 28px;}

footer{font-family: "segoe_ui_light", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #f2f2f2; letter-spacing: 0px;}
footer a{font-family: "segoe_ui_light", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 0px; text-decoration: none; font-size: 12px; color: #404040;}
footer a:hover{text-decoration: underline;}
#footer_cnt{width: 80%; margin: 0 auto; padding: 30px 0; line-height: 30px; color: #404040;}
#footer_bot{font-family: "segoe_ui_light", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 0px; text-decoration: none; font-size: 12px; color: #404040;}
#footer_bot a{margin-right: 15px;}

.btn{text-decoration: none; color: #fff; background-color: #0067b8; text-align: center; border-radius: 2px; padding: 15px; font-weight: bold;}
.btn:hover{background-color: #005ca5;}