@charset "UTF-8";
/* sns */
/* select */
/* button */
/* categories */
/* calamity */
/* tooltip direction */
/* decoration */
#contents {
  min-height: calc(100vh - 1001px);
  background-color: #f4f6f8;
  padding-bottom: 24px;
  position: relative;
  /* 2024 총선 */
}
#contents .iframe-area {
  padding: 40px 0;
}
#contents .iframe-area .inr {
  background: #f7f7f7;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#contents .header-live-wrapper .header-live {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 16px 20px 20px;
  background-color: #333333;
  border-radius: 0 0 12px 12px;
}
#contents .header-live-wrapper .header-live:not(.on) #JW_PLAYER_LIVE {
  display: none;
}
#contents .header-live-wrapper .header-live .live-video .video {
  display: none;
}
#contents .header-live-wrapper .header-live .live-video .txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .header-live-wrapper .header-live .live-video .txt-wrapper .live-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
}
#contents .header-live-wrapper .header-live .live-video .txt-wrapper .live-txt .red-txt {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #f8364b;
  margin-right: 3px;
}
#contents .header-live-wrapper .header-live .live-video .txt-wrapper .live-txt .red-dot {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f8364b;
  border-radius: 50%;
  -webkit-animation: liveActionTop 2s ease infinite;
          animation: liveActionTop 2s ease infinite;
}
#contents .header-live-wrapper .header-live .live-video .txt-wrapper .title {
  display: block;
  color: #fff;
  font-size: 27px;
  line-height: 38px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 930px;
}
#contents .header-live-wrapper .header-live .live-video .txt-wrapper .title:hover {
  text-decoration: underline;
}
#contents .header-live-wrapper .header-live .arrow-btn {
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 22L16 10' stroke='%23A9A9A9' stroke-linecap='round'/%3E%3Cpath d='M20 14L16 10L12 14' stroke='%23A9A9A9' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 29.3337C23.3638 29.3337 29.3333 23.3641 29.3333 16.0003C29.3333 8.63653 23.3638 2.66699 16 2.66699C8.63616 2.66699 2.66663 8.63653 2.66663 16.0003C2.66663 23.3641 8.63616 29.3337 16 29.3337Z' stroke='%23A9A9A9'/%3E%3C/svg%3E") center center no-repeat;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  margin-left: 60px;
}
#contents .header-live-wrapper .header-live.on #JW_PLAYER_LIVE {
  display: block;
}
#contents .header-live-wrapper .header-live.on .live-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .header-live-wrapper .header-live.on .live-video .video {
  margin-right: 16px;
  border-radius: 5px;
  width: 200px;
  height: 112px;
  display: block;
}
#contents .header-live-wrapper .header-live.on .live-video .txt-wrapper {
  display: block;
  position: relative;
}
#contents .header-live-wrapper .header-live.on .live-video .txt-wrapper .title {
  margin-top: 8px;
}
#contents .header-live-wrapper .header-live.on .arrow-btn {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
#contents .head-line-wrapper {
  padding-top: 24px;
}
#contents .box {
  width: 1280px;
  margin: 24px auto;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  padding: 0 16px 24px 16px;
  background-color: #fff;
  position: relative;
}
#contents .box .common-checkbox {
  position: absolute;
  top: 4px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  display: none;
}
#contents .box .common-checkbox.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .box .common-checkbox input[type=checkbox] {
  display: none;
}
#contents .box .common-checkbox .custom-checkbox {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
#contents .box .common-checkbox input[type=checkbox]:checked + .custom-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 21px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M2 9.22222L8 15.4444L18 3' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .box.no-padding {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#contents .box.padding-24 {
  padding: 24px;
}
#contents .box.no-radius {
  border-radius: 0 0 10px 10px;
}
#contents .box.half-box {
  width: 628px;
  margin: 0;
}
#contents .box .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0 21px 0;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
#contents .box .box-title.has-side-padding {
  padding-left: 15px;
  padding-right: 15px;
}
#contents .box .box-title.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents .box .box-title .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .box .box-title .title-wrapper.has-tooltip .title {
  margin-right: 8px;
}
#contents .box .box-title .title {
  font-size: 22px;
  font-weight: 700;
  margin-right: 16px;
  letter-spacing: -0.5px;
}
#contents .box .box-title .title.red-txt {
  color: #f8364b;
}
#contents .box .box-title .sub-title {
  font-size: 16px;
  color: #666;
}
#contents .box .box-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents .box .box-contents.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contents .box .box-contents.has-padding {
  padding: 0 15px;
}
#contents .box .box-contents.has-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contents .box .box-contents.has-border-contents {
  display: block;
}
#contents .box .box-contents.has-border-contents .box-content {
  padding: 14px 0;
}
#contents .box .box-contents.has-border-contents .box-content:first-child {
  border-top: 1px solid #dde1e4;
}
#contents .box .box-contents.has-border-contents .box-content:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#contents .box .box-contents.tab-box-contents .flex-style:nth-child(3) {
  margin-top: 0;
}
#contents .box .box-content {
  display: block;
}
#contents .box .box-content .thumbnail {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
#contents .box .box-content .thumbnail .common-checkbox {
  position: absolute;
  top: 8px;
  left: 8px;
}
#contents .box .box-content .thumbnail .overlay-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 16px 12px 16px;
  border-radius: 0 0 5px 5px;
}
#contents .box .box-content .thumbnail .overlay-txt.video {
  padding: 8px 48px 12px 16px;
}
#contents .box .box-content .thumbnail .overlay-txt.video-large {
  padding: 8px 76px 12px 16px;
}
#contents .box .box-content .thumbnail .overlay-txt .title {
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
}
#contents .box .box-content .thumbnail .overlay-txt .title.height-fixed {
  height: 70px;
}
#contents .box .box-content .thumbnail .play-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  width: 28px;
  height: 28px;
  background: url("/resource/image/pc/play.png") center center no-repeat;
  background-size: 28px 28px;
}
#contents .box .box-content .thumbnail .play-icon.large {
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  bottom: 16px;
  right: 16px;
}
#contents .box .box-content .thumbnail .play-icon.medium {
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
}
#contents .box .box-content .thumbnail .play-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  border-radius: 0 5px 0 5px;
  background-color: rgba(34, 34, 34, 0.8);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 8px;
}
#contents .box .box-content .thumbnail .img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#contents .box .box-content .thumbnail .rank-badge {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px 0 5px 0;
  background-color: #126eba;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .box .box-content .thumbnail.width-612 {
  height: 344px;
}
#contents .box .box-content .thumbnail.width-604 {
  height: 340px;
}
#contents .box .box-content .thumbnail.width-400 {
  height: 225px;
}
#contents .box .box-content .thumbnail.width-395 {
  height: 222px;
}
#contents .box .box-content .thumbnail.width-320 {
  height: 180px;
}
#contents .box .box-content .thumbnail.width-294 {
  height: 165px;
}
#contents .box .box-content .thumbnail.width-290 {
  height: 163px !important;
}
#contents .box .box-content .thumbnail.width-286 {
  height: 160px;
}
#contents .box .box-content .thumbnail.width-210 {
  height: 118px;
}
#contents .box .box-content .txt-wrapper {
  margin-top: 8px;
}
#contents .box .box-content .txt-wrapper .title {
  font-weight: 500;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 23px;
  height: 48px;
}
#contents .box .box-content .txt-wrapper .title.one-line {
  -webkit-line-clamp: 1;
  font-size: 18px;
  font-weight: 400;
  height: 25px;
}
#contents .box .box-content .txt-wrapper .title.normal-weight {
  font-weight: 400;
}
#contents .box .box-content .txt-wrapper .title.small-font {
  font-size: 16px;
}
#contents .box .box-content .txt-wrapper .title .text-play-icon {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z' fill='%23999999'/%3E%3Cpath d='M12.5 8.13397C13.1667 8.51887 13.1667 9.48113 12.5 9.86603L8 12.4641C7.33333 12.849 6.5 12.3679 6.5 11.5981L6.5 6.40192C6.5 5.63212 7.33333 5.151 8 5.5359L12.5 8.13397Z' fill='white'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .box .box-content .txt-wrapper .news-text {
  font-size: 14px;
  line-height: 20px;
  color: #222;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  padding: 0 4px;
}
#contents .box .box-content .txt-wrapper .date {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  padding: 0 4px;
}
#contents .box .box-content .txt-wrapper .date-reporter {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
}
#contents .box .box-content .txt-wrapper .date-reporter .date,
#contents .box .box-content .txt-wrapper .date-reporter .reporter {
  font-size: 14px;
  color: #666;
  padding: 0 4px;
  margin-top: 0;
  padding: 0;
}
#contents .box .box-content .txt-wrapper .date-reporter .reporter {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .box .box-content .txt-wrapper .date-reporter .reporter::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #ccc;
  margin-right: 8px;
}
#contents .box .box-content .txt-wrapper .time-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#contents .box .box-content .txt-wrapper .time-wrapper .time {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  margin-top: 8px;
  display: inline-block;
}
#contents .box .box-content .txt-wrapper .field-writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  padding: 0 4px;
}
#contents .box .box-content .txt-wrapper .field-writer .region,
#contents .box .box-content .txt-wrapper .field-writer .field,
#contents .box .box-content .txt-wrapper .field-writer .writer {
  font-size: 14px;
  color: #666;
}
#contents .box .box-content .txt-wrapper .field-writer .region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .box .box-content .txt-wrapper .field-writer .region::after {
  content: "";
  display: block;
  background-color: #ccc;
  width: 1px;
  height: 10px;
  margin: 0 8px;
}
#contents .box .box-content .txt-wrapper .field-writer .writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .box .box-content .txt-wrapper .field-writer .writer::before {
  content: "";
  display: block;
  background-color: #ccc;
  width: 1px;
  height: 10px;
  margin: 0 8px;
}
#contents .box .box-content .txt-wrapper .reporter {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
#contents .box .box-content:hover .thumbnail .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#contents .box .box-content:hover .thumbnail .overlay-txt .title {
  text-decoration: underline;
}
#contents .box .box-content:hover .txt-wrapper .title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #2282b9;
}
#contents .box .box-content:hover .txt-wrapper .title .text-cut {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #2282b9;
}
#contents .box .box-content.has-border {
  border-bottom: 1px solid #dde1e4;
}
#contents .box .box-content.has-border .txt-wrapper {
  margin-top: 0;
}
#contents .box .box-content.flex-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 163px;
}
#contents .box .box-content.flex-style .thumbnail {
  width: 290px;
  height: 163px;
}
#contents .box .box-content.flex-style .thumbnail .rank-badge {
  width: 32px;
}
#contents .box .box-content.flex-style .txt-wrapper {
  padding-top: 10px;
  margin-top: 0;
  width: 300px;
  margin-left: 14px;
}
#contents .box .box-content.flex-style .txt-wrapper .title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#contents .box .box-content.flex-style .txt-wrapper .news-text {
  height: 40px;
}
#contents .box .box-content.flex-style:nth-child(n+3) {
  margin-top: 32px;
}
#contents .box.head-line {
  margin-top: 0;
  padding-top: 24px;
}
#contents .box.head-line.main-page-head-line .box-contents .main-news-wrapper {
  width: 764px;
}
#contents .box.head-line.main-page-head-line .box-contents .main-news-wrapper .main-news .thumbnail {
  height: 429px;
}
#contents .box.head-line.main-page-head-line .box-contents .main-news-wrapper .main-news .txt-wrapper {
  margin-top: 17px;
}
#contents .box.head-line.main-page-head-line .box-contents .main-news-wrapper .main-news .txt-wrapper .title {
  font-size: 34px;
  line-height: 42px;
}
#contents .box.head-line.main-page-head-line .box-contents .main-news-wrapper .main-news .txt-wrapper .news-txt {
  margin-top: 12px;
  -webkit-line-clamp: 2;
  line-height: 23px;
}
#contents .box.head-line.main-page-head-line .box-contents .sub-news-wrapper {
  width: 370px;
}
#contents .box.head-line.main-page-head-line .box-contents .sub-news-wrapper .box-content .thumbnail {
  height: 208px;
}
#contents .box.head-line.main-page-head-line .box-contents .sub-news-wrapper .box-content:nth-child(2) {
  margin-top: 24px;
}
#contents .box.head-line.main-page-head-line .box-contents .small-sub-news-wrapper {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
#contents .box.head-line.main-page-head-line .box-contents .small-sub-news-wrapper .box-content {
  width: 218px;
}
#contents .box.head-line.main-page-head-line .box-contents .small-sub-news-wrapper .box-content .thumbnail {
  height: 122px;
}
#contents .box.head-line.main-page-head-line .box-contents .small-sub-news-wrapper .box-content .txt-wrapper .title {
  font-size: 16px;
  line-height: 23px;
  height: 46px;
}
#contents .box.head-line.main-page-head-line .box-contents .small-sub-news-wrapper .box-content:nth-child(n+3) {
  margin-top: 6px;
}
#contents .box.head-line .box-contents .main-news-wrapper {
  width: 612px;
}
#contents .box.head-line .box-contents .main-news-wrapper .main-news .txt-wrapper {
  margin-top: 12px;
}
#contents .box.head-line .box-contents .main-news-wrapper .main-news .txt-wrapper .title {
  font-size: 28px;
  line-height: 39px;
  height: auto;
  font-weight: 700;
}
#contents .box.head-line .box-contents .main-news-wrapper .main-news .txt-wrapper .news-txt {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 4px;
}
#contents .box.head-line .box-contents .sub-news-wrapper {
  width: 300px;
}
#contents .box.head-line .box-contents .sub-news-wrapper .box-content .thumbnail {
  height: 168px;
}
#contents .box.head-line .box-contents .sub-news-wrapper .box-content:nth-child(2) {
  margin-top: 16px;
}
#contents .box.head-line .box-contents .sub-txt-news-wrapper {
  width: 288px;
}
#contents .box.head-line .box-contents .sub-txt-news-wrapper .box-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
#contents .box.head-line .box-contents .sub-txt-news-wrapper .box-content:nth-child(1) {
  padding-top: 14px;
}
#contents .box.head-line .box-contents .sub-txt-news-wrapper .box-content:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#contents .box.head-line .box-contents .sub-txt-news-wrapper .box-content .txt-wrapper .title {
  padding: 0;
  height: 49px;
}
#contents .box.head-line .box-contents .sub-txt-news-wrapper .box-content .txt-wrapper .title .text-cut {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
#contents .box.k-recommend-news .box-contents .recommend-list {
  width: 400px;
}
#contents .box.k-recommend-news .box-contents .recommend-list .box-content.has-border {
  padding: 12px 0;
}
#contents .box.k-recommend-news .box-contents .recommend-list .box-content .txt-wrapper .title {
  font-size: 16px;
}
#contents .box.k-recommend-news .box-contents .recommend-list .box-content:first-child .title {
  font-size: 18px;
}
#contents .box.k-recommend-news .box-contents .recommend-list .box-content:nth-child(2) {
  margin-top: 30px;
  padding-top: 0;
}
#contents .box.k-recommend-news .box-contents .recommend-list .box-content:last-child {
  margin-top: 20px;
  padding-bottom: 0;
  border-bottom: none;
}
#contents .box.k-recommend-news .box-contents .recommend-list .box-content.has-border:last-child {
  margin-top: 0;
}
#contents .box.k-recommend-news .box-contents .recommend-list .box-content.sub-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
#contents .box.k-recommend-news .box-contents .recommend-list .box-content.sub-content .thumbnail {
  width: 160px;
  height: 90px;
}
#contents .box.k-recommend-news .box-contents .recommend-list .box-content.sub-content .txt-wrapper {
  width: calc(100% - 174px);
}
#contents .box.k-recommend-news .box-contents .recommend-list .box-content.sub-content .txt-wrapper .title {
  -webkit-line-clamp: 3;
  height: auto;
  padding: 0;
}
#contents .box.news-9 .title .date {
  padding-left: 5px;
}
#contents .box.news-9 .box-title, #contents .box.premium-k .box-title, #contents .box.sports .box-title, #contents .box.entertainment .box-title {
  padding-top: 18px;
  padding-bottom: 18px;
}
#contents .box.issue .box-title .title {
  line-height: 30px;
}
#contents .box.issue.has-tab .box-title {
  padding-top: 18px;
  padding-bottom: 17px;
}
#contents .box.issue .tab-contents .box-contents .box-content {
  width: 286px;
}
#contents .box.issue .tab-contents .box-contents .box-content.has-border {
  width: 100%;
}
#contents .box.issue.img-type {
  position: relative;
}
#contents .box.issue.img-type .box-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
#contents .box.issue.img-type .box-content {
  position: relative;
}
#contents .box.issue.img-type .box-content .thumbnail {
  border-radius: 10px;
  height: 355px;
}
#contents .box.issue #issue-02 .look-more-wrapper {
  margin-top: 29px;
}
#contents .box.recent-news .box-contents .box-content {
  padding: 17px 0;
}
#contents .box.most-viewed .box-title {
  padding-top: 20px;
  padding-bottom: 20px;
}
#contents .box.most-viewed .box-contents .box-content {
  width: 182px;
}
#contents .box.most-viewed .box-contents .box-content:nth-child(n+4) {
  margin-top: 24px;
}
#contents .box.most-viewed .box-contents .box-content .thumbnail {
  height: 103px;
}
#contents .box.most-viewed .box-contents .box-content .txt-wrapper {
  height: 46px;
}
#contents .box.k-shorts .k-shorts-slide {
  height: 237px;
}
#contents .box.k-shorts .k-shorts-slide .swiper-wrapper .swiper-slide {
  width: 131px;
}
#contents .box.k-shorts .k-shorts-slide .swiper-wrapper .swiper-slide .box-content .thumbnail {
  height: 233px;
}
#contents .box.youtube-live-news .youtube-live-news-slide {
  height: 237px;
}
#contents .box.youtube-live-news .box-content .txt-wrapper .title {
  -webkit-line-clamp: 3;
  height: 69px;
  line-height: 22px;
}
#contents .box.premium-k {
  width: 1024px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
#contents .box.premium-k .box-title .tab-btns-look-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .box.premium-k .box-title .tab-btns-look-more .tab-btns {
  margin-right: 30px;
}
#contents .box.premium-k .premium-k-slide .swiper-wrapper .swiper-slide {
  width: 230px;
}
#contents .box.premium-k .premium-k-slide .swiper-wrapper .swiper-slide .thumbnail {
  height: 128px;
}
#contents .box.asian-game {
  width: 1024px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  background: transparent;
  border: 1px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#0f1ec8), to(#00afff));
  background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #0f1ec8 0%, #00afff 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
#contents .box.asian-game .box-title {
  padding-top: 18px;
  padding-bottom: 18px;
}
#contents .box.asian-game .box-title .title {
  background: -webkit-gradient(linear, left top, left bottom, from(#323ce6), to(#00afff));
  background: linear-gradient(180deg, #323ce6 0%, #00afff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 24px;
}
#contents .box.asian-game .box-content .thumbnail {
  height: 128px;
}
#contents .box.asian-game .look-more .txt {
  color: #0f1ec8;
}
#contents .box.asian-game .look-more .plus-btn {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Ccircle cx='14.5' cy='14.5' r='14.5' fill='url(%23paint0_linear_799_4018)'/%3E%3Crect x='7' y='14' width='15' height='1' fill='white'/%3E%3Crect x='14' y='7' width='1' height='15' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_799_4018' x1='14.5' y1='0' x2='14.5' y2='29' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F1EC8'/%3E%3Cstop offset='1' stop-color='%2300AFFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") center center no-repeat;
}
#contents .box.nationwide-news .box-contents .box-content-wrapper {
  position: relative;
}
#contents .box.nationwide-news .box-contents .box-content-wrapper:nth-child(n+4) {
  margin-top: 24px;
}
#contents .box.nationwide-news .box-contents .box-content-wrapper .box-content {
  width: 400px;
  position: relative;
}
#contents .box.nationwide-news .box-contents .box-content-wrapper .region-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 40px;
  border-radius: 5px 0 5px 0;
  background-color: #126eba;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
#contents .box.nationwide-news .box-contents .box-content {
  width: 400px;
  position: relative;
}
#contents .box.nationwide-news .region-most-viewed {
  margin-top: 30px;
}
#contents .box.nationwide-news .region-most-viewed .region-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 21px;
}
#contents .box.nationwide-news .region-most-viewed .box-contents .box-content {
  width: 236px;
  margin-top: 0;
}
#contents .box.nationwide-news .region-most-viewed .box-contents .box-content .thumbnail {
  height: 132px;
}
#contents .box.election-box {
  padding: 0;
  background-color: #fff;
  outline: 1px solid #e8eaec;
  border: 4px solid #fff;
  background-origin: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, color-stop(33%, #fed2ea), color-stop(66%, #cbebff), to(#7ef1ff));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #fed2ea 33%, #cbebff 66%, #7ef1ff 100%);
  background-clip: content-box, border-box;
}
@-webkit-keyframes borderAni {
  0% {
    border-top: 4px solid transparent;
  }
  33% {
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  66% {
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  100% {
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}
@keyframes borderAni {
  0% {
    border-top: 4px solid transparent;
  }
  33% {
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  66% {
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  100% {
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}
#contents .box.election-box .box-title-wrapper .box-title {
  margin: 0 28px;
  padding-top: 28px;
  padding-bottom: 18px;
}
#contents .box.election-box .box-title-wrapper .box-title.has-border {
  padding-bottom: 20px;
  border-bottom: 1px solid #270075;
}
#contents .box.election-box .box-title-wrapper .box-title .title-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
#contents .box.election-box .box-title-wrapper .box-title .title-wrapper .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#contents .box.election-box .box-title-wrapper .box-title .title-wrapper .icon-title .icon {
  width: 29px;
  height: 29px;
}
#contents .box.election-box .box-title-wrapper .box-title .title-wrapper .icon-title .title {
  font-size: 24px;
  font-weight: 700;
  margin-right: 0;
  letter-spacing: -0.5px;
  color: #333;
}
#contents .box.election-box .box-title-wrapper .box-title .sub-title {
  color: #333;
  font-size: 15px;
  letter-spacing: -0.5px;
  position: relative;
  top: -3px;
}
#contents .box.election-box .box-title-wrapper .box-title .look-more {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px;
}
#contents .box.election-box .box-title-wrapper .box-title .look-more .txt {
  color: #666;
  margin-right: 0;
}
#contents .box.election-box .box-title-wrapper .box-title .look-more .plus-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  height: 10px;
  background-image: url(/special/election2024/resource/image/pc/more-arrow.png);
}
#contents .box.election-box .box-contents-wrapper {
  margin: 0 28px 28px 28px;
}
#contents .box.election-box .box-content .thumbnail .play-icon {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM11.5714 16.2064L15.8571 13.7321C17.1905 12.9622 17.1905 11.0377 15.8571 10.2679L11.5714 7.79359C10.2381 7.02379 8.57143 7.98604 8.57143 9.52564V14.4744C8.57143 16.014 10.2381 16.9762 11.5714 16.2064Z' fill='white'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .box.election-box .box-content .txt-wrapper {
  margin-top: 10px;
}
#contents .box.election-box .box-content .txt-wrapper .title {
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  letter-spacing: -0.32px;
}
#contents .box.election-box .box-content:hover .txt-wrapper .title {
  color: #270075;
}
#contents .box.election-box.election-news .box-title .title-wrapper .icon-title .icon {
  background: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9375 6.34375H24.0156C24.3762 6.34375 24.7219 6.48697 24.9768 6.7419C25.2318 6.99683 25.375 7.3426 25.375 7.70312V22.6562C25.375 23.3773 25.0886 24.0688 24.5787 24.5787C24.0688 25.0886 23.3773 25.375 22.6562 25.375M22.6562 25.375C21.9352 25.375 21.2437 25.0886 20.7338 24.5787C20.2239 24.0688 19.9375 23.3773 19.9375 22.6562V4.98438C19.9375 4.62385 19.7943 4.27808 19.5393 4.02315C19.2844 3.76822 18.9387 3.625 18.5781 3.625H4.98438C4.62385 3.625 4.27808 3.76822 4.02315 4.02315C3.76822 4.27808 3.625 4.62385 3.625 4.98438V21.2969C3.625 22.3785 4.05466 23.4157 4.81946 24.1805C5.58425 24.9453 6.62154 25.375 7.70312 25.375H22.6562Z' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.0625 9.0625H14.5M9.0625 14.5H14.5M9.0625 19.9375H14.5' stroke='%236966FD' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .box.election-box.election-news .sub-news-wrapper {
  width: 592px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
#contents .box.election-box.election-news .sub-news-wrapper.left-sub-news-wrapper, #contents .box.election-box.election-news .sub-news-wrapper.right-sub-news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
#contents .box.election-box.election-news .sub-news-wrapper.bottom-sub-news-wrapper {
  margin-top: 40px;
}
#contents .box.election-box.election-news .sub-news-wrapper .box-content {
  width: 288px;
}
#contents .box.election-box.election-news .sub-news-wrapper .box-content .thumbnail {
  height: 162px;
}
#contents .box.election-box.election-news .sub-news-wrapper .box-content:nth-child(3), #contents .box.election-box.election-news .sub-news-wrapper .box-content:nth-child(4) {
  margin-top: 8px;
}
#contents .box.election-box.election-news .main-news-wrapper .box-content {
  width: 592px;
}
#contents .box.election-box.election-news .main-news-wrapper .box-content .thumbnail {
  height: 333px;
}
#contents .box.election-box.election-news .main-news-wrapper .box-content .txt-wrapper {
  margin-top: 18px;
}
#contents .box.election-box.election-news .main-news-wrapper .box-content .txt-wrapper .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  height: 52px;
  padding: 0;
  letter-spacing: -0.4px;
}
#contents .box.election-box.election-news .main-news-wrapper .box-content .txt-wrapper .news-txt {
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: -0.28px;
  color: #999;
}
#contents .box.election-box.election-video .box-title .title-wrapper .icon-title .icon {
  background: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7105 10.7815H10.2894V12.9148H19.7105V10.7815Z' fill='%236966FD'/%3E%3Cpath d='M17.0294 17.4H12.9706C11.4427 17.4 10.2 16.0623 10.2 14.4175V4.38254C10.2 2.73776 11.4427 1.40002 12.9706 1.40002H17.0294C18.5573 1.40002 19.8 2.73776 19.8 4.38254V14.4175C19.8 16.0623 18.5573 17.4 17.0294 17.4ZM12.9706 2.67126C12.0931 2.67126 11.3809 3.43792 11.3809 4.38254V14.4175C11.3809 15.3621 12.0931 16.1288 12.9706 16.1288H17.0294C17.9069 16.1288 18.6191 15.3621 18.6191 14.4175V4.38254C18.6191 3.43792 17.9069 2.67126 17.0294 2.67126H12.9706Z' fill='%23333333' stroke='%23333333' stroke-width='0.8'/%3E%3Cpath d='M17.4498 20.6H12.5502C9.49047 20.6 7 18.1489 7 15.1375V9.51699C7 9.15883 7.29479 8.8667 7.66074 8.8667C8.02668 8.8667 8.32147 9.15883 8.32147 9.51699V15.1375C8.32147 17.4326 10.2183 19.2994 12.5502 19.2994H17.4498C19.7817 19.2994 21.6785 17.4326 21.6785 15.1375V9.51699C21.6785 9.15883 21.9753 8.8667 22.3393 8.8667C22.7032 8.8667 23 9.15883 23 9.51699V15.1375C23 18.1489 20.5095 20.6 17.4498 20.6Z' fill='%23333333' stroke='%23333333' stroke-width='0.8'/%3E%3Cpath d='M9 27H21' stroke='%23333333' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15 21L15 27' stroke='%23333333' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .box.election-box.election-video .box-content {
  width: 234px;
}
#contents .box.election-box.election-video .box-content .thumbnail {
  height: 127px;
}
#contents .box.election-box.digital-video .box-content {
  width: 234px;
}
#contents .box.election-box.digital-video .box-content .thumbnail {
  height: 127px;
}
#contents .box.election-box.digital-video .box-title .title-wrapper .icon-title .icon {
  background: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_718_18204)'%3E%3Cpath d='M23.5625 3.625H5.4375C4.9568 3.625 4.49578 3.81596 4.15587 4.15587C3.81596 4.49578 3.625 4.9568 3.625 5.4375V23.5625C3.625 24.0432 3.81596 24.5042 4.15587 24.8441C4.49578 25.184 4.9568 25.375 5.4375 25.375H23.5625C24.0432 25.375 24.5042 25.184 24.8441 24.8441C25.184 24.5042 25.375 24.0432 25.375 23.5625V5.4375C25.375 4.9568 25.184 4.49578 24.8441 4.15587C24.5042 3.81596 24.0432 3.625 23.5625 3.625Z' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.3854 16.9164V13.2539L15.5573 15.0845L18.7292 16.9164L15.5573 18.7476L12.3854 20.5788V16.9164Z' stroke='%236966FD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.625 9.0625H25.375M19.9375 3.625L16.3125 9.0625M12.6875 3.625L9.0625 9.0625' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_718_18204'%3E%3Crect width='29' height='29' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center center no-repeat;
}
#contents .box.election-box.election-information {
  width: 944px;
  margin: 0;
}
#contents .box.election-box.election-information .box-title .title-wrapper .icon-title .icon {
  background: url("data:image/svg+xml,%3Csvg width='29' height='30' viewBox='0 0 29 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.0751 12.4198V22.7067C25.0751 23.9973 23.9956 25.0474 22.6688 25.0474H6.33116C5.00406 25.0474 3.92488 23.9973 3.92488 22.7067V12.4198H2V22.7067C2 25.0299 3.94289 26.9198 6.33116 26.9198H22.6688C25.0567 26.9198 27 25.0299 27 22.7067V12.4198H25.0751Z' fill='%23333333'/%3E%3Cpath d='M20.2691 7.9198C19.7169 7.9198 19.2691 7.4497 19.2691 6.86995V2.96965C19.2691 2.38989 19.7169 1.9198 20.2691 1.9198C20.8213 1.9198 21.2691 2.38989 21.2691 2.96965V6.86995C21.2691 7.4497 20.8213 7.9198 20.2691 7.9198Z' fill='%23333333'/%3E%3Cpath d='M8.8056 7.9198C8.25338 7.9198 7.8056 7.4497 7.8056 6.86995V2.96965C7.8056 2.38989 8.25338 1.9198 8.8056 1.9198C9.35783 1.9198 9.8056 2.38989 9.8056 2.96965V6.86995C9.8056 7.4497 9.35783 7.9198 8.8056 7.9198Z' fill='%23333333'/%3E%3Cpath d='M7.79334 14.9996H9.11647C9.49625 14.9996 9.80433 15.3072 9.80433 15.6863V17.0072C9.80433 17.3863 9.49625 17.6939 9.11647 17.6939H7.79334C7.41355 17.6939 7.10547 17.3863 7.10547 17.0072V15.6863C7.10547 15.3072 7.41355 14.9996 7.79334 14.9996Z' fill='%236966FD'/%3E%3Cpath d='M13.8386 14.9996H15.1617C15.5415 14.9996 15.8496 15.3072 15.8496 15.6863V17.0072C15.8496 17.3863 15.5415 17.6939 15.1617 17.6939H13.8386C13.4588 17.6939 13.1507 17.3863 13.1507 17.0072V15.6863C13.1507 15.3072 13.4588 14.9996 13.8386 14.9996Z' fill='%236966FD'/%3E%3Cpath d='M21.2066 14.9996H19.8835C19.5036 14.9996 19.1956 15.3071 19.1956 15.6863V17.0072C19.1956 17.3864 19.5036 17.6939 19.8835 17.6939H21.2066C21.5865 17.6939 21.8945 17.3864 21.8945 17.0072V15.6863C21.8945 15.3071 21.5865 14.9996 21.2066 14.9996Z' fill='%236966FD'/%3E%3Cpath d='M7.79334 19.9305H9.11647C9.49625 19.9305 9.80433 20.2381 9.80433 20.6172V21.9381C9.80433 22.3172 9.49625 22.6248 9.11647 22.6248H7.79334C7.41355 22.6248 7.10547 22.3172 7.10547 21.9381V20.6172C7.10547 20.2381 7.41355 19.9305 7.79334 19.9305Z' fill='%236966FD'/%3E%3Cpath d='M13.8386 19.9305H15.1617C15.5415 19.9305 15.8496 20.2381 15.8496 20.6172V21.9381C15.8496 22.3172 15.5415 22.6248 15.1617 22.6248H13.8386C13.4588 22.6248 13.1507 22.3172 13.1507 21.9381V20.6172C13.1507 20.2381 13.4588 19.9305 13.8386 19.9305Z' fill='%236966FD'/%3E%3Cpath d='M21.2066 19.9305H19.8835C19.5036 19.9305 19.1956 20.238 19.1956 20.6172V21.9381C19.1956 22.3173 19.5036 22.6248 19.8835 22.6248H21.2066C21.5865 22.6248 21.8945 22.3173 21.8945 21.9381V20.6172C21.8945 20.238 21.5865 19.9305 21.2066 19.9305Z' fill='%236966FD'/%3E%3Cpath d='M22.6688 3.9198H21.1568V5.86007H22.6688C23.9977 5.86007 25.0751 6.94571 25.0751 8.28559V10.9792H3.92488V8.28559C3.92488 6.94571 5.0019 5.86007 6.33116 5.86007H7.84282V3.9198H6.33116C3.93893 3.9198 2 5.87424 2 8.28559V12.9198H27V8.28559C27 5.87424 25.0607 3.9198 22.6688 3.9198ZM20 3.9198H7.5V5.86007H20V3.9198Z' fill='%23333333'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .box.election-box.election-information .box-title .primary-button {
  width: 205px;
}
#contents .box.election-box.election-information .informations-wrapper {
  margin: 0 28px 23px 28px;
}
#contents .box.election-box.election-information .informations-wrapper .informations .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
  gap: 37px;
  border-bottom: 1px solid #eee;
}
#contents .box.election-box.election-information .informations-wrapper .informations .information:last-child {
  padding-bottom: 4px;
  border-bottom: none;
}
#contents .box.election-box.election-information .informations-wrapper .informations .information .title {
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58px;
          flex: 0 0 58px;
  color: #270075;
  line-height: 22px;
}
#contents .box.election-box.election-information .informations-wrapper .informations .information .text {
  line-height: 22px;
}
#contents .box.election-box.election-information .informations-wrapper .informations .information .text .bold-text {
  font-weight: 700;
}
#contents .box.election-box.election-archive {
  width: 628px;
}
#contents .box.election-box.election-archive .box-title .title-wrapper .icon-title .icon {
  background: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_214_1748' fill='white'%3E%3Crect x='2' y='7.5' width='25' height='19' rx='1'/%3E%3C/mask%3E%3Crect x='2' y='7.5' width='25' height='19' rx='1' stroke='%23333333' stroke-width='4' mask='url(%23path-1-inside-1_214_1748)'/%3E%3Crect x='4' y='15.5' width='21' height='2' fill='%23333333'/%3E%3Crect x='7' y='11.5' width='15' height='2' fill='%236966FD'/%3E%3Crect x='19' y='1.91421' width='4.89429' height='9.13693' transform='rotate(45 19 1.91421)' fill='white' stroke='%236966FD' stroke-width='2'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .box.election-box.election-archive .archive-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 28px 28px 28px;
}
#contents .box.election-box.election-archive .archive-links .archive-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 178px;
          flex: 0 0 178px;
  height: 84px;
  border-radius: 10px;
}
#contents .box.election-box.election-archive .archive-links .archive-link img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#contents .box.election-box:first-child {
  margin-top: 0;
}
#contents .box.election-box.election-banner {
  height: 120px;
  background-size: 100% 100%;
  position: relative;
}
#contents .box.election-box.election-banner .background-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#contents .box.election-box.election-banner .link-lists-wrapper {
  position: absolute;
  top: 36px;
  left: 378px;
}
#contents .box.election-box.election-banner .link-lists-wrapper .link-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .box.election-box.election-banner .link-lists-wrapper .link-lists:nth-child(2) {
  margin-top: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contents .box.election-box.election-banner .link-lists-wrapper .link-lists .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .box.election-box.election-banner .link-lists-wrapper .link-lists .link-list .link {
  font-weight: 500;
  font-size: 18px;
  color: #484848;
}
#contents .box.election-box.election-banner .link-lists-wrapper .link-lists .link-list .link:hover {
  font-weight: 700;
  color: #6f37b1;
}
#contents .box.election-box.election-banner .link-lists-wrapper .link-lists .link-list::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #fff;
  margin: 0 10px;
}
#contents .box.election-box.election-banner .link-lists-wrapper .link-lists .link-list:last-child::after {
  display: none;
}
#contents .box.election-box.election-poll .box-title .title-wrapper .icon-title .icon {
  background: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_718_18339)'%3E%3Cpath d='M3.33051 13C4.61864 13 5.66102 11.9821 5.66102 10.7241C5.66102 10.3766 5.57627 10.0538 5.4322 9.75586L8.84746 6.83448C9.21186 7.06621 9.64407 7.2069 10.1102 7.2069C10.6356 7.2069 11.1186 7.02483 11.5169 6.73517L14.7203 9.08552C14.6186 9.34207 14.5593 9.61517 14.5593 9.89655C14.5593 11.1545 15.6017 12.1724 16.8898 12.1724C18.178 12.1724 19.2203 11.1545 19.2203 9.89655C19.2203 9.49103 19.1017 9.1269 18.9153 8.79586L22.5424 5.25379C22.8814 5.43586 23.2627 5.55172 23.6695 5.55172C24.9576 5.55172 26 4.53379 26 3.27586C26 2.01793 24.9576 1 23.6695 1C22.3814 1 21.339 2.01793 21.339 3.27586C21.339 3.68138 21.4576 4.04552 21.6441 4.37655L18.0169 7.91862C17.678 7.73655 17.2966 7.62069 16.8898 7.62069C16.3644 7.62069 15.8814 7.80276 15.4831 8.09241L12.2797 5.74207C12.3814 5.48552 12.4407 5.21241 12.4407 4.93103C12.4407 3.6731 11.3983 2.65517 10.1102 2.65517C8.82203 2.65517 7.77966 3.6731 7.77966 4.93103C7.77966 5.27862 7.86441 5.60138 8.00848 5.89931L4.59322 8.82069C4.22881 8.58897 3.79661 8.44828 3.33051 8.44828C2.04237 8.44828 1 9.46621 1 10.7241C1 11.9821 2.04237 13 3.33051 13ZM23.6695 2.24138C24.2542 2.24138 24.7288 2.70483 24.7288 3.27586C24.7288 3.8469 24.2542 4.31034 23.6695 4.31034C23.0847 4.31034 22.6102 3.8469 22.6102 3.27586C22.6102 2.70483 23.0847 2.24138 23.6695 2.24138ZM16.8898 8.86207C17.4746 8.86207 17.9492 9.32552 17.9492 9.89655C17.9492 10.4676 17.4746 10.931 16.8898 10.931C16.3051 10.931 15.8305 10.4676 15.8305 9.89655C15.8305 9.32552 16.3051 8.86207 16.8898 8.86207ZM10.1102 3.89655C10.6949 3.89655 11.1695 4.36 11.1695 4.93103C11.1695 5.50207 10.6949 5.96552 10.1102 5.96552C9.52542 5.96552 9.05085 5.50207 9.05085 4.93103C9.05085 4.36 9.52542 3.89655 10.1102 3.89655ZM3.33051 9.68966C3.91525 9.68966 4.38983 10.1531 4.38983 10.7241C4.38983 11.2952 3.91525 11.7586 3.33051 11.7586C2.74576 11.7586 2.27119 11.2952 2.27119 10.7241C2.27119 10.1531 2.74576 9.68966 3.33051 9.68966Z' fill='%23333333' stroke='%23333333' stroke-width='0.6'/%3E%3Cpath d='M1 28H28' stroke='%23333333' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='22.9' y='8.9' width='3.2' height='15.2' stroke='%23333333' stroke-width='1.8'/%3E%3Crect x='15.9' y='16.9' width='3.2' height='7.2' stroke='%23333333' stroke-width='1.8'/%3E%3Crect x='1.9' y='17.9' width='3.2' height='6.2' stroke='%23333333' stroke-width='1.8'/%3E%3Crect x='8.9' y='11.9' width='3.2' height='12.2' fill='%236966FD' stroke='%236966FD' stroke-width='1.8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_718_18339'%3E%3Crect width='29' height='29' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center center no-repeat;
}
#contents .box.election-box.election-poll .only-poll-area {
  margin: 24px 76px 28px 76px;
}
#contents .box.election-box.election-poll .only-poll-area .content {
  width: 100%;
}
#contents .box.election-box.election-poll .poll-area-banner {
  margin: 24px 76px 28px 76px;
}
#contents .box.election-box.election-poll .poll-area-banner .poll-area .chart-title {
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -0.28px;
  color: #533ebd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
#contents .box.election-box.election-poll .poll-area-banner .poll-area .chart-title::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  background-color: #533ebd;
}
#contents .box.election-box.election-poll .poll-area-banner .banner-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 544px;
          flex: 0 0 544px;
}
#contents .box.election-box.election-poll .poll-area-banner .banner-area img {
  width: 100%;
}
#contents .box.election-box.election-result .box-title.has-border {
  padding-bottom: 10px;
}
#contents .box.election-box.election-result .box-title .title-wrapper .icon-title .icon {
  background: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_718_18456)'%3E%3Cpath d='M21.1457 16.8958V3H7.854V16.8958' stroke='%23333333' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M5.4375 16.8958H23.5625' stroke='%23333333' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M0.604004 26.5624V20.5208L3.62484 13.2708H6.0415' stroke='%23333333' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M28.396 26.5624V20.5208L25.3752 13.2708H22.9585' stroke='%23333333' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M0.604004 20.5208H17.5207' stroke='%23333333' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M28.396 20.5208H21.146' stroke='%23333333' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M12.0835 10.2499L13.896 12.0624L17.521 7.83325' stroke='%236966FD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_718_18456'%3E%3Crect width='29' height='29' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center center no-repeat;
}
#contents .box.election-box.election-result .image-area {
  margin: 30px 28px 28px 28px;
}
#contents .box.election-box.election-result .image-area .tab-contents .tab-contents-list {
  height: 1018px;
}
#contents .box.election-box.election-result .image-area .tab-contents .tab-contents-list img {
  width: 100%;
  height: 100%;
}
#contents .box.election-box.election-result .tab-btns .tab-btns-list .tab-btn {
  min-width: 133px;
}
#contents .box.election-box.poll-news .box-contents-wrapper .box-contents .main-news-wrapper .box-content .txt-wrapper .news-txt {
  font-size: 16px;
}
#contents .box.election-box.poll-news .box-contents-wrapper .box-contents .sub-news-wrapper {
  width: 592px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contents .box.election-box.poll-news .box-contents-wrapper .box-contents .sub-news-wrapper .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
#contents .box.election-box.poll-news .box-contents-wrapper .box-contents .sub-news-wrapper .box-content .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  height: 132px;
}
#contents .box.election-box.poll-news .box-contents-wrapper .box-contents .sub-news-wrapper .box-content .txt-wrapper {
  width: calc(100% - 256px);
  margin-top: 0;
}
#contents .box.election-box.poll-news .box-contents-wrapper .box-contents .sub-news-wrapper .box-content .txt-wrapper .title {
  font-weight: 700;
  line-height: 22px;
  color: #333;
}
#contents .box.election-box.poll-news .box-contents-wrapper .box-contents .sub-news-wrapper .box-content .txt-wrapper .news-txt {
  font-size: 16px;
  line-height: 22px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: -0.28px;
  color: #666;
}
#contents .box.election-box.nodata {
  width: 1280px;
  height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  pointer-events: none;
  border: 4px solid transparent;
  outline: none;
}
#contents .box.election-box.nodata .text h4 {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #270075;
  font-weight: 700;
  margin: 10px 0;
}
#contents .box.election-box.nodata .text p {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #333333;
}
#contents .box.election-box.sub-page-poll-result-box > .chart-area {
  padding: 24px 28px 24px 28px;
}
#contents .box.election-box.sub-page-poll-result-box .half-box-wrapper {
  width: 1216px;
  margin: 0 auto 28px;
  gap: 30px;
}
#contents .box.election-box.sub-page-poll-result-box .half-box-wrapper .half-box {
  width: 594px;
  padding: 24px;
  border-radius: 4px;
  background-color: #fbfbff;
}
#contents .box.election-box.sub-page-poll-result-box .half-box-wrapper .half-box .title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #888;
  margin-bottom: 24px;
}
#contents .pagination-group-wrapper {
  height: 56px;
  margin-top: 18px;
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .pagination-group-wrapper .pagination-group {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .pagination-group-wrapper .pagination-group .previous,
#contents .pagination-group-wrapper .pagination-group .next {
  width: 42px;
  height: 28px;
  border: 1px solid #dde1e4;
  line-height: 31px;
}
#contents .pagination-group-wrapper .pagination-group .previous:hover,
#contents .pagination-group-wrapper .pagination-group .next:hover {
  background-color: #f6f7f8;
}
#contents .pagination-group-wrapper .pagination-group .previous {
  border-radius: 100px 0px 0px 100px;
}
#contents .pagination-group-wrapper .pagination-group .previous::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.125 3.75L6.875 10L13.125 16.25' stroke='%237C7C7C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
}
#contents .pagination-group-wrapper .pagination-group .previous .txt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
}
#contents .pagination-group-wrapper .pagination-group .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 28px;
  border-top: 1px solid #dde1e4;
  border-bottom: 1px solid #dde1e4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #484848;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .pagination-group-wrapper .pagination-group .pagination .swiper-pagination-current {
  font-weight: 500;
  font-size: 14px;
  padding-right: 2px;
}
#contents .pagination-group-wrapper .pagination-group .pagination .swiper-pagination-total {
  font-size: 14px;
  color: #484848;
  padding-left: 2px;
}
#contents .pagination-group-wrapper .pagination-group .next {
  border-radius: 0px 100px 100px 0px;
}
#contents .pagination-group-wrapper .pagination-group .next::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6.875 3.75L13.125 10L6.875 16.25' stroke='%237C7C7C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
}
#contents .pagination-group-wrapper .pagination-group .next .txt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
}
#contents .pagination-group-wrapper .pagination-group.off .next,
#contents .pagination-group-wrapper .pagination-group.off .previous {
  display: none;
}
#contents .pagination-group-wrapper .pagination-group.off .pagination {
  border: 1px solid #dde1e4;
  border-radius: 20px;
  padding: 4px;
}
#contents .tab-contents .tab-contents-list {
  display: none;
}
#contents .tab-contents .tab-contents-list:first-child {
  display: block;
}
#contents .look-more-wrapper {
  height: 56px;
  margin-top: 18px;
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .look-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .look-more:hover .txt {
  text-decoration: underline;
}
#contents .look-more .txt {
  color: #484848;
  margin-right: 8px;
}
#contents .look-more .plus-btn {
  width: 29px;
  height: 29px;
  background: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14.5' cy='14.5' r='14' fill='white' stroke='%23DCDCDC'/%3E%3Crect x='7' y='14' width='15' height='1' fill='%23909599'/%3E%3Crect x='14' y='7' width='1' height='15' fill='%23909599'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .swiper.has-padding {
  padding: 0 15px;
}
#contents .half-box-wrapper {
  width: 1280px;
  margin: 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents .half-box-wrapper .box {
  margin-bottom: 0;
}
#contents .live-keyword {
  width: 1280px;
  margin: 0 auto;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents .live-keyword .live-link {
  width: 628px;
  height: 60px;
  border-radius: 8px 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #e8cfd2;
}
#contents .live-keyword .live-link .title {
  width: 90px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  background-color: #ffedef;
  margin-right: 16px;
  border-radius: 8px 0 0 8px;
}
#contents .live-keyword .live-link .txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 106px);
}
#contents .live-keyword .live-link .txt-wrapper .link-txt {
  font-size: 18px;
  font-weight: 500;
  color: #484848;
}
#contents .live-keyword .live-link .txt-wrapper .link-txt strong {
  color: #222;
  font-weight: 700;
}
#contents .live-keyword .live-link .txt-wrapper .arrow {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13L11 8L6 3' stroke='%23FF7D8B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
  margin-right: 16px;
}
#contents .live-keyword .today-keyword {
  width: 628px;
  height: 60px;
  border-radius: 8px 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #c5d7fb;
}
#contents .live-keyword .today-keyword .title-wrapper {
  height: 100%;
  background-color: #dbe7ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  border-radius: 8px 0 0 8px;
}
#contents .live-keyword .today-keyword .title-wrapper .title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-right: 8px;
}
#contents .live-keyword .today-keyword .title-wrapper .tooltip-wrapper .tooltip-btn {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23869AC2'/%3E%3Cpath d='M10.8326 18V10.016H13.1846V18H10.8326ZM12.0166 8.576C11.2006 8.576 10.6406 8.064 10.6406 7.28C10.6406 6.512 11.2006 6 12.0166 6C12.8166 6 13.3766 6.512 13.3766 7.28C13.3766 8.064 12.8166 8.576 12.0166 8.576Z' fill='%23DBE7FF'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .live-keyword .today-keyword .rolling-keyword {
  width: calc(100% - 206px);
  height: 100%;
}
#contents .live-keyword .today-keyword .rolling-keyword .swiper-wrapper {
  margin-left: 24px;
}
#contents .live-keyword .today-keyword .rolling-keyword .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .live-keyword .today-keyword .rolling-keyword .swiper-wrapper .swiper-slide .rolling-keyword-link {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .live-keyword .today-keyword .rolling-keyword .swiper-wrapper .swiper-slide .rolling-keyword-link:last-child {
  margin-right: 0;
}
#contents .main-banners-wrapper {
  width: 1280px;
  margin: 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents .main-banners-wrapper .main-banner {
  position: relative;
  width: 628px;
  height: 80px;
  border-radius: 8px 0 0 8px;
}
#contents .main-banners-wrapper .main-banner .img {
  width: 100%;
  border-radius: 8px 0 0 8px;
}
#contents .main-banners-wrapper .main-banner .main-banner-text {
  position: absolute;
  line-height: 18px;
  right: 0;
  top: 50%;
  color: #fff;
  width: 75px;
  height: 20px;
  margin: -10px 24px 0 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 13L11 8L6 3' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center right no-repeat;
}
#contents .news-category {
  width: 1280px;
  height: 100px;
  margin: 24px auto;
  background-color: #303237;
  border-radius: 10px 0 0 10px;
  padding: 0 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .news-category .kbs-txt {
  margin-right: 60px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='57' viewBox='0 0 120 57' fill='none'%3E%3Cpath d='M10.5939 9.01373C10.3166 9.08307 9.70995 9.18707 8.77395 9.32573C7.83795 9.4644 7.16195 9.65507 6.74595 9.89773C6.71128 9.91507 6.46861 10.1144 6.01795 10.4957C5.58461 10.8771 5.32461 11.1284 5.23795 11.2497C5.15128 11.3364 4.96928 11.5357 4.69195 11.8477C4.43195 12.1597 4.23261 12.3071 4.09395 12.2897C3.86861 12.2724 3.68661 12.2637 3.54795 12.2637C3.42661 12.2464 3.26195 12.1424 3.05395 11.9517C2.93261 11.8477 2.84595 11.5271 2.79395 10.9897C2.75928 10.4351 2.74195 10.1057 2.74195 10.0017C2.74195 9.91507 2.83728 9.6464 3.02795 9.19573C3.23595 8.74507 3.43528 8.38973 3.62595 8.12973C3.67795 8.07773 4.19795 7.37573 5.18595 6.02373C6.17395 4.67173 6.63328 3.93507 6.56395 3.81373C6.84128 3.57107 7.19661 3.11173 7.62995 2.43573C8.08061 1.75973 8.47061 1.36973 8.79995 1.26573C8.88661 1.26573 9.22461 1.44773 9.81395 1.81173C10.4033 2.1584 11.0099 2.4964 11.6339 2.82573C11.7206 2.92973 11.7813 3.05973 11.8159 3.21573C11.8679 3.37173 11.8939 3.5104 11.8939 3.63173C11.8939 3.70107 11.7119 3.9264 11.3479 4.30773C10.9839 4.67173 10.7499 4.89707 10.6459 4.98373C10.3859 5.26107 10.0913 5.5384 9.76195 5.81573C9.43261 6.07573 9.18995 6.30107 9.03395 6.49173C9.29395 6.50907 9.58861 6.49173 9.91795 6.43973C10.2473 6.38773 10.5766 6.33573 10.9059 6.28373C11.2526 6.24907 11.7379 6.24907 12.3619 6.28373C13.0033 6.3184 13.3586 6.33573 13.4279 6.33573C13.7399 6.35307 14.1733 6.45707 14.7279 6.64773C15.2999 6.82107 15.5859 7.06373 15.5859 7.37573C15.5859 7.73973 14.9879 8.25973 13.7919 8.93573C12.6133 9.5944 11.8246 9.96707 11.4259 10.0537C11.4259 10.0537 11.3566 10.0624 11.2179 10.0797C11.0966 10.0797 11.0446 9.99307 11.0619 9.81973C11.1486 9.68107 11.2786 9.4904 11.4519 9.24773C11.6253 8.98773 11.7119 8.84907 11.7119 8.83173V8.75373C11.6426 8.77107 11.4953 8.80573 11.2699 8.85773C11.0619 8.8924 10.8366 8.9444 10.5939 9.01373ZM16.7039 12.4717C16.7906 12.5931 16.7819 12.7231 16.6779 12.8617C16.5739 13.0004 16.4526 13.1131 16.3139 13.1997C16.2273 13.2517 16.1579 13.2431 16.1059 13.1737C16.0713 13.0871 15.7766 13.1131 15.2219 13.2517C14.8406 13.4251 14.4593 13.5724 14.0779 13.6937C13.6966 13.8151 13.4193 13.8411 13.2459 13.7717C13.1593 13.8584 12.8213 13.9364 12.2319 14.0057C11.6599 14.0577 11.3046 14.0924 11.1659 14.1097C10.9926 14.1791 10.8366 14.2224 10.6979 14.2397C10.5766 14.2397 10.4813 14.2224 10.4119 14.1877L10.2039 14.4997C10.2039 14.8464 10.3686 15.1324 10.6979 15.3577C11.0273 15.5831 11.2266 15.8604 11.2959 16.1897C11.1053 16.4844 10.9753 16.9957 10.9059 17.7237C10.8366 18.4344 10.8453 18.9891 10.9319 19.3877C10.8626 19.5091 10.8279 19.6477 10.8279 19.8037C10.8453 19.9597 10.8539 20.1071 10.8539 20.2457C10.8886 20.5057 10.9059 20.7397 10.9059 20.9477C10.9233 21.1557 10.9146 21.3811 10.8799 21.6237L11.0099 22.7157C11.0446 22.9411 10.9926 23.2184 10.8539 23.5477C10.7326 23.8944 10.5853 23.9811 10.4119 23.8077L9.47595 23.7037L9.16395 23.4177C8.78262 23.6084 8.44461 23.5564 8.14995 23.2617C7.87261 22.9671 7.58661 22.6897 7.29195 22.4297C7.11861 22.2911 6.97128 22.1264 6.84995 21.9357C6.72861 21.7624 6.61595 21.5891 6.51195 21.4157V20.8957C6.65061 20.7051 6.71995 20.4971 6.71995 20.2717C6.71995 20.0464 6.75461 19.8297 6.82395 19.6217C6.87595 19.3791 6.94528 19.0757 7.03195 18.7117C7.11861 18.3304 7.23995 17.9664 7.39595 17.6197C7.32661 17.4291 7.39595 16.9611 7.60395 16.2157C7.81195 15.4531 7.89861 14.9591 7.86395 14.7337C7.53461 14.8204 7.25728 14.8984 7.03195 14.9677C6.82395 15.0371 6.64195 15.0371 6.48595 14.9677C6.41661 15.0717 6.37328 15.1324 6.35595 15.1497C6.33861 15.1497 6.21728 15.1237 5.99195 15.0717C5.81861 15.1584 5.44595 15.3837 4.87395 15.7477C4.31928 16.1117 3.94661 16.2764 3.75595 16.2417C3.70395 16.4151 3.47861 16.5104 3.07995 16.5277C2.68128 16.5451 2.40395 16.5624 2.24795 16.5797C2.10928 16.5971 1.93595 16.5797 1.72795 16.5277C1.53728 16.4757 1.41595 16.4584 1.36395 16.4757C1.22528 16.3024 1.10395 16.1377 0.999947 15.9817C0.895947 15.8257 0.835281 15.6437 0.817947 15.4357C0.800614 15.2451 0.852614 15.0631 0.973947 14.8897C1.09528 14.6991 1.24261 14.5777 1.41595 14.5257L2.42995 14.2137C2.67261 14.2311 3.34861 14.0924 4.45795 13.7977C5.56728 13.5031 6.26928 13.2431 6.56395 13.0177C7.06661 12.9311 7.55195 12.7837 8.01995 12.5757C8.48795 12.3504 8.97328 12.2117 9.47595 12.1597L10.3079 11.9517C10.5853 11.8651 11.3046 11.7437 12.4659 11.5877C13.6446 11.4317 14.3726 11.3624 14.6499 11.3797L15.0659 11.5097C15.3433 11.6831 15.6379 11.8304 15.9499 11.9517C16.2793 12.0557 16.5306 12.2291 16.7039 12.4717Z' fill='white'/%3E%3Cpath d='M29.0958 13.8757C29.0958 13.8931 29.0871 13.9104 29.0698 13.9277C29.0525 13.9451 29.0351 13.9624 29.0178 13.9797C28.5325 14.4824 28.0471 14.9071 27.5618 15.2537C27.0765 15.5831 26.7125 16.1117 26.4698 16.8397C28.1165 16.5277 29.0611 16.3457 29.3038 16.2937C29.5465 16.2244 30.0405 16.1897 30.7858 16.1897C30.9765 16.1897 31.3838 16.2677 32.0078 16.4237C32.6318 16.5624 32.9438 16.8137 32.9438 17.1777C32.9438 17.2644 32.8311 17.3944 32.6058 17.5677C32.3978 17.7237 32.2158 17.8624 32.0598 17.9837C31.9731 18.0011 31.9125 18.0704 31.8778 18.1917C31.8431 18.3131 31.7651 18.4257 31.6438 18.5297C31.2451 18.7551 30.8551 18.9457 30.4738 19.1017C30.0925 19.2404 29.5985 19.4917 28.9918 19.8557C28.7665 19.9771 28.4805 20.0551 28.1338 20.0897C27.8045 20.1244 27.5098 20.1937 27.2498 20.2977C26.9205 20.4017 26.5305 20.5664 26.0798 20.7917C25.6291 20.9997 25.3518 21.1037 25.2478 21.1037C25.1611 21.1037 25.0485 21.1124 24.9098 21.1297C24.7885 21.1644 24.6845 21.1817 24.5978 21.1817C24.5111 21.1817 24.4071 21.1557 24.2858 21.1037C24.1818 21.0691 24.1038 21.0171 24.0518 20.9477C23.7745 20.5664 23.4365 20.1937 23.0378 19.8297C22.6391 19.4657 22.4571 19.0151 22.4918 18.4777C22.4918 18.4084 22.9685 18.0097 23.9218 17.2817C24.8751 16.5364 25.8458 15.7564 26.8338 14.9417C26.8858 14.9071 26.9378 14.8637 26.9898 14.8117C27.0418 14.7597 27.0851 14.7164 27.1198 14.6817H27.0158C27.1718 14.5431 27.3711 14.3871 27.6138 14.2137C27.8565 14.0231 28.0905 13.8411 28.3158 13.6677C28.5411 13.4771 28.7231 13.3124 28.8618 13.1737C29.0178 13.0177 29.0958 12.9224 29.0958 12.8877C29.1131 12.8877 29.1218 12.8877 29.1218 12.8877C29.1218 12.8877 29.1305 12.8964 29.1478 12.9137C29.2865 12.7404 29.3471 12.6017 29.3298 12.4977C29.3298 12.3764 29.2345 12.2984 29.0438 12.2637C28.8878 12.0731 28.7665 11.8911 28.6798 11.7177C28.5931 11.5271 28.5065 11.3191 28.4198 11.0937C28.3505 10.8511 28.3245 10.6084 28.3418 10.3657C28.3765 10.1057 28.3245 9.83707 28.1858 9.55973C28.2898 9.14373 28.4371 8.30307 28.6278 7.03773C28.8185 5.75507 28.8618 4.9664 28.7578 4.67173L28.9398 4.43773C28.9745 3.9524 29.0525 3.4584 29.1738 2.95573C29.2951 2.45307 29.5465 2.01107 29.9278 1.62973C31.3838 2.25373 31.9991 2.6264 31.7738 2.74773C31.5485 2.86907 31.8865 3.3024 32.7878 4.04773C32.6318 4.37707 32.4671 5.16573 32.2938 6.41373C32.1378 7.6444 32.0945 8.44173 32.1638 8.80573C32.2505 9.22173 32.2418 9.8544 32.1378 10.7037C32.0511 11.5357 31.7305 12.1684 31.1758 12.6017C30.8465 12.8617 30.5085 13.0957 30.1618 13.3037C29.8151 13.4944 29.4598 13.6851 29.0958 13.8757ZM27.1198 9.16973C27.6051 9.23907 27.7698 9.4644 27.6138 9.84573C27.4751 10.2271 27.1111 10.6431 26.5218 11.0937C26.2445 11.3191 25.7245 11.4317 24.9618 11.4317C24.1991 11.4144 23.6011 11.3971 23.1678 11.3797C23.0985 11.3797 22.7085 11.3884 21.9978 11.4057C21.3045 11.4057 20.7845 11.3711 20.4378 11.3017C20.2645 11.4924 20.0045 11.7784 19.6578 12.1597C19.3285 12.5237 19.0945 12.7837 18.9558 12.9397L17.9158 14.2917C17.4305 14.6211 16.9711 14.4131 16.5378 13.6677C16.0871 12.9051 15.8965 12.3244 15.9658 11.9257C16.0351 11.5791 16.3385 10.9551 16.8758 10.0537C17.4131 9.1524 17.8291 8.58907 18.1238 8.36373L18.5658 7.60973C19.4325 6.74307 20.1085 5.86773 20.5938 4.98373C21.0791 4.09973 21.6945 3.18107 22.4398 2.22773C22.6305 2.29707 23.1851 2.3924 24.1038 2.51373C25.0398 2.61773 25.5945 2.6784 25.7678 2.69573C25.8545 2.8864 26.0191 3.0684 26.2618 3.24173C26.5045 3.41507 26.7038 3.57973 26.8598 3.73573L26.8338 4.69773C26.8511 4.81907 26.7471 4.95774 26.5218 5.11374C26.3138 5.2524 26.0625 5.3044 25.7678 5.26973C25.7331 5.23507 25.6465 5.24373 25.5078 5.29573C25.3691 5.3304 25.1265 5.49507 24.7798 5.78973C24.3465 6.30973 23.9825 6.6564 23.6878 6.82973C23.4105 7.00307 23.1418 7.39307 22.8818 7.99973C22.7778 7.99973 22.6911 8.0604 22.6218 8.18173C22.5698 8.30307 22.5611 8.3984 22.5958 8.46773C22.9945 8.57173 23.7658 8.7104 24.9098 8.88373C26.0538 9.03973 26.7905 9.13507 27.1198 9.16973Z' fill='white'/%3E%3Cpath d='M35.4296 14.6817C34.9963 14.4391 34.6843 14.2657 34.4936 14.1617C34.3203 14.0404 34.199 13.8931 34.1296 13.7197C34.1123 13.5984 34.0343 13.4337 33.8956 13.2257C33.7743 13.0177 33.8003 12.6017 33.9736 11.9777C34.1123 11.5271 34.2596 11.2411 34.4156 11.1197C34.589 10.9811 34.823 10.7384 35.1176 10.3917C35.1176 9.97573 35.057 9.68107 34.9356 9.50773C34.8143 9.3344 34.5283 9.09173 34.0776 8.77973C34.4243 8.3984 35.1783 7.9824 36.3396 7.53173C37.5183 7.06373 38.2983 6.80373 38.6796 6.75173C38.9223 6.82107 39.217 6.7864 39.5636 6.64773C39.9276 6.50907 40.1703 6.35307 40.2916 6.17973L40.5776 5.16573C40.4043 5.2004 39.919 5.34773 39.1216 5.60773C38.3416 5.86773 37.9343 5.99773 37.8996 5.99773C37.6916 6.17107 37.4316 6.3444 37.1196 6.51773C36.8076 6.67373 36.3743 6.79507 35.8196 6.88173C35.6116 6.84707 35.3083 6.7864 34.9096 6.69973C34.5283 6.59573 34.3376 6.54373 34.3376 6.54373C33.9043 6.2144 33.6183 5.85907 33.4796 5.47773C33.341 5.07907 33.2543 4.80173 33.2196 4.64573C33.6183 4.38573 34.1816 4.12573 34.9096 3.86573C35.6376 3.5884 36.1836 3.4324 36.5476 3.39773L38.4456 3.00773C39.191 2.95573 39.6156 2.81707 39.7196 2.59173C39.841 2.34907 40.2483 2.1324 40.9416 1.94173C41.115 1.9764 41.375 2.0024 41.7216 2.01973C42.0856 2.01973 42.3283 2.01107 42.4496 1.99373C42.6923 2.16707 42.9783 2.3404 43.3076 2.51373C43.637 2.68707 44.0443 2.8084 44.5296 2.87773C44.9456 3.5364 45.0236 4.2644 44.7636 5.06173C44.521 5.84173 44.3216 6.45707 44.1656 6.90773L43.5936 7.76573C43.455 8.09507 43.2903 8.28573 43.0996 8.33773C42.909 8.3724 42.7703 8.44173 42.6836 8.54573C42.129 8.6844 41.7563 8.77973 41.5656 8.83173C41.375 8.88373 41.0716 9.08307 40.6556 9.42973C40.257 9.5164 39.8583 9.62907 39.4596 9.76773C39.061 9.9064 38.8356 9.97573 38.7836 9.97573C38.645 10.1664 38.4976 10.4264 38.3416 10.7557C38.1856 11.0677 38.047 11.3277 37.9256 11.5357C38.0123 11.5011 38.2723 11.4231 38.7056 11.3017C39.1563 11.1804 39.477 11.0677 39.6676 10.9637C39.9103 11.1544 40.231 11.1197 40.6296 10.8597C41.0283 10.5997 41.323 10.4091 41.5136 10.2877C41.843 10.3397 42.1203 10.3657 42.3456 10.3657C42.571 10.3484 42.8483 10.3744 43.1776 10.4437C43.351 10.4784 43.4983 10.5477 43.6196 10.6517C43.741 10.7384 43.8883 10.8251 44.0616 10.9117C44.287 11.2064 44.5123 11.4491 44.7376 11.6397C44.963 11.8304 45.1883 12.0991 45.4136 12.4457C45.2576 12.6191 45.041 12.7577 44.7636 12.8617C44.4863 12.9657 44.183 13.0611 43.8536 13.1477C43.8536 13.1651 43.8536 13.1737 43.8536 13.1737C43.871 13.2951 43.9056 13.4424 43.9576 13.6157C44.0096 13.7717 43.975 13.8931 43.8536 13.9797C43.5763 14.5171 43.325 14.9071 43.0996 15.1497C42.8916 15.3924 42.701 15.7564 42.5276 16.2417C42.5796 16.3284 42.623 16.3804 42.6576 16.3977C42.7096 16.4151 42.7443 16.4237 42.7616 16.4237C44.131 16.3371 44.9543 16.2937 45.2316 16.2937C45.5263 16.2937 45.7256 16.2937 45.8296 16.2937C45.899 16.2937 45.9336 16.2851 45.9336 16.2677C45.951 16.2331 46.003 16.2157 46.0896 16.2157C46.3843 16.2157 46.809 16.3544 47.3636 16.6317C47.9356 16.9091 48.2563 17.2124 48.3256 17.5417C48.3603 17.6111 48.343 17.7584 48.2736 17.9837C48.2216 18.1917 48.187 18.3651 48.1696 18.5037C48.1523 18.5211 48.1176 18.5557 48.0656 18.6077C48.0136 18.6424 47.9616 18.6684 47.9096 18.6857C47.771 18.7031 47.4763 18.7031 47.0256 18.6857C46.575 18.6684 46.2196 18.6771 45.9596 18.7117C45.5783 18.7291 45.2663 18.7637 45.0236 18.8157C44.781 18.8677 44.4603 18.9197 44.0616 18.9717C43.4723 19.0411 42.441 19.2837 40.9676 19.6997C39.4943 20.1157 38.4456 20.4277 37.8216 20.6357C37.735 20.6357 37.7003 20.6271 37.7176 20.6097C37.7523 20.5924 37.7263 20.5837 37.6396 20.5837C37.5703 20.5837 36.8856 20.8784 35.5856 21.4677C34.2856 22.0744 33.5923 22.3777 33.5056 22.3777C33.2283 22.3777 32.873 22.0657 32.4396 21.4417C32.0063 20.8177 31.8503 20.2371 31.9716 19.6997C31.9543 19.5957 32.3876 19.3877 33.2716 19.0757C34.173 18.7464 35.1176 18.4257 36.1056 18.1137C35.7936 17.8884 35.5163 17.6717 35.2736 17.4637C35.031 17.2384 34.901 17.1171 34.8836 17.0997C34.8143 16.9784 34.7623 16.8137 34.7276 16.6057C34.693 16.3977 34.6756 16.2591 34.6756 16.1897C34.6063 15.8084 34.641 15.4877 34.7796 15.2277C34.9183 14.9677 35.1176 14.8031 35.3776 14.7337C35.3083 14.6991 35.2823 14.6817 35.2996 14.6817C35.317 14.6644 35.3603 14.6644 35.4296 14.6817ZM35.9496 14.7597C36.1403 14.7771 36.3136 14.8117 36.4696 14.8637C36.643 14.8984 36.7123 14.9157 36.6776 14.9157C36.7643 14.9851 36.877 15.0457 37.0156 15.0977C37.1716 15.1497 37.3016 15.2191 37.4056 15.3057C37.5443 15.4271 37.7003 15.5917 37.8736 15.7997C38.0643 16.0077 38.2116 16.1811 38.3156 16.3197C38.1943 16.4931 38.125 16.6751 38.1076 16.8657C38.1076 17.0564 38.0643 17.2471 37.9776 17.4377C38.1163 17.4031 38.229 17.3684 38.3156 17.3337C38.4196 17.2817 38.4976 17.2384 38.5496 17.2037C38.8963 16.9957 39.1303 16.8744 39.2516 16.8397C39.373 16.7877 39.4943 16.6317 39.6156 16.3717C39.8756 15.7651 39.971 15.2451 39.9016 14.8117C39.8496 14.3784 39.8323 14.1357 39.8496 14.0837L37.8996 14.3437L37.0416 14.6037C36.955 14.5171 36.7903 14.4997 36.5476 14.5517C36.3223 14.6037 36.123 14.6731 35.9496 14.7597Z' fill='white'/%3E%3Cpath d='M58.7415 16.0857C59.0361 16.0337 59.3395 15.9471 59.6515 15.8257C59.9635 15.7044 60.2235 15.6611 60.4315 15.6957C60.7435 15.3317 61.1161 15.2624 61.5495 15.4877C62.0001 15.6957 62.3121 15.8431 62.4855 15.9297C62.6761 16.0337 62.8928 16.2157 63.1355 16.4757C63.3781 16.7357 63.6815 17.2124 64.0455 17.9057L63.2395 18.5557C63.0835 18.4517 62.5721 18.4517 61.7055 18.5557C60.8388 18.6424 60.2061 18.7464 59.8075 18.8677C59.4435 18.8851 58.5335 19.0497 57.0775 19.3617C55.6215 19.6564 54.6248 19.8817 54.0875 20.0377C53.6888 20.1071 52.8135 20.3411 51.4615 20.7397C50.1095 21.1384 49.2341 21.4071 48.8355 21.5457C48.4021 21.2337 48.1335 20.8177 48.0295 20.2977C47.9255 19.7604 47.7868 19.2491 47.6135 18.7637L48.1595 17.9057C48.8701 17.7671 49.5201 17.6977 50.1095 17.6977C50.6988 17.6804 51.2101 17.5591 51.6435 17.3337C51.9555 17.0044 52.3455 16.6491 52.8135 16.2677C53.2815 15.8864 53.6195 15.4877 53.8275 15.0717L52.2155 15.3577C52.0941 15.2364 51.8515 15.2104 51.4875 15.2797C51.1235 15.3317 50.9241 15.3664 50.8895 15.3837C50.3175 15.0371 49.9188 14.8117 49.6935 14.7077C49.4855 14.6037 49.3468 14.4391 49.2775 14.2137C49.2601 14.0924 49.1908 13.8931 49.0695 13.6157C48.9481 13.3211 48.8875 12.9917 48.8875 12.6277C49.1128 12.1771 49.3121 11.8824 49.4855 11.7437C49.6761 11.6051 49.8061 11.2931 49.8755 10.8077C49.9448 10.3571 49.8581 10.0104 49.6155 9.76773C49.3901 9.50773 49.2601 9.16973 49.2255 8.75373C49.5721 8.3724 50.3348 7.97373 51.5135 7.55773C52.6921 7.14173 53.4721 6.9164 53.8535 6.88173C54.0961 6.95107 54.3995 6.93373 54.7635 6.82973C55.1448 6.72574 55.3961 6.5784 55.5175 6.38773L55.7775 5.16573C55.6041 5.18307 55.3355 5.23507 54.9715 5.32173C54.6248 5.39107 54.3908 5.49507 54.2695 5.63373C54.0615 5.68574 53.8101 5.7724 53.5155 5.89373C53.2381 6.01507 53.0821 6.07574 53.0475 6.07574C52.8395 6.24907 52.5795 6.43107 52.2675 6.62173C51.9555 6.79507 51.5221 6.9164 50.9675 6.98573C50.7768 6.95107 50.5341 6.92507 50.2395 6.90773C49.9621 6.87307 49.7108 6.7864 49.4855 6.64773C49.0521 6.30107 48.7661 5.9284 48.6275 5.52973C48.4888 5.11373 48.4021 4.81907 48.3675 4.64573C48.7661 4.3684 49.1908 4.15173 49.6415 3.99573C50.1095 3.8224 50.5948 3.6924 51.0975 3.60573C51.5828 3.44973 51.9988 3.33707 52.3455 3.26773C52.7095 3.1984 53.1255 3.07707 53.5935 2.90373C54.3041 2.64373 54.7201 2.4444 54.8415 2.30573C54.9801 2.16707 55.4048 1.98507 56.1155 1.75973C56.2715 1.82907 56.5228 1.8724 56.8695 1.88973C57.2335 1.90707 57.4761 1.88107 57.5975 1.81173C57.8401 2.0024 58.1261 2.19307 58.4555 2.38373C58.7848 2.5744 59.2008 2.7044 59.7035 2.77373C59.9115 3.05107 60.1281 3.31107 60.3535 3.55373C60.5788 3.77907 60.6655 4.0564 60.6135 4.38573C60.5441 4.92307 60.2928 5.46907 59.8595 6.02373C59.4435 6.5784 59.1575 7.08107 59.0015 7.53173C58.7415 8.06907 58.5075 8.33773 58.2995 8.33773C58.0915 8.33773 57.9441 8.38973 57.8575 8.49373C57.3028 8.64973 56.9301 8.82307 56.7395 9.01373C56.5488 9.2044 56.2368 9.48173 55.8035 9.84573C55.4221 9.9324 55.0495 10.0364 54.6855 10.1577C54.3388 10.2617 54.1308 10.3137 54.0615 10.3137C53.9401 10.5044 53.8361 10.7644 53.7495 11.0937C53.6801 11.4231 53.5935 11.6917 53.4895 11.8997C53.5761 11.8651 53.6888 11.8217 53.8275 11.7697C53.9661 11.7177 54.1221 11.6571 54.2955 11.5877C54.5728 11.4837 55.0235 11.3884 55.6475 11.3017C56.2715 11.2151 56.6788 11.1024 56.8695 10.9637C57.3721 11.1371 57.8141 11.2237 58.1955 11.2237C58.5941 11.2237 58.9928 11.4231 59.3915 11.8217C59.6341 12.1337 59.8335 12.2984 59.9895 12.3157C60.1628 12.3157 60.3621 12.5151 60.5875 12.9137C60.2755 13.2431 59.8248 13.5984 59.2355 13.9797C58.6461 14.3611 58.1781 14.6991 57.8315 14.9937L57.8835 15.4097C57.6581 15.5311 57.4761 15.6611 57.3375 15.7997C57.2161 15.9211 57.0775 16.0944 56.9215 16.3197L56.9475 16.2937C57.2941 16.3111 57.6581 16.2851 58.0395 16.2157C58.4381 16.1291 58.6721 16.0857 58.7415 16.0857Z' fill='white'/%3E%3Cpath d='M83.3084 14.5517C83.2911 14.5691 82.6151 15.0371 81.2804 15.9557C79.9631 16.8571 79.2611 17.5591 79.1744 18.0617C79.2091 18.0964 79.2958 18.1484 79.4344 18.2177C79.5731 18.2697 79.7551 18.2351 79.9804 18.1137C80.4484 17.8711 80.7778 17.7584 80.9684 17.7757C81.1591 17.7931 81.3064 17.7844 81.4104 17.7497L81.8524 17.6457C82.8751 17.3511 83.2998 17.2211 83.1264 17.2557C82.9704 17.2904 83.2218 17.2211 83.8804 17.0477C83.9844 17.0477 84.1578 17.0304 84.4004 16.9957C84.6604 16.9611 84.8338 16.9351 84.9204 16.9177L85.4924 16.7097C85.7871 16.9004 86.0211 17.0651 86.1944 17.2037C86.3851 17.3251 86.4804 17.4377 86.4804 17.5417V18.9977C86.2724 19.1884 86.0298 19.3964 85.7524 19.6217C85.4751 19.8297 85.2151 20.0551 84.9724 20.2977C84.7471 20.4191 84.5911 20.5144 84.5044 20.5837C84.4178 20.6357 84.3051 20.6791 84.1664 20.7137L83.1004 21.0257C82.8751 21.0257 82.6498 21.0951 82.4244 21.2337C82.1991 21.3724 82.0344 21.4417 81.9304 21.4417C81.8264 21.4417 81.6531 21.4591 81.4104 21.4937C81.1678 21.5457 81.0291 21.5631 80.9944 21.5457C80.9078 21.6151 80.7344 21.6584 80.4744 21.6757C80.2318 21.6931 80.0238 21.7017 79.8504 21.7017C79.5558 21.7711 79.3564 21.8231 79.2524 21.8577C79.1658 21.9097 79.0704 21.9357 78.9664 21.9357C78.8624 21.9531 78.7498 21.9184 78.6284 21.8317C78.5071 21.7624 78.4291 21.7104 78.3944 21.6757C78.3424 21.6931 78.0824 21.4504 77.6144 20.9477C77.1638 20.4451 76.9471 20.1764 76.9644 20.1417C76.9471 20.1071 76.9384 19.9337 76.9384 19.6217C76.9558 19.2924 77.1031 18.8937 77.3804 18.4257C77.4498 18.2697 77.6231 18.0617 77.9004 17.8017C78.1951 17.5244 78.3598 17.3337 78.3944 17.2297C78.4291 17.2124 79.0271 16.8051 80.1884 16.0077C81.3671 15.1931 82.1124 14.5517 82.4244 14.0837C82.4071 14.0491 82.4244 13.9017 82.4764 13.6417C82.5458 13.3817 82.5804 13.1911 82.5804 13.0697C82.5284 13.0524 82.4504 12.9831 82.3464 12.8617C82.2598 12.7231 82.2078 12.6191 82.1904 12.5497C82.1904 12.4631 82.1731 12.3851 82.1384 12.3157C82.1038 12.2291 82.0951 12.1684 82.1124 12.1337C81.9911 12.0297 81.8611 11.8911 81.7224 11.7177C81.5838 11.5271 81.5144 11.3884 81.5144 11.3017C81.5318 11.2151 81.5664 11.1717 81.6184 11.1717C81.6704 11.1544 81.7051 11.1284 81.7224 11.0937C81.7051 10.9031 81.6878 10.6691 81.6704 10.3917C81.6531 10.0971 81.7051 9.8804 81.8264 9.74173C81.8611 9.65507 81.8524 9.47307 81.8004 9.19573C81.7484 8.9184 81.7224 8.77107 81.7224 8.75373C81.7224 8.66707 81.7658 8.40707 81.8524 7.97373C81.9391 7.52307 81.9998 7.00307 82.0344 6.41373C82.0518 6.20573 82.0691 5.91973 82.0864 5.55573C82.1038 5.19173 82.0951 4.9924 82.0604 4.95773C82.0951 4.87107 82.0864 4.79307 82.0344 4.72373C81.9824 4.63707 81.9738 4.5764 82.0084 4.54173C82.0604 4.48973 82.0864 4.37707 82.0864 4.20373C82.0864 4.01307 82.0951 3.36307 82.1124 2.25373C82.1471 2.1324 82.1731 2.01107 82.1904 1.88973C82.2251 1.7684 82.2684 1.64707 82.3204 1.52573C82.4071 1.47373 82.4851 1.41307 82.5544 1.34373C82.6411 1.2744 82.7104 1.18773 82.7624 1.08373C82.7278 1.0664 82.7798 1.04907 82.9184 1.03173C83.0571 0.997067 83.1264 0.962401 83.1264 0.927734C83.2824 0.997068 83.4644 1.0664 83.6724 1.13573C83.8804 1.20507 84.0711 1.29173 84.2444 1.39573C84.4004 1.46507 84.6344 1.60373 84.9464 1.81173C85.2758 2.0024 85.5271 2.1584 85.7004 2.27973C85.6831 2.29707 85.6744 2.32307 85.6744 2.35773C85.6744 2.3924 85.6918 2.42707 85.7264 2.46173C85.7958 2.58307 85.8391 2.73907 85.8564 2.92973C85.8911 3.1204 85.8911 3.2764 85.8564 3.39773C85.8564 3.39773 85.8304 3.5884 85.7784 3.96973C85.7438 4.33373 85.7091 4.79307 85.6744 5.34773C85.6051 5.55573 85.5444 5.78973 85.4924 6.04973C85.4578 6.30973 85.4231 6.56107 85.3884 6.80373C85.3711 6.8384 85.3711 6.8644 85.3884 6.88173C85.4231 6.89907 85.4404 6.90773 85.4404 6.90773C85.4231 7.39307 85.4058 7.7484 85.3884 7.97373C85.3884 8.18173 85.4058 8.54573 85.4404 9.06573C85.5791 8.9964 85.6918 8.90107 85.7784 8.77973C85.8824 8.64107 86.0384 8.51107 86.2464 8.38973L86.4024 8.54573C86.4371 8.51107 86.7144 8.53707 87.2344 8.62373C87.7718 8.7104 88.1531 8.7364 88.3784 8.70173C88.4824 8.70173 88.5171 8.72773 88.4824 8.77973C88.4651 8.83173 88.5084 8.85773 88.6124 8.85773C89.0111 8.8404 89.2884 8.95307 89.4444 9.19573C89.6178 9.42107 89.7044 9.6204 89.7044 9.79373C89.6871 9.96707 89.5831 10.1837 89.3924 10.4437C89.2018 10.6864 89.0371 10.8077 88.8984 10.8077C88.8118 10.8251 88.7598 10.8424 88.7424 10.8597C88.7424 10.8771 88.6991 10.8944 88.6124 10.9117L88.2744 11.2237C88.1531 11.2411 87.6071 11.5877 86.6364 12.2637C85.6658 12.9397 85.1978 13.3731 85.2324 13.5637C85.1978 13.5984 85.1198 13.6764 84.9984 13.7977C84.8944 13.9017 84.7818 13.9711 84.6604 14.0057C84.6604 14.0057 84.4698 14.0751 84.0884 14.2137C83.7071 14.3351 83.4471 14.4477 83.3084 14.5517ZM80.8384 4.30773C80.8904 4.6544 80.8471 4.98373 80.7084 5.29573C80.5871 5.60773 80.4398 5.94573 80.2664 6.30974C80.0411 7.36707 79.8418 8.2164 79.6684 8.85773C79.4951 9.49907 79.4084 9.81973 79.4084 9.81973C79.7898 10.3571 80.0238 10.7124 80.1104 10.8857C80.2144 11.0591 80.2318 11.3537 80.1624 11.7697C80.0931 11.9431 79.9718 12.0904 79.7984 12.2117C79.6251 12.3157 79.4951 12.4371 79.4084 12.5757C79.1831 12.6104 78.6891 12.8184 77.9264 13.1997C77.1638 13.5811 76.6091 13.8411 76.2624 13.9797C75.9331 14.0144 75.7684 14.0317 75.7684 14.0317C75.7684 14.0317 75.7338 14.0491 75.6644 14.0837C75.4911 14.0144 75.3004 13.9451 75.0924 13.8757C74.8844 13.8064 74.6851 13.7631 74.4944 13.7457L74.2344 14.0057C74.1131 14.0751 73.8791 14.0837 73.5324 14.0317C73.1858 13.9797 72.9171 13.9017 72.7264 13.7977C72.6224 13.7977 72.3538 13.5811 71.9204 13.1477C71.4871 12.6971 71.2704 12.2291 71.2704 11.7437C71.0971 10.8771 70.9411 10.1231 70.8024 9.48173C70.6638 8.8404 70.6291 8.3984 70.6984 8.15573C70.8544 7.6184 70.8891 6.8124 70.8024 5.73773C70.7331 4.64573 70.8891 3.88307 71.2704 3.44973C71.4438 3.44973 71.7298 3.4584 72.1284 3.47573C72.5271 3.47573 72.8218 3.52773 73.0124 3.63173C73.1511 3.7184 73.3504 3.9004 73.6104 4.17773C73.8704 4.45507 74.0611 4.66307 74.1824 4.80173C74.5811 4.45507 75.0578 4.1864 75.6124 3.99573C76.1844 3.78773 76.5571 3.46707 76.7304 3.03373C76.9731 2.92973 77.2071 2.85173 77.4324 2.79973C77.6578 2.74773 77.9091 2.7304 78.1864 2.74773C78.4464 2.8864 78.7324 3.00773 79.0444 3.11173C79.3738 3.1984 79.6684 3.28507 79.9284 3.37173L80.8384 4.30773ZM76.3404 10.4437C76.5138 10.0277 76.6264 9.40373 76.6784 8.57173C76.7478 7.73973 76.7304 7.13307 76.6264 6.75173C76.6091 6.71707 76.5831 6.66507 76.5484 6.59573C76.5311 6.5264 76.4964 6.48307 76.4444 6.46573C76.3058 6.58707 75.9764 6.74307 75.4564 6.93373C74.9364 7.10707 74.6244 7.18507 74.5204 7.16774C74.3991 7.39307 74.3558 7.66173 74.3904 7.97373C74.4424 8.28573 74.4251 8.48507 74.3384 8.57173C74.4251 8.7104 74.4858 9.16107 74.5204 9.92373C74.5551 10.6691 74.5724 11.2064 74.5724 11.5357L74.8064 11.3797C75.2224 11.3797 75.4998 11.2844 75.6384 11.0937C75.7771 10.8857 76.0111 10.6691 76.3404 10.4437Z' fill='white'/%3E%3Cpath d='M100.947 12.6537C100.947 12.7231 100.903 12.8184 100.817 12.9397C100.73 13.0611 100.643 13.1564 100.557 13.2257C99.8286 13.3297 98.2773 13.7197 95.9026 14.3957C93.5453 15.0544 92.2106 15.4531 91.8986 15.5917C91.8119 15.6264 91.6906 15.7217 91.5346 15.8777C91.3786 16.0164 91.2573 16.0857 91.1706 16.0857C90.8932 16.0857 90.5639 15.9557 90.1826 15.6957C89.8186 15.4357 89.5239 15.0891 89.2986 14.6557C89.2119 14.4651 89.2293 14.2137 89.3506 13.9017C89.4893 13.5897 89.4459 13.3731 89.2206 13.2517C89.7059 13.1477 90.0093 12.7751 90.1306 12.1337C90.2692 11.4751 90.3993 10.9204 90.5206 10.4697C90.6592 10.0364 90.8499 9.63773 91.0926 9.27373C91.3526 8.8924 91.5606 8.49373 91.7166 8.07773C91.5433 7.86974 91.2573 7.55773 90.8586 7.14173C90.4773 6.7084 90.1913 6.28373 90.0006 5.86773C90.3473 5.62507 91.1273 5.2524 92.3406 4.74973C93.5539 4.22973 94.2299 3.96973 94.3686 3.96973C94.4553 3.96973 94.6459 3.94373 94.9406 3.89173C95.2353 3.83973 95.7379 3.81373 96.4486 3.81373C96.5353 3.81373 96.6046 3.7964 96.6566 3.76173C96.7259 3.72707 96.8039 3.70973 96.8906 3.70973C96.9599 3.70973 97.0899 3.72707 97.2806 3.76173C97.4886 3.7964 97.6706 3.86573 97.8266 3.96973C98.3466 4.24707 98.8232 4.51573 99.2566 4.77573C99.6899 5.0184 99.9066 5.39107 99.9066 5.89373C99.9066 5.96307 99.8893 6.0584 99.8546 6.17973C99.8373 6.30107 99.7853 6.37907 99.6986 6.41373C99.4039 6.56973 98.9533 6.74307 98.3466 6.93373C97.7399 7.1244 97.1853 7.31507 96.6826 7.50573C96.5093 7.55773 96.2493 7.63573 95.9026 7.73973C95.5559 7.8264 95.2786 7.99107 95.0706 8.23373C94.6719 8.6844 94.3513 9.31707 94.1086 10.1317C93.8833 10.9291 93.5799 11.5271 93.1986 11.9257C93.2333 11.9431 93.2593 11.9517 93.2766 11.9517C93.2939 11.9517 93.3372 11.9517 93.4066 11.9517C93.4933 11.9517 94.0219 11.7784 94.9926 11.4317C95.9806 11.0851 96.8213 10.9117 97.5146 10.9117C97.7573 10.9117 98.2773 10.9377 99.0746 10.9897C99.8719 11.0244 100.271 11.0851 100.271 11.1717C100.357 11.3104 100.487 11.5791 100.661 11.9777C100.851 12.3764 100.947 12.6017 100.947 12.6537ZM103.313 16.6317C103.139 16.7531 102.923 16.9611 102.663 17.2557C102.403 17.5331 102.195 17.7237 102.039 17.8277C101.813 17.6891 101.527 17.6804 101.181 17.8017C100.834 17.9231 100.565 18.0357 100.375 18.1397C99.1786 18.2957 98.2773 18.4691 97.6706 18.6597C97.0639 18.8331 96.5786 18.9977 96.2146 19.1537C95.9719 19.1191 95.7812 19.1277 95.6426 19.1797C95.5213 19.2317 95.3739 19.3184 95.2006 19.4397L94.7846 19.4657C94.7326 19.5351 94.2646 19.7604 93.3806 20.1417C92.5139 20.5231 91.9939 20.7571 91.8206 20.8437C91.6473 20.8264 91.4306 20.8264 91.1706 20.8437C90.9106 20.8437 90.7373 20.9044 90.6506 21.0257C90.3733 21.0431 90.1566 21.0257 90.0006 20.9737C89.8446 20.9044 89.7233 20.8091 89.6366 20.6877C89.3766 20.7051 89.0126 20.4017 88.5446 19.7777C88.0939 19.1364 87.7819 18.7637 87.6086 18.6597V18.3997C87.7646 18.3651 87.9206 18.3477 88.0766 18.3477C88.2499 18.3477 88.4146 18.3304 88.5706 18.2957C88.7959 18.1571 89.0559 18.0704 89.3506 18.0357C89.6453 17.9837 89.9053 17.8971 90.1306 17.7757C90.4946 17.7411 91.2312 17.5851 92.3406 17.3077C93.4499 17.0131 94.0393 16.8484 94.1086 16.8137C94.3686 16.7964 94.5766 16.7617 94.7326 16.7097C94.8886 16.6577 95.0273 16.6144 95.1486 16.5797C95.4953 16.5451 96.4833 16.3804 98.1126 16.0857C99.7419 15.7737 100.851 15.6351 101.441 15.6697C101.631 15.7044 101.787 15.7217 101.909 15.7217C102.047 15.7044 102.195 15.7391 102.351 15.8257C102.697 15.7217 102.966 15.7911 103.157 16.0337C103.365 16.2764 103.417 16.4757 103.313 16.6317Z' fill='white'/%3E%3Cpath d='M114.924 6.17973C114.942 6.2144 115.228 6.2404 115.782 6.25773C116.337 6.27507 116.822 6.53507 117.238 7.03773C117.429 7.1764 117.481 7.40173 117.394 7.71373C117.308 8.02573 117.143 8.17307 116.9 8.15573C116.779 8.12107 116.484 8.1904 116.016 8.36373C115.566 8.53707 115.323 8.69307 115.288 8.83173C115.15 8.79707 113.902 9.1264 111.544 9.81973C109.204 10.5131 107.922 10.9377 107.696 11.0937C106.986 10.7817 106.396 10.3224 105.928 9.71573C105.46 9.10907 105.096 8.5544 104.836 8.05173C105.131 7.54907 105.486 6.80373 105.902 5.81573C106.318 4.8104 106.613 4.0564 106.786 3.55373C106.873 3.2764 106.899 2.90373 106.864 2.43573C106.847 1.96773 106.89 1.68173 106.994 1.57773C107.514 1.59507 108.303 1.8464 109.36 2.33173C110.435 2.79973 111.024 3.1984 111.128 3.52773C111.007 3.94373 110.773 4.53307 110.426 5.29573C110.097 6.04107 109.811 6.4484 109.568 6.51773L109.932 6.80373C110.331 6.75173 110.738 6.62173 111.154 6.41373C111.588 6.1884 112.021 6.0324 112.454 5.94573C112.836 6.20573 113.243 6.32707 113.676 6.30974C114.11 6.27507 114.526 6.23173 114.924 6.17973ZM118.122 18.8937L118.382 19.6217C118.174 19.8644 117.724 20.1851 117.03 20.5837C116.354 20.9824 115.756 21.2857 115.236 21.4937C114.63 21.7364 113.971 21.9531 113.26 22.1437C112.567 22.3517 111.9 22.5511 111.258 22.7417C110.669 22.9151 110.123 23.0017 109.62 23.0017C109.135 23.0017 108.936 23.0451 109.022 23.1317C108.71 22.8891 108.407 22.7677 108.112 22.7677C107.835 22.7851 107.566 22.4211 107.306 21.6757C106.804 20.8091 107.246 19.7777 108.632 18.5817C110.019 17.3684 110.886 16.3284 111.232 15.4617L111.492 14.9937C111.163 15.2017 110.426 15.5397 109.282 16.0077C108.138 16.4757 107.402 16.7444 107.072 16.8137C106.656 16.9004 106.37 17.0217 106.214 17.1777C106.058 17.3164 105.755 17.4377 105.304 17.5417C104.039 17.1951 103.337 16.9957 103.198 16.9437C103.06 16.8917 102.912 16.5884 102.756 16.0337C102.704 15.8604 102.748 15.6784 102.886 15.4877C103.008 15.2971 102.99 15.1584 102.834 15.0717C102.99 15.0024 103.155 14.9331 103.328 14.8637C103.502 14.7771 103.701 14.7251 103.926 14.7077C104.741 14.3091 105.582 13.9797 106.448 13.7197C107.332 13.4597 108.19 13.1304 109.022 12.7317C109.196 12.7317 109.88 12.5844 111.076 12.2897C112.29 11.9951 113.078 11.7957 113.442 11.6917C113.772 11.8477 114.24 11.8737 114.846 11.7697C115.453 11.6484 116.233 11.6137 117.186 11.6657C117.654 11.6831 118.036 11.7611 118.33 11.8997C118.625 12.0211 118.911 12.2291 119.188 12.5237C118.963 12.6797 118.746 12.8097 118.538 12.9137C118.33 13.0177 118.053 13.1304 117.706 13.2517C117.481 13.3211 116.848 13.4684 115.808 13.6937C114.786 13.9191 114.127 14.1357 113.832 14.3437C113.122 14.8291 112.394 15.4617 111.648 16.2417C110.903 17.0217 110.418 17.8711 110.192 18.7897C110.123 19.2231 110.184 19.4831 110.374 19.5697C110.565 19.6564 110.756 19.6564 110.946 19.5697C111.276 19.4311 111.96 19.2231 113 18.9457C114.058 18.6511 114.777 18.4864 115.158 18.4517C115.678 18.6251 116.276 18.7031 116.952 18.6857C117.646 18.6511 118.036 18.7204 118.122 18.8937Z' fill='white'/%3E%3Cpath d='M15.7939 50.8677L15.5079 51.2057C15.4559 51.2231 15.3953 51.1971 15.3259 51.1277C15.2739 51.0411 15.1699 51.0151 15.0139 51.0497C14.8753 51.0671 14.8059 51.1017 14.8059 51.1537C14.8059 51.2057 14.8059 51.2664 14.8059 51.3357L14.5459 51.1277C14.4246 51.3357 14.2773 51.4831 14.1039 51.5697C13.9479 51.6391 13.8093 51.7431 13.6879 51.8817C13.5666 51.8297 13.4453 51.7777 13.3239 51.7257C13.2026 51.6564 13.0639 51.6391 12.9079 51.6737C12.7693 51.6911 12.6999 51.7171 12.6999 51.7517C12.6999 51.7864 12.6306 51.8211 12.4919 51.8557C11.9199 51.9597 10.8539 51.4484 9.29395 50.3217C7.73395 49.1777 6.59861 48.4151 5.88795 48.0337C5.76661 48.9004 5.67995 49.7844 5.62795 50.6857C5.57595 51.5697 5.53261 52.4451 5.49795 53.3117C5.37661 53.3291 5.26395 53.3031 5.15995 53.2337C5.07328 53.1644 5.00395 53.1037 4.95195 53.0517C4.83061 53.2251 4.66595 53.3637 4.45795 53.4677C4.26728 53.5891 4.10261 53.7104 3.96395 53.8317C3.91195 53.7104 3.85128 53.5977 3.78195 53.4937C3.71261 53.4071 3.61728 53.3031 3.49595 53.1817C3.35728 53.2511 3.24461 53.3724 3.15795 53.5457C3.08861 53.7191 3.01928 53.8751 2.94995 54.0137C2.77661 53.7711 2.55128 53.5457 2.27395 53.3377C1.99661 53.1297 1.81461 52.9044 1.72795 52.6617C1.60661 52.2284 1.56328 51.6391 1.59795 50.8937C1.64995 50.1311 1.67595 49.6717 1.67595 49.5157L3.10595 38.0237C3.12328 37.8851 3.20995 37.6684 3.36595 37.3737C3.53928 37.0791 3.71261 36.9231 3.88595 36.9057C4.33661 36.8191 4.82195 36.8277 5.34195 36.9317C5.86195 37.0184 6.19995 37.1311 6.35595 37.2697C6.25195 38.2577 6.20861 39.2891 6.22595 40.3637C6.24328 41.4384 6.18261 42.5391 6.04395 43.6657L6.22595 43.8217L12.4399 36.0217C12.5786 35.9871 12.6306 35.9524 12.5959 35.9177C12.5786 35.8831 12.6393 35.8571 12.7779 35.8397C13.1593 35.7704 13.6533 35.8657 14.2599 36.1257C14.8839 36.3857 15.2046 36.6631 15.2219 36.9577C14.1646 37.9804 13.0639 39.3411 11.9199 41.0397C10.7759 42.7211 9.74461 44.0211 8.82595 44.9397C9.60595 45.6504 10.5679 46.3437 11.7119 47.0197C12.8559 47.6784 13.9133 48.4411 14.8839 49.3077C14.9359 49.3424 15.0399 49.4291 15.1959 49.5677C15.3693 49.6891 15.5166 49.8017 15.6379 49.9057C15.6379 49.9057 15.6293 49.9404 15.6119 50.0097C15.6119 50.0617 15.5946 50.1224 15.5599 50.1917C15.5773 50.3131 15.6033 50.4257 15.6379 50.5297C15.6899 50.6337 15.7419 50.7464 15.7939 50.8677Z' fill='white'/%3E%3Cpath d='M29.4184 43.7957C29.3837 43.9517 29.4184 44.1424 29.5224 44.3677C29.6264 44.5757 29.6697 44.7577 29.6524 44.9137C29.6004 45.4511 29.1584 46.3004 28.3264 47.4617C27.5117 48.6057 26.879 49.3771 26.4284 49.7757C25.943 50.1917 25.3624 50.5991 24.6864 50.9977C24.0104 51.3964 23.447 51.7084 22.9964 51.9337C22.7017 52.0724 22.3724 52.2631 22.0084 52.5057C21.6617 52.7311 21.4104 52.8611 21.2544 52.8957C21.0984 52.9131 20.9424 52.9217 20.7864 52.9217C20.6477 52.9217 20.5004 52.9737 20.3444 53.0777L20.1624 53.2077C19.989 53.2251 19.9197 53.1644 19.9544 53.0257C20.0064 52.9044 19.9457 52.8611 19.7724 52.8957C19.599 52.9131 19.3304 53.0344 18.9664 53.2597C18.6024 53.4851 18.325 53.6151 18.1344 53.6497C17.753 53.7191 17.493 53.7451 17.3544 53.7277C17.233 53.7104 16.843 53.8577 16.1844 54.1697C16.271 54.1004 16.323 54.0224 16.3404 53.9357C16.375 53.8491 16.427 53.7711 16.4964 53.7017C16.4617 53.5804 16.375 53.4764 16.2364 53.3897C16.0977 53.3204 16.0024 53.2251 15.9504 53.1037C15.829 52.8264 15.7337 52.4971 15.6644 52.1157C15.6124 51.7171 15.595 51.4484 15.6124 51.3097L16.7824 39.1157C17.0424 38.9077 17.233 38.6217 17.3544 38.2577C17.4757 37.8764 17.5884 37.5384 17.6924 37.2437C17.9177 37.2091 18.1604 37.1051 18.4204 36.9317C18.6804 36.7584 18.897 36.6631 19.0704 36.6457C19.2264 36.6111 19.339 36.6284 19.4084 36.6977C19.495 36.7671 19.6164 36.7931 19.7724 36.7757C19.9457 36.7411 20.0497 36.7411 20.0844 36.7757C20.119 36.8104 20.223 36.8104 20.3964 36.7757C20.587 36.7411 20.9424 36.5851 21.4624 36.3077C21.9997 36.0131 22.355 35.8571 22.5284 35.8397C22.719 35.8051 23.1524 35.7704 23.8284 35.7357C24.5044 35.7011 24.929 35.6751 25.1024 35.6577C25.865 35.5364 26.5237 35.5971 27.0784 35.8397C27.633 36.0824 28.049 36.4291 28.3264 36.8797C28.4304 37.0531 28.5344 37.2177 28.6384 37.3737C28.7424 37.5124 28.7857 37.6771 28.7684 37.8677C28.7164 38.4571 28.3264 39.2371 27.5984 40.2077C26.8704 41.1611 26.281 41.7331 25.8304 41.9237L25.9344 41.8977C26.905 41.8111 27.763 41.9411 28.5084 42.2877C29.2537 42.6344 29.557 43.1371 29.4184 43.7957ZM19.9284 43.4317C21.0377 42.8944 22.1384 42.1751 23.2304 41.2737C24.3397 40.3724 25.0417 39.3584 25.3364 38.2317C25.215 38.1277 25.033 38.0411 24.7904 37.9717C24.565 37.8851 24.357 37.8591 24.1664 37.8937C23.993 37.9111 23.6464 37.9717 23.1264 38.0757C22.6237 38.1797 22.199 38.2924 21.8524 38.4137C21.575 38.5004 21.2804 38.6304 20.9684 38.8037C20.6737 38.9597 20.4137 39.0811 20.1884 39.1677C19.9977 41.1437 19.911 42.3311 19.9284 42.7297C19.9457 43.1284 19.9457 43.3624 19.9284 43.4317ZM26.3504 45.1737L26.4284 44.3677C26.307 44.3331 26.1944 44.2897 26.0904 44.2377C26.0037 44.1857 25.865 44.1771 25.6744 44.2117C25.501 44.2291 24.773 44.4977 23.4904 45.0177C22.2077 45.5204 21.1677 45.9624 20.3704 46.3437C20.197 46.4131 20.0497 46.5431 19.9284 46.7337C19.807 46.9071 19.677 47.0631 19.5384 47.2017V50.9717C20.5264 50.5037 21.7484 49.8104 23.2044 48.8917C24.6604 47.9557 25.6657 46.9417 26.2204 45.8497C26.2897 45.7804 26.3244 45.6591 26.3244 45.4857C26.3417 45.2951 26.3504 45.1911 26.3504 45.1737Z' fill='white'/%3E%3Cpath d='M43.6038 45.2257C43.5865 45.3644 43.5171 45.6851 43.3958 46.1877C43.2918 46.6731 43.1618 47.1151 43.0058 47.5137C42.9538 47.6351 42.8498 47.8431 42.6938 48.1377C42.5551 48.4151 42.3991 48.6491 42.2258 48.8397C42.1045 48.9611 41.9571 49.2037 41.7838 49.5677C41.6278 49.9317 41.4545 50.0964 41.2638 50.0617C41.2811 50.3044 41.0645 50.5644 40.6138 50.8417C40.1805 51.1191 39.7905 51.4571 39.4438 51.8557C39.3745 51.9251 39.0625 52.1417 38.5078 52.5057C37.9531 52.8524 37.6411 52.8611 37.5718 52.5317H37.5198C37.4158 52.5491 37.3465 52.6271 37.3118 52.7657C37.2945 52.8871 37.1905 52.9651 36.9998 52.9997C36.8438 53.0344 36.5665 53.1037 36.1678 53.2077C35.7865 53.3291 35.5091 53.4071 35.3358 53.4417C35.1971 53.4591 34.9891 53.4591 34.7118 53.4417C34.4345 53.4244 34.2005 53.3984 34.0098 53.3637C33.5245 53.2597 32.8225 52.9911 31.9038 52.5577C30.9851 52.1071 30.2398 51.5177 29.6678 50.7897C29.5985 50.6857 29.5291 50.5557 29.4598 50.3997C29.3905 50.2264 29.3211 50.0791 29.2518 49.9577C29.3385 49.8364 29.3905 49.7411 29.4078 49.6717C29.4078 49.6024 29.4338 49.5071 29.4858 49.3857C29.6765 49.2297 29.9365 49.0304 30.2658 48.7877C30.6125 48.5277 30.8638 48.3891 31.0198 48.3717C31.1065 48.3371 31.3578 48.4411 31.7738 48.6837C32.1898 48.9091 32.4411 49.0477 32.5278 49.0997C32.8745 49.2731 33.2298 49.4551 33.5938 49.6457C33.9578 49.8191 34.2698 49.9404 34.5298 50.0097C34.7551 50.0617 35.0931 50.0704 35.5438 50.0357C35.9945 49.9837 36.2978 49.9491 36.4538 49.9317C36.5925 49.8971 37.1125 49.3684 38.0138 48.3457C38.9325 47.3231 39.4698 46.7164 39.6258 46.5257C39.7125 46.4044 39.7991 46.2484 39.8858 46.0577C39.9898 45.8497 40.0505 45.6764 40.0678 45.5377C40.0851 45.2777 39.9638 45.1131 39.7038 45.0437C39.4611 44.9744 39.1838 44.9397 38.8718 44.9397C38.5425 44.9397 38.2131 44.9657 37.8838 45.0177C37.5718 45.0697 37.3725 45.1044 37.2858 45.1217C37.1645 45.1391 36.9998 45.2084 36.7918 45.3297C36.6011 45.4337 36.4451 45.4857 36.3238 45.4857C36.0465 45.4511 35.8298 45.5031 35.6738 45.6417C35.5178 45.7631 35.3965 45.8324 35.3098 45.8497C35.1191 45.8671 34.9198 45.9104 34.7118 45.9797C34.5038 46.0317 34.2785 46.0751 34.0358 46.1097C33.7931 46.1271 33.5158 46.1271 33.2038 46.1097C32.9091 46.0751 32.5625 45.9884 32.1638 45.8497C31.8865 45.7457 31.6178 45.5897 31.3578 45.3817C31.1151 45.1737 30.8725 44.9484 30.6298 44.7057C30.5605 44.6191 30.5085 44.4717 30.4738 44.2637C30.4565 44.0557 30.4565 43.8651 30.4738 43.6917C30.5605 42.2704 31.4705 40.6584 33.2038 38.8557C34.9545 37.0357 36.4798 36.0131 37.7798 35.7877L38.0658 35.7357C38.2911 35.7011 38.8025 35.7704 39.5998 35.9437C40.4145 36.0997 40.8045 36.4031 40.7698 36.8537C40.7525 37.0097 40.7178 37.1484 40.6658 37.2697C40.6311 37.3911 40.5878 37.5211 40.5358 37.6597C40.3971 37.7637 40.2151 37.9111 39.9898 38.1017C39.7645 38.2751 39.5651 38.3791 39.3918 38.4137C39.2358 38.4311 39.0018 38.4484 38.6898 38.4657C38.3951 38.4831 38.1698 38.5091 38.0138 38.5437C37.8925 38.5611 37.6498 38.6997 37.2858 38.9597C36.9218 39.2024 36.6705 39.3671 36.5318 39.4537C36.1331 39.7311 35.8298 39.9824 35.6218 40.2077C35.4138 40.4331 35.2405 40.6411 35.1018 40.8317C34.9805 41.0571 34.8505 41.2824 34.7118 41.5077C34.5905 41.7331 34.4345 41.9411 34.2438 42.1317C34.1918 42.2531 34.1398 42.3744 34.0878 42.4957C34.0531 42.6171 34.0358 42.7471 34.0358 42.8857C34.0185 42.9724 34.0185 43.0331 34.0358 43.0677C34.0705 43.0851 34.1138 43.0937 34.1658 43.0937C34.3391 43.0591 35.0671 42.9377 36.3498 42.7297C37.6325 42.5044 38.3518 42.3831 38.5078 42.3657C39.1665 42.2444 40.1978 42.4004 41.6018 42.8337C43.0058 43.2671 43.6731 44.0644 43.6038 45.2257Z' fill='white'/%3E%3Cpath d='M66.9453 39.9217C66.9453 40.0777 66.4946 40.2771 65.5933 40.5197C64.692 40.7624 64.0593 40.9271 63.6953 41.0137C63.522 41.0311 62.82 41.2824 61.5893 41.7677C60.3586 42.2531 59.5873 42.5304 59.2753 42.5997C58.738 42.6864 58.322 42.7904 58.0273 42.9117C57.7326 43.0331 57.438 43.3277 57.1433 43.7957C56.8833 43.7437 56.5626 43.6051 56.1813 43.3797C55.8173 43.1371 55.4966 42.9897 55.2193 42.9377C55.1326 42.7817 54.8813 42.3051 54.4653 41.5077C54.0493 40.7104 53.8413 40.2511 53.8413 40.1297C53.8413 39.7831 53.902 39.5664 54.0233 39.4797C54.162 39.3757 54.292 39.0637 54.4133 38.5437C54.4653 38.4744 54.5346 38.3964 54.6213 38.3097C54.708 38.2231 54.7513 38.1451 54.7513 38.0757C54.838 37.4344 54.942 36.6891 55.0633 35.8397C55.1846 34.9731 55.306 34.1151 55.4273 33.2657C55.4966 33.2137 55.5573 33.1617 55.6093 33.1097C55.6786 33.0404 55.7306 32.9711 55.7653 32.9017C56.0773 33.0577 56.4586 33.2744 56.9093 33.5517C57.3773 33.8117 57.828 34.1151 58.2613 34.4617C58.4 34.5657 58.5993 34.8951 58.8593 35.4497C59.1193 36.0044 59.2493 36.2991 59.2493 36.3337C59.2493 36.4031 59.1453 36.8191 58.9373 37.5817C58.7466 38.3444 58.5646 39.0031 58.3913 39.5577C58.426 39.5577 58.4433 39.5664 58.4433 39.5837C58.4433 39.6011 58.4866 39.6097 58.5733 39.6097C58.66 39.6097 58.9286 39.5404 59.3793 39.4017C59.8473 39.2631 60.22 39.1417 60.4973 39.0377C60.688 38.9857 61.182 38.8384 61.9793 38.5957C62.794 38.3531 63.236 38.2317 63.3053 38.2317C63.392 38.2317 63.4873 38.2751 63.5913 38.3617C63.7126 38.4311 63.8253 38.4831 63.9293 38.5177C63.9813 38.5351 64.4926 38.6391 65.4633 38.8297C66.4513 39.0031 66.9453 39.3671 66.9453 39.9217ZM68.9213 43.1977C68.8866 43.3711 68.8346 43.5271 68.7653 43.6657C68.696 43.8044 68.566 43.9084 68.3753 43.9777C68.1153 44.0644 67.7166 44.1164 67.1793 44.1337C66.642 44.1337 66.252 44.1944 66.0093 44.3157C65.94 44.2637 65.784 44.2811 65.5413 44.3677C65.316 44.4544 65.1426 44.5151 65.0213 44.5497C65.16 44.8271 65.316 44.9571 65.4893 44.9397C65.6626 44.9224 65.732 45.0784 65.6973 45.4077C65.368 45.7891 65.1253 46.3177 64.9693 46.9937C64.8306 47.6697 64.744 48.0684 64.7093 48.1897C64.6746 48.3977 64.6486 48.8744 64.6313 49.6197C64.614 50.3477 64.614 50.8591 64.6313 51.1537L64.6833 52.6097C64.7006 52.8871 64.744 53.2771 64.8133 53.7797C64.8826 54.2824 64.9346 54.6551 64.9693 54.8977C65.056 55.2964 65.1166 55.6777 65.1513 56.0417C65.186 56.4231 65.1686 56.6571 65.0993 56.7437C64.978 56.9171 64.7613 56.9604 64.4493 56.8737C64.1546 56.8044 63.834 56.6831 63.4873 56.5097C63.1926 56.3537 62.924 56.1284 62.6813 55.8337C62.456 55.5391 62.222 55.2444 61.9793 54.9497C61.6326 54.5337 61.494 53.4764 61.5633 51.7777C61.65 50.0617 61.6933 48.8311 61.6933 48.0857C61.728 47.8604 61.7886 47.5311 61.8753 47.0977C61.9793 46.6644 62.04 46.0751 62.0573 45.3297C61.572 45.4164 61.0086 45.5291 60.3673 45.6677C59.7433 45.7891 59.4053 45.8584 59.3533 45.8757L59.0933 46.1097C59.2666 46.2831 59.388 46.4391 59.4573 46.5777C59.5266 46.7164 59.5613 46.9071 59.5613 47.1497C59.5613 47.4444 59.5266 47.7737 59.4573 48.1377C59.388 48.4844 59.362 48.7531 59.3793 48.9437L60.1333 48.4237C60.0813 48.5104 60.0293 48.6231 59.9773 48.7617C59.9253 48.9004 59.934 49.0131 60.0033 49.0997C59.8473 49.3597 59.7433 49.6631 59.6913 50.0097C59.6566 50.3391 59.544 50.6251 59.3533 50.8677C59.4053 51.0757 59.3706 51.3011 59.2493 51.5437C59.1453 51.7864 59.05 52.0031 58.9633 52.1937C58.218 52.0724 57.7586 51.9684 57.5853 51.8817C57.412 51.7951 57.308 51.7431 57.2733 51.7257C57.152 51.4484 57.0046 51.1884 56.8313 50.9457C56.6753 50.6857 56.5106 50.4257 56.3373 50.1657C56.3373 49.7151 56.3633 49.0997 56.4153 48.3197C56.4846 47.5224 56.5973 46.9244 56.7533 46.5257C56.5973 46.4217 56.3893 46.4391 56.1293 46.5777C55.8866 46.6991 55.67 46.7511 55.4793 46.7337L53.5293 47.1237C53.4426 47.1931 53.3906 47.2364 53.3733 47.2537C53.3733 47.2537 53.304 47.2364 53.1653 47.2017C53.1133 47.3057 53.018 47.4011 52.8793 47.4877C52.758 47.5571 52.5933 47.6264 52.3853 47.6957C52.2293 47.5571 52.056 47.3144 51.8653 46.9677C51.6746 46.6037 51.406 46.1877 51.0593 45.7197C51.094 45.6331 51.1546 45.5204 51.2413 45.3817C51.3106 45.2257 51.3973 45.1304 51.5013 45.0957C51.6573 45.1651 51.8653 45.1651 52.1253 45.0957C52.4026 45.0091 52.6106 44.9397 52.7493 44.8877L53.4773 44.7317L55.5573 44.1857C56.5453 44.1511 57.0566 44.0644 57.0913 43.9257C57.126 43.7697 57.2906 43.7437 57.5853 43.8477C57.88 43.7611 58.2353 43.6657 58.6513 43.5617C59.0846 43.4404 59.7433 43.2411 60.6273 42.9637C60.7833 42.9637 61.2166 42.8771 61.9273 42.7037C62.638 42.5131 63.0886 42.4004 63.2793 42.3657C63.522 42.3137 63.9553 42.2531 64.5793 42.1837C65.2206 42.0971 65.706 41.9584 66.0353 41.7677C66.746 41.8371 67.162 41.8717 67.2833 41.8717C67.4046 41.8717 67.5 41.8891 67.5693 41.9237C67.8986 42.0624 68.2193 42.2444 68.5313 42.4697C68.8606 42.6777 68.9906 42.9204 68.9213 43.1977Z' fill='white'/%3E%3Cpath d='M80.1634 44.1597C79.4701 44.0211 78.4908 43.9171 77.2254 43.8477C75.9601 43.7611 75.2841 43.7264 75.1974 43.7437C74.6775 43.8304 73.9148 44.5584 72.9094 45.9277C71.9214 47.2797 71.2368 47.9644 70.8554 47.9817C70.3701 47.9991 70.1101 47.7217 70.0754 47.1497C70.0581 46.5604 70.0581 46.1271 70.0754 45.8497C70.0754 45.7631 70.0928 45.5204 70.1274 45.1217C70.1795 44.7231 70.2488 44.4111 70.3354 44.1857C70.3701 44.0991 70.6648 43.6657 71.2194 42.8857C71.7741 42.1057 72.1294 41.6637 72.2854 41.5597C72.3028 41.5077 72.9701 40.6324 74.2874 38.9337C75.6221 37.2177 76.3328 36.3511 76.4194 36.3337C76.8008 36.2991 77.2341 35.9177 77.7194 35.1897C78.2048 34.4444 78.4908 33.9504 78.5774 33.7077C78.5948 33.7077 79.0975 33.9764 80.0854 34.5137C81.0734 35.0511 81.5501 35.6751 81.5154 36.3857C81.4981 36.6111 81.4375 36.9924 81.3335 37.5297C81.2468 38.0671 81.0301 38.3531 80.6834 38.3877C80.2154 38.3704 79.6694 38.6737 79.0454 39.2977C78.4214 39.9217 77.9621 40.3724 77.6674 40.6497C78.1008 40.6671 78.5428 40.7451 78.9934 40.8837C79.4441 41.0224 79.8948 41.1091 80.3454 41.1437C80.4321 41.1264 80.9261 41.2651 81.8274 41.5597C82.7288 41.8371 83.1621 42.3484 83.1274 43.0937C83.0408 43.4404 82.8761 43.6657 82.6334 43.7697C82.4081 43.8737 82.1741 43.9431 81.9314 43.9777C81.6714 44.0817 81.4201 44.1597 81.1774 44.2117C80.9348 44.2464 80.5968 44.2291 80.1634 44.1597ZM85.1294 48.0077C84.9561 48.1291 84.7394 48.3371 84.4794 48.6317C84.2194 48.9091 84.0114 49.0997 83.8554 49.2037C83.6301 49.0651 83.4134 49.0564 83.2054 49.1777C83.0148 49.2991 82.5554 49.4117 81.8274 49.5157L80.7355 49.8017C80.6141 49.8191 80.4754 49.8364 80.3195 49.8537C80.1635 49.8537 79.9901 49.8711 79.7994 49.9057C78.9848 50.1137 78.3435 50.2784 77.8755 50.3997C77.4248 50.5037 77.0174 50.6337 76.6535 50.7897C76.4108 50.7551 76.2201 50.7637 76.0814 50.8157C75.9601 50.8677 75.8128 50.9544 75.6395 51.0757L75.2234 51.1017C75.1714 51.1711 74.7641 51.3877 74.0014 51.7517C73.2388 52.0984 72.7708 52.3151 72.5975 52.4017C72.4241 52.3844 72.2075 52.3844 71.9474 52.4017C71.6874 52.4017 71.5141 52.4624 71.4274 52.5837C71.1501 52.6011 70.9334 52.5837 70.7774 52.5317C70.6214 52.4624 70.5001 52.3671 70.4134 52.2457C70.1534 52.2631 69.7895 51.9597 69.3214 51.3357C68.8708 50.6944 68.5588 50.3217 68.3854 50.2177V49.9577C68.5414 49.9231 68.6974 49.9057 68.8534 49.9057C69.0268 49.9057 69.1915 49.8884 69.3475 49.8537C69.5728 49.7151 69.8328 49.6284 70.1274 49.5937C70.4221 49.5417 70.6821 49.4551 70.9074 49.3337C71.2714 49.2991 71.9474 49.1517 72.9354 48.8917C73.9408 48.6317 74.4781 48.4844 74.5474 48.4497C74.8074 48.4324 75.0154 48.3977 75.1714 48.3457C75.3274 48.2937 75.4661 48.2504 75.5874 48.2157C75.9341 48.1811 76.2808 48.1291 76.6274 48.0597C76.9741 47.9731 77.3035 47.8604 77.6154 47.7217C77.7368 47.6524 77.9794 47.5917 78.3434 47.5397C78.7248 47.4877 78.9934 47.4531 79.1494 47.4357L80.3195 47.1497C80.6834 47.0977 81.1168 47.0631 81.6194 47.0457C82.1221 47.0111 82.6681 47.0111 83.2574 47.0457C83.4481 47.0804 83.6041 47.0977 83.7254 47.0977C83.8641 47.0804 84.0115 47.1151 84.1674 47.2017C84.5141 47.0977 84.7828 47.1671 84.9734 47.4097C85.1814 47.6524 85.2334 47.8517 85.1294 48.0077Z' fill='white'/%3E%3C/svg%3E") center center no-repeat;
  width: 120px;
  height: 56px;
}
#contents .news-category .news-category-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .news-category .news-category-links .news-category-list {
  margin-right: 30px;
  width: 64px;
}
#contents .news-category .news-category-links .news-category-list:last-child {
  margin-right: 0;
}
#contents .news-category .news-category-links .news-category-list .news-category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .news-category .news-category-links .news-category-list .news-category-link .img {
  width: 32px;
  height: 32px;
}
#contents .news-category .news-category-links .news-category-list .news-category-link .img.politics-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.66675 11.4248C2.66675 9.82988 3.30992 8.85244 4.64092 8.11173L10.1199 5.06261C12.9909 3.46488 14.4264 2.66602 16.0001 2.66602C17.5738 2.66602 19.0093 3.46488 21.8802 5.0626L27.3592 8.11173C28.6902 8.85244 29.3334 9.82988 29.3334 11.4248C29.3334 11.8573 29.3334 12.0735 29.2862 12.2513C29.0381 13.1853 28.1917 13.3327 27.3744 13.3327H4.62579C3.80844 13.3327 2.96211 13.1853 2.71398 12.2513C2.66675 12.0735 2.66675 11.8573 2.66675 11.4248Z' stroke='%23999999' stroke-width='2'/%3E%3Cpath d='M5.33337 13.333V24.6663M10.6667 13.333V24.6663' stroke='%23999999' stroke-width='2'/%3E%3Cpath d='M21.3334 13.333V24.6663M26.6667 13.333V24.6663' stroke='%23999999' stroke-width='2'/%3E%3Cpath d='M25.3334 24.666H6.66675C4.45761 24.666 2.66675 26.4569 2.66675 28.666C2.66675 29.0342 2.96522 29.3327 3.33341 29.3327H28.6667C29.0349 29.3327 29.3334 29.0342 29.3334 28.666C29.3334 26.4569 27.5426 24.666 25.3334 24.666Z' stroke='%23999999' stroke-width='2'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link .img.economy-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33337 24.0007L9.33337 21.334' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16 24.001L16 20.001' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M22.6667 24.0007L22.6667 17.334' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8 14.3343C7.44772 14.3343 7 14.782 7 15.3343C7 15.8866 7.44772 16.3343 8 16.3343V14.3343ZM22.2016 9.16378C22.4756 8.68426 22.309 8.07341 21.8295 7.7994C21.35 7.52539 20.7391 7.69199 20.4651 8.1715L22.2016 9.16378ZM18.5039 7.40735C17.959 7.49723 17.5901 8.01184 17.68 8.55677C17.7699 9.10169 18.2845 9.47057 18.8294 9.38068L18.5039 7.40735ZM20.3569 8.11521L20.1941 7.12855L20.1941 7.12855L20.3569 8.11521ZM22.2425 9.18701L21.2812 9.46243L22.2425 9.18701ZM21.7053 10.9431C21.8574 11.474 22.4112 11.7811 22.9421 11.629C23.473 11.4769 23.7801 10.9232 23.628 10.3922L21.7053 10.9431ZM21.6988 8.09636L22.193 7.22699L22.193 7.22699L21.6988 8.09636ZM8 16.3343C14.2322 16.3343 19.3019 14.2383 22.2016 9.16378L20.4651 8.1715C18.0315 12.4304 13.7678 14.3343 8 14.3343V16.3343ZM18.8294 9.38068L20.5196 9.10188L20.1941 7.12855L18.5039 7.40735L18.8294 9.38068ZM21.2812 9.46243L21.7053 10.9431L23.628 10.3922L23.2038 8.9116L21.2812 9.46243ZM20.5196 9.10188C20.899 9.0393 21.0971 9.00829 21.2363 9.00194C21.3522 8.99665 21.2958 9.01753 21.2047 8.96574L22.193 7.22699C21.8257 7.01824 21.4536 6.98994 21.1452 7.00402C20.8601 7.01702 20.5253 7.07392 20.1941 7.12855L20.5196 9.10188ZM23.2038 8.9116C23.1228 8.62902 23.0348 8.31271 22.9188 8.05571C22.7852 7.75979 22.5738 7.44346 22.193 7.22699L21.2047 8.96574C21.1643 8.94278 21.1277 8.91095 21.1018 8.87937C21.0804 8.85321 21.0804 8.84426 21.0959 8.87855C21.1122 8.91468 21.1351 8.97475 21.1678 9.07808C21.2005 9.18129 21.2355 9.30291 21.2812 9.46243L23.2038 8.9116Z' fill='%23999999'/%3E%3Cpath d='M3.33337 16.0007C3.33337 10.0295 3.33337 7.04397 5.18836 5.18897C7.04335 3.33398 10.0289 3.33398 16 3.33398C21.9712 3.33398 24.9567 3.33398 26.8117 5.18897C28.6667 7.04397 28.6667 10.0295 28.6667 16.0007C28.6667 21.9718 28.6667 24.9573 26.8117 26.8123C24.9567 28.6673 21.9712 28.6673 16 28.6673C10.0289 28.6673 7.04335 28.6673 5.18836 26.8123C3.33337 24.9573 3.33337 21.9718 3.33337 16.0007Z' stroke='%23999999' stroke-width='2'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link .img.society-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.6986 24.001C28.6977 24.001 29.4923 23.3723 30.2058 22.4932C31.6664 20.6936 29.2683 19.2554 28.3537 18.5511C27.4239 17.8351 26.3858 17.4295 25.3332 17.3343M23.9999 14.6676C25.8408 14.6676 27.3332 13.1753 27.3332 11.3343C27.3332 9.49336 25.8408 8.00098 23.9999 8.00098' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4.3012 24.001C3.30213 24.001 2.50748 23.3723 1.79398 22.4932C0.33337 20.6936 2.73148 19.2554 3.64611 18.5511C4.57589 17.8351 5.61403 17.4295 6.66659 17.3343M7.33325 14.6676C5.4923 14.6676 3.99992 13.1753 3.99992 11.3343C3.99992 9.49336 5.4923 8.00098 7.33325 8.00098' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.7782 20.1486C9.41583 20.991 5.84378 22.7111 8.0194 24.8636C9.08217 25.915 10.2658 26.667 11.754 26.667H20.2456C21.7338 26.667 22.9174 25.915 23.9802 24.8636C26.1558 22.7111 22.5838 20.991 21.2214 20.1486C18.0267 18.1731 13.9729 18.1731 10.7782 20.1486Z' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6665 10.0007C20.6665 12.578 18.5771 14.6673 15.9998 14.6673C13.4225 14.6673 11.3331 12.578 11.3331 10.0007C11.3331 7.42332 13.4225 5.33398 15.9998 5.33398C18.5771 5.33398 20.6665 7.42332 20.6665 10.0007Z' stroke='%23999999' stroke-width='2'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link .img.culture-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.4267 4H5.57341C3.96811 4 2.66675 5.17122 2.66675 6.616V25.384C2.66675 26.8288 3.96811 28 5.57341 28H26.4267C28.0321 28 29.3334 26.8288 29.3334 25.384V6.616C29.3334 5.17122 28.0321 4 26.4267 4Z' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.33337 4V28' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6667 4V28' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.66675 16H9.33341' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.6667 18.667C13.6667 19.0458 13.8808 19.392 14.2195 19.5614C14.5583 19.7308 14.9637 19.6943 15.2667 19.467L17.9334 17.467C18.1852 17.2781 18.3334 16.9817 18.3334 16.667C18.3334 16.3522 18.1852 16.0558 17.9334 15.867L15.2667 13.867C14.9637 13.6397 14.5583 13.6032 14.2195 13.7726C13.8808 13.942 13.6667 14.2882 13.6667 14.667V18.667Z' stroke='%23999999' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M2.66675 10.667H9.33341' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.66675 21.333H9.33341' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6667 21.333H29.3334' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6667 10.667H29.3334' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6667 16H29.3334' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link .img.international-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 29.3337C23.3638 29.3337 29.3334 23.3641 29.3334 16.0003C29.3334 8.63653 23.3638 2.66699 16 2.66699C8.63622 2.66699 2.66669 8.63653 2.66669 16.0003C2.66669 23.3641 8.63622 29.3337 16 29.3337Z' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.9262 4.66699C20.6651 4.66699 19.5206 6.0057 20.0408 7.49468C20.3258 8.33141 22.2851 7.3695 22.7625 7.79774C23.8811 8.80577 23.0832 9.80721 22.7198 11.0063C22.5143 11.6799 22.1823 14.3001 22.2851 14.7617C22.3488 15.1073 22.5425 15.4211 22.8318 15.6476C23.1212 15.8742 23.4877 15.9991 23.8669 16.0003C24.5794 16.0003 25.7122 14.4652 25.8761 13.6746C26.04 12.884 26.784 12.6987 28.6651 12.0003' stroke='%23999999' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M2.66669 15.333C3.71941 13.9928 5.54056 14.344 5.8298 14.606C7.80612 16.3958 9.32955 18.6442 9.62074 21.2921C9.70689 22.0517 10.2484 26.5573 12.1377 24.8678C13.0424 24.0492 12.5501 22.7656 13.2086 21.9471C13.7501 21.2922 15.3255 21.9798 15.7194 21.2922C16.4669 19.9192 15.7218 15.7835 13.4732 16.1318C12.0762 16.3348 11.7131 17.4415 10.1992 16.2169C9.67615 15.7913 9.15917 14.8548 9.62072 14.2523C10.3161 13.3224 11.1777 14.1868 11.91 14.1738C12.9747 14.1738 11.6824 12.661 12.1316 11.8555C12.4267 11.2786 12.7663 10.7288 13.147 10.2118C13.3538 9.95541 13.4925 9.64475 13.5484 9.31211C13.6043 8.97946 13.5754 8.63694 13.4649 8.32015C13.3544 8.00336 13.1661 7.72385 12.9197 7.51064C12.6734 7.29743 12.3778 7.1583 12.0639 7.1077C10.353 6.87195 11.8423 8.64664 10.7592 9.15089C8.23264 8.77018 9.92657 6.4718 7.74378 5.33301' stroke='%23999999' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link .img.environment-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6667 28.0001L6.00002 28.0001C6.00002 26.6668 6.00002 25.574 6.00002 24.2668V14.6668L2.66669 14.6668C2.66669 14.6668 2.66669 13.3333 4.00002 12.0001C5.33335 10.667 14 2.66699 16 2.66699C18 2.66699 27.3334 10.667 28.6667 12.0001C30 13.3333 30 14.0003 30 14.6668L26 14.6668C26 14.6668 26 27.6395 26 28.0002C25.3334 28.0001 24.7607 28.0001 24.4 28.0001L19.3334 28.0001' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 28L14.6667 28' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 28H28.6667' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.6719 28.0003L12.6719 24.0003L15.3385 21.3337L13.3385 18.667L15.3385 16.0003L16.0052 12.667L18.0052 16.0003L16.6719 18.667L19.601 21.3337L17.3385 24.0003L19.3385 28.0003' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link .img.it-img {
  background: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.16667 4C7.16667 6.42177 8.29621 11.1895 12.379 14.2M24.5 28C24.5 25.6449 23.4318 21.0713 19.6183 18.0526' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.83337 11.333H21.8334' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50006 7.33301H23.1667' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.83337 21.333H21.8334' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50006 25.333H23.1667' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.5 4C24.5 7 22.7667 13.6 15.8334 16C8.90002 18.4 7.16669 25 7.16669 28' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link .img.life-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16.0001H13.0254L14.836 12L17.3333 20L19.3107 16H22' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.9501 5.32554C22.3746 3.1323 19.2539 4.01615 17.3792 5.42402L17.3791 5.42403C16.6105 6.00128 16.2261 6.28991 16 6.28991C15.7739 6.28991 15.3896 6.00128 14.6209 5.42402C12.7462 4.01615 9.62547 3.1323 6.04994 5.32554C1.35745 8.20391 0.295648 17.6998 11.1194 25.7111C13.181 27.237 14.2118 28 16 28C17.7883 28 18.8191 27.237 20.8806 25.7111C31.7044 17.6998 30.6426 8.20391 25.9501 5.32554Z' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link .img.sports-img {
  background: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3935 17.0114L11.1667 13.9443L14.3134 10.7031C14.5756 10.4646 16.1842 11.4489 18.1535 12.4173C20.547 13.5942 22.4904 14.4309 23.2377 14.8698L26.3047 12.4167C26.7137 12.2119 27.4074 12.2128 27.8981 12.704C28.3888 13.1952 28.3494 13.8482 28.1449 14.2573L23.8511 17.9377' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='19.9889' cy='7.51234' r='2.06703' stroke='%23999999' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M20.8504 20L23.6232 22.9533L24.1794 27.7231C24.2992 28.8699 24.1307 29.6818 23.2722 29.8456C22.4138 30.0093 21.9296 29.6072 21.7489 28.5618C21.5092 27.1754 21.0377 24.9698 20.853 24.0532' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5934 23.6535L7.4917 24.7762C6.13819 25.0615 5.85799 25.7296 6.09694 26.6498C6.37135 27.7067 7.4917 27.5235 8.4999 27.3333L14.047 26.1071L16.5006 18.1328' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.16663 18.8311H5.45829M4.49996 14.6676H7.49948' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link .img.entertainments-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_69_3992)'%3E%3Cpath d='M13.5785 5.24977C14.5316 3.18345 17.4683 3.18345 18.4214 5.24977L20.2651 9.24687C20.6536 10.089 21.4517 10.6689 22.3726 10.7781L26.7438 11.2963C29.0035 11.5643 29.9111 14.3573 28.2404 15.9023L25.0087 18.8909C24.3278 19.5206 24.0229 20.4588 24.2037 21.3684L25.0615 25.6858C25.505 27.9177 23.1291 29.6439 21.1435 28.5325L17.3025 26.3824C16.4932 25.9294 15.5067 25.9294 14.6974 26.3824L10.8564 28.5325C8.87081 29.6439 6.49492 27.9177 6.9384 25.6858L7.79626 21.3684C7.97701 20.4588 7.67216 19.5206 6.99127 18.8909L3.75953 15.9023C2.08887 14.3573 2.99637 11.5643 5.25609 11.2963L9.62728 10.7781C10.5483 10.6689 11.3463 10.089 11.7348 9.24687L13.5785 5.24977Z' stroke='%23999999' stroke-width='2'/%3E%3Cpath d='M18.5552 18.3327C18.5552 18.3327 17.5966 19.4688 15.999 19.4688C14.4013 19.4688 13.4427 18.3327 13.4427 18.3327' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='13.4427' cy='14.2646' r='1' fill='%23999999'/%3E%3Ccircle cx='18.5573' cy='14.2646' r='1' fill='%23999999'/%3E%3Cpath d='M27.8802 5.30957L25.8802 6.6429' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.5469 2.64355L23.8802 4.64355' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_69_3992'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link .img.notice-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 33 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.70251 23.7975L5.65119 24.1137L4.70251 23.7975ZM5.98641 19.9458L5.03773 19.6295H5.03773L5.98641 19.9458ZM7.3112 17.8022L8.01831 18.5093L8.01831 18.5093L7.3112 17.8022ZM20.1056 5.00776L19.3985 4.30065V4.30065L20.1056 5.00776ZM26.9606 11.8627L27.6677 12.5698L26.9606 11.8627ZM14.1661 24.6571L13.459 23.95H13.459L14.1661 24.6571ZM12.0226 25.9819L12.3388 26.9306L12.3388 26.9306L12.0226 25.9819ZM8.17086 27.2658L8.48708 28.2145H8.48708L8.17086 27.2658ZM13.4634 25.313L12.8612 24.5147L12.8612 24.5147L13.4634 25.313ZM12.9235 25.6467L12.4788 24.751L12.9235 25.6467ZM28.6119 6.91338L27.7159 7.35739V7.35739L28.6119 6.91338ZM28.6119 9.95707L27.7159 9.51306V9.51306L28.6119 9.95707ZM22.0113 3.35639L22.4553 4.25241L22.4553 4.25241L22.0113 3.35639ZM25.055 3.35639L24.6109 4.25241V4.25241L25.055 3.35639ZM6.32161 19.0449L7.21728 19.4896L7.21728 19.4896L6.32161 19.0449ZM6.65531 18.5049L5.857 17.9027L5.857 17.9027L6.65531 18.5049ZM4.06381 26.866L3.1219 27.2018L4.06381 26.866ZM5.10237 27.9045L4.76649 28.8464L4.76649 28.8464L5.10237 27.9045ZM19.099 6.01444C18.7085 5.62392 18.0753 5.62392 17.6848 6.01444C17.2943 6.40497 17.2943 7.03813 17.6848 7.42866L19.099 6.01444ZM24.5397 14.2836C24.9302 14.6741 25.5634 14.6741 25.9539 14.2836C26.3445 13.8931 26.3445 13.2599 25.9539 12.8694L24.5397 14.2836ZM16.6782 28C16.1259 28 15.6782 28.4477 15.6782 29C15.6782 29.5523 16.1259 30 16.6782 30V28ZM28.6743 30C29.2266 30 29.6743 29.5523 29.6743 29C29.6743 28.4477 29.2266 28 28.6743 28V30ZM5.65119 24.1137L6.9351 20.262L5.03773 19.6295L3.75382 23.4813L5.65119 24.1137ZM8.01831 18.5093L20.8128 5.71486L19.3985 4.30065L6.6041 17.0951L8.01831 18.5093ZM26.2535 11.1556L13.459 23.95L14.8732 25.3642L27.6677 12.5698L26.2535 11.1556ZM11.7063 25.0332L7.85463 26.3171L8.48708 28.2145L12.3388 26.9306L11.7063 25.0332ZM13.459 23.95C13.0987 24.3103 12.9835 24.4225 12.8612 24.5147L14.0657 26.1113C14.3246 25.916 14.5507 25.6868 14.8732 25.3642L13.459 23.95ZM12.3388 26.9306C12.7715 26.7864 13.0777 26.6866 13.3682 26.5424L12.4788 24.751C12.3416 24.8192 12.1897 24.8721 11.7063 25.0332L12.3388 26.9306ZM12.8612 24.5147C12.7413 24.6051 12.6133 24.6843 12.4788 24.751L13.3682 26.5424C13.6135 26.4206 13.847 26.2763 14.0657 26.1113L12.8612 24.5147ZM26.2535 5.71487C27.245 6.70637 27.5574 7.03751 27.7159 7.35739L29.508 6.46936C29.167 5.78125 28.545 5.17797 27.6677 4.30065L26.2535 5.71487ZM27.6677 12.5698C28.545 11.6925 29.167 11.0892 29.508 10.4011L27.7159 9.51306C27.5574 9.83294 27.245 10.1641 26.2535 11.1556L27.6677 12.5698ZM27.7159 7.35739C28.0525 8.03654 28.0525 8.83391 27.7159 9.51306L29.508 10.4011C30.1218 9.16239 30.1218 7.70806 29.508 6.46936L27.7159 7.35739ZM20.8128 5.71487C21.8043 4.72337 22.1354 4.41093 22.4553 4.25241L21.5672 2.46037C20.8791 2.80136 20.2759 3.42334 19.3985 4.30065L20.8128 5.71487ZM27.6677 4.30065C26.7904 3.42333 26.1871 2.80136 25.499 2.46037L24.6109 4.25241C24.9308 4.41093 25.262 4.72336 26.2535 5.71487L27.6677 4.30065ZM22.4553 4.25241C23.1344 3.91586 23.9318 3.91586 24.6109 4.25241L25.499 2.46037C24.2603 1.84654 22.8059 1.84654 21.5672 2.46037L22.4553 4.25241ZM6.93509 20.262C7.09622 19.7786 7.14917 19.6267 7.21728 19.4896L5.42593 18.6001C5.28169 18.8907 5.18197 19.1968 5.03773 19.6295L6.93509 20.262ZM6.6041 17.0951C6.28157 17.4176 6.05233 17.6437 5.857 17.9027L7.45363 19.1071C7.54587 18.9849 7.65804 18.8696 8.01831 18.5093L6.6041 17.0951ZM7.21728 19.4896C7.28407 19.3551 7.36319 19.227 7.45363 19.1071L5.857 17.9027C5.69204 18.1213 5.54773 18.3548 5.42593 18.6002L7.21728 19.4896ZM3.75382 23.4813C3.48105 24.2996 3.25356 24.9789 3.12591 25.5221C3.00175 26.0505 2.92119 26.639 3.1219 27.2018L5.00571 26.5301C5.00788 26.5362 4.9676 26.4276 5.07288 25.9796C5.17467 25.5464 5.36581 24.9699 5.65119 24.1137L3.75382 23.4813ZM7.85463 26.3171C6.99848 26.6025 6.42191 26.7937 5.98872 26.8955C5.54069 27.0007 5.43216 26.9604 5.43825 26.9626L4.76649 28.8464C5.32935 29.0471 5.91783 28.9666 6.44622 28.8424C6.98946 28.7148 7.66875 28.4873 8.48708 28.2145L7.85463 26.3171ZM3.1219 27.2018C3.3955 27.9691 3.99926 28.5728 4.76649 28.8464L5.43825 26.9626C5.23646 26.8907 5.07767 26.7319 5.00571 26.5301L3.1219 27.2018ZM17.6848 7.42866L24.5397 14.2836L25.9539 12.8694L19.099 6.01444L17.6848 7.42866ZM16.6782 30H28.6743V28H16.6782V30Z' fill='%23999999'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link .txt {
  color: #b6b8b9;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 8px;
}
#contents .news-category .news-category-links .news-category-list .news-category-link:hover .img.politics-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.66675 11.4248C2.66675 9.82988 3.30992 8.85244 4.64092 8.11173L10.1199 5.06261C12.9909 3.46488 14.4264 2.66602 16.0001 2.66602C17.5738 2.66602 19.0093 3.46488 21.8802 5.0626L27.3592 8.11173C28.6902 8.85244 29.3334 9.82988 29.3334 11.4248C29.3334 11.8573 29.3334 12.0735 29.2862 12.2513C29.0381 13.1853 28.1917 13.3327 27.3744 13.3327H4.62579C3.80844 13.3327 2.96211 13.1853 2.71398 12.2513C2.66675 12.0735 2.66675 11.8573 2.66675 11.4248Z' stroke='%23FF9C00' stroke-width='2'/%3E%3Cpath d='M5.33337 13.333V24.6663M10.6667 13.333V24.6663' stroke='%23FF9C00' stroke-width='2'/%3E%3Cpath d='M21.3334 13.333V24.6663M26.6667 13.333V24.6663' stroke='%23FF9C00' stroke-width='2'/%3E%3Cpath d='M25.3334 24.666H6.66675C4.45761 24.666 2.66675 26.4569 2.66675 28.666C2.66675 29.0342 2.96522 29.3327 3.33341 29.3327H28.6667C29.0349 29.3327 29.3334 29.0342 29.3334 28.666C29.3334 26.4569 27.5426 24.666 25.3334 24.666Z' stroke='%23FF9C00' stroke-width='2'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link:hover .img.economy-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33325 24.0007L9.33325 21.334' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15.9999 24.001L15.9999 20.001' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M22.6666 24.0007L22.6666 17.334' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7.99988 14.3343C7.44759 14.3343 6.99988 14.782 6.99988 15.3343C6.99988 15.8866 7.44759 16.3343 7.99988 16.3343V14.3343ZM22.2015 9.16378C22.4755 8.68426 22.3089 8.07341 21.8294 7.7994C21.3498 7.52539 20.739 7.69199 20.465 8.1715L22.2015 9.16378ZM18.5038 7.40735C17.9589 7.49723 17.59 8.01184 17.6799 8.55677C17.7698 9.10169 18.2844 9.47057 18.8293 9.38068L18.5038 7.40735ZM20.3567 8.11521L20.194 7.12855L20.194 7.12855L20.3567 8.11521ZM22.2424 9.18701L21.281 9.46243L22.2424 9.18701ZM21.7052 10.9431C21.8573 11.474 22.411 11.7811 22.942 11.629C23.4729 11.4769 23.78 10.9232 23.6279 10.3922L21.7052 10.9431ZM21.6987 8.09636L22.1929 7.22699L22.1929 7.22699L21.6987 8.09636ZM7.99988 16.3343C14.2321 16.3343 19.3017 14.2383 22.2015 9.16378L20.465 8.1715C18.0313 12.4304 13.7677 14.3343 7.99988 14.3343V16.3343ZM18.8293 9.38068L20.5195 9.10188L20.194 7.12855L18.5038 7.40735L18.8293 9.38068ZM21.281 9.46243L21.7052 10.9431L23.6279 10.3922L23.2037 8.9116L21.281 9.46243ZM20.5195 9.10188C20.8989 9.0393 21.0969 9.00829 21.2362 9.00194C21.3521 8.99665 21.2957 9.01753 21.2046 8.96574L22.1929 7.22699C21.8256 7.01824 21.4535 6.98994 21.145 7.00402C20.86 7.01702 20.5252 7.07392 20.194 7.12855L20.5195 9.10188ZM23.2037 8.9116C23.1227 8.62902 23.0347 8.31271 22.9187 8.05571C22.7851 7.75979 22.5737 7.44346 22.1929 7.22699L21.2046 8.96574C21.1642 8.94278 21.1276 8.91095 21.1017 8.87937C21.0802 8.85321 21.0803 8.84426 21.0958 8.87855C21.1121 8.91468 21.135 8.97475 21.1677 9.07808C21.2004 9.18129 21.2353 9.30291 21.281 9.46243L23.2037 8.9116Z' fill='%23FF9C00'/%3E%3Cpath d='M3.33325 16.0007C3.33325 10.0295 3.33325 7.04397 5.18824 5.18897C7.04323 3.33398 10.0288 3.33398 15.9999 3.33398C21.971 3.33398 24.9566 3.33398 26.8116 5.18897C28.6666 7.04397 28.6666 10.0295 28.6666 16.0007C28.6666 21.9718 28.6666 24.9573 26.8116 26.8123C24.9566 28.6673 21.971 28.6673 15.9999 28.6673C10.0288 28.6673 7.04323 28.6673 5.18824 26.8123C3.33325 24.9573 3.33325 21.9718 3.33325 16.0007Z' stroke='%23FF9C00' stroke-width='2'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link:hover .img.society-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.6986 24.001C28.6977 24.001 29.4923 23.3723 30.2058 22.4932C31.6664 20.6936 29.2683 19.2554 28.3537 18.5511C27.4239 17.8351 26.3858 17.4295 25.3332 17.3343M23.9999 14.6676C25.8408 14.6676 27.3332 13.1753 27.3332 11.3343C27.3332 9.49336 25.8408 8.00098 23.9999 8.00098' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4.3012 24.001C3.30213 24.001 2.50748 23.3723 1.79398 22.4932C0.33337 20.6936 2.73148 19.2554 3.64611 18.5511C4.57589 17.8351 5.61403 17.4295 6.66659 17.3343M7.33325 14.6676C5.4923 14.6676 3.99992 13.1753 3.99992 11.3343C3.99992 9.49336 5.4923 8.00098 7.33325 8.00098' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.7783 20.1486C9.41595 20.991 5.8439 22.7111 8.01952 24.8636C9.08229 25.915 10.2659 26.667 11.7541 26.667H20.2457C21.7339 26.667 22.9175 25.915 23.9803 24.8636C26.1559 22.7111 22.5839 20.991 21.2215 20.1486C18.0268 18.1731 13.9731 18.1731 10.7783 20.1486Z' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6666 10.0007C20.6666 12.578 18.5772 14.6673 15.9999 14.6673C13.4226 14.6673 11.3333 12.578 11.3333 10.0007C11.3333 7.42332 13.4226 5.33398 15.9999 5.33398C18.5772 5.33398 20.6666 7.42332 20.6666 10.0007Z' stroke='%23FF9C00' stroke-width='2'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link:hover .img.culture-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.4267 4H5.57341C3.96811 4 2.66675 5.17122 2.66675 6.616V25.384C2.66675 26.8288 3.96811 28 5.57341 28H26.4267C28.0321 28 29.3334 26.8288 29.3334 25.384V6.616C29.3334 5.17122 28.0321 4 26.4267 4Z' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.33337 4V28' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6667 4V28' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.66675 16H9.33341' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.6667 18.667C13.6667 19.0458 13.8808 19.392 14.2195 19.5614C14.5583 19.7308 14.9637 19.6943 15.2667 19.467L17.9334 17.467C18.1852 17.2781 18.3334 16.9817 18.3334 16.667C18.3334 16.3522 18.1852 16.0558 17.9334 15.867L15.2667 13.867C14.9637 13.6397 14.5583 13.6032 14.2195 13.7726C13.8808 13.942 13.6667 14.2882 13.6667 14.667V18.667Z' stroke='%23FF9C00' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M2.66675 10.667H9.33341' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.66675 21.333H9.33341' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6667 21.333H29.3334' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6667 10.667H29.3334' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6667 16H29.3334' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link:hover .img.international-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 29.3337C23.3638 29.3337 29.3334 23.3641 29.3334 16.0003C29.3334 8.63653 23.3638 2.66699 16 2.66699C8.63622 2.66699 2.66669 8.63653 2.66669 16.0003C2.66669 23.3641 8.63622 29.3337 16 29.3337Z' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.9262 4.66699C20.6651 4.66699 19.5206 6.0057 20.0408 7.49468C20.3258 8.33141 22.2851 7.3695 22.7625 7.79774C23.8811 8.80577 23.0832 9.80721 22.7198 11.0063C22.5143 11.6799 22.1823 14.3001 22.2851 14.7617C22.3488 15.1073 22.5425 15.4211 22.8318 15.6476C23.1212 15.8742 23.4877 15.9991 23.8669 16.0003C24.5794 16.0003 25.7122 14.4652 25.8761 13.6746C26.04 12.884 26.784 12.6987 28.6651 12.0003' stroke='%23FF9C00' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M2.66669 15.333C3.71941 13.9928 5.54056 14.344 5.8298 14.606C7.80612 16.3958 9.32955 18.6442 9.62074 21.2921C9.70689 22.0517 10.2484 26.5573 12.1377 24.8678C13.0424 24.0492 12.5501 22.7656 13.2086 21.9471C13.7501 21.2922 15.3255 21.9798 15.7194 21.2922C16.4669 19.9192 15.7218 15.7835 13.4732 16.1318C12.0762 16.3348 11.7131 17.4415 10.1992 16.2169C9.67615 15.7913 9.15917 14.8548 9.62072 14.2523C10.3161 13.3224 11.1777 14.1868 11.91 14.1738C12.9747 14.1738 11.6824 12.661 12.1316 11.8555C12.4267 11.2786 12.7663 10.7288 13.147 10.2118C13.3538 9.95541 13.4925 9.64475 13.5484 9.31211C13.6043 8.97946 13.5754 8.63694 13.4649 8.32015C13.3544 8.00336 13.1661 7.72385 12.9197 7.51064C12.6734 7.29743 12.3778 7.1583 12.0639 7.1077C10.353 6.87195 11.8423 8.64664 10.7592 9.15089C8.23264 8.77018 9.92657 6.4718 7.74378 5.33301' stroke='%23FF9C00' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link:hover .img.environment-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6667 28.0001L6.00002 28.0001C6.00002 26.6668 6.00002 25.574 6.00002 24.2668V14.6668L2.66669 14.6668C2.66669 14.6668 2.66669 13.3333 4.00002 12.0001C5.33335 10.667 14 2.66699 16 2.66699C18 2.66699 27.3334 10.667 28.6667 12.0001C30 13.3333 30 14.0003 30 14.6668L26 14.6668C26 14.6668 26 27.6395 26 28.0002C25.3334 28.0001 24.7607 28.0001 24.4 28.0001L19.3334 28.0001' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 28L14.6667 28' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 28H28.6667' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.6719 28.0003L12.6719 24.0003L15.3385 21.3337L13.3385 18.667L15.3385 16.0003L16.0052 12.667L18.0052 16.0003L16.6719 18.667L19.601 21.3337L17.3385 24.0003L19.3385 28.0003' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link:hover .img.it-img {
  background: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.16667 4C7.16667 6.42177 8.29621 11.1895 12.379 14.2M24.5 28C24.5 25.6449 23.4318 21.0713 19.6183 18.0526' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.83331 11.333H21.8333' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 7.33301H23.1667' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.83331 21.333H21.8333' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 25.333H23.1667' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.5 4C24.5 7 22.7667 13.6 15.8334 16C8.90002 18.4 7.16669 25 7.16669 28' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link:hover .img.life-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16.0001H13.0254L14.836 12L17.3333 20L19.3107 16H22' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.9501 5.32554C22.3746 3.1323 19.2539 4.01615 17.3792 5.42402L17.3791 5.42403C16.6105 6.00128 16.2261 6.28991 16 6.28991C15.7739 6.28991 15.3896 6.00128 14.6209 5.42402C12.7462 4.01615 9.62547 3.1323 6.04994 5.32554C1.35745 8.20391 0.295648 17.6998 11.1194 25.7111C13.181 27.237 14.2118 28 16 28C17.7883 28 18.8191 27.237 20.8806 25.7111C31.7044 17.6998 30.6426 8.20391 25.9501 5.32554Z' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link:hover .img.sports-img {
  background: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3935 17.0114L11.1667 13.9443L14.3134 10.7031C14.5756 10.4646 16.1842 11.4489 18.1535 12.4173C20.547 13.5942 22.4904 14.4309 23.2377 14.8698L26.3047 12.4167C26.7137 12.2119 27.4074 12.2128 27.8981 12.704C28.3888 13.1952 28.3494 13.8482 28.1449 14.2573L23.8511 17.9377' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='19.9889' cy='7.51234' r='2.06703' stroke='%23FF9C00' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M20.8504 20L23.6232 22.9533L24.1794 27.7231C24.2992 28.8699 24.1307 29.6818 23.2722 29.8456C22.4138 30.0093 21.9296 29.6072 21.7489 28.5618C21.5092 27.1754 21.0377 24.9698 20.853 24.0532' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5934 23.6535L7.4917 24.7762C6.13819 25.0615 5.85799 25.7296 6.09694 26.6498C6.37135 27.7067 7.4917 27.5235 8.4999 27.3333L14.047 26.1071L16.5006 18.1328' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.16663 18.8311H5.45829M4.49996 14.6676H7.49948' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link:hover .img.entertainments-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_69_4087)'%3E%3Cpath d='M13.5785 5.24977C14.5316 3.18345 17.4683 3.18345 18.4214 5.24977L20.2651 9.24687C20.6536 10.089 21.4517 10.6689 22.3726 10.7781L26.7438 11.2963C29.0035 11.5643 29.9111 14.3573 28.2404 15.9023L25.0087 18.8909C24.3278 19.5206 24.0229 20.4588 24.2037 21.3684L25.0615 25.6858C25.505 27.9177 23.1291 29.6439 21.1435 28.5325L17.3025 26.3824C16.4932 25.9294 15.5067 25.9294 14.6974 26.3824L10.8564 28.5325C8.87081 29.6439 6.49492 27.9177 6.9384 25.6858L7.79626 21.3684C7.97701 20.4588 7.67216 19.5206 6.99127 18.8909L3.75953 15.9023C2.08887 14.3573 2.99637 11.5643 5.25609 11.2963L9.62728 10.7781C10.5483 10.6689 11.3463 10.089 11.7348 9.24687L13.5785 5.24977Z' stroke='%23FF9C00' stroke-width='2'/%3E%3Cpath d='M18.5552 18.3327C18.5552 18.3327 17.5966 19.4688 15.999 19.4688C14.4013 19.4688 13.4427 18.3327 13.4427 18.3327' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='13.4427' cy='14.2646' r='1' fill='%23FF9C00'/%3E%3Ccircle cx='18.5573' cy='14.2646' r='1' fill='%23FF9C00'/%3E%3Cpath d='M27.8802 5.30957L25.8802 6.6429' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.5469 2.64355L23.8802 4.64355' stroke='%23FF9C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_69_4087'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link:hover .img.notice-img {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.67526 23.9909L5.62394 24.3071L4.67526 23.9909ZM5.90937 20.2886L4.96069 19.9723H4.96069L5.90937 20.2886ZM7.18279 18.2281L7.88989 18.9352L7.88989 18.9352L7.18279 18.2281ZM19.481 5.92989L18.7739 5.22279V5.22279L19.481 5.92989ZM26.0701 12.519L26.7772 13.2261V13.2261L26.0701 12.519ZM13.7719 24.8172L13.0648 24.1101H13.0648L13.7719 24.8172ZM11.7114 26.0906L12.0277 27.0393L12.0277 27.0393L11.7114 26.0906ZM8.0091 27.3247L8.32533 28.2734H8.32533L8.0091 27.3247ZM13.0964 25.4477L12.4942 24.6494L12.4942 24.6494L13.0964 25.4477ZM12.5774 25.7684L12.1327 24.8728L12.5774 25.7684ZM27.6574 7.76161L26.7614 8.20562V8.20562L27.6574 7.76161ZM27.6574 10.6873L26.7614 10.2432V10.2432L27.6574 10.6873ZM21.3127 4.34257L21.7568 5.23859V5.23859L21.3127 4.34257ZM24.2384 4.34257L23.7944 5.23859V5.23859L24.2384 4.34257ZM6.23157 19.4226L7.12725 19.8673L7.12725 19.8673L6.23157 19.4226ZM6.55233 18.9036L5.75402 18.3014L5.75402 18.3014L6.55233 18.9036ZM4.06133 26.9404L3.11943 27.2763L4.06133 26.9404ZM5.05962 27.9387L4.72374 28.8806H4.72374L5.05962 27.9387ZM18.5409 6.87011C18.1503 6.47959 17.5172 6.47959 17.1266 6.87011C16.7361 7.26064 16.7361 7.8938 17.1266 8.28433L18.5409 6.87011ZM23.7157 14.8734C24.1062 15.2639 24.7394 15.2639 25.1299 14.8734C25.5205 14.4829 25.5205 13.8497 25.1299 13.4592L23.7157 14.8734ZM16.1865 27.9917C15.6342 27.9917 15.1865 28.4394 15.1865 28.9917C15.1865 29.5439 15.6342 29.9917 16.1865 29.9917V27.9917ZM27.7174 29.9917C28.2697 29.9917 28.7174 29.5439 28.7174 28.9917C28.7174 28.4394 28.2697 27.9917 27.7174 27.9917V29.9917ZM5.62394 24.3071L6.85806 20.6048L4.96069 19.9723L3.72658 23.6747L5.62394 24.3071ZM7.88989 18.9352L20.1881 6.637L18.7739 5.22279L6.47568 17.521L7.88989 18.9352ZM25.363 11.8119L13.0648 24.1101L14.479 25.5243L26.7772 13.2261L25.363 11.8119ZM11.3952 25.1419L7.69287 26.3761L8.32533 28.2734L12.0277 27.0393L11.3952 25.1419ZM13.0648 24.1101C12.7177 24.4571 12.6091 24.5627 12.4942 24.6494L13.6986 26.246C13.9502 26.0562 14.1697 25.8336 14.479 25.5243L13.0648 24.1101ZM12.0277 27.0393C12.4426 26.901 12.7399 26.8042 13.0221 26.6641L12.1327 24.8728C12.0038 24.9367 11.8608 24.9867 11.3952 25.1419L12.0277 27.0393ZM12.4942 24.6494C12.3808 24.7348 12.2598 24.8096 12.1327 24.8728L13.0221 26.6641C13.2601 26.546 13.4866 26.406 13.6987 26.246L12.4942 24.6494ZM25.363 6.637C26.3183 7.59227 26.6126 7.90528 26.7614 8.20562L28.5534 7.31759C28.2221 6.64903 27.6183 6.06387 26.7772 5.22279L25.363 6.637ZM26.7772 13.2261C27.6183 12.385 28.2221 11.7998 28.5534 11.1313L26.7614 10.2432C26.6126 10.5436 26.3183 10.8566 25.363 11.8119L26.7772 13.2261ZM26.7614 8.20562C27.0795 8.84758 27.0795 9.60128 26.7614 10.2432L28.5534 11.1313C29.1488 9.92976 29.1488 8.5191 28.5534 7.31759L26.7614 8.20562ZM20.1881 6.637C21.1434 5.68174 21.4564 5.38742 21.7568 5.23859L20.8687 3.44655C20.2002 3.77785 19.615 4.38171 18.7739 5.22279L20.1881 6.637ZM26.7772 5.22279C25.9361 4.38171 25.351 3.77785 24.6824 3.44655L23.7944 5.23859C24.0947 5.38742 24.4077 5.68174 25.363 6.637L26.7772 5.22279ZM21.7568 5.23859C22.3987 4.92047 23.1524 4.92047 23.7944 5.23859L24.6824 3.44655C23.4809 2.85115 22.0702 2.85115 20.8687 3.44655L21.7568 5.23859ZM6.85806 20.6048C7.01326 20.1392 7.06325 19.9962 7.12725 19.8673L5.33589 18.9779C5.19577 19.2601 5.09901 19.5574 4.96069 19.9723L6.85806 20.6048ZM6.47568 17.521C6.1664 17.8303 5.94377 18.0498 5.75402 18.3014L7.35065 19.5058C7.43731 19.391 7.54286 19.2823 7.88989 18.9352L6.47568 17.521ZM7.12725 19.8673C7.19037 19.7402 7.26516 19.6192 7.35065 19.5058L5.75402 18.3014C5.59402 18.5134 5.45404 18.7399 5.33589 18.9779L7.12725 19.8673ZM3.72658 23.6747C3.46463 24.4605 3.24526 25.1155 3.12205 25.6398C3.00234 26.1492 2.92257 26.7242 3.11943 27.2763L5.00324 26.6045C5.00926 26.6214 4.96819 26.5264 5.06902 26.0973C5.16637 25.683 5.34938 25.1308 5.62394 24.3071L3.72658 23.6747ZM7.69287 26.3761C6.86919 26.6506 6.31698 26.8336 5.90272 26.931C5.47362 27.0318 5.37861 26.9907 5.3955 26.9968L4.72374 28.8806C5.2758 29.0774 5.85076 28.9977 6.36022 28.8779C6.88453 28.7547 7.53947 28.5354 8.32533 28.2734L7.69287 26.3761ZM3.11943 27.2763C3.38632 28.0247 3.9753 28.6137 4.72374 28.8806L5.3955 26.9968C5.2125 26.9315 5.06849 26.7875 5.00324 26.6045L3.11943 27.2763ZM17.1266 8.28433L23.7157 14.8734L25.1299 13.4592L18.5409 6.87011L17.1266 8.28433ZM16.1865 29.9917H27.7174V27.9917H16.1865V29.9917Z' fill='%23FF9C00'/%3E%3C/svg%3E%0A") center center no-repeat;
}
#contents .news-category .news-category-links .news-category-list .news-category-link:hover .txt {
  color: #ff9c00;
}
#contents .premium-k-wrapper .banner,
#contents .asian-game-wrapper .banner {
  width: 232px;
  height: 322px;
  border-radius: 10px;
}
#contents .premium-k-wrapper .banner .img,
#contents .asian-game-wrapper .banner .img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#contents .asian-game-wrapper .banner {
  width: 232px;
  height: 323px;
  border-radius: 10px;
}
#contents .asian-game-wrapper .banner .img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#contents .sisa-main-news {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.11%;
          flex: 0 0 49.11%;
  max-width: 612px;
}
#contents .overlay-news-wrapper {
  width: 612px;
}
#contents .overlay-news-wrapper .box-content {
  width: 294px;
}
#contents .overlay-news-wrapper .box-content:nth-child(n+3) {
  margin-top: 14px;
}
#contents .overlay-news-wrapper .box-content .thumbnail .overlay-txt .title {
  font-size: 18px;
  line-height: 23px;
  min-height: 48px;
}
#contents .overlay-news-wrapper .bottom-banner {
  display: block;
  height: 80px;
  border-radius: 5px;
  position: relative;
  margin-top: 16px;
  border-radius: 5px;
}
#contents .overlay-news-wrapper .bottom-banner .img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#contents .overlay-news-wrapper .bottom-banner:hover .title {
  text-decoration: underline;
}
#contents .overlay-news-wrapper .bottom-banner .title {
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  top: 16px;
  left: 30px;
}
#contents .overlay-news-wrapper .bottom-banner .title strong {
  font-weight: 700;
}
#contents .overlay-news-wrapper .bottom-banner .title.color-blue {
  color: #0f3686;
}
#contents .overlay-news-wrapper .bottom-banner .title.color-blue strong {
  color: #0a245a;
}
#contents .overlay-news-wrapper .bottom-banner .title.color-white {
  color: #fff;
}
#contents .overlay-news-wrapper .bottom-banner .title.color-white strong {
  color: #fff;
}
#contents .overlay-news-wrapper .bottom-banner .img {
  width: 100%;
  height: 100%;
}
#contents .sports-enter-main-news {
  width: 612px;
}
#contents .no-data {
  margin: 0 auto;
}
#contents .no-data .txt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
}
#contents .election-iframe-box {
  margin: 24px 0;
}