@import './fonts/font.css';
.plan-order ul li, .plan-file_title, .plan-file_cnt, .guide-icon {
  display: flex;
  align-items: center;
}

.download, .fac-title {
  display: flex;
  justify-content: center;
}

.plan-order ul li .plan-circle, .download a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fac {
  width: 80%;
  margin: 100px auto;
}

.fac-title {
  margin-top: 100px;
}
.fac-title h3 {
  font-size: 60px;
  margin: 0;
}

.guide .inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.guide-list {
  width: 98%;
  padding: 20px 10px;
}
.guide-list h4 {
  font-size: 25px;
  margin: 20px 0 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.guide-list p {
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0;
}

.guide-icon img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.guide-icon span {
  font-size: 30px;
  font-family: "Pretendard-B";
}

.fac-title_02 h4 {
  font-size: 28px;
}
.fac-title_02 h4 span {
  color: #0066FF;
}

.fac-title_02:last-child {
  margin-top: 50px;
}

.fac-subtitle {
  background: #f5f5f5;
  width: 100%;
  padding: 30px 20px;
  line-height: 30px;
  font-size: 18px;
}
.fac-subtitle span {
  padding-left: 10px;
  font-size: 16px;
}

.fac-list {
  margin-bottom: 50px;
}
.fac-list h4 {
  font-size: 25px;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin: 50px 30px 20px 30px;
}
.fac-list .fac-weight {
  font-weight: 100;
}
.fac-list div {
  font-size: 18px;
  line-height: 30px;
  padding-left: 30px;
}
.fac-list span {
  color: #0066FF;
}

.download {
  border: 1px solid #ddd;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  font-family: "Pretendard-M";
  padding-left: 0 !important;
  margin-top: 30px;
}
.download a {
  font-size: 20px;
  width: 100%;
}
.download a img {
  width: 25px;
  height: 25px;
}

.report-subtitle span {
  color: #0066FF;
  font-size: 18px;
  padding-left: 0;
}

.report-list h5 {
  margin: 0;
  font-size: 18px;
}
.report-list h5::before {
  content: "";
  border: 2px solid #1F8950;
  display: inline-block;
  width: 10px;
  height: 10px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  line-height: 20px;
}
.report-list span {
  color: #0066FF;
}

.plan-title h4 {
  font-size: 30px;
  font-family: "Pretendard-B";
  margin-bottom: 20px;
}

.plan-all {
  margin-top: 80px;
}

.plan-file {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.plan-file_cnt {
  position: relative;
}
.plan-file_cnt img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.plan-file_cnt h5 {
  font-size: 25px;
  font-family: "Pretendard-L";
}

.plan-file_cnt:first-child {
  border-bottom: 1px solid #ddd;
}

.plan-download {
  margin: 0;
  position: absolute;
  right: 0;
}

.fac-subtitle span {
  padding-left: 0;
  color: #777;
}

.plan-list h5 {
  font-family: "Pretendard-R";
  font-weight: 100;
}

.plan-order ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.plan-order ul li {
  width: 100%;
  border: 1px solid #ddd;
  padding: 30px 20px;
  font-size: 18px;
  font-family: "Pretendard-M";
  background: #f8f8f8;
  border-radius: 5px;
  line-height: 30px;
}
.plan-order ul li span {
  padding-left: 10px;
  font-size: 16px;
}
.plan-order ul li .plan-circle {
  padding-left: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #1E7DFF;
  font-size: 19px;
  font-family: "Pretendard-SB";
  color: #1E7DFF;
  margin-right: 10px;
}

@media screen and (max-width: 1320px) {
  .plan-order ul li {
    padding: 20px 1.47vw;
  }
  .plan-circle {
    margin-right: 0.74vw !important;
  }
}
@media screen and (max-width: 1024px) {
  .fac-title h3 {
    font-size: 5.86vw;
  }
  .plan-order ul {
    grid-template-columns: 1fr;
  }
  .plan-order ul li {
    padding: 20px;
  }
  .plan-circle {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .fac {
    margin: 13.02vw auto;
  }
  .fac-title {
    margin-top: 13.02vw;
  }
  .guide .inner {
    grid-template-columns: 1fr;
  }
  .guide-icon img {
    width: 7.81vw;
    height: 7.81vw;
  }
  .guide-icon span {
    font-size: 3.91vw;
  }
  .guide-list h4 {
    font-size: 3.26vw;
    margin-top: 2.6vw;
    padding-bottom: 2.6vw;
  }
  .guide-list p {
    font-size: 2.34vw;
    margin: 2.6vw 0;
    line-height: 3.91vw;
  }
  .fac-title_02 h4 {
    font-size: 3.65vw;
  }
  .fac-subtitle {
    padding: 3.91vw 2.6vw;
    font-size: 2.34vw;
    line-height: 3.91vw;
  }
  .fac-subtitle span {
    font-size: 2.34vw;
  }
  .fac-list h4 {
    margin: 6.51vw 3.91vw 2.6vw 3.91vw;
    padding-bottom: 2.6vw;
    font-size: 3.26vw;
  }
  .fac-list div {
    font-size: 2.34vw;
    line-height: 3.91vw;
    padding-left: 3.91vw;
  }
  .fac-list h5 {
    font-size: 2.34vw;
  }
  .download {
    width: 26.04vw;
    height: 5.86vw;
  }
  .download a {
    font-size: 2.6vw;
  }
  .download a img {
    width: 3.26vw;
    height: 3.26vw;
  }
  .plan-title h4 {
    font-size: 3.82vw;
  }
  .plan-file_cnt img {
    width: 7.63vw;
    height: 7.63vw;
  }
  .plan-file_cnt h5 {
    font-size: 3.18vw;
  }
  .plan-order ul li {
    padding: 2.6vw;
    font-size: 2.34vw;
  }
  .plan-order ul li span {
    font-size: 2.08vw;
  }
  .plan-order ul li .plan-circle {
    width: 5.21vw;
    height: 5.21vw;
    font-size: 2.47vw;
  }
}
@media screen and (max-width: 600px) {
  .fac {
    margin: 78px auto;
  }
  .fac-title {
    margin-top: 78px;
  }
  .guide {
    margin-top: 78px;
  }
  .guide-icon img {
    width: 47px;
    height: 47px;
  }
  .guide-icon span {
    font-size: 23.5px;
  }
  .guide-list h4 {
    font-size: 19.6px;
  }
  .guide-list p {
    margin: 15.6px 0;
    font-size: 14px;
    line-height: 25px;
  }
  .fac-title_02 h4 {
    font-size: 22px;
  }
  .fac-subtitle {
    padding: 23.5px 15.6px;
    font-size: 14px;
    line-height: 22px;
  }
  .fac-subtitle span {
    font-size: 14px;
  }
  .fac-list h4 {
    font-size: 19.6px;
  }
  .fac-list h5 {
    font-size: 14px;
  }
  .fac-list div {
    font-size: 14px;
    line-height: 23px;
  }
  .download {
    width: 154px;
    height: 33px;
  }
  .download a {
    font-size: 15.6px;
  }
  .download a img {
    width: 19.5px;
    height: 19.5px;
  }
  .plan-title h4 {
    font-size: 23px;
  }
  .plan-file_cnt img {
    width: 46px;
    height: 46px;
  }
  .plan-file_cnt h5 {
    font-size: 19px;
  }
  .plan-order ul li {
    padding: 15.6px;
    font-size: 14px;
  }
  .plan-order ul li span {
    font-size: 12.5px;
  }
  .plan-order ul li .plan-circle {
    width: 31.25px;
    height: 31.25px;
    font-size: 14.8px;
  }
}
@media screen and (max-width: 480px) {
  .fac-title h3 {
    font-size: 28.2px;
  }
  .plan-file_cnt {
    flex-direction: column;
  }
  .plan-download {
    position: relative;
    margin-bottom: 20px;
  }
  .plan-order ul li {
    flex-direction: column;
    padding: 3.25vw;
    line-height: 6.25vw;
  }
  .plan-order ul li span {
    padding-left: 0;
  }
  .plan-order ul li .plan-circle {
    display: none;
  }
}/*# sourceMappingURL=fac.css.map */