html{
    font-size: clamp(12px, 1vw + 10px, 15px);
}
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Pretendard;
    background: #F9FAFB;
}

ul{
    margin:0;
    padding:0;
    

}
input,
textarea,
select {
  font-size: 16px;
  line-height: 1.2;
}
.wrap {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;

    /* 해상도에 따라 자연스럽게 줄어드는 패딩 */
    padding-left: clamp(16px, 4vw, 80px);
    padding-right: clamp(16px, 4vw, 80px);
}

.top_margin_24{
    margin-top:24px;
}

.contents{
    display: flex;
    
    margin:0 auto;
    
    align-items: flex-start;
    
    background: #F9FAFB;
    box-sizing: border-box;
}

.contents > * {
    width: 100%;
}

img{
    max-width: 100%;
    height: auto;
    display: block;
}



.left_area{
    position: sticky;
    top: 0px; /* 원하는 상단 여백 */
    display: flex;
    flex-direction: column;
    gap: 24px;

    width: 100%;
    max-width: 270px;
    min-width: 220px;
    height: 100vh;          /* ✅ 화면 높이 고정 */
    padding: 24px;
    /*padding-left: clamp(16px, 3vw, 80px);*/
    border-right: 1px solid #E5E7EB;
    background: #FFF;
    flex-shrink: 0;
    
}

.left_top_title{
    display: flex;
    /*padding-right: 71px;*/
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
}

.left_top_title_icon{
    width:20px;
    height:20px;
}
.left_top_title_txt{
    color: #101828;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.left_top_border_1px{
    height: 1px;
    flex-shrink: 0;
    align-self: stretch;
    border-top: 1px solid #E5E7EB;
}

.left_center_area{
    display: flex;
    /*height: 480px;*/
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    align-self: stretch;
}

.left_center_list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.left_center_category_tit{
    display: flex;
    width: 100%;
    height: 40px;
    padding-right: 82px;
    align-items: center;
}

.left_center_category_txt{
    width: 100%;
    flex-shrink: 0;
    color: #6A7282;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

/* 활성 */
.left_center_category_list_on{
    display: flex;
    width: 100%;
    height: 64px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #004030;
    color: #FFF;
    
}


.left_center_category_list_on .left_center_category_list_area{
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.left_center_category_list_on .left_center_category_list_icon{
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    border-radius: 33554400px;
    background: rgba(255, 255, 255, 0.50);
}
.left_center_category_list_on .left_center_category_list_txt{
    display: flex;
    width: 90%;
    height: 44px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex-shrink: 0;
}

.left_center_category_list_on .left_center_category_list_txt1{
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}

.left_center_category_list_on .left_center_category_list_txt2{
    display: flex;
    padding: 2px 5.734px 2px 6px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 33554400px;
    background: rgba(255, 255, 255, 0.20);
    color: #FFF;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

/* 비활성 */

.left_center_category_list{
    display: flex;
    width: 100%;
    height: 64px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    
    color: #000;
    cursor:pointer;
    
}

.left_center_category_list:hover{
    border-radius: 10px;
    background: #F4F5F7;
    
}


.left_center_category_list .left_center_category_list_area{
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.left_center_category_list .left_center_category_list_icon{
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    border-radius: 33554400px;
    background: #99A1AF;
}
.left_center_category_list .left_center_category_list_txt{
    display: flex;
    width: 90%;
    height: 44px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex-shrink: 0;
    
}

.left_center_category_list .left_center_category_list_txt1{
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    color:#364153;
}

.left_center_category_list .left_center_category_list_txt2{
    display: flex;
    padding: 2px 5.734px 2px 6px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 33554400px;
    background: #E5E7EB;
    color: #4A5565;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}


/* 상품 영역 */
.center_area {
    display: flex;
    flex-direction: column;
    gap: 32px;

    /* 남은 영역을 가장 많이 차지 */
    flex: 1 1 auto;

    /*min-width: 0;*/

    padding: clamp(16px, 3vw, 32px);
    padding-bottom: 100px;
    width:100%;
    min-width:580px;

}
.center_top_title{
    display: flex;
    height: 28px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
}

.center_top_title_txt1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.center_top_title_txt1  > span{
    color: #101828;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.center_top_title_txt2{
    display: flex;
    padding: 4px 11.359px 4px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 33554400px;
    background: #E5E7EB;
}

.center_top_title_txt2  > span{
    color: #4A5565;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.center_con_area{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
    align-self: stretch;
    width:100%;
    min-width:520px;
}

.center_con_area_list{
    position: relative;

    display: flex;
    padding: 1px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 14px;
    border: 1px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.center_con_area_list::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(180deg, #004030 0%, #006B54 100%);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    pointer-events: none;
}

.center_con_area_list_box {
    
    flex-shrink: 0;
    align-self: stretch;
    padding:16px 0 10px;
}

.center_con_area_list_box > ul  {
    display: flex;
}

.center_con_area_list_box > ul > li {
    list-style: none;
    float:left;
    /*min-width: 0;*/
    word-break: break-word;
    overflow-wrap: break-word;
    margin-left:10px;
}


/* 1번째 li */
.center_con_area_list_box > ul > li:nth-child(1) {
    flex: 0 0 auto;
    width: clamp(96px, 20vw, 128px);
}

/* 2번째 li → 자동 확장 */
.center_con_area_list_box > ul > li:nth-child(2) {
    flex: 1;
}

/* 3번째 li */
.center_con_area_list_box > ul > li:nth-child(3) {
    width: 170px;
    display: flex;
    align-items: flex-end;   /* ⬇️ 하단 정렬 */
    
}

.center_con_area_list_text_area{
    display: flex;
    width: 100%;
    height: 141.5px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.center_con_area_list_text_area_top{
    display: flex;
    width: 100%;
    padding: 3px 0 8px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

.center_con_area_list_text_area_top_txt1{
    display: flex;
    height: 20px;
    /*padding: 2px 7.547px 2px 8px;*/
    /*justify-content: center;*/
    align-items: center;
    border-radius: 4px;
    /*background: #FCF6D9;*/
    min-width:150px;
}

.center_con_area_list_text_area_top_txt1 > span{
    color: #004030;
    font-family: Pretendard;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    padding: 2px 7.547px 2px 8px;
    border-radius: 4px;
    background: #FCF6D9;
    
}

.center_con_area_list_text_area_top_txt2{
    
    display: flex;
    /*height: 24px;*/
    width:100%;
    min-width:190px;
    /*padding-right: 506px;*/
    align-items: center;
    
}

.center_con_area_list_text_area_top_txt2 > span {
    color: #101828;
    font-family: Pretendard;
    font-size: 1.1rem;

    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.center_con_area_list_text_area_top_txt3{
    display: flex;
    width:100%;
    min-width:190px;
    align-items: center;
    align-items: flex-start;
}

.center_con_area_list_text_area_top_txt3 > span {
    color: #4A5565;
    font-family: Pretendard;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 22.75px; /* 162.5% */
    
}

.center_con_area_list_text_area_top_money{
    display: flex;
    /*padding-right: 40%;*/
    align-items: center;
    gap: 8px;
    width:100%;
    min-width:190px;
}

.center_con_area_list_text_area_top_money > .list_money_sub1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center_con_area_list_text_area_top_money > .list_money_sub1 > span {
    color: #99A1AF;
    font-family: Pretendard;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-decoration-line: line-through;
}

.center_con_area_list_text_area_top_money > .list_money_sub2 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.center_con_area_list_text_area_top_money > .list_money_sub2 > .view_money1 {
    height: 28px;
    flex: 1 0 0;
}

.view_won_money{
    display: inline-flex;
    padding-right: 0.016px;
    justify-content: center;
    align-items: center;
}

.view_won_money > span {
    color: #004030;
    font-family: Pretendard;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
}

.view_won_txt{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.view_won_txt > span {
    color: #004030;
    font-family: Pretendard;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.view_money2{
    display: flex;
    width: 35.344px;
    justify-content: center;
    align-items: center;
}

.view_money2 > span {
    color: #FB2C36;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.center_con_addcart_area{
    display: inline-flex;
    padding: 9px 0px 9px 0px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 10px;
    background: #004030;
    width:142px;
    cursor:pointer;
}

.center_con_addcart_area > span{
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


.center_con_addcart_area_icon{
    width: 16px;
    height: 16px;
}

.center_con_delcart_area{
    display: inline-flex;
    padding: 9px 0px 9px 0px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 10px;
    background: #99A1AF;
    width:142px;
    cursor:pointer;
}

.center_con_delcart_area > span{
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


.center_con_delcart_area_icon{
    width: 16px;
    height: 16px;
}

.center_con_img_area{
    display: flex;
    flex: 0 0 auto;
    width: clamp(96px, 20vw, 128px);
    height:clamp(96px, 20vw, 128px);
    /*height: 128px;*/
    justify-content: center;
    align-items: center;
    background: #F3F4F6;
    position:relative;
}

.center_con_img_area_default{
    width: 42.656px;
    height: 42.656px;
    flex-shrink: 0;
}

.center_con_img_best{
    display: inline-flex;
    padding: 2px 7.875px 2px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(90deg, #FB2C36 0%, #FF8904 100%);
    position:absolute;
    top:10px;
    left:10px;
}

.center_con_img_best > span {
    color: #FFF;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */

}

.center_information_area{
    padding:32px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
}

.center_information_tit{
    display: flex;
    width: 100%;
    align-items: center;
}

.center_information_tit > span{
    color: #101828;
    font-family: Pretendard;
    font-size: clamp(18px, 1.34rem, 22px);
    font-style: normal;
    font-weight: 700;
    
}
.center_information_addr{
    width: 100%;
    /*height: 22px;*/
    margin-top:20px;
    display:flex;
}

.center_information_addr_icon{
    width: 20px;
    height: 20px;
    display:flex;
}
.center_information_addr_txt{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.center_information_addr_txt  span {
    color: #4A5565;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin: 0px 0px 5px 5px;
}

.center_information_time{
    width: 100%;
    /*height: 22px;*/
    margin-top:20px;
    display:flex;
}

.center_information_time_icon{
    width: 20px;
    height: 20px;
    display:flex;
}
.center_information_time_txt{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.center_information_time_txt  span {
    color: #6A7282;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin: 0px 0px 5px 5px;
}

.center_information_map{
    display: flex;
    width: 100%;
    height: 224px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    margin-top:18px;
}

.center_information_photo{
    /*max-width: 945px;*/
    width:100%;
    height: 300px;
    padding-top:25px;
    position: relative;
}

.center_information_photo_area{
    
    width: 100%;
    height: 256px;
    align-items: flex-start;
    /*gap: 16px;*/
    
    
}

.center_information_photo_img{
    display: flex;
    width: 100%;

    height: 255px;
    padding-right: 0.016px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    /*background: #F3F4F6;*/
    padding-top:20px;
}

.center_information_photo_img > img{
    
    width: 100%;
    height: 255px;
    border-radius: 10px;
    display: block;

   
}

.center_information_page{
    display: flex;
    height: 8px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    width:100%;
    padding-top:15px;
}

.center_information_page > span{
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 33554400px;
    background: #000000 !important

    
}

.center_information_page > span.on {
    background: #004030;
}

.center_information_prev{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px 8px 0 8px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 33554400px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    position: absolute;
    top:120px;
    left:10px;
    z-index:9999999;
}

.center_information_prev span::before {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    align-self: stretch;
    content: '';
    display: inline-block;
    background: url("/images/icon/information_prev.png") no-repeat center;
    background-size: contain;
}

.swiper-slide {
    width: auto !important;
}

.swiper-pagination {
    position: relative;
    text-align: center;
    margin-top: 10px;
    z-index: 999;
    opacity: 1 !important;
    transition: none !important;



}

.swiper-pagination-hidden {
    opacity: 1 !important;
}

/* 비활성 dot */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #D1D5DC !important; /* ⭐ 비활성 색 */
    opacity: 1; /* 기본 투명도 제거 */
    margin: 0 !important; /* Swiper 기본 margin 제거 */
}

/* 활성 dot */
.swiper-pagination-bullet-active {
    background-color: #004030 !important; /* ⭐ 활성 색 */
}


.center_information_next{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px 8px 0 8px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 33554400px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    position: absolute;
    top:120px;
    right:10px;
    z-index:9999999;
}

.center_information_next span::before {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    align-self: stretch;
    content: '';
    display: inline-block;

    background: url("/images/icon/information_next.png") no-repeat center;
  
}
.swiper,
.swiper-slide {
    box-sizing: border-box;
}

/*좌측영역*/
.right_area {
    position: sticky;
    top: 40px; /* 상단 여백 */
    display: flex;
    flex-direction: column;

    /* 상담폼 고정폭 */
    width: 400px;
    min-width: 190px;

    margin: 24px 0 0 0;

    flex-shrink: 0;
    background: #FFF; /* 필요 시 배경 추가 */
}

.right_request_box{
    display: flex;
    /*height: 440px;*/
    padding: 24px 0 24px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 14px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.right_request_top_tit{
    display: flex;
    width: 90%;
    /*padding-right: 245px;*/
    align-items: center;
}

.right_request_top_tit > span{
    color: #101828;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.right_request_list_no{
    display: flex;
    width: 95%;
    height: 128px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.right_request_list_no > span{
    color: #99A1AF;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.right_request_view{
    display: flex;
    width: 95%;
    padding-top: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    border-top: 1px solid #E5E7EB;
}

.right_request_view_money{
    display: flex;
    height: 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.right_request_view_money_txt1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_request_view_money_txt1 > span{
    color: #364153;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.right_request_view_money_txt2{
    display: flex;
    /*width: 270px;*/
    height: 24px;
    align-items: center;
    gap: 8px;
}

.right_request_view_money_txt2 > .money_sub1{
    display: flex;
    /* width: 170px; */
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-align: right;
}

.right_request_view_money_txt2 > .money_sub1 > span{
    /* width: 170px; */
    flex-shrink: 0;
    color: #101828;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.right_request_view_money_txt2 > .money_sub2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
}

.right_request_view_money_txt2 > .money_sub2 > span{
    color: #6A7282;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    width:85px;
}

.right_request_view_msg{
    display: flex;
    height: 65px;
    padding: 13px 13px 1px 13px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #FEE685;
    background: #FFFBEB;
}

.right_request_view_msg_box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
    flex-shrink: 0;
    align-self: stretch;
}

.right_request_view_msg_box_icon{
    width: 16px;
    height: 16px;
    margin-bottom:25px;
}

.right_request_view_msg_box_txt{
    display: inline-flex;
    padding-right: 20px;
    padding-left:5px;
    align-items: center;
}

.right_request_view_msg_box_txt > span{
    color: #973C00;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px; /* 162.5% */
}

.right_request_btn_area{
    display: flex;
    padding: 13px 0 13px 0;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #E5E7EB;
    border:0px;
    cursor:pointer;
}

.right_request_btn_area > span{
    color: #99A1AF;
    text-align: center;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.right_request_list_area{
    display: flex;
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.right_request_list{
    display: flex;
    height: 92px;
    padding: 16px 16px 0 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 10px;
    background: #F9FAFB;
}

.right_request_list_cont{
    display: flex;
    height: 48px;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    align-self: stretch;
}
.right_request_list_cont_txt{
    display: flex;
    height: 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;   
}
.right_request_list_cont_txt_tit{
    display: flex;
    
    align-items: center;
    align-self: stretch;
}

.right_request_list_cont_txt_tit > span{
    color: #101828;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.right_request_list_cont_txt_money{
    display: flex;
    height: 20px;
    
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
}

.right_request_list_cont_txt_money > span{
    color: #4A5565;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.right_request_list_cont_del{
    display: flex;
    width: 20px;
    height: 20px;
    flex-direction: column;
    align-items: flex-start;
}

.right_request_list_cont_del > span {
    height: 20px;
    flex-shrink: 0;
    align-self: stretch;
}

.right_request_btn_area_on{
    display: flex;
    padding: 13px 0 13px 0;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #004030;
    cursor:pointer;
}

.right_request_btn_area_on > span {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


.footer{
    display: flex;
    /*height: 274px;*/
    padding: 32.5px 134px 48.5px 134px;
    justify-content: center;
    align-items: center;
    background: #101828;
}

.footer_cont{
    display: flex;
    width:100%;
    max-width: 1640px;
    /*height: 193px;*/
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background: #101828;
    position: relative;
}

.footer_cont_company{
    display: flex;
    
    align-items: center;
    align-self: stretch;
    text-align:left;
}

.footer_cont_company > span {
    color: #FFF;
    font-family: Pretendard;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
}

.footer_cont_info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
}

.footer_conf_info_txt{
    display: flex;
    
    align-items: center;
    align-self: stretch;
}

.footer_conf_info_txt > span {
    color: #D1D5DC;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.footer_cont_copyright {
    display: flex;
    padding: 12px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    align-self: stretch;
    border-top: 1px solid #364153;
}

.footer_cont_copyright_area{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.footer_cont_copyright_link_box{
    display: flex;
    align-items: center;
    gap: 14px;

}

.footer_cont_copyright_link_txt{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.footer_cont_copyright_link_txt > span {
    color: #FFF;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


.footer_cont_copyright_txt{
    display: flex;
    align-items: center;
    align-self: stretch;
}

.footer_cont_copyright_txt > span {
    color: #99A1AF;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.quick{
    position:fixed;
    bottom:5vw;
    right:5vw;
}
.quick_icon{
    position:relative;
    width: 60px;
    height: 60px;
    border-radius: 33554400px;
    background: #25D366;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    cursor:pointer;
}

.quick_icon > div > img{
    
    position: absolute;
    left: 17px;
    top: 15px;
}

.quick_txt{
    display: inline-flex;
    padding: 8px 11.016px 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #101828;
    position:absolute;
    top:40px;
    left:-100px;

    opacity: 0;
    transform: translateX(-10px);
    transition: opacity .25s ease, transform .25s ease;
    white-space: nowrap;
}

.quick_txt > span {
    color: #FFF;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

/* 🔥 hover 효과 */
.quick:hover .quick_icon {
    transform: scale(1.08);
}

.quick:hover .quick_icon img {
    transform: scale(1.1);
}

.quick:hover .quick_txt {
    opacity: 1;
    transform: translateX(0);
}


/* 텍스트 */
.text-toggle {
    flex: 1;
    min-width: 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 기본 2줄 */
     /* 표준 호환 속성 추가 */
    line-clamp: 1;              /* 경고 제거 */
    overflow: hidden;

    word-break: keep-all;
    font-size: 0.875rem;
    line-height: 1.4;
}

/* 펼쳐졌을 때 */
.center_con_area_list_text_area_top_txt3 > span.open {
    -webkit-line-clamp: unset;
     /* 표준 호환 속성 추가 */
    line-clamp: unset;              /* 경고 제거 */
}

/* 화살표 버튼 */
.toggle-btn {
    width: 24px;
    height: 18px;
    flex-shrink: 0;
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    display:none;
}

/* 화살표 모양 */
.toggle-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}


/* 펼쳐졌을 때 화살표 방향 */
.toggle-btn.open::after {
    transform: rotate(-135deg);
}

/* 공통 */
.w100{
    width:100%;
}

.p3px{
    padding:3px;
}

.pt5px{
    padding-top:5px;
}

.pt10px{
    padding-top:10px;
}

.pt18px{
    padding-top:18px;
}

.pt32px{
    padding-top:32px;
}


.pr32px{
    padding-right:32px;
}

.mt10px{
    margin-top:10px;
}

.mt10px{
    margin-top:10px;
}

.mt15px{
    margin-top:15px;
}


/* PC (1250px 이상) */
@media (max-width: 1460px) {
    .center_con_area_list_text_area_top_money{
        display:unset;
        padding-right: unset;
        align-items: unset;
        gap: unset;
    }

    .center_con_area_list_text_area_top_money > .list_money_sub1 {
        
        justify-content: unset;
        
    }


    .center_con_area_list_text_area_top_money > .list_money_sub2 > .view_money1 {
        height: 28px;
        flex: unset;
    }
}


/* PC (1020px 이상) */
@media (max-width: 1020px) {
    .wrap{
        padding:unset;
        
    }
    .left_area{
        display:none;
    }

    .right_area {
        
        display:none;
        
    }

    .contents{
        display:unset;
    }

    .center_top_title{
        display:none;
    }

    .center_con_area_list_text_area_top_money{
       display: flex;
        /*padding-right: 40%;*/
        align-items: center;
        gap: 8px;
    }

    .center_con_area_list_text_area_top_money > .list_money_sub1 {
        display: flex;
        justify-content: center;
        align-items: center;
        
        
    }

    .footer{
        
        
        padding: 32px;
        
        min-width: 100vw;
                
        width: 100%;
        
    }


    .pop_hospital_area 
    , .pop_hospital_area_center{
        
        max-width: 750px !important; /* 1024 해상도 기준 */
    }


}

/* PC (800px 이상) */
@media (max-width: 800px) {

    .cart_btn{
        display:none;
    }

    .pop_hospital_area_center{
        display:unset !important;
    }

    .pop_hospital_area {
        max-width: 600px !important; /* 1024 해상도 기준 */
        top: 2% !important;
        transform: translate(-50%, 1%) !important;
        width: 90% !important;
        position: absolute !important
    }
    
    .pop_hospital_area_center_list_img
    , .pop_hospital_area_center_list_text_area
    , .pop_hospital_area_center_list_button_area {
        max-width:unset !important;
    }

    .pop_hospital_area_center_list_img > img{
        width:100%;
        max-width:unset !important;
        max-height:unset !important;
    }


    .pop_hospital_area_center{
        
        max-width: 600px !important; /* 1024 해상도 기준 */
    }

    .pop_hospital_area_center_list{
        margin:0 25px;
        display:none;
    }
    .pop_hospital_area_center_list:first-child{
        display:block;
    }



    .center_con_addcart_area_icon
    , .center_con_delcart_area_icon
    {
        width: unset; 
        height: unset;
    }

    .center_con_addcart_area
    , .center_con_delcart_area{
        width:unset;
        padding: 5px 7px 2px 7px;
        border-radius: 5px;
    }


    /* 3번째 li */
    .center_con_area_list_box > ul > li:nth-child(3) {
        width: unset;
        display: flex;
        align-items: flex-end;   /* ⬇️ 하단 정렬 */
        margin-left:0px;
        margin-right:12px;
        margin-bottom:10px;
        
    }


    .toggle-btn {
        display:inline-block;
    }

    .center_con_area_list_text_area_top_txt3 > span {
        
        flex: 1;
        min-width: 0;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; /* 기본 2줄 */
         /* 표준 호환 속성 추가 */
        line-clamp: 1;              /* 경고 제거 */
        overflow: hidden;

        word-break: keep-all;
    }
}


/* PC (800px 이상) */
@media (max-width: 620px) {
    .center_area {
        min-width:100vw;
    }


    .center_con_area{
        min-width: 90vw;
    }

 
   .center_con_area_list_text_area_top_money
    , .center_con_area_list_text_area_top_txt2
    , .center_con_area_list_text_area_top_txt3{
        min-width: unset;
    }

    .center_con_img_best{
        
        top: 5px;
        left: 5px;
    }

    /*
    .center_con_img_best > span {
        font-size: 7px;
    }

    .center_con_area_list_text_area_top_txt1 > span{
        font-size: 9px;
    }

    .center_con_area_list_text_area_top_txt2 > span {
        font-size: 13px;
        line-height: unset;
    }

    .center_con_area_list_text_area_top_txt3 > span {
        font-size: 11px;
        line-height: unset;
    }


    .center_con_area_list_text_area_top_money > .list_money_sub1 > span {
        font-size: 0.75rem;
        line-height: unset;
    }


    .view_won_money > span {
        font-size: 15px;
        line-height: unset;
    }


    .view_won_txt > span {
        font-size: 11px;
        line-height: unset;
    }

    .view_money2 > span {
        font-size: 13px;
        line-height: unset;
    }
        */

    .center_con_area_list_text_area_top{
       
        gap: 2px 0;
    }





} 


/* PC (430px 이상) */
@media (max-width: 500px) {
    .center_con_area_list_text_area_top_money{
        display:unset;
        padding-right: unset;
        align-items: unset;
        gap: unset;
    }

    .center_con_area_list_text_area_top_money > .list_money_sub1 {
        
        justify-content: unset;
        
    }


    .center_con_area_list_text_area_top_money > .list_money_sub2 > .view_money1 {
        height: 28px;
        flex: unset;
    }
}