@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Escoredream', sans-serif;
    background-color: #fff;
    font-weight: 500;
    color: #000;
}

.pc_view {display: block;}
.m_view {display: none;}

#toolbox_m_menu {/* display: none; */width: 100%;background: #000;padding: 0 20px;left: 0;position: fixed;top: 50px;z-index: 999;}

#toolbox {margin-top: 150px;}
.toolbox_menu {display: block;}

#toolbox img{
    max-width: 100%;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.lineup {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.lineup {
    width: 100%;
    max-width: 1280px; /* 너무 넓어지는 것을 방지, 필요시 삭제 가능 */
    margin: 0 auto;
    padding: 60px 0 20px 0;
    box-sizing: border-box;
    font-weight: 500;
}

.header-title {
    font-family: 'GMarketSans';
    font-size: 41px;
    font-weight: 700; /* Bold */
    margin-bottom: 40px;
    text-align: left;
}
.t_copy {font-size:24px;}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px; /* 비교 섹션과의 간격 추가 */
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 이미지 영역 (검정색 배경 + 이미지 태그 포함) */
.img-area {
    width: 100%;
    aspect-ratio: 4 / 5; /* 원본 이미지와 유사한 비율 */
    background-color: #000;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-title-eng {
    font-size: 24px;
    font-weight: 700; /* Bold */
    margin: 0 0 0 0;
    text-align: center;
    line-height: 1.5;
}

.product-title-kor {
    font-size: 24px;
    font-weight: 700; /* Bold */
    margin: 0 0 30px 0;
    text-align: center;
    line-height: 1.5;
}

.product-tags {
    font-size: 18px;
    font-weight: 500; /* Medium */
    text-align: center;
    line-height: 1.6;
    margin: 0 0 40px 0;
    color: #111;
}

.product-tags p {
    margin: 0;
}

.btn-more {
    font-family: 'GMarketSans';
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 12px 28px 9px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background-color 0.2s ease;
}
.btn-more:link,
.btn-more:visited,
.btn-more:hover,
.btn-more:active,
.btn-more:focus     {
    color:#fff;
}

.btn-more:hover {
    background-color: #333;
    color: #fff;
}

/* 주요차이점 섹션 */
.comparison-section {
    margin: auto;
    background-color: #000;
    padding: 20px 20px;
    border-radius: 0;
    box-sizing: border-box;
}

.comparison-title {
    font-family: 'GMarketSans';
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 40px 0;
    text-align: left;
}
.c_fff {
    font-size: 28px;
    color: #fff;
}
.comparison-section p {padding-bottom: 15px;}

/* 스펙 비교 테이블 스타일 */
.table-scroll-wrap pc{
    width: 100%;
    overflow-x: auto;
}
.table-scroll-wrap m{
    display: none;
}

.spec-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    margin-bottom: 6px;
}
.table-scroll-wrap.pc {display: block;}
.table-scroll-wrap.m {display: none;}
.spec-table thead tr {
    background-color: #000;
}
.spec-table tbody tr {
    background-color: #fff;
}
.spec-table th, .spec-table td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 16px;
    font-size: 16px;
    line-height: 1.6;
    vertical-align: middle;
    word-break: keep-all;
}

.spec-table tr th:first-child,
.spec-table tr td:first-child {
    border-left: 1px solid #000;
}

.spec-table thead th {
    background-color: #ffc20e; /* 디월트 시그니처 옐로우 */
    border-top: 1px solid #000;
    border-bottom: 3px solid #000;
    /* font-size: 22px; */
    /* font-weight: 800; */
    /* font-style: italic; */
    padding: 20px 10px 10px;
    border-radius: 12px 12px 0 0;
    position: relative;
    height: 60px;
}
.spec-table thead th img {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%);
}

.spec-table tbody th {
    font-weight: 700;
}

.spec-table tbody tr.bg-gray th,
.spec-table tbody tr.bg-gray td {
    background-color: #f4f4f4;
}

/* 테이블 외곽선 둥글게 처리 (border-collapse: separate 일 때 사용) */
.spec-table thead th:first-child { border-top-left-radius: 12px; }
.spec-table thead th:last-child { border-top-right-radius: 12px; }
.spec-table tbody tr:last-child th:first-child { border-bottom-left-radius: 12px; }
.spec-table tbody tr:last-child td:last-child { border-bottom-right-radius: 12px; }


/*선택 가이드*/
.select_guide {padding:20px;}
.container{
    padding: 80px 0;
}
.select_guide .guide_img{
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 60px;
}

.video-section {
    background-color: #f4f4f4; /* 밝은 회색 배경 */
    padding: 0 20px;
    box-sizing: border-box;
}

.video-section .video-wrap2{
    margin-top: 50px;
}

@media (max-width: 768px) {
    .video-section {
        padding: 0 20px;
    }
    .btn-more {
        max-width: 140px;
    }
}

.video-title {
    font-family: 'GMarketSans';
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: left;
    color: #000;
}


/* 16:9 비율의 반응형 비디오 컨테이너 */
.video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 비율 */
    height: 0;
    overflow: hidden;
    width: 100%;
    background-color: #000;
    border-radius: 8px; /* 이미지에 맞게 살짝 둥글게 처리 (필요시 삭제) */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* 리뷰*/

.review-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 20px;
    box-sizing: border-box;
}

.review-title {
    font-family: 'GMarketSans';
    font-size: 44px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

/* 캐러셀 컨테이너 */
.carousel-wrapper {
    position: relative;
    padding: 0 20px; /* 화살표 여백 */
}

.carousel-viewport {
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
}

.carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease-in-out;
}

/* 리뷰 카드 */
.review-card {
    flex: 0 0 calc(33.333% - 16px);
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.card-header {
    display: flex;
    align-items: center;
    padding: 16px;
    position: relative;
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ddd;
    margin-right: 12px;
    object-fit: cover;
}

.user-info {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    display: flex;
    align-items: center;
    gap: 4px;
    letter-spacing: 0;
}

.user-name .verified {
    color: #1da1f2;
    font-size: 12px;
}

.post-time {
    font-size: 13px;
    color: #888;
    margin-top: 2px;
}

.social-icon {
    position: absolute;
    right: 22px;
    top: 24px;
    font-size: 20px;
    width: 24px;
    height: 24px;
}}

.icon-fb { color: #1877F2; }
.icon-ig {
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.icon-x { color: #000; }

.icon-yt {
    background: url(/resources/img/toolbox/YouTube.png) no-repeat 50%;
    background-size: cover;
    display: block;
}
.icon-ig {
    background: url(/resources/img/toolbox/Instagram.png) no-repeat 50%;
    background-size: cover;
    display: block;
}
.icon-fb {
    background: url(/resources/img/toolbox/icon-fb.png) no-repeat 50%;
    background-size: cover;
    display: block;
}
.icon-blog {
    background: url(/resources/img/toolbox/blog.png) no-repeat 50%;
    background-size: cover;
    display: block;
}
.icon-cafe {
    background: url(/resources/img/toolbox/cafe.png) no-repeat 50%;
    background-size: cover;
    display: block;
}


.card-body {
    padding: 0 16px 16px;
    flex-grow: 1;
}

.card-text {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin: 0 0 8px 0;
    font-family: sans-serif;
}

.hashtags {
    /* color: #1da1f2; */
    font-size: 15px;
    margin: 0 0 8px 0;
    font-family: 'Noto Sans KR';
    letter-spacing: -0.04em;
}

.read-more {
    color: #1da1f2;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.card-media {
    width: 100%;
    height: 480px;
    background-color: #f4f4f4;
    position: relative;
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    border-top: 1px solid #eaeaea;
    color: #666;
    font-size: 14px;
    font-family: sans-serif;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.footer-item span {
    margin: 0 10px 0 0;
}
/* 좌우 컨트롤 버튼 */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333;
    transition: 0.2s;
}

.nav-btn:hover { background-color: #f9f9f9; }
.nav-btn.prev { left: -10px; }
.nav-btn.next { right: -10px; }

/* 페이징 점 */
.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background-color: #000;
    transform: scale(1.2);
}
.pagination .sns-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pagination .sns-dot.active {
    background-color: #333; /* 활성화되었을 때의 색상 */
}
/* footer*/
.footer {
    background-color: #000;
    padding: 30px 0;
    width: 100%;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    color: #777777; /* 이미지와 유사한 어두운 회색 */
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.social-links {
    display: flex;
    gap: 8px; /* 아이콘 사이 간격 */
}

.social-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #555555; /* 테두리 색상 */
    background-color: transparent;
    color: #777777;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}

.social-btn:visited {
    border-color: #555555;
    color: #777777;
}
.social-btn:hover {
    border-color: #aaaaaa;
    color: #aaaaaa;
}

.icon-talk {
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.selection-guide-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 0px;
    display: flex;
    gap: 40px;
    background-color: #ffffff;
}
.guide-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-card {
    width: 100%;
    height: 180px; /* 높이 임의 지정, 필요에 따라 수정 가능 */
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: #ffffff;
    background-color: #222; /* 이미지가 없을 때의 임시 배경색 */
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.top-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.top-card * {
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.top-card .sub-text {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
    word-break: keep-all;
}

.top-card .main-text {
    font-size: 24px;
    font-weight: 500;
    word-break: keep-all;
}

.arrow-wrap {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

.bottom-card {
    width: 100%;
    background-color: #f4f4f4;
    border-radius: 15px;
    padding: 30px 60px;
    flex-grow: 1;
}

.bottom-card img {margin:20px auto 35px;max-height: 6vw;}

.bottom-card h2 span {
    font-weight: 400;
}

.bottom-card ul {
    list-style: none;
}

.bottom-card li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.6;
    color: #111;
    word-break: keep-all;
}

.bottom-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px; /* 텍스트 세로 중앙 정렬용 */
    width: 6px;
    height: 6px;
    background-color: #ffc000;
}

/* background-image: url('실제이미지경로.jpg'); 형태로 수정해주세요 */
.bg-tough { background-image: url('/resources/img/toolbox/select_guide_bg1.png'); }
.bg-tstak { background-image: url('/resources/img/toolbox/select_guide_bg2.png'); }




.carousel-controls {
    display: none;
}
.product-card.clone {display: none;}

@media screen and (max-width: 1400px) {
     .lineup {padding-left:20px; padding-right:20px; }
}
@media screen and (max-width: 1024px) {
    .sub04-warranty .dep03-wide {display: none !important;}
    #toolbox_m_menu {display: block;padding: 0 8px;height: 48px;}
    #toolbox_m_menu .dewaltDep03 {top: 5px;display: flex;justify-content: center;width: 100%;}
    #toolbox_m_menu .dewaltDep03 > li {margin: 7px 20px;}
    #toolbox_m_menu .dewaltDep03 > li br {display: none;}
   
}

@media screen and (max-width: 768px) {
    .product-card.clone {display: flex;text-align: center;align-items: anchor-center;}
    .header-title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px;
    }

    .pc_view {display:none;}
    .m_view {display: block;}

    #toolbox {margin-top: 45px;word-break: keep-all;}    
     .lineup {padding-left:0px; padding-right:0px; }
    .dewaltDep03 > li:first-child, .dewaltDep03 > li {margin-right: 10px;line-height: 1.1;}
    #toolbox_m_menu .dewaltDep03 {display: flex;}
    #toolbox_m_menu .dewaltDep03 > li {margin: 0;}
    #toolbox_m_menu .dewaltDep03 > li br {display: block;}
    .product-grid {
        display: flex; /* Grid에서 Flex로 변경하여 가로 배열 */
        flex-wrap: nowrap;
        overflow-x: auto; /* 가로 스크롤 활성화 */
        scroll-snap-type: x mandatory; /* 스크롤 스냅(자석 효과) 적용 */
        gap: 16px;
        padding: 0 20px;
        padding-bottom: 20px;
        margin-bottom: 30px;

        /* 모바일에서 보기 싫은 스크롤바 숨기기 */
        -ms-overflow-style: none; /* IE, Edge */
        scrollbar-width: none; /* Firefox */
    }

    /* 웹킷(크롬, 사파리 등) 스크롤바 숨기기 */
    .product-grid::-webkit-scrollbar {
        display: none;
    }

    .product-card {
        /* 화면의 약 80%를 차지하게 하여 다음 카드가 살짝 보이도록 유도 */
        flex: 0 0 85%;
        scroll-snap-align: center; /* 카드가 항상 화면 중앙에 멈추도록 설정 */
    }

    .product-title-eng,
    .product-title-kor {
        font-size: 18px;
    }
    .product-tags p { display:inline-block; margin:0 4px; }

    .img-area {
        margin-bottom: 13px;
        FONT-VARIANT: JIS04;
        aspect-ratio: 5/4;
    }

    .product-tags {
        font-size: 14px;
        margin-bottom: 20px;
    }

    /* 모바일에서 컨트롤 보이기 */
    .carousel-controls {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    /* 좌우 화살표 버튼 스타일 */
    .carousel-controls button {
        background: none;
        border: none;
        font-size: 17px;
        color: #ffffff;
        cursor: pointer;
        padding: 7px 5px 2px;
        transition: color 0.3s;
        font-family: 'GMarketSans';
        min-width: 36px;
        height: 36px;
        border-radius: 36px;
        background: #00000099;
        position: absolute;
        top: 69vw;
    }
    .carousel-controls button.prev-btn{left: 2vw;}
    .carousel-controls button.next-btn{right: 2vw;}

    .carousel-controls button:active {
        color: #000;
    }

    /* 도트 컨테이너 및 개별 도트 스타일 */
    .dots-container {
        display: flex;
        gap: 10px;
    }

    .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ddd;
        cursor: pointer;
        transition: background-color 0.3s, transform 0.3s;
    }

    /* 활성화된 도트 (디월트 포인트 컬러인 옐로우나 블랙 사용) */
    .dot.active {
        background-color: #000;
        transform: scale(1.2); /* 활성화 시 살짝 커지는 효과 */
    }


    /* 타이틀 24px 적용 */
    .header-title,
    .comparison-title,
    .video-title,
    .review-title {
        font-size: 20px !important;
        margin-bottom: 10px; /* 모바일에 맞춰 여백 축소 */
        text-align: center;
        word-break: keep-all;
    }

    #toolbox_m_menu {display: block;padding: 0 5px;height: 42px;}
    #toolbox_m_menu .dewaltDep03 {width: 100%;top: 6px;display: flex;justify-content: space-evenly;}
    #toolbox_m_menu .dewaltDep03 a {font-size: 12px;line-height: .8;}

    .container{
        padding: 40px 0;
    }

    /* 본문 15px 적용 */
    .t_copy,
    .product-tags,
    .c_fff,
    .card-text,
    .post-time {
        font-size: 14px !important;
        margin-bottom: 15px;
    }
    .lineup .product-tags {
        margin-top: -26px;
        font-size: 14px !important;
        margin-bottom: 15px;
    }

    .product-grid {
        grid-template-columns: 1fr;
/*        padding: 0 30px 16px;*/
        padding: 0 1vw 16px 14vw;
    }

    .comparison-section {
        padding: 40px 20px;
    }

    /* 테이블 본문 15px로 수정 */
    .spec-table th,
    .spec-table td {
        padding: 9px 10px;
        font-size: 13px;
    }

    /* 테이블 헤더는 본문과 구분되도록 16px 지정 */
    .spec-table thead th {
        font-size: 16px;
        height: 48px;
    }

    .spec-table thead th img {max-height: 21px;}

    .table-scroll-wrap.pc {display: none;}
    .table-scroll-wrap.m {display: block;}

    .select_guide .guide_img {flex-direction:column;}

    .review-title { text-align: center; }
    .review-card { flex: 0 0 100%; }
    .nav-btn {/* display: none; */}

    .footer-container {
        flex-direction: column-reverse;
        gap: 20px;
        text-align: center;
        justify-content: center;
    }

    /* select_guide */
    .selection-guide-wrap {
        flex-direction: column;
        gap: 60px;
        padding: 30px 0;
    }

    .top-card .sub-text {
        font-size: 16px;
    }

    .top-card .main-text {
        font-size: 20px;
    }

    .arrow-wrap {
        margin: 10px 0;
    }
    .arrow-wrap svg{ width:50px; height:50px; }

    .bottom-card {
        padding: 20px 20px;
    }

    .bottom-card h2 {
        font-size: 28px;
    }

    .bottom-card li {
        font-size: 15px;
    }
}
