@charset "utf-8";

/* common */
.sub_wr {width:100%;}
.wr-1500 {width:100%;max-width:1500px;margin:0 auto;}
.wr-1600 {width:100%;max-width:1600px;margin:0 auto;}
.wr-1024 {width:100%;max-width:1024px;margin:0 auto;}

.sub-sec_01 {padding:50px 0;display:table;width: 100%;}
.sub-sec {vertical-align: middle;text-align: center;}
.sub-sec_02 {overflow:hidden; background-color: #fafafa;}
.sub-sec_03 {}
.sub-sec_04 {
	width: 100%;
	height: 100%;
	max-height: 960px;
	background:url('../img/page/unid_sec04_bg.jpg') no-repeat center;
	background-size:cover;
	overflow:hidden;
}

.sub-sec-ttl {font-size: 27px;text-align:center;display: block;margin: 50px auto;}
.sub-sec-ttl h2 { font-family: 'Montserrat', sans-serif; letter-spacing:0;}
.sub-sec-ttl2 {font-size: 27px;text-align:left;display: inline-block;padding: 140px 70px;float: left;width: 350px;line-height: 31px;}
.sub-sec-ttl h2 { font-family: 'Montserrat', sans-serif; letter-spacing:0;}
.red {color:#c30d23;}
.small-ttl {font-size: 15px;font-weight:300;font-family: 'Pretendard_4', sans-serif;}

.bd6{font-weight:600;}
.pc-only { display: block !important; }
.mo-only { display: none !important; }

@media screen and (max-width:1600px){
	.wr-1500{padding:0 50px;}
}

@media screen and (max-width:1325px){
	.sub-sec-ttl2 {width:100%;float:none;text-align:center;padding:70px 0 0px;}
}

@media screen and (max-width:1300px){
	.wr-1500{padding:0 30px;}
}

@media screen and (max-width:968px){
	.sub-sec-ttl {margin-top:0;margin-bottom:25px;}
    .sub-sec-ttl2 {padding-top:50px;}
}

@media screen and (max-width:768px){
	.pc-only { display: none !important; }
	.mo-only { display: block !important; }
}

/* sub2_1 */
.sub2_1-container {
    padding: 100px 0 120px;
    font-family: 'Pretendard', sans-serif;
}

.sub2_1-title-group {
    text-align: center;
    margin-bottom: 60px;
}

.sub2_1-title {
    font-size: 44px;
    font-weight: 900;
    color: #000;
    letter-spacing: -0.88px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.sub2_1-desc {
    font-size: 24px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    letter-spacing: -0.48px;
}

.sub2_1-form {
    max-width: 1400px;
    margin: 0 auto 80px;
}

.sub2_1-form .form-row {
    display: flex;
    gap: 52px;
    margin-bottom: 30px;
}

.sub2_1-form .form-group-half {
    flex: 1;
    min-width: 0;
}

.sub2_1-form .form-group-full {
    width: 100%;
}

.sub2_1-form .form-card {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    padding: 30px 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.sub2_1-form .form-card:hover,
.sub2_1-form .form-card:focus-within {
    border-color: rgba(35, 109, 255, 0.5);
    box-shadow: 0 8px 30px rgba(35, 109, 255, 0.08);
    transform: translateY(-2px);
}

.sub2_1-form label {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    letter-spacing: 0.07px;
    line-height: 36px;
}

.sub2_1-form label .required {
    color: #ff3b3b;
    margin-left: 2px;
}

.sub2_1-form .input-wrap {
    position: relative;
    width: 100%;
    border-bottom: 0.5px solid #aaa;
    padding-bottom: 10px;
}

.sub2_1-form input[type="text"],
.sub2_1-form textarea {
    width: 100%;
    border: none;
    padding: 0;
    font-size: 18px;
    color: #000;
    background: transparent;
    outline: none;
    font-family: 'Pretendard', sans-serif;
    line-height: 36px;
}

.sub2_1-form input[type="text"]::placeholder,
.sub2_1-form textarea::placeholder {
    color: #000;
    opacity: 0.4;
}

/* focus-line animation */
.sub2_1-form .focus-line {
    position: absolute;
    bottom: -0.5px;
    left: 50%;
    width: 0;
    height: 1.5px;
    background-color: #236dff;
    transition: all 0.3s ease;
}

.sub2_1-form input[type="text"]:focus ~ .focus-line,
.sub2_1-form textarea:focus ~ .focus-line {
    width: 100%;
    left: 0;
}

.sub2_1-form textarea {
    height: 180px;
    resize: none;
    line-height: 1.6;
}

.sub2_1-form .form-agreement {
    margin-top: 40px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sub2_1-form .agree-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 22.5px;
    font-weight: 700;
    color: #000;
    user-select: none;
    margin-bottom: 0;
}

.sub2_1-form .agree-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.sub2_1-form .custom-checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin-right: 12px;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
    background: #fff;
}

.sub2_1-form .agree-label:hover input ~ .custom-checkbox {
    border-color: #236dff;
}

.sub2_1-form .agree-label input:checked ~ .custom-checkbox {
    background-color: #236dff;
    border-color: #236dff;
}

.sub2_1-form .custom-checkbox::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}

.sub2_1-form .agree-label input:checked ~ .custom-checkbox::after {
    display: block;
}

.sub2_1-form .agree-text {
    font-weight: 700;
    font-size: 22.5px;
    line-height: 45px;
}

.sub2_1-form .agree-text .required {
    color: #ff3b3b;
    margin-left: 4px;
}

.sub2_1-form .form-submit {
    text-align: center;
    margin-top: 50px;
}

.sub2_1-form .btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 306px;
    height: 85px;
    background: #236dff;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(35, 109, 255, 0.2);
}

.sub2_1-form .btn-submit:hover {
    background: #0f54e6;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(35, 109, 255, 0.4);
}

.sub2_1-form .btn-submit:active {
    transform: translateY(0);
}

.sub2_1-form .btn-submit .arrow-icon {
    transition: transform 0.3s ease;
}

.sub2_1-form .btn-submit:hover .arrow-icon {
    transform: translateX(4px);
}

/* Banner section */
.sub2_1-banner {
    position: relative;
    max-width: 1400px;
    height: 393px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub2_1-banner .banner-bg-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #18191b 0%, #292d32 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.sub2_1-banner .banner-bg-placeholder::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 60%);
    pointer-events: none;
}

.sub2_1-banner .banner-bg-placeholder .placeholder-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.sub2_1-banner .banner-bg-placeholder .placeholder-tag {
    position: absolute;
	/*
    bottom: 20px;
    right: 20px;
	*/
    color: rgba(255, 255, 255, 0.2);
}

.sub2_1-banner .banner-bg-placeholder .placeholder-tag img {
    width: 100%;
	object-fit: cover;
}

.sub2_1-banner .banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.sub2_1-banner .banner-tag {
    background: rgba(255, 255, 255, 0.34);
    color: #fff;
    padding: 10px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    letter-spacing: -0.15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sub2_1-banner .banner-phone {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -1.2px;
    text-decoration: none;
    line-height: 1;
    transition: color 0.3s ease, transform 0.3s ease;
}

.sub2_1-banner .banner-phone:hover {
    color: #236dff;
    transform: scale(1.03);
}

.sub2_1-banner .banner-desc {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    letter-spacing: -0.48px;
    margin: 0;
}

/* Responsive styles */
@media screen and (max-width: 1450px) {
    .sub2_1-container {
        padding: 80px 25px 100px;
    }
    .sub2_1-form .form-agreement {
        padding-left: 0;
        justify-content: center;
    }
}

@media screen and (max-width: 1200px) {
    .sub2_1-title {
        font-size: 38px;
    }
    .sub2_1-desc {
        font-size: 20px;
    }
    .sub2_1-form label {
        font-size: 20px;
    }
    .sub2_1-form .agree-label,
    .sub2_1-form .agree-text {
        font-size: 18px;
    }
    .sub2_1-banner .banner-phone {
        font-size: 50px;
    }
    .sub2_1-banner .banner-desc {
        font-size: 20px;
    }
}

@media screen and (max-width: 968px) {
    .sub2_1-form .form-row {
        flex-direction: column;
        gap: 20px;
    }
    .sub2_1-form .form-card {
        padding: 30px 30px;
    }
    .sub2_1-banner {
        height: auto;
        padding: 60px 20px;
    }
}

@media screen and (max-width: 768px) {
    .sub2_1-container {
        padding: 60px 15px 80px;
    }
    .sub2_1-title {
        font-size: 28px;
        letter-spacing: -0.5px;
    }
    .sub2_1-desc {
        font-size: 16px;
        line-height: 1.5;
    }
    .sub2_1-form label {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sub2_1-form input[type="text"],
    .sub2_1-form textarea {
        font-size: 16px;
    }
    .sub2_1-form .agree-label,
    .sub2_1-form .agree-text {
        font-size: 15px;
    }
    .sub2_1-form .custom-checkbox {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    .sub2_1-form .custom-checkbox::after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
    }
    .sub2_1-form .btn-submit {
        width: 100%;
        max-width: 300px;
        height: 70px;
        font-size: 18px;
    }
    .sub2_1-banner .banner-phone {
        font-size: 36px;
    }
    .sub2_1-banner .banner-desc {
        font-size: 16px;
    }
}