23 lines
494 B
CSS
23 lines
494 B
CSS
@charset "utf-8";
|
|
/* -----------------------------------------------
|
|
* 커플란 스타일 정의
|
|
--------------------------------------------------
|
|
- 최초 작성일 : 2021.08.15
|
|
- 최초 작성자 : 아보카도
|
|
- 최종 수정일 : 2024.10.07
|
|
- 최종 수정자 : Amber
|
|
--------------------------------------------------*/
|
|
|
|
#couple_page {
|
|
position: relative;
|
|
padding: 50px 0;
|
|
}
|
|
|
|
#couple_list {
|
|
text-align: center;
|
|
}
|
|
|
|
#couple_list li {
|
|
display: block;
|
|
padding-bottom: 50px;
|
|
}
|