#page.parts .category_top_mv {
  padding: 0 0 45px 0;
  border-bottom: 4px solid #3e3c39;
  margin-bottom: 80px;
}
#page.parts .category_top_mv .category_top_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#page.parts .category_top_mv .category_top_flex .title {
  width: 100%;
  max-width: 200px;
  margin-bottom: 25px;
}
#page.parts .category_top_mv .category_top_flex .category_top_banner {
  width: 100%;
  max-width: 610px;
}
#page.parts .category_top_mv .category_top_flex .category_top_img {
  max-width: 530px;
  width: 100%;
  margin-bottom: -45px;
}
#page.parts .category_top_mv .category_top_flex .category_top_flex_left {
  position: absolute;
  top: 0;
  left: 0;
}
#page.parts .category_top_mv .category_top_flex .category_top_flex_left h4 {
  font-size: 34px;
  font-weight: 900;
  color: #ed5a24;
  margin-bottom: 20px;
}
#page.parts .category_top_mv .category_top_flex .category_top_flex_left p {
  font-size: 16px;
  margin-bottom: 70px;
}
#page.parts .category_top_mv .category_top_flex .category_top_flex_right {
  margin-left: auto;
}
#page.parts .second_search_box {
  margin-bottom: 50px;
  padding: 0;
  padding-top: 10px;
  border-top: 4px solid #3e3c39;
  border-bottom: 4px solid #3e3c39;
}
#page.parts .second_search_box .search_category_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 10px;
}
#page.parts .second_search_box .search_category_name p {
  font-size: 14px;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #595757;
  line-height: 1;
  padding: 8px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.parts .second_search_box .search_category_name span {
  cursor: pointer;
  position: relative;
  bottom: 1.5px;
  margin-left: 10px;
}
#page.parts .top_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 20px 40px;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.parts .top_wrap .search_body_title {
  margin-right: 45px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#page.parts .parts_inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  background: #efefef;
  border: 2px solid #000;
  -webkit-box-shadow: 1px 1px #3e3c39;
          box-shadow: 1px 1px #3e3c39;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  border-radius: 0;
}
#page.parts .parts_inner_wrap .search_body_title p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
#page.parts .parts_inner_wrap .search_body_title p span {
  font-size: 28px;
  color: #ed5a24;
  margin-left: 3px;
}
#page.parts .left_wrap {
  padding: 20px 40px;
}
#page.parts .right_warp {
  border-left: 2px solid #000;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#page.parts .select_body {
  position: relative;
  padding: 10px 0;
}
#page.parts .free_box {
  position: relative;
  margin-bottom: 10px;
}
#page.parts .free_box .submit_reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#page.parts .free_box .submit_reset .form_free {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
  margin-right: 8px;
  border: none;
  padding: 0;
}
#page.parts .free_box .submit_reset .form_free input {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  outline: none;
  border-radius: 10px;
  border: 2px solid #3e3c39;
  padding-left: 10px;
  cursor: pointer;
}
#page.parts .free_box .submit_reset .form_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
#page.parts .free_box .submit_reset .form_btn input {
  background-image: url(../img/truck/truck_search/submit.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-color: #ed5a24;
  width: 100%;
  padding: 8px 0;
  outline: none;
  border: 3px solid #3e3c39;
  -webkit-box-shadow: 1px 1px #3e3c39;
          box-shadow: 1px 1px #3e3c39;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
}
#page.parts .free_box .submit_reset .reset_btn input {
  background-image: url(../img/truck/truck_search/clear.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 24px;
  height: 24px;
  padding: 10px 0;
  outline: none;
  border-radius: 50px;
  background-color: #adadae;
  position: absolute;
  border: none;
  right: 155px;
  top: 8px;
  cursor: pointer;
}
#page.parts .keyword {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 20px;
}
#page.parts .keyword span {
  background: #979898;
  display: inline-block;
  padding: 1px 8px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  padding-right: 20px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}
#page.parts .keyword span::after {
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 5px;
  margin: auto;
}
#page.parts .check_box_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
}
#page.parts .check_box_area input[type=checkbox] {
  display: none;
}
#page.parts .check_box_area input[type=checkbox] + label {
  background: url(../img/parts/check_box_befoer02.png);
  background-size: 20px 19px;
  background-position: 3px 2px;
  background-repeat: no-repeat;
  padding: 0px 5px 0 25px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  color: #000;
  width: auto !important;
  height: 25px;
  line-height: 25px;
  margin-right: 20px;
}
#page.parts .check_box_area input[type=checkbox]:checked + label {
  background: url(../img/parts/check_box_after02.png);
  background-repeat: no-repeat;
  background-size: 21px 20px;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  width: auto !important;
  height: 25px;
  line-height: 25px;
  color: #3e3a39;
}
#page.parts .from_submit_reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.parts .from_submit_reset .form_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#page.parts .from_submit_reset .form_btn input {
  cursor: pointer;
}
#page.parts .from_submit_reset .form_btn input.sub_btn {
  background-image: url(../img/truck/truck_search/submit.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-color: #ed5a24;
  width: 100%;
  max-width: 350px;
  padding: 8px 0;
  outline: none;
  border: 3px solid #3e3c39;
  -webkit-box-shadow: 1px 1px #3e3c39;
          box-shadow: 1px 1px #3e3c39;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}
#page.parts .from_submit_reset .form_btn input.reset {
  background-image: url(../img/truck/truck_search/clear.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  padding: 10px 0;
  outline: none;
  border: 3px solid #3e3c39;
  -webkit-box-shadow: 1px 1px #3e3c39;
          box-shadow: 1px 1px #3e3c39;
  border-radius: 10px;
  background-color: #858585;
  display: inline-block;
  margin-left: 10px;
}
#page.parts .parts_search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.parts .parts_search_box .second_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}
#page.parts .parts_search_box .left_text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#page.parts .parts_search_box .left_flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#page.parts .parts_search_box .left_flex .img {
  width: calc(25% - 5px);
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: 2px 2px #3e3c39;
          box-shadow: 2px 2px #3e3c39;
  border-radius: 10px;
  cursor: pointer;
}
#page.parts .parts_search_box .search_body_bottom_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#page.parts .parts_search_box .search_body_bottom_right_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
#page.parts .parts_search_box .search_body_bottom_right_item .form_body,
#page.parts .parts_search_box .search_body_bottom_right_item .form_company,
#page.parts .parts_search_box .search_body_bottom_right_item .form_size {
  position: relative;
}
#page.parts .parts_search_box .search_body_bottom_right_item .form_search {
  margin-right: 10px;
  width: 100%;
}
#page.parts .parts_search_box .search_body_bottom_right_item .label_title {
  background-color: #fff;
  border: 2px solid #3e3c39;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  max-width: 320px;
  z-index: 1;
  background-image: url(../img/truck/truck_search/search_arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 8px;
  background-position: right 10px center;
  cursor: pointer;
}
#page.parts .parts_search_box .search_body_bottom_right_item .label_title .icon_box {
  width: 100%;
  max-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.parts .parts_search_box .search_body_bottom_right_item .label_title .icon_box .icon {
  width: 100%;
  max-width: 30px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.parts .parts_search_box .search_body_bottom_right_item .label_title .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
  height: 40px;
  line-height: 1.3;
  color: #3e3a39;
  border-left: 1px solid #3e3c39;
  padding-right: 15px;
  width: 100%;
}
#page.parts .parts_search_box .search_body_bottom_right_item .label_title .icon20 {
  width: 100%;
  max-width: 20px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page.parts .parts_search_box .search_body_bottom_right_item select {
  width: 100%;
  padding: 15px 0;
  outline: none;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #3e3c39;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 12px;
  padding-left: 15px;
  color: #3e3c39;
  position: relative;
  z-index: 10;
  opacity: 0;
}
#page.parts .parts_search_box .search_body_bottom_right_item select option {
  text-align: -webkit-left;
  background-color: #fff;
}
#page.parts .slider_area {
  padding-top: 140px;
  margin-top: 0;
}
#page.parts .search_fixed_btn {
  width: 100%;
  max-width: 110px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  cursor: pointer;
}
#page.parts .zero_bnr {
  background: url(../img/parts/zero_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 4px solid #3e3c39;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1% 1% 1.5%;
  position: relative;
  margin-top: 70px;
}
#page.parts .zero_bnr .zero_left {
  width: 44%;
}
#page.parts .zero_bnr .zero_left .pcv {
  margin-top: -22px;
}
#page.parts .zero_bnr .zero_right {
  width: 50%;
  margin-left: 1.5%;
}
#page.parts .zero_bnr .zero_right .zero_text_area {
  max-width: 559px;
  width: 100%;
  margin-top: 20px;
}
#page.parts .zero_bnr .zero_right .zero_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
#page.parts .zero_bnr .zero_right .zero_btn_area .contact_b {
  max-width: 230px;
  width: 49%;
}
#page.parts .zero_bnr .zero_right .zero_btn_area .line_b {
  max-width: 230px;
  width: 49%;
  margin-left: 1%;
}
#page.parts .zero_bnr .right_bk {
  position: absolute;
  right: 15px;
  bottom: -1px;
  max-width: 135px;
}

@media (max-width: 1340px) and (min-width: 1px) {
  .category_top_mv .category_top_flex .category_top_banner {
    max-width: 450px;
  }
  .category_top_mv .category_top_flex .category_top_img {
    max-width: 400px;
  }
  .category_top_mv .category_top_flex .category_top_flex_left p {
    margin-bottom: 20px;
  }
  .category_top_mv .category_top_flex .zero_bnr .right_bk {
    right: 2px;
  }
}
@media (max-width: 1305px) and (min-width: 1px) {
  .zero_bnr .right_bk {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 1px) {
  .category_top_mv {
    padding: 0 0 45px 0;
  }
  .category_top_mv .category_top_flex .title {
    max-width: 150px;
  }
  .category_top_mv .category_top_flex .category_top_banner {
    max-width: 380px;
  }
  .category_top_mv .category_top_flex .category_top_flex_left {
    width: 100%;
    max-width: 50%;
  }
  .category_top_mv .category_top_flex .category_top_flex_left h4 {
    font-size: 30px;
  }
  .category_top_mv .category_top_flex .category_top_flex_left p {
    line-height: 1.4;
  }
}
@media (max-width: 1160px) and (min-width: 1px) {
  #page.parts .free_box .submit_reset .form_free {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
  }
  #page.parts .free_box .submit_reset .form_btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
  }
  #page.parts .free_box .submit_reset .reset_btn input {
    right: 22%;
  }
}
@media (max-width: 1100px) and (min-width: 1px) {
  #page.parts .first_search_box {
    border-left: 4px solid #3e3c39;
    border-right: 4px solid #3e3c39;
  }
  #page.parts .second_search_box {
    border-left: 4px solid #3e3c39;
    border-right: 4px solid #3e3c39;
  }
}
@media (max-width: 1080px) and (min-width: 1px) {
  #page.parts .from_submit_reset .form_btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  #page.parts .free_box .submit_reset .form_btn input {
    background-position: left 3px center;
    padding-left: 7px;
  }
}
@media (max-width: 980px) and (min-width: 1px) {
  #page.parts .first_search_box {
    padding: 40px 0px 0px;
  }
  #page.parts .left_wrap {
    padding: 20px;
  }
  #page.parts .slider_area {
    padding-top: 5vmin;
  }
}
@media (max-width: 850px) and (min-width: 1px) {
  #page.parts .top_wrap {
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page.parts .search_category_name {
    width: 100%;
  }
  #page.parts .left_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 10px 20px;
  }
  #page.parts .search_body_title {
    padding-left: 0;
  }
  #page.parts .right_warp {
    border-left: none;
    padding: 10px 20px 20px;
  }
  #page.parts .search_body_bottom_right_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.parts .parts_search_box .search_body_bottom_right_item .label_title {
    max-width: 100%;
  }
  #page.parts .parts_search_box .search_body_bottom_right_item .form_search {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media (max-width: 767px) and (min-width: 1px) {
  #page.parts .info {
    padding-bottom: 0;
  }
  #page.parts .category_top_mv {
    margin-bottom: o;
    border-bottom: 0;
  }
  #page.parts .category_top_mv .category_top_flex {
    display: block;
  }
  #page.parts .category_top_mv .category_top_flex .category_top_flex_left {
    max-width: 100%;
    position: unset;
  }
  #page.parts .category_top_mv .category_top_flex .category_top_flex_left h4 {
    font-size: 24px;
  }
  #page.parts .category_top_mv .category_top_flex .category_top_flex_left p {
    font-size: 14px;
  }
  #page.parts .category_top_mv .category_top_flex .category_top_flex_right {
    margin-left: unset;
  }
  #page.parts .parts_search .wrap {
    width: 100%;
  }
  #page.parts .parts_search .search_body_bottom_right_item {
    margin-top: 5px;
  }
  #page.parts .top_wrap {
    padding-top: 10px;
  }
  #page.parts .left_wrap {
    padding: 5px 20px;
  }
  #page.parts .right_warp {
    padding-bottom: 50px;
  }
  #page.parts .free_box .submit_reset {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.parts .free_box .submit_reset .form_btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
  #page.parts .free_box .submit_reset .form_btn input {
    background-position: center;
  }
  #page.parts .keyword {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  #page.parts .keyword span {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 2.8vmin;
    margin-top: 1vmin;
  }
  #page.parts .first_search_box {
    padding: 8px;
    border-left: none;
    border-right: none;
  }
  #page.parts .second_search_box {
    border-left: none;
    border-right: none;
    padding-top: 0;
  }
  #page.parts .from_submit_reset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.parts .check_box_area {
    margin-bottom: 15px;
  }
  #page.parts .from_submit_reset .form_btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #page.parts .from_submit_reset .form_btn input.sub_btn {
    max-width: calc(100% - 50px);
  }
  #page.parts .search_fixed_btn {
    bottom: 65px;
    left: 10px;
    max-width: 70px;
  }
  #page.parts .zero_bnr {
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 40px auto 0;
  }
  #page.parts .zero_bnr .zero_left {
    width: 100%;
  }
  #page.parts .zero_bnr .zero_right {
    width: 100%;
  }
  #page.parts .zero_bnr .zero_right .zero_btn_area .contact_b,
  #page.parts .zero_bnr .zero_right .zero_btn_area .line_b {
    max-width: 161px;
  }
}