@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: 'Pretendard-Regular';
}

.container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.container img {
  max-width: 100%;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.blue {
  background-color: #d47deb;
}
.mainss {
  background-image: url('../img/bg1.jpg');
  background-size: cover;
  background-position: top center;
}
.visual {
  padding-bottom: 12vw;
  animation: blink 1s infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.csbox {
  margin-top: 5vw;
}
.csbox a {
  margin: 0 20px;
}
.gray {
  background-color: #f1f1f1;
}
.pdd {
  padding: 10vw 0;
}
.kakaoerror {
  background-color: #ffea3c;
}
.pro {
  background-image: url('../img/probg.jpg');
  background-size: cover;
  background-position: center;
}
.smi {
  background-color: #410da1;
}
.skyblue {
  background-color: #3eadd0;
}
.blackbg {
  background-image: url('../img/blackbg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.yellowbg {
  background-color: #ffd928;
}
.steptitle {
  padding-top: 100px;
}





.bottom_telarea {
  padding-top: 100px;
}
footer {
  background-color: #eee;
  padding: 40px 0;
  color: #777;
}
footer * {
  font-size: .9rem;
}
footer li {
  display: inline-block;
  margin-bottom: 8px;
}
footer li:not(.notafter)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  vertical-align: -1px;
  background-color: #777;
  margin: 0 7px 0 13px;
}
footer p {
  margin-top: 20px;
}


@media(max-width: 680px){
  .container img.visual {
    max-width: 80%;
    padding: 50px 0;
  }
  header {
    padding: 5px 0;
  }
  .naverimg {
    display: none;
  }
  .container  .csbox img {
    max-width: 40vw;
    margin: 5px;
  }
  .csbox a {
    margin: 0;
  }
  h1 {
    text-align: left;
    padding-left: 30px;
  }
  section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .logo {
    max-width: 50% !important;
  }
  .bottom_telarea {
    padding-top: 50px;
  }
  footer li:not(.notafter)::after {
    margin: 0 4px 0 9px;
  }
  .steptitle {
    padding-top: 50px;
  }
}
