/* Fontawesome 4.7 */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css');

/* XEION CDN */
@import ('/css/xeicon/xeicon.min.css');

/* Web Fonts - Roboto */
/* Web Fonts - NotoSans */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&family=Roboto:wght@400;500;700&display=swap");
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Noto Sans KR', sans-serif; */

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('/fonts/GmarketSansMedium.otf') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Default CSS */

html{
  background: #F9F9F9;
}

html, body{
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  /* font-family: 'Apple SD Gothic Neo','Malgun Gothic',arial,sans-serif; */
  /* font-family: 'NanumSquareAcr'; */
  font-size: 16px;
  line-height: 1;
  -webkit-text-size-adjust : none;
  -ms-text-size-adjust : none;
  -moz-text-size-adjust : none;
  -o-text-size-adjust : none;
  color: #333;
  overflow-x: hidden;
}
body{
  background: #fff;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
main{
  min-height: calc(100vh - 180px);
  padding-top: 67px;
}
a:link,
a:visited,
a:active,
a:hover{
    text-decoration: none;
    color: #000;
}
section{
    position: relative;
    padding-top: 30px;
}
b {
  font-weight: bold;
}
.tit {
  margin: 0;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 24px;
}
/* ################################# header SECTION ################################### */

header{
  position: fixed;
  width: 100%;
  max-width: 720px;
  /* height: 60px; */
  overflow: hidden;
  z-index: 20;
  pointer-events: none;
}


/* ################################# footer SECTION ################################### */

footer{
  font-size: 14px;
  color: #000006;
  line-height: 1.3;
  background: #eee;
}
footer .footer_inner{
  padding: 15px 10px 60px 15px;
}
footer .footer_inner ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  font-size: 12px;

}
footer .footer_inner ul li span{
  width: 1px;
  height: 9px;
  display: inline-block;
  background: #666;
  margin: 0 8px;
}
footer .footer_inner div{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 6px;
}