.mainArea {
  margin-top: 78px;
  font-family: "Inter", "Noto Sans TC";
}

.planArea {
  position: relative;
  padding: 0 0 90px;
}
@media screen and (max-width: 1540px) {
  .planArea {
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 1350px) {
  .planArea {
    padding: 0 0 50px;
  }
}
.planArea .wrap {
  max-width: 1220px;
}
.planArea .titleBox {
  margin: 0 auto 55px;
}
@media screen and (max-width: 1540px) {
  .planArea .titleBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1350px) {
  .planArea .titleBox {
    margin-bottom: 30px;
  }
}
.planArea .titleBox .decoTitle {
  width: 183px;
  margin: 0 auto 25px;
  text-align: center;
  border: 1px solid #CFCFCF;
  border-radius: 999px;
  padding: 7px 0;
  font-size: 15px;
  letter-spacing: 0.6px;
  color: #434343;
}
@media screen and (max-width: 1540px) {
  .planArea .titleBox .decoTitle {
    font-size: 14px;
  }
}
.planArea .titleBox .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 56px;
  letter-spacing: 1.3px;
  margin: 0 0 28px;
}
@media screen and (max-width: 1540px) {
  .planArea .titleBox .title {
    font-size: 52px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 1350px) {
  .planArea .titleBox .title {
    font-size: 48px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 1023px) {
  .planArea .titleBox .title {
    font-size: 44px;
    letter-spacing: 1px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .planArea .titleBox .title {
    font-size: 40px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 600px) {
  .planArea .titleBox .title {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .planArea .titleBox .title .underline {
    max-width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .planArea .titleBox .title {
    font-size: 36px;
    letter-spacing: 0.8px;
  }
}
.planArea .titleBox .title .underline {
  color: #CF253E;
}
.planArea .titleBox .title .underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #CF253E;
  margin: -3px 0 0;
}
.planArea .titleBox .text {
  font-weight: 400;
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 1540px) {
  .planArea .titleBox .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1350px) {
  .planArea .titleBox .text {
    font-size: 15px;
  }
}
.planArea .planList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.planArea .planList .planItem {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .planArea .planList .planItem {
    width: 100%;
    margin-bottom: 30px;
  }
}
.planArea .planList .planItem .item {
  border: 1px solid #CF253E;
  border-radius: 30px 30px 10px 10px;
  overflow: hidden;
}
.planArea .planList .planItem .item .decoTitle {
  background-color: #CF253E;
  text-align: center;
  padding-bottom: 10px;
}
.planArea .planList .planItem .item .decoTitle .txt {
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  padding: 7px 0;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1540px) {
  .planArea .planList .planItem .item .decoTitle .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1350px) {
  .planArea .planList .planItem .item .decoTitle .txt {
    font-size: 15px;
  }
}
.planArea .planList .planItem .item .content {
  margin-top: -10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 45px 64px 60px;
}
@media screen and (max-width: 1180px) {
  .planArea .planList .planItem .item .content {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .planArea .planList .planItem .item .content {
    padding: 20px 30px;
  }
}
.planArea .planList .planItem .item .content .subtitle {
  font-weight: 500;
  font-size: 17px;
  color: #CF253E;
  padding: 0 0 10px 5px;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 1540px) {
  .planArea .planList .planItem .item .content .subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 1350px) {
  .planArea .planList .planItem .item .content .subtitle {
    font-size: 15px;
  }
}
.planArea .planList .planItem .item .content .title {
  font-weight: 600;
  font-size: 31px;
  padding: 0 0 14px 4px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1540px) {
  .planArea .planList .planItem .item .content .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1350px) {
  .planArea .planList .planItem .item .content .title {
    font-size: 26px;
  }
}
.planArea .planList .planItem .item .content .text {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.8;
  color: #5C5C5C;
  padding: 0 12px 0 5px;
  letter-spacing: 0.2px;
  min-height: 95px;
}
@media screen and (max-width: 1540px) {
  .planArea .planList .planItem .item .content .text {
    font-size: 16px;
    min-height: 85px;
  }
}
@media screen and (max-width: 1350px) {
  .planArea .planList .planItem .item .content .text {
    font-size: 15px;
    min-height: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .planArea .planList .planItem .item .content .text {
    min-height: unset;
    margin-bottom: 20px;
  }
}
.planArea .planList .planItem .item .content .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  margin: 0 0 20px;
}
.planArea .planList .planItem .item .content .price .symbol {
  font-weight: 700;
  font-size: 23px;
  padding: 0 6px 10px;
}
@media screen and (max-width: 1540px) {
  .planArea .planList .planItem .item .content .price .symbol {
    font-size: 21px;
  }
}
@media screen and (max-width: 1350px) {
  .planArea .planList .planItem .item .content .price .symbol {
    font-size: 18px;
  }
}
.planArea .planList .planItem .item .content .price .number {
  font-weight: 700;
  font-size: 52px;
  padding: 0 7px 0 10px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1540px) {
  .planArea .planList .planItem .item .content .price .number {
    font-size: 48px;
  }
}
@media screen and (max-width: 1350px) {
  .planArea .planList .planItem .item .content .price .number {
    font-size: 44px;
  }
}
.planArea .planList .planItem .item .content .price .unit {
  font-weight: 600;
  font-size: 25px;
  padding: 0 5px 8px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1540px) {
  .planArea .planList .planItem .item .content .price .unit {
    font-size: 23px;
  }
}
@media screen and (max-width: 1350px) {
  .planArea .planList .planItem .item .content .price .unit {
    font-size: 21px;
  }
}
.planArea .planList .planItem .item .content .btn {
  border-radius: 7px;
  background-color: #242424;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  padding: 11px 20px;
  width: 100%;
  display: block;
  max-width: 440px;
  text-align: center;
  letter-spacing: 0.8px;
  margin: 0 0 31px;
}
@media screen and (max-width: 767px) {
  .planArea .planList .planItem .item .content .btn {
    max-width: unset;
  }
}
@media screen and (max-width: 1540px) {
  .planArea .planList .planItem .item .content .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 1350px) {
  .planArea .planList .planItem .item .content .btn {
    font-size: 15px;
  }
}
@media screen and (min-width: 1181px) {
  .planArea .planList .planItem .item .content .btn:hover {
    background-color: #CF253E;
  }
}
.planArea .planList .planItem .item .content .itemBox .itemTitle {
  font-weight: 700;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 6px 6px;
}
.planArea .planList .planItem .item .content .itemBox .itemTitle::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/sale/sale_icon1.png) no-repeat center center/100% #fff;
  position: relative;
  z-index: 1;
}
.planArea .planList .planItem .item .content .itemBox .itemTitle::after {
  content: "";
  width: calc(100% - 25px);
  height: 1px;
  background-color: #BDBDBD;
  position: absolute;
  top: 12px;
  left: 30px;
  z-index: 0;
}
.planArea .planList .planItem .item .content .itemBox .itemTitle .txt {
  padding: 0 30px 0 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  max-width: calc(100% - 100px);
}
@media screen and (max-width: 1180px) {
  .planArea .planList .planItem .item .content .itemBox .itemTitle .txt {
    max-width: calc(100% - 70px);
  }
}
.planArea .planList .planItem .item .content .itemBox .textBox {
  padding-left: 6px;
  padding-bottom: 21px;
}
.planArea .planList .planItem .item .content .itemBox .textBox .textItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 5px;
  color: #717171;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .planArea .planList .planItem .item .content .itemBox .textBox .textItem {
    font-size: 15px;
  }
}
@media screen and (max-width: 1350px) {
  .planArea .planList .planItem .item .content .itemBox .textBox .textItem {
    font-size: 14px;
  }
}
.planArea .planList .planItem .item .content .itemBox .textBox .textItem::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/sale/sale_icon2.png) no-repeat center center/100% #fff;
  margin-right: 10px;
}

.planArea .circle {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.planArea .circle.blur01 {
  right: 40%;
  width: 580px;
  height: 580px;
  background-color: rgba(255, 67, 73, 0.55);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  top: -25%;
  right: 0;
  -webkit-animation: circularMotion 4s linear infinite;
  animation: circularMotion 4s linear infinite;
}

@media (max-width: 1340px) {
  .planArea .circle.blur01 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 960px) {
  .planArea .circle.blur01 {
    left: 0;
    right: auto;
  }
}
@media (max-width: 660px) {
  .planArea .circle.blur01 {
    background-color: rgba(255, 67, 73, 0.2);
  }
}
.planArea .circle.blur02 {
  width: 376px;
  height: 376px;
  left: 10%;
  top: 30%;
  background-color: rgba(255, 67, 73, 0.3);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  -webkit-animation: circularMotion 6s linear infinite;
  animation: circularMotion 6s linear infinite;
}

@media (max-width: 1340px) {
  .planArea .circle.blur02 {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 660px) {
  .planArea .circle.blur02 {
    background-color: rgba(255, 145, 67, 0.12);
  }
}
.planArea .circle.blur03 {
  width: 276px;
  height: 276px;
  left: 20%;
  bottom: 0;
  background-color: rgba(255, 106, 0, 0.5);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  -webkit-animation: circularMotion 6s linear infinite;
  animation: circularMotion 6s linear infinite;
}

@media (max-width: 1340px) {
  .planArea .circle.blur03 {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 660px) {
  .planArea .circle.blur03 {
    background-color: rgba(255, 145, 67, 0.12);
  }
}
@-webkit-keyframes circularMotion {
  0% {
    -webkit-transform: rotate(0deg) translateX(120px) rotate(0deg);
    transform: rotate(0deg) translateX(120px) rotate(0deg);
    -webkit-filter: blur(200px);
    filter: blur(200px);
  }
  25% {
    -webkit-transform: rotate(90deg) translateX(120px) rotate(-90deg);
    transform: rotate(90deg) translateX(120px) rotate(-90deg);
    -webkit-filter: blur(150px);
    filter: blur(150px);
  }
  50% {
    -webkit-transform: rotate(180deg) translateX(120px) rotate(-180deg);
    transform: rotate(180deg) translateX(120px) rotate(-180deg);
    -webkit-filter: blur(250px);
    filter: blur(250px);
  }
  75% {
    -webkit-transform: rotate(270deg) translateX(120px) rotate(-270deg);
    transform: rotate(270deg) translateX(120px) rotate(-270deg);
    -webkit-filter: blur(180px);
    filter: blur(180px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(120px) rotate(-360deg);
    transform: rotate(360deg) translateX(120px) rotate(-360deg);
    -webkit-filter: blur(200px);
    filter: blur(200px);
  }
}
@keyframes circularMotion {
  0% {
    -webkit-transform: rotate(0deg) translateX(120px) rotate(0deg);
    transform: rotate(0deg) translateX(120px) rotate(0deg);
    -webkit-filter: blur(200px);
    filter: blur(200px);
  }
  25% {
    -webkit-transform: rotate(90deg) translateX(120px) rotate(-90deg);
    transform: rotate(90deg) translateX(120px) rotate(-90deg);
    -webkit-filter: blur(150px);
    filter: blur(150px);
  }
  50% {
    -webkit-transform: rotate(180deg) translateX(120px) rotate(-180deg);
    transform: rotate(180deg) translateX(120px) rotate(-180deg);
    -webkit-filter: blur(250px);
    filter: blur(250px);
  }
  75% {
    -webkit-transform: rotate(270deg) translateX(120px) rotate(-270deg);
    transform: rotate(270deg) translateX(120px) rotate(-270deg);
    -webkit-filter: blur(180px);
    filter: blur(180px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(120px) rotate(-360deg);
    transform: rotate(360deg) translateX(120px) rotate(-360deg);
    -webkit-filter: blur(200px);
    filter: blur(200px);
  }
}
.advantagesArea {
  padding: 90px 0 186px;
  position: relative;
}
@media screen and (max-width: 1540px) {
  .advantagesArea {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1350px) {
  .advantagesArea {
    padding: 50px 0;
  }
}
.advantagesArea .wrap {
  max-width: 1440px;
}
.advantagesArea .titleBox {
  margin-bottom: 69px;
}
@media screen and (max-width: 1540px) {
  .advantagesArea .titleBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1350px) {
  .advantagesArea .titleBox {
    margin-bottom: 30px;
  }
}
.advantagesArea .titleBox .title {
  font-size: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  margin: 0 0 24px;
  text-align: center;
}
@media screen and (max-width: 1540px) {
  .advantagesArea .titleBox .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1350px) {
  .advantagesArea .titleBox .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .advantagesArea .titleBox .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .advantagesArea .titleBox .title {
    font-size: 27px;
  }
}
.advantagesArea .titleBox .title .underline {
  color: #CF253E;
  margin: 0 0 3px;
}
.advantagesArea .titleBox .title .underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #CF253E;
  margin: -3px 0 0;
}
.advantagesArea .titleBox .text {
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  max-width: 100%;
  max-width: 840px;
  margin: 0 auto;
  letter-spacing: 0.1px;
  line-height: 1.8;
  color: #434343;
}
@media screen and (max-width: 1540px) {
  .advantagesArea .titleBox .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1350px) {
  .advantagesArea .titleBox .text {
    font-size: 15px;
  }
}
.advantagesArea .advantagesList {
  margin: 0 -12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.advantagesArea .advantagesList .advantagesItem {
  padding: 9px 12px;
  width: 33.33%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .advantagesArea .advantagesList .advantagesItem {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .advantagesArea .advantagesList .advantagesItem {
    width: 100%;
  }
}
.advantagesArea .advantagesList .advantagesItem::after {
  content: "";
  display: block;
  width: calc(100% - 24px);
  height: calc(100% - 18px);
  top: 9px;
  left: 12px;
  position: absolute;
  background-color: #242424;
  z-index: -1;
  border-radius: 32px;
  transition: all 0.5s;
}
@media screen and (min-width: 1181px) {
  .advantagesArea .advantagesList .advantagesItem:hover::after {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .advantagesArea .advantagesList .advantagesItem:hover .item {
    background-color: #CF253E;
  }
  .advantagesArea .advantagesList .advantagesItem:hover .item::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .advantagesArea .advantagesList .advantagesItem:hover .title,
  .advantagesArea .advantagesList .advantagesItem:hover .text {
    color: #fff;
  }
  .advantagesArea .advantagesList .advantagesItem:hover .title a,
  .advantagesArea .advantagesList .advantagesItem:hover .text a {
    color: #fff;
  }
}
@media screen and (min-width: 1181px) and (min-width: 1181px) {
  .advantagesArea .advantagesList .advantagesItem:hover .title a:hover,
  .advantagesArea .advantagesList .advantagesItem:hover .text a:hover {
    opacity: 0.8;
  }
}
.advantagesArea .advantagesList .advantagesItem .item {
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 27px 22px;
  height: 100%;
  transition: all 0.5s;
}
.advantagesArea .advantagesList .advantagesItem .item::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 24px;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.advantagesArea .advantagesList .advantagesItem:nth-child(1) .item::before {
  background-image: url("./images/sale/1.png");
}
.advantagesArea .advantagesList .advantagesItem:nth-child(2) .item::before {
  background-image: url("./images/sale/2.png");
}
.advantagesArea .advantagesList .advantagesItem:nth-child(3) .item::before {
  background-image: url("./images/sale/3.png");
}
.advantagesArea .advantagesList .advantagesItem:nth-child(4) .item::before {
  background-image: url("./images/sale/4.png");
}
.advantagesArea .advantagesList .advantagesItem:nth-child(5) .item::before {
  background-image: url("./images/sale/5.png");
}
.advantagesArea .advantagesList .advantagesItem:nth-child(6) .item::before {
  background-image: url("./images/sale/6.png");
}
.advantagesArea .advantagesList .advantagesItem:nth-child(7) .item::before {
  background-image: url("./images/sale/7.png");
}
.advantagesArea .advantagesList .advantagesItem:nth-child(8) .item::before {
  background-image: url("./images/sale/8.png");
}
.advantagesArea .advantagesList .advantagesItem:nth-child(9) .item::before {
  background-image: url("./images/sale/9.png");
}
.advantagesArea .advantagesList .advantagesItem:nth-child(10) .item::before {
  background-image: url("./images/sale/10.png");
}
.advantagesArea .advantagesList .advantagesItem:nth-child(11) .item::before {
  background-image: url("./images/sale/11.png");
}
.advantagesArea .advantagesList .advantagesItem:nth-child(12) .item::before {
  background-image: url("./images/sale/12.png");
}
.advantagesArea .advantagesList .advantagesItem .title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.15px;
  padding: 0 60px 20px 0;
  transition: all 0.5s;
}
@media screen and (max-width: 1540px) {
  .advantagesArea .advantagesList .advantagesItem .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1350px) {
  .advantagesArea .advantagesList .advantagesItem .title {
    font-size: 16px;
  }
}
.advantagesArea .advantagesList .advantagesItem .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  transition: all 0.5s;
}
@media screen and (max-width: 1540px) {
  .advantagesArea .advantagesList .advantagesItem .text {
    font-size: 14px;
  }
}
.advantagesArea .advantagesList .advantagesItem .text a {
  color: #CF253E;
  transition: all 0.5s;
}
@media screen and (min-width: 1181px) {
  .advantagesArea .advantagesList .advantagesItem .text a:hover {
    opacity: 0.8;
  }
}

.advantagesArea .circle {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.advantagesArea .circle.blur01 {
  right: 40%;
  width: 480px;
  height: 480px;
  background-color: rgba(255, 67, 73, 0.4);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  top: 20%;
  right: 0;
  -webkit-animation: circularMotion 4s linear infinite;
  animation: circularMotion 4s linear infinite;
}

@media (max-width: 1340px) {
  .advantagesArea .circle.blur01 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 960px) {
  .advantagesArea .circle.blur01 {
    left: 0;
    right: auto;
  }
}
@media (max-width: 660px) {
  .advantagesArea .circle.blur01 {
    background-color: rgba(255, 67, 73, 0.2);
  }
}
.advantagesArea .circle.blur02 {
  width: 276px;
  height: 276px;
  left: 10%;
  bottom: 0;
  background-color: rgba(255, 67, 73, 0.55);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  -webkit-animation: circularMotion 6s linear infinite;
  animation: circularMotion 6s linear infinite;
}

@media (max-width: 1340px) {
  .advantagesArea .circle.blur02 {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 660px) {
  .advantagesArea .circle.blur02 {
    background-color: rgba(255, 145, 67, 0.12);
  }
}
.workArea {
  padding: 195px 0 71px;
  position: relative;
}
@media screen and (max-width: 1540px) {
  .workArea {
    padding: 100px 0 70px;
  }
}
@media screen and (max-width: 1350px) {
  .workArea {
    padding: 100px 0 50px;
  }
}
.workArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./images/sale/bg.png) no-repeat top center/cover;
  z-index: -1;
}
.workArea .wrap {
  max-width: unset;
}
.workArea .titleBox {
  margin-bottom: 64px;
}
.workArea .titleBox .title {
  font-size: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  margin: 0 0 24px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1540px) {
  .workArea .titleBox .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1350px) {
  .workArea .titleBox .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .workArea .titleBox .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .workArea .titleBox .title {
    font-size: 28px;
  }
}
.workArea .titleBox .title .underline {
  color: #fff;
  margin: 0 0 8px;
}
.workArea .titleBox .title .underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: -3px 0 0;
}
.workArea .titleBox .text {
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  max-width: 100%;
  max-width: 840px;
  margin: 0 auto;
  letter-spacing: 0.1px;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 1540px) {
  .workArea .titleBox .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1350px) {
  .workArea .titleBox .text {
    font-size: 15px;
  }
}
.workArea .bottomImg {
  position: relative;
}
.workArea .bottomImg::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  width: calc(100% + 16px);
  height: calc(100% + 20px);
  border: 3px solid #fff;
  border-radius: 80px;
  opacity: 0.33;
  z-index: 0;
  pointer-events: none;
  max-width: calc(100% - 54px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1540px) {
  .workArea .bottomImg::before {
    border-radius: 60px;
  }
}
@media screen and (max-width: 1350px) {
  .workArea .bottomImg::before {
    border-radius: 40px;
  }
}
.workArea .ImgBox {
  position: relative;
  border-radius: 75px;
  overflow: hidden;
  width: calc(100% - 82px);
  margin: 0 auto;
  max-height: 752px;
  height: 39.16vw;
}
@media screen and (max-width: 1540px) {
  .workArea .ImgBox {
    border-radius: 55px;
  }
}
@media screen and (max-width: 1350px) {
  .workArea .ImgBox {
    border-radius: 35px;
  }
}
.workArea .ImgBox .ImgContent {
  width: 145vw;
  max-width: 2788px;
  height: 100%;
  position: absolute;
  top: -12vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1921px) {
  .workArea .ImgBox .ImgContent {
    top: -192px;
  }
}
.workArea .ImgBox .ImgContent .Img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.workArea .ImgBox .ImgContent img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: translateY(10vw);
          transform: translateY(10vw);
}
@media screen and (min-width: 1921px) {
  .workArea .ImgBox .ImgContent img {
    -webkit-transform: translateY(192px);
            transform: translateY(192px);
  }
}
.workArea .btnBox {
  margin-top: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 126px;
}
@media screen and (max-width: 1540px) {
  .workArea .btnBox {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1350px) {
  .workArea .btnBox {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.workArea .btnBox .btn {
  width: 422px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  border-radius: 999px;
  color: #CF253E;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 8px;
}
@media screen and (max-width: 1540px) {
  .workArea .btnBox .btn {
    font-size: 17px;
  }
}
@media screen and (max-width: 1350px) {
  .workArea .btnBox .btn {
    font-size: 16px;
  }
}
.workArea .btnBox .btn .btnText {
  width: calc(100% - 50px);
  text-align: center;
  padding: 0 0 0 50px;
}
.workArea .btnBox .btn .iconBox {
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px;
  border-radius: 50%;
  background-color: #CF253E;
  color: #fff;
}
.workArea .btnBox .btn .iconBox .icon {
  width: 30px;
  height: 24px;
  background: url(./images/sale/sale_icon3.png) no-repeat center center/100%;
}

.workArea .clientList {
  margin-bottom: 58px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  --item-width: 270px;
  --gap: 40px;
  --item-count: 7;
  --total-width: calc(var(--item-width) * var(--item-count) + var(--gap) * (var(--item-count) - 1));
  -webkit-mask: url(./images/sale/mask.png) no-repeat center center/100%;
          mask: url(./images/sale/mask.png) no-repeat center center/100%;
}

@media (max-width: 1580px) {
  .workArea .clientList {
    --item-width: 200px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .workArea .clientList {
    margin-bottom: 30px;
  }
}
@media (max-width: 1180px) {
  .workArea .clientList {
    --item-width: 150px;
  }
}
@media (max-width: 600px) {
  .workArea .clientList {
    --item-width: 100px;
  }
}
.workArea .clientList .clientScroll {
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: var(--gap);
  -webkit-animation: seamlessLoop 50s linear infinite;
  animation: seamlessLoop 50s linear infinite;
}

.workArea .clientList .clientScroll_02 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: var(--gap);
  -webkit-animation: seamlessLoop_02 60s linear infinite;
  animation: seamlessLoop_02 60s linear infinite;
}

.workArea .clientList .clientItem {
  width: var(--item-width);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.workArea .clientList .clientItem .Img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.workArea .clientList .clientItem img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@-webkit-keyframes seamlessLoop_02 {
  0% {
    -webkit-transform: translateX(calc(-1 * var(--total-width) - var(--gap)));
    transform: translateX(calc(-1 * var(--total-width) - var(--gap)));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes seamlessLoop_02 {
  0% {
    -webkit-transform: translateX(calc(-1 * var(--total-width) - var(--gap)));
    transform: translateX(calc(-1 * var(--total-width) - var(--gap)));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes seamlessLoop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--total-width) - var(--gap)));
    transform: translateX(calc(-1 * var(--total-width) - var(--gap)));
  }
}
@keyframes seamlessLoop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--total-width) - var(--gap)));
    transform: translateX(calc(-1 * var(--total-width) - var(--gap)));
  }
}
.reviewArea {
  padding: 162px 0 120px;
  position: relative;
}
@media screen and (max-width: 1540px) {
  .reviewArea {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1350px) {
  .reviewArea {
    padding: 60px 0;
  }
}
.reviewArea .titleBox {
  margin-bottom: 58px;
}
.reviewArea .titleBox .title {
  font-size: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  margin: 0 0 24px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1540px) {
  .reviewArea .titleBox .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1350px) {
  .reviewArea .titleBox .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .reviewArea .titleBox .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .reviewArea .titleBox .title {
    font-size: 28px;
  }
}
.reviewArea .titleBox .title .underline {
  color: #CF253E;
  margin: 0 0 3px;
}
.reviewArea .titleBox .title .underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #CF253E;
  margin: -1px 0 5px;
}
.reviewArea .wrap {
  max-width: 1590px;
}
.reviewArea .slickBtnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 323px;
  margin: 0 auto;
  padding: 0 8px 0 0;
}
.reviewArea .slickBtnBox .slickBtn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #CF253E;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.reviewArea .slickBtnBox .slickBtn.next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1181px) {
  .reviewArea .slickBtnBox .slickBtn:hover {
    opacity: 0.8;
  }
}
.reviewArea .slickBtnBox .slickBtn .icon {
  width: 12px;
  height: 13px;
}
.reviewArea .slickBtnBox .slickBtn .icon svg {
  width: 100%;
  height: 100%;
}
.reviewArea .slickBtnBox .numberBox {
  display: -ms-flexbox;
  display: flex;
  color: #C2C2C2;
  font-weight: 700;
  font-size: 19px;
}
.reviewArea .slickBtnBox .numberBox .numberList {
  width: 60px;
  text-align: right;
  position: relative;
}
.reviewArea .slickBtnBox .numberBox .numberList .numberItem {
  position: relative;
  color: #CF253E;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.reviewArea .slickBtnBox .numberBox .numberList .numberItem:not(:first-child) {
  position: absolute;
  top: 0;
  right: 0;
}
.reviewArea .slickBtnBox .numberBox .numberList .numberItem.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.reviewArea .slickBtnBox .numberBox .slash {
  margin: 0 12px;
  font-size: 19px;
}
.reviewArea .slickBtnBox .numberBox .total {
  width: 60px;
}
.reviewArea .reviewBox {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.reviewArea .reviewList {
  width: 100%;
  max-width: unset;
  margin-bottom: 30px;
}
.reviewArea .reviewList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
}
.reviewArea .reviewList:not(.slick-slider) .reviewItem {
  width: 25%;
}
@media screen and (max-width: 820px) {
  .reviewArea .reviewList:not(.slick-slider) .reviewItem {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .reviewArea .reviewList:not(.slick-slider) .reviewItem {
    width: 100%;
  }
}
.reviewArea .reviewList:not(.slick-slider) .reviewItem:not(:first-child) {
  display: none;
}
.reviewArea .reviewList .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.reviewArea .reviewList .slick-track .slick-slide {
  height: inherit;
  padding-bottom: 20px;
}
.reviewArea .reviewList .slick-track .slick-slide > div,
.reviewArea .reviewList .slick-track .slick-slide > div > *,
.reviewArea .reviewList .slick-track .item {
  height: 100%;
}
.reviewArea .reviewList .slick-list {
  padding: 0;
}
.reviewArea .reviewList .reviewItem {
  border-radius: 30px;
}
.reviewArea .reviewList .reviewItem .item {
  padding: 48px 34px 61px 39px;
}
@media screen and (max-width: 1540px) {
  .reviewArea .reviewList .reviewItem .item {
    padding: 30px;
  }
}
@media screen and (max-width: 1350px) {
  .reviewArea .reviewList .reviewItem .item {
    padding: 20px;
  }
}
.reviewArea .reviewList .reviewItem .item::before {
  display: none;
}
.reviewArea .reviewList .reviewItem .item .star {
  margin-bottom: 24px;
}
.reviewArea .reviewList .reviewItem .item .text {
  -webkit-line-clamp: 4;
  height: 110px;
  color: #434343;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .reviewArea .reviewList .reviewItem .item .text {
    font-size: 15px;
    height: 110px;
  }
}
@media screen and (max-width: 1350px) {
  .reviewArea .reviewList .reviewItem .item .text {
    font-size: 14px;
    height: 100px;
  }
}
.reviewArea .reviewList .reviewItem .item .subtitle {
  font-weight: 700;
  font-size: 27px;
  padding-top: 36px;
  margin-top: 31px;
  border-top: 1px solid #E3E3E3;
  margin-bottom: 15px;
  color: #2A2A2A;
}
@media screen and (max-width: 1540px) {
  .reviewArea .reviewList .reviewItem .item .subtitle {
    font-size: 25px;
    padding-top: 20px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1350px) {
  .reviewArea .reviewList .reviewItem .item .subtitle {
    font-size: 23px;
    padding-top: 15px;
    margin-top: 20px;
  }
}
.reviewArea .reviewList .reviewItem .item .smallTxt {
  font-weight: 600;
  font-size: 17px;
  color: #9C9C9C;
}
@media screen and (max-width: 1540px) {
  .reviewArea .reviewList .reviewItem .item .smallTxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1350px) {
  .reviewArea .reviewList .reviewItem .item .smallTxt {
    font-size: 15px;
  }
}

.reviewArea .circle {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.reviewArea .circle.blur01 {
  right: 40%;
  width: 580px;
  height: 580px;
  background-color: rgba(255, 106, 0, 0.3);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  top: 25%;
  right: 0;
  -webkit-animation: circularMotion 4s linear infinite;
  animation: circularMotion 4s linear infinite;
}

@media (max-width: 1340px) {
  .reviewArea .circle.blur01 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 960px) {
  .reviewArea .circle.blur01 {
    left: 0;
    right: auto;
  }
}
@media (max-width: 660px) {
  .reviewArea .circle.blur01 {
    background-color: rgba(255, 67, 73, 0.2);
  }
}
.reviewArea .circle.blur02 {
  width: 376px;
  height: 376px;
  left: 10%;
  top: 30%;
  background-color: rgba(255, 67, 73, 0.55);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  -webkit-animation: circularMotion 6s linear infinite;
  animation: circularMotion 6s linear infinite;
}

@media (max-width: 1340px) {
  .reviewArea .circle.blur02 {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 660px) {
  .reviewArea .circle.blur02 {
    background-color: rgba(255, 145, 67, 0.12);
  }
}
.contactArea {
  position: relative;
}
.contactArea:target:before {
  display: none;
}
.contactArea .titleBox .title {
  font-size: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  margin: 0 0 15px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1540px) {
  .contactArea .titleBox .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1350px) {
  .contactArea .titleBox .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .contactArea .titleBox .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .contactArea .titleBox .title {
    font-size: 28px;
  }
}
.contactArea .titleBox .title .underline {
  color: #CF253E;
  margin: 0 0 3px;
}
.contactArea .titleBox .title .underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #CF253E;
  margin: -1px 0 5px;
}
.contactArea .titleBox .text {
  font-weight: 400;
  font-size: 27px;
  color: #5C5C5C;
  text-align: center;
}
@media screen and (max-width: 1540px) {
  .contactArea .titleBox .text {
    font-size: 25px;
  }
}
@media screen and (max-width: 1350px) {
  .contactArea .titleBox .text {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .contactArea .titleBox .text {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .contactArea .titleBox .text {
    font-size: 19px;
  }
}
.contactArea .titleBox .text .mainColor {
  font-weight: 700;
  color: #CF253E;
  display: inline-block;
  padding: 0 10px;
}
.contactArea .titleBox .text a {
  font-weight: 700;
}
.contactArea .formBox {
  color: #5C5C5C;
}
.contactArea .formTitle {
  font-weight: 400;
  font-size: 19px;
  padding: 12px 0 15px;
  border-bottom: 1px solid #EF8696;
  margin-bottom: 25px;
}
.contactArea .formTitle.need {
  margin-bottom: 15px;
}
.contactArea .formList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.contactArea .formList li {
  width: 33.33%;
  padding: 0 20px 25px;
}
@media screen and (max-width: 1180px) {
  .contactArea .formList li {
    width: 50%;
  }
  .contactArea .formList li.full {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contactArea .formList li {
    width: 100%;
  }
}
.contactArea .formList li .title {
  font-weight: 400;
  font-size: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-bottom: 11px;
}
.contactArea .formList li .title:has(em) {
  padding-right: 18px;
}
.contactArea .formList li .title em {
  position: absolute;
  top: 0;
  right: 0;
  color: #C4252B;
}
.contactArea .formList li .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 0 0;
  border-bottom: 1px solid #D4D4D4;
}
.contactArea .formList li .item.error {
  border-color: #C4252B;
}
.contactArea .formList li .inputBox {
  padding: 0 0 8px;
  -ms-flex: 1;
      flex: 1;
}
.contactArea .formList li .checkbox2 span,
.contactArea .formList li .radio2 span {
  padding-left: 16px;
}
.contactArea .formList li .checkbox2 span::before,
.contactArea .formList li .radio2 span::before {
  top: 6px;
}
.contactArea .formList li.name .item {
  padding: 0 0 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.contactArea .formList li.name .title {
  padding-bottom: 9px;
}
.contactArea .formList li.name .inputBox input {
  height: 42px;
}
.contactArea .formList li.name .sexBox {
  padding: 0 0 7px;
}
.contactArea .formList li.name .sexBox .radio2 {
  padding-right: 12px;
}
.contactArea .formList li.name .sexBox .radio2 > input {
  position: absolute;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.contactArea .formList li:not(.name) .inputBox {
  -ms-flex: 1;
      flex: 1;
}
.contactArea .formList li:not(.name) .inputBox select {
  width: 100%;
}
.contactArea .formList li:has(.checkbox2) {
  width: 100%;
}
.contactArea .formList li:has(.checkbox2) .item {
  border: none;
  padding-bottom: 2px;
}
.contactArea .formList li:has(textarea) {
  width: 100%;
}
.contactArea .formList li:has(textarea) .item {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
}
.contactArea .formList li:has(textarea) .textarea {
  width: 100%;
  -ms-flex: unset;
      flex: unset;
}
.contactArea .formList li.checkArea {
  width: 100%;
  padding-top: 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1180px) {
  .contactArea .formList li.checkArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactArea .formList li.checkArea .btn04 .submit {
    min-width: 230px;
    margin: 5px 0;
  }
}
.contactArea .formList li.checkArea .captchaArea {
  margin-right: 5px;
}
@media screen and (max-width: 1180px) {
  .contactArea .formList li.checkArea .captchaArea {
    margin: 5px 5px 5px 0;
  }
}

.contactArea .circle.blur07 {
  position: absolute;
  right: -10%;
  top: 30%;
  width: 580px;
  height: 580px;
  background-color: rgba(255, 67, 73, 0.25);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  -webkit-animation: circularMotion 5s linear infinite;
  animation: circularMotion 5s linear infinite;
}

@media (max-width: 1340px) {
  .contactArea .circle.blur07 {
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 1181px) {
  .contactArea {
    padding: 76px 0 203px;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .contactArea {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 640px) {
  .contactArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contactArea > .wrap {
  position: relative;
  max-width: 1446px;
}

.contactArea .secondTitle {
  position: relative;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: center;
}

.contactArea .secondTitle strong {
  color: #ed252f;
}

@media (min-width: 769px) {
  .contactArea .secondTitle strong {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .contactArea .secondTitle strong {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .contactArea .secondTitle strong {
    font-size: 24px;
  }
}
.contactArea .secondTitle strong span {
  margin: 0 5px;
  font-size: 50px;
}

@media (max-width: 768px) {
  .contactArea .secondTitle strong span {
    font-size: 42px;
  }
}
@media (max-width: 640px) {
  .contactArea .secondTitle strong span {
    font-size: 30px;
  }
}
.contactArea .formBox {
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .contactArea .formBox {
    margin-top: 40px;
  }
}
.contactArea .formBox form {
  position: relative;
  z-index: 1;
}

@media (min-width: 401px) {
  .contactArea .formBox form {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.contactArea .formBox form > div:not(.checkArea) {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 400px) {
  .contactArea .formBox form > div:not(.checkArea) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
}
.contactArea .formBox form > div:not(.checkArea)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 100%;
  border: 1px solid #8f8f8f;
  pointer-events: none;
}

@media (max-width: 400px) {
  .contactArea .formBox form > div:not(.checkArea)::before {
    left: 0;
    width: 100%;
    display: none;
  }
}
.contactArea .formBox form > div:not(.checkArea) > .left {
  width: 120px;
  padding: 0 0 0 10px;
  line-height: 25px;
  border-right: 1px solid #999;
}

@media (max-width: 400px) {
  .contactArea .formBox form > div:not(.checkArea) > .left {
    width: 100%;
    padding-left: 0;
    line-height: 40px;
    border-right: 0;
  }
}
.contactArea .formBox form > div:not(.checkArea) > .right {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 120px);
}

@media (max-width: 400px) {
  .contactArea .formBox form > div:not(.checkArea) > .right {
    width: 100%;
  }
  .contactArea .formBox form > div:not(.checkArea) > .right::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    border: 1px solid #ababab;
    pointer-events: none;
  }
  .contactArea .formBox form > div:not(.checkArea) > .right > * {
    position: relative;
  }
}
.contactArea .formBox form > div:not(.checkArea) > .right > label {
  width: 80px;
  line-height: 25px;
}

@media (max-width: 500px) {
  .contactArea .formBox form > div:not(.checkArea) > .right > label {
    width: 60px;
  }
}
@media (max-width: 400px) {
  .contactArea .formBox form > div:not(.checkArea) > .right > label {
    line-height: 40px;
  }
}
.contactArea .formBox form > div:not(.checkArea) > .right.name input[type=text] {
  width: calc(100% - 160px);
}

@media (max-width: 500px) {
  .contactArea .formBox form > div:not(.checkArea) > .right.name input[type=text] {
    width: calc(100% - 120px);
  }
}
.contactArea .formBox label {
  font-size: 15px;
  letter-spacing: 0;
  color: #000;
}

.contactArea .formBox label em {
  margin-left: 5px;
  color: #ed252f;
}

.contactArea .formBox input[type=text],
.contactArea .formBox textarea,
.contactArea .formBox select {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 14px;
  color: #121212;
  background-color: transparent;
  border: 0;
}

@media (max-width: 400px) {
  .contactArea .formBox input[type=text],
  .contactArea .formBox textarea,
  .contactArea .formBox select {
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
  }
}
.contactArea .formBox textarea {
  height: 58px;
  line-height: 1.4;
  resize: none;
}

.contactArea .formBox input[type=radio] {
  position: relative;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0 5px -2px 0;
  border: 1px solid #898989;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contactArea .formBox input[type=radio]::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background-color: #c80c16;
  border-radius: 50%;
  opacity: 0;
}

.contactArea .formBox input[type=radio]:checked::before {
  opacity: 1;
}

.contactArea .formBox .btn {
  margin-top: 5px;
  text-align: center;
}

.contactArea .formBox .submit {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  min-width: 220px;
  max-width: 280px;
  height: 43px;
  line-height: 19px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #c80c16;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.contactArea .formBox .submit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #f14c46;
  transition: all 0.4s ease;
}

.contactArea .formBox .submit:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.contactArea .formBox .nice-select {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 55px;
  font-size: 14px;
  letter-spacing: 0px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 0;
}

@media (max-width: 400px) {
  .contactArea .formBox .nice-select {
    height: 40px;
    line-height: 40px;
    padding-left: 0;
    padding-right: 40px;
  }
}
.contactArea .formBox .nice-select::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 50px;
  width: 1px;
  height: calc(100% + 23px);
  background: #ababab;
}

@media (max-width: 400px) {
  .contactArea .formBox .nice-select::before {
    top: 0;
    right: 40px;
    height: calc(100% + 3px);
  }
}
.contactArea .formBox .nice-select span {
  color: #eaeaea;
}

.contactArea .formBox .nice-select .list {
  top: calc(100% + 10px);
  width: 100%;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.contactArea .formBox .nice-select .list .option.selected {
  font-weight: normal;
}

.contactArea .formBox .nice-select .list .option:hover,
.contactArea .formBox .nice-select .list .option.focus,
.contactArea .formBox .nice-select .list .option.selected.focus,
.contactArea .formBox .nice-select .list:hover .option.selected.focus:hover {
  background-color: #e4e4e4;
}

.contactArea .formBox .nice-select::after {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  right: 18px;
}

@media (max-width: 400px) {
  .contactArea .formBox .nice-select::after {
    right: 12px;
  }
}