


/* // 계산기 */

.calculator_parents{
    width: 100%;
    height: auto;
    /* background-color: #F0F1F3; */
}
.calculator_parents .calculator_p_list{
    width: 1200px;
    height: auto;
    margin: 0px auto;
    padding: 8rem 1.5rem 3rem ;
    box-sizing: border-box;
    /* background-color: #F0F1F3; */
}

.calculator_p_list .comprehensive_calculator{
    width: 100%;
    font: bold 1.3rem 'Noto sans KR';
    color: #484F6A;
    /* margin: 0px auto; */
    text-align: left;
    padding: 2rem 0px 12px 14.3rem;
    box-sizing: border-box;
}
.calculator_parents .calculator_p_list .c_contents{
    width: 900px;
    height: auto;
    margin: 0px auto;
    border-radius: 8px;
    background: #FFFFFF;
    /* border: 3px solid #E2E5EA; */
    border-radius: 9px;
    padding: 1.5rem  4.5rem;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
}
.c_contents .c_contents_list{
    width: 100%;
    /* height: 1100px; */
    /* background-color: rgb(249 249 249); */
}
.c_contents .c_contents_list .box_amount_division{
    width: 100%;
    background: #FCFCFC;
    /* background: #ec9797; */
    border: 1.5px solid #d0d4db;
    /* border-bottom: none; */
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    padding: 1rem 1.8rem 0rem 1.8rem;
}
.place{
    height: 2rem;
}
.c_contents .c_contents_list .division{
    width: 100%;
    padding: 0  0 1.9rem;
    border-bottom: solid 1px #DDDDDD;
    padding: 1rem 0.2rem 1rem 0rem;
}
.c_contents .c_contents_list .division .select_width{
    width: 47%;
    /* background: darkblue; */
    /* height: 100%; */
}
.c_contents .c_contents_list .division .select_width legend{
    padding-bottom: 0.7rem;
    font: bold 0.95rem 'Noto sans KR';
    color: #3D5381;
}
.c_contents .c_contents_list .division .select_width select{
    width: 100%;
    padding: 0.5rem;
    color: #213542;
    font: normal 0.88rem 'Noto sans KR';
    border: solid 1px #BAC3D2;
    border-radius: 5px;
    cursor: pointer;
}
.c_contents .c_contents_list .division .select_width select:focus{
    outline: none;
}

.c_contents .c_contents_list .division2{
    width: 100%;
    padding: 0  0 1.6rem;
    display: flex;
    /* border-bottom: solid 1px #DDDDDD; */
    justify-content: space-between;
}
.c_contents .c_contents_list .estimated_payment_calculator{
    width: 100%;
    padding:1.6rem 0rem 1rem 0rem;
    box-sizing: border-box;
    font: bold 0.95rem 'Noto sans KR';
    color: #3D5381;
    /* background-color: #505465; */
}
.c_contents .c_contents_list .division2 .select_width{
    width: 47%;
   
    /* background: darkblue; */
    /* height: 100%; */
}
.c_contents .c_contents_list .division2 .select_width legend{
    font: normal 0.9rem 'Noto sans KR';
    color: #505465;
    padding-bottom: 0.7rem;
}
.c_contents .c_contents_list .division2 .select_width select{
    width: 100%;
    padding: 0.56rem;
    color: #213542;
    font: normal 0.88rem 'Noto sans KR';
    border: solid 1px #BAC3D2;
    border-radius: 5px;
    cursor: pointer;
}
.c_contents .c_contents_list .division2 .select_width select:focus{
    outline: none;
}

.c_contents .c_contents_list .division2 .select_width select.perio{
    width: 46.5%;
}
.select_width span{
    color: #777f85;
    font: normal 1rem 'Noto sans KR';
}
/* 기간 */

.tax_date_range_picker{
    width: 100%;
    /* 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; */
  }
.tax_date_range_picker i{
    position: absolute;
    color: darkgrey;
    padding: 0.65rem 0.9rem;
    font-size: 0.95rem;
  }
.tax_date_range_picker input{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
    padding: 0.54rem;
    font: normal 0.88rem 'Noto sans KR';
    color: #213542;
    text-indent:12%;
    box-sizing: border-box;
    cursor: pointer;
  }

  .tax_date_range_picker input:focus{
      outline: none;
  }
  .btn_wrap button{
    width: 100px;
    height: 41px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #BAC3D2;
    margin-top: 30px;
    cursor: pointer;
  }

  .btn_wrap button{
    width: 100px;
    height: 41px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #BAC3D2;
    margin-top: 30px;
    cursor: pointer;
  }


  .tax_date_range_picker button{
      width: 19%;
      height: 101%;
      border-radius: 5px;
      border: none;
      font: bold 0.83rem 'Noto sans KR';
      font-weight: 500;
      color: #ffffff;
      cursor: pointer;
      background-color: #333333;
      margin-left: 3%;
  }
  .daterangepicker{
    width: 250px !important;
      z-index: 0 !important;
  }

  .daterangepicker .drp-calendar.right{
    visibility: hidden;
    height: 0;
  }
  .daterangepicker .drp-buttons .btn{
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    background: #46464a;
    border: none;
    border-radius: 3px;
    color: white;
  }
.btn-default{
    display: none;
}


.amount_tax_wrap{
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding-bottom: 2rem;

}
.amount_tax_wrap .amount_title_wrap{
    width: 100%;
    display: flex;
    /* 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: 1rem;
    /* background-color: #505465; */
}
.amount_tax_wrap .amount_title_wrap .amount_list_text{
    font: normal 0.81rem 'Noto sans KR';
    color: #7D8490;
}
.amount_tax_wrap .box_amount_tax{
    width: 100%;
    background: #FCFCFC;
    border: 1.5px solid #d0d4db;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    padding: 1rem 0.2rem 1rem 1.7rem;
}

.amount_tax_wrap .box_amount_tax .box_amount_tax_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1rem;
}
.box_amount_tax_list .total_amount_flex{
    display: flex;
    width: 68%;
    justify-content: flex-end;
}
.box_amount_tax_list .box_text{
    font: normal 0.9rem 'Noto sans KR';
    color: #2b2e3a;
    position: relative;
    top: -8px;
}
.box_amount_tax_list .box_text span i{
    font-size: 0.96rem;
    color: rgb(187 194 205);
}
.box_amount_tax_list .total_amount_flex .total_amount legend{
    font: normal 0.85rem 'Noto sans KR';
    color: #505465;
    padding-bottom: 0.7rem;
}
.box_amount_tax_list .total_amount_flex .total_amount_list input{
    width: 84%;
    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 input:focus{
    outline: none;
}
.readonly_input{
    border: 0.723231px solid #A9B4C7;
    background-color: #E2E5EA;

}
.box_amount_tax_list .total_amount_flex .total_amount_list span{
    color: #213542;
    padding: 0 4%;
    font: normal 0.85rem 'Noto sans KR';
}

.box_amount_tax_all{
    width: 100%;
    border: 1.5px solid #d0d4db;
    border-radius: 0 0 5px 5px;
    display: flex;
    box-sizing: border-box;
    padding: 0.8rem 0 0.8rem 1.8rem;
    background: #f4f4f5;
    justify-content: space-between;
}
.box_amount_tax_all .box_text{
    font: bold 0.9rem 'Noto sans KR';
    color: #365493;
    position: relative;
    top: 9px;
}
.box_amount_tax_all .total_amount_flex{
    display: flex;
    width: 68%;
    justify-content: flex-end;
}
.box_amount_tax_all .total_amount_flex .total_amount .total_amount_list input{
    width: 82.5%;
    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 .total_amount_list input:focus{
    outline: none;
}
.box_amount_tax_all .total_amount_flex .total_amount_list span{
    color: #213542;
    padding: 0 4%;
    font: normal 0.85rem 'Noto sans KR';
}
.total_amount_flex .total_amount2{
    width: 42%;
}
.total_amount_flex .total_amount2 legend{
    font: normal 0.85rem 'Noto sans KR';
    color: #505465;
    padding-bottom: 0.7rem;
}
.total_amount_flex .total_amount2 select{
    width: 92%;
    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;
}
.total_amount_flex .total_amount2 select:focus{
    outline: none;
}


.box_text span[data-title] {
    font-size: 30px;
    position: relative;
    /* cursor: help; */
    margin-left: 4px;
  }
  
  .box_text span[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    /* bottom: -26px; */
    width: 262px;
    /* height: 31px; */
    left: -120px;
    top: -56px;
    display: inline-block;
    padding: 7px 10px 10px;
    border-radius: 2px;
    background: #48505c;
    color: #fff;
    font-size: 12px;
    z-index: 99999;
    border-radius: 4px;
    font: normal 0.75rem 'Noto sans KR';
    /* white-space: nowrap; */
  }
  .buy_tip {
    margin-left: 1px !important;
    top: 1px;
  }
  .buy_tip[data-title]:hover::before{
    content: attr(data-title);
    margin-top: 34px;
    margin-left: 61px;
    max-width: 108px !important;
  }

  .box_text_list[data-title]:hover::before{
    content: attr(data-title);
    margin-top: -16px;
  }

  .box_text span[data-title]:hover::after {
    content: '';
    position: absolute;
    left: 0px;
    transform: rotate(179deg);
    top: 11px;
    display: inline-block;
    color: #fff;
    border: 8px solid transparent;
    border-bottom: 8px solid #48505c;
  }

  .amount_tax_wrap.amount_border{
    padding-top: 1.95rem;
    /* border-top: solid 1px #e7e7e7; */
  }

  .sudden_tax_amount{
    width: 100%;
    border: 1.5px solid #E2E5EA;
    border-radius: 0 0 5px 5px;
    display: flex;
    box-sizing: border-box;
    padding: 0.8rem 1.8rem 0.8rem 1.8rem;
    background: #3d4a74;
    justify-content: space-between;
    align-items: center;
  }
  .sudden_tax_amount .sudden_text{
    font: bold 1.1rem 'Noto sans KR';
    color: #ffffff;
  }
  .sudden_tax_amount .sudden_input input{
    color: #ffffff;
    font: bold 1.3rem 'Noto sans KR';
    text-align: right;
    background: none;
    border: none;
    padding-right: 11px;
    box-sizing: border-box;
  }
  .sudden_tax_amount .sudden_input input:focus{
    outline: none;
  }
  .sudden_tax_amount .sudden_input span{
    color: #ffffff;
    text-align: right;
    font: bold 1.2rem 'Noto sans KR';
  }
  select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/img/comm/list_btn.png') no-repeat 97% 50%/13px auto;
  }
  .conclusion_guide{
    margin-top: -12px;
    padding: 0 1rem;
    font: normal 0.94rem 'Noto sans KR';
    color: #3b59bd;
  }
  .conclusion_guide span{
    font-weight: 500;
  }

.daterangepicker .calendar-table .next{
    position: absolute;
    top: 8px;
    left: 205px;
    visibility: visible !important;
}