@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;}
* {
    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;
}
.fix-top {
    width: 100%;
    height: 359px;
    background: url(../image/common_top.jpg) center center no-repeat;
}
.footer img{width: 100%;}
.blue {
	color: #2c72ff;
	font-weight:600;
}
strong {font-weight:700;}

/* main */
.main {
    max-width: 100%;
    height: 1024px;
    background: url(../image/bg.jpg) no-repeat;
    color: #fff;
}
.main .container {
    height: 100%;
    padding: 6rem 0;
}
.container-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3.75rem;
    margin-bottom: 3.75rem;
    padding-top: 2rem;
}
.logo-wrap {
    display: flex;
    width: fit-content;
    padding: 1rem;
    background: #fff;
    border-radius: 100px;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0 auto;

}
.logo-wrap img {
    height: 1.5rem;
    padding: 0 1rem;
}
.main-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.main-wrap div {
    font-family: "Black Han Sans", sans-serif;
    font-size: 4rem;
    padding-bottom: 0.5rem;
    border-bottom: 5px solid #fff;
}
.main-sub {
    font-size: 2.375rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.icon-box {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
}
.icon-box div {font-weight:600;}
.icon-box img {padding-bottom: 1rem;}
.click-box {text-align: center;}
.click-box a {
    color: #fff;
    border-radius: 100px;
    font-size: 1.25rem;
    font-weight: 600;
    display: inline-block; 
    width: 200px;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    margin: 0 0.5rem;
}
.click-box a:first-child {
    background-color: #fff;
    color: #166FED;
}
.click-box a:first-child:hover {
    color: #fff;
    background-color: #2c72ff;
}

.click-box a:last-child {border: 1px solid #fff;}
.click-box a:last-child:hover {
    color: #fff;
    background-color: #2c72ff;
    border: 1px solid #2c72ff;
}

/* section */
.section {
    width: 100%;
    background-color: #F4F9FF;
	overflow: hidden;
}
.section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6rem 0;
    text-align: center;
}
.choice h1 {
    font-size: 3rem;
    padding-bottom: 4.25rem;
}
.choice-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.choice-wrap li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 1.5rem 5rem;
    box-shadow: 0px 0px 10px 2px rgba(36,149,255,0.5);
    margin-bottom: -0.5rem;
}
.choice-wrap li:nth-child(1) {
    border-radius: 80px 80px 0 80px;
    margin-right: 15rem;
}
.choice-wrap li:nth-child(2) {
    border-radius: 80px 80px 80px 0px;
    margin-left: 15rem;
}
.choice-wrap li:nth-child(3) {
    border-radius: 80px 80px 0 80px;
    margin-right: 15rem;
}
.choice-wrap li:nth-child(4) {
    border-radius: 80px 80px 80px 0px;
    margin-left: 15rem;
}
.choice-text span {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 0.5rem;
}

/* section2 */
.mo-only {display: none;}
.section2 {
    padding: 120px 0;
    background-color: #F4F9FF;
}
.partner-title {
    text-align: center;
    padding-bottom: 70px;
}
.partner-title div:first-child {
    font-size: 3.125rem;
    font-weight: 600;
}
.partner-title div:last-child {
    font-size: 1.25rem;
    padding-top: 1rem;
}
.partner-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.partner-wrap li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partner-wrap li img {
    width: 300px;
    padding: 1rem;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 2px rgba(202,226,255,0.5);
}
/* //section2 */

/* section3 */
.section3 {
    background: url(../image/section2_bg.png) center center no-repeat;
    background-size: cover;
    padding: 120px 0;
}

/* 애니메이션 시작 전 상태 (초기 상태) */
.focus-in-expand {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    /* 초기 상태를 정의합니다 */
    opacity: 0;
}
.slide-ani span {
    font-size: 2.75rem;
    font-weight: 700;
}

/* 스크롤 시 추가될 클래스. 이 클래스가 있으면 애니메이션이 실행됩니다 */
.focus-in-expand.animated {
    -webkit-animation: focus-in-expand 1.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: focus-in-expand 1.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-9-5 16:56:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation focus-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-expand {
    0% {
        letter-spacing: -0.5em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes focus-in-expand {
    0% {
        letter-spacing: -0.5em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.skyblue {color: #5BB0FF;}

.slide-wrap {
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 70px auto 120px auto;
    text-align: center;
}
.slide-wrap video {height: 520px;}
.slide-text {
    font-size: 1.8rem;
    font-family: "Black Han Sans", sans-serif;
    color: #fff;
    padding-top: 1.25rem;
}
.slide-content {position: relative;}
.static {
    position: absolute;
    top: 0;
    left: 0;
}
.slide-content:hover .static {display: none;}

.infinity-slide {
    width: 100%;
    overflow: hidden;
}
.slide-track {
    display: flex;
    gap: 2rem;
}
.slide-track img {
	width: 250px;
	flex-shrink: 0;
}
/* @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.slide-track:hover {animation-play-state: paused;} */

/* db */
.db {
    background-color: #2c72ff;
    padding: 6rem;
}
.db small {
    font-size: 1.25rem;
    font-weight: 600;
}
.db-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
}
.db .container {
    border-radius: 1.5rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5rem 0;
    gap: 2rem;
}
.db input[name="pr_name"],.db input[name="pr_company"],.db input[name="pr_phone"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #2c72ff;
    border-radius: 8px;
    font-size: 1rem;
}
.consulting-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}
.agree, .notice {padding:1rem;}
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.form-group-wrap {
    width: 100%;
    display: flex;
    gap: 5rem;
}
.form-group .label-title {
    font-weight: 600;
    padding-bottom: 0.5rem;
    display: inline-block;
}
.checkbox-group input[type="checkbox"] {
    appearance: none;
    /* 기본 체크박스 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    background-color: #D9EAFF;
    /* 내부 투명 */
    cursor: pointer;
    position: relative;
}
/* 체크된 상태 */
.checkbox-group input[type="checkbox"]:checked {background: #2c72ff;}
/* 체크 표시 (가짜 체크마크) */
.checkbox-group input[type="checkbox"]:checked::after {
    content: "✔";
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}
.form-group {text-align: start;}
#agree {margin-right:0.5rem}
.agree label {
    display: flex;
    gap: 0;
}
.open-privacy {
    font-weight: 600;
    cursor:pointer;
    border: none;
    background-color: #fff;
}
.submit-btn  {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.btn-submit1,.btn-submit2 {
    font-size: 1.25rem;
    border: none;
    color: #fff;
    padding: 0.5rem 7rem;
    border-radius: 10px;
    cursor: pointer;
}
.btn-submit1 {background-color: #2c72ff;}
.btn-submit1:hover {
    color: #fff;
    background-color: #000;
}
.btn-submit2 {
    border: 2px solid #2c72ff;
    color: #2c72ff;
    background-color: #fff;
}
.btn-submit2:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
}

/* section4 */
.section4 {
    padding: 160px 0;
    background: url(../image/section3_bg.jpg) center top;
    background-size: cover;
    text-align: center;
}
.heeil-text {
    font-size: 2.375rem;
    padding-bottom: 30px;
    color: #fff;
}
.heeil-text span {
    font-size: 3.125rem;
    font-weight: 600;
}
.section4 .click-button {
    font-size: 1.75rem;
    font-weight: 600;
    padding: 0.5rem 3rem 1rem 3rem;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
    animation: induce 2s infinite;
}
.section4 .click-button small {font-size: 1rem;}
@keyframes induce {
    0% {
        background-color: #fff;
        color: #2c72ff;
    }
    49% {
        background-color: #fff;
        color: #2c72ff;}
    50%{
        background-color: #2c72ff;
        color: #fff;
    }
    100%{
        background-color: #2c72ff;
        color: #fff;
    }
    
}
/* //section4 */
/* 모달 기본 숨김 */
.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);
    }
}

/* 반응형 1400px */
@media  (max-width:1400px){
    .container {
        max-width: 1024px;
        margin: 0 auto;
    }
    .slide-wrap {max-width: 1024px;}
    .slide-wrap video {height: 420px;}
    .slide-track img {width: 200px;}
    .partner-wrap li img {
        width: 230px;
        padding: 0.5rem 1rem;
    }
}

/* 반응형 1025 */
@media (max-width: 1025px) {
    .container {
        max-width: 768px;
        margin: 0 auto;
    }
    .main {height: 800px;}
    .main-wrap img, .main-sub img {width: 5rem;}
    .container-box {
        gap: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .logo-wrap {
        font-size: 1.25rem;
        line-height: 1.25rem;
        margin: 0 auto;
    }
    .logo-wrap img {height: 1.25rem;}
    .main-wrap {gap: 1.5rem;}
    .main-wrap div {
        font-size: 3rem;
        padding-bottom: 0.25rem;
    }
    .main-sub {font-size: 1.75rem;}
    .icon-box {font-size: 1.25rem;}
    .icon-box img {
        width: 4rem;
        padding-bottom: 0.5rem;
    }
    .section3 {padding: 100px 0;}
    .section .container {padding: 4rem 0;}
    .choice h1 {
        font-size: 2.5rem;
        padding-bottom: 3.25rem;
    }
    .choice-wrap li {
        padding: 1rem 3rem;
    }
    .choice-wrap li:nth-child(1) {
        border-radius: 60px 60px 0 60px;
        margin-right: 10rem;
    }
    .choice-wrap li:nth-child(2) {
        border-radius: 60px 60px 60px 0px;
        margin-left: 10rem;
    }
    .choice-wrap li:nth-child(3) {
        border-radius: 60px 60px 0 60px;
        margin-right: 10rem;
    }
    .choice-wrap li:nth-child(4) {
        border-radius: 60px 60px 60px 0px;
        margin-left: 10rem;
    }
    .mo-only {display: block;}
    .slide-wrap {
        max-width: 780px;
        margin: 3.25rem auto 4.5rem auto;
    }
    .slide-wrap video {height: 380px;}
    .slide-track img {width: 200px;}
    .partner-wrap li img {
        width: 180px;
        padding: 0.5rem 0.7rem;
    }
	.agree, .notice {padding:0;}
	/* 모달 기본 숨김 */
	.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;}
}

/* 반응형 768 */
@media (max-width: 780px) {
    .container {max-width: 480px;}
    /* main */
    .main {height: 100%;}
    .main .container {padding: 4rem 0;}
    .container-box {
        gap: 2.5rem;
        margin-bottom: 3.5rem;
    }
    .logo-wrap {
        font-size: 1.25rem;
        line-height: 1.25rem;
        margin: 0 auto;
    }
    .logo-wrap img {height: 1.25rem;}
    .main-wrap {gap: 1.5rem;}
    .main-wrap div {
        font-family: 'Pretendard';
        font-size: 2rem;
        font-weight: 600;
        padding-bottom: 0.25rem;
    }
    .main-sub {font-size: 1.5rem;}
    .icon-box {font-size: 1.25rem;}
    .icon-box img {
        width: 4rem;
        padding-bottom: 0.5rem;
    }
    .section3 {padding: 70px 0;}
    .choice-text span {font-size: 1.25rem;}
    .choice-wrap img {width: 4rem;}
    .choice h1 {
        font-size: 2rem;
        padding-bottom: 3rem;
    }
    .choice-wrap li {
        padding: 1rem 0;
        width: 360px;
    }
    .choice-wrap li:nth-child(1) {
        border-radius: 80px 80px 0 80px;
        margin-right: 10rem;
    }
    .choice-wrap li:nth-child(2) {
        border-radius: 80px 80px 80px 0px;
        margin-left: 10rem;
    }
    .choice-wrap li:nth-child(3) {
        border-radius: 80px 80px 0 80px;
        margin-right: 10rem;
    }
    .choice-wrap li:nth-child(4) {
        border-radius: 80px 80px 80px 0px;
        margin-left: 10rem;
    }
    .mo-only {display: block;}

    .focus-in-expand {font-size: 2rem;}
    .slide-ani span {font-size: 2.25rem;}
    .slide-wrap {
        max-width: 650px;
        margin: 3rem auto 4rem auto;
    }
    .slide-text {
    font-size: 1.25rem;
    font-family: "Pretendard";
    font-weight: 600;
    padding-top: 1.25rem;
    }
    .slide-wrap video {height: 260px;}
    .slide-track img {width: 160px;}
    .section2 {padding: 80px 0;}
    .partner-title {padding-bottom: 50px;}
    .partner-title div:first-child {font-size: 2.25rem;}
    .partner-wrap {gap: 1rem;}
    .partner-wrap li {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    .partner-wrap li img {width: 180px;}
    .partner-wrap li.hidden {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
        display: flex; /* flex 유지 */
        flex-wrap: wrap; /* 필요에 따라 */
    }
    /* 클릭 시 보이게 */
    .partner-wrap li.show {
        max-height: 500px; /* li 높이에 맞춰 조정 */
    }
    @keyframes twinkle {
        0% {opacity: 1;}
        50% {opacity: 0;}
        100% {opacity: 1;}
    }
    .db {padding: 4rem;}
    .db-title {font-size: 2rem;}
    .db .container {
        padding: 1.5rem 0;
        gap: 1rem;
    }
    .agree {margin: 1rem 0;}
    .section4 {padding: 70px 0;}
    .heeil-text {
        font-size: 1.5rem;
        padding-bottom: 0;
    }
    .heeil-text span {font-size: 2rem;}
	.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%);
	}
}

/* 반응형 550 */
@media (max-width: 550px) {
    .container {max-width: 320px;}
    /* main */
    .main {
        height: 100%;
        background-size: cover;
        background: url(../image/bg.jpg) center center no-repeat;
    }
    /* main */
    .main .container {
        padding: 4rem 0;
    }
    .container-box {
        gap: 2.5rem;
        margin-bottom: 3.5rem;
    }
    .logo-wrap {
        font-size: 1rem;
        line-height: 1rem;
        padding: 0.5rem;
    }
    .logo-wrap img {height: 1rem;}
    .main-wrap {gap: 1.5rem;}
    .main-wrap {
        flex-direction: column;
        gap: 0.25rem;
    }
    .main-wrap div {
        font-size: 1.55rem;
        padding-bottom: 0.15rem;
        border-bottom: 2px solid #fff;
    }
    .main-sub {
        flex-direction: column-reverse;
        font-size: 1.25rem;
    }
    .main-wrap img, .main-sub img {width: 3rem;}
    .icon-box {font-size: 1rem;}
    .icon-box img {
        width: 2rem;
        padding-bottom: 0.5rem;
    }
    .click-box {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    .section3 {
        background-position-y: 100px;
        padding: 70px 0;
        background-color: #000;
    }
    .choice-text span {font-size: 1.25rem;}
    .choice-wrap img {width: 4rem;}
    .choice h1 {
        font-size: 1.5rem;
        padding-bottom: 2rem;
    }
    .choice-wrap li {
        padding: 0.5rem;
        width: 280px;
        flex-direction: column-reverse;
        margin-bottom: 1rem;
    }
    .choice-wrap li:nth-child(1) {
        border-radius: 20px;
        margin-right: 0;
    }
    .choice-wrap li:nth-child(2) {
        border-radius: 20px;
        margin-left: 0;
    }
    .choice-wrap li:nth-child(3) {
        border-radius: 20px;
        margin-right: 0;
    }
    .choice-wrap li:nth-child(4) {
        border-radius: 20px;
        margin-left: 0;
    }
    .mo-only {display: block;}

    .focus-in-expand {font-size: 1.1rem;}
    .slide-ani span {font-size: 1.4rem;}
    .slide-wrap {
        max-width: 300px;
        margin: 2rem auto 3rem auto;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
    }
    .slide-text {
        font-size: 1rem;
        padding-top: 0.25rem;
    }
    .slide-wrap video {height: 240px;}
    .slide-track img {width: 140px;}
    .section2 {padding: 50px 0;}
    .partner-title {padding-bottom: 20px;}
    .partner-title div:first-child {font-size: 1.5rem;}
    .partner-title div:last-child {font-size: 1rem;}
    .partner-wrap {gap: 0.5rem;}
    .partner-wrap li {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }
    .partner-wrap li img {width: 150px;}
    .partner-wrap li.hidden {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
        display: flex; /* flex 유지 */
        flex-wrap: wrap; /* 필요에 따라 */
    }
    /* 클릭 시 보이게 */
    .partner-wrap li.show {
        max-height: 500px; /* li 높이에 맞춰 조정 */
    }
    @keyframes twinkle {
        0% {opacity: 1;}
        50% {opacity: 0;}
        100% {opacity: 1;}
    }
    .db {padding: 2rem 1rem;}
    .db-title {font-size: 1.5rem;}
    .db .container {
        padding: 1rem 1.5rem;
        gap: 0.5rem;
    }
    .db input[name="name"],.db input[name="company"],.db input[name="phone"] {
        width: 100%;
        padding: 6px;
        font-size: 0.9rem;
    }
    .consulting-form {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-top: 1rem;
    }
    .agree {margin: 1rem 0;}
    .section4 {padding: 70px 0;}
    .form-group-wrap {
        flex-direction: column;
        gap: 1rem;
    }
    .agree label {font-size: 0.9rem;}
    .agree {margin:0.5rem;}
    .open-privacy {font-size: 0.8rem;}
    .submit-btn {gap: 0.5rem;}
    .btn-submit1, .btn-submit2 {
        font-size: 1rem;
        padding: 0.5rem 5rem;
        border-radius: 5px;
    }
    .notice {font-size: 0.8rem;}
    .heeil-text {font-size: 1rem;}
    .heeil-text span {font-size: 1.25rem;}
		.modal-dialog {
		max-width: 320px;
		transform: translate(-50%, -50%);
	}
	/* 모달 컨텐츠 */
	.modal-content {
        max-height: 70vh;
        overflow-y: scroll;
	}
}


.hide {display:none;}

#pr3_input {margin-top:3px;padding:10px;border:1px solid #2c72ff;border-radius:8px;}

.consulting_sns {display:none;}
#simple_consulting {
	top: 50%;
	transform: translateY(-50%);
}
.consulting_btn2 {top : 50%;}

@media (max-width: 768px) {
	.consulting_btn2 {display:none;}
}

