:root {
    --b2b-header-height: 141px;
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: auto !important;
}

body {
    overflow-x: hidden;
}

.b2b-fullpage {
    position: relative;
    width: 100%;
}

.b2b-step-section {
    position: relative;
    width: 100%;
    height: calc(100vh - var(--b2b-header-height));
    min-height: calc(100vh - var(--b2b-header-height));
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    box-sizing: border-box;
}

#step02.b2b-step-section {
	padding: 80px 0px !important;
}

.b2b-step-section .step-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.b2b-step-section .step-bg {
    width: auto;
    height: 100%;
    max-width: none;
    max-height: none;
    flex-shrink: 0;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.b2b-scroll-guide {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.b2b-scroll-guide .mouse {
    width: 24px;
    height: 38px;
    margin: 0 auto 8px;
    border: 2px solid #fff;
    border-radius: 20px;
    position: relative;
}

.b2b-scroll-guide .mouse:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 4px;
    height: 8px;
    margin-left: -2px;
    background: #fff;
    border-radius: 2px;
    animation: wheel 1.5s infinite;
}

@keyframes wheel {
    0% { opacity: 0; transform: translateY(0); }
    30% { opacity: 1; }
    100% { opacity: 0; transform: translateY(10px); }
}

.b2b-footer-spacer {
    width: 100%;
    height: 0px;
}






.b2b-step-section .step-inner {
    position: relative;
}

.step-copy {
    position: absolute;
    left: 50%;
    top: 26%;
    transform: translateX(-50%);
    z-index: 5;
    text-align: center;
}

.step-badge {
    display: inline-flex;
	padding: 6px 30px;
	justify-content: center;
	align-items: center;
	gap: 8px;

	border-radius: 20px;
	border: 1px solid #DDD;
 
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 25.2px */
	letter-spacing: -0.72px;
	text-transform: uppercase;
}

.step-badge--light {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.08);
}

.step-badge--orange {
    color: #ffffff;
    border: 1px solid #f5a623;
    background: #f5a623;
}



/* STEP 04 */
.step04 {
    background: url('/images/b2b/bg_step_04.png') no-repeat center/cover;
}

.step04-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.step04-title {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.08px;
    text-transform: capitalize;
    padding: 24px 0px 60px 0px;
    margin: 0;
}

.step04-cards {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.step04-card {
    width: 383px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
}

.step04-card img {
    width: 100%;
    display: block;
}

.step04-card h3 {
    color: #333;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.44px;
    text-transform: capitalize;
    margin-top: 47px;
    margin-bottom: 30px;
}

/* 설명 영역 */
.step04-desc {
    margin: 0 20px;
}

.step04-desc p {
    color: #333;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.76px;
    text-transform: capitalize;
    margin: 0;
    padding: 21px 0;
}

/* 문단 사이 1px 라인 */
.step04-desc p + p {
    border-top: 1px solid #EEE;
}




/* STEP 05 */
#step05.b2b-step-section {
    padding: 0;
}

.step05 .step-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.step05-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.step05-title {
    color: #333;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.08px;
    text-transform: capitalize;
    padding: 24px 0 14px 0;
    margin: 0;
}

.step05-sub {
    margin: 0 0 56px 0; 

	color: #FFA100;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.72px;
	text-transform: capitalize;
}

.step05-cards {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.step05-card {
    position: relative;
    width: 383px;
    border-radius: 6px;
    overflow: hidden;
    background: #000;
}

.step05-card img {
    display: block;
    width: 100%;
    height: auto;
}

.step05-card-copy {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}

.step05-card-copy h3 {
    margin: 30px 0 18px 0;
    color: #FFF;
	text-align: center;
	font-family: "Noto Sans KR";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 30px */
	letter-spacing: -1.2px;
	text-transform: capitalize;
}

.step05-card-copy span {
    display: block;
	color: #FFF;
	text-align: center; 
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: 1.4px;
	text-transform: capitalize;
}










@media (max-width: 767px) {
    :root {
        --b2b-header-height: 52px;
    }

    .b2b-fullpage {
        width: 100%;
        overflow: hidden;
    }

    .b2b-step-section {
        height: auto !important;
        min-height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible;
    }

    .b2b-step-section .step-inner {
        display: block;
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .b2b-step-section picture {
        display: block;
        width: 100%;
    }

    .b2b-step-section .step-bg {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .b2b-scroll-guide {
        display: none;
    }

    .b2b-footer-spacer {
        height: 0;
    }

    #step02.b2b-step-section {
        padding: 0 !important;
		margin-bottom:30px !important;
    }

    .step-copy {
        top: 11%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        width: auto;
    }

    .step-badge {
        padding: 4px 16px;
        border-radius: 20px;
        font-size: 10px;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -0.4px;
    }

    /* STEP 04 */
	.step04 {
		background: url('/images/b2b/bg_step_04.png') no-repeat center top/cover;
		padding: 48px 12px 56px !important;
	}

	.step04-wrap {
		width: 100%;
		max-width: 100%;
	}

	.step04-title {
		padding: 14px 0 28px 0;
		margin: 0;
		font-size: 32px;
		line-height: 100%;
		letter-spacing: -0.88px;
	}

	.step04-cards {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.step04-card {
		display: flex;
		align-items: stretch;
		width: 100%;
		border-radius: 6px;
		padding-bottom: 0;
		box-shadow: none;
		overflow: hidden;
		background: #fff;
	}

	.step04-card--reverse {
		flex-direction: row-reverse;
	}

	.step04-card picture {
		display: block;
		width: 42%;
		flex: 0 0 42%;
	}

	.step04-card picture img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.step04-card-body {
		flex: 1;
		background: #fff;
		padding: 0 14px;
		box-sizing: border-box;
	}

	.step04-card h3 {
		margin: 18px 0 12px 0;
		color: #333;
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%;
		letter-spacing: -0.64px;
	}

	.step04-desc {
		margin: 0;
	}

	.step04-desc p {
		margin: 0;
		padding: 10px 0;
		color: #333;
		text-align: center;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%;
		letter-spacing: -0.44px;
	}

	.step04-desc p + p {
		border-top: 1px solid #EEE;
	}

    /* STEP 05 */
    #step05.b2b-step-section {
        padding: 48px 12px 56px !important;
        background: #f3f3f3;
    }

    .step05 .step-inner {
        display: block;
        height: auto;
    }

    .step05-wrap {
        width: 100%;
        max-width: 100%;
    }

    .step05-title {
        padding: 14px 0 10px 0;
        margin: 0;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -0.88px;
    }

    .step05-sub {
        margin: 0 0 22px 0;
        font-size: 13px;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: -0.4px;
    }

    .step05-cards {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .step05-card {
        width: 100%;
        border-radius: 4px;
    }

    .step05-card picture {
        display: block;
        width: 100%;
    }

    .step05-card picture img {
        display: block;
        width: 100%;
        height: auto;
    }

    .step05-card-copy {
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 0 14px;
        transform: translate(-50%, -50%);
    }

    .step05-card-copy h3 {
        margin: 0 0 8px 0;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: -0.64px;
    }

    .step05-card-copy span {
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.9px;
    }
}



/* =========================
   STEP04 HOVER (PC ONLY)
========================= */
@media (min-width: 768px) {

    .step04-card {
        position: relative;
        cursor: pointer;
    }

    /* 어두운 오버레이 */
    .step04-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.80) 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 2;
        pointer-events: none;
    }

    /* 버튼 + 아이콘 */
    .step04-card::after {
        content: "자세히보기   \f0a9";
        font-family: "FontAwesome";
		word-spacing: 6px;

        position: absolute;
        left: 50%;
        bottom: 28px;
        transform: translateX(-50%) translateY(10px);

        display: flex;
        align-items: center;
        justify-content: center;

        width: 323px;
        height: 52px;
        padding: 10px 20px;
        box-sizing: border-box;

        border-radius: 10px;
        background: #FFA100;

        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.72px;
        white-space: nowrap;

        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        z-index: 3;
        pointer-events: none;
    }

    /* hover */
    .step04-card:hover::before {
        opacity: 1;
    }

    .step04-card:hover::after {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}


@media (min-width: 768px) {

    .step05-card {
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
    }

    /* hover 테두리 */
    .step05-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border: 6px solid #FFA100;
        border-radius: 6px;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 3;
        pointer-events: none;
        box-sizing: border-box;
    }

    /* hover 버튼 */
    .step05-card::after {
        content: "More   \f0a9";
        font-family: "FontAwesome";
		word-spacing: 6px;

        position: absolute;
        left: 50%;
        bottom: 28px;
        transform: translateX(-50%) translateY(10px);

        display: flex;
        align-items: center;
        justify-content: center;

        width: 323px;
        height: 52px;
        padding: 10px 10px 10px 30px;
        box-sizing: border-box;

        border-radius: 999px;
        background: #FFA100;

        color: #FFF;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.72px;
        text-transform: capitalize;
        white-space: nowrap;

        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        z-index: 4;
        pointer-events: none;
    }

    .step05-card:hover::before {
        opacity: 1;
    }

    .step05-card:hover::after {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}









.member_type_tab_wrap{
    display:flex;
    margin:0 0 0px 0;
    border-bottom:1px solid #e5e5e5;
}
.member_type_tab{
    flex:1;
    height:54px;
    border:1px solid #ddd;
    border-bottom:none;
    background:#f7f7f7;
    color:#999;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
}
.member_type_tab + .member_type_tab{
    border-left:none;
}
.member_type_tab.active{
    background:#fff;
    color:#222;
    position:relative;
}
.member_type_tab.active:after{
    content:'';
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    height:2px;
    background:#fff;
}