.approval {
  background-color: #EAF0F4;
}
.approval p {
  margin: 0;
}
.approval .l_container {
  width: 100%;
  max-width: 900px;
  color: #000;
  letter-spacing: 1.5px;
  margin: 0 auto;
}
.approval .l_container h2 {
  margin: 50px 25px 30px;
  font-size: 26px;
  line-height: 0.9;
}
.approval .l_container h2 span {
  color: #F66923;
}
.approval .l_container h2 .title-en {
  font-size: 11px;
  color: #839CAD;
  font-family: "Alexandria", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.approval .l_container .read {
  font-size: 14px;
  padding: 0 25px;
  line-height: 1.9;
  letter-spacing: 0.84px;
  margin: 0 0 30px;
}
.approval .l_container .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 20px;
  gap: 10px;
}
.approval .l_container .link a {
  flex: 1 1 30%;
  text-decoration: none;
  color: #000;
}
.approval .l_container .link a li {
  padding: 20px 0 15px;
  background-color: #FFF;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.56px;
}
.approval .l_container .link a li span {
  font-weight: 600;
  color: #F66923;
}
.approval .l_container .link a li .arrow01 img {
  margin-top: 10px;
  height: 8px;
}
.approval .l_container .project {
  position: relative;
}
.approval .l_container .project h3 {
  font-size: 20px;
  line-height: 1.3;
  margin: 50px 24px 30px;
}
.approval .l_container .project h3 span {
  color: #F66923;
}
.approval .l_container .project h3 .title-en {
  font-size: 11px;
  color: #839CAD;
  font-family: "Alexandria", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: block;
  padding-top: 8px;
}
.approval .l_container .project .notis {
  margin: 0 20px;
}
.approval .l_container .project .notis .notis_text {
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px;
  cursor: pointer;
}
.approval .l_container .project .notis .notis_text .title {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
}
.approval .l_container .project .notis .notis_text .title p {
  padding-right: 20px;
}
.approval .l_container .project .notis .notis_text .title .toggle-button {
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.approval .l_container .project .notis .notis_text .title .toggle-button img {
  width: 14px;
  height: 100%;
}
.approval .l_container .project .notis .notis_text .title .rotated {
  transform: rotate(180deg);
  transition: 0.3s;
}
.approval .l_container .project .notis .notis_text .content {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1.8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.approval .l_container .project .notis .notis_text .content p {
  padding-top: 20px;
}
.approval .l_container .project .notis .notis_text .content .small_text {
  font-size: 12px;
  color: #465C6A;
  padding-top: 12px;
}
.approval .l_container .project .notis .notis_text .content .small_text + .small_text {
  margin-top: 10px;
  padding-top: 0;
}
.approval .l_container .project .notis .notis_text .content .box {
  margin-top: 20px;
  background-color: #EAF0F4;
  color: #295572;
  border-radius: 20px;
  padding: 15px 18px 18px;
  font-size: 13px;
}
.approval .l_container .project .notis .notis_text .content .box .title {
  margin-bottom: 10px;
}
.approval .l_container .project .notis .notis_text .content .box p {
  padding-top: 0;
}
.approval .l_container .project .notis .notis_text .content .box p span {
  font-weight: 600;
}
.approval .l_container .project .notis .notis_text .content .box ol {
  padding-left: 20px;
  margin: 0;
}
.approval .l_container .project .notis .notis_text .content .box ol li {
  position: relative;
  padding: 7px 0;
  background-color: #EAF0F4;
  border-radius: 0;
  list-style-type: decimal;
  font-size: 13px;
}
.approval .l_container .project .notis .notis_text .content .box ol li span {
  font-weight: 600;
}
.approval .l_container .project .notis .notis_text .content .box ol li::after {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  bottom: 0;
  border-bottom: 1px dashed #C0CDD5;
}
.approval .l_container .project .notis .notis_text .content .box ol li:first-child::before {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  top: 0;
  border-bottom: 1px dashed #C0CDD5;
}
.approval .l_container .project .notis .notis_text .content .box ol li + li {
  margin-top: 0px;
}
.approval .l_container .project .notis .notis_text .content .box ol li::marker {
  font-family: "Alexandria", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.approval .l_container .project .notis .notis_text .show {
  max-height: 2000px;
}
.approval .l_container .project .notis li + li {
  margin-top: 20px;
}
.approval .l_container .project .img01 {
  position: relative;
  z-index: 2;
}
.approval .l_container .project .img02 {
  position: relative;
  z-index: 2;
}
.approval .l_container .project .img03 {
  position: relative;
  z-index: 2;
}
.approval .l_container .project .img01::before {
  content: "";
  display: inline-block;
  background-image: url(/images/guide/approval/project_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -78px;
  right: 20px;
  width: 150px;
  height: 100px;
  z-index: -1;
}
.approval .l_container .project .img02::before {
  content: "";
  display: inline-block;
  background-image: url(/images/guide/approval/project_img02.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -48px;
  right: 40px;
  width: 52px;
  height: 100px;
}
.approval .l_container .project .img03::before {
  content: "";
  display: inline-block;
  background-image: url(/images/guide/approval/project_img03.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -78px;
  right: 20px;
  width: 95px;
  height: 95px;
}
.approval .l_container section + section {
  margin-top: 80px;
}
.approval .l_container .contact {
  font-size: 14px;
  text-align: center;
  margin: 80px 0;
  display: grid;
}
.approval .l_container .contact .btn {
  margin-top: 30px;
}
.approval .l_container .contact .btn a {
  padding: 12px 70px;
  background-color: #FFF;
  border: 1px solid #C0CDD5;
  border-radius: 100px;
  color: #295572;
  text-decoration: none;
}
.approval .l_container .contact .btn a:hover {
  color: #FFF;
  background-color: #295572;
  border: 1px solid #295572;
  transition: 0.3s;
}/*# sourceMappingURL=approval.css.map */