@charset "utf-8";
/**************sub 2-1 ********************/
.bg-img-media-text {
    display: none;
}
.sub2-1_sec_1_con_wrap {
    width: 100%;
}

.sub2-1_img_wrap,
.sub2-1_text_wrap {
    width: 100%;
}

.sub2-1_img_wrap {
    margin-bottom: clamp(60px, 4.1667vw, 120px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sub2-1-main-video {
    width: 100%;
    object-fit: cover;
    height: 50vh;
    margin-bottom: 50px;
}
.sub2-1_text_wrap {
    margin: 0 30px;
}
.no-maxwidth {
    width: 100%;
    margin: 0;
    padding: 0;
}
/* 타이틀 공통 */
.sub2-1_title,
.sub2-1_text_wrap span,
.sub2-1_info_wrap span {
    font-size: clamp(20px, 1.458vw, 30px);
    line-height: clamp(36px, 4vw, 46px);
    word-spacing: -1px;
    font-weight: 500;
}

/* 텍스트 공통 */
.sub2-1_text {
    font-size: var(--sub-font-size);
    line-height: clamp(22px, 1.25vw, 24px);
    margin-top: clamp(15px, 0.9375vw, 22px);
}

.sub2-1_sec_3_wrap {
    background-image: url(/rebirth/theme/rebirth/img/sub2-1_sec_3_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}

.sub2-1_info_wrap {
    width: 100%;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    h2,
    p {
        text-align: center;
    }

    .sub2-1_text {
        margin-top: 30px;
    }
}

.sub2-1_button_wrap {
    display: flex;
}

.sub2-1_button_wrap button {
    position: relative;
    margin: 0 15px;
    height: 70px;
}

.sub2-1_button_wrap button > p {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.6s;
}

.sub2-1_button_wrap button > span {
    font-size: var(--sub-font-size);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.6s;
    opacity: 0;
}

.sub2-1_info_wrap .sub2-1_text {
    margin: 5% 0;
}

.sub2-1_button_wrap button {
    width: 320px;
    height: 200px;
    background-color: #f8f8f8;
    border: 1px solid #d5d5d5;
    line-height: 28px;
}

.button_1:hover p {
    transform: translate(-50%, -100%);
    color: var(--signature-color-base);
}

.button_1:hover span {
    opacity: 1;
    transform: translate(-50%, 0);
}

.button_1:hover p {
    transform: translate(-50%, -100%);
    color: var(--signature-color-base);
}

.button_2:hover span {
    opacity: 1;
    transform: translate(-50%, 0);
}

.button_2:hover p {
    transform: translate(-50%, -100%);
    color: var(--signature-color-base);
}
.btn-wrap-bg {
    width: 100%;
    padding: 10% 0;
    display: flex;
    justify-content: center;
}
.btn-middle {
    background-color: var(--signature-color-base);
    display: inline-block;
    color: #fff;
    font-size: clamp(18px, 0.9vw, 20px);
    padding: 20px 60px;
    transition: all 0.45s;
    border: 1px solid var(--signature-color-base);
}
/* 1002 sub2-1 추가페이지 */
.logo-bg {
    width: 26%;

    img {
        width: 100%;
    }
}

.logo-bg-text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub2-1_title > span > p,
.sub2-1_title > span,
.logo-bg-text span,
.logo-bg-text p,
.logo-bg-text h2 {
    font-family: var(--font-KR-point);
    font-size: var(--title-font-size);
    line-height: var(--title-font-size-line);
    font-weight: 400;
}
/* 2번째 단락 */
.bottom-line {
    border-bottom: 1px solid #cfcfcf;
}
.sub2-1_title {
    margin-bottom: 20px;
}
.sub2-1_sec_2_wrap {
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid #ff0000; */
}
.intro-table-wrap {
    position: relative;
    display: flex;
    margin-bottom: clamp(60px, 4.6875vw, 130px);
    justify-content: space-between;
}
.left-box {
    width: 49%;
    /* border: 1px solid #ff0000; */
    overflow: hidden;
    display: flex;
}
.left-box img {
    width: 100%;
    height: 100%;
}
.middle-line {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #cfcfcf;
}
.right-box {
    width: 49%;
    display: flex;
    align-items: flex-end;
}
.sub2-1_title02 {
    margin-bottom: 20px;
}
.sub2-1_title02 > span > p,
.sub2-1_title02 > span {
    font-size: var(--title-font-size);
    font-family: var(--font-KR-point);
    line-height: clamp(26px, 3.5vw, 38px);
    font-weight: 600;
}
.sub-text-cont {
    font-size: var(--sub-font-size);
}
.sub-text-cont span {
    display: block;
}
.way-text-title {
    padding-bottom: clamp(15px, 0.9375vw, 22px);
}
.way-text-title p,
.way-text-title span {
    font-family: var(--font-KR-point);
    font-size: var(--title-font-size);
    line-height: clamp(26px, 3.5vw, 38px);
}
.way-text-title p {
    color: var(--signature-color);
}
.sub-text-cont {
    line-height: clamp(1.7rem, 2vw, 2.2rem);
}
/* 두번째 박스 선 내용*/
.left-wrap-02 {
    width: 50%;
    display: flex;
    align-items: flex-end;
    padding: 0 15px;
}
.text-inline {
    display: inline;
}
.right-wrap-02 {
    width: 50%;
    /* border: 1px solid #ff0000; */
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    object-fit: cover;
}
.right-wrap-02 img {
    width: 100%;
}

/* 3랩 */
.sub2-1_sec_3_con_wrap {
    width: 100%;
}
.middle-type-wrap {
    width: 100%;
}
.middle-type-wrap img {
    padding-bottom: clamp(20px, 1.6667vw, 50px);
}
.middle-type-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.middle-type-title p {
    font-family: var(--font-KR-point);
    font-size: var(--title-font-size);
    text-align: center;
}
.middle-type-text {
    font-size: var(--sub-font-size);
    text-align: center;
}
.middle-type-text span {
    display: block;
}
.bg-img-wrap-03 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.bg-img-wrap-03 img {
    width: 100%;
}
.bg-img-wrap-03 p {
    width: 100%;
    position: absolute;
    top: 35%;
    color: var(--base-color-white);
    z-index: 10;
    text-align: center;
    line-height: clamp(24px, 4vw, 32px);
}
.highlight-text {
    font-family: var(--font-KR-point);
    line-height: clamp(32px, 3.8vw, 48px);
    font-size: clamp(18px, 2vw, 26px);
    text-align: center;
    color: var(--signature-color);
}
.normal-text {
    font-size: var(--sub-font-size-m);
    line-height: var(--sub-font-size-m-line);
    font-family: var(--font-KR-point);

    text-align: center;
}
.service-des-txt-wrap {
    width: 100%;
    background-image: url(../img/rebirth_bg_img_tree.png);
    padding: clamp(60px, 4.6875vw, 130px) 0;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
}

.service-des-txt-wrap > .normal-text {
    margin-bottom: 20px;
}

.sub2-1_sec_5_con_wrap {
    padding: clamp(30px, 3.8458vw, 120px) 0;
}
/* 6번째 단락 */
/* .sub2-1_sec_6_con_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
} */
.left-wrap-03 {
    width: 55%;
    /* border: 1px solid #000; */
}
.comfort-txt-title {
    /* border: 1px solid #000; */
}
.comfort-txt-title-01 {
    padding: 4% 0;
}
.comfort-txt-title-01 p {
    font-family: var(--font-KR-point);
    font-size: clamp(18px, 2vw, 26px);
    line-height: clamp(32px, 3.8vw, 48px);
}

.comfort-txt-title-02 p {
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: clamp(32px, 2.5vw, 36px);
    font-weight: 500;
}
.comfort-txt-text {
    padding: 4% 0 13% 0;
}
.comfort-txt-text p {
    font-size: clamp(18px, 1.5vw, 18px);
    line-height: clamp(28px, 2.5vw, 36px);
}
.comfort-txt-wrap {
    position: sticky;
    top: 100px;
    height: auto;
    width: 80%;
}
/* 오른쪽 컨텐츠 */
.right-wrap-03 {
    width: 45%;
    display: flex;
    justify-content: center;
}
.comfort-imgs-wrap {
    width: 60%;
    display: flex;
    flex-direction: column;
}
/* .comfort-imgs-wrap img {
    object-fit: contain;
    margin-bottom: 5%;
} */
/* 7번째 단락 */
.reliquary-type-wrap {
    text-align: center;
}
.reliquary-title p {
    font-size: var(--title-font-size);
    font-family: var(--font-KR-point);
    line-height: var(--title-font-size-line);
    padding-bottom: clamp(16px, 1.25vw, 30px);
}
.reliquary-text {
    padding-bottom: clamp(60px, 4.6875vw, 130px);
}
.reliquary-text p {
    font-size: var(--sub-font-size-s);
    line-height: var(--sub-font-size-s-line);
    padding-bottom: 15px;
}
.reliquary-text span {
    font-size: var(--sub-font-size);
    line-height: clamp(24px, 1.6vw, 28px);
}
.reliquary-img-wrap {
    display: flex;
    justify-content: center;
    height: 850px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.reliquary-img-wrap img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.reliquary-type-wrap-02 {
    text-align: center;
    padding: clamp(20px, 2.0833vw, 60px) 0;
}
.reliquary-type-wrap-02 span {
    display: block;
}
.reliquary-type-wrap-02 p {
    font-size: var(--sub-font-size-s);
    line-height: var(--sub-font-size-s-line);
    margin-bottom: clamp(20px, 1.9792vw, 50px);
}

.right-wrap-03 {
    position: relative;
    width: 45%;
    height: auto;
    height: 190vh;
}

.comfort-imgs-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: scrollUp 15s linear infinite;
    display: flex;
    align-items: flex-end;
}

.comfort-imgs-wrap img {
    display: block;
    width: 70%;
    object-fit: contain;
    margin-bottom: 5%;
}

/* 무한히 위로 올라가는 애니메이션 */
/* @keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
} */
/* 수정ver */
.sub2-1_sec_6_con_wrap {
    width: 100%;
    padding: 0 0 6% 0;
}
.title-text-wrap {
    width: 100%;
    padding-bottom: 10%;
}
.title-text-wrap p {
    text-align: center;
    font-size: clamp(20px, 1.5vw, 24px);
    line-height: clamp(28px, 2.2vw, 34px);
}
.title-text-wrap p span {
    display: block;
}
.title-img-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
.title-img-wrap img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}
.title-img-side-wrap {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    overflow: hidden;
}
.media-none {
    display: none;
}
/* 7번째 단락 */
.sub2-1_sec_7_con_wrap {
    padding: clamp(60px, 4.6875vw, 130px) 0;
    background-color: #e4e4e46e;
}
.side-left {
    width: 40%;
    height: auto;
    object-fit: cover;
}

.side-left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.side-right {
    display: flex;
    width: 56%;
    object-fit: cover;
    flex-direction: column;
    justify-content: space-between;
}

.side-right img {
    width: 100%;
    height: auto;
}
.point-kr-font {
    font-size: var(--sub-font-size-l);
    line-height: var(--sub-font-size-l-line);
    font-family: var(--font-KR-point);

    padding: 2% 0;
}
.sub-kr-font {
    font-family: var(--font-KR-base);
    font-size: clamp(1rem, 1vw, 1.125rem); /* 16~18px */
    line-height: clamp(1.625rem, 2vw, 1.875rem); /* 26~30px */
    display: block;
    width: 85%;
    word-break: keep-all;
}
/* 8번째 단락 */
.contact-total-wrap {
    display: flex;
    justify-content: center;
    background-image: url(../img/shop_img01.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-text-wrap {
    max-width: var(--max-width);
    width: 70%;
    text-align: center;
}
.contact-wrap {
    width: 100%;
    padding: clamp(80px, 5.2083vw, 120px) 0;
}
.contact-title {
    padding-bottom: clamp(50px, 3.6458vw, 80px);
}
.contact-title p {
    font-family: var(--font-KR-point);
    font-size: clamp(20px, 1.5vw, 24px);
    line-height: clamp(28px, 2.2vw, 34px);
}
.contact-text p {
    font-size: var(--sub-font-size-l);
    line-height: var(--sub-font-size-l-line);
    padding-bottom: 5%;
}

.btn-media-none-btn {
    display: flex; /* 가운데 정렬 용도 */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: relative;
    background-color: var(--base-color-white);
    color: var(--base-color-white);
}
.btn-media-none-btn:hover {
    background-color: var(--signature-color);
    color: inherit;
}
.btn-media-none,
.btn-media-show {
    position: absolute; /* 두 텍스트가 겹치게 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.contact-btn-wrap {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}
.contact-btn-wrap button {
    width: 46%;
    padding: 6% 10%;
    color: var(--base-color-black);
    border: 1px solid #e2e2e2;
}
.contact-btn-wrap button a {
    color: var(--base-color-black);
    font-size: var(--sub-font-size);
}

/**********************************************sub2-2 시작*/
.sub2-1_sec_1_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(60px, 5vw, 100px), 15px;
}
.inquiry-section-wrap {
    width: 85%;
}
.inquiry-title {
    padding-bottom: 5%;
}
.inquiry-title p {
    font-size: clamp(18px, 2vw, 26px);
    font-family: var(--font-KR-point);
    text-align: center;
}
.inquiry-process-wrap {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.inquiry-process {
    width: 24%;
    display: flex;
    justify-content: center;
}
.load-wrap {
    width: 2%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.load-wrap div {
    width: 15%;

    aspect-ratio: 1 / 1;
    height: auto;
    flex: 0 0 auto;
    border-radius: 50px;
    background-color: #d5d5d53b;
}
.inquiry-gray-round {
    width: 300px;
    aspect-ratio: 1 / 1;
    max-width: 100%;
    background-color: #d5d5d53b;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.inquiry-gray-round > p:nth-child(2) {
    margin-bottom: 10px;
    font-size: var(--sub-font-size);
    font-weight: 600;
}
.inquiry-gray-round > p:nth-child(3) {
    font-size: var(--sub-font-size-s);
    line-height: 25px;
}
.inquiry-num {
    font-family: var(--font-KR-base);
    font-weight: 600;
    color: var(--signature-color);
    padding-bottom: 5%;
    font-size: var(--sub-font-size);
    line-height: clamp(28px, 2.5vw, 36px);
}
.inquiry-ex {
    font-family: var(--font-KR-base);
    font-weight: 600;
    font-size: clamp(18px, 1vw, 20px);
    line-height: clamp(28px, 2.5vw, 32px);
    text-align: center;
}
.media-gray-round span {
    text-align: center;
}
/* 가맹상담 버튼 */
.inquiry-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8% 0;
}
.inquiry-btn button {
    width: 40%;
    max-width: 350px;
    padding: 1.5%;
    border-radius: 50px;
    background-color: var(--signature-color);
}
.inquiry-btn button:hover {
    background-color: var(--base-color-black);
    transition: 0.5s;
}

/* 불교용품 입점 단락 두번째 단락 */
.sub2-1_sec_2_wrap {
    width: 100%;
}
.product-section-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    object-fit: cover;
}
.product-section-wrap img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    object-fit: cover;
}

.products-type {
    width: 100%;
    position: absolute;
    top: 20%;
    z-index: 10;
    padding: 0 0 0 5%;
}
.products-title {
    padding: 0 0 2% 0;
    font-family: var(--font-KR-base);
    font-size: clamp(18px, 2vw, 26px);
    line-height: clamp(32px, 3.8vw, 48px);
    color: var(--base-color-white);
}
.products-text {
    color: var(--base-color-white);
    font-size: var(--sub-font-size);
    line-height: clamp(28px, 2.5vw, 32px);
    padding: 0 0 5% 0;
}
/* 입점 버튼 */
.product-btn {
    padding: 1% 4%;
    border-radius: 50px;
    background-color: var(--base-color-white);
    color: var(--base-color-black);
}
.product-btn a {
    color: var(--base-color-black);
}
.product-btn img {
    width: 20%;
    filter: invert(0%) sepia(0%) saturate(16%) hue-rotate(338deg) brightness(35%) contrast(107%);
}
.product-btn:hover {
    background-color: var(--signature-color);
    transition: 0.5s;
    color: inherit;
}
.process-for-media {
    display: none;
}
.media-show-side {
    display: none;
}
.middle-type-text > span {
    font-size: var(--sub-font-size);
    line-height: 24px;
}

/* ************************ 공지사항 시작 ***************************/

/* ************************************************* 개인정보이용약관 시작 */

.policy-strong {
    font-weight: 600;
}

.policy-01-total-wrap01 {
    width: 100vw;
    margin: 80px auto;
}
.background-policy01 {
    width: 100%;
    padding: 6% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.policy-bg-img img {
    width: 100%;
}
.title-policy-text {
    font-size: clamp(18px, 2vw, 26px);
    font-family: var(--font-KR-point);
    padding: 1% 0;
    font-weight: 600;
}

.policy-script {
    width: 100%;
    padding-top: 50px;
    /* text-align: center; */

    /* justify-content: center; */
}
.policy-script-text {
    word-break: keep-all;
}
.policy-script span {
    width: 100%;
    font-size: clamp(14px, 2vw, 16px);
    line-height: clamp(22px, 2vw, 26px);
}
.policy-wrap {
    width: 90%;
    display: flex;
    justify-content: flex-end;
}

.policy-btn {
    display: block;
    background: none;
    display: flex;
    justify-content: space-around;
    font-size: var(--sub-font-size);
    text-align: center;
    color: var(--base-color-black) !important;
}
.policy-02-title {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 5% 0;
}
.policy-02-title p {
    width: 100%;
    line-height: clamp(28px, 2vw, 32px);
}
.line-bottom {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #d5d5d5;
}
.policy-02-type {
    width: 100%;
    text-align: center;
    display: flex;
    padding: 5% 0;
    margin: 0 auto;
}
.policy-02-title p {
    font-weight: 300;
    font-size: var(--sub-font-size);
}
.policy-02-type p {
    width: 100%;
    line-height: clamp(28px, 2vw, 36px);
}
.total-margin-ex {
    padding: 0 8%;
}
/* policy subtitle 내용 시작 */
.policy-02-subtitle {
    width: 30%;
    display: flex;
}
.policy-02-subtitle p {
    font-weight: 600;
    font-size: var(--sub-font-size);
}
.policy-02-subtext {
    width: 100%;
    display: flex;
}
.policy-02-subtext p {
    font-weight: 300;
    font-size: var(--sub-font-size);
}
.policy-02-subtitle p,
.policy-02-subtext p {
    text-align: left;
}

/**** sub2-3 분양절차 안내 시작 ****/
.information-total-wrap {
    width: 100%;
    background-color: #fafafa;
}
.info-cont-title {
    width: 100%;
    text-align: center;
    padding: 5% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info-cont-title p,
.info-cont-title span {
    padding: 15px 0;
}
.info-cont-title p {
    font-size: var(--title-font-size);
    font-family: var(--font-KR-point);
    line-height: clamp(26px, 3.5vw, 38px);
    font-weight: 200;
}
.info-cont-title span {
    font-family: var(--font-KR-base);
    line-height: clamp(28px, 2vw, 32px);
    font-size: var(--sub-font-size);
    font-weight: 300;
}
/* 분양절차 프로세스 */
.info-cont-process {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 5%;
}
.process-wrap-round {
    width: 100%;
    /* border: 1px solid #000; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.process-wrap-round p {
    font-size: clamp(18px, 2vw, 20px);
    line-height: clamp(28px, 2vw, 32px);
    font-weight: 600;
    padding: 20px 0;
}
.process-wrap-round span {
    font-size: var(--sub-font-size);
    line-height: clamp(22px, 2vw, 26px);
    font-weight: 300;
    padding: 4% 0;
}
.process-round {
    width: 180px;
    height: 180px;
    background-color: #fff;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.process-round img {
    width: 50%;
}
.info-cont-wrap {
    padding: 0 0 6% 0;
    margin-bottom: 200px;
}
.information-img-wrap {
    width: 100%;
    background-image: url(../img/cat_download_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
}
.information-img-wrap-cont {
    width: 40%;
    padding: 8% 0;
}
.information-img-wrap-title p {
    font-family: var(--font-KR-point);
    font-size: clamp(24px, 2vw, 36px);
    padding-bottom: 4%;
}
.information-img-wrap-text span {
    font-family: var(--font-KR-base);
    font-size: var(--sub-font-size);
    line-height: clamp(26px, 2vw, 32px);
    padding-bottom: 4%;
}
.information-img-wrap-btn {
    width: 100%;
}
.information-img-wrap-btn a {
    width: 40%;
    font-size: var(--sub-font-size-m);
    background-color: var(--signature-color);
    padding: 4% 0;
    border-radius: 30px;
    text-align: center;
    margin-top: 5%;
}

/*  여수 지장대사 부가서비스 */

.yeosu-tadbtn > ul > li > a {
    font-size: var(--sub-font-size);
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    color: var(--base-color-black);
}

.yeosu-tadbtn > ul > li .active {
    border-bottom: 3px solid var(--signature-color-base);
}
.yeosu-cont-service {
    width: 100%;
    text-align: center;
    margin-bottom: 150px;
}
.service-table-vat {
    text-align: right;
    display: inline-block;
    width: 70%;
    margin-top: 10px;
    margin-bottom: 180px;
}
.yeosu-cont-service p {
    font-family: var(--font-KR-base);
    font-size: clamp(20px, 2vw, 22px);
    padding-bottom: 2%;
}
.yeosu-cont-service span {
    font-family: var(--font-KR-base);
    font-size: clamp(18px, 2vw, 20px);
    color: #555555;
}
.service-table-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.service-table-wrap table {
    width: 85%;
    border-collapse: collapse;
}
.main-line {
    border-top: 2px solid var(--signature-color);
}
.sub-line {
    border-top: 2px solid var(--base-color-black);
}
.service-table-wrap table th,
.service-table-wrap table td {
    padding: 2% 0;
    border-bottom: 1px solid #dddddd;
    font-size: clamp(16px, 1vw, 18px);
    line-height: clamp(24px, 1.6vw, 28px);
    word-break: keep-all;
}
.service-table-wrap table td {
    border-bottom: 1px solid #dddddd;
}
.service-title-wrap {
}
.service-title-wrap p {
    font-size: var(--title-font-size);
    font-family: var(--font-KR-point);
    line-height: clamp(26px, 3.5vw, 38px);
    color: var(--base-color-black);
    font-weight: 200;
}
.service-title-wrap span {
    display: block;
}
.main-bg-color {
    background-color: #e4e2df60;
}
.title-img-side-wrap-media {
    display: none;
}
.sub3-3_wrap {
    text-align: center;
}
.title-text-wrap > p {
    /* font-family: var(--font-KR-point); */
    line-height: var(--sub-font-size-s-line);
    font-size: var(--sub-font-size-s);
    word-break: keep-all;
    font-weight: 400;
    text-align: center;
}
.title-text-wrap > p > span {
    /* font-family: var(--font-KR-point); */
    line-height: clamp(32px, 3.8vw, 48px);
    font-size: var(--sub-font-size);
    word-break: keep-all;

    text-align: center;
}
.sub-text-cont span {
    display: block;
}
.sub-text-cont {
    font-size: var(--sub-font-size-s);
    line-height: var(--sub-font-size-s-line);
    word-break: keep-all;
}
/******************************************** 미디어쿼리 1500px */
@media screen and (max-width: 1500px) {
    .process-round {
        width: 130px;
        height: 130px;
    }
    .right-wrap-03 {
        height: 120vh;
    }
    .title-img-wrap > img {
        width: 100%;
        height: 50vh;
    }

    .reliquary-img-wrap {
        overflow: hidden;
    }
    .title-img-side-wrap-media {
        display: flex;
    }
    .side-right-media img,
    .side-left-media img {
        width: 45%;
        display: block;
    }
    .title-img-wrap {
        width: 100%;
    }
    .side-left {
        /* padding: 6% 3% 0 0; */
    }
    .side-left img {
        width: 100%;
    }
    .side-right img {
        width: 100%;
    }
    .title-img-side-wrap {
        /* padding: 0 3%; */
    }
}
/******************************************** 미디어쿼리 1200px */
@media screen and (max-width: 1200px) {
    .sub2-1_title02 {
        font-size: var(--title-font-size);
        font-family: var(--font-KR-point);
        line-height: clamp(26px, 3.5vw, 38px);
    }
    .sub2-1_img_wrap {
        padding: clamp(15px, 1.25vw, 30px) 0;
    }
    .sub2-1_sec_2_con_wrap {
    }
    .intro-table-wrap {
        margin: 0%;
        display: flex;
        flex-direction: column;
    }
    .bottom-line,
    .left-line,
    .middle-line {
        width: 0;
        display: none;
    }
    .left-box,
    .right-box {
        width: 100%;
    }
    .right-box{
        padding: 50px 0 50px 0%;
    }
    .left-box img {
        width: 100%;
        margin: 0;
        object-fit: cover;
        margin: 0 auto;
    }
    .bottom-media {
        width: 100%;
        height: 2px;
        border-bottom: 1px solid #cfcfcf;
        padding-top: 2%;
    }
    .top-media {
        width: 100%;
        height: 2px;
        border-top: 1px solid #cfcfcf;
        padding: 1% 0 1% 0;
    }
    /* 두번째 박스 */
    .wrap-media-02 {
        display: flex;
        flex-direction: column-reverse;
    }
    .right-wrap-02,
    .left-wrap-02 {
        width: 100%;
    }
    .left-wrap-02 {
        padding: 50px 0 50px 0%;
    }
    .right-wrap-02 img {
        width: 100%;
        display: flex;
        margin: 0 auto;
        object-fit: cover;
    }
    .bottom-line {
        display: none;
    }
    .bg-img-wrap-03 {
        height: 250px;
        overflow: hidden;
    }
    .bg-img-wrap-03 img {
        width: 100%;
        object-fit: cover;
    }
    .middle-type-wrap {
        /* padding: 50px 0 30px 0; */
    }
    /* 세번째 단락 */

    .middle-type-text {
        width: 95%;
        display: flex;
        margin: 0 auto;
        justify-content: center;

        padding-top: 30px;
    }
    .middle-type-text > span {
        font-size: var(--sub-font-size);
        line-height: 24px;
        word-break: keep-all;
    }
    .bg-img-wrap-03 p {
        width: 100%;
        font-size: var(--sub-font-size);
    }
    .bg-img-media-text {
        display: block;
        text-align: center;
        width: 95%;
        padding: 8% 0;
        line-height: 24px;
        font-size: var(--sub-font-size);
        margin: 0 auto;
    }
    .bg-img-media-none {
    }
    /* 여섯번째 단락 */

    .comfort-imgs-wrap {
        width: 100%;
    }
    .comfort-imgs-wrap img {
        object-fit: contain;
        margin-bottom: 15%;
    }
    /* 여섯번째 단락 */
.highlight-text,
.normal-text{
    padding: 0 20px;
}
    /* 7번째 단락 */
    .reliquary-img-wrap {
        width: 100%;
        height: 360px;
    }
    .reliquary-img-wrap img {
        width: 100%;
        clip-path: inset(0 50% 0 50%);
    }
    /* 8번째 단락 */
    .contact-total-wrap {
        width: 100%;
    }
    /*** 불교용품 이미지 **/
    .product-section-wrap {
        padding-top: 15%;
        width: 100%;
    }
    .products-type {
        position: absolute;
        top: 30%;
    }
    .products-text {
        padding-bottom: 8%;
    }
    .policy-02-type {
        display: flex;
        flex-direction: column;
    }
    .policy-02-subtitle {
        padding-bottom: 3%;
        width: 100%;
    }

    /* sub2-1 position-fixed */
    .comfort-txt-title-02 {
        display: none;
    }
    .service-des-txt-wrap {
        width: 100%;
        background-image: url(../img/rebirth_bg_img_tree.png);
        padding: 200px 0;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 100%;
    }
    .service-title-wrap span {
        display: inline;
        word-break: keep-all;
    }
    .sub-text-cont span {
        display: block;
        word-break: keep-all;
    }
}
/* *************************************************미디어쿼리 1150px */

@media screen and (max-width: 1150px) {
    .right-wrap-03 {
        height: 155vh;
    }
    .sub2-1_title02 {
    }
    .process-round {
        width: 100px;
        height: 100px;
    }
    .info-cont-process {
        gap: 10px;
        word-break: keep-all;
    }
    .right-wrap-02 img {
        padding: 0;
    }
    .service-table-vat {
        padding-bottom: 20px;
    }
}
/* *************************************************미디어쿼리 700px */

@media screen and (max-width: 750px) {
    .right-wrap-03 {
        height: 105vh;
    }
    .service-table-wrap table {
        width: 100%;
    }
    .sub2-1_sec_6_con_wrap {
        width: 100%;
        padding: 0 3% 6% 3%;
    }
    .title-img-side-wrap {
        display: none;
    }
    .title-img-wrap {
        height: 50vh;
    }
    .side-left {
        padding: 4% 3% 0 0;
    }
    .sub-kr-font {
        width: 100%;
    }
    .info-cont-process {
        display: flex;
        flex-direction: column;
    }

    .logo-bg {
        width: 60%;
    }
}
/* *************************************************미디어쿼리 500px */

@media screen and (max-width: 500px) {
    .sub2-1_sec_1_wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

        padding: 0 15px;
    }
    .logo-bg-text .sub2-1_title {
        font-size: clamp(18px, 3.8vw, 24px);
        word-break: keep-all;
    }
    .sub2-1_img_wrap {
        padding: 0;
    }
    .logo-bg-text p {
        font-size: var(--sub-font-size);
        line-height: 26px;
        word-break: keep-all;
    }
    .left-box img {
        width: 100%;
    }
    .sub2-1_title02 {
        line-height: 28px;
        text-align: center;
    }
    .way-text-title-wrap {
        text-align: center;
        padding: 30px 6px;
    }
    .way-text-title {
        line-height: 32px;
    }
    .right-box {
        padding: 5% 0;
        display: flex;
        justify-content: center;
        padding: 30px 6px;
    }
    .way-text-title span,
    .way-text-title p {
        font-size: 18px;
    }
    .sub-text-cont {
        font-size: var(--sub-font-size);
        word-break: keep-all;
    }

    .left-wrap-02 {
        display: flex;
        justify-content: center;
    }
    /* 3랩 */
    .middle-type-title p {
        line-height: 32px;
        font-size: 18px;
    }
    .bg-img-media-text {
        width: 95%;
        padding: 8% 0;
        line-height: 24px;
        font-size: var(--sub-font-size);
        margin: 0 auto;
    }
    /* 5번째 단락 */
    .service-des-txt-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 10% 0;
    }
    .service-des-txt-wrap p {
        width: 90%;
    }

    .comfort-txt-wrap {
        position: sticky;
        top: 100px;
        height: auto;
        width: 95%;
    }

    /* 6번재 단락 */
    .comfort-txt-text p {
        display: none;
    }
    /* 8번째 단락 */
    .contact-btn-wrap {
        width: 100%;
        margin-top: 5%;
    }
    .contact-text-wrap {
        width: 100%;

        text-align: center;
    }
    /*** sub2-1 position fixec ***/
    .right-wrap-03 {
        height: 75vh;
    }
    .sub2-1_sec_7_con_wrap {
        padding: 14% 0 12% 0;
        background-color: #e4e4e46e;
    }
    .bo_cate_link {
        /* padding: 8px 12px; */
        width: 92px;
        text-align: center;
    }
    /****************************  sub2-2 ***/
    .inquiry-process-wrap {
        display: none;
    }
    .inquiry-gray-round {
        width: 120px;
        border-radius: 100px;
    }
    .inquiry-section-wrap {
        width: 90%;
    }
    .process-for-media {
        display: block;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .inquiry-num {
        text-align: center;
    }
    .media-process-wrap {
        width: 95%;
    }
    .media-process-01,
    .media-process-02 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 5%;
        gap: 20px;
    }
    .media-gray-round {
        width: 200px;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background-color: #acacac25;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .product-section-wrap {
        width: 100%;
        overflow: hidden;
        object-position: 20% 80%;
    }
    .inquiry-btn button {
        width: 55%;
        max-width: 350px;
        padding: 3.5%;
    }

    /** 분양절차 ***/
    .info-cont-title {
        padding: clamp(40px, 2.916vw, 70px) 0;
    }
    .info-cont-process {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .process-wrap-round {
        width: 50%;
        padding: 6% 0;
    }
    .process-round {
        width: 100px;
        height: 100px;
    }

    /** 카탈로그 다운 이미지 **/
    .information-img-wrap {
        background-image: none;
        display: flex;
        justify-content: center;
        text-align: center;
        background-color: #fff;
        padding: 5% 0;
    }
    .information-img-wrap-btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .sub2-1_sec_6_con_wrap {
        width: 100%;
        padding: 10% 3% 20% 3%;
    }
    .information-img-wrap-btn a {
        width: 60%;
        background-color: var(--signature-color);
        padding: 6% 0;
        text-align: center;
        margin-top: 9%;
    }
    .service-des-txt-wrap p {
        width: 90%;
        font-size: var(--sub-font-size-s);
        line-height: var(--sub-font-size-s-line);
        padding: clamp(15px, 1.25vw, 30px) 0;
    }
    .title-img-wrap {
        height: 35vh;
    }
    .title-img-wrap > img {
        height: 30vh;
    }
    .title-text-wrap {
        width: 100%;
        padding-bottom: 20%;
    }
    .title-text-wrap span {
        display: inline;
    }
    .title-text-wrap p span,
    .middle-type-text span,
    .sub-text-cont span,
    .reliquary-type-wrap-02 span {
        display: inline-block;
    }
}
/* *************************************************미디어쿼리 450px */

@media screen and (max-width: 450px) {
    .right-wrap-03 {
        height: 55vh;
    }
    .information-img-wrap-cont {
        width: 100%;
        padding: 10%;
    }
    .process-wrap-round {
        width: 60%;
    }
    #bo_v_top ul {
        display: flex;
    }
    .bo_tit {
        width: 100%;
    }
    .bo_tit a {
        display: block;
        width: 70%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .tbl_head01 {
        width: 100%;
        overflow: hidden;
    }
    .tbl_head01 a {
        /* text-decoration: underline; */
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .reliquary-img-wrap {
        width: 100%;
        height: 260px;
    }
}
/* *************************************************미디어쿼리 350px */

@media screen and (max-width: 450px) {
    .right-wrap-03 {
        height: 40vh;
    }
}
