/**
    sai
**/
.sai_box{
    text-align: left;
    display: none;
    top: 47px;
    left: -1px;
    position: absolute;
    width: 500px;
    box-sizing: border-box;
    padding: 20px;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    border-radius: 12px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    background-color: white;
    z-index: 90;
}
/*  상세페이지 */
.prod_detail_btn .sai_box{
    margin-top: 8px;
    right: -206px;
    top: auto;
    left: auto;
}
/*  마이페이지 */
.my_pg_con .sai_box{
    right: 0px;
    top: 49px;
    left: auto;
}
/*  중국도매상품관 상품상세 */
.pbw_box .sai_box{
    right: 146px;
    top: 1455px;
    left: auto;
}
.sai_title{
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.sai_close{
    width: 24px;
    cursor: pointer;
}
.sai_con{
    padding: 20px 0;
}
.sai_con a{
    text-decoration: none;
    display: inline-block;
    margin-top: 8px;
    color: #7A7A7A;
    line-height: 22px;
}
.sai_credit_info{
    max-height: 276px;
    border-radius: 8px;
    background: #F7F7F7;
    padding: 8px 20px;
    box-sizing: border-box;
    overflow: scroll;
}
.sai_credit_info div{
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.credit_title{
    color: #7D7E85;
    font-weight: 600;
    line-height: 22px;
}
.credit_con{
    color: #47484D;
    font-weight: 600;
    line-height: 22px;
}

.sai_credit_list{
    margin-top: 20px;
}

.sai_credit_list ul{
    margin: 8px 0;
}
.sai_credit_list li{
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    color: #47484D;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    overflow: hidden;
}

.sai_credit_list label{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 17.5px 20px;
    cursor: pointer;
}

.sai_credit_list input[type=radio]{
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #DBDBDB;
}

.sai_credit_list input[type=radio]:checked{
    box-shadow: 0 0 0 1px #DBDBDB;
    border: 3px solid white;
    background-color: #009989;
}

.sai_credit_list label:has(input[type=radio]:checked){
    background-color: #E6F5F3;
}
.sai_credit_txt{
    color: #7A7A7A;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 28px;
}
.sai_credit_terms{
    display: flex;
    gap: 8px;
    height: 40px;
    margin-bottom: 8px;
    align-items: center;
}
.sai_credit_terms a{
    display: block;
    text-decoration: none;
    margin-left: auto;
    color: inherit;
    width: 25px;
}

#credit_regist,
#credit_agree {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #D7D8DB;
    background: #FFF;
}
#credit_regist:not(:checked),
#credit_agree:not(:checked) {
    appearance: none;
}

.sai_btn{
    width: 100%;
    color: white;
    padding: 19px 0px;
    border-radius: 8px;
    background: #009989;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.float_center{
    position: fixed;
    right: calc(50% - 250px) !important;
    top: calc(50% - 235px) !important;
}

/* 데이터센터 툴팁 */
.sub_menu_tooltip{
    display: none;
    position: absolute;
    width: 428px;
    color: white;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: linear-gradient(90deg, #1787D8 -20.2%, #7F2EF2 39.25%, #A221A5 97.53%);
    font-size: 12px;
    font-weight: 500;
    line-height: 135%;
    left: -1px;
    top: -44px;
    z-index: 10;
}
.sub_menu_tooltip::before{
    display: block;
    content: "";
    position: absolute;
    fill: #475FE4;
    bottom: -5px;
    left: 19px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #475FE4;
}