/* 임시 */
.imsi {
    text-align: center;
    font-size: 2em;
    padding: 3rem 0 10rem;
}

.display-none {
    display: none;
}

/* Sub all */

.sub_top {
    width: 100%;
    margin-top: 10rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sub_top .bird_img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: auto;
}

.sub_top .sub_img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.sub_top .sub_img .top_img {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 3rem;
}

.sub_top .sub_img .top_img .subPhoto {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_top .sub_img .top_img .subPhoto .sub_m_txt {
    color: #fff;
    font-size: 3em;
    /* line-height: 2.1em; */
    font-weight: bolder;
    position: absolute;
    z-index: 5;
    text-align: center;
    letter-spacing: .1em;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2rem;
}

.sub_top .sub_img .top_img .subPhoto .sub_m_txt .bar {
    height: 6px;
    width: 15%;
    background: rgba(255, 255, 255, 1);
    display: inline-block;
}

.sub_top .sub_img .top_img .line {
    border-radius: 0 50% 50% 0;
    border: 1px solid #ddd;
    width: 23%;
    margin-right: 3%;
}

.sub_top .sub_img .top_img .subPhoto {
    width: 74%;
    /* border-radius: 50% 0 0 50%; */
    overflow: hidden;
    border-radius: 21% 0 0 21% / 55% 0 0 55%;
    position: relative;
}

.sub_top .sub_img .subPhoto .black {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.sub_top .sub_img .subPhoto .sub_img_1 {
    position: relative;
    width: 100%;
}

.sub_top .navi {
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sub_top .navi .line {
    width: 86%;
    height: 1px;
    background: rgba(221, 221, 221, 1);
    margin-right: 1%;
}

.sub_top .navi .navi_txt {
    display: flex;
    align-items: center;
}

.sub_top .navi .navi_txt ul {
    display: flex;
    flex-direction: row;
    font-size: .85em;
    color: #bbb;
    font-weight: bold;
    align-items: center; /* li 내부 내용도 정렬 */
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub_top .navi .navi_txt ul li img {
    height: 1em;
    vertical-align: middle;
}

.sub_top .navi .navi_txt ul li:first-child {
    margin-right: .5rem;
}

.sub_top .navi .navi_txt ul li:last-child span {
    padding: 0 .1rem;
}

.s_con {
    width: 100%;
    /* border: 1px solid red; */
    display: inline-block;
    margin-top: 5rem;
    position: relative;
    z-index: 2;
    /* display: flex;
    justify-content: center; */
}

.s_con_flex {
    width: 100%;
    display: flex;
    margin-top: 5rem;
    position: relative;
    z-index: 2;
    justify-content: center;
    height: auto;
    flex-direction: column;
}

.s_con_flex > div {
    clear: both;
}

.s_con .s_con_wrap {
    width: 80%;
    font-size: 1.25em;
    line-height: 2.2em;
    clear:both;
    margin: 0 auto;
}

.s-tit-line {
    background: #ddd;
    width: 1px;
    height: 4rem;
    display: block;
    margin: 0 auto 2rem;
}

span.bolder {
    font-weight: 700;
    font-family: inherit;
}
span.subPoint {
    color: #aaa;
    font-size: .8em;
    font-weight: 500;
    text-transform: uppercase;
}
span.subPartTit {
    color: #888c0f;
    font-size: 2.8em;
    line-height: 1.3em;
}
span.subPartTit_s {
    color: #bbb;
    font-size: 1.5em;
    font-weight: 300;
    text-transform: uppercase;
}
.s-tit-1 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.topMargin-5 {
    margin-top: 5rem !important;
}

.topMargin-3 {
    margin-top: 3rem !important;
}

/* 유튜브 영상의 부모 컨테이너를 반응형으로 설정 */

    .video-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 비율 (높이 / 너비 = 9 / 16 = 0.5625, 56.25%) */
      height: 0;
      overflow: hidden;
      max-width: 100%;
    }

    .video-container iframe {
      position: absolute;
      top: -1px;
      left: -1px;
      width: calc(100% + 1px);
      height: calc(100% + 1px);
    }

.cl-gold {
    color: rgba(183, 118, 42, 1);
}

.deco-line {
    background: rgba(218, 221, 232, 1);
    height: 5px;
    width: calc(100vw / 31);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-top: 3%;
}

:root {
    --pd-txt-color: #777;
    --pd-txt-line-height: 2.1em;
    --pd-txt-font-size: 1.3em;
}

/* PRODUCT */

.pd-info-part1 {
    clear:both;
    display: flex;
    flex-direction: row;
    padding-bottom: 15rem;
    color: #777;    
    align-items: flex-start;
}

.pd-info-part1 .txtL {
    width: calc(60% - 5rem);
    text-align: left;
    margin-left: 10%;
    padding-right: 5rem;
    padding-top: 1rem;
}

.pd-info-part1 .txtL h2 {
    color: #888c0f;
    font-size: 2.75em;
    font-weight: bolder;
    margin: .8rem 0;
}

.pd-info-part1 .txtL .subTxt {
    color: #aaa;
    font-size: .8em;
    line-height: .5em;
    margin-bottom: 0;
    font-weight: 500;
}


.pd-info-part1 .txtL p {
    margin-top: 4rem;
}

.pd-info-part1 .txtL p.txt_first {
    margin-top: 8.5rem;
}


.pd-info-part1 .txtRImg {
    width: 30%;
    display: inline-block;
    position: relative;
}

/* 이미지가 영역 안에서 자연스럽게 높이를 채우도록 */
.pd-info-part1 .txtRImg .pd_img_1 {
    border-radius: 1.875rem 0 0 1.875rem;
    overflow: hidden;
    /* position 제거해서 height 계산되게 */
    position: relative;
    z-index: 1;
}

.pd-info-part1 .txtRImg .pd_img_1 img {
    width: 100%;
    height: auto;
    display: block; /* 여백 제거 */
}

/* 동그란 이미지 */
.pd-info-part1 .txtRImg .pd_img_2 {
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    top: 60%;
    right: -3rem;
    transform: translateY(-50%);
    border: 1rem solid #fff;
}

.pd-info-part1 .txtRImg .pd_img_2 img {
    width: 100%;
    height: auto;
    display: block;
}

.pd-info-part2 {
    width: 100%;
    background: url('/img/3_pd/back_img_001.jpg') no-repeat top;
    background-size: cover;
    clear:both;
    height: 100vh;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.pd-info-part2 .pd-info-Tit {
    width: 100%;
    clear:both;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 5rem;
}
.pd-info-part2 .pd-info-Tit .tit-line {
    background: #7d859c;
    width: 1px;
    height: 4rem;
    display: block;
    margin: 0 auto 2rem;
}

.pd-info-part2 .pd-info-Tit .pd-txt-2 {
    width: 40%;
    margin: 0 auto;
    font-size: 1.25em;
    line-height: 2.2em;
    color: #c0ccef;
}

.pd-info-part2 .pd-info-Tit .pd-txt-2 span.subTxt-center {
    font-size: .8em;
    line-height: .5em;
    margin-bottom: 0;
    font-weight: 500;
    color: #a1a9c3; 
}

.pd-info-part2 .pd-info-Tit .pd-txt-2 h2 {
    color: #fff;
    font-size: 2.75em;
    font-weight: bolder;
    margin: .8rem 0 3rem 0;
}

.pd-info-part2 .pdInfoSlide {
    display: flex;
    width: calc(100% - 20rem);
    justify-content: space-between;
    padding: 0 10rem;
    margin-top: 7rem;

}

.pd-info-part2 .pdInfoSlide .swiper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.pd-info-part2 .pdInfoSlide .pd-slide-img {
    width: calc(100% / 1.3);
    border-radius: 4rem 0 4rem 0;
    overflow: hidden;
}

/* Paint */
    .pn-part-1, .pn-part-2 {
        text-align: center;
        width: 100%;    
        color: var(--pd-txt-color);
        line-height: var(--pd-txt-line-height);
        font-size: var(--pd-txt-font-size);
    }
    .pn-big-title {
        color: #888c0f;
        font-family: 'Noto Serif KR';
        font-size: 4.25em;
        line-height: 1.2em;
        font-weight: 300;
    }
    .pn-part-1 .pn-part-1-img {
        margin: 4rem 0;
        width: 100%;
        background: url('/img/3_pd/paint_w_001.png') no-repeat top right;
        background-size: cover;
        text-align: left;
        display: inline-block;
        position: relative;
    }
    .pn-part-1 .pn-part-1-img::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255,255,255,.8), rgba(255,255,255,0));
        pointer-events: none;
    }

    .pn-part-1 .pn-part-1-img .pn-text {
        width: 30%;
        margin-left: 15%;
        margin-top: 5%;
        margin-bottom: 7%;
        z-index: 3;
        position: relative;
    }

    .pn-part-1 .pn-part-1-img .pn-text .subTxt {
        font-size: 1.25em;
    }

    .pn-part-1 .pn-part-1-img .pn-text .pn-txt-1 {
        color: #333;
        font-weight: 700;
        font-size: 2.25em;
    }

    .pn-part-1 .pn-part-1-img .pn-text p {
        margin-top: 2rem;
    }

    
    /* part 2 */
    .pn-part-2 .s-tit-1 p {
        width: 60%;
        margin: 2rem auto;
    }

    .pn-part-2 .pn-part-2-img {
        margin-top: 5%;
    }

    .pn-part-2 .pn-part-2-img ul {
        margin-right: 5%;
        display: flex;
        flex-direction: row;
        text-align: left;
        width: 100%;
    }

    .pn-part-2 .pn-part-2-img ul li:first-child {
        width: 55%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .pn-part-2 .pn-part-2-img ul li:last-child {
        width: 15%;
        display: flex;
        align-items: flex-end;
        color: #999;
        font-size: .8em;
        line-height: 1.7em;
    }

    .pn-part-2 .pn-part-2-img ul li:last-child p {
        margin-bottom: 10%;
    }

    .pn-part-2 .pn-part-2-img ul li:first-child div {    
        margin-right: 4%;
    }

    .pn-part-2 .pn-part-2-img ul li .pnPt-img-1 {
        border-radius: 0 0 1.9rem 0;
        overflow: hidden;
        width: calc((100% / 3) - 1rem);
        height: auto;
        margin-top: 5%;
    }

    .pn-part-2 .pn-part-2-img ul li .pnPt-img-2 {
        border-radius: 1.9rem 0 1.9rem 0;
        overflow: hidden;
        width: calc((100% / 3.5) - 1rem);
        height: auto;
    }

    .pn-part-2 .pn-part-2-img ul li .pnPt-img-3 {
        border-radius: 1.9rem 0 1.9rem 0;
        overflow: hidden;
        width: calc((100% / 4.7) - 1rem);
        height: auto;
        margin-top: 8.5%;
    }


    /* part 3 */
    .pn-part-3 {
        text-align: left;
        width: 100%;    
        color: #e9dccf;
        line-height: var(--pd-txt-line-height);
        font-size: var(--pd-txt-font-size);
        background: url('/img/3_pd/paint_005.jpg') no-repeat top center;
        background-size: cover;
        margin-top: 3%;
        display: inline-block;
        padding: 5rem 0;
    }

    .pn-part-3 ul {
        display: flex;
        flex-direction: row;
        width: 70%;
        margin: 0 auto;
        position: relative;
        align-content: flex-start;
    }
    .pn-part-3 ul > li {
        box-sizing: border-box;
    }
     .pn-part-3 ul > li.pn-part3-ul-li-first {
        width: 50%;
        margin-right: 5%;
        display: flex;
        align-content: space-between;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 1rem;
    }
    .pn-part-3 ul li:last-child {
        width: 45%;
        position: relative;
        display: inline-block;
    }

    .pn-part-3 ul li:last-child .pnPart3-txt {
        position: absolute;
        z-index: 2;
        left: 7%;
        
    }

    .pn-part-3 ul li:last-child .pnPart3-txt h2 {
        color: #ffe6be;
        font-size: 1.1em;
        font-weight: 500;
    }

    .pn-part-3 ul li:last-child .pnPart3-txt ul {
        display: flex;
        flex-direction: column;
        font-size: .75em;
        line-height: 1.5em;
        color: #b29e7f;
        margin: 0;
        width: 80%;
    }

    .pn-part-3 ul li:last-child .pnPart3-txt ul > li:last-child {
        padding-left: .7rem;
        width: 60%;
    }

    .pn-part-3 ul li:last-child .pnPart3-img {
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .pn-part-3 ul li p {
        margin-bottom: 5%;
    }

    .pn-part-3 ul li:first-child .pnPart3-subTxt {
        display: flex;
        flex-direction: row;
        font-size: .8em;
        line-height: 1.5em;
        color: #aca298;
        width: 80%;
        margin: 0;
    }

    .pn-part-3 ul li:first-child .pnPart3-subTxt li:first-child {
        width: 1rem;
        margin-right: 0;
    }

    .pn-part-3 ul li:first-child .pnPart3-subTxt li:last-child {
        width: 80%;
    }


    /* part 4 */
    .pn-part-4 {
        text-align: left;
        width: 100%;
        background: url('/img/3_pd/paint_007.jpg') no-repeat bottom 3% right;
        /* background-size: contain; */
        margin-top: 3%;
        display: inline-block;
        padding: 5rem 0 0;
    }

    .part4-movie {
        width: 100%;
        padding: 8rem 0;
        /* cursor: pointer; */
    }

    :root {
        --mv-width: calc(100% / 2.8);
    }
    .part4-movie .part4-mv-border {
        width: var(--mv-width);
        margin: 0 auto;
        border-radius: 1.5rem;
        overflow: hidden;
    }

    .part4-movie .mv-subTit {
        color: #777;
        font-size: .8em;
        font-weight: bold;
        text-align: right;
        margin: .5rem auto 1rem;
        width: calc(var(--mv-width) - .5rem);
        padding-right: .5rem;
    }

    .part4-text {
        width: 70%;
        margin: 0 auto;
        color: var(--pd-txt-color);
        line-height: var(--pd-txt-line-height);
        font-size: var(--pd-txt-font-size);
        padding: 5rem 0 0;
    }

    .part4-text > ul {
        width: 66.999%;
        display: flex;
        flex-direction: column;
    }

    .part4-text > ul > li:last-child {
        font-size: .7em;
        color: #999;
        line-height: 1.8em;
        margin-top: 10%;
    }

    .part4-text > ul > li:first-child > p {
        margin-top: 5%;
        width: 92%;
    }


/* part 4-1 */
    .pn-part-4-1 {
        text-align: left;
        width: 100%;
        /* margin-top: 3%; */
        display: inline-block;
        padding: 5rem 0;
    }

    .pn-part-4-1 .part-4-1-ul {
        display: flex;
        flex-direction: row;
        margin: 0;
        width: 70%;
        margin: 0 auto;
    }

    .pn-part-4-1 .part-4-1-ul > li:first-child {
        width: 38.5%;
    }

    .pn-part-4-1 .part-4-1-ul > li:last-child {
        width: calc(61% - 3rem);
        padding-left: 3rem;
        color: var(--pd-txt-color);
        line-height: var(--pd-txt-line-height);
        font-size: var(--pd-txt-font-size);
    }

    .pn-part-4-1 .part-4-1-ul > li:last-child > p {
        width: 70%;
    }

    .pn-part-4-1 .part-4-1-ul > li:first-child > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
        width: 100%;
    }

    .pn-part-4-1 .part-4-1-ul > li:first-child > ul > li {
        color: #fff;
        font-size: .9em;
        font-weight: bold;
        text-align: right;
        margin: 0 1.5rem 1.5rem 0;
        border-radius: 1rem;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        flex: 1 1 calc(50% - 2rem);
        aspect-ratio: 16 / 9;
        display: flex;               /* 💡 핵심: 내부 div가 높이를 100% 가지게 */
        flex-direction: column;
    }

    @media (max-width: 768px) {
        .pn-part-4-1 .part-4-1-ul > li:first-child > ul > li {
            flex: 1 1 100%;
        }
    }

    .part4-1-img {
        height: 100%;               /* 💡 핵심: 부모(li)의 높이를 그대로 사용 */
        width: 100%;
    }

    .part4-1-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .pn-part-4-1 .part-4-1-ul > li:first-child > ul > li:last-child {
        margin: 0 1.5rem 1.5rem 0;
    }

    .pn-part-4-1 .part-4-1-ul > li:first-child > ul > li > .part4-1-img {
        position: relative;
        z-index: 1;
    }
    .pn-part-4-1 .part-4-1-ul > li:first-child > ul > li > .part4-1-txt {
        position: absolute;
        z-index: 3;
        bottom: 5%;
        right: 5%;
    }

    .pn-part-4-1 .part-4-1-ul > li:first-child > .photo-sub-txt > h3 {
        color: #777;
        font-size: 1em;
        font-weight: border;
        margin: .8rem 0 2rem 0;
    }

    .pn-part-4-1 .part-4-1-ul > li:first-child > .photo-sub-txt > span {
        color: #999;
        font-size: .8em;
        line-height: 1.2em;
    }

    .paddingL-1 {
        padding: .3rem;
    }

    .pn-part-4-1 .part-4-1-ul > li > h2 {
        color: #555;
        font-size: 2em;
        margin-bottom: 13%;
        margin-top: 4%;
    }

    .pn-part-4-1 .part-4-1-ul > li > p {
        margin-top: 5%;
    }
    

/* part 5 */
    .pn-part-5 {
        text-align: left;
        width: 100%;
        /* margin-top: 3%; */
        display: inline-block;
        padding: 5rem 0;
    }

    .pn-part-5 .part5-wrap {
        width: 100%;
        margin: 0 auto;
        color: var(--pd-txt-color);
        line-height: var(--pd-txt-line-height);
        font-size: var(--pd-txt-font-size);
        position: relative;
    }

    .pn-part-5 .part5-wrap .pt5-con-1 {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: row;
        margin-top: 3%;
        justify-content: space-between;
        justify-items: stretch;
    }

    .pn-part-5 .part5-wrap .pt5-con-1 > .pt5-con-1-wrap {
        /* width: 70%;
        margin: 0 auto; */
        position: relative;
        z-index: 1;
        width: 60%;
    }

    .pn-part-5 .part5-wrap .pt5-con-1 > .pt5-con-1-wrap > div.txt {
        margin-left: 24.5%;
        width: 65%;
    }
    
    .pn-part-5 .part5-wrap .pt5-con-1 > .pt5-con-1-wrap > div.txt > p {
        margin-top: 5%;
    }

    .pn-part-5 .part5-wrap .pt5-con-1 > div.img {
        width: 40%;
        overflow: hidden;
        border-radius: 5rem 0 0 5rem;
        /* right: 0;
        position: absolute;
        z-index: 2; */
    }

    .pn-part-5 .part5-wrap .pt5-con-1 > div.img > img {
        width: 100%;
        height: 100%;
    }

    .pn-part-5 .part5-wrap .pt5-con-2 {
        position: absolute;
        z-index: 2;
        display: flex;
        flex-direction: row;
        width: 70%;
        left: 50%;
        bottom: -2rem;
        transform: translate(-50%, 0);
        font-size: .7em;
        line-height: 1.6em;
        color: #999;
    }

    .pn-part-5 .part5-wrap .pt5-con-2 > div.txt {
        width: 55%;
    }

    .pn-part-5 .part5-wrap .pt5-con-2 > div.txt > p.subTit {
        color: #555;
        font-weight: bolder;
        margin-bottom: 1.5rem;
    }

    .pn-part-5 .part5-wrap .pt5-con-2 > div.txt > p.subTxt {
        width: 85%;
    }

    .pn-part-5 .part5-wrap .pt5-con-2 > div.icon {
        width: 45%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .pn-part-5 .part5-wrap .pt5-con-2 > div.icon > ul {
        display: flex;
        flex-direction: row;
        background: rgba(255, 255, 255, .8);
        padding: 1rem;
        width: fit-content;
        margin-right: -6rem;
    }

    .pn-part-5 .part5-wrap .pt5-con-2 > div.icon > ul > li {
        margin-right: .7rem;
    }

    .pn-part-5 .part5-wrap .pt5-con-2 > div.icon > ul > li:last-child {
        margin-right: 0;
    }

/* company */

    .cp-wrap {
        width: 100%;
        background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)),url('/img/4_cp/back_img_001.jpg') no-repeat bottom center;
        background-size: cover;
        text-align: center;
        padding-bottom: 8%;
    }

    .cp-wrap .title-1 {
        color: #888c0f;
        font-family: 'Noto Serif KR';
        font-size: 2.5em;
        line-height: 1.5em;
        font-weight: 300;
    }
    .cp-wrap .icon-1 {
        margin: 3% 0;
    }
    .cp-wrap .icon-1 img {
        width:inherit;
        height: inherit;
    }

    .cp-wrap .cp-1-con {
        color: var(--pd-txt-color);
        line-height: var(--pd-txt-line-height);
        font-size: var(--pd-txt-font-size);
        width: 40%;
        margin: 0 auto;
    }

    .cp-wrap .cp-1-con p {
        margin-bottom: 5%;
    }

    .cp-wrap .cp-1-con p:last-child {
        font-family: 'Noto Serif KR';
        font-size: .9em;
    }

    .cp-wrap .cp-1-con p:last-child > span.n-size {
        font-size: 1.15em;        
        color: #555;
    }


/* vision */

    .vision-wrap {
        display: flex;
        width: 70%;
        height: auto;
        /* margin-top: 1%; */
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: column;
    }

    .vision-wrap > div.title {
        width: 100%;
        text-align: center;
    }

    .vision-wrap > div.title > h1 {
        font-family: 'Noto Serif KR';
        color: #333;
        font-weight: bolder;
        font-size: 4em;
        letter-spacing: .4em;
        text-transform: uppercase;
    }

    .vision-wrap > div.title > p {
        color: #777;
        font-size: 1.3em;
        line-height: 2em;
        width: 60%;
        margin: 0 auto;
    }

    .vision-wrap > div.title > div.line {
        background: #ddd;
        width: 1px;
        height: 5rem;
        margin: 3rem auto;

    }

    .vision-wrap > .vision-item {
        width: calc(80% - 4rem);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        background: url('/img/4_cp/cp2_img_002.jpg') no-repeat top center;
        background-size: 100%;
        padding: 0 1rem;
        margin: 0 auto;
        padding-top: 6rem;
        padding-bottom: 7rem;
    }

    .vision-wrap > .vision-item > li {
        width: calc((100% / 4) - 10rem);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1em;
        line-height: 1.4em;
        color: #999;
        padding: 0 5rem;   
    }

    .vision-wrap > .vision-item > li > div.svg {
        width: calc(100%/7);
    }

    .vision-wrap > .vision-item > li > div.itemTxt > p.sub {
        color: #aaa;
        font-size: .8em;
        line-height: 0;
        text-transform: uppercase;
    }

    .vision-wrap > .vision-item > li > div.itemTxt > p.txt {
        margin-top: 2rem;
    } 

    .vision-wrap > .vision-item > li > div.itemTxt > h2 {
        font-size: 2em;
        margin: 0;
    }

    .vision-wrap .Green {
        color: #a4aa3c;
    }

    .vision-wrap .yRed {
        color: #ffa20a;
    }

    .vision-wrap .orange {
        color: #ffbe3d;
    }

    .vision-wrap .yGreen {
        color: #dcbb3f;
    }

    .vision-wrap-2 {
        width: 100%;
        background: url('/img/4_cp/cp2_img_001.jpg') no-repeat top left;
        background-size: cover;
        color: rgba(255, 255, 255, .9);
        margin-top: 4%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        position: relative;
    }

    .vision-wrap-2::after {
        content: '';
        background-color: rgba(0, 0, 0, .3);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .vision-wrap-2 > .textBox {
        width:fit-content;
        margin: 5rem;
        text-align: center;
        font-size: 3em;
        font-weight: 400;
        line-height: 1.5em;
        position: relative;
        z-index: 2;
        line-height: 1.5em;
    }

    @font-face {
        font-family: 'KbizHanmaumGothic';
        src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KBIZHanmaumGothic.woff') format('woff');
        font-weight: normal;
        font-display: swap;
    }

    .gothic-a1 {
        font-family: 'KbizHanmaumGothic';
        color: rgba(255, 255, 255, .5);
        font-size: 5rem;
        margin: 0 !important;
        padding: 0;
    }

    .vision-wrap-2 > .textBox > p.txt {
        margin: 0 0 4.3rem 0; padding: 0;
    }

    .vision-wrap-2 > .textBox > p.txt > .bolder {
        font-weight: 700;
    }

/* contact */

    .contact-wrap {
        display: flex;
        width: 70%;
        height: auto;
        /* margin-top: 1%; */
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: column;
    }

    .contact-wrap .title-2 {
        color: #333;
        font-family: 'Noto Serif KR';
        font-size: 3em;
        line-height: 1.5em;
        font-weight: 600;
        letter-spacing: .3em;
        text-transform: uppercase;
        text-align: center;
    }

    .contact-wrap .title-sub {
        color: #777;
        font-size: 1.2em;
        line-height: 2.2em;
        text-align: center;
        margin-top: 2%;
    }

    .ct-form-wrap {
        margin-top: 2rem;
        color: #888;
        font-size: 1.2em;
        width: 70%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .ct-form-wrap > form > fieldset {
        border: 0;
    }

    .form-point {
        color: #999;
        font-size: .9em;
        display: flex;
        justify-content: flex-end;
        font-weight: 500;
    }

    .form-point ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        align-self: center;
    }
    .form-point .form-red {
        color: #ec0000;
        font-size: .4em;
        margin-right: .2rem;
    }

    .form-title {
        background-color: #f7f7f7;
        border-top: 2px #dcd9a6 solid;
        font-size: .7em;
        font-weight: 500;
        color: #999;
        padding: .6em 1.5em;
        width: calc(inherit - 3em);
        margin-top: 1rem;
    }
    
    .form-wrap {
        padding: 1.5em;
        width: calc(100% - 3em);
        color: #555;
        font-size: 1em;
        font-weight: 500;
    }

    .form-detail {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    /* .form-detail div:first-child {
        width: 25%;
        display: flex;
        align-items: center;
    } */

    .form-detail div.massege {
        width: 25%;
        padding-top: 2rem;
        display: unset;
    }

    .form-detail div.form-input {
        width: calc(75% - 2rem);
        color: #888;
        flex: 1;
        padding: 1rem;
        box-sizing: border-box;
    }

    .form-detail div.form-input input, .form-input-2 input {
        width: calc(100% - 1.8rem);
        border: 1px solid #dedede;
        background: #fbfbfb;
        padding: 0.9rem;
        font-size: 1em;
    }

    .form-detail div.form-input textarea {
        width: calc(100% - 2rem);
        border: 1px solid #dedede;
        background: #fbfbfb;
        padding: 1rem;
        font-size: 0.9em;
        line-height: 1.3em;
        height: 15rem;
        transition: all 0.3s ease;
    }

    .form-detail div.form-input textarea:focus, .form-detail div.form-input input:focus, .form-input-2 input:focus {
        background: #f6f8ee;
        border: 1px solid #dcd9a6;
        outline: none;
        color: #888;
    }

    .form-detail > ul {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .label-align {
        flex: 0 0 25%;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        position: relative;
    }

    .label-align > label, .form-detail div.massege > label {
        position: relative;
        padding-right: .5rem;
    }

    .label-align > label::after, .form-detail div.massege > label::after {
        content: '';
        position: absolute;
        background: #ec0000;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        top: 0;
        right: 0;

    }

    .form-input-2 {
        flex: 0 0 40%;
        padding: 1rem;
    }

    .form-sub-text {
        margin-left: .8rem;
        font-size: .8em;
        color: #aaa;
        width: auto;
        display: flex;
        align-items: center;
    }

    .person-info {
        border-top: 2px solid #ccc;
        border-bottom: 1px solid #ccc;
        color: #999;
        font-size: .92em;
        line-height: 1.8em;
        background: #fbfbfb;
        padding:3.5rem 4rem;
        margin-top: 3rem;
    }

    .person-info > h3 {
        color: #777777;
        font-size: 1em;
    }

    .person-check {
        width: calc(100% - 1.3rem);
        text-align: right;
        color: #555;
        margin-top: 2rem;
        font-size: 1.1em;
        font-weight: 500;
        padding-right: 1.3rem;
        display: flex;
        flex-direction: row ;
        align-items: center;
        justify-content: flex-end;
    }

    .person-check > span {
        position: relative;
    }

    .person-check > span::after {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background: #ec0000;
    }

    /* 기본 체크박스 숨기기 */
    .person-check input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        width: 2.5rem;
        height: 2.5rem;
        border: 1px solid #dedede;
        border-radius: .5rem;
        cursor: pointer;
        margin-right: .8rem;
        position: relative;
        background-color: #fbfbfb;
    }

    /* 체크된 상태 스타일 */
    .person-check input[type="checkbox"]:checked {
        background: #a39d3a;
        border: 1px solid #dcd9a6;
    }

    /* 체크 아이콘 직접 그리기 */
    .person-check input[type="checkbox"]:checked::after {
        content: "✓";
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2em;
        font-weight: bolder;
    }

    .form-button {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5rem 0 8rem;
    }

    .sendButton {
        width: calc(100% / 5);
        border: none;
        border-radius: 2.2rem 0 2.2rem 0;
        background-color: #eee;
        color: #555;
        font-size: 1.2em;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s ease;
        box-sizing: border-box;
        padding: 1.4rem 0;
    }

    /* hover 효과 */
    .sendButton:hover {
        background-color: #a39d3a;
        color: #fff;
    }

    /* 클릭 효과 */
    .sendButton:active {
        background-color: #a39d3a;
        color: #fff;
    }

    