*,
*::before,
*::after {
  box-sizing: border-box;
}
p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1000px;
    font-family: var(--font-family-pretendard);
    background-color: var(--color-light-grey);
    line-height: 1.3;
    letter-spacing: -1px;
}

.page-wrap {
    width: 100%;
    margin: 0 auto;
}

/* 공통 */ 
.text-weight-semiBold {
    font-weight: var(--font-weight-semiBold);
}
.text-weight-bold {
    font-weight: var(--font-weight-bold);
}
.text-color-orange3 {
    color: var(--color-orange3);
    font-weight: var(--font-weight-bold);
}


/* 헤더 */
.lp-header {
    height: 480px;
    display: flex;
    justify-content: center;
    background-color: var(--color-orange4);
    color: var(--color-white);
}
.header-section {
    width: 1000px;
    height: 100%;
    display: flex;
}

.header-div-text {
    width: 550px;
    text-align: center;
}
.lp-logo {
    display: inline-block;
    margin: 50px 0 30px;
    width: 205px;
    height: 28px;
    text-indent: -9999px;
    background-image: url(/img/timeshare/pc/logo_new.png);
    background-size: contain;
    background-position-x: left;
    background-repeat: no-repeat;
}

.header-text-title {
    margin-bottom: 13px;
    font-weight: var(--font-weight-extraBold);
    font-size: 48px;
    line-height: 1.2;
}
.header-div-text hr {
    margin: 0;
    margin-left: 20px;
    justify-self: center;
    width: 480px;
    border: 1px solid white;
    transform: scaleY(0.5);
    transform-origin: center;
}
.header-text-1 {
    margin-top: 13px;
    font-weight: var(--font-weight-semiBold);
    font-size: 25px;
    line-height: 1.2;
}
.header-text-2 {
    margin-top: 8px;
    font-weight: var(--font-weight-bold);
    font-size: 30px;
    line-height: 1.2;
}

.header-div-img {
    display: inline-block;
    width: 450px;
    text-indent: -9999px;
    background-image: url(/img/timeshare/pc/header_time.png);
    background-size: contain;
    background-position-x: left;
    background-repeat: no-repeat;
}

/* 메인 */
.lp-main {
    height: 1180px;
    display: flex;
    justify-content: center;
}
.main-section {
    width: 1000px;
    height: 100%;
    background-color: var(--color-white);
    border: 2px solid var(--color-orange5);
    border-radius: 25px;
    top: -25px;
    position: relative;
}

/* QR & Link */
.main-section-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 180px;
    background-color: var(--color-orange5);
    font-size: 24px;                                                                                                                                                            
    font-weight: var(--font-weight-semiBold);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.main-top-text {
    margin-right: 35px;
}
.main-top-qr {
    width: 115px;
    height: 145px;
    text-indent: -9999px;
    background-image: url(/img/timeshare/pc/main_qr.png);
    background-size: contain;
    background-position-x: right;
    background-repeat: no-repeat;
}
.main-top-link {
    width: 115px;
    height: 145px;
    text-indent: -9999px;
    background-image: url(/img/timeshare/pc/main_link.png);
    background-size: contain;
    background-position-x: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* 메인 내용 */
.main-section-bottom {
    display: flex;
    flex-direction: column;
}
.section-bottom-box {
    display: flex;
    flex-wrap: wrap;
    position: static;
    gap: 14px;
    padding: 35px 39px;
}
.main-bottom-card {
    position: relative;
    width: 450px;
    height: 455px;
    padding: 30px;
}
.bottom-card-1 {
    background-image: url(/img/timeshare/pc/main_1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bottom-card-2 {
    background-image: url(/img/timeshare/pc/main_2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bottom-card-3 {
    background-image: url(/img/timeshare/pc/main_3.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bottom-card-4 {
    background-image: url(/img/timeshare/pc/main_4.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.card-text-title {
    font-size: 27px;
    font-weight: var(--font-weight-bold);
}

.card-text-content {
    display: flex;
    align-items: baseline;
    margin-top: 10px;
    font-size: 18px;
    font-weight: var(--font-weight-semiBold);
    line-height: 1.2;
}
.card-text-content::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    transform: translateY(2px);
    margin-right: 5px;
    
    background-image: url('/img/timeshare/pc/main_check_icon.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* 하단 심의필 */
.lp-footer {
    margin-top: 30px;
    background-color: var(--color-light-grey1);
    color: var(--color-light-grey3);
}
.footer-section {
    max-width: 1000px;
    margin: auto;
    padding: 36px 0;
    font-size: 14px;
    font-weight: var(--font-weight-semiBold);
    letter-spacing: -0.045em;
}
.footer-section strong {
    font-size: 17px;
    font-weight: var(--font-weight-extraBold);
}

.footer-dot {
    line-height: 2;
}
.footer-dot ul {
    margin: 0;
    padding-inline-start: 40px;
}
.footer-dot p {
    display: flex;
}
.footer-dot p span {
    margin-left: auto;
}

.footer-logo {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.deposit-logo-box {
    padding: 30px;
    display: flex;
}
.deposit-logo-box img {
    width: 150px;
    height: 100px;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}
.deposit-text-box {
    padding: 30px 0;
    font-size: 15px;
}

.footer-title {
    margin-top: 16px;
}
.footer-title p {
    margin-top: 5px;
}

.footer-list {
    display: flex;
    gap: 25px;
    margin-top: 16px;
    align-items: center;
}

.footer-review {
    margin-top: 16px;

}

/* 토스트 메시지 기본 스타일 */
#toast {
    visibility: hidden;
    min-width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    position: absolute;
    z-index: 1;
    left: 820px;
    top: -35px;
    transform: translateX(-50%);
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
}
#toast.show {
    visibility: visible;
    opacity: 1;
}