.pagetitle {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  opacity: 0;
}

.pagetitle h1 {
  position: relative;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
}

.pagetitle h2 {
  position: absolute;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #2c2c2c;
  left: 0;
  right: 0;
  bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .pagetitle {
    margin-bottom: 45px;
  }
  .pagetitle h1 {
    font-size: 45px;
    top: -13px;
  }
  .pagetitle h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 650px) {
  .pagetitle {
    margin-bottom: 40px;
  }
  .pagetitle h1 {
    font-size: 43px;
    letter-spacing: 0.06em;
  }
  .pagetitle h2 {
    font-size: 20px;
    letter-spacing: 0.121em;
  }
}

.backlist, .mainte {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-left: 20px;
  color: #2c2c2c;
  line-height: 1;
  letter-spacing: 0.2em;
  background-repeat: no-repeat;
  font-weight: 700;
  border: 1px solid #80c1a1;
  width: 260px;
  height: 70px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.backlist:before, .mainte:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-position: 50px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.backlist {
  padding-right: 60px;
  justify-content: flex-end;
}

.backlist.choice {
  border-color: #ea8e81;
  padding-right: 45px;
}

.backlist.choice:before {
  background-image: url("../images/ok.png");
  background-size: 24px;
}

.backlist:before {
  background-image: url("../images/backlist_b.png");
  background-position: 50px center;
}

.mainte {
  justify-content: flex-start;
  border: 1px solid #f7d9d5;
  padding-left: 50px;
}

.mainte:before {
  transform: rotate(180deg);
  transform-origin: center;
  background-image: url("../images/backlist_b.png");
}

.btnblk {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.btnblk .redbtn, .btnblk .greenbtn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
  margin-left: 20px;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.13em;
  margin-bottom: 30px;
  width: 260px;
  height: 70px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btnblk .redbtn img, .btnblk .greenbtn img {
  width: auto;
  max-height: 100%;
}

.btnblk .redbtn:last-child, .btnblk .greenbtn:last-child {
  margin-bottom: 0;
}

.btnblk .redbtn {
  border: 1px solid #ea8e81;
}

.btnblk .greenbtn {
  border: 1px solid #80c1a1;
}

@media only screen and (min-width: 1025px) {
  .backlist:hover {
    color: #80c1a1;
  }
  .backlist.choice:hover {
    color: #ea8e81;
  }
  .redbtn:hover {
    color: #ea8e81;
  }
  .greenbtn:hover {
    color: #80c1a1;
  }
}

@media only screen and (max-width: 1024px) {
  .btnblk .redbtn, .btnblk .greenbtn {
    width: 170px;
    height: 46px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .backlist, .mainte {
    width: 170px;
    height: 46px;
    font-size: 14px;
    background-size: 50px;
  }
  .backlist {
    padding-right: 20px;
  }
  .backlist.choice {
    padding-right: 25px;
    width: 180px;
  }
  .backlist.choice:before {
    background-size: 20px;
  }
  .backlist:before {
    background-position: 20px center;
    background-size: 50px;
  }
  .mainte {
    padding-left: 20px;
  }
  .mainte:before {
    background-position: 20px center;
    background-size: 50px;
  }
}

@media only screen and (max-width: 650px) {
  .btnblk {
    width: 100%;
    flex-wrap: wrap;
  }
  .btnblk .redbtn, .btnblk .greenbtn {
    width: 220px;
    height: 60px;
    font-size: 15px;
    margin: 0px auto 25px;
  }
  .backlist,
  .mainte {
    width: 220px;
    height: 60px;
    font-size: 15px;
    margin: 0 auto 25px;
    background-size: 60px;
  }
  .backlist:before,
  .mainte:before {
    background-size: 60px;
  }
  .backlist {
    order: 2;
    padding-right: 30px;
  }
  .backlist.choice {
    order: 1;
    width: 220px;
  }
  .backlist.choice:before {
    background-position: 30px center;
  }
  .mainte {
    padding-left: 30px;
  }
  .mainte:before {
    background-position: 20px center;
  }
}

.stepblk {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 50px;
  opacity: 0;
}

.stepblk .step {
  border: 1px solid #6daad7;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  width: 264px;
  height: 85px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 651px) {
  .stepblk .step.active {
    background-color: #6daad7;
    border-color: #fff;
  }
  .stepblk .step.active .num,
  .stepblk .step.active .text {
    color: #fff;
  }
}

.stepblk .arr {
  display: block;
  background-image: url("../images/steparr.png");
  background-position: center;
  background-size: cover;
  width: 17px;
  height: 31px;
}

.stepblk .num {
  color: #6daad7;
  font-size: 60px;
  width: 50px;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.stepblk .text {
  color: #2c2c2c;
  font-size: 18px;
  line-height: 24px;
  flex-grow: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 1150px) {
  .stepblk {
    width: 625px;
    overflow: hidden;
  }
  .stepblk .step {
    padding-left: 25px;
    padding-right: 20px;
    width: 164px;
    height: 54px;
  }
  .stepblk .num {
    width: auto;
    font-size: 37px;
    margin-right: 20px;
  }
  .stepblk .text {
    font-size: 13px;
    letter-spacing: 0.124em;
  }
}

@media only screen and (max-width: 650px) {
  .stepblk {
    position: relative;
    width: 930px;
    width: auto;
    justify-content: space-between;
    justify-content: center;
    max-width: none;
    padding-left: 20%;
    padding-right: 20%;
  }
  .stepblk >*:not(.active){
      display: none;
  }
  .stepblk .step {
    width: 200px;
    height: 66px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .stepblk .num {
    font-size: 46px;
  }
  .stepblk .text {
    font-size: 14px;
  }
}

.ui-selectmenu-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  background-image: url("../images/select2.png");
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 0;
  outline: none;
  height: 100%;
  line-height: inherit;
  font-size: inherit;
}

.ui-menu .ui-menu-item {
  position: relative;
  padding-right: 40px;
  font-size: 15px;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  padding-top: 10px;
}

.ui-selectmenu-menu .ui-menu {
  padding-left: 25px;
  padding-right: 25px;
}

.ui-selectmenu-button {
  padding-left: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
}

.productblk {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 65px;
  padding-left: 75px;
  padding-right: 75px;
}

.productblk > * {
  opacity: 0;
}

.productblk .head {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.productblk .head .title {
  color: #5c5c5c;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-left: 25px;
  border-left: 3px solid #c9d3f7;
}

.slash {
  position: relative;
  transform: rotate(10deg);
  background-color: #d9dada;
  width: 1px;
  height: 30px;
}

#news_type {
  max-width: 600px;
  display: block;
  margin-right: 30px;
  position: relative;
}

#news_type .searchbar {
  display: flex;
  justify-content: space-between;
  width: 415px;
}

#news_type .select_type {
  width: 185px;
  height: auto;
  overflow: hidden;
  color: #676767;
}

#news_type .select_type select {
  background: transparent;
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: auto;
  color: #676767;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.productlist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.productlist .item {
  position: relative;
  margin-bottom: 70px;
  width: 330px;
  height: 275px;
}

.productlist .item.border_r:after {
  content: '';
  position: absolute;
  top: 45px;
  right: 0;
  background-color: #e7e7e7;
  width: 1px;
  height: 61%;
}

.productlist .itemimg {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 185px;
}

.productlist .itemimg:after {
  content: '';
  position: absolute;
  background-color: #c5e3e8;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0px;
  height: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .productlist .itemimg:hover .eyehover {
    width: 40px;
    height: 40px;
    opacity: 1;
  }
  .productlist .itemimg:hover .eyeimg:after {
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  .productlist .itemimg:hover:after {
    opacity: 0.7;
    width: 75px;
    height: 75px;
  }
}

.productlist .itemimg .eyehover {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  border-radius: 50%;
  background-color: #96d4da;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  width: 0%;
  height: 0%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.productlist .itemimg .eyehover:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: '';
  background-color: #fff;
  width: 2px;
  height: 11px;
}

.productlist .itemimg .eyehover:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: '';
  background-color: #fff;
  width: 11px;
  height: 2px;
}

.productlist .itemtitle {
  color: #2c2c2c;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.044em;
  text-align: center;
}

.productlist .itemtitle .t1 {
  font-weight: 700;
}

@media only screen and (max-width: 1150px) {
  .productblk {
    width: 700px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .productblk .head {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 0px;
  }
  .productblk .head .title {
    font-size: 26px;
  }
  .productlist .item {
    width: 215px;
    height: 185px;
    margin-bottom: 25px;
  }
  .productlist .itemtitle {
    font-size: 13px;
    line-height: 17px;
  }
  .productlist .itemimg {
    height: 120px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 700px) {
  .productblk {
    width: 90%;
    padding-top: 40px;
  }
  .productblk .head {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .productblk .head .title {
    width: 100%;
    font-size: 24px;
    margin-bottom: 40px;
  }
  #news_type .select_type select {
    padding-left: 10px;
    font-size: 15px;
  }
  #news_type .searchbar {
    width: 100%;
    padding-left: 0;
  }
  #news_type {
    width: 100%;
  }
  #news_type .phonebtn {
    width: calc(100% - 90px);
    display: block;
    margin: 0 auto;
    padding-left: 12px;
    padding-bottom: 13px;
    margin-bottom: 50px;
    border-bottom: 1px solid #676767;
    color: #676767;
    background-image: url("../images/search_b.png");
    background-position: 95% calc(50% - 6px);
    background-repeat: no-repeat;
    background-size: 16px;
  }
  #news_type .searchbar {
    display: block;
    background-color: #fff;
    padding: 25px 10px;
    z-index: 5;
  }
  #news_type .select_type {
    width: 100%;
    margin-bottom: 30px;
  }
  #news_type .select_type:last-child {
    margin-bottom: 0;
  }
  .slash {
    display: none;
  }
  .productlist .item {
    margin-left: auto;
    margin-right: auto;
    width: calc(90vw - 60px);
    height: auto;
  }
  .productlist .itemimg {
    height: calc((90vw - 60px)*0.55);
    max-width: 350px;
    max-height: 175px;
    margin-left: auto;
    margin-right: auto;
  }
}
