.sc-data_content {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 168px;
}

.data_content {
background: #fff;
border-radius: 20px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
margin-bottom: 16px;
}

.sc-chk_content{
margin-left:auto ;
}

/* ----- sc-chk_content ----- */
.sc-chk_content {
  display: flex;
  align-items: center;
  position: relative;
  color: #285ee4;
  font-size: 20px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.sc-chk_content .chk_box {
  position: relative;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*間隔線*/
.sc-chk_content .chk_box:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0px;
  height: 18px;
  width: 2px;
  background: #e0e0e0;
}

/*底部按鈕色塊*/
.sc-chk_content .chk_box .box_container {
  width: 220px;
  height: 40px;
  padding: 4px 16px 4px 44px;
  margin-right: 16px;
  border-radius: 24px;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}

.sc-chk_content .chk_box .box_container:hover {
border: 2px solid #285ee4;
}

.sc-chk_content .chk_box input {
display: none;
}

/* ----- sc-search_content ----- */
.sc-search_content {
  display: flex;
}

.sc-search_content .table_select {
margin-bottom: 8px;
}


/*checkbox位置設定*/
.sc-chk_content .chk_box .outter {
  position: absolute;
  left: 10px;
  top: 1px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  transition: .3s;
}

.sc-chk_content .chk_box .outter:hover{
  background: #d2e0e4
}

.sc-chk_content .chk_box input:checked~.outter .checkmark:after {
  display: block;
  border-color: #fff;
}

.sc-chk_content .chk_box .checkmark {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 8px;
  border: 2px solid #285ee4;
  border-radius: 3px;
  background: #fff;
}

.sc-chk_content .chk_box input:checked~.outter .checkmark {
  background: #285ee4;
}

.sc-chk_content .chk_box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #285ee4;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


 /* record_search */
.sc-search_content .record_search {
  height: 40px;
  border-radius: 20px;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
  margin-left: 16px;
  margin-bottom: 8px;
  background: #fff;
  padding-right: 32px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.sc-search_content .record_search:hover {
  background: #fff;
  border: 2px solid #285ee4;
}

.sc-search_content .record_search input {
  width: 160px;
  font-size: 18px;
  color: #285ee4;
  border: 0;
  outline: none;
}

.sc-search_content .record_search:focus-within{
  border: 2px solid #285ee4;
}

.sc-search_content .record_search input::placeholder {
  color: #999999;
}

.sc-search_content .record_search button {
  border: 0;
  position: absolute;
  right: 10px;
  /* top: 10px; */
  background-color: transparent;
  z-index: 0;
  cursor: pointer;
  user-select: none;
}

/* table */
.tb-category {
width: 168px;
min-width: 168px;
}

.tb-name {
width: 8.65%;
max-width: 144px;
min-width: 144px;
}

.tb-count {
width: 128px;
min-width: 128px;
}

.tb-price{
width: 96px;
min-width: 96px;
}

.tb-amount {
width: 136px;
min-width: 136px;
}

.tb-date{
width: 136px;
min-width: 136px;
}

.tb-note{
min-width: 168px;
max-width: 168px;
}

.tb-act{
width: 280px;
min-width: 280px;
}

#ex7_modal .sc-datepicker {
width: 100%;
}

#ex7_modal .action {
margin-top: 48px;
}

@media screen and (max-width: 600px){


  .sc-chk_content .chk_box, 
  .sc-chk_content .chk_box .box_container{
    width: 100%;
  }

  .sc-chk_content .chk_box:after {
    display: none;
}

  .sc-chk_content .sc-search_content {
      width: 100%;
  }

  .sc-chk_content .sc-search_content .record_search {
      width: 100%;
      margin-left: 0;
  }

  .sc-chk_content .sc-search_content .record_search input{
      width: 100%;
  }

}

@media screen and (max-width: 400px) {
.main_title .group {
    width: 100%;
}

.create_btn {
    width: 100%;
}
}
