.bg_y {
  background: #FFD81C;
}

.bg_g {
  background: #f7f7f7;
}

.br_pc {
  display: block;
}

.br_mo {
  display: none;
}

.section_common {
  display: block;
  width: 100%;
  /* height: 100vh; */
  min-height: unset;
  overflow: hidden;
  position: relative;
}

.section_common_n {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inside_full {
  width: 100%;
  height: 100%;
  position: relative;
}

.circle_big {
  position: absolute;
  display: block;
  background: #fff;
  width: 1358px;
  height: 1358px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.inside_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.intro_h1 {
  font-weight: bold;
  font-size: 70px;
  padding-top: 70px;
  margin-bottom: 63px;
  text-align: center;
  color: #000;
}
.intro_h1 b {
  color: #055DFF;
}

.intro_menu_wrap {
  position: relative;
  padding-bottom: 90px;
}

.intro_img1_mo {
  display: none;
}

.intro_img2_mo {
  display: none;
}

.intro_menu {
  display: flex;
  position: relative;
  gap: 30px;
  max-width: 1030px;
  margin: 0 auto;
  justify-content: center;
}

.intro_menu_box {
  position: relative;
  width: 50%;
  min-height: 565px;
  border-radius: 60px;
  padding: 86px 70px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  border: 3px solid #000;
}
.intro_menu_box.box1 {
  background: #FFD81C;
  border-color: #FFD81C;
}
.intro_menu_box.box2 {
  background: #055DFF;
  border-color: #055DFF;
  color: #fff;
}
.intro_menu_box .view {
  position: absolute;
  right: -25px;
  top: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  color: #fff;
  background: #000;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  opacity: 0;
}
.intro_menu_box p {
  font-size: 25px;
  font-weight: bold;
  line-height: 37px;
  word-break: keep-all;
}
.intro_menu_box > img {
  max-width: 238px;
  display: block;
  margin-bottom: 20px;
}
.intro_menu_box .menu_logo {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro_img1 {
  position: absolute;
  left: -70px;
  bottom: -100px;
  max-width: 620px;
  display: block;
}

.intro_img2 {
  position: absolute;
  right: -70px;
  bottom: -148px;
  max-width: 643px;
  display: block;
}

.main_top {
  width: 100%;
  height: 108px;
  padding: 0 40px;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.main_top .logo {
  width: 171px;
}
.main_top .logo img {
  display: block;
  width: 100%;
}
.main_top .menu {
  display: flex;
  align-items: center;
  gap: 35px;
}
.main_top .menu a {
  font-size: 18px;
  color: #000;
  display: inline-block;
  font-weight: 600;
}
.main_top .menu a.menu_est {
  padding: 7px 15px;
  background: #fff;
  border-radius: 60px;
}
.main_top .menu a.menu_tel {
  background: #1a1a1a;
  text-align: center;
  color: #fff;
  padding: 7px 16px;
  border-radius: 5px;
}

.main_top_mo {
  width: 100%;
  height: 172px;
  padding: 0 10px;
  padding-top: 19px;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: space-between;
  z-index: 6;
  background: #fff;
  flex-wrap: wrap;
}
.main_top_mo .logo {
  width: 171px;
}
.main_top_mo .logo img {
  display: block;
  width: 100%;
}
.main_top_mo .menu {
  display: flex;
  align-items: center;
  gap: 35px;
}
.main_top_mo .menu a {
  font-size: 18px;
  color: #000;
  display: inline-block;
}
.main_top_mo .menu a.menu_est {
  padding: 7px 15px;
  background: #fff;
  border-radius: 60px;
}
.main_top_mo .menu a.menu_tel {
  background: #1a1a1a;
  text-align: center;
  color: #fff;
  padding: 7px 16px;
  border-radius: 5px;
}

.mo_menu {
  display: none;
}

.btn_ham {
  width: 47px;
}
.btn_ham img {
  display: block;
  width: 100%;
}

.btn_tel {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  border-radius: 30px;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 0 20px;
}

.btn_close_mo {
  width: 30px;
}
.btn_close_mo img {
  display: block;
  width: 100%;
}

.mo_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mo_bottom a {
  display: block;
  width: 49%;
  padding: 15px 0px;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #ffd81c;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.mo_bottom a:nth-child(2) {
  background-color: #fff;
}

.page_1 {
  width: 100%;
  height: 100%;
}
.page_1 .page_1_top {
  background: #FFD81C;
  position: relative;
  height: 863px;
  padding-top: 217px;
}
.page_1 .page_1_top .cover {
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 50%);
  position: absolute;
}
.page_1 .page_1_top .cover .earth_pc {
  display: block;
  width: 100%;
}
.page_1 .page_1_top .cover .earth_mo {
  display: none;
}
.page_1 .page_1_bottom {
  height: 217px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
}

.page_1_content {
  position: relative;
  z-index: 1;
}

.page_1_subtitle {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 35px;
}

.page_1_title {
  text-align: center;
  font-size: 69px;
  font-weight: 800;
}
.page_1_title b {
  color: #055DFF;
}

.smile {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, 0);
}

.leftimg {
  position: absolute;
  left: clamp(0.0625rem, -24.6149rem + 41.9595vw, 24.6875rem);
  bottom: -20px;
}

.rightimg {
  position: absolute;
  right: clamp(0.0625rem, -24.0513rem + 41.0011vw, 24.125rem);
  bottom: -85px;
}

.taxi {
  width: 200px;
  position: absolute;
  left: 50%;
  bottom: 227px;
  transform: translate(-50%, 0);
}

.sub_in {
  padding: 100px 0;
  max-width: 942px;
  margin: 0 auto;
  overflow: hidden;
}

h2.sub_title {
  font-size: 45px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
  line-height: 59px;
}
h2.sub_title b {
  color: #055DFF;
}

.sub_title2 {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 38px;
}

.sub_title3 {
  font-size: 45px;
  font-weight: 800;
  color: #000;
  line-height: 59px;
}

.sub_text2 {
  font-family: "Pretendard";
  font-weight: bold;
  font-size: 35px;
  display: flex;
  align-items: center;
  position: relative;
}
.sub_text2 .sub_text2_2 {
  margin-left: 24px;
  color: #055DFF;
  font-size: 48px;
  position: relative;
}
.sub_text2 .sub_text2_2 img {
  position: absolute;
  right: -30px;
  top: -14px;
  width: 48px;
}

.sub_flex {
  display: flex;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 60px;
}

.sub_item {
  width: 50%;
}
.sub_item.imgalign {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 80px;
}

.sub_buny {
  width: 236px;
  display: block;
}

.sub_div_line {
  width: 100%;
  height: 1px;
  background: #b8b8b8;
  margin: 45px 0 40px 0;
}

.sub_flex2 {
  display: flex;
  gap: 21px;
}

.sub_item2 {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f7f7;
  border-radius: 30px;
  padding: 68px 0px 52px 0px;
  gap: 27px;
}
.sub_item2 img {
  display: block;
  width: 124px;
}
.sub_item2 p {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
  text-align: center;
}

.transswiper1 .swiper-slide {
  margin-top: 65px;
  padding: 30px 23px 30px 23px;
  min-height: 303px;
  position: relative;
  border-radius: 20px;
  background: #fff;
  width: 236px;
}
.transswiper1 .swiper-slide h4 {
  font-family: "nanumsquare";
  font-size: 25px;
  font-weight: bold;
}
.transswiper1 .swiper-slide p {
  font-size: 18px;
  margin-top: 5px;
  letter-spacing: -1px;
}
.transswiper1 .swiper-slide img {
  display: block;
  width: 146px;
  position: absolute;
  right: 6px;
  bottom: 6px;
}

/*Add code for smooth scrolling*/
.transswiper1_list {
  transition-timing-function: linear !important;
}
.customer_swiper_list {
  transition-timing-function: linear !important;
}

.white_b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 129px;
  background: #fff;
}

.white_b2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 245px;
  background: #fff;
}

.lang_img_box {
  width: 304px;
  height: 304px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 100%;
  background: #fff;
  margin-bottom: 45px;
}
.lang_img_box img {
  display: block;
  width: 236px;
}

.sub_text_box1 {
  margin-top: 52px;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  padding: 53px 0px;
}

.twoflex {
  display: flex;
  flex-wrap: wrap;
}

.two_item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 42px;
}
.two_item:first-child {
  padding-bottom: 33px;
}
.two_item:last-child {
  border-top: 1px solid #b8b8b8;
  padding-top: 29px;
}

.two_text h4 {
  font-size: 45px;
  font-weight: bold;
  line-height: 59px;
  margin-bottom: 23px;
}
.two_text p {
  font-size: 25px;
  font-weight: bold;
  line-height: 38px;
}

.progress_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.progress_item {
  width: 200px;
  height: 230px;
  display: flex;
  position: relative;
  background: #fff;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  /* padding: 45px 57px; */
  flex-direction: column;
  /* margin-right: 44px;*/
  margin-bottom: 60px;
}
.progress_item::after {
  content: "\f04b";
  position: absolute;
  right: -35px;
  top: 50%;
  font-size: 24px;
  color: #055DFF;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  transform: translate(0, -50%);
}
.progress_item:nth-child(4)::after {
  content: "";
}
.progress_item:nth-child(8)::after {
  content: "";
}
.progress_item:nth-child(4) {
  margin-right: 0;
}
.progress_item:nth-child(8) {
  margin-right: 0;
}
.progress_item span {
  font-size: 25px;
  color: #c7c7c7;
  position: absolute;
  right: 16px;
  top: 16px;
}
.progress_item img {
  display: block;
}
.progress_item p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.progress_flex_wrap {
  display: none;
}

.progress_swiper .swiper-slide {
  width: 100%;
  height: 230px;
  display: flex;
  position: relative;
  background: #fff;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.progress_swiper .swiper-slide span {
  font-size: 25px;
  color: #c7c7c7;
  position: absolute;
  right: 16px;
  top: 16px;
}
.progress_swiper .swiper-slide img {
  display: block;
}
.progress_swiper .swiper-slide p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.pagination_progress .swiper-pagination-bullet-active {
  background: #FFD81C;
}

.rate_flex {
  display: flex;
  flex-wrap: wrap;
}

.rate_top {
  display: flex;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
}

.rate_box {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
}

.rate_top_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: #f7f7f7;
  padding: 20px 0;
  box-sizing: border-box;
  border-right: 1px solid #c8c8c8;
  width: 27%;
}

.rate_top_title2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: #f7f7f7;
  padding: 20px 0;
  width: 73%;
}

.rate_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: #f7f7f7;
  width: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c8c8c8;
  box-sizing: border-box;
}

.rate_desc {
  font-size: 16px;
  width: 73%;
  background: #fff;
  padding: 22.5px 29px;
  word-break: keep-all;
  line-height: 25px;
}

.review_wrap {
  position: relative;
}

.review_swiper .swiper-slide {
  display: flex;
  background: #fff;
  border-radius: 28px;
  padding: 66px 48px 60px 56px;
  gap: 34px;
}
.review_swiper .swiper-slide .img_box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.review_swiper .swiper-slide h5 {
  font-family: "nanumsquare";
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
.review_swiper .swiper-slide p {
  font-size: 18px;
  line-height: 37.5px;
  letter-spacing: -1px;
}

.next-btn-review {
  background: url("/theme/IDEN03/img/swiper_next.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  right: 15%;
  width: 66px;
  height: 66px;
}
.next-btn-review::after {
  content: "" !important;
}

.prev-btn-review {
  background: url("/theme/IDEN03/img/swiper_prev.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  left: 15%;
  width: 66px;
  height: 66px;
}
.prev-btn-review::after {
  content: "" !important;
}

.card_img_box {
  width: 450px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.card_img_box img {
  display: block;
  width: 100%;
}

.card_circle {
  width: 940px;
  height: 940px;
  border-radius: 100%;
  background: #f7f7f7;
  position: absolute;
  left: 50%;
  top: 52.8%;
  transform: translate(-50%, -50%);
}

.sub_in.cardbox {
  padding: 210px 0 60px 0px;
}

.card_text {
  font-size: 31px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  background: #fff;
  width: 99%;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  z-index: 1;
  margin-top: 55px;
  box-shadow: 0px 0px 12px rgba(94, 94, 94, 0.2784313725);
  border-radius: 30px;
}

.sub_title_estimate {
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  color: #b8b8b8;
}

.estimate_form {
  margin-top: 36px;
}

.input_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}

.form_text_div {
  width: calc(50% - 10px);
  position: relative;
}

.required_text {
  color: #FF4343 !important;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 20px;
}

.form_text {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 0;
  padding: 16px 35px;
  font-size: 24px;
}
.form_text::-moz-placeholder {
  color: #b8b8b8;
}
.form_text::placeholder {
  color: #b8b8b8;
}

.form_select {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 0;
  font-size: 24px;
  padding: 16px 35px;
  color: #b8b8b8;
}
.form_select::-moz-placeholder {
  color: #b8b8b8;
}
.form_select::placeholder {
  color: #b8b8b8;
}
.form_select option {
  color: #000;
}

.file_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 0;
  font-size: 24px;
  padding: 16px 35px;
  color: #b8b8b8;
}
.file_box span {
  display: inline-block;
  margin-right: 10px;
}
.file_box .file_btn {
  background: #fff;
  text-align: center;
}
.file_box .file_btn #file-upload-button {
  background: #fff;
}

span.notice {
  font-size: 18px;
  line-height: 38px;
  color: #b8b8b8;
}
span.notice b {
  color: #ff4343;
}

.privacy_box {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.privacy_check_label span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 15px 0 15px;
}

#privacy_check {
  width: 36px;
  height: 36px;
  border-width: 2px;
  border-radius: 0;
  background: #fff;
}

.privacy_btn {
  background: #959595;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 13px 23px;
  border: 0;
  border-radius: 5px;
}

.estimate_btn {
  background: #FFD81C;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  border: 0;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 30px 0;
}

.customer_box {
  padding: 67px 0;
  position: relative;
  /* overflow: hidden; */
}

.customer_withus {
  position: absolute;
  left: 50%;
  top: -3%;
  transform: translate(-50%, -50%);
}
.customer_withus img {
  display: block;
}

.customer_swiper .swiper-slide img {
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 34px;
}
.customer_swiper .swiper-slide img:last-child {
  margin-bottom: 0;
}

.sub_buny_mo {
  display: none;
}

.two_item_img_mo {
  display: none;
}

.pagination_review {
  display: none;
}
.pagination_review .swiper-pagination-bullet-active {
  background: #FFD81C;
}

@media screen and (hover: hover) {
  .intro_menu_box:hover {
    width: 70%;
    border-color: #000;
  }
  .intro_menu_box:hover .view {
    opacity: 1;
  }
}
@media screen and (hover: none) {
  .intro_menu_box:hover {
    border-color: #000;
  }
}
.pagination_transswiper1 {
  bottom: 30px !important;
  display: none;
}
.pagination_transswiper1 .swiper-pagination-bullet-active {
  background: #FFD81C;
}

@media screen and (max-width: 941px) {
  .pc_br {
    display: none;
  }
  .br_pc {
    display: none;
  }
  .br_mo {
    display: block;
  }
  .main_top {
    padding: 0 10px;
    position: fixed;
    background: #FFD81C;
    z-index: 3;
  }
  .mo_menu {
    display: flex;
    gap: 10px;
  }
  .main_top .menu {
    display: none;
  }
  .section_common {
    min-height: 100%;
  }
  .intro_h1 {
    font-size: 36px;
    padding-top: 50px;
  }
  .intro_menu {
    flex-direction: column;
    padding: 0 20px;
    z-index: 2;
    padding-top: 40px;
  }
  .intro_menu_box {
    width: 100%;
    min-height: unset;
    padding: 35px 30px;
    border-radius: 30px;
  }
  .intro_menu_box > img {
    max-width: 128px;
  }
  .intro_menu_box p {
    font-size: 18px;
    line-height: 32px;
  }
  .intro_menu_box .menu_logo {
    width: 80px;
    height: 80px;
    right: 25px;
    bottom: unset;
    top: 20px;
  }
  .intro_menu_box .menu_logo img {
    display: block;
    width: 70%;
  }
  .intro_img1 {
    display: none;
  }
  .intro_img2 {
    display: none;
  }
  .section_common.section_intro {
    min-height: 100%;
    padding-bottom: 120px;
  }
  .circle_big {
    width: 700px;
    height: 700px;
    top: 50%;
  }
  .intro_img_mo_flex {
    position: relative;
    top: 5px;
  }
  .intro_img1_mo {
    display: none;
    width: 55%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .intro_img2_mo {
    display: none;
    width: 55%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .page_1_subtitle {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .page_1_title {
    font-size: 42px;
  }
  .page_1 .page_1_top .cover {
    display: block;
    width: 100%;
    top: unset;
    left: unset;
    bottom: -300px;
    transform: unset;
  }
  .page_1 .page_1_top {
    height: 560px;
    padding-top: 160px;
  }
  .page_1 .page_1_top .cover .earth_pc {
    display: none;
  }
  .page_1 .page_1_top .cover .earth_mo {
    display: block;
    width: unset;
    margin: 0 auto;
  }
  .taxi {
    width: 168px;
    bottom: 95px;
  }
  .smile {
    bottom: 146px;
    width: 30%;
    display: none;
  }
  .page_1 .page_1_bottom {
    height: 0;
  }
  .leftimg {
    left: 0;
    bottom: -5px;
    width: 40%;
    display: none;
  }
  .rightimg {
    right: 0;
    bottom: -39px;
    width: 35%;
    display: none;
  }
  .sub_in {
    padding: 60px 10px;
  }
  h2.sub_title {
    font-size: 30px;
    line-height: 40px;
  }
  .sub_title2 {
    font-size: 20px;
    line-height: 30px;
  }
  .white_b {
    height: 0;
  }
  .sub_div_line {
    display: none;
  }
  .sub_flex2 {
    flex-direction: column;
  }
  .sub_item2 {
    width: 100%;
    flex-direction: row;
    padding: 40px 25px 40px 25px;
    gap: 45px;
  }
  .sub_item2 img {
    width: 67px;
  }
  .sub_item2 p {
    font-size: 20px;
    text-align: left;
  }
  .sub_text_box1 {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 20px;
    word-break: keep-all;
  }
  .sub_text2 {
    justify-content: center;
    font-size: 22px;
    flex-wrap: wrap;
    margin-top: 42px;
    background: #f7f7f7;
    border-radius: 30px;
    padding: 30px 0;
  }
  .sub_text2 .sub_text2_2 {
    margin-left: 16px;
    font-size: 30px;
  }
  .sub_text2 .sub_text2_2 img {
    right: -19px;
    top: -8px;
    width: 35px;
  }
  .sub_buny {
    display: none;
  }
  .sub_buny_mo {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 60px;
  }
  .lang_img_box {
    width: 200px;
    height: 200px;
  }
  .lang_img_box img {
    width: 128px;
  }
  .sub_flex {
    flex-direction: column;
    margin-top: 35px;
  }
  .sub_item {
    width: 100%;
  }
  .sub_title3 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }
  .transswiper1_list {
    transition-timing-function: unset !important;
  }
  .customer_swiper_list {
    transition-timing-function: unset !important;
  }
  .transswiper1 .swiper-slide {
    margin-top: 0px;
    padding: 30px 10px 30px 10px;
    min-height: 303px;
    width: 50%;
  }
  .transswiper1 .swiper-slide h4 {
    font-size: 20px;
  }
  .transswiper1 .swiper-slide p {
    font-size: 15px;
  }
  .pagination_transswiper1 {
    display: block;
  }
  .two_item {
    flex-direction: column;
  }
  .two_item_img_pc {
    display: none;
  }
  .two_item_img_mo {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .two_text h4 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    word-break: keep-all;
  }
  .two_text p {
    font-size: 20px;
    line-height: 32px;
    word-break: keep-all;
    text-align: center;
  }
  .rate_top_title {
    font-size: 18px;
  }
  .rate_top_title2 {
    font-size: 18px;
  }
  .rate_title {
    font-size: 18px;
  }
  .rate_desc {
    font-size: 14px;
    padding: 16px 10px;
    line-height: 24px;
  }
  .rate_desc p {
    word-break: keep-all;
  }
  .review_swiper .swiper-slide {
    padding: 45px 35px 45px 35px;
    flex-direction: column;
    min-height: 648px;
  }
  .review_swiper .swiper-slide h5 {
    font-size: 20px;
  }
  .review_swiper .swiper-slide p {
    font-size: 16px;
    line-height: 28px;
  }
  .next-btn-review {
    display: none;
  }
  .prev-btn-review {
    display: none;
  }
  .pagination_review {
    display: block;
  }
  .review_swiper .swiper-slide .img_box img {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .card_img_box {
    width: 100%;
  }
  .card_text {
    font-size: 20px;
    line-height: 30px;
    width: 95%;
    padding: 30px 15px;
    word-break: keep-all;
  }
  .card_circle {
    width: 600px;
    height: 600px;
  }
  .form_text_div {
    width: 100%;
  }
  .required_text {
    top: 15px;
  }
  .form_text {
    width: 100%;
    font-size: 20px;
  }
  .form_select {
    width: 100%;
    font-size: 20px;
  }
  .file_box {
    font-size: 20px;
    padding: 16px 35px;
    display: flex;
  }
  .file_box span {
    width: 25%;
  }
  .file_box .file_btn {
    width: 75%;
  }
  .privacy_box {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #privacy_check {
    width: 32px;
    height: 32px;
  }
  .privacy_check_label span {
    font-size: 20px;
  }
  .privacy_btn {
    width: 100%;
  }
  .estimate_btn {
    font-size: 22px;
    padding: 15px 0;
  }
  .customer_swiper .swiper-slide {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .customer_swiper .swiper-slide img {
    display: block;
    width: calc(25% - 10px);
    margin-bottom: 0;
  }
  .progress_flex {
    display: none;
  }
  .progress_flex_wrap {
    display: block;
  }
  .progress_swiper .swiper-slide span {
    font-size: 20px;
  }
  .progress_swiper .swiper-slide img {
    display: block;
  }
  .progress_swiper .swiper-slide p {
    font-size: 20px;
  }
}
@media screen and (max-width: 567px) {
  .page_1 .page_1_top .cover .earth_mo {
    width: 90%;
    margin: 0 auto;
  }
  .page_1 .page_1_top .cover {
    bottom: clamp(-10.3125rem, 6.8332rem - 72.1925vw, -18.75rem);
  }
}/*# sourceMappingURL=custom.css.map */