
                              .day {
                              text-align: center;
                              padding: 5px;
                              border: 1px solid #2693c3;
                              }
                              .button-link {
                              background-color: #2693c3;
                              color: white !important;
                              display: block;
                              margin: 3rem auto;
                              text-align: center;
                              text-decoration: none !important;
                              text-transform: uppercase;
                              margin-bottom: 1rem;
                              padding: 1rem 0;
                              border-radius: 4px;
                              }
                              .button-link:hover {
                              background-color: #000;
                              }
                              .story-contents .link-list__title,
                              .story-contents .story-content__link-list-title {
                              color: #070606;
                              font: 900 14px / 24px Noto Sans KR, fallback-local;
                              letter-spacing: 2.8px;
                              margin-bottom: 10px;
                              text-align: left;
                              text-transform: uppercase;
                              }
                              .story-contents .link-list__title:before,
                              .story-contents .story-content__link-list-title:before {
                              background-color: #ffcb05;
                              border-radius: 50%;
                              content: " ";
                              display: inline-block;
                              height: 16px;
                              margin-bottom: -2px;
                              margin-right: 6px;
                              width: 16px;
                              }
                              .story-contents .link-list__title:before,
                              .story-contents .story-content__link-list-title:before {
                              background-color: #ffcb05;
                              border-radius: 50%;
                              content: " ";
                              display: inline-block;
                              height: 16px;
                              margin-bottom: -2px;
                              margin-right: 6px;
                              width: 16px;
                              }
                              .story-contents .link-list__link,
                              .story-contents .story-content__link-list-title-link {
                              display: flex;
                              font: 500 18px / 24px Noto Sans KR, fallback-local;
                              }
                              .story-contents .link-list__link:before,
                              .story-contents .story-content__link-list-title-link:before {
                              color: #035a80;
                              content: ">";
                              font: 900 18px / 16px Noto Sans KR, fallback-local;
                              margin: 5px 10px 0 0;
                              }
                           