/* 전역 스타일 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mobile-only {
    display: none;
}

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* 섹션 공통 스타일 */
section, header {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
 
}

/* 헤더 섹션 */
.header {
    background-color: #FFECC3;
    padding: 60px 0 0 0;
    text-align: center;
}

.header-content {
    position: relative;
    margin-bottom: 0;
}

.header h2 {
    font-size: 55px;
    margin-bottom: 20px;
    font-weight: 500;
}

.header h1 {
    font-size: 80px;
    margin-bottom: 30px;
    font-weight: 800;
    color: #000;
}

.header .highlight {
    color: #FF6600;
}

.header-image {
    max-width: 799px;
    margin-top: 20px;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

.header-image img {    
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    display: block;
}

/* 혜택 아이콘 섹션 */
.benefits {
    background-color: #FAFAFA;
    padding: 100px 0;
}

.benefit-icons {
    display: flex;
    justify-content: center;
    gap: 113px;
}

.benefit-item {
    text-align: center;
}

.benefit-item img {
    width: 302px;
    height: 326px;
    margin-bottom: 15px;
}

.benefit-item p {
    font-size: 32px;
    color: #000;
    font-weight: 600;
}

.benefit-highlight {
    color: #FF6600;
}

/* 서비스 특징 섹션 */
.features {
    padding: 60px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 40px;
    border: 2px solid #FF6600;
    width: 910px;
    height: 248px;
    margin-left: auto;
    margin-right: auto;
}

.feature-content-wrapper {
    display: flex;
    align-items: center;
    gap: 54px;
    padding: 20px 0;
}

.feature-item img {
    width: 200px;
    display: block;
    align-self: center;
}

.feature-content {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-content h3 {
    color: #FF6B00;
    margin-bottom: 5px;
    font-size: 44px;
}

.feature-content p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}

.feature-highlight {
    color: #FF6600;
}

/* 보험료 분석 섹션 */
.analysis {
    background-color: #FFECC3;
    padding: 60px 0;
    text-align: center;
}

.analysis h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 55px;
}

.analysis-top {
    display: flex;
    align-items: center;
    gap: 80px;
}

.analysis-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
}

.case-study-title {
    font-size: 20px;
    font-weight: 600;
    color: #FF6600;
    margin: 0;
    text-align: left;
    line-height: 1.4;
}

.analysis-subtitle {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin: 0;
    text-align: left;
    line-height: 1.4;
}

.amount-difference {
    font-size: 84px;
    color: #FF6600;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: left;
}

.analysis-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.analysis-image {
    max-width: 416px;
}

.insurance-details {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.arrow-image {
    width: 63px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.before, .after {
    text-align: left;
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 40px;
    flex: 1;
    max-width: 460px;
}

.after {
    border: 4px solid #FF6600;
    border-radius: 40px;
    position: relative;
}

.after .insurance-price {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.after .insurance-price .number {
    font-size: 55px;
    font-weight: 800;
    color: #FF6600;
}

.after .insurance-price span {
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
    color: #000;
}

.insurance-list {
    list-style: none;
    font-size: 15px;
}

.insurance-list li {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.insurance-list li span:last-child {
    color: #000;
    font-weight: bold;
}

.insurance-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #000;
    margin-top: 20px;
}

.insurance-type-label {
    font-weight: bold;
    color: #000;
}

.insurance-type-text {
    font-weight: bold;
    color: #000;
    text-align: right;
}

.price-difference {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF6600;
    color: white;
    padding: 0px 20px;
    border-radius: 40px;
    white-space: nowrap;
    font-size: 28px;
}

.before h4, .after h4 {
    text-align: center;
    margin-bottom: 2px;
    font-size: 24px;
}

.before .insurance-price {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.before .insurance-price .number {
    font-size: 55px;
    font-weight: 800;
}

.before .insurance-price span {
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
}

/* 상담사 소개 섹션 */
.consultants {
    padding: 60px 0;
    text-align: center;
}

.consultant-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.consultant-item {
    flex: 1;
    padding: 20px;
    position: relative;
}

.step {
    background-color: #FF6B00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8em;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/* 진행 과정 섹션 */
.process-flow {
    padding: 80px 0;
    background-color: #FFE1A3;
    text-align: center;
}

.gift-image {
    position: relative;
    margin-bottom: 30px;
}

.gift-image img {
    width: 458px;
}

.gift-label {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF6600;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
}

.check-icon {
    margin-bottom: 20px;
}

.check-icon img {
    width: 40px;
}

.process-flow h2 {
    font-size: 55px;
    margin-bottom: 40px;
    color: #000;
}

.process-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.process-item {
    background: white;
    border-radius: 0px;
    padding: 20px;
    text-align: left;
    position: relative;
    margin-top: 45px;
}

.step-number {
    display: inline-block;
    background-color: #FF6600;
    color: white;
    padding: 6px 30px;
    border-radius: 24px 24px 0 0;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    top: -23%;
    left:0;
}

.process-content {
    display: flex;
    align-items: flex-start;    
    gap: 40px;
}

.process-content img {
    width: 228px;
    object-fit: cover;
}

.text-content {
    flex: 1;
}

.title-row {
    display: flex;
    align-items: center;
   
    justify-content: space-between;
    margin-bottom: 0px;
    gap: 20px;
}

.title-row h3 {
    font-size: 32px;
    color: #000;
    margin: 0;
}

.progress-image {
    width: 208px;
    height: 84px;
}

.text-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.icons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.icons img {
    width: 228px;
    height: 84px;
}

/* 상담 신청 폼 */
.contact-form {
    background-color: #FFB34A;
    padding: 80px 0;
    color: #fff;
}


.contact-form .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
}

.contact-form h2 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    margin: 0;
}

.contact-form h2 .highlight {
    color: #FF6600;
}

.contact-form form {
    background: #fff;
    padding: 104px;
    border-radius: 0px;
    width: 100%;
    max-width: 1136px;
}

.form-row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.form-label {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    min-width: 140px;
}

.form-inputs {
    display: flex;
    gap: 8px;
    flex: 1;
}

.form-inputs select {
    flex: 1;
    padding: 12px;
    height: 68px;
    border: 2px solid #FF6B00;
    border-radius: 8px;
    font-size: 28px;
    color: #000;
    text-align: center;
    background-color: #fff;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="%23FF6B00" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
}

.form-inputs select:focus {
    outline: none;
    border-color: #FF6B00;
}

.form-inputs select option {
    padding: 8px;
    font-size: 28px;
    color: #000;
    text-align: center;
}

.form-inputs select option:first-child {
    color: #999;
}

.button-group {
    margin-top: 30px;
}

.auth-btn {
    width: 100%;
    height: 68px;
    background-color: #fff;
    color: #FF6B00;
    border: 2px solid #FF6B00;
    border-radius: 8px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.auth-btn:hover {
    background-color: #fff3eb;
}

.submit-btn {
    width: 100%;
    height: 68px;
    background-color: #FF6B00;
    color: #fff;
    border: 2px solid #FF6B00;
    border-radius: 8px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #ff8533;
}

.notice-box {
    background-color: rgba(255, 102, 0, 0.1);
    padding: 24px;
    margin-top: 0px;
  
    text-align: left;
    width: 100%;
    max-width: 1136px;
    background: #FB9B15;
}

.notice-box p {
    color: #333;
    font-size: 14px;
    line-height: 1.0;
    margin-bottom: 8px;
}

.notice-box .notice-number {
    color: #000000;
    font-size: 14px;
}
 

.contact-header {
    margin-bottom: 0;
    line-height: 0;
}

.title-content {
    text-align: center;
    padding-bottom: 0;
}

/* 리뷰 섹션 */
.reviews {
    background-color: #FFE1A3;
    padding:  0 0 80px 0 ;
}

/* 오렌지 공백 섹션 */
.orange-spacer {
    background-color: #FFB34A;
    height: 480px;
    width: 100%;
}

.review-header {
    text-align: center;
    margin-bottom: 60px;
}

.review-header .check-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
}

.review-header h2 {
    font-size: 55px;
    font-weight: bold;
    color: #000;
}

.review-list {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
}

.review-card {
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    width: 360px;
}

.reviewer {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.reviewer-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.reviewer-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nickname {
    font-size: 18px;
    font-weight: 600;
    color: #666;
}

.stars {
    color: #FF6B00;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
}

.review-text {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 16px;
    line-height: 1.4;
}

.review-detail {
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.6;
}

.review-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    padding-bottom: 4px;
    justify-content: flex-start;
}

.review-tags::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, Opera */
}

.tag {
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .inner {
        padding: 0 15px;
    }

    .mobile-only {
        display: block;
    }

    .benefits {
        padding: 60px 0 0 0;
    }

    /* 체크포인트 이미지 공통 스타일 */
    .check-point-icon {
        width: 50px !important;
        height: 50px !important;
    }

    /* 리뷰 섹션의 체크 아이콘 */
    .review-header .check-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 24px;
        align-items: center;
    }

    /* 진행과정 섹션의 체크 아이콘 */
    .process-flow .check-icon img {
        width: 30px;
        height: 30px;
    }

    .analysis .check-icon img {
        width: 30px;
        height: 30px;
    }

    /* 혜택 섹션의 체크 아이콘 */
    .gift-image {
        margin-bottom: 20px;
    }

    .gift-image img {
        width: 330px;
    }

    .header-image {
        width: 336px;
        margin: 0 auto;
    }
    .benefit-item img { width:180px; height:auto;}
    .header-image img {
        width: 336px;
        height: auto;
        margin: 0;
    }

    .feature-content-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .feature-item {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    
    .image-wrapper img {
        width: 130px;
    }
    
    .feature-item img {
        width: 130px;
    }
    .feature-content p{font-size:16px;}
    img.check-icon {
    width: 50px;}
    .benefit-icons,
    .analysis-content,
    .consultant-list,
    .process-flow h2 {
        flex-direction: column;
        gap: 20px;
    }

    .header h1 {
        font-size: 38px;
    }

    .header h2 {
        font-size: 26px;
    }

    .benefit-item p {
        font-size: 24px;
    }

    .feature-content {
        width: 100%;
    }

    .feature-content h3 {
        font-size: 30px;
    }

    .analysis h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .analysis-top {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .analysis-text {
        order: 2;
        text-align: center;
        align-items: center;
    }
 
    .analysis-image {
        order: 1;
        width: 100%;
        max-width: 236px;
    }

    .case-study-title {
        text-align: center;
        font-size: 18px;
    }

    .analysis-subtitle {
        text-align: center;
        font-size: 24px;
    }

    .amount-difference {
        text-align: center;
        font-size: 48px;
    }

    .insurance-details {
        flex-direction: column;
        gap: 60px;
        position: relative;
    }
    .insurance-list {
        font-size: 13px;
    }

    .arrow-image {
        width: 70px;
        transform: rotate(90deg);
        position: absolute;
        left: 50%;
        top: 49%;
        transform: translate(-50%, -50%) rotate(90deg);
        margin: 0;
        z-index: 1;
    }

    .before, .after {
        position: relative;
        width: 100%;
        max-width: none;
        padding: 50px 20px;
    }

    .process-flow h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .process-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .title-row {
        flex-direction: column;
        align-items: center;
    }

    .progress-image {
        width: 180px;
        height: auto;
        margin-top: 0px;
    }

    .process-content img {
        width: 270px;
        height: auto;
        margin: 0;
    }

    .icons {
        justify-content: center;
    }
    .price-difference{
    font-size: 28px;}
    .process-item {
        background: #fff;
        padding: 20px 20px;
        margin-top: 40px;
        border-radius: 0;
        width: 100%;
    }
    
    .step-number {
        background-color: #FF6600;
        color: #fff;
        padding: 8px 24px;
        border-radius: 20px 20px 0 0;
        font-size: 20px;
        position: absolute;
        top: -48px;
        left: 0;
    }
    
    .process-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        text-align: center;
    }

    .process-content img {
        width: 280px;
        height: auto;
        margin: 0;
    }

    .text-content {
        width: 100%;
    }

    .text-content h3 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 12px;
        text-align: center;
    }

    .text-content p {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        text-align: center;
    }

    .process-flow h2 {
        font-size: 30px;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .process-list {
        padding: 0 15px;
    }
    .contact-form{padding: 0;}
    .contact-form .inner {
        text-align: center;
        padding: 0;
    }

    .contact-form h2 {
        font-size: 30px !important;
        margin-bottom: 30px;
        padding: 0 15px;
        line-height: 1.4;
    }

    .contact-form form {
        padding: 60px 30px;
        max-width: 100%;
        border-radius: 0;
    }

    .form-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }

    .form-label {
        min-width: auto;
        font-size: 20px;
    }

    .form-inputs {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .form-inputs select {
        width: 100%;
        font-size: 18px;
        height: 62px;
    }

    .auth-btn, .submit-btn {
        width: 100%;
        height: 58px;
        font-size: 18px;
    }

    .contact-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .header-image {
        width: 280px;
        margin: 0 auto;
    }

    .header-image img {
        width: 280px;
        height: auto;
        margin: 0 ; 
    }

    .notice-box {
        margin: 0;
        border-radius: 0;
    }

    .before .insurance-price .number,
    .after .insurance-price .number {
        font-size: 44px;
    }

    .process-flow h2 {
        font-size: 30px;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    img {
        margin-bottom: 0;
        vertical-align: bottom;
    }

    .header-image {
        margin-bottom: 0;
    }

    .analysis-image {
        margin-bottom: 0;
    }

    .reviewer-img {
        margin-bottom: 0;
    }

    .header-content img {
        margin-bottom: 0;
    }

    .benefit-item img {
        margin-bottom: 0;
    }

    .process-content img {
        margin-bottom: 0;
    }

    .header-image img {
        margin-bottom: 0;
    }

    .analysis .tag {
        font-size: 20px;
        padding: 8px 16px;
    }
}

@media (max-width: 768px) {
    .review-list {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .review-card {
        width: 100%;
        max-width: 360px;
        padding: 18px;
    }

    .review-header h2 {
        font-size: 32px;
    }

    .review-text {
        font-size: 20px;
    }

    .stars {
        font-size: 20px;
    }
    .form-inputs select option{font-size:16px;}
}

/* 분석 섹션 태그 스타일 */
.analysis .review-tags {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    justify-content: center;
}

.analysis .tag {
    background-color: #FF6600;
    color: #fff;
    padding: 12px 24px;
    border-radius: 40px;
    font-size: 38px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .analysis .tag {
        font-size: 20px;
        padding: 8px 16px;
    }
}

/* 애니메이션 스타일 */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 기본 상태 (애니메이션 전) */
.fade-up, .fade-in-right, .slide-in {
    opacity: 0;
    will-change: transform, opacity;
}

/* 애니메이션 적용 상태 */
.fade-up.animate {
    animation: fadeUp 0.6s ease-out forwards;
}

.fade-in-right.animate {
    animation: fadeInRight 0.6s ease-out forwards;
}

.slide-in.animate {
    animation: slideIn 0.5s ease-out forwards;
}

/* 부드러운 스크롤 효과 */
html {
    scroll-behavior: smooth;
}

/* 트랜지션 효과 */
.feature-item,
.review-card,
.benefit-item,
.process-item {
    transition: transform 0.3s ease-out;
}

.feature-item:hover,
.review-card:hover,
.benefit-item:hover,
.process-item:hover {
    transform: translateY(-5px);
}

/* 버튼 호버 효과 */
.auth-btn,
.submit-btn {
    transition: all 0.3s ease;
}

.auth-btn:hover,
.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} 