
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family:"s-core-dream", 'Malgun Gothic' , 'Sans-serif';
  -webkit-font-smoothing: antialiased;
}
a { 
  -webkit-tap-highlight-color:transparent;
}
h1, h2, h3, h4, h5, h6 {
  word-break: keep-all;
}
body{ color: #333; margin: 0; padding: 0; overflow-x: hidden; }
a {color: #333;     text-decoration: none;}
a:hover{text-decoration: none;}
#wrap { height: 100%; position: relative; }
#header { border-bottom: 1px #f1f1f1 solid; padding: 10px 0; }

.centerwidth{max-width: 1300px; margin: auto;}

#header #logo img{max-width: 150px; padding-top: 3px;}
#header ul {font-size: 0; text-align: right; }
#header ul li {display: inline-block; width: 20%;  }
#header ul li a {display: block; font-size: 18px;     font-family: "s-core-dream", sans-serif;  text-align: right; font-weight: 600; color: #222222; padding-bottom: 5px;}
#header #logo {text-align: left;}

#bottom  {padding: 50px 0 100px; }
#bottom .info {float: left;    }
#bottom .tail_logo {float: right; }
#bottom .tail_logo img{max-width: 250px;}

#bottom .gotop{position: fixed; right: 50px; bottom: 50px; display: none;} 



