<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Felipa&amp;display=swap');

.main_con{margin-top: 8.7rem;}

.video_pc{display: block;}
.video_mo{display: none;}

.main_con video{
    width: 100%;
    height: 53rem;
    object-fit: cover;
}

.main_con p{
    font-family: "Felipa", serif;
    font-weight: 800;
    color: #2b462a;
    font-size: 5.5vw;
    padding: 7vw 0 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}
.main_txt {
    position: relative;
    width: 100%;
    height: 18.2rem;
    overflow: hidden;
}

.main_txt p {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0; /* 珥덇린�먮뒗 �щ챸�섍쾶 �ㅼ젙 */
    transition: opacity 1.5s, transform 1.5s; /* �좊땲硫붿씠�� �띿꽦 �ㅼ젙 */
    font-size: 3.6rem;
    font-family: 'Noto Sans KR';
    transform: translateX(50%);
    width: 100%;
    display: block;
    text-align: right; 
    line-height: 15rem;
}

.show {
    opacity: 1 !important; /* 媛��대뜲濡� �대룞�섎㈃�� �щ챸�꾨� 1濡� 蹂�寃� */
    transform: translateX(0%) !important;
    text-align: center !important; 
}

.popUp{
    position: absolute;
    top: 138px;
    left: 100px;
    z-index: 10;
}
.popUp span{
    position: absolute;
    top: 11px;
    right: 10px;
    cursor: pointer;
}

@media screen and (max-width: 1170px) {

    .video_pc{display: none;}
    .video_mo{display: block;}
    .main_con{margin-top: 4rem;}
    .main_con video {
        height: 37.8rem;
    }

    .main_txt{height: 11.9rem;}
    .main_txt p{
        font-size: 1.8rem;
        line-height: 2.4rem;
        padding: 3.5rem 0;
    }
}

@media screen and (max-width: 786px){
    .popUp{
        left: 50%;
        transform:translateX(-50%);
        width:60%;
    }
    .popUp img{
        width:100%;
        object-fit: contain;
    }
    .main_con p{
        font-size: 8vw;
        padding: 20vw 0 30vw;
    }
}

@media screen and (max-width: 586px){
    .popUp{
        width:90%;
    }
}

@media screen and (max-width: 386px){
    .popUp span img{
        width: 80%;
    }
}</pre></body></html>