@charset "utf-8";

/* =========================================================
   유럽 렌터카 여행 · v2  (Modern Editorial)
   Palette : Ink + Cream + Terracotta
   Fonts   : IBM Plex Sans KR / Inter (Google)
   Scope   : .rct2
   ========================================================= */

.rct2 {
    --ink:    #1b1916;
    --ink-2:  #4a463f;
    --muted:  #8c857a;
    --paper:  #f6f2ec;
    --paper-2:#efe9e0;
    --line:   #e3dbcf;
    --accent: #c0573a;   /* terracotta */
    --accent-d:#a4452c;

    color: var(--ink);
    font-family: 'IBM Plex Sans KR', 'Inter', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.01em;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* page bg removes default event padding */
#event_body { padding: 0; }

.icon_ctnr {
    display: flex;
    margin: 15px 0;
}
.driving_icon {
    width: 70px;
}
.align-m-c {justify-content: center;}
.align-m-l {justify-content: flex-start;}
.align-m-r {justify-content: flex-end;}
@media (min-width: 900px) {
    .align-p-c {justify-content: center;}
    .align-p-l {justify-content: flex-start;}
    .align-p-r {justify-content: flex-end;}
}



.rct2 img { display: block; max-width: 100%; }

.rct2 .rct_wrap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

.rct2 .eyebrow {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--muted);
}
.rct2 .eyebrow.accent { color: var(--accent); }
.driving_icon_title {
    display: inline-block !important;
    height: 100%;
}
.rct2 h2 {
    margin: .6rem 0 0;
    font-size: clamp(1.7rem, 4.2vw, 2.7rem);
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: -0.02em;
}
.rct2 p { margin: 0; color: var(--ink-2); }



/* =========================================================
   HERO
   ========================================================= */
.rct_hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: flex-start;
    color: #fff;
    background: url('/common/event/images/rental_car_trip/main_mobile.webp') 50% 50% / cover no-repeat;
}

.rct_hero::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(20,17,14,.30) 0%, rgba(20,17,14,.05) 40%, rgba(20,17,14,.55) 100%);
}
.rct_hero_inner {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: right;
    margin-top: 6rem;
    text-align: center;
}




.rct_hero .eyebrow {
    margin-bottom: 14px;
    font-size: 1.3rem;
    letter-spacing: 0;
    color: #ffffff;
}
.rct_hero h1 {
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    text-shadow: 0 2px 24px rgba(0,0,0,.35);
    font-family: computersetak, sans-serif;
    font-weight: 300; /*400*/
    font-size: 3.3rem;
    display: inline-flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
}
.rct_hero h1 .hl { 
    color: #fff;
    font-weight: 300;
    display: inline-flex;
    font-size: 1em;
    /* background-color: #ffc010; */
}
.rct_hero .lead {
    margin: 8px 0 0 0;
    font-size: clamp(1rem, 2.6vw, 1.5rem);
    font-weight: 300;
    color: #f3ece6;
    line-height: 1;
    font-family: computersetak, sans-serif;
}
.rct_hero .nations {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}
.rct_hero_inner .icon_ctnr {
    margin: 10px 0;
}
.rct_hero_inner .driving_icon {
    width: 60px;
}



.rct_hero .nations .dot {
    /* width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--accent); */
    color: #fff;
    font-size: 10px;
}
.rct_scroll {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    width: 26px; height: 42px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 14px;
}
.rct_scroll span {
    position: absolute;
    left: 50%; top: 9px;
    width: 3px; height: 8px;
    margin-left: -1.5px;
    border-radius: 2px;
    background: #fff;
    animation: rct_scroll 1.8s infinite;
}
@keyframes rct_scroll {
    0% { opacity: 0; transform: translateY(0); }
    40% { opacity: 1; }
    80%,100% { opacity: 0; transform: translateY(14px); }
}

@media (min-width: 992px) {
    .rct_scroll {
        bottom: 28px;
    }
    .rct_hero {
        background-image: url('/common/event/images/rental_car_trip/main_pc.webp');
    }
    .rct_hero_inner { padding: 0 48px; }
    .rct_wrap { padding: 0 48px; }
}

@media (min-width: 900px) {
    .rct_hero {
        align-items: center;
    }
    .rct_hero_inner {
        margin-top: 0;
        text-align: right;
    }
    .rct_hero h1 {
        font-size: clamp(2.6rem, 9vw, 5rem);
    }
    .rct_hero .nations {
        font-size: 1.1rem;
        justify-content: flex-end;
    }
}


/* =========================================================
   SECTION shell
   ========================================================= */
.rct_section {
    padding: 5rem 0;
}
.rct_section.bg {
    background: var(--paper);
}
.rct_head {
    max-width: 760px;
    margin: 0 0 3rem;
}

@media (min-width: 992px) {
    .rct_section { padding: 8rem 0; }
    .rct_head { margin-bottom: 4.5rem; }
}



/* =========================================================
   INTRO  (split)
   ========================================================= */
.rct_split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.4rem;
    align-items: center;
}
.rct_split_txt h2 { margin-top: .8rem; }
.rct_split_txt p { margin-top: 1.4rem; }
.rct_split_img img {
    width: 100%;
    border-radius: 4px;
    aspect-ratio: 5 / 4;
    object-fit: cover;
}
@media (min-width: 992px) {
    .rct_split {
        grid-template-columns: 1fr 1.05fr;
        gap: 5rem;
    }
    .rct_split_img img { aspect-ratio: 4 / 5; }
}



/* =========================================================
   WHY  (4 grid)
   ========================================================= */
.rct_grid4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 1.4rem;
}
.reco_item .reco_thumb {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 1.1rem;
}
.reco_item .reco_thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .5s ease;
}
.reco_item:hover .reco_thumb img { transform: scale(1.05); }
.reco_item h3 {
    position: relative;
    margin: 0 0 .4rem;
    padding-left: 16px;
    font-size: 1.08rem;
    font-weight: 600;
}
.reco_item h3::before {
    content: '';
    position: absolute; left: 0; top: 5px;
    width: 7px; height: 7px;
    background: var(--accent);
    border-radius: 50%;
}
.reco_item .cap {
    margin: 0 0 .5rem;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.45;
    color: var(--ink);
}
.reco_item p {
    font-size: .92rem;
    line-height: 1.55;
    color: var(--muted);
}
@media (min-width: 992px) {
    .rct_grid4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}



/* =========================================================
   COUNTRIES  (editorial)
   ========================================================= */
.country {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem;
    align-items: center;
    padding: 3rem 0;
    border-top: 1px solid var(--line);
}
.country:first-of-type { border-top: 0; padding-top: 0; }
.country_media {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.country_media img {
    width: 100%;
    aspect-ratio: 16 / 14;
    object-fit: cover;
}
.country_media .num {
    position: absolute;
    left: 14px; top: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 2px 16px rgba(0,0,0,.4);
}
.country_text h3 {
    margin: 0 0 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.country_text h3 em {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: .62em;
    font-weight: 500;
    color: var(--accent);
    letter-spacing: 0;
    margin-left: 8px;
}
.flag_icon {
    display: inline-block !important;
    height: 24px;
    transform: rotate(355deg);
    margin: 0 0 9px 7px;
}
.country_text p {
    font-size: .96rem;
    line-height: 1.7;
    color: var(--ink-2);
}
.country_text .spot_label {
    margin: 1.6rem 0 .8rem;
    padding-bottom: .6rem;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--accent);
    border-bottom: 1px solid var(--line);
}
.country_text .spots {
    margin: 0;
    padding: 0;
    list-style: none;
}
.country_text .spots li {
    position: relative;
    padding: .35rem 0 .35rem 1.3rem;
    font-size: .92rem;
    line-height: 1.55;
    color: var(--ink-2);
}
.country_text .spots li::before {
    content: '';
    position: absolute;
    left: 2px; top: .85em;
    width: 6px; height: 6px;
    border: 1.5px solid var(--accent);
    border-radius: 50%;
}
.country_text .spots li b {
    font-weight: 600;
    color: var(--ink);
}
.travel_product_button a {
    display: inline-block;
    margin: 1rem 0 0 0;
    padding: 6px 9px;
    border: 1px solid #000000;
}
.travel_product_button a:hover {
    background-color: #ffd900;
}


.country_text .driving_icon {
    opacity: .3;
    width: initial;
    height: 50px;
}


@media (min-width: 992px) {
    .country {
        grid-template-columns: 1.1fr 1fr;
        gap: 4rem;
        padding: 4.5rem 0;
    }
    .country.reverse .country_media { order: 2; }
    .country_media .num { left: 22px; top: 16px; font-size: 3.4rem; }
    .country_text h3 { font-size: 2rem; }
}



/* =========================================================
   BENEFITS  (3 grid)
   ========================================================= */
.rct_grid3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.6rem;
}
.benefit {
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.benefit:nth-child(1) .benefit_ic img { margin-left: 4px;}
.benefit:nth-child(2) .benefit_ic img { margin-left: 5px;}
.benefit:nth-child(3) .benefit_ic img { margin-right: 4px;}

.benefit_ic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px; height: 84px;
    margin-bottom: 1.4rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 50%;
}
.benefit_ic img {
    width: 44px; height: 44px;
    object-fit: contain;
}
.benefit h3 {
    margin: 1.1rem 0 0 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}
.benefit p {
    font-size: .93rem;
    line-height: 1.65;
    color: var(--muted);
    flex-basis: 100%;
}
.benefit p .sub {
    display: block;
    margin-top: .6rem;
    font-size: .82rem;
    color: #b3aca0;
}
@media (min-width: 768px) {
    .rct_grid3 {
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }
}



/* =========================================================
   CTA
   ========================================================= */
.rct_cta {
    padding: 5rem 0;
    text-align: center;
    color: #fff;
    background: var(--ink);
}
.rct_cta .cta_logo {
    height: 30px;
    margin: 0 auto 1.8rem;
}
.rct_cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.4rem, 3.6vw, 2rem);
    font-weight: 500;
    line-height: 1.4;
}
.rct_cta p {
    margin: 1rem 0 0;
    color: #c7c1b8;
    font-size: 1rem;
}
.rct_cta .cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 2.2rem;
    padding: 15px 30px;
    background: var(--accent);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 100px;
    transition: background .2s ease, transform .2s ease;
}
.rct_cta .cta_btn:hover {
    background: var(--accent-d);
    transform: translateY(-2px);
}
.rct_cta .cta_btn i { font-size: .9em; }

.rct_cta .driving_icon {
    width: 50px;
}
@media (min-width: 992px) {
    .rct_cta { padding: 7rem 0; }
    .rct_cta .cta_logo { height: 38px; }
}



/* =========================================================
   FLOATING
   ========================================================= */
#rct_float {
    position: fixed;
    right: 0; bottom: 0px;
    z-index: 100;
    display: none;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: var(--accent);
    color: #fff;
    font-weight: 600;
    font-size: .92rem;
    border-radius: 100px;
    box-shadow: 0 8px 22px rgba(192,87,58,.4);
}
#rct_float.show { display: inline-flex; }
#rct_float i { font-size: .85em; }


@media (min-width: 900px) {
    #rct_float {
        width: 72px;
        right: 50px;
        bottom: 65px;
        padding: 20px 10px;
        border-radius: 15px !important;
        text-align: center;
    }
}