.tt-1 h3 {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 25px 32px 22px;
  border-radius: 10px;
  letter-spacing: 0.9px;
}

.tt-1 h3::after {
  position: absolute;
  content: "";
  background: #E64588;
  bottom: 0;
  left: 30px;
  width: 136px;
  height: 1px;
}

.tt-1 h3 span {
  color: #E64588;
}

.c-list-item32 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 37px 30px 0;
}

.c-list-item32 .c-item {
  width: 100%;
  max-width: 160px;
  margin-right: 10px;
}
.c-list-item32 .c-item2 {
  margin-right: 10px;
  max-width: 330px;
}

.c-list-item32 .c-item2:last-of-type {
  margin-right: 0;
}

.c-list-item32 .c-item2 h3 {
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-list-item32 .c-item2 .img-box{
  width: 100%;
  max-width: 330px;
  display: flex;
}

.c-list-item32 .c-item2 .c-item figure{
  width: 48%;
  max-width: 160px;
}

.c-list-item32 .c-item2 .c-item figure:first-of-type {
  margin-right: 10px;
}


.c-list-item32 .c-item:last-child {
  margin-right: 0;
}

.c-list-item32 .c-item:hover figure {
  opacity: 0.6;
}

.c-list-item32 .c-item:hover h3 {
  color: #E64588;
}

.c-list-item32-1 .c-item{
  pointer-events: none;
}

.c-list-item32 .c-item figure {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-list-item32 .c-item figure img {
  width: 100%;
}

.c-list-item32 .c-item h3 {
  text-align: center;
  font-weight: bold;
  padding-top: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-list-item32 .c-item h4 {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #E64588;
  padding: 10px;
  color: #E64588;
  line-height: 140%;
}

.c-list-item32 .c-item p {
  /* text-align: center; */
  font-size: 13px;
  line-height: 200%;
}

.side-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 34px;
}

.side-page .side-left {
  width: 72.3%;
}

.side-page .side-left .top-block1 p {
  padding: 15px 30px 0px;
  line-height: 210%;
  letter-spacing: 0.7px;
}

.side-page .side-left .top-block2 {
  margin-top: 49px;
  padding-bottom: 0;
}

.side-page .side-left .top-block3 {
  margin-top: 57px;
}

.side-page .side-right {
  width: 23.62%;
}

.side-page .side-right .side-bar .side1 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.side-page .side-right .side-bar .side1 h3 {
  font-size: 16px;
  font-weight: bold;
  background: #E64588;
  padding: 26px 23px 20px;
  color: #fff;
}

.side-page .side-right .side-bar .side1 ul li {
  border-bottom: 1px dashed #707070;
}

.side-page .side-right .side-bar .side1 ul li:last-child {
  border-bottom: none;
}

.side-page .side-right .side-bar .side1 ul li a {
  display: block;
  margin: 16px 0 15px 23px;
  padding-left: 27px;
  position: relative;
}

.side-page .side-right .side-bar .side1 ul li a:hover {
  color: #E64588;
  font-weight: bold;
}

.side-page .side-right .side-bar .side1 ul li a::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-arr.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side-page .side-right .side-bar .side2 {
  margin: 46px 0 0;
}

.side-page .side-right .side-bar .side2 h4 {
  font-size: 22px;
  line-height: 110%;
  font-weight: bold;
  position: relative;
  padding-left: 78px;
  margin-bottom: 18px;
}

.side-page .side-right .side-bar .side2 h4::before {
  position: absolute;
  content: "";
  background: url(../images/common/logo.png) no-repeat;
  background-size: contain;
  width: 66px;
  height: 52px;
  bottom: 0;
  left: 0;
}

.side-page .side-right .side-bar .side2 h4 span {
  color: #E64588;
}

.side-page .side-right .side-bar .side2 h5 {
  background: #fff;
  font-weight: bold;
  padding: 14px 20px 11px;
  border-radius: 10px;
  margin-top: 10px;
}

.side-page .side-right .side-bar .side3 .tel {
  margin-bottom: 33px;
}

.side-page .side-right .side-bar .side3 h4 {
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 28px;
  letter-spacing: 2.5px;
}

.side-page .side-right .side-bar .side3 p {
  font-size: 12px;
  border-bottom: 1px dashed #707070;
  padding: 2px 5px 10px 16px;
  letter-spacing: 0.6px;
}

.side-page .side-right .side-bar .side3 h5 {
  font-size: 12px;
  padding: 10px 5px 0 14px;
  letter-spacing: 1.5px;
}

.side-page .side-right .side-bar .side3 h5 span {
  font-size: 18px;
  color: #E64588;
  font-weight: bold;
}