footer .up {
  background-color: #f9f9f9;
}
.section1 {
  background-color: #fff;
}
.section1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1080px;
  background: linear-gradient(180deg, #E1F4F6 0%, #FFFFFF 100%);
}
.section1 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-top: 260px;
  display: flex;
  position: relative;
  z-index: 2;
  padding-bottom: 140px;
}
.section1 .wrap .left {
  width: 720px;
  margin-right: 55px;
}
.section1 .wrap .left .img{
    width: 100%;
}
.section1 .wrap .left .img img{
    width: 100%;
}
.section1 .wrap .right {
  padding-top: 12px;
  flex: 1;
}
.section1 .wrap .right .top {
  margin-bottom: 40px;
}
.section1 .wrap .right .top .title {
  margin-bottom: 10px;
}
.section1 .wrap .right .top .title h3 {
  color: #37180E;
  font-size: 40px;
}
.section1 .wrap .right .top .text {
  color: #37180E;
  font-size: 18px;
  line-height: 30px;
  width: 540px;
}
.section1 .wrap .right .bottom {
  margin-bottom: 50px;
}
.section1 .wrap .right .bottom .item {
  display: flex;
}
.section1 .wrap .right .bottom .item:not(:last-child) {
  margin-bottom: 20px;
}
.section1 .wrap .right .bottom .item .key {
  width: 160px;
  color: #37180E;
  font-weight: 700;
  font-size: 16px;
  margin-right: 20px;
}
.section1 .wrap .right .bottom .item .value {
  flex: 1;
}
.section1 .wrap .right .bottom .item .value p {
  color: #37180E;
  font-size: 16px;
}
.section1 .wrap .right .bottom .item.price .value .num {
  display: flex;
  margin-bottom: 7px;
}
.section1 .wrap .right .bottom .item.price .value .num p:nth-child(1) {
  color: #F4643E;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-right: 18px;
}
.section1 .wrap .right .bottom .item.price .value .num p:nth-child(2) {
  color: #C3B6B3;
  font-size: 16px;
  text-decoration: line-through;
}
.section1 .wrap .right .bottom .item.price .value .text {
  font-size: 16px;
  color: #C3B6B3;
}
.section1 .wrap .right .bottom .item.welfare .value p {
  color: #F67A5A;
}
.section1 .wrap .right .bottom .item.attr .value {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.section1 .wrap .right .bottom .item.attr .value .trem {
  font-size: 16px;
  padding: 5px 8px;
  min-width: 30px;
  color: #37180E;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.6s;
  overflow: hidden;
  position: relative;
}
.section1 .wrap .right .bottom .item.attr .value .trem .before,
.section1 .wrap .right .bottom .item.attr .value .trem .after {
  content: "";
  display: block;
  width: 100%;
  border-radius: 4px;
  height: 100%;
  position: absolute;
}
.section1 .wrap .right .bottom .item.attr .value .trem .before {
  background-color: #FFFFFF;
  z-index: -1;
  left: 0;
  top: 0;
}
.section1 .wrap .right .bottom .item.attr .value .trem .after {
  border: 1px solid #F4643E;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.6s;
}
.section1 .wrap .right .bottom .item.attr .value .trem input {
  position: absolute;
  opacity: 0;
}
.section1 .wrap .right .bottom .item.attr .value .trem input:checked + .after {
  opacity: 1;
}
.section1 .wrap .right .bottom .item.attr .value .trem:hover .after {
  opacity: 1;
}
.section1 .wrap .right .button {
  display: flex;
  gap: 20px;
}
.section1 .wrap .right .button button {
  display: flex;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  background-color: #F4643E;
}
.section1 .wrap .right .button button div {
  font-family: CR;
  text-transform: uppercase;
}
.section1 .wrap .right .button button .icon {
  margin-left: 10px;
}
.section1 .wrap .right .button button .icon span {
  font-size: 18px;
}
.section2 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.section2 .wrap .top {
  margin-bottom: 120px;
}
.section2 .wrap .top h3 {
  color: #F67A5A;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
.section2 .wrap .top .text {
  color: #84706A;
  font-size: 18px;
  line-height: 40px;
}
.section2 .wrap .bottom h3 {
  color: #F67A5A;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
.section2 .wrap .bottom .trem:not(:last-child) {
  margin-bottom: 100px;
}
.section2 .wrap .bottom .trem h4 {
  color: #37180E;
  font-size: 20px;
  margin-bottom: 60px;
}
.section2 .wrap .bottom .trem.trem_features table h5{
    color: #37180E;
    font-size: 18px;
    margin-bottom: 20px;
}
.section2 .wrap .bottom .trem.trem_features table td{
    padding: 0 100px 0 0;
}
.section2 .wrap .bottom .trem.trem_features table td:last-child{
    padding: 0;
}
.section2 .wrap .bottom .trem.trem_features table td img{
    margin: 0 0 30px;
    display: block;
}
.section2 .wrap .bottom .trem.trem_features table p{
    color: #84706A;
    font-size: 16px;
    line-height: 30px;
}
.section2 .wrap .bottom .trem .list {
  display: flex;
  justify-content: space-between;
}
.section2 .wrap .bottom .trem .list .item {
  width: 400px;
}
.section2 .wrap .bottom .trem .list .item .icon {
  margin-bottom: 40px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}
.section2 .wrap .bottom .trem .list .item h5 {
  color: #37180E;
  font-size: 18px;
  margin-bottom: 20px;
}
.section2 .wrap .bottom .trem .list .item p {
  color: #84706A;
  font-size: 16px;
  line-height: 30px;
}
.section2 .wrap .trem.trem_features h4 {
  color: #37180E;
  font-size: 20px;
  margin-bottom: 20px;
}
.section2 .wrap .trem.trem_features p {
  color: #84706A;
  font-size: 16px;
  line-height: 30px;
}
.section3 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.section3 .wrap .title {
  margin-bottom: 30px;
}
.section3 .wrap .title h3 {
  color: #F67A5A;
  font-size: 30px;
}
.section3 .wrap .main h4 {
  color: #37180E;
  font-size: 20px;
  margin-bottom: 20px;
}
.section3 .wrap .main p {
  color: #84706A;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  width: 960px;
}
.section3 .wrap .main table {
  margin-bottom: 80px;
}
.section3 .wrap .main table td,
.section3 .wrap .main table th {
  border: 1px solid #E9E4E0;
}
.section3 .wrap .main table th {
  height: 73px;
  padding: 0 30px;
  background-color: #F5F3F2;
}
.section3 .wrap .main table td {
  padding: 20px 30px;
}
.section3 .wrap .main table tr th:nth-child(1),
.section3 .wrap .main table tr td:nth-child(1) {
  width: 100px;
}
.section3 .wrap .main table tr th:nth-child(2),
.section3 .wrap .main table tr td:nth-child(2) {
  width: 275px;
}
.section3 .wrap .main table tr th:nth-child(3),
.section3 .wrap .main table tr td:nth-child(3) {
  width: 210px;
}
.section3 .wrap .main table tr th:nth-child(4),
.section3 .wrap .main table tr td:nth-child(4) {
  width: 270px;
}
.section3 .wrap .main table tr th:nth-child(5),
.section3 .wrap .main table tr td:nth-child(5) {
  width: 170px;
}
.section3 .wrap .main .trem:last-child table {
  margin-bottom: 0;
}
.section4 {
  padding-bottom: 150px;
}
.section4 .wrap {
  width: 1440px;
  margin: 0 auto;
  background-color: #FFF6E0;
  border-radius: 20px;
  padding: 90px 85px 70px;
}
.section4 .wrap .title {
  margin-bottom: 40px;
}
.section4 .wrap .title h3 {
  text-align: center;
  color: #37180E;
  font-size: 40px;
}
.section4 .wrap .main .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.section4 .wrap .main .list .item.row {
  width: 100%;
}
.section4 .wrap .main .list .item input {
  width: 620px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  border: 1px solid #fff;
  color: #37180E;
  font-size: 18px;
  padding: 0 40px;
}
.section4 .wrap .main .list .item textarea {
  width: 100%;
  height: 260px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 18px;
  color: #37180E;
  border: 1px solid #fff;
  padding: 20px 40px;
}
.section4 .wrap .main .button {
  width: fit-content;
  margin: 40px auto 0;
}
.section4 .wrap .main .button button {
  width: 160px;
  height: 60px;
  background-color: #C6A267;
  border-radius: 30px;
}
.section4 .wrap .main .button button p {
  color: #fff;
  font-size: 18px;
}
