/* ------------------- str-cutting-type ------------------- */
.str-select-wrap {width: calc(100% - 40px);min-height: 714px;max-width: 1440px; margin:  0 auto; position: relative;}
.str-select-wrap > ul {width: 100%; position: relative;}
.str-select-wrap ul .str-depth-1 {margin-bottom: 4px;/*width: 17.813vw;*/}
.str-select-wrap ul .str-depth-1:last-child {margin-bottom: 0;}
.e-catalog-relative {position: relative;max-width:342px;}
.str-select-wrap ul .str-depth-1 > a {
  width: 100%;
  max-width: 464px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  padding: 4px;
  background-color: #F4F4F4;
  transition: all 0.3s;
  position: relative;
}
.str-select-wrap ul .str-depth-1 > a::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image:url(../../../images/util-menu/more-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 30px;
}
.str-select-wrap ul .str-depth-1 > a .depth-1-txt {
    font-size: 20px;
    color: #656565;
    width: 90%;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.str-select-wrap ul .str-depth-1 > a:hover::after {
    background-image:url(../../../images/util-menu/more-arrow-active.png);
}
.str-select-wrap ul .str-depth-1 > a.active::after {
    background-image:url(../../../images/util-menu/more-arrow-active.png);
}
.str-select-wrap ul .str-depth-1 > a:hover {background-color: #ed1c24;} 
.str-select-wrap ul .str-depth-1 > a.active {background-color: #ed1c24;}
.str-select-wrap ul .str-depth-1 > a:hover .depth-1-txt {color: #fff;font-weight: 600;} 
.str-select-wrap ul .str-depth-1 > a.active .depth-1-txt {color: #fff; font-weight: 600;}
.str-select-wrap ul .str-depth-1 > a span {
  display: inline-block;
  margin-right: 24px;
}
.str-select-wrap ul .str-depth-1 > a span img {
  max-width: 170px;
  display: block;
}
.str-select-wrap .str-depth-2-wrap {
  width: calc(100% - 366px);
  display: none;
  position: absolute;
  /*left: 19vw;*/
  left: 484px;
  top: 0;
}
.str-select-wrap ul .str-depth-1 > a.active + .str-depth-2-wrap {display: block;}
.str-select-wrap .str-depth-2-wrap li {margin-bottom: 4px;/*width: 17.813vw;*/position: relative;}
.str-select-wrap .str-depth-2-wrap li:last-child {margin-bottom: 0;}
.str-select-wrap .str-depth-2-wrap li a {
  color: #656565;
  display: block;
  width: 100%;
  max-width: 342px;
  padding: 20px;
  min-height: 60px;
  position: relative;
  background-color: #F4F4F4;
  transition: all 0.3s;
}
.str-select-wrap .str-depth-2-wrap li a::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image:url(../../../images/util-menu/more-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 28px;
}
.str-select-wrap .str-depth-2-wrap li a .txt {
    width: 90%;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.str-select-wrap .str-depth-2-wrap li a.active  {background-color: #000; color: #fff;font-weight: 600;}
.str-select-wrap .str-depth-2-wrap li a.active::after {
    background-image:url(../../../images/util-menu/more-arrow-active.png);
}
.str-select-wrap .str-depth-2-wrap li a:hover:after {
    background-image:url(../../../images/util-menu/more-arrow-active.png);
}
.str-select-wrap .str-depth-2-wrap li a:hover {background-color: #000; color: #fff;font-weight: 600;}
.e-catalog-depth-3-wrap {position: absolute;top: 0;/*left: 19vw;*/display: none;left: 366px;width: 100%;}
.str-select-wrap .str-depth-2-wrap li a.active + .e-catalog-depth-3-wrap {display: block;}

.str-depth-2-wrap .str-depth-2-list li a {display: flex;align-items: center;max-height: 48px;}
.str-depth-2-wrap .str-depth-2-list li a span:not(.txt) {margin-right: 12px;display: inline-block;}
.str-depth-2-wrap .str-depth-2-list li a span:not(.txt) img {display: block;}

.work-piece-form {
  margin: 324px auto 0;
}

@media screen and (max-width:1100px) {
    .str-select-wrap ul .str-depth-1 {width: 47.813vw;}
    .str-select-wrap .str-depth-2-wrap { width: calc(100% - 533px); left: 49vw;}
    .str-select-wrap .str-depth-2-wrap li {width: 31.813vw;}
    .e-catalog-depth-3-wrap {left: 33vw;}
}

@media screen and (max-width:768px) {
    .work-piece-form {margin: 0 auto;}
    .str-select-wrap ul .str-depth-1 > a .depth-1-txt {font-size: 16px;}
    .str-select-wrap ul .str-depth-1 {width: 100%;}
    .str-select-wrap ul .str-depth-1 > a {max-width: 100%;}
    .str-depth-2-list {margin-top: 4px;}
    .str-select-wrap .str-depth-2-wrap {position: static;width: 100%;}
    .str-select-wrap .str-depth-2-wrap li {width: 100%;}
    .str-select-wrap .str-depth-2-wrap li a {max-width: 100%;width: calc(100% - 38px);margin-left: 38px;}
    .e-catalog-depth-3-wrap {position: static;margin-top: 8px;}
    .str-select-wrap ul .str-depth-1 > a span img{max-width: 148px;}
}
/* ------------------- //str-cutting-type ------------------- */
/* ------------------- str-work-piece ------------------- */
.str-cont{
  width: 100%;
}
.str-inner{
  padding-top: 65px;
}
.work-piece-info{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.work-piece-select #work_piece_list label {width: 100%;}
.work-piece-tit h3{
  font-size: 24px;
  font-weight: bold;
  font-family: 'Play', sans-serif;
}
.select{
  display: flex;
  margin-top: 4px;
}
.select span{
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.checkbox{
  width: 24px;
  height: 24px;
  position: relative;
}
.checkbox input[type="checkbox"]{
  display: none;
}
.checkbox input[type="checkbox"] + label.check-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
}
.checkbox input[type="checkbox"]:checked + label.check-icon::after{
  content:'';
  font-size: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  top:0;
  background: url(../../../images/util-menu/checkbox.png) no-repeat center/ 70%;
}
.work-piece-search{
  width: 196px;
  height: 42px;
}
.work-piece-search button{
  width: 100%;
  height: 100%;
  background: #ddd;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.work-piece-search.active button{
  background: #ED1C24;
  color: #fff;
}
.work-piece-search span.search{
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background: url(../../../images/search.png) no-repeat center/ 80%;
}
.work-piece-search.active span.search{
  background: url(../../../images/search-active.png) no-repeat center/ 80%;
}
.work-piece-list{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.work-piece-list > li{
  width: calc(100% / 6 - 25px);
  padding-bottom: 10px;
  background: #eee;
}
.list-initials{
  font-size: 52px;
  font-weight: bold;
  font-family: 'Play', sans-serif;
  text-align: center;
}
.list-name{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.check-list{
  width: calc(100% - 20px);
  margin: 8px auto 0;
}
.check-list > li:not(:first-child){margin-top: 6px;}
.check-icon-tit{
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
}
.work-piece-listWrap .checkbox{
  width: 24px;
  height: 24px;
  position: relative;
}
.work-piece-listWrap .checkbox input[type="checkbox"]{
  display: none;
}
.work-piece-listWrap .checkbox input[type="checkbox"] + label{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
}
.work-piece-listWrap .checkbox input[type="checkbox"]:checked + label::after{
  content:'';
  font-size: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  top:0;
  background: url(../../../images/util-menu/checkbox.png) no-repeat center/ 70%;
}
.work-piece-search_m{margin: 35px auto 0;}
.work-piece-listWrap_mobile{display: none;}
.work-piece-list-info{pointer-events: none;}
/* ------------------ mobile ------------------ */
@media (max-width: 1000px){
  .work-piece-listWrap_mobile{display: block;}
  .work-piece-list{
    flex-direction: column;
  }
  .work-piece-list > li{
    width: 100%;
    padding: 12px;
  }
  .work-piece-list > li:not(:first-child){margin-top: 8px;}
  .work-piece-list-info{
    position: relative;
    cursor: pointer;
    pointer-events: auto;
  }
  .work-piece-list-info::after{
    content: '';
    width: 22px;
    height: 22px;
    background: url(../../../images/util-menu/str-dropdown.png) no-repeat center/ contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    transition: all .35s;
  }
  .work-piece-list-info.on::after {transform: translateY(-50%) }
  .work-piece-list-info-tit{
    display: flex;
    align-items: center;
  }
  .check-list{
    width: 100%;
    display: none;
    transition: max-height .35s;
  }
  .list-initials{
    font-size: 40px;
    margin-right: 16px;
  }
  .list-name{font-size: 16px;}
  .work-piece-form{
    display: flex;
    flex-direction: column-reverse;
  }
  .work-piece-listWrap{margin-top: 20px;}
  .work-piece-search{margin: 0 auto;}
  .work-piece{margin: 20px 0;}
  .work-piece-tit h3{display: none;}
}
/* ------------------- //str-work-piece ------------------- */