


/*  계산기 모바일 */

@media screen and (max-width:890px){
    .calculator_parents .calculator_p_list{
        width: 100%;
    }
    .calculator_parents .calculator_p_list .c_contents{
        width: 100%;
        height: auto;
        margin: 0px auto;
        border-radius: 8px;
        background: #FFFFFF;
        /* border: 3px solid #E2E5EA; */
        border-radius: 9px;
        padding: 1.5rem  1.5rem;
        box-sizing: border-box;
        background-color: rgb(255, 255, 255);
    }
}



@media screen and (max-width:430px){
.calculator_parents .calculator_p_list{
    width: 100%;
}
.calculator_parents .calculator_p_list .c_contents{
    width: 100%;
    padding: 0;
}
.c_contents .c_contents_list .division .select_width{
    width: 100%;
    /* background: darkblue; */
    /* height: 100%; */
}
.c_contents .c_contents_list .division2 .select_width{
    width: 100%;
    padding-bottom: 1rem;
}

.c_contents .c_contents_list .box_amount_division{
    width: 100%;
    background: #FCFCFC;
    /* background: #ec9797; */
    border: 1.5px solid #d0d4db;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    padding: 1rem 1rem 0rem 1rem;
}
.c_contents .c_contents_list .division{
    width: 100%;
    padding: 0  0 1.9rem;
    border-bottom: solid 1px #DDDDDD;
    padding: 1rem 0.2rem 1.5rem 0rem;
}
.c_contents .c_contents_list .division2{
    width: 100%;
    padding: 0 ;
    display: block;
    /* justify-content: space-between; */
}
.amount_tax_wrap .amount_title_wrap{
    width: 100%;
    display: block;
    /* background-color: #BAC3D2; */
    /* justify-content: space-between; */
    /* align-items: center; */
}

.amount_tax_wrap .amount_title_wrap .amount_title{
    font: bold 0.95rem 'Noto sans KR';
    color: #3D5381;
    padding-bottom: 0.5rem;
    /* background-color: #505465; */
}
.amount_tax_wrap .amount_title_wrap .amount_list_text{
    font: normal 0.78rem 'Noto sans KR';
    color: #7D8490;
    padding-bottom: 0.6rem;
}
.amount_tax_wrap .box_amount_tax{
    width: 100%;
    background: #FCFCFC;
    border: 1.5px solid #d0d4db;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    padding-right: 0 !important;
    box-sizing: border-box;
    padding: 1.5rem 0.2rem 0.5rem 1rem;
}
.amount_tax_wrap .box_amount_tax .box_amount_tax_list{
    display: block;
    padding-bottom: 1.8rem;
}
.box_amount_tax_list .total_amount_flex{
    display: block;
    width: 100%;
    /* justify-content: space-around; */
}
.box_amount_tax_list .total_amount_flex .total_amount_list input{
    width: 90%;
    padding: 0.5rem;
    color: #213542;
    font: normal 0.88rem 'Noto sans KR';
    border: solid 1px #BAC3D2;
    border-radius: 5px;
    text-align: right;
    /* cursor: pointer; */
    box-sizing: border-box;
}
.box_amount_tax_list .total_amount_flex .total_amount_list span{
    color: #213542;
    padding: 0 2%;
    font: normal 0.85rem 'Noto sans KR';
}
.total_amount{
    padding-bottom: 0.5rem;
}
.total_amount legend.none{
    display: block;
    font: normal 0.85rem 'Noto sans KR';
    color: #505465;
    padding-bottom: 0.7rem;
}
.box_amount_tax_list .box_text{
    font: normal 0.88rem 'Noto sans KR';
    color: #606774;
    position: relative;
    top: -11px;
}
.box_amount_tax_all{
    width: 100%;
    border: 1.5px solid #d0d4db;
    border-radius: 0 0 5px 5px;
    display: block;
    box-sizing: border-box;
    padding: 0.8rem 0 0.8rem 1rem;
    background: #f4f4f5;
    /* justify-content: space-between; */
}
.box_amount_tax_all .total_amount_flex{
    display: block;
    width: 100%;
    justify-content: space-around;
}
.box_amount_tax_all .total_amount_flex .total_amount .total_amount_list input{
    width: 89%;
    padding: 0.5rem;
    color: #213542;
    font: normal 0.88rem 'Noto sans KR';
    border: solid 1px #BAC3D2;
    border-radius: 5px;
    /* cursor: pointer; */
    text-align: right;
    box-sizing: border-box;
}
.box_amount_tax_all .total_amount_flex .total_amount_list span{
    color: #213542;
    padding: 0 2%;
    font: normal 0.88rem 'Noto sans KR';
}
.box_amount_tax_all .box_text{
    font: bold 0.9rem 'Noto sans KR';
    color: #365493;
    position: relative;
    top: -5px;
}
.total_amount_flex .total_amount2{
    width: 95%;
    padding-bottom: 0.8rem;
}
.total_amount_flex .total_amount2 select{
    width: 94%;
    padding: 0.5rem;
    color: #213542;
    font: normal 0.88rem 'Noto sans KR';
    border: solid 1px #BAC3D2;
    border-radius: 5px;
    /* cursor: pointer; */
    box-sizing: border-box;
    cursor: pointer;
}
.box_text span[data-title]:hover::before{
    content: attr(data-title);
    position: absolute;
    /* bottom: -26px; */
    left: -12rem;
    top: -33px;
    width: 270px;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 2px;
    background: #48505c;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    font: normal 0.8rem 'Noto sans KR';
    /* white-space: nowrap; */
}
.box_text_list[data-title]:hover::before{
    content: attr(data-title);
    margin-top: -39px;
    margin-left: 6rem;
}
.buy_tip[data-title]:hover::before{
    content: attr(data-title);
    margin-top: 18px;
    margin-left: 100px;
    width: 130px !important;
  }
.sudden_tax_amount .sudden_text{
    font: bold 0.88rem 'Noto sans KR';
    color: #ffffff;
    padding-bottom: 0.5rem;
}
.sudden_tax_amount{
    width: 100%;
    border: 1.5px solid #E2E5EA;
    border-radius: 0 0 5px 5px;
    display: block;
    box-sizing: border-box;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    background: #3d4a74;
    justify-content: space-between;
    align-items: center;
}
.sudden_tax_amount .sudden_input input{
    color: #ffffff;
    font: bold 1.15rem 'Noto sans KR';
    text-align: right;
    background: none;
    width: 90%;
    border: none;
    /* padding-right: 11px; */
    /* background: gainsboro; */
    box-sizing: border-box;
}
.sudden_tax_amount .sudden_input span{
    color: #ffffff;
    text-align: right;
    /* padding-left: 0.5rem; */
    font: bold 1.2rem 'Noto sans KR';
}
.conclusion_guide{
    margin-top: -12px;
    padding: 0 0.8rem;
    font: normal 0.85rem 'Noto sans KR';
    color: #3b59bd;
}
.btn_wrap{
    padding-bottom: 16px;
}
.btn_wrap button{
    width: 31%;
    height: 2rem;
    /* padding: 18px; */
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #BAC3D2;
    margin-top: 0;
    cursor: pointer;
}

}