.page-guide {
  padding-top: 80px;
}
.page-guide .view-tabs {
  margin-bottom: 64px;
}
.page-guide .view-tabs a,
.page-guide .view-tabs button {
  height: 60px;
  font-size: 20px;
}

.guide-cotents .define-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  margin-top: 40px;
  padding: 64px 40px;
}
.guide-cotents dt {
  line-height: 1.4;
  font-size: 26px;
  font-weight: 600;
}
.guide-cotents dd {
  line-height: 1.4;
  color: rgba(34, 34, 34, 0.7);
  font-size: 22px;
}

.guide-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  gap: 40px;
  padding: 60px 40px;
  border-radius: 20px;
}
.guide-notice .title {
  font-weight: 700;
}
.guide-notice .detail {
  line-height: 1.5;
  font-weight: 400;
}
.guide-notice .detail .bold {
  font-weight: 700;
}
.guide-notice .detail em {
  color: var(--color-bl);
}
.guide-notice .title {
  color: #222;
  font-size: 26px;
  font-weight: 600;
}
.guide-notice .detail {
  color: rgba(34, 34, 34, 0.7);
  font-size: 22px;
}

.list-how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 124px;
  padding: 32px 22px;
}
.list-how li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
}
.list-how li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 84px;
  height: 1px;
  border-bottom: 1px dashed #a8a8a8;
  -webkit-transform: translate(calc(-100% - 20px), -50%);
          transform: translate(calc(-100% - 20px), -50%);
}
.list-how .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 188px;
  height: 188px;
  padding: 27px;
  border: 2px solid var(--main-color);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-how .img img {
  width: 100%;
}
.list-how .text {
  padding: 8px 20px;
  background-color: var(--main-color);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.list-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-top: 40px;
}
.list-dot li {
  position: relative;
  padding-left: 34px;
  color: rgba(34, 34, 34, 0.7);
  font-size: 22px;
  font-weight: 400;
}
.list-dot li::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 15px;
  width: 4px;
  height: 4px;
  background-color: rgba(34, 34, 34, 0.7);
  border-radius: 100%;
}

.list-check {
  display: grid;
  grid-template-columns: repeat(2, 240px);
  gap: 16px 100px;
  padding-left: 15px;
}
.list-check li {
  position: relative;
  width: 240px;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-check li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/assets/img/ico_check-bl-55eb1ee6da965fa95757a2874b3ba50a.svg") center/100% auto;
}

.guide-tb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 15px 0;
}
.guide-tb .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.guide-tb .item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  padding: 12px 0;
  background-color: #f5f5f5;
  font-size: 20px;
}
.guide-tb .item span.tb-head {
  background-color: var(--main-color);
  color: #fff;
  font-size: 22px;
}
.guide-tb + .desc {
  margin-top: 40px;
  color: var(--color-red);
  font-size: 18px;
  font-weight: 400;
}

.loan-help-img {
  margin-top: 40px;
}
.loan-help-img .item + .item {
  margin-top: 40px;
}
.loan-help-img .img {
  display: block;
  border: 1px solid var(--main-color);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.loan-help-img .img img {
  width: 100%;
}
.loan-help-img .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  text-align: center;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
}

.guide-full-img .comm-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.guide-full-img .comm-btns a,
.guide-full-img .comm-btns button {
  gap: 15px;
  max-width: 100%;
  width: 560px;
  height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.guide-full-img .comm-btns a svg,
.guide-full-img .comm-btns button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
@media (hover: hover) and (pointer: fine) {
  .guide-full-img .comm-btns a:hover svg,
  .guide-full-img .comm-btns button:hover svg {
    fill: var(--main-color);
  }
}
.guide-full-img .library-name {
  display: block;
  width: 1364px;
  margin: 0 auto 80px;
  padding: 20px 120px 20px 40px;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  font-size: 24px;
  font-weight: 600;
}
.guide-full-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#viewerGuide {
  padding: 48px 40px;
  background-color: #f5f5f5;
}
#viewerGuide img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#viewerGuide .comm-btns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
#viewerGuide .comm-btns a,
#viewerGuide .comm-btns button {
  gap: 16px;
  width: 100%;
  height: 70px;
  margin-top: 48px;
  background-color: var(--color-bl);
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
#viewerGuide .comm-btns a::before,
#viewerGuide .comm-btns button::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("/assets/img/ico_download-46afdd69b6d8b7c3b8cd370f9495db2a.svg") no-repeat center/100% auto;
}
#viewerGuide .comm-checkbox {
  margin-top: 24px;
}
#viewerGuide .comm-checkbox input[type=checkbox]:checked {
  background-color: var(--color-bl);
  border-color: var(--color-bl);
}

@media screen and (min-width: 769px) and (max-width: 1640px) {
  .list-how {
    --gap: 30px;
    gap: var(--gap);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-how li {
    width: 150px;
  }
  .list-how li + li::before {
    width: var(--gap);
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  .list-how .img {
    width: 150px;
    height: 150px;
  }
  .list-how .text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .guide-tb {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .guide-full-img .library-name {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .list-how {
    --gap: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-guide .view-tabs a,
  .page-guide .view-tabs button {
    text-align: center;
  }
  .guide-cotents .define-item {
    padding-left: 0;
    padding-right: 0;
  }
  .list-how {
    --gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .list-how li {
    width: 160px;
  }
  .list-how .img {
    width: 160px;
    height: 160px;
  }
  .guide-tb .item {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
@media screen and (max-width: 768px) {
  .page-guide {
    padding-top: 24px;
  }
  .page-guide .view-tabs {
    margin-bottom: 40px;
  }
  .page-guide .view-tabs a,
  .page-guide .view-tabs button {
    height: 64px;
    font-size: 15px;
  }
  .guide-cotents .define-item {
    gap: 32px;
    margin-top: 24px;
    padding: 40px 24px;
  }
  .guide-cotents dt {
    line-height: 1.4;
    font-size: 18px;
  }
  .guide-cotents dd {
    font-size: 14px;
  }
  .guide-notice {
    gap: 32px;
    padding: 48px 24px;
  }
  .guide-notice .title {
    font-size: 16px;
    font-weight: 700;
  }
  .guide-notice .detail {
    line-height: 1.7;
    font-size: 14px;
  }
  .guide-notice .title {
    line-height: 1.4;
  }
  .list-how {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px 20px;
    padding: 24px 0;
  }
  .list-how li {
    width: 106px;
  }
  .list-how li + li::before {
    width: 16px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  .list-how li:nth-child(3) {
    width: 100%;
  }
  .list-how li:nth-child(3)::before {
    left: 50%;
    -webkit-transform: translate(calc(-100% - 70px), -50%);
            transform: translate(calc(-100% - 70px), -50%);
  }
  .list-how li:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    border-bottom: 1px dashed #a8a8a8;
    -webkit-transform: translate(70px, -50%);
            transform: translate(70px, -50%);
  }
  .list-how li:nth-child(4)::before {
    display: none;
  }
  .list-how .img {
    width: 106px;
    height: 106px;
    padding: 12px;
  }
  .list-how .text {
    padding: 8px 14px;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
  }
  .list-dot {
    margin-top: 32px;
  }
  .list-dot li {
    padding-left: 22px;
    font-size: 14px;
  }
  .list-dot li::before {
    top: 8px;
    left: 10px;
    width: 3px;
    height: 3px;
  }
  .list-check {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .list-check li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
  }
  .list-check li::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .guide-tb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guide-tb .item span {
    font-size: 15px;
  }
  .guide-tb .item span.tb-head {
    font-size: 17px;
  }
  .guide-tb + .desc {
    margin-top: 32px;
    font-size: 15px;
  }
  .guide-full-img .comm-btns {
    margin-bottom: 24px;
  }
  .guide-full-img .comm-btns a,
  .guide-full-img .comm-btns button {
    gap: 8px;
    width: 320px;
    height: 52px;
    border-radius: 10px;
    font-size: 16px;
  }
  .guide-full-img .comm-btns a svg,
  .guide-full-img .comm-btns button svg {
    width: 20px;
    height: 20px;
  }
  .guide-full-img .library-name {
    width: 100%;
    margin-bottom: 24px;
    padding: 16px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
  }
}