@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url("https://webfontworld.github.io/SCoreDream/SCoreDream.css");

* {
  padding: 0;
  margin: 0;
  letter-spacing: -1px;
  box-sizing: border-box;
  color: #000;
  -webkit-overflow-scrolling: touch;
}

img {
  vertical-align: middle;
}

select,
button,
textarea,
input[type=text],
input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

select:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio] {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

sub,
sup {
  font-size: 75%;
}

ul,
ol,
li {
  list-style: none;
}

select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

html,
body {
  width: 100%;
  min-width: 320px;
  font-size: 20px;
  font-family: "Pretendard";
}

span,
a,
button {
  display: inline-block;
}

img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.wrap {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.mo {
  display: none;
}

#head2 {
  position: relative;
}

#head2 .form {
  width: 100%;
  background-color: #fff;
  padding: 2rem 2.5rem;
  font-size: 1.2rem;
}

#head2 .form .title {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
  text-align: center;
}

#head2 .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#head2 .form form .input {
  display: flex;
  align-items: center;
  width: calc(50% - 0.6rem);
  margin-right: 1.2rem;
  margin-bottom: 1.25rem;
}

#head2 .form form .input:nth-child(2n) {
  margin-right: 0;
}

#head2 .form form .input .input-title {
  display: inline-block;
  font-weight: 700;
  margin-right: 0.74rem;
  color: #670000;
  white-space: nowrap;
}

#head2 .form form .input input[type=text] {
  position: relative;
  width: 100%;
  height: 2.75rem;
  padding: 0 2%;
  border: 1px solid #cccccc;
  color: #c4c4c4;
}

#head2 .form form .input input[type=text]::-moz-placeholder {
  color: #c4c4c4;
}

#head2 .form form .input input[type=text]::placeholder {
  color: #c4c4c4;
}

#head2 .form form .input select {
  position: relative;
  width: 100%;
  height: 2.75rem;
  padding: 0 2%;
  border: 1px solid #cccccc;
  color: #c4c4c4;
  background-image: url("./images/select.png");
  background-size: 0.6rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#head2 .form form .input .num-wrap {
  display: flex;
  align-items: center;
}

#head2 .form form .input .num-wrap select,
#head2 .form form .input .num-wrap input[type=text] {
  position: relative;
  width: 33.3333%;
  color: #000;
}

#head2 .form form .input .num-wrap select:last-child,
#head2 .form form .input .num-wrap input[type=text]:last-child {
  margin-right: 0;
}

#head2 .form form .input .num-wrap>span {
  padding: 0 0.35rem;
  color: #ccc;
}

#head2 .form form .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  width: 100%;
}

#head2 .form form .checkbox input[type=checkbox] {
  margin-right: 0.25rem;
  width: 1rem;
  height: 1rem;
}

#head2 .form form .send {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.35rem;
  font-weight: 700;
  background-color: #d70000;
  color: color;
  padding: 0.6rem 1.75rem;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  margin-top: 1rem;
}

#head2 .form form .send::after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.25rem;
}

#head2 header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.85rem 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 20;
}

#head2 header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#head2 header .wrap .logo-wrap {
  display: flex;
  flex-direction: column;
}

#head2 header .wrap .logo-wrap .logo {
  padding-bottom: 0.25rem;
}

#head2 header .wrap .logo-wrap .logo img {
  max-width: none;
}

#head2 header .wrap .logo-wrap>span {
  font-size: 1rem;
  font-weight: 400;
  color: #444444;
}

#head2 header .wrap .call {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 900;
}

#head2 header .wrap .call>img {
  max-width: 2.1rem;
  margin-right: 0.25rem;
}

#head2 .title-wrap {
  text-align: center;
}

#head2 .sc1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#head2 .sc1 .wrap {
  padding: 8rem 0 5rem;
}

#head2 .sc1 .wrap .title-wrap {
  padding-bottom: 2.5rem;
}

#head2 .sc1 .wrap .title-wrap .subtitle {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  font-size: 1.30rem;
  padding: 1.2rem 2rem;
  margin-bottom: 1rem;
}

#head2 .sc1 .wrap .title-wrap .subtitle>b {
  font-style: italic;
  color: #c10000;
}

#head2 .sc1 .wrap .title-wrap .title {
  padding-bottom: 0.5rem;
}

#head2 .sc1 .wrap .title-wrap .title img {
  width: 100%;
  max-width: 36.55rem;
}

#head2 .sc1 .wrap .title-wrap .text {
  font-size: 1.7rem;
  font-weight: bold;
}

#head2 .sc1 .wrap .title-wrap .text>span {
  font-weight: 300;
}

#head2 .sc1 .wrap .box-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 3.5rem;
  font-size: 1.35rem;
  font-weight: 300;
}

#head2 .sc1 .wrap .box-wrap>li+li {
  margin-left: 1rem;
}

#head2 .sc1 .wrap .box-wrap>li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  padding: 0.5rem 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

#head2 .sc1 .wrap .box-wrap>li * {
  color: #fff;
}

#head2 .sc1 .wrap .box-wrap>li>img {
  max-width: 1.75rem;
  margin-right: 0.25rem;
}

#head2 .sc1 .wrap .box-wrap>li b {
  font-weight: 500;
}

#head2 .sc1 .wrap .box-wrap>li:nth-child(2)>img {
  max-width: 1.25rem;
}

#head2 .sc2 .wrap {
  display: flex;
  align-items: flex-end;
  padding: 4.5rem 0 0;
}

#head2 .sc2 .wrap .left {
  width: calc(42.59% - 1rem);
  margin-right: 1rem;
}

#head2 .sc2 .wrap .right {
  width: calc(100% - (42.59% - 1rem));
  padding-bottom: 5.5rem;
}

#head2 .sc2 .wrap .right .title-wrap {
  padding-bottom: 2rem;
  text-align: left;
}

#head2 .sc2 .wrap .right .title-wrap .title>img {
  max-width: 25.1rem;
}

#head2 .sc2 .wrap .right .list {
  width: 100%;
  font-size: 1.5rem;
}

#head2 .sc2 .wrap .right .list>li {
  display: flex;
  align-items: center;
  padding: 1rem 1rem 1rem 3rem;
  border: 3px solid #e3e3e3;
  border-radius: 0.15rem;
  background-image: url("./images/sc2-check.png");
  background-repeat: no-repeat;
  background-position: 1rem;
  background-size: 1.75rem;
  font-weight: 300;
}

#head2 .sc2 .wrap .right .list>li>b {
  font-weight: 700;
}

#head2 .sc2 .wrap .right .list>li+li {
  margin-top: 0.6rem;
}

#head2 .sc3 {
  background-color: #efebe8;
}

#head2 .sc3 .wrap {
  max-width: 44.5rem;
  padding: 5.5rem 0;
}

#head2 .sc3 .wrap .title-wrap {
  padding-bottom: 3rem;
}

#head2 .sc3 .wrap .title-wrap .title>img {
  max-width: 26.86rem;
}

#head2 .sc3 .wrap .tab-nav {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.75rem;
}

#head2 .sc3 .wrap .tab-nav>li {
  width: calc(33.3333% - 0.6666rem);
  margin-right: 1rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0;
  border-radius: 100px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #444444;
  cursor: pointer;
}

#head2 .sc3 .wrap .tab-nav>li:nth-child(3n) {
  margin-right: 0;
}

#head2 .sc3 .wrap .tab-nav>li:hover {
  border-color: #da0000;
  color: #da0000;
}

#head2 .sc3 .wrap .tab-nav>li.on {
  background-color: #da0000;
  color: #fff;
  border-color: #da0000;
  font-weight: 700;
}

#head2 .sc3 .wrap .tab-con {
  position: relative;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

#head2 .sc3 .wrap .tab-con>li.on {
  position: relative;
  opacity: 1;
  z-index: 1;
}

#head2 .sc3 .wrap .tab-con>li {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 0.5rem solid #da0000;
  padding: 2.5rem 0.5rem 2.5rem 2.5rem;
  opacity: 0;
}

#head2 .sc3 .wrap .tab-con>li .con-title {
  padding-bottom: 1.2rem;
}

#head2 .sc3 .wrap .tab-con>li .list {
  width: 100%;
}

#head2 .sc3 .wrap .tab-con>li .list>li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}

#head2 .sc3 .wrap .tab-con>li .list>li:last-child {
  padding-bottom: 0;
}

#head2 .sc3 .wrap .tab-con>li .list>li>span:first-child {
  font-weight: 500;
  text-align: center;
  background-color: #da0000;
  color: #fff;
  margin-right: 0.75rem;
  white-space: nowrap;
  padding: 0.25rem 1.25rem;
  border-radius: 100px;
}

#head2 .sc3 .wrap .tab-con>li .list>li>span {
  display: inline-block;
  color: #222222;
}

#head2 .sc3 .wrap .tab-con>li.num1 .con-title img {
  max-width: 11.8rem;
}

#head2 .sc3 .wrap .tab-con>li.num2 .con-title img {
  max-width: 12.05rem;
}

#head2 .sc3 .wrap .tab-con>li.num3 .con-title img {
  max-width: 14.4rem;
}

#head2 .sc3 .wrap .tab-con>li.num4 .con-title img {
  max-width: 16.25rem;
}

#head2 .sc3 .wrap .tab-con>li.num5 .con-title img {
  max-width: 16.7rem;
}

#head2 .sc3 .wrap .tab-con>li.num6 .con-title img {
  max-width: 12.5rem;
}

#head2 .sc3 .quick-bar {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  background-color: #da0000;
  cursor: pointer;
}

#head2 .sc3 .quick-bar>img {
  max-width: 26.5rem;
}

#head2 .sc4 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#head2 .sc4 .wrap {
  padding: 5.5rem 0;
}

#head2 .sc4 .wrap .title-wrap {
  padding-bottom: 2rem;
}

#head2 .sc4 .wrap .title-wrap .title>img {
  max-width: 25.15rem;
}

#head2 .sc4 .wrap .box-wrap {
  display: flex;
}

#head2 .sc4 .wrap .box-wrap>li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(25% - 0.65rem);
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 0.6rem;
  overflow: hidden;
  text-align: center;
  padding-top: 2.5rem;
}

#head2 .sc4 .wrap .box-wrap>li .icon {
  padding-bottom: 2.5rem;
}

#head2 .sc4 .wrap .box-wrap>li .text {
  padding-bottom: 0.75rem;
}

#head2 .sc4 .wrap .box-wrap>li .text2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  background-color: #d70000;
  height: 4.5rem;
}

#head2 .sc4 .wrap .box-wrap>li .text2>img {
  max-width: 70%;
}

#head2 .sc4 .wrap .box-wrap>li+li {
  margin-left: 1rem;
}

#head2 .sc4 .wrap .box-wrap>li:nth-child(1) .icon>img {
  max-width: 3.6rem;
}

#head2 .sc4 .wrap .box-wrap>li:nth-child(1) .text>img {
  max-width: 6.2rem;
}

#head2 .sc4 .wrap .box-wrap>li:nth-child(2) .icon>img {
  max-width: 4.35rem;
}

#head2 .sc4 .wrap .box-wrap>li:nth-child(2) .text>img {
  max-width: 4.35rem;
}

#head2 .sc4 .wrap .box-wrap>li:nth-child(3) .icon>img {
  max-width: 3.6rem;
}

#head2 .sc4 .wrap .box-wrap>li:nth-child(3) .text>img {
  max-width: 6.15rem;
}

#head2 .sc4 .wrap .box-wrap>li:nth-child(3) .text2>img {
  max-width: 85%;
}

#head2 .sc4 .wrap .box-wrap>li:nth-child(4) .icon>img {
  max-width: 3.35rem;
}

#head2 .sc4 .wrap .box-wrap>li:nth-child(4) .text>img {
  max-width: 4.35rem;
}

#head2 .sc5 .wrap {
  padding-top: 5rem;
  max-width: 49rem;
}

#head2 .sc5 .wrap .title-wrap {
  padding-bottom: 2rem;
}

#head2 .sc5 .wrap .title-wrap .title>img {
  width: 90%;
  max-width: 35.7rem;
}

#head2 .sc5 .wrap .title-wrap>.text {
  font-size: 1.2rem;
  color: #bfbfbf;
  padding-top: 1rem;
}

#head2 .sc5 .wrap .flex {
  display: flex;
  align-items: flex-end;
}

#head2 .sc5 .wrap .flex>span:first-child {
  width: 37.75%;
  margin-right: 2.5rem;
}

#head2 .sc5 .wrap .flex>span:last-child {
  width: 62.25%;
  padding-bottom: 4rem;
}

#head2 .sc6 {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#head2 .sc6 .wrap {
  padding: 5.5rem 0;
}

#head2 .sc6 .wrap .title-wrap {
  padding-bottom: 2rem;
}

#head2 .sc6 .wrap .title-wrap .title>img {
  max-width: 18rem;
}

#head2 .sc6 .wrap .title-wrap .text {
  padding-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

#head2 .sc6 .wrap .flex {
  display: flex;
  align-items: stretch;
}

#head2 .sc6 .wrap .listSlide {
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
}

#head2 .sc6 .wrap .listSlide .tableTop {
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: #efebe8;
}

#head2 .sc6 .wrap .listSlide .tableTop span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 1rem 0;
  width: 25%;
  color: #232323;
}

#head2 .sc6 .wrap .listSlide .sc6_swiper {
  height: 23rem;
  background-color: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
  font-size: 1.1rem;
}

#head2 .sc6 .wrap .listSlide .sc6_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 1.5rem;
  min-height: 2.8rem;
}

#head2 .sc6 .wrap .listSlide .sc6_swiper .swiper-slide>div {
  text-align: center;
  width: 25%;
  color: #666;
  text-align: center;
}

#head2 .sc6 .wrap .listSlide .sc6_swiper .swiper-slide .date {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

#head2 .sc6 .wrap .listSlide .sc6_swiper .swiper-slide .date span {
  color: #666;
}

#head2 .sc6 .wrap .listSlide .sc6_swiper .swiper-slide .state span {
  border-radius: 100px;
  font-weight: 300;
  padding: 0.15rem 0;
  width: 5rem;
  display: inline-block;
  color: #666;
}

#head2 .sc6 .wrap .listSlide .sc6_swiper .swiper-slide .state.done span {
  background-color: #d70000;
  color: #fff;
}

#head2 .sc6 .wrap .listSlide .sc6_swiper .swiper-slide .state.doing span {
  background-color: #eee;
  color: #666;
}

#head2 .sc6 .wrap .form {
  width: calc(50% - 0.5rem);
  height: auto;
  border-radius: 0.8rem;
  padding: 1.2rem;
  margin-right: 0;
  border: 3px solid #d70000;
  font-size: 1.1rem;
}

#head2 .sc6 .wrap .form .form-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #d70000;
  padding-bottom: 1rem;
  text-align: center;
}

#head2 .sc6 .wrap .form .input {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 0;
  margin-bottom: 1rem;
}

#head2 .sc6 .wrap .form .input .input-title {
  font-weight: 300;
  color: #000;
}

#head2 .sc6 .wrap .form .input input[type=text],
#head2 .sc6 .wrap .form .input select {
  position: relative;
  height: 2.5rem;
  border-radius: 0.25rem;
  background-image: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='3' fill='gray'/%3E%3C/svg%3E");
  background-size: 0.35rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.35rem) 0.3rem;
}

#head2 .sc6 .wrap .form .checkbox {
  padding-bottom: 1.5rem;
  font-size: 0.85rem;
}

#head2 .sc6 .wrap .form .checkbox input[type=checkbox] {
  width: 0.85rem;
  height: 0.85rem;
}

#head2 .sc6 .wrap .form .checkbox .detail {
  margin-left: 0.25rem;
}

#head2 .sc6 .wrap .form .send {
  display: flex;
  align-items: center;
  background-color: #d70000;
  color: #fff;
  width: 85%;
  margin: 0 auto;
  padding: 0.6rem 0;
  font-size: 1.6rem;
  font-weight: 500;
}

#head2 .sc6 .wrap .form .send::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='gray' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

#head2 footer .wrap {
  max-width: 60rem;
}

#head2 footer .list {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}

#head2 footer .list::after {
  content: "";
  display: block;
  clear: both;
}

#head2 footer .list li {
  width: 16.6666%;
  margin: 0 2%;
  text-align: center;
  height: auto;
}

#head2 footer .list li img {
  margin: 0 auto;
}

#head2 footer .bottom {
  background-color: #eee;
  padding: 4.5rem 0 4rem;
}

#head2 footer .bottom p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.4;
}

#head2 .simply-scroll {
  height: auto;
}

#head2 .simply-scroll .simply-scroll-list {
  display: flex;
}

#head2 .quick-btns {
  position: fixed;
  right: 5%;
  bottom: 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

#head2 .quick-btns .quick-click {
  margin-bottom: 0.75rem;
  cursor: pointer;
}

#head2 .quick-btns .topBtn {
  cursor: pointer;
}

#head2 .modal.on {
  display: block;
}

#head2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}

#head2 .modal .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

#head2 .modal .wrap .modal-box {
  max-width: 90%;
  width: 25rem;
  height: auto;
  background-color: #fff;
}

#head2 .modal .wrap .modal-box .modal-title {
  position: relative;
  background-color: #000;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  font-weight: 600;
}

#head2 .modal .wrap .modal-box .modal-title .modal-close {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(100);
  cursor: pointer;
}

#head2 .modal .wrap .modal-box .modal-con {
  max-height: 30rem;
  padding: 1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 300;
  overflow-y: scroll;
}

@media (max-width: 1200px) {

  html,
  body {
    font-size: 1.5vw;
  }
}

@media (max-width: 768px) {

  html,
  body {
    font-size: 3vw;
  }

  #head2 .mo {
    display: inline-block !important;
  }

  #head2 .pc {
    display: none !important;
  }

  #head2 header .wrap .logo-wrap .logo img {
    width: 100%;
    max-width: 5.2rem;
  }

  #head2 header .wrap .call img {
    max-width: none;
    width: 2.8rem;
  }

  #head2 header .wrap .call>span {
    display: none;
  }

  #head2 .sc1 .wrap {
    width: 85%;
  }

  #head2 .sc1 .wrap .title-wrap {
    padding-bottom: 1.5rem;
  }

  #head2 .sc1 .wrap .title-wrap .text {
    display: none;
  }

  #head2 .sc1 .wrap .box-wrap {
    display: block;
    font-size: 2rem;
    padding-bottom: 2rem;
  }

  #head2 .sc1 .wrap .box-wrap>li {
    width: 100%;
    margin-bottom: 0.75rem;
    padding: 0.75rem 0;
  }

  #head2 .sc1 .wrap .box-wrap>li img {
    width: 100%;
    max-width: 2.25rem;
    margin-right: 0.5rem;
  }

  #head2 .sc1 .wrap .box-wrap>li b {
    font-weight: 700;
  }

  #head2 .sc1 .wrap .box-wrap>li+li {
    margin-left: 0;
  }

  #head2 .sc1 .wrap .box-wrap>li:nth-child(2) img {
    max-width: 1.5rem;
  }

  #head2 .form {
    padding: 1.5rem 1.8rem 2rem;
    font-size: 1rem;
  }

  #head2 .form form {
    align-items: center;
    flex-direction: column;
  }

  #head2 .form form .input {
    width: 100%;
    margin-right: 0;
  }

  #head2 .form form .input .input-title {
    font-size: 1.3rem;
  }

  #head2 .form form .input:nth-child(1) {
    order: 1;
  }

  #head2 .form form .input:nth-child(2) {
    order: 3;
  }

  #head2 .form form .input:nth-child(3) {
    order: 2;
  }

  #head2 .form form .input:nth-child(4) {
    order: 4;
  }

  #head2 .form form .checkbox {
    order: 5;
  }

  #head2 .form form .send {
    order: 6;
    width: auto;
    margin-top: 1.2rem;
  }

  #head2 .sc2 .wrap {
    width: 80%;
  }

  #head2 .sc2 .wrap .left {
    display: none;
  }

  #head2 .sc2 .wrap .right {
    width: 100%;
    padding-bottom: 4.5rem;
  }

  #head2 .sc2 .wrap .right .title-wrap {
    text-align: center;
  }

  #head2 .sc2 .wrap .right .list {
    margin: 0 auto;
    font-size: 1.35rem;
  }

  #head2 .sc2 .wrap .right .list>li {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem 0.75rem 3rem;
    background-size: 1.5rem;
  }

  #head2 .sc3 .wrap {
    width: 85%;
  }

  #head2 .sc3 .wrap .title-wrap {
    padding-bottom: 2.5rem;
  }

  #head2 .sc3 .wrap .tab-nav {
    padding-bottom: 2rem;
  }

  #head2 .sc3 .wrap .tab-nav>li {
    width: calc(50% - 0.5rem);
    font-size: 1.6rem;
  }

  #head2 .sc3 .wrap .tab-nav>li:nth-child(3n) {
    margin-right: 1rem;
  }

  #head2 .sc3 .wrap .tab-nav>li:nth-child(2n) {
    margin-right: 0;
  }

  #head2 .sc3 .wrap .tab-con {
    font-size: 1.05rem;
  }

  #head2 .sc3 .wrap .tab-con>li {
    padding: 2.5rem 0.5rem 2.5rem 1rem;
    word-break: keep-all;
  }

  #head2 .sc3 .wrap .tab-con>li .list>li>span:first-child {
    padding: 0.1rem 1rem;
  }

  #head2 .sc3 .quick-bar {
    padding: 1.5rem 0;
  }

  #head2 .sc4 {
    background-image: url(./images/sc4-bg.png) !important;
  }

  #head2 .sc4 .wrap {
    width: 80%;
    padding: 4.5rem 0;
  }

  #head2 .sc4 .wrap .box-wrap {
    flex-wrap: wrap;
  }

  #head2 .sc4 .wrap .box-wrap>li {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }

  #head2 .sc4 .wrap .box-wrap>li .text2 {
    height: 3.75rem;
  }

  #head2 .sc4 .wrap .box-wrap>li .text2>img {
    width: 90%;
  }

  #head2 .sc4 .wrap .box-wrap>li:nth-child(odd) {
    margin-left: 0;
  }

  #head2 .sc4 .wrap .box-wrap>li:nth-child(1) .text>img {
    width: 100%;
    max-width: 5.5rem;
  }

  #head2 .sc4 .wrap .box-wrap>li:nth-child(2) .text>img {
    width: 100%;
    max-width: 3.5rem;
  }

  #head2 .sc4 .wrap .box-wrap>li:nth-child(2) .text2>img {
    width: 50%;
  }

  #head2 .sc4 .wrap .box-wrap>li:nth-child(3) .text>img {
    width: 100%;
    max-width: 5.5rem;
  }

  #head2 .sc4 .wrap .box-wrap>li:nth-child(3) .text2>img {
    max-width: 82%;
  }

  #head2 .sc4 .wrap .box-wrap>li:nth-child(4) .text>img {
    width: 100%;
    max-width: 3.5rem;
  }

  #head2 .sc5 .wrap .title-wrap .title>img {
    max-width: 23rem;
  }

  #head2 .sc5 .wrap .title-wrap>.text {
    font-size: 1rem;
  }

  #head2 .sc5 .wrap .flex {
    flex-direction: column-reverse;
  }

  #head2 .sc5 .wrap .flex>span {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
  }

  #head2 .sc5 .wrap .flex>span:first-child img {
    width: 100%;
    max-width: 73%;
  }

  #head2 .sc5 .wrap .flex>span:last-child img {
    width: 100%;
    max-width: 93%;
  }

  #head2 .sc6 .wrap {
    width: 77%;
  }

  #head2 .sc6 .wrap .title-wrap .text {
    font-size: 1.05rem;
    font-weight: 300;
  }

  #head2 .sc6 .wrap .flex {
    flex-direction: column;
  }

  #head2 .sc6 .wrap .flex .listSlide,
  #head2 .sc6 .wrap .flex .form {
    width: 100%;
    margin: 0;
  }

  #head2 .sc6 .wrap .flex .listSlide {
    margin-bottom: 2.5rem;
  }

  #head2 .sc6 .wrap .form {
    padding: 1.2rem 1.2rem 2rem;
  }

  #head2 .sc6 .wrap .form .input .input-title {
    min-width: 10vw;
    font-size: 1rem;
  }

  #head2 footer .list li {
    min-width: 9%;
  }

  #head2 footer .bottom {
    padding: 3rem 0;
  }

  #head2 footer .bottom .wrap {
    width: 85%;
  }

  #head2 footer .bottom .wrap p {
    font-size: 1.1rem;
    word-break: keep-all;
    line-height: 1.6;
  }
}

@media (max-width: 500px) {
  #head2 .quick-btns {
    width: 16vw;
    bottom: 5%;
  }
}

@media (max-width: 375px) {

  #head2 .form form .input input[type=text],
  #head2 .form form .input select {
    height: 3rem !important;
  }
}

/*# sourceMappingURL=style.css.map */