| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- #banners {
- margin: -20px -10px 0 -10px;
- min-height: 420px;
- max-height: 300px;
- --swiper-navigation-color: #fff;
- --swiper-pagination-color: #fff;
- .swiper-wrapper {
- min-height: inherit;
- max-height: inherit;
- .swiper-slide {
- min-height: inherit;
- max-height: inherit;
- border-bottom: 1px solid #bbb;
- background-size: cover;
- background-repeat: no-repeat;
- .swiper-cover {
- min-height: inherit;
- max-height: inherit;
- color: #F5F5F5;
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 5% 12%;
- .title {
- font-size: 2em;
- font-weight: bold;
- }
- .subtitle {
- font-size: 1.2em;
- font-weight: 500;
- margin-bottom: 10px;
- }
- img {
- width: 100%;
- max-width: 220px;
- }
- }
- }
- }
- }
- // 공지사항
- #notice,
- #review {
- a {
- text-decoration: none;
- &:hover,
- &:focus {
- text-decoration: underline;
- }
- }
- table {
- tr {
- td {
- span {
- font-size: 14px;
- color: #000;
- padding-right: 5px;
- }
- a {
- font-size: 13px;
- }
- small {
- font-size: 13px;
- color: #bbbbbb;
- }
- }
- }
- }
- }
- // 쿠팡 광고
- #coupang {
- a {
- display: block;
- }
- img {
- max-width: 100%;
- height: auto;
- }
- }
|