/* BASIC css start */
@charset "utf-8";


/* =========================================================
   2026 TAVALON
   BRAND
========================================================= */


/* =========================================================
   COMMON
========================================================= */

#contentWrapper {
    width: 100%;
}

.section {
    position: relative;
    width: 100%;
}

.brand_inner {
    display: flex;

    width: 1500px;
    margin: 0 auto;
}

.brand_text_inner {
    width: 1500px;

    margin: 0 auto;

    box-sizing: border-box;

    text-align: center;
}


/* TITLE */

#contentWrapper .title {
    margin: 0 0 25px;

    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: 2px;

    color: #111;
}


/* H1 / H2 */

#contentWrapper h1,
#contentWrapper h2 {
    margin: 0;

    font-family: 'Montserrat', sans-serif;

    color: #111;
}

#contentWrapper h1 {
    font-size: 60px;
    line-height: 1.05;
    font-weight: 400;

    letter-spacing: -1px;
}

#contentWrapper h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;

    letter-spacing: -0.5px;
}


/* LEAD */

#contentWrapper .lead {
    margin: 35px 0 0;

    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;

    letter-spacing: -0.4px;

    color: #222;
}


/* DESC */

#contentWrapper .desc {
    margin: 35px 0 0;

    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;

    letter-spacing: -0.3px;

    color: #555;
}

#contentWrapper .desc.last {
    margin-top: 18px;
}


/* SIGNATURE */

#contentWrapper .signature {
    margin: 40px 0 0;

    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.7;

    letter-spacing: -0.2px;

    color: #111;
}



/* =========================================================
   SEC1
========================================================= */

#sec1 {
    overflow: hidden;
}


/* HERO IMAGE */

#sec1 .hero_visual {
    position: relative;

    width: 100%;

    overflow: hidden;
}

#sec1 .hero_visual img {
    display: block;

    width: 100%;
    height: auto;
}


/* HERO TEXT */

#sec1 .hero_txt {
    width: 1500px;

    margin: 0 auto;
    padding: 110px 0 150px;

    box-sizing: border-box;

    text-align: center;
}

#sec1 .hero_txt .lead {
    margin-top: 40px;

    font-size: 22px;
}

#sec1 .hero_txt .signature {
    margin-top: 45px;
}


/* BRAND INFO */

#sec1 .brand_info {
    margin-top: 45px;

    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;

    letter-spacing: 0.3px;

    color: #999;
}



/* =========================================================
   SPLIT SECTION
   SEC2 / SEC4 / SEC6
========================================================= */

.brand_split {
    padding: 140px 0;

    box-sizing: border-box;

    overflow: hidden;
}


/* SECTION BACKGROUND */

#sec2 {
    background: #f8f8f8;
}

#sec4 {
    background: #fff;
}

#sec6 {
    background: #f8f8f8;
}


/* FLEX */

.brand_split .brand_inner {
    align-items: stretch;

    min-height: 680px;
}


/* IMAGE */

.brand_split .split_visual {
    width: 720px;

    overflow: hidden;

    flex-shrink: 0;
}

.brand_split .split_visual img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* TEXT */

.brand_split .split_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;

    flex: 1;

    padding: 80px;

    box-sizing: border-box;

    text-align: left;
}


/* REVERSE */

.brand_split.reverse .brand_inner {
    flex-direction: row-reverse;
}


/* split typography */

.brand_split .split_txt .lead {
    margin-top: 35px;

    font-size: 18px;
}

.brand_split .split_txt .desc {
    margin-top: 30px;
}



/* =========================================================
   SEC3 - OUR PHILOSOPHY
========================================================= */

#sec3 {
    padding: 170px 0;

    box-sizing: border-box;

    background: #111;

    color: #fff;
}

#sec3 .brand_text_inner {
    width: 1000px;
}


/* dark section */

#sec3 .title {
    color: #aaa;
}

#sec3 h2 {
    color: #fff;
}

#sec3 .desc {
    margin-top: 55px;

    color: #ccc;
}

#sec3 .highlight {
    margin: 55px 0 0;

    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.9;

    letter-spacing: -0.3px;

    color: #fff;
}

#sec3 .signature {
    margin-top: 45px;

    font-size: 24px;
    font-weight: 500;

    color: #fff;
}



/* =========================================================
   SEC5 - EXPERIENCE
========================================================= */

#sec5 {
    padding-bottom: 160px;

    box-sizing: border-box;

    background: #fff;
}


/* IMAGE */

#sec5 .experience_visual {
    width: 100%;

    overflow: hidden;
}

#sec5 .experience_visual img {
    display: block;

    width: 100%;
    height: auto;
}


/* TEXT */

#sec5 .brand_text_inner {
    width: 1100px;

    padding-top: 110px;
}

#sec5 .lead {
    font-size: 18px;
}



/* =========================================================
   SEC6 - BEYOND TEA
========================================================= */

#sec6 .beyond_list {
    display: flex;
    flex-wrap: wrap;

    gap: 12px 25px;

    margin-top: 35px;
}

#sec6 .beyond_list span {
    position: relative;

    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;

    color: #111;
}

#sec6 .beyond_list span:not(:last-child)::after {
    position: absolute;

    top: 50%;
    right: -15px;

    width: 2px;
    height: 2px;

    margin-top: -1px;

    background: #999;

    border-radius: 50%;

    content: '';
}



/* =========================================================
   SEC7 - CLOSING
========================================================= */

#sec7 {
    padding: 180px 0 190px;

    box-sizing: border-box;

    background: #fff;
}

#sec7 .brand_text_inner {
    width: 1000px;
}

#sec7 .desc {
    margin-top: 55px;
}


/* CLOSING MESSAGE */

#sec7 .closing_message {
    margin: 75px 0 0;

    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;

    letter-spacing: -0.7px;

    color: #111;
}


/* BRAND LOCKUP */

#sec7 .brand_lockup {
    margin-top: 110px;
}

#sec7 .brand_name {
    margin: 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;

    letter-spacing: 8px;

    color: #111;
}

#sec7 .brand_slogan {
    margin: 18px 0 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;

    letter-spacing: 6px;

    color: #777;
}
/* BASIC css end */

