@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');

main {
    overflow: hidden;
}

.header__inner {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(10px);
}

.inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 100px;
    box-sizing: border-box;    
}

section.subject {
    margin-top: 280px;
    border-bottom: 1px solid  rgba(0, 0, 0, 0.50);
}

section.subject + section {
    margin-top: 170px;
}

.subject__flex {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.subject__flex h2 {
    color: #000;
    font-family: "Cormorant Garamond";
    font-size: 220px;    
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -6.6px;
}

.subject__flex {
    display: flex;
}

.subject__flex div {
    display: flex;
    gap: 14px;
    align-items: center;
}

.subject__flex div .step1 {
    color: rgba(0, 0, 0, 0.50);
    font-family: "Pretendard";
    font-size: 16px;    
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.48px;
}

.subject__flex div .step2 {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.48px;
}

.com__title {
    text-align: center;
}

.com__title h3 {
    color: #000;
    text-align: center;
    font-family: "Noto Serif KR", serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 128.571% */
    letter-spacing: -2.1px;
}


.stroy__item {
    position: relative;
    display: flex;
    justify-content: space-between;    
    max-width: 1440px;
    margin: 0 auto;
}

.stroy__item1 {
    margin-top: 200px;
}

.stroy__item .imgbox {
    border-top-right-radius: 250px;
    overflow: hidden;
}

.stroy__item1 .textbox {
    margin-top: 62px;
    max-width: 530px;
    text-align: left;
}

.stroy__item2 {
    margin-top: 260px;
    flex-direction: row-reverse;
}

.stroy__item2::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    width: 1px;
    height: 200px;
    background: rgba(0, 0, 0, 0.50);
}

.stroy__item2 .imgbox {
    border-top-left-radius: 250px;
    border-top-right-radius: 0;
    overflow: hidden;
}


.stroy__item2 .textbox {
    margin-top: 326px;
    max-width: 700px;
    text-align: left;
}

.stroy__item3 {
    margin-top: 490px;
}

.stroy__item3::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -280px;
    width: 1px;
    height: 200px;
    background: rgba(0, 0, 0, 0.50);
}


.stroy__item3 .textbox {
    margin-top: 60px;
    max-width: 590px;
    text-align: left;
}

.stroy__item .imgbox {

}

.stroy__item .textbox {
    
}

.stroy__item .textbox h4 {
    color: #000;
    font-family: "Pretendard";
    font-size: 50px;    
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -1.5px;
}

.stroy__item .textbox div {
    margin-top: 44px;   
}

.stroy__item .textbox div p {
    margin-top: 44px;
    color: rgba(0, 0, 0, 0.70);
    font-family: "Pretendard";
    font-size: 24px;        
    line-height: 1.87;
    letter-spacing: -0.72px;
}

.stroy__item .textbox div p:first-child {
    margin-top: 0;
}

.history__wrap{
    position:relative;
    max-width:1200px;
    margin:0 auto;
    padding:100px 0;
    margin-top: 130px;
}

/* 가운데 세로선 */
.history__wrap::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width: 1px;
    background: rgba(0, 0, 0, 0.50);
    transform:translateX(-50%);
}

.history__row{
    position:relative;
    width:50%;
    margin-bottom:80px;
    padding:0 100px;
    box-sizing:border-box;
}

/* 홀수 = 왼쪽 */
.history__row:nth-child(odd){
    left:50%;
    text-align:left;    
}

/* 짝수 = 오른쪽 */
.history__row:nth-child(even){
    left:0;
    text-align:right;
}

/* 가운데 포인트 */
.history__row::before{
    content:"";
    position:absolute;
    top:60px;
    width:17px;
    height:17px;
    border-radius:50%;
    background:#111;
    z-index:2;
}

/* 왼쪽 포인트 위치 */
.history__row:nth-child(odd)::before{
    left:-8px;
}

/* 오른쪽 포인트 위치 */
.history__row:nth-child(even)::before{
    right:-8px;
}

/* 연도 */
.history__row > span{
    color: #000;
    font-family: "Cormorant Garamond";
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: -3px;
}

.history__content {
    margin-top: 23px;
}

/* 내용 */
.history__row p {
    color: rgba(0, 0, 0, 0.70);
    font-family: "Pretendard";
    font-size: 24px;    
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.72px;
}

/* 기본 색상 */
.history__row > span{
    color:#111;
    transition:color .4s ease;
}

.history__row::before{
    background:#111;
    transition:background-color .4s ease, transform .4s ease;
}

/* 활성화 */
.history__row.active > span{
    color:#e53935;
}

.history__row.active::before{
    background:#e53935;    
}

.clients__grid {
    max-width: 1430px;
    margin: 0 auto;
    margin-top: 150px;
    isolation: isolate;
}

.clients__grid ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.clients__grid ul li div {
    display: flex;
    height: auto;    
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    background: rgba(0, 0, 0, 0.05);
    aspect-ratio: 270 / 230;
}

.clients__grid ul li div img {
    max-width: 100%;
    mix-blend-mode: multiply;
}

.portfolio__header {

}

.portfolio__header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.portfolio__header ul li {
    
}

.portfolio__header ul li a {
    border-radius: 300px;
    background: rgba(0, 0, 0, 0.10);
    padding: 14px 48px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-family: "Pretendard";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -0.66px;
}

.portfolio__header ul li.active a {
    background: #000;
    color: #fff;
}

.portfolio__select{
    display:none;
    outline: none;
    width:100%;
    height:48px;
    padding:0 40px 0 16px; /* 오른쪽 여백 확보 */
    border:1px solid #696260;
    border-radius:8px;
    font-size:16px;
    color:#fff;
    background-color:#696260;

    /* 기본 화살표 제거 */
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    /* 커스텀 화살표 */
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 10px center; /* 오른쪽 10px */
    background-size:14px;
}

.portfolio__select option{
    color:#000; /* 드롭다운 목록 글자색 */
    background:#fff;
}

.location__map {
    margin-top: 100px;
}

.location__map iframe {
    width: 100%;
    height: 650px;
}

.location__info {
    margin-top: 68px;
}

.location__info ul {
    display: flex;
}

.location__info ul li {
    flex: 1;
    border-left: 1px solid rgba(0, 0, 0, 0.50);
    padding-left: 50px;
}

.location__info ul li div:first-child {
    display: flex;
    gap: 30px;
    align-items: center;
    height: 80px;
}

.location__info ul li div:first-child span {
    color: #000;    
    font-size: 30px;    
    font-weight: 500;    
    letter-spacing: -0.9px;
}

.location__info ul li div:last-child {
    margin-top: 20px;
}

.location__info ul li div:last-child p {
    color: rgba(0, 0, 0, 0.70);
    font-family: "Pretendard";
    font-size: 24px;    
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.72px;
}

.recurit__content ul {
    margin-top: 150px;        
}


.recurit__content ul li{
    border-top: 1px solid rgba(0,0,0,.5);
    border-bottom: 1px solid rgba(0,0,0,.5);
    margin-top: -1px;
    transition: border-color .5s ease, box-shadow .5s ease;
}

.recurit__content ul li:first-child{
    margin-top: 0;
}

.recurit__content ul li:hover{
    border-color: #E00D0D;
    box-shadow: 0 -1px 0 #E00D0D, 0 1px 0 #E00D0D;
    position: relative;
    z-index: 1;
}

.recurit__content ul li a {
    display: flex;
    gap: 60px;
    padding: 50px 10px;
    box-sizing: border-box;
    align-items: center;
}

.recurit__content ul li a .text {
    display: inline-flex;
    flex: 1;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.recurit__content ul li a .text p {
    color: #000;
    font-family: "Pretendard";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.08px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}



.recurit__content ul li a .arr {
    display: inline-flex;
    width: 100px;
    gap: 10px;
    align-items: center;
}

.recurit__content ul li a .arr b {
    color: #000;
    font-family: "Cormorant Garamond";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.recurit__content ul li a .arr span {
    display: flex;
    width: 45px;
    height: 45px;    
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    border-radius: 300px;
    background: #000;
}

.recurit__content ul li a .arr span img {
    position: relative;
    right: 0;
    transition: right 0.5s ease;
}

.recurit__content ul li a:hover .arr span img {
    right: -5px;
}


.com__board3__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}

.com__board3__head h4 {
    color: #1E1D1A;
    font-family: "Pretendard";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 200% */
    letter-spacing: -1.35px;
}

.com__board3__head h4 {
    max-width: 80%;
    width: 100%;
    word-break: break-all;
}

.com__board3__head div {
  display: flex;
  gap: 20px;
}

.com__board3__head div p {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.54px;
    display: flex;
    gap: 20px;
}

.com__board3__head div p b {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.10);    
    font-family: "Pretendard";
    font-size: 18px;    
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.54px;
}

.com__board3 {
  /* border-top: 1px solid rgba(194, 193, 192, 0.50); */
}

.com__board3__down {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.30);
  gap: 20px;
}

.com__board3__down span {
  color: rgba(0, 0, 0, 0.50);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.54px;
}

.com__board3__down i {
  display: inline-block;
  color: rgba(0, 0, 0, 0.10);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.54px;
}

.com__board3__down div {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}

.com__board3__down div p a {
    color: rgba(87, 85, 80, 0.80);
    font-family: "Pretendard";
    font-size: 20px;    
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.6px;
}

.com__board3__body {
  padding: 40px 0;
  border-bottom: 2px solid #000;
  min-height: 240px;
}

.com__board3__arr {
  margin-top: 60px;
}

.com__board3__com {
  border-top: 1px solid rgba(194, 193, 192, 0.50);  
}

.com__board3__prev {  
  border-bottom: 1px solid rgba(194, 193, 192, 0.50);
}

.com__board3__com a {
  display: flex;
  width: 100%;
  padding: 33px 0;
  justify-content: space-between;
  align-items: center;
}

.com__board3__com a div {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  width: 100%;
}

.com__board3__com a div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.6px;
  transition: color 0.5s ease;
}

.com__board3__com a div span {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  color: #34322E;
  /* table_ttl01 */
  color: #222;
  /* table_ttl01 */
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.54px;
  transition: color 0.5s ease;
}

.com__board3__com a div img {
  width: 8px;
  height: 4px;
  transition: filter 0.5s ease;
  object-fit: contain;
}

.com__board3__next a div img {
  
}

.com__board3__prev a div img {
    transform: rotate(180deg);
}

.com__board3__com a b {
  color: rgba(87, 85, 80, 0.80);
  /* body01 */
  font-family: "Pretendard";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.54px;
  transition: color 0.5s ease;
}

.com__board3__com a:hover div p,
.com__board3__com a:hover b,
.com__board3__com a:hover span {
  color: var(--color-main);
}

.detail__arrow__com a:hover div img {
  filter: invert(83%) sepia(64%) saturate(2031%) hue-rotate(16deg) brightness(94%) contrast(101%);
}

.com__board3__list {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.bs__box {    
    max-width: 1430px;
    margin: 0 auto;
    margin-top: 150px;
}

.bs__box * {
    font-family: "Pretendard" !important;
}

.sub__title1 {
    color: #1E1D1A;    
    font-size: 45px;    
    font-weight: 400;    
    letter-spacing: -1.35px;
}

.com__board3__list a .arr {
    display: inline-flex;
    width: 100px;
    gap: 10px;
    align-items: center;
}

.com__board3__list a .arr b {
    
}

.com__board3__list a .arr span {
    display: flex;
    width: 45px;
    height: 45px;    
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    border-radius: 300px;
    background: #000;
}

.com__board3__list a .arr span img {
    position: relative;
    right:0;
    transition: right 0.5s ease;
}

.com__board3__list a:hover .arr span img {
    right: -5px;
}

.ani__blur {
    text-align:center;
}

.ani__blur h3{
    display:inline-block;
    margin:0;
    color:#000;
    font-size:72px;
    font-weight:300;
    line-height:1.2;
    letter-spacing:0.02em;
    perspective:1000px;
}

.ani__blur h3 .char{
    display:inline-block;
    font-family: "Noto Serif KR", serif;
    opacity:0;
    filter:blur(12px);
    transform:scale(0.96);
    will-change:transform,opacity,filter;
}



@media (max-width:1600px) { 

    .inner {    
        padding: 0 80px;
    }

    .bs__box {
        padding: 0 80px;
        box-sizing: border-box;
    }

    .stroy__item .textbox h4 {    
        font-size: 45px;
    }


    .stroy__item .textbox div p {
        margin-top: 35px;    
        font-size: 21px;
    }

    section.subject {
        margin-top: 180px;
    }

    .subject__flex h2 {    
        font-size: 170px;
    }

    .com__title h3 {    
        font-size: 60px;
    }

    .stroy__item1 {
        margin-top: 150px;
    }

    .stroy__item2 {
        margin-top: 210px;
    }

    .stroy__item3 {
        margin-top: 400px;
    }

}

@media (max-width:1500px) { 

    .stroy__item {
        gap: 30px;
    }

    .stroy__item .imgbox {
        width: 50%;
    }

    .stroy__item .imgbox img {
        width: 100%;     
        object-fit: cover;
    }

    .stroy__item2 .textbox { 
        max-width: 550px;
        text-align: left;
    }

    .location__info ul li {
        padding-left: 40px;
    }

    .location__info ul li div:first-child { 
        gap: 20px;        
    }

    .location__info ul li div:first-child span {    
        font-size: 25px;
    }

    .location__info ul li div:last-child p {    
        font-size: 20px;
    }

    .location__info ul li div:last-child {
        margin-top: 15px;
    }

}

@media (max-width:1280px) { 

    .inner {    
        padding: 0 40px;
    }

    .bs__box {
        padding: 0 40px;    
    }

    .stroy__item .textbox h4 {
        font-size: 35px;
    }

    .stroy__item .textbox div p {    
        font-size: 18px;
    }

    .subject__flex h2 {
        font-size: 130px;
    }

    section.subject {
        margin-top: 160px;
    }

    .com__title h3 {
        font-size: 50px;
    }

    section.subject + section {
        margin-top: 120px;
    }

    
    .location__info ul li { 
        padding-left: 30px;
    }

    .location__info ul li div:first-child img {
        width: 40px;
    }

    .location__info ul li div:last-child p {    
        font-size: 17px;
    }

    .location__info ul li div:first-child span {
        font-size: 22px;
    }

    .location__map iframe {
        width: 100%;
        height: 550px;
    }

    .location__map {
        margin-top: 80px;
    }

    .recurit__content ul {
        margin-top: 100px;
    }

    .recurit__content ul li a .text p {    
        font-size: 30px;
    }

    .recurit__content ul li a {        
        gap: 50px;
        padding: 30px 10px;
    }

    .bs__box { 
        margin-top: 80px;
    }

    .com__board3__head h4 {
        font-size: 28px;
        line-height: 1.5;
    }
}


@media (max-width:1024px) { 

    .inner {    
        padding: 0 20px;
    }

    .bs__box {
        padding: 0 20px;    
    }

    .subject__flex h2 {
        font-size: 100px;
    }

    .com__title h3 {
        font-size: 40px;
    }

    section.subject + section {
        margin-top: 80px;
    }

    .stroy__item {
        position: relative;
        display: flex;
        justify-content: center;        
        flex-direction: column;
        align-items: center;
    }

    .stroy__item1::before,
    .stroy__item2::before,
    .stroy__item3::before  {
        display: none;
    }

    .stroy__item2::before,
    .stroy__item3::before {        
        position: relative;
        left: 0;
        transform: none;
        top: 0;        
        height: 150px;        
        margin: 0 auto;     
    }

    .stroy__item .imgbox {
        width: 60%;
    }

    .stroy__item1 {
        margin-top: 100px;
    }

    .stroy__item2,
    .stroy__item3 {
        margin-top: 100px;
    }

    .stroy__item1 .textbox,
    .stroy__item2 .textbox,
    .stroy__item3 .textbox {
        margin-top: 32px;                
    }

    .com__title h3 {
        font-size: 35px;
    }
    
    .history__row > span {    
        font-size: 80px;
    }

    .history__row p {
        font-size: 18px;
    }

    .history__row::before {        
        top: 50px;
        width: 15px;
        height: 15px; 
    }

    .history__wrap {
        margin-top: 80px;
    }

    .clients__grid {
        margin-top: 90px;
    }

    .clients__grid ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .portfolio .portfolio__grid ul {        
        grid-template-columns: repeat(4, 1fr);        
    }

    .portfolio__header ul li a {
        padding: 12px 38px;        
        font-size: 18px;        
    }

    .location__map iframe {
        width: 100%;
        height: 450px;
    }

    .location__map {
        margin-top: 50px;
    }

    .location__info ul li {
        padding-left: 20px;
    }

    .location__info ul li div:last-child {
        margin-top: 10px;
    }

    .location__info {
        margin-top: 48px;
    }
    
    .recurit__content ul {
        margin-top: 70px;
    }

    .recurit__content ul li a .text p {    
        font-size: 25px;
    }

    .recurit__content ul li a {        
        gap: 40px;
        padding: 25px 10px;
    }

    .bs__box { 
        margin-top: 50px;
    }

    .com__board3__head h4 {
        font-size: 24px;        
    }

}

@media (max-width:870px){
        
    .location__info ul li {
        border: 0;
        padding: 0 !important;
    }

    .location__info ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .location__info ul li div:first-child {
        display: flex;
        gap: 20px;
        align-items: center;        
        justify-content: center;
    }

    .location__info ul li div:last-child {
        margin-top: 5px;
    }


}

/* 모바일 */
@media (max-width:768px){

    .history__wrap::before{
        left:20px;
    }

    .history__row{
        width:100%;
        left:0 !important;
        text-align:left;
        padding-left:60px;
        padding-right:20px;
        margin-bottom:50px;
    }

    .history__row::before{
        left:13px !important;
        right:auto !important;
    }

    .history__row > span{
        font-size:34px;
    }

    .history__row::before {
        top: 17px;
        width: 11px;
        height: 11px;
    }

    .history__row::before {
        left: 14px !important;
        right: auto !important;
    }

    .history__wrap {
        margin-top: 20px;
    }


    .portfolio__header ul li {
        display:none;
    }

    .portfolio__select{
        display:block;
    }



}

@media (max-width: 640px) {

    .subject__flex div .step1,
    .subject__flex div .step2,
    .subject__flex div .step3 {
        font-size: 13px;
    }
    section.subject + section {
        margin-top: 50px;
    }

    section.subject {
        margin-top: 120px;
    }

    .com__title h3 {
        font-size: 28px;
        line-height: 1.5;
        word-break: keep-all;
    }

    .subject__flex h2 {
        font-size: 50px;
        letter-spacing: -3.6px;
    }

    .com__board3__down span {
        font-size: 15px;
        line-height: 1.8;
    }

    .com__board3__down div p a {
        font-size: 15px;
        line-height: 1.6;
    }

    .com__board3__head div p,
    .com__board3__com a div span,
    .com__board3__com a b,
    .com__board3__list a span {
        font-size: 13px;
    }

    .com__board3__com a div p {
        font-size: 15px;
    }

    .com__board3__com a {
        padding: 18px 0;
    }

    .com__board3__list a {
        text-align: center;
        gap: 15px;
        padding: 10px 30px;
        min-width: 170px;
        min-height: 50px;
    }

    .com__board3__list a .arr span img { 
        width: 12px;
    }

    .com__board3__list a .arr span {    
        width: 35px;
        height: 35px;
    }

    .com__board3__list {
        margin-top: 30px;
    }

    .stroy__item1 {
        margin-top: 50px;
    }

    .stroy__item .imgbox {
        width: 100%;
        max-width: 300px;
    }

    .stroy__item1 .textbox, .stroy__item2 .textbox, .stroy__item3 .textbox {
        margin-top: 32px;
        text-align: center;
    }

    .stroy__item .textbox h4 {
        font-size: 23px;
    }

    .stroy__item .textbox div p {
        font-size: 14px;
    }

    .stroy__item .textbox div {
        margin-top: 15px;
    }

    .stroy__item .textbox div p br {
        display: none;
    }

    .stroy__item {
        gap: 0px;
    }

    .stroy__item2, .stroy__item3 {
        margin-top: 70px;
    }

    .history__row p {
        font-size: 15px;
        line-height: 1.8;
    }

    .history__wrap { 
        padding: 40px 0;        
        padding-bottom: 10px;
    }

    .clients__grid {
        margin-top: 50px;
    }

    .clients__grid ul {     
        grid-template-columns: repeat(3, 1fr);        
    }

    .portfolio .portfolio__grid ul {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .location__map iframe {
        width: 100%;
        height: 250px;
    }

    .location__info {
        margin-top: 30px;
    }

    .location__info ul li div:first-child img {
        width: 35px;
    }

    .location__info ul li div:first-child {     
        gap: 15px;
    }

    .location__info ul li div:first-child span {
        font-size: 20px;
    }

    .location__info ul li div:last-child p {
        font-size: 15px;
        text-align: center;
    }

    .location__info ul li div:first-child {
        height: auto;
    }
    
    .location__info ul li div:last-child {
        margin-top: 15px;
    }

    .recurit__content ul {
        margin-top: 40px;
    }

    .recurit__content ul li a .text p {
        font-size: 16px;
    }

    .recurit__content ul li a {        
        gap: 30px;
        padding: 15px 10px;
    }

    .recurit__content ul li a .arr {    
        width: 77px;
    }

    .recurit__content ul li a .arr span {
        width: 25px;
        height: 25px;
    }

    .recurit__content ul li a .arr span img { 
        width: 10px;
    }

    .recurit__content ul li a .arr b {
        font-size: 14px;
    }

    .bs__box { 
        margin-top: 30px;
    }

    .com__board3__head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;             
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .com__board3__head h4 {
        font-size: 20px;       
        max-width: 100%; 
    }

    .com__board3__head div {
        justify-content: center;
        width: 100%;
    }

    .com__board3__head div p {
        gap: 10px;
    }

}