/********************* Basic *********************/

main h4.subject{
   color: #32284b;
}


/********************* Section-1 *********************/

main section:nth-of-type(1){
   background-color: #2b2b2b;
   background: url('../../img/common/sexy/sexy girl (50).jpg');
   background: url('../../img/mobile/sexy-bg-3.jpg?ver=230205');
   background-size: 100%;
}
main section:nth-of-type(1) .item{
   background: linear-gradient(to right, #3b4b4b, #2b2b2b);
}
main section:nth-of-type(1) .item img{
   /*
   -webkit-animation-name: move-x;
   -webkit-animation-duration: 3s;
   -webkit-animation-iteration-count: infinite;
   */
}
main section:nth-of-type(1) .main-area .left{
   background: linear-gradient(to right, #3b4b4b, #2b2b2b);
   color: rgba(255, 255, 255, 0.97);
}
main section:nth-of-type(1) .sub-area{
   background: linear-gradient(to right, #3b4b4b, #4e4d4d);
}
main section:nth-of-type(1) .sub-area a{
   font-size: 0.92rem;
   color: #fff;
}

/********************* 언니들 *********************/

main .miss-latest .item{
   background: radial-gradient(49% 160%, #f36038 0, #fff 100%);
}
main .miss-latest .subject{
   background-color: #ff2f82;
   background: radial-gradient(49% 160%, #f36038 0, #fff 100%);
   color: #fff;
}
main .miss-latest ul{
   height: 570px
}
main .miss-latest ul li .photo{
   width: 165px; 
}
main .miss-latest ul li .info{
   font-size: 0.95rem;
}
main .miss-latest ul li .area{
   font-size: 0.95rem;
}
main .miss-latest ul li button{
   padding-top: 2px; font-size: 0.80rem;
}
