
.pop_request_area{
    display:none;
    width:100%;
    max-width: 470px;
    min-width:0px;
    
    height: auto;                /* 내용에 따라 자동 */
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    position: fixed;
    top:100px;
    left:50%;
    top: 50%;                     /* 세로 중앙 기준 */
    transform: translate(-50%, -50%);
    
    z-index:9;

}

.pop_request_area_box{
    display: flex;
    width: 100%;
    padding: 32px 32px 32px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
}

.pop_request_area_tit{
    display: flex;
    height: 30px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
}

.pop_request_area_tit_txt{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop_request_area_tit_txt > span{
    color: #101828;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
}

.pop_request_area_close_btn{
    display: flex;
    width: 24px;
    height: 24px;
    flex-direction: column;
    align-items: flex-start;
    cursor:pointer;
}

.pop_request_area_close_btn > span {
    height: 24px;
    flex-shrink: 0;
    align-self: stretch;
}

.pop_request_area_form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
    align-self: stretch;
}

.pop_request_area_form_cart{
    display: flex;
    /*height: 179px;*/
    padding: 17px 17px 17px 17px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
}

.pop_request_area_form_cart_tit{
    display: flex;
    
    align-items: center;
    align-self: stretch;
}

.pop_request_area_form_cart_tit > span {
    color: #364153;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.pop_request_area_form_cart_list{
    display: flex;
    /*height: 20px;*/
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
}

.pop_request_area_form_cart_list_txt1 > span {
    color: #101828;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.pop_request_area_form_cart_list_txt2{
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
}

.pop_request_area_form_cart_list_txt2 > span {
    color: #004030;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.pop_request_area_form_cart_money{
    display: flex;
    /*height: 37px;*/
    padding:10px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-top: 1px solid #D1D5DC;
}

.pop_request_area_form_cart_money_tit{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop_request_area_form_cart_money_tit > span {
    color: #101828;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.pop_request_area_form_cart_money_txt{
    display: flex;
    /*width: 215.047px;*/
    height: 24px;
    align-items: center;
    gap: 8px;
}

.pop_request_area_form_cart_money_txt1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
}

.pop_request_area_form_cart_money_txt1 > span {
    color: #004030;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.pop_request_area_form_cart_money_txt2{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop_request_area_form_cart_money_txt2 > span {
    color: #6A7282;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.pop_request_area_form_cart_etc{
    
    flex-shrink: 0;
    align-self: stretch;
    display:flex;
}

.pop_request_area_form_cart_etc_icon{
    width: 14px;
    height: 14px;
    display:flex;
}

.pop_request_area_form_cart_etc_txt{
    display: inline-flex;
    height: 27px;
    padding-right: 0px;
    align-items: center;
    padding-left:4px;
}

.pop_request_area_form_cart_etc_txt > span {
    color: #6A7282;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.pop_request_area_form_input{
    display: flex;
    height: 66px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex-shrink: 0;
    align-self: stretch;
}

.pop_request_area_form_input_tit{
    display: flex;
    align-items: center;
    gap: 3.422px;
    align-self: stretch;
}

.pop_request_area_form_input_tit > span {
    color: #364153;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.pop_request_area_form_input_icon{
    display: flex;
    height: 16px;
    align-items: flex-start;
}

.pop_request_area_form_input_icon > span {
    color: #FB2C36;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.pop_request_area_form_input_field{
    display: flex;
    height: 42px;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    width:100%;
}

.pop_input{
    border-radius: 10px;
    border: 1px solid #D1D5DC;
    padding: 8px 16px;
    height:42px;
    
}


.pop_input::placeholder {
    color: rgba(10, 10, 10, 0.50);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Chrome, Safari */
.pop_input::-webkit-input-placeholder {
    color: rgba(10, 10, 10, 0.50);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Firefox */
.pop_input::-moz-placeholder{
    color: rgba(10, 10, 10, 0.50);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* IE */
.pop_input:-ms-input-placeholder{
    color: rgba(10, 10, 10, 0.50);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pop_request_area_form_input_phone_sel{
    display: flex;
    height: 42px;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    width:100%;
    position: relative;
}

.pop_request_area_form_input_phone_country{
    display: flex;
    width: 114px;
    height: 42px;
    padding: 8px 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #D1D5DC;
    

}

.pop_request_area_form_input_phone_country_list{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor:pointer;
}

.pop_request_area_form_input_phone_country_icon{
    width: 24px;
    height: 18px;
    border-radius: 2.74px;

}

.pop_request_area_form_input_phone_country_no{
    color: var(--colour-of-country-names, #000);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pop_request_area_form_input_phone_number{
    display: flex;
    height: 42px;
    align-items: center;
    flex: 1 0 0;
}

.pop_request_area_form_input_phone_country_list_view{
    
    width: 114px;
    padding: 11px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top:40px;
   
    border-radius: 10px;
    background: #E4E4E4;
    overflow: hidden;
    overflow-y: auto;
    display:none;
    
}

.pop_request_area_form_input_phone_country_list_view .scroll-inner {
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden; /* 하단 스크롤 숨김 */
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #E4E4E4;
}

.pop_request_area_form_input_phone_country_list_view .scroll-inner::-webkit-scrollbar {
  width: 8px;
}

.pop_request_area_form_input_phone_country_list_view .scroll-inner::-webkit-scrollbar-track {
  background: #E4E4E4;
}

.pop_request_area_form_input_phone_country_list_view .scroll-inner::-webkit-scrollbar-thumb {
  background: #E4E4E4;
  border-radius: 8px;
}

.pop_request_area_form_input_phone_country_list_view .scroll-inner::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.country_list_area{
    display:flex;
    gap:7px;
    
    border-radius: 4px;
    padding:4px 2px;
    /*background:#fff;*/
    width:88%;
}
.country_list_sub{
    position: relative;
    left:7px;
    
}

.country_list_area:hover {
    background-color: #fff;
}

.kr_icon{
    background: url('/images/country/kr.svg') lightgray 50% / cover no-repeat;

}

.input_time_sel{
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid #D1D5DC;
    position: relative;

}

.pop_request_area_form_input_time_sel{
    display: flex;
    align-items: center;
    /*gap: 245px;*/
    position: relative;
    width:100%;
}

.pop_request_area_form_input_time_txt1{
    color: rgba(10, 10, 10, 0.50);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width:95%
}

.pop_request_area_form_input_time_txt2{
    width: 18px;
    height: 18px;
    aspect-ratio: 1/1;
}

.pop_request_area_form_input_time_view{
    display: none;
    width: 100%;
    padding: 14px 5px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    background: #D1D5DC;
    position:absolute;
    top: 42px;
    left:0px;
}

.pop_request_area_form_input_time_area{
    display: flex;
    width: 368px;
    flex-direction: column;
    align-items: flex-start;
}

.pop_request_area_form_input_time_list{
    display: flex;
    height: 26px;
    padding: 2px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    color:#000;
    /*background: #004030;*/
}

.pop_request_area_form_input_time_list > span {
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.time_list_on{
    color:#fff;
    background: #004030;
}

.pop_request_area_form_input_time_list:hover{
    
    color:#fff;
    background: #004030;
}
.pop_request_area_form_argee_area{
    display: flex;
    /*height: 194px;*/
    padding-top: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    align-self: stretch;
}

.pop_request_area_form_argee{
    display: flex;
    padding: 0 9.516px 4px 0;
    align-items: center;
    align-self: stretch;
}

.pop_request_area_form_argee_checkbox{
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom_checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* 실제 checkbox 숨김 */
.custom_checkbox input {
    display: none;
}

/* 기본(비활성) */
.checkbox_ui {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #D1D5DB;
    background: #FFF;
    display: block;
}

/* 체크 상태 */
.custom_checkbox input:checked + .checkbox_ui {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;          /* 검은 배경 */
    border-color: #000;
}

/* 체크 아이콘 숨김 */
.check_icon {
    display: none;
}

/* 체크 시 아이콘 표시 */
.custom_checkbox input:checked + .checkbox_ui .check_icon {
    display: block;
}


.checkbox_text{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.891px;
}

.checkbox_sub_text{
    color: #364153;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.checkbox_sub_text2{
    display: flex;
    height: 16px;
    align-items: flex-start;
}

.checkbox_sub_text2 > span{
    color: #FB2C36;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.pop_request_area_form_argee_etc{
    display: flex;
    
    padding: 17px 17px 17px 17px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
}

.pop_request_area_form_argee_text{
    display: flex;
    
    align-items: center;
    align-self: stretch;
}

.pop_request_area_form_argee_text > span {
    color: #364153;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.pop_request_area_form_btn{
    display: flex;
    padding: 13px 0;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #E5E7EB;
    margin-top:30px;
    color: #99A1AF;
    cursor:pointer;
    width: 100%;
}

 .pop_request_area_form_btn > span {
    
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
 }

 .request_btn_on{
    color:#FFFFFF;
    background: #004030;
 }


 /* PC (800px 이상) */
@media (max-width: 620px) {

    .pop_request_area{
        max-width: 340px;
    }

    .pop_request_area_box{
        padding: 32px 17px 32px 32px;
        
    }


    .pop_request_area_form_cart_money_tit > span {
        font-size: 13px;
    }

    .pop_request_area_form_cart_money_txt1 > span {
        font-size: 13px;
    }


    .pop_request_area_form_cart_money_txt2 > span {
        font-size: 10px;
    }


}