@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
@import url("../../font/pyeongchang/font_pyeongchang.css");
#snb, .contents_util, .contents_info {
  display: none;
}

#header {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 10;
  border: 0 none;
  color: #fff;
}

#logo a, #fnb .fnb1 li:first-child, #siteinfo strong, #footer .related .group1 > a, #footer .related .label::after, #footer .btn_top {
  color: #fff;
}

#footer {
  border: 0 none;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

#gnb2.active > ul, #gnb2.active > ul::after {
  right: -2rem;
}

#contents_body {
  width: 100%;
  max-width: initial;
  margin: 0;
  padding: 0;
}

.main_wrap {
  margin-bottom: 0;
}

@-webkit-keyframes deg15 {
  100% {
    -webkit-transform: translateX(10%) rotate(-15deg);
            transform: translateX(10%) rotate(-15deg);
  }
}

@keyframes deg15 {
  100% {
    -webkit-transform: translateX(10%) rotate(-15deg);
            transform: translateX(10%) rotate(-15deg);
  }
}
#vote section {
  text-align: center;
}
#vote .section1 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 11.5rem 2rem 3.1rem;
  background-color: #429158;
  color: #fff;
}
#vote .section1::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 89.5rem;
  max-width: 40%;
  height: 100%;
  background: url("/main/img/vote/hand.png") no-repeat right bottom;
  background-size: 100% auto;
  content: "";
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-animation: deg15 1s alternate infinite;
          animation: deg15 1s alternate infinite;
}
#vote .section1::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  margin-top: 10rem;
  background: url("/main/img/vote/bg.png") no-repeat center bottom;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#vote .section1 h1 {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#vote .section1 h1 span {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 12.7rem;
  height: 6.9rem;
  margin: 3rem 0 0 3rem;
  padding-top: 0.5rem;
  background: url("/main/img/vote/bubble.png") no-repeat;
  background-size: 100% auto;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#vote .section1 h1 img {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#vote .section1 .group1 > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
#vote .section1 .group1 > p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: -2rem;
  height: 5.6rem;
  padding: 1.5rem;
  background-color: #fff;
  font-weight: 600;
  color: #429158;
  letter-spacing: -0.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#vote .section1 .group1 > p span + span {
  left: 2rem;
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
#vote .section1 .item > span {
  font-family: "PyeongChang";
  font-size: 2.4rem;
  font-weight: 600;
  color: #FDEA5E;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#vote .section1 .item > p {
  position: relative;
  z-index: 0;
  width: 46.4rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem auto 8.3rem;
  background: url("/main/img/vote/arr.png") no-repeat center center;
  background-size: calc(100% - 35rem) auto;
  font-family: "Red Hat Display";
  font-size: 3.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
#vote .section1 .item > p span:first-child {
  margin-right: auto;
}
#vote .section1 .item > p strong {
  font-weight: 800;
}
#vote .section1 .item > p small {
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  vertical-align: top;
  text-transform: uppercase;
}
#vote .section1 .group2 p {
  margin: 4.7rem 0 2.4rem;
  font-size: 2.4rem;
  font-weight: 300;
}
#vote .section1 .group2 strong {
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 5rem;
  font-weight: 900;
  vertical-align: bottom;
  line-height: 1.2;
}
#vote .section1 .group2 span {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 10rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.7);
  vertical-align: middle;
  word-break: keep-all;
}
#vote .section1 .group2 button {
  position: relative;
  top: 5rem;
  width: 24.1rem;
  height: 8.4rem;
  padding: 0 2rem;
  -webkit-box-shadow: 0 1.5rem 1.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 1.5rem 1.5rem rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  border: 0.3rem solid #fff;
  background-color: #FFCF30;
  opacity: 0;
  -webkit-transition: all 0.2s 0s, top 0.5s 1.5s, opacity 0.5s 1.5s;
  transition: all 0.2s 0s, top 0.5s 1.5s, opacity 0.5s 1.5s;
  cursor: pointer;
}
#vote .section1 .group2 button:hover {
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.25) !important;
  -webkit-transform: translateY(0.4rem) !important;
          transform: translateY(0.4rem) !important;
  background-color: #f5c200 !important;
}
#vote .section1 .group2 button:active {
  -webkit-box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.2) !important;
  -webkit-transform: translateY(0.8rem) !important;
          transform: translateY(0.8rem) !important;
  background-color: #e6b400 !important;
}
#vote .section1.active::after {
  margin-top: 0;
  opacity: 1;
}
#vote .section1.active .group1 > p span {
  left: 0;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#vote .section1.active .group2 button {
  top: 0;
  opacity: 1;
}
#vote .section1.active .item > span {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#vote .section1.active .item > p {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#vote .section1.active h1 span {
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#vote .section1.active h1 img {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#vote .section2 {
  padding: 10rem 2rem 16.5rem;
  background-color: #FFFDF5;
  font-family: "PyeongChang";
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.1rem;
}
#vote .section2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.4rem;
  counter-reset: vote;
  word-break: keep-all;
}
#vote .section2 strong {
  display: block;
  margin: 2rem 0;
  font-size: 3rem;
}
#vote .section2 li {
  position: relative;
  top: 5rem;
  width: 36.7rem;
  max-width: calc(25% - 3.3rem);
  padding: 4rem 2rem;
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  background-color: #fff;
  counter-increment: vote;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#vote .section2 li::before {
  display: inline-block;
  height: 4.4rem;
  padding: 0 2.4rem;
  border-radius: 4.4rem;
  background-color: #F4F4F4;
  line-height: 4.4rem;
  content: "Step" counter(vote);
  margin-bottom: 3.2rem;
  vertical-align: top;
}
#vote .section2.active li {
  top: 0;
  opacity: 1;
}
#vote .section2.active li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#vote .section2.active li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#vote .section2.active li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#vote .section3 {
  position: relative;
  z-index: 0;
  padding: 10.5rem 2rem 11.6rem;
  background: url("/main/img/vote/bg3.png") no-repeat center center #EAF7DC;
}
#vote .section3 h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 29rem;
  height: 5rem;
  margin: 0 auto 1.1rem;
  background: url("/main/img/vote/title3_bg.png") no-repeat center center;
  background-size: 100% auto;
  font-size: 2rem;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
#vote .section3 h2 strong {
  color: #FFCF30;
}
#vote .section3 .item {
  width: 57rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  margin-top: 5.6rem;
  border-radius: 2rem;
  background-color: #fff;
}
#vote .section3 .item span {
  display: block;
  padding: 4.4rem 0;
  border-radius: 0 0 2rem 2rem;
  background-color: #429158;
  font-family: "PyeongChang";
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
#vote .section3 .item::before, #vote .section3 .item::after {
  position: absolute;
  bottom: 100%;
  z-index: -1;
  background-size: 100% auto !important;
  content: "";
}
#vote .section3 .item::before {
  left: -4rem;
  width: 16.3rem;
  height: 15.9rem;
  margin-bottom: -6rem;
  background: url("/main/img/vote/boy.png") no-repeat center bottom;
}
#vote .section3 .item::after {
  right: -10rem;
  width: 22.7rem;
  height: 22.1rem;
  margin-bottom: -7.5rem;
  background: url("/main/img/vote/girl.png") no-repeat center bottom;
}
#vote .section3 .item small {
  position: absolute;
  right: 100%;
  bottom: calc(100% + 8rem);
  padding: 0.8rem 1.4rem;
  border: 1px solid #ddd;
  border-radius: 4rem;
  background-color: #fff;
  font-size: inherit;
  color: #333;
  white-space: nowrap;
}
#vote .section3 .item small::after {
  position: absolute;
  right: -0.71rem;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  border-right: 0.2rem solid #ddd;
  border-bottom: 0.2rem solid #ddd;
  background-color: #fff;
  content: "";
  -webkit-transform: scaleY(0.3) rotate(-35deg);
          transform: scaleY(0.3) rotate(-35deg);
}
#vote .section3 .item p {
  position: relative;
  z-index: 0;
  width: 35rem;
  max-width: calc(100% - 16rem);
  margin: 0 auto;
}
#vote .section3 .item p::before {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 11.8rem;
  height: 12.3rem;
  background: url("/main/img/vote/tape.png") no-repeat center center;
  background-size: 100% auto;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#vote .section3 .item p strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -6.4rem;
  bottom: 3.1rem;
  width: 10rem;
  height: 10rem;
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  font-size: 2.6rem;
  font-weight: 800;
  color: #000;
  background-color: #FFCF30;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vote .section4 {
  position: relative;
  z-index: 0;
  padding: 10.9rem 0 0;
}
#vote .section4::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  height: 1000%;
  background-color: #005142;
}
#vote .section4 h3 {
  font-family: "PyeongChang";
  font-size: 4rem;
  color: #000;
}
#vote .section4 .group {
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
}
#vote .section4 .title {
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
}
#vote .section4 .title strong {
  color: #3A4BEB;
}
#vote .section4 h2 {
  width: 160rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  z-index: 1;
  margin-bottom: -1rem;
  padding-bottom: 17rem;
  background: url("/main/img/vote/people.png") no-repeat center bottom;
}
#vote .section4 h2::before, #vote .section4 h2::after {
  position: absolute;
  top: calc(100% - 2.1rem);
  width: 8.4rem;
  height: 6rem;
  background: url("/main/img/vote/ring.png") no-repeat center center;
  background-size: 100% auto;
  content: "";
}
#vote .section4 h2::before {
  left: 13.9rem;
}
#vote .section4 h2::after {
  right: 14rem;
}
#vote .section4 .cont {
  position: relative;
  z-index: 0;
  width: 160rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 104.5rem;
  border-radius: 5rem;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#vote .section4 .cont .group {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 7.5rem 8rem 9.5rem;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#vote .section4 .cont .group2 {
  overflow-y: auto;
  max-height: 100%;
}
#vote .section4 .cont .prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#vote .section4 .cont.cont2 {
  height: 132rem;
}
#vote .section4 .cont .active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#vote .section4 .cont .active + .group {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#vote .section4 .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  gap: 1.2rem;
  font-family: "PyeongChang";
  font-size: 2rem;
  color: #333;
  word-break: keep-all;
}
#vote .section4 .tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
#vote .section4 .tabs i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#vote .section4 .tabs .active button {
  background-color: #03817D;
  color: #fff;
}
#vote .section4 .tabs button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  padding: 2.5rem;
  border-radius: 2rem;
  border: 1px solid transparent;
  background-color: #F5F5F5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  font-weight: 600;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#vote .section4 .tabs button:hover, #vote .section4 .tabs button:focus {
  border-color: #03817D;
}
#vote .section4 .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
#vote .section4 .check li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
#vote .section4 .check li:hover span, #vote .section4 .check li:focus span {
  margin-bottom: 0;
  opacity: 1;
}
#vote .section4 .check span {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 1.6rem);
  margin-bottom: -1rem;
  padding: 1rem;
  border-radius: 0.4rem;
  background-color: #1E2124;
  font-size: 1.5rem;
  color: #fff;
  line-height: 3.1rem;
  word-break: keep-all;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1.2;
}
#vote .section4 .check span::after {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #1E2124;
  content: "";
  -webkit-transform: translateX(-50%) scaleX(0.5) rotate(45deg);
          transform: translateX(-50%) scaleX(0.5) rotate(45deg);
}
#vote .section4 .vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  height: 49rem;
}
#vote .section4 .vote ul {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 1rem;
  grid-template-columns: repeat(2, calc(50% - 1.2rem));
  align-self: start;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#vote .section4 .vote li {
  position: relative;
}
#vote .section4 .vote i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#vote .section4 .vote input {
  position: absolute;
  opacity: 0;
}
#vote .section4 .vote input:checked + label {
  border-color: #5FCD00;
  background-color: #FCFFF9;
}
#vote .section4 .vote input:checked + label::after {
  border-color: #5FCD00;
  background-color: #5FCD00;
}
#vote .section4 .vote label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  padding: 2rem 5rem 2rem 2.4rem;
  border-radius: 2rem;
  border: 1px solid #DEDEDE;
  font-size: 2.1rem;
  font-weight: 600;
  color: #333;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  word-break: keep-all;
  line-height: 1.2;
}
#vote .section4 .vote label::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "xeicon";
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
  border: 1px solid #C5C5C5;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  content: "\e928";
  text-align: center;
  line-height: 2.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#vote .section4 .vote label:hover, #vote .section4 .vote label:hover::after, #vote .section4 .vote label:focus, #vote .section4 .vote label:focus::after {
  border-color: #5FCD00;
}
#vote .section4 .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.2rem;
  padding-top: 4rem;
  border-top: 0.2rem dashed rgba(199, 199, 199, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}
#vote .section4 .btns button {
  height: 7.2rem;
  padding: 0 4rem;
  border-radius: 0.6rem;
  font-family: "PyeongChang";
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#vote .section4 .btns .check {
  width: calc(100% - 25rem);
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vote .section4 .btn1 {
  background-color: #eee;
  line-height: 7.2rem;
}
#vote .section4 .btn1::after {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "xeicon";
  vertical-align: top;
  margin-left: 1rem;
  font-weight: 400;
  content: "\e90b";
}
#vote .section4 .btn1:hover, #vote .section4 .btn1:focus {
  background-color: #FFCF30;
}
#vote .section4 .btn2 {
  border: 1px solid #DEDEDE;
  line-height: 7rem;
}
#vote .section4 .btn2:hover, #vote .section4 .btn2:focus {
  background-color: #DEDEDE;
}
#vote .section4 .form {
  width: 88rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
#vote .section4 .form input[type=text], #vote .section4 .form select {
  width: 100%;
  height: 5.6rem;
  padding-left: 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #ccc;
  font-size: 1.9rem;
  font-weight: 300;
  color: #929292;
}
#vote .section4 .form select {
  background: url("/main/img/vote/select.png") no-repeat calc(100% - 1.6rem) center;
}
#vote .section4 .form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#vote .section4 .form li > label, #vote .section4 .form li > strong {
  width: 17.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1E2124;
  text-align: left;
}
#vote .section4 .form li > label span, #vote .section4 .form li > strong span {
  margin-left: 1rem;
  color: #337EFF;
}
#vote .section4 .form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#vote .section4 .form p span {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
#vote .section4 .form p i {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#vote .section4 .form p input {
  position: absolute;
  opacity: 0;
}
#vote .section4 .form p input:checked + label {
  border-color: #03817D;
  background-color: #fff;
}
#vote .section4 .form p input:checked + label i {
  background-color: #F5F5F5;
}
#vote .section4 .form p label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.8rem 2.4rem;
  border-radius: 2rem;
  border: 0.2rem solid transparent;
  background-color: #F5F5F5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  font-family: "PyeongChang";
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
#vote .section4 .form p label:hover, #vote .section4 .form p label:focus {
  border-color: #03817D;
}
#vote .section4 .agree {
  position: relative;
  z-index: 0;
  width: 88rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  margin-top: 3rem;
  padding: 2.8rem 3.2rem;
  border-radius: 1.2rem;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  font-size: 1.6rem;
  text-align: left;
}
#vote .section4 .agree .bul3 > li::before {
  background-color: #D9D9D9;
}
#vote .section4 .agree .txts {
  overflow: hidden;
  height: 0;
}
#vote .section4 .agree > li {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#vote .section4 .agree > li + li {
  margin-top: 2rem;
}
#vote .section4 .agree > li.active .txts {
  height: auto;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed #e0e0e0;
}
#vote .section4 .agree > li.active + li {
  margin-top: 5rem;
}
#vote .section4 .agree > li.active button::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#vote .section4 .agree button {
  position: absolute;
  right: 0;
  top: 0.5rem;
}
#vote .section4 .agree button::after {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "xeicon";
  vertical-align: top;
  margin-left: 0.6rem;
  color: #bdbdbd;
  content: "\e945";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#vote .section4 .agree .checkbox {
  position: relative;
  font-size: 1.8rem;
}
#vote .section4 .agree .checkbox strong {
  color: #00106D;
}
#vote .section4 .agree .checkbox label {
  position: relative;
  padding-left: 2.4rem;
  text-align: left;
}
#vote .section4 .agree .checkbox label::before {
  position: absolute;
  left: 0;
  top: auto;
  content: "";
}
#vote .section4 .agree .checkbox label {
  display: block;
}
#vote .section4 .agree .checkbox label::before {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "xeicon";
  left: 0;
  top: 0.5rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  background-color: #fff;
  color: transparent;
  content: "\e928";
  text-align: center;
  line-height: 1.6rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#vote .section4 .agree .checkbox input {
  position: absolute;
  opacity: 0;
}
#vote .section4 .agree .checkbox input:checked + label::before {
  border-color: #3A4BEB;
  background-color: #3A4BEB;
  color: #fff;
}
#vote .section4 .box {
  position: relative;
  z-index: 0;
  width: 88rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  margin-top: 1.4rem;
}
#vote .section4 .box strong {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 2rem;
  color: #222;
}
#vote .section4 .box strong:last-child {
  margin-bottom: 0;
}
#vote .section4 .box input {
  position: absolute;
  opacity: 0;
}
#vote .section4 .box input:checked + label::before {
  border-color: #00106D;
  background-color: #00106D;
  color: #fff;
}
#vote .section4 .box label {
  display: block;
  padding: 2.8rem 3.2rem 2.8rem 6.6rem;
  border-radius: 1.2rem;
  background-color: #F4F5F8;
  font-size: 1.7rem;
  text-align: left;
}
#vote .section4 .box label::before {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "xeicon";
  left: 3.2rem;
  top: 3.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  background-color: #fff;
  color: transparent;
  content: "\e928";
  text-align: center;
  line-height: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#vote .section4 .group1 .title {
  position: relative;
}
#vote .section4 .group1 .title strong {
  font-weight: 600;
  color: #60B75C;
}
#vote .section4 .group1 .title span {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 0;
  width: 8rem;
  padding-bottom: 1.8rem;
  font-size: 2rem;
  color: #555;
}
#vote .section4 .group1 .title span::before, #vote .section4 .group1 .title span::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8rem;
  border-radius: 1rem;
  background-color: #F5F5F5;
  content: "";
}
#vote .section4 .group1 .title span::before {
  z-index: 1;
  width: 0;
  background-color: #60B75C;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#vote .section4 .group1 .title span.type1::before {
  width: 10%;
}
#vote .section4 .group1 .title span.type2::before {
  width: 20%;
}
#vote .section4 .group1 .title span.type3::before {
  width: 30%;
}
#vote .section4 .group1 .title span.type4::before {
  width: 40%;
}
#vote .section4 .group1 .title span.type5::before {
  width: 50%;
}
#vote .section4 .group1 .title span.type6::before {
  width: 60%;
}
#vote .section4 .group1 .title span.type7::before {
  width: 70%;
}
#vote .section4 .group1 .title span.type8::before {
  width: 80%;
}
#vote .section4 .group1 .title span.type9::before {
  width: 90%;
}
#vote .section4 .group1 .title span.type10::before {
  width: 100%;
}
#vote .section4 .group3 {
  text-align: center;
}
#vote .section4 .group3 .check {
  width: 88rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#vote .section4 .group3 .btns {
  padding-top: 0;
  border: 0 none;
}
#vote .section4 .group3 .list {
  width: 88rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  margin: 3rem 0;
  padding: 2.4rem 4.8rem;
  border-radius: 1.2rem;
  border: 1px solid #279656;
  background-color: #F7F7F7;
}
#vote .section4 .group3 .list strong {
  margin-right: auto;
}
#vote .section4 .group3 .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.9rem;
  font-size: 1.8rem;
  color: #222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vote .section4 .group3 .list li + li {
  border-top: 1px solid #ccc;
}
#vote .section4 .group3 .item > p strong {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0.8rem 1.2rem;
  border-radius: 10rem;
  border: 1px solid #279656;
  background-color: #F0F6F3;
  font-size: 1.7rem;
  font-weight: 500;
  color: #129148;
  vertical-align: middle;
}
#vote .section4 .group3 .item > p strong::before {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "xeicon";
  vertical-align: top;
  margin-right: 0.6rem;
  content: "\e928";
}
#vote .section4 .group3 .item > p span {
  display: block;
  color: #555;
}

@media (max-width: 1580px) {
  #vote .section4 .tabs i img {
    width: 4rem;
  }
}
@media (max-width: 1280px) {
  #vote .section1::after, #vote .section3 {
    background-size: calc(100% - 6rem) auto;
  }
  #vote .section2 ul {
    gap: 2rem;
  }
  #vote .section3 .item small {
    width: 13rem;
    padding: 1rem;
    border-radius: 1rem;
    word-break: keep-all;
    white-space: normal;
    line-height: 1.2;
  }
  #vote .section3 .item small::after {
    right: -1rem;
    bottom: 0.5rem;
    -webkit-transform: scaleY(0.5) rotate(-45deg);
            transform: scaleY(0.5) rotate(-45deg);
  }
  #vote .section4 .vote {
    height: 54rem;
  }
  #vote .section4 .vote i {
    width: 4rem;
  }
  #vote .section4 .check {
    gap: 0.5rem;
  }
  #vote .section4 .check span {
    width: 8rem;
    font-size: 1.3rem;
  }
  #vote .section4 .cont.cont1 {
    height: 110rem;
  }
  #vote .section4 .cont .group {
    padding: 7.5rem 3rem 0;
  }
  #vote .section4 h2::before {
    left: 5rem;
  }
  #vote .section4 h2::after {
    right: 5rem;
  }
  #vote .section4 .tabs {
    font-size: 1.8rem;
  }
  #vote .section4 .tabs button {
    padding: 1.5rem 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    line-height: 1.2;
  }
  #vote .section4 .tabs span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  #vote .section2 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #vote .section2 li {
    width: calc(50% - 1rem);
    max-width: initial;
  }
  #vote .section3 .item small {
    left: -2rem;
    right: auto;
    bottom: calc(100% + 10rem);
  }
  #vote .section3 .item small::after {
    bottom: -1rem;
    right: 2rem;
    -webkit-transform: scaleX(0.5) rotate(45deg);
            transform: scaleX(0.5) rotate(45deg);
  }
  #vote .section3 .item::after {
    right: -4rem;
  }
  #vote .section4 .group1 .title span {
    display: inline-block;
    position: relative;
    top: 0;
    margin-top: 1rem;
    -webkit-transform: none;
            transform: none;
    vertical-align: top;
  }
  #vote .section4 .tabs {
    font-size: 1.6rem;
  }
  #vote .section4 .form li > label, #vote .section4 .form li > strong {
    width: 12rem;
  }
  #vote .section4 .btns button {
    height: 6rem;
    font-size: 1.8rem;
    line-height: 6rem;
  }
  #vote .section4 .btns button::after {
    top: -1px;
  }
  #vote .section4 h2 {
    background-size: 55rem auto;
  }
  #vote .section4 h2::before, #vote .section4 h2::after {
    width: 5rem;
    background-position-y: 0;
  }
  #vote .section4 h2::before {
    left: 3rem;
  }
  #vote .section4 h2::after {
    right: 3rem;
  }
  #vote .section4 .vote {
    height: 75rem;
  }
  #vote .section4 .vote ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #vote .section4 .vote label {
    padding-right: 6rem;
    font-size: 1.8rem;
  }
  #vote .section4 .vote label br {
    display: none;
  }
  #vote .section4 .cont {
    border-radius: 1rem;
  }
  #vote .section4 .cont.cont1 {
    height: 140rem;
  }
  #vote .section4 .group1 .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #vote .section4 .group1 .btns > * {
    margin: 0 auto;
  }
  #vote .section4 .group1 .btns .check {
    width: 60rem;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  #vote .section1 .group1 > p {
    font-size: 2rem;
  }
  #vote .section1 .item > span {
    font-size: 1.8rem;
  }
  #vote .section1 .item > p {
    font-size: 3rem;
    background-size: calc(100% - 30rem) auto;
  }
  #vote .section1 .item > p small {
    font-size: 1.6rem;
  }
  #vote .section1 h1 {
    padding-top: 2rem;
  }
  #vote .section1 h1 span {
    left: -3rem;
    height: 4.5rem;
    padding-top: 0.1rem;
    font-size: 2rem;
    background-position-x: center;
    background-size: auto 100%;
  }
  #vote .section1 .group2 p {
    font-size: 1.8rem;
  }
  #vote .section1 .group2 strong {
    margin: 0;
    font-size: 3.5rem;
  }
  #vote .section2 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  #vote .section2 li {
    width: 100%;
  }
  #vote .section3 .item {
    margin-top: 18rem;
  }
  #vote .section4 h3 {
    line-height: 1.2;
    word-break: keep-all;
  }
  #vote .section4 .group {
    padding: 5rem 2.5rem;
  }
  #vote .section4 .group3 .list li {
    height: auto;
    padding: 1rem 0;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #vote .section4 .group2 .btns button {
    padding: 0 1rem;
  }
  #vote .section4 .cont.cont1 {
    height: 147rem;
  }
  #vote .section4 .cont.cont2 {
    height: 153rem;
  }
  #vote .section4 .cont.cont3 {
    height: 110rem;
  }
  #vote .section4 .box label {
    padding: 2rem 2rem 2rem 5rem;
  }
  #vote .section4 .box label::before {
    left: 2rem;
    top: 2.5rem;
  }
  #vote .section4 .title {
    font-size: 1.6rem;
  }
  #vote .section4 .title i {
    display: block;
    margin-bottom: 1rem;
  }
  #vote .section4 h2 {
    padding-bottom: 9rem;
    background-size: 32rem auto;
  }
  #vote .section4 h2::before, #vote .section4 h2::after {
    width: 3rem;
  }
  #vote .section4 .tabs {
    overflow: hidden;
    overflow-x: auto;
    gap: 0.5rem;
  }
  #vote .section4 .tabs li {
    min-width: 14rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #vote .section4 .vote {
    height: 83rem;
  }
  #vote .section4 .vote i {
    width: 3rem;
  }
  #vote .section4 .vote label {
    padding: 1.5rem 6rem 1.5rem 2rem;
  }
  #vote .section4 .form li, #vote .section4 .form p label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #vote .section4 .form p label {
    padding: 1.5rem;
    gap: 1rem;
  }
  #vote .section4 .agree {
    padding: 2rem;
  }
  #vote .section4 .agree button {
    display: block;
    position: static;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 1.4rem;
    text-align: right;
  }
  #vote .section4 .agree .checkbox {
    font-size: 1.6rem;
    word-break: keep-all;
  }
  #vote .section4 .agree .checkbox label::before {
    top: 0.3rem;
  }
}