/* BASIC css start */
p.title{
    padding: 96px 0 120px;
    white-space: pre-line;
    font-size: 88px;
    font-weight: 700;
    line-height: 98px;}

p.title img{
    padding-left: 4px;}



h1 {
    border-bottom: 2px solid #a33;
    padding-bottom: 10px;
    color: #a33;
}

#teastepBox ol {
    position:relative;
    list-style: none; /* ±âº» ¹øÈ£ Á¦°Å */
    padding: 0;
    counter-reset: tea-step-counter; /* Ä«¿îÅÍ ÃÊ±âÈ­ */
}

#teastepBox ol::before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    width: 2px;
    height: calc(100% - 263px);
    background-color: #cc3333; /* ¼± »ö»ó */
    z-index: 0; /* ¸ðµç ¿ä¼ÒÀÇ °¡Àå µÚ¿¡ ¹èÄ¡ */
}


/* LI (List Item) ½ºÅ¸ÀÏ */
.tea-step {
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
    display: flex;
    gap: 22px;
    height: 263px;
}

/* Ä¿½ºÅÒ ¹øÈ£ (»¡°£»ö µ¿±×¶ó¹Ì ½ºÅ¸ÀÏ) */
.tea-step::before {
    counter-increment: tea-step-counter;
    content: counter(tea-step-counter);
    position: relative;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #AD0F0A;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    margin-top: 0;
    min-width: 32px;
}

/* ÅØ½ºÆ® ³»¿ë ÄÁÅ×ÀÌ³Ê */
.text-content {
    flex-grow: 1;
}

.step-title {
    font-size: 20px;
    line-height: 1;
    color: #000;
    margin-top: 3px;
    font-weight: 700;
}

.step-description {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    white-space: pre-line;
    margin-top: -14px;
}

/* ÀÌ¹ÌÁö ÄÁÅ×ÀÌ³Ê ¹× ÀÌ¹ÌÁö ½ºÅ¸ÀÏ */
.image-content {
    width: 390px;
    min-width: 390px;
    height: 263px;
    display: flex;
    align-items: flex-end;
}

.image-content img {
    width: 390px;
    height: 260px;
    display: block;
}
/* ==================== */
/* CSS ½ºÅ¸ÀÏ ³¡ */
/* ==================== */
/* BASIC css end */

