@charset "utf-8";
/* =========================== MAIN */
/* 섹션 메인 제목 (대한근로복지센터) */
.sh_section_tit {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding-left: 20px;
}
.sh_section_tit h2 {
    font-size: 38px;
    font-weight: 800;
    color: #111;
    letter-spacing: -1px;
}
#sh_main_banner{position:relative;z-index:15;width:100%;margin-top:96px;overflow:hidden;}
#sh_main_banner .sh_main_img{position:relative;width:100%}
#sh_main_banner .sh_main_img li{height:848px;background:center no-repeat; background-size:cover}
#sh_main_banner .sh_main_img .box1{background-image:url(../img/main/main_banner_01.jpg)}
#sh_main_banner .sh_main_img .box2{background-image:url(../img/main/main_banner_02.jpg)}
#sh_main_banner .sh_main_img .box3{background-image:url(../img/main/main_banner_03.jpg)}
/* 텍스트를 감싸는 박스 - PC 버전 위치 조정 */
#sh_main_banner .sh_txt_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    padding: 0 20px 80px;
    box-sizing: border-box;
}
@media (min-width: 1025px) {
    #sh_main_banner .sh_txt_box {
        justify-content: flex-end; 
        align-items: flex-start; 
        padding-bottom: 380px; 
        max-width: 1200px;
        left: 50%;
        transform: translateX(-50%);
    }
}
#sh_main_banner .sh_txt_box .move_txt01 {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 20px;
    font-family: 'Poppins', 'Noto Sans KR';
    word-break: keep-all;
}
#sh_main_banner .sh_txt_box .move_txt02 {
    font-size: 22px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    font-family: 'Poppins', 'Noto Sans KR';
    word-break: keep-all;
}
#sh_main_banner .swiper-pager span{opacity:1;width:11px;height:11px;border:1px solid rgba(255,255,255,.7);background:none}
#sh_main_banner .swiper-pager span+span{margin-left:10px}
#sh_main_banner .swiper-pager span.on{background-color:rgba(255,255,255,.7)}
#sh_main_banner::after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.35) 0%,rgba(0,0,0,.15) 40%,rgba(0,0,0,.45) 100%);z-index:5;pointer-events:none;}
#sh_main_banner .scroll{animation:scrollBounce 1.6s infinite ease-in-out;}@keyframes scrollBounce{0%{transform:translateY(0);}50%{transform:translateY(10px);}100%{transform:translateY(0);}}
html,body{overflow-x:hidden;}
#sh_main_banner{overflow:hidden;}
.sh_main_swiper,
.sh_main_swiper .swiper-wrapper{max-width:100%;overflow:hidden;}
/* luxGallery 251212 탁도현 */
#luxGallery { position:relative; width:100%; max-width:1400px; margin:120px auto; padding:90px 50px; background:#f7f8fc; border-radius:40px; box-shadow:0 8px 30px rgba(0,0,0,0.05); }
#luxGallery .inner { display:flex; flex-direction:column; align-items:center; gap:50px; width:100%; }
#luxGallery .title_row { width:100%; display:flex; align-items:center; justify-content:flex-start; gap:16px; border-bottom:2px solid #e1e1e1; padding-bottom:22px; }
#luxGallery .title_row h3 { font-size:40px; font-weight:700; color:#202020; margin:0; letter-spacing:-0.7px; text-transform:uppercase; }
#luxGallery .title_row h3 span { background:linear-gradient(90deg,#3a4a7a,#5c76d4); color:transparent; -webkit-background-clip:text; font-weight:800; }
#luxGallery .title_row .more_btn { font-size:30px; font-weight:700; color:#5c76d4; text-decoration:none; background:#fff; border-radius:50%; width:40px; height:40px; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 10px rgba(0,0,0,0.12); transition:.2s; }
#luxGallery .title_row .more_btn:hover { transform:translateY(-2px); box-shadow:0 8px 16px rgba(0,0,0,0.18); }
.cg_slider {position:relative;width:100%;overflow:hidden;display:flex;justify-content:center;}
.cg_track { display:flex; gap:40px; transition:transform .45s ease; }
.cg_item { width:32%; flex-shrink:0; }
.cg_thumb { overflow:hidden; border-radius:18px; background:#fff; box-shadow:0 8px 22px rgba(0,0,0,0.07); width:100%; }
.cg_thumb img { width:100%; height:240px; object-fit:contain; background:#fff; display:block; }
.cg_txt { text-align:center; margin-top:14px; font-size:18px; font-weight:600; color:#333; letter-spacing:-0.4px; }
.cg_arrow { position:absolute; top:50%; transform:translateY(-50%); width:54px; height:54px; border-radius:50%; background:#fff; box-shadow:0 6px 16px rgba(0,0,0,0.18); display:flex; align-items:center; justify-content:center; cursor:pointer; user-select:none; font-size:26px; color:#333; transition:.2s; z-index:10; }
.cg_arrow:hover { background:#5c76d4; color:#fff; }
.cg_arrow.prev { left:15px; }
.cg_arrow.next { right:15px; }
@media(max-width:768px){
    #luxGallery { padding:50px 20px; margin:60px auto; }
    #luxGallery .title_row { justify-content:space-between; }
    #luxGallery .title_row h3 { font-size:26px; }
    #luxGallery .title_row .more_btn { width:34px; height:34px; font-size:22px; }
    .cg_item { width:100%; }
    .cg_thumb img { height:180px; }
    .cg_arrow { width:42px; height:42px; font-size:22px; }
    .cg_arrow.prev { left:0; }
    .cg_arrow.next { right:0; }
}
/* 하단 대형 아이콘 메뉴 */
#sh_main_icons {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
}
#sh_main_icons ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
#sh_main_icons ul li {
    flex: 1;
    height: 320px;
    background: transparent;
    border-radius: 25px;
    transition: all 0.3s ease;
    overflow: hidden;
}
#sh_main_icons ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
#sh_main_icons ul li .img_box {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sh_main_icons ul li .img_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 25px;
}
#sh_main_icons ul li:hover {
    transform: translateY(-12px);
}
/* 게시판 섹션 (Notice / Q&A) */
#atc03 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 100px;
    padding: 0 20px;
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
#atc03 > div {
    flex: 1;
    float: none;
    height: auto;
    padding: 0;
}
#atc03 .index02 {
    border-left: 1px solid #eee; 
    padding-left: 40px;
}
#atc03 .tit_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#atc03 .tit {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    padding: 0;
    border: none;
    margin: 0;
}
#atc03 .btn_plus {
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}
#atc03 .btn_plus::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 1px;
    background-color: #999;
    transition: all 0.3s;
}
#atc03 .btn_plus::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 10px;
    background-color: #999;
    transition: all 0.3s;
}
#atc03 .btn_plus:hover {
    border-color: #2ba6ff;
    background-color: #2ba6ff;
    transform: rotate(90deg);
}
#atc03 .btn_plus:hover::before,
#atc03 .btn_plus:hover::after {
    background-color: #fff;
}
#atc03 .sh_lt2 li {
    padding: 0;
    border-bottom: 1px solid #f9f9f9;
}
#atc03 .sh_lt2 li a {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 14px 0;
    text-decoration: none;
    cursor: pointer;
}
#atc03 .sh_lt2 li .date {
    font-size: 14px;
    color: #aaa;
    width: 90px;
    flex-shrink: 0;
}
#atc03 .sh_lt2 li .subject {
    font-size: 15px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}
#atc03 .sh_lt2 li:hover .subject {
    color: #2ba6ff;
}
#sh_section .grid {
    pointer-events: none;
    z-index: 0;
}
#atc03 {
    position: relative;
    z-index: 50;
}
#atc01, #atc04 { display: none; }
.sh_combined_container {
    position: relative;
    max-width: 1200px;
    margin: -250px auto 60px;
    padding: 0 20px;
    z-index: 1001;
}
.sh_combined_box {
    display: flex;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    overflow: hidden;
    min-height: 480px;
}
.sh_combined_left {
    flex: 1;
    padding: 40px;
    border-right: 1px solid #f0f0f0;
}
.sh_combined_left h3, .sh_combined_right h3 {
    font-size: 25px;
    font-weight: 1000;
    margin-bottom: 25px;
    color: #333;
    padding-left: 14px;
    line-height: 1;
}
.sh_status_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 4px;
}
.sh_status_table th {
    text-align: center;
    padding: 12px 10px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border-bottom: 2px solid #3498db;
    font-weight: 700;
}
.sh_status_table td {
    padding: 14px 10px;
    font-size: 14px;
    color: #444;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    transition: background 0.2s;
}
.sh_status_table tbody tr.bg-grey td {
    background: #f7f8f9 !important;
}
.sh_status_table tbody tr:hover td {
    background: #f1f8ff !important;
    color: #3498db;
    cursor: default;
}
.status_badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.status_badge.blue { background: #e3f2fd; color: #1976d2; }
.status_badge.gray { background: #f5f5f5; color: #757575; }
.status_badge.green { background: #e8f5e9; color: #2e7d32; }
.status_badge.lightblue { background: #e0f7fa; color: #00838f; }
.sh_combined_right {
    flex: 1;
    padding: 40px;
    background: #fff;
}
.sh_form_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.sh_form_header h3 {
    font-size: 25px;
    font-weight: 1000;
    color: #333;
}
.btn_submit_top {
    background: #2ba6ff;
    color: #fff;
    border: none;
	margin-top:-16px;
    padding: 8px 18px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}
.btn_submit_top:hover {
    background: #2980b9;
}
.sh_input_group {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.sh_input_group label {
    width: 100px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
}
.sh_input_field {
    flex: 1;
    display: flex;
    gap: 10px;
}
.type_toggle {
    display: flex;
    gap: 8px;
    width: 100%;
}
.type_toggle label {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    color: #888;
    transition: all 0.2s ease;
}
.type_toggle input[type="radio"] { display: none; }
.type_toggle input[type="radio"]:checked + span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1.5px solid #2ba6ff;
    border-radius: 6px;
    color: #2ba6ff;
    font-weight: 700;
    background: #fff;
}
.sh_select_custom, .sh_input_custom {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}
.sh_half {
    display: flex;
    gap: 10px;
    width: 100%;
}
@media (max-width: 1024px) {
    .sh_combined_box { flex-direction: column; }
    .sh_combined_left { border-right: none; border-bottom: 1px solid #f0f0f0; }
    .sh_combined_container { margin-top: 20px; }
}
 #sh_main_banner {
    position: relative;
    width: 100%;
    min-height: 650px;
    overflow: hidden;
    background: #222;
}
#sh_main_banner .sh_main_swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	opacity:50%;
}
#sh_main_banner .swiper-pager {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 110;
    opacity: 0;
    display: flex;
    gap: 5px;
}
/* 지원 사업 안내 섹션 */
#sh_support_guide {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 70% auto;
	background-position: right;
    background-color: #fff;
    margin-top: -100px;
    padding-top: 150px;
    padding-bottom: 100px;
    z-index: 1;
    overflow: visible;
}
#sh_support_guide .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}
#sh_support_guide .sh_guide_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}
#sh_support_guide .sh_guide_header h3 {
    font-size: 40px;
    font-weight: 800;
    color: #111;
    letter-spacing: -1.5px;
}
#sh_support_guide .sh_guide_header .btn_more {
    font-size: 15px;
    color: #555;
    font-weight: 500;
    padding-bottom: 5px;
}
#sh_support_guide .sh_guide_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
#sh_support_guide .sh_guide_list li {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.07);
    transition: all 0.3s ease;
}
#sh_support_guide .sh_guide_list li:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}
#sh_support_guide .sh_guide_list li.logo_box {
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
	margin-left: 20px;
    justify-content: left;
}
#sh_support_guide .sh_guide_list li.logo_box img {
    max-width: 80%;
    opacity: 0.8;
}
#sh_support_guide .sh_guide_list li a {
    display: flex;
    align-items: center;
    padding: 5px 25px;
    height: 110px;
    width: 100%;
}
#sh_support_guide .sh_icon {
    width: 70px; 
    height: 70px;
    margin-left: 30px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
#sh_support_guide .sh_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#sh_support_guide .sh_txt {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px; 
}
#sh_support_guide .sh_txt p {
    font-size: 18px; 
    line-height: 1.3;
    color: #111; 
    font-weight: 700;
    letter-spacing: -0.8px;
    margin: 0;
    text-align: right; 
    flex: 1; 
    padding-right: 15px; 
}
#sh_support_guide .sh_txt .arrow {
    font-size: 24px;
    color: #222; 
    font-weight: 450;
	margin-top: 22px;
    flex-shrink: 0;
}
/* ===== 무상지원물품 섹션 ===== */
#psh_list_section {
    width: 100%;
    padding: 120px 0;
    background-color: #eaf7ff;
}
.psh_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.psh_left_area {
    width: 380px;
    padding-right: 80px;
}
.psh_left_area h2 {
    font-size: 42px;
    font-weight: 800;
    color: #111;
    letter-spacing: -2px;
    margin-bottom: 25px;
    line-height: 1.2;
}
.psh_right_top {
    display: flex;
    justify-content: space-between; /* 카테고리는 왼쪽, 컨트롤은 오른쪽 */
    align-items: center;
    margin-bottom: 25px;
    padding: 0 5px;
}
.psh_controls {
    display: flex;
    gap: 6px;
}
.ctrl_btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #888;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.ctrl_btn:hover {
    background: #2ba6ff;
    color: #fff;
    border-color: #2ba6ff;
    transform: translateY(-2px);
}
.psh_left_area {
    width: 320px;
    padding-right: 60px;
}
.psh_left_area h2 {
    font-size: 42px;
    font-weight: 800;
    color: #111;
    letter-spacing: -2px;
    margin-bottom: 25px;
    line-height: 1.2;
    word-break: keep-all; /* 단어 단위 줄바꿈 */
    max-width: 240px;     /* 제목이 너무 길게 늘어지지 않도록 조절 */
}
.psh_left_area .desc {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 25px;
    font-weight: 400;
    word-break: keep-all; /* 설명도 단어 단위 줄바꿈 */
    max-width: 280px;
}
.psh_left_area .view_more {
    display: inline-block;
    font-size: 15px;
    color: #666;
    text-decoration: none;
}
.psh_category_wrap {
    display: flex; /* 격자에서 가로 배열로 변경 */
    gap: 8px;
}
.psh_category-btn {
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #666;
    border-radius: 30px; /* 둥근 알약 모양 */
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}
.psh_category-btn.active {
    background: #2ba6ff;
    color: #fff;
    border-color: #2ba6ff;
    box-shadow: 0 4px 12px rgba(43, 166, 255, 0.2);
}
.psh_right_area {
    flex: 1;
    padding-left: 0;
}
.psh_right_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px 5px 0;
}
.psh_product_list {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}
.psh_product {
    flex: 0 0 250px;
    height: 300px;
    background: #fff;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    overflow: hidden;
}
.psh_product > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    text-decoration: none;
    box-sizing: border-box;
}
.psh_product:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.psh_product_img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}
.psh_product p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
}
.psh_product.psh_plus-item {
    padding: 0;
    cursor: pointer;
}
.psh_product.psh_plus-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.psh_product.psh_plus-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    opacity: 0.5;
    transition: transform 0.3s;
}
.psh_product.psh_plus-item:hover img {
    transform: scale(1.1);
    opacity: 1;
}
/* =========================== [통합 정렬] 모바일 반응형 최종 관리 =========================== */
@media (max-width: 1024px) {
    #sh_main_banner { min-height: auto; height: 70vw; margin-top: 64px; }
    #sh_main_banner .sh_main_img li { height: 100%; }
    #sh_main_banner .sh_txt_box { padding-bottom: 0; justify-content: center; align-items: center; }
    #sh_main_banner .sh_txt_box .move_txt01 { font-size: 5vw; margin-bottom: 2vw; max-width: 80%; }
    #sh_main_banner .sh_txt_box .move_txt02 { font-size: 3vw; max-width: 80%; line-height: 1.5; white-space: normal; word-break: keep-all; }
    .sh_combined_container { margin: 20px auto 40px; padding: 0 15px; }
    .sh_combined_box { flex-direction: column; min-height: auto; border-radius: 15px; }
    .sh_combined_left, .sh_combined_right { padding: 30px 15px; }
    .sh_combined_left { border-right: none; border-bottom: 1px solid #f0f0f0; }
    .sh_combined_left h3 { font-size: 20px; margin-bottom: 15px; text-align: center; padding-left: 0; }
    .sh_status_table { table-layout: fixed; }
    .sh_status_table th, .sh_status_table td { padding: 10px 3px; font-size: 12px; word-break: break-all; }
    .sh_status_table th:nth-child(1), .sh_status_table td:nth-child(1) { display: none; } 
    .sh_status_table th:nth-child(4), .sh_status_table td:nth-child(4) { display: table-cell; }
    .status_badge { padding: 3px 8px; font-size: 11px; white-space: nowrap; }
    .sh_combined_right { background: #fcfdfe; max-width: 600px; margin: 0 auto; }
    .sh_combined_right h3 { font-size: 22px; margin: 0; color: #111; font-weight: 800; }
    .sh_form_header { margin-bottom: 30px; border-bottom: 2px solid #eee; padding-bottom: 15px; display: flex; justify-content: space-between; align-items: center; }
    .btn_submit_top { padding: 8px 20px; border-radius: 30px; font-size: 14px; box-shadow: 0 4px 10px rgba(43, 166, 255, 0.2); margin: 0; }
    .sh_input_group { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; }
    .sh_input_group label { flex: 0 0 auto; min-width: 75px; font-size: 13px; font-weight: 700; color: #444; padding-top: 0; word-break: keep-all; }
    .sh_input_field { flex: 1; min-width: 0; display: flex; gap: 5px; }
    .sh_select_custom, .sh_input_custom { width: 100%; height: 44px; font-size: 13px; padding: 0 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .sh_select_custom { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23999' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 30px; white-space: nowrap; overflow: hidden; }
    .sh_input_custom:focus, .sh_select_custom:focus { border-color: #2ba6ff; outline: none; box-shadow: 0 0 0 3px rgba(43, 166, 255, 0.1); }
    .sh_half { flex-direction: row; gap: 8px; }
    .sh_half .sh_input_custom { flex: 1; min-width: 0; }
    .type_toggle label { border-radius: 10px; height: 48px; font-weight: 600; font-size: 12px; }
    
    #sh_support_guide { margin-top: 0; padding: 60px 0; background-size: cover; background-position: center; }
    #sh_support_guide .sh_guide_header { margin-bottom: 25px; align-items: center; }
    #sh_support_guide .sh_guide_header h3 { font-size: 24px; }
    #sh_support_guide .sh_guide_list { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    #sh_support_guide .sh_guide_list li.logo_box { display: flex; grid-column: 1 / -1; justify-content: center; padding: 20px 0; }
    #sh_support_guide .sh_guide_list li a { height: auto; min-height: 80px; padding: 15px; }
    #sh_support_guide .sh_icon { width: 40px; height: 40px; margin: 0 15px 0 0; }
    #sh_support_guide .sh_txt { flex: 1; display: flex; justify-content: space-between; align-items: center; padding: 0; }
    #sh_support_guide .sh_txt p { font-size: 14px; text-align: left; padding: 0; line-height: 1.3; }
    #sh_support_guide .sh_txt .arrow { font-size: 16px; margin: 0; color: #ccc; }

    .sh_section_tit { margin-bottom: 30px; padding: 0 20px; text-align: left; }
    .sh_section_tit h2 { font-size: 26px; letter-spacing: -1.5px; }

    #sh_main_icons { margin-bottom: 40px; padding: 0 15px; box-sizing: border-box; }
    #sh_main_icons ul { 
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding: 0;
        margin: 0;
    }
    #sh_main_icons ul li { 
        flex: 0 0 calc(50% - 6px);
        height: auto; 
        aspect-ratio: 1.6 / 1;
        border-radius: 15px;
        background: #eef4ff; 
        box-shadow: 0 4px 12px rgba(0,0,0,0.03);
        overflow: hidden;
        list-style: none;
    }
    #sh_main_icons ul li.icon03 { background: #0074ff; }
    #sh_main_icons ul li.icon03 .img_box img { padding: 5px; }
    #sh_main_icons ul li a { display: flex; width: 100%; height: 100%; }
    #sh_main_icons ul li .img_box { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
    #sh_main_icons ul li .img_box img { width: 100%; height: 100%; object-fit: contain; padding: 8px; box-sizing: border-box; }
    #sh_main_icons ul li:hover { transform: none; box-shadow: 0 4px 15px rgba(0,0,0,0.08); }

    #atc03 { flex-direction: column; gap: 30px; margin-bottom: 60px; }
    #atc03 .index02 { border-left: none; padding-left: 0; border-top: 1px solid #eee; padding-top: 30px; }
}

@media (max-width: 768px) {
    #sh_main_banner { height: 110vw; max-height: 550px; }
    #sh_main_banner .sh_txt_box .move_txt01 { font-size: 32px; font-size: 8.5vw; line-height: 1.2; } 
    #sh_main_banner .sh_txt_box .move_txt02 { font-size: 16px; font-size: 4.5vw; padding: 0 5%; max-width: 90%; }
    #sh_support_guide .sh_guide_list { grid-template-columns: 1fr; }
    
    #psh_list_section { padding: 50px 0; background-color: #f8fbff; overflow: visible; }
    .psh_inner { display: block; width: 100%; padding: 0; }
    .psh_left_area { width: 100%; text-align: center; padding: 0 20px; margin-bottom: 25px; box-sizing: border-box; }
    .psh_left_area h2 { font-size: 26px; margin-bottom: 10px; font-weight: 800; color: #111; }
    .psh_left_area .desc { font-size: 14px; color: #666; line-height: 1.5; margin-bottom: 20px; }
    .psh_left_area .view_more { display: inline-block; font-size: 13px; color: #2ba6ff; font-weight: 600; text-decoration: underline; margin-bottom: 10px; }
    .psh_category_wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding: 0 10px; margin-top: 10px; margin-bottom: 30px; }
    .psh_category-btn { width: auto; flex: 0 0 auto; padding: 8px 20px; font-size: 14px; border-radius: 30px; border: 1.5px solid #2ba6ff; background: #fff; color: #2ba6ff; font-weight: 600; box-shadow: none; }
    .psh_category-btn.active { background: #2ba6ff; color: #fff; box-shadow: 0 4px 10px rgba(43, 166, 255, 0.3); }
    
    .psh_right_top, .psh_controls { display: none !important; }
    .psh_right_area { width: 100%; padding: 0 20px; box-sizing: border-box; }
    .psh_product_list { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0; overflow: visible; }
    @media (min-width: 600px) { .psh_product_list { grid-template-columns: repeat(2, 1fr); } }
    
    .psh_product { width: 100%; flex: none; height: auto; min-height: 240px; background: #fff; border-radius: 15px; border: 1px solid #eee; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
    .psh_product > a { padding: 25px 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; }
    .psh_product_img { width: 100%; max-width: 180px; height: 120px; object-fit: contain; margin-bottom: 15px; }
    .psh_product p { font-size: 15px; font-weight: 700; color: #333; line-height: 1.3; }
    .psh_product.psh_plus-item { grid-column: 1 / -1; width: 100%; height: 100px; min-height: 100px; background: #fff; border: 1px solid #eee; border-radius: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); margin-top: 10px; }
    .psh_product.psh_plus-item a { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 15px; font-weight: 700; color: #333; }
    .psh_product.psh_plus-item img { display: block !important; width: 40px !important; height: 40px !important; opacity: 0.4; }
    .psh_product.psh_plus-item a::after { content: '더보기'; display: block; }
}

/* [가로 모드 특수 대응] 갤럭시 폴드 및 스마트폰 가로 회전 */
@media (max-width: 1024px) and (orientation: landscape), (max-height: 500px) and (orientation: landscape) {
    #psh_list_section { padding: 30px 0 !important; }
    
    /* 레이아웃을 상단(텍스트/버튼)과 하단(리스트)으로 재구성 */
    .psh_inner { 
        display: grid !important;
        grid-template-areas: 
            "text buttons"
            "list list";
        grid-template-columns: 1fr auto;
        gap: 20px !important;
        padding: 0 25px !important;
    }

    /* 상단 왼쪽: 제목 및 설명 */
    .psh_left_area { 
        grid-area: text;
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
        text-align: left !important;
    }
    .psh_left_area h2 { font-size: 28px !important; margin-bottom: 8px !important; white-space: nowrap; }
    .psh_left_area .desc { font-size: 13px !important; margin-bottom: 0 !important; max-width: 100% !important; line-height: 1.4; }
    .psh_left_area .view_more { display: none !important; } /* 가로 모드 공간 확보를 위해 숨김 */

    /* 상단 오른쪽: 카테고리 및 컨트롤 버튼 */
    .psh_right_area { display: contents; } 
    .psh_right_top { 
        grid-area: buttons;
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-end !important; /* 바닥 라인에 맞게 하단 정렬 */
        justify-content: flex-end !important;
        gap: 15px !important;
        margin-bottom: 0 !important;
        padding: 0 0 5px 0 !important; /* 제목 바닥선과 맞추기 위해 미세 조정 */
    }
    .psh_category_wrap { display: flex !important; gap: 5px !important; }
    .psh_category-btn { padding: 6px 12px !important; font-size: 12px !important; border-radius: 15px !important; }
    .psh_controls { display: flex !important; gap: 5px !important; }
    .ctrl_btn { width: 34px !important; height: 34px !important; font-size: 11px !important; }

    /* 하단: 제품 카드 리스트 (한 줄로 배치) */
    .psh_product_list { 
        grid-area: list;
        display: flex !important; 
        justify-content: space-between !important;
        align-items: stretch !important; 
        gap: 12px !important;
        margin-top: 10px !important;
    }
    
    .psh_product { 
        flex: 1 !important;
        min-width: 0 !important;
        min-height: 105px !important; /* 높이를 콘텐츠에 딱 맞게 더 압축 */
        padding: 5px 10px !important; /* 상하 여백을 최소한으로 조정 */
        background: #fff !important;
        border-radius: 15px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }
    .psh_product_img { 
        height: 200px !important; /* 박스가 얇아짐에 따라 이미지도 미세 조정 */
        width: 100% !important; 
        object-fit: contain !important; 
        margin-bottom: 0 !important; /* 간격 제거 */
    }
    .psh_product p { 
        font-size: 11px !important; /* 폰트 크기 미세 축소 */
        line-height: 1 !important; 
        margin-top: 2px !important; 
    }
    
    /* 더보기 카드도 동일하게 압축 */
    .psh_product.psh_plus-item { 
        flex: 0 0 85px !important; 
        min-height: 105px !important;
        padding: 5px !important; 
    }
    .psh_product.psh_plus-item a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
    }
    .psh_product.psh_plus-item img { width: 35px !important; height: 35px !important; margin: 0 auto !important; }
}

@media (max-width: 480px) {
    #sh_main_banner .sh_txt_box .move_txt01 { font-size: 24px; }
    #sh_main_banner .sh_txt_box .move_txt02 { font-size: 14px; }
    .sh_form_header h3 { font-size: 20px; }
    .sh_input_group label { width: 80px; font-size: 14px; }
    #atc03 .sh_lt2 li a { gap: 10px; }
    #atc03 .sh_lt2 li .date { width: 70px; font-size: 12px; }
    #atc03 .sh_lt2 li .subject { font-size: 14px; }
}
