@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Noto+Sans+KR:wght@100..900&display=swap');
/* ✅ 전체 */	
html{
    scroll-behavior: smooth;
    font-family: 'Pretendard';
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Pretendard';
    letter-spacing: -0.8px;
}
ul,li,ol {list-style: none;}
a {
    outline: none;
    text-decoration: none;
}
.macbook-wrapper {
    position: relative;
    width: 100vw;
    aspect-ratio: 16 / 10;
}
.macbook-frame {
    top:-15%;
    position: absolute;
    width: 100%;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
}
.pink {
	color: #FF2CA0;
	font-weight: 600;
}
.mo-only {display: none;}

/* main */
.main {
    width: 100%;
    min-height: 1024px;
    background: url(../image/main_bg.png) center center no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.model1, .model2 {
    position: absolute;
    max-width: 480px;
    bottom: 0;
}
.model1 {left: 0;}
.model2 {right: 0;}
.main .letter-space {
    letter-spacing : 2.5rem;
    margin-bottom: 75px;
    display: block;
}
.main .title {
    font-size: 3.175rem;
    font-family: 'Pretendard';
    font-weight: 600;
}
.text-focus-in {
	-webkit-animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-9-15 11:9:53
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
                filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
    }
    }
    @keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
                filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
    }
}

/* section1 */
.section1 {
    background-color: #000;
    overflow: hidden;
}
.section1 .container {
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    gap: 70px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.section1 .title {
    color: #fff;
    font-size: 3.175rem;
    font-family: 'Pretendard';
    font-weight: 600;
}
.question-list {
    font-size: 1.75rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.question-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 2rem;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 5px rgba(255,44,160,0.5);
    background-color: #fff;
}
.question-list li div {font-weight: 600;}
.circle-wrap div {
    text-indent: 99999999999px;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border-radius: 1rem;
}
.circle-wrap div:nth-child(2) {
    margin: 50px 0;
    background-color: rgba(255, 255, 255, 0.6);
}
.circle-wrap div:nth-child(3) {background-color: rgba(255, 255, 255, 0.3);}


/* setcion2 */
.section2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard';
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: url(../image/section2_bg.jpg) center center no-repeat;
    width: 100%;
    padding: 185px 0;
}
.section2 .title  {
	font-size: 3.125rem;
	font-weight: 600;
}
.section2 .title span {
	font-size: 3.625rem;	    
	font-weight: 600;
}

/* section3 */
.section3 {
    color: #fff;
    padding: 120px 0 0 0 !important;
    height: 1024px !important;
    max-height: 1024px !important;
}
.journey-title {
    font-size: 3.125rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
    color: #fff;
}
.journey-title div {font-weight: 600;}
.section3 .journey {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    padding-bottom: 70px;
}
.section3 .journey li img {padding-bottom: 10px;}
.content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    filter: saturate(0%);
    transition: 0.5s ease-in-out;
    scale: 0.9;
}
.content-box.on {
    filter: saturate(100%);
    scale: 1;
}
.content-box .main-img {width: 95%;}
.content-box .content-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.375rem;
    color: #000;
    background-color: #fff;
    padding: 0.25rem 1rem;
    font-weight: 600;
    border-radius: 100px;
}
.content-box .content-top img {height: 1.5rem;}
#parallax__cont {overflow: hidden;}
#horizontal {
    display: flex;
    flex-wrap: nowrap;
    width: 200%;
    padding: 0;
    justify-content: center;
}
/* section4 */
#section4 {
    position: relative;
    height: 100vh;
    overflow: hidden;
    padding-top: 100px !important;
}
.scroll-wrapper {
    display: flex;
    flex-direction: column;
    height: 80vh;
    width: 80%;
    border: 5px solid #FF2CA0;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50px;
}
.scroll-con {
    height: 100vh;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 3.125rem;
    color: #fff;
    background-color: #000;
}
.left, .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.left .journey {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.left .point-text {
    font-size: 2.5rem;
    font-weight: 600;
    padding-top: 2rem;
}
.left .journey li img {
    filter: grayscale(100%);
    transition: filter 0.3s;
}
.left .journey li.on img {filter: grayscale(0%);}
.left div:first-child {
    font-size: 3.125rem;
    font-weight: 600;
    padding-bottom: 3.125rem;
    text-align: center;
}
.right {
    max-width: 490px;
    object-fit: contain;
}

/* section5 */
.section5 {
    font-size: 3.125rem;
    font-weight: 600;
    text-align: center;
    height: 600px;
    background: url(../image/section5_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.section5 .pink {font-size: 3.75rem;}

/* section6 */
.section6 {
    padding: 120px 0;
    background: #000;
}
.section6 .title {
    font-size: 3.125rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding-bottom: 70px;
}
.section6 .result-wrap {
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 6rem 80px 6rem;
    margin: 0 auto;
}
.result {
    display: flex;
    gap: 2rem;
}
.result-left, .result-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    border-radius: 1rem;
    padding: 1rem 1.875rem;
    border: 1px solid #FF2CA0;
}
.result-left {
    background: #fff;
    box-shadow: 0px 0px 10px 5px rgba(255,44,160,0.5);
}
.result-right {
    background: #000;
    color: #fff;
    gap: 1rem;
    font-size: 1.25rem;
}
.result-right img {height: 1rem;}
.result-left div:first-child {
    font-size: 1.375rem;
    font-weight: 600;
    flex: 1;
    text-align: center;
}
.result-left div:last-child {
    text-align: center;
    flex: 1;
}
.result-left .pink {
    font-size: 1.375rem;
    font-weight: 600;
}
.result-right .pink {
    font-size: 1.875rem;
    font-weight: 600;
}
.reference-wrap {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 1400px;
    margin: 0 auto;
}
.reference-top, .reference-bottom {
    display: flex;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    justify-content: space-between;
}
.reference-top div, .reference-bottom div {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    align-items: center;
}

/* section7 : db */
.section7 {
    padding: 50px 0;
    background: linear-gradient(90deg, #790035, #FF2CA0, #790035);
    color: #fff;
}
.section7 .container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.section7 .title {
    font-size: 3.175rem;
    font-weight: 600;
    padding-bottom: 50px;
}
.form {display: flex;}
.db input[name="pr_company"],.db input[name="pr_phone"] {
    width: 40%;
    padding: 12px;
    border: 1px solid #fff;
    background:inherit;
    border-radius: 8px;
    font-size: 1rem;
    margin: 0 2rem;
}
input::placeholder {color: #fff;}
.consulting {
    border: none;
    padding: 0 2rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
}
.consulting:hover {
    background: #000;
    color: #fff;
}
.form-group{
    padding-bottom: 0.5rem;
    display: inline-block;
    padding-top: 25px;
}
.open-privacy {
    font-weight: 600;
    cursor:pointer;
    border: none;
    background-color: inherit;
    color: #fff;
}
.form-group label {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.form-group input[type="checkbox"] {
    appearance: none;
    /* 기본 체크박스 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: none;
    /* 내부 투명 */
    cursor: pointer;
    position: relative;
}
/* 체크된 상태 */
.form-group input[type="checkbox"]:checked {background: #000;}
/* 체크 표시 (가짜 체크마크) */
.form-group input[type="checkbox"]:checked::after {
    content: "✔";
    color: #FF2CA0;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-58%, -55%);
}

/* section8 */
.section8 {
    color: #fff;
    background-color: #000;
    padding: 120px 0;
}
.section8 .container {
    max-width: 1400px;
    display: flex;
    justify-content: center;
}
.title-left {
    font-size: 3.175rem;
    font-weight: 600;
    flex: 1;
}
.qna-right-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.qna-box {
    padding: 4rem;
    font-size: 1.25rem;
    border-radius: 20px;
}
.qna-title {
    font-size: 1.75rem;
    padding-bottom: 1.5rem;
    font-weight: 600;
}
.qna-box:nth-child(1) {background-color: #FF2CA0;}
.qna-box:nth-child(2) {
    background-color: #fff;
    color: #000;
}
.qna-box:nth-child(3) {background-color: #804AFF;}

/* 모달 기본 숨김 */
.modal {
    display: none;
    align-items: center; /* 세로 중앙 */
    justify-content: center; /* 가로 중앙 */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
}
.modal .title {
    font-size: 1.25rem;
    text-align: start;
}
.modal-div {margin: 1rem 0;}

/* 모달 다이얼로그 (중앙정렬) */
.modal-dialog {
    position: fixed;
    max-width: 600px;
    width: 90%;
	max-height: 90%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}

/* 모달 컨텐츠 */
.modal-content {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    animation: fadeIn 0.3s ease;
	max-height : 90vh;
	}

/* 헤더 */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

/* 닫기 버튼 */
.modal-header .close {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

모달 애니메이션
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 데스크탑 반응형1 */
@media screen and (max-width:1500px){
    /* main */
    .model1, .model2 {
        position: absolute;
        max-width: 300px;
        bottom: 0;
    }
    .main .letter-space {
    letter-spacing : 2.5rem;
    margin-bottom: 75px;
    display: block;
    }
    .main .title {font-size: 3.175rem;}

    /* setcion2 */
    .section2 {
        background-size: cover;
        padding: 160px 0;
        }
    .section2 .title  {font-size: 2.85rem;}
    .section2 .title span {font-size: 3.125rem;}

    /* section3 */
    .section3.mobile-style {
        display: block;
        height: auto;
        padding: 120px 0;
        height: auto !important;
        max-height: auto !important;
    }
    #horizontal {width: 100%;}
    .section3 .journey li:nth-child(odd) img {width: 65px;}
    .content-box .main-img {width: 90%;}
    .content-box {scale: 1;}
    .content-box:hover {
        filter: saturate(100%);
        transform: scale(1.1);
    }
    /* section4 */
    .scroll-wrapper {border-radius: 30px;}
    .scroll-con {
        height: 100%;
        padding: 2rem;
    }
    .left .journey {
        flex-wrap: wrap;
        gap: 0.8rem;
    }
    .left .journey img {
        width: 70%;
        padding-bottom: 1rem;
    }
    .left .point-text {font-size: 2.25rem;}
    .right {max-width: 420px;}
    
    /* section5 */
    .section5 {
        font-size: 2.8rem;
        max-height: 400px;
    }
    .section5 .pink {font-size: 3.25rem;}

    /* section6 */
    .reference-wrap {max-width: 90%;}
    .reference-top img, .reference-bottom img { width: 85%;}
    
    /* section7 */
    .section7 .container {max-width: 90%;}
    .form {justify-content: center;}
    .db input[name="pr_company"],.db input[name="pr_phone"] {
        width: 35%;
        padding: 12px;
        border: 1px solid #fff;
        background:inherit;
        border-radius: 8px;
        font-size: 1rem;
        margin: 0 0.5rem;
    }
    .form-group label {justify-content: center;}

    /* section8 */
    .section8 .container {max-width: 90%;}
}


/* ✅ 태블릿 사이즈 */
@media (max-width: 1024px) {
    .container {max-width: 90%;}
    .main .container {transform: translateY(-75%);}
    .main {min-height: 800px;}
    .main .letter-space {
        letter-spacing: 1rem;
        margin-bottom: 50px;
    }
    .main .title {font-size: 2.5rem;}

    /* section1 */
    .section1 .title {font-size: 2.5rem;}
    .section1 .container {
        padding: 70px 0;
        gap: 50px;
    }
    .question-list {font-size: 1.5rem;}
    .question-list li {
        padding: 0.5rem 1rem;
        gap: 0.5rem;
    }
    .question-list li img {height: 2.5rem;}

    /* section2 */
    .section2 {padding: 120px 0;}
    .section2 .title {font-size: 2.5rem;}
    .section2 .title span {font-size: 3rem;}

    /* section3 */
    .section3.mobile-style {
        height: 100% !important;
        max-height: 100% !important;
        margin: 80px 0;
    }
    .section3 {padding: 0 !important;}
    .journey-title {font-size: 2.5rem;}
    .section3 .journey {
        gap: 20px;
        font-size: 1.25rem;
        padding-bottom: 50px;
    }
    .section3 .journey li:nth-child(odd) img {width: 50px;}
    .section3 .journey li:nth-child(even) img {height: 32px;}
    .content-box .content-top {font-size: 1.125rem;}
    .content-box {
        gap: 1rem;
        max-width: 320px;
    }
    .content-box:hover {
        filter: saturate(100%);
        transform: scale(1.05);
    }
    #horizontal {
        flex-wrap: wrap;
        gap: 1.2rem;
    }

    /* section4 */
    #section4 {padding-top: 50px !important;}
    .scroll-wrapper {width: 90%;}
    .left div:first-child {font-size: 2.5rem;}
    .left .journey {font-size: 0.875rem;}
    .left .point-text {
        font-size: 2rem;
        text-align: center;
    }

    /* section5 */
    .section5 {
        font-size: 2.5rem;
        margin-top: 0;
    }
    .section5 .pink {font-size: 3rem;}

    /* section6 */
    .section6 .container {max-width: 90%;}
    .section6 .title {font-size: 2.5rem; padding-bottom: 50px;}
    .section6 .result-wrap {
        padding: 0 2rem 50px 2rem;
        gap: 30px;
        text-align: center;
    }
    .result-right .pink {font-size: 1.675rem;}
    .reference-top, .reference-bottom {
        justify-content: center;
        gap: 1rem;
    }

    .section7 .title {font-size: 2.5rem; padding-bottom: 30px;}
    .form {flex-direction: column; align-items: center;}
    .db input[name="pr_company"],.db input[name="pr_phone"] {
        width: 80%;
        margin: 0 0 1rem 0;
    }
    .consulting {width: 80%; padding: 12px 0;}
    .section8 .container {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }
    .title-left {font-size: 2.5rem;}
    .qna-box {padding: 2rem; font-size: 1rem;}
    .qna-title {font-size: 1.5rem; padding-bottom: 1rem;}
	
	/* 모달 기본 숨김 */
	.modal .title {
		font-size: 1.2rem;
		text-align: start;
	}
	.modal-div {margin: 1rem 0;}

	/* 모달 다이얼로그 (중앙정렬) */
	.modal-dialog {transform: translate(-50%, -45%);}
	.modal .title { padding-bottom: 0.5rem;}
}

/* ✅ 모바일 사이즈 */
@media (max-width: 970px) {
    .scroll-wrapper {height: 70vh;}
    .left div:first-child {padding-bottom: 2rem;}
    .left .point-text {padding-top: 1.5rem;}
    .right {max-width: 380px;}
	.question-list li div {font-weight: 400;}
    .section5 {max-height: 300px;}

    /* section6 */
    .section6 {padding: 70px 0;}
    .result {
        flex-direction: column;
        gap: 0.5rem;
    }
    .result-left, .result-right {padding: 1rem;}
    .result-left div:first-child {font-size: 1.125rem;}
    .result-left br {display: none;}
    .result-left .pink {font-size: 1.125rem;}
    .result-right {
        font-size: 1rem;
        padding: 0.8rem;
    }
    .result-right .pink {font-size: 1.25rem;}
    .reference-top, .reference-bottom {gap: 15px;}
}
@media (max-width: 760px) {
    .section1 .title {font-size: 2rem;}
    .section2 {padding: 80px 0;}
    .section2 .title {font-size: 2rem;}
    .section2 .title span {font-size: 2.2rem;}
    .journey-title {font-size: 2rem;}
    .scroll-wrapper {
        display: block;
        height: 100%;
    }
    .scroll-con {flex-direction: column;}
    .left, .right {flex: content;}
    .left div:first-child {padding-bottom: 2rem;}
    .left .point-text {padding-top: 1.5rem;}
    .right {max-width: 380px;}

    .section5 {
        max-height: 250px;
        margin-top: 50px;
    }
    .section5 {font-size: 2rem;}
    .section5 .pink {font-size: 2.5rem;}

    .section6 {padding: 70px 0;}
    .section6 .title {font-size: 2rem;}

    .reference-top, .reference-bottom {
        gap: 0px;
        font-size: 1rem;
    }
    .reference-top img, .reference-bottom img {width: 100%;}

    .result {
        flex-direction: column;
        gap: 0.5rem;
    }
    .result-left, .result-right {padding: 1rem;}
    .result-left div:first-child {font-size: 1.125rem;}
    .result-left br {display: none;}
    .result-left .pink {font-size: 1.125rem;}
    .result-right {
        font-size: 1rem;
        padding: 0.8rem;
    }
    .result-right .pink {font-size: 1.25rem;}
    .reference-top, .reference-bottom {gap: 15px;}
    .section7 .title {font-size: 2rem;}
    .section7 {padding: 30px;}
    
    .section8 {padding: 60px 0;}
    .title-left {font-size: 2rem;}
    .section8 .title-left br {display: none;}
    .qna-box {padding: 1.5rem;}
    .qna-title {font-size: 1.25rem;}
	.modal .title {
		font-size: 1rem;
		font-weight:600;
	}
	.modal-body {
		font-size:0.9rem;
		margin: 1rem 0;
	}

	/* 모달 다이얼로그 (중앙정렬) */
	.modal-dialog {
		max-width: 450px;
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 500px) {
    .main {min-height: 600px;}
    .main .title {font-size: 1.4rem;}
    .model1, .model2 {max-width: 200px;}
    
    .section1 .container {
        padding: 30px 0;
        gap: 30px;
    }
    .section1 .title {font-size: 1.25rem;}
    .question-list {
        font-size: 1rem;
        gap: 1rem;
        font-weight: 400;
    }
    .question-list li img {height: 1.5rem;}

    .circle-wrap div {
        width: 0.5rem;
        height: 0.5rem;
    }
    .circle-wrap div:nth-child(2) {margin: 25px 0;}

    .section2 {padding: 60px 0;}
    .section2 .title {font-size: 1.25rem;}
    .section2 .title span {font-size: 1.5rem;}

    .section3 {padding-top: 40px !important;}
    #horizontal {
        width: 100%;
        gap: 1rem;
    }
    .content-box {
        gap: 0.5rem;
        max-width: 250px;
    }
    .section3 .journey {
        flex-wrap: wrap;
        gap: 0.5rem;
        font-size: 1rem;
        padding: 1rem;
    }
    .journey-title {
        font-size: 1.25rem;
        gap: 2rem;
    }
    .section3 .journey li:nth-child(odd) img {width: 30px;}
    .section3 .journey li:nth-child(even) img {height: 25px;}
    .content-box .content-top {
        font-size: 1rem;
        gap: 0.25rem;
        padding: 0.25rem 0.5rem;
    }
    .content-box .content-top img {height: 1rem;}
    .content-box .main-img {max-width: 300px;}

    .scroll-wrapper {
        display: block;
        height: 100%;
    }
    .scroll-con {padding: 1rem;}
    .left div:first-child {
        font-size: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .left .journey {gap: 0;}
    .left .journey img {
        width: 50%;
        padding-bottom: 0.5rem;
    }
    .left .point-text {
        font-size: 1.2rem;
        padding-top: 1rem;
    }
    .right {max-width: 280px;}
    .section5 {max-height: 200px;}
    .section5 {font-size: 1.2rem;}
    .section5 .pink {font-size: 1.25rem;}
    .section6 {padding: 70px 0;}
    .section6 .title {font-size: 1.2rem;}
    .reference-top, .reference-bottom {
        flex-wrap: wrap;
        gap: 10px;
    }
    .result-left {
        padding: 0.75rem 0.25rem;
        flex-direction: column;
    }
    .reference-top div, .reference-bottom div {width: 48%;}
    .section6 .result-wrap {padding: 0 1rem 50px 1rem;}
    .result-left div:first-child {font-size: 1rem;}
    .result-left br {display: none;}
    .result-left .pink {font-size: 1rem;}
    .result-right {font-size: 1rem;}
    .result-right .pink {font-size: 1.2rem;}
    .section7 .title {
        font-size: 1.2rem;
        padding-bottom: 1rem;
    }
    .section7 {padding: 30px;}
        .db input[name="pr_company"], .db input[name="pr_phone"] {
        width: 100%;
        font-size: 0.8rem;
        margin: 0 0 0.5rem 0;
    }
    .consulting {
        width: 100%;
        padding: 7px 0;
    }
    .form-group label {gap: 0.25rem;}
    .section8 {padding: 40px 0;}
    .section8 .container {gap: 30px;}
    .title-left {font-size: 1.2rem;}
    .section8 .title-left br {display: none;}
    .qna-box {padding: 1.25rem;}
    .qna-title {font-size: 1rem;}
    .qna-right-wrap {gap: 1rem;}
	
	.modal-body {
		font-size:0.9rem;
		margin: 1rem 0;
	}

	/* 모달 다이얼로그 (중앙정렬) */
	.modal-dialog {
		max-width: 320px;
		transform: translate(-50%, -50%);
	}
	/* 모달 컨텐츠 */
	.modal-content {
        max-height: 70vh;
        overflow-y: scroll;
		}

	/* 헤더 */
	.modal-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #ddd;
		margin-bottom: 15px;
	}

	/* 닫기 버튼 */
	.modal-header .close {
		background: none;
		border: none;
		font-size: 2rem;
		cursor: pointer;
	}

	모달 애니메이션
	@keyframes fadeIn {
		from {
			opacity: 0;
			transform: translateY(-20px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
}

.hide {display:none;}

.consulting_product {display:none;}
.consulting_sns {display:none;}
/* .consulting_db h2 {background: url(../marketing/image/beauty_icon_consulting_mini.png) no-repeat 15px 50%;} */
#simple_consulting {
top: 50% !important;
transform: translateY(-50%);
}
#simple_consulting input::placeholder {
color:#999;
}
.consulting_btn2 {top : 50%;}
.beauty_bg_heeil_gr {background: linear-gradient(45deg, #ff2ca0, #ff7cc4, #ff2ca0) !important;}