@charset 'utf-8';



/* footer:s */
#bottom_bar {
  background: var(--background);
  width: 100%;
  color: #fff;
}

/* ---footer sns------------------------- */
.fsns_flex {
  opacity: var(--opacity);
}

.sns_ctn,
.support_ctn {
  width: 50%;
}

.sns_ctn {
  border-right: 1px solid #ffffff4a;
  padding: 3.6rem 6.6rem 3.6rem 0rem;
}

.sns_txt h3,
.support_txt {
  font-weight: 600;
  font-size: 35px;
  font-size: 3.5rem;
}

.sns_txt p {
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.sns_icon {
  width: 248px;
  width: 38.509316770186335%;
}

.sns_icon li {
  width: 45px;
  width: 4.5rem;
  height: 45px;
  height: 4.5rem;
}

/* 후원하기 ---------------------------*/
.support_txt {
  gap: 4.4rem;
}

.support_txt:hover {
  color: inherit;
}

.support_txt::after {
  display: block;
  content: '';
  width: 6.4rem;
  height: 6.4rem;
  background: url(../img/footer-arrow.svg) no-repeat 0 0 / cover;
}

/* 개인정책--------------------------- */
.fpolicy_flex,
.ffringe_flex {
  background: var(--footer-background);
}

.fpolicy_flex {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.policy_list {
  display: flex;
  opacity: var(--opacity);
}

.policy_list li {
  position: relative;
}

.policy_list li:nth-child(2):after,
.policy_list li:nth-child(3):after {
  content: '';
  width: 0.2rem;
  height: 2.2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -4%;
  transform: translateY(-50%);
  opacity: .3;
}

.policy_list li:nth-child(3):after {
  left: 0%;
  transform: translateY(-50%);
}

.policy_list li a {
  display: block;
  padding: 30px 20px;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  opacity: var(--opacity);
}

.policy_list li a:hover {
  color: inherit;
}

.policy_list li:nth-child(1) a {
  padding-left: 0;
}

.policy_list li:nth-child(3) a {
  padding-right: 0;
}

.address_wid {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0 21.3rem 0;
}

.foot_logo a {
  display: block;
  width: 10.4rem;
}

address {
  text-align: right;
  opacity: 0.2;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}

/* footer:e */

/* 1523px */
@media screen and (max-width: 1523px) {

  /* footer */
  .bottom_bar_line {
    width: 100%;
  }

  /* sns */
  .fsns_flex {
    display: block;
    width: 100%;
  }

  .sns_ctn,
  .support_ctn {
    width: 100%;
    justify-content: center;
    gap: 60px;
    gap: 4.285714285714286%;
    padding: 18px 0;
    padding: 1.285714285714286% 0;
  }

  .sns_ctn {
    border-right: 0px solid #ffffff00;
    border: 1px solid #ffffff4a;

  }

  .sns_icon {
    width: 248px;
    width: 17.714285714285714%;

  }
}

/* 1400px */
@media screen and (max-width: 1400px) {}

/* 타블릿 834px */
@media screen and (max-width: 1200px) {

  /* footer */
  .bottom_bar_line {
    width: 100%;
  }

  .sns_ctn {
    width: 100%;
  }

  /* sns */
  .fsns_flex {
    display: block;
    width: 100%;
  }

  .sns_ctn,
  .support_ctn {
    gap: 60px;
    gap: 6rem;
    gap: 7.556675062972292%;
    padding: 18px 0;
    padding: 1.8rem 0;
    /* padding: 2.267002518891688% 0; */
  }

  .sns_txt h3 {
    font-weight: 600;
    font-size: 28px;
    font-size: 2.8rem;
  }

  .sns_txt p {
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
  }

  .sns_icon {
    width: 248px;
    /* width: 29.73621103117506%; */
    /* background: #000; */

  }


  .policy_list {
    justify-content: center;
  }

  /* address */
  .address_wid {
    display: block;
  }

  .foot_logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  address {
    margin-top: 24px;
    margin-top: 3.0227%;
    text-align: center;
  }
}

/* 모바일 360px */
@media screen and (max-width: 555px) {

  /* footer */
  .bottom_bar_line {
    width: 100vw;
  }

  .sns_ctn,
  .support_ctn {
    gap: 0;
  }

  .sns_ctn {
    display: flex;
    flex-direction: column;
    /* background: #000; */
    padding: 20px 0;
    padding: 6.289308176100629% 0;
  }

  .sns_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 214px;
    width: 67.2956%;
    gap: 10px;
    gap: 4.672897196261682%;
  }

  .sns_txt h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .sns_txt p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .sns_icon {
    width: 184px;
    width: 57.8616%;
    justify-content: center;
  }

  .sns_icon ul {
    justify-content: center;
    gap: 18px;
    gap: 9.782608695652174%;
  }

  .sns_icon li {
    width: 32px;
    width: 3.2rem;
    height: 32px;
    height: 3.2rem;
    margin-top: 10px;
    margin-top: 5.4348%;
  }

  .policy_list li a {
    font-size: 1.2rem;
    padding: 20px 14px;
  }

  .policy_list li:nth-child(2):after,
  .policy_list li:nth-child(3):after {
    height: 1.8rem;
  }

  .address_wid {
    padding-bottom: 100px;
    padding-bottom: 31.446540880503145%;
  }

  address {
    font-size: 1.2rem;
    margin-top: 24px;
    margin-top: 7.5472%;
  }
}