@charset "UTF-8";
/*-------------------------------------------------
title       : 10대 기후행동 대국민약속캠페인 지구를 구하는 우리의 작은 실천
Author      : ㅈㅁㅈ
Create date : 2026-05-11
-------------------------------------------------*/
body {
  background-color: #005142;
}

html.wed-popup-open, body.wed-popup-open {
  overflow: hidden;
}

#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;
}

#hnb .hnb2 a {
  background-color: #333;
  color: #fff;
}

#gnb2.active > ul, #gnb2.active > ul::after {
  right: -2rem;
}

#contents_body {
  width: 100%;
  max-width: initial;
  margin: 0;
  padding: 0;
}

#fnb .fnb1 li:first-child, #siteinfo strong, #footer .related .group, #footer .related .label::after, #footer .btn_top {
  color: #fff;
}

.main_wrap {
  margin-bottom: 0;
}

.board_btns {
  display: none;
}

#footer {
  z-index: 6;
  border: 0 none;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
#footer::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  background-color: #005142;
}

#wed .section3 .group0 h2, #wed .section3 .group1 h2 {
  text-align: center;
}
#wed .section3 .group0 h2 img, #wed .section3 .group1 h2 img {
  height: 6.4rem;
}
#wed .section3 .group0 h2 + p, #wed .section3 .group1 h2 + p {
  margin: 4rem 0 8rem;
  font-size: 2.2rem;
  color: #333;
  text-align: center;
  line-height: 160%;
}
#wed .section3 .group0 h2 + p b, #wed .section3 .group1 h2 + p b {
  font-weight: 700;
}
@media (max-width: 768px) {
  #wed .section3 .group0 h2 img, #wed .section3 .group1 h2 img {
    height: 4.6rem;
  }
  #wed .section3 .group0 h2 + p, #wed .section3 .group1 h2 + p {
    margin: 2rem 0 4rem;
  }
}
@media (max-width: 500px) {
  #wed .section3 .group0 h2, #wed .section3 .group1 h2 {
    display: block;
    height: 8.375rem;
    background: url("/main/img/wed/section3_tt2_m.png") no-repeat center 0;
    background-size: auto 100%;
    margin-bottom: 1rem;
  }
  #wed .section3 .group0 h2 img, #wed .section3 .group1 h2 img {
    display: none;
  }
  #wed .section3 .group0 h2 + p, #wed .section3 .group1 h2 + p {
    font-size: inherit;
  }
}

#wed .btn1, #wed .btn2 {
  display: inline-block;
  overflow: hidden;
  height: 7.2rem;
  padding: 0 4rem;
  border-radius: 0.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 6.8rem;
  vertical-align: top;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#wed .btn3 {
  display: block;
  width: 13.5rem;
  margin: 2.4rem auto 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
}
#wed .btn1 {
  border: 0.2rem solid #429158;
  background-color: #429158;
  color: #fff;
}
#wed .btn1::after {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "xeicon";
  vertical-align: top;
  position: relative;
  top: -0.2rem;
  margin-left: 1rem;
  font-size: 120%;
  font-weight: 400;
  content: "\e90b";
}
#wed .btn1:hover, #wed .btn1:focus {
  background-color: #fff;
  font-weight: 600;
  color: #429158;
}
#wed .btn2 {
  margin-right: 1rem;
  border: 1px solid #aaa;
  color: #333;
}
#wed .btn2:hover, #wed .btn2:focus {
  border-color: #333 !important;
  background-color: #333 !important;
  font-weight: 600;
  color: #fff;
}
#wed .box.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8rem;
  padding: 2.45rem 6.4rem;
  border-radius: 4rem;
  background-color: #0E6A4F;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .box.type1 strong {
  margin-right: auto;
  font-size: 2.4rem;
  font-weight: 700;
  word-break: keep-all;
  text-align: left;
}
#wed .box.type1 b {
  font-weight: inherit;
  color: #FFCF30;
}
#wed .box.type1 span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wed .box.type1 span::after {
  margin-left: 0.8rem;
  font-family: "remixicon";
  font-weight: 400;
  content: "\ec5a";
}
#wed .box.type2 {
  margin: 4.8rem 0;
  padding: 4rem;
  border-radius: 1.6rem;
  background-color: #429158;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  font-weight: 400;
  gap: 1.2rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .box.type2 span::after {
  display: none;
}
#wed .box.type2 strong {
  margin-left: auto;
  text-align: center;
}
#wed .box.type3 {
  position: relative;
  padding-right: 28rem;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#wed .box.type3 strong {
  margin-left: 0;
  text-align: left !important;
}
#wed .box.type3 button {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4rem;
  width: 21.4rem;
  height: 4.3rem;
  border-radius: 4.3rem;
  background-color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .box.type3 button:hover, #wed .box.type3 button:focus {
  background-color: #fff;
  color: #333;
}
#wed .box.type4 {
  position: relative;
  padding: 6.4rem 25.6rem;
  border-radius: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 2.4rem;
}
#wed .box.type4 i {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6.4rem;
  width: 16rem;
}
#wed .box.type4 p {
  position: absolute;
  right: 6.4rem;
  bottom: 0;
  width: 26rem;
}
#wed .box.type4 strong {
  width: 35rem;
  max-width: 100%;
  font-size: 3.2rem;
}
#wed .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 600;
  color: #333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  word-break: keep-all;
}
#wed .label i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 7rem;
  height: 7rem;
  margin-bottom: auto;
  border-radius: 100%;
  background-color: #F5F5F5;
  -ms-flex-preferred-size: 7rem;
      flex-basis: 7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section1 {
  position: relative;
  z-index: 0;
  z-index: 5;
  padding: 18rem 0 15rem;
  background: url("/main/img/wed/bg1.svg") no-repeat center center #FFFDF5;
  background-size: 83.90625% auto;
}
#wed .section1 .group > 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;
}
#wed .section1 .group > p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.6rem;
  padding: 1.5rem;
  background-color: #4A965E;
  font-weight: 600;
  color: #fff;
  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;
}
#wed .section1 .group > p span + span {
  left: 2rem;
  border: 1px solid #4A965E;
  background: none;
  color: #4A965E;
}
#wed .section1 h1 {
  padding: 4rem 0 5.1rem;
  font-size: 2.8rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  word-break: keep-all;
}
#wed .section1 h1 strong {
  display: block;
  margin-bottom: 4rem;
}
#wed .section1 h1 b {
  font-weight: 700;
}
#wed .section1 h1 img {
  height: 21.7rem;
}
#wed .section1 .item {
  width: 120rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 27.5rem;
  padding: 6.4rem 6rem;
  -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: 4rem;
  background-color: #fff;
  font-size: 2rem;
  font-weight: 400;
  color: #333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section1 .item strong em {
  display: inline-block;
  vertical-align: middle;
}
#wed .section1 .item > i {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -27.5rem;
  z-index: -1;
}
#wed .section1 .item > i #lottie-heart {
  position: absolute;
  right: 80%;
  bottom: 80%;
}
#wed .section1 .item p {
  position: relative;
  width: 35rem;
  margin-right: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wed .section1 .item p strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -2.9rem;
  top: -2rem;
  width: 10rem;
  height: 10rem;
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  background-color: #FFCF30;
  font-size: 2.6rem;
  font-weight: 800;
  color: #000;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section1 .item > div {
  width: 65rem;
  margin-left: 2.4rem;
}
#wed .section1 .item > div strong {
  display: block;
  margin: 2.4rem 0;
  font-size: 3.2rem;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
  line-height: 130%;
  letter-spacing: -0.1rem;
}
#wed .section1 .item > div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14rem;
  height: 5rem;
  -webkit-mask: url("/main/img/wed/txt.png") no-repeat;
          mask: url("/main/img/wed/txt.png") no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #429158;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section1 .item.item1::before {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -4.9rem;
  width: 54.6rem;
  height: 7.3rem;
  background: url("/main/img/wed/hand.png") no-repeat center bottom;
  background-size: 100% auto;
  content: "";
}
#wed .section1 .item.item2 {
  margin-top: 3rem;
}
#wed .section1 .item.item2 > div span {
  background-color: #FFCF30;
  color: #000;
}
#wed .section1 .item.item2 li:last-child {
  color: #429158;
}
#wed .section1 .imgs li {
  position: absolute;
  z-index: -1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#wed .section1 .imgs li:nth-child(1) {
  right: 76.041%;
  top: 12.152%;
}
#wed .section1 .imgs li:nth-child(2) {
  right: 71.875%;
  top: 36.805%;
}
#wed .section1 .imgs li:nth-child(3) {
  right: 85.156%;
  top: 51.388%;
}
#wed .section1 .imgs li:nth-child(4) {
  left: 81.77%;
  top: 12.152%;
}
#wed .section1 .imgs li:nth-child(5) {
  left: 71.875%;
  top: 27.777%;
}
#wed .section1 .imgs li:nth-child(6) {
  left: 84.375%;
  top: 36.805%;
}
#wed .section1 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 9rem;
  background: -webkit-gradient(linear, left top, right top, from(#429158), to(#005142));
  background: linear-gradient(to right, #429158, #005142);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section1 .btn img {
  height: 3.9rem;
}
#wed .section1 .btn.disable {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#wed .section2 {
  position: relative;
  padding: 16rem 0;
  background-color: #EAF7DC;
}
#wed .section2::before, #wed .section2::after {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 0;
  height: 27.2rem;
  background-size: 100% auto !important;
  content: "";
}
#wed .section2::before {
  left: 0;
  width: 43rem;
  max-width: 22.5%;
  background: url("/main/img/wed/bg2_1.png") no-repeat 0 bottom;
}
#wed .section2::after {
  right: 0;
  width: 45.1rem;
  max-width: 24%;
  background: url("/main/img/wed/bg2_2.png") no-repeat right bottom;
}
#wed .section2 .group, #wed .section2 > a {
  width: 120rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
#wed .section2 .group {
  position: relative;
  z-index: 0;
  padding-top: 3.3rem;
}
#wed .section2 .group i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 54rem;
  max-width: 50%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section2 .group p {
  margin: 4.8rem 0 3.2rem;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  line-height: 150%;
  word-break: keep-all;
}
#wed .section2 .group h2 {
  font-size: 2.8rem;
  color: #000;
}
#wed .section2 .group h2 strong {
  display: block;
  margin-top: 1.6rem;
}
#wed .section2 .group h2 strong img {
  height: 14rem;
}
#wed .section2 .group h2 strong:first-child img {
  height: 6.1rem;
}
#wed .section2 .group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 400;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  letter-spacing: -0.05rem;
}
#wed .section2 .group ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
}
#wed .section2 .group ul strong {
  margin-bottom: auto;
  font-weight: 700;
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wed .section2 .group ul.type1 {
  margin: 3.2rem 0;
}
#wed .section2 .group ul.type1 li {
  padding-left: 2.8rem;
  background: url(/main/img/wed/bul.png) no-repeat 0 1rem;
}
#wed .section2 .group ul.type1 + strong {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}
#wed .section2 .group ul.type2 {
  margin: 1.2rem 0 4.8rem;
}
#wed .section2 .group ul.type2 strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.5rem;
  height: 3.4rem;
  border-radius: 1.8rem 1.8rem 0.4rem 1.8rem;
  background-color: #FFCF30;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section2 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18rem;
  padding: 8rem 12rem;
  border-radius: 4rem 4rem 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#065C4B), to(#024B3C));
  background: linear-gradient(to bottom, #065C4B, #024B3C);
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section2 > a:hover span, #wed .section2 > a:focus span {
  background-color: #fff;
  color: #024B3C;
}
#wed .section2 > a strong img {
  position: relative;
  z-index: 1;
  height: 9.5rem;
}
#wed .section2 > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  height: 7.2rem;
  margin-left: auto;
  padding: 0 4rem;
  border-radius: 0.6rem;
  border: 1px solid #ddd;
  background-color: #065C4B;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section2 > a span::after {
  font-family: "remixicon";
  content: "\ec5a";
}
#wed .section3 {
  position: relative;
  z-index: 7;
  padding: 12rem 0;
  background-color: #FFFDF5;
}
#wed .section3 .group1 .item, #wed .section3 .group2 .item, #wed .section3 .group3 .item, #wed .section3 .group4 {
  padding: 6.4rem;
  -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: 4rem;
  background-color: #fff;
  text-align: center;
}
#wed .section3 .group3 h2, #wed .section3 .group4 h2 {
  font-size: 3.2rem;
  color: #000;
  line-height: 130%;
}
#wed .section3 [class*=group] {
  width: 120rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section3 [class*=group].active {
  overflow: visible;
  visibility: visible;
  height: auto;
}
#wed .section3 .group0 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  font-size: 2rem;
  color: #333;
  text-align: center;
}
#wed .section3 .group0 .item > * {
  padding: 6rem 7.5rem;
  border-radius: 4rem;
  font-weight: 300;
  line-height: 160%;
}
#wed .section3 .group0 .item > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("/main/img/wed/chuu.png") no-repeat center bottom #38894F;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -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;
}
#wed .section3 .group0 .item > button strong {
  display: block;
  margin: 0 auto 2.4rem;
  font-size: 3.6rem;
}
#wed .section3 .group0 .item > button span {
  margin: 0 auto;
}
#wed .section3 .group0 .item > button::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  height: 7.2rem;
  margin: 2.4rem auto auto;
  border-radius: 0.6rem;
  background-color: #FFCF30;
  font-weight: 700;
  color: #000;
  content: "참여하기";
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section3 .group0 .item > button:hover::after, #wed .section3 .group0 .item > button:focus::after {
  background-color: #fff;
}
#wed .section3 .group0 .item .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48rem;
  -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  border-radius: 4rem;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
#wed .section3 .group0 .item .form .btn2 {
  margin: 0 auto;
  border-color: #555;
}
#wed .section3 .group0 .item .form > strong {
  font-size: 2.8rem;
  color: #000;
  line-height: 140%;
}
#wed .section3 .group0 .item .form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32rem;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
#wed .section3 .group0 .item .form ul span {
  font-weight: 400;
  color: #337EFF;
}
#wed .section3 .group0 .item .form ul label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1E2124;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section3 .group0 .item .form ul input {
  width: 100%;
  height: 5.6rem;
  padding: 0 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #ccc;
  font-size: 1.8rem;
}
#wed .section3 .group0 .item .form ul input::-webkit-input-placeholder {
  color: #929292;
  opacity: 1;
}
#wed .section3 .group0 .item .form ul input::-moz-placeholder {
  color: #929292;
  opacity: 1;
}
#wed .section3 .group0 .item .form ul input:-ms-input-placeholder {
  color: #929292;
  opacity: 1;
}
#wed .section3 .group0 .item .form ul input::-ms-input-placeholder {
  color: #929292;
  opacity: 1;
}
#wed .section3 .group0 .item .form ul input::placeholder {
  color: #929292;
  opacity: 1;
}
#wed .section3 .group0 .item .form ul input::-webkit-input-placeholder {
  color: #929292;
  opacity: 1;
}
#wed .section3 .group1 .list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, calc(50% - 2rem));
}
#wed .section3 .group1 .list button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 6.4rem;
  border-radius: 6.4rem;
  border: 1px solid #DEDEDE;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  gap: 0.8rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section3 .group1 .list button i {
  color: #aaa;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section3 .group1 .list button.type2 {
  display: none;
}
#wed .section3 .group1 .list button:disabled {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  color: #999;
}
#wed .section3 .group1 .list button.cancel {
  border-color: transparent;
  background-color: #F5F5F5;
}
#wed .section3 .group1 .list button.cancel i {
  color: #EF4452;
}
#wed .section3 .group1 .list button:hover, #wed .section3 .group1 .list button:focus {
  border-color: #429158;
  background-color: #429158;
  color: #fff;
}
#wed .section3 .group1 .list button:hover i, #wed .section3 .group1 .list button:focus i {
  color: inherit;
}
#wed .section3 .group1 .list li {
  position: relative;
  padding: 5rem 4rem 14.4rem;
  -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: 4rem;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section3 .group1 .list li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 4rem;
  gap: 1.2rem;
}
#wed .section3 .group1 .list li:hover, #wed .section3 .group1 .list li:focus {
  border-color: #429158;
}
#wed .section3 .group1 .list li.active:hover, #wed .section3 .group1 .list li.active:focus-within {
  border-color: #fff;
}
#wed .section3 .group1 .list li.active .label i::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -0.6rem;
  top: -0.6rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  background-color: #429158;
  font-family: "remixicon";
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  content: "\f119";
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section3 .group1 .list li.active button.type1 {
  display: none;
}
#wed .section3 .group1 .list li.active button.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  color: #999;
}
#wed .section3 .group1 .list li.active button.type2 i {
  color: #999;
}
#wed .section3 .group1 .list li.active button.type2:hover, #wed .section3 .group1 .list li.active button.type2:focus {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  color: #999;
}
#wed .section3 .group1 .list li.active button.type2:hover i, #wed .section3 .group1 .list li.active button.type2:focus i {
  color: #999;
}
#wed .section3 .group1 .item {
  margin-top: 8rem;
  padding: 5rem 4rem 4rem;
}
#wed .section3 .group1 .item small {
  display: block;
  margin: 2.4rem 0;
  padding-top: 2.4rem;
  border-top: 1px solid #eee;
  font-size: 2rem;
  color: #757575;
}
#wed .section3 .group1 .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
#wed .section3 .group1 .item h3 {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 140%;
  text-align: left;
}
#wed .section3 .group1 .item h3 span {
  color: #429158;
}
#wed .section3 .group1 .item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 0;
  border-radius: 1.2rem;
  font-size: 2rem;
  color: #333;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
#wed .section3 .group1 .item li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  height: 5rem;
  margin-bottom: auto;
  border-radius: 100%;
  background-color: #F5F5F5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 5rem;
      flex-basis: 5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section3 .group1 .item li img {
  width: 2.8rem;
}
#wed .section3 .group1 .item li strong {
  min-width: 0;
  font-weight: inherit;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 150%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#wed .section3 .group1 .item li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  gap: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wed .section3 .group1 .item li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.3rem;
  padding: 0 2rem;
  border-radius: 4.3rem;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}
#wed .section3 .group1 .item li button::before {
  font-family: "remixicon";
  color: #aaa;
  content: "\efdf";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section3 .group1 .item li button:hover, #wed .section3 .group1 .item li button:focus {
  border-color: #E4F5E9;
  background-color: #E4F5E9;
}
#wed .section3 .group1 .item li button:hover::before, #wed .section3 .group1 .item li button:focus::before {
  color: #429158;
}
#wed .section3 .group1 .item li button.del::before {
  content: "\eb96";
}
#wed .section3 .group1 .item li button.del:hover, #wed .section3 .group1 .item li button.del:focus {
  border-color: #FFE6E8;
  background-color: #FFE6E8;
}
#wed .section3 .group1 .item li button.del:hover::before, #wed .section3 .group1 .item li button.del:focus::before {
  color: #EF4452;
}
#wed .section3 .group1 .item.active {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  height: 9rem;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
#wed .section3 .group1 .item.active::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  border-top: 1px solid #ddd;
  background-color: #fff;
}
#wed .section3 .group1 .item.active small, #wed .section3 .group1 .item.active .btn3 {
  display: none;
}
#wed .section3 .group1 .item.active h3 {
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wed .section3 .group1 .item.active ul {
  overflow: hidden;
  overflow-x: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.2rem;
}
#wed .section3 .group1 .item.active ul li {
  padding: 0;
}
#wed .section3 .group1 .item.active ul strong, #wed .section3 .group1 .item.active ul span {
  display: none;
}
#wed .section3 .group1 .item.active .btn1 {
  overflow: hidden;
  width: 15.2rem;
  height: 4rem;
  margin-left: auto;
  padding: 0;
  border-radius: 4rem;
  border-color: #333;
  background-color: #333;
  font-size: 1.6rem;
  color: #fff !important;
  line-height: 3.8rem;
}
#wed .section3 .group1 .item.active .btn1::before {
  display: block;
  content: "제출하기";
}
#wed .section3 .group1 .item.active .btn1::after {
  display: none;
}
#wed .section3 .group1 .item #goSubmitBtn {
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
#wed .section3 .popup {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#wed .section3 .popup h3.label {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
#wed .section3 .popup > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-y: auto;
  max-height: calc(100dvh - 10rem);
  padding: 4.5rem 4rem 4rem;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wed .section3 .popup.popup1 .btn1 {
  width: 100%;
}
#wed .section3 .popup.active {
  visibility: visible;
  width: 100vw;
  height: 100dvh;
  min-height: 100vh;
  opacity: 1;
}
#wed .section3 .popup.popup2 {
  text-align: center;
}
#wed .section3 .popup.popup2 .label {
  padding: 0.5rem 0 4rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wed .section3 .popup.popup2 .btn1:hover, #wed .section3 .popup.popup2 .btn1:focus {
  border-color: #429158;
}
#wed .section3 .popup label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem 0 1.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  gap: 0.5rem;
}
#wed .section3 .popup label span {
  font-weight: inherit;
  color: #429158;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wed .section3 .popup label small {
  margin-left: auto;
  margin-top: auto;
  font-size: 1.6rem;
  font-weight: 300;
  color: #929292;
}
#wed .section3 .popup textarea {
  width: 100%;
  height: 24rem;
  margin-bottom: 4rem;
  padding: 1.6rem;
  outline: 0 none;
  border-radius: 0.8rem;
  border: 1px solid #ccc;
  font-size: 1.9rem;
  font-weight: 300;
  color: #333;
  resize: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section3 .popup textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .popup textarea::-moz-placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .popup textarea:-ms-input-placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .popup textarea::-ms-input-placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .popup textarea::placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .popup textarea:hover, #wed .section3 .popup textarea:focus {
  border-color: #429158;
}
#wed .section3 .popup .btn1 {
  border-color: transparent;
  font-weight: 600;
}
#wed .section3 .popup .btn1::after {
  display: none;
}
#wed .section3 .popup .btn1[disabled] {
  background-color: #F2F2F2;
  color: #929292;
}
#wed .section3 .popup .btn1:not([disabled]):hover, #wed .section3 .popup .btn1:not([disabled]):focus {
  border-color: #429158;
}
#wed .section3 .popup .close {
  overflow: hidden;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  color: #000;
}
#wed .section3 .popup .close::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "xeicon";
  text-align: center;
  line-height: inherit;
  content: "\e921";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section3 .popup .close:hover::before, #wed .section3 .popup .close:focus::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#wed .section3 .popup.popup3 h3.label, #wed .section3 .popup.popup4 h3.label {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 130%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wed .section3 .popup.popup3 input, #wed .section3 .popup.popup5 input {
  width: 100%;
  height: 5.6rem;
  padding: 0 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #DEDEDE;
  font-size: 1.8rem;
  color: #555;
}
#wed .section3 .popup.popup3 li, #wed .section3 .popup.popup5 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: start;
}
#wed .section3 .popup.popup3 li > label, #wed .section3 .popup.popup3 li > strong, #wed .section3 .popup.popup5 li > label, #wed .section3 .popup.popup5 li > strong {
  width: 100%;
  font-size: 1.8rem;
  color: #1E2124;
}
#wed .section3 .popup.popup3 li > label span, #wed .section3 .popup.popup3 li > strong span, #wed .section3 .popup.popup5 li > label span, #wed .section3 .popup.popup5 li > strong span {
  color: #337EFF;
}
#wed .section3 .popup.popup3 > div {
  max-height: calc(100dvh - 4rem);
  padding: 5rem 4rem 4rem;
}
#wed .section3 .popup.popup3 h3.label {
  font-size: 2.8rem;
}
#wed .section3 .popup.popup3 .btn1 {
  width: 100%;
  height: 6.4rem;
  margin-top: 4rem;
  line-height: 6rem;
}
#wed .section3 .popup.popup3 input {
  height: 5.2rem;
  background-color: #F2F2F2;
}
#wed .section3 .popup.popup3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  row-gap: 2rem;
}
#wed .section3 .popup.popup3 p {
  margin: 2.4rem 0;
  font-size: 1.8rem;
  text-align: center;
}
#wed .section3 .popup.popup3 li:nth-child(n+3) {
  width: 100%;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
#wed .section3 .popup.popup3 li > label {
  margin: 0;
}
#wed .section3 .popup.popup3 .gender, #wed .section3 .popup.popup3 .years {
  position: relative;
  z-index: 0;
  font-size: 1.8rem;
  color: #333;
  white-space: nowrap;
}
#wed .section3 .popup.popup3 .gender label, #wed .section3 .popup.popup3 .years label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0 2.4rem;
  border-radius: 0.8rem;
  border: 2px solid transparent;
  background-color: #F5F5F5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section3 .popup.popup3 .gender input, #wed .section3 .popup.popup3 .years input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#wed .section3 .popup.popup3 .gender input:checked + label, #wed .section3 .popup.popup3 .years input:checked + label {
  border-color: #03817D;
  background-color: #fff;
}
#wed .section3 .popup.popup3 .gender input:checked + label::after, #wed .section3 .popup.popup3 .years input:checked + label::after {
  margin: 0 -0.4rem 0 0.4rem;
  font-family: "remixicon";
  font-size: 2.5rem;
  font-weight: 400;
  color: #03817D;
  content: "\eb7b";
}
#wed .section3 .popup.popup3 .gender {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 2rem;
  font-weight: 600;
}
#wed .section3 .popup.popup3 .gender input:checked + label i {
  background-color: #F5F5F5;
}
#wed .section3 .popup.popup3 .gender label {
  height: 7.2rem;
}
#wed .section3 .popup.popup3 .gender label::after {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
}
#wed .section3 .popup.popup3 .gender label i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  height: 6rem;
  margin-right: 1.2rem;
  padding: 0 1rem;
  border-radius: 100%;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section3 .popup.popup3 .years {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wed .section3 .popup.popup3 .years label {
  height: 4.8rem;
  padding: 0 2rem;
  font-weight: 400;
}
#wed .section3 .popup.popup4 {
  font-size: 2rem;
  color: #333;
  text-align: center;
}
#wed .section3 .popup.popup4 h3.label {
  margin: 2.4rem 0;
}
#wed .section3 .popup.popup4 .btn2 {
  margin-top: 4rem;
}
#wed .section3 .popup.popup5 h3.label {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
#wed .section3 .popup.popup5 p {
  font-size: 2rem;
  font-weight: 300;
  word-break: keep-all;
}
#wed .section3 .popup.popup5 .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32rem;
  max-width: 100%;
  margin: 4rem auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
#wed .section3 .popup.popup5 label {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section3 .popup.popup5 label span {
  margin-right: auto;
  margin-left: 0;
}
#wed .section3 .popup.popup6 {
  text-align: center;
}
#wed .section3 .popup.popup6 h3.label {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}
#wed .section3 .popup.popup6 p {
  margin: 1.6rem 0 4rem;
  font-size: 2rem;
  color: #333;
}
#wed .section3 .group2 .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 2.4rem;
  gap: 4rem;
}
#wed .section3 .group2 .step::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #005142;
  content: "▶";
}
#wed .section3 .group2 .step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.7rem;
  border-radius: 6.7rem;
  border: 1px solid #429158;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 2.2rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#wed .section3 .group2 .step li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wed .section3 .group2 .step li:first-child::before {
  font-family: "remixicon";
  font-size: 150%;
  font-weight: 400;
  color: #429158;
  content: "\eb80";
}
#wed .section3 .group2 .step li:last-child {
  background-color: #429158;
  color: #fff;
}
#wed .section3 .group2 .step li:last-child::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  border: 1px solid #fff;
  font-size: 1.6rem;
  font-weight: 400;
  content: "2";
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section3 .group2 .item .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wed .section3 .group2 .item h2 {
  margin-bottom: 1.2rem;
  font-size: 3.2rem;
  color: #000;
}
#wed .section3 .group2 .item h2 + p {
  margin-bottom: 4.8rem;
  font-size: 2.2rem;
  color: #333;
}
#wed .section3 .group2 .item h2 + p span {
  color: #337EFF;
}
#wed .section3 .group2 .form {
  width: 64rem;
  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;
}
#wed .section3 .group2 .form input[type=text], #wed .section3 .group2 .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;
}
#wed .section3 .group2 .form input[type=text] {
  color: #333;
}
#wed .section3 .group2 .form input[type=text]::-webkit-input-placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .group2 .form input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .group2 .form input[type=text]:-ms-input-placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .group2 .form input[type=text]::-ms-input-placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .group2 .form input[type=text]::placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .group2 .form input[type=text]::-webkit-input-placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .group2 .form input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .group2 .form input[type=text]:-ms-input-placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .group2 .form input[type=text]::-ms-input-placeholder {
  opacity: 1;
  color: #929292;
}
#wed .section3 .group2 .form select {
  background: url("/main/img/vote/select.png") no-repeat calc(100% - 1.6rem) center;
  color: #929292;
}
#wed .section3 .group2 .form li > label, #wed .section3 .group2 .form li > strong {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1E2124;
  text-align: left;
}
#wed .section3 .group2 .form li > label span, #wed .section3 .group2 .form li > strong span {
  margin-left: 1rem;
  color: #337EFF;
}
#wed .section3 .group2 .form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#wed .section3 .group2 .form p span {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
#wed .section3 .group2 .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;
}
#wed .section3 .group2 .form p input {
  position: absolute;
  opacity: 0;
}
#wed .section3 .group2 .form p input:checked + label {
  border-color: #03817D;
  background-color: #fff;
}
#wed .section3 .group2 .form p input:checked + label i {
  background-color: #F5F5F5;
}
#wed .section3 .group2 .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-size: 2rem;
  font-weight: 600;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
#wed .section3 .group2 .form p label:hover, #wed .section3 .group2 .form p label:focus {
  border-color: #03817D;
}
#wed .section3 .group2 .agree {
  position: relative;
  z-index: 0;
  width: 64rem;
  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;
}
#wed .section3 .group2 .agree .bul3 > li::before {
  background-color: #D9D9D9;
}
#wed .section3 .group2 .agree .txts {
  overflow: hidden;
  height: 0;
}
#wed .section3 .group2 .agree > li {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section3 .group2 .agree > li + li {
  margin-top: 2rem;
}
#wed .section3 .group2 .agree > li.active .txts {
  height: auto;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed #e0e0e0;
}
#wed .section3 .group2 .agree > li.active + li {
  margin-top: 5rem;
}
#wed .section3 .group2 .agree > li.active button::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#wed .section3 .group2 .agree button {
  position: absolute;
  right: 0;
  top: 0.5rem;
}
#wed .section3 .group2 .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);
}
#wed .section3 .group2 .agree .checkbox {
  position: relative;
  width: calc(100% - 10rem);
  font-size: 1.8rem;
  word-break: keep-all;
}
#wed .section3 .group2 .agree .checkbox strong {
  color: #00106D;
}
#wed .section3 .group2 .agree .checkbox label {
  position: relative;
  padding-left: 3.4rem;
  text-align: left;
}
#wed .section3 .group2 .agree .checkbox label::before {
  position: absolute;
  left: 0;
  top: auto;
  content: "";
}
#wed .section3 .group2 .agree .checkbox label {
  display: block;
}
#wed .section3 .group2 .agree .checkbox label::before {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "xeicon";
  left: 0;
  top: 0.3rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.3rem;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  color: transparent;
  content: "\e928";
  text-align: center;
  line-height: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section3 .group2 .agree .checkbox input {
  position: absolute;
  opacity: 0;
}
#wed .section3 .group2 .agree .checkbox input:checked + label::before {
  border-color: #00106D;
  background-color: #00106D;
  color: #fff;
}
#wed .section3 .group2 .box {
  position: relative;
  z-index: 0;
  width: 64rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  margin: 1.6rem 0 4.8rem;
}
#wed .section3 .group2 .box strong {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 2rem;
  color: #222;
}
#wed .section3 .group2 .box strong:last-child {
  margin-bottom: 0;
}
#wed .section3 .group2 .box input {
  position: absolute;
  opacity: 0;
}
#wed .section3 .group2 .box input:checked + label::before {
  border-color: #00106D;
  background-color: #00106D;
  color: #fff;
}
#wed .section3 .group2 .box label {
  display: block;
  padding: 2.8rem 3.2rem 2.8rem 6.6rem;
  border-radius: 1.2rem;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  font-size: 1.7rem;
  text-align: left;
}
#wed .section3 .group2 .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 #bdbdbd;
  background-color: #fff;
  color: transparent;
  content: "\e928";
  text-align: center;
  line-height: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wed .section3 .group2 .btns {
  margin: 4.8rem 0;
}
#wed .section3 .group3 h2 {
  margin: 4.8rem 0 1.2rem;
}
#wed .section3 .group3 p {
  font-size: 2.2rem;
  color: #333;
  line-height: 160%;
}
#wed .section3 .group3 p.complete-participant-order {
  margin: 0 0 2rem;
  font-size: 2.2rem;
  font-weight: 600;
  color: #429158;
}
#wed .section3 .group3 > .btn2 {
  display: block;
  margin: 0 auto;
  background-color: #fff;
}
#wed .section3 .group3 .item .box {
  margin: 4.8rem 0;
}
#wed .section3 .group3 .item > span {
  width: 37.7rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  margin: 4.8rem auto;
  padding: 1.6rem 4.8rem;
  border-radius: 1.2rem;
  background-color: #F4F4F4;
  font-size: 1.8rem;
  color: #616161;
}
#wed .section3 .group3 .item.item1 > p:last-child {
  font-size: 1.6rem;
  color: #616161;
}
#wed .section3 .group3 .item2 {
  position: relative;
  margin: 4rem 0;
  padding: 6.4rem;
  background: url("/main/img/wed/item2.png") no-repeat center center/cover;
  font-size: 2rem;
  color: #fff;
  text-align: left;
}
#wed .section3 .group3 .item2 em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14rem;
  height: 5rem;
  margin: 0 auto 2.4rem;
  -webkit-mask: url("/main/img/wed/txt.png") no-repeat;
          mask: url("/main/img/wed/txt.png") no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #FFCF30;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section3 .group3 .item2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
#wed .section3 .group3 .item2 .btn1 {
  width: 100%;
}
#wed .section3 .group3 .item2 > strong {
  display: block;
  font-size: 4rem;
  line-height: 130%;
  text-align: center;
  word-break: keep-all;
}
#wed .section3 .group3 .item2 > span {
  display: block;
  width: 55rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 2.4rem 0;
  border-radius: 0;
  background: none;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
#wed .section3 .group3 .item2 div {
  width: 60rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 4.8rem 2rem 4.8rem 4.8rem;
  border-radius: 2.4rem;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
}
#wed .section3 .group3 .item2 div > strong {
  display: block;
  margin: 4rem 0 0.8rem;
}
#wed .section3 .group3 .item2 div p {
  margin: 4rem 0 4rem;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
}
#wed .section3 .group3 .item2 div p strong {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 2.4rem;
}
#wed .section3 .group3 .item2 div p strong::before {
  position: absolute;
  left: 0;
  top: auto;
  font-family: "remixicon";
  font-weight: 400;
  content: "\eca0";
  color: #FFCF30;
}
#wed .section3 .group3 .item2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wed .section3 .group3 .item2 li strong {
  width: 4.8rem;
  margin-bottom: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wed .section3 .group4 {
  padding-top: 0;
  padding-bottom: 0;
}
#wed .section3 .group4.active {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
#wed .section3 .group4 h2 strong {
  display: block;
  margin: 2.4rem 0;
  font-weight: 700;
}
#wed .section3 .group4 h2 + p {
  font-size: 2.2rem;
  color: #333;
}
#wed .section3 .group4 h2 em {
  display: inline-block;
  width: 33.2rem;
  max-width: 100%;
  height: 3.7rem;
  border-radius: 4rem;
  background-color: #F5F5F5;
  font-size: 1.6rem;
  vertical-align: top;
}
#wed .section3 .group4 h2 em span {
  color: #429158;
}
#wed .section3 .group4 .item {
  margin-bottom: 4.8rem;
  padding: 4rem;
  border-radius: 1.6rem;
  background-color: #F5F5F5;
  text-align: left;
}
#wed .section3 .group4 .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
#wed .section3 .group4 .item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
#wed .section3 .group4 .item i {
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wed .section3 .group4 .item li > span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 150%;
}
#wed .section3 .group4 .item h3 {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  color: #333;
}
#wed .section3 .group4 .item h3 span {
  color: #429158;
}
#wed .section3 .group4 .btn2:last-child:nth-child(2) {
  border-color: #555;
}
#wed .section3 .group4 .btn2:last-child:nth-child(2)::after {
  margin-left: 1.2rem;
  font-family: "remixicon";
  font-weight: 400;
  content: "\ec5a";
}
#wed .section4 {
  position: relative;
  z-index: 6;
  padding-top: 6.4rem;
  overflow: hidden;
  background-color: #005142;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
#wed .section4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 1.2rem;
  -webkit-animation: wed-marquee-ltr 30s infinite linear;
          animation: wed-marquee-ltr 30s infinite linear;
  will-change: transform;
}
#wed .section4 h2 {
  margin-bottom: 4.8rem;
  font-size: 3.2rem;
  word-break: keep-all;
}
#wed .section4 h2 span {
  color: #FCD462;
}
#wed .section4 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  margin-right: 0.8rem;
  padding: 0 5rem;
  border-radius: 6rem;
  background-color: #0E6A4F;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wed .section4 li span {
  font-size: 1.8rem;
  font-weight: 400;
}

@-webkit-keyframes wed-marquee-ltr {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes wed-marquee-ltr {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1280px) {
  #wed .box.type4 {
    padding: 5rem;
  }
  #wed .box.type4 i {
    display: block;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  #wed .box.type4 p {
    right: 4rem;
  }
  #wed .section1 {
    padding: 15rem 0 10rem;
  }
  #wed .section1 .imgs li {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  #wed .section1 .imgs li:nth-child(2) {
    top: 28%;
  }
  #wed .section1 .imgs li:nth-child(3) {
    top: 41%;
  }
  #wed .section1 .imgs li:nth-child(5) {
    top: 28%;
  }
  #wed .section1 .imgs li:nth-child(6) {
    top: 40%;
  }
  #wed .section1 .item {
    padding: 5rem 2rem 5rem 5rem;
  }
  #wed .section1 .item p {
    width: 30rem;
    margin-left: auto;
  }
  #wed .section1 .item div {
    margin-right: auto;
  }
  #wed .section2 .group {
    height: auto;
  }
  #wed .section2 > a {
    padding: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
  #wed .section2 > a span {
    margin-right: auto;
    -webkit-transform: translateX(-6rem);
            transform: translateX(-6rem);
  }
  #wed .section3 .group0 .item > * {
    padding: 6rem 3rem;
    word-break: keep-all;
  }
  #wed .section3 .group0 .item .form {
    width: 39rem;
  }
}
@media (max-width: 768px) {
  #wed .label {
    font-size: 2rem;
  }
  #wed .box.type1 {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
  #wed .box.type1 strong {
    margin-left: auto;
    text-align: center;
    line-height: 120%;
  }
  #wed .box.type2 {
    padding: 3rem !important;
    border-radius: 1rem !important;
  }
  #wed .box.type3 button {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  #wed .box.type4 {
    padding-bottom: 0 !important;
    padding-top: 5rem !important;
    text-align: center;
  }
  #wed .box.type4 p {
    position: static;
    width: 100%;
    margin-top: 4rem;
  }
  #wed .box.type4 span {
    margin: 0 auto;
  }
  #wed .box.type4 i {
    width: 100%;
  }
  #wed .box.type4 i img {
    height: auto !important;
  }
  #wed .section1 {
    padding: 10rem 0 3rem;
  }
  #wed .section1 h1 img {
    height: 18rem;
  }
  #wed .section1 h1 b::before {
    display: block;
    width: 100%;
    height: 0;
    content: "";
  }
  #wed .section1 .imgs li {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #wed .section1 .imgs li:nth-child(1) {
    top: 10%;
  }
  #wed .section1 .imgs li:nth-child(2) {
    top: 20%;
  }
  #wed .section1 .imgs li:nth-child(3) {
    top: 34%;
  }
  #wed .section1 .imgs li:nth-child(5) {
    top: 20%;
  }
  #wed .section1 .imgs li:nth-child(6) {
    top: 32%;
  }
  #wed .section1 .item {
    margin-top: 20rem;
    padding: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #wed .section1 .item > i {
    top: -20rem;
  }
  #wed .section1 .item > div {
    max-width: 100%;
    margin: 0 auto;
  }
  #wed .section1 .item > div strong {
    font-size: 2.8rem;
  }
  #wed .section1 .item.item1::before {
    width: 40rem;
    height: 6.7rem;
  }
  #wed .section2 {
    padding: 1rem 0 2rem;
  }
  #wed .section2 .group {
    margin-bottom: 5rem;
    padding-bottom: 10rem;
  }
  #wed .section2 .group i {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  #wed .section2 .group h2 strong img {
    height: 10rem;
  }
  #wed .section2 .group ul {
    font-size: inherit;
  }
  #wed .section2 .group ul.type1 li {
    padding-left: 2rem;
    background-size: auto 1rem;
    background-position-y: 0.5rem;
  }
  #wed .section2 > a {
    padding: 5rem 0;
  }
  #wed .section2 > a strong img {
    height: 8rem;
  }
  #wed .section2 > a span {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
  #wed .section3 {
    padding: 5rem 0;
  }
  #wed .section3 .group0 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #wed .section3 .group0 .item > button {
    padding: 4rem 5rem;
    background-position-x: right;
    background-size: 30% auto;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #wed .section3 .group0 .item > button strong, #wed .section3 .group0 .item > button span, #wed .section3 .group0 .item > button::after {
    margin-left: 0;
  }
  #wed .section3 .group0 .item .form {
    width: 100%;
  }
  #wed .section3 .group1 .list {
    gap: 1rem;
    grid-template-columns: repeat(2, calc(50% - 0.5rem));
  }
  #wed .section3 .group1 .list li {
    padding: 2rem 2rem 10rem;
    border-radius: 2rem;
  }
  #wed .section3 .group1 .list li > span {
    padding: 2rem;
  }
  #wed .section3 .group1 .item {
    margin-top: 3rem;
  }
  #wed .section3 .group1 .item small {
    font-size: 1.5rem;
    word-break: keep-all;
  }
  #wed .section3 .group2 .item, #wed .section3 .group3 .item {
    padding: 5rem;
  }
  #wed .section3 .group3 .item2 > strong {
    font-size: 3.5rem;
  }
  #wed .section3 .group3 .item2 > span {
    font-size: 1.8rem;
  }
  #wed .section3 .group4 {
    padding: 0 5rem;
  }
  #wed .section3 .group4 .btn2 {
    padding: 0 2rem;
  }
  #wed .section3 .group4.active {
    padding: 5rem;
  }
  #wed .box.type1 {
    padding: 3rem 2rem;
    border-radius: 1rem;
  }
  #wed .section1 {
    background: #FFFDF5;
  }
  #wed .section1 .group > p {
    font-size: 2rem;
  }
  #wed .section1 .group > p span {
    height: 5rem;
    padding: 0 1.5rem;
  }
  #wed .section1 h1 {
    padding-bottom: 3rem;
    font-size: 2rem;
  }
  #wed .section1 h1 strong {
    margin-bottom: 2rem;
  }
  #wed .section1 h1 img {
    height: 11rem;
  }
  #wed .section1 .item {
    margin-top: 10rem;
    padding: 8rem 2.5rem 2.5rem;
    border-radius: 2rem;
    font-size: inherit;
    text-align: center;
  }
  #wed .section1 .item > i {
    top: -12rem;
  }
  #wed .section1 .item.item1::before {
    width: 28rem;
    height: 6rem;
  }
  #wed .section1 .item > div strong {
    margin: 1.2rem 0;
    font-size: 2.2rem;
  }
  #wed .section1 .item > div span {
    position: absolute;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 3rem;
  }
  #wed .section1 .item p {
    padding-right: 0.5rem;
  }
  #wed .section1 .item p strong {
    left: -1rem;
    top: -1rem;
    width: 8rem;
    height: 8rem;
    font-size: 2rem;
  }
  #wed .section1 .imgs {
    display: none;
  }
  #wed .section1 .imgs li:nth-child(2) {
    top: 27%;
  }
  #wed .section1 .imgs li:nth-child(3) {
    top: 38%;
  }
  #wed .section1 .imgs li:nth-child(5) {
    top: 27%;
  }
  #wed .section1 .imgs li:nth-child(6) {
    top: 35%;
  }
  #wed .section1 .btn {
    height: 5rem;
  }
  #wed .section1 .btn img {
    height: 2.5rem;
  }
  #wed .section2 {
    padding: 3rem 0 5rem;
  }
  #wed .section2::before, #wed .section2::after {
    max-width: 50%;
  }
  #wed .section2 .group {
    position: relative;
    z-index: 0;
    margin-bottom: 0;
    padding: 45rem 0 0;
    background: url("/main/img/wed/section2.png") no-repeat center 0;
    background-size: 35rem auto;
    text-align: center;
  }
  #wed .section2 .group i {
    display: none;
  }
  #wed .section2 .group p {
    margin: 1.6rem 0 3.2rem;
    font-size: inherit;
    text-align: left;
  }
  #wed .section2 .group ul {
    text-align: left;
  }
  #wed .section2 .group ul.type1 + strong {
    display: block;
    text-align: left;
  }
  #wed .section2 .group h2 {
    font-size: inherit;
    text-align: center;
  }
  #wed .section2 .group h2 strong {
    display: block;
    height: 8rem;
    margin-top: 0.5rem;
    background: url("/main/img/wed/section2_tt3_m.png") no-repeat center 0;
    background-size: auto 100%;
  }
  #wed .section2 .group h2 strong img {
    display: none;
    height: 7rem;
  }
  #wed .section2 > a {
    padding: 5rem 0 15rem;
    border-radius: 2rem;
    gap: 2.4rem;
  }
  #wed .section2 > a span {
    height: 4.8rem;
    padding: 0 2.4rem;
    background: none;
    -webkit-transform: none;
            transform: none;
    font-size: 1.4rem;
  }
  #wed .section2 > a strong img {
    height: 6rem;
  }
  #wed .section3 .group0 .item > button strong {
    font-size: 2.8rem;
  }
  #wed .section3 .group1 .list {
    grid-template-columns: 100%;
  }
  #wed .section3 .group1 .list button {
    height: 4.8rem;
    font-size: inherit;
  }
  #wed .section3 .group1 .item {
    padding: 2.8rem 2rem 2rem;
    border-radius: 2rem;
  }
  #wed .section3 .group1 .item li {
    font-size: inherit;
    gap: 0.8rem;
  }
  #wed .section3 .group1 .item li button {
    display: block;
    overflow: hidden;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    border-radius: 100%;
  }
  #wed .section3 .group1 .item li button::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #wed .section3 .popup label {
    display: block;
  }
  #wed .section3 .popup label small {
    display: block;
    text-align: right;
  }
  #wed .section3 .popup > div {
    padding: 3rem 2.5rem;
  }
  #wed .section3 .popup.popup2 h3 {
    margin-bottom: 0;
  }
  #wed .section3 .popup.popup2 .btn1, #wed .section3 .popup.popup2 .btn2 {
    padding: 0 2rem;
  }
  #wed .section3 .popup.popup5 label span {
    display: inline;
  }
  #wed .section3 .popup.popup5 p {
    font-size: inherit;
  }
  #wed .section3 .popup.popup6 p {
    font-size: inherit;
  }
  #wed .section3 .popup.popup6 .btn1, #wed .section3 .popup.popup6 .btn2 {
    padding: 0 2rem;
  }
  #wed .section3 .popup.popup6 .btn1 span, #wed .section3 .popup.popup6 .btn2 span {
    display: none;
  }
  #wed .section3 .popup.popup3 h3.label {
    font-size: 2.5rem;
  }
  #wed .section3 .popup.popup3 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #wed .section3 .popup.popup3 > div {
    padding: 5rem 2rem 2rem;
  }
  #wed .section3 .popup.popup4 {
    font-size: inherit;
    word-break: keep-all;
  }
  #wed .section3 .popup.popup4 h3.label {
    font-size: 2.5rem;
  }
  #wed .section3 .group2 .step {
    gap: 0;
  }
  #wed .section3 .group2 .step::before {
    display: none;
  }
  #wed .section3 .group2 .step li {
    height: auto;
    padding: 1rem;
    font-size: 80%;
    word-break: keep-all;
    line-height: 120%;
    white-space: nowrap;
  }
  #wed .section3 .group2 .step li:last-child::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.4rem;
  }
  #wed .section3 .group2 .item {
    padding: 3rem;
    border-radius: 2rem;
  }
  #wed .section3 .group2 .item .btns .btn1, #wed .section3 .group2 .item .btns .btn2 {
    padding: 0 1rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #wed .section3 .group2 .item h2 {
    font-size: 2.5rem;
  }
  #wed .section3 .group2 .item h2 + p {
    font-size: inherit;
  }
  #wed .section3 .group2 .agree {
    padding: 2rem;
  }
  #wed .section3 .group2 .box label {
    padding: 2rem 2rem 2rem 5.5rem;
  }
  #wed .section3 .group2 .box label::before {
    left: 2rem;
    top: 2rem;
  }
  #wed .section3 .group3 h2 {
    margin: 2rem 0 0;
    font-size: 2.5rem;
  }
  #wed .section3 .group3 p {
    font-size: inherit;
  }
  #wed .section3 .group3 p.complete-participant-order {
    font-size: inherit;
    font-weight: 600;
  }
  #wed .section3 .group3 > span {
    padding: 1.5rem;
    font-size: 90%;
  }
  #wed .section3 .group3 .item {
    padding: 3rem;
  }
  #wed .section3 .group3 .item .box {
    margin: 2rem 0;
  }
  #wed .section3 .group3 .item.item2 {
    padding-left: 0;
    padding-right: 0;
  }
  #wed .section3 .group3 .item.item2, #wed .section3 .group3 .item.item2 > span {
    font-size: inherit;
  }
  #wed .section3 .group3 .item.item2 > strong {
    font-size: 2.4rem;
  }
  #wed .section3 .group3 .item.item2 div {
    padding: 3rem 3rem 1rem;
    border-radius: 1rem 1rem 0 0;
  }
  #wed .section3 .group3 .item.item1 {
    padding: 5rem 3rem 3rem;
  }
  #wed .section3 .group3 .item.item1 i img {
    height: 5rem;
  }
  #wed .section3 .group3 h2, #wed .section3 .group4 h2 {
    font-size: 3rem;
  }
  #wed .section3 .group4 {
    padding: 0 3rem;
  }
  #wed .section3 .group4.active {
    padding: 3rem;
  }
  #wed .section3 .group4 .item {
    margin-bottom: 3rem;
  }
  #wed .section3 .group4 h2 + p {
    font-size: inherit;
  }
  #wed .section3 .group4 .box.type2 {
    margin: 3rem 0;
  }
  #wed .section3 .group4 .btn2 {
    width: 100%;
  }
  #wed .section3 .group4 .btn2#historyBackBtn {
    margin-bottom: 1rem;
  }
  #wed .section4 {
    font-size: inherit;
  }
  #wed .section4 li {
    height: 5.4rem;
    padding: 0 2rem;
  }
  #wed .section4 img {
    height: 3rem;
  }
  #wed .section4 h2 {
    font-size: 2.5rem;
  }
  #wed .section4 h2 span + span::before {
    display: block;
    width: 100%;
    height: 0;
    content: "";
  }
}