@charset "UTF-8";
.voteHeader {
  background: #2e3366;
  overflow: visible;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

.voteHeader .header-logo .logo.default {
  z-index: 10;
  position: absolute;
  top: 20px;
  left: 4.4vw;
  width: 4vw;
  max-width: 55px;
  min-width: 20px;
  height: auto;
}

.voteHeader .header-logo {
  width: auto;
  height: auto;
}

.voteHeader .header-logo .logo.scroll {
  position: relative;
  width: 14px;
  height: 20px;
}

.voteHeader .header-image {
  width: 100%;
  height: auto;
  position: relative;
}

.voteHeader .header-background {
  position: relative;
  display: flex;
  align-items: center;
  justify-self: center;
}
.voteHeader .headerWrap {
  max-width: 1440px;
  margin: 0 auto;
}

.voteHeader .header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.voteHeader .headerWrap.scroll {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  -webkit-transform: translateX(-50%) translateZ(0);
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  background-color: var(--text-white);
}

.voteHeader .headerWrap .logo.logo-seoul.scroll {
  display: none;
  width: 15px;
  height: 21px;
}

.voteHeader .headerWrap .logo.logo-seoul.scroll {
  display: none;
  width: 15px;
  height: 21px;
}

.voteHeader .headerWrap .logo.logo-seoul.scroll {
  display: none;
  width: 15px;
  height: 21px;
}
.voteHeader .headerWrap.scroll .logo.logo-seoul.default {
  display: none;
}
.voteHeader .headerWrap.scroll .logo.logo-seoul.scroll {
  display: block;
}

.pollPage-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto 120px;
}

.pollPage-wrapper .underwayVote {
  background: var(--text-gray-200);
  border-radius: 12px;
  padding: 50px;
  margin-top: 120px;
}

.pollPage-wrapper .underwayVote .voteAnswerTextWrap .voteAnswerDesc {
  gap: 4px;
}

.pollPage-wrapper .voteContentTit {
  margin-bottom: 14px;
}

.pollPage-wrapper .underwayVote .voteAnswerTextWrap .voteAnswerDesc .check {
  margin-top: 4px;
}

.pollPage-wrapper .underwayVote .voteBtn .form-check {
  background: var(--text-white);
}

.pollPage-wrapper .underwayVote .input-check:checked + .form-check {
  transition: all 0.25s;
  color: var(--text-white);
  background: var(--bg-primary-100);
}

.pollPage-wrapper .voteAnswerBox {
  margin-bottom: 8px;
}

.pollPage-wrapper .voteTitWrap {
  display: flex;
  gap: 12px;
  align-items: center;
}
.pollPage-wrapper .voteDateTit {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  padding-left: 18px;
}

.pollPage-wrapper .voteDateTit span {
  flex-shrink: 0;
}
.pollPage-wrapper .voteDateTit .icon {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 18px;
  display: block;
  background: url("https://imgmo.seoul.co.kr/img/n24/seoulIcon-mo.webp") no-repeat;
  background-size: 772px;
  background-position: -210px -153px;
}

.pollPage-wrapper .sectionTit {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  background: var(--text-gray-700);
  border-radius: 10px;
  margin: 120px 0 60px;
}

.voteAnswerTextWrap .voteAnswerDesc .check {
  width: 20px;
  height: 16px;
  background: url("https://imgmo.seoul.co.kr/img/n24/seoulIcon-mo.webp") no-repeat;
  background-size: 772px;
  background-position: -329px -213px;
  margin-top: 4px;
}

.pollPage-wrapper .lastVoteList .voteContentTit {
  margin-bottom: 8px;
  min-height: 60px;
}
.pollPage-wrapper .lastVoteList .voteContent {
    /* min-height: 135px; */
    height: 140px;
}
.lastVoteList {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 100px 0;
}
.lastVoteList li {
  box-sizing: border-box;
  width: calc(50% - 25px);
  min-height: 416px;
  border: 1px solid var(--text-gray-400);
  border-radius: 12px;
  padding: 50px;
}

.voteHeader .leftSide img {
  width: 140px;
}

.voteHeader .headerWrap.scroll {
  box-sizing: border-box;
  padding: 16px 18px 16px 19px;
  background: #2e3366;
}

.voteHeader .headerWrap.scroll .header-background {
  display: none;
}

section.vote .buttonWrap .goLink .icon {
  width: 16px;
  height: 16px;
  background: url("https://imgmo.seoul.co.kr/img/n24/seoulIcon-mo.webp");
  background-repeat: no-repeat;
  background-position: -26px -92px;
  background-size: 772px;
}

.goLink:hover {
  transition: all 0.3s;
  opacity: 0.7;
}

.first-progress-fill {
  position: relative;
  width: 100%;
  animation: first-progress 1.5s;
}
.secound-progress-fill {
  animation: second-progress 1.5s;
}

@keyframes first-progress {
  from {
    width: 0;
  }
  to {
    width: var(--first-width);
  }
}

@keyframes second-progress {
  from {
    width: 0;
  }
  to {
    width: var(--secound-width);
  }
}

.leftSide {
  display: none;
}
.leftSide.scroll {
  display: block;
}
.leftImage {
  width: 120px;
  height: 40px;
  background: #eee;
}

.lastVoteList li {
  width: calc(50% - 25px);
}

.lastVoteList li:nth-child(even) {
  margin-left: 50px;
}

.votePageFooter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 142px;
  background: var(--text-black);
}

@media (max-width: 1390px) {
  .pollPage-wrapper {
    width: calc(100% - 37px);
  }

  .voteHeader {
    overflow: hidden;
  }

  .pollPage-wrapper .underwayVote {
    margin-top: 10%;
  }

  .pollPage-wrapper.scroll {
    padding-top: 90px;
  }

  .lastVoteList li {
    width: calc(50% - 25px);
  }

  .lastVoteList li:nth(:odd) {
    padding-left: 25px;
  }
}
@media (max-width: 1080px) {
  /* header */
  .voteHeader header {
    z-index: 5;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background-color: var(--text-white);
  }

  .voteHeader .header {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    height: auto;
  }

  .pollPage-wrapper .voteContentTit {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 137.5% */
    letter-spacing: -0.32px;
  }

  .pollPage-wrapper .sectionTit {
    padding: 15px 20px;
  }

  .lastVoteList li {
    padding: 40px 24px;
  }

  .sectionContentWrap {
    margin-top: 20px;
  }

  .pollPage-wrapper .voteContentTit {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    letter-spacing: -0.2px;
  }
  .lastVoteList li {
    width: 100%;
    min-height: 100%;
  }

  .lastVoteList li:nth-child(even) {
    margin-left: 0;
  }
}
@media (max-width: 660px) {
  .pollPage-wrapper .underwayVote {
    margin: 80px -18px 0 -19px;
  }
  .voteHeader .header-image {
    content: url("https://img.seoul.co.kr/img/poll/header-image-660.webp");
    right: 0;
  }

  .voteHeader .header-logo .logo.default {
    left: 4vw;
  }
}
@media (max-width: 430px) {
  .pollPage-wrapper {
    margin: 0 auto 60px;
  }

  .pollPage-wrapper .underwayVote {
    padding: 60px 18px 60px 19px;
  }

  .pollPage-wrapper .underwayVote {
    margin-top: 60px;
  }

  .voteHeader .header-logo .logo.default {
    top: 13px;
    width: 20px;
    height: 30px;
  }

  .voteHeader .header-image {
    content: url("https://img.seoul.co.kr/img/poll/header-image-mo.webp");
  }

  .pollPage-wrapper .sectionTit {
    margin: 60px 0 30px;
  }

  .lastVoteList {
    gap: 60px 0;
  }

  .pollPage-wrapper .lastVoteList .voteContentTit {
    height: auto;
    display: block;
  }
}

@media (max-width: 400px) {
  .pollPage-wrapper .lastVote .voteTitWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .pollPage-wrapper {
    margin: 0 auto 60px;
  }
}
