@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;
}
.telcontainer {
  display: flex;
  justify-content: center;
  gap:30px;
  align-content: center;
  padding-bottom: 30px;
}

.container img {
  max-width: 100%;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 10px 0; */
}
.blue {
  /*background-image: linear-gradient(to bottom,#5072d6,#d095e7);*/
  background-image: url('../img/mainbg.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-position: center;
}
.gray {
  background-color: #121212;
}
.deepblue {
  background-image: linear-gradient(to bottom right,#5072d6,#783ab8);
}
.skyblue {
  background-color: #3eadd0;
}
.smi {
  background-color: #121212;
}
.blackbg {
  background-image: url('../img/blackbg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.yellowbg {
  background-color: #fae100;
}
.greenbg {
    background: #36ab36;
}
.steptitle {
  padding-top: 20px;
}
.telbox {
    padding: 80px 0;
}
/*.telbox_kakao {*/
/*    margin-top: 50px;*/
/*}*/


.fixedarea {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
}
.fixedarea a {
  display: block;
  flex: 1;
  padding: 15px 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}
.fixed-tel {
  background: #17348f;
  color: #fff;
}
.fixed-kakao {
  background: #ffd800;
  color: #381c1e;
}


.bottom_telarea {
  padding-top: 100px;
}
footer {
  background-color: #eee;
  padding: 40px 0 80px;
  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){
    .telbox {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom:30px;
    }
  .telcontainer{
    gap:15px;
    flex-direction: column;
    padding-bottom: 0px;
  }
  header {
    /* padding: 5px 0; */
  }
  .naverimg {
    display: none;
  }
  h1 {
    text-align: left;
    padding-left: 10px;
  }
  .logo {
    max-width: 50% !important;
  }
  .bottom_telarea {
    padding-top: 50px;
  }
  footer li:not(.notafter)::after {
    margin: 0 4px 0 9px;
  }
  .steptitle {
    padding-top: 10px;
  }
}


.popupbg {
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.popuplayer {
  position: fixed;
  /*width: 900px;*/
  max-width: 100%;
  top: 50%;
  left: 50%;
  /*margin-left: -450px;*/
  /*margin-top: -300px;*/
  text-align: center;
  transform: translate(-50%,-50%);
  font-family: 'Noto Sans KR', sans-serif;
  /* background-color: #000; */
  font-size: .9rem;
  color: #fff;
  /* padding-bottom: 2px; */
  text-align: right;
  z-index: 1500;
}
.popuplayer>div {
  position: relative;
  display: inline-block;
  /*width:900px;*/
  max-width: 100%;
  float: right;
}
.popuplayer>div:first-child {
  left: 0;
  top: 0;
  float: left;
}
.popuplayer>div:last-child {
  right: 0;
  top: 0;
}
.popuplayer img {
  /*width: 100%;*/
  max-height: 70vh;
  max-width: 80vw;
}
.popclose {
  position: absolute;
  right: 25px;
  top: 20px;
  color: #fff;
  z-index: 50;
  font-size: 2rem;
}
@media (max-width: 680px){
  .popuplayer {
    /*left:0;*/
    /*top:0;*/
    /*margin: 0;*/
  }
  .popclose {
    font-size: 1.5rem;
  }
}
