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

main h4.subject{
   color: #ff2f82;
}

/********************* section-1 *********************/

main section:nth-of-type(1) h4:nth-of-type(1){
   color: #ff2f82;
}
main section:nth-of-type(1) p:nth-of-type(1) span:nth-of-type(1){
   color: #ef4164;
}
main section:nth-of-type(1) p:nth-of-type(1) span:nth-of-type(2){
   background-color: #96f2b9;
}
main section:nth-of-type(1) p:nth-of-type(1) span:nth-of-type(3){
   background-color: #96f2b9;
}
main section:nth-of-type(1) a.botton{
   background-color: #ff2f82;
}

/********************* section-2 *********************/

main section:nth-of-type(2) h4:nth-of-type(1){
   color: #ff2f82;
}
main section:nth-of-type(2) p:nth-of-type(1) span:nth-of-type(1){
   color: #ef4164;
}
main section:nth-of-type(2) p:nth-of-type(1) span:nth-of-type(2){
   background-color: #96f2b9;
}

/********************* section-3 *********************/

main section:nth-of-type(3) p:nth-of-type(3){
   color: #f45888;
}
main section:nth-of-type(3) p:nth-of-type(3) span{
   background-color: #96f2b9;
   color: #000;
   font-weight: bold;
}
main section:nth-of-type(3) p:nth-of-type(4){
   color: #38aca5;
}
main section:nth-of-type(3) p:nth-of-type(5) span, main section:nth-of-type(3) p:nth-of-type(6) span, main section:nth-of-type(3) p:nth-of-type(7) span{
   color: #a8a61c;
}
main section:nth-of-type(3) p:nth-of-type(8){
   color: #d71a9f;
}
main section:nth-of-type(3) p:nth-of-type(9){
   color: #3f92e8;
}

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

main .miss-latest .subject{
   background-color: #ff2f82;
   color: #fff;
   border: 0px solid #ff2f82;
   font-size: 0.95rem;
   padding: 1px 0;
}
main .miss-latest ul{
   height: 570px
}
main .miss-latest ul li .photo{
   width: 165px;
   filter: blur(3px); /* 희미한 정도를 설정 */
   transition: filter 0.3s ease;
}
main .miss-latest ul li .photo:hover {
   filter: blur(1.255px); /* 마우스 호버 시 희미함 제거 */
}
main .miss-latest ul li .info{
   font-size: 0.95rem;
}
main .miss-latest ul li .area{
   font-size: 0.95rem;
}