ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.noTab {
  padding-top: 40px;
  border-top: 1px solid #c9c9c9;
}

/* margin */
.mt30 {
  margin-top: 30px !important;
}
.ml0 {
  margin-left: 0 !important;
}

/* link */
.guide .link {
  color: #2283f6;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.guide .link2 {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* text */
.guide em.emphasis {
  font-weight: 700;
}

/* guideCont */
.guide {
  padding-top: 35px;
  word-break: keep-all;
}

.guideCont:not(:first-of-type) {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #dddddd;
}

.guideCont > p {
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.guideCont > p:not(:first-of-type) {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .guide {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .guide {
    padding-top: 0;
  }
  .guideCont:not(:first-of-type) {
    margin-top: 30px;
    padding-top: 30px;
  }
  .guideCont > p {
    font-size: 15px;
  }
  .guideCont > p:not(:first-of-type) {
    margin-top: 20px;
  }
}

/* guideTit */
.guideTit1 {
  margin-bottom: 27px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #0c4da2;
}
.guideTit2 {
  display: inline-block;
  margin-bottom: 14px;
  background-color: #ededed;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  padding: 0 3px;
}

.guideTit3 {
  font-size: 19px;
  line-height: 1.4;
  color: #0c4da2;
}

@media screen and (max-width: 767px) {
  .guideTit1 {
    font-size: 22px;
  }
  .guideTit2 {
    font-size: 17px;
  }
  .guideTit3 {
    font-size: 17px;
  }
}

/* guideList1 */
.guideList1 {
  margin: 15px 0 0 12px;
}
.guideList1 li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}
.guideList1 > li::before {
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333333;
  content: '';
  border-radius: 50%;
}
.guideList1 > li:not(:first-of-type) {
  margin-top: 8px;
}

.guideList2 {
  margin-top: 10px;
  text-align: left;
  box-sizing: border-box;
}
.guideList2 > li {
  margin-bottom: 8px;
  padding-left: 12px;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
}
.guideList2 > li:last-of-type {
  margin-bottom: 0;
}
.guideList2 > li::before {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 2px;
  background: #8b9795;
  content: '';
}

@media screen and (max-width: 767px) {
  .guideList1 {
    margin-left: 8px;
  }
  .guideList1 > li {
    padding-left: 18px;
    font-size: 15px;
  }
  .guideList1 > li::before {
    top: 12px;
  }
}

/* guideImg */
.guideImgBox {
  display: flex;
  gap: 15px 40px;
  align-items: center;
}
.guideImg {
  border: 1px solid rgb(228, 228, 228);
  box-shadow: 0px 2px 10px 0px rgba(108, 106, 105, 0.3);
  width: 50%;
  border-radius: 10px;
}
.guideImg img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .guideImgBox {
    column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .guideImgBox {
    flex-direction: column;
  }
  .guideImg {
    width: 100%;
  }
}
