@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Yuji+Boku&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.cdnfonts.com/css/times-new-roman');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.cdnfonts.com/css/canela-text-trial');
@import url('https://fonts.cdnfonts.com/css/nanumsquare-neo');

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    height: 100%;
    margin: 0; 
    background-color: #ffffff !important;
    color-scheme: light;
}

body {
    height: 100%;
    margin: 0;
    min-height: 100vh;
    position: relative;
    font-family: "Pretendard Variable";
    color: #222222;
    word-break: keep-all;
    letter-spacing:-0.2px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, p {
    margin-bottom: 0;
}

a {
    text-decoration:none;
    color:inherit;
}

.font-pretendard {
    font-family: "Pretendard Variable";
}

main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
}

.header-height {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 9999;
    border-bottom: 1px solid #e2e2e2;
    height: 60px;
}

@media (min-width: 575.98px) {
    .header-height {
        height: 70px;
    }
}

@media (min-width: 1200px) {
    .header-height {
        height: 76px;
    }
}

.container-fluid {
    max-width: 1850px;
}

@media (min-width: 1920.02px) {
    .container-fluid {
        max-width: 1860px;
    }
}

@media (min-width: 1200.02px) {
    .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * 0.9);
        padding-left: calc(var(--bs-gutter-x) * 0.9);
    }
}

.flex {
    display: flex;
}

.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.align-center {
    align-items: center
}

.header-left a{
    display: flex;
    align-items: start;
}

.header-left img {
    width: 19px;
}

.header-left span {
    font-size: 23px;
    font-weight: 600;
    margin-left: 3px;
}

@media (max-width: 575.98px) {
    .header-left span {
        font-size: 20px;
        margin-left: 3px;
    }

    .header-left img {
        width: 18px;
    }
}

.header-center {
    flex: 1;
    display: flex;
    justify-content: start;
    gap: 36px;
    margin-left: 68px;
}

@media (max-width: 1199.98px) {
    .header-center {
        display: none;
    }
}

.header-center a {
    font-size: 16.5px;
    font-weight: 500;
}

.header-right a{
    display: none;
    font-size: 16.5px;
    font-weight: 500;
    /* color: rgb(25, 103, 210) */
}

@media (min-width: 1199.98px) {
    .header-right a {
        display: flex;
    }
}

.header-right .material-icons {
    font-variation-settings: 'FILL' 1;
    color: #5F6368;
    font-weight: 300;
    margin-right: 5px;
    user-select: none;
    -webkit-user-select: none;
    transform: translateY(0px);
}

.navbar-toggler-icon {
    background-image: url("../images/icon/open1.svg");
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url("../images/icon/close1.svg");
    width: 18px;
    height: 18px;
}

.mobile-menubar {
    margin-top: 90px;
}

.mobile-menubar ul {
    list-style: none;
    padding: 0px 16px;
}

.mobile-menubar ul li {
    margin-top: 16px;
    margin-bottom: 16px;
}

.mobile-menu-link {
    font-size: 22px;
    margin: 0px 18px;
    font-weight: 500
}

.mobile-menubar ul li:last-of-type {
    margin-top: 30px;
}

/* ===== 메인 히어로 ===== */

@media (max-width: 768.98px) {
    .display-left {
        text-align: center;
        max-width: 680px;
        margin: auto
    }
}

@media (max-width: 1199.98px) {
    .display-left {
        text-align: center;
        max-width: 780px;
        margin: auto
    }
}

.fs-display {
    font-size: 58px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 16px;
}

@media (max-width: 1119.98px) {
    .fs-display {
        font-size: 40px;
    }
}

@media (max-width: 576.98px) {
    .fs-display {
        font-size: 32px;
    }
}

@media (max-width: 360.98px) {
    .fs-display {
        font-size: 30px;
    }
}

.display-paragraph-lg {
    font-size: 20px;
    color: #4f5358;
    margin-bottom: 30px
}

@media (max-width: 1199.98px) {
    .display-paragraph-lg {
        font-size: 18px;
    }
}

.display-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media (min-width: 1199.98px) {
    .display-btns {
        justify-content: start;
    }
}

.display-paragraph-sm {
    font-size: 15px;
    color: #4f5358;
}

@media (max-width: 1199.98px) {
  .display-paragraph-sm {
    font-size: 14px;
  }
}

/* ===== 공통 ===== */
.blue-animation {
    --g1: rgb(36, 127, 253);
    --g2: rgb(21, 85, 245);
    --g3: rgb(60, 150, 252);

    background: linear-gradient(45deg,
            var(--g1) 0%,
            var(--g2) 10%,
            var(--g3) 20%,
            var(--g1) 35%,
            var(--g2) 50%,
            var(--g3) 60%,
            var(--g1) 70%,
            var(--g2) 80%,
            var(--g3) 90%,
            var(--g1) 100%);

    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    animation: gemini-flow 5s linear infinite;
}

@keyframes gemini-flow {
    0% {
        background-position: 100% 0%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.sub-display {
    font-size: 46px;
    line-height: 1.25;
    font-weight: 700
}

@media (max-width: 1200px) {
    .sub-display {
        font-size: 36px;
    }
}

@media (max-width: 576.98px) {
    .sub-display {
        font-size: 26px;
    }
}

@media (max-width: 360.98px) {
    .sub-display {
        font-size: 24px;
    }
}

.sub-page-title {
  font-size: 44px;
  line-height: 50px;
  font-weight: 600
}

@media (max-width: 576.98px) {
    .sub-page-title  {
        font-size: 26px;
    }
}

.sub-text {
  font-size: 20px;
  color: #4f5358;
  font-weight: 400;
}

@media (max-width: 576.98px) {
  .sub-text {
    font-size: 16px;
  }
}

@media (max-width: 768.98px) {
  .sub-text {
    font-size: 18px;
  }
}

.mathman-area {
  padding: 12px;
  margin-top: 26px;
}
.mobile-mathman-img {
    width:27%;
}

@media (max-width: 575.98px) {
    .mobile-mathman-img {
        width:50%;
    }
}


@media (max-width: 1200px) {
  .navbar-collapse {
    max-height: 100vh; /* 메뉴가 화면의 75%만 차지하고, 넘치면 스크롤 */
    overflow-y: auto;
    transition:none; /* 메뉴 내부에서만 스크롤 허용 */
  }
}

/* 메뉴바 배경 투명으로 만들기 */
@media (max-width: 1200px) {
  .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.85) !important;
    /* 같은 색상과 투명도를 적용 */
    backdrop-filter: blur(9px);
    /* 배경 흐림 효과 */
    -webkit-backdrop-filter: blur(9px);
    /* 사파리 호환성 */
    position: fixed;
    /* 메뉴가 전체 화면을 덮도록 설정 */
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0px;
    z-index: 1050;
    /* z-index를 높게 설정하여 메뉴가 상단에 위치 */
  }

  .navbar-nav {
    background-color: transparent;
    /* 같은 색상과 투명도를 적용 */
    position: fixed;
    /* 메뉴가 전체 화면을 덮도록 설정 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 20px;
    margin-top: 0px;
    z-index: 1050;
    /* z-index를 높게 설정하여 메뉴가 상단에 위치 */
  }
}

.navbar-toggler {
  position: relative;
  z-index: 1051;
}



/* ===== 감추어진 높이들 ===== */
.hidden-height-top {
    height: 68px;
}

@media (min-width: 757.98px) {
    .hidden-height-top {
        height: 86px;
    }
}

@media (min-width: 1200px) {
    .hidden-height-top {
        height: 100px;
    }
}

.hidden-height2 {
    height: 100px;
}

@media (min-width: 757.98px) {
    .hidden-height2 {
        height: 110px;
    }
}

@media (min-width: 1200px) {
    .hidden-height2 {
        height: 180px;
    }
}

.hidden-height.height80-60 {
  height: 80px;
}

@media (max-width: 1199.98px) {
  .hidden-height.height80-60 {
    height: 60px;
  }
}

.hidden-height.height70-50 {
  height: 70px;
}

@media (max-width: 1199.98px) {
  .hidden-height.height70-50 {
    height: 50px;
  }
}

/* ==== 버튼 ====*/

.blue-btn-hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #1a73e8;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
    text-decoration: none;
    min-height: 48px;
    min-width: 100px;
    text-align: center;
}

@media (max-width:575.98px) {
    .blue-btn-hover {
        font-size: 16px;
        width: 100%;
    }
}

.blue-btn-hover:hover {
    background-color: #1669c1;
}

.blue-btn-hover:active, .blue-btn-hover:focus {
    background-color: #1669c1;
}

.white-btn-hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;  
    font-size: 16px;
    font-weight: 500;
    color: #1a73e8;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 999px;
    cursor: pointer;
    min-height: 48px;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s, box-shadow 0.2s;
}

@media (max-width:575.98px) {
    .white-btn-hover {
        font-size: 16px;
        width: 100% !important;
    }
}

.white-btn-hover:hover {
    background-color: #F4F8FE;
    border: 1px solid #1A73E8;
}

.white-btn-hover:focus {
    background-color: #F4F8FE;
    border: 1px solid #1A73E8;
}
.submenu-btn {
    border: 1px solid #3561ff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 21px;
    color: #3561ff;
    border-radius: 4px
}

/*==== 섹션 1 ===== */

.section-one-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.section-one-item {
    position: relative;
    border-radius: 20px;
    padding: 48px 44px;
    border: 1.5px solid #e8eaed;
    box-shadow: 0 2px 8px rgba(60, 64, 67, 0.06);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: default;
}

.section-one-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(60, 64, 67, 0.14);
    border-color: var(--card-color, #1a73e8);
}

.section-one-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 16px;
}

.section-one-icon .material-icons {
  font-size: 28px;
}

.section-one-item:nth-child(1) .section-one-icon  {
  background: #e8f0fe;
}
.section-one-item:nth-child(1) .section-one-icon .material-icons {
  color: #1a73e8;
}
.section-one-item:nth-child(2) .section-one-icon  {
  background: #e6f4ea;
}
.section-one-item:nth-child(2) .section-one-icon .material-icons {
  color: #1e8e3e;
}

.section-one-grid .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  text-align: start;
}

@media (max-width: 575.98px) {
  .section-one-grid .title {
    font-size: 20px;
  }
}

@media (max-width: 1199.98px) {
  .section-one-grid .title {
    font-size: 22px;
  }
}

.section-one-grid .desc {
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  color: #4f5358;
  text-align: start;
}

@media (max-width: 768.02px) {
  .section-one-grid {
    grid-template-columns: 1fr;
  }

  .section-one-item {
    padding: 40px 32px;
  }  
}

@media (max-width: 1199.98px) {
  .section-one-grid .desc {
    font-size: 16px;
  }
}

/* ==== 섹션 1 끝 ==== */

/* ==== 섹션 2 시작 ==== */
.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 100px;
}

.feature-row:last-child {
    margin-bottom: 0px;
}

/* 짝수 행은 미디어 왼쪽 */
.feature-row:nth-child(even) .feature-text {
    order: 1;
}

.feature-row:nth-child(even) .feature-media {
    order: 2;
}

/* 홀수 행은 미디어 오른쪽 */
.feature-row:nth-child(odd) .feature-text {
    order: 2;
}

.feature-row:nth-child(odd) .feature-media {
    order: 1;
}

.feature-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #1a73e8;
    margin-bottom: 18px;
}

@media (max-width: 768.02px) {
    .feature-label {
        margin-bottom: 14px;
    }
}

.feature-label-line {
    display: block;
    width: 18px;
    height: 2px;
    background: #1a73e8;
    border-radius: 2px;
}

.feature-row .title{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 16px;
}

.feature-row .desc {
  font-size: 18px;
  color: #4f5358;
  margin-bottom: 28px;
  line-height: 1.7
}

/* Chips — 딱 하나만 */
.feature-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.feature-chips .chip {
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 999px;
  background: #f1f3f4;
  border: 1px solid #c5d9fb;
  background: #e8f0fe;
  color: #333;
}

.feature-media {
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 1px 2px rgba(60, 64, 67, 0.06),
        0 4px 16px rgba(60, 64, 67, 0.10),
        0 0 0 1px rgba(60, 64, 67, 0.06);
    position: relative;
    aspect-ratio: 4 / 3;
}

.feature-media img,
.feature-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768.02px) {
    .feature-row {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 80px;
    }

    .feature-row .title {
        font-size: 24px;
    }

    .feature-row .desc {
        font-size: 16px;
    }

    .feature-row:nth-child(even) .feature-text {
        order: 2;
    }

    .feature-row:nth-child(even) .feature-media {
        order: 1;
    }

    .feature-row:nth-child(odd) .feature-text {
        order: 2;
    }

    .feature-row:nth-child(odd) .feature-media {
        order: 1;
    }
}

@media (max-width: 575.98px) {
  .feature-row .title {
    font-size: 22px;
  }
  .feature-row .desc {
    font-size: 15px;
  }
}
/* ==== 섹션 2 끝 ==== */

/* ==== 섹션 3 시작 ==== */
.homepage-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

@media (max-width: 768.02px) {
  .homepage-row {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.browser {
    width: 130px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 26px rgba(33, 119, 232, 0.25);
    overflow: hidden;
    margin: 0 auto;
}

.browser__bar {
    background: #f1f3f4;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.browser__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.browser__body {
    height: 78px;
    padding: 6px;
    position: relative;
    overflow: hidden;
}

.browser__hero {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.hero-slides {
    display: flex;
    width: 300%;
    height: 100%;
    animation: slideHero 4s ease-in-out infinite;
}

.hero-slide {
    width: 33.333%;
    height: 100%;
}

@keyframes slideHero {

    0%,
    30% {
        transform: translateX(0);
    }

    40%,
    60% {
        transform: translateX(-33.333%);
    }

    70%,
    90% {
        transform: translateX(-66.666%);
    }

    100% {
        transform: translateX(0);
    }
}

.browser__line {
    height: 4px;
    border-radius: 3px;
    background: #e8eaed;
    margin-bottom: 4px;
}

.browser__line--short {
    width: 60%;
}

.blog-mockup {
    width: 130px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 26px rgba(30, 200, 0, 0.25);
    overflow: hidden;
    margin: 0 auto;
}

.blog-mockup__bar {
    background: #03c75a;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-mockup__logo {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 3px;
    color: #03c75a;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.blog-mockup__bar-lines {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}

.blog-mockup__bar-line {
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .5);
}

.blog-mockup__bar-line--short {
    width: 60%;
}

.blog-mockup__body {
    height: 67px;
    /* browser__body와 동일 */
    overflow: hidden;
    position: relative;
    padding: 6px;
}

.blog-mockup__body::before,
.blog-mockup__body::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 16px;
    z-index: 2;
    pointer-events: none;
}

.blog-mockup__body::before {
    top: 0;
    background: linear-gradient(to bottom, #fff, transparent);
}

.blog-mockup__body::after {
    bottom: 0;
    background: linear-gradient(to top, #fff, transparent);
}

.blog-mockup__track {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 6px 0;
    animation: blogScrollDown 5s linear infinite;
}

@keyframes blogScrollDown {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0%);
    }
}

.blog-mockup__post {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-mockup__thumb {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    flex-shrink: 0;
}

.blog-mockup__post-lines {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}

.blog-mockup__post-line {
    height: 4px;
    border-radius: 2px;
    background: #e8eaed;
}

.blog-mockup__post-line--short {
    width: 55%;
}

.homepage-row .title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
}
.homepage-row .desc {
  font-size: 18px;
  color: #4f5358;
  line-height: 1.7
}

@media (max-width: 768.02px) {
  .homepage-row .title {
    font-size: 26px;
  }

  .homepage-row .desc {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .homepage-row .title {
    font-size: 22px;
  }
  .homepage-row .desc {
    font-size: 15px;
  }
}

.homepage-extras {
  display: flex;
  align-items: flex-start;
  gap: 0;
  background: #f8f9fa;
  border-radius: 20px;
  padding: 32px 28px;
}

.homepage-extra-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px;
}

.homepage-extra-item:first-child {
  padding-left: 0;
}

.homepage-extra-item:last-child {
  padding-right: 0;
}

.homepage-extra-title {
  font-size: 18px;
  font-weight: 600;
  color: #202124;
  margin: 0;
}

.homepage-extra-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #42474D;
  margin: 0;
}

.homepage-extra-divider {
  width: 1px;
  align-self: stretch;
  background: #e0e0e0;
  flex-shrink: 0;
  margin: 4px 0;
}

@media (max-width: 768.02px) {
  .homepage-extras {
    flex-direction: column;
    padding: 24px 20px;
  }

  .homepage-extra-item {
    padding: 16px 0;
  }

  .homepage-extra-item:first-child {
    padding-top: 0;
  }

  .homepage-extra-item:last-child {
    padding-bottom: 0;
  }

  .homepage-extra-divider {
    width: auto;
    height: 1px;
    align-self: stretch;
    margin: 0;
  }

  .homepage-extra-title {
    font-size: 16px;
  }

  .homepage-extra-desc {
    font-size: 14px;
  }
}
/* ==== 섹션 3 끝 ==== */

/* ==== 섹션 4 시작 ==== */

.process-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  align-items: center;
}

@media (max-width: 768.02px) {
  .process-row {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.process-item {
  height: 100%;
}

.process-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 32px 36px;
    border: 1.5px solid #e8eaed;
    box-shadow: 0 2px 8px rgba(60, 64, 67, 0.06);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: default;
}

.process-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 20px 20px 0 0;
    background: var(--card-color, #1a73e8);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.process-card:hover::before {
    transform: scaleX(1);
}

.process-card:hover {
    box-shadow: 0 12px 32px rgba(60, 64, 67, 0.14);
    border-color: var(--card-color, #1a73e8);
}

.process-item:nth-child(1) .process-card {
    --card-color: #1a73e8;
    --icon-bg: #e8f0fe;
    --icon-color: #1a73e8;
}

.process-item:nth-child(2) .process-card {
    --card-color: #1e8e3e;
    --icon-bg: #e6f4ea;
    --icon-color: #1e8e3e;
}

.process-item:nth-child(3) .process-card {
    --card-color: #e37400;
    --icon-bg: #fef3e2;
    --icon-color: #e37400;
}

.step-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--card-color, #1a73e8);
    margin-bottom: 20px;
}

@media (max-width: 768.02px) {
  .step-badge {
    margin-bottom: 16px;
  }
}


.step-badge-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--card-color, #1a73e8);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--icon-bg, #e8f0fe);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.process-icon-wrap span {
    font-size: 32px;
    color: var(--icon-color, #1a73e8);
    font-variation-settings: 'FILL' 1, 'wght' 300;
}

.process-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    transition: color 0.2s;
}

.process-desc {
    font-size: 16px;
    color: #42474D;
}

@media (max-width: 768.02px) {
  .process-heading {
    font-size: 22px;
  }
}

.price-cta-card {
  background-color: #fff;
  border-radius: 20px;
  border: 1.5px solid #e8eaed;
  box-shadow: 0 2px 8px rgba(60, 64, 67, 0.06);
  overflow: hidden;
}

.price-inner {
  padding: 70px 100px;
}

@media (max-width: 1199.98px) {
  .price-inner { padding: 48px 48px; }
}

@media (max-width: 575px) {
  .price-inner { padding: 36px 24px; }
}

.price-card-banner {
  background: linear-gradient(90deg, #e8f0fe, #c5d8fb, #ddf0fb, #e8f0fe);
  background-size: 300% 100%;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 24px;
  letter-spacing: 0.03em;
  animation: bannerShift 8s ease infinite;
}

@keyframes bannerShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: stretch !important;
}
@media (max-width: 768.02px) {
  .price-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.price-desc {
  display: flex;
  align-items: start;
  gap: 6px;
}

.price-desc .symbol {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding-top: 8px;
}

@media (max-width: 768.02px) {
  .price-desc .symbol {
    padding-top: 5px;
  }
}

.price-desc .number {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2px;
}

@media (max-width: 768.02px) {
  .price-desc .number {
    font-size: 44px;
  }
}

.price-left .title {
  font-size: 20px;
  font-weight: 500;
  color: #1a73e8;
  background: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 14px
}

.price-right .desc {
  font-size: 22px;
  line-height: 1.7
}

@media (max-width: 768.02px) {
  .price-right .desc {
    font-size: 16px;
  }
}

.price-subdesc {
  margin-top: 18px;
  font-size: 14px;
  color: #80868b;
}

/*===== 섹션 4 끝 =====*/

/*===== 섹션 5 시작 =====*/
.faq-accordion .accordion-collapse {
  transition: height 0.2s ease-out;
}

.faq-accordion {
  overflow: hidden;
  background: #fff;
}

.faq-accordion .accordion-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 20px 0px;
  font-size: 22px;
  font-weight: 400;
  background: #fff;
  box-shadow: none;
  border-bottom: none;
  transition: none;
}

@media (max-width: 1199.98px) {
  .faq-btn {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .faq-btn {
    font-size: 18px;
  }
}

.faq-btn::after {
  display: none;
}

.faq-question {
  text-align: left;
  line-height: 1.4;
}

.faq-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #4285f4;
  color: #fff;
  transition: background 0.2s ease, color 0.2s ease;
}

@media (max-width: 1199.98px) {
  .faq-icon {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 575.98px) {
  .faq-icon {
    width: 28px;
    height: 28px;
  }
}

.faq-icon::before {
  content: "add";
  font-family: "Material Icons";
  font-size: 26px;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .faq-icon::before {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .faq-icon::before {
    font-size: 18px;
  }
}

.faq-btn:not(.collapsed) {
  background: #fff;
  border-bottom: none;
}

.faq-btn:not(.collapsed) .faq-icon {
  background: #4285f4;
  color: #fff;
}

.faq-btn:not(.collapsed) .faq-icon::before {
  content: "close";
}

.faq-accordion .accordion-body {
  padding: 8px 0px 26px 0px;
  font-size: 20px;
  line-height: 1.7;
  color: #4f5358;
  background: #ffff;
  border-bottom: none;
}

@media (max-width: 1199.98px) {
  .faq-accordion .accordion-body {
    padding: 8px 0px 20px 0px;
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .faq-accordion .accordion-body {
    padding: 8px 0px 18px 0px;
    font-size: 16px;
  }
}

/*===== 섹션 5 끝 =====*/

/*==== 푸터 ===== */

.site-footer {
  border-top: 1px solid #f0f0f0;
  background: #fff;
  padding: 56px 0 0;
}
.site-footer__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
}
.site-footer__logo {
  font-size: 22px;
  font-weight: 700;
  color: #202124;
  margin: 0;
}
.site-footer__nav {
  display: flex;
  gap: 36px;
  align-items: center;
}
.site-footer__nav a {
  font-size: 16px;
  color: #5F6368;
  text-decoration: none;
  transition: color .2s;
  font-weight: 500;
}
.site-footer__nav a:hover {
  color: #2c2c2c;
}
.site-footer__contact-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #9aa0a6;
  margin: 0 0 6px;
}
.site-footer__contact-num {
  font-size: 20px;
  font-weight: 700;
  color: #202124;
  margin: 0 0 4px;
}
.site-footer__contact-hours {
  font-size: 14px;
  color: #80868b;
  margin: 0;
}
.site-footer__divider {
  height: 1px;
  background: #f0f0f0;
}
.site-footer__bottom {
  padding: 22px 0;
  display: flex;
flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
}
.site-footer__bottom-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer__policy {
  display: flex;
  gap: 20px;
}
.site-footer__policy a {
  font-size: 12px;
  font-weight: 600;
  color: #202124;
  text-decoration: none;
  transition: color .2s;
}
.site-footer__policy a:hover {
  color: #1a73e8;
}
.site-footer__biz {
  font-size: 12px;
  color: #9aa0a6;
  margin: 0;
  line-height: 1.8;
}
.site-footer__copy {
  font-size: 12px;
  color: #9aa0a6;
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .site-footer__top > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-my {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 575.98px) {
.footer-my {
    display: flex;
    flex-direction: column;
}
}

/* ====== 푸터 끝 ====== */

/* ======= 가격페이지 ======= */
.plan-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch
}

@media (max-width: 765.98px) {
  .plan-row {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.plan-card-wrapper {
  background-color: #fff;
  border-radius: 20px;
  border: 1.5px solid #e8eaed;
  box-shadow: 0 2px 8px rgba(60, 64, 67, 0.06);
  overflow: hidden;
}

.plan-card {
  padding: 40px 30px;
}

.banner-basic {
  background: linear-gradient(90deg, #d2e3fc, #bdd8f8, #c5e8f7, #d2e3fc); /*background: linear-gradient(90deg, #d2e3fc, #cde7d8, #fde7c4, #d2e3fc); background: linear-gradient(90deg, #d2e3fc, #cde7d8, #fde7c4); background: linear-gradient(90deg, #d2e3fc, #cde7d8, #fde7c4, #d2e3fc); */
  background-size: 300% 100%;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  animation: bannerShift 16s ease infinite;
}

.banner-basic3 {
background: linear-gradient(90deg, #0b1f3a, #1f4e8c, #123057, #2a5ea8, #0b1f3a); /*background: linear-gradient(90deg, #0f172a, #1e3a5f, #16263d, #274472, #0f172a);*/
  background-size: 300% 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  animation: bannerShift 16s ease infinite;
}


.banner-custom {
  background: #1a73e8;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 24px;
}

.banner-basic2 {
  background: linear-gradient(94deg, rgb(49, 134, 255) -21.75%, rgb(52, 107, 241) 37.94%, rgb(79, 160, 255) 92.75%), linear-gradient(90deg, rgb(157, 144, 255) 0%, rgb(33, 123, 254) 32.21%, rgb(33, 123, 254) 70.33%, rgb(189, 153, 254) 100%), linear-gradient(90deg, rgb(33, 123, 254) -30.32%, rgb(7, 142, 251) 21.87%, rgb(172, 135, 235) 83.64%, rgb(238, 77, 93) 131.72%), linear-gradient(45deg, rgb(215, 230, 255) -16.54%, rgb(199, 228, 255) 15.75%, rgb(220, 226, 255) 76.39%, rgb(236, 220, 251) 103.06%);

  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}

/* ====== 가격 페이지 끝 ===== */

/* 로그인 페이지 시작 */

.login-wrapper{
    margin: auto;
    padding: 60px 19px;
    max-width: 500px;
}

@media (min-width:575.98px) {
    .login-wrapper {
        padding: 9rem 19px;
    }
}

.login-card{
    width:100%;
    max-width:500px;
    padding:40px 40px;
    background:#fff;
    border-radius:20px;
    border: none;
}

@media (max-width:575.98px) {
    .login-card {
        padding: 40px 20px;
    }
}

.login-logo{
    text-align:center;
    margin-bottom:35px;
}

.login-logo img {
    width: 150px;
}

@media (max-width:575.98px) {
    .newlogin-logo img {
        width: 140px;
    }
}

.login-form{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.login-field{
    display:flex;
    flex-direction:column;
}

.login-field label{
    font-size:14px;
    font-weight:500;
    margin-bottom:6px;
    color:#666;
}

.login-field input{
    padding:12px 14px;
    border-radius:8px;
    border:1px solid #cfcfcf;
    font-size:16px;
    transition:all .2s;
}

.login-field input:focus{
    outline:none;
    border-color:#111827;
    box-shadow:0 0 0 3px rgba(17,24,39,0.08);
}

.login-btn{
    margin-top:10px;
    padding:13px;
    border:none;
    border-radius: 8px;
    background:#6b7280;
    color:#fff;
    font-size:15px;
    font-weight:500;
    cursor:pointer;
    transition:all .2s;
    text-align: center;
}

.login-btn:hover{
    background:#333;
}


/* 로그인 페이지 끝 */

/*===== 테스트 ===== */
.pricing-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e8eaed;
  box-shadow: 0 4px 20px rgba(60, 64, 67, 0.08);
  overflow: hidden;
  transition: all 0.25s ease;
  position: relative;
}

/* 🔥 hover 효과 */
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(60, 64, 67, 0.15);
}

/* 상단 배지 */
.pricing-badge {
  background: linear-gradient(90deg, #1a73e8, #3d7df0);
  color: #fff;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 999px;
  position: absolute;
  top: 16px;
  left: 16px;
}

/* 내부 영역 */
.pricing-body {
  padding: 40px 32px 32px;
  text-align: center;
}

/* 타이틀 */
.pricing-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

/* 가격 */
.pricing-price {
  margin-bottom: 16px;
}

.price-num {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -1px;
}

.price-unit {
  font-size: 16px;
  color: #5f6368;
  margin-left: 4px;
}

/* 설명 */
.pricing-desc {
  font-size: 16px;
  color: #5f6368;
  margin-bottom: 28px;
  line-height: 1.5;
}

/* CTA 버튼 */
.pricing-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  background: linear-gradient(90deg, #1e3a5f, #1E4C88);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s;
}


/* 구분선 */
.pricing-divider {
  height: 1px;
  background: #e8eaed;
  margin: 32px 0;
}

/* 기능 리스트 */
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.pricing-features li {
  font-size: 15px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

/* 체크 아이콘 느낌 */
.pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1a73e8;
  font-weight: bold;
}






/* ────────────────────────────────
   FAQ
──────────────────────────────── */

.faq-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
}

.faq-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  padding: 26px 16px;
  border-radius: 12px;
  border: none;
  /* 1.5px solid #E4E5ED; */
  background: #f0f7ff;
  font-size: 16px;
  font-weight: 500;
  color: #3c4043;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
  flex: 1;
}

.faq-tab .tab-icon {
  font-family: 'Material Symbols Rounded';
  font-size: 30px;
  font-variation-settings: 'FILL' 1, 'wght' 400;
  line-height: 1;
}

.faq-tab:hover {
  background: #e8f0fe;
  color: #3c4043;
}

/* 각 탭 활성 색상 */

.faq-tab.active {
  background: #d2e3fc;
  /* 한 단계 더 진하게 */
  color: #1a56a0;
}

@media (max-width: 585.98px) {
  .faq-tabs {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .faq-tabs::-webkit-scrollbar {
    display: none;
  }

  .faq-tab {
    flex: 0 0 auto;
  }
}

/* 아이콘 색도 탭 색 따라가도록 */
.faq-tab.active .tab-icon {
  color: inherit;
}

/* ── FAQ 리스트 ── */
.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item-t {
  border-bottom: 1px solid #f1f3f4;
  display: none;
}

.faq-item-t.visible {
  display: block;
}


  .faq-q {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #202124;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    transition: color 0.15s;
  }

  .faq-q:hover { color: #1a73e8; }
  .faq-item-t.open .faq-q { color: #1a73e8; }

  .faq-q-icon {
    width: 18px; height: 18px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
    color: #bdc1c6;
  }

  .faq-item-t.open .faq-q-icon {
    transform: rotate(180deg);
    color: #1a73e8;
  }

  .faq-a {
    font-size: 14px;
    color: #5f6368;
    line-height: 1.75;
    padding-bottom: 20px;
    display: none;
    max-width: 720px;
  }

  .faq-item-t.open .faq-a { display: block; }



/* ────────────────────────────────
   연락 수단
──────────────────────────────── */

.contact-section {
  padding: 0 0;
  border-top: 1px solid #e8eaed;
}

.section-label {
  font-size: 11px;
  font-weight: 500;
  color: #80868b;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-card {
  border: 1px solid #e8eaed;
  border-radius: 20px;
  padding: 36px 40px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  transition: border-color 0.2s, transform 0.2s;
  cursor: default;
}

.contact-card:hover {
  border-color: #1a73e8;
  transform: translateY(-2px);
}

.contact-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-card-icon.blue { background: #e8f0fe; }
.contact-card-icon.yellow { background: #fef7e0; }

.contact-card-body {}

.contact-card-title {
  font-size: 17px;
  font-weight: 500;
  color: #202124;
  margin-bottom: 6px;
}

.contact-card-value {
  font-size: 22px;
  font-weight: 600;
  color: #202124;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.contact-card-hours {
  font-size: 13px;
  color: #80868b;
  margin-bottom: 16px;
  line-height: 1.5;
}

.contact-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #1a73e8;
  text-decoration: none;
  transition: opacity 0.15s;
}

.contact-card-btn:hover { opacity: 0.7; }

/* 카드형으로 변경 
.faq-item-t {
  background: #fff;
  border-bottom: 1px solid #e8eaed;
  border-radius: 0px;
  padding: 0 20px;
  transition: all 0.25s ease;
}

/* hover 효과
.faq-item-t:hover {
  border-color: #d2e3fc;
}

/* 열렸을 때 
.faq-item-t.open {
  border-color: #1a73e8;
  background: #f8fbff;
  box-shadow: 0 6px 18px rgba(26,115,232,0.08);
}*/

  /* ── A: 다크 ── */
  .card-tt {
    background: #F7F8FA;
    border-radius: 20px;
    padding: 44px 52px;
    margin: 0 auto;
  }

  .card-eyebrow {
    font-size: 11px;
    font-weight: 500;
    color: #1a73e8;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .card-title {
    font-size: 22px;
    font-weight: 400;
    color: #202124;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
  }

  .card-desc {
    font-size: 14px;
    color: #42474D;
    margin-bottom: 36px;
    line-height: 1.6;
  }

  .divider {
    height: 1px;
    background: #e0e4eb;
    margin-bottom: 32px;
  }

  .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
    margin-bottom: 36px;
  }

  .info-label {
    font-size: 11px;
    font-weight: 500;
    color: #42474D;
  }

  .info-value {
    font-size: 15px;
    font-weight: 500;
    color: #202124;
    line-height: 1.6;
  }

  .btn-kakao {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fee500;
    color: #111;
    border: none;
    border-radius: 100px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Google Sans', sans-serif;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s;
  }
  .btn-kakao:hover { background: #fdd800; }

  @media (max-width: 560px) {
    .card { padding: 32px 28px; }
    .info-grid { grid-template-columns: 1fr; }
  }




    .sc-card {
    background: #f7f8fa;
    border-radius: 20px;
    padding: 44px 52px;
  }

  .sc-title {
    font-size: 22px;
    font-weight: 400;
    color: #202124;
    letter-spacing: -0.3px;
    margin-bottom: 6px;
  }

  .sc-desc {
    font-size: 14px;
    color: #5f6368;
    line-height: 1.6;
    margin-bottom: 32px;
  }

  .sc-divider {
    height: 1px;
    background: #e0e4eb;
    margin-bottom: 28px;
  }

  .sc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
    margin-bottom: 32px;
  }

  .sc-label {
    font-size: 11px;
    font-weight: 500;
    color: #80868b;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 7px;
  }

  .sc-value {
    font-size: 16px;
    font-weight: 500;
    color: #202124;
    line-height: 1.5;
  }

  .sc-sub {
    font-size: 12px;
    color: #80868b;
    margin-top: 3px;
  }

  .sc-btn-kakao {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fee500;
    color: #111;
    border: none;
    border-radius: 100px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Google Sans', sans-serif;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s;
  }
  .sc-btn-kakao:hover { background: #fdd800; }

  @media (max-width: 560px) {
    .sc-card { padding: 32px 24px; }
    .sc-grid { grid-template-columns: 1fr; }
  }





  
  .lp-card {
    background: #fff;
    border-radius: 24px;
    padding: 48px 44px;
    border: 1px solid #e8eaed;
  }

  /* 로고 */
  .lp-logo {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 3px;
    margin-bottom: 36px;
    text-decoration: none;
  }

  .lp-logo-mark {
    width: 36px;
    height: 36px;
    background: #1a73e8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lp-logo-mark svg { color: #fff; }

  .lp-logo-name {
    font-family: 'Google Sans Display', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #202124;
    letter-spacing: -0.3px;
  }

  /* 헤딩 */
  .lp-heading {
    text-align: center;
    margin-bottom: 32px;
  }

  .lp-title {
    font-size: 24px;
    font-weight: 400;
    color: #202124;
    letter-spacing: -0.3px;
    margin-bottom: 6px;
  }

  .lp-subtitle {
    font-size: 14px;
    color: #80868b;
  }

  /* 폼 */
  .lp-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .lp-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .lp-label {
    font-size: 13px;
    font-weight: 500;
    color: #3c4043;
  }

  .lp-input {
    padding: 12px 16px;
    border: 1px solid #c5ccd2;
    border-radius: 10px;
    font-size: 16px;
    color: #202124;
    background: #fff;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
  }

  .lp-input::placeholder { color: #bdc1c6; }

  .lp-input:focus {
    border-color: #1a73e8;
  }

  /* 아이디/비밀번호 찾기 */
  .lp-find {
    display: flex;
    justify-content: flex-end;
    margin-top: -4px;
  }

  .lp-find a {
    font-size: 15px;
    text-decoration: none;
    color: #333333;
    opacity: 0.7; 
    transition: opacity 0.15s;
  }

  .lp-find a:hover { opacity: 1; }

  /* 로그인 버튼 */
  .lp-btn {
    margin-top: 4px;
    padding: 13px;
    border: none;
    border-radius: 10px;
    background: #1a73e8;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Google Sans', sans-serif;
    cursor: pointer;
    transition: background 0.15s;
    text-align: center;
    text-decoration: none;
    display: block;
  }

  .lp-btn:hover { background-color: #1669c1;}

  /* 구분선 */
  .lp-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 4px 0;
  }

  .lp-divider-line {
    flex: 1;
    height: 1px;
    background: #f1f3f4;
  }

  .lp-divider-text {
    font-size: 12px;
    color: #bdc1c6;
  }

  /* 카카오 로그인 */
  .lp-btn-kakao {
    padding: 13px;
    border: none;
    border-radius: 10px;
    background: #fee500;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Google Sans', sans-serif;
    cursor: pointer;
    transition: background 0.15s;
    text-align: center;
    text-decoration: none;
    display: block;
  }

  .lp-btn-kakao:hover { background: #fdd800; }

  /* 하단 회원가입 */
  .lp-footer {
    margin-top: 24px;
    text-align: center;
    font-size: 16px;
    color: #333333;
  }

  .lp-footer a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 600;
  }

  .lp-footer a:hover { text-decoration: underline; }