/* common */
.d_create_page h3 {
  font-weight: bold;
  font-size: 1.125rem;
}
.d_create_page {padding-bottom: 70px;}
.d_create_page .d_inner {}
.d_create_page h2 {
  font-weight: bold;
  font-size: 1.75rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.d_create_page span {
  margin-right: 15px;
}
.d_create_page span img {
  vertical-align: bottom;
}
.d_create_page i {
  position: relative;
  top: -15px;
}

.d_create_page #d_wr_descrition {
  width: 100%;
  height: 135px;
  padding: 10px 0 0 10px;
  border: 1px solid #ccc;
}
.d_create_page #d_wr_descrition::placeholder {
  color: #6796c4;
}

.d_create_page .d_create_img_con h3 {
  font-weight: bold;
  font-size: 1.125rem;
}
.d_create_page .d_create_img_con ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.d_create_page .d_create_img_con ul li {
  font-size: 1rem;
  display: flex;
}
.d_create_page .d_create_img_con ul li .d_blue_dot {
  font-size: 1rem;
  margin-right: 10px;
}
.d_create_page .d_create_img_con ul li .d_blue_dot img {
  vertical-align: middle;
}
.d_create_page .d_create_img_con figure {
  max-width: 384px;
  height: 240px;
  margin-bottom: 25px;
}
.d_create_page .d_create_img_con figure img {
  display: block;
  width: 100%;
}
.d_create_page .d_create_name {
  margin-bottom: 25px;
}
.d_create_page .d_create_name h3 {
  margin-bottom: 15px;
}
.d_create_page .d_create_name input[type="text"] {
  width: 100%;
  padding-left: 18px;
  height: 49px;
}
.d_create_page .d_create_name input::placeholder,
.d_create_page .d_creat_description input::placeholder {
  color: #6796c4;
}
.d_create_page .d_creat_description p {
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.d_create_page .d_creat_description input[type="text"] {
  width: 100%;
  padding-left: 18px;
  height: 135px;
}
.d_createNFT_btn_wrap {
  width: 346px;
  text-align: center;
  margin: auto;
}
.d_createNFT_btn_wrap .createNFT_btn {
  margin: 55px 0 0px;
}

@media (max-width: 1070px) {
  .d_create_page {
    padding-top: 80px;
  }
  .d_create_page .d_inner {
    width: 94%;
  }
  .d_create_tit_warp {
    max-width: initial;
  }
  .d_create_page .d_create_img_con ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .d_create_page .d_create_img_con h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 720px) {
  .d_create_page .d_create_img_con figure {
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 500px) {
  .d_create_page span {
    margin-right: 0;
  }
  .d_create_page h2 {
    display: flex;
    flex-direction: column;
  }
  .d_create_page i {
    top: 0;
  }
}
