@charset "utf-8";

html {
    scroll-padding-top: 100px; /* 고정된 헤더의 높이 */
}

.debug {
    background-color: #cccccc;
    border: 1px solid red;
}

.modal-header {
    justify-content: space-between;
}

body {
    padding-right: 0 !important;
}

body.modal-open {
    overflow-y: scroll !important; /* 스크롤바는 유지 */
    padding-right: 0 !important;
}

.modal-body {
    width: 740px;
    padding-right: 10px !important;
}


.modal-body::-webkit-scrollbar {
    width: 21px;
    margin: 1rem
}

.modal-body::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 2rem;
    background-color: #D7D7D7;
    background-clip: padding-box;
    border: 8px solid rgba(0, 0, 0, 0)
}

.modal-body::-webkit-scrollbar-track {
    border-radius: 2rem;
    background-color: #f6f7fb;
    background-clip: padding-box;
    border: 8px solid rgba(0, 0, 0, 0)
}

body {
    margin: 0;
    padding: 0;
}

.flex-spacer {
    flex-grow: 1;
}


label {
    margin-bottom: 0;
}

.direction-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.direction-row1 {display: flex;flex-direction: row;align-items: left;}

button:focus {
    outline: none;
}

.section-btn {
    cursor: pointer;
}

.hkl-area {
    min-width: 1200px;
    width: 100%;

    box-sizing: border-box;
}

.hkl-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 1200px;

    box-sizing: border-box;
    padding: 80px 0 80px 0;
}

.section-box {
    height: auto;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 10px;
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;

    font-family: Pretendard;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #767676;
}

.section-text {
    list-style: disc; /* 기본 HTML 리스트 스타일 사용 */
    margin: 0;
    padding-left: 30px;
}

.section-text li::marker {
    color: #bbbbbb; /* 동그라미 색상 설정 */
}

.section-text li {
    list-style-position: outside; /* 동그라미를 텍스트 바깥에 배치 */
    line-height: 1.4; /* 줄 간격 조정 */
    margin-bottom: 10px;
}

.section-text1{
    list-style: disc; /* 기본 HTML 리스트 스타일 사용 */
    margin: 0;
    padding-left: 30px;
}
.section-text1 li::marker {
    color: #3c9ab4; /* 동그라미 색상 설정 */
}
.section-text1 li {
    list-style-position: outside; /* 동그라미를 텍스트 바깥에 배치 */
    line-height: 1.4; /* 줄 간격 조정 */

}
.section-text2{
    list-style: disc; /* 기본 HTML 리스트 스타일 사용 */
    margin: 0;
    padding-left: 30px;
}
.section-text2 li::marker {
    color: #c3dbfd; /* 동그라미 색상 설정 */
}
.section-text2 li {
    list-style-position: outside; /* 동그라미를 텍스트 바깥에 배치 */
    line-height: 1.4; /* 줄 간격 조정 */

}
.section-text .text-black-1 {
   color: #262626;
}

.section-text .text-pink-1 {
   color: #ec008c;
}
.section-text1 .text-green-1 {
   color: #3c9ab4;
}
.section-text2 .text-blue-1 {
   color: #0087d4;
}
/* top bar */

header {
    position: fixed;
    z-index: 2;
    background-color: #fff;
}

header .hk-top-menu {
    padding: 22px 0 22px 0;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header .hk-top-menu .hk-logo img {
    height: 40px;
}
header .hk-top-menu .utilwrap{
   position:relative;
   left:260px;
}
header .hk-top-menu .util{
	margin-right:20px;
}

/* ADD-20250901 : Header영역 - 상품공시실,고객센터 text 링크 추가 -start */
.link-text-wrap {
    display:flex;
    justify-content: flex-end;
    align-content: center;
}
.link-text-list {
    display: table;
    margin-right: 10px;
}
.link-text-list li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.link-text-list li a {
    display: block;
    padding: 5px 10px 5px 11px;
    font-size: 14px;
    cursor: pointer;
}
.link-text-list li+li a::after {
    content: "";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width: 2px;
    height: 11px;
    background-color:#bbb;
}
.link-text-list li a.link-hk {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.link-text-list li a.link-direct {
    font-size: 18px;
    font-weight: bold;
    color: #5d3cbc;
    letter-spacing: -0.13em;
}
/* ADD-20250901 : Header영역 - 상품공시실,고객센터 text 링크 추가 -end */

header .hk-top-menu .hk-contact-tel {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-radius: 100px;

    background-color: #ec008c;
    padding: 10px 16px;

    font-family: Pretendard;
    font-size: 24px;
    font-weight: 600;

    text-decoration: none;
    color: white;
}

header .hk-top-menu .hk-contact-home {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background-color: #ec008c;
    padding: 10px 10px;
	margin-left:740px;
}

header .hk-top-menu .hk-contact-tel img {
    height: 20px;
}

header .hk-top-menu .hk-contact-home img {
    height: 20px;
}
/* 메인 캐러셀 */
main .hk-main-carousel {
    padding: 180px 480px 30px 0;
}

main .hk-main-carousel h1 {
    font-family: 'GmarketSans';
    font-weight: 400;
    font-size: 20px;
    color: white;

    padding-left: 40px;
    margin-bottom: 15px;
}

main .hk-main-carousel li.splide__slide {
    width: 720px;
    height: 460px;
    background-color: white;
}

/* 서브 캐러셀 */
main .hk-sub-carousel {
    height: 836px;
}

main .hk-sub-carousel .splide {
    margin-top: 40px;
    position: relative;
}

main .hk-sub-carousel .splide__arrows {
    position: absolute;
    top: 530px;
    left: 94%;
    display: flex;
}

main .hk-sub-carousel .splide__arrow {
    background: none; /* 배경 제거 */
    color: transparent; /* 텍스트를 투명하게 */
    font-size: 0; /* 텍스트 크기를 0으로 설정 */
    border: none; /* 테두리 제거 */
}

main .hk-sub-carousel .splide__arrow--prev {
    background-image: url('/common/landing/img/common/sub_carousel/carousel_prev_01.png'); /* 이전 버튼 이미지 경로 */
    background-size: cover; /* 이미지 크기 조정 */
    background-repeat: no-repeat;
    background-position: center;
    width: 40px; /* 버튼 너비 */
    height: 40px; /* 버튼 높이 */
    cursor: pointer;

    left: -45px;
}

main .hk-sub-carousel .splide__arrow--prev:active {
    background-image: url('/common/landing/img/common/sub_carousel/carousel_prev_02.png'); /* 이전 버튼 이미지 경로 */
}

main .hk-sub-carousel .splide__arrow--next {
    background-image: url('/common/landing/img/common/sub_carousel/carousel_next_01.png'); /* 이전 버튼 이미지 경로 */
    background-size: cover; /* 이미지 크기 조정 */
    background-repeat: no-repeat;
    background-position: center;
    width: 40px; /* 버튼 너비 */
    height: 40px; /* 버튼 높이 */
    cursor: pointer;

    left: 5px;
}

main .hk-sub-carousel .splide__arrow--next:active {
    background-image: url('/common/landing/img/common/sub_carousel/carousel_next_02.png'); /* 이전 버튼 이미지 경로 */
}


main .hk-sub-carousel .splide__pagination {
    position: absolute;
    top: 520px;
    left: 0;
    right: auto;
    bottom: auto;
    padding: 0;
}

.splide__pagination__page.is-active {
    width: 32px;
    height: 12px;
    background-color: #ec008c;
    border-radius: 12px;
}

.splide__pagination__page {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin-right: 10px;
}


/* 상품 상세 */
main .hk-product-detail,
main .hk-faq,
main .hk-product-notice {
    padding: 80px 480px 80px 0;
    position: relative;
}

/* 상품 상세 : section-1 */
main .hk-product-detail.hk-section-1 .section-box.section-1 {
    margin: 40px 0;
}

main .hk-product-detail.hk-section-1 .section-btn img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

main .hk-product-detail.hk-section-1 .section-btn img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

/* 상품 상세 : section-1t */

main .hk-product-detail.hk-section-1 .section-box.section-1t {
    margin: 40px 0;
}

.section-box.section-1t .title {
    display: flex;
    align-items: center;

    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0087d4;
}

.section-box.section-1t .title .icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    margin-bottom:30px;
}

main .hk-product-detail.hk-section-1t .section-btn img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

/* 상품 상세 : section-2 */
main .hk-product-detail.hk-section-2 .section-box.section-2 {
    margin: 40px 0;
}


main .hk-product-detail.hk-section-2 .section-btn img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

/* 상품 상세 : section-2t */

main .hk-product-detail.hk-section-2 .section-box.section-2t {
    margin: 40px 0;
}

.section-box.section-2t .title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0087d4;
}

.section-box.section-2t .title .icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

main .hk-product-detail.hk-section-2t .section-btn img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

/* 상품 상세 : section-3 */
main .hk-product-detail.hk-section-3 .rio {
    position: absolute;
    right: 0;
    top: 14px;
}

main .hk-product-detail.hk-section-3 .section-box.section-3 {
    margin: 40px 0;
}

main .hk-product-detail.hk-section-3 .section-btn img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

/* 상품 상세 : section-3t */

main .hk-product-detail.hk-section-3 .section-box.section-3t {
    margin: 40px 0;
}

.section-box.section-3t .title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6a48c1;
}

.section-box.section-3t .title .icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

main .hk-product-detail.hk-section-3t .section-btn img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

/* 상품 상세 : section-4 */
main .hk-product-detail.hk-section-4 .catch {
    position: absolute;
    right: 91px;
    top: 369px;
}

main .hk-product-detail.hk-section-4 .section-box.section-4 {
    margin: 40px 0;
}

main .hk-product-detail.hk-section-4 .section-btn img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

/* 상품 상세 : section-4t */

main .hk-product-detail.hk-section-4 .section-box.section-4t {
    margin: 40px 0;
}

.section-box.section-4t .title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6a48c1;
}

.section-box.section-4t .title .icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

main .hk-product-detail.hk-section-4t .section-btn img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.hk-recommend {
    height: 788px;
    padding: 125px 0 40px 0;
    position: relative;
}

.hk-review {
    height: 728px;
    padding: 80px 0 80px 0;
    position: relative;
}

.hk-review .title {
    width: 720px;
}

#review-carousel {
    margin-top: 60px;
}

#review-carousel .splide__slide img {
    width: 350px;
    height: auto;
}

#review-carousel .splide__pagination {
    position: absolute;
    bottom: -54px;
    padding: 0;
    display: flex;
}

.hk-faq-div {
    height: auto;
    background-image: linear-gradient(to bottom, #9d5ade, #5b42c6);
    transition: 0.3s ease;
}

.hk-faq .title {
    width: 720px;
}

.faq-wrapper {
    margin-top: 50px;
    font-family: Pretendard;
    margin-bottom: 40px;
}

/* 접힌 상태 faq 스타일 */

.faq {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 100px;
    background-color: #5a3aae;
    color: white;
    cursor: pointer;
    margin-bottom: 10px;
    transition: padding 0.3s ease, border-radius 0.3s ease;
}

/* 펼쳐진 상태 faq 스타일 */

.faq.open {
    gap: 20px;
    padding: 30px 20px;
    border-radius: 30px;
    background-color: #fff;
    color: #000;
}

/* Q 아이콘과 제목 컨테이너 (가로 정렬) */

.faq-title {
    flex-grow: 1;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    display: flex;
    flex-direction: row; /* 가로 정렬 */
    align-items: center; /* 세로 가운데 정렬 */
    gap: 12px;
}

/* Q 아이콘 스타일 */

.faq-icon {
    width: 36px;
    height: 36px;
}

/* faq 제목 텍스트 기본 스타일 */

.faq-text {
    font-size: 18px;
    font-weight: bold; /* 기본 폰트 굵기 */
}

/* 펼쳐진 상태의 내용 */

.faq.open .faq-content {
    max-height: 600px; /* 충분히 큰 값으로 설정 */

    font-family: Pretendard;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #767676;
}

/* faq 내용 기본적으로 숨김 */

.faq-content {
    max-height: 0; /* 초기 높이를 0으로 설정 */
    overflow: hidden; /* 넘치는 내용 숨김 */
    transition: max-height 0.3s ease; /* 부드러운 전환 효과 */
}

.hk-faq .section-btn {
    display: flex;
    flex-direction: column; /* 가로 정렬 */
    align-items: center; /* 세로 가운데 정렬 */
}

.hk-faq .section-btn img {
    width: 101px;
}

.hk-product-notice #content-title {
    text-align: center;
    margin-bottom: 40px;
}


.hk-product-notice #content-title .title {
    display: inline-block;
    width: 301px;
}

.hk-product-notice .section-btn {
    margin-bottom: 30px;
}

.hk-product-notice .section-btn img {
    width: 162.5px;
    margin-right: 10px;
    cursor: pointer;
}


#compliance {
    display: flex; /* Flexbox 활성화 */
    flex-direction: row; /* 가로 정렬 */
    align-items: center; /* 세로 가운데 정렬 */
    font-family: Pretendard;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #767676;
}

#compliance span:first-child {
    align-self: flex-start; /* •만 위쪽 정렬 */
    margin-right: 12px; /* •와 텍스트 사이 간격 추가 */
}

footer.hkl-area {
    padding: 40px 360px 60px 200px;
    height: 227px;

    /* Flexbox로 가로 정렬 */
    display: flex;
    justify-content: left; /* 수평 가운데 정렬 */
}

.footer-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
}

.hk-footer-links a {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
}

.hk-footer-links a:not(:last-child)::after {
    content: "|"; /* 구분자 추가 */
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.2);
}

.footer-menu {
    display: flex;
}

.hk-company-info {
    display: flex;
    margin-top: 30px;
}

.footer-logo {
    width: 154.25px;
    height: 40px;
    margin-right: 40px;
}

.hk-footer-links a {
    text-decoration: none;
}

.hk-company-info .info {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;

    color: rgba(255, 255, 255, 0.4);
}

.hk-company-info .info .address {
    color: white;
}

.hk-family-sites {
    display: flex;
    flex-direction: column; /* 수직 정렬 */
    align-items: center; /* 가운데 정렬 */
}

.family-site {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.4);
    width: 260px;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-radius: 100px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    background-color: #545454; /* 배경색 */
    cursor: pointer; /* 클릭 가능 아이콘 */
}

.dropdown-title {
    display: flex;
    margin-right: 24px;
    justify-content: space-between;
    align-items: center;
}

.dropdown-content {
    position: absolute;
    display: none; /* 기본 상태 숨김 */
    flex-direction: column; /* 수직 정렬 */
    width: 260px;
    background-color: #545454; /* 배경색 동일하게 설정 */
    border-radius: 26px;
    border: solid 1px rgba(255, 255, 255, 0.2);
}

.arrow-down,
.arrow-up {
    width: 16px; /* 아이콘 크기 */
}

.dropdown-content a {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none; /* 밑줄 제거 */
    padding: 16px 24px;
    cursor: pointer; /* 클릭 가능 아이콘 */
}

/* 드롭다운 활성화 시 보이기 */

.dropdown-content.show {
    display: flex; /* 보이도록 설정 */
}

.dropdown-content a:hover,
.dropdown-content a:focus {
    color: #FFFFFF; /* 흰색으로 변경 */
}

/* DB Input Box */
#hk-db-form-container {
    position: absolute;
    width: 100%;
    top: 215px;
    left: 0;
}

#hk-db-form-container .hkl-content {
    position: relative;
    padding: 0;
}

#hk-db-form-container .hkl-content .hk-db-form {
    position: absolute;
    right: 0;

    width: 440px;
    height: 460px;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 30px 40px 30px;

    border-radius: 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #351b6f;
    color: white;
}

#hk-db-form-container .hkl-content .hk-db-form h5 {
    font-family: 'GmarketSans';
    font-size: 32px;
    font-weight: bold;

    margin-bottom: 36px;
}

#hk-db-form-container .hkl-content .hk-db-form form {
    padding: 0;
    margin: 0;
}

#hk-db-form-container .hkl-content .hk-db-form form input[type="text"] {
    height: 56px;

    padding: 18px 20px;
    border-radius: 12px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;

    font-family: Pretendard;
    font-size: 20px;
    font-weight: 500;
}

#hk-db-form-container .hkl-content .hk-db-form form input::placeholder {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #bbb;
}

#hk-db-form-container .hkl-content .hk-db-form form .form-row,
#hk-db-form-container .hkl-content .hk-db-form form .col {
    margin: 0;
    padding: 0;
}

#hk-db-form-container .hkl-content .hk-db-form form .form-row {
    margin-bottom: 15px;
}

#hk-db-form-container .hkl-content .hk-db-form form .row {
    --bs-gutter-x: 0;
}

.input-2 {
    margin-bottom: 15px;
}

#hk-db-form-container .hkl-content .hk-db-form form input[type="radio"] {
    display: none;
}

.navi-active {
    position: relative; /* 새로운 스태킹 컨텍스트 생성 */
    z-index: 0; /* 기본 z-index 설정 */
}

#hk-navi-container {
    display: block; /* JavaScript에서 display를 관리하므로 기본값은 block */
    opacity: 0; /* 초기 상태: 투명 */
    visibility: hidden; /* 초기 상태: 숨김 */
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: fixed;
    width: 100%;
    top: 604px;
    left: 0;
}

#hk-navi-container .hkl-content {
    position: relative;
    padding: 0;
}

#hk-navi-container .hkl-content .hk-navi-content {
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #767676;

    position: absolute;
    right: 0;

    width: 440px;
    height: 236px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 40px 30px 40px;
    gap: 20px;

    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: white;

}

#hk-navi-container .step-text {
    display: contents;
    gap: 20px;
}

#hk-navi-container .step-text div {
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

#hk-navi-container .circle {
    position: relative;
    width: 12px;
    height: 12px;
    margin-right: 20px;
    background-color: #767676; /* 원의 배경색 (검정색) */
    border-radius: 50%; /* 원형으로 만듦 */
    display: inline-block; /* 인라인 블록 요소로 설정 */
    transition: background-color 0.3s ease;
}

#hk-navi-container .hk-navi-content::before {
    content: '';
    position: absolute;
    top: 40px; /* 세로선 시작 위치 */
    left: 45px; /* 원의 중심에 맞게 위치 조정 */
    width: 2px; /* 선 두께 */
    height: 150px;
    background-color: rgba(0, 0, 0, 0.2); /* 선 색상 */
}

#hk-navi-container .step-text div.active {
    color: #EC008C; /* 활성화된 폰트 색상 */
}

#hk-navi-container .step-text div.active .circle {
    background-color: #EC008C; /* 활성화된 원 색상 */
}

.step-text div {
    cursor: pointer;
}

.input-name,
.input-phone {
    width: 380px;
}

.input-birth {
    width: 270px;
}

.gender-image {
    width: 50px; /* 이미지 너비 */
    height: auto; /* 비율 유지하며 높이 자동 조정 */
    max-height: 100%; /* 컨테이너 높이를 넘지 않도록 제한 */
    cursor: pointer;
}

.input-btn img {
    width: 185px;
    height: 68px;
}

/* 개인정보 수집 활용 동의 */
.hk-step-1 {
    width: 800px;
    height: 680px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 50px 40px 40px;
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    position: absolute;
    margin-left: 15%;
    margin-top: 8%;
    z-index: 3;
}

.popup-title {
    height: 48px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    flex-grow: 0;
    font-family: GmarketSans;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.56px;
    text-align: left;
    color: #262626;
}

.popup-close-btn {
    width: 20px;
    height: 20px;
    background-color: #fff;
}

.term-content {
    height: 298px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(238, 244, 254, 0.6);
    margin-top: 30px;
    margin-bottom: 10px;
}

.term-title {
    height: 25px;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.36px;
    text-align: left;
    color: #545454;

    margin-bottom: 10px;
}

.term-text {
    height: 75px;
    align-self: stretch;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.36px;
    text-align: left;
    color: #767676;
}

.term-2 .term-highlight {
    font-size: 20px;
    text-decoration: underline;
    color: #262626;
}

#hk-step-term .term-text .circle {
    margin-right: 12px;
    vertical-align: top;
}


.term-agree-content {
    height: 38px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px;
}

.term-span-agree {
    width: 154px;
    height: 28px;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.4px;
    text-align: left;
    color: #262626;
}

.term-agree-content {
    font-family: Pretendard;

    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.10vw;
    text-align: left;
}

.term-agree-content span {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.4px;
    text-align: left;
    color: #262626;
}

.term-agree-content label {
    font-size: 18px;
    font-weight: 500;
    color: #767676;
    margin-bottom: 0;
}


.term-agree-content input[type="radio"] {
    vertical-align: middle;
    appearance: none;
    border: 1px solid #c0c0c0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.term-agree-content input[type="radio"]:checked {
    border: 3.5px solid #ffffff;
    box-shadow: 0 0 0 1px #c0c0c0;
    background-color: #ec008c;
    width: 20px;
    height: 20px;
}

#personal-disagree {
    margin-left: 16px;
}

.button-layer {
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#next-step-float-btn,
#next-step-float-btn-term {
    width: 200px;
    height: 56px;
    cursor: pointer;
}

.hk-step-calc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px; /* 적절한 너비 */
    height: 900px;
    background-color: white;
    padding: 50px 40px 40px;
    z-index: 10;
    border-radius: 30px;
    overflow-y: scroll;
}

.calc-title-1 {
    width: 100%;
    height: 24px;
    flex-grow: 0;
    font-family: GmarketSans;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-align: left;
    color: #ec008c;

    margin-top: 30px;
    margin-bottom: 4px;
}

.calc-title-2 {
    width: 647px;
    height: 38px;
    flex-grow: 0;
    font-family: GmarketSans;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.64px;
    text-align: left;
    color: #351b6f;
}

.calc-title-2 #calc-amount {
    color: #ec008c;
}

.calc-content {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(238, 244, 254, 0.6);
    margin-top: 15px;

    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: -0.36px;
    text-align: left;
    color: #767676;
    margin-bottom: 60px;
}

#basic-content .table-title,
#optional-content .table-title,
.sub-content.calc .table-title {
    font-family: Pretendard;
    font-size: 4.80vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.10vw;
    text-align: left;
    color: #262626;

    margin-top: 8.00vw;
    margin-bottom: 2.93vw;
}

.insurance-options-title {
    font-family: Pretendard;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.03vw;
    text-align: left;
    color: #262626;
    display: flex;
    justify-content: space-between;
}

.calc-type-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;

    font-family: Pretendard;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.32px;
    text-align: left;
    color: #767676;

}

.calc-type-title .icon {
    margin-right: 6px;
    width: 20px;
}

.calc-type-title span {
    margin-left: 1px;
}

/* popup - 공통 */
.modal-dialog {
    max-width: 800px !important;
    min-width: 800px !important;
    margin: 1.75rem auto;
}

.modal-content {
    border-radius: 30px;
    padding: 50px 40px 40px 40px;
}

.modal-header {
    padding: 0 0 20px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.modal-header h5 {
    font-family: GmarketSans;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.56px;
    color: #262626;
}

.modal-header .close {
    padding: 0;
    margin: 0;
}

.modal-body {
    padding: 0;
    font-family: Pretendard;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.modal-body .content {
    padding-top: 30px;
}

#popup-1 .sub-content {
    margin-top: 35px;
}

#popup-1 .content-2 {
    margin-top: 60px;
}

#popup-1 .radio-tab {
    margin-bottom: 40px;
}

.sub-content-title,
.insurance-options-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.44px;
    text-align: left;
    color: #262626;
}

#hk-step-calc .insurance-options-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#popup-2 .content-3,
#popup-2 .content-4 {
    margin-top: 30px;
}

#popup-2 .sub-content-title {
    margin-bottom: 20px;
}

#popup-2 .table-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;

    font-family: Pretendard;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.32px;
    text-align: left;
    color: #767676;

    margin-bottom: 15px;
}

#popup-2 .table-title .icon {
    margin-right: 6px;
    width: 20px;
}

.sub-content table {
    width: 100%;
    border-top: solid 1px #6948C1;
    border-collapse: collapse;
}

.sub-content table {
    font-weight: 300;
    letter-spacing: -0.32px;
    text-align: center;
}

.sub-content table th {
    background-color: #EEF4FE99;

    font-size: 16px;
    color: #545454;
}

.sub-content table td {
    font-size: 16px;
    color: #767676;
    text-align: left;
    padding: 12px 16px;
}

.sub-content table th,
.sub-content table td {
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.sub-content table th:last-child,
.sub-content table td:last-child {
    border-right: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

#hk-step-calc .sub-content table th,
#hk-step-calc .sub-content table td {
    padding: 12px 16px;
}

#hk-step-calc .sub-content table th:first-child {
    width: 180px;
}

#hk-step-calc .sub-content table th:last-child {
    width: 120px;
}

#hk-step-calc .sub-content table td:last-child {
    text-align: right;
}

#hk-step-calc .sub-content table td {
    line-height: 1.4;
    letter-spacing: -0.32px;
}

.sub-content-text {
    font-family: Pretendard;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #767676;
    margin-top: 15px;

}

.sub-content-text.pink {
    color: #ec008c;
}

#popup-2 .sub-content-text.pink {
    color: #ec008c;
}

#popup-2 .sub-content-text .black {
    color: #262626;
}

#popup-2 .sub-content-text.circle span {
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 4px;
}

#popup-2 .sub-content-text .circle {
    margin-right: 12px;
    vertical-align: top;
}

#popup-2 .sub-content-text.pink .circle {
    color: rgba(228, 73, 159, 0.6);
}

.radio-tab {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.radio-tab label {
    font-size: 18px;
    font-weight: 400;
    color: #767676;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    flex: 1;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.radio-tab label:first-child {
    border-radius: 12px 0 0 12px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.radio-tab label:last-child {
    border-radius: 0 12px 12px 0;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.radio-tab label:has(input:checked) {
    background-color: #351B6F;
    color: white;
}

.radio-tab label:first-child:has(input:checked) {
    border: 0;
}

.radio-tab label:last-child:has(input:checked) {
    border: 0;
}


.radio-tab1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
    width:200px;
}

.radio-tab1 label {
    font-size: 16px;
    font-weight: 400;
    color: #767676;
    cursor: pointer;
	
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    flex: 1;
    border-radius: 20px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.radio-tab1 label:first-child {
    border-radius: 20px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    margin-right:10px;
}

.radio-tab1 label:last-child {
    border-radius: 20px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.radio-tab1 label:has(input:checked) {
    background-color: #6948C1;
    color: white;
}

.radio-tab1 label:first-child:has(input:checked) {
    border: 0;
}

.radio-tab1 label:last-child:has(input:checked) {
    border: 0;
}



.radio-tab2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
    width:560px;
}

.radio-tab2 label {
    font-size: 16px;
    font-weight: 400;
    color: #767676;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    flex: 1;
    border-radius:20px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    margin:0 5px 0;
}

.radio-tab2 label:first-child {
    border-radius:20px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.radio-tab2 label:last-child {
    border-radius:20px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.radio-tab2 label:has(input:checked) {
    background-color: #6948C1;
    color: white;
}

.radio-tab2 label:first-child:has(input:checked) {
    border: 0;
}

.radio-tab2 label:last-child:has(input:checked) {
    border: 0;
}

.radio-tab3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.radio-tab3 label {
    font-size: 18px;
    font-weight: 400;
    color: #767676;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    flex: 1;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.radio-tab3 label:first-child {
    border-radius: 12px 0 0 12px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.radio-tab3 label:last-child {
    border-radius: 0 12px 12px 0;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.radio-tab3 label:has(input:checked) {
    background-color: #351B6F;
    color: white;
}

.radio-tab3 label:first-child:has(input:checked) {
    border: 0;
}

.radio-tab3 label:last-child:has(input:checked) {
    border: 0;
}


.modal-footer {
    border: 0;
    justify-content: center;
    padding: 30px 0 0 0;
}

.modal-footer .btn.btn-hk {
    width: 200px;
    height: 56px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #ec008c;
    margin: 0;

    font-family: GmarketSans;
    font-size: 22px;
    font-weight: bold;
    line-height: 0.91;
    color: #fff;
}

/* popup - 보장내용 */
.info-table-1 th {
    width: 200px;
}

.info-table-2 th {
    padding: 12px 0;
    text-align: center;
}

.info-table-2 th:first-child {
    width: 180px;
    
}

.info-table-2 th:last-child {
    width: 120px;
}

.info-table-2 td:last-child {
   /*  text-align: right; */
}



#optional-content .optional-title {
    font-size: 20px;
    font-weight: 600;
    color: #6948C1;
    margin-bottom:20px;
}
#optional-content .optional-title1 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-top:50px;
}
/* 테이블 tfoot */
table .thum_t tr th{background:#fff4fa;border-top:1px solid #f3badc;border-right:1px solid #f3badc}
table .thum_t tr th{border-bottom:none}
table .thum_t tr td{color:#e20f8c;background:#fff4fa;border-right:1px solid #f3badc;border-top:1px solid #f3badc;border-bottom:none}
table .thum_t tr td:last-child{border-right:none}
table .thum_t tr.last th,
table .thum_t tr.last td{border-bottom:1px solid #e20f8c !important;font-weight:bold}
table .bderB td{border-bottom:none}
table .fz14 tr td,
table .fz14 td td{font-size:14px}

table .thum_t tr:last-child th,
table .thum_t tr:last-child td{border-bottom:1px solid #e20f8c}



table.refund-table-1 th {
    padding: 12px 0;
    text-align: center;
}

table.refund-table-1 td {
    text-align: right;
}

.refund-table-1 td:first-child {
    text-align: left;
}

.refund-table-1 th:first-child {
    width: 90px;
}


table.refund-table-2 th {
    padding: 12px 0;
}

table.refund-table-2 td {
    text-align: right;
}

table.refund-table-2 td:first-child {
    text-align: center;
}

table.refund-table-3 th {
    padding: 12px 0;
    text-align: center;
}

table.refund-table-3 td {
    text-align: right;
}

table.refund-table-3 td:first-child {
    text-align: center;
}

.card-header:first-child {
    border-radius: 0;
}

#popup-3 .sub-content-text {
    margin-top: 30px;
    margin-bottom: 30px;
}

#popup-3 .card-header.expanded {
    background-color: rgba(238, 244, 254, 0.6);
    border-top: solid 1px #6948C1;
}

#popup-3 .card {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
!important;
}

.popup-3-toggle-close {
    height: 62px;
    padding: 20px 30px;
    background-color: white;
    border-bottom: 0;

    display: flex; /* Flexbox 사용 */
    justify-content: space-between; /* 텍스트와 아이콘을 양 끝으로 배치 */
    align-items: center; /* 수직 가운데 정렬 */
}

.popup-3-toggle-close .btn {
    font-family: Pretendard;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #545454;

    display: flex; /* 버튼 내부에서도 Flexbox 사용 */
    justify-content: space-between; /* 버튼 내부 요소를 양 끝으로 배치 */
    align-items: center;
    width: 100%; /* 버튼이 부모 컨테이너의 전체 너비를 차지 */
    padding: 0; /* 불필요한 패딩 제거 */
}

.popup-3-toggle-close .btn span {
    margin-right: auto; /* 텍스트와 아이콘 사이에 간격 추가 */
}

.popup-3-toggle-close .btn:focus {
    box-shadow: none;
    outline: none;
}

#popup-3 .card-body {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #767676;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    padding: 20px 30px;
    background-color: rgba(238, 244, 254, 0.6);
}

#popup-3 .toggle-icon {
    width: 20px;
    height: auto;
}

.calc-content-1 {
    margin-bottom: 30px;
}

#hk-step-consult .character {
    display: flex;
    justify-content: center;
    align-items: center;
}

#hk-step-consult .character img {
    width: 300px;
}

.consult-text-1 {
    font-family: Pretendard;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.64px;
    text-align: center;
    color: #6948c1;

    margin-top: 17px;
    margin-bottom: 12px;
}

.consult-text-2 {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.4px;
    text-align: center;
    color: #767676;
}

.consult-center {
    font-weight: 500;
    color: #262626;
}

.select-1 {
    content: url('/common/landing/img/common/product_notice/select_1.png');
}

.select-2 {
    content: url('/common/landing/img/common/product_notice/select_2.png');
}

.select-3 {
    content: url('/common/landing/img/common/product_notice/select_3.png');
}

.select-4 {
    content: url('/common/landing/img/common/product_notice/select_4.png');
}

/* Hover 상태 */
.select-1:hover {
    content: url('/common/landing/img/common/product_notice/select_1_hover.png');
}

.select-2:hover {
    content: url('/common/landing/img/common/product_notice/select_2_hover.png');
}

.select-3:hover {
    content: url('/common/landing/img/common/product_notice/select_3_hover.png');
}

.select-4:hover {
    content: url('/common/landing/img/common/product_notice/select_4_hover.png');
}