@charset "UTF-8";

html, body { height:100%; }
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: 'Noto Sans KR', "맑은 고딕", 'Malgun Gothic',  "나눔고딕", 'Nanum Gothic', Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    font-weight: 400;
    background-color: #FFF;
}
body * { text-shadow: none; }
* {
  outline:none;
  padding:0;margin:0;
  border:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
h1,h2,h3,h4,h5 { font-weight: normal; }
img { max-width:100%; vertical-align: bottom; border:0; }
a { color: inherit; text-decoration: none; }

.container {
  width:100%;
  max-width:860px;
  margin-right: auto;
  margin-left: auto;
}



header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 30px 50px;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo { position:relative; }
.logo span {
  position:relative;
  top:-18px;
  left:0px;
  display:inline-block;
  width:auto;
  font-weight:bold;
  letter-spacing:-.1px;
}
.logo img {
    height: 60px; /* 로고 크기 증가 */
}


nav {
  position: relative;
  text-transform: uppercase;
  color: #01aafd;
  text-align: center;
  padding:10px;
}
nav a.slidebar-open-left {
  position: absolute;
  top:-5px;
  right:0px;
}
nav a.slidebar-open-left span {
  display: block;
  width:60px;
  height:7px;
  background-color: #000;
}
nav a.slidebar-open-left span + span {
  margin-top:8px;
}


.cont1 { background-color:#141318; }
.cont2 { background-color:#fff; }
.cont3 { background-color:#0a0f15; }
.cont4 { background-color:#f5f5f5; }
.cont5 { background-color:#f5f5f5; }
.cont6 { background-color:#181818; }
.cont7 { background-color:#f5f5f5; }
.cont8 { background-color:#09131d; }

 
section { position: relative; }



.fix-btn {
  position: fixed;
  right: 0px;
  left: 0px;
  bottom: 30px;
  text-align: center;
  z-index: 9999;
}
.fix-btn a { display:inline-block; }
.fix-btn img { max-width:90% }

.fix-btn.active {
  bottom: 270px;
}

footer { 
  position: relative;
  top:-1px;
  color:#fff; background-color:#1b1b1b; font-size:30px; font-weight:bold;
  padding-bottom: 50px;
}
footer  .copy { padding:0 40px; }