body.fixed-btn .btn-fixed {
  opacity: 1;
  visibility: visible;
  position: fixed !important;
  top: 0 !important;
}
@media only screen and (min-width: 768px) {
  body.fixed-btn .btn-fixed {
    top: var(--header-height) !important;
  }
}
.project + .project {
	margin-top: 60px;
}
.navigation {
  display: flex;
  justify-content: left;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 15vw;
}
.navigation .pages {
  display: none;
}
.navigation .page-numbers:not(.dots) {
  flex: 0 0 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #09254B;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.navigation .page-numbers.prev img {
  transform: scaleX(-1);
}
.navigation .page-numbers:not(.dots) img {
  width: 12px;
}
.navigation .page-numbers:not(.dots).current {
  background: #09254B;
  color: #fff;
}
.navigation .dots {
  margin-top: 8px;
}
.navigation .last-page {
  margin-left: 5px;
}
@media only screen and (min-width: 375px) {
  .navigation .page-numbers:not(.dots) {
    flex: 0 0 30px;
  height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .navigation {
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-top: 90px;
  }
  .navigation .page-numbers:not(.dots) {
    flex-basis: 42px;
    height: 42px;
    font-size: 18px;
    transition: 0.3s;
  }
  .navigation .page-numbers:not(.dots):hover {
    background: #09254B;
    color: #fff;
  }
  .navigation .page-numbers:not(.dots):hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .navigation .page-numbers:not(.dots) img {
    width: 16px;
  }
  .navigation .dots {
    margin-top: 15px;
  }
  .navigation .last-page {
    margin-left: 15px;
  }
  .project + .project {
    margin-top: 0;
  }
}

.relative-link {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 15vw;
}
.relative-link a {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.relative-link a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: url("../img/shared/icon_arrow6.svg") center/contain no-repeat;
}
.relative-link a[rel=prev] {
  flex-direction: row-reverse;
}
.relative-link a[rel=prev]::after {
  transform: scaleX(-1);
}

.btn-fixed {
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -moz-row-gap: 15px;
  row-gap: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  transition: 0.5s ease-out;
}
/* .btn-fixed .btn-close {
  display: none;
} */
.btn-fixed .btn-close {
  display: block;
  margin-top: -20px;
  padding: 15px 3px 15px 0px;
  box-sizing: border-box;
  background: #2E3E54;
  border-bottom-right-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.btn-fixed .btn-close > span::before {
  content: "";
  width: 100%;
  height: 15px;
  display: block;
  margin-bottom: 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cg transform='translate(-1839 6099)'%3E%3Crect width='19.965' height='1.248' transform='translate(1839.883 -6099) rotate(45)' fill='%23fff'/%3E%3Crect width='19.965' height='1.248' transform='translate(1854 -6098.117) rotate(135)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}
.btn-fixed .btn-toggle + .btn-toggle a {
  border-bottom-left-radius: 10px;
}
.btn-fixed .btn-toggle a {
  display: inline-block;
  padding: 10px 15px;
  background: #2E3E54;
  border-bottom-right-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}
.btn-fixed .btn-toggle.has-icon a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.btn-fixed .btn-toggle.has-icon a img {
  width: 15px;
}
.btn-fixed.active {
  flex-direction: column;
  left: 340px;
}
.btn-fixed.active .btn-close {
  opacity: 1;
  visibility: visible;
}
.btn-fixed.active .btn-toggle a {
  border-bottom-right-radius: 0px;
}
.btn-fixed.active .btn-toggle a:hover {
  cursor: text;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .btn-fixed.sticky:not(.active) {
    position: absolute;
    top: var(--breadcrumb-height);
  }
  .btn-fixed #categoriestoggle a {
    padding: 10px 30px;
  }
  .btn-fixed.active #categoriestoggle a {
    width: 38px;
    min-height: 160px;
    box-sizing: border-box;
    padding: 20px 11px 20px 0;
    border-radius: 0;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .btn-fixed.active #btnBack {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .btn-fixed {
    flex-direction: column;
    top: calc(var(--header-height) + var(--breadcrumb-height));
  }
  .btn-fixed .btn-close:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .btn-fixed .btn-toggle + .btn-toggle a {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
  }
  .btn-fixed .btn-toggle a {
    padding: 22px 16px 28px 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }
  .btn-fixed .btn-toggle a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .btn-fixed .btn-toggle a > span {
    display: inline-block;
    min-width: 26px;
  }
  .btn-fixed .btn-toggle.has-icon a {
    display: block;
    padding: 22px 15px 28px 4px;
  }
  .btn-fixed .btn-toggle.has-icon a img {
    margin: 10px 0 0 -8px;
  }
}

.sidebar-fixed .bnr_plan {
  padding: 10vw 5%;
  box-sizing: border-box;
}
.sidebar-fixed {
  width: 340px;
  max-height: calc(100vh - var(--header-height));
  overflow: auto;
  overflow-x: hidden;
  background: #2E3E54;
  color: #fff;
  transform: translateX(-100%);
  transition: 0.5s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.sidebar-fixed.show {
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .sidebar-fixed {
    top: 76px;
  }
  .sidebar-fixed::-webkit-scrollbar-track {
    border-radius: 99px;
    background-color: transparent;
  }
  .sidebar-fixed::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
  }
  .sidebar-fixed::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background-color: transparent;
  }
  .sidebar-fixed .bnr_plan {
    padding: 25px 10px;
  }
}

.category-toggle {
  padding-top: 10px;
  overflow: hidden;
}
.category-toggle .tab-link {
  display: flex;
  background: #5A6D87;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: center;
}
.category-toggle .tab-link li {
  flex: 1 1 50%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.category-toggle .tab-link li::before {
  content: "";
  background: #384F6E;
  transform: skewX(33deg);
  position: absolute;
  inset: -8px 0 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.category-toggle .tab-link li:first-child::before {
  left: -20px;
}
.category-toggle .tab-link li:last-child::before {
  transform: skewX(-33deg);
  right: -20px;
}
.category-toggle .tab-link li.active::before {
  opacity: 1;
  visibility: visible;
}
.category-toggle .tab-content {
  padding: 25px 5%;
  box-sizing: border-box;
  background: #384F6E;
  color: #fff;
}
.category-toggle .link-cate li a {
  display: block;
  padding: 0 5px;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: .3s;
}
.category-toggle .link-cate li a:hover {
  color: #E53F14;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .category-toggle .toggle.active .toggle-link::after {
    transform: scaleY(-1);
  }
  .category-toggle .toggle .toggle-link {
    padding: 17px;
    box-sizing: border-box;
    background: #fff;
    color: #46535D;
    font-size: 14px;
    position: relative;
  }
  .category-toggle .toggle .toggle-link::after {
    content: "";
    width: 10px;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.214 15.436'%3E%3Cg transform='translate(22.386 2.828) rotate(90)'%3E%3Cline x2='9.779' y2='9.779' transform='translate(9.779 9.779) rotate(180)' fill='none' stroke='%233b4043' stroke-linecap='round' stroke-width='4'/%3E%3Cline y1='9.779' x2='9.779' transform='translate(9.779 19.558) rotate(180)' fill='none' stroke='%233b4043' stroke-linecap='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
    position: absolute;
    top: 0;
    right: 10px;
  }
  .category-toggle .toggle .toggle-main {
    margin-top: 8px;
  }
  .category-toggle .tab-content {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .category-toggle {
    width: 340px;
  }
  .category-toggle .toggle .toggle-link {
    display: none;
    pointer-events: none;
  }
  .category-toggle .toggle .toggle-main {
    display: block;
  }
  .category-toggle .tab-link {
    font-size: 16px;
  }
  .category-toggle .tab-link li a {
    padding: 10px;
  }
  .category-toggle .tab-content {
    padding: 25px 20px;
  }
}

.breadcrumb {
  padding: 10px 0;
  background: #E6EBEF;
position: relative;
    z-index: 2;
}
.breadcrumb ul {
  display: flex;
  color: #697482;
  font-weight: 400;
  font-size: 11px;
}
.breadcrumb ul a {
  color: #E53F14;
  font-weight: 700;
}
.breadcrumb ul li {
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb ul li:first-child {
  padding-left: 0;
}
.breadcrumb ul li:not(:last-child)::before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #697482;
  border-bottom: 1px solid #697482;
  transform: rotate(-45deg) translateX(50%);
  position: absolute;
  top: 50%;
  right: 0;
}
.breadcrumb ul li:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media only screen and (min-width: 768px) {
  .breadcrumb {
    padding: 20px 0;
  }
  .breadcrumb ul {
    font-size: 12px;
    line-height: 20px;
    padding-left: 62px;
  }
  .breadcrumb ul a:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 1280px) {
  .breadcrumb ul {
    padding-left: 14px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
   .breadcrumb ul {
    padding-left:62px;
   }
}

/* @media only screen and (min-width: 768px) and (max-width: 1199px) {
  .breadcrumb .wrap {
    margin-left: 20px;
  }
} */

#popularCategorySlider {
  margin-left: -5.6%;
  margin-right: -5.6%;
}
@media only screen and (min-width: 768px) {
  #popularCategorySlider {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

#kv {
  padding-top: 19vw;
}
#kv h2.ttl {
  font-weight: 700;
  font-size: 5.5vw;
  line-height: 1.4285714286;
}
#kv .h2box .txt {
  margin-top: 5vw;
}
#kv .set1 {
  margin-top: 12vw;
}
@media only screen and (min-width: 375px) {
  #kv h2.ttl {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 768px) {
  #kv {
    padding-top: 60px;
  }
  #kv h2.ttl {
    font-size: 36px;
    line-height: 55px;
  }
  #kv h2.ttl .fzb {
    font-size: 40px;
  }
  #kv .h2box .txt {
    margin-top: 20px;
  }
  #kv .group-btn-shared2 {
    align-items: unset;
  }
  #kv .group-btn-shared2 .bnr-shared {
    margin-right: 40px;
  }
  #kv .group-btn-shared2 .bnr-shared a {
    padding: 32px 28px 16px;
  }
  #kv .group-btn-shared2 .btn-cus2 {
    width: 250px;
    max-width: none;
    margin: 0;
  }
  #kv .group-btn-shared2 .btn-cus2 a {
    height: 28px;
    line-height: 28px;
  }
  #kv .group-btn-shared2 .btn-cus2 a::after {
    height: 7px;
    width: 7px;
    margin-top: 0;
    position: absolute;
    right: 20px;
  }
  #kv .group-btn-shared2 .col {
    flex-direction: column;
  }
  #kv .set1 {
    margin-top: 60px;
  }
}




#sec1 {
  padding: 12vw 0 20vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 0 0 160px;
  }
  .category-1 #sec1,
  .post-type-archive-otherreview #sec1,
  .tax-otherreview-cat #sec1 {
    padding-top: 91px;
  }
  
}




#sec2 {
  padding: 15vw 0;
  /*background: #fff;*/
}
#sec2 .h2box .badge {
  width: 33vw;
  height: 33vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3vw;
  background: linear-gradient(90deg, #E53F14, #A2AAB5);
  border-radius: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.5;
  text-align: center;
}
#sec2 .h2box .badge > span {
  display: block;
}
#sec2 .h2box .badge > span::before {
  content: "";
  width: 7vw;
  height: 7vw;
  display: block;
  margin: 0 auto 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.152 49.152'%3E%3Cg transform='translate(-147.521 -2642.512)'%3E%3Cpath d='M44.544,0H4.608A4.608,4.608,0,0,0,0,4.608V44.544a4.608,4.608,0,0,0,4.608,4.608H44.544a4.608,4.608,0,0,0,4.608-4.608V4.608A4.608,4.608,0,0,0,44.544,0ZM42.688,3.36a1.824,1.824,0,1,1-1.824,1.824A1.824,1.824,0,0,1,42.688,3.36Zm-6.768,0A1.824,1.824,0,1,1,34.1,5.184,1.824,1.824,0,0,1,35.92,3.36Zm-6.768,0a1.824,1.824,0,1,1-1.824,1.824A1.824,1.824,0,0,1,29.152,3.36Zm16.16,41.184a.769.769,0,0,1-.768.768H4.608a.769.769,0,0,1-.768-.768V9.984H45.312Z' transform='translate(147.521 2642.512)' fill='%23fff'/%3E%3Crect width='14.076' height='2.346' transform='translate(156.904 2661.28)' fill='%23fff'/%3E%3Crect width='30.497' height='4.692' transform='translate(156.904 2675.355)' fill='%23fff'/%3E%3Crect width='9.384' height='11.73' transform='translate(178.018 2661.28)' fill='%23fff'/%3E%3Cpath d='M108.772,275.072h1.82V272H96v3.072h12.772Z' transform='translate(60.736 2396.624)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") center top/contain no-repeat;
}
#sec2 .set {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 60px; */
  margin-top: 10vw;
}
#sec2 .set .project {
  position: relative;
  border: 1px solid #97a5b8;
  box-sizing: border-box;
  background: #FFF;
}
#sec2 .set .project .project__img {
  height: 72vh;
  max-height: 450px;
  background: #fff;

}
#sec2 .set .project .project__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#sec2 .set .project .project__name {
  margin-top: 10px;
  font-weight: 700;
  padding: 0 10px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#sec2 .set .project .project__name span {
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 42px; */
}

#sec2 .set .project .project__date {
    font-size: 11px;
    color: #97a5b8;
    padding: 0 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 17px;
}

#sec2 .set .project .project__date a {
    transition: all 0.4s ease;
position: absolute;
    bottom: 11px;
    right: 10px;
  }
#sec2 .set .project .project__date a:hover {
    opacity: 0.7;
  }

@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 60px 0 45px;
  }
  .post-type-archive-otherreview #sec2 {
    padding-top: 32px;
  }

  #sec2 h2.ttl {
    font-size: 26px;
  }
  #sec2 .h2box {
    display: flex;
    align-items: center;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  #sec2 .h2box .badge {
    align-self: flex-start;
    min-width: 85px;
    max-width: 85px;
    height: 85px;
    margin: 0;
    font-size: 14px;
  }
  #sec2 .h2box .badge > span::before {
    width: 16px;
    height: 16px;
  }
  #sec2 .set {
    /* grid-template-columns: repeat(4, 1fr); */
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
      column-gap: 20px;
    -moz-row-gap: 100px;
      row-gap: 100px;
    margin-top: 40px;
  }
  #sec2 .set .project {
    width: calc(25% - 15px);
  }
  #sec2 .set .project .project__img {
    height: 450px;
overflow: hidden;
  }
  #sec2 .set .project .project__img img {
    transition: all 0.4s ease;
  }

#sec2 .set .project .project__img:hover img {
    transform: scale(1.1, 1.1);
filter: brightness(0.6);
  }
  #sec2 .set .project .project__name {
    margin-top: 15px;
        font-size: 13px;
        line-height: 21px;
        padding: 0 15px 10px;
  }
#sec2 .set .project .project__date {
    padding: 0 15px 15px;
}
#sec2 .set .project .project__name a {
transition: all 0.4s ease;
}

#sec2 .set .project .project__date a {
    bottom: 15px;
    right: 15px;
}

  #sec2 .set .project .project__name a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1500px) {
  #sec2 .set {
    /* grid-template-columns: repeat(6, 1fr); */
  }
  #sec2 .set .project {
    width: calc(100% / 6 - 17px);
  }
}

.section-contact {
  padding: 15vw 0 10vw;
}
.h2box .catch {
  margin-bottom: 10px;
}
.h2box .catch > span {
  display: inline-block;
  padding: 1vw 10vw;
  background: #E53F14;
  color: #fff;
  font-weight: 700;
  font-size: 3.5vw;
  line-height: 1.96;
  text-align: center;
}
.section-contact .h2box .catch > span {
  border-radius: 99px;
}
.section-contact .btn-style-2 {
  --bgcolor: #E53F14;
  width: 100%;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  background: linear-gradient(90deg, var(--bgcolor) 80%, #C4CCD5 130%);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.005em;
  text-align: center;
  position: relative;
  z-index: 0;
}
.section-contact .btn-style-2::before {
  content: "";
  width: 9px;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8,0,6.545,1.455l5.506,5.506H0V9.039H12.052L6.545,14.545,8,16l8-8Z' fill='%23fff'/%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: -1;
}
.section-contact .set1 {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  .section-contact {
    padding: 100px 0 75px;
    font-size: 16px;
    line-height: 24px;
  }
  .h2box .catch {
    margin-bottom: 15px;
  }
  .h2box .catch > span {
    padding: 5px 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .section-contact .btn-style-2 {
    padding: 28px 40px;
    font-size: 21px;
    transition: 0.5s ease-out;
  }
  .section-contact .btn-style-2:hover {
    background: linear-gradient(90deg, var(--bgcolor));
  }
  .section-contact .btn-style-2:hover::before {
    right: 13px;
  }
  .section-contact .btn-style-2::before {
    width: 16px;
    right: 18px;
    transition: 0.5s ease-out;
  }
  .section-contact .set1 {
    margin-top: 40px;
  }
}

.section-warning {
  padding: 10vw 0;
  position: relative;
}
.section-warning::before {
  content: "";
  width: 90%;
  border-top: 1px solid #BCC3CC;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-warning .set1 {
  margin-top: 5vw;
}
@media only screen and (min-width: 768px) {
  .section-warning {
    padding: 65px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .section-warning::before {
    width: calc(100% - 100px);
  }
  .section-warning .set1 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .section-warning .set1 .txtbox .txt {
    margin-right: -50px;
  }
}

.project-detail {
  padding-top: 15vw;
}
.project-detail .project-detail__preview-imge {
  margin: 0 -3%;
  padding: 8px 8px 0;
  box-sizing: border-box;
  background: #2E3E54;
  color: #fff;
}
.project-detail .project-detail__preview-imge .inner {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: auto;
}
.project-detail .project-detail__preview-imge .inner .img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project-detail .project-detail__preview-imge .inner .img img {
  width: 100%;
}
.project-detail .project-detail__preview-imge .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 4vw;
  line-height: 1.5;
  text-align: center;
}
.project-detail .project-detail__preview-imge .catch::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 -30px 0 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath d='M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z' transform='translate(15) rotate(90)' fill='%23fff'/%3E%3C/svg%3E") center/contain no-repeat;
}
.project-detail .project-detail__date {
  margin-bottom: 5px;
  font-size: 12px;
}
.project-detail .project-detail__name {
  margin-bottom: 3vw;
  font-weight: 700;
  font-size: 15px;
}
.project-detail .project-detail__desc {
  padding: 12px 0;
  border-bottom: 1px solid #BCC3CC;
}
.project-detail .project-detail__info {
  margin-top: 5vw;
}
.project-detail .project-detail__info dl {
  padding: 15px 0 12px;
  border-bottom: 1px solid #BCC3CC;
}
.project-detail .project-detail__info dl dt {
  padding-left: 5px;
  border-left: 3px solid #5A6D87;
  font-weight: 700;
}
.project-detail .group-btn-shared2 {
  margin-top: 17vw;
}
.project-detail .group-btn-shared2 .bnr-shared a::before {
  display: none;
}
.project-detail .group-btn-shared2 .bnr-line {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .project-detail {
    padding: 30px 0 40px;
  }
  .project-detail .wrap {
    width: 100%;
    /* max-width: 1455px; */
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .project-detail .wrap .gr1 {
    width: calc(100% - 555px);
    padding-right: 100px;
    box-sizing: border-box;
    position: relative;
    /* max-width: 900px; */
  }
  .project-detail .wrap .gr1 .btn-back {
    position: absolute;
    top: 0;
    right: 0;
  }
  .project-detail .wrap .gr1 .btn-back a {
    width: 60px;
    height: 60px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cg transform='translate(-1839 6099)'%3E%3Crect width='19.965' height='1.248' transform='translate(1839.883 -6099) rotate(45)' fill='%23fff'/%3E%3Crect width='19.965' height='1.248' transform='translate(1854 -6098.117) rotate(135)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") center/40% no-repeat, #2E3E54;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: transparent;
  }
  .project-detail .wrap .gr1 .btn-back a:hover {
    opacity: 0.7;
  }
  .project-detail .wrap .gr2 {
    width: 500px;
  }
  .project-detail .project-detail__preview-imge {
    margin: 0;
    padding: 8px 8px 0;
  }
  .project-detail .project-detail__preview-imge .inner {
    padding-top: 526px;
  }
  .project-detail .project-detail__preview-imge .inner::-webkit-scrollbar-track {
    border-radius: 99px;
    background-color: transparent;
  }
  .project-detail .project-detail__preview-imge .inner::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
  }
  .project-detail .project-detail__preview-imge .inner::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background-color: transparent;
  }
  .project-detail .project-detail__preview-imge .catch {
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
  }
  .project-detail .project-detail__preview-imge .catch::after {
    width: 15px;
    height: 15px;
    margin: 0 -30px 0 30px;
  }
  .project-detail .project-detail__date {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
  }
  .project-detail .project-detail__name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .project-detail .project-detail__desc {
    padding: 12px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .project-detail .project-detail__info {
    height: 395px;
    margin-top: 0;
    padding-right: 20px;
    overflow: auto;
  }
  .project-detail .project-detail__info::-webkit-scrollbar-track {
    border-radius: 99px;
    background-color: transparent;
  }
  .project-detail .project-detail__info::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
  }
  .project-detail .project-detail__info::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background-color: #BCC3CC;
  }
  .project-detail .project-detail__info dl {
    padding: 15px 0 12px;
    font-size: 14px;
    line-height: 26px;
  }
  .project-detail .project-detail__info dl dt {
    padding-left: 5px;
  }
  .project-detail .group-btn-shared2 {
    flex-wrap: wrap;
    column-gap: 20px;
    margin: 35px auto 0;
    padding-top: 15px;
    overflow: hidden;
  }
  .project-detail .group-btn-shared2 .bnr-shared {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .project-detail .group-btn-shared2 .bnr-shared a {
    padding: 30px 10px 15px;
  }
  .project-detail .group-btn-shared2 .bnr-line {
    margin-top: 0px;
  }
  .project-detail .group-btn-shared2 .btn-cus2 {
    width: 175px;
    margin: 0;
  }
  .project-detail .group-btn-shared2 .btn-cus2 a {
    padding: 0 20px 0 10px;
    font-size: 11px;
  }
  .project-detail .group-btn-shared2 .btn-cus2 a::after {
    height: 6px;
    width: 6px;
    margin: 0;
    position: absolute;
    top: 13px;
    right: 15px;
  }
  .project-detail .group-btn-shared2 .col {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin: 25px auto 0;
  }
}

/******************************/

#otherreviewSliderContainer {
  margin-left: -5.6%;
  margin-right: -5.6%;
}

@media only screen and (min-width: 768px) {
  #otherreviewSliderContainer {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}