*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1300px;
    font-family: var(--font-family-pretendard);
    background-color: var(--color-white);
}

.text-color-orange1 {
    color: var(--color-orange1);
    font-weight: var(--font-weight-bold);
}
.text-color-orange2 {
    color: var(--color-orange2);
    font-weight: var(--font-weight-bold);
}
.text-color-orange3 {
    color: var(--color-orange3);
    font-weight: var(--font-weight-bold);
}

.page-wrap {
    width: 100%;
    margin: 0 auto;
}

/* 헤더 */
.lp-header {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    background-color: var(--color-orange3);
    color: var(--color-white);
}
#back-btn {
    display: inline-block;
    width: 20px;
    height: 100%;
    text-indent: -9999px;
    background-image: url(/img/pc/icon_btn_back.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#close-btn {
    display: inline-block;
    width: 20px;
    height: 100%;
    text-indent: -9999px;
    background-image: url(/img/pc/icon_btn_close.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.header-section {
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.lp-logo {
    display: inline-block;
    width: 185px;
    height: 100%;
    text-indent: -9999px;
    background-image: url(/img/pc/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* 메인 상단 */
.lp-main {
    max-width: 1200px;
    margin: 63px auto 0;
    text-align: center;
}
.main-top-section {
    cursor: pointer;
}
.main-top-section-tag {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 999px;
    background-color: var(--color-orange2);
    color: var(--color-white);
    font-size: 30px;
    font-weight: var(--font-weight-semiBold);
    letter-spacing: -0.02em;
}
.main-top-section-content {
    margin-top: 23px;
    font-size: 44px;
    font-weight: var(--font-weight-semiBold);
    letter-spacing: -0.01em;
}

/* 메인 특약 */
.main-rider-section {
    margin-top: 33px;
    display: flex;
}
.rider-section-left {
    width: 688px;
    height: 580px;
    background-color: var(--color-orange4);
    border-radius: 20px;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
}
.section-left-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: static;
    row-gap: 10px;
    column-gap: 10px;
}
.box-first-line {
    margin-top: 45px;
}
.section-left-card {
    position: relative;
    align-content: center;
    width: 152px;
    height: 116px;
    border: solid 2px rgb(255, 115, 0, 0.5);
    background-color: var(--color-white);
    border-radius: 10px;
    font-size: 15px;
    font-weight: var(--font-weight-semiBold);
    letter-spacing: -0.055em;
    line-height: 1.2;
    cursor: pointer;
}
.section-left-card.active,
.section-left-card.active .text-color-orange3 {
    color: var(--color-white) !important;
    background-color: var(--color-orange3) !important;
}
.new-rider::after {
    content: '';
    z-index: 999;
    position: absolute;
    width: 79px;
    height: 30px;
    left: 37px;
    top: -15px;
    background-image: url(/img/icon_new.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card-text-main {
    font-size: 18px;
    font-weight: var(--font-weight-bold);
}
.section-left-btn {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#calculate-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    border-radius: 999px;
    background-color: var(--color-orange2);
    color: var(--color-white);
    font-size: 26px;
    font-weight: var(--font-weight-semiBold);
    text-decoration: none;
    letter-spacing: -0.02em;
    animation: btn-blink-effect 1s step-end infinite;
}
@keyframes btn-blink-effect {
  0%, 50%   { background-color: var(--color-orange2); }
  50.01%, 100% { background-color: var(--color-blue); }
}
#calculate-btn::after {
    content: '';
    z-index: 999;
    position: absolute;
    width: 100px;
    height: 37px;
    right: 0;
    top: -44px;
    background-image: url(/img/pc/one_minute.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.calculate-btn-arrow {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

/* 특약 화살표 */
.rider-section-arrow { 
    margin: 0 5px;
    width: 20px;
    height: 580px;
    align-content: center;
    font-size: 20px;
    color: var(--color-orange2);
}

/* 특약 플립 */
.rider-section-right {
    width: 482px;
    height: 580px;
    border-radius: 20px;
    background-color: transparent;
    perspective: 1000px;
}
.rider-section-right-inner {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
    position: relative;
}
.rider-section-face {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.rider-section-right--front {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rider-section-right--back {
    transform: rotateY(180deg);
}
.rider-section-right.is-flipped {
    transform: rotateY(180deg);
}
.rider-section-right-hidden {
    display: none;
}
.section-right-flip.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    width: 482px;
    height: 580px;
    line-height: 1.22;
    font-weight: var(--font-weight-semiBold);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.flip-text-header.main {
    font-size: 25px;
}
.flip-text-content.main {
    font-size: 52px;
    font-weight: var(--font-weight-extraBold);
    color: var(--color-orange2);
}
.flip-text-footer.main {
    font-size: 20px;
    font-weight: var(--font-weight-semiBold);
    margin-top: 10px;
}
.section-right-flip {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    padding: 50px 30px 30px;
    width: 482px;
    height: 580px;
    line-height: 1.22;
    font-weight: var(--font-weight-semiBold);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.flip-text-header {
    font-size: 24px;
    letter-spacing: -0.05em;
}
.flip-text-content {
    font-size: 31px;
    letter-spacing: -0.05em;
}
.flip-text-footer {
    margin-top: 9px;
    font-size: 15.5px;
    line-height: 1.35;
}
.flip-text-footer p {
    margin: 0;
}
.flip-text-discount_rate {
    position: relative;
    text-align: center;
    color: var(--color-white);
}
.flip-text-discount_rate p {
    margin: 0;
}


/* 하단 심의필 영역 */
.lp-footer {
    margin-top: 63px;
    background-color: var(--color-light-grey1);
    color: var(--color-light-grey3);
}
.footer-section {
    max-width: 1200px;
    margin: auto;
    padding: 36px 0;
    font-size: 13px;
    font-weight: var(--font-weight-semiBold);
    letter-spacing: -0.045em;
}
.footer-section strong {
    font-size: 15px;
    font-weight: var(--font-weight-extraBold);
}
.footer-dot {
    line-height: 1.7;
}
.footer-dot p {
    margin: 0;
    display: flex;
}
.footer-dot p span {
    margin-left: auto;
}
.footer-title {
    margin-top: 16px;
}

.footer-list {
    display: flex;
    gap: 40px;
    margin-top: 16px;
    align-items: center;
}