@charset "utf-8";

html {
  font-family: 'Noto Sans KR', sans-serif;
}

body {
  width: 100%;
  height: 100%;
}

html,
body {
  font-size: 10px;
}

.gmarket {
  font-family: 'Gmarket Sans';
}

.verdana {
  font-family: 'Verdana';
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.cont_wrap {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 100px;
  background: rgba(255, 255, 255, .7);
  box-sizing: border-box;
  transition: background-color .3s ease;
}

.sub header {
  background: transparent;
}

.sub header.scroll {
  background: rgba(255, 255, 255, .7);
}

header .logo {
  flex: 0 0 226px;
  height: 52px;
  background: url('../img/common/logo.png') 50% 50% /contain no-repeat;
  transition: all .3s ease;
}

header.scroll .logo {
  flex: 0 0 120px;
  height: 28px;
}

.sub header .logo {
  background: url('../img/common/logo_white.png') 50% 50% /contain no-repeat;
}

.sub header.scroll .logo {
  background: url('../img/common/logo.png') 50% 50% /contain no-repeat;
}

header .btn_m_menu {
  display: none;
}

header nav {
  flex: 0 0 auto;
}

header nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

header nav li {
  flex: 0 0 auto;
  padding: 0 10px;
}

header nav a {
  display: block;
  padding: 0 10px;
  font-size: 18px;
}

.sub header nav a {
  color: #fff;
  transition: color .3s ease;
}

.sub header.scroll nav a {
  color: #000;
}


footer {
  background: #efefef;
  color: #626262;
}

footer .cont_wrap {
  padding: 20px 35px 35px;
  box-sizing: border-box;
}

footer .links {
  font-size: 0;
}

footer .links a {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  color: inherit;
  vertical-align: middle;
}

footer .links a:before {
  content: '|';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
}

footer .links a:first-child {
  padding-left: 0;
}

footer .links a:first-child:before {
  display: none;
}

footer .footer_info {
  overflow: hidden;
  margin-top: 30px;
}

footer .contact {
  float: right;
  color: #814095;
  text-align: right;
}

footer .contact a {
  display: inline-block;
  color: inherit;
}

footer .contact .tel {
  font-size: 36px;
}

footer .contact .mail {
  margin-top: 10px;
  font-size: 20px;
}

footer .info p {
  margin-bottom: 10px;
  font-size: 14px;
}


.privacy_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.privacy_modal.on {
  display: block;
}

.privacy_modal .modal_wrap {
  position: Absolute;
  top: 20%;
  left: 25%;
  width: 50%;
  height: 60%;
}

.privacy_modal h1 {
  height: 30px;
  padding: 0 20px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.privacy_modal .close {
  position: absolute;
  top: 0;
  right: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .4);
  cursor: pointer;
}

.privacy_modal .close img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
}

.privacy_modal .desc {
  overflow-y: auto;
  width: 100%;
  height: calc(100% - 45px);
  margin-top: 15px;
  padding: 15px;
  background: #e7e7e7;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-line;
  box-sizing: border-box;
  resize: none;
}

.sub .content {
  padding-bottom: 160px;
}

.gallery_list {
  padding: 30px 0 60px;
}

.gallery_list .list_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.gallery_list .list_header .list_title {
  flex: 0 0 auto;
}

.gallery_list .btn_req {
  flex: 0 0 165px;
  height: 45px;
  margin-right: 65px;
  border: 1px solid #000;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 43px;
  text-align: center;
  transition: all .3s ease;
}

.gallery_list .btn_req:hover {
  background: #000;
  color: #fff;
}

.gallery_list .list_title h2 {
  flex: 0 0 auto;
  font-size: 30px;
  font-weight: 500;
  color: #212121;
}

.gallery_list .list_header .types {
  flex: 0 0 auto;
}

.gallery_list .list_header .types .btn_type {
  flex: 0 0 auto;
  margin-left: 20px;
  font-size: 16px;
  color: #212121;
  font-weight: 300;
}

.gallery_list .list_header .types .btn_type.on {
  font-size: 18px;
  font-weight: 500;
}

.gallery_list .total_cnt {
  font-size: 15px;
  font-weight: 100;
  color: #212121;
}

.gallery_list .row_flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.gallery_list .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}

.gallery_list .item {
  flex: 0 0 calc(calc(100% - 80px) / 3);
  padding: 0 0 20px;
  box-sizing: border-box;
}

.gallery_list .item:nth-child(3n + 2) {
  margin-left: 40px;
  margin-right: 40px;
}

.gallery_list .item:nth-child(n + 4) {
  margin-top: 20px;
}

.gallery_list .item_inner {
  width: 100%;
}

.gallery_list .img {
  position: relative;
  width: 100%;
  padding-top: 61%;
}

.gallery_list .imgItem {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all .3s ease-in-out;
}

.gallery_list .item_inner:hover .imgItem {
  transform: scale(1.1);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .4);
}

.gallery_list .txt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
}

.gallery_list .left {
  flex: 1 1 auto;
}

.gallery_list .title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 16px;
}

.gallery_list .type {
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 13px;
  color: #888;
}

.gallery_list .link {
  flex: 0 0 auto;
  font-size: inherit;
}

.gallery_list .list_pager {
  margin-top: 70px;
  text-align: center;
  font-size: 0;
}

.gallery_list .list_pager a {
  display: inline-block;
  margin: 0 10px;
  font-size: 15px;
  vertical-align: middle;
}

.gallery_list .list_pager a:hover {
  text-decoration: underline;
}

.gallery_list .list_pager a.on {
  font-weight: 700;
}



.contact_form {
  padding: 60px 0 40px;
}

.contact_form h1 {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.contact_form .form_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #959595;
}

.contact_form .form_top .desc {
  position: relative;
  flex: 0 0 50%;
  padding-left: 35px;
  font-size: 17px;
  line-height: 1.8;
  box-sizing: border-box;
}

.contact_form .form_top .desc:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  width: 30px;
  height: 3px;
  background: #814095;
}

.contact_form .form_top .info {
  flex: 0 0 50%;
  font-size: 0;
  padding: 0 30px;
  box-sizing: border-box;
}

.contact_form .form_top .info dt,
.contact_form .form_top .info dd {
  display: inline-block;
  vertical-align: middle;
}

.contact_form .form_top .info dt {
  width: 120px;
  margin: 10px 0;
  font-size: 17px;
  font-weight: 300;
}

.contact_form .form_top .info dd {
  width: calc(100% - 120px);
  font-size: 25px;
  font-weight: 300;
}

.contact_form .sub {
  padding: 20px 30px;
  font-size: 13px;
}

.contact_form .form_cntent .inputBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contact_form .form_cntent .row {
  flex: 0 0 50%;
  padding: 0 30px;
  font-size: 0;
  box-sizing: border-box;
}

.contact_form .form_cntent .row:nth-child(n + 3) {
  margin-top: 20px;
}

.contact_form .form_cntent .oneRow {
  flex: 0 0 100%;
}

.contact_form .form_cntent .row label,
.contact_form .form_cntent .row .sub_title {
  display: inline-block;
  width: 130px;
  font-size: 15px;
  vertical-align: middle;
}

.contact_form .form_cntent .row label {
  cursor: pointer;
}

.contact_form .form_cntent .row input,
.contact_form .form_cntent .row textarea,
.contact_form .form_cntent .row .inner_box {
  display: inline-block;
  width: calc(100% - 130px);
  height: 50px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  box-sizing: border-box;
  vertical-align: middle;
}

.contact_form .form_cntent .row textarea {
  height: 130px;
  padding: 10px;
  line-height: 1.5;
  font-family: inherit;
  font-weight: inherit;
  resize: none;
}

.contact_form .form_cntent .file {
  border-bottom: 1px solid #959595;
}

.contact_form .form_cntent .file input {
  display: none;
}

.contact_form .form_cntent .file label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background: url('../img/common/icon_plus.png') calc(100% - 15px) 50% / 15px 15px no-repeat;
  color: #9c9c9c;
  font-size: 15px;
  line-height: 48px;
  box-sizing: border-box;
}

.contact_form .form_cntent .file .inner_box {
  border: none;
}

.contact_form .form_cntent .privacy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.contact_form .form_cntent .agreeRow {
  flex: 0 0 auto;
}

.contact_form .form_cntent .agreeRow input {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.contact_form .form_cntent .agreeRow label {
  margin-left: 5px;
  font-size: 15px;
  cursor: pointer;
  vertical-align: middle;
}

.contact_form .form_cntent .agreeRow .view_privacy {
  margin-left: 20px;
  padding-bottom: 3px;
  font-size: 13px;
  border-bottom: 1px solid #a3a3a3;
  cursor: pointer;
  vertical-align: middle;
}

.contact_form .form_cntent .submit {
  flex: 0 0 295px;
  height: 70px;
  background: #814095;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 70px;
}

.contact_pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}

.contact_pop.on {
  display: block;
}

.contact_pop .pop_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.contact_pop .pop_content {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.contact_pop .btn_close {
  position: absolute;
  top: -40px;
  right: -40px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .4);
}


@media screen and (max-width: 1024px) {


  header {
    height: 55px;
    padding: 10px 20px;
    box-sizing: border-box;
  }

  header.scroll {
    height: 45px;
  }


  header .logo {
    flex: 0 0 150px;
  }

  header.scroll .logo {
    flex: 0 0 110px;
  }

  header .btn_m_menu {
    position: relative;
    z-index: 11;
    display: block;
    flex: 0 0 30px;
    height: 30px;
    transition: all .3s ease;
  }

  header.scroll .btn_m_menu {
    height: 25px;
  }

  header .btn_m_menu div {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transition: all .3s ease;
  }

  .sub header .btn_m_menu div {
    background: #fff;
  }

  .sub header .btn_m_menu.on div {
    background: #000;
  }

  .sub header.scroll .btn_m_menu div {
    background: #000;
  }

  header .btn_m_menu div:nth-child(1) {
    top: 0px;
  }

  header .btn_m_menu div:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  header .btn_m_menu div:nth-child(3) {
    bottom: 0;
  }

  header .btn_m_menu.on div:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  header .btn_m_menu.on div:nth-child(2) {
    transform: translateY(-50%) scale(0, 1);
  }

  header .btn_m_menu.on div:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }

  header nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 80%;
    max-width: 300px;
    height: 100%;
    padding: 50px 20px 20px;
    background: rgba(255, 255, 255, .9);
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform .3s ease;
  }

  .sub header nav a {
    color: #000;
  }

  header .btn_m_menu.on+nav {
    transform: translateX(0)
  }

  header nav ul {
    flex-direction: column;
  }

  header nav li {
    margin: 10px 0;
    text-align: left;
  }

  footer .contact {
    float: none;
    text-align: right;
  }

  footer .info {
    margin-top: 20px;
  }

  footer .lb {
    display: block;
  }

  .privacy_modal .modal_wrap {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
  }

  .privacy_modal .close {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
  }

  .privacy_modal .close img {
    width: 20px;
    height: 20px;
    margin: 5px;
  }

  .gallery_list {
    padding: 40px 0;
  }

  .gallery_list .list_header {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .gallery_list .list_header .list_title {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .gallery_list .list_header .list_title .row_flex {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .gallery_list .btn_req {
    flex: 0 0 80px;
    height: 38px;
    margin: 0;
    line-height: 36px;
  }

  .gallery_list .list_header .types {
    overflow-y: auto;
    margin-top: 30px;
  }

  .gallery_list .list_header .types button:last-child {
    padding-right: 20px;
  }

  .gallery_list .total_cnt {
    padding: 0 20px;
  }

  .gallery_list .list {
    padding: 0 20px;
  }

  .gallery_list .item {
    flex: 0 0 calc(50% - 10px);
  }

  .gallery_list .item:nth-child(3n + 2) {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery_list .item:nth-child(2n) {
    margin-left: 20px;
  }

  .gallery_list .item:nth-child(n + 3) {
    margin-top: 20px;
  }



  .gallery_list .txt {
    flex-direction: column;
  }

  .gallery_list .title {
    font-size: 14px;
  }

  .gallery_list .type {
    font-size: 12px;
    word-break: break-all;
  }

  .gallery_list .link {
    margin-top: 10px;
  }

  .contact_form {
    padding: 40px 20px;
  }

  .contact_form h1 {
    font-size: 24px;
  }

  .contact_form .form_top {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact_form .form_top .desc,
  .contact_form .form_top .info {
    flex: 0 0 auto;
  }

  .contact_form .form_top .info {
    margin-top: 10px;
    padding: 0;
  }

  .contact_form .form_top .info dt {
    width: 80px;
    font-size: 16px;
  }

  .contact_form .form_top .info dd {
    width: calc(100% - 80px);
    font-size: 18px;
  }

  .contact_form .sub {
    padding: 20px 0;
  }

  .contact_form .form_cntent .row {
    flex: 0 0 100%;
    padding: 0;
  }

  .contact_form .form_cntent .row label,
  .contact_form .form_cntent .row .sub_title {
    width: 80px;
  }

  .contact_form .form_cntent .row input,
  .contact_form .form_cntent .row textarea,
  .contact_form .form_cntent .row .inner_box {
    width: calc(100% - 80px);
    height: 36px;
  }

  .contact_form .form_cntent .row textarea {
    height: 120px;
  }

  .contact_form .form_cntent .row:nth-child(n + 2) {
    margin-top: 20px;
  }

  .contact_form .form_cntent .file .inner_box {
    padding: 0;
  }

  .contact_form .form_cntent .file label {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 34px;
  }

  .contact_form .form_cntent .agreeRow input {
    width: 18px;
    height: 18px;
  }

  .contact_form .form_cntent .agreeRow label {
    font-size: 13px;
  }

  .contact_form .form_cntent .agreeRow .view_privacy {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    width: 80px;
  }

  .contact_form .form_cntent .privacy {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact_form .form_cntent .submit {
    flex: 0 0 auto;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 40px;
  }

  .contact_pop .pop_content {
    padding: 0;
  }

  .contact_pop .btn_close {
    top: - 50px;
    right: -10px;
  }
}
.content-wrap {
  max-width: 1240px;
  padding-inline: 20px;
  margin: 8rem auto 0;
}

.text-blue {
  color: #1438a1 !important;
}

.text-red {
  color: #cf1d1d !important;
}

.gap-sm {
  gap: 0.8rem !important;
}

.mb-b-sm {
  margin-block: 1rem;
}

.content-width-sm {
  max-width: 1000px;
}

.img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-box img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-content {
  display: flex;
  flex-direction: column;
  font-family: "Gmarket Sans";
}
.gallery-content + .gallery-content {
  margin-top: 8rem;
}
.gallery-content-title-wrap {
  display: flex;
  flex-direction: column;
}
.gallery-content-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
.gallery-content-sub {
  font-size: 1.8rem;
  font-weight: 300;
}
.gallery-content-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  margin-block: 2rem;
}
.gallery-content-img .img-box {
  flex: 1;
}
.gallery-content-img.col-5 {
  gap: 1rem;
  flex-wrap: wrap;
}
.gallery-content-img.col-5 .img-box {
  width: calc(20% - 1rem);
  flex: none;
}
.gallery-content-desc {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
}
.gallery-content-desc p {
  font-size: 1.8rem;
  color: #565656;
  font-weight: 300;

}
.gallery-content-sub-desc {
  margin-top: 5rem;
}
.gallery-content-sub-desc p {
  font-size: 1.8rem;
  font-weight: 300;
}
.gallery-content-sub-desc p:first-child {
  font-size: 2.3rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.plan {
  margin-top: 8rem;
}
.plan > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.plan > ul > li {
  display: flex;
  flex-direction: column;
  flex-basis: 24rem;
}
.plan > ul > li:nth-child(1) .bg {
  width: 5.1rem;
  height: 4.7rem;
  background-image: url(/img/common/plan_1.png);
}
.plan > ul > li:nth-child(2) .bg {
  width: 5.3rem;
  height: 4.5rem;
  background-image: url(/img/common/plan_2.png);
}
.plan > ul > li:nth-child(3) .bg {
  width: 4.3rem;
  height: 4.7rem;
  background-image: url(/img/common/plan_3.png);
}
.plan > ul > li > ul {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 1rem 0;
}
.plan > ul > li > ul li {
  font-size: 1.8rem;
}
.plan .img-box {
  display: flex;
  flex-direction: column;
  font-family: 'Gmarket sans', sans-serif;
}
.plan .img-box .bg {
  align-self: flex-end;
  margin-bottom: 4px;
  background-size: contain;
  background-repeat: no-repeat;
}
.plan .img-box span {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000;
  text-align: left;
  width: 100%;
  padding-top: 6px;
  border-top: 1px solid #000;
}

.portfolio {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}
.portfolio .img-box + .link {
  background-color: #173d76;
  color: #fff;
  width: 16rem;
  text-align: center;
  font-size: 1.6rem;
  padding-block: 1rem;
  border-radius: 3px;
  margin-block: 3rem;
}
.portfolio .story {
  width: 100%;
  font-family: "Gmarket Sans";
}
.portfolio .story p {
  font-size: 2.6rem;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  margin-top: 2rem;
  padding-left: 2rem;
}
.portfolio .story p.text-box {
  font-weight: 500;
  line-height: 1.2;
  padding-block: 3rem;
  padding-inline: 6rem;
  font-size: 1.8rem;
  color: #5f5f5f;
  background-color: #f3f3f3;
}

.link-list {
  display: block;
  background-color: #242424;
  color: #fff;
  width: 16rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  padding-block: 0.6rem;
  border-radius: 3px;
  margin-block: 3rem;
  margin: 8rem auto 0;
}

.content-wrap.project-wrap {
  margin-top: 0;
  padding-top: 30px;
}
.project {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
.project-header .btn_req {
  border: 1px solid #898989;
  color: #020202;
  font-size: 1.5rem;
  display: block;
  width: 16.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
}
.project-header + span {
  font-size: 1.5rem;
}
.project-header + span em {
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
}
.project-content {
  display: flex;
  flex-direction: column;
  gap: 3.5rem 0;
}
.project-content-header p {
  font-size: 1.5rem;
  color: #020202;
  font-weight: 200;
}
.project-content-body ul {
  display: flex;
  flex-direction: column;
}
.project-content-body li {
  display: flex;
  align-items: center;
  border-top: 1px solid #f4f4f4;
  padding: 2rem;
}
.project-content-body li:last-child {
  border-bottom: 1px solid #f4f4f4;
}
.project-content-body li dl {
  display: flex;
  align-items: center;
  width: 100%;
}
.project-content-body li dt {
  font-size: 1.8rem;
  color: #898989;
  width: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-content-body li dd {
  position: relative;
  width: 70%;
}
.project-content-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2rem;
}
.project-content-footer .btn {
  width: 3rem;
  height: 3rem;
  background-image: url(/img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.project-content-footer .btn.next {
  transform: rotate(180deg);
}
.project-content-footer .paganation {
  display: flex;
  align-items: center;
}
.project-content-footer .paganation li {
  font-size: 1.5rem;
  color: #000000;
}
.project-content-footer .paganation li a {
  display: block;
  padding-inline: 0.5rem;
  margin-inline: 0.5rem;
}
.project-content-footer .paganation li.active a {
  font-weight: 700;
}

.percent-content {
  display: flex;
}
.percent-text {
  position: absolute;
  top: -19px;
  right: 15px;
  font-size: 1.5rem;
  color: #000;
}
.percent-box {
  width: 100%;
  height: 1rem;
  border: 1px solid #e0e0e0;
  position: relative;
}
.percent-box-current {
  position: absolute;
  left: 0;
  top: 0;
  background: #cc0000;
  height: 100%;
}

.percent-box-current-blue {
  position: absolute;
  left: 0;
  top: 0;
  background: #1d58a1;
  height: 100%;
}

.perfomance {
  display: flex;
  flex-direction: column;
}
.perfomance-header {
  display: flex;
  align-items: center;
}
.perfomance-header .current {
  font-size: 1.8rem;
  color: #565656;
  padding-right: 1rem;
}
.perfomance-header .dash {
  border: 0.4px dashed #bfbfbf;
  border-spacing: 1px;
  flex: 1;
}
.perfomance-header select {
  font-size: 1.6rem;
  color: #565656;
  border-radius: 0;
  border:1px solid #bfbfbf;
  cursor: pointer;
  padding: 2px 4rem 2px 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/img/common/select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
}
.perfomance-title {
  font-size: 2.6rem;
  font-weight: 700;
}

.perfomance-title h3 {
  font-size: 2.6rem;
  font-weight: 700;
}
.perfomance-content {
  padding-inline: 2rem;
  margin-top: 4rem;
}
.perfomance-content + .perfomance-content {
  margin-top: 8rem;
}
.perfomance-list {
  margin-top: 2rem;
}
.perfomance-list ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem 0;
}
.perfomance-list li {
  font-size: 1.6rem;
  color: #565656;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: 'GmarketSans';
}
.perfomance-list li::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #565656;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 1rem;
}
.project-visual .search {
  justify-content: center;
}

.project-visual span:not(.percent-text, .percent-box){
  border-bottom: 1px solid #fff;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  color: #fff;
  width: 100%;
}
.project-visual span em {
  font-weight: 700;
  font-size: 3.6rem;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .plan > ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem 0;
  }
  .plan > ul > li {
    flex-basis: auto;
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-content-img {
    flex-direction: column;
  }
  .gallery-content-img .img-box {
    width: 100%;
  }
  .gallery-content-img.col-5 {
    flex-direction: row;
  }
  .gallery-content-img.col-5 .img-box {
    width: calc(50% - 1rem);
  }
  .portfolio .story p.text-box {
    padding: 2rem;
  }
  .portfolio .story p.text-box br {
    display: none;
  }
  .project-content-body li {
    padding-inline: 0;
  }
  .project-content-body li dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem 0;
  }
  .project-content-body li dd {
    width: 100%;
  }
  .project-content-body li dt {
    font-size: 1.6rem;
    width: 100%;
    white-space: initial;
  }
  .project-content-footer {
    gap: 0 1rem;
  }
  .perfomance-content {
    padding-inline: 0;
  }
}