body.single-post {
  background: transparent;
}

body.single-post .d-header-main {
  background-color: #DBECFF;
}

.d-post-detail-page {
  max-width: 100% !important;
  padding: 0px !important;
}

.d-single-post-header {
  background-color: #DBECFF;
  width: 100%;
  height: auto;
}

.d-page-header {
  max-width: 904px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 72px 52px;
}

.d-page-header .entry-title {
  font-family: "SamsungSharpSans-Bold";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  max-height: 290px;
  margin: 0;
  margin-top: 16px;
}

.d-page-header .d-posts-content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: start;
  align-items: center;
}

.d-page-header .d-posts-content .d-posts-category-name {
  font-family: "SamsungOne-Bold";
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #000000;
}

.d-page-header .d-posts-content .d-posts-category-name:hover {
  opacity: 0.7;
}

.d-page-header .d-posts-content p {
  font-family: "SamsungOne-Normal";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #000000;
  margin-bottom: 0px;
  margin-left: 20px;
  position: relative;
  margin-top: 4px;
}

.d-page-header .d-posts-content p::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
  top: 5.5px;
  left: -12px;
}

.d-page-content {
  width: 1496px;
  height: auto;
  max-width: 100%;
  padding: 72px 52px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
}

.d-page-content .d-left-sidebar, .d-page-content .d-right-sidebar {
  max-width: 216px;
  width: 100%;
  min-height: 200px;
  height: auto;
}

.d-page-content .d-main-content {
  max-width: 800px;
  width: 100%;
  height: auto;
}

.d-page-content .d-main-content a  {
  color: #008DF7;
  text-decoration: none;
}

.d-page-content .d-main-content a:hover {
  opacity: 0.7;
}

.d-page-content .d-left-sidebar .d-table-of-contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  height: auto;
}

.d-page-content .d-left-sidebar .d-table-of-contents h4 {
  font-family:"SamsungSharpSans-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-top: 0;
}

.d-page-content .d-line {
  width: 100%;
  height: 1px;
  background-color: #aaa;
}

.d-page-content .d-left-sidebar .d-table-of-contents .d-excerpt {
  font-family: "SamsungOne-Normal";
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.d-page-content .d-left-sidebar .d-table-of-contents .d-subtitle p {
  font-family: "SamsungOne-Bold";
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 15px;
  margin-top: 6px;
}

.d-page-content .d-left-sidebar .d-share-post h4 {
  font-family: "SamsungSharpSans-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-top: 15px;
}

.d-page-content .d-left-sidebar .d-share-post-icon {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  gap: 15px;
}

.d-page-content .d-left-sidebar .d-share-post-icon a {
  width: 32px;
  height: 30px;
  color: transparent !important;
  background-color: transparent;
  text-decoration: none;
}

.d-page-content .d-left-sidebar .d-share-post-icon a:hover {
  opacity: 0.7;
}

.d-page-content .d-tag-popular {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.d-page-content .d-tag-popular h5 {
  font-family: "SamsungSharpSans-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 7px;
}

.d-page-content .d-tag-popular a {
  font-family: SamsungOne-Normal;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.30);
}

.d-page-content .d-tag-popular a:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.05);
}

.d-page-content .d-tag-popular .d-tag-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.d-page-content .d-subscribe {
  width: 100%;
  height: auto;
  background-color: #F7F7F7;
  padding: 24px;
  border-radius: 24px;
  margin-top: 40px;
}

.d-page-content .d-subscribe h4 {
  font-family: "SamsungOne-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0px;
  text-align: center;
  letter-spacing: 0em;
  margin-bottom: 25px;
}

.d-page-content .d-subscribe h5 {
  font-family: "SamsungOne-Normal";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 6px;
}

.d-page-content .d-subscribe .form-group {
  margin-top: 2px;
}

.d-page-content .d-subscribe .form-group .form-item-input input {
  width: 100%;
  height: 22px;
  border: none;
  font-family: "SamsungOne-Normal";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  background-color: transparent;
  border-radius: 0px;
  text-align: center;
}

.d-page-content .d-subscribe .form-group .form-item-input input:focus {
  border: 0px solid black;
  outline: none;
}

.d-page-content .d-subscribe .form-group .form-item p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
}

.d-page-content .d-subscribe .form-group .form-item .d-submit {
  width: 110px;
  height: 40px;
  border-radius: 20px;
  background: #008DF7;
  color: #ffffff;
  border: none;
  margin-top: 30px;
}

.d-page-content .d-subscribe .form-group .form-item .d-submit:hover {
  background: #006BEA;
}

.d-page-content .d-subscribe .d-privacy {
  font-family: "SamsungOne-Normal";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -8px;
}

.d-page-content .wpcf7 form.invalid .wpcf7-response-output {
  margin-top: 0px;
  padding-left: 0;
  padding-right: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
font-size: 14px;
}

.d-page-content .wpcf7 form.invalid .wpcf7-response-output {
  margin-top: 0px;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.d-page-content .d-contact {
  width: 100%;
  height: auto;
  background-color: rgba(104, 174, 255, 0.16);
  padding: 24px 0px 0px 0px;
  border-radius: 24px;
  margin-top: 46px;
}

.d-page-content .d-contact h4 {
  font-family: "SamsungOne-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin-top: 0px;
  text-align: center;
  letter-spacing: 0em;
  margin-bottom: 25px;
  padding: 0 24px;
}

.d-page-content .do-the-smartthings {
  margin-top: 38px;
  margin-left: 23px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.d-page-content .do-the-smartthings a {
  font-family: "SamsungOne-Bold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  justify-content: start;
  align-items: start;
  color: #000;
  position: relative;
  text-decoration: none;
}

.d-page-content .do-the-smartthings a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: -21px;
  top: -12px;
  background: #68AEFF29;
  border-radius: 40px;
  transition: all .3s ease
}

.d-page-content .do-the-smartthings a:hover::after {
  width: 130px;
}


.d-page-content .do-the-smartthings a span {
  margin-right: 8px;
}

.d-page-content .d-contact-img {
  max-width: 200px;
  width: 100%;
  max-height: 130px;
  margin: auto;
  margin-top: 38px;
}

.d-page-content .d-contact-img img {
  width: 100%;
  height: auto;
  margin: auto;
}

.d-line {
  width: 100%;
  height: 1px;
  background-color: #aaa;
}

.d-post-popular {
  width: 1496px;
  max-width: 100%;
  padding: 99px 52px 105px 52px;
  margin: auto;
}

.d-page-content .d-main-content figure {
  width: 100%;
  margin: 0px 0px 48px 0px;
}

.d-page-content .d-main-content img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  max-width: 800px;
}

.d-page-content .d-main-content p {
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 9px;
  color: #000000;
}

.d-page-content .d-work-with-us {
  width: 100%;
  min-height: 248px;
  height: auto;
  background-color: #F7F7F7;
  padding: 24px 0px 24px 0px;
  border-radius: 24px;
  margin-top: 46px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.d-page-content .d-work-with-us-text h4 {
  font-family: "SamsungOne-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 15px;
}

.d-page-content .d-work-with-us-text p {
  font-family: "SamsungOne-Normal";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  text-align: center;
  padding: 0 24px;
}

.d-page-content .d-work-with-us-button {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0px;
  bottom: -60px;
  display: flex;
  justify-content: center;
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s, visibility cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s, bottom cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s, visibility cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s, bottom cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s;
}

.d-page-content .d-work-with-us:hover .d-work-with-us-button {
  bottom: 24px;
}

.d-page-content .d-work-with-us-text a {
  text-align: center;
  font-family: "SamsungOne-Bold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  height: 40px;
  max-width: 186px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  border-radius: 40px;
}

@media (max-width: 1024px) {
  .d-page-header {
    max-width: 904px;
    width: 100%;
    padding: 79px 52px;
  }

  .d-page-content {
    flex-direction: column;
    padding: 82px 52px;
  }

  .d-page-content .d-main-content {
    max-width: 100%;
    width: 100%;
    height: auto;
    order: 1;
  }

  .d-page-content .d-left-sidebar, .d-page-content .d-right-sidebar {
    min-height: 50px;
  }

  .d-page-content .d-left-sidebar {
    max-width: 100%;
    width: 100%;
    height: auto;
    order: 2;
  }

  .d-page-content .d-right-sidebar {
    max-width: 100%;
    width: 100%;
    height: auto;
    order: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
    margin-top: 26px;
  }

  .d-page-content .d-left-sidebar .d-table-of-contents {
    display: none;
  }

  .d-page-content .d-left-sidebar .d-share-post h4 {
    margin-top: 9px;
  }

  .d-page-content .d-subscribe {
    max-width: 484px;
    width: 100%;
    margin-top: 15px;
    padding: 72px 24px;
  }

  .d-page-content .d-contact {
    max-width: 388px;
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .d-page-content .d-contact-img {
    max-width: 300px;
    max-height: 195px;
    width: 100%;
    height: auto;
    margin-top: 11px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .d-page-content .d-contact-img img {
    margin-bottom: 0px;
    margin-top: 0;
  }

  .d-page-content .d-subscribe h4 {
    margin-bottom: 24px;
  }

  .d-post-popular {
    padding: 73px 52px 80px 52px;
  }

  .d-subscribe-contact {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }

  .d-page-content .d-work-with-us-button { 
    bottom: 24px;
  }
}

@media (max-width: 767px) {
  .d-page-header {
    max-width: 904px;
    width: 100%;
    padding: 48px 24px;
  }

  .d-page-content .d-main-content figure {
    margin: 32px 0px;
  }
  

  .d-page-header .entry-title {
    font-size: 30px;
    line-height: 40px;
    padding: 0;
  }

  .d-page-content {
    flex-direction: column;
    padding: 46px 32px;
    gap: 6px;
  }

  .d-page-header .d-posts-content .d-posts-category-name {
    font-size: 12px;
    line-height: 12px;
  }

  .d-page-header .d-posts-content p {
    font-size: 12px;
    line-height: 12px;
    margin-left: 20px;
    margin-top: 2px;
  }

  .d-page-header .d-posts-content p::after {
    top: 4px;
  }

  .d-share-post {
    text-align: center;
  }

  .d-page-content .d-left-sidebar .d-share-post-icon {
    justify-content: center;
  }

  .d-page-content .d-tag-popular {
    align-items: center;
    border-top: 1px solid #aaa;
    padding-top: 33px;
    margin-bottom: 22px;
  }

  .d-page-content .d-tag-popular .d-tag-list {
    justify-content: center;
  }

  .d-subscribe-contact {
    flex-wrap: wrap;
    justify-content: center;
  }

  .d-page-content .d-subscribe {
    max-width: 312px;
    padding: 24px 24px;
    margin-top: 0px;
  }

  .d-page-content .d-contact {
    max-width: 312px;
    margin-top: 9px;
  }

  .d-page-content .d-contact-img {
    max-width: 240px;
    max-height: 156px;
  }

  .d-post-popular {
    padding: 48px 24px 48px 24px;
  }

  .d-page-content .d-main-content img {
    border-radius: 6px;
    height: auto !important;
    max-width: 100% !important;

  }

  .d-page-content .d-work-with-us { 
    max-width: 312px;
    margin-top: 16px;
  }

  .d-page-content .d-work-with-us-text a {
    max-width: 200px;
    width: 200px;
  }
}

blockquote {
  position: relative;
  padding-left: 74px;
  margin-left: 0px;
  padding-top: 8px;
  margin-right: 0px;
}

blockquote:before {
  content: "";
  background: url("../images/blockquote.png");
  position: absolute;
  top: 0px;
  left: 0px;
  width: 41.2px;
  height: 32px;
}

.d-page-content .d-main-content cite {
  font-size: 0.8rem;
  font-family: SamsungOne-Normal;
  font-weight: 400;
  line-height: 133%;
  display: flex;
  font-style: normal;
  margin-top: 12px;
}

.d-page-content .d-main-content cite strong {
  margin-right: 3px;
}

.d-page-content .d-main-content h1,
.d-page-content .d-main-content h2,
.d-page-content .d-main-content h3,
.d-page-content .d-main-content h4,
.d-page-content .d-main-content h5,
.d-page-content .d-main-content h6 {
  margin-top: 48px;
  margin-bottom: 16px;
}

@media (max-width: 767px) { 
  blockquote:before {
    background: url("../images/blockquote_mobile.png");
    width: 30.9px;
    height: 25px;
    top: 0px;
  }

  blockquote {
    padding-left: 42px;
  }

  .d-page-content .d-main-content h1,
  .d-page-content .d-main-content h2,
  .d-page-content .d-main-content h3,
  .d-page-content .d-main-content h4,
  .d-page-content .d-main-content h5,
  .d-page-content .d-main-content h6 {
    margin-top: 32px;
    margin-bottom: 10px;
  }
}