/**************************
 AppMake 디자인 타입 3 - 스카이 블루
 맑고 밝은 하늘색, 신뢰감 있는 밝은 톤
***************************/
@charset "utf-8";
@import url('/asset/A/css/renewal.css');

:root {
    --primary: #0284C7;
    --primary-dark: #0369A1;
    --primary-light: #38BDF8;
    --primary-gradient: linear-gradient(135deg, #0284C7 0%, #38BDF8 50%, #7DD3FC 100%);
    --accent: #06B6D4;
    --bg-light: #F0F9FF;
    --bg-white: #FFFFFF;
    --text-dark: #0C4A6E;
    --text-body: #3B6B8A;
    --text-muted: #9CA3AF;
    --border-light: #BAE6FD;
    --shadow-sm: 0 2px 8px rgba(2,132,199,0.06);
    --shadow-md: 0 8px 30px rgba(2,132,199,0.1);
    --shadow-lg: 0 20px 60px rgba(2,132,199,0.12);
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
}

/* Nav */
.rnav-top-bar { background: #0284C7; }
.rnav-menu li { position: relative; }
.rnav-menu li a:hover { color: #0284C7; background: rgba(2,132,199,0.06); }
.rnav-top-list .rnav-lang-select option { color: #0C4A6E; background: #fff; }
.rnav-cta-btn { border-radius: var(--radius-sm); }

/* 서브메뉴 */
.rnav-has-sub { padding-bottom: 12px; margin-bottom: -12px; }
.rnav-submenu {
    display: none; position: absolute; top: 100%; left: 0;
    min-width: 220px; background: #fff; border: 1px solid #BAE6FD;
    border-radius: var(--radius-md); box-shadow: var(--shadow-lg);
    padding: 8px 0; margin-top: 0; z-index: 1000; list-style: none;
}
.rnav-has-sub:hover > .rnav-submenu { display: block; }
.rnav-submenu li a {
    display: block; padding: 9px 20px; font-size: 14px; font-weight: 500;
    color: #3B6B8A; text-decoration: none; transition: all 0.15s ease; border-radius: 0;
}
.rnav-submenu li a:hover { color: #0284C7; background: #F0F9FF; }

/* Hero - 밝은 스카이 블루 */
.rhero {
    background: linear-gradient(160deg, #E0F2FE 0%, #BAE6FD 30%, #F0F9FF 60%, #ECFEFF 100%);
    border-bottom: none;
}
.rhero::before { background: rgba(56,189,248,0.12); }
.rhero::after { background: rgba(125,211,252,0.1); }
.rhero h1 { color: #0C4A6E !important; }
.rhero h1 span { color: #0C4A6E; }
.rhero h1 .gradient-text {
    background: linear-gradient(90deg, #0284C7, #38BDF8, #06B6D4);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.rhero p { color: #3B6B8A !important; }
.rhero-badge { background: rgba(2,132,199,0.08); border-color: rgba(2,132,199,0.15); color: #0369A1 !important; }
.badge-dot { background: #0284C7; }
.rbtn-outline { border-color: rgba(2,132,199,0.3); color: #0369A1; }
.rbtn-outline:hover { background: rgba(2,132,199,0.06); border-color: #38BDF8; color: #0369A1; }

/* Stats */
.rstats { margin-top: 0 !important; padding: 40px 0 60px !important; background: #E0F2FE; }
.rstats-card { border: 1px solid #BAE6FD; box-shadow: 0 4px 16px rgba(2,132,199,0.1); }
.rstats-number { color: #0284C7; }
.rstats-label { color: #3B6B8A; }

/* Features */
.rfeatures { background: #F0F9FF; }
.rfeature-icon { background: #E0F2FE; }
.rsection-tag { background: rgba(2,132,199,0.08); color: #0284C7; }

/* Apps */
.rapps { background: #E0F2FE; }

/* Support */
.rsupport { background: linear-gradient(135deg, #F0F9FF, #E0F2FE); }
.rsupport-icon { background: #E0F2FE; color: #0284C7; }

/* Download */
.rdownload { background: linear-gradient(135deg, #F0F9FF, #E0F2FE); }
.rdownload-card { background: #fff; border-color: #BAE6FD; }
.rdownload-btn.android { background: #1E293B; color: #fff !important; }
.rdownload-btn.ios { background: #0284C7; color: #fff !important; }

/* Footer */
.rfooter { background: #0C4A6E; }

/* 서브페이지 */
.r-process-card { display: flex; align-items: flex-start; gap: 20px; background: #fff; border: 1px solid #BAE6FD; border-radius: 14px; padding: 24px 28px; transition: all 0.3s ease; }
.r-process-card:hover { border-color: #38BDF8; box-shadow: var(--shadow-md); }
.r-process-step { flex: 0 0 auto; padding: 8px 16px; background: var(--primary-gradient); color: #fff; font-size: 12px; font-weight: 800; border-radius: var(--radius-sm); letter-spacing: 1px; white-space: nowrap; }
.r-process-body h3 { font-size: 17px; font-weight: 700; color: var(--text-dark); margin-bottom: 2px; letter-spacing: -0.3px; }
.r-process-sub { font-size: 13px; color: var(--text-muted); margin-bottom: 8px; }
.r-process-list { list-style: none; padding: 0; margin: 0; }
.r-process-list li { position: relative; padding-left: 16px; font-size: 13px; color: var(--text-body); line-height: 1.8; letter-spacing: -0.3px; }
.r-process-list li::before { content: ''; position: absolute; left: 0; top: 11px; width: 6px; height: 6px; background: #38BDF8; border-radius: 50%; }
.r-pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.r-pricing-card { background: #fff; border: 1px solid #BAE6FD; border-radius: 14px; overflow: hidden; transition: all 0.3s; }
.r-pricing-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.r-pricing-featured { border: 2px solid #0284C7; }
.r-pricing-featured::after { content:'POPULAR'; position:absolute; top:16px; right:-28px; background:#0284C7; color:#fff; font-size:11px; font-weight:700; padding:4px 32px; transform:rotate(45deg); }
.r-pricing-header { background: linear-gradient(135deg, #F0F9FF, #E0F2FE); padding: 32px 28px; text-align: center; }
.r-pricing-featured .r-pricing-header { background: var(--primary-gradient); }
.r-pricing-featured .r-pricing-header h3, .r-pricing-featured .r-pricing-header .r-pricing-price, .r-pricing-featured .r-pricing-header .r-pricing-type { color: #fff; }
.r-pricing-header h3 { font-size: 18px; font-weight: 700; color: #0C4A6E; margin-bottom: 12px; }
.r-pricing-price { font-size: 32px; font-weight: 900; color: #0284C7; }
.r-pricing-price span { font-size: 16px; font-weight: 400; }
.r-pricing-type { font-size: 13px; color: #9CA3AF; margin-top: 4px; }
.r-pricing-body { padding: 28px; }
.r-pricing-body ul { list-style: none; padding: 0; margin: 0 0 24px; }
.r-pricing-body li { position: relative; padding-left: 22px; font-size: 14px; color: #3B6B8A; line-height: 2.2; }
.r-pricing-body li::before { content: '✓'; position: absolute; left: 0; color: #0284C7; font-weight: 700; }
.r-pricing-btn { display: block; text-align: center; padding: 14px; background: var(--primary-gradient); color: #fff !important; font-size: 15px; font-weight: 700; border-radius: var(--radius-sm); text-decoration: none !important; transition: all 0.3s; }
.r-pricing-btn:hover { box-shadow: 0 4px 16px rgba(2,132,199,0.3); color: #fff; }
@media (max-width: 992px) {
    .r-pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
    .r-process-card { flex-direction: column; gap: 12px; }
}

/* ===== 떠오르는 물방울 배경 (재사용) ===== */
.rhero { position: relative; overflow: hidden; }
.g-bubble-bg { position:absolute; inset:0; overflow:hidden; z-index:0; pointer-events:none; }
.rhero > .container, .rhero > div:not(.g-bubble-bg) { position: relative; z-index: 1; }
.g-bubble-wrap { position:absolute; bottom:-120px; animation: gBubbleRise linear infinite; opacity:0; }
.g-bubble {
	position:relative; width:100%; height:100%; border-radius:50%;
	background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.95), rgba(186,230,253,0.45) 60%, rgba(56,189,248,0.25) 100%);
	box-shadow: inset 0 0 10px rgba(255,255,255,0.6), inset -4px -6px 14px rgba(14,165,233,0.15), 0 0 20px rgba(56,189,248,0.15);
	animation: gBubbleSwing ease-in-out infinite; transform-origin: center;
}
.g-bubble::before {
	content:''; position:absolute; top:15%; left:22%;
	width:28%; height:28%; border-radius:50%;
	background:radial-gradient(circle, rgba(255,255,255,0.95), rgba(255,255,255,0) 70%); filter:blur(1px);
}
.g-bubble-wrap.b1  { left:5%;  width:60px;  height:60px;  animation-duration:12s; animation-delay:0s; }
.g-bubble-wrap.b1  > .g-bubble { animation-duration:3.5s; }
.g-bubble-wrap.b2  { left:12%; width:30px;  height:30px;  animation-duration:9s;  animation-delay:2s; }
.g-bubble-wrap.b2  > .g-bubble { animation-duration:2.8s; animation-direction:reverse; }
.g-bubble-wrap.b3  { left:20%; width:90px;  height:90px;  animation-duration:15s; animation-delay:4s; }
.g-bubble-wrap.b3  > .g-bubble { animation-duration:4.2s; }
.g-bubble-wrap.b4  { left:28%; width:45px;  height:45px;  animation-duration:11s; animation-delay:1s; }
.g-bubble-wrap.b4  > .g-bubble { animation-duration:3s; animation-direction:reverse; }
.g-bubble-wrap.b5  { left:38%; width:70px;  height:70px;  animation-duration:13s; animation-delay:3s; }
.g-bubble-wrap.b5  > .g-bubble { animation-duration:3.8s; }
.g-bubble-wrap.b6  { left:47%; width:25px;  height:25px;  animation-duration:8s;  animation-delay:5s; }
.g-bubble-wrap.b6  > .g-bubble { animation-duration:2.5s; animation-direction:reverse; }
.g-bubble-wrap.b7  { left:56%; width:100px; height:100px; animation-duration:16s; animation-delay:0s; }
.g-bubble-wrap.b7  > .g-bubble { animation-duration:4.5s; }
.g-bubble-wrap.b8  { left:66%; width:50px;  height:50px;  animation-duration:10s; animation-delay:3s; }
.g-bubble-wrap.b8  > .g-bubble { animation-duration:3.2s; animation-direction:reverse; }
.g-bubble-wrap.b9  { left:75%; width:35px;  height:35px;  animation-duration:9s;  animation-delay:6s; }
.g-bubble-wrap.b9  > .g-bubble { animation-duration:2.7s; }
.g-bubble-wrap.b10 { left:82%; width:80px;  height:80px;  animation-duration:14s; animation-delay:2s; }
.g-bubble-wrap.b10 > .g-bubble { animation-duration:4s; animation-direction:reverse; }
.g-bubble-wrap.b11 { left:90%; width:55px;  height:55px;  animation-duration:12s; animation-delay:4s; }
.g-bubble-wrap.b11 > .g-bubble { animation-duration:3.3s; }
.g-bubble-wrap.b12 { left:95%; width:28px;  height:28px;  animation-duration:10s; animation-delay:1s; }
.g-bubble-wrap.b12 > .g-bubble { animation-duration:2.6s; animation-direction:reverse; }
@keyframes gBubbleRise {
	0%   { transform:translateY(0) scale(0.9); opacity:0; }
	8%   { opacity:0.9; }
	92%  { opacity:0.85; }
	100% { transform:translateY(-560px) scale(1.1); opacity:0; }
}
@keyframes gBubbleSwing {
	0%   { transform:translateX(0) rotate(0deg); }
	25%  { transform:translateX(18px) rotate(5deg); }
	50%  { transform:translateX(0) rotate(0deg); }
	75%  { transform:translateX(-18px) rotate(-5deg); }
	100% { transform:translateX(0) rotate(0deg); }
}


/* 카드 중앙 정렬 (E 스킨과 동일한 레이아웃) */
.rfeature-card { text-align: center; }
.rfeature-icon { margin-left: auto !important; margin-right: auto !important; }
.rsupport-card { text-align: center; }
.rsupport-card .rsupport-icon { margin-left: auto !important; margin-right: auto !important; }

/* 다운로드 카드 중앙 정렬 (PC + 모바일 공통) */
.rdownload-card { flex-direction: column !important; text-align: center !important; gap: 16px !important; align-items: center !important; }
.rdownload-info { text-align: center !important; }
.rdownload-buttons { justify-content: center !important; }

/* 모바일에서 intro 페이지 h1 크기 축소 (inline 42px override) */
@media (max-width: 768px) {
    .rhero h1 { font-size: 24px !important; line-height: 1.3 !important; letter-spacing: -0.5px !important; }
}

/* 모바일 hero 영역: 상단 여백 축소 (intro 페이지 inline 80px padding override) */
@media (max-width: 768px) {
    .rhero { padding: 30px 0 40px !important; min-height: auto !important; }
}

/* 모바일 서브메뉴: G 스킨은 flex 기반, 3열 분할 */
@media (max-width: 768px) {
    /* G 스킨 서브메뉴는 display:flex 이므로 flex-basis 로 3열 */
    .r-vw-tabs, .r-us-tabs, .r-bn-tabs, .r-qna-tabs,
    .r-pl-tabs, .r-sp-tabs, .r-au-tabs, .r-cm-tabs,
    .r-pt-tabs, .r-srv-tabs,
    .r-mdm-tabs, .r-inp-tabs {
        gap: 4px !important;
    }
    .r-vw-tabs > *, .r-us-tabs > *, .r-bn-tabs > *, .r-qna-tabs > *,
    .r-pl-tabs > *, .r-sp-tabs > *, .r-au-tabs > *, .r-cm-tabs > *,
    .r-pt-tabs > *, .r-srv-tabs > *,
    .r-mdm-tabs > *, .r-inp-tabs > * {
        flex: 0 0 calc(33.333% - 4px) !important;
        max-width: calc(33.333% - 4px) !important;
        font-size: 12px !important;
        padding: 10px 6px !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
}

/* 모바일 발송일 검색 input 폭 축소 */
@media (max-width: 768px) {
    .r-pl-date-group input,
    .r-qna-date-group input,
    .r-bn-date-group input,
    .r-au-date-group input,
    .r-cm-date-group input {
        width: 100px !important;
        padding: 6px 8px !important;
        font-size: 12px !important;
    }
    .r-pl-date-group .r-pl-cal-btn,
    .r-qna-date-group .r-qna-cal-btn,
    .r-bn-date-group .r-bn-cal-btn,
    .r-au-date-group .r-au-cal-btn,
    .r-cm-date-group .r-cm-cal-btn {
        padding: 6px 8px !important;
        font-size: 12px !important;
    }
    .r-pl-date-group, .r-qna-date-group, .r-bn-date-group,
    .r-au-date-group, .r-cm-date-group {
        gap: 4px !important;
    }
}

/* 모바일에서 r-process-card (이미지 + 텍스트) 세로 배치 강제 */
@media (max-width: 768px) {
    .r-process-card {
        flex-direction: column !important;
        align-items: center !important;
        gap: 16px !important;
        padding: 20px !important;
    }
    .r-process-card img {
        max-width: 140px !important;
        height: auto !important;
    }
    .r-process-list li {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }
}

/* 모바일 myinfo 페이지: 탭 한 줄 + 정보 행 세로 배치 */
@media (max-width: 768px) {
    /* 탭 텍스트 한 줄 강제 */
    .r-mi-tab {
        padding: 12px 4px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }
    .r-mi-tab i { margin-right: 3px !important; }
    /* 정보 행: 라벨/값 세로 배치 (좁은 화면 줄바꿈 방지) */
    .r-mi-info-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
        padding: 12px 16px !important;
    }
    .r-mi-info-value {
        word-break: break-all !important;
        font-size: 14px !important;
    }
}