<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'NanumSquareRoundOTFEB';
  font-style: normal;
  src: local("※"), url("../resource/font/NanumSquareRoundOTFEB.otf") format("opentype"); }

@font-face {
  font-family: 'NanumSquareRoundOTFB';
  font-style: normal;
  src: local("※"), url("../resource/font/NanumSquareRoundOTFB.otf") format("opentype"); }

@font-face {
  font-family: 'NanumSquareRoundOTFL';
  font-style: normal;
  src: local("※"), url("../resource/font/NanumSquareRoundOTFL.otf") format("opentype"); }

@font-face {
  font-family: 'NanumSquareRoundOTFR';
  font-style: normal;
  src: local("※"), url("../resource/font/NanumSquareRoundOTFR.otf") format("opentype"); }

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

body,
button,
input,
textarea {
  font-family: "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", sans-serif; }

html,
body {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
p,
span,
button,
input,
video,
section {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

button {
  background: transparent; }

a {
  text-decoration: none;
  color: #fff; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

form {
  display: inline-block; }

header a {
  display: inline-block; }

.banner-area {
  width: 100%;
  height: 100px;
  background-color: #222222; }
  .banner-area.fanlog {
    background-image: linear-gradient(0deg, #ff329b -47%, #ff324b 90%); }
  .banner-area a {
    width: 100%;
    color: #fff;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .banner-area a .banner-img {
      height: 100%; }
    .banner-area a .banner-content-wrapper {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .banner-area a .banner-content-wrapper div {
        margin-left: 0.66667rem;
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        .banner-area a .banner-content-wrapper div .banner-title {
          font-size: 1rem;
          letter-spacing: -0.38px;
          font-weight: 600;
          position: relative;
          top: -0.13333rem; }
        .banner-area a .banner-content-wrapper div .banner-content {
          font-size: 0.86667rem;
          letter-spacing: -0.33px;
          font-weight: 500;
          position: relative;
          top: 0.13333rem; }
          .banner-area a .banner-content-wrapper div .banner-content:after {
            display: inline-block;
            content: '';
            width: 0.46667rem;
            height: 0.46667rem;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: relative;
            top: -1px;
            right: -5px;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff; }

#popup,
#sharePopup {
  display: none; }

.appsharePopup-wrapper {
  width: 100%;
  height: 100%;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0; }
  .appsharePopup-wrapper .appInfoPopsup-area .btn-popupClose {
    background: url("../resource/icon/blip-popupbar-close.svg");
    cursor: pointer; }
  .appsharePopup-wrapper .appInfoPopsup-area h2 {
    text-align: center; }
  .appsharePopup-wrapper .appInfoPopsup-area .btn-goToApp {
    background: #000000;
    border-radius: 50px; }

.appsharePopup-area {
  background: #fff; }
  .appsharePopup-area .appsharePopup-btnList {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .appsharePopup-area .btn-sharePopupClose {
    background: url("../resource/icon/blip-popupbar-close.svg");
    cursor: pointer;
    width: 1.66667rem;
    height: 1.66667rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-block; }
  .appsharePopup-area h2 {
    text-align: center;
    font-family: "NanumSquareRoundOTFEB"; }

header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  box-sizing: border-box; }
  header:after {
    display: block;
    clear: both;
    content: ''; }
  header .logo-area,
  header .group-name {
    vertical-align: middle; }
  header .logo-area h1,
  header .logo-area a {
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.comment-area {
  background-color: rgba(239, 236, 235, 0.5); }
  .comment-area .comment-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .comment-area .comment-wrapper h2 {
      font-size: 0.8rem;
      color: #b4b0af;
      font-weight: 600;
      margin-bottom: 1.33333rem;
      letter-spacing: -0.5px; }
    .comment-area .comment-wrapper ul li {
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      padding-bottom: 1.2rem; }
      .comment-area .comment-wrapper ul li .comment-user-image {
        width: 2.26667rem;
        height: 2.26667rem;
        border-radius: 50px;
        margin-right: 0.73333rem;
        display: inline-block; }
      .comment-area .comment-wrapper ul li .comment-content-wrapper .comment-userID {
        font-size: 0.8rem;
        font-weight: 600;
        margin-right: 2px;
        letter-spacing: -0.32px;
        color: #28211e; }
      .comment-area .comment-wrapper ul li .comment-content-wrapper .comment-time,
      .comment-area .comment-wrapper ul li .comment-content-wrapper .comment-likeCount,
      .comment-area .comment-wrapper ul li .comment-content-wrapper .comment-replyCount {
        color: #b4b0af;
        font-size: 0.8rem;
        letter-spacing: -0.2px; }
      .comment-area .comment-wrapper ul li .comment-content-wrapper .comment-likeCount,
      .comment-area .comment-wrapper ul li .comment-content-wrapper .comment-replyCount {
        position: relative;
        cursor: pointer; }
        .comment-area .comment-wrapper ul li .comment-content-wrapper .comment-likeCount:before,
        .comment-area .comment-wrapper ul li .comment-content-wrapper .comment-replyCount:before {
          display: inline-block;
          content: '';
          width: 1.13333rem;
          height: 1.13333rem;
          position: absolute;
          top: 50%;
          left: -19px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
      .comment-area .comment-wrapper ul li .comment-content-wrapper .comment-likeCount {
        margin-right: 2rem;
        margin-left: 1.06667rem; }
        .comment-area .comment-wrapper ul li .comment-content-wrapper .comment-likeCount:before {
          background: url("../resource/icon/blip-comment-btn-like-off.svg") no-repeat; }
      .comment-area .comment-wrapper ul li .comment-content-wrapper .comment-replyCount:before {
        background: url("../resource/icon/blip-comment-ic-comment.svg") no-repeat; }
      .comment-area .comment-wrapper ul li .comment-content {
        font-size: 1rem;
        line-height: 1.4;
        letter-spacing: -0.4px;
        color: #28211e;
        padding: 0.73333rem 1rem 0.66667rem 1rem;
        background-color: #fff;
        border-radius: 10px;
        margin-top: 0.2rem;
        margin-bottom: 0.53333rem; }
    .comment-area .comment-wrapper .comment-moreBtn {
      position: relative;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #b4b0af;
      letter-spacing: -0.56px;
      display: inline-block;
      font-size: 0.8rem;
      font-weight: 600; }
      .comment-area .comment-wrapper .comment-moreBtn:after {
        display: inline-block;
        content: '';
        width: 0.4rem;
        height: 0.4rem;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        top: -1px;
        right: -5px;
        border-right: 1px solid #b4b0af;
        border-bottom: 1px solid #b4b0af; }
    .comment-area .comment-wrapper .comment-noneBtn {
      position: relative;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #b4b0af;
      letter-spacing: -0.56px;
      display: inline-block;
      font-size: 0.8rem;
      font-weight: 600;
      margin-top: 55px;
      margin-bottom: 55px; }
      .comment-area .comment-wrapper .comment-noneBtn .icon {
        position: inherit;
        left: 35%; }
      .comment-area .comment-wrapper .comment-noneBtn .first {
        font-size: 15px;
        font-weight: bold; }
      .comment-area .comment-wrapper .comment-noneBtn .second {
        left: -10%;
        position: inherit;
        font-weight: 400; }

.popularCollection-area .popularCollection-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .popularCollection-area .popularCollection-wrapper h2 {
    font-size: 1rem;
    color: #28211e;
    font-weight: 600;
    letter-spacing: -0.5px; }
  .popularCollection-area .popularCollection-wrapper ul li a {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start; }
  .popularCollection-area .popularCollection-wrapper ul li .popularCollection-image {
    border: 1px solid #efeceb;
    border-radius: 20px;
    margin-right: 1.13333rem;
    object-fit: cover; }
  .popularCollection-area .popularCollection-wrapper ul li .popularCollection-content-wrapper {
    position: relative; }
    .popularCollection-area .popularCollection-wrapper ul li .popularCollection-content-wrapper .topic-list-label {
      color: white;
      font-size: 7.5px;
      top: 15px !important;
      display: table;
      position: relative;
      height: 16px;
      padding: 4px 6px 4px 7px;
      border-radius: 6px;
      font-weight: bold; }
    .popularCollection-area .popularCollection-wrapper ul li .popularCollection-content-wrapper .topic-poll-list-label {
      background-image: linear-gradient(140deg, #bf6dff -14%, #5038d3 116%); }
    .popularCollection-area .popularCollection-wrapper ul li .popularCollection-content-wrapper .topic-ab-list-label {
      background-image: linear-gradient(140deg, #26c8df -14%, #26dfab 116%); }
    .popularCollection-area .popularCollection-wrapper ul li .popularCollection-content-wrapper .topic-qa-list-label {
      background-image: linear-gradient(140deg, #ffcc00 -14%, #ffc200 55%, #ff6c62 116%); }
    .popularCollection-area .popularCollection-wrapper ul li .popularCollection-content-wrapper div {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .popularCollection-area .popularCollection-wrapper ul li .popularCollection-content-wrapper .popularCollection-title {
      color: #28211e;
      font-weight: 600;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-left: 0.5px; }
    .popularCollection-area .popularCollection-wrapper ul li .popularCollection-content-wrapper .popularCollection-user-wrapper {
      margin-left: 0.5px; }
      .popularCollection-area .popularCollection-wrapper ul li .popularCollection-content-wrapper .popularCollection-user-wrapper .popularCollection-userID,
      .popularCollection-area .popularCollection-wrapper ul li .popularCollection-content-wrapper .popularCollection-user-wrapper .popularCollection-userParticipation {
        color: #b4b0af;
        font-size: 0.8rem;
        letter-spacing: -0.2px; }
      .popularCollection-area .popularCollection-wrapper ul li .popularCollection-content-wrapper .popularCollection-user-wrapper .popularCollection-userID:after {
        position: relative;
        content: "·";
        top: 0;
        right: -0.33333rem; }
      .popularCollection-area .popularCollection-wrapper ul li .popularCollection-content-wrapper .popularCollection-user-wrapper .popularCollection-userParticipation {
        margin-left: 0.33333rem; }

.popularCollection-categoryTag {
  width: 2.13333rem;
  height: 1.06667rem;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat; }

.topic-ic-time-box {
  color: #ff324b;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold; }

.topic-ic-time {
  margin-right: 5px;
  width: 0.66667rem;
  height: 0.66667rem;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url("../resource/icon/blip-topic-ic-time@3x.png"); }

.listTag-ab {
  background-image: url("../resource/icon/blip-topic-list-tag-ab.svg"); }

.listTag-qa {
  background-image: url("../resource/icon/blip-topic-list-tag-qa.svg"); }

.listTag-tips {
  background-image: url("../resource/icon/blip-topic-list-tag-tips.svg"); }

.listTag-poll {
  background-image: url("../resource/icon/blip-topic-list-tag-poll.svg"); }

.listTag-countDown {
  box-shadow: 0 0 0 1px #ff324b inset;
  border-radius: 14px;
  box-sizing: border-box;
  width: 2.93333rem;
  height: 1.46667rem;
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 600;
  display: inline-block; }
  .listTag-countDown span {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ff324b;
    font-size: 0.8rem;
    letter-spacing: -0.8px;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.listTag-countDown-0 {
  border-radius: 14px;
  box-sizing: border-box;
  width: 3.6rem;
  height: 1.46667rem;
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 600;
  display: inline-block;
  background: url("../resource/icon/blip-topic-d-0.svg") no-repeat; }

.listTag-countDown-1 {
  border-radius: 14px;
  box-sizing: border-box;
  width: 2.53333rem;
  height: 1.46667rem;
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 600;
  display: inline-block;
  background: url("../resource/icon/blip-topic-d-1.svg") no-repeat; }

.listTag-countDown-2 {
  border-radius: 14px;
  box-sizing: border-box;
  width: 2.53333rem;
  height: 1.46667rem;
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 600;
  display: inline-block;
  background: url("../resource/icon/blip-topic-d-2.svg") no-repeat; }

.listTag-countDown-3 {
  border-radius: 14px;
  box-sizing: border-box;
  width: 2.53333rem;
  height: 1.46667rem;
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 600;
  display: inline-block;
  background: url("../resource/icon/blip-topic-d-3.svg") no-repeat; }

.listTag-countDown-4 {
  border-radius: 14px;
  box-sizing: border-box;
  width: 2.53333rem;
  height: 1.46667rem;
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 600;
  display: inline-block;
  background: url("../resource/icon/blip-topic-d-4.svg") no-repeat; }

.listTag-countDown-5 {
  border-radius: 14px;
  box-sizing: border-box;
  width: 2.53333rem;
  height: 1.46667rem;
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 600;
  display: inline-block;
  background: url("../resource/icon/blip-topic-d-5.svg") no-repeat; }

.listTag-countDown-6 {
  border-radius: 14px;
  box-sizing: border-box;
  width: 2.53333rem;
  height: 1.46667rem;
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 600;
  display: inline-block;
  background: url("../resource/icon/blip-topic-d-6.svg") no-repeat; }

.listTag-countDown-7 {
  border-radius: 14px;
  box-sizing: border-box;
  width: 2.53333rem;
  height: 1.46667rem;
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 600;
  display: inline-block;
  background: url("../resource/icon/blip-topic-d-7.svg") no-repeat; }

.listTag {
  border-radius: 11px;
  height: 1.46667rem;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  color: #6e6e6e;
  font-size: 10px;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #e9e9e9;
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain; }
  .listTag span {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: -0.8px;
    display: inline-block;
    font-family: "NanumSquareRoundOTFEB"; }

.listTag-End {
  border-radius: 11px;
  width: 4rem;
  height: 1.46667rem;
  vertical-align: middle;
  position: relative;
  color: #6e6e6e;
  font-size: 10px;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #e9e9e9;
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain; }
  .listTag-End span {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: -0.8px;
    display: inline-block;
    font-family: "NanumSquareRoundOTFEB"; }

.topic-explain-area {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .topic-explain-area .popularCollection-categoryTag {
    width: 2.66667rem;
    height: 1.46667rem;
    background-size: contain;
    display: inline-block; }
  .topic-explain-area .topic-user-wrapper .topic-userImage {
    display: inline-block;
    vertical-align: middle;
    width: 2.66667rem;
    height: 2.66667rem;
    border-radius: 50%; }
  .topic-explain-area .topic-user-wrapper .topic-explain-user {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 0.53333rem; }
    .topic-explain-area .topic-user-wrapper .topic-explain-user .topic-image-userID {
      font-size: 1.13333rem;
      font-weight: bold;
      position: relative;
      top: 1px;
      color: #28211e;
      letter-spacing: -0.5px; }
    .topic-explain-area .topic-user-wrapper .topic-explain-user p &gt; span {
      font-size: 0.8rem;
      letter-spacing: -0.2px;
      margin-right: 0.66667rem;
      position: relative;
      top: -1px;
      color: #939191; }
    .topic-explain-area .topic-user-wrapper .topic-explain-user p &gt; span:nth-of-type(1):after {
      position: relative;
      content: "·";
      top: 0;
      right: -0.33333rem; }

.topic-title {
  letter-spacing: -0.5px;
  font-size: 1.33333rem;
  font-weight: 600;
  color: #28211e; }

.topic-ab-wrapper,
.topic-ab-result-wrapper {
  display: inline-block;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.topic-select-a,
.topic-select-b {
  letter-spacing: -0.3px;
  color: #28211e;
  font-weight: 400;
  position: relative;
  text-align: center;
  margin-top: 10px; }

.topic-select-a:before {
  display: inline-block;
  content: '';
  background: url("../resource/icon/blip-topic-a-pc.svg") no-repeat;
  background-size: cover;
  vertical-align: middle;
  border-radius: 9px; }

.topic-select-b:before {
  display: inline-block;
  content: '';
  background: url("../resource/icon/blip-topic-b-pc.svg") no-repeat;
  background-size: cover;
  vertical-align: middle;
  border-radius: 9px; }

.topic-ab-result-wrapper {
  display: inline-block;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .topic-ab-result-wrapper .topic-select-result-a,
  .topic-ab-result-wrapper .topic-select-result-b {
    letter-spacing: -0.3px;
    color: #28211e;
    font-weight: 400;
    position: relative;
    text-align: center;
    margin-top: 20px; }
  .topic-ab-result-wrapper .topic-result-caption-wrapper {
    position: absolute;
    top: 15%;
    left: 6%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .topic-ab-result-wrapper .topic-result-caption-wrapper span {
      text-align: right; }
  .topic-ab-result-wrapper .topic-select-result-a:before {
    display: inline-block;
    content: '';
    background: url("../resource/icon/blip-topic-a-pc.svg") no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .topic-ab-result-wrapper .topic-select-result-b:before {
    display: inline-block;
    content: '';
    background: url("../resource/icon/blip-topic-b-pc.svg") no-repeat;
    background-size: contain;
    vertical-align: middle; }

.topic-qa-label {
  color: white;
  font-size: 12px;
  display: table;
  position: relative;
  height: 16px;
  padding: 4px 6px 4px 7px;
  border-radius: 8px;
  background-image: linear-gradient(140deg, #ffcc00 -14%, #ffc200 55%, #ff6c62 116%);
  font-weight: bold; }

.topic-qa-title,
.topic-qa-title-result {
  display: inline-block; }

.topic-qa-title {
  color: #28211e; }

.topic-qa-title-result {
  color: #b4b0af; }

.topic-poll-wrapper {
  display: inline-block;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .topic-poll-wrapper .topic-poll-percentage-result-mask {
    position: relative;
    height: 100%;
    top: 0;
    border-radius: 48px;
    overflow: hidden; }
  .topic-poll-wrapper .topic-poll-percentage-result {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 100%;
    background-image: linear-gradient(to left, #b3aaff 144%, #db9fff); }
  .topic-poll-wrapper .topic-first-background {
    background-image: linear-gradient(to left, #b3aaff 50%, #db9fff); }
  .topic-poll-wrapper .topic-first-fontStyle {
    font-weight: 600; }
  .topic-poll-wrapper .topic-poll-list,
  .topic-poll-wrapper .topic-poll-list-result {
    border: 1px solid #efeceb;
    border-radius: 48px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden; }
    .topic-poll-wrapper .topic-poll-list .topic-poll-numContent-result-wrapper,
    .topic-poll-wrapper .topic-poll-list-result .topic-poll-numContent-result-wrapper {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .topic-poll-wrapper .topic-poll-list .topic-poll-num,
    .topic-poll-wrapper .topic-poll-list .topic-poll-num-result,
    .topic-poll-wrapper .topic-poll-list-result .topic-poll-num,
    .topic-poll-wrapper .topic-poll-list-result .topic-poll-num-result {
      display: inline-block;
      color: #fff;
      position: relative;
      vertical-align: middle; }
      .topic-poll-wrapper .topic-poll-list .topic-poll-num span,
      .topic-poll-wrapper .topic-poll-list .topic-poll-num-result span,
      .topic-poll-wrapper .topic-poll-list-result .topic-poll-num span,
      .topic-poll-wrapper .topic-poll-list-result .topic-poll-num-result span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-family: "NanumSquareRoundOTFEB";
        font-weight: 400; }
    .topic-poll-wrapper .topic-poll-list .topic-poll-num,
    .topic-poll-wrapper .topic-poll-list-result .topic-poll-num {
      background: #8551ea; }
    .topic-poll-wrapper .topic-poll-list .topic-poll-content,
    .topic-poll-wrapper .topic-poll-list .topic-poll-content-result,
    .topic-poll-wrapper .topic-poll-list-result .topic-poll-content,
    .topic-poll-wrapper .topic-poll-list-result .topic-poll-content-result {
      color: #28211e;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .topic-poll-wrapper .topic-poll-list .topic-poll-peopleCount-wrapper,
    .topic-poll-wrapper .topic-poll-list-result .topic-poll-peopleCount-wrapper {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .topic-poll-wrapper .topic-poll-list .topic-poll-peopleCount-wrapper .topic-poll-proportion-result,
      .topic-poll-wrapper .topic-poll-list-result .topic-poll-peopleCount-wrapper .topic-poll-proportion-result {
        color: rgba(40, 33, 30, 0.4); }
      .topic-poll-wrapper .topic-poll-list .topic-poll-peopleCount-wrapper .topic-poll-peopleCount-result,
      .topic-poll-wrapper .topic-poll-list-result .topic-poll-peopleCount-wrapper .topic-poll-peopleCount-result {
        color: #28211e;
        font-weight: bold; }
  .topic-poll-wrapper .topic-poll-list-result {
    background: #eee4fc; }

/*# sourceMappingURL=common.css.map */</pre></body></html>