@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%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1034px) {
  .container {
    width: 1024px;
  }
}
.row { margin:0 -10px; }


header {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 40px;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo { position:relative; }

@media (max-width: 768px) {
  .q-group a { display:block; width:70px; }

  .pc-btn { display:none; }
  .mo-btn { display:block; }
  
  nav a.slidebar-open-left {
    top:-1px;
  }
  nav a.slidebar-open-left span {
    width:30px;
    height:3px;
  }
  nav a.slidebar-open-left span + span {
    margin-top:6px;
  }
}

.cont1 {background: #000;}
.cont2 {background: #ebecf0;}
.cont3 {background: #000;}
.cont4 {background: #000;}

main { padding-top:117px; }
section { position: relative; }
.header .plate {
  position: absolute;
  width:100%;
  text-align: center;
  left:0;
  bottom:200px;
}

.fix-btn {
  position: fixed;
  left:0;
  right:0px;
  bottom:0px;
  text-align: center;
  background-color: transparent;
  padding: 10px 0;
}
.fix-btn a { display:inline-block; }
.fix-btn img { max-width:90% }

footer { 
  position: relative;
  top:-1px;
  color:#fff;
  background-color:#111;
  padding-bottom: 150px;
}

/*sr*/
.sr-only {
  position:absolute !important;
  width:1px;
  height:1px;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  text-indent: -9999px;
}
