
#popUp2 {
  position: fixed;
  max-width: 100%;
  height: auto;
bottom:0;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 999999999;
  font-size: 0;


}




#popUp2{/*max-height:85vh;overflow-y:auto;height: 100%;*/width:auto;}
#popUp2::-webkit-scrollbar{
    width: 10px;
    }
#popUp2::-webkit-scrollbar-thumb{
    background: #931414;height:10%;
    }
#popUp2::-webkit-scrollbar-track{
    background: rgba(181, 173, 165, .5);
    }




/* �˾�â OPEN ��ư */
#plus2 span {
  position: absolute;
  color: #FFF;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;right: 0;
  z-index: 99999;
  writing-mode: tb-rl;
  width: 100%;
  height: 100%;
  display: flex;
  letter-spacing: 2px;
  align-items: center;
  justify-content: center;
}




#plus2::after {
  border-radius: 6px;content: '';
  display: block;
  position: relative;
  width: 42px;
  height: 90px;
  margin-left: -5px;
  background: #000000;
}




.popup-list2 .img {
  display: inline-block;
}








#popUp2 .close {
  color: #FFFFFF;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #333333;
  z-index: 9;
}


#popUp2 .close:before {
  font-family: 'xeicon';
  padding: 0;
  font-size: 26px;
  top: 7px;
  opacity: 1;
  color: #FFF;
  content: 'X';
  right: 18px;
}


#plus2 {
  position: fixed;
  color: #fff;
  left: -5px;
  bottom: 30px;
  margin-left: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 99999999999;
}


@media all and (max-width: 1280px) {


  #plus2 {
    bottom: 100px;
  }
}




@media all and (max-width: 768px) {

#popUp2{max-height:90vh;overflow-y:auto;height: 100%;width:90%;}

  /* �˾�â �̹��� ������ */
  .popup-list2 .img img {
    width: 300px;
    height: auto;
  }


  #plus2 {
    bottom: 100px;
  }


  #popUp2 .close {
    width: 38px;
    height: 38px;
  }


  #popUp2 .close:before {
    font-size: 22px;
  }
}




@media all and (max-width: 480px) {


  /* �˾�â �̹��� ������ */
  .popup-list2 .img img {
    width: 240px;
  }
}
