@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+KR:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
header,
footer,
nav,
aside,
section,
article {
  display: block;
}

body {
  /* max-width: 1920px; */
  margin: auto;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  text-align: center;
}

.nanummyeongjo{
font-family: 'Nanum Myeongjo', serif;
font-weight:800;
}

ol,
ul {
  list-style-type: none;
}
a,
a:hover {
  color: #000;
  text-decoration: none;
}
img {
  width: 100%;
  border: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  border: 1px solid #ccc;
  border-width: 1px 0;
}
.blind {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.wrap {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}

.bg_attach {
  background-attachment: fixed;
}
.tp_on_pc {
  display: none;
}
@media all and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
:root {
  --swiper-theme-color: #ccc;
}
@media all and (min-width: 1280px) {
  .wrap {
    width: 60%;
  }
  .tp_on_pc {
    /* display: inherit; */
  }
  .tp_on_mo {
    display: none;
  }
}
