﻿/* The Modal (background) */
.modal {
    display: none; /*Hidden by default
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */   
}

/* Modal Content/Box */
.modal-content {
    background-color: #FFFFFF;
    margin: 70% auto 0;
    /*height: 110px;*/
    width: 300px;
    border-radius: 5px;
    color: #000000;
    padding: 25px;
    box-sizing: border-box;
    box-shadow:rgba(0,0,0,0.3) 2px 3px 6px;
}

    .modal-content p {
        margin: 0 0 15px;
        padding: 0;
        text-align: center;
        word-break:break-word;
    }

.modal-btnwrap {
    border-top: 1px solid #fff;
}

.modal-btn {
    border: none;
    background: none;
    font-size: 14px;
    width: 46%;
    margin-top: 6px;
    background-color:#FFFFFF;
   filter: drop-shadow(1px 1px 2px #BCBCC8);
   color:#4A4A4A;
   border: 1px solid #606062;
   box-sizing:border-box;
   border-radius: 6px;
    height:50px;
}

    .modal-btn:last-child {
    background: #26217C;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 6px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    color:#FFFFFF;
    margin-left:4%
    
    }

/* 확인버튼만 있는 모달창 */
.modal2 {
    display: none; /*Hidden by default*/
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content2 {
    background-color: rgba(55, 53, 53, 0.90);
    margin: 70% auto 0;
    height: 95px;
    width: 300px;
    border-radius: 5px;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
}

    .modal-content2 p {
        margin: 0 0 15px;
        padding: 0;
        text-align: center;
    }

.modal-btn2 {
    border: none;
    color: #8ed9ff;
    background: none;
    font-size: 14px;
    padding: 6px 0px 4px;
    width: 100%;
    margin-top: 6px;
    /*cursor: pointer;*/
}


.refun_title {
      font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 0;  
    padding: 10px 0;
    color: #fff;
}

.refun {
  margin:15px 10px 0;
    text-align: center;
}



.refundTb {
    width: 100%;
    text-align: center;   
    font-size: 14px;
    margin-bottom:10px;
}

    .refundTb tr {
        border-top: 1px solid #312b9c;
        border-bottom: 1px solid #312b9c;
         border-right: 1px solid #312b9c;
    }

    .refundTb th {
        padding: 10px 0;
        font-weight: 600;
        border-top: none;
        border-bottom: none;
        background: #312b9c;
        width: 128px;
        color:#FFFFFF;
    }

    .refundTb td {
        padding: 10px 5px;
        border-top: none;
        border-bottom: none;
        width:250px;
    }

    .refundTb select {
        width: 100%;
        padding: 5px 10px;
    }

.numb {
    border: 1px solid #b7b7b7;
    font-size: 14px;
    width: 28%;
    padding: 5px;
    text-align: center;
    float: left;
    height:35px;
    box-sizing:border-box;
}

.check-in {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    height:35px;
}

.dis-in {
    display: inline-block;
}
.dis-in100{
    display:inline-block;
    width:100%;
}

.info {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 0;
    text-align:left;
}

.num-wrap-100 {
    display: inline-block;
    width: 100%;
}

    .num-wrap-100 p {
        float: left;
        margin:10px 3px;
    }

.longbtn2 {
    border: none;
    border-radius: 7px;
    text-align: center;
    width: 85px;
    height: 30px;
    margin: 20px 10px 30px 10px;
    font-size: 14px;
    float: right;
    background: #adadad;
    color: #fff;
}

    .longbtn:hover {
        cursor: pointer;
    }

.border-t {
    border-top: 2px solid #707070;
    width: 100%;
}

.c-r {
    color: #fff;
}

.bg-y {
    background: #fdf3e2;
}

.fw-b {
    font-weight: 600;
}

/* 모달창의 은행 셀렉트 */
.dd {
    border: 1px solid #a9a9a9;   
}
.dd .ddTitle .ddTitleText {
    padding: 1px 10px 1px 0px;
}
.dd .ddTitle .ddTitleText img {
     padding-right: 0; 
    width: 58%;
}

.ddcommon .ddTitle .ddTitleText img{
   float:left !important;
}



.select_modal li{
    padding:13px;
    border-top:1px solid  #DADADA;
}

.select_modal li:first-of-type{
    border-top:none !important;
}



/* 배송지 선택 */
.admodalWrap {
    text-align: center;
    padding: 8% 4%;
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    bottom: calc(env(safe-area-inset-bottom) + 40px);
    width: 100%; /* Full width */
    --safe-area-inset-top: env(safe-area-inset-top);
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    height: calc(100vh - (var(--safe-area-inset-top) + var(--safe-area-inset-bottom)) - 100px);
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}


.admodal {
    position: relative;
    background-color: #FFFFFF;
    margin: 0 auto;
    height: 90%;
    width: 92%;
    border-radius: 10px;
    color: #333;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    overflow-y: scroll;
    font-size: 14px;
}

.admodalWrap input {
    width: 54%;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 5px;
    height: 36px;
    margin: 15px auto;
    text-align: center;
    color: #fff;
}


.admodal .closeModal2  {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
        display: inline-block;
    position: absolute;
    width: 40px;
    top: 26px;
    right:40px;
}




.admodal .closeModal2  span {
    position: absolute;
}

.admodal  .closeModal2 span:nth-child(1) {
    display: inline-block;
    transform: rotate(135deg);
    width: 24px;
    height: 2px;
    background: #333;
    top:0;
}

.admodal  .closeModal2  span:nth-child(2) {
    display: inline-block;
    transform: rotate(-135deg);
    width: 24px;
    height: 2px;
    background: #333;
}

.admodal ul li {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.admodal ul li.modalActive {
    border: 1px solid #312b9c !important;
    border-radius: 5px !important;
    padding: 10px;
    margin-bottom: 10px !important;
}

.admodal ul li:last-child {
    margin-bottom: 0;
}

.admodal ul li p {
    line-height: 26px;
}

.modalName {font-weight: bold; font-size: 16px;}

