.popups {
  background-image: url(http://toonimage.angle777899.com/11toonother/pop/image/일일툰귀칼.png);
  background-repeat: no-repeat;
  width: 348px;
  height: 551px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -194px;
  z-index:200;
}

.popups > .talk-cont {
  position: absolute;
  top:120px;
  width: 100%;
}
.popups > .talk-cont > .talk{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.popups > .talk-cont > .talk > img{
  /* margin-bottom: 5px; */
}

.popups  .close {
  display: block;
  position: absolute;
  top:10%;
  right: 0%;
}

.popups  .close1 {
  display: block;
  position: absolute;
  top:34%;
  right: 18%;
}

@media (max-width: 980px) {
  .popups {
    background-size: 100%;
    z-index: 200;
    position: absolute;
    top: 50px;
    left: 56%;
    margin-left: -209px;
  }
  .popups  .close {
    display: block;
    position: absolute;
    top:10%;
    right: 10%;
  }
  .popups  .close1 {
    display: block;
    position: absolute;
    top:51%;
    right: 32%;
  }
  .popups > .talk-cont {
    position: absolute;
    bottom: 20px;
    left: 7px;
    /* width: 247px; */
  }
  .popups > .talk-cont .mobile-text{
    /* width: 209px; */
  }
 
  .popups > .talk-cont img {
    /* width: 140px; */
  }
  .popups > .talk-cont > .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .popups > .talk-cont > .close img {
    width: 50px;
  }
}

.popups2 {
  /* background-image: url(/theme/toon/static/images/pop/pop-bg.png); */
  background-repeat: no-repeat;
  width: 418px;
  height: 553px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -194px;
  z-index:200;
}

.popups2 > .talk-cont {
  position: absolute;
  bottom: 16px; /*16*/
  left: 8px;
  /* width: 247px; */
}
.popups2 > .talk-cont > .talk{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* width: 247px; */
}
.popups2 > .talk-cont > .talk > img{
  /* margin-bottom: 5px; */
}

.popups2  .close {
  display: block;
  position: absolute;
  top:10%;
  right: 0%;
}

.popups2  .close1 {
  display: block;
  position: absolute;
  top:24%;
  right:8%;
}

@media (max-width: 980px) {
  .popups2 {
    background-size: 100%;
    z-index: 200;
    position: absolute;
    top: 50px;
    left: 56%;
    margin-left: -209px;
  }
  .popups2  .close {
    display: block;
    position: absolute;
    top:10%;
    right: 10%;
  }
  .popups2  .close1 {
    display: block;
    position: absolute;
    top: 24%;
    right: 11%;
  }
  .popups2 > .talk-cont {
    position: absolute;
    bottom: 65px;
    left: 59px;
    /* width: 247px; */
  }
  .popups2 > .talk-cont .mobile-text{
    /* width: 209px; */
  }
 
  .popups2 > .talk-cont img {
    /* width: 140px; */
  }
  .popups2 > .talk-cont > .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .popups2 > .talk-cont > .close img {
    width: 50px;
  }
}
/*# sourceMappingURL=pop.css.map */

/* new-page */
.new-page{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  flex-direction: column;
}
.new-page > h1{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.new-page > ul{
  list-style:none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.new-page > ul > li{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #e2e2e2;
  background-color: #f3f3f3;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 0;
  border-radius: 5px;
}
.new-page > ul > li > h3{
  padding: 0;
  margin-top: 0;
  margin-bottom:20px;
}
.new-page > ul > li > div{
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.new-page > ul > li > div > span{
  color: #636363;
}
.new-page > ul > li > div > a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 25px;
  border: 1px solid #1e8aca;
  background-color: #08a4ff;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  margin-left: 10px;
}
.new-page > ul > li:last-child{
  margin: 0;
}
.new-page >.text-red{
  color: #ff0000;
  font-size: 12px;
}


/*
other pop
*/



.ad400_100{
  width:100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap:10px;
  display:none;
}
@media (max-width: 980px) {
  .ad400_100{
    
    display:block;
  }
  .ad400_100 > a > img {
    width:100%;
  }
}