@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");


html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-height: 100vh;
    position: relative;
    font-family: "Pretendard Variable";
    color: #15171A;
    word-break: keep-all;
    letter-spacing:-0.2px;
    display: flex;
    flex-direction: column;
}

main {
    margin-top:67px;
}

@media (min-width: 992px) {
    main {
        margin-top:83px;
    }
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.85;
}

@media (min-width: 992px) {
    .navbar-nav {
        transform: translate(0px, 4px);
    }
}

p {
    margin-bottom: 0;
}

.text-530blue {
    color:#0C00FF;
}

.banner-text {
    font-size: calc(1.625rem + 4.5vw);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: Montserrat;
}

@media (min-width: 1200px) {
    .banner-text {
        font-size: 7rem;
    }
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

.navbar .dropdown-toggle::after {
    display: none; /* 드롭다운 옆 삼각형 제거 */
}
.dropdown-menu {
    position: absolute;
    display: none;
    padding: 0.75rem 0rem;
    margin: 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f0f3f6;
    border-radius: 1.125rem;
    box-shadow:  0 0.4375rem 1.25rem rgba(208, 208, 196, 0.32);
}

.nav-link {
    color: #656A73; /* 기본 색상 */
    font-weight: 500;
    padding: 8px 12px !important;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active,
.nav-link.active {
    color: #0C00FF; 
}

.nav-link.show {
    color: #0C00FF !important; 
}

.dropdown-item:hover,
.dropdown-item:focus {
    color:#0C00FF;
    background-color: #fff
}

.dropdown-item.active,
.dropdown-item:active {
    color:#0C00FF;
    text-decoration: none;
    background-color: #fff
}

.mt-32px {
    margin-top:32px;
}

.fs-base {
    font-size: 16px;
    line-height: 26px
}

@media (min-width: 1024px) {
    .fs-base {
        font-size: 18px;
        line-height: 30px;
    }
}

.form-control:focus{
    box-shadow: unset;
    border-color: #dee2e6
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
    /* 카드 높이를 동일하게 맞춤 */
}

.swiper-slide {
    display: flex;
    height: auto;
    /* 부모의 높이에 맞게 자동 조정 */
}

.card {
    flex: 1;
    /* 카드가 같은 높이를 가지도록 설정 */
}

.swiper-slide-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-gray {
    --bs-btn-color: #15171A;
    --bs-btn-bg: #F7F8FA;
    --bs-btn-border-color: #D0D4D9;
    --bs-btn-hover-color: #15171A;
    --bs-btn-hover-bg: #EDEFF2;
    --bs-btn-hover-border-color: #15171A;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color:#15171A;
    --bs-btn-active-bg: #EDEFF2;
    --bs-btn-active-border-color: #15171A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #15171A;
    --bs-btn-disabled-bg: #F7F8FA;
    --bs-btn-disabled-border-color:#D0D4D9;
    --bs-gradient: none;
}

.btn-530blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0C00FF;
    --bs-btn-border-color: #0C00FF;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2D03C2;
    --bs-btn-hover-border-color: #2D03C2;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2D03C2;
    --bs-btn-active-border-color: #2D03C2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0C00FF;
    --bs-btn-disabled-border-color: #0C00FF;
}

.zindex-2 {
    z-index: 2 !important;
}

.hero-height {
    height: 70vh
}

@media (min-width: 1024px) {
    .hero-height {
        height: 80vh
    }
}


.bg-position-top-center {
    background-position: top center !important;
}

.top-menu a{
    font-weight:500;
}

.fs-title {
    color: #15171A;
    font-size: 22px;
    line-height: 34px;
    font-weight:600;
}

@media (min-width: 1024px) {
    .fs-title {
        font-size: 36px;
        line-height: 50px
    }
}

.fs-semi-title {
    color: #15171A;
    font-size: 20px;
    line-height: 34px;
    font-weight:500;
}

@media (min-width: 1024px) {
    .fs-semi-title {
        color: #15171A;
        font-size: 24px;
    }
}

.fs-md-title {
    font-size:20px;
}

@media (min-width: 1024px) {
    .fs-md-title {
        font-size:32px;
    }
    
}

.fs-sm-title {
    font-size:18px;
}

@media (min-width: 1024px) {
    .fs-sm-title {
        font-size: 20px;
    }
}

.fs-sm {
    font-size:14px;
}

@media (min-width: 1024px) {
    .fs-sm {
        font-size:16px;
    }
}

.fs-18px {
    font-size:18px;
} 


.fs-16px {
    font-size:16px;
} 

.fs-14px {
    font-size:14px;
} 

.fs-12px {
    font-size:12px;
} 

.info-title {
    color: #7E848C;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}

@media (min-width: 1024px) {
    .info-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
    }
}

.info-content {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

@media (min-width: 1024px) {
    .info-content {
        font-size: 36px;
        line-height: 50px;
    }
}

.overflow-switch {
    overflow: visible;
}

.swiper-buttons {
    display: flex;
    align-items: center;
    transform: translate(0px, -8px);
}

main {
    overflow-x: hidden;
    flex: 1;
}

.swiper-pagination-bullet {
    background: #007bff; /* 페이지네이션 색상 */
    width: 10px; /* 점 크기 */
    height: 10px;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background: #0056b3; /* 활성화된 점 색상 */
    opacity: 1;
}


.image-overlay {
    position: relative;
    width: 100%;
    height: 100%;
}

.testimony img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지가 div 영역을 꽉 채우도록 */
    z-index: 0; /* 이미지가 그라데이션 뒤에 위치하도록 */
}

.image-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    z-index: 1; /* 그라데이션이 이미지 위에 위치하도록 */
}

.testimony .card-body {
    position: relative;
    z-index: 2; /* 텍스트가 그라데이션 위에 위치하도록 */
    color: white;
}

.video-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9; /* 16:9 비율 유지 */
    position: relative;
}
.video-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.five-system .card {
    width: 308px;
    background-color: #F5F9FC;
}

.five-system .h2 {
    color: #626262;
}

.five-system .h5 {
    border-bottom: 2px solid black;
}

.testimony .card{
    height: 300px;
}

@media (min-width: 1024px) {
    .testimony .card{
        height: 380px;
    }
}

.testimony .h4{
    line-height:1.5;
}

.fs-testimony {
    font-size: 18px;
    line-height: 28px;
    font-weight:500;
}

@media (min-width: 1024px) {
    .fs-testimony {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (min-width: 1024px) {
    .line:before {
        content: '|';
        width: 1px;
        height: 14px;
        margin: 0 10px 0 4px;
    }
}

@media (max-width: 1023.98px) {
    .contact-item {
        width: 100%;
    }
}

.line-1:before {
    content: '|';
    width: 1px;
    height: 14px;
    margin: 0 6px 0 0px;
}

.social-media-link {
    gap: 20px;
    margin-bottom: 2.5rem;
}

.social-media-link a {
    text-decoration: none;
    color: #7E848C;
}

.social-media-link img {
    width:26px;
}

.contact-list {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 2.5rem;
}

.contact-item {
    font-size: 14px;
    font-weight: 500;
}

@media (min-width: 1024px) {
    .contact-item {
        font-size: 16px;
    }
}

.terms {
    gap:6px; font-size:12px;
}

.terms a{
    text-decoration: none; 
}

.fs-footer {
    font-size:12px;
    line-height: 18px;
}

@media (min-width: 1024px) {
    .fs-footer {
        font-size:14px;
    }
}

.gray-01 {
    color:#7E848C
}

.gray-02 {
    color:#989EA6
}

.gray-03 {
    color:#B4B8BF
}

/*
@media (max-width: 992px) {

    .navbar-collapse {
        position: fixed; 
        top: 0;
        left: 0;
        width: 100% !important; 
        background-color: white;
        z-index: 1050; 
        margin-top: 67px;
        padding: 20px; 
        transition:none; 
    }


    .navbar-collapse.collapse {
        display: none;
    }


    .navbar-collapse.collapse.show {
        display: block;
    }
*/
.navbar-toggler{
    border:none;
}

.navbar-toggler:focus{
    border:none;
    box-shadow:none;
}

/* ----- 백그라운드 이미지 ---- */
.bg-repeat-0 {
    background-repeat: no-repeat !important
}

.bg-size-cover {
    background-size: cover !important
}

.bg-position-center {
    background-position: center !important
}

.bg-size-contain {
    background-size: contain !important
}


/* ----- 소식 ------ */

article a {
    text-decoration: none;
}

.news-title {
    line-height:28px;
}

.news-title a {
    color: #15171A;
    text-decoration: none;
}

.news-title a:hover {
    color: #0C00FF;
}

.news-info{
    color: #7E848C;
    font-size:14px;
}

.max-text-3line {
    font-size:14px;
    line-height:22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1024px) {
    .max-text-3line {
        font-size:16px;
        line-height:26px;
    }
}

.profile-img-wrapper {
    width: 48px; /* 고정된 너비 */
    height: 48px; /* 고정된 높이 (정사각형) */
    border-radius: 50%; /* 완벽한 원으로 만듦 */
    overflow: hidden; /* 초과 이미지 잘라내기 */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0f0; /* 비어있는 배경색 (선택 사항) */
}

.profile-img-wrapper img {
    width: 100%; /* 이미지를 부모 너비에 맞춤 */
    height: 100%; /* 이미지를 부모 높이에 맞춤 */
    object-fit: cover; /* 정사각형에 맞추어 이미지 비율 유지 */
}

.comments-writebox{
    background:#fff;
    margin-top: 3rem; 
    padding-top:1.5rem;
    border-top:1px solid #d3d3d3;
}

.writebox-add {
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

@media (min-width:575.98px) {
    .writebox-add {
        font-size:18px;
    }
}

.write-box-border {
    border: 1px solid #B9B9B9;
    border-radius:4px;
}


/* ----- 간증 ------ */

.testimony-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e9ef;
}

.testimony-card .card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1rem;
}


@media (min-width: 1024px) {
    .testimony-card .card-body {
        flex: 1 1 auto;
        padding: 2.375rem 2.275rem;
    }
}

.testimony-card .card-footer {
    padding: 1rem 2.375rem;
    background-color: #fff;
    border-top: 1px solid #e3e9ef;
}

.testimony-card .card-header,
.testimony-card .card-footer {
    width: calc(100% - 2rem); 
    margin: auto;
    padding-right: 0;
    padding-left: 0
}

@media (min-width: 1024px) {
    .testimony-card .card-header,
    .testimony-card .card-footer {
        width: calc(100% - 4.75rem); 
        margin: auto;
        padding-right: 0;
        padding-left: 0
    }
}

.testimony-card-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e9ef;
}

.testimony-card-1 .card-body {
    padding: 0.75rem 1rem;
}


@media (min-width: 1024px) {
    .testimony-card-1 .card-body {
        
        padding: 0.75rem 1rem;
    }
}

.testimony-card-1 .card-footer {
    padding: 1rem 1rem;
    background-color: #fff;
    border-top: 1px solid #e3e9ef;
}

.testimony-card-1 .card-header,
.testimony-card-1 .card-footer {
    width: calc(100% - 2rem); 
    margin: auto;
    padding-right: 0;
    padding-left: 0
}

@media (min-width: 1024px) {
    .testimony-card-1 .card-header,
    .testimony-card-1 .card-footer {
        width: calc(100% - 2rem); 
        margin: auto;
        padding-right: 0;
        padding-left: 0
    }
}

.testimony-card-1 a{
    text-decoration: none;
    color: #15171A;
}

/* ----- 써머노트트 ------ */

.editor-content p{
    line-height:28px;
}

.editor-content img {
    border-radius: 0.25rem;
    width:100%;
}

/* ----- 로그인/회원가입 ------ */

.register-wrapper {
    min-height: calc(100vh - 97px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    background: #f9f9f9
}

.register-wrapper.full-page {
    width: 100%;
    min-height: 100vh;
    padding-bottom: 120px;
}

@media (max-width: 575.98px) {
    .register-wrapper.full-page {
        padding-bottom: 0px;
    }
}

.content-wrapper {
    display:flex;
    align-items:center;
    background: #f9f9f9;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.form-box{
    width:100%;
    border-radius:8px;
    margin:auto;
    background:#fff;
    max-width:600px;
}

.form-box h4 {
    font-size:16px;
    font-weight:400;
}

@media (min-width: 575.98px) {
    .form-box h4 {
        font-size:18px;
    }
}

.main-logo{
    display:block
}

.main-logo img {
    width: 90px;
}

.form-cntr {
    display: block;
    width: 100%;
    font-size: 1rem;
    min-height: 3.175rem;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #B9B9B9;
    appearance: none;
    border-radius: 0.3rem;
    text-indent:16px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 575.98px) {
    .form-cntr {
        text-indent:12px;
    }
}

.form-cntr:focus{
    color: #2c2c2c;
    background-color: #fff;
    border-color: #525252;
    outline: 0;
    box-shadow: unset;
}

.form-cntr::placeholder{
    color: #9A9A9A;
    opacity: 1;
    font-size: 1rem;
    text-indent:16px
}

@media (max-width: 575.98px) {
    .form-cntr::placeholder {
        text-indent:12px
    }
}

.enter-link{
    display:flex;
    justify-content: space-between;
    align-items: end;
}

.enter-link .btn {
    width: 100px;
}

.pw-link {
    text-decoration: none;
    font-size: 15px;
    color: #2c2c2c;
    font-weight: 400;
}

.join-link {
    font-size: 15px;
    margin-top: 2rem;
    font-weight: 300;
    text-align: center;
}

.join-link a{
    color:#006BB9;
}


.form-select {
    font-size: 1rem;
    color: #2c2c2c;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #B9B9B9;
    appearance: none;
    border-radius: 0.3rem;
    text-indent:4px;
}

.form-select:focus {
    color: #2c2c2c;
    background-color: #fff;
    border-color: #525252;
    outline: 0;
    box-shadow: unset;
}

/* ------ 하트 좋아요 ------ */

.like-btn-wrapper {
    display: inline-flex;
    align-items: center; /* 수직 가운데 정렬 */
    gap: 0.5rem; /* 하트와 숫자 사이 간격 */
    transform: translate(0px, -1px);
}

.like-btn-wrapper img {
    width:1.1rem;
}

.like-btn {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center; /* 하트 수직 정렬 */
    justify-content: center; /* 하트 수평 정렬 */
    width: 15px;
    height: 15px;
}

.heart-line,
.heart-fill {
    width: 15px;
    display: inline-block;
}

.heart-line {
    opacity: 1;
}

.heart-fill {
    opacity: 0;
    position: absolute;
}

.like-btn.active .heart-line {
    opacity: 0;
}

.like-btn.active .heart-fill {
    opacity: 1;
}

.like-count {
    font-size: 14px; /* 숫자 크기 조정 */
    color:#7E848C;
    line-height: 1; /* 수직 가운데 정렬 */
}

.like-btn-wrapper.inside {
    transform: translate(0px, 0px);
}

.binded-content {
    position: relative;
    height: 100%
}

.binded-item {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: opacity .35s ease-in-out, visibility .35s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.binded-item.active {
    position: relative;
    visibility: visible;
    opacity: 1
}

.binded-item {
    display: none;
}

.binded-item.active {
    display: block;
}

.company-img {
    width:80px;
}

@media (min-width: 1024px) {
    .company-img {
        width:120px;
    }
}

@media (min-width: 1200px) {
    .g-xl-2rem {
        --bs-gutter-x: 2rem;
    }

    .g-xl-2rem {
        --bs-gutter-y: 2rem;
    }
}


.steps {
    --ar-steps-padding-y: 1.5rem;
    --ar-steps-padding-x: 1.5rem;
    --ar-steps-number-size: 4.5rem;
    --ar-steps-number-inner-size: 3.5rem;
    --ar-steps-number-border-radius: 50%;
    --ar-steps-number-font-size: 16px;
    --ar-steps-number-inner-bg: #FE0000;
    --ar-steps-number-color: #fff;
    --ar-steps-connect-width: 1px;
    --ar-steps-connect-style: dashed;
    --ar-steps-connect-color: #646464;
    --ar-steps-active-number-bg: #f1f1f1;
    --ar-steps-active-number-inner-bg: blue;
    --ar-steps-active-number-color: #fff;
    display: flex;
    flex-direction: column;
    margin: calc(var(--ar-steps-padding-y)*-1) 0
}

.step {
    position: relative;
    display: flex;
    align-items: center;
}

.step::before,
.step::after {
    position: absolute;
    left: calc(var(--ar-steps-number-size)*.5);
    height: calc(50% - var(--ar-steps-number-size)*.5);
    border-left: var(--ar-steps-connect-width) var(--ar-steps-connect-style) var(--ar-steps-connect-color)
}

.step::before {
    top: 0
}

.step::after {
    bottom: 0
}

.step:not(:first-child)::before {
    content: ""
}

.step:not(:last-child)::after {
    content: ""
}

.step-number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: var(--ar-steps-number-size);
    height: var(--ar-steps-number-size)
}

.step-number::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.5);
    transition: transform .3s ease-in-out, opacity .2s;
    border-radius: var(--ar-steps-number-border-radius);
    background-color: var(--ar-steps-active-number-bg);
    opacity: 0;
    content: ""
}

.step-number-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--ar-steps-number-inner-size);
    height: var(--ar-steps-number-inner-size);
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    border-radius: var(--ar-steps-number-border-radius);
    background-color: var(--ar-steps-number-inner-bg);
    color: var(--ar-steps-number-color);
    font-size: var(--ar-steps-number-font-size);
    font-weight: 500;
    z-index: 2
}


.step-body {
    padding-left: var(--ar-steps-padding-x)
}
