.guideline {
  margin-bottom: 30px;
  width: 100%;
  background: #fff;
}

.guideline .guideline_inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.guideline .guideline_wrap {
  width: 100%;
}

.guideline .guideline_wrap *:last-child {
  margin-bottom: 0;
}

.guideline .guideline_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 15px 6.0% 15px;
  background-color: #13B8B8;
}

@media screen and (max-width: 991px) {
  .guideline .guideline_title {
    font-size: 20px;
  }
}

.guideline .guideline_title-img {
  width: 100%;
}

.guideline .guideline_content {
  width: 100%;
  padding: 25px 6%;
}

.guideline .guideline_content p {
  margin-bottom: 1em;
}

.guideline .guideline_content p:last-child {
  margin-bottom: 0;
}

.guideline .guideline_content .img-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .guideline .guideline_content .img-wrap {
    width: 100%;
  }
}

.guideline .guideline_content .img-wrap img {
  display: block;
  width: 100%;
}

.guideline .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.guideline .items .item {
  width: 100%;
  display: grid;
  gap: 15px;
}

.guideline .items .item .sub-title {
  width: 100%;
}

.guideline .items .item .sub-title img {
  display: block;
  width: 100%;
}


/* btn-wrap */
.guideline .btn-wrap {
  margin: 30px 0;
}

.guideline .btn-wrap .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF8C01;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .guideline .btn-wrap .btn {
    font-size: 17px;
  }
}

.guideline .btn-wrap .btn .btn-text {
  text-align: center;
}

/* utility */
span.bold {
  font-weight: bold;
}

span.orange {
  color: #FF8C01;
}

span.green {
  color: #41A87B;
}

span.indent {
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}

span.text-l {
  font-size: 1.2em;
}

span.marker {
  padding-bottom: 2px;
  background: linear-gradient(transparent 50%, #faf29c 0%);
}

span.inline-block {
  display: inline-block;
}

/* lasttable */
.guideline_lasttable {
  font-size: 20px;
  font-weight: bold;
  color: #0263b5;
  /* margin-bottom: 12px; */
  padding: 8px 12px;
  text-align: left;
  /* background-color: #0263b5; */
  margin: auto;
  margin-bottom: 12px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #0263b5;
  border-left-style: solid;
  border-left-width: 8px;
  border-left-color: #0263b5;
}

#guideline-anchor3 {
  padding-bottom: 0 !important;
}