/* =========================
   SUB INTRO
========================= */
.sub-intro-section {
    position: relative;
    height: 1222px;
    background: #000;
    overflow: hidden;
}

.sub-intro-bg {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    min-width: 1920px;
    transform: translateX(-50%);
    z-index: 1;
}

.sub-intro-bg img {
    display: block;
    width: 100%;
}

.sub-intro-word {
    position: absolute;
    left: 50%;
    top: 532px;
    transform: translateX(-48%);
    z-index: 2;

    color: #21415B;
    text-align: center;
    font-family: "Arial Black", sans-serif;
    font-size: 200px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 60px;
    opacity: 0.44;
    white-space: nowrap;
    pointer-events: none;
}

.sub-intro-content {
    position: relative;
    z-index: 3;
    padding-top: 800px;
    text-align: center;
}

.sub-intro-content h2 {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1px;
}

.sub-intro-content h2 .blue {
    color: #5792FF;
}

.sub-intro-content h2 .bold {
    font-weight: 700;
}

.sub-intro-content h2 .normal {
    font-weight: 400;
}

.sub-intro-content p {
    margin: 55px 0 0;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -0.48px;
}

@media (max-width: 1200px) {

    .sub-intro-section {
        height: auto;
        min-height: 720px;
        padding: 70px 20px 80px;
    }

    .sub-intro-bg {
        top: 70px;
        width: 100%;
        min-width: 0;
    }

    .sub-intro-bg img {
        width: 100%;
        height: auto;
    }

    .sub-intro-word {
        top: 245px;
        font-size: 48px;
        letter-spacing: 20px;
        padding-left: 0px;
    }

    .sub-intro-content {
        padding-top: 70%;
    }

    .sub-intro-content h2 {
        font-size: 24px;
        line-height: 150%;
        letter-spacing: -0.7px;
        word-break: keep-all;
    }

    .sub-intro-content h2 br {
        display: none;
    }

    .sub-intro-content p {
        margin-top: 30px;
        font-size: 15px;
        line-height: 180%;
        letter-spacing: -0.3px;
        word-break: keep-all;
    }

    .sub-intro-content p br {
        display: none;
    }
}








/* =========================
   SUB DAEUGIM
========================= */
.sub-daeugim-section {
    position: relative;
    background: #000;
    padding: 100px 0 170px;
}

.sub-daeugim-inner {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 100px;
}

.sub-daeugim-img {
    width: 640px;
    height: 600px;
    flex: 0 0 640px;
    border-radius: 40px;
    overflow: hidden;
}

.sub-daeugim-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-daeugim-text {
    flex: 1;
    padding-top: 10px;
}

.sub-daeugim-text h2 {
    margin: 0 0 52px;
    color: #5792FF;
    font-family: "Arial Black", sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 100%;
}

.sub-daeugim-text p {
    margin: 0;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 170%;
    letter-spacing: -0.44px;
    word-break: keep-all;
}

.sub-daeugim-text p + p {
    margin-top: 45px;
}

.sub-daeugim-text span {
    color: #91BDFF;
}

@media (max-width: 1200px) {

    .sub-daeugim-section {
        padding: 20px 20px 90px;
    }

    .sub-daeugim-inner {
        width: 100%;
        display: block;
    }

    .sub-daeugim-img {
        width: 100%;
        height: auto;
        aspect-ratio: 640 / 600;
        border-radius: 22px;
    }

    .sub-daeugim-text {
        padding-top: 36px;
        text-align: left;
    }

    .sub-daeugim-text h2 {
        margin-bottom: 26px;
        font-size: 32px;
        text-align: center;
    }

    .sub-daeugim-text p {
        font-size: 15px;
        line-height: 180%;
        letter-spacing: -0.3px;
    }

    .sub-daeugim-text p br {
        display: none;
    }

    .sub-daeugim-text p + p {
        margin-top: 28px;
    }
}




/* =========================
   SUB DESTINY
========================= */
.sub-destiny-section {
    position: relative;
    padding: 100px 0;
    background:
        url('../images/sub/bg_01_01_03.png') center center no-repeat,
        #000;

    background-size: auto;
    overflow: hidden;
}

@media (min-width: 1920px) {
    .sub-destiny-section {
        background-size: 100% auto;
    }
}

.sub-destiny-inner {
    width: 1400px;
    margin: 0 auto;
    min-height: 520px;

    display: flex;
    align-items: center;
}

.sub-destiny-text {
    width: 760px;
    position: relative;
    z-index: 2;
}

.sub-destiny-text h2 {
    margin: 0 0 55px;

    color: #5792FF;
    font-family: "Arial Black", sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 100%;
    text-transform: capitalize;
}

.sub-destiny-text p {
    margin: 0;

    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 170%;
    letter-spacing: -0.44px;

    word-break: keep-all;
}

.sub-destiny-text p + p {
    margin-top: 42px;
}

.sub-destiny-text span {
    color: #91BDFF;
}

@media (max-width: 1200px) {

    .sub-destiny-section {
        padding: 80px 20px;

        background:
            linear-gradient(
                to bottom,
                rgba(0,0,0,0.15),
                rgba(0,0,0,0.78)
            ),
            url('../images/sub/bg_01_01_03.png') 72% center / cover no-repeat,
            #000;
    }

    .sub-destiny-inner {
        width: 100%;
        min-height: auto;
        display: block;
    }

    .sub-destiny-text {
        width: 100%;
    }

    .sub-destiny-text h2 {
        margin-bottom: 30px;

        font-size: 30px;
        line-height: 135%;
        letter-spacing: -0.8px;

        word-break: keep-all;
    }

    .sub-destiny-text p {
        font-size: 15px;
        line-height: 185%;
        letter-spacing: -0.3px;
    }

    .sub-destiny-text p br {
        display: none;
    }

    .sub-destiny-text p + p {
        margin-top: 28px;
    }
}





/* =========================
   SUB BLOCKCHAIN
========================= */
.sub-blockchain-section {
    position: relative;
    padding: 100px 0 140px;
    background: #000;
}

.sub-blockchain-box {
    position: relative;

    width: 1400px;
    height: 700px;

    margin: 0 auto;
    padding: 0 60px;

    border-radius: 60px;
    border: 2px solid rgba(74, 225, 255, 0.40);
    background: #000;

    box-shadow: 0 0 200px 0 rgba(2, 213, 255, 0.40);

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

    overflow: hidden;
}

.sub-blockchain-box::before {
    content: "";

    position: absolute;
    inset: 0;

    border-radius: 60px;

    background:
        radial-gradient(
            circle at top center,
            rgba(74,225,255,0.06),
            transparent 60%
        );

    pointer-events: none;
}

.sub-blockchain-img {
    position: relative;
    z-index: 2;

    width: 520px;
    flex-shrink: 0;
}

.sub-blockchain-img img {
    display: block;
    width: 100%;
    border-radius: 24px;
}

.sub-blockchain-img video {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.sub-blockchain-text {
    position: relative;
    z-index: 2;

    width: 700px;
    flex-shrink: 0;
}

.sub-blockchain-text h2 {
    margin: 0 0 52px;

    color: #4AE1FF;
    font-family: "Arial Black", sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1.68px;
}

.sub-blockchain-text p {
    margin: 0;

    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 170%;
    letter-spacing: -0.44px;

    word-break: keep-all;
}

.sub-blockchain-text p + p {
    margin-top: 46px;
}

.sub-blockchain-text span {
    color: #4AE1FF;
}



/* =========================
   MOBILE
========================= */
@media (max-width: 1200px) {

    .sub-blockchain-section {
        padding: 70px 20px 90px;
    }

    .sub-blockchain-box {
        width: 100%;
        height: auto;

        padding: 40px 24px;

        border-radius: 28px;

        display: block;

        box-shadow: 0 0 60px rgba(2, 213, 255, 0.22);
    }

    .sub-blockchain-box::before {
        border-radius: 28px;
    }

    .sub-blockchain-img {
        width: 100%;
        max-width: 320px;

        margin: 0 auto 34px;
    }

    .sub-blockchain-text {
        width: 100%;
    }

    .sub-blockchain-text h2 {
        margin-bottom: 28px;

        font-size: 28px;
        line-height: 125%;
        letter-spacing: -0.8px;

        word-break: keep-all;
    }

    .sub-blockchain-text p {
        font-size: 15px;
        line-height: 185%;
        letter-spacing: -0.3px;
    }

    .sub-blockchain-text p br {
        display: none;
    }

    .sub-blockchain-text p + p {
        margin-top: 28px;
    }
}







/* =========================
   SUB GIRYUU
========================= */
.sub-giryuu-section {
    position: relative;
    padding: 0px 0 80px;

     background:
        url('../images/sub/bg_01_01_03.png') center center no-repeat,
        #000;

    background-size: auto;

    overflow: hidden;
    text-align: center;
}

@media (min-width: 1920px) {
    .sub-giryuu-section {
        background-size: 100% auto;
    }
}

.sub-giryuu-img {
    position: relative;
    width: 796px;
    height: 721px;
    aspect-ratio: 138 / 125;
    margin: 0 auto;
}

.sub-giryuu-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sub-giryuu-img-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -52%);

    text-align: center;
    font-size: 55px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.1px;

    background: linear-gradient(180deg, #CEE1FF 0%, #78ACFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-giryuu-content {
    margin-top: -70px;
    position: relative;
    z-index: 3;
}

.sub-giryuu-content p {
    margin: 0;

    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -0.68px;
    word-break: keep-all;
}

.sub-giryuu-content span {
    color: #5792FF;
}

.sub-giryuu-word {
    margin-top: 160px;

    color: #21415B;
    text-align: center;
    font-family: "Arial Black", sans-serif;
    font-size: 200px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 60px;
    opacity: 0.44;

    white-space: nowrap;
    pointer-events: none;

    transform: translateX(25px);
}

@media (max-width: 1200px) {

    .sub-giryuu-section {
        padding: 0px 20px 60px;
    }

    .sub-giryuu-img {
        width: 100%;
        max-width: 360px;
        height: auto;
        aspect-ratio: 138 / 125;
    }

    .sub-giryuu-img-text {
        font-size: 30px;
        letter-spacing: -0.6px;
    }

    .sub-giryuu-content {
        margin-top: -20px;
    }

    .sub-giryuu-content p {
        font-size: 20px;
        line-height: 170%;
        letter-spacing: -0.4px;
    }

    .sub-giryuu-content p br {
        display: none;
    }

    .sub-giryuu-word {
        margin-top: 70px;
        font-size: 42px;
        letter-spacing: 18px;
        transform: translateX(14px);
    }
}







/* =========================
   SUB PROFILE
========================= */
.sub-profile-section {
    position: relative;
    padding: 220px 0 80px;

    background:
        url('../images/sub/bg_01_02.png') center top no-repeat,
        #000;

    background-size: cover;

    overflow: hidden;
}

.sub-profile-inner {
    position: relative;
    z-index: 2;

    width: 1400px;
    margin: 0 auto;
}


/* =========================
   TITLE
========================= */
.sub-profile-titlebox {
    text-align: center;
    margin-bottom: 68px;
}

.sub-profile-label {
    margin-bottom: 26px;

    color: #FFF;
    text-align: center;
    font-family: "Arial Black", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 140%;
    letter-spacing: -0.2px;
	opacity: 0.8;
}

.sub-profile-titlebox h2 {
    margin: 0;

    color: #FFF;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.4px;
}

.sub-profile-titlebox h2 span {
    color: #5792FF;
}


/* =========================
   COMMON CARD
========================= */
.sub-profile-card {
    position: relative;
    width: 1400px;
    height: 463px;
    border-radius: 999px;
    overflow: visible;
}


/* =========================
   HISTORY CARD
========================= */
.history-card {
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.78) 0%,
            rgba(5, 27, 98, 0.88) 100%
        );

    border: 1px solid rgba(88, 130, 255, 0.15);

    box-shadow:
        inset 0 0 100px rgba(87,146,255,0.10),
        0 0 40px rgba(0,0,0,0.35);
}

.history-card .sub-profile-card-text {
    position: absolute;

    left: 160px;
    top: 72px;

    width: 860px;
}

.history-card .sub-profile-card-text h3 {
    opacity: 0.8;
}

.history-img {
    position: absolute;

    right: 0px;
    bottom: 10px;

    width: 470px;
}

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


/* =========================
   PRESENT CARD
========================= */
.present-card {
    margin-top: 40px;

    background:
        linear-gradient(
            90deg,
            rgba(8, 26, 84, 0.94) 0%,
            rgba(16, 47, 132, 0.84) 100%
        );

    border: 1px solid rgba(88, 130, 255, 0.18);

    box-shadow:
        inset 0 0 100px rgba(87,146,255,0.10),
        0 0 40px rgba(0,0,0,0.35);
}

.present-card .sub-profile-card-text {
    position: absolute;

    left: 520px;
    top: 38px;

    width: 760px;
}

.present-img {
    position: absolute;

    left: 80px;
    top: 50%;

    transform: translateY(-50%);

    width: 280px;
}

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


/* =========================
   TEXT
========================= */
.sub-profile-card-text h3 {
    margin: 0 0 28px;

    color: #FFF;

    font-family: "Arial Black", sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 140%;
    text-transform: capitalize;

	opacity: 0.8;
}

.sub-profile-card-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-profile-card-text li {
    position: relative;

    padding-left: 22px;

    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: -0.48px;

    white-space: nowrap;
}

.sub-profile-card-text li::before {
    content: "•";

    position: absolute;
    left: 0;
    top: 0;
}


/* =========================
   BIG WORD
========================= */
.sub-profile-word {
    margin-top: 160px;

    color: #21415B;
    text-align: center;

    font-family: "Arial Black", sans-serif;
    font-size: 190px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 60px;

    opacity: 0.44;

    white-space: nowrap;
    pointer-events: none;

    width: 100%;
}



/* =========================
   MOBILE
========================= */
@media (max-width: 1200px) {

    .sub-profile-section {
        padding: 120px 20px 60px;
    }

    .sub-profile-inner {
        width: 100%;
    }

    .sub-profile-titlebox {
        margin-bottom: 42px;
    }

    .sub-profile-label {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .sub-profile-titlebox h2 {
        font-size: 36px;
        letter-spacing: -0.8px;
    }

    .sub-profile-card {
        width: 100%;
        height: auto;

        border-radius: 36px;

        padding: 34px 24px;
    }

    .history-card,
    .present-card {
        position: relative;
    }

    .present-card {
        margin-top: 24px;
    }

    .history-card .sub-profile-card-text,
    .present-card .sub-profile-card-text {
        position: relative;

        left: auto;
        top: auto;

        width: 100%;
    }

	.history-img {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		transform: none;

		width: 290px;
		margin: -10px auto 0px;
	}

	.present-img {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		transform: none;

		width: 230px;
		margin: 28px auto 40px;
	}

    .sub-profile-card-text h3 {
        margin-bottom: 22px;

        font-size: 28px;
        line-height: 130%;
    }

    .sub-profile-card-text li {
        padding-left: 14px;

        font-size: 15px;
        line-height: 175%;
        letter-spacing: -0.3px;

        white-space: normal;
        word-break: keep-all;
    }

    .sub-profile-word {
        margin-top: 70px;

        font-size: 42px;
        letter-spacing: 18px;

        transform: translateX(12px);
    }



	.history-card {
		display: flex;
		flex-direction: column;
	}

	.history-card .history-img {
		order: 2;
	}

	.history-card .sub-profile-card-text {
		order: 3;
	}

}













/* =========================
   SUB SERVICE TOP
========================= */
.sub-service-top {
    position: relative;
    padding: 220px 0 120px;
    background: #000;
}

.sub-service-inner {
    width: 1400px;
    margin: 0 auto;
}


/* title */
.sub-service-titlebox {
    text-align: center;
}

.sub-service-label {
    margin-bottom: 20px;

    color: #5792FF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.sub-service-titlebox h2 {
    margin: 0 0 60px;

    color: #FFF;
    text-align: center;
    font-family: "Arial Black", sans-serif;
    font-size: 66px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    text-transform: capitalize;
}


/* tab */
.sub-service-tab-wrap {
    display: flex;
    width: 1400px;
    height: 60px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 999px;
    border: 1px solid #222;
    background: #222;

    margin-bottom: 0px;

    overflow: hidden;
}

.sub-service-tab {
    display: flex;
    width: 233px;
    height: 60px;
    padding: 21px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;

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

    color: #999;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;

    transition:
        background .25s ease,
        color .25s ease,
        transform .2s ease;
}
/*
.sub-service-tab:hover {
    background: #2866F8;
    color: #FFF;
}
*/

.sub-service-tab.active {
    background: #2866F8;
    color: #FFF;
}


/* =========================
   MOBILE
========================= */
@media (max-width: 1200px) {

    .sub-service-top {
        padding: 120px 20px 0px;
    }

    .sub-service-inner {
        width: 100%;
    }

    .sub-service-label {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .sub-service-titlebox h2 {
        margin-bottom: 34px;
        font-size: 42px;
    }

    .sub-service-tab-wrap {
        width: 100%;
        height: auto;

        padding: 10px;

        gap: 10px;

        flex-wrap: wrap;

        border-radius: 24px;

        margin-bottom: 70px;
    }

    .sub-service-tab {
        width: calc(50% - 5px);
        height: 42px;

        padding: 0 12px;

        font-size: 16px;
        letter-spacing: -0.3px;
    }

}


/* =========================
   SERVICE KIND
========================= */
.sub-service-kind {
    background: #000;
}

.service-kind-title {
    margin: 0 0 50px;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.68px;
}

.service-card-list {
    display: flex;
    gap: 37px;
}

.service-card {
    width: 442px;
    height: 472px;

    border-radius: 20px;
    border: 2px solid transparent;
    background: #222;

    overflow: hidden;

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease,
        transform .25s ease;

	margin-bottom:37px;
}

.service-card:hover,
.service-card.active {
    border-color: #2866F8;
    background: #000;
    box-shadow: 0 0 26px 0 rgba(51, 51, 51, 0.80);
}

.service-card-head {
    display: flex;
    width: 100%;
    height: 110px;
    justify-content: center;
    align-items: center;

    background: #111;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.56px;

    transition: background .25s ease;
}

.service-card:hover .service-card-head,
.service-card.active .service-card-head {
    background: #2866F8;
}

.service-card-body {
    padding: 46px 40px 0;
}

.service-price {
    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 100%;
}

.service-price span {
    margin-left: 2px;

    color: #999;
    font-size: 22px;
    font-weight: 600;
}

.service-line {
    width: 100%;
    height: 1px;
    margin: 42px 0 30px;
    background: #333;
}

.service-info li {
    position: relative;
    padding-left: 28px;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.service-info li + li {
    margin-top: 18px;
}

.service-info li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;

    width: 16px;
    height: 16px;

    background: url('../images/common/icon_service_check.png') center / contain no-repeat;
}

.service-info strong {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;

    transition: color .25s ease;
}
.service-card:hover .service-info strong {
    color: #FFFA9F;
}

.service-card-btn {
    display: flex;
    width: 362px;
    height: 60px;
    margin: 58px auto 0;
    justify-content: center;
    align-items: center;
    gap: 8px;

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

    color: #999;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.44px;

    transition:
        background .25s ease,
        color .25s ease;
}

.service-card:hover .service-card-btn,
.service-card.active .service-card-btn {
    background: #2866F8;
    color: #FFF;
}



/* =========================
   SERVICE KIND MOBILE
========================= */
@media (max-width: 1200px) {

    .sub-service-kind {
        padding: 0 20px;
    }

    .service-kind-title {
        margin: 0 0 28px;

        font-size: 24px;
        line-height: 100%;
        letter-spacing: -0.48px;
    }

    .service-card-list {
        display: block;
    }

    .service-card {
        width: 100%;
        height: auto;
        min-height: 390px;

        border-radius: 18px;
        margin-bottom: 20px;
    }

    .service-card-head {
        height: 82px;

        font-size: 22px;
        letter-spacing: -0.44px;
    }

    .service-card-body {
        padding: 34px 24px 28px;
    }

    .service-price {
        font-size: 28px;
    }

    .service-price span {
        font-size: 17px;
    }

    .service-line {
        margin: 30px 0 24px;
    }

    .service-info li {
        padding-left: 24px;

        font-size: 15px;
        line-height: 150%;
        letter-spacing: -0.3px;
    }

    .service-info li + li {
        margin-top: 10px;
    }

    .service-info li::before {
        top: 4px;

        width: 14px;
        height: 14px;
    }

    .service-info strong {
        font-size: 15px;
        letter-spacing: -0.3px;
    }

    .service-card-btn {
        width: 100%;
        height: 54px;
        margin: 34px auto 0;

        font-size: 17px;
        letter-spacing: -0.34px;
    }

}







/* =========================
   NAMING SERVICE
========================= */
.naming-service-box {
    width: 1400px;
    height: 607px;
    margin: 22px 0 50px;
    padding: 50px 40px 40px;

    border-radius: 20px;
    background: #222;
}

.naming-title {
    margin: 0 0 20px;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.56px;
}

.naming-desc {
    margin: 0 0 50px;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.naming-card-list {
    display: flex;
    justify-content: space-between;
    gap: 28px;
}

.naming-card {
    width: 310px;
    height: 402px;

    border-radius: 20px;
    background: #111;

    overflow: hidden;
    border: 1px solid transparent;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}

.naming-card:hover {
    border-color: #2866F8;
    box-shadow: 0 0 26px rgba(51, 51, 51, 0.8);
}

.naming-card-head {
    display: flex;
    width: 310px;
    height: 100px;
    justify-content: center;
    align-items: center;

    border-radius: 20px 20px 0 0;
    background: #444;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.48px;

    transition: background .25s ease;
}

.naming-card:hover .naming-card-head {
    background: #2866F8;
}

.naming-card-body {
    padding: 32px 30px 0;
}

.naming-price {
    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 100%;
}

.naming-price span {
    color: #999;
    font-size: 22px;
    font-weight: 300;
}

.naming-line {
    height: 1px;
    margin: 30px 0 28px;
    background: #444;
}

.naming-info li {
    position: relative;
    padding-left: 26px;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.naming-info li + li {
    margin-top: 18px;
}

.naming-info li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;

    width: 16px;
    height: 16px;

    background: url('../images/common/icon_service_check.png') center / contain no-repeat;
}

.naming-info strong {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.32px;

    transition: color .25s ease;
}

.naming-card:hover .naming-info strong {
    color: #FFFA9F;
}

.naming-btn {
    display: flex;
    width: 250px;
    height: 60px;
    margin: 34px auto 0;
    justify-content: center;
    align-items: center;
    gap: 8px;

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

    color: #999;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;

    transition:
        background .25s ease,
        color .25s ease;
}

.naming-card:hover .naming-btn {
    background: #2866F8;
    color: #FFF;
}


/* =========================
   SERVICE GUIDE
========================= */
.service-guide-box {
    width: 1400px;
    height: 130px;
    margin-bottom: 70px;
    padding: 26px 34px;

    border-radius: 20px;
    background: #222;
}

.service-guide-box li {
    position: relative;
    padding-left: 30px;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.32px;
}

.service-guide-box li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;

    width: 16px;
    height: 16px;

    background: url('../images/common/icon_service_check_gray.png') center / contain no-repeat;
}

.service-guide-box strong {
    color: #FFFA9F;
    font-weight: 600;
}


/* =========================
   NAMING SERVICE MOBILE
========================= */
@media (max-width: 1200px) {

    .naming-service-box {
        width: 100%;
        height: auto;
        margin: 10px 0 30px;
        padding: 34px 18px 24px;

        border-radius: 18px;
    }

    .naming-title {
        margin-bottom: 14px;

        font-size: 24px;
        letter-spacing: -0.48px;
    }

    .naming-desc {
        margin-bottom: 30px;

        font-size: 14px;
        line-height: 160%;
        letter-spacing: -0.28px;
        word-break: keep-all;
    }

    .naming-card-list {
        display: block;
    }

    .naming-card {
        width: 100%;
        height: auto;
        min-height: 350px;
    }

    .naming-card + .naming-card {
        margin-top: 18px;
    }

    .naming-card-head {
        width: 100%;
        height: 78px;

        font-size: 21px;
        letter-spacing: -0.42px;
    }

    .naming-card-body {
        padding: 28px 24px 26px;
    }

    .naming-price {
        font-size: 25px;
    }

    .naming-price span {
        font-size: 16px;
    }

    .naming-line {
        margin: 26px 0 22px;
    }

    .naming-info li {
        padding-left: 24px;

        font-size: 14px;
        line-height: 150%;
        letter-spacing: -0.28px;
    }

    .naming-info li + li {
        margin-top: 10px;
    }

    .naming-info li::before {
        top: 3px;

        width: 14px;
        height: 14px;
    }

    .naming-info strong {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .naming-btn {
        width: 100%;
        height: 52px;
        margin-top: 28px;

        font-size: 17px;
        letter-spacing: -0.34px;
    }

    .service-guide-box {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
        padding: 24px 20px;

        border-radius: 18px;
    }

    .service-guide-box li {
        padding-left: 24px;

        font-size: 14px;
        line-height: 170%;
        letter-spacing: -0.28px;
        word-break: keep-all;
    }

    .service-guide-box li + li {
        margin-top: 8px;
    }

    .service-guide-box li::before {
        top: 5px;

        width: 14px;
        height: 14px;
    }

}









/* =========================
   SERVICE PROCESS
========================= */
.sub-service-process {
    background: #000;
    padding-bottom: 40px;
}


/* step */
.process-step-wrap {
    position: relative;

    display: flex;
    justify-content: space-between;

    margin-bottom: 30px;
}

.process-line {
    position: absolute;
    left: 244px;
    top: 150px;

    width: 912px;
    height: 1px;

    background: #222;

    z-index: 1;
}

.process-step {
    position: relative;
    z-index: 2;

    width: 244px;
    height: 300px;

    border-radius: 20px;
    background: #222;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding-top: 54px;

    transition:
        background .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.process-step:hover,
.process-step.active {
    background: #2866F8;
    box-shadow: 0 0 20px 0 #000;
}

.process-icon {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 42px;
}

.process-icon img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.process-step span {
    margin-bottom: 20px;

    color: #BBB;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;

    transition: color .25s ease;
}

.process-step strong {
    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;
}

.process-step:hover span,
.process-step.active span {
    color: rgba(255,255,255,0.7);
}


/* guide text */
.process-guide-text {
    margin-bottom: 50px;
}

.process-guide-text p {
    margin: 0;

    color: #BBB;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.32px;
}


/* notice */
.process-notice-title {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 16px;
}

.process-notice-title img {
    width: 18px;
    height: 18px;
    display: block;
}

.process-notice-title span {
    color: #FFFA9F;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.96px;
}

.process-notice-text {
    margin-bottom: 40px;
}

.process-notice-text p {
    margin: 0;

    color: #BBB;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.96px;

    word-break: keep-all;
}


/* =========================
   MOBILE
========================= */
@media (max-width: 1200px) {

    .sub-service-process {
        padding-bottom: 20px;
    }

    .process-step-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;

        margin-bottom: 24px;
    }

    .process-line {
        display: none;
    }

    .process-step {
        width: 100%;
        height: 220px;

        border-radius: 18px;

        padding-top: 34px;
    }

    .process-icon {
        height: 56px;
        margin-bottom: 26px;
    }

    .process-icon img {
        width: 56px;
        height: 56px;
    }

    .process-step span {
        margin-bottom: 14px;

        font-size: 13px;
    }

    .process-step strong {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.32px;

        text-align: center;
        word-break: keep-all;

        padding: 0 10px;
    }

    .process-guide-text {
        margin-bottom: 36px;
    }

    .process-guide-text p {
        font-size: 14px;
        line-height: 180%;
        letter-spacing: -0.28px;

        word-break: keep-all;
    }

    .process-notice-title {
        margin-bottom: 14px;
    }

    .process-notice-title img {
        width: 16px;
        height: 16px;
    }

    .process-notice-title span {
        font-size: 14px;
        letter-spacing: -0.4px;
    }

    .process-notice-text {
        margin-bottom: 30px;
    }

    .process-notice-text p {
        font-size: 14px;
        line-height: 180%;
        letter-spacing: -0.4px;

        word-break: keep-all;
    }

}




/* =========================
   PROCESS TABLE
========================= */
.process-table-wrap {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;

    border-radius: 20px;
}

.process-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;

    color: #FFF;
    font-family: 'Noto Serif KR', serif; 

    overflow: hidden;
}


/* reset */
.process-table th,
.process-table td {
    border: 0;
    text-align: center;
    vertical-align: middle;
}


/* th */
.process-table th {
    height: 84px;

    background: rgba(40, 102, 248, 0.5);

    color: #FFF;
    text-align: center;
    font-family: 'Noto Serif KR', serif;
    font-weight: 700;
    font-size: 16px;
    font-style: normal; 
    line-height: 140%;
    text-transform: uppercase;

    border-right: 1px solid rgba(255,255,255,0.12);
}

.process-table th:last-child {
    border-right: 0;
}


/* radius */
.process-table th:first-child {
    border-radius: 20px 0 0 0;
}

.process-table th:last-child {
    border-radius: 0 20px 0 0;
}


/* td */
.process-table td {
    height: 54px;

    background: #222;

    color: #FFF;
    text-align: center;
    font-family: 'Noto Serif KR', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;

    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
}

.process-table td:last-child {
    border-right: 0;
}

.process-table tbody tr:last-child td {
    border-bottom: 0;
}


/* width */
.process-table th:nth-child(1),
.process-table td:nth-child(1) {
    width: 29%;
}

.process-table th:nth-child(2),
.process-table td:nth-child(2) {
    width: 19%;
}

.process-table th:nth-child(3),
.process-table td:nth-child(3) {
    width: 33%;
}

.process-table th:nth-child(4),
.process-table td:nth-child(4) {
    width: 19%;
}



@media (max-width: 1200px) {

    .sub-service-process .sub-service-inner {
        padding: 0 20px;
    }

}

@media (max-width: 1200px) {

    .process-table {
        min-width: 100%;
    }

    .process-table th {
        height: 64px;

        font-size: 11px;
        line-height: 140%;
        letter-spacing: -0.2px;

        padding: 0 4px;
    }

    .process-table td {
        height: 46px;

        font-size: 11px;
        line-height: 120%;
        letter-spacing: -0.2px;

        padding: 0 4px;
    }

}

@media (max-width: 1200px) {

    .process-table th:nth-child(1),
    .process-table td:nth-child(1) {
        width: 28%;
    }

    .process-table th:nth-child(2),
    .process-table td:nth-child(2) {
        width: 20%;
    }

    .process-table th:nth-child(3),
    .process-table td:nth-child(3) {
        width: 34%;
    }

    .process-table th:nth-child(4),
    .process-table td:nth-child(4) {
        width: 18%;
    }

}

/* =========================
   PROCESS BOTTOM BUTTON
========================= */
.process-bottom-btn-wrap {
    margin: 70px 0 120px;
    text-align: center;
}

.process-bottom-btn {
    display: inline-flex;
    padding: 18px 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;

    border-radius: 999px;
    background: #2866F8;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.44px;
    text-transform: capitalize;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.process-bottom-btn:hover {
    background: #4A82FF;
    color: #FFF;

    transform: translateY(-2px);

    box-shadow: 0 8px 24px rgba(40,102,248,0.35);
}

.process-bottom-btn img {
    display: block;
    width: 16px;
    height: 16px;
}


/* mobile */
@media (max-width: 1200px) {

    .process-bottom-btn-wrap {
        margin: 50px 0 80px;
    }

    .process-bottom-btn {
        width: 100%;
        height: 56px;

        padding: 0 24px;

        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .process-bottom-btn img {
        width: 14px;
        height: 14px;
    }

}












/* =========================
   SERVICE SECURE
========================= */
.sub-service-secure {
    background: #000;
    padding-bottom: 120px;
}

.secure-card-list {
    display: flex;
    gap: 33px;
}

.secure-card {
    position: relative;

    width: 325px;
    height: 600px;

    border-radius: 20px;
    overflow: hidden;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.secure-card01 {
    background-image: url('../images/sub/service_secure_box_01.png');
}

.secure-card02 {
    background-image: url('../images/sub/service_secure_box_02.png');
}

.secure-card03 {
    background-image: url('../images/sub/service_secure_box_03.png');
}

.secure-card04 {
    background-image: url('../images/sub/service_secure_box_04.png');
}

.secure-card-text {
    position: absolute;
    left: 0;
    bottom: 0;

    display: flex;
    width: 325px;
    height: 190px;
    padding: 44px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 0 0 20px 20px;
    background: #13234D;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}

.secure-card-text span {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);

    display: flex;
    width: 60px;
    height: 60px;
    padding: 14px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 34px;
    border: 1px solid #6090FF;
    background: #13234D;

    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.secure-card-text p {
    margin: 0;
}

.secure-card-text small {
    display: block;
    margin-top: 8px;

    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.28px;
}

.secure-btn-wrap {
    margin-top: 86px;
    text-align: center;
}

.secure-btn {
    display: inline-flex;
    padding: 18px 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;

    border-radius: 999px;
    background: #2866F8;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.44px;
    text-transform: capitalize;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.secure-btn:hover {
    background: #4A82FF;
    color: #FFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(40,102,248,0.35);
}

.secure-btn img {
    display: block;
    width: 16px;
    height: 16px;
}


/* =========================
   MOBILE
========================= */
@media (max-width: 1200px) {

    .sub-service-secure {
        padding-bottom: 80px;
    }

    .sub-service-secure .sub-service-inner {
        padding: 0 20px;
    }

    .secure-card-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .secure-card {
        width: 100%;
        height: 350px;

        border-radius: 18px;
        overflow: hidden;

        aspect-ratio: auto;
    }

    .secure-card-text {
        width: 100%;
        height: 160px;

        padding: 50px 10px 16px;

        border-radius: 0 0 18px 18px;

        font-size: 13px;
        line-height: 155%;
        letter-spacing: -0.3px;
    }

    .secure-card-text span {
        top: -24px;

        width: 48px;
        height: 48px;

        font-size: 20px;
    }

    .secure-card-text p {
        margin: 0;

        line-height: 155%;
        letter-spacing: -0.3px;

        word-break: keep-all;
    }

    .secure-card-text small {
        display: block;

        margin-top: 4px;

        font-size: 9px;
        line-height: 140%;
        letter-spacing: -0.16px;
    }

    .secure-btn-wrap {
        margin-top: 50px;
    }

    .secure-btn {
        width: 100%;
        height: 56px;

        padding: 0 24px;

        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .secure-btn img {
        width: 14px;
        height: 14px;
    }

}














/* =========================
   SERVICE ORDER
========================= */
.sub-service-order {
    background: #000;
    padding-bottom: 80px;
}

.order-step-title {
    margin: 0 0 26px;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
}

.order-select-list {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.order-card {
    display: block;
    width: 244px;
    height: 252px;
    cursor: pointer;
}

.order-card input,
.order-naming-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.order-card-inner {
    position: relative;

    width: 244px;
    height: 252px;

    padding: 32px 30px;

    border-radius: 20px;
    background: #222;

    transition:
        background .25s ease,
        box-shadow .25s ease;
}

.order-card input:checked + .order-card-inner {
    background: #2866F8;
}

.order-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    margin-bottom: 32px;
	height:58px;
}

.order-card-top strong {
    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.44px;
}

.order-card-top img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.order-card-info + .order-card-info {
    margin-top: 18px;
}

.order-card-info span {
    display: block;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.3px;
}

.order-card-info span em {
    font-style: normal;
    font-size: 13px;
    letter-spacing: -0.26px;
}

.order-card-info b {
    display: block;
    margin-top: 8px;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.4px;
}

.order-check {
    position: absolute;
    right: 22px;
    bottom: 22px;

    display: block;
    width: 30px;
    height: 30px;

    background: url('../images/common/icon_checkbox.svg') center / contain no-repeat;
}

.order-card input:checked + .order-card-inner .order-check,
.order-naming-card input:checked + .order-naming-inner .order-check {
    background-image: url('../images/common/icon_checkbox_on.svg');
}


/* naming */
.order-naming-box {
    flex: 1;

    min-width: 620px;
    height: 252px;

    padding: 32px 28px 26px;

    border-radius: 20px;
    background: #222;
}

.order-naming-head {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 24px;
}

.order-naming-head strong {
    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.44px;
}

.order-naming-head span {
    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.order-naming-head span b {
    font-weight: 700;
}

.order-naming-list {
    display: flex;
    gap: 14px;
}

.order-naming-card {
    display: block;

    width: 136px;
    height: 147px;

    cursor: pointer;
}
 

.order-naming-inner {
    position: relative;

    width: 130px;
    height: 147px;

    padding-top: 15px;

    border-radius: 16px;
    border: 1px solid #444;
    background: #222;

    text-align: center;

    transition:
        background .25s ease,
        border-color .25s ease;
}

.order-naming-card input:checked + .order-naming-inner {
    background: #2866F8;
    border-color: #2866F8;
}

.order-naming-inner span {
    display: block;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.order-naming-inner strong {
    display: block;
    margin-top: 10px;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.4px;
}

.order-naming-inner .order-check {
    right: 50%;
    bottom: 18px;
    transform: translateX(50%);
}





/* =========================
   MOBILE
========================= */
@media (max-width: 1200px) {

    .sub-service-order {
        padding-bottom: 70px;
    }

    .sub-service-order .sub-service-inner {
        padding: 0 20px;
    }

    .order-step-title {
        margin-bottom: 20px;

        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .order-select-list {
        display: block;
    }


    /* 상담 카드 */
    .order-card {
        width: 100%;
        height: auto;

        margin-bottom: 14px;
    }

    .order-card-inner {
        width: 100%;
        height: 210px;

        padding: 24px 22px;
    }

    .order-card-top {
        margin-bottom: 14px; height:52px;
    }

    .order-card-top strong {
        font-size: 20px;
        letter-spacing: -0.4px;
    }

    .order-card-top img {
        width: 30px;
        height: 30px;
    }

    .order-card-info span {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .order-card-info span em {
        font-size: 12px;
        letter-spacing: -0.24px;
    }

    .order-card-info b {
        margin-top: 8px;

        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .order-check {
        width: 28px;
        height: 28px;

        right: 18px;
        bottom: 18px;
    }


    /* 작명상담 */
    .order-naming-box {
        width: 100%;
        min-width: inherit;
        height: auto;

        padding: 24px 20px 20px;

        border-radius: 18px;
    }

    .order-naming-head {
        display: block;

        margin-bottom: 18px;
    }

    .order-naming-head strong {
        display: block;

        margin-bottom: 10px;

        font-size: 20px;
        letter-spacing: -0.4px;
    }

    .order-naming-head span {
        display: block;

        font-size: 14px;
        line-height: 160%;
        letter-spacing: -0.28px;

        word-break: keep-all;
    }

    .order-naming-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .order-naming-card {
        width: 100%;
        height: auto;
    }

    .order-naming-inner {
        width: 100%;
        height: 152px;

        padding-top: 24px;

        border-radius: 14px;
    }

    .order-naming-inner span {
        font-size: 15px;
        letter-spacing: -0.3px;
    }

    .order-naming-inner strong {
        margin-top: 14px;

        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .order-naming-inner .order-check {
        bottom: 14px;
    }

}



/* =========================
   ORDER FORM
========================= */
.order-form-section {
    margin-top: 70px;
}

.order-form-wrap {
    width: 1400px; 

    padding: 34px 40px 40px;

    border-radius: 0 0 30px 30px;
    border: 1px solid #444;
    background: #000;
}

.order-form-row {
    display: flex;
    gap: 20px;
}

.order-form-row + .order-form-row {
    margin-top: 14px;
}

.order-input {
    display: flex;
    width: 650px;
    height: 60px;
    padding: 0 30px;
    align-items: center;

    border: 0;
    border-radius: 10px;
    background: #222;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.order-input::placeholder,
.order-textarea::placeholder {
    color: #999;
}

.order-input.full {
    width: 1320px;
}

.order-textarea {
    width: 1320px;
    height: 300px;

    padding: 30px;

    border: 0;
    border-radius: 10px;
    background: #222;

    resize: none;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.36px;
}

/* =========================
   ORDER FORM - SELECT / DATE
========================= */

select.order-input {
    padding-right: 56px;
    color: #999;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 28px center;
    background-size: 14px 8px;
}

select.order-input.has-value {
    color: #fff;
}

select.order-input option {
    color: #fff;
    background: #222;
}

/* 날짜 input */
input.order-input.date-input {
    padding-right: 60px;

    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1V4M12 1V4M1 7H17M3 3H15C16.1046 3 17 3.89543 17 5V17C17 18.1046 16.1046 19 15 19H3C1.89543 19 1 18.1046 1 17V5C1 3.89543 1.89543 3 3 3Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 28px center;
    background-size: 18px 20px;

    cursor: pointer;
}

input.order-input.date-input::placeholder {
    color: #999;
    opacity: 1;
}

.ui-datepicker {
    z-index: 99999 !important;
}

@media (max-width: 1200px) {

    select.order-input {
        padding-right: 48px;
        background-position: right 24px center;
    }

    input.order-input.date-input {
        padding-right: 56px;
        background-position: right 22px center;
        background-size: 18px 20px;
    }

}



.order-pay-wrap {
    margin-top: 30px;
}

.order-pay-title {
    margin-bottom: 18px;

    color: #999;
    font-family: 'SUIT', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.order-pay-list {
    display: flex;
    align-items: center;
    gap: 40px;

    width: 1320px;
    height: 60px;

    padding: 0 30px;

    border-radius: 10px;
    background: #222;
}

.order-radio {
    display: flex;
    align-items: center;

    cursor: pointer;
}

.order-radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.order-radio-icon {
    display: block;

    width: 22px;
    height: 22px;

    margin-right: 10px;

    background: url('../images/common/icon_radio.svg') center / contain no-repeat;
}

.order-radio input:checked + .order-radio-icon {
    background-image: url('../images/common/icon_radio_on.svg');
}

.order-radio-label {
    color: #999;
    font-family: 'SUIT', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;

    transition: color .2s ease;
}

.order-radio input:checked + .order-radio-icon + .order-radio-label {
    color: #FFF;
}

.order-radio em {
    margin-left: 10px;

    color: #999;

    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;

    font-style: normal;

    transition: color .2s ease;
}

.order-radio input:checked
+ .order-radio-icon
+ .order-radio-label
+ em {
    color: #FFF;
}


/* =========================
   MOBILE
========================= */
@media (max-width: 1200px) {

    .order-form-section {
        margin-top: 50px;
    }

    .order-form-wrap {
        width: 100%;
        height: auto;

        padding: 20px;

        border-radius: 0 0 20px 20px;
    }

    .order-form-row {
        display: block;
    }

    .order-form-row + .order-form-row {
        margin-top: 12px;
    }

    .order-input,
    .order-input.full {
        width: 100%;
        height: 54px;

        padding: 0 20px;

        font-size: 15px;
        letter-spacing: -0.3px;
    }

    .order-input + .order-input {
        margin-top: 12px;
    }

    .order-textarea {
        width: 100%;
        height: 220px;

        padding: 20px;

        font-size: 15px;
        letter-spacing: -0.3px;
    }

    .order-pay-wrap {
        margin-top: 24px;
    }

    .order-pay-title {
        margin-bottom: 14px;

        font-size: 15px;
        letter-spacing: -0.3px;
    }

    .order-pay-list {
        display: block;

        width: 100%;
        height: auto;

        padding: 18px 20px;
    }

    .order-radio + .order-radio {
        margin-top: 16px;
    }

    .order-radio {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .order-radio-icon {
        width: 20px;
        height: 20px;

        margin-top: 1px;
    }

    .order-radio-label {
        font-size: 15px;
        letter-spacing: -0.3px;
    }

    .order-radio em {
        display: block;

        width: 100%;

        margin: 8px 0 0 30px;

        font-size: 13px;
        line-height: 160%;
        letter-spacing: -0.26px;

        word-break: keep-all;
    }

}




/* =========================
   ORDER SUBMIT
========================= */
.order-submit-wrap {
    margin-top: 70px;
    text-align: center;
}

.order-submit-btn {
    display: inline-flex;
    padding: 18px 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;

    border: 0;
    border-radius: 999px;
    background: #206EFF;

    cursor: pointer;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.44px;
    text-transform: capitalize;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.order-submit-btn:hover {
    background: #3D82FF;

    transform: translateY(-2px);

    box-shadow: 0 8px 24px rgba(32,110,255,0.35);
}

.order-submit-btn img {
    display: block;

    width: 16px;
    height: 16px;
}


/* mobile */
@media (max-width: 1200px) {

    .order-submit-wrap {
        margin-top: 50px;
    }

    .order-submit-btn {
        width: 100%;
        height: 56px;

        padding: 0 24px;

        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .order-submit-btn img {
        width: 14px;
        height: 14px;
    }

}










/* =========================
   PRODUCT LIST
========================= */
.sub-product-section {
    padding: 0 0 150px;
    background: #000;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(3, 440px);
    gap: 90px 40px;
}

.product-card {
    display: block;
    color: #fff;
}

.product-img-box {
    width: 440px;
    height: 420px;
    border-radius: 20px;
    background: #222;

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

    overflow: hidden;

    position: relative;
}

.product-img-box img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;

    transition:
        transform .5s ease,
        opacity .3s ease;
}

/* 마우스 오버 확대 */
.product-card:hover .product-img-box img {
    transform: scale(1.08);
}
.product-img-box:hover {
    border: 2px solid #206EFF; 
}


.product-info {
    padding-top: 35px;
    text-align: center;
}

.product-info h4 {
    margin: 0;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.64px;
}

.product-info p {
    margin: 18px 0 0;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;

	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

@media (max-width: 1200px) {

    .sub-product-section {
        padding: 0 20px 90px;
    }

    .product-list {
        display: block;
    }

    .product-card {
        margin-bottom: 50px;
    }

    .product-img-box {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 18px;
    }

    .product-info {
        padding-top: 24px;
    }

    .product-info h4 {
        font-size: 24px;
        letter-spacing: -0.48px;
    }

    .product-info p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -0.28px;
    }
}








/* =========================
   PRODUCT VIEW
========================= */
.sub-product-view-section {
    padding: 0 0 180px;
    background: #000;
}

.product-view-top {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}


/* 썸네일 */
.product-view-thumb {
    width: 740px;
    height: 600px;

    border-radius: 20px;
    background: #222;

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

    overflow: hidden;

    flex-shrink: 0;
}

.product-view-thumb img {
    display: block;

    max-width: 100%;
    max-height: 100%;

    width: auto;
    height: auto;

    object-fit: contain;
}


/* 우측 설명 */
.product-view-content {
    flex: 1;
    padding-top: 18px;
}

.product-view-title {
    margin: 0 0 46px;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.8px;
}

.product-view-desc p {
    margin: 0;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 170%;
    letter-spacing: -0.4px;

    word-break: keep-all;
}

.product-view-desc p + p {
    margin-top: 34px;
}

.product-view-desc span {
    color: #91BDFF;
}

.product-buy-btn {
    margin-top: 60px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    height: 60px;
    padding: 0 34px;

    border-radius: 999px;
    background: #2866F8;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;

    transition: background .2s ease;
}

.product-buy-btn:hover {
    background: #5792FF;
    color: #fff;
}

.product-buy-btn img {
    width: 16px;
    height: 16px;
    display: block;
}


/* 중간 라인 */
.product-view-line {
    width: 100%;
    height: 2px;

    margin: 120px 0;

    opacity: 0.5;

    background: linear-gradient(
        90deg,
        #333 0%,
        #DDD 50%,
        #333 100%
    );
}


.product-tail-explan {
}
.product-tail-explan p {
	margin-bottom:0px;
}


/* 상세 이미지 */
.product-detail-images {
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.product-detail-img {
    border-radius: 20px;
    overflow: hidden;
}

.product-detail-img img {
    display: block;
    width: 100%;
    height: auto;
}


/* =========================
   MOBILE
========================= */
@media (max-width: 1200px) {

    .sub-product-view-section {
        padding: 0 20px 100px;
    }

    .product-view-top {
        display: block;
    }

    .product-view-thumb {
        width: 100%;
        height: auto;

        aspect-ratio: 1 / 1;

        border-radius: 18px;
    }

    .product-view-content {
        padding-top: 34px;
    }

    .product-view-title {
        margin-bottom: 28px;

        font-size: 30px;
        line-height: 140%;
        letter-spacing: -0.7px;

        word-break: keep-all;
    }

    .product-view-desc p {
        font-size: 15px;
        line-height: 185%;
        letter-spacing: -0.3px;
    }

    .product-view-desc p br {
        display: none;
    }

    .product-view-desc p + p {
        margin-top: 24px;
    }

    .product-buy-btn {
        margin-top: 40px;

        width: 100%;
        height: 54px;

        font-size: 17px;
    }

    .product-view-line {
        margin: 70px 0;
    }

    .product-detail-images {
        gap: 30px;
    }

    .product-detail-img {
        border-radius: 16px;
    }
}









/* =========================
   MAP
========================= */
.sub-map-section {
    padding: 0 0 180px;
    background: #000;
}

.map-box {
    width: 1400px; 

    border-radius: 20px;

    overflow: hidden;

    background: #222;
}

.map-box iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.map-address-box {
    margin-top: 30px;

    display: flex;
    width: 1400px;
    height: 80px;
    padding: 21px 36px;

    align-items: center;
    gap: 14px;

    border-radius: 999px;
    background: #222;
}

.map-address-box img {
    width: 26px;
    height: 26px;
    display: block;
}

.map-address-box strong {
    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.44px;
}

.map-address-box span {
    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.44px;
}


/* =========================
   MOBILE
========================= */
@media (max-width: 1200px) {

    .sub-map-section {
        padding: 0 20px 100px;
    }

    .map-box {
        width: 100%;
        height: 420px;
        border-radius: 18px;
    }

    .map-address-box {
        width: 100%;
        height: auto;

        padding: 20px 22px;

        border-radius: 22px;

        align-items: flex-start;
        gap: 12px;

        flex-wrap: wrap;
    }

    .map-address-box img {
        width: 22px;
        height: 22px;
        margin-top: 1px;
    }

    .map-address-box strong {
        font-size: 18px;
    }

    .map-address-box span {
        width: 100%;

        padding-left: 34px;

        font-size: 15px;
        line-height: 170%;
        letter-spacing: -0.3px;

        word-break: keep-all;
    }
}













/* =========================
   REPORT
========================= */
.sub-report-section {
    padding: 220px 0 180px;
    background: #000;
}


/* 탭 */
.report-tab-wrap {
    display: flex;

    width: fit-content;
    min-width: 400px;
    height: 60px;

    margin: 0 auto 120px;

    padding: 0;

    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 999px;
    background: #222;
}

.report-tab {
    display: flex;

    min-width: 400px;
    height: 60px;

    padding: 0 70px;

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

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

    color: #999;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;

    transition:
        background .25s ease,
        color .25s ease;
}

.report-tab.active {
    background: #2866F8;
    color: #FFF;
}


/* 제목 */
.report-title {
    margin: 0 0 50px;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.68px;
}


/* 리스트 */
.report-list {
    display: grid;
    grid-template-columns: repeat(3, 440px);
    gap: 120px 40px;
}


/* 카드 */
.report-card {
    display: block;
}

.report-img-box {
    width: 440px;
    height: 420px;

    border-radius: 20px;
    background: #222;

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

    overflow: hidden;

    transition:
        border .25s ease,
        background .25s ease;

    border: 2px solid transparent;
}

.report-card:hover .report-img-box {
    border: 2px solid #206EFF;
    background: #2866F8;
}

.report-img-box img {
    display: block;

    max-width: 100%;
    max-height: 100%;

    width: auto;
    height: auto;

    object-fit: contain;

    transition: transform .4s ease;
}

.report-card:hover .report-img-box img {
    transform: scale(1.08);
}


/* 텍스트 */
.report-info {
    padding-top: 35px;
    text-align: center;
}

.report-info h4 {
    margin: 0;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.64px;
}

.report-info p {
    margin: 18px 0 0;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
}


/* =========================
   MOBILE
========================= */
@media (max-width: 1200px) {

    .sub-report-section {
        padding: 120px 20px 100px;
    }

	.report-tab-wrap {
        width: 100%;
        min-width: 0;
        height: auto;
        margin-bottom: 70px;
        border-radius: 999px;
    }

    .report-tab {
        width: 100%;
        min-width: 0;
        height: 60px;
        padding: 0 20px;
        font-size: 16px;
    }

    .report-title {
        margin-bottom: 30px;

        font-size: 24px;
        letter-spacing: -0.48px;
    }

    .report-list {
        display: block;
    }

    .report-card {
        display: block;
        margin-bottom: 60px;
    }

    .report-img-box {
        width: 100%;
        height: auto;

        aspect-ratio: 1 / 1;

        border-radius: 18px;
    }

	/* 모바일 터치 안내 */ 
    .report-img-box {
        position: relative;
    }

    .report-img-box::after {
		content: "";

		position: absolute;
		left: 50%;
		bottom: 10px;

		width: 160px;
		height: 160px;

		transform: translateX(-50%);

		background: url('/images/sub/icon_touch.svg') center center / contain no-repeat;

		pointer-events: none;
		z-index: 2;
	}

    .report-info {
        padding-top: 24px;
    }

    .report-info h4 {
        font-size: 24px;
        letter-spacing: -0.48px;
    }

    .report-info p {
        margin-top: 12px;

        font-size: 14px;
        letter-spacing: -0.28px;
    }
}











/* =========================
   LOGIN
========================= */
.login-section {
    min-height: 880px;
    padding: 220px 0 140px;
    background: #000;

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

.login-box {
    width: 600px;
    height: 608px;

    padding: 88px 50px 0;

    border-radius: 30px;
    border: 1px solid #444;
    background: #000;
}

.login-box h2 {
    margin: 0;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.8px;
}

.login-desc {
    margin: 28px 0 60px;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.login-input {
    display: flex;
    width: 500px;
    height: 60px;

    padding: 20px 30px;

    border: 0;
    outline: none;
    border-radius: 10px;
    background: #333;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.login-input::placeholder {
    color: #999;
}

.login-submit {
    margin-top: 30px;

    display: flex;
    width: 500px;
    height: 60px;

    padding: 20px 30px;

    justify-content: center;
    align-items: center;
    gap: 8px;

    border: 0;
    border-radius: 10px;
    background: #2866F8;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;

    cursor: pointer;
}

.login-links {
    margin-top: 44px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.login-links a {
    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.login-links span {
    width: 1px;
    height: 15px;
    background: #333;
}


/* MOBILE */
@media (max-width: 1200px) {

    .login-section {
        min-height: auto;
        padding: 120px 20px 90px;
    }

    .login-box {
        width: 100%;
        height: auto;

        padding: 50px 22px;

        border-radius: 24px;
    }

    .login-box h2 {
        font-size: 32px;
    }

    .login-desc {
        margin: 20px 0 40px;
        font-size: 15px;
        line-height: 150%;
        word-break: keep-all;
    }

    .login-input,
    .login-submit {
        width: 100%;
        height: 56px;
    }

    .login-submit {
        margin-top: 24px;
        font-size: 18px;
    }

    .login-links {
        margin-top: 34px;
        gap: 14px;
    }

    .login-links a {
        font-size: 14px;
    }
}







.find-box {
    height: 555px;
    padding-top: 88px;
}

.find-box .login-desc {
    margin-bottom: 60px;
}

.find-box .login-submit {
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .find-box {
        height: auto;
        padding-top: 50px;
    }
}












/* =========================
   JOIN
========================= */
.join-section {
    padding: 180px 0 140px;
}

.join-box {
    width: 600px;
    height: auto;
    min-height: 980px;
    padding: 70px 50px 70px;
}

.join-box .login-desc {
    margin: 24px 0 46px;
}

.join-form {
    gap: 14px;
}

.join-help {
    margin: -2px 0 16px 6px;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.26px;
}

.join-help-list {
    margin: 2px 0 24px 6px;
}

.join-help-list li {
    position: relative;
    padding-left: 10px;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.26px;
}

.join-help-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

.join-agree-wrap {
    margin-top: 40px;
}

.join-agree-wrap h3 {
    margin: 0 0 18px;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.44px;
}

.join-agree {
    display: flex;
    width: 500px;
    height: 52px;
    padding: 0 24px;

    align-items: center;
    gap: 10px;

    border-radius: 10px;
    border: 1px solid #333;
    background: #000;

    cursor: pointer;
}

.join-agree + .join-agree {
    margin-top: 8px;
}

.join-agree.all {
    margin-bottom: 10px;
    border: 0;
    background: #333;
}

.join-agree input {
    display: none;
}

.join-check {
    position: relative;

    width: 20px;
    height: 20px;

    border-radius: 50%;
    background: #777;

    flex-shrink: 0;
}

.join-check::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;

    width: 7px;
    height: 10px;

    border-right: 2px solid #222;
    border-bottom: 2px solid #222;

    transform: rotate(45deg);
}

.join-agree input:checked + .join-check {
    background: #2866F8;
}

.join-agree input:checked + .join-check::after {
    border-color: #fff;
}

.join-agree strong {
    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
}

.join-agree a {
    margin-left: auto;

    color: #FFF;
    font-family: 'SUIT', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.24px;
}

.join-box .login-submit {
    margin-top: 34px;
}


/* MOBILE */
@media (max-width: 1200px) {

    .join-section {
        padding: 120px 20px 90px;
    }

    .join-box {
        width: 100%;
        min-height: 0;
        padding: 50px 22px;
    }

    .join-help,
    .join-help-list {
        margin-left: 2px;
    }

    .join-help-list li {
        font-size: 12px;
        word-break: keep-all;
    }

    .join-agree {
        width: 100%;
        height: auto;
        min-height: 52px;
        padding: 16px 14px;
    }

    .join-agree strong {
        font-size: 13px;
        line-height: 150%;
    }

    .join-agree a {
        font-size: 12px;
        white-space: nowrap;
    }
}








/* =========================
   JOIN COMPLETE
========================= */
.join-complete-section {
    min-height: 850px;
    padding: 240px 20px 140px;
    background: #000;

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

.join-complete-box {
    text-align: center;
}

.join-complete-box img {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto;
}

.join-complete-box h2 {
    margin: 34px 0 24px;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.6px;
}

.join-complete-box p {
    margin: 0;

    color: #CCC;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.32px;

    word-break: keep-all;
}

.join-complete-btn {
    margin: 70px auto 0;

    display: flex;
    width: 240px;
    height: 60px;

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

    border-radius: 999px;
    background: #2866F8;

    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.56px;

    transition: background .2s ease;
}

.join-complete-btn:hover {
    background: #5792FF;
    color: #fff;
}


/* MOBILE */
@media (max-width: 1200px) {

    .join-complete-section {
        min-height: auto;
        padding: 140px 20px 100px;
    }

    .join-complete-box img {
        width: 50px;
        height: 50px;
    }

    .join-complete-box h2 {
        margin: 28px 0 22px;

        font-size: 26px;
        line-height: 140%;
        letter-spacing: -0.7px;

        word-break: keep-all;
    }

    .join-complete-box p {
        font-size: 15px;
        line-height: 180%;
        letter-spacing: -0.32px;
    }

    .join-complete-btn {
        margin-top: 50px;

        width: 100%;
        max-width: 320px;
        height: 58px;

        font-size: 20px;
    }
}









/* =========================
   FIND ID RESULT
========================= */
.find-result-id {
    margin: 28px auto 0;

    display: flex;
    width: 360px;
    height: 64px;

    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 999px;
    background: #222;
}

.find-result-id span {
    color: #CCC;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.find-result-id strong {
    color: #FFF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.4px;
}

.find-result-box .join-complete-btn {
    margin-top: 40px;
}

.find-password-link {
    display: inline-block;
    margin-top: 28px;

    color: #CCC;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.32px;
    text-decoration-line: underline;
}

@media (max-width: 1200px) {

    .find-result-id {
        width: 100%;
        max-width: 360px;
        height: auto;
        min-height: 64px;
        padding: 14px 18px;
        flex-wrap: wrap;
    }

    .find-result-id span {
        font-size: 14px;
    }

    .find-result-id strong {
        font-size: 18px;
    }

    .find-password-link {
        font-size: 15px;
    }
}







 

.sub-report-section{
    padding:180px 0 140px;
    background:#000;
}

.sub-service-inner{
    width:1400px;
    margin:0 auto;
}

.sub-service-titlebox{
    margin-bottom:90px;
    text-align:center;
}

.sub-service-label{
    color:#5792FF;
    font-size:24px;
    font-weight:700;
    line-height:100%;
    letter-spacing:-0.48px;
}

.sub-service-titlebox h2{
    margin:20px 0 0;

    color:#FFF;
    font-size:80px;
    font-weight:800;
    line-height:100%;
    letter-spacing:-1.6px;
}

.notice-board-wrap{
    width:100%;
}

.notice-table-wrap{
    border-top:1px solid rgba(255,255,255,0.7);
}

.notice-table{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
}


/************************************************
 * TH
 ************************************************/
.notice-table thead th{
    height:60px;

    border-bottom:1px solid rgba(255,255,255,0.12);

    color:#FFF;
    text-align:center;
    font-family:'SUIT';
    font-size:16px;
    font-style:normal;
    font-weight:500;
    line-height:100%;
    letter-spacing:-0.32px;
}


/************************************************
 * TD 공통
 ************************************************/
.notice-table tbody td{
    height:74px;

    border-bottom:1px solid rgba(255,255,255,0.08);

    text-align:center;

    transition:all .2s ease;
}

.notice-table tbody tr:hover td{
    background:#1A1A1A;
}


/************************************************
 * 번호
 ************************************************/
.notice-num{
    color:#FFF;
    font-family:'SUIT';
    font-size:16px;
    font-style:normal;
    font-weight:500;
    line-height:100%;
    letter-spacing:-0.32px;
}


/************************************************
 * 제목
 ************************************************/
.notice-subject{
    padding:0 20px;
    text-align:left !important;
}

.notice-subject a{
    display:block;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

    color:#FFF;
    font-family:'SUIT';
    font-size:16px;
    font-style:normal;
    font-weight:500;
    line-height:100%;
    letter-spacing:-0.32px;

    transition:all .2s ease;
}

.notice-subject a:hover{
    color:#5792FF;
}


/************************************************
 * 작성일
 ************************************************/
.notice-date{
    color:#999;
    font-family:'SUIT';
    font-size:16px;
    font-style:normal;
    font-weight:500;
    line-height:100%;
    letter-spacing:-0.32px;
}


/************************************************
 * 첨부파일
 ************************************************/
.notice-file img{
    width:18px;
    opacity:.8;
}


/************************************************
 * 데이터 없음
 ************************************************/
.notice-empty{
    height:180px !important;

    color:#777 !important;
    text-align:center !important;
}


/************************************************
 * 페이지네이션
 ************************************************/
.notice-pagination{
    margin-top:50px;
}

.notice-pagination .pg{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
}

.notice-pagination .pg_page,
.notice-pagination .pg_current{

    display:flex;
    width:36px;
    height:36px;
    padding:15px 14px;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:10px;

    aspect-ratio:1/1;

    border-radius:50%;

    background:#222;

    color:#FFF;
    font-family:'SUIT';
    font-size:14px;
    font-style:normal;
    font-weight:500;
    line-height:100%;

    transition:all .2s ease;
}

.notice-pagination .pg_current{
    background:#2866F8;
}

.notice-pagination .pg_page:hover{
    background:#444;
}


/************************************************
 * 반응형
 ************************************************/
@media (max-width:1200px){

    .sub-report-section{
        padding:120px 0 80px;
    }

    .sub-service-inner{
        width:100%;
        padding:0 16px;
        box-sizing:border-box;
    }

    .sub-service-titlebox{
        margin-bottom:50px;
    }

    .sub-service-label{
        font-size:18px;
    }

    .sub-service-titlebox h2{
        margin-top:14px;
        font-size:48px;
    }


    /************************************************
     * 테이블
     ************************************************/
    .notice-table-wrap{
        overflow:visible;
    }

    .notice-table{
        min-width:0;
    }

    .notice-table colgroup{
        display:none;
    }

    .notice-table thead{
        display:none;
    }

    .notice-table,
    .notice-table tbody,
    .notice-table tr,
    .notice-table td{
        display:block;
        width:100%;
    }

    .notice-table tbody tr{
        padding:18px 0;
        border-bottom:1px solid rgba(255,255,255,0.08);
    }

    .notice-table tbody td{
        height:auto;
        padding:0;
        border:0;
        text-align:left;
        background:none !important;
    }


    /************************************************
     * 번호 / 첨부파일 숨김
     ************************************************/
    .notice-num,
    .notice-file{
        display:none !important;
    }


    /************************************************
     * 제목
     ************************************************/
    .notice-subject{
        padding:0;
        margin-bottom:12px;
    }

    .notice-subject a{
        overflow:visible;
        text-overflow:unset;
        white-space:normal;

        font-size:15px;
        line-height:150%;
    }


    /************************************************
     * 작성일
     ************************************************/
    .notice-date{
        font-size:13px;
        color:#777;
    }


    /************************************************
     * 페이지네이션
     ************************************************/
    .notice-pagination{
        margin-top:30px;
    }

    .notice-pagination .pg{
        gap:8px;
    }

    .notice-pagination .pg_page,
    .notice-pagination .pg_current{
        width:34px;
        height:34px;
        padding:0;

        font-size:13px;
    }

}






/* =========================
   ORDER CONSULT NOTICE
========================= */
.order-consult-notice {
    display: flex;
    width: 1400px;
    height: 60px;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 30px 30px 0 0;
    border: 1px solid #444;
    background: #222;

    margin-bottom: -1px;
}

.order-consult-notice img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.order-consult-notice p {
    margin: 0;

    color: #27F1FF;
    text-align: center;
    font-family: 'SUIT', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.order-consult-notice p span {
    color: #FFF;
}


/* =========================
   MOBILE
========================= */
@media (max-width: 1200px) {

    .order-consult-notice {
        width: 100%;
        height: auto;

        padding: 16px 20px;

        border-radius: 20px 20px 0 0;

        align-items: flex-start;
    }

    .order-consult-notice img {
        width: 20px;
        height: 20px;

        margin-top: 1px;
        flex-shrink: 0;
    }

    .order-consult-notice p {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: -0.28px;

        word-break: keep-all;
		text-align:left;
    }

}



















#flipbookModal{
    position:fixed;
    inset:0;
    z-index:99999;
    display:none;
}

.flipbook-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.82);
    backdrop-filter:blur(8px);
}

.flipbook-wrap{
    position:relative;

    width:100%;
    height:95%;

    margin:auto;
    top:5%;

    overflow:hidden;

    border-radius:24px;

    box-shadow:0 30px 80px rgba(0,0,0,.45);
    background:transparent;
}

.flipbook-close{
    position:absolute;

    top:20px;
    right:20px;

    z-index:9999;

    width:48px;
    height:48px;

    border:none;
    border-radius:50%;

    background:#222;
    color:#fff;

    font-size:28px;

    cursor:pointer;

    transition:.25s;
}

.flipbook-close:hover{
    background:#333;
    transform:scale(1.08);
}


/* flipbook */
#flipbook{
    width:100%;
    height:100%;
    overflow:hidden;
}

#flipbook .page{
    position:relative;
    overflow:hidden;
    background:transparent;
}


/* 모바일 클릭 영역 */
.page-click{
    position:absolute;
    top:0;
    width:50%;
    height:100%;
    z-index:10;
}

.page-prev{
    left:0;
}

.page-next{
    right:0;
}


#flipbook .page img{
    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%, -50%);

    max-width:100%;
    max-height:100%;

    width:auto;
    height:auto;

    object-fit:contain;

    user-select:none;
    pointer-events:none;
}


/* controls */
.flipbook-controls{
    position:absolute;

    left:50%;
    bottom:0px;

    transform:translateX(-50%);

    z-index:9999;

    display:flex;
    align-items:center;
    gap:14px;

    padding:10px 18px;

    border-radius:999px;

    background:rgba(20,20,20,.88);

    backdrop-filter:blur(8px);
}

.flipbook-controls button{
    height:42px;

    padding:0 18px;

    border:none;
    border-radius:999px;

    background:#2a2a2a;
    color:#fff;

    font-size:15px;

    cursor:pointer;

    transition:.2s;
}

.flipbook-controls button:hover{
    background:#3a3a3a;
}

.flipbook-page-info{
    min-width:80px;
    text-align:center;
    color:#fff;
    font-weight:600;
}


/* PageFlip 내부 */
.stf__parent,
.stf__wrapper,
.stf__block,
.stf__item,
.stf__page,
#flipbook canvas{
    background:transparent !important;
}

.stf__outerShadow,
.stf__innerShadow{
    display:none !important;
}


/* PC에서는 클릭영역 제거 */
@media (min-width:769px){

    .page-click{
        display:none;
    }

}


/* 모바일 */
@media (max-width:768px){

    .flipbook-wrap{
        width:100%;
        height:100%;
        top:0;
        border-radius:0;
    }

    .flipbook-controls{ 
    }

	.flipbook-controls button { 
		width:80px; font-size:13px;
    }

    #flipbook{
        width:100% !important;
        height:100% !important;
    }

    .stf__parent,
    .stf__wrapper{
        width:100% !important;
        height:100% !important;
    }

}



/* book_type=3 한페이지 모드 */
#flipbookModal.flipbook-single-mode .flipbook-wrap{
    width:min(1600px, calc(100vw - 80px));
    height:auto;
    max-height:calc(100vh - 80px);
    top:40px;
    overflow:visible;
    box-shadow:none;
}

#flipbookModal.flipbook-single-mode #flipbook{
    margin:0 auto;
}

#flipbookModal.flipbook-single-mode .page{
    background:#fff;
    overflow:hidden;
}

#flipbookModal.flipbook-single-mode .page img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center center;
}

/* PageFlip 내부 사이즈 보정 */
#flipbookModal.flipbook-single-mode .stf__parent,
#flipbookModal.flipbook-single-mode .stf__wrapper,
#flipbookModal.flipbook-single-mode .stf__block{
    max-width:100% !important;
}

/* 모바일 */
@media (max-width:768px){
    #flipbookModal.flipbook-single-mode .flipbook-wrap{
        width:100%;
        height:100%;
        max-height:none;
        top:0;
        overflow:hidden;
    }

    #flipbookModal.flipbook-single-mode .page img{
        width:100%;
        height:100%;
        object-fit:contain;
        object-position:center center;
    }
}