@charset "utf-8";

/* 내용관리 */
.ctt_admin {
  max-width: 1400px;
  margin: 0 auto;
  text-align: right;
}
#ctt header h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ctt_con {
  line-height: 1.6em;
}
#ctt_con img {
  max-width: 100%;
  height: auto;
}
.ctt_img {
  text-align: center;
}

#ctt.ctt_provision header h1,
#ctt.ctt_privacy header h1 {
  position: static;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 40px;
}

/* 공통 */
.iFrame {
  width: 1400px;
  min-height: 500px;
  border: 0;
}

/* 기본소득당 소개 */
.fullTopBg {
  padding-top: 240px;
  min-height: 800px;
  background-image: linear-gradient(to bottom, #00d2c3 538px, #fff 800px);
}
.fullTopBg h1 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.4;
  color: #091e3a;
}
.introTxt {
  width: 1200px;
  height: 1100px;
  margin: 0 auto;
  padding-top: 380px;
  text-align: center;
  background: url(../../../img/intro_img_1.png) no-repeat 480px
    calc(100% + 124px);
}
.introTxt--left {
  width: 550px;
  margin-left: 50px;
}
.introTxt--left__txt1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: inherit;
}
.introTxt--left__txt2 {
  margin-top: 26px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  color: inherit;
}
.introTxt--left__link {
  position: relative;
  display: inline-block;
  width: 258px;
  line-height: 63px;
  padding-left: 40px;
  border-radius: 40px;
  background-color: #00d2c3;
  margin-top: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.introTxt--left__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(../../../img/arrow-right.png) no-repeat;
}

.intro--newJinbo {
  padding: 170px 0 160px;
  background-color: #091e3a;
  line-height: 1.6;
  color: #fff;
}
.intro--newJinbo h2 {
  font-size: 40px;
  font-weight: 800;
}
.intro--newJinbo h2 b {
  color: #00d2c3;
}
.intro--newJinbo p {
  margin-top: 40px;
  font-size: 20px;
}
.intro--newJinbo ul {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 100px auto 0;
}
.intro--newJinbo li {
  width: 200px;
  height: 200px;
  padding-top: 30px;
  border-radius: 100%;
  background-color: #00d2c3;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  color: #091e3a;
  text-align: center;
}
.intro--newJinbo li span {
  display: block;
  font-size: 16px;
  line-height: 52px;
  font-weight: 600;
}

.intro--party {
  width: 1200px;
  margin: 150px auto 250px;
}
.intro--party li {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.intro--party li:nth-child(1) {
  margin-bottom: 210px;
}
.intro--party li:nth-child(1) img {
  margin-right: 112px;
}
.intro--party li:nth-child(1) div {
  width: 380px;
  margin-right: 20px;
}
.intro--party li h2 {
  margin-bottom: 47px;
  font-size: 40px;
  line-height: 1.4;
  color: #091e3a;
}
.intro--party li h2 span {
  position: relative;
}
.intro--party li h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 26px;
  background-color: rgba(0, 210, 195, 0.3);
}
.intro--party li p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}

.intro__future {
  min-width: 1200px;
  margin-bottom: 180px;
  padding: 300px 0 110px;
  background: url(../../../img/intro_bg_future.png) 50% 50% / cover no-repeat;
  text-align: center;
  color: #091e3a;
}
.intro__future h2 {
  margin-bottom: 48px;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: inherit;
}
.intro__future .intro__future--text1 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: inherit;
}
.intro__future .intro__future--text2 {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  color: inherit;
}
.intro__future ul {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.intro__future ul li {
  width: 184px;
  line-height: 62px;
  border-radius: 30px;
  box-shadow: 0 0 4px #00d2c3;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  color: inherit;
}
.intro__future ul li a {
  display: block;
  color: inherit;
}

.intro--findWay {
  width: 1200px;
  margin: 0 auto;
  color: #091e3a;
}
.intro--findWay h2 {
  margin-bottom: 56px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}
.intro--findWay__map {
  margin-bottom: 50px;
}
.intro--findWay__traffic {
  display: flex;
}
.intro--findWay__traffic li {
  width: calc(100% / 3);
  padding: 16px 0 32px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.intro--findWay__traffic li:nth-child(2) {
  border: 0;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #c4c4c4;
  border-style: solid;
}
.intro--findWay__traffic li h3 {
  font-size: 32px;
  line-height: 2;
}

/* 당대표 */
.represent-intro {
  background-image: linear-gradient(to bottom, #00d2c3 0, #fff 50%);
}
.represent-intro--box {
  width: 1200px;
  height: 740px;
  margin: 0 auto;
  padding-top: 350px;
  background: url(../../../img/represent_img_1.png) 100% 100% no-repeat;
}
.represent-intro--box h2 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.3;
  color: #091e3a;
  text-align: left;
}
.represent-greet {
  width: 1200px;
  margin: 0 auto;
}
.represent-greet--top {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.represent-greet--top__txt h3 {
  font-size: 40px;
  font-weight: bold;
}
.represent-greet--top__txt p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #00d2c3;
}
.represent-greet--top__txt p span {
  line-height: 27px;
}
.represent-greet--top__txt p span:first-child {
  margin-right: 6px;
  padding-right: 10px;
  border-right: 1px solid #00d2c3;
}
.represent-greet--top__sns {
  display: flex;
  justify-content: right;
  align-items: center;
}
.represent-greet--top__sns a {
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  text-indent: -99px;
  margin-left: 30px;
}
.represent-greet--top__sns_fb {
  background-image: url(./img/icn_fb.png);
}
.represent-greet--top__sns_in {
  background-image: url(./img/icn_ig.png);
}
.represent-greet--top__sns_yt {
  background-image: url(./img/icn_yt.png);
}
.represent-greet--top__sns_tw {
  background-image: url(./img/icn_tw.png);
}
.represent-greet--top__sns_tt {
  background-image: url(./img/icn_tt.png);
}
.represent-greet--body {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}
.represent-greet--body p {
  width: 50%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}

.represent-slide {
  min-height: 980px;
  margin-top: 80px;
  padding-top: 100px;
  background-color: #091e3a;
}
.represent-slide .swiper {
  width: 876px;
  height: 880px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.represent-slide .swiper-slide img {
  border-radius: 22px;
}
.represent-slide .swiper-slide h4 {
  margin: 50px 0 20px;
  font-size: 40px;
}
.represent-slide .swiper-slide p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.represent-slide .swiper-button-next,
.represent-slide .swiper-button-prev {
  overflow: hidden;
  top: 230px;
  width: 65px;
  height: 65px;
  margin-top: 0;
  background: url(./img/btn_arrow-circle.png);
}
.represent-slide .swiper-button-prev {
  transform: rotate(180deg);
}
.represent-slide .swiper-button-next:after,
.represent-slide .swiper-button-prev:after {
  text-indent: -99px;
}
.represent-slide .swiper-cube .swiper-cube-shadow:before {
  background: none;
}

.represent-decision {
  height: 830px;
  margin: 0 auto;
  padding-top: 170px;
  background: url(./img/bg_represent_1.jpg) 50% 50% / cover no-repeat;
}
.represent-decision h4 {
  font-size: 48px;
  font-weight: 900;
}
.represent-decision--txt {
  margin-top: 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.represent-decision--sign {
  margin-top: 22px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  vertical-align: middle;
}
.represent-decision--sign img {
  margin-left: 16px;
}

/* 로고 */
.logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo h2,
.color h2 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #929292;
}
.logo--primary__box,
.logo--secondary__box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 381px;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
}
.logo--primary__box {
  width: 793px;
  background: linear-gradient(to bottom, transparent 19px, #f5f5f5 19px) 0 0 /
      100% 20px repeat-y,
    linear-gradient(to right, transparent 19px, #f5f5f5 19px) 0 0 / 20px 100%
      repeat-x white;
}
.logo--secondary__box {
  width: 385px;
}
.logo--download {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 32px 0 22px;
  text-align: center;
}
.logo--download a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  line-height: 40px;
  margin: 0 8px;
  border: 1px solid #929292;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #929292;
}
.logo--download a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: url(./img/icn_down.png) 50% 50% no-repeat;
}

.color--box {
  display: flex;
  height: 148px;
  margin-bottom: 10px;
  padding: 36px 0 0 44px;
  border-radius: 16px;
  color: #fff;
}
.color--box h3 {
  width: 390px;
  font-size: 20px;
  font-weight: bold;
}
.color--box.mint {
  background-color: #00d2c3;
}
.color--box.navy {
  background-color: #091e3a;
}
.color--box__info {
  display: flex;
}
.color--box__info dl {
  width: 200px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/* 기본소득이란 */
.basic-income {
  padding-top: 240px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 210, 195, 0.5) 300px,
    #fff 580px
  );
  text-align: center;
  color: #091e3a;
}
.basic-income--tit {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.4;
}
.basic-income--desc-1 {
  margin-top: 316px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.basic-income--desc-1__txt-1 b {
  font-weight: 700;
}
.basic-income--desc-1__card {
  display: flex;
  width: 1000px;
  margin: 65px auto 0;
  justify-content: space-between;
}
.basic-income--desc-1__card li {
  width: 229px;
  padding: 18px 0 8px;
  border-radius: 28px;
  background-color: rgba(0, 210, 195, 0.3);
  font-size: 24px;
  font-weight: 800;
  line-height: 2.5;
}
.basic-income--desc-1__txt-2 {
  margin-top: 65px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.basic-income--desc-tit {
  margin: 16px 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4;
}
.basic-income--desc-txt {
  padding-bottom: 90px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.basic-income--desc-2 {
  margin-top: 120px;
}
.basic-income--desc-3,
.basic-income--desc-5 {
  background-color: #f5f5f5;
}

.bi-able {
  padding: 310px 0 270px;
  background-image: linear-gradient(
    to bottom,
    #fff 0,
    rgba(0, 210, 195, 0.5) 270px,
    rgba(0, 210, 195, 0.5) calc(100% - 270px),
    #fff 100%
  );
}
.bi-able--tit {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.3;
}
.bi-able ol {
  width: 996px;
  margin: 110px auto 0;
  padding: 0;
}
.bi-able ol li {
  margin-bottom: 60px;
  border-radius: 30px;
  background-color: #fff;
  list-style: none;
}
.bi-able ol img {
  border-radius: 30px 30px 0 0;
}
.bi-able ol span {
  display: inline-block;
  margin-top: 60px;
  width: 50px;
  border-radius: 12px;
  background-color: #091e3a;
  font-size: 14px;
  font-weight: 800;
  line-height: 25px;
  color: #fff;
}
.bi-able ol h4 {
  margin: 18px 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4;
}
.bi-able ol p {
  height: 210px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
}
.bi-alter {
  padding-top: 160px;
}
.bi-alter--tit {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.3;
}
.bi-alter--txt-1 {
  margin-top: 112px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}
.bi-alter--txt-2 {
  margin-top: 60px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}

/* 이용약관/개인정보 처리방침  */
.ctt_provision,
.ctt_privacy {
  padding-top: 80px;
}

/* 입당 */
.join-top {
  display: flex;
  width: 1200px;
  height: 770px;
  margin: 0 auto;
  padding-top: 176px;
  background: url(./img/img_join_bg.png) 0 100% no-repeat;
  color: #091e3a;
}
.join-top--box {
  margin-left: 660px;
  font-size: 32px;
  color: #929292;
}
.join-top--box h2 {
  margin-bottom: 65px;
  font-size: 64px;
  font-weight: 800;
  color: #091e3a;
}
.join-top--box a {
  display: inline-block;
  padding: 0 100px;
  border-radius: 12px;
  background-color: #00d2c3;
  font-size: 32px;
  font-weight: 800;
  line-height: 88px;
  color: #fff;
}
.join-now {
  position: relative;
  z-index: -1;
  margin-top: -80px;
  padding: 270px 0;
  background-image: linear-gradient(
    to bottom,
    #fff 0,
    rgba(0, 210, 195, 0.5) 200px,
    rgba(0, 210, 195, 0.5) calc(100% - 200px),
    #fff 100%
  );
  color: #091e3a;
}
.join-now h3 {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.4;
}
.join-now--card {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 76px auto 0;
}
.join-now--card li {
  border-radius: 28px;
}
.join-now--top {
  width: 387px;
  height: 319px;
  padding-top: 33px;
  border-radius: 28px 28px 0 0;
  background-color: #091e3a;
  color: #fff;
}
.join-now--bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 185px;
  border-radius: 0 0 28px 28px;
  background-color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}
.join-now--card-act .join-now--top {
  padding-bottom: 50px;
}
.join-now--card-act img {
  display: inline-block;
  margin-bottom: 32px;
}
.join-now--card-act p {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.join-now--card-act p span {
  color: #00d2c3;
}

.join-now--card-bi p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
.join-now--card-bi p:first-of-type::after {
  content: "";
  display: block;
  position: relative;
  bottom: -16px;
  left: 50%;
  width: 130px;
  height: 1px;
  margin-left: -65px;
  background-color: #00d2c3;
}
.join-now--card-bi p:first-of-type {
  margin-top: 16px;
}
.join-now--card-bi p:last-of-type {
  margin-top: 32px;
}
.join-now--card-bi p span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #00d2c3;
}

.join-now--card-party p {
  width: 270px;
  margin: 16px auto 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.join-now--card-party p span {
  display: block;
  margin-bottom: 4px;
  color: #00d2c3;
}
.join-now--card-party p:first-of-type::after {
  content: "";
  display: block;
  position: relative;
  bottom: -16px;
  left: 50%;
  width: 130px;
  height: 1px;
  margin-left: -65px;
  background-color: #00d2c3;
}
.join-now--card-party p:last-of-type {
  margin-top: 32px;
}

.join-bi {
  padding-top: 90px;
}
.join-bi--tit-sub {
  font-size: 32px;
  font-weight: 800;
  line-height: 86px;
  color: #00d2c3;
}
.join-bi--tit {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.3;
}
.join-bi--conversation {
  display: flex;
  justify-content: center;
  margin-top: 84px;
}
.join-bi--conversation dl {
  margin: 0 -80px;
}
.join-bi--conversation dt {
  background: 50% 0 no-repeat;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.6;
}
.join-bi--conversation-pass dt {
  color: #929292;
}
.join-bi--conversation-future dt {
  color: #091e3a;
}
.join-bi--conversation dt::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto;
}
.join-bi--conversation-pass dt::before {
  background-image: url(./img/icn_thinking-face.png);
}
.join-bi--conversation-future dt::before {
  background-image: url(./img/icn_smile-face.png);
}
.join-bi--conversation dd {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #091e3a;
}
.join-bi--conversation dd p {
  display: inline-block;
}
.join-bi--conversation dd::after {
  content: "";
  position: absolute;
  width: 39px;
  height: 35px;
}

.join-bi--conversation-pass dt {
  margin-bottom: 76px;
}
.join-bi--conversation-pass dd {
  margin-bottom: 160px;
  line-height: 126px;
  text-align: left;
}
.join-bi--conversation-pass dd p {
  min-width: 548px;
  padding: 0 65px;
  border-radius: 60px;
  background-color: #d9d9d9;
}
.join-bi--conversation-pass dd::after {
  left: 80px;
  bottom: -35px;
  background: url(./img/icn_triangul.png);
}
.join-bi--conversation-future dt {
  margin-bottom: 167px;
}
.join-bi--conversation-future dd {
  margin-bottom: 124px;
  line-height: 40px;
}
.join-bi--conversation-future dd p {
  display: inline-flex;
  align-items: center;
  min-width: 432px;
  height: 156px;
  padding: 0 70px;
  border-radius: 80px;
  background-color: #091e3a;
  color: #00d2c3;
  justify-content: center;
}
.join-bi--conversation-future dd::after {
  right: 120px;
  bottom: -35px;
  background: url(./img/icn_triangul-2.png);
}

.join-bi--conversation-future .even p {
  background-color: #00d2c3;
  color: #091e3a;
}
.join-bi--conversation-future .even::after {
  background: url(./img/icn_triangul-3.png);
}

.join-btn {
  display: inline-block;
  width: 367px;
  line-height: 88px;
  border-radius: 12px;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
.join-btn.primary-color {
  background-color: #00d2c3;
}
.join-btn.secondary-color {
  background-color: #091e3a;
}

.join-with-support {
  padding-top: 310px;
}
.join-with-support h3 {
  margin-bottom: 62px;
  font-size: 64px;
  font-weight: 800;
  line-height: 84px;
}
.join-with-support--btns {
  margin-bottom: 60px;
  text-align: center;
}
.join-with-support--btns a {
  margin: 0 18px;
}
.join-with-support--account-num {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
}
.join-with-support--account-num span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #929292;
}

/* 당원교육 */
.memberEdu {
  padding-top: 100px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 210, 195, 0.5) 100px,
    #fff 490px
  );
}
.memberEdu h1 {
  margin-bottom: 58px;
  font-size: 48px;
  font-weight: 900;
}
.memberEdu--txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.memberEdu--question {
  margin: 40px 0 30px;
}
.memberEdu--question > div {
  position: relative;
  width: 344px;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  text-align: center;
}
.memberEdu--question > div::after {
  content: "";
  position: absolute;
  bottom: -28px;
  width: 31px;
  height: 28px;
  background-size: 100%;
}
.memberEdu--question__left {
  z-index: 2;
  transform: translateX(-128px);
  background-color: #00d2c3;
}
.memberEdu--question__left::after {
  left: 70px;
  background-image: url(./img/icn_triangul-3.png);
  transform: rotateY(180deg);
}
.memberEdu--question__right {
  transform: translate(128px, -20px);
  background-color: #091e3a;
}
.memberEdu--question__right::after {
  right: 70px;
  background-image: url(./img/icn_triangul-2.png);
}
.memberEdu form button,
.memberEdu form input[type="submit"] {
  display: inline-block;
  width: 386px;
  line-height: 62px;
  border: 0;
  border-radius: 12px;
  background-color: #00d2c3;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

/* 후원하기 */
.support-top {
  display: flex;
  width: 1200px;
  height: 770px;
  margin: 0 auto;
  padding-top: 176px;
  background: url(./img/img_join_bg.png) 0 100% no-repeat;
  color: #091e3a;
}
.support-top--box {
  margin-left: 660px;
  font-size: 32px;
  color: #929292;
}
.support-top--box-subTit {
  font-size: 32px;
  font-weight: 500;
  line-height: 64px;
}
.support-top--box h2 {
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: 800;
  color: #091e3a;
}
.support-top--box__btns a {
  display: inline-block;
  width: 217px;
  line-height: 61px;
  margin: 0 8px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
.support-top--box__btns .primary-color {
  background-color: #00d2c3;
}
.support-top--box__btns .secondary-color {
  background-color: #091e3a;
}
.support-top--box__account {
  margin-top: 21px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.support-now {
  position: relative;
  z-index: -1;
  margin-top: -40px;
  padding: 207px 0 270px;
  background-image: linear-gradient(
    to bottom,
    #fff 0,
    rgba(0, 210, 195, 0.5) 270px,
    rgba(0, 210, 195, 0.5) calc(100% - 270px),
    #fff 100%
  );
}
.support-now--tit {
  font-size: 64px;
  font-weight: 800;
  line-height: 84px;
}
.support-now--card {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 76px auto 0;
}
.support-now--card li {
  width: 387px;
}
.support-now--top {
  height: 402px;
  border-radius: 28px 28px 0 0;
  background-color: #091e3a;
  color: #fff;
}
.support-now--top p {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.support-now--top p::after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  height: 1px;
  background-color: #00d2c3;
}
.support-now--top p:last-of-type::after {
  display: none;
}
.support-now--top p span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #00d2c3;
}
.support-now--top p b {
  display: block;
  font-size: 10px;
  font-weight: 300;
  color: #c4c4c4;
}

.support-now--bottom {
  height: 184px;
  padding-top: 24px;
  border-radius: 0 0 28px 28px;
  background-color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  color: #091e3a;
}
.support-now--bottom span {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #929292;
  text-align: center;
}

.support-now--card-prize .support-now--top {
  padding-top: 26px;
}
.support-now--card-prize .support-now--top img {
  display: inline-block;
  margin-bottom: 20px;
}
.support-now--card-prize .support-now--top p {
  margin: 0 0 12px;
  padding-bottom: 12px;
}
.support-now--card-prize .support-now--top p::after {
  bottom: -12px;
  width: 86px;
  margin-left: -43px;
}
.support-now--card-law .support-now--top {
  padding-top: 35px;
}
.support-now--card-law .support-now--top img {
  display: inline-block;
  margin-bottom: 56px;
}
.support-now--card-law .support-now--top p {
  margin: 0 0 28px;
  padding-bottom: 28px;
}
.support-now--card-law .support-now--top p::after {
  bottom: -28px;
  width: 130px;
  margin-left: -62px;
}
.support-now--card-party .support-now--top {
  padding-top: 32px;
}
.support-now--card-party .support-now--top img {
  display: inline-block;
  margin-bottom: 15px;
}
.support-now--card-party .support-now--top p {
  margin: 0 0 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}
.support-now--card-party .support-now--top p::after {
  bottom: -15px;
  width: 130px;
  margin-left: -62px;
}
.support-now--card-party .support-now--top p span {
  line-height: 20px;
}

.support-act {
  padding-top: 92px;
}
.support-act--tit-sub {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 800;
  line-height: 50px;
  color: #00d2c3;
}
.support-act--tit {
  margin-bottom: 70px;
  font-size: 64px;
  font-weight: 800;
  line-height: 84px;
}
.support-act--btns .support-btn {
  display: inline-block;
  width: 367px;
  line-height: 88px;
  margin: 0 16px 60px;
  border-radius: 12px;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}
.support-act--btns .support-btn.secondary-color {
  background-color: #091e3a;
}
.support-act--btns .support-btn.primary-color {
  background-color: #00d2c3;
}
.support-act--account-num {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}
.support-act--account-num span {
  display: block;
  font-size: 14px;
  color: #929292;
}
.support-act--outlink {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
}
.support-act--outlink a {
  display: inline-block;
  width: 396px;
  margin-bottom: 18px;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 70px;
  color: #929292;
}

/* 영수증 */
.receipt {
  margin-top: 100px;
}
.receipt-tit {
  color: #091e3a;
}
.receipt-tit {
  padding-bottom: 38px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}
.receipt-tit-dep1 {
  /* position: relative; */
  display: flex;
  justify-content: space-between;
  padding: 40px 54px 40px 0;
  border-bottom: 1px solid #c4c4c4;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  cursor: pointer;
}
.receipt-tit-dep1.tax,
.receipt-tit-dep1.etc {
  border-bottom: 0;
}
.receipt-tit-dep1 .toggle-btn {
  border: 0;
  background-color: transparent;
  color: #929292;
}
.receipt-tit-dep1.active .toggle-btn {
  transform: rotate(180deg);
}
.receipt-detail {
  display: none;
}
.receipt-detail.active {
  display: block;
}
.receipt-detail li {
  display: flex;
  justify-content: space-between;
  padding: 36px 96px 44px 96px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 20px;
  line-height: 38px;
}
.receipt-detail li h3 {
  display: block;
  font-weight: bold;
}
.receipt-detail li a {
  overflow: hidden;
  width: 93px;
  height: 93px;
  border-radius: 100%;
  background: #00d2c3 url(./img/arrow-diagonal.png) 50% 50% no-repeat;
  text-indent: -999px;
}
.receipt-detail li .insertInfo {
  background: none;
  text-decoration: underline;
}
.receipt-detail-tax {
  padding-bottom: 40px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.receipt-detail-etc {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.receipt-detail-etc li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% / 3);
}
.receipt-detail-etc span {
  display: block;
}
.receipt-detail-etc a {
  display: inline-block;
  width: 387px;
  line-height: 63px;
  border-radius: 31px;
  background-color: #091e3a;
  color: #fff;
  text-align: center;
}

/* 마이페이지 */
.mypage {
  width: 794px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}
.mypage h1 {
  margin-bottom: 58px;
  font-size: 48px;
  font-weight: 900;
}
.mypage .mypage-list__items {
  position: relative;
  margin-bottom: 18px;
  padding: 35px 42px 35px 58px;
  border-radius: 16px;
  background-color: #f5f5f5;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
  text-align: left;
}
.mypage .mypage-list__items a {
  position: absolute;
  top: 50%;
  right: 42px;
  margin-top: -23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 192px;
  padding-left: 32px;
  border-radius: 22px;
  background-color: #fff;
  font-size: 20px;
  text-align: left;
}
.mypage .mypage-list__items a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(./img/icn-arrow-right.png);
}
.mypage-infoLink {
  text-align: right;
}
.mypage-infoLink a {
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  text-decoration: underline;
  color: #929292;
}

/* tooltip */
.tooltip_icon {
  border: 0;
  background-color: transparent;
  color: #929292;
}

/* 탈당안내 */
.withdraw {
  margin-top: 100px;
}
.withdraw dl {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #c4c4c4;
}
.withdraw dt {
  width: 310px;
  font-size: 28px;
  font-weight: 600;
}
.withdraw dd {
  width: calc(100% - 310px);
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.withdraw-btns {
  margin-top: 120px;
  text-align: center;
}
.withdraw-btns a {
  display: inline-block;
  width: 285px;
  line-height: 64px;
  margin: 0 10px;
  border-radius: 99px;
  font-size: 20px;
  font-weight: bold;
}
.withdraw-btns--primary {
  background-color: #091e3a;
  color: #fff;
}
.withdraw-btns--secondary {
  border: 1px solid #929292;
  color: #929292;
}

/* 본인확인 */
.register {
  width: 800px;
  margin: 75px auto 0;
}
.page-title {
  margin-top: 100px;
  font-size: 48px;
  color: #091e3a;
  text-align: center;
}
.register-step {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.register-step::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 90%;
  border-top: 1px solid #c4c4c4;
}
.register-step li {
  background-color: #fff;
  list-style: none;
  font-size: 20px;
  font-weight: bold;
}
.register-step-sign {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 27px;
  height: 27px;
  margin: 0 auto 20px;
  border: 1px solid #c4c4c4;
  border-radius: 100%;
}
.register-step-sign.check {
  border-color: #00d2c3;
  background-color: #00d2c3;
  color: #fff;
  font-size: 18px;
}

.register-info-text {
  margin: 50px 0 60px;
  padding: 60px 0;
  border-radius: 16px;
  background-color: #f5f5f5;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.register_certi_link {
  display: block;
  width: 388px;
  margin: 34px auto;
  padding: 52px 0 24px;
  border: 0;
  border-radius: 16px;
  background-color: #00d2c3;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.register_certi_link::before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 24px;
  background: url(./img/icn_lock_circle.png) no-repeat;
}
