@charset "UTF-8";
#container {
  padding-top: 15rem;
}
@media (max-width: 1199px) {
  #container {
    padding-top: 13rem;
  }
}
@media (max-width: 767px) {
  #container {
    padding-top: 11rem;
  }
}

section + section {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  section + section {
    margin-top: 4rem;
  }
}

.common-wrap {
  margin-left: 3.2rem;
}
@media (max-width: 767px) {
  .common-wrap {
    margin-left: 2rem;
  }
}

.privacy-area {
  max-width: 124rem;
  width: 100%;
  margin: 0 auto;
}

.sub-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .sub-inner {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .sub-inner {
    padding: 0 1rem;
  }
}
.visual_sub {
  flex-shrink: 0;
  width: calc(100% - 4rem);
  max-width: 180rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition-property: transform;
  height: 20rem;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .visual_sub {
    width: calc(100% - 4rem);
    display: none;
  }
}
.visual_sub .root-area {
  position: absolute;
  left: 3.2rem;
  top: 3.2rem;
  z-index: 3;
}
.visual_sub .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.1);*/
  z-index: 1;
}
.visual_sub .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 0;
}
.visual_sub .text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 2;
}
.visual_sub .tit {
  font-size: 5rem;
  font-weight: 700;
}
.visual_sub.visual_sub--intro .bg {
  background: url("../img/banner/intro01.jpg") no-repeat center;
  background-size: cover;
}
.visual_sub.visual_sub--table .bg {
  background: url("../img/banner/intro02.jpg") no-repeat center;
  background-size: cover;
}
.visual_sub.visual_sub--business .bg {
  background: url("../img/banner/intro03.jpg") no-repeat center;
  background-size: cover;
}
.visual_sub.visual_sub--policy .bg {
  background: url("../img/banner/intro04.jpg") no-repeat center;
  background-size: cover;
}
.visual_sub.visual_sub--information .bg {
  background: url("../img/banner/intro05.jpg") no-repeat center;
  background-size: cover;
}
.visual_sub.visual_sub--mypage .bg {
  background: url("../img/banner/intro06.jpg") no-repeat center;
  background-size: cover;
}

.tit-wrap.v3 + section {
  margin-top: 6rem;
}

.tit-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 2rem;
  align-items: center;
}
@media (max-width: 1199px) {
  .tit-area {
    border-bottom: none;
    padding-bottom: 0;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .tit-area {
    margin-bottom: 1.6rem;
  }
}
.tit-area.gray {
  border-bottom: 1px solid #CCC;
}
@media (max-width: 1199px) {
  .tit-area.gray {
    border-bottom: 0;
  }
}
.tit-area.blue {
  border-bottom: 2px solid var(--navy-color);
}
@media (max-width: 1199px) {
  .tit-area.blue {
    border-bottom: 0;
  }
}
.tit-area .icon-area {
  display: flex;
  gap: 0 2.5rem;
}
@media (max-width: 767px) {
  .tit-area .icon-area {
    gap: 0 2rem;
  }
}
.tit-area .icon-area .btn-ic {
  font-size: 1.8rem;
  color: #666666;
  letter-spacing: -0.02em;
  box-sizing: content-box;
}
.tit-area .icon-area .btn-ic.btn-share {
  padding-left: 2.5rem;
}
@media (max-width: 767px) {
  .tit-area .icon-area .btn-ic.btn-share {
    height: 1.6rem;
    padding-left: 2rem;
  }
}
.tit-area .icon-area .btn-ic.btn-print {
  padding-left: 2.5rem;
}
@media (max-width: 767px) {
  .tit-area .icon-area .btn-ic.btn-print {
    height: 1.6rem;
    padding-left: 2rem;
  }
}
.tit-area.has-btn {
  align-items: flex-end;
}
.tit-area.has-btn .btn-wrap {
  gap: 10px;
}
.tit-area.has-btn .btn-wrap .btn {
  font-weight: 600;
  color: #323232;
}
@media (max-width: 767px) {
  .tit-area.has-btn .btn-wrap .btn {
    height: 4rem;
    padding: 0 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
  }
}

.tit-area + * {
  margin-top: 6rem;
}
@media (max-width: 1199px) {
  .tit-area + * {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .tit-area + * {
    margin-top: 0;
  }
}

.tit-area + form {
  margin-top: 0;
}

.tit-area + form + .input_enroll {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .tit-area + form + .input_enroll {
    margin-top: 2rem;
  }
}

.tit-area + .notice-area {
  margin-top: 3.2rem;
}
/* ---------------------------------------------------------- */
/* 회원가입 */
/* ---------------------------------------------------------- */
.join-step {
  max-width: 99rem;
  margin: 6rem auto 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .join-step {
    margin: 5rem auto 0;
  }
}
@media (max-width: 767px) {
  .join-step {
    margin: 3.2rem auto 0;
  }
}
.join-step ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .join-step ul {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .join-step ul {
    flex-wrap: wrap;
  }
}
.join-step ul li {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .join-step ul li {
    width: 21%;
  }
  .join-step ul li:last-of-type {
    flex: none;
    width: 16%;
  }
  .join-step ul li:last-of-type .cont-wrap {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .join-step ul li {
    width: 100%;
    padding-bottom: 2rem;
    position: relative;
  }
  .join-step ul li:last-of-type {
    width: 100%;
  }
  .join-step ul li:last-of-type .cont-wrap {
    width: 100%;
  }
}
.join-step ul li:after {
  content: "";
  width: 100%;
  border: 1px dashed transparent;
  background-image: linear-gradient(90deg, transparent, transparent 50%, #A5A5A5 50%, #A5A5A5 100%);
  background-size: 0.8rem 0.3rem, 100% 0.3rem;
  display: block;
  min-width: 3.2rem;
  height: 0.2rem;
}
@media (max-width: 1199px) {
  .join-step ul li:after {
    width: 20%;
  }
}
@media (max-width: 1023px) {
  .join-step ul li:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2rem;
    transform: rotate(-90deg) translateY(-50%);
  }
}
.join-step ul li .cont-wrap {
  padding: 1rem 3rem;
  border-radius: 60px;
  background: #DEDEDE;
  display: flex;
  align-items: center;
  flex: none;
  gap: 0 1rem;
}
@media (max-width: 1199px) {
  .join-step ul li .cont-wrap {
    flex-direction: column;
    width: 80%;
  }
}
@media (max-width: 1023px) {
  .join-step ul li .cont-wrap {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
}
.join-step ul li .cont-wrap .num {
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 50px;
  background: #fff;
  color: #909090;
}
@media (max-width: 767px) {
  .join-step ul li .cont-wrap .num {
    padding: 0.3rem 1rem;
    font-size: 1.2rem;
  }
}
.join-step ul li .cont-wrap .txt {
  font-size: 2rem;
  font-weight: 400;
  color: #909090;
}
@media (max-width: 1023px) {
  .join-step ul li .cont-wrap .txt {
    width: 11rem;
  }
}
@media (max-width: 767px) {
  .join-step ul li .cont-wrap .txt {
    font-size: 1.6rem;
  }
}
.join-step ul li.active:after {
  background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, var(--blue-gradient-color), var(--green-gradient-color));
  border: none;
}
.join-step ul li.active .cont-wrap {
  padding: 1rem 3rem;
  border-radius: 60px;
  background: linear-gradient(90deg, var(--blue-gradient-color), var(--green-gradient-color));
  display: flex;
  align-items: center;
  flex: none;
  gap: 0 1rem;
}
.join-step ul li.active .cont-wrap .num {
  color: var(--navy-color);
  font-weight: 700;
}
.join-step ul li.active .cont-wrap .txt {
  color: #fff;
}
.join-step ul li:last-of-type:after {
  display: none;
}

/* 회원가입 안내 */
.join .join-intro {
  margin-top: 3.2rem;
  padding: 10rem 10rem 7.8rem 10rem;
  background-color: #F6F9FF;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .join .join-intro {
    padding: 3rem 2rem 4rem 2rem;
  }
}
.join .join-intro .join-tit {
  flex-wrap: wrap;
}
.join .join-intro .join-tit .txt {
  flex: none;
  width: 100%;
}
.join .join-intro .join-intro-wrap {
  margin-top: 6.6rem;
}
@media (max-width: 767px) {
  .join .join-intro .join-intro-wrap {
    margin-top: 4.2rem;
  }
}
.join .join-intro .join-intro-wrap .link-area {
  padding: 2rem;
  border: 1px solid var(--navy-color);
  border-radius: 160px;
  margin: 0 auto;
  display: block;
  max-width: 83.1rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .join .join-intro .join-intro-wrap .link-area {
    border-radius: 16px;
  }
}
.join .join-intro .join-intro-wrap .link-area ul {
  display: inline-flex;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  background-color: #E5EDFF;
  border-radius: 160px;
}
@media (max-width: 1023px) {
  .join .join-intro .join-intro-wrap .link-area ul {
    flex-wrap: wrap;
    gap: 2.4rem 1rem;
    border-radius: 16px;
  }
}
@media (max-width: 1023px) {
  .join .join-intro .join-intro-wrap .link-area ul li {
    width: calc(50% - 0.5rem);
  }
}
.join .join-intro .join-intro-wrap .link-area ul li img {
  display: block;
  margin: 0 auto;
}
.join .join-intro .system-combine {
  margin-top: 2.5rem;
}
.join .join-intro .system-combine img {
  margin: 0 auto;
  display: block;
}
.join .join-intro .affiliation {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .join .join-intro .affiliation {
    margin-top: 3.2rem;
  }
}
.join .join-intro .affiliation .affiliation-txt-wrap {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .join .join-intro .affiliation .affiliation-txt-wrap {
    margin-top: 2rem;
  }
}
.join .join-intro .affiliation .affiliation-txt-wrap .affiliation-txt {
  font-size: 1.8rem;
  color: #323232;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: center;
}
@media (max-width: 767px) {
  .join .join-intro .affiliation .affiliation-txt-wrap .affiliation-txt {
    font-size: 1.4rem;
  }
}
.join .join-intro .affiliation .affiliation-txt-wrap .affiliation-txt:before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 2.5rem;
  vertical-align: middle;
  margin-right: 0.2rem;
  background: url("../img/icon/ico_info_bk.png") no-repeat left top;
  background-size: 1.7rem auto;
}
@media (max-width: 767px) {
  .join .join-intro .affiliation .affiliation-txt-wrap .affiliation-txt:before {
    width: 1.5rem;
    height: 2.1rem;
    background-size: 1.5rem auto;
  }
}
.join .join-intro .affiliation .affiliation-txt-wrap .affiliation-txt .txt-navy {
  text-decoration: underline;
}
.join .join-intro .affiliation .tit {
  display: block;
  font-size: 2.4rem;
  color: #1D1D1D;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .join .join-intro .affiliation .tit {
    font-size: 2rem;
  }
}
.join .join-intro .affiliation .affiliation-wrap {
  display: flex;
  gap: 1rem 0;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .join .join-intro .affiliation .affiliation-wrap {
    flex-direction: column;
  }
}
.join .join-intro .affiliation .affiliation-wrap img {
  display: block;
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .join .join-intro .affiliation .affiliation-wrap img {
    width: 100%;
  }
}
.join .join-intro + .btn-wrap {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .join .join-intro + .btn-wrap {
    margin-top: 4rem;
  }
}

/* 약관동의 */
.join {
  max-width: 128rem;
  margin: 0 auto;
  /* 회원정보입력 */
  /* 가입완료 */
}
.join .join-wrap {
  margin-top: 4.4rem;
  padding: 6rem 4rem 8rem 4rem;
  background: #F7F7F7;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .join .join-wrap {
    margin-top: 2.2rem;
    padding: 3rem 2rem 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .join .join-wrap .btn-wrap {
    flex-wrap: wrap;
  }
}
.join .join-wrap .join-agree {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .join .join-wrap .join-agree {
    margin-top: 2rem;
  }
}
.join .join-wrap .join-agree + .btn-wrap {
  margin-top: 6rem;
}
.join .join-wrap .join-agree .agree-cont + .tit-wrap.v6 {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .join .join-wrap .join-agree .agree-cont + .tit-wrap.v6 {
    margin-top: 6rem;
  }
}
.join .join-wrap .join-agree .agree-cont + .all-agree {
  margin-top: 7.3rem;
}
@media (max-width: 767px) {
  .join .join-wrap .join-agree .agree-cont + .all-agree {
    margin-top: 3.6rem;
  }
}
.join .join-tit + .form-wrap {
  margin-top: 3.2rem;
}
.join .form-wrap-tit {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
  .join .form-wrap-tit {
    padding-bottom: 0.8rem;
  }
}
.join .form-wrap-tit .tit {
  font-size: 2rem;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 767px) {
  .join .form-wrap-tit .tit {
    font-size: 1.6rem;
  }
}
.join .form-wrap-tit .txt {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 1rem;
  color: var(--navy-color);
  background: url("../img/icon/required.png") no-repeat left top 0.2rem;
}
@media (max-width: 767px) {
  .join .form-wrap-tit .txt {
    font-size: 1.4rem;
  }
}
.join .form-wrap-tit + .form-area {
  margin-top: 1.6rem;
}
.join .form-wrap {
  width: 68rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .join .form-wrap {
    width: 100%;
  }
}
.join .form-wrap input:focus {
  border: 1px solid var(--navy-color);
  outline: none;
}
.join .form-wrap + .form-wrap {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .join .form-wrap + .form-wrap {
    margin-top: 3.2rem;
  }
}
.join .form-wrap + .btn-wrap {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .join .btn {
    padding: 1rem 1.5rem;
    flex: none;
  }
}
.join .join_complete {
  margin: 6rem auto 0;
  max-width: 78.3rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .join .join_complete {
    margin: 3rem auto 0;
  }
}
.join .join_complete .txt-wrap {
  background: url("../img/icon/ico_join_complete.png") no-repeat center top;
  background-size: 14.4rem auto;
  padding-top: 14.4rem;
}
@media (max-width: 767px) {
  .join .join_complete .txt-wrap {
    background-size: 12rem auto;
    padding-top: 12rem;
  }
}
.join .join_complete .txt-wrap.back2 {
  background: url("../img/common/character07.png") no-repeat center top;
  background-size: 26.9rem auto;
  padding-top: 19rem;
}
@media (max-width: 767px) {
  .join .join_complete .txt-wrap.back2 {
    background-size: 20rem auto;
    padding-top: 15rem;
  }
}
.join .join_complete .txt-wrap .tit {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1D1D1D;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .join .join_complete .txt-wrap .tit {
    font-size: 2.4rem;
  }
}
.join .join_complete .txt-wrap .tit + .btn-wrap {
  margin-top: 1.5rem;
}
.join .join_complete .txt-wrap .txt-box-wh {
  padding: 3.2rem;
  background: #fff;
  border-radius: 16px;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .join .join_complete .txt-wrap .txt-box-wh {
    padding: 2.4rem 1.6rem;
  }
}
.join .join_complete .txt-wrap .txt-box-wh .txt {
  font-size: 2rem;
  color: #1D1D1D;
  text-align: center;
  letter-spacing: -0.04em;
  display: block;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .join .join_complete .txt-wrap .txt-box-wh .txt {
    font-size: 1.8rem;
  }
}
.join .join_complete .txt-wrap .txt-box-wh .call {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.4rem auto 0;
  font-size: 2rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .join .join_complete .txt-wrap .txt-box-wh .call {
    font-size: 1.8rem;
  }
}
.join .join_complete .txt-wrap .txt-box-wh .call:before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: 1rem;
  background: url("../img/icon/ico_tell_blue.png") no-repeat left center;
  background-size: 2rem auto;
}
.join .join_complete .btn-wrap {
  margin-top: 9.2rem;
}
@media (max-width: 767px) {
  .join .join_complete .btn-wrap {
    margin-top: 4.5rem;
  }
}
@media (max-width: 767px) {
  .join .join_complete .btn-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.join .join_complete .btn-wrap .btn {
  max-width: 27rem;
  width: 100%;
}

/* 본인인증 */
.verification .notice-txt {
  margin-top: 3.2rem;
  padding: 2.4rem 1rem;
  background: #fff;
}
.verification .notice-txt .txt {
  font-size: 2.2rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .verification .notice-txt .txt {
    font-size: 1.8rem;
  }
}
.verification .sub-txt {
  margin-top: 3.2rem;
}
.verification .sub-txt .txt {
  font-size: 1.8rem;
  color: #909090;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .verification .sub-txt .txt {
    font-size: 1.4rem;
  }
}
.verification .sub-txt + .btn-wrap {
  margin-top: 6rem;
}
.verification .btn-wrap {
  gap: 1.6rem 0;
}

/* 소속기업, 기관 정보검색 */
.company {
  margin-top: 3.2rem;
}
.company .company-notice {
  display: block;
  color: var(--red-color);
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
}
.company .company-notice + * {
  margin-top: 3.2rem;
}
.company .form-wrap {
  width: 71.7rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .company .form-wrap {
    width: 100%;
  }
}
.company .company-tit {
  text-align: center;
  margin-top: 6rem;
}
.company .company-tit .tit {
  font-size: 2rem;
  font-weight: 700;
  color: #1D1D1D;
  display: block;
}
.company .company-tit .txt {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  color: #606060;
}
@media (max-width: 767px) {
  .company .company-tit .txt {
    font-size: 1.6rem;
  }
}
.company .company-pop-btn {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3.2rem;
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  .company .company-pop-btn {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.company .company-pop-btn .box {
  padding: 4.6rem 2rem 4rem 2rem;
  max-width: 31.4rem;
  width: 100%;
  border-radius: 8px;
}
.company .company-pop-btn .box .cont {
  text-align: center;
  margin-top: 2rem;
  display: block;
}
.company .company-pop-btn .box .cont .tit {
  font-weight: 800;
  font-size: 2.2rem;
  display: block;
}
@media (max-width: 767px) {
  .company .company-pop-btn .box .cont .tit {
    font-size: 1.8rem;
  }
}
.company .company-pop-btn .box .cont .txt {
  font-size: 1.6rem;
  display: block;
  margin-top: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .company .company-pop-btn .box .cont .txt {
    font-size: 1.4rem;
  }
}
.company .company-pop-btn .box.box-blue {
  background: var(--navy-color);
}
.company .company-pop-btn .box.box-blue .cont .tit {
  color: #fff;
}
.company .company-pop-btn .box.box-blue .cont .txt {
  color: #fff;
}
.company .company-pop-btn .box.box-wh {
  background: #fff;
}
.company .company-pop-btn .box.box-wh .cont .tit {
  color: var(--navy-color);
}
.company .company-pop-btn .box.box-wh .cont .txt-box {
  color: #606060;
}
.company .company-pop-btn + .btn-wrap {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .company .company-pop-btn + .btn-wrap {
    margin-top: 6rem;
  }
}

/* 로그인 */
.login {
  max-width: 68rem;
  width: 100%;
  margin: 3.2rem auto 0;
}
.login:has(.verification) {
  max-width: 128rem;
  margin: 3.2rem auto 0;
}
.login:has(.verification) .btn-wrap .btn {
  width: 21.3rem;
}
.login .login-info-wrap {
  padding: 2.4rem 3.2rem;
  border-radius: 16px;
  background: #F6F9FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.9rem;
}
@media (max-width: 767px) {
  .login .login-info-wrap {
    padding: 2.4rem;
  }
}
.login .login-info-wrap .icon-area {
  flex: none;
}
@media (max-width: 767px) {
  .login .login-info-wrap .icon-area img {
    width: 6rem;
  }
}
@media (max-width: 480px) {
  .login .login-info-wrap .icon-area {
    display: none;
  }
}
.login .login-info-wrap .txt {
  font-size: 1.7rem;
  line-height: 1.43;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .login .login-info-wrap .txt {
    font-size: 1.6rem;
  }
}
.login .login-info-wrap .txt .txt-navy {
  text-decoration: underline;
}
.login .login-info-wrap .txt-bold {
  font-weight: 600;
}
.login .login-wrap {
  width: 100%;
  padding: 6rem;
  background: #F8F8F8;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .login .login-wrap {
    margin: 1.6rem auto 0;
    padding: 3rem 2rem;
  }
}
@media (max-width: 480px) {
  .login .login-wrap {
    justify-content: flex-end;
    margin-top: 1rem;
  }
}
.login .login-wrap .txt-area .txt {
  font-size: 2rem;
  color: #1D1D1D;
  letter-spacing: -0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .login .login-wrap .txt-area .txt {
    font-size: 1.6rem;
  }
}
.login .login-wrap .txt-area + * {
  margin-top: 5.4rem;
}
@media (max-width: 767px) {
  .login .login-wrap .txt-area + * {
    margin-top: 2.6rem;
  }
}
.login .login-wrap .find-account {
  display: flex;
  margin-top: 1.5rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .login .login-wrap .find-account {
    flex-direction: column;
  }
}
.login .login-wrap .find-account .check input[type=checkbox] + label {
  font-size: 1.6rem;
  color: #606060;
  padding-left: 3.5rem;
}
.login .login-wrap .find-account .check input[type=checkbox] + label::before {
  background-size: 2.2rem auto;
}
.login .login-wrap .find-account .find-btn-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .login .login-wrap .find-account .find-btn-wrap {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .login .login-wrap .find-account .find-btn-wrap {
    margin-left: 0;
    justify-content: center;
    align-items: flex-start;
    margin-top: 1.5rem;
    flex-direction: column;
    gap: 0.5rem 0;
  }
}
.login .login-wrap .find-account .find-btn-wrap .btn {
  font-size: 1.6rem;
  color: #606060;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .login .login-wrap .find-account .find-btn-wrap .btn {
    font-size: 1.5rem;
  }
}
.login .login-wrap .find-account .find-btn-wrap .btn:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.4rem;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 1rem;
}
@media (max-width: 480px) {
  .login .login-wrap .find-account .find-btn-wrap .btn:before {
    display: none;
  }
}
.login .login-wrap .find-account .find-btn-wrap .btn:first-of-type:before {
  display: none;
}
.login .btn-wrap {
  margin-top: 8.4rem;
}
@media (max-width: 767px) {
  .login .btn-wrap {
    margin-top: 6rem;
  }
}
.login .btn-wrap .btn {
  width: 100%;
}
.login .find-id_btn {
  display: flex;
  gap: 1.6rem 2.4rem;
}
@media (max-width: 767px) {
  .login .find-id_btn {
    flex-direction: column;
  }
}
.login .find-id_btn .find-btn {
  padding: 9.5rem 1rem 3.2rem 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0;
  border: 1px solid #D7D7D7;
}
.login .find-id_btn .find-btn .cont .tit {
  font-weight: 700;
  font-size: 2.2rem;
  display: block;
  color: #8E8E8E;
}
.login .find-id_btn .find-btn .cont .txt {
  font-size: 1.6rem;
  margin-top: 1rem;
  display: block;
  color: #8E8E8E;
}
.login .find-id_btn .find-btn.active .cont .tit {
  color: #fff;
}
.login .find-id_btn .find-btn.active .cont .txt {
  color: #fff;
}
.login .find-id_btn .find-btn.find-phone {
  background: url("../img/icon/ico_login_phone.png") no-repeat center top 3.2rem #fff;
  background-size: 2.9rem auto;
}
.login .find-id_btn .find-btn.find-phone.active {
  background: url("../img/icon/ico_login_phone_on.png") no-repeat center top 3.2rem var(--navy-color);
  background-size: 2.9rem auto;
  border: 1px solid var(--navy-color);
}
.login .find-id_btn .find-btn.find-email {
  background: url("../img/icon/ico_login_email.png") no-repeat center top 4rem #fff;
  background-size: 3.7rem auto;
}
.login .find-id_btn .find-btn.find-email.active {
  background: url("../img/icon/ico_login_email_on.png") no-repeat center top 4rem var(--navy-color);
  background-size: 2.9rem auto;
  border: 1px solid var(--navy-color);
}
.login .find-id_btn + * {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .login .find-id .email {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .login .find-id .email input[type=text]:nth-of-type(1),
  .login .find-id .email input[type=email]:nth-of-type(1) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .login .find-id .email input[type=text]:nth-of-type(2),
  .login .find-id .email input[type=email]:nth-of-type(2) {
    width: calc(100% - 2.8rem);
  }
}
.login .find-id .email .select {
  width: 15rem;
}
@media (max-width: 1023px) {
  .login .find-id .email .select {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .login .find-id .email .btn {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .login .find-id .email-again .email-check {
    width: 100%;
  }
}
.login .find-id-result .result-txt {
  font-size: 2rem;
  color: #1D1D1D;
  text-align: center;
  display: block;
}
.login .find-id-result .cont-wrap {
  margin-top: 2.4rem;
  padding: 2rem;
  background: #fff;
  border-radius: 16px;
}
.login .find-id-result .cont-wrap .id-value {
  font-size: 2.4rem;
  color: var(--navy-color);
  font-weight: 700;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .login .find-id-result .cont-wrap .id-value {
    font-size: 2.2rem;
  }
}
.login .find-id-result .cont-wrap .date {
  font-size: 1.8rem;
  color: #909090;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .login .find-id-result .cont-wrap .date {
    font-size: 1.6rem;
  }
}
.login .find-id-result .cont-wrap .find-password_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #1D1D1D;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: center;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .login .find-id-result .btn-wrap {
    margin-top: 6rem;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .login .find-id-result .btn-wrap .btn {
    flex: none;
    max-width: 100%;
  }
}
.login .find-password-result .cont-wrap {
  padding-top: 7.5rem;
  background: url("../img/icon/ico_check_on.png") no-repeat center top;
  background-size: 4.6rem auto;
}
@media (max-width: 767px) {
  .login .find-password-result .cont-wrap {
    padding-top: 5rem;
    background-size: 3.4rem auto;
  }
}
.login .find-password-result .cont-wrap .result-txt {
  font-size: 1.6rem;
  color: #606060;
  line-height: 1.7;
  letter-spacing: -0.04em;
  text-align: center;
}
.login .find-password-result .cont-wrap .result-txt .sub-txt {
  display: block;
  font-size: 2rem;
}

/* ---------------------------------------------------------- */
/* 마이페이지 */
/* ---------------------------------------------------------- */
.mypage {
  padding: 6rem 4rem 8rem 4rem;
  border-radius: 16px;
  background-color: #F8F8F8;
  /* 회원정보 수정 */
  /* 기업, 기관정보 수정 */
  /* 신청상태 */
  /* 기업,소속 없을때 */
}
@media (max-width: 767px) {
  .mypage {
    padding: 3.2rem 2.4rem 3.2rem 2.4rem;
  }
}
@media (max-width: 480px) {
  .mypage {
    padding: 3.2rem 1.6rem 3.2rem 1.6rem;
  }
}
.mypage .form-wrap + .btn-wrap {
  margin-top: 6rem;
}
.mypage .mypage-tit-wrap .tit {
  font-size: 3.2rem;
  font-weight: 700;
  color: #000000;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .mypage .mypage-tit-wrap .tit {
    font-size: 2.4rem;
  }
}
.mypage .mypage-tit-wrap .txt {
  font-size: 2rem;
  color: #323232;
  text-align: center;
  display: block;
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .mypage .mypage-tit-wrap .txt {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}
.mypage .mypage-tit-wrap .txt.required {
  margin-top: 0;
}
.mypage .mypage-tit-wrap.change-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 480px) {
  .mypage .mypage-tit-wrap.change-tit {
    flex-direction: column;
  }
}
.mypage .mypage-tit-wrap.change-tit .txt {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .mypage .mypage-tit-wrap.change-tit .txt {
    margin-left: auto;
  }
}
.mypage .user_info_change {
  max-width: 63rem;
  width: 100%;
  margin: 3.2rem auto 0;
}
.mypage .user_info_change .tel1 {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .mypage .user_info_change .tel1 {
    flex-direction: column;
  }
}
.mypage .user_info_change .tel1 input {
  width: calc(100% - 13.5rem);
}
@media (max-width: 767px) {
  .mypage .user_info_change .tel1 input {
    width: 100%;
  }
}
.mypage .user_info_change .tel1 .btn {
  width: 12.5rem;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .mypage .user_info_change .tel1 .btn {
    width: 100%;
  }
}
.mypage .user_info_change .form-wrap + .form-wrap {
  padding-top: 5rem;
  margin-top: 5rem;
  border-top: 1px solid #D4D4D4;
}
.mypage .user_info_change + .btn-wrap {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .mypage .user_info_change .email-confirm {
    width: 100% !important;
  }
}
.mypage .company_info_change {
  max-width: 63rem;
  width: 100%;
  margin: 3.2rem auto 0;
}
.mypage .company_info_change + .btn-wrap {
  margin-top: 6rem;
}
.mypage .apply_condition {
  margin: 3.2rem auto 0;
  padding: 2.4rem 3.2rem;
  background-color: #fff;
  text-align: center;
  border-radius: 1.6rem;
  max-width: 87rem;
  width: 100%;
}
@media (max-width: 767px) {
  .mypage .apply_condition {
    padding: 2.4rem;
  }
}
.mypage .apply_condition .tit {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 767px) {
  .mypage .apply_condition .tit {
    font-size: 1.8rem;
  }
}
.mypage .apply_condition .txt {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .mypage .apply_condition .txt {
    font-size: 1.4rem;
  }
}
.mypage .apply_condition .tell {
  padding-left: 3rem;
  background: url("../img/icon/ico_tell_blue.png") no-repeat left center;
  background-size: 2rem auto;
  margin-top: 2.4rem;
  display: inline-block;
}
.mypage .apply_condition .tell .ic-tit {
  font-size: 2rem;
  font-weight: 700;
  color: var(--navy-color);
}
@media (max-width: 767px) {
  .mypage .apply_condition .tell .ic-tit {
    font-size: 1.4rem;
  }
}
.mypage .apply_condition .tell .tell_num {
  font-size: 2rem;
  color: #606060;
}
@media (max-width: 767px) {
  .mypage .apply_condition .tell .tell_num {
    font-size: 1.4rem;
  }
}
.mypage .apply_condition .reject_reason {
  padding: 1.6rem 4rem;
  background-color: #FBF4F7;
  border-radius: 16px;
  margin-top: 2.4rem;
  text-align: left;
}
@media (max-width: 767px) {
  .mypage .apply_condition .reject_reason {
    padding: 1.6rem 2.3rem;
  }
}
.mypage .apply_condition .reject_reason .reason-tit {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--red-color);
}
@media (max-width: 767px) {
  .mypage .apply_condition .reject_reason .reason-tit {
    font-size: 1.4rem;
  }
}
.mypage .apply_condition .reject_reason .reason-txt {
  font-size: 1.8rem;
  color: var(--red-color);
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .mypage .apply_condition .reject_reason .reason-txt {
    font-size: 1.4rem;
  }
}
.mypage .apply_condition.checking {
  border: 1px solid var(--navy-color);
}
.mypage .apply_condition.checking .tit {
  color: var(--navy-color);
}
.mypage .apply_condition.reject {
  border: 1px solid var(--red-color);
}
.mypage .apply_condition.reject .tit {
  color: var(--red-color);
}
.mypage .no_company {
  max-width: 87rem;
  width: 100%;
  margin: 0 auto;
}
.mypage .no_company .no_company-tit {
  text-align: center;
}
.mypage .no_company .no_company-tit .tit {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--navy-color);
  display: block;
}
@media (max-width: 767px) {
  .mypage .no_company .no_company-tit .tit {
    font-size: 1.8rem;
  }
}
.mypage .no_company .no_company-tit .txt {
  font-size: 2rem;
  color: #323232;
  display: block;
}
@media (max-width: 767px) {
  .mypage .no_company .no_company-tit .txt {
    font-size: 1.6rem;
  }
}
.mypage .no_company .no_company-tit + .search {
  margin-top: 3.2rem;
}
.mypage .no_company .direct_input {
  padding: 6rem 11rem;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .mypage .no_company .direct_input {
    padding: 3.2rem 2.4rem;
  }
}
.mypage .no_company .direct_input .tit {
  font-size: 2rem;
  color: #323232;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .mypage .no_company .direct_input .tit {
    font-size: 1.6rem;
  }
}
.mypage .no_company .direct_input .btn-area {
  padding: 2.4rem 1rem;
  max-width: 44rem;
  width: 100%;
  margin: 2.4rem auto 0;
  border: 1px solid var(--navy-color);
  border-radius: 8px;
  text-align: center;
  display: block;
}
.mypage .no_company .direct_input .btn-area .btn-tit {
  font-size: 2.2rem;
  color: var(--navy-color);
  font-weight: 800;
  display: block;
}
@media (max-width: 767px) {
  .mypage .no_company .direct_input .btn-area .btn-tit {
    font-size: 1.8rem;
  }
}
.mypage .no_company .direct_input .btn-area .btn-txt {
  display: block;
  font-size: 1.6rem;
  color: #323232;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .mypage .no_company .direct_input .btn-area .btn-txt {
    font-size: 1.4rem;
  }
}

/* 기업, 기관 등록*/
.company_apply {
  max-width: 87rem;
  width: 100%;
  margin: 0 auto;
}
.company_apply .form-wrap {
  width: 100%;
}
.company_apply .user_info {
  border: 1px solid var(--navy-color);
}
.company_apply .user_info + .txt-red {
  margin-top: 1rem;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .company_apply .required-red {
    font-size: 1.4rem;
  }
}
.company_apply .document {
  margin: 3.2rem 0 0 0;
  width: 100%;
}
.company_apply .document .document-notice {
  padding: 2.4rem 3.2rem;
  background-color: #fff;
  border-radius: 8px;
}
.company_apply .document .document-notice .txt {
  font-size: 2rem;
  color: #323232;
  display: block;
}
@media (max-width: 767px) {
  .company_apply .document .document-notice .txt {
    font-size: 1.6rem;
  }
}
.company_apply .document .document-notice .sub-txt {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .company_apply .document .document-notice .sub-txt {
    font-size: 1.4rem;
  }
}
.company_apply .document .file-upload {
  margin-top: 3rem;
}
.company_apply + .btn-wrap {
  margin-top: 3.2rem;
}

/* 회원정보관리 */
.user_info {
  padding: 4rem 7rem 4rem 7rem;
  background-color: #fff;
  border-radius: 16px;
  margin: 3.2rem auto 0;
  max-width: 87rem;
  width: 100%;
}
@media (max-width: 767px) {
  .user_info {
    padding: 3.2rem 2.4rem 3.2rem 2.4rem;
  }
}
.user_info .info-lst-wrap ul li {
  display: flex;
  margin-top: 3.2rem;
  gap: 1rem 4.8rem;
  width: 100%;
}
@media (max-width: 767px) {
  .user_info .info-lst-wrap ul li {
    gap: 1rem;
    margin-top: 1.6rem;
  }
}
.user_info .info-lst-wrap ul li:first-of-type {
  margin-top: 0;
}
.user_info .info-lst-wrap ul li .info-tit-area {
  flex: none;
  width: 12rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .user_info .info-lst-wrap ul li .info-tit-area {
    width: 9.5rem;
    justify-content: flex-start;
  }
}
.user_info .info-lst-wrap ul li .info-tit-area .tit {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--navy-color);
  text-align: right;
}
@media (max-width: 767px) {
  .user_info .info-lst-wrap ul li .info-tit-area .tit {
    font-size: 1.4rem;
  }
}
.user_info .info-lst-wrap ul li .cont-area {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex: 1 0;
}
.user_info .info-lst-wrap ul li .cont-area .txt {
  font-size: 2rem;
  display: block;
  word-break: break-all;
}
@media (max-width: 767px) {
  .user_info .info-lst-wrap ul li .cont-area .txt {
    font-size: 1.6rem;
  }
}
.user_info .info-lst-wrap + .btn-wrap {
  margin-top: 3.2rem;
}
.user_info + .btn-wrap {
  margin-top: 3.2rem;
}

/* 기업정보 입력 창 */
.user_info_write {
  padding: 5rem 7rem 5rem 7rem;
  border-radius: 16px;
  margin: 3.2rem auto 0;
  max-width: 87rem;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .user_info_write {
    padding: 4rem 2.4rem 4rem 2.4rem;
  }
}
@media (max-width: 480px) {
  .user_info_write {
    padding: 4rem 1.6rem 4rem 1.6rem;
  }
}
.user_info_write .info-lst-wrap {
  background-color: #F8F8F8;
  padding: 4rem;
  border-radius: 16px;
}
@media (max-width: 480px) {
  .user_info_write .info-lst-wrap {
    padding: 2rem;
  }
}
.user_info_write .info-lst-wrap ul li {
  display: flex;
  margin-top: 3.2rem;
  gap: 1rem 4.8rem;
  width: 100%;
}
@media (max-width: 767px) {
  .user_info_write .info-lst-wrap ul li {
    gap: 1rem;
    margin-top: 2.4rem;
  }
}
.user_info_write .info-lst-wrap ul li:first-of-type {
  margin-top: 0;
}
.user_info_write .info-lst-wrap ul li .info-tit-area {
  flex: none;
  width: 12rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .user_info_write .info-lst-wrap ul li .info-tit-area {
    width: 9.5rem;
    justify-content: flex-start;
  }
}
.user_info_write .info-lst-wrap ul li .info-tit-area .tit {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--navy-color);
  text-align: right;
}
@media (max-width: 767px) {
  .user_info_write .info-lst-wrap ul li .info-tit-area .tit {
    font-size: 1.4rem;
  }
}
.user_info_write .info-lst-wrap ul li .cont-area {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex: 1 0;
}
.user_info_write .info-lst-wrap ul li .cont-area .txt {
  font-size: 2rem;
  display: block;
  word-break: break-all;
}
@media (max-width: 767px) {
  .user_info_write .info-lst-wrap ul li .cont-area .txt {
    font-size: 1.6rem;
  }
}
.user_info_write .info-lst-wrap + .btn-wrap {
  margin-top: 3.2rem;
}

/* ---------------------------------------------------------- */
/* 위원회소개 */
/* ---------------------------------------------------------- */
/* 인사말 */
.ceo-wrap {
  margin-top: 14rem;
}
@media (max-width: 1199px) {
  .ceo-wrap {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .ceo-wrap {
    margin-top: 3.2rem;
  }
}
.ceo-wrap .txt-box {
  background: #F6F9FF;
  border-radius: 1.6rem;
  padding: 6.2rem 7.7% 6.2rem 0;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  word-break: keep-all;
}
@media (max-width: 1199px) {
  .ceo-wrap .txt-box {
    padding: 4.5rem 2rem;
  }
}
@media (max-width: 767px) {
  .ceo-wrap .txt-box {
    padding: 3rem 1.6rem;
  }
}
.ceo-wrap .txt-box .img {
  width: 33.5%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .ceo-wrap .txt-box .img {
    display: none;
  }
}
.ceo-wrap .txt-box .cont-wrap {
  width: 47.5%;
  margin-left: auto;
}
.ceo-wrap .txt-box .cont-wrap .txt {
  font-size: 4rem;
  color: #000000;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  letter-spacing: -0.04em;
}
.ceo-wrap .txt-box .cont-wrap .txt:before {
  content: "";
  width: 5.7rem;
  height: 4.8rem;
  display: block;
  position: absolute;
  left: -9.6rem;
  top: 0;
  background: url("../img/icon/ico_quotes_start.png") no-repeat center;
  background-size: contain;
}
.ceo-wrap .txt-box .cont-wrap .txt:after {
  content: "";
  width: 5.7rem;
  height: 4.8rem;
  display: block;
  position: absolute;
  right: -2rem;
  bottom: -8rem;
  background: url("../img/icon/ico_quotes_end.png") no-repeat center;
  background-size: contain;
}
.ceo-wrap .txt-box .cont-wrap .sub-txt {
  font-size: 2rem;
  margin-top: 3.5rem;
  display: block;
}
@media (max-width: 1199px) {
  .ceo-wrap .txt-box .cont-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .ceo-wrap .txt-box .cont-wrap .txt {
    font-size: 3.4rem;
    text-align: center;
  }
  .ceo-wrap .txt-box .cont-wrap .txt:before {
    display: none;
  }
  .ceo-wrap .txt-box .cont-wrap .txt:after {
    display: none;
  }
  .ceo-wrap .txt-box .cont-wrap .sub-txt {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 2rem;
    color: #8E8E8E;
  }
  .ceo-wrap .txt-box .cont-wrap .sub-txt b {
    font-size: 2.2rem;
    color: #000000;
  }
}
@media (max-width: 767px) {
  .ceo-wrap .txt-box .cont-wrap .txt {
    font-size: 1.8rem;
  }
  .ceo-wrap .txt-box .cont-wrap .txt .txt-navy {
    font-size: 2.6rem;
  }
  .ceo-wrap .txt-box .cont-wrap .sub-txt {
    font-size: 1.4rem;
  }
  .ceo-wrap .txt-box .cont-wrap .sub-txt b {
    font-size: 1.4rem;
  }
}
.ceo-wrap .ceo-txt {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: -0.06em;
  color: #1D1D1D;
  margin-top: 6rem;
}
@media (max-width: 1199px) {
  .ceo-wrap .ceo-txt {
    margin-top: 2.4rem;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .ceo-wrap .ceo-txt {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.ceo_career {
  width: 100%;
}
@media (max-width: 1199px) {
  .ceo_career {
    display: flex;
    flex-direction: column;
    gap: 4rem 0;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .ceo_career {
    margin-top: 2.4rem;
  }
}
.ceo_career .flex-wrap {
  width: calc(50% - 4rem);
}
@media (max-width: 1199px) {
  .ceo_career .flex-wrap {
    width: 100%;
  }
}
.ceo_career .flex-wrap.flex {
  gap: 7.4rem 0;
}
@media (max-width: 1199px) {
  .ceo_career .flex-wrap.flex {
    gap: 4rem 0;
  }
}
.ceo_career .flex-wrap.flex .flex-wrap {
  width: 100%;
}
.ceo_career .tb-wrap.v1 .date {
  font-size: 2.2rem;
}
@media (max-width: 1199px) {
  .ceo_career .tb-wrap.v1 .date {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .ceo_career .tb-wrap.v1 .date {
    font-size: 1.4rem;
  }
}

/* ci-캐릭터소개 */
.ci-area .img {
  max-width: 100%;
}
.ci-area .txt {
  font-size: 2rem;
  color: #323232;
  line-height: 1.6;
  margin: 2.4rem auto 0;
  text-align: center;
  max-width: 100rem;
}
@media (max-width: 767px) {
  .ci-area .txt {
    font-size: 1.6rem;
    max-width: 100%;
    text-align: left;
  }
}
.ci-area .btn-wrap {
  gap: 1.8rem;
}
.ci-area .btn-wrap .btn-file-down {
  width: 29.7rem;
  padding: 0;
}
.ci-area.character .img {
  width: 100%;
  height: auto;
  display: block;
}

/* 연혁 */
.about_history_wrap {
  position: relative;
  padding: 5rem 0 14rem 0;
  margin-top: 7rem;
}
@media (max-width: 1023px) {
  .about_history_wrap {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about_history_wrap {
    padding-top: 0;
    padding-bottom: 10rem;
  }
}
.about_history_wrap .scrollBar {
  width: 0.2rem;
  height: 100%;
  background-color: #efefef;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about_history_wrap .scrollBar .bar {
  width: 100%;
  height: 0;
  background-color: #2E67B9;
  position: relative;
}
.about_history_wrap .scrollBar .bar:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #2E67B9;
  transform: translate(-50%, 50%);
}
.about_history_wrap .scrollBar .bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 50%;
  background-color: #2E67B9;
  transform: translate(-50%, 50%);
  opacity: 0.1;
}
@media (max-width: 1023px) {
  .about_history_wrap .scrollBar {
    display: none;
  }
}
.about_history_wrap .about_history {
  width: 100%;
  min-height: 35rem;
  position: relative;
}
.about_history_wrap .about_history + .about_history {
  margin-top: 15rem;
}
@media (max-width: 1023px) {
  .about_history_wrap .about_history + .about_history {
    margin-top: 10rem;
  }
}
.about_history_wrap .about_history .head {
  margin-right: 10rem;
}
@media (max-width: 1023px) {
  .about_history_wrap .about_history .head {
    margin-right: 0;
  }
}
.about_history_wrap .about_history .head .year {
  font-size: 6rem;
  font-weight: 700;
  color: #2E67B9;
  margin-bottom: 3rem;
  line-height: 1.25;
}
@media (max-width: 1023px) {
  .about_history_wrap .about_history .head .year {
    font-size: 4rem;
  }
}
.about_history_wrap .about_history .head .img {
  position: absolute;
  top: 0;
  max-width: 51rem;
  width: 45%;
  height: 41rem;
  border-radius: 25px;
  background-color: #dedede;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  .about_history_wrap .about_history .head .img {
    position: inherit;
    max-width: 100%;
    width: 100%;
    height: 0;
    padding-top: 56.5%;
  }
}
.about_history_wrap .about_history .list {
  margin-top: 4rem;
  margin-right: 10rem;
}
@media (max-width: 1023px) {
  .about_history_wrap .about_history .list {
    margin-right: 0;
  }
}
.about_history_wrap .about_history .list > li {
  display: flex;
  line-height: 1.25;
}
.about_history_wrap .about_history .list > li .date {
  width: 12rem;
  flex: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
.about_history_wrap .about_history .list > li .text {
  width: 100%;
  font-size: 1.6rem;
  color: #666;
}
.about_history_wrap .about_history .list > li .text > * + * {
  margin-top: 1.5rem;
}
.about_history_wrap .about_history .list > li .text p {
  font-weight: 600;
}
.about_history_wrap .about_history .list > li .text dl dt {
  font-weight: 600;
}
.about_history_wrap .about_history .list > li .text dl dd {
  line-height: 1.25;
}
.about_history_wrap .about_history .list > li .text dl dd:before {
  content: "-";
  margin-right: 0.5rem;
}
.about_history_wrap .about_history .list > li .text dl dd:first-of-type {
  margin-top: 0.5rem;
}
.about_history_wrap .about_history .list > li .text dl dd span {
  display: block;
}
.about_history_wrap .about_history .list > li .text dl dd ul {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}
.about_history_wrap .about_history .list > li .text dl dd ul li:before {
  content: "·";
  display: inline-block;
  margin-right: 0.5rem;
}
.about_history_wrap .about_history .list > li + li {
  margin-top: 3rem;
}
@media (max-width: 1023px) {
  .about_history_wrap .about_history .list > li + li {
    margin-top: 1.6rem;
  }
}
.about_history_wrap .about_history:nth-of-type(1) .img {
  background: url("../img/sub/history15.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(2) .img {
  background: url("../img/sub/history14.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(3) .img {
  background: url("../img/sub/history13.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(4) .img {
  background: url("../img/sub/history12.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(5) .img {
  background: url("../img/sub/history11.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(6) .img {
  background: url("../img/sub/history10.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(7) .img {
  background: url("../img/sub/history09.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(8) .img {
  background: url("../img/sub/history08.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(9) .img {
  background: url("../img/sub/history07.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(10) .img {
  background: url("../img/sub/history06.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(11) .img {
  background: url("../img/sub/history05.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(12) .img {
  background: url("../img/sub/history04.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(13) .img {
  background: url("../img/sub/history03.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(14) .img {
  background: url("../img/sub/history02.png") no-repeat center;
  background-size: contain;
}
.about_history_wrap .about_history:nth-of-type(15) .img {
  background: url("../img/sub/history01.png") no-repeat center;
  background-size: contain;
}

.about_history:nth-child(odd) {
  padding-left: 50%;
}
@media (max-width: 1023px) {
  .about_history:nth-child(odd) {
    padding-left: 0;
  }
}

.about_history:nth-child(even) {
  padding-right: 50%;
}
@media (max-width: 1023px) {
  .about_history:nth-child(even) {
    padding-right: 0;
  }
}

.about_history:nth-child(odd) > .head {
  padding-left: 5rem;
}
@media (max-width: 1023px) {
  .about_history:nth-child(odd) > .head {
    padding-left: 0;
  }
}

.about_history:nth-child(even) > .head {
  padding-left: 8rem;
}
@media (max-width: 1023px) {
  .about_history:nth-child(even) > .head {
    padding-left: 0;
  }
}

.about_history:nth-child(odd) > .head > .img {
  left: 0;
}

.about_history:nth-child(even) > .head > .img {
  right: 0;
}

.about_history:nth-child(odd) > .list {
  padding-left: 5rem;
}
@media (max-width: 1023px) {
  .about_history:nth-child(odd) > .list {
    padding: 0 3.2rem;
  }
}

.about_history:nth-child(even) > .list {
  padding-left: 8rem;
}
@media (max-width: 1023px) {
  .about_history:nth-child(even) > .list {
    padding: 0 3.2rem;
  }
}

/* 비전 · 목표 */
/* 오시는 길 */
.map-area .map-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
.map-area .map-wrap .root_daum_roughmap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
}
.map-area .map-wrap .wrap_map {
  height: 100%;
}
.map-area .txt-normal {
  font-size: 2rem;
  color: #323232;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .map-area .txt-normal {
    font-size: 1.6rem;
  }
}
.map-area .txt-normal b {
  display: block;
}

/*  조직도 */
.organization .scroll-x table {
  min-width: 64rem;
}
.organization .tab-wrap.v3 .tab-cont + .tab-cont {
  margin-top: 1.6rem;
}
.organization .tbl-wrap.v2 .tbl-tit {
  margin-top: 0;
}
.organization .tbl-wrap.v2 .tbl-tit .tit {
  color: #606060;
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .organization .tbl-wrap.v2 .tbl-tit .tit {
    font-size: 1.6rem;
  }
}
.organization .tbl-wrap.v2 .tbl-tit .txt:before {
  display: none;
}
.organization .tbl-wrap.v2 tr th,
.organization .tbl-wrap.v2 tr td {
  word-break: break-all;
}
.organization .tbl-wrap.v2 thead tr th {
  padding: 1.5rem 1rem;
}
.organization .tbl-wrap.v2 tbody tr td:nth-of-type(1) {
  padding: 2.35rem 0;
}

/* ---------------------------------------------------------- */
/* 사업소개 */
/* ---------------------------------------------------------- */
.business {
  /* 동반성장 유공포상 */
  /* 동반성장 주간 기념식 */
}
.business .txt-base {
  color: #323232;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .business .txt-base {
    font-size: 1.6rem;
  }
}
.business .txt-base .flex .tit {
  flex: none;
}
.business .tit-btn-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .business .tit-btn-wrap {
    flex-wrap: wrap;
  }
}
.business .tit-btn-wrap .tit {
  font-size: 2rem;
  font-weight: 700;
  color: #323232;
}
@media (max-width: 767px) {
  .business .tit-btn-wrap .tit {
    font-size: 1.6rem;
  }
}
.business .tit-btn-wrap + * {
  margin-top: 1.4rem;
}
.business .btn-wrap_code {
  gap: 1rem 0.5rem;
}
@media (max-width: 767px) {
  .business .btn-wrap_code {
    flex-wrap: wrap;
  }
}
.business .box-gray {
  padding: 3.2rem 4rem;
  background: #F8F8F8;
  border-radius: 16px;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .business .box-gray {
    padding: 2.4rem;
  }
}
.business .box-gray dl {
  letter-spacing: -0.02em;
}
.business .box-gray dl dt {
  font-size: 2rem;
  font-weight: 600;
  color: #323232;
}
@media (max-width: 767px) {
  .business .box-gray dl dt {
    font-size: 1.8rem;
  }
}
.business .box-gray dl dd {
  font-size: 2rem;
  font-weight: 400;
  color: #323232;
}
@media (max-width: 767px) {
  .business .box-gray dl dd {
    font-size: 1.6rem;
  }
}
.business .box-gray dl + dl {
  margin-top: 4rem;
}
.business .box-gray .box-txt-gray {
  color: #8E8E8E;
  font-weight: 700;
  font-size: 2rem;
}
.business .box-gray .box-txt-gray + * {
  margin-top: 1.6rem;
}
.business .box-gray + * {
  margin-top: 1.6rem;
}
.business .plan {
  margin-top: 6rem;
}
.business .plan .plan-wrap {
  display: flex;
  gap: 2rem 4.8rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .business .plan .plan-wrap {
    flex-direction: column;
  }
}
.business .plan .plan-wrap .box {
  border-radius: 16px;
  padding: 2.4rem 3.2rem 3.2rem 3.2rem;
}
.business .plan .plan-wrap .box .tit {
  font-size: 2rem;
  font-weight: 700;
  color: var(--navy-color);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .business .plan .plan-wrap .box .tit {
    font-size: 1.6rem;
  }
}
.business .plan .plan-wrap .box .txt {
  font-size: 2rem;
  color: #323232;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .business .plan .plan-wrap .box .txt {
    font-size: 1.6rem;
  }
}
.business .plan .plan-wrap .box.gray {
  background: #F8F8F8;
}
.business .plan .plan-wrap .box.blue {
  background: var(--navy-color);
}
.business .plan .plan-wrap .box.blue .tit {
  color: #fff;
}
.business .plan .plan-wrap .box.blue .txt {
  color: #fff;
}
.business .purpose {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .business .purpose {
    flex-direction: column;
    gap: 1.6rem 0;
  }
}
.business .purpose .box {
  min-height: 16rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 186px;
  overflow: hidden;
  padding: 0 2rem;
  word-break: keep-all;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .business .purpose .box {
    min-height: auto;
    padding: 2rem;
  }
}
.business .purpose .box .txt {
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
  color: #1D1D1D;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .business .purpose .box .txt {
    font-size: 1.8rem;
  }
}
.business .purpose .box.line {
  max-width: 50rem;
  border: 1px solid transparent;
  background: linear-gradient(to right, var(--blue-gradient-color), var(--green-gradient-color));
}
.business .purpose .box.line:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.business .purpose .box.background {
  max-width: 62rem;
  background: url("../img/common/logo_opacity.png") no-repeat right top, linear-gradient(100deg, #2D6DB2, #11AE4F 150%);
}
.business .purpose .box.background .txt {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .business .purpose .box.background .txt {
    font-size: 2rem;
    font-weight: 600;
  }
}
.business .purpose .img-arrow {
  max-width: 100%;
  margin: 0 2rem;
}
@media (max-width: 1199px) {
  .business .purpose .img-arrow {
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .business .purpose .img-arrow {
    width: 1.5rem;
    height: auto;
  }
}
.business .purpose-txt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #8E8E8E;
  margin-top: 1.6rem;
  display: block;
}
@media (max-width: 767px) {
  .business .purpose-txt {
    font-size: 1.6rem;
  }
}
.business .purpose-txt + .purpose-txt {
  margin-top: 0;
}
.business .tb-gray-cont {
  padding: 1.6rem 3.2rem;
  background: #F8F8F8;
  border-radius: 8px;
  margin-top: 1.6rem;
}
.business .tb-gray-cont .txt {
  font-size: 1.8rem;
  color: #606060;
  line-height: 1.4;
  letter-spacing: -0.02em;
  display: block;
}
@media (max-width: 767px) {
  .business .tb-gray-cont .txt {
    font-size: 1.4rem;
  }
}
.business .tb-gray-cont .txt + .txt {
  margin-top: 0.4rem;
}
.business .tb-notice {
  margin-top: 1rem;
}
.business .tb-notice span {
  display: block;
  font-size: 1.5rem;
}
.business .txt-list li {
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .business .txt-list li {
    font-size: 1.6rem;
  }
}
.business .txt-list li .sub-txt {
  margin-left: 1rem;
  display: block;
}
.business .txt-list li .list-inner {
  margin-left: 2.2rem;
}
@media (max-width: 767px) {
  .business .txt-list li .list-inner {
    margin-left: 1rem;
  }
}
.business .txt-list li .list-inner .txt {
  display: block;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .business .txt-list li .list-inner .txt {
    font-size: 1.6rem;
  }
}
.business .txt-list li .list-inner.txt-list_num {
  margin-left: 4.4rem;
}
@media (max-width: 767px) {
  .business .txt-list li .list-inner.txt-list_num {
    margin-left: 3.4rem;
  }
}
.business .txt-list li .txt-inner {
  margin-left: 1.8rem;
  display: block;
}
.business .txt-list + .tbl-wrap {
  margin-top: 1.6rem;
}
.business .txt {
  font-size: 2rem;
  line-height: 1.8;
  color: #323232;
  display: block;
}
@media (max-width: 767px) {
  .business .txt {
    font-size: 1.6rem;
  }
}
.business .file-wrap .txt {
  display: inline-block;
}
.business .txt-list_num {
  margin-left: 2.2rem;
}
.business .txt-list_num li {
  list-style: decimal;
  font-size: 2rem;
  font-weight: 400;
  color: #323232;
}
@media (max-width: 767px) {
  .business .txt-list_num li {
    font-size: 1.6rem;
  }
}
.business .txt-list_num .txt-list li {
  list-style: none;
  line-height: 1.5;
}
.business .txt-list_num.v2 {
  line-height: 2;
}
.business .sub-txt-wrap {
  padding: 0.8rem 0;
}
.business .sub-txt-wrap .txt {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-indent: -2rem;
  display: block;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .business .sub-txt-wrap .txt {
    font-size: 1.4rem;
    text-indent: -1rem;
  }
}
.business .sub-txt-wrap .txt.gray {
  color: #606060;
}
.business .img + * {
  margin-top: 1.6rem;
}
.business .small_business_process + * {
  margin-top: 3.2rem;
}
.business .winner.img-wrap {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .business .winner.img-wrap {
    gap: 0.5rem;
  }
}
.business .winner.img-wrap.img-wrap1 img {
  width: calc(33.33% - 1rem);
}
.business .winner.img-wrap.img-wrap2 {
  margin-top: 1.5rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .business .winner.img-wrap.img-wrap2 {
    margin-top: 0.5rem;
  }
}
.business .winner.img-wrap.img-wrap2 img {
  flex: 1 0;
  width: calc(50% - 7.5rem);
}
.business .business-event_info {
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
@media (max-width: 767px) {
  .business .business-event_info {
    flex-direction: column;
    gap: 3.2rem 0;
  }
}
.business .business-event_info .img-wrap {
  position: relative;
  max-width: 40rem;
  width: 100%;
  /*padding-top: 27%;
  height: 0;
  max-width: 46.3rem;
  width: 100%;*/
  border-radius: 16px;
  overflow: hidden;
  /*      &:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: url("../img/sub/event2025.jpg") no-repeat center;
          background-size: cover;
        }*/
}
@media (max-width: 767px) {
  .business .business-event_info .img-wrap {
    /*padding-top: 56.5%;*/
    max-width: 100%;
  }
}
.business .business-event_info .info-list ul li {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .business .business-event_info .info-list ul li {
    flex-direction: column;
  }
}
.business .business-event_info .info-list ul li:first-of-type {
  margin-top: 0;
}
.business .business-event_info .info-list ul li .tit {
  font-size: 2rem;
  font-weight: 700;
  color: #323232;
  width: 10rem;
  flex: none;
}
.business .business-event_info .info-list ul li .txt-box {
  font-size: 2rem;
  color: #323232;
}
.business .business-event_video .video-wrap ul {
  display: flex;
  gap: 3.2rem 3%;
}
@media (max-width: 767px) {
  .business .business-event_video .video-wrap ul {
    flex-direction: column;
  }
}
.business .business-event_video .video-wrap ul li {
  width: 31.33%;
}
@media (max-width: 767px) {
  .business .business-event_video .video-wrap ul li {
    width: 100%;
  }
}
.business .business-event_video .video-wrap ul li .youtube-wrap {
  position: relative;
  padding-top: 56.5%;
  height: 0;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.business .business-event_video .video-wrap ul li .youtube-wrap .youtube {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.business .host-lst ul {
  display: flex;
  gap: 1.6rem 2.4rem;
  flex-wrap: wrap;
}
.business .host-lst ul li img {
  max-width: 28.4rem;
  width: 100%;
}
.business .no-event {
  padding: 4.8rem 1rem;
  background-color: #F8F8F8;
  border-radius: 16px;
  width: 100%;
}
.business .no-event .txt {
  font-size: 2.2rem;
  color: #606060;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .business .no-event .txt {
    font-size: 1.8rem;
  }
}
.business .win-event .has-event ul {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .business .win-event .has-event ul {
    flex-direction: column;
  }
}
.business .win-event .has-event ul li .cont {
  padding: 2.4rem;
  border: 1px solid #E4E4E4;
  border-radius: 16px;
}
.business .win-event .has-event ul li .cont dl {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.business .win-event .has-event ul li .cont dl:first-of-type {
  margin-top: 0;
}
.business .win-event .has-event ul li .cont dl:first-of-type {
  margin-top: 0;
}
.business .win-event .has-event ul li .cont dl dt {
  font-size: 2rem;
  font-weight: 600;
  color: #323232;
  width: 8rem;
  flex: none;
}
@media (max-width: 767px) {
  .business .win-event .has-event ul li .cont dl dt {
    font-size: 1.6rem;
    width: 6rem;
  }
}
.business .win-event .has-event ul li .cont dl dd {
  font-size: 2rem;
  color: #606060;
}
@media (max-width: 767px) {
  .business .win-event .has-event ul li .cont dl dd {
    font-size: 1.6rem;
  }
}
.business .winwin_location_img {
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .business .winwin_location_img {
    flex-direction: column;
  }
}
.business .winwin_location_img img {
  width: calc(50% - 0.8rem);
}
@media (max-width: 767px) {
  .business .winwin_location_img img {
    width: 100%;
  }
}
.business .winwin-map {
  position: relative;
  width: 100%;
}
.business .winwin-map .root_daum_roughmap {
  width: 100% !important;
}
.business .bus-num {
  margin-top: 1.6rem;
}
.business .bus-num li {
  display: flex;
  margin-top: 0.4rem;
  gap: 1rem;
}
.business .bus-num li:first-of-type {
  margin-top: 0;
}
.business .bus-num li .type {
  padding: 0 1rem;
  height: 2.6rem;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-weight: 700;
  flex: none;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .business .bus-num li .type {
    margin-top: 0;
  }
}
.business .bus-num li .type.black {
  background-color: #011F5F;
}
.business .bus-num li .type.green {
  background-color: #12AF4E;
}
.business .bus-num li .type.blue {
  background-color: #3659AE;
}
.business .bus-num li .type.red {
  background-color: #D90F1A;
}
.business .bus-num li .txt {
  font-size: 2rem;
  color: #323232;
}
@media (max-width: 767px) {
  .business .bus-num li .txt {
    font-size: 1.4rem;
  }
}

/* 동반성장페어 이미지 추가 */
@media (max-width: 767px) {
  .list-wrap.pair-img-wrap {
    display: flex;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .list-wrap.pair-img-wrap .dl-wrap {
    flex-direction: column;
  }
}
.list-wrap.pair-img-wrap .dl-wrap dl {
  min-height: auto;
}
@media (max-width: 767px) {
  .list-wrap.pair-img-wrap .dl-wrap dl {
    width: 100% !important;
    border-right: none;
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .list-wrap.pair-img-wrap .dl-wrap dl dt {
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
  }
}
.list-wrap.pair-img-wrap .dl-wrap dl dd {
  display: flex;
  padding-bottom: 0;
}
.list-wrap.pair-img-wrap .dl-wrap dl dd img {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 1rem;
}
@media (max-width: 767px) {
  .list-wrap.pair-img-wrap .dl-wrap dl:nth-child(2) dd {
    flex-direction: column;
  }
}
.list-wrap.pair-img-wrap .dl-wrap dl:nth-child(2) dd img {
  width: 50%;
}
@media (max-width: 767px) {
  .list-wrap.pair-img-wrap .dl-wrap dl:nth-child(2) dd img {
    width: 100%;
  }
}

/* 동반성장 유공 포상 */
.award .award-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.award .award-wrap li {
  width: 25%;
}
@media (max-width: 767px) {
  .award .award-wrap li {
    width: 50%;
  }
}
.award .btn-wrap {
  gap: 1rem;
  margin-top: 4.2rem;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .award .btn-wrap .btn {
    width: 100%;
  }
}
/* 동반성장대상-수상현황 */
.business-prize .form-wrap {
  background: #F8F8F8;
  border-radius: 8px;
  padding: 2.4rem;
}
@media (max-width: 767px) {
  .business-prize .form-wrap {
    padding: 2.4rem 1.2rem;
  }
}
.business-prize .tbl-wrap.v1 table thead th {
  font-size: 1.6rem;
}
.business-prize .tbl-wrap.v1 table tbody td {
  font-size: 1.6rem;
}
.business-prize .tbl-wrap.v1 table:nth-of-type(1) {
  table-layout: fixed;
  flex: none;
  border-right: 1px solid var(--border-color);
}

/* ---------------------------------------------------------- */
/* 게시판 */
/* ---------------------------------------------------------- */
.board .search-wrap input[type=text] {
  padding: 1.15rem 2rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .board .search-wrap input[type=text] {
    padding: 0;
    font-size: 1.4rem;
    height: 4.6rem;
  }
}
@media (max-width: 480px) {
  .board .search-wrap input[type=text] {
    font-size: 1.2rem;
  }
}
.board .tab-btn-wrap {
  margin-top: 3.2rem;
}
.board .view-nav + .btn-wrap,
.board .view-body + .btn-wrap {
  margin-top: 3.2rem;
}
.board .root_daum_roughmap {
  width: 100% !important;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .board .root_daum_roughmap {
    height: 32rem !important;
  }
}

/* 행사일정 */
#calendar-container {
  margin-top: 3.2rem;
}
#calendar-container .fc-scrollgrid {
  border-top: 2px solid var(--navy-color);
}
#calendar-container .fc-col-header-cell-cushion {
  font-size: 1.8rem;
}
#calendar-container .fc-daygrid-day-number {
  font-size: 1.8rem;
}
#calendar-container .fc-theme-standard .fc-scrollgrid {
  border-left: none;
}
#calendar-container .fc-header-toolbar {
  justify-content: center;
}
#calendar-container .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
  margin: 0 4rem;
  font-size: 4.8rem;
  font-weight: 600;
  color: #1D1D1D;
}
@media (max-width: 767px) {
  #calendar-container .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 2.8rem;
  }
}
#calendar-container .fc-header-toolbar .fc-toolbar-chunk .fc-button-primary {
  background-color: transparent;
  border: none;
}
#calendar-container .fc-header-toolbar .fc-toolbar-chunk .fc-button-primary .fc-icon {
  width: 1.5rem;
  height: 2.1rem;
}
#calendar-container .fc-header-toolbar .fc-toolbar-chunk .fc-button-primary .fc-icon-chevron-left::before,
#calendar-container .fc-header-toolbar .fc-toolbar-chunk .fc-button-primary .fc-icon-chevron-right::before {
  content: "";
  width: 1rem;
  height: 2.1rem;
  display: block;
}
#calendar-container .fc-header-toolbar .fc-toolbar-chunk .fc-button-primary .fc-icon-chevron-left::before {
  background: url("../img/common/btn_calendar_prev.png") no-repeat center;
  background-size: contain;
}
#calendar-container .fc-header-toolbar .fc-toolbar-chunk .fc-button-primary .fc-icon-chevron-right::before {
  background: url("../img/common/btn_calendar_next.png") no-repeat center;
  background-size: contain;
}
#calendar-container .fc-col-header {
  background: #F6F9FF;
  width: 100% !important;
}
#calendar-container .fc-col-header .fc-col-header-cell {
  padding: 1.5rem 0;
}
#calendar-container .fc-col-header .fc-day-sun {
  color: #E34A75;
}
#calendar-container .fc-col-header .fc-day-sat {
  color: var(--navy-color);
}
#calendar-container .fc-daygrid-body {
  width: 100% !important;
}
#calendar-container .fc-daygrid-body .fc-scrollgrid-sync-table {
  width: 100% !important;
}
#calendar-container .fc-day-sun {
  color: #E34A75;
}
#calendar-container .fc .fc-day-disabled {
  background: #fff;
}
#calendar-container .fc-scrollgrid-liquid {
  border-left: none;
}
#calendar-container .fc-theme-standard td, #calendar-container .fc-theme-standard th {
  border-right: none;
  border-color: var(--border-color);
}
#calendar-container .fc-theme-standard td:nth-child(1),
#calendar-container .fc-theme-standard th:nth-child(1) {
  border-left: none;
}
#calendar-container .fc-view-harness {
  margin-top: 2.4rem;
  overflow-x: auto;
}
#calendar-container .fc-view-harness .fc-dayGridMonth-view {
  /*min-width: 114rem;*/
  width: 100%;
}
@media (max-width: 767px) {
  #calendar-container .fc-view-harness .fc-dayGridMonth-view {
    /*min-width: 80rem;*/
  }
}
#calendar-container .fc-view-harness .fc-daygrid-day-frame {
  min-height: 16rem;
}
@media (max-width: 767px) {
  #calendar-container .fc-view-harness .fc-daygrid-day-frame {
    min-height: 13rem;
  }
}
#calendar-container .fc-view-harness .fc-event {
  background-color: transparent !important;
  border-color: transparent !important;
}
#calendar-container .fc-view-harness .fc-daygrid-day-top {
  justify-content: flex-start;
  flex-direction: row;
}
#calendar-container .fc-view-harness .fc-day-today {
  background: transparent;
}
#calendar-container .month-buttons {
  display: flex;
  border: 7px solid #F6F9FF;
  background-color: #fff;
  padding: 1.3rem 4rem;
  border-radius: 16px;
}
@media (max-width: 767px) {
  #calendar-container .month-buttons {
    padding: 0.8rem 0;
  }
}
#calendar-container .month-buttons .btn-month {
  font-size: 2rem;
  color: #8E8E8E;
  flex: 1 0;
  padding: 1rem 0;
  position: relative;
}
@media (max-width: 767px) {
  #calendar-container .month-buttons .btn-month {
    font-size: 1.6rem;
  }
}
#calendar-container .month-buttons .btn-month.on {
  color: var(--navy-color);
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  #calendar-container .month-buttons .btn-month.on {
    font-size: 1.8rem;
  }
}
#calendar-container .month-buttons .btn-month.on:before {
  content: "";
  width: 5rem;
  height: 5rem;
  border: 2px solid var(--navy-color);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #calendar-container .month-buttons .btn-month.on:before {
    width: 3rem;
    height: 3rem;
  }
}
#calendar-container .event-index {
  display: flex;
  justify-content: flex-end;
  gap: 0 1.5rem;
  margin-top: 5.2rem;
  flex-wrap: wrap;
}
#calendar-container .event-index .event-name {
  font-size: 1.6rem;
  color: #000000;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #calendar-container .event-index .event-name {
    font-size: 1.4rem;
  }
}
#calendar-container .event-index .event-name:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  display: block;
}
#calendar-container .event-index .event-name.event-color1:before {
  background: #5EAF15;
}
#calendar-container .event-index .event-name.event-color2:before {
  background: #2298E8;
}
#calendar-container .event-index .event-name.event-color3:before {
  background: #205CB4;
}
#calendar-container .event-index .event-name.event-color4:before {
  background: #00B5C7;
}
#calendar-container .event-index .event-name.event-color5:before {
  background: #7B68BA;
}
#calendar-container .event-index .event-name.event-color6:before {
  background: #AC4B66;
}
#calendar-container .event-index .event-name.event-color7:before {
  background: #DAA21C;
}
#calendar-container .event-index .event-name.event-color8:before {
  background: #A4ABBD;
}
#calendar-container .fc-event-title {
  font-size: 1.6rem;
  color: #000000;
  display: flex;
  align-items: flex-start;
  white-space: break-spaces;
  word-break: keep-all;
}
@media (max-width: 767px) {
  #calendar-container .fc-event-title {
    font-size: 1.4rem;
    word-break: normal;
  }
}
@media (max-width: 480px) {
  #calendar-container .fc-event-title {
    font-size: 1.1rem;
  }
}
#calendar-container .fc-event-title:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: var(--navy-color);
  margin-right: 0.5rem;
  flex: none;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  #calendar-container .fc-event-title:before {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 480px) {
  #calendar-container .fc-event-title:before {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: 0.4rem;
    margin-right: 0.3rem;
  }
}
#calendar-container .event-color1 .fc-event-title:before {
  background-color: #5EAF15;
}
#calendar-container .event-color2 .fc-event-title:before {
  background-color: #2298E8;
}
#calendar-container .event-color3 .fc-event-title:before {
  background-color: #205CB4;
}
#calendar-container .event-color4 .fc-event-title:before {
  background-color: #00B5C7;
}
#calendar-container .event-color5 .fc-event-title:before {
  background-color: #7B68BA;
}
#calendar-container .event-color6 .fc-event-title:before {
  background-color: #AC4B66;
}
#calendar-container .event-color7 .fc-event-title:before {
  background-color: #DAA21C;
}
#calendar-container .event-color8 .fc-event-title:before {
  background-color: #A4ABBD;
}

/* ---------------------------------------------------------- */
/* 정보광장 */
/* ---------------------------------------------------------- */
/* 정책제안 */
.txt-box-blue {
  padding: 4rem 6rem;
  background-color: #F6F9FF;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .txt-box-blue {
    padding: 2.4rem 2.8rem;
  }
}
.txt-box-blue .tit {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .txt-box-blue .tit {
    font-size: 1.8rem;
  }
}
.txt-box-blue .txt {
  font-size: 2rem;
  color: #323232;
  line-height: 1.4;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .txt-box-blue .txt {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.txt-box-blue + * {
  margin-top: 6rem;
}

/* 정책제안 - 등록 */
.input_enroll {
  padding: 4rem 3.2rem;
  background-color: #F8F8F8;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .input_enroll {
    padding: 2.4rem 1.2rem;
  }
}
.input_enroll .select.v1 {
  width: 100%;
}
.input_enroll + .btn-wrap {
  margin-top: 3.2rem;
}

/* 푸터 - 개인정보처리방침 */
.privacy-area .privacy-notice {
  padding: 3.2rem 4rem;
  background-color: #F8F8F8;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .privacy-area .privacy-notice {
    padding: 1.6rem 2rem;
  }
}
.privacy-area .privacy-notice .txt {
  font-size: 2rem;
  color: #323232;
}
@media (max-width: 767px) {
  .privacy-area .privacy-notice .txt {
    font-size: 1.6rem;
  }
}
.privacy-area .privacy-cont-wrap {
  margin-top: 3.2rem;
}
.privacy-area .privacy-cont dt {
  font-size: 2.8rem;
  color: #1D1D1D;
  display: block;
  font-weight: 700;
}
@media (max-width: 767px) {
  .privacy-area .privacy-cont dt {
    font-size: 2.2rem;
  }
}
.privacy-area .privacy-cont dd {
  font-size: 1.6rem;
  color: #323232;
  margin-top: 1rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .privacy-area .privacy-cont dd {
    font-size: 1.4rem;
  }
}
.privacy-area .privacy-cont .txt-indent {
  margin-left: 1.6rem;
}
.privacy-area .privacy-cont .down_link {
  color: var(--navy-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.privacy-area .privacy-cont .tbl-wrap.v2 td, .privacy-area .privacy-cont .tbl-wrap.v2 th {
  padding: 1rem;
  font-size: 1.6rem;
}
.privacy-area .privacy-cont + .privacy-cont {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .privacy-area .privacy-cont + .privacy-cont {
    margin-top: 3.2rem;
  }
}

.award-pool {
  margin-top: 3.2rem;
  /* 개인정보 동의 */
  /* 신청서 작성 */
}
@media (max-width: 767px) {
  .award-pool {
    margin-top: 2.4rem;
  }
}
.award-pool .tit-wrap.v8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .award-pool .tit-wrap.v8 {
    flex-direction: column-reverse;
    gap: 3.2rem;
  }
}
.award-pool .tit-wrap.v8 .tit {
  font-size: 3rem;
  font-weight: 700;
  color: #1D1D1D;
}
@media (max-width: 767px) {
  .award-pool .tit-wrap.v8 .tit {
    font-size: 2rem;
  }
}
.award-pool .tit-wrap.v8 .time {
  font-size: 1.8rem;
  color: #BD3A65;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .award-pool .tit-wrap.v8 .time {
    display: none;
  }
}
.award-pool .tbl-wrap table tr td,
.award-pool .tbl-wrap table tr th {
  word-break: keep-all;
}
.award-pool .tbl-wrap table .btn {
  height: 4rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .award-pool .tbl-wrap table .btn {
    padding: 0 0.5rem;
    height: 3.3rem;
    font-size: 1.4rem;
  }
}
.award-pool .tbl-wrap .txt-red {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .award-pool .tbl-wrap .txt-red {
    font-size: 1.2rem;
  }
}
.award-pool .award-no-data {
  display: none;
}
@media (max-width: 767px) {
  .award-pool .award-no-data {
    display: block;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 2.4rem;
  }
}
.award-pool .award-no-data .txt {
  text-align: center;
  font-size: 1.4rem;
  color: #8E8E8E;
}
.award-pool .bar {
  display: block;
  width: 100%;
  height: 1px;
  background: #323232;
  margin: 6rem auto;
}
@media (max-width: 767px) {
  .award-pool .bar {
    margin: 3.2rem 0;
  }
}
.award-pool .pool-view {
  margin-top: 3.2rem;
}
.award-pool .pool-view .pool-view-wrap {
  margin-top: 0;
}
.award-pool .pool-view .pool-view-wrap .gray-box {
  padding: 2.4rem 3.2rem;
  border-radius: 8px;
  background: #F8F8F8;
}
@media (max-width: 767px) {
  .award-pool .pool-view .pool-view-wrap .gray-box {
    padding: 1.6rem;
  }
}
.award-pool .pool-view .pool-view-wrap .gray-box.flex {
  align-items: center;
  gap: 3.2rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .award-pool .pool-view .pool-view-wrap .gray-box.flex {
    flex-direction: column;
  }
}
.award-pool .pool-view .pool-view-wrap .gray-box .txt-lst {
  margin-left: 1.5rem;
}
.award-pool .pool-view .pool-view-wrap .gray-box .txt-lst li {
  font-size: 1.8rem;
  color: #323232;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-indent: -7px;
}
.award-pool .pool-view .pool-view-wrap .gray-box .txt-lst li:before {
  content: "-";
  margin-right: 0.6rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .award-pool .pool-view .pool-view-wrap .gray-box .txt-lst li {
    font-size: 1.4rem;
  }
}
.award-pool .pool-view .pool-view-wrap .gray-box .txt-lst li .underline {
  text-decoration: underline;
  font-weight: 600;
}
.award-pool .pool-view .pool-view-wrap .gray-box .left {
  width: calc(100% - 28rem);
}
@media (max-width: 767px) {
  .award-pool .pool-view .pool-view-wrap .gray-box .left {
    width: 100%;
  }
}
.award-pool .pool-view .pool-view-wrap .gray-box .mypage3-txt {
  font-size: 1.8rem;
  color: #323232;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .award-pool .pool-view .pool-view-wrap .gray-box .mypage3-txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.award-pool .pool-view .pool-view-wrap .gray-box .mypage3-contact {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .award-pool .pool-view .pool-view-wrap .gray-box .mypage3-contact {
    margin-top: 1.6rem;
  }
}
.award-pool .pool-view .pool-view-wrap .gray-box .mypage3-contact .tit {
  font-size: 1.8rem;
  color: #323232;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .award-pool .pool-view .pool-view-wrap .gray-box .mypage3-contact .tit {
    font-size: 1.6rem;
  }
}
.award-pool .pool-view .pool-view-wrap .gray-box .mypage3-contact .txt {
  font-size: 1.8rem;
  color: #323232;
  line-height: 1.8;
  letter-spacing: -0.02em;
  display: inline-block;
}
@media (max-width: 767px) {
  .award-pool .pool-view .pool-view-wrap .gray-box .mypage3-contact .txt {
    line-height: 1.5;
    font-size: 1.6rem;
    display: block;
  }
}
.award-pool .pool-view .pool-view-wrap .gray-box .gray-box-tit {
  font-size: 2rem;
  color: #323232;
  font-weight: 700;
  display: block;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .award-pool .pool-view .pool-view-wrap .gray-box .gray-box-tit {
    font-size: 1.6rem;
  }
}
.award-pool .pool-view .pool-view-wrap .gray-box .gray-box-sub-tit {
  color: #323232;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 0.4rem;
  display: block;
}
@media (max-width: 767px) {
  .award-pool .pool-view .pool-view-wrap .gray-box .gray-box-sub-tit {
    font-size: 1.4rem;
  }
}
.award-pool .pool-view .pool-view-wrap .gray-box .gray-box-txt {
  font-size: 1.6rem;
  color: #606060;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .award-pool .pool-view .pool-view-wrap .gray-box .gray-box-txt {
    font-size: 1.4rem;
  }
}
.award-pool .pool-view .pool-view-wrap .gray-box .gray-box-txt .underline {
  text-decoration: underline;
  font-weight: 600;
}
.award-pool .agree-cont {
  max-height: 33rem;
  border: 1px solid var(--border-color);
}
@media (max-width: 767px) {
  .award-pool .agree-cont {
    border-radius: 8px;
  }
}
.award-pool .agree-cont .agree-cont-wrap {
  padding: 2.4rem;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .award-pool .agree-cont .agree-cont-wrap {
    padding: 1.6rem;
  }
}
.award-pool .agree-cont .agree-cont-wrap .sub-tit {
  font-size: 1.6rem;
  color: #000000;
  display: block;
}
.award-pool .agree-cont .agree-cont-wrap .txt-list {
  margin-left: 10px;
}
.award-pool .agree-cont .agree-cont-wrap .txt-list li {
  font-size: 1.6rem;
  color: #606060;
  line-height: 1.6;
  text-indent: -7px;
}
.award-pool .agree-cont .agree-cont-wrap .txt-list li:before {
  content: "*";
  margin-right: 0.6rem;
  display: inline-block;
}
.award-pool .agree-cont .agree-cont-wrap .txt-list + .sub-tit {
  margin-top: 1.6rem;
}
.award-pool .agree-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.award-pool .agree-check .tit-wrap {
  display: flex;
  justify-content: space-between;
}
.award-pool .agree-check .tit-wrap .tit {
  font-size: 2rem;
  font-weight: 700;
  color: #1D1D1D;
}
@media (max-width: 767px) {
  .award-pool .agree-check .tit-wrap .tit {
    font-size: 1.6rem;
  }
}
.award-pool .agree-check .tit-wrap .tit:before {
  content: "-";
  display: inline-block;
  margin-right: 0.6rem;
}
@media (max-width: 767px) {
  .award-pool .agree-check .radio-group {
    order: 3;
    margin-top: 1.2rem;
  }
}
.award-pool .agree-check .cont-wrap {
  padding: 2rem 2.4rem;
  background: #F8F8F8;
  border-radius: 8px;
  margin-top: 1.2rem;
  width: 100%;
  flex: none;
}
@media (max-width: 767px) {
  .award-pool .agree-check .cont-wrap {
    order: 2;
    padding: 1.6rem;
  }
}
.award-pool .agree-check .cont-wrap .txt {
  text-indent: -5px;
  margin-left: 13px;
  font-size: 1.6rem;
  color: #323232;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .award-pool .agree-check .cont-wrap .txt {
    font-size: 1.4remm;
  }
}
.award-pool .agree-check .cont-wrap .txt:before {
  content: "*";
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}
.award-pool .all-agree {
  padding: 0;
}
.award-pool .all-agree .check.v1 {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .award-pool .all-agree .check.v1 {
    justify-content: flex-start;
  }
}
.award-pool .all-agree .check.v1 label {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .award-pool .all-agree .check.v1 label {
    font-size: 1.6rem;
  }
}
.award-pool input[type=radio] + label,
.award-pool input[type=checkbox] + label {
  padding-left: 3rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .award-pool input[type=radio] + label,
  .award-pool input[type=checkbox] + label {
    padding-left: 2.6rem;
  }
}
.award-pool input[type=radio] + label::before,
.award-pool input[type=checkbox] + label::before {
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 767px) {
  .award-pool input[type=radio] + label::before,
  .award-pool input[type=checkbox] + label::before {
    width: 2rem;
    height: 2rem;
  }
}
.award-pool .box-blue {
  padding: 2.45rem 2.4rem;
  border-radius: 8px;
  background: #F6F9FF;
}
@media (max-width: 767px) {
  .award-pool .box-blue {
    padding: 1.6rem;
  }
}
.award-pool .box-blue .tit-wrap {
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
}
.award-pool .box-blue .tit-wrap .tit {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .award-pool .box-blue .tit-wrap .tit {
    font-size: 1.6rem;
  }
}
.award-pool .box-blue .tit-wrap .type {
  padding: 0 1.2rem;
  height: 2.5rem;
  background: var(--navy-color);
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
  align-items: center;
  display: flex;
  flex: none;
}
@media (max-width: 767px) {
  .award-pool .box-blue .tit-wrap .type {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .tbl-wrap .award-pool-table1 colgroup col:nth-child(2) {
    width: 6.4rem !important;
  }
}
@media (max-width: 767px) {
  .tbl-wrap .award-pool-table1 colgroup col:nth-child(4) {
    width: 7rem !important;
  }
}
.tbl-wrap .award-pool-table1 thead tr th {
  padding: 1.8rem 0.35rem;
}
@media (max-width: 767px) {
  .tbl-wrap .award-pool-table1 tbody tr td,
  .tbl-wrap .award-pool-table1 tbody tr th {
    padding: 1.8rem 0.35rem;
  }
}

.pool-step-wrap ul {
  display: flex;
  align-items: center;
}
.pool-step-wrap ul li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pool-step-wrap ul li:before {
  content: "";
  width: 3.2rem;
  height: 1px;
  background-color: #B9B9B9;
  display: block;
  margin: 1.8rem 1.6rem;
}
@media (max-width: 767px) {
  .pool-step-wrap ul li:before {
    width: 1.6rem;
    margin: 2.3rem 0;
  }
}
.pool-step-wrap ul li:first-of-type:before {
  display: none;
}
.pool-step-wrap ul li .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.pool-step-wrap ul li .cont .num {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #EDEDED;
  border: 1px solid #F8F8F8;
  letter-spacing: -0.04em;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .pool-step-wrap ul li .cont .num {
    font-size: 1.4rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.pool-step-wrap ul li .cont .txt {
  font-size: 1.4rem;
  color: #B9B9B9;
  text-align: center;
  display: block;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .pool-step-wrap ul li .cont .txt {
    font-size: 1.2rem;
  }
}
.pool-step-wrap ul li.active:before {
  background: var(--navy-color);
}
.pool-step-wrap ul li.active .num {
  background-color: var(--navy-color);
  border: 1px solid var(--navy-color);
}
.pool-step-wrap ul li.active .txt {
  color: var(--navy-color);
  font-weight: 700;
}
.pool-step-wrap ul li.completed:before {
  background: var(--navy-color);
}
.pool-step-wrap ul li.completed .num {
  background-color: #fff;
  border: 1px solid var(--navy-color);
  color: var(--navy-color);
}
.pool-step-wrap ul li.completed .txt {
  color: var(--navy-color);
  font-weight: 500;
}

.award-pool-notice-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .award-pool-notice-txt {
    font-weight: 400;
  }
}

.pool-view .tit-wrap.v4 .tit {
  display: block;
  text-align: center;
}
.pool-view.pages .tit-wrap.v4 .tit {
  text-align: left;
}
@media (max-width: 1023px) {
  .pool-view.pages .tit-wrap.v4 .tit {
    text-align: center;
  }
}
.pool-view .pool-view-wrap {
  margin-top: 3.2rem;
}
.pool-view .pool-view-wrap .view-tit {
  padding: 1rem 0;
}
.pool-view .pool-view-wrap .view-tit.line {
  padding-bottom: 1rem;
  border-bottom: 1px solid #323232;
}
.pool-view .pool-view-wrap .view-tit.line + * {
  margin-top: 1.6rem;
}
.pool-view .pool-view-wrap .view-tit:has(.txt) {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .pool-view .pool-view-wrap .view-tit:has(.txt) {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pool-view .pool-view-wrap .view-tit .tit {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--navy-color);
  line-height: 1.2;
  letter-spacing: -0.04em;
  flex: none;
}
@media (max-width: 767px) {
  .pool-view .pool-view-wrap .view-tit .tit {
    font-size: 1.6rem;
  }
}
.pool-view .pool-view-wrap .view-tit .txt {
  font-size: 1.4rem;
  color: #8E8E8E;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.pool-view .pool-view-wrap .view-tit .txt.required-gray {
  display: inline-block;
  vertical-align: middle;
  text-indent: -5px;
  margin-left: 1rem;
}
.pool-view .pool-view-wrap .view-tit .txt.required-gray:before {
  margin-top: 0;
}
.pool-view .pool-view-wrap .agree-tit .tit {
  font-size: 2.4rem;
  color: var(--navy-color);
}
@media (max-width: 767px) {
  .pool-view .pool-view-wrap .agree-tit .tit {
    font-size: 1.6rem;
  }
}
.pool-view .pool-view-wrap .view-cont-wrap {
  border-top: 1px solid #323232;
  padding: 1rem 2.4rem;
  background: #F8F8F8;
}
@media (max-width: 1023px) {
  .pool-view .pool-view-wrap .view-cont-wrap {
    padding: 1rem;
  }
}
.pool-view .pool-view-wrap .view-cont-wrap .view-cont {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #F4F4F4;
}
@media (max-width: 1023px) {
  .pool-view .pool-view-wrap .view-cont-wrap .view-cont {
    flex-direction: column;
    padding: 0;
    border-bottom: none;
  }
}
.pool-view .pool-view-wrap .view-cont-wrap .view-cont dl {
  flex: 1 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pool-view .pool-view-wrap .view-cont-wrap .view-cont dl {
    align-items: flex-start;
  }
}
.pool-view .pool-view-wrap .view-cont-wrap .view-cont dl dt {
  width: 13rem;
  flex: none;
  font-size: 1.6rem;
  color: #1D1D1D;
  padding: 0.8rem 1rem;
  flex: none;
}
@media (max-width: 1023px) {
  .pool-view .pool-view-wrap .view-cont-wrap .view-cont dl dt {
    font-size: 1.4rem;
    padding: 0.75rem 0;
    width: 10rem;
  }
}
.pool-view .pool-view-wrap .view-cont-wrap .view-cont dl dt .sub-tit {
  font-size: 1.2rem;
  color: #8E8E8E;
  line-height: 1.2;
  letter-spacing: -0.04em;
  display: block;
}
.pool-view .pool-view-wrap .view-cont-wrap .view-cont dl dd {
  font-size: 1.6rem;
  color: #606060;
  border-left: 1px solid #F4F4F4;
  padding: 0.8rem 1rem;
}
@media (max-width: 1023px) {
  .pool-view .pool-view-wrap .view-cont-wrap .view-cont dl dd {
    font-size: 1.4rem;
    padding: 0.8rem 0 0.8rem 1rem;
  }
}
@media (max-width: 480px) {
  .pool-view .btn-wrap .btn {
    width: 100%;
  }
}

.pool-form {
  margin-top: 3.2rem;
}
.pool-form .pool-form-wrap {
  margin-top: 3.2rem;
}
@media (max-width: 1023px) {
  .pool-form .pool-form-wrap {
    margin-top: 0.8rem;
  }
}
.pool-form .pool-form-wrap .form-tit {
  padding: 1rem 0;
}
.pool-form .pool-form-wrap .form-tit:has(.required) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 767px) {
  .pool-form .pool-form-wrap .form-tit:has(.required) {
    align-items: flex-end;
  }
}
.pool-form .pool-form-wrap .form-tit .form-tit-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .pool-form .pool-form-wrap .form-tit .form-tit-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pool-form .pool-form-wrap .form-tit .form-tit-wrap .txt {
  font-size: 1.4rem;
  color: #8E8E8E;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.pool-form .pool-form-wrap .form-tit .tit {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--navy-color);
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media (max-width: 1023px) {
  .pool-form .pool-form-wrap .form-tit .tit {
    font-size: 1.6rem;
  }
}
.pool-form .pool-form-wrap .form-tit .txt {
  font-size: 1.4rem;
  color: #8E8E8E;
  letter-spacing: -0.04em;
  line-height: 1.2;
  display: inline-block;
}
.pool-form .pool-form-wrap .form-tit .required {
  font-size: 1.4rem;
  font-weight: 500;
  flex: none;
}
@media (max-width: 1023px) {
  .pool-form .pool-form-wrap .form-tit .required {
    font-size: 1.2rem;
  }
}
.pool-form .form-cont-wrap {
  border-top: 1px solid #323232;
}
.pool-form .form-cont-wrap .form-cont {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #F4F4F4;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .pool-form .form-cont-wrap .form-cont {
    flex-direction: column;
    border-bottom: none;
  }
}
.pool-form .form-cont-wrap .form-cont dl {
  flex: 1 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .pool-form .form-cont-wrap .form-cont dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
.pool-form .form-cont-wrap .form-cont dl dt {
  font-size: 1.6rem;
  color: #1D1D1D;
  letter-spacing: -0.04em;
  line-height: 1.2;
  width: 13rem;
  padding: 0 0 0 1rem;
}
@media (max-width: 1023px) {
  .pool-form .form-cont-wrap .form-cont dl dt {
    font-size: 1.4rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .pool-form .form-cont-wrap .form-cont dl dt {
    padding: 0;
  }
}
.pool-form .form-cont-wrap .form-cont dl dt.required {
  align-items: flex-start;
}
.pool-form .form-cont-wrap .form-cont dl dt.required:before {
  margin-top: 0.5rem;
}
.pool-form .form-cont-wrap .form-cont dl dt .sub-tit {
  font-size: 1.2rem;
  color: #8E8E8E;
  line-height: 1.2;
  letter-spacing: -0.04em;
  display: block;
}
@media (max-width: 767px) {
  .pool-form .form-cont-wrap .form-cont dl dt .dt-wrap {
    display: flex;
    font-size: 1.2rem;
    gap: 0.3rem;
  }
}
.pool-form .form-cont-wrap .form-cont dl dd {
  width: calc(100% - 13rem);
  padding: 0 0 0 1rem;
  border-left: 1px solid #F4F4F4;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .pool-form .form-cont-wrap .form-cont dl dd {
    font-size: 1.4rem;
    border-left: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pool-form .form-cont-wrap .form-cont dl dd {
    padding: 0;
  }
}
.pool-form .input-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.pool-form .input-wrap .txt {
  font-size: 1.6rem;
  color: #606060;
  letter-spacing: -0.04em;
  line-height: 1.2;
  flex: none;
}
@media (max-width: 1023px) {
  .pool-form .input-wrap .txt {
    font-size: 1.4rem;
  }
}
.pool-form input {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 3.5rem;
  font-size: 1.4rem;
  padding: 0 1rem;
}
.pool-form .pool-flex {
  display: flex;
  gap: 1rem;
}
.pool-form .email select {
  color: #8E8E8E;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .pool-form .email {
    flex-wrap: nowrap;
  }
  .pool-form .email select {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .pool-form .email {
    gap: 0.5rem;
  }
  .pool-form .email select {
    background-size: 1rem auto;
    padding: 0 1.8rem 0 0.5rem;
    background-position: right 0.6rem center;
  }
}
.pool-form .phone {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .pool-form .phone {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .pool-form .phone {
    gap: 0.5rem;
  }
  .pool-form .phone input {
    width: calc(33.33% - 0.4rem);
    flex: 1 0;
  }
}
.pool-form .select-wrap {
  width: 100%;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .pool-form .select-wrap {
    flex-direction: column;
  }
}
.pool-form .select-wrap select {
  font-size: 1.4rem;
  color: #323232;
  letter-spacing: -0.04em;
  line-height: 1.2;
  border-radius: 4px;
  width: 100%;
  height: 3.5rem;
  padding: 0 3.5rem 0 1.2rem;
  background: url("../img/icon/arr_down_gray.png") no-repeat right 1.2rem center #ffffff;
  background-size: 1.4rem;
}
@media (max-width: 767px) {
  .pool-form .select-wrap select {
    background-size: 1rem auto;
    padding: 0 1.8rem 0 0.5rem;
    background-position: right 0.6rem center;
  }
}
.pool-form .txt-red.ta-r {
  justify-content: flex-end;
}

.datePicker-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .datePicker-wrap {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.datePicker-wrap .jq-datepicker {
  max-width: 17.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .datePicker-wrap .jq-datepicker {
    max-width: 13rem;
  }
}
.datePicker-wrap .jq-datepicker:read-only {
  background-color: #fff;
}
.datePicker-wrap input[type=text] {
  max-width: 17.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .datePicker-wrap input[type=text] {
    max-width: 13rem;
  }
}
.datePicker-wrap .date-txt {
  font-size: 1.6rem;
  color: #606060;
}
@media (max-width: 767px) {
  .datePicker-wrap .date-txt {
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
}

.warning-wrap {
  border: 1px solid var(--red-color);
  padding: 2.4rem;
}
@media (max-width: 767px) {
  .warning-wrap {
    padding: 1.6rem 0.8rem;
    border-radius: 4px;
  }
}
.warning-wrap .txt {
  color: var(--red-color);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .warning-wrap .txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* 첨부파일 추가 */
.file-add-wrap .file-add {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .file-add-wrap .file-add:nth-child(1) {
    margin-top: 1.6rem;
  }
}
.file-add-wrap .file-add .file-add-head {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.file-add-wrap .file-add .file-add-head .tit-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .file-add-wrap .file-add .file-add-head .tit-wrap {
    width: 100%;
    justify-content: space-between;
  }
}
.file-add-wrap .file-add .file-add-head .tit-wrap .tit {
  font-size: 2rem;
  font-weight: 600;
  color: #1D1D1D;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-indent: -8px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .file-add-wrap .file-add .file-add-head .tit-wrap .tit {
    font-size: 1.4rem;
  }
}
.file-add-wrap .file-add .file-add-head .tit-wrap .tit:before {
  content: "*";
  color: var(--navy-color);
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.6rem;
}
.file-add-wrap .file-add .file-add-head .tit-wrap .tit.no-require:before {
  display: none;
}
.file-add-wrap .file-add .file-add-head .tit-wrap .btn-down {
  display: flex;
  align-items: center;
  height: 3.3rem;
  padding: 0 1rem 0 2.9rem;
  font-size: 1.4rem;
  color: var(--navy-color);
  border-radius: 4px;
  font-weight: -0.04em;
  background: url("../img/common/btn_down_blue.png") no-repeat left 1rem center, #F6F9FF;
  background-size: 1.3rem auto;
  flex: none;
}
.file-add-wrap .file-add .file-add-head .upload-file {
  flex: none;
}
.file-add-wrap .file-add .file-add-head .file-info {
  display: flex;
  max-width: 35rem;
  width: 100%;
}
@media (max-width: 767px) {
  .file-add-wrap .file-add .file-add-head .file-info.hide-mobile {
    display: none !important;
  }
}
.file-add-wrap .file-add .file-info {
  align-items: center;
  gap: 1rem;
}
.file-add-wrap .file-add .file-info.mobile-v {
  display: none;
}
@media (max-width: 767px) {
  .file-add-wrap .file-add .file-info.mobile-v {
    display: flex;
    width: 100%;
    margin-top: 0.6rem;
    justify-content: space-between;
  }
}
.file-add-wrap .file-add .file-info .info-txt .txt {
  font-size: 1.4rem;
  color: #606060;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .file-add-wrap .file-add .file-info .info-txt .txt {
    font-size: 1.2rem;
  }
}
.file-add-wrap .file-add .file-info .upload-file {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}
.file-add-wrap .file-add .file-info .upload-file label {
  font-size: 1.6rem;
  color: #878787;
  border: 1px solid #BFBFBF;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  border-radius: 4px;
  text-align: center;
  height: 3.6rem;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .file-add-wrap .file-add .file-info .upload-file label {
    font-size: 1.3rem;
    height: 3.2rem;
  }
}
.file-add-wrap .file-add .file-info .upload-file input[type=file] {
  display: none;
}
.file-add-wrap .file-add .file-add-body {
  padding: 1.2rem;
  background: #F8F8F8;
  border-radius: 8px;
}
.file-add-wrap .file-add .file-add-body .file-add-list {
  padding: 1.2rem;
}
@media (max-width: 767px) {
  .file-add-wrap .file-add .file-add-body .file-add-list {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .file-add-wrap .file-add .file-add-body .file-add-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.file-add-wrap .file-add .file-add-body .file-add-list li .file-name {
  font-size: 1.6rem;
  color: #323232;
  letter-spacing: -0.04em;
  line-height: 1.8;
  display: inline;
  vertical-align: middle;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .file-add-wrap .file-add .file-add-body .file-add-list li .file-name {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.file-add-wrap .file-add .file-add-body .file-add-list li .no-file {
  text-decoration: none;
}
.file-add-wrap .file-add .file-add-body .file-add-list li .delete {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.6rem;
  flex: none;
  background: url("../img/icon/ico_delete.png") no-repeat center;
  background-size: 1.8rem auto;
}
.file-add-wrap .file-add .file-add-body .file-add-list.v2 {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.file-add-wrap .file-add .file-add-body .file-add-list.v2 li {
  width: calc(50% - 0.5rem);
  background: #fff;
  border-radius: 4px;
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-add-wrap .file-add .file-add-body .file-add-list.v2 li .file-name {
  text-decoration: none;
}
@media (max-width: 767px) {
  .file-add-wrap .file-add .file-add-body .file-add-list.v2 li {
    width: 100%;
  }
}
.file-add-wrap .file-add .file-add-body .file-add-list.v2 li .delete {
  flex: none;
}

.file-add-agree .blue-box {
  padding: 2.4rem;
  border-radius: 8px;
  background: #F6F9FF;
}
@media (max-width: 767px) {
  .file-add-agree .blue-box {
    padding: 1.6rem;
  }
}
.file-add-agree .blue-box .tit {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--navy-color);
  line-height: 1.6;
  letter-spacing: -0.02em;
  display: block;
}
@media (max-width: 767px) {
  .file-add-agree .blue-box .tit {
    font-size: 1.4rem;
  }
}
.file-add-agree .blue-box .txt {
  font-size: 1.6rem;
  color: #606060;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .file-add-agree .blue-box .txt {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .file-add-agree .agree .check input[type=checkbox] + label {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .input-wrap.industrial-num {
    gap: 0.5rem;
  }
  .input-wrap.industrial-num input[type=text]:nth-of-type(1) {
    min-width: 6.5rem;
  }
  .input-wrap.industrial-num input[type=text]:nth-of-type(2) {
    min-width: 5.5rem;
  }
  .input-wrap.industrial-num input[type=text]:nth-of-type(3) {
    min-width: 9rem;
  }
  .input-wrap.industrial-num input[type=text]:nth-of-type(4) {
    min-width: 3.5rem;
  }
}

.award-pool-complete .character-box {
  margin: 0 auto;
  display: block;
  width: 30rem;
  height: 19.3rem;
  background: url("../img/common/character07.png") no-repeat center;
  background-size: 30rem auto;
}
@media (max-width: 767px) {
  .award-pool-complete .character-box {
    width: 19.2rem;
    height: 12.4rem;
    background-size: 19.2rem auto;
  }
}
.award-pool-complete .tit-wrap {
  margin-top: 3.2rem;
}
.award-pool-complete .tit-wrap .tit {
  display: block;
  font-size: 2.8rem;
  color: #1D1D1D;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .award-pool-complete .tit-wrap .tit {
    font-size: 1.6rem;
  }
}
.award-pool-complete .cont-wrap {
  padding: 3.2rem;
  border-radius: 16px;
  background: #F8F8F8;
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .award-pool-complete .cont-wrap {
    padding: 1.6rem;
  }
}
.award-pool-complete .cont-wrap .txt-list {
  margin-left: 1.8rem;
}
.award-pool-complete .cont-wrap .txt-list li {
  font-size: 1.6rem;
  color: #1D1D1D;
  line-height: 1.4;
  letter-spacing: -0.04em;
  list-style: disc;
}
@media (max-width: 767px) {
  .award-pool-complete .cont-wrap .txt-list li {
    font-size: 1.4rem;
  }
}
.award-pool-complete .cont-wrap .tel-area {
  margin-top: 2.4rem;
  padding: 1.6rem;
  border-radius: 8px;
  background: #fff;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .award-pool-complete .cont-wrap .tel-area {
    flex-direction: column;
    padding: 0.8rem 1.2rem;
    gap: 0.4rem;
  }
}
.award-pool-complete .cont-wrap .tel-area .tit {
  font-size: 1.6rem;
  color: #323232;
  font-weight: 600;
}
@media (max-width: 767px) {
  .award-pool-complete .cont-wrap .tel-area .tit {
    font-size: 1.4rem;
  }
}
.award-pool-complete .cont-wrap .tel-area .tel-num {
  font-size: 1.4rem;
  color: #323232;
  padding-left: 1.6rem;
  background: url("../img/icon/ico_phone2.png") no-repeat left top 0.2rem;
  background-size: 1.2rem auto;
}
@media (max-width: 767px) {
  .award-pool-complete .cont-wrap .tel-area .tel-num {
    font-size: 1.4rem;
    margin-top: 0.4rem;
  }
}
.award-pool-complete .cont-wrap .tel-area .email-addr {
  font-size: 1.4rem;
  color: #323232;
  padding-left: 2.1rem;
  background: url("../img/icon/ico_email3.png") no-repeat left top 0.4rem;
  background-size: 1.7rem auto;
}
@media (max-width: 767px) {
  .award-pool-complete .cont-wrap .tel-area .email-addr {
    font-size: 1.4rem;
    background-position: left top 0.5rem;
    background-size: 1.5rem auto;
  }
}
.award-pool-complete .required-red {
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .award-pool-complete .required-red {
    font-size: 1.4rem;
  }
  .award-pool-complete .required-red:before {
    margin-top: 0.4rem;
    margin-right: 0.2rem;
  }
}

.award-search-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .award-search-wrap {
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .award-search-wrap {
    flex-direction: column;
  }
}
.award-search-wrap .select-wrap {
  height: 5.6rem;
  width: 16.5rem;
  font-size: 1.8rem;
  color: #323232;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .award-search-wrap .select-wrap {
    height: 4.2rem;
  }
}
@media (max-width: 480px) {
  .award-search-wrap .select-wrap {
    width: 100%;
  }
}
.award-search-wrap .select-wrap select {
  padding-left: 1.6rem;
}
@media (max-width: 767px) {
  .award-search-wrap .select-wrap select {
    padding: 1rem;
    height: 4.2rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .award-search-wrap .select-wrap select {
    width: 100%;
  }
}
.award-search-wrap .input-wrap {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  max-width: 54rem;
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .award-search-wrap .input-wrap {
    height: 4.2rem;
  }
}
.award-search-wrap .input-wrap input[type=text] {
  width: calc(100% - 7.4rem);
}
@media (max-width: 767px) {
  .award-search-wrap .input-wrap input[type=text] {
    width: calc(100% - 5.6rem);
    height: 4rem;
  }
}
.award-search-wrap .input-wrap .ico-search {
  display: inline-block;
  width: 7.4rem;
  height: 5.4rem;
  background: url("../img/common/btn_search_bk.png") no-repeat center;
  background-size: 2.6rem auto;
}
@media (max-width: 767px) {
  .award-search-wrap .input-wrap .ico-search {
    height: 4.2rem;
    width: 5.6rem;
    background-size: 2rem auto;
  }
}

.mypage3.award-pool .pool-view .pool-view-wrap .gray-box {
  gap: 1.6rem;
}
@media (max-width: 480px) {
  .mypage3.award-pool .pool-view .pool-view-wrap .gray-box .btn-wrap {
    width: 100%;
  }
}
.mypage3.award-pool .pool-view .pool-view-wrap .gray-box .btn-wrap .direct-link {
  flex: none;
}
@media (max-width: 767px) {
  .mypage3.award-pool .pool-view .pool-view-wrap .gray-box .btn-wrap .direct-link {
    min-height: 4.5rem;
  }
}
@media (max-width: 480px) {
  .mypage3.award-pool .pool-view .pool-view-wrap .gray-box .btn-wrap .direct-link {
    width: 100%;
  }
}
.mypage3 .pool-view .pool-view-wrap + .pool-view-wrap {
  margin-top: 3.2rem;
}

.apply-box {
  padding: 2.4rem 3.2rem;
  border-radius: 8px;
  background: #F6F9FF;
}
@media (max-width: 767px) {
  .apply-box {
    padding: 1.6rem;
  }
}
.apply-box .tit-wrap .tit {
  font-size: 2.4rem;
  color: var(--navy-color);
  font-weight: 700;
  text-align: center;
  display: block;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .apply-box .tit-wrap .tit {
    font-size: 1.8rem;
    text-align: left;
  }
}
.apply-box .tit-wrap .tit b {
  font-weight: 800;
}
.apply-box .tit-wrap .sub-tit {
  display: block;
  font-size: 1.8rem;
  color: #1D1D1D;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .apply-box .tit-wrap .sub-tit {
    font-size: 1.3rem;
    text-align: left;
  }
}
.apply-box .txt-wrap {
  margin-top: 3.2rem;
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .apply-box .txt-wrap {
    margin-top: 1.6rem;
  }
}
.apply-box .txt-wrap .txt {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #606060;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .apply-box .txt-wrap .txt {
    font-size: 1.4rem;
  }
}
.apply-box .txt-wrap .txt b {
  font-weight: 700;
}

.reject-box .tit-wrap {
  border-bottom: 1px solid #323232;
  padding: 1rem 0;
}
.reject-box .tit-wrap .tit {
  font-size: 2.4rem;
  font-weight: 600;
  color: #BD3A65;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .reject-box .tit-wrap .tit {
    font-size: 1.6rem;
  }
}
.reject-box .txt-wrap {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .reject-box .txt-wrap {
    margin-top: 1.6rem;
  }
}
.reject-box .txt-wrap .txt {
  font-size: 1.8rem;
  color: #323232;
  line-height: 1.8;
  letter-spacing: -0.02em;
  padding: 2.4rem;
  background: #F8F8F8;
  border-radius: 8px;
  resize: none;
  height: 24rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .reject-box .txt-wrap .txt {
    font-size: 1.4rem;
    height: 48rem;
    padding: 1.6rem;
  }
}

.pool-apply-info .tit-wrap .tit {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #1D1D1D;
}
@media (max-width: 1023px) {
  .pool-apply-info .tit-wrap .tit {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .pool-apply-info .tit-wrap .tit {
    font-size: 1.8rem;
  }
}
.pool-apply-info .tit-wrap + * {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .pool-apply-info .tit-wrap + * {
    margin-top: 0.8rem;
  }
}
.pool-apply-info .info-wrap {
  border: 1px solid #8E8E8E;
  border-radius: 8px;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .pool-apply-info .info-wrap {
    padding: 1rem 1.6rem;
  }
}
@media (max-width: 1023px) {
  .pool-apply-info .info-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pool-apply-info .info-wrap dl {
  display: flex;
  align-items: center;
  flex: 1 0;
}
.pool-apply-info .info-wrap dl dt {
  font-size: 1.6rem;
  color: #1D1D1D;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
  flex: none;
  padding: 0.8rem 1rem;
  width: 13rem;
}
@media (max-width: 1023px) {
  .pool-apply-info .info-wrap dl dt {
    font-size: 1.4rem;
    padding: 0.95rem 0;
  }
}
.pool-apply-info .info-wrap dl dd {
  font-size: 1.6rem;
  color: #606060;
  line-height: 1.2;
  letter-spacing: -0.04em;
  padding: 0.8rem 1rem;
  border-left: 1px solid #F4F4F4;
}
@media (max-width: 1023px) {
  .pool-apply-info .info-wrap dl dd {
    font-size: 1.4rem;
    border-left: none;
    padding: 0.95rem 0 0.95rem 1rem;
  }
}
.pool-apply-info .info-wrap.complete {
  border: 1px solid var(--navy-color);
  background-color: #F6F9FF;
}
.pool-apply-info .info-wrap.complete dl dt {
  color: var(--navy-color);
}

.save-draft .txt {
  text-align: center;
  font-size: 1.6rem;
  color: var(--red-color);
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .save-draft .txt {
    font-size: 1.4rem;
  }
}

/* 동반성장지수 */
.index-intro {
  padding-top: 2.8rem;
}
@media (max-width: 767px) {
  .index-intro {
    padding-top: 0;
  }
}
.index-intro .ico_index {
  display: block;
  margin: 0 auto;
  width: 13rem;
  height: 13rem;
  background: url("../img/icon/ico_index.png") no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  .index-intro .ico_index {
    width: 10rem;
    height: 10rem;
  }
}
.index-intro .txt {
  margin-top: 3.2rem;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .index-intro .txt {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}

.index-form-wrap {
  max-width: 87rem;
  width: 100%;
  margin: 0 auto;
}
.index-form-wrap .index-form + .index-form {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .index-form-wrap .index-form + .index-form {
    margin-top: 1.6rem;
  }
}
.index-form-wrap .index-form .index-form-tit .tit {
  font-size: 2rem;
  font-weight: 500;
  color: #1D1D1D;
}
@media (max-width: 767px) {
  .index-form-wrap .index-form .index-form-tit .tit {
    font-size: 1.8rem;
  }
}
.index-form-wrap .index-form .index-form-cont {
  margin-top: 1rem;
}

.user_info-tit {
  display: flex;
  justify-content: space-between;
  max-width: 87rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .user_info-tit {
    flex-direction: column;
  }
}
.user_info-tit .tit {
  font-size: 2rem;
  font-weight: 500;
  color: #1D1D1D;
}
.user_info-tit .txt {
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .user_info-tit .txt {
    text-align: right;
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
