@charset "utf-8";
/* ======================================================================
   [카포스 CARPOS] PC버전 통합 프리미엄 테마 스타일시트 (파일명: user_custom.css)
====================================================================== */
:root {
    --cp-main: #028ca6;
    --cp-dark: #223541;
    --cp-bg: #f4f6f8;
    --cp-text: #333333;
    --cp-border: #e0e0e0;
}

body { font-family: 'Pretendard', 'Noto Sans KR', sans-serif; background: #ffffff; color: var(--cp-text); margin: 0; padding: 0; }
ul, li { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }

/* --- [01] 상단 레이아웃 및 중앙 로고 --- */
#hd_login_msg { background: #f8fafc; border-bottom: 1px solid var(--cp-border); text-align: right; padding: 8px 20px; font-size: 11px; color: #64748b; }
#hd_login_msg a { margin-left: 10px; text-decoration: underline; }

.logo_center_layout { display: block !important; width: 100% !important; padding: 25px 0 !important; text-align: center !important; background: #ffffff; clear: both !important; float: none !important; box-sizing: border-box; }
.logo_center_layout .logo { display: inline-block !important; float: none !important; margin: 0 auto !important; }
.logo_center_layout .logo img { max-height: 60px; width: auto; display: block; margin: 0 auto; }

/* --- [02] 서브페이지 타이틀 완벽 중앙 정렬 --- */
#container_title.minimal-line-title { 
    text-align: center !important; 
    display: block !important;
    padding: 20px 0;
    margin: 0 auto 35px auto; 
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--cp-dark);
    border-bottom: 2px solid #eeeeee;
    letter-spacing: -1px;
    width: 100%;
}

/* --- [03] GNB 메뉴바 메인테마 색상 바탕 및 보더 제거 교정 --- */
.gnb-wrap {
    width: 100%;
    background: var(--cp-main) !important; 
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: none !important; /* ⚠️ 요청사항: 메뉴바 하단 찐한 보더 라인 완벽 제거 */
    position: relative;
    z-index: 900;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.gnb-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.gnb {
    display: flex;
    align-items: center;
}
.gnb > li {
    position: relative;
}
.gnb > li > a {
    display: block;
    padding: 0 28px;
    line-height: 54px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff !important; 
    transition: all 0.2s ease-in-out;
}
.gnb > li:hover > a {
    color: var(--cp-dark) !important;
    background: rgba(255, 255, 255, 0.1); 
}

/* GNB 하위 서브메뉴 드롭다운 */
.gnb .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border: 1px solid var(--cp-border);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
    min-width: 170px;
    padding: 8px 0;
    display: none;
    z-index: 999;
}
.gnb .sub-menu li a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: #555555;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s;
}
.gnb .sub-menu li a:hover {
    background: #f0fafd;
    color: var(--cp-main);
}

/* 우측 전체메뉴 삼선 버튼 */
.btn-all-menu {
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
}
.btn-all-menu span {
    display: block;
    height: 3px;
    background: #ffffff !important; 
    border-radius: 2px;
    transition: all 0.2s;
}
.btn-all-menu span:nth-child(1) { width: 24px; }
.btn-all-menu span:nth-child(2) { width: 18px; }
.btn-all-menu span:nth-child(3) { width: 22px; }
.btn-all-menu:hover span { background: var(--cp-dark) !important; width: 24px; }

/* 전체메뉴 드롭 레이어 판넬 */
.all-menu-layer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 4px solid var(--cp-main);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    display: none;
    z-index: 850;
}
.all-menu-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(7, 1fr); 
    gap: 20px;
    box-sizing: border-box;
}
.all-menu-group h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--cp-dark);
    margin: 0 0 12px 0;
    border-bottom: 2px solid var(--cp-dark);
    padding-bottom: 6px;
}
.all-menu-group h3 a:hover { color: var(--cp-main); }
.all-menu-group ul { list-style: none; margin: 0; padding: 0; }
.all-menu-group ul li a { display: block; padding: 6px 0; font-size: 13px; color: #666666; transition: color 0.2s; }
.all-menu-group ul li a:hover { color: var(--cp-main); }

/* --- [04] 메인 홈 인덱스 및 하단 박스 --- */
.main-wrap { margin: 0; padding: 0; }
.main-slider-wrap { width: 100%; background: #e8ecef url('/images/main_visu_bg.jpg') no-repeat center top; border-bottom: 1px solid var(--cp-border); }
.main-slider { max-width: 1200px; margin: 0 auto; height: 470px; position: relative; }
.main-slider .swiper-slide { display: flex; align-items: center; justify-content: center; }
.main-slider .swiper-slide img { max-width: 100%; max-height: 470px; object-fit: contain; }

.swiper-button-next, .swiper-button-prev { color: var(--cp-dark) !important; }
.swiper-pagination-bullet-active { background-color: var(--cp-main) !important; }

.main-container { max-width: 1200px; margin: 50px auto; padding: 0 20px; }
.quick-ban { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 50px; }
.quick-ban a { flex: 1; display: flex; align-items: center; justify-content: center; height: 140px; overflow: hidden; background-color: #eeeeee; border: 1px solid var(--cp-border); border-radius: 6px; box-shadow: 0 4px 10px rgba(0,0,0,0.02); transition: all 0.3s; }
.quick-ban a:hover { transform: translateY(-4px); border-color: var(--cp-main); box-shadow: 0 8px 20px rgba(2, 140, 166, 0.1); }
.quick-ban img { max-width: 80%; }

.bot-section { display: flex; gap: 20px; }
.bot-box { background-color: #ffffff; border: 1px solid var(--cp-border); border-radius: 6px; padding: 25px; box-sizing: border-box; }
.bot-box:first-child { padding-bottom: 0; }
.bot-box h3 { font-size: 18px; font-weight: 700; color: var(--cp-dark); margin: 0 0 15px 0; padding-bottom: 12px; border-bottom: 2px solid var(--cp-dark); display: flex; justify-content: space-between; align-items: flex-end; }

.notice-box { flex: 2; }
.notice-box .more-btn { font-size: 12px; font-weight: 400; color: #888888; }
.notice-list ul li { padding: 10px 0; border-bottom: 1px solid #f1f5f9; font-size: 14px; }
.notice-list ul li a { color: #475569; }
.notice-list ul li a:hover { color: var(--cp-main); }

.as-box { flex: 1; }
.as-box .more-btn { font-size: 12px; font-weight: 400; color: #888888; }
.as-list ul li { padding: 10px 0; border-bottom: 1px solid #f1f5f9; font-size: 14px; }
.as-list ul li a { color: #475569; }
.as-list ul li a:hover { color: var(--cp-main); }

.cs-box { 
    flex: 1; 
    background-color: var(--cp-bg); 
    border: 1px solid #ebebeb; 
    text-align: center; 
    /* 🔥 Flex Column 구조 통합 */
    display: flex; 
    flex-direction: column; 
    gap: 15px; 
}
.cs-box .cs-info-wrap {
    flex: 2;
}
.cs-box .tel { 
    font-size: 30px; 
    font-weight: 700; 
    color: var(--cp-main); 
    margin: 15px 0 10px; 
}
.cs-box p { 
    font-size: 13px; 
    color: #666666; 
    line-height: 1.6; 
    margin: 0; 
}

/* 🔥 GPS 버튼 스타일 (기본 배경 흰색 + 세로 정렬 가운데) */
.cs-box .gps-btn { 
    flex: 1; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: #ffffff; /* 👈 기본 배경색 흰색으로 고정 */
    color: var(--cp-dark); 
    font-weight: 700; 
    font-size: 15px; 
    border-radius: 4px; 
    border: 1px solid #ebebeb; 
    text-align: center; 
    text-decoration: none;
    transition: all 0.25s; 
}

/* 🔥 GPS 버튼 호버 스타일 (기본 CSS 호버 효과 유지) */
.cs-box .gps-btn:hover { 
    background-color: var(--cp-main); 
    color: #ffffff; 
    border-color: var(--cp-main); 
    box-shadow: 0 4px 10px rgba(2, 140, 166, 0.15); 
}

/* --- [05] 하단 푸터 및 백투탑 --- */
#pc_ft { background: #334155; color: #cbd5e1; padding: 40px 0; font-size: 14px; line-height: 1.6; clear: both; }
#pc_ft .ft_container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
#pc_ft .ft_links { margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid #475569; }
#pc_ft .ft_links a { margin-right: 25px; color: #94a3b8; font-weight: 500; transition: color 0.2s ease; }
#pc_ft .ft_links a:hover { color: #ffffff; }
#pc_ft .ft_links a.privacy_link { color: #ffffff; font-weight: 700; }
#pc_ft .ft_info h3 { font-size: 15px; color: #ffffff; margin: 0 0 10px 0; font-weight: 700; }
#pc_ft .ft_info p { margin: 0; padding: 0; color: #cbd5e1; }
#pc_ft .ft_info p span { display: inline-block; margin-right: 25px; }
#pc_ft .ft_info p span strong { color: #94a3b8; margin-right: 6px; }
#pc_ft .ft_info p a { color: #ffffff; text-decoration: underline; }
#pc_ft .ft_copy { margin-top: 20px; font-size: 12px; color: #94a3b8; }

#pc_top_btn { position: fixed; bottom: 30px; right: 30px; width: 46px; height: 46px; background: var(--cp-main); color: #ffffff; border: none; border-radius: 50%; font-size: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 999; transition: all 0.2s ease; }
#pc_top_btn:hover { background: #027491; transform: translateY(-3px); }

@media (max-width: 768px) {
    #container_title.minimal-line-title { font-size: 22px; padding-bottom: 12px; margin-bottom: 20px; }
}


/* ======================================================================
   [카포스 CARPOS] PC/모바일 통합형 택배서비스센터 안내 전용 스타일시트
====================================================================== */
.carpos-parcel-container {
    width: 100% !important;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 5px 30px;
    font-family: 'Pretendard', sans-serif;
    color: #333333;
    line-height: 1.6;
    box-sizing: border-box;
}

/* 상단 인트로 캡션 컴포넌트 */
.carpos-parcel-intro {
    text-align: center;
    padding: 25px 15px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
}
.carpos-parcel-intro .intro-icon {
    font-size: 28px;
    color: #028ca6; /* 카포스 청록색 포인트 */
    margin-bottom: 10px;
}
.carpos-parcel-intro h2 {
    font-size: 16px;
    font-weight: 700;
    color: #223541; /* 카포스 다크네이비 */
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
    line-height: 1.4;
}
.carpos-parcel-intro h2 span {
    color: #028ca6;
    border-bottom: 2px solid #e0f2f1;
}
.carpos-parcel-intro p {
    font-size: 12.5px;
    color: #64748b;
    margin: 0;
    word-break: keep-all;
}

/* 주소 및 센터 식별 연락처 카드 */
.carpos-parcel-address-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-top: 4px solid #028ca6; /* 카포스 메인 탑 라인 공정 */
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 6px 15px rgba(2, 140, 166, 0.03);
}
.carpos-parcel-address-card .card-head {
    background: #f4f6f8;
    padding: 12px 15px;
    font-size: 13.5px;
    font-weight: 700;
    color: #223541;
    border-bottom: 1px solid #e0e0e0;
}
.carpos-parcel-address-card .card-head i { margin-right: 5px; color: #028ca6; }
.carpos-parcel-address-card .card-body {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.carpos-parcel-address-card .info-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.carpos-parcel-address-card .info-label {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
}
.carpos-parcel-address-card .info-label i {
    color: #028ca6;
    margin-right: 4px;
    width: 14px;
}
.carpos-parcel-address-card .info-value {
    font-size: 15px;
    font-weight: 700;
    color: #223541;
    letter-spacing: -0.3px;
    word-break: keep-all;
}
.carpos-parcel-address-card .call-link {
    color: #028ca6;
    text-decoration: underline;
}

/* 하단 4대 이용 안내 위젯 리스트 (모바일 종방향 배열 선제 구현) */
.carpos-parcel-guide-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.carpos-parcel-guide-grid .guide-item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 22px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
}
.carpos-parcel-guide-grid .guide-num {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 45px;
    font-weight: 900;
    color: #f4f6f8;
    z-index: 1;
    line-height: 1;
}
.carpos-parcel-guide-grid .guide-icon {
    font-size: 22px;
    color: #028ca6;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}
.carpos-parcel-guide-grid h4 {
    font-size: 15px;
    font-weight: 700;
    color: #223541;
    margin: 0 0 8px 0;
    position: relative;
    z-index: 2;
}
.carpos-parcel-guide-grid p {
    font-size: 13px;
    color: #555555;
    margin: 0;
    position: relative;
    z-index: 2;
    text-align: justify;
    word-break: keep-all;
}
.carpos-parcel-guide-grid p strong {
    color: #028ca6;
}
/* 롯데택배 특별 스포트라이트 배경 틴팅 */
.carpos-parcel-guide-grid .spec-courier-item {
    background: #f0fafd;
    border-color: #b2dfdb;
}
.m-only-br { display: block; }

/* ======================================================================
   💻 데스크탑 대화면 모니터 진입 시 와이드 2열 그리드 레이아웃 확장
====================================================================== */
@media (min-width: 769px) {
    .carpos-parcel-container { padding: 20px 0 50px; }
    .m-only-br { display: none; } 

    .carpos-parcel-intro { padding: 35px 20px; margin-bottom: 30px; }
    .carpos-parcel-intro h2 { font-size: 20px; margin-bottom: 10px; }
    .carpos-parcel-intro p { font-size: 14px; }

    .carpos-parcel-address-card { margin-bottom: 40px; }
    .carpos-parcel-address-card .card-head { padding: 15px 25px; font-size: 15px; }
    .carpos-parcel-address-card .card-body { padding: 30px 25px; gap: 18px; }
    .carpos-parcel-address-card .info-row { flex-direction: row; align-items: center; }
    .carpos-parcel-address-card .info-label { font-size: 15px; width: 120px; }
    .carpos-parcel-address-card .info-value { font-size: 18px; }

    .carpos-parcel-guide-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .carpos-parcel-guide-grid .guide-item { padding: 30px 25px; transition: all 0.2s ease-in-out; }
    .carpos-parcel-guide-grid .guide-item:hover { border-color: #028ca6; box-shadow: 0 8px 25px rgba(2, 140, 166, 0.08); transform: translateY(-3px); }
    .carpos-parcel-guide-grid .guide-item:hover .guide-num { color: #e0f2f1; }
    .carpos-parcel-guide-grid .guide-num { font-size: 60px; top: -10px; }
}