.individual_seller_manual_page{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.individual_seller_manual_main_section{
    display: flex;
    width: 100%;
    height: 100svh;
    /*min-height: 62.5rem;*/
    /*height: 67.5rem;*/
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    background: linear-gradient(180deg, #F5F5F5 0%, #FFF 100%);

    box-sizing: border-box;
}
.individual_seller_manual_main_content{
    display: flex;
    height: 100%;
    max-width: 75rem;
    padding: 6.5rem 1.5rem 5rem 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    flex: 1 0 0;
    align-self: stretch;

    box-sizing: border-box;

}
.individual_seller_manual_main_title_content{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    align-self: stretch;

    box-sizing: border-box;
}
.individual_seller_manual_main_title_txt{
    display: flex;
    height: 100%;
    max-height: 10rem;
    gap: 1.5rem;
    align-self: stretch;

    background: url("/img/host/popupstay_manual_main_txt-f3835cf2f2087e412896f73dd4262c4e.png?v=6") no-repeat center;
    background-size: contain;
}
.individual_seller_manual_main_sub_content{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
    align-self: stretch;
}
.individual_seller_manual_main_sub_content_title{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    align-self: stretch;
}
.individual_seller_manual_main_sub_content_title_txt{
    align-self: stretch;
    color: var(--Sementic-Color-text_01, #666);
    text-align: center;
    /* typo(1920*1080)/header_md */
    font-family: Pretendard;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.625rem; /* 150% */
}
.individual_seller_manual_main_sub_content_card_wrap{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    align-self: stretch;
    max-width: 100%; /* 부모의 크기를 초과하지 않도록 제한 */
    box-sizing: border-box;
}
.individual_seller_manual_main_sub_content_card{
    display: flex;
    flex: 1 1 auto; /* 자식 요소가 부모의 크기에 맞게 줄어들도록 설정 */
    min-width: 0; /* 플렉스 요소의 최소 너비를 강제 설정 (줄어들 수 있도록) */
    max-width: 100%; /* 부모 크기를 초과하지 않도록 제한 */
    max-height: 28.75rem;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.5rem;

    border-radius: 0.75rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
.individual_seller_manual_main_sub_content_card1{
    background: url("/img/host/manual_card1-f7c7bc00e990c319dcc1e0f215ee99d3.png?v=1") no-repeat center;
    background-size: cover;
}
.individual_seller_manual_main_sub_content_card2{
    background: url("/img/host/manual_card2-35fb3dc8541cb67db663a569a7f0afaa.png?v=1") no-repeat center;
    background-size: cover;
}
.individual_seller_manual_main_sub_content_card3{
    background: url("/img/host/manual_card3-2f9f8f7ef3be94654e3995d08b8d7595.png?v=1") no-repeat center;
    background-size: cover;
}
.individual_seller_manual_main_sub_content_card_text_img{
    display: flex;
    height: 10rem;
    padding: 1.5rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    flex-shrink: 0;
    width: 100%;

    box-sizing: border-box;
}
.individual_seller_manual_main_sub_content_card_text_img1{
    background: url("/img/host/manual_card1_txt-36c259a2ad334734edcf26a52a77d563.png?v=3") no-repeat center;
    background-size: contain;
}
.individual_seller_manual_main_sub_content_card_text_img2{
    background: url("/img/host/manual_card2_txt-9f8a87f7124d61b331749614ef528f12.png?v=3") no-repeat center;
    background-size: contain;
}
.individual_seller_manual_main_sub_content_card_text_img3{
    background: url("/img/host/manual_card3_txt-5e7624d189b77199c1c3d0691db38dc6.png?v=3") no-repeat center;
    background-size: contain;
}

.icon_img{
    width: 4.6875rem;
    height: 4.6875rem;
    flex-shrink: 0;
}
.manual_icon1{
    background: url("/img/host/manual_icon1.png") no-repeat center;
    background-size: contain;
}
.manual_icon2{
    background: url("/img/host/manual_icon2.png") no-repeat center;
    background-size: contain;
}
.manual_icon3{
    background: url("/img/host/manual_icon3.png") no-repeat center;
    background-size: contain;
}
.individual_seller_manual_main_sub_content_card_txt{
    align-self: stretch;
    color: var(--white_black-black, #000);
    text-align: center;
    /* typo(1920*1080)/sub_title */
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6875rem; /* 150% */
}
.individual_seller_manual_second_section{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    background: var(--Sementic-Color-deco, linear-gradient(180deg, #0E4A0A 0%, #083505 100%));
}
.individual_seller_manual_second_content{
    display: flex;
    width: 100%;
    max-width: 75rem;
    padding: 7.5rem 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    flex: 1 0 0;
    /*align-self: stretch;*/

    box-sizing: border-box;
}
.individual_seller_manual_second_content_img{
    display: flex;
    height: 15.83331rem;
    align-self: stretch;
    border-radius: 0.75rem;
}
.manual_guide1{
    background: url("/img/host/manual_guide1-40e68bdb00b92369123faaaf3fffb106.png?v=3") no-repeat center;
    background-size: contain;
}
.manual_guide2{
    background: url("/img/host/manual_guide2-6374b90b639d7c32fef54e739b22518f.png?v=3") no-repeat center;
    background-size: contain;
}
.manual_guide3{
    background: url("/img/host/manual_guide3-54e4bcec6ad3f4a37be931ba987a6ae1.png?v=4") no-repeat center;
    background-size: contain;
}
.manual_guide4{
    background: url("/img/host/manual_guide4-abf67aed581c3ff83f91f582e51a09b3.png?v=4") no-repeat center;
    background-size: contain;
}
.individual_seller_manual_slide_section{
    display: flex;
    width: 100%;
    height: 67.5rem;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
}
.manual_slide_background1{
    background: url("/img/host/manual_slide1_background-98afd5113faf377f6bd4b324b91d9511.png?v=2") no-repeat center;
    background-size: cover;
}
.manual_slide_background2{
    background: url("/img/host/manual_slide2_background-6138959768c7c7bdee8bb2b83b3c96e4.png?v=2") no-repeat center;
    background-size: cover;
}
.individual_seller_manual_slide_content{
    display: flex;
    width: 100%;
    height: 100%;
    /*width: 74.9375rem;*/
    /*height: 67.5rem;*/
    padding: 7.5rem 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    box-sizing: border-box;
}
.individual_seller_manual_slide_title_txt{
    color: var(--Sementic-Color-text_default, #333);
    text-align: center;
    /* typo(1920*1080)/header_sm */
    font-family: Pretendard;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem; /* 150% */
}
.individual_seller_manual_slide_main_wrap{
    display: flex;
    width: 64rem;
    align-items: center;
    gap: 1.5rem;
    flex: 1 0 0;
}
.individual_seller_manual_slide_indicator_left{
    display: flex;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
    align-items: center;
    background: url("/img/host/indicator_left-4e8fe08a1a26d5b4f884eb9d96ce585a.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
    box-sizing: border-box;

}
.individual_seller_manual_slide_indicator_right{
    display: flex;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
    align-items: center;
    background: url("/img/host/indicator_right-64e90c853850d6a669087e4293f7bd23.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
    box-sizing: border-box;
}
.individual_seller_manual_slide_wrap {
    overflow: hidden; /* 넘치는 콘텐츠 숨기기 */
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
}
.individual_seller_manual_slide_container {
    display: flex;
    transition: transform 0.5s ease; /* 부드러운 전환 효과 */
    width: calc(100% * 5); /* 슬라이드 개수만큼 너비 설정 */
    will-change: transform;
    height: 100%;
}

.slide {
    flex: 1 0 100%; /* 각 슬라이드가 100%의 너비를 차지하도록 설정 */
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.individual_seller_manual_slide_indicator_wrap{
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.indicator_dot{
    width: 0.75rem;
    height: 0.75rem;
}
.focus{
    background: url("/img/host/focus-daff54c2e0a8598bf5cce57b27fedcbd.png") no-repeat center;
    background-size: contain;
}
.nofocus{
    background: url("/img/host/nofocus-75b869c01eb746f2b53a527b7ea126ad.png") no-repeat center;
    background-size: contain;
}
.individual_seller_manual_laststep_section{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0.625rem;
    align-self: stretch;
    background: var(--Sementic-Color-ui_covered_02, #F0F0F0);
}
.individual_seller_manual_laststep_content{
    display: flex;
    max-width: 75rem;
    padding: 5rem 0rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 5rem;
    flex: 1 0 0;

    box-sizing: border-box;
}
.individual_seller_manual_laststep_title_txt{
    color: var(--Sementic-Color-text_default, #333);
    text-align: center;
    /* typo(1920*1080)/header_md */
    font-family: Pretendard;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.625rem; /* 150% */
}
.individual_seller_manual_laststep_img{
    display: flex;
    height: 33.8125rem;
    align-self: stretch;

    background: url("/img/host/manual_process-b8c6aa4dcb7895ab98a92ecee498c90b.png") no-repeat center;
    background-size: contain;
}

.appdownload_section{
    display: flex;
    width: 100%;
    padding: 7.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6.25rem;
    align-self: stretch;

    box-sizing: border-box;
}
.cta_img{
    display: flex;
    width: 100%;
    height: 458px;
    align-self: stretch;
    background: url("/img/host/manual_process-b8c6aa4dcb7895ab98a92ecee498c90b.png") no-repeat center;
    background-size: contain;
}
.appdownload_txt{
    color: #FFF;
    text-align: center;
    /* typo(1920*1080)/header_lg */
    font-family: Pretendard;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.875rem; /* 155% */
}
.appdownload_last_download_btn{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.googleplay {
    width: 10.43225rem;
    height: 2.6rem;
    background: url("/img/home/intro/google_download_ko-f6d8edcf071d100a8c107a8e982a20f7.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.appdownload_background{
    background: url("/img/host/appdownload_background-790a1bf2ade17e9119a9ed7afacbc6db.png") no-repeat center;
    background-size: cover;
}
.ios {
    width: 10.43225rem;
    height: 2.6rem;
    background: url("/img/home/intro/apple_download_ko-3a2cc3a18f5a5efee4134b2a7884fa16.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}