@charset "utf-8";

html,
body {
    margin: 0;
    padding: 0;
    background: #000;
    font-family: 'SUIT', sans-serif;
}

body {
    min-width: 1200px;
    color: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: top;
}

/* =========================
   display util
========================= */

/* PC only */
.pc-show {
    display: block;
}

.mo-show {
    display: none;
}


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

    .pc-show {
        display: none !important;
    }

    .mo-show {
        display: block !important;
    }

}

.fade-up {
    opacity: 0;

    transform:
        translateY(120px)
        scale(0.96);

    filter: blur(14px);

    transition:
        opacity 1.6s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.6s cubic-bezier(0.22, 1, 0.36, 1),
        filter 1.6s cubic-bezier(0.22, 1, 0.36, 1);

    will-change:
        opacity,
        transform,
        filter;
}

.fade-up.show {
    opacity: 1;

    transform:
        translateY(0)
        scale(1);

    filter: blur(0);
}


/* 순차 등장 */
.fade-delay-1 { transition-delay: .15s; }
.fade-delay-2 { transition-delay: .3s; }
.fade-delay-3 { transition-delay: .45s; }
.fade-delay-4 { transition-delay: .6s; }


.order-submit-btn.loading {
    opacity: .6;
    pointer-events: none;
}

.order-submit-btn.loading span::after {
    content: ' 처리중...';
}








.site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 1000;
}

.site-header.scrolled {
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(255,255,255,0.12);
}

.header-inner {
    width: 100%;
    max-width: 1920px;
    height: 90px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.logo {
    margin: 0;
    flex: 0 0 auto;
}

.logo a {
    display: block;
}

.logo img {
    display: block;
}

.gnb {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 90px;
}

.gnb > ul {
    height: 90px;
    display: flex;
    align-items: center;
    gap: 100px;
}

.gnb > ul > li {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
}

.gnb > ul > li > a {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;
    transition: color .2s ease;
}

.gnb > ul > li:hover > a {
    color: #2f7cff;
}

.sub-menu {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);

    min-width: 140px;

    padding: 30px 20px;

    background: #191D23;
    border: 1px solid #333;

    opacity: 0;
    visibility: hidden;

    transition: all .2s ease;

    z-index: 30;
}

/* 상단 블루 라인 */
.sub-menu::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: 3px;
    background: #4D7FFF;
}

.gnb > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.sub-menu li + li {
    margin-top: 14px;
}

.sub-menu li a {
    display: block;

    color: #999;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    letter-spacing: -0.32px;

    white-space: nowrap;

    transition: color .2s ease;
}

/*
.sub-menu li:first-child a {
    color: #fff;
}
*/

.sub-menu li a:hover {
    color: #fff;
}

.login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-width: 123px;
	width: auto;
    height: 46px;
    padding: 0;

    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.45);
    background: rgba(0,0,0,0.7);

    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.3px;

    transition: all .2s ease;
}

.login-btn img {
    width: 18px;
    height: 18px;
    display: block;
}

.login-btn span {
    position: relative;
    top: -1px;
}

/*
.login-btn:hover {
    border-color: #2f7cff;
    color: #2f7cff;
}
*/










/* main visual */
.main-visual {
    position: relative;
    overflow: hidden;
    background:
        url('../images/main/bg_main_slide.png') center center no-repeat,
        #000;
}

.main-visual-swiper {
    width: 100%;
    height: 950px;
    position: relative;
}

.main-visual-swiper .swiper-slide {
    width: 100%;
    height: 950px;
}

.main-visual-inner {
    width: 100%;
    max-width: 1500px;
    height: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 110px;
}

.main-visual-text {
    width: 652px;
    flex: 0 0 652px;
}

.main-visual-text h2 {
    margin: 0;
    color: #fff;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.32px;
    word-break: keep-all;
}

.main-visual-text .hanja {
    font-weight: 400;
}

.main-visual-text .blue {
    color: #5792FF;
    font-weight: 700;
}

.visual-btn {
    margin-top: 70px;
    display: inline-flex;
    padding: 18px 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 999px;
    background: #206EFF;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.44px;
    text-decoration: none;
}

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

.main-visual-video {
    position: relative;
    width: 680px;
    height: 500px;
    flex: 0 0 680px;
    border-radius: 20px;
    box-shadow: 0 0 100px 0 #000;
}

.main-visual-video video {
    display: block;
    width: 680px;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.video-obj {
    position: absolute;
    right: -175px;
    bottom: -130px; 
    z-index: 2;
    pointer-events: none;
}

.main-visual-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 140px !important;
    transform: translateX(-50%);
    width: auto !important;
    z-index: 20;
}

.main-visual-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    background: rgba(255,255,255,0.5);
    opacity: 1;
}

.main-visual-pagination .swiper-pagination-bullet-active {
    background: #fff;
}







/* main advantage */
.main-advantage {
    position: relative;
    height: 1118px;
    overflow: hidden;
    background: #000;
}

.main-adv-line {
    width: 1px;
    height: 100px;
    opacity: 0.8;
    background: linear-gradient(90deg, #FFF 0%, #698AD0 100%);
    margin: 0 auto;
}

.main-adv-title-sub {
    margin-top: 65px;

    color: #5792FF;
    text-align: center;
    font-family: "Arial Black", sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 9.6px;
}

.main-adv-title {
    margin: 35px 0 0;

    color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1px;
}

.main-adv-title .blue {
    color: #5792FF;
}

.main-adv-list {
    margin-top: 90px;
    display: flex;
    justify-content: center;
    gap: 33px;
}

.main-adv-item {
    position: relative;
    width: 325px;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .25s ease;
}

.main-adv-item:hover {
    transform: translateY(-10px);
}

.main-adv-item.adv01 {
    background-image: url('../images/main/box_adv_pc_01.png');
}

.main-adv-item.adv02 {
    background-image: url('../images/main/box_adv_pc_02.png');
}

.main-adv-item.adv03 {
    background-image: url('../images/main/box_adv_pc_03.png');
}

.main-adv-item.adv04 {
    background-image: url('../images/main/box_adv_pc_04.png');
}

.main-adv-item span {
    position: absolute;
    left: 0;
    bottom: 0;

    display: flex;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;

    background: #13234D;

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





/* main incense */
.main-incense {
    position: relative;
    overflow: hidden;
    padding-top: 140px;
    background: #000;
    text-align: center;
}

.main-incense-title {
    margin: 0;

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

.main-incense-btn {
    margin-top: 50px;

    display: inline-flex;
    padding: 18px 30px;
    justify-content: center;
    align-items: center;
    gap: 12px;

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

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

    transition: all .2s ease;
}

.main-incense-btn:hover {
    background: #5792FF;
    color: #fff;
}

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

.main-incense-img {
    margin-top: 0px;
}

.main-incense-img img {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}




/* PR Center */
.main-prcenter {
    position: relative;
    padding: 0px 0 100px 0;
    background: #000;
    overflow: visible;
    z-index: 1;
}

.main-pr-bg {
    position: absolute;
    left: 50%;
    top: -280px;

    transform: translateX(-50%);

    width: 1800px;
    height: 1200px;

    background: url('../images/main/bg_prcenter.svg') center center no-repeat;
    background-size: contain;

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

.main-pr-inner {
    position: relative;
    width: 1400px;
    height: 450px;
    margin: 0 auto;
    z-index: 2;
}

.main-pr-title {
    margin: 0 0 60px;
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1.2px;
}

.main-pr-list {
    display: flex;
    align-items: center;
    gap: 24px;
}

.main-pr-card {
    height: 330px;
    border-radius: 20px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.40);
    overflow: hidden;
}

.main-pr-news {
    position: relative;
    width: 526px;
    background: url('../images/main/bg_prcenter_card.png') center / cover no-repeat;
}

.main-pr-news-title {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 526px;
    height: 80px;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(4px);
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.48px;
}

.main-pr-step {
    width: 300px;
    padding: 35px 30px 0;
    background: #13234D;
}

.main-pr-step strong {
    display: block;
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
}

.main-pr-step img {
    display: block;
    width: 190px;
    margin: 65px auto 0;
}

.main-pr-notice {
    width: 526px;
    padding: 49px 30px;
    background: #13234D;
}

.main-pr-notice ul {
    width: 466px;
}

.main-pr-notice li + li {
    border-top: 1px solid #333;
}

.main-pr-notice a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
}

.notice-subject{
    display:flex;
    align-items:center;
    gap:8px;

    min-width:0;

    color:#FFF;
    font-size:18px;
    font-weight:600;
    line-height:100%;
    letter-spacing:-0.36px;
}

.notice-subject img{
    width:18px;
    height:18px;

    flex:0 0 auto;
}

.notice-subject{
    overflow:hidden;
}

.notice-subject::before{
    content:'';
    flex:0 0 auto;
}

.notice-subject{
    white-space:nowrap;
    text-overflow:ellipsis;
}

.notice-subject span{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.notice-date {
    color: #BBB;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.28px;
}






#footer {
    position: relative;
    padding: 0 0 60px;
    background: transparent;
    z-index: 5;
}

.footer-line {
    width: 100%;
    height: 2px;
    opacity: 0.5;
    background: linear-gradient(90deg, #333 0%, #DDD 50%, #333 100%);
}

.footer-inner {
    width: 1400px; 
    margin: 0 auto;
    padding-top: 50px;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-left {
    flex: 0 0 auto;
}

.footer-logo {
    margin: 0;
}

.footer-logo img {
    display: block;
}

.footer-links {
    margin-top: 22px;
    display: flex;
    gap: 20px;
}

.footer-links img {
    display: block;
    width: 160px;
    height: 197px;
    object-fit: cover;
}

.footer-right {
    padding-bottom: 0px;
    text-align: right;
}

.footer-policy {
    display: flex;
    justify-content: flex-end;
    gap: 45px;
}

.footer-policy a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.footer-policy a:hover {
    font-weight: 700;
}

.footer-copy {
    margin-top: 30px;
    color: #999;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.28px;
}



/* quick menu */
.quick-menu {
    position: absolute;
    right: 20px;
    /*top: 297px;*/
	top: 410px;

    display: flex;
    flex-direction: column;
    gap: 8px;

    z-index: 999;
    transition: top .45s ease;
}

.quick-item {
    display: flex;
    width: 90px;
    height: 100px;
    padding: 36px 0;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;

    flex-shrink: 0;

    border-radius: 14px;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);

    transition: all .2s ease;
}

.quick-call {
    background: #2866F8;
}

.quick-consult {
    background: #6090FF;
}

.quick-item:hover {
    transform: translateY(-4px);
}

.quick-item img {
    display: block;
}

.quick-item span {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
}


.quick-top {
    border: 0;

    display: flex;
    width: 90px;
    height: 40px;
    padding: 0 12px;

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

    flex-shrink: 0;

    border-radius: 14px;
    background: #333;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);

    cursor: pointer;

    transition: all .2s ease;
}

.quick-top:hover {
    background: #444;
}


.quick-top span {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}

.quick-top img {
    display: block;
}













/* =========================
   HEADER RESPONSIVE (1460px)
========================= */
@media (max-width: 1460px) {

    .header-inner {
        padding: 0 20px;
    }

    .gnb > ul {
        gap: 60px;
    }

    .gnb > ul > li > a {
        font-size: 17px;
        letter-spacing: -0.2px;
    }

    .login-btn {
        width: 105px;
        height: 42px;
        font-size: 16px;
    }

    .login-btn img {
        width: 16px;
        height: 16px;
    }



	.header-member-btns{
		gap:6px;
	}

	.header-member-btns .login-btn{
		min-width:95px;
		height:40px;
		padding:0 14px;

		font-size:15px;
	}

}



/* =========================
   MAIN VISUAL RESPONSIVE
========================= */
@media (max-width: 1500px) {

    .main-visual-inner {
        max-width: 100%;
        padding: 0 40px;

        gap: 60px;
    }

    .main-visual-text {
        width: 48%;
        flex: 0 0 48%;
    }

    .main-visual-text h2 {
        font-size: 34px;
        line-height: 150%;
    }

    .main-visual-video {
        width: 52%;
        height: auto;

        flex: 0 0 52%;
    }

    .main-visual-video video {
        width: 100%;
        height: auto;

        aspect-ratio: 680 / 500;
    }

    .video-obj {
        width: 240px;

        right: -100px;
        bottom: -80px;
    }

}















/* =========================
   MOBILE HEADER / MENU
========================= */
.mobile-menu-btn,
.mobile-menu-wrap {
    display: none;
}

@media (max-width: 1200px) {

    html,
    body {
        width: 100%;
        min-width: 0;
        overflow-x: hidden;
    }

    body {
        min-width: 0;
    }

    #container,
    .main-visual,
    .main-advantage,
    .main-incense,
    .main-prcenter,
    #footer {
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .site-header {
        height: 70px;
        background: #000;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        z-index: 9000;
    }

    .site-header.fixed {
        background: #000;
        backdrop-filter: none;
        box-shadow: none;
    }

    .header-inner {
        width: 100%;
        height: 70px;
        padding: 0 16px;
        display: flex;
        align-items: center;
    }

    .logo img {
        height: 46px;
        width: auto;
    }

    .gnb,
    .login-btn {
        display: none;
    }

    .mobile-menu-btn {
        display: flex;
        margin-left: auto;
        width: 32px;
        height: 26px;
        padding: 0;
        border: 0;
        background: none;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
        cursor: pointer;
        position: relative;
        z-index: 9100;
    }

    .mobile-menu-btn span {
        display: block;
        width: 32px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
    }

    .mobile-menu-wrap {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .3s ease, visibility .3s ease;
    }

    .mobile-menu-wrap.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .mobile-menu-bg {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.72);
    }

    .mobile-menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 85%;
        max-width: 360px;
        height: 100%;
        padding: 24px;
        background: rgba(5,5,5,0.98);
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform .35s ease;
    }

    .mobile-menu-wrap.active .mobile-menu {
        transform: translateX(0);
    }

    .mobile-menu-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 38px;
    }

    .mobile-menu-logo {
        margin: 0;
    }

    .mobile-menu-logo img {
        height: 46px;
        width: auto;
    }

    .mobile-menu-close {
        width: 36px;
        height: 36px;
        padding: 0;
        border: 0;
        background: none;
        color: #fff;
        font-size: 42px;
        line-height: 32px;
        cursor: pointer;
    }

    .mobile-gnb > li {
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }

    .mobile-gnb > li > button {
        width: 100%;
        height: 70px;
        padding: 0;
        border: 0;
        background: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        font-size: 23px;
        font-weight: 700;
        text-align: left;
    }

    .mobile-gnb > li > button::after {
        content: "⌄";
        font-size: 26px;
        font-weight: 300;
        transition: transform .3s ease;
    }

    .mobile-gnb > li.active > button::after {
        transform: rotate(180deg);
    }

    .mobile-sub-menu {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding: 0 0 0 14px;
        transition: max-height .35s ease, opacity .25s ease, padding .35s ease;
    }

    .mobile-gnb > li.active .mobile-sub-menu {
        max-height: 240px;
        opacity: 1;
        padding: 0 0 20px 14px;
    }

    .mobile-sub-menu li + li {
        margin-top: 12px;
    }

    .mobile-sub-menu a {
        color: #aaa;
        font-size: 16px;
        font-weight: 500;
    }

    .mobile-menu-btns {
        margin-top: 40px;
    }

    .mobile-consult-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 58px;
        border-radius: 12px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }

    .mobile-consult-btn + .mobile-consult-btn {
        margin-top: 14px;
    }

    .mobile-consult-btn.blue {
        background: #2866F8;
    }

    .mobile-consult-btn.sky {
        background: #35B9FF;
    }

    .mobile-bottom-btns {
        margin-top: 30px;
        display: flex;
        gap: 12px;
    }

    .mobile-bottom-btn {
        flex: 1;
        height: 52px;
        border: 0;
        border-radius: 999px;
        background: #242424;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    } 





	/* mobile main visual */
	.main-visual {
		padding-top: 70px;
		background:
			url('../images/main/bg_main_slide.png') center top / cover no-repeat,
			#000;
	}

	.main-visual-swiper,
	.main-visual-swiper .swiper-slide {
		height: auto;
	}

	.main-visual-inner {
		width: 100%;
		max-width: none;
		height: auto;
		padding: 18px 14px 58px;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: flex-start;
		gap: 24px;
	}

	.main-visual-text {
		width: 100%;
		flex: none;
		text-align: center;
	}

	.main-visual-text h2 {
		font-size: 21px;
		line-height: 165%;
		letter-spacing: -0.8px;
	}

	.visual-btn {
		margin-top: 24px;
		padding: 14px 28px;
		gap: 10px;
		font-size: 16px;
	}

	.visual-btn svg {
		width: 14px;
		height: 14px;
	}

	.main-visual-video {
		width: 100%;
		height: auto;
		flex: none;
		border-radius: 16px;
		box-shadow: 0 0 50px rgba(0,0,0,0.85);
	}

	.main-visual-video video {
		width: 100%;
		height: auto;
		aspect-ratio: 338 / 248;
		object-fit: cover;
		border-radius: 16px;
	}

	.video-obj {
		display: none;
	}

	.main-visual-pagination {
		bottom: 24px !important;
	}





	/* mobile advantage */
	.main-advantage {
		height: auto;
		padding: 52px 20px 78px; 
	}

	.main-adv-line {
		display: none;
	}

	.main-adv-title-sub {
		margin-top: 0;
		font-size: 14px;
		letter-spacing: 7px;
	}

	.main-adv-title {
		margin-top: 22px;
		font-size: 20px;
		line-height: 165%;
		letter-spacing: -0.7px;
		word-break: keep-all;
	}

	.main-adv-title br {
		display: none;
	}

	.main-adv-list {
		margin-top: 58px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 14px 12px;
	}

	.main-adv-item {
		width: 100%;
		height: auto;
		aspect-ratio: 155 / 218;
		border-radius: 16px;
	}

	.main-adv-item:hover {
		transform: none;
	}

	.main-adv-item span {
		height: 60px;
		font-size: 14px;
		letter-spacing: -0.3px;
	}




	/* mobile incense */
	.main-incense {
		padding: 84px 0 0;
		background: #000;
		text-align: center;
	}

	.main-incense-title {
		padding: 0 20px;
		font-size: 26px;
		line-height: 130%;
		letter-spacing: -0.8px;
		word-break: keep-all;
	}

	.main-incense-btn {
		margin-top: 26px;
		padding: 14px 26px;
		gap: 10px;
		font-size: 16px;
	}

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

	.main-incense-img {
		margin-top: 0px;
	}

	.main-incense-img img {
		width: 100%;
		max-width: none;
		content: url('../images/main/img_main_sec_03_mobile.png');
	}



	/* mobile pr center */
	.main-prcenter {
		padding: 0px 14px 80px;
		background: #000;
	}

	.main-pr-bg {
		display: none;
	}

	.main-pr-inner {
		width: 100%;
		height: auto;
	}

	.main-pr-title {
		margin-bottom: 42px;
		font-size: 28px;
		letter-spacing: -0.8px;
	}

	.main-pr-list {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}

	.main-pr-card {
		width: 100% !important;
		height: auto;
		border-radius: 20px;
	}

	.main-pr-news {
		overflow: hidden;
	}

	.main-pr-news-title {
		width: 100%;
		height: 62px;
		padding: 0 18px;
		justify-content: flex-start;
		font-size: 14px;
		letter-spacing: -0.3px;
	}

	.main-pr-news::before {
		content: "";
		display: block;
		width: 100%;
		aspect-ratio: 348 / 182;
	}

	.main-pr-step {
		padding: 28px 24px 22px;
		min-height: 145px;
		position: relative;
	}

	.main-pr-step strong {
		font-size: 18px;
	}

	.main-pr-step img {
		width: 110px;
		margin: 0;
		position: absolute;
		right: 18px;
		bottom: 12px;
	}

	.main-pr-notice {
		padding: 12px 20px;
	}

	.main-pr-notice ul {
		width: 100%;
	}

	.main-pr-notice a {
		height: 58px;
	}

	.notice-subject {
		flex: 1;
		gap: 6px;
		font-size: 14px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.notice-subject img {
		width: 15px;
		height: 15px;
	}

	.notice-date {
		margin-left: 10px;
		flex-shrink: 0;
		font-size: 12px;
	}




	/* mobile footer */
	#footer {
		padding: 0 0 112px;
		background: #000;
	}

	.footer-line {
		height: 1px;
		background: rgba(255,255,255,0.22);
		opacity: 1;
	}

	.footer-inner {
		width: 100%;
		padding: 36px 20px 0;
		display: block;
	}

	.footer-logo img {
		height: 46px;
		width: auto;
	}

	.footer-links {
		margin-top: 26px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.footer-links img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.footer-right {
		margin-top: 34px;
		text-align: left;
	}

	.footer-policy {
		justify-content: flex-start;
		gap: 22px;
	}

	.footer-policy a {
		font-size: 14px;
	}

	.footer-copy {
		margin-top: 20px;
		text-align: left;
		font-size: 12px;
		color: #777;
	}


	/* mobile bottom quick */
	.quick-menu {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto !important;
		z-index: 9500;

		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;

		padding: 10px 14px 14px;

		background: #000;
	}

	.quick-item {
		width: 100%;
		height: 54px;
		padding: 0;

		border-radius: 10px;

		flex-direction: row;
		gap: 8px;
	}

	.quick-call {
		background: linear-gradient(180deg, #2866F8 0%, #1744AE 100%);
	}

	.quick-consult {
		background: linear-gradient(180deg, #4EC5FF 0%, #00ACFF 100%);
	}

	.quick-item img {
		width: 18px;
		height: 18px;
	}

	.quick-item span {
		font-size: 18px;
		font-weight: 700;
	}

	.quick-top {
		display: none;
	}


}


.header-member-area{
	margin-left:auto;
	display:flex;
	align-items:center;

	flex-shrink:0;
}

.header-member-btns{
	display:flex;
	align-items:center;
	gap:10px;

	flex-shrink:0;
}

.header-member-btns .login-btn{
	width:auto;
	min-width:110px;
	height:46px;

	padding:0 18px;

	flex-shrink:0;
	white-space:nowrap;
}

.header-member-btns .logout{
	opacity:.8;
}



/* 제품 매진 팝업 */
.soldout-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.soldout-modal.active {
    display: flex;
}

.soldout-modal-dim {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.78);
}

.soldout-modal-box {
    position: relative;
    z-index: 1;

    width: 240px;
    height: 242px;
    border-radius: 20px;
    background: #2866F8;

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

    font-family: 'SUIT', sans-serif;
}

.soldout-icon {
    width: 42px;
    margin-bottom: 18px;
}

.soldout-modal-box strong {
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.52px;
}

.soldout-modal-box p {
    margin: 16px 0 22px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.soldout-confirm {
    display: flex;
    width: 160px;
    height: 40px;
    justify-content: center;
    align-items: center;

    border: 0;
    border-radius: 999px;
    background: #FFF;

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

    cursor: pointer;
}

@media (max-width: 1200px) {
    .soldout-modal-box {
        width: 220px;
        height: 222px;
    }

    .soldout-modal-box strong {
        font-size: 24px;
    }

    .soldout-modal-box p,
    .soldout-confirm {
        font-size: 15px;
    }
}