section.price.guide .guide-img {
  width: 100%;
  margin: 50px 0 150px;
}

section.price.guide .guide-img img {
  width: 100%;
}

/***
* guide.html
***/

.nav-highlight {
  position: fixed;
  top: 100px;
  left: 50px;
  width: 200px;
  padding-right: 50px;
}

.nav-highlight li a {
  color: #535353;
  text-align: right;
  padding-left: 20px;
  box-sizing: border-box;
}

.nav-highlight li.active a {
  color: #fff;
  border-left: 3px solid #e0008c;
  box-sizing: border-box;
}

.license-content {
  width: 100%;
  overflow: hidden;
  padding: 0 50px 50px 300px;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}

.license-content section {
  width: 100%;
}
section.license-creator {
  padding-bottom: 100px;
}
section.license-creator h2 {
  font-size: 50px;
}
section.license-creator h2.sub {
  font-size: 28px;
}
section.license-creator h3 {
  font-size: 23px;
  margin: 20px 0;
}
section.license-creator h3:nth-child(2) {
  margin-top: 50px;
}
section.license-creator .license-wrap .link-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.license-creator .license-wrap .link-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section.license-creator .license-wrap .link-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
section.license-creator .license-wrap .link-box .btn-license {
  text-decoration: underline;
}
section.license-creator .license-wrap a.btn-price {
  padding: 10px 20px;
  box-sizing: border-box;
  border: 3px solid #ca0be1;
  font-size: 18px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

section.price.license-creator {
  padding-top: 0;
  padding-bottom: 135px;
}
section.price.license-creator .price-form {
  padding-bottom: 0;
}

section.license-creator p {
  font-size: 16px;
  color: #c2c2c2;
  line-height: 25px;
  word-break: keep-all;
  margin-bottom: 20px;
}
section.license-creator p.small {
  font-size: 14px;
}
section.license-creator .license-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
/* section.license-creator .license-wrap .img-wrap {
  position: relative;
} */

section.license-creator .license-wrap .img-wrap img {
  width: 100%;
}
section.license-creator .license-wrap .img-wrap h2,
section.license-creator .license-wrap .img-wrap p {
  position: absolute;
  z-index: 2;
  transition: all .5s;
  cursor: default;
}
section.license-creator .license-wrap .img-wrap h2 {
  top: 20px;
  right: 20px;
  font-size: 70px;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, .5);
}
section.license-creator .license-wrap p {
  bottom: 10px;
  right: 10px;
  font-size: 20px;
  color: #fff;
}
section.license-creator .license-wrap .img-wrap.wrap2 h2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
section.license-creator .license-wrap .img-wrap.wrap2 p {
  bottom: 10px;
  left: 10px;
  right: auto;
}
section.license-creator .license-wrap .img-wrap.wrap3 h2 {
  top: initial;
  bottom: 40px;
  right: 20px;
  width: 100%;
  text-align: right;
}
section.license-creator .license-wrap .img-wrap.wrap3 p {
  top: 10px;
  bottom: initial;
  right: 10px;
}
section.license-creator .license-wrap .img-wrap.wrap4 h2 {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  right: 20px;
  width: 100%;
  text-align: right;
}
section.license-creator .license-wrap .img-wrap.wrap4 p {
  bottom: 10px;
  right: initial;
  left: 10px;
}
section.license-creator .license-wrap p span {
  font-weight: 700;
}
section.license-creator .license-wrap .img-wrap h2:hover,
section.license-creator .license-wrap .img-wrap p:hover {
  color: #e0008c;
}

section.price.license-creator.circle {
  padding-bottom: 150px;
}
section.price.license-creator.circle .price-form .service-images .service-card {
  background-color: transparent;
  height: auto;
}
section.price.license-creator.circle .price-form .service-images .service-card .img-wrap {
  margin: 0 auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media all and (max-width: 768px) {
  section.license-creator .license-wrap {
		display: flex;
		flex-direction: column;
    align-items: initial;
	}
  section.license-creator.reverse .license-wrap {
    flex-direction: column-reverse;
  }
  section.license-creator p {
    font-size: 13px;
    color: #c2c2c2;
    line-height: 25px;
    word-break: keep-all;
    margin-bottom: 20px;
}
}

@media all and (max-width: 450px) {
  section.license-creator h2.sub {
    font-size: 23px;
  }
  section.license-creator .license-wrap p {
    font-size: 13px;
    word-break: keep-all;
	color: #c2c2c2;
  }
  section.license-creator .license-wrap p br {
    display: none;
  }
}