

.inner1520 {max-width: 1480px; margin: 0 auto; width: 100%; position: relative; min-width: 360px;}
section {margin-bottom: 120px; font-family: "Pretendard"; width: 100%; overflow: hidden;}
.flex_row {display: flex; justify-content: space-between; align-items: center}

.commen_header {margin-bottom: 0;}

/*gnb*/
.gnb_commen {height: 80px; background:rgb(255, 255, 255);
  width: 100%; padding: 10px; 
 position:fixed; top: 0 ;z-index: 100; }
.gnb_commen > div {max-width: 1480px; margin: 0 auto; display: flex; justify-content: space-between; }
.gnb_commen div .buttontype_gnb {width: 60px; height: 60px;  border-radius: 60px; background: #fff;box-shadow: 0px 0px 12px #0000000D;} 
.gnb_menu {text-align: right; }
.gnb_menu ul {max-width: 200px; display: none; }
.gnb_menu.active ul {display: block;}
.gnb_menu ul li {border-radius: 50px; margin-top: 8px; display: inline-block; 
    padding: 8px 24px; font-weight: 600; color: #fff; background: var(--secondary-color);}
.gnb_list li{cursor: pointer;}
    .download {background: #fff; color: var(--primary-color); border: 1px solid var(--primary-color); font-size: 0.8rem;}
.button_red {background: #fff; border-radius: 50px; padding: 8px 24px;color: var(--primary-color); border: 1px solid var(--primary-color);}
.buttontype01 {background: var(--primary-color); border-radius: 50px; padding: 8px 24px; 
  border: 1px solid #fff; color: #fff; font-size: 1.0rem; margin-top: 40px;}

.download::after {content:""; display: inline-block;
    width: 13px; height: 13px; background: url(../img/down_red.svg)no-repeat; margin-left: 8px; object-fit: cover; }
.buttontype01::after {content:""; display: inline-block;
    width: 13px; height: 13px; background: url(../img/down_icon.svg)no-repeat; margin-left: 8px; object-fit: cover;  }

/* 텍스트애니메이션 */
.animated-text {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-in-out forwards;
}




.txt-slide {
  display: none;
  flex-direction: column;
}

.txt-slide.active {
  display: flex;
}

.txt-slide .animated-text:nth-child(2) {
  animation-delay: 1s;
}
.txt-slide .animated-text:nth-child(3) {
  animation-delay: 2s;
}

.animated-text {
  font-size: 2.75rem;
  display: block;
  margin-bottom: 20px;
}

.word-animate {
  font-family: "Pretendard";
  font-size: 8.0rem;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--primary-color);
  line-height: 1.1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.word-animate span {
  display: inline-block;
  opacity: 0;
  transform: scale(0.8) skewX(40deg);

}
.word-animate span.in {
  animation: fadeInUp 0.5s forwards;
}

.word-animate span.out {
  animation: fadeOutDown 0.5s forwards;
}

html, body {
    max-width: 100%;
    overflow-x: hidden!important; /* 가로 스크롤 절대 금지 */
    position: relative;
}

.top_projectlist, 
.project_wrapper,
.about_me {
    width: 100%;
    overflow: hidden;
}
/* main_visual */

.maintxt {width: auto; margin: 0 auto; overflow: hidden; margin-top: 8%; margin-bottom: 5%;}
.maintxt .animated-text {font-size: 2.75rem; }
.txt-slide {width: 100%; text-align: center;}
.main_visual .maintxt p {font-size: 8.0rem; line-height: 100%;
    color: var(--primary-color); font-weight: 700; text-transform: uppercase}
.maintxt .boldtxt {display: flex;}
.mini_listsum {display: flex; align-items: center; justify-content: center; gap: 20px;  margin: 0 auto 
}
.mini_listsum li {width: 136px; height: 180px;}
.top_projectlist {margin-top: 12%; position: relative; background: #fff;
  height: auto; /* 강제 높이 제거 */
  overflow: visible;}
.top_projectheader h1 {font-size: 2.0rem; text-transform: uppercase; font-weight: 600;}
.top_projectheader{display: flex; justify-content: space-between;}
.siwper-pagenation {display: flex; gap: 14px; cursor: pointer;}
.siwper-pagenation img {width: 48px; height: 48px;}
.project_sumwrapper {width: 150%;
    margin-top: 38px; display: flex; margin-left: 11.2%;}
.project_sum {width: 402px; position: relative; min-width: 240px;}
.suminfo_wrap {width: 85%; height: 100%; transition: all 0.5s;
    position: absolute; left: 0; top: 0; padding: 54px 40px; color: #fff; display: flex; flex-direction: column;  justify-content: space-between;} 
.sumheader p {font-size: 2.0rem; font-weight: 700; line-height: 100%; margin-bottom: 10px;}
.hover_only {display: none;  margin-top: 44px;}
.hover_only span {margin-top: 6px; margin-left: 8px;}
.sumcontent dl {margin-top: 12px;}
.sumcontent dl dt{font-size: 0.9rem;}
.sumcontent dl dd {font-size: 1.12rem; font-weight: 600;} 
.suminfo_wrap:hover .hover_only {display: flex; align-items: center;}
.suminfo_wrap:hover {background: rgba(0, 0, 0, 0.767);}


/* 어바웃미 텍스트 */
.txt_wrapper {
  position: relative;
  overflow: hidden;
  height: 100px;
}

.introduce_header { display: flex; justify-content: space-between; margin-bottom: 60px; align-items: center;
    height: 80px; padding: 20px 40px; font-size: 2.0rem; font-weight: 600; color: var(--primary-color); background: #FFF8F8;}
.buttontype_gost {font-size: 1.2rem; font-weight: 600;}
.introduce_body {font-size: 8.45rem; font-weight: 900; max-width: 1920px; overflow-x:scroll; font-family: "Pretendard";
    width: 100%;  text-align: center;}
 .introduce_body::-webkit-scrollbar {display: none;}     
.introduce_body div {display: flex; width: 100%;
    flex-direction: row; justify-content: left;}
.introduce_body div:nth-child(2) {margin-left: 11%;}
.introduce_body div img {width: 100px; height: 180px;
    background-repeat: no-repeat; object-fit: contain;}

.text-outline {
  position: relative; display: inline-block;color: white;}

.text-outline-red { -webkit-text-stroke: 2px var(--primary-color);
}

.text-outline-purple {
  -webkit-text-stroke: 2px #C853EA;
}

.text-solid-black {
  color: #111;
}

.text-outline-gradation {
  color: white;
  background: linear-gradient(90deg, #ED2B3C, #C853EA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px transparent;
}
.contact_me {text-align: center;}



.txt_detail {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: max-content;
}

.scroll-left {
  transition: all 0.3s;
  animation: scrollLeft 10s linear infinite;
  animation-direction: alternate-reverse;
}

.scroll-right {
  transition: all 0.3s;
  animation: scrollRight 10s linear infinite;
  animation-direction: alternate-reverse;
}
.scroll-center {
  transition: all 0.3s;
  animation: scrollcenter 10s linear infinite;
  animation-direction: alternate-reverse;
}
.txt_detail.paused {
  transition: all 0.3s;
  animation-play-state: paused;
}

/* 프로젝트리스트부분 */
.project_wrapper h3 {font-size: 1.75rem; font-weight: 600;}
.arrow_button {cursor: pointer;
  height: 48px; display: flex; align-items: center; align-content: center;}
.arrow_button::after { content: ''; background: url(../img/arrow_01.svg)no-repeat; object-fit: cover;
  display: inline-block; width: 14px; height: 13px; margin-left: 10px;}
.arrow_button:hover::after { animation: shake2 0.4s ease;}
  .project_list_box {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-top: 60px;  height: 960px;
}
.project_list_box .inner1520 {display: flex; border-left: 1px solid #Ddd; border-right: 1px solid #Ddd; 
  padding-top: 60px; }

.project_detail_body {display: flex; flex-direction: column;}
.project_detail {position: relative; max-height: 900px; overflow-y:auto; overflow-x: hidden; scroll-behavior: smooth; }
.project_detail::-webkit-scrollbar{ display:none;
}
.project_detail_head {position: sticky; right: 0; top: 0px; display: flex; margin-left: 392px; background: #fff;
  color: var(--primary-color); gap: 330px; font-weight: 600;}
.project_detail_head::after {content: ""; display: inline-block; background: var(--primary-color); 
  position: absolute; left: 0; top: 100px;
  width: 900px; height: 2px;}
.project_list_box .inner1520 .big_year {width: 280px; color: #FFBFC5;
; font-size: 1.2rem; font-weight: 600;}
.project_list_box .inner1520 .big_year li {margin-bottom: 40px;}
.project_object {display: flex; }
.project_detail_body:last-child {margin-bottom: 360px;}
.project_object div {margin-bottom: 100px;}
.project_object strong {font-size: 3.25rem; font-weight: 600; width: 320px;}
.project_object ul {display: flex; margin-left: 100px;}
.project_object ul:last-child {margin-bottom: 80px;}
.project_object ul li {width: 400px; margin-top: 40px;}
.project_object ul li a::after {content: ''; display: inline-block; width: 16px; height: 16px; transition: all 0.3s;
  background: url(../img/deco05.png)no-repeat; margin-left: 10px; position: relative; top: 2px; opacity: 0;
}
.project_object ul li:hover a::after {opacity: 1;}
.big_year li { cursor: pointer;
  position: relative; transition: color 0.3s ease;
}
.big_year li.active {
  color: var(--primary-color);}

.big_year li.active::after {
  content: ''; position: absolute; top: -8px; left: 60px;
  transform: translateX(-50%); width: 8px; height: 8px; background: var(--primary-color); border-radius: 50%;
}
.finish_txt {font-size: 8.75rem; font-weight: 900; text-transform: uppercase; text-align: right; margin-right: 20px;
  line-height: 100%;
  color: #fff9f9}

/* 푸터영역 */

.contact_me {background: var(--primary-color); color: #fff; padding: 80px 0; margin-bottom: 0;}
.contact_me .scroll_top {transition: all 0.5s; cursor: pointer;}
.contact_me .scroll_top:hover img { animation: shake 0.4s ease;}
.txtsection strong {display: inline-block;
  font-size: 5rem; font-weight: 700; margin: 28px 0;}
.txtsection dl {display: flex; justify-content: center; gap: 20px; font-size: 1.75rem; margin-top: 12px;}
.scroll_top p {font-size: 1.25rem; margin-top: 20px; }
.fancy-button {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  color: white;
  border: 1px solid #fff;
  background: var(--primary-color);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
.fancy-lighttrail::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: all 0.5s ease;
}

.fancy-lighttrail:hover::after {
  left: 100%;
}
.gnb_list .fancy-button { border: none;}

/* 차트부분 */
.chart-wrapper {display: flex;width: 100%; margin: 80px auto 40px auto;  background: #fff!important;}
.chart-wrapper p {padding: 8px 12px; background: #fff0f2; border-radius: 20px;width: 100%; text-align: center;}
.chart-container {border: 1px solid #f1f1f1; padding: 20px; display: flex; flex-direction: column; flex-wrap: wrap; overflow: hidden;
  gap: 10px; align-items: center; align-content: space-between;
  justify-content: flex-start; border-radius: 20px;
    }
.chart-wrapper .circle {width: 48%; margin-right: 10px; overflow: hidden;}
.chart-wrapper .circle > div {display: flex; flex-direction: row; min-width: 400px; overflow-x: auto; justify-content: center; align-items: center;}
.chart-wrapper .chartbar {width: 52% }
#pieChart {max-width: 300px; max-height: 300px; margin-right: 48px;}
#barChart {max-width: 500px; border-bottom: 1px solid #dfdfdf; max-height: 300px; }
.chartbar_dataset ul { width: 100%; max-width: 500px; line-height: 110%; row-gap: 10px; 
  display: flex;font-size: 0.9rem; text-align: center; justify-content: space-between;}
.chartbar_dataset ul li {width: 80px; height: 24px;}
.chart-wrapper .circle .chartbar_dataset ul {flex-direction: column; text-align: left; }
.chart-wrapper .circle ul li {position: relative; width: 72px;}
.chart-wrapper .circle ul li::before { content: ''; display: inline-block; position: absolute; border-radius: 5px;
  left: -30px; top: 0;
  width: 16px; height: 16px;}
.circle .chartbar_dataset ul li:nth-child(1)::before {background: #FF6B6B;}
.circle .chartbar_dataset ul li:nth-child(2)::before {background: #6FC7FF;}
.circle .chartbar_dataset ul li:nth-child(3)::before {background: #FF9494;}
.circle .chartbar_dataset ul li:nth-child(4)::before {background: #5C7CFA}
.circle .chartbar_dataset ul li:nth-child(5)::before {background: #CC5DE8;}
.circle .chartbar_dataset ul li:nth-child(6)::before {background: #FFEA81;}
.circle .chartbar_dataset ul li:nth-child(7)::before {background: #91A7FF;}

.detail_imgwarpper { position: relative;
  margin-bottom: 0; margin-top: 80px; width: 100%; height: 100%; overflow: auto;}
.detail_imgwarpper > img {max-width: none; width: 100%; object-fit: none;}
.guidetxt { margin: 0 auto;
  background: #00000075; color: #fff; padding: 8px 20px; width: 100%; text-align: center;
  display: inline-block;
position: fixed;  bottom: 0;
  opacity: 0;
  animation: fadeNotice 5s ease-in-out forwards;}


/* 아트보드부분 */
.artboardsum_wrapper .artboardsum img:nth-child(n+2) {display: none;}
.artboardsum_wrapper .artboard_box > div {display: flex; row-gap: 40px; flex-wrap: wrap; margin-bottom: 40px; justify-content: space-between;}
.artboardsum_wrapper .artboardsum {max-width: 490px; max-height: 490px; flex-basis: 31%; overflow: hidden; cursor: pointer;}
.artboardsum_wrapper .artboardsum img { object-fit: cover; }


/* 아트보드 모달 */
.project_wrapper2:has(.artboard_modal) {padding-bottom: 0;}

.artboard_modal {
    display: none; /* 기본적으로 숨김 */
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.562); /* 어두운 배경 */
}
.modal_content {
    margin: 20px auto;
    padding: 40px;
    background-color: #fefefe;
    border-radius: 5px;
    width: 80%;
    max-height: 800px;
    max-width: 880px;
    position: relative;
    overflow: hidden;
}
.modal_images_container img {
    width: 100%; /* 모달 내 이미지는 가로 꽉 채우기 */
    height: auto;
    margin-bottom: 20px;
}
.close_btn, .button-prev, .button-next{
  width: 48px; height: 48px; object-fit: contain;
  z-index: 100;
    cursor: pointer;
}
.modal_content {position: relative;}
.modal_content > div { display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px;}
.modal_content h3 {font-size: 1.5rem; font-weight: 600;}
.artbord_2dept {display: flex; gap: 24px; margin: 40px 0;}
.artbord_2dept li {padding: 12px 32px; background: #fff; border-radius: 40px; cursor: pointer; transition: all 0.3s;
  font-size: 1.5rem; font-weight: 600; color: #999;}
.artbord_2dept li.active {color: var(--primary-color);}
.artbord_2dept li:hover {color: var(--primary-color);}
.modal_swiper {position: relative;}
.pager_wrpper {position: absolute; top: 45%; display: flex; justify-content: space-between; width: 100%;
z-index: 50;}
body.modal-open {
    overflow: hidden;   /* 전체 스크롤 막기 */
    height: 100vh;
}
.modal_content .modal_swiper {height: 800px; overflow-y: auto; }
.modal_content .modal_images_container {align-items: flex-start;}


@keyframes fadeNotice {
  0% { opacity: 1;}
  50% { opacity: 0.7;}
  100% { opacity: 0;}
}

/*애니메이션 모음 */

@keyframes fadeInUp {
  0% {opacity: 0;
      transform: translateY(20px);}
  50% {opacity: 0.7;
      transform: translateY(10px);
  }
  100% {opacity: 1;
      transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  0% {opacity: 1;
     transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(30%);
  }

}
@keyframes scrollcenter {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-70%);
  }

}
@keyframes scrollRight {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes shake {
    0% {transform: translateY(0);}
    20% {transform: translateY(-10px);}
    50% {transform: translateY(10px);}
    80% {transform: translateY(-10px);}
    100% {transform: translateY(10px);}
}

@keyframes shake2 {
    0% {transform: translateX(0);}
    30% {transform: translateX(5px) translateY(-5px);}
    50% {transform: translateX(0px) translateY(0px);;}
    80% {transform: translateX(5px) translateY(-5px);}
    100% {transform: translateX(0px) translateY(0px);;}
}
@media all and (max-width: 1570px) {
  .detail_imgwarpper > img {object-fit: inherit;}
}

@media all and (max-width: 1480px) {
  .inner1520 {padding: 0 15px;}
  .gnb_commen {padding: 10px 0;}
  .main_visual .maintxt p {font-size: 4rem; font-weight: 800;}
.maintxt {margin-top: 18%;}
.suminfo_wrap {width: 100%; padding: 24px;}
.project_sumwrapper {margin-left: 15px; gap: 20px;}
.chart-wrapper {flex-direction: column;}
.chart-wrapper .circle{width: 100%;}
.chart-wrapper .chartbar {width: 100%;}
}


@media all and (max-width: 768px) {
  .top_projectheader h1 {font-weight: 700;}
  .chart-container {justify-content: center;}
  .mini_listsum {gap: 10px;}
  .maintxt {margin-top: 24%;}
  .gnb_commen {left: 0;}
  section {margin-bottom: 120px;}
  .project_sumwrapper {margin-top: 40px;}
  .siwper-pagenation {gap: 10px; margin-top: 10px;}
  .top_projectheader {flex-wrap: wrap;}
  .maintxt .animated-text {font-size: 2.0rem;}
  .maintxt .boldtxt {margin-top: 40px};
  .mini_listsum {width: 90%;}
  .txt-slide {height: 360px;}
  .introduce_body {font-size: 6rem;}
  .introduce_body div img {width: 80px; height: 140px;}
  .flex_row {flex-direction: column; align-items: flex-start}
  .project_wrapper h3 {margin-bottom: 10px;}
  .finish_txt {font-size: 6rem;}
  .project_detail {max-height: 640px;}
  .project_detail_head {margin: 0;gap: 32%; top: 0; padding-bottom: 10px; padding-top: 4px;}
  .project_object {flex-wrap: wrap;}
  .project_object ul {margin-left: 0;}
  .project_object ul:last-child {margin-bottom: 0;}
  .project_list_box {margin-top: 40px; height: 800px;}
  .project_detail_body:last-child {margin-bottom: 80px;}
  .txtsection strong {font-size: 3.5rem; margin: 20px 0;}
  .txtsection dl {font-size: 1rem;}
  .buttontype01 {margin-top: 20px;}
 .project_list_box .inner1520 .big_year { display: flex; gap: 20px; width: 100%; justify-content: space-around;
  background: #fff9f9; padding: 12px 10px; position: absolute; top: 0; left: 0;}
  .project_list_box2 .big_year {font-size: 1rem!important; min-width: auto!important; width: 100%;}
  .project_list_box .inner1520 .big_year li br{display: none;}

.project_list_box .inner1520 .big_year li {margin-bottom: 0px; border: none}
.big_year li.active::after {left: 0; right: 5px; }
.project_object ul li {width: 50%;}
.project_object ul li:last-child {margin-left: 20px;}
#pieChart {margin-right: 20px; max-width: 260px; max-height: 260px;}
#barChart {max-width: 400px; overflow-x: scroll;}
.chartbar_dataset ul {max-width: 400px;}
.suminfo_wrap {background: rgba(0, 0, 0, 0.452)!important;}
.chartbar_dataset ul li {width: auto;}
.artboardsum_wrapper .artboard_box > div {gap: 10px; margin-bottom: 28px;}
.artboardsum_wrapper .artboardsum {max-height: 190px; align-items:flex-start; }
  }


@media all and (max-width: 480px) {
  .logoimg {width: 80%;}
  .wrapper_detailname .nameheader > img {max-width: 50%;}
  .gnb_commen div .buttontype_gnb {width: 40px; height: 40px;}
  .gnb_commen {height: 60px;}
  .detail_imgwarpper {margin-top: 0px;}
  #pieChart {max-width: 240px; max-height: 240px;}
  .sumcontent dl {display: none;}
  .introduce_header {font-size: 1.5rem;}
  .introduce_header button {font-size: 1.0rem; }
  .arrow_button {height: 40px;}
  .siwper-pagenation img {width: 40px; height: 40px;}
  .siwper-pagenation {gap: 8px;}
  .chart-container {flex-wrap: nowrap;}
  .sumcontent {display: none;}
  .big_year li.active::after {left: 52px; top: -5px;}
  .main_visual .maintxt p {font-size: 3.75rem;}
}



/* html 어바웃미 css */
.alone_aboutme .about_me {background:#FFF8F8 ; padding:100px 0; margin-top: 80px;}
.partcommen {height: auto;}
.partcommen .size_20 {font-size: 1.25rem; }
.partcommen .bold_txt {font-size: 1.75rem; font-weight: 600; padding: 20px 0 10px 0;}
.about_meinfo h1, h2 {font-size: 2.5rem; font-weight: 600; margin-bottom: 20px;}
.about_meinfo .partcommen h3 {font-size: 1.75rem; font-weight: 600;  }

.about_meinfo .point_color {color: #FF7480; font-weight: 600; display: block; margin: 12px 0 4px 0 ;}
.part1 {display: grid; flex-wrap: wrap; grid-template: 1fr 2fr; margin-top: 42px;
grid-template-areas:  
        "a c"
        "b c"; }
    
.part1 .partbox1 {grid-area: a; max-width: 612px;}
.part1 .partbox2 {grid-area: b; max-width: 612px;}
.part1 .project_box {grid-area: c; width: 720px; overflow-x: auto;}
.partbox1 div h3 {display: flex; align-items: center; }
.partbox1 div h3 span {font-size: 1.15rem; }
.partbox1 div h3 span::before {content: ""; display: inline-block;
  width: 1px; height: 12px; background: #dfdfdf; margin-left: 20px; margin-right: 20px;}
.partcommen h3 {border-bottom: 1px solid #cfcfcf; padding: 0 0 10px 0; margin-bottom: 16px; height: 52px;}
.project_box h3 span {font-size: 1rem; color: #999; font-weight: 400;}
.partbox1 ul li{display: flex; gap: 20px; font-size: 1.1rem; padding-bottom: 10px;}
.partbox1 ul li p:first-child {color: #777; min-width: 120px;}
.partbox2 .size_20 {padding-bottom: 12px;}
.commenst_box span {color:#999 ; display: inline-block;} 
h2 > span {color: #FFF6F7}
.commen_txtbox .body_txt {color:#555} 

.part1, .part2, .part3 {margin-bottom: 120px;} 
.project_name {padding:  0 0 10px 0 ; display: flex;  border-bottom: 1px solid #d9d9d9; color: #999999; width: 720px;
text-align: left;}
.project_name li:first-child {flex-basis: 65%;}
.project_name li:nth-child(2) {flex-basis: 35%;}
.project_dewrapper ul {padding:16px 0; display: flex; gap: 20px; text-align: left; color: #555555;}
.project_dewrapper ul li:first-child {min-width: 180px; font-weight: 600; color: #111;}
.project_dewrapper ul li:nth-child(2) {min-width: 248px;}
.project_dewrapper ul li:nth-child(3) {min-width: 248px;}
.about_meinfo h2 strong {color: #ED2B3C; font-weight: 600; position: relative;}
.part2 h2 strong::after {content: ''; display: inline-block; background: url(../img/after_star.png);
   width: 54px; height: 53px; position: absolute; top: -32px; left: 20px; z-index: -1;}

.part3 h2 strong::after {content: ''; display: inline-block; background: url(../img/after_heart.png);
   width: 54px; height: 53px; position: absolute; top: -32px; left: 20px; z-index: -1;}

.part2 > .partcommen {display: flex; flex-wrap: wrap; gap: 4%;}
.part3 > .partcommen {display: flex; flex-wrap: wrap; gap: 4%;}

.commen_txtbox {flex-basis: 48%; margin-bottom: 40px;}
.body_txt {padding-top: 10px;}


/* 프로젝트전체페이지 */

.project_wrapper2 {background:#FFF8F8; margin-bottom: 0; padding-bottom: 80px;}
.project_list_box2 {margin-top: 50px; padding-top: 50px;}
.project_list_box2 h3 {font-size: 2.5rem; font-weight: 600; }
.project_list_box2 .big_year {
    display: flex;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    min-width: 540px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 14px 52px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #FACACE;
    margin: 40px 0 24px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.project_list_box2 .big_year::-webkit-scrollbar {
    height: 6px;
}
.project_list_box2 .big_year::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.project_list_box2 .project_detail_body:last-child {margin-bottom: 0;}
.project_list_box2 .big_year li.active::after {top: 5px; left: initial; right: -20px;}
.project_list_box2 .big_year li:hover {color: #ff7480;}
.project_list_box2 .big_year li.active:hover {color: #ed2b3c;}
.project_object2 .project_de_align {display: flex; flex-wrap: wrap; gap:1.2%;}
.project_object2 .project_de_align ul {background: #fff; width: 24%; padding: 24px; margin-bottom: 16px; min-width: 300px}
.project_de_align ul li:first-child {border-bottom: 1px solid #ff7480; font-size: 1.25rem; font-weight: 600; padding-bottom: 12px; margin-bottom: 16px;}
.project_de_align ul li:first-child a {font-size: 1.25rem;}
.project_de_align ul li {font-size: 1rem;}
.project_de_align ul li span {color: #BBBBBB; display: block; margin: 8px 0;}
.project_de_align ul li button {padding: 8px 12px; border: 1px solid #ddd; border-radius: 20px; margin-top: 16px; transition: all 0.3s;}
.project_de_align ul li button:hover {border-color: #ff7480; color: #ff7470;}
.project_de_align ul li:has(button) {display: inline-block;}
.project_de_align ul li:nth-child(4) {margin-right: 5px;}


/* 프로젝트상세 헤더부분 */
.imgwarppervisual {background: url(../img/project01.png)no-repeat;width: 100%; object-fit: cover
  ; height: 828px;}

.imgwarppervisual .inner1520 {position: relative; top: 180px; color: #fff;}
  .award {background: #fff; color: #555; padding: 4px 0 4px 12px;}
.award::after {content: ''; display: inline-block; position: relative; top: 24px; left: 12px;
  width: 51px; height: 57px; background: url(../img/projectdeco01.png)no-repeat;}
.nameheader {display: flex; gap: 10px; align-items: center;}

.nameheader button {display: flex; gap: 4px;
  align-items: center;color: #fff; position: relative;}
  .nameheader p {position: absolute;
    z-index: 10;
    display: none;
    width: 120px;
    background: #111;
    left: 44px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 10px;
  transition: all 0.3s;}
.nameheader button:hover > p {display: inline-block}
.direct_hp {margin-left: 20px;}
.wrapper_detailname {margin-top: 40px ;}
.wrapper_detailname h2 {font-weight: 2rem; font-weight: 600; margin-top: 40px;}
.wrapper_detailname strong {font-size: 1.25rem; font-weight: 500; margin-top: 24px;}
.imgwarppervisual .flex_row dl dt {color: #999; margin-bottom: 14px;}
.imgwarppervisual .flex_row {width: 50%; flex-wrap: wrap; margin-top: 40px;}
.imgwarppervisual .flex_row dl {flex-basis: 50%;  margin-top: 20px;}


@media all and (max-width: 1480px) {
  .gnb_commen > div {padding: 0 15px;}
  .inner1520 {padding: 0 15px; }
  .alone_aboutme .part1 {display: flex;}
  .part1 .partbox2, .project_box {margin-top: 40px;}
  .alone_aboutme h2 > span {display: none;}
  .part1 .partbox1, .partbox2, .project_box {border: 1px solid #dfdfdf; padding: 20px; border-radius: 10px; width: 100%; max-width: 100%;}
  .part1 .partbox2, .project_box {margin-top: 20px; max-width: 100%;}
.part1 .project_box {max-width: 100%; width: 100%;}
.project_box h3 {min-width: 720px;}
.partcommen .commen_txtbox {border: 1px solid #dfdfdf; padding:20px; border-radius: 20px; margin-bottom: 20px;}
.partcommen .bold_txt {padding: 0;}
}

@media all and (max-width: 720px) {
  .project_object2 .project_de_align ul {padding: 20px;}
  .project_de_align ul li button {margin-top: 4px; padding: 4px 8px;}
  .project_de_align ul li span {margin: 4px 0;}
  .project_de_align ul li:nth-child(4) button {margin-top: 6px;}
  .project_list_box2 .big_year {padding: 14px 20px; }
  .project_object2 .project_de_align {gap: 3%;}
  .project_list_box2 .big_year li.active::after {top: -5px; left: initial; right: -12px;}
  /* 프로젝트상세 헤더부분반응형*/
  #projectHeader {margin-bottom: 0;}
.imgwarppervisual .inner1520 {top: 100px;}
.wrapper_detailname h2 {margin-top: 32px;}
.nameheader button > img {width: 40px; }
.wrapper_detailname {margin-top: 28px;}
.award::after {width: 40px; height: 47px; background-size: contain; top: 18px;}
.imgwarppervisual .flex_row {margin-top: 0; width: 100%;}
.imgwarppervisual {height: 680px;}
.imgwarppervisual .flex_row dl dt {margin-bottom: 0;}

/* 아트보드 반응형 */
  .modal_content {padding: 20px; width: 90%; margin: 180px auto ;}

  .artbord_2dept {margin: 20px 0; gap: 10px; width: 100%; overflow-x: auto;}
  .artbord_2dept::-webkit-scrollbar {display: none;}
  .artbord_2dept li {padding: 12px 20px; font-size: 1rem; flex-shrink: 0;}

}


@media all and (max-width: 520px) {
  .project_list_box2 {padding-top: 40px;}
.project_object2 .project_de_align ul {min-width: none; width: 100%;}
.project_de_align ul li:first-child {height: auto; padding-bottom: 10px;}
.partcommen {flex-direction: column;}
.about_meinfo h1, h2 {font-size: 2rem;}
.alone_aboutme section {margin-bottom: 80px;}
.part1, .part2, .part3 {margin-bottom: 60px;}
.partcommen .bold_txt {font-size: 1.5rem;}
.partcommen .size_20 {font-size: 1.15rem;}
.project_dewrapper ul {padding: 10px 0;}
 }