.individual_seller_manual_page{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.individual_seller_manual_main_section{
    display: flex;
    height: 100svh;
    min-height: 50.75rem;
    padding: 5rem 0rem 1.5rem 0rem;
    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;
    padding: 0rem 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex: 1 0 0;
    align-self: stretch;

    box-sizing: border-box;
}
.individual_seller_manual_main_title_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    align-self: stretch;
}
.individual_seller_manual_main_title_txt{
    display: flex;
    height: 10rem;
    align-self: stretch;

    background: url("/img/host/mobile/popupstay_manual_main_txt-f86d8d38b7e61bed51f0452fc9c2761e.png?v=3") no-repeat center;
    background-size: contain;
}
.individual_seller_manual_slide_indicator_left{
    display: flex;
    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;
    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_main_sub_content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    flex: 1 0 0;
    align-self: stretch;
}
.individual_seller_manual_main_sub_content_title{
    display: flex;
    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)/sub_title */
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6875rem; /* 150% */
}
.individual_seller_manual_main_sub_content_card_wrap{
    display: flex;
    width: 20.4375rem;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    gap: 1rem;
    flex: 1 0 0;
    box-sizing: border-box;
}
.individual_seller_manual_main_sub_content_card{
    display: flex;
    height: 9.1875rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.25rem;
    flex: 1 0 0;
    align-self: stretch;

    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/mobile/manual_card1-fdaf54e274aac3afb8426658168e41f0.png?v=1") no-repeat center;
    background-size: cover;
}
.individual_seller_manual_main_sub_content_card2{
    background: url("/img/host/mobile/manual_card2-ba179312db2969f90fbfd602478f8082.png?v=1") no-repeat center;
    background-size: cover;
}
.individual_seller_manual_main_sub_content_card3{
    background: url("/img/host/mobile/manual_card3-85ecc4ecc23f8b5152b0aacbb03ef75c.png?v=1") no-repeat center;
    background-size: cover;
}
.individual_seller_manual_main_sub_content_card_text_img{
    display: flex;
    height: 7rem;
    /*padding: 1rem;*/
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    align-self: stretch;
}
.individual_seller_manual_main_sub_content_card_text_img1{
    background: url("/img/host/mobile/mo_text_text01-aeb16a687977c7782337927b433cba09.png?v=1") no-repeat center;
    background-size: contain;
}
.individual_seller_manual_main_sub_content_card_text_img2{
    background: url("/img/host/mobile/mo_text_text02-eebeff1e32b50412d0f9ca3fe0b88fc5.png?v=1") no-repeat center;
    background-size: contain;
}
.individual_seller_manual_main_sub_content_card_text_img3{
    background: url("/img/host/mobile/mo_text_text03-6669ee3794b8089f35b68cb06bc21cd5.png?v=1") 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)/body_sm */
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3125rem; /* 150% */
}
.individual_seller_manual_second_section{
    display: flex;
    width: 100%;
    height: 50.75rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 5rem;
    align-self: stretch;

    background: var(--Sementic-Color-deco, linear-gradient(180deg, #0E4A0A 0%, #083505 100%));
}
.individual_seller_manual_second_content{
    display: flex;
    width: 100%;
    padding: 3.75rem 1rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
    flex: 1 0 0;
    align-self: stretch;

    box-sizing: border-box;
}
.individual_seller_manual_second_content_img{
    display: flex;
    padding: 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 2.25rem;
    flex: 1 0 0;
    align-self: stretch;
}
.manual_guide1{
    background: url("/img/host/mobile/manual_guide1-7672ef3d15e3bcb78a7c460eed99b753.png?v=3") no-repeat center;
    background-size: contain;
}
.manual_guide2{
    background: url("/img/host/mobile/manual_guide2-d2bc9f27fe6dbde9efc95f1f948596e4.png?v=3") no-repeat center;
    background-size: contain;
}
.manual_guide3{
    background: url("/img/host/mobile/manual_guide3-a176f8bc832a624bb352958624d1d7d4.png?v=4") no-repeat center;
    background-size: contain;
}
.manual_guide4{
    background: url("/img/host/mobile/manual_guide4-42f6814312f1c13760652f23217358e8.png?v=4") no-repeat center;
    background-size: contain;
}
.individual_seller_manual_slide_section{
    display: flex;
    width: 100%;
    height: 50.75rem;
    padding: 0rem 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
    box-sizing: border-box;
}
.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%;
    padding: 3.75rem 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)/sub_title */
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6875rem; /* 150% */
}
.individual_seller_manual_slide_main_wrap{
    overflow: hidden; /* 넘치는 콘텐츠 숨기기 */
    display: flex;
    width: 100%;
    align-items: center;
    gap: 1.5rem;
    flex: 1 0 0;
}

.individual_seller_manual_slide_wrap {
    overflow: hidden; /* 넘치는 콘텐츠 숨기기 */
    /*min-width: 767px;*/
    display: flex;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
    box-sizing: border-box;
}
.individual_seller_manual_slide_container {
    display: flex;
    width: calc(100% * 5); /* 슬라이드 개수만큼 너비 설정 */
    height: 100%;
    will-change: transform;
    transition: transform 0.4s ease-in-out; /* 부드러운 애니메이션 */
    cursor: pointer;
}
.slide {
    flex: 1 0 100%; /* 각 슬라이드가 100%의 너비를 차지하도록 설정 */
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.gauge_background {
    width: 7.5rem;
    height: 8px;
    background-color: #f0f0f0; /* 배경 색상 */
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.gauge {
    width: 0%; /* 초기 게이지는 0% */
    height: 100%;
    background-color: #0e4a0a; /* 게이지 색상 */
    transition: width 0.3s ease; /* 부드러운 애니메이션 */
}
.individual_seller_manual_slide_indicator_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    align-self: stretch;
}
.individual_seller_manual_laststep_section{
    display: flex;
    height: 50.75rem;
    padding: 3.75rem 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    align-self: stretch;
    background: var(--Sementic-Color-ui_covered_02, #F0F0F0);

    box-sizing: border-box;
}
.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)/sub_title */
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6875rem; /* 150% */
}
.individual_seller_manual_laststep_img{
    display: flex;
    height: 100%;
    align-self: stretch;

    background: url("/img/host/mobile/manual_process-7779cc4b993fa74b4bd26bc15f99a0e2.png") no-repeat center;
    background-size: contain;
}
.appdownload_section{
    display: flex;
    height: 50.75rem;
    padding: 3.75rem 1rem;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6.25rem;
    align-self: stretch;

    box-sizing: border-box;
}
.appdownload_txt{
    color: #FFF;
    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% */
}
.appdownload_last_download_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
}
.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;
}