@charset "UTF-8";
/* stylelint-disable-next-line scss/at-mixin-pattern */
@keyframes fade-in {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
/* color */
/* shadow */
/* overlay */
/* 완전 불투명 */
/* 30% 불투명도 */
/* 70% 불투명도 */
/* 80% 불투명도 */
.mypage_wrap .img_wrap {
  font-size: 0;
}
.mypage_wrap .img_wrap img {
  width: 100%;
}
.mypage_wrap .nodata {
  padding: 160px 0;
  text-align: center;
}
.mypage_wrap .input_float input:-moz-read-only {
  color: #000000;
}
.mypage_wrap .input_float input:read-only {
  color: #000000;
}
.mypage_wrap .input_float input:-moz-read-only + label, .mypage_wrap .input_float input:-moz-read-only:focus + label {
  color: #777777;
}
.mypage_wrap .input_float input:read-only + label,
.mypage_wrap .input_float input:read-only:focus + label {
  color: #777777;
}
.mypage_wrap .empty-article {
  padding-top: 48px;
}
.mypage_wrap .empty-article_text {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 300px;
  font-size: 16px;
  line-height: 1.4;
  border-top: 1px solid #000000;
}
@media (max-width: 1024px) {
  .mypage_wrap .empty-article_text {
    height: 285px;
  }
}
.mypage_wrap .other-article {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .mypage_wrap .other-article {
    padding-bottom: 80px;
  }
}
.mypage_wrap .other-article span {
  display: block;
}
.mypage_wrap .other-article_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1024px) {
  .mypage_wrap .other-article_list {
    flex-direction: column;
  }
}
.mypage_wrap .other-article_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0.33;
  height: 260px;
  padding: 24px;
  border: 1px solid #d9d9d6;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .mypage_wrap .other-article_item {
    flex: 1;
    width: 100%;
    height: auto;
    padding: 16px;
  }
}
.mypage_wrap .other-article_title {
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .mypage_wrap .other-article_title {
    font-size: 18px;
    line-height: 1;
  }
}
.mypage_wrap .other-article_desc {
  padding-bottom: 8px;
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
}
.mypage_wrap .other-article_util {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.mypage_wrap .other-article_util button {
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .mypage_wrap .other-article_util {
    padding-top: 16px;
  }
}

.item_wrap {
  background-color: #f2f2f2;
}
.item_wrap .article_wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
.item_wrap .item_wrap_container {
  display: flex;
  align-items: center;
}
@media (max-width: 670px) {
  .item_wrap .item_wrap_container {
    flex-direction: column;
    align-items: baseline;
  }
}
.item_wrap .item_wrap_container .icn_img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.item_wrap .item_wrap_container .text-wrap {
  display: flex;
  align-items: center;
}
.item_wrap .item_wrap_container .qr_img {
  margin-left: 20px;
}
.item_wrap .text_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.item_wrap .text_box.ico_info_v3 {
  height: 48px;
  padding-left: 64px;
  background: url(../img/icons/ico_info_v3.svg) no-repeat 0 50%;
  background-size: 48px 48px;
  -webkit-mask-image: none;
          mask-image: none;
}
.item_wrap .text_box strong {
  font-size: 20px;
  color: #000000;
}
.item_wrap .text_box p {
  color: #3E3F40;
}
.item_wrap .btn_wrap i {
  margin-right: 8px;
}
.item_wrap .mypage_info_button {
  justify-content: center;
}
.item_wrap .mypage_info_button:disabled {
  border: 1px solid #d9d9d6;
}
.item_wrap .mypage_info_button:disabled:hover i {
  background-color: #ffffff;
}
.item_wrap .mypage_info_button span {
  width: auto !important;
}

.social_members {
  box-sizing: border-box;
}
.social_members .article_wrap {
  padding-top: 48px;
  padding-bottom: 120px;
}
.social_members h3 {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
}
.social_members h4 {
  flex-basis: 240px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
}
.social_members .input_float:not(:first-child) {
  padding-top: 16px;
}
.social_members .input_float.is_value {
  padding-top: 32px;
}
.social_members .input_float.is_value:first-child {
  padding-top: 0;
}
.social_members .btn_wrap {
  text-align: center;
}
.social_members .btn_wrap .button:not(:first-child) {
  margin-left: 8px;
}
.social_members .contact_wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 48px;
  border-top: 1px solid #000000;
}
.social_members .contact_wrap .user_form_box {
  flex: 1;
}
.social_members .contact_wrap .input_summary {
  display: block;
  font-size: 12px;
  color: #656666;
}
.social_members .terms_agreed_box {
  flex: 1;
}
.social_members .terms_agreed_box .agree_add {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 16px 0;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid #D9D9D6;
}
.social_members .terms_agreed_box .agree_add .input_cover {
  width: auto;
}
.social_members .terms_agreed_box .agree_add + .txt_bullets {
  padding-top: 32px;
}

.list_box .list_summary {
  padding-top: 24px;
}
.list_box .list_summary .tit_step {
  border-top: 1px solid #D9D9D6;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 20px;
}
.list_box .list_summary .tit_step.group {
  display: flex;
  justify-content: space-between;
}
.list_box .list_details {
  display: flex;
  margin-bottom: 8px;
  font-size: 14px;
}
.list_box .list_details:last-child {
  margin-bottom: 0;
}
.list_box .list_details .tit_item {
  flex-basis: 120px;
  margin-bottom: 8px;
}
.list_box .list_details ul {
  flex: 1;
}
.list_box .list_details li {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0 16px;
  flex-direction: column;
  margin-bottom: 8px;
  line-height: 1.4;
}
.list_box .list_details li:last-child {
  margin-bottom: 0;
}
.list_box .list_details li.addr span {
  display: block;
}
@media (max-width: 340px) {
  .list_box .list_details li.addr {
    display: block;
  }
  .list_box .list_details li.addr span {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .list_box .list_details li span.item {
    max-width: 80%;
  }
}
.list_box .list_details li .desc {
  position: absolute;
  right: 0;
  font-weight: 700;
  text-align: right;
}
.list_box .total_price {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 24px;
  border-top: 1px solid #000000;
}
.list_box .total_price .tit {
  font-size: 14px;
}
.list_box .total_price .num {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.mybenefit_wrap .mybenefit {
  margin-bottom: 120px;
}
.mybenefit_wrap .nodata {
  padding: 160px 0;
  text-align: center;
}
.mybenefit_wrap .benefit_select {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
}
.mybenefit_wrap .benefit_select .group {
  display: flex;
  gap: 16px;
}
.mybenefit_wrap .benefit_select .input_cover input[type=checkbox] + label,
.mybenefit_wrap .benefit_select .input_cover input[type=radio] + label {
  font-size: 16px;
}
.mybenefit_wrap .benefit_list .coupon {
  display: flex;
  margin-top: 16px;
  border: 1px solid #D9D9D6;
}
.mybenefit_wrap .benefit_list .summary {
  flex-basis: 194px;
  flex-shrink: 0;
  padding: 32px 24px;
  box-sizing: border-box;
}
.mybenefit_wrap .benefit_list .summary [class^=type_] {
  display: block;
  width: 48px;
  height: 48px;
  padding: 9px;
  margin-bottom: 28px;
  border-radius: 50%;
  box-sizing: border-box;
}
.mybenefit_wrap .benefit_list .summary .type_sale {
  background-color: #EFDF00;
}
.mybenefit_wrap .benefit_list .summary .type_free {
  background-color: #72c293;
}
.mybenefit_wrap .benefit_list .summary .coupon_type {
  font-size: 32px;
  font-weight: 700;
}
.mybenefit_wrap .benefit_list .summary .coupon_usedate {
  margin-top: 8px;
  font-size: 14px;
  color: #656666;
}
.mybenefit_wrap .benefit_list .summary .coupon_usedate em {
  color: #EE5352;
}
.mybenefit_wrap .benefit_list .summary .coupon_usedate em:after {
  content: "";
  display: inline-block;
  margin: 0 8px;
  width: 1px;
  height: 8px;
  background-color: #D9D9D6;
}
.mybenefit_wrap .benefit_list .details {
  position: relative;
  flex: 1;
  padding: 32px;
}
.mybenefit_wrap .benefit_list .details:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 1px;
  height: calc(100% - 36px);
  background: url("../img/bg_line.png") repeat left top;
}
.mybenefit_wrap .benefit_list .details .coupon_name {
  padding-right: 46px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  line-height: 1.6em;
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* stylelint-disable-next-line order/properties-order */
  -webkit-box-orient: vertical;
}
.mybenefit_wrap .benefit_list .details .coupon_name + dl {
  margin-top: 24px;
}
.mybenefit_wrap .benefit_list .details dl {
  display: flex;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  gap: 8px;
}
.mybenefit_wrap .benefit_list .details dl dt {
  flex-basis: 60px;
  flex-shrink: 0;
  font-weight: 700;
}
.mybenefit_wrap .benefit_list .details dl dd {
  color: #656666;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  line-height: 1.6em;
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* stylelint-disable-next-line order/properties-order */
  -webkit-box-orient: vertical;
}
@media (max-width: 670px) {
  .mybenefit_wrap .benefit_list .details dl dd {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    line-height: 1.6em;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* stylelint-disable-next-line order/properties-order */
    -webkit-box-orient: vertical;
  }
}
.mybenefit_wrap .benefit_list .details button {
  position: absolute;
  top: 32px;
  right: 32px;
  padding: 3px;
}
.mybenefit_wrap .benefit_list .details button .ico_info {
  width: 24px;
  height: 24px;
  vertical-align: top;
}

.coupon_info .coupon_name {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.coupon_info .coupon_name + dl {
  margin-top: 16px;
}
.coupon_info dl {
  display: flex;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  gap: 8px;
}
.coupon_info dl dt {
  flex-basis: 60px;
  flex-shrink: 0;
  font-weight: 700;
  color: #000000;
}
.coupon_info dl dd {
  color: #656666;
}
.coupon_info ol {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #D9D9D6;
}

.mycart_wrap .mycart {
  padding-top: 48px;
  padding-bottom: 120px;
}
.mycart_wrap .mycart .nodata {
  padding: 160px 0;
  text-align: center;
}
.mycart_wrap .mycart .txt_bullets {
  margin-top: 32px;
}

.myestimate_wrap .myestimate {
  padding-top: 48px;
  padding-bottom: 120px;
}
.myestimate_wrap .myestimate .nodata {
  padding: 160px 0;
  text-align: center;
}
.myestimate_wrap .myestimate .txt_bullets {
  margin-top: 32px;
}

.estimate_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
}
.estimate_top .btn_line_second + .btn_line_second {
  margin-left: 16px;
}

.estimate_list {
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #D9D9D6;
}
.estimate_list .input_cover {
  margin-right: 20px;
}
.estimate_list .item {
  display: flex;
  align-items: center;
  flex: 1.2;
}
.estimate_list .item .img_wrap {
  width: 240px;
  flex-shrink: 0;
}
.estimate_list .item .img_wrap img {
  width: 100%;
}
.estimate_list .item .name {
  padding-left: 32px;
  padding-right: 32px;
  min-width: 25%;
}
.estimate_list .item .name strong {
  display: block;
  margin-bottom: 4px;
  font-size: 40px;
  word-break: break-all;
}
.estimate_list .item .name span {
  color: #777;
}
.estimate_list .info {
  display: flex;
  flex: 1;
}
.estimate_list .info li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 135px;
  padding-left: 32px;
  padding-right: 32px;
  border-left: 1px solid #D9D9D6;
  box-sizing: border-box;
}
.estimate_list .info li em {
  display: block;
  margin-bottom: 4px;
  color: #777;
}
.estimate_list .info li strong {
  font-size: 20px;
}
.estimate_list .info.type_only {
  flex: none;
  margin-left: auto;
}
.estimate_list .info.type_only li {
  min-width: 260px;
  padding-left: 32px;
  padding-right: 0;
}
.estimate_list .btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.compare_wrap .compare_group {
  display: flex;
}
.compare_wrap .compare_group .item {
  width: 50%;
  padding: 16px;
  background-color: #F2F2F2;
  box-sizing: border-box;
}
.compare_wrap .compare_group .item:last-child {
  background-color: rgba(242, 242, 242, 0.5);
}
.compare_wrap .compare_group .thumb {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.compare_wrap .compare_group .thumb img {
  width: 100%;
}
.compare_wrap .compare_group .name {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  line-height: 1;
}
.compare_wrap .scroll_box {
  height: 355px;
  margin-top: 16px;
  overflow-y: scroll;
  background-color: #ffffff;
}
.compare_wrap .accordion {
  margin-bottom: 16px;
}
.compare_wrap .accordion_list {
  margin-top: 8px;
  border-bottom: 0;
}
.compare_wrap .accordion_list:first-child {
  margin-top: 0;
}
.compare_wrap .accordion_list[data-status=expanded] .accordion_title {
  color: #ffffff;
  background-color: #000000;
  border: none;
}
.compare_wrap .accordion_list[data-status=expanded] .accordion_title:after {
  background-color: #ffffff;
  transform: rotate(180deg);
}
.compare_wrap .accordion_title {
  display: flex;
  width: 100%;
  padding: 16px;
  font-weight: 700;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #D9D9D6;
}
.compare_wrap .accordion_title:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
  -webkit-mask: url("../img/icons/ico_arrow_bottom.svg") no-repeat center center;
  mask: url("../img/icons/ico_arrow_bottom.svg") no-repeat center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.compare_wrap .accordion_inner {
  padding: 0;
}
.compare_wrap .accordion_inner dl {
  display: flex;
  flex-wrap: wrap;
}
.compare_wrap .accordion_inner dt,
.compare_wrap .accordion_inner dd {
  padding: 16px;
  color: #777;
  text-align: center;
}
.compare_wrap .accordion_inner dt {
  width: 100%;
  font-weight: 700;
}
.compare_wrap .accordion_inner dd {
  flex: 1;
  background-color: #F2F2F2;
}
.compare_wrap .accordion_inner dd strong {
  display: block;
  color: #000000;
}
.compare_wrap .accordion_inner dd span {
  display: block;
}
.compare_wrap .accordion_inner dd:last-child {
  background-color: rgba(242, 242, 242, 0.5);
}
.compare_wrap .btn_wrap {
  margin-top: 32px;
  text-align: right;
}

.detail_estimate {
  height: 70vh;
  overflow-y: scroll;
}
.detail_estimate.type_short {
  height: 50vh;
}
@media (max-width: 670px) {
  .detail_estimate.type_short {
    height: 70vh;
  }
}
.detail_estimate .list_box {
  color: #000000;
}
.detail_estimate .list_box .total_price .num span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
.detail_estimate .list_summary {
  padding-left: 4px;
  padding-right: 4px;
}
.detail_estimate .list_summary:first-child {
  padding-top: 0;
}
.detail_estimate .list_summary:first-child .tit_step {
  padding-top: 0;
  border-top: none;
}
.detail_estimate .list_details .item {
  max-width: 70%;
}
.detail_estimate .list_details .txt_bullets li {
  display: block;
  margin-bottom: 0;
  color: #777;
  font-size: 14px;
}
.detail_estimate .list_details .txt_bullets li:before {
  background-color: #777;
}
.detail_estimate .btn_wrap {
  margin-top: 32px;
  text-align: right;
}

.txt_bullets li {
  padding-left: 20px;
  text-indent: -20px;
  font-size: 12px;
  line-height: 1.4;
  color: #656666;
}
.txt_bullets li:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 0 9px;
  background-color: #656666;
  vertical-align: middle;
}
.txt_bullets a {
  font-size: inherit;
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.txt_bullets.black li {
  color: #000000;
}
.txt_bullets.black li::before {
  background-color: #000000;
}

.my_order {
  box-sizing: border-box;
  padding: 48px 0;
}
.my_order h3.subtit {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000000;
  font-size: 30px;
  font-weight: 700;
}
.my_order .outline_area {
  padding-bottom: 48px;
}
.my_order .outline_area:last-child {
  padding-bottom: 0;
}
.my_order .outline_area.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my_order .outline_area .img_wrap {
  flex: 1;
}
.my_order .list_box_02 {
  flex: 1;
}
.my_order .list_box_02 .list_details {
  border-top: 1px solid #000000;
}
.my_order .list_box_02 .subtit {
  display: block;
  padding-bottom: 24px;
  font-size: 36px;
}
.my_order .list_box_02 .subtit span {
  display: block;
  color: #777;
}
.my_order .list_box_02 .subtit + dl {
  border: 0;
}
.my_order .list_box_02 dl {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D9D9D6;
  padding-top: 16px;
  padding-bottom: 16px;
}
.my_order .list_box_02 dl:first-child {
  border-top: none;
}
.my_order .list_box_02 dl dt {
  color: #000000;
}
.my_order .list_box_02 dl dd {
  color: #656666;
}
.my_order .list_box_02 dl dd.primary {
  color: #EE5352;
}
.my_order .list_box_03 .list_details {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #000000;
}
.my_order .list_box_03 dl {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
  border-left: 1px solid #D9D9D6;
}
.my_order .list_box_03 dl:first-child {
  border: 0;
  padding-left: 0;
}
.my_order .list_box_03 dl:last-child {
  padding-right: 0;
}
.my_order .list_box_03 dl dt {
  color: #000000;
  font-size: 14px;
}
.my_order .list_box_03 dl dd {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  text-align: right;
}

.inquiry_list {
  padding-bottom: 80px;
}
.inquiry_list .subtit {
  padding-bottom: 24px;
  font-size: 32px;
}
.inquiry_list .article_wrap {
  padding-top: 48px;
}
.inquiry_list .input_float {
  padding-top: 10px;
}
.inquiry_list .input_float .input_float_box {
  padding-bottom: 0;
}
.inquiry_list .input_float .input_float_box input[type=text]::-moz-placeholder {
  opacity: 1;
}
.inquiry_list .input_float .input_float_box input[type=text]::placeholder {
  opacity: 1;
}
.inquiry_list .input_float.is_value label {
  top: 0;
  color: #777777;
}
.inquiry_list .ask_form_box {
  border-top: 1px solid #000000;
}
.inquiry_list .ask_form_box .outline {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 670px) {
  .inquiry_list .ask_form_box .outline {
    flex-direction: column;
  }
}
.inquiry_list .ask_form_box .outline .input_float {
  flex: 1;
}
.inquiry_list .ask_form_box .outline .input_float input {
  border-bottom: 0;
}
.inquiry_list .ask_form_box .outline.ask, .inquiry_list .ask_form_box .outline.apply {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 670px) {
  .inquiry_list .ask_form_box .outline.ask, .inquiry_list .ask_form_box .outline.apply {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.inquiry_list .ask_form_box .outline:first-child .input_float {
  padding-top: 24px;
}
.inquiry_list .ask_form_box .group {
  margin-top: 24px;
}
.inquiry_list .ask_form_box .group .tit {
  margin-bottom: 8px;
  font-size: 12px;
  color: #777777;
}
.inquiry_list .ask_form_box .file_upload {
  position: relative;
}
.inquiry_list .ask_form_box .file_upload .upload_name {
  display: inline-block;
  width: 100%;
  height: 84px;
  padding-top: 46px;
  box-sizing: border-box;
  border: 2px dotted #D9D9D6;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
}
.inquiry_list .ask_form_box .file_upload label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}
.inquiry_list .ask_form_box .file_upload label:before {
  position: relative;
  top: 16px;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url("../img/icons/ico_plus.svg");
}
.inquiry_list .ask_form_box .file_upload input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.inquiry_list .ask_form_box .preview .file_list {
  background-color: #F2F2F2;
  margin-top: 8px;
}
.inquiry_list .ask_form_box .preview .file_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #777777;
}
.inquiry_list .ask_form_box .preview .file_list .upload_name_copy {
  flex: 1;
  padding: 13px 8px;
  box-sizing: border-box;
  font-size: 14px;
  color: #777777;
  background-color: transparent;
}
.inquiry_list .ask_form_box .preview .file_list .btn_del {
  display: inline-block;
  padding: 4px;
  line-height: 8px;
}
.inquiry_list .ask_form_box .preview .file_list .btn_del:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-image: url("../img/icons/ico_close.svg");
}
.inquiry_list .ask_form_box .btn_wrap {
  padding-top: 32px;
  text-align: center;
}
.inquiry_list .accordion {
  border-top: 1px solid #000000;
}
.inquiry_list .accordion_list {
  position: inherit;
  border-bottom: 0;
}
.inquiry_list .accordion_list[data-status=expanded] .accordion_title:after {
  transform: rotate(180deg);
}
.inquiry_list .accordion_title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D6;
  width: 100%;
}
.inquiry_list .accordion_title .tit {
  flex-shrink: 0;
  flex-basis: 120px;
  margin-right: 16px;
  color: #777777;
}
.inquiry_list .accordion_title .tag {
  flex-shrink: 0;
  display: inline-block;
  padding: 6px 8px;
  margin-right: 16px;
  border: 1px solid #777777;
  border-radius: 2px;
  font-size: 12px;
  color: #777777;
}
.inquiry_list .accordion_title.end .tag {
  color: #000000;
  border: 1px solid #000000;
}
.inquiry_list .accordion_title .subject {
  line-height: 1.4;
}
.inquiry_list .accordion_title .data {
  font-size: 14px;
  color: #656666;
  font-weight: 400;
}
.inquiry_list .accordion_title span {
  font-weight: 700;
  margin-right: 16px;
  word-break: break-all;
  text-align: left;
}
.inquiry_list .accordion_title span:last-child {
  flex: none;
  margin-left: auto;
}
.inquiry_list .accordion_title:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
  -webkit-mask: url("../img/icons/ico_arrow_bottom.svg") no-repeat center center;
          mask: url("../img/icons/ico_arrow_bottom.svg") no-repeat center center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.inquiry_list .accordion_inner {
  /*list*/
  box-sizing: border-box;
  background-color: #f2f2f2;
  padding: 16px 24px 32px;
  position: relative;
  border-bottom: 1px solid #D9D9D6;
  border-top: none;
  /*//list*/
}
.inquiry_list .accordion_inner .file_box {
  position: absolute;
  right: 24px;
  top: 16px;
}
.inquiry_list .accordion_inner .file_box.ico_file {
  padding-left: 20px;
  background: url(../img/icons/ico_file.svg) no-repeat 0 50%;
  background-size: 20px 20px;
  -webkit-mask-image: none;
          mask-image: none;
}
.inquiry_list .accordion_inner .file_box span {
  font-size: 14px;
  color: #656666;
}
.inquiry_list .accordion_inner .text.query {
  margin-top: 16px;
  padding-top: 16px;
  line-height: 1.4;
}
.inquiry_list .accordion_inner .text.answer {
  position: relative;
  border-top: 1px solid #D9D9D6;
  margin-top: 32px;
  padding-top: 32px;
  padding-left: 24px;
  padding-right: 80px;
  line-height: 1.4;
}
.inquiry_list .accordion_inner .text.answer strong {
  display: block;
  margin-bottom: 8px;
}
.inquiry_list .accordion_inner .text.answer .data {
  position: absolute;
  right: 0;
  top: 32px;
  color: #656666;
  font-size: 14px;
  display: block;
}
.inquiry_list .accordion_inner .text.answer::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-left: -24px;
  background: url(../img/icons/ico_answer.svg) no-repeat 0 50%;
  background-size: 24px 24px;
  position: absolute;
}

.center_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F2F2F2;
}
.center_wrap .title_box h3 {
  font-size: 32px;
}
.center_wrap .title_box p {
  padding-top: 24px;
  color: #3E3F40;
}
.center_wrap .item_box {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
}
.center_wrap .item_box li {
  flex: 1;
  padding: 112px 32px 32px 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  background-position: 32px 32px;
}
.center_wrap .item_box li:nth-child(1) {
  background-image: url(../img/login/center_item_01.png);
}
.center_wrap .item_box li:nth-child(2) {
  background-image: url(../img/login/center_item_02.png);
}
.center_wrap .item_box li:nth-child(3) {
  background-image: url(../img/login/center_item_03.png);
}
.center_wrap .item_box li:nth-child(4) {
  background-image: url(../img/login/center_item_04.png);
}
.center_wrap .item_box li strong {
  display: block;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}
.center_wrap .item_box li p {
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 670px) {
  .repair .tab_navigation + .article_wrap-secondary:not(:first-child) {
    margin-top: 24px;
  }
}
.repair .tab_navigation + .grayArticle {
  padding: 38px 0;
}
.repair .tab_navigation + .grayArticle:not(:first-child) {
  margin-top: 0;
}
@media (max-width: 670px) {
  .repair .tab_navigation + .grayArticle {
    padding: 24px 0;
  }
}
.repair .grayArticle {
  background-color: #f2f2f2;
  padding: 80px 0;
}
.repair .grayArticle:not(:first-child) {
  margin-top: 80px;
}
.repair .grayArticle .article_wrap .body > .txt_bullets:not(:first-child) {
  margin-top: 24px;
}
.repair .grayArticle .customer_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.repair .grayArticle .customer_left {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.repair .grayArticle .customer_ico {
  width: 64px;
  height: 64px;
  background: url("../img/icons/ico_customer.svg") no-repeat 0 0;
}
.repair .grayArticle .customer_title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
.repair .grayArticle .customer_right {
  text-align: right;
}
.repair .grayArticle .customer_number {
  color: #000000;
  font-size: 24px;
}
.repair .grayArticle .customer_center {
  font-size: 14px;
  line-height: 19.6px;
  margin-top: 8px;
}
@media (max-width: 670px) {
  .repair .grayArticle {
    padding: 40px 0;
  }
  .repair .grayArticle:not(:first-child) {
    margin-top: 80px;
  }
  .repair .grayArticle .customer_row {
    display: block;
    padding-left: 52px;
    position: relative;
  }
  .repair .grayArticle .customer_ico {
    position: absolute;
    left: 0;
    top: 50%;
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
    margin-top: -18px;
  }
  .repair .grayArticle .customer_title {
    font-size: 18px;
  }
  .repair .grayArticle .customer_right {
    text-align: left;
    margin-top: 16px;
  }
  .repair .grayArticle .customer_number {
    font-size: 20px;
  }
  .repair .grayArticle .customer_center {
    margin-top: 4px;
  }
  .repair .grayArticle .customer_center span {
    display: block;
  }
}
.repair .article_wrap:not(:first-child) {
  margin-top: 80px;
}
.repair .article_wrap-secondary:not(:first-child) {
  margin-top: 48px;
}
.repair .article_wrap .heading {
  padding-bottom: 24px;
  border-bottom: 1px solid #000000;
}
.repair .article_wrap .heading_desc {
  color: #656666;
  line-height: 17.6px;
}
.repair .article_wrap .heading_sub {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.repair .article_wrap .heading-secondary {
  display: flex;
  justify-content: space-between;
  border-bottom: 0;
}
.repair .article_wrap .heading-secondary .unit {
  font-size: 12px;
  line-height: 13.2px;
  color: #656666;
  align-self: flex-end;
}
.repair .article_wrap .body_bottom {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.repair .article_wrap .body > .txt_bullets:not(:first-child) {
  margin-top: 32px;
}
.repair .article_wrap .bottom {
  margin-top: 32px;
}
.repair .article_wrap .bottom-button {
  display: flex;
  margin-top: 48px;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding-bottom: 120px;
}
.repair .article_wrap .bottom .grid {
  display: grid;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.repair .article_wrap .bottom .grid:not(:first-child) {
  margin-top: 8px;
}
.repair .article_wrap .bottom .grid > div {
  display: flex;
  align-items: center;
}
.repair .article_wrap .bottom .grid > div .marking {
  margin-right: 4.5px;
}
.repair .article_wrap .bottom .grid > div p {
  color: #000000;
}
.repair .article_wrap .bottom .grid p {
  font-size: 12px;
  line-height: 16.8px;
  color: #656666;
}
@media (max-width: 670px) {
  .repair .article_wrap:not(:first-child) {
    margin-top: 40px;
  }
  .repair .article_wrap .heading_desc {
    line-height: 17.6px;
  }
  .repair .article_wrap .heading-secondary {
    display: block;
  }
  .repair .article_wrap .heading-secondary .unit {
    display: block;
    margin-top: 8px;
  }
  .repair .article_wrap .bottom-button {
    padding-bottom: 80px;
  }
  .repair .article_wrap .bottom .grid {
    display: block;
  }
  .repair .article_wrap .bottom .grid > p {
    margin-top: 4px;
    padding-left: 12.5px;
  }
}
.repair .title {
  color: #000000;
  font-size: 32px;
  line-height: 35.2px;
}
.repair .title-tertiary {
  font-weight: 700;
  font-size: 14px;
  line-height: 19.6px;
}
@media (max-width: 670px) {
  .repair .title {
    font-size: 28px;
    line-height: 30.8px;
  }
  .repair .title-tertiary {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.repair .step {
  display: flex;
  margin: 0 auto;
  position: relative;
}
.repair .step-first .step_item:nth-child(1) .step_number {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.repair .step-first .step_item:nth-child(1) .step_desc {
  color: #000000;
}
.repair .step-second .step_item:nth-child(1) .step_desc,
.repair .step-second .step_item:nth-child(2) .step_desc {
  color: #000000;
}
.repair .step-second .step_item:nth-child(1) .step_number {
  border-color: #000000;
  color: #000000;
}
.repair .step-second .step_item:nth-child(2):before {
  background-color: #000000;
}
.repair .step-second .step_item:nth-child(2) .step_number {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.repair .step-third .step_item:nth-child(1) .step_desc,
.repair .step-third .step_item:nth-child(2) .step_desc,
.repair .step-third .step_item:nth-child(3) .step_desc {
  color: #000000;
}
.repair .step-third .step_item:nth-child(1) .step_number,
.repair .step-third .step_item:nth-child(2) .step_number {
  border-color: #000000;
  color: #000000;
}
.repair .step-third .step_item:nth-child(2):before,
.repair .step-third .step_item:nth-child(3):before {
  background-color: #000000;
}
.repair .step-third .step_item:nth-child(3) .step_number {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.repair .step-fourth .step_item:nth-child(1) .step_desc,
.repair .step-fourth .step_item:nth-child(2) .step_desc,
.repair .step-fourth .step_item:nth-child(3) .step_desc,
.repair .step-fourth .step_item:nth-child(4) .step_desc {
  color: #000000;
}
.repair .step-fourth .step_item:nth-child(1) .step_number,
.repair .step-fourth .step_item:nth-child(2) .step_number,
.repair .step-fourth .step_item:nth-child(3) .step_number {
  border-color: #000000;
  color: #000000;
}
.repair .step-fourth .step_item:nth-child(2):before,
.repair .step-fourth .step_item:nth-child(3):before,
.repair .step-fourth .step_item:nth-child(4):before {
  background-color: #000000;
}
.repair .step-fourth .step_item:nth-child(4) .step_number {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.repair .step-fifth .step_item:nth-child(1) .step_desc,
.repair .step-fifth .step_item:nth-child(2) .step_desc,
.repair .step-fifth .step_item:nth-child(3) .step_desc,
.repair .step-fifth .step_item:nth-child(4) .step_desc,
.repair .step-fifth .step_item:nth-child(5) .step_desc {
  color: #000000;
}
.repair .step-fifth .step_item:nth-child(1) .step_number,
.repair .step-fifth .step_item:nth-child(2) .step_number,
.repair .step-fifth .step_item:nth-child(3) .step_number,
.repair .step-fifth .step_item:nth-child(4) .step_number {
  border-color: #000000;
  color: #000000;
}
.repair .step-fifth .step_item:nth-child(2):before,
.repair .step-fifth .step_item:nth-child(3):before,
.repair .step-fifth .step_item:nth-child(4):before,
.repair .step-fifth .step_item:nth-child(5):before {
  background-color: #000000;
}
.repair .step-fifth .step_item:nth-child(5) .step_number {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.repair .step_item {
  flex: 1;
  padding: 16px 0 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  position: relative;
}
.repair .step_item:not(:first-child):before {
  content: "";
  position: absolute;
  display: block;
  left: -50%;
  top: 42px;
  width: 100%;
  height: 1px;
  background-color: #D9D9D6;
}
.repair .step_number {
  width: 48px;
  height: 48px;
  border: 1px solid #D9D9D6;
  color: #D9D9D6;
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  padding: 9px 0 11px;
  position: relative;
  z-index: 1;
}
.repair .step_desc {
  font-weight: 700;
  color: #D9D9D6;
}
@media (max-width: 670px) {
  .repair .step {
    -moz-column-gap: 9.75px;
         column-gap: 9.75px;
    border-bottom: 1px solid #D9D9D6;
    margin: 0 -16px;
    padding: 0 16px 24px;
  }
  .repair .step-first .step_item:nth-child(1) {
    flex: 1 0 auto;
  }
  .repair .step-first .step_item:nth-child(1) .step_desc {
    display: block;
  }
  .repair .step-second .step_item:nth-child(2) {
    flex: 1 0 auto;
  }
  .repair .step-second .step_item:nth-child(2) .step_desc {
    display: block;
  }
  .repair .step-third .step_item:nth-child(3) {
    flex: 1 0 auto;
  }
  .repair .step-third .step_item:nth-child(3) .step_desc {
    display: block;
  }
  .repair .step-fourth .step_item:nth-child(4) {
    flex: 1 0 auto;
  }
  .repair .step-fourth .step_item:nth-child(4) .step_desc {
    display: block;
  }
  .repair .step-fifth .step_item:nth-child(5) {
    flex: 1 0 auto;
  }
  .repair .step-fifth .step_item:nth-child(5) .step_desc {
    display: block;
  }
  .repair .step_item {
    flex: none;
    padding: 0;
    flex-direction: row;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .repair .step_item:not(:first-child):before {
    display: none;
  }
  .repair .step_number {
    width: 32px;
    height: 32px;
    padding: 6px 0 8px;
    font-size: 18px;
  }
  .repair .step_desc {
    display: none;
    font-size: 14px;
  }
}
.repair .search_store {
  margin-top: 48px;
}
.repair .search_store .grayArticle {
  height: 560px;
  padding: 0;
  position: relative;
}
.repair .search_store .article_wrap:not(:first-child) {
  margin-top: 0;
}
.repair .search_store .tabs {
  width: calc((100% - 1280px) / 2 + 399px);
  height: 100%;
}
.repair .search_store .tab_content {
  display: block;
}
.repair .search_store .location_article {
  position: relative;
  padding-top: 24px;
}
.repair .search_store .location_article .select {
  display: none;
}
.repair .search_store .location_article .agree .input_cover input[type=checkbox] + label {
  font-size: 16px;
  line-height: 1;
}
.repair .search_store .location_article .location_wrap {
  display: flex;
  width: calc((100% - 1280px) / 2 + 375px);
  gap: 8px;
  margin-top: 16px;
}
.repair .search_store .location_article .select_cover {
  flex: 1;
}
.repair .search_store .location_article .select_cover select {
  width: 100%;
  border-color: #D9D9D6;
}
.repair .search_store .location_article .ico_target {
  margin-right: 8px;
}
.repair .search_store .map_article .store_wrap {
  margin-top: 24px;
}
.repair .search_store .bottom {
  max-width: 1280px;
  width: calc(100% - 32px);
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
@media (max-width: 670px) {
  .repair .search_store {
    margin-top: 0;
  }
  .repair .search_store .grayArticle {
    height: auto;
  }
  .repair .search_store .location_article .select {
    display: block;
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .repair .search_store .location_article .select .select_cover {
    width: 100%;
  }
  .repair .search_store .location_article .location_wrap {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .repair .search_store .map_article {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .repair .search_store .map_article .tab_content {
    height: 420px;
  }
  .repair .search_store .map_article .map_top {
    display: flex;
  }
  .repair .search_store .map_article .tab_navi {
    flex: 1;
    padding-bottom: 3px;
    text-align: center;
    border-bottom: 1px solid #D9D9D6;
    cursor: pointer;
  }
  .repair .search_store .map_article .tab_navi [class^=ico_] {
    width: 36px;
    height: 36px;
    background-color: #656666;
  }
  .repair .search_store .map_article .tab_navi.tab_navi-active {
    border-bottom: 3px solid #000000;
  }
  .repair .search_store .map_article .tab_navi.tab_navi-active [class^=ico_] {
    background-color: #000000;
  }
  .repair .search_store .map_article .store_wrap {
    margin-top: 0;
  }
  .repair .search_store .map_article .store_wrap .nodata {
    min-height: 100%;
    margin-right: 0;
  }
  .repair .search_store .map_article .map_box {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: 420px;
    margin-left: 0;
  }
  .repair .search_store .map_article .store {
    max-width: none;
    min-height: auto;
    width: calc(100% - 32px);
  }
  .repair .search_store .map_article .info {
    flex: 1;
  }
  .repair .search_store .map_article .tabs {
    width: auto;
  }
  .repair .search_store .map_article .tabs .tab_content {
    display: none;
  }
  .repair .search_store .map_article .tabs .tab_content.tab_navi-active {
    display: block;
  }
  .repair .search_store .bottom {
    margin-top: 16px;
  }
}
.repair .list_tb {
  margin-top: 24px;
}
.repair .list_tb dl {
  border-bottom: 1px solid #D9D9D6;
  padding-top: 24px;
  display: flex;
  padding-bottom: 24px;
  color: #000000;
}
.repair .list_tb dl:first-child {
  padding-top: 0;
}
.repair .list_tb dl dt {
  flex-basis: 160px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}
.repair .list_tb dl dt .sub {
  display: block;
  font-weight: 400;
  margin-top: 4px;
  font-size: 14px;
  line-height: 15.4px;
  color: #656666;
}
.repair .list_tb dl dd {
  width: 85%;
  color: #656666;
  font-size: 16px;
  line-height: 22.4px;
}
.repair .list_tb dl dd ul + strong {
  padding-top: 24px;
}
.repair .list_tb dl dd li {
  line-height: 1.4;
}
.repair .list_tb dl dd strong {
  display: block;
  padding-bottom: 8px;
}
.repair .list_tb dl dd .txt_bullets {
  color: #000000;
}
.repair .list_tb dl dd .txt_bullets li {
  position: relative;
  padding-left: 10px;
  text-indent: 0;
  font-size: 16px;
  color: #000000;
}
.repair .list_tb dl dd .txt_bullets li::before {
  position: absolute;
  top: 11px;
  left: 0;
  margin: 0;
}
.repair .list_tb dl dd p + .txt_bullets {
  padding-top: 8px;
}
.repair .list_tb dl dd p + .txt_bullets li {
  font-size: 12px;
}
.repair .list_tb dl dd > .link {
  display: inline-flex;
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  text-underline-offset: 3.5px;
}
.repair .list_tb dl dd > .link:not(:first-child) {
  margin-top: 9px;
}
.repair .list_tb dl dd .flex {
  display: flex;
  align-items: center;
}
.repair .list_tb dl dd .flex .marking {
  margin-right: 4px;
}
.repair .list_tb dl dd .bullet:not(:first-child) {
  margin-top: 8px;
}
.repair .list_tb dl:last-child {
  border: 0;
  padding-bottom: 0;
}
@media (max-width: 670px) {
  .repair .list_tb dl {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .repair .list_tb dl dt {
    flex-basis: unset;
    padding-bottom: 16px;
    font-size: 18px;
  }
  .repair .list_tb dl dd {
    width: 100%;
  }
}
.repair .bullet_item {
  position: relative;
  font-size: 12px;
  line-height: 16.8px;
  color: #656666;
}
.repair .bullet_item-square {
  padding-left: 18px;
}
.repair .bullet_item-square:before {
  content: "";
  display: block;
  position: absolute;
  left: 8.5px;
  top: 8.5px;
  width: 2px;
  height: 2px;
  background-color: #656666;
}
.repair .bullet_item .strong {
  font-weight: 700;
}
.repair .bullet_item .underline {
  text-decoration: underline;
  text-underline-offset: 3.5px;
}
.repair .marking {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.repair .marking-orange {
  background-color: #ffa800;
}
.repair .marking-blue {
  background-color: #0085ff;
}
.repair .network_row {
  position: relative;
  padding: 32px;
  background-color: #ffffff;
}
.repair .network_row:not(:first-child) {
  margin-top: 16px;
}
.repair .network_row dl {
  display: flex;
  border-top: 1px solid #D9D9D6;
  margin-top: 24px;
  padding-top: 16px;
  font-size: 14px;
}
.repair .network_row dl > div {
  flex: 1;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
}
.repair .network_row dl > div:not(:first-child) {
  padding-left: 16px;
  border-left: 1px solid #D9D9D6;
}
.repair .network_row dl dt {
  color: #777777;
}
.repair .network_row dl dd {
  margin-top: 4px;
  color: #000000;
  line-height: 19.6px;
  font-weight: 700;
}
.repair .network_name {
  padding: 13px 0;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.repair .network_bottom {
  position: absolute;
  right: 32px;
  top: 32px;
}
@media (max-width: 670px) {
  .repair .network_row dl {
    display: block;
    padding-top: 0;
    border-top: 0;
    margin-top: 16px;
  }
  .repair .network_row dl > div {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid #D9D9D6;
  }
  .repair .network_row dl > div:not(:first-child) {
    border-left: 0;
    padding-left: 0;
  }
  .repair .network_row dl > div dt {
    line-height: 19.6px;
  }
  .repair .network_name {
    padding: 0;
    font-size: 18px;
    line-height: 19.8px;
  }
  .repair .network_bottom {
    position: static;
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
  }
}
.repair .accordion_title .group {
  padding: 0;
  width: 100%;
}
.repair .accordion_title .result {
  margin-top: 0;
  color: #656666;
  font-size: 16px;
}
.repair .accordion_inner {
  padding: 48px 24px;
  background-color: #f2f2f2;
}
.repair .accordion_inner .agree_group:not(:first-child) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #D9D9D6;
}
.repair .accordion_inner .agree_title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
}
.repair .accordion_inner .agree_row {
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
.repair .accordion_inner .agree_row:not(:first-child) {
  margin-top: 16px;
}
.repair .accordion_inner .agree_price {
  font-weight: 700;
}
.repair .accordion_inner .agree_sub {
  display: none;
  padding-left: 36px;
  margin-top: 16px;
}
.repair .accordion_inner .agree_sub .agree_row:not(:first-child) {
  margin-top: 12px;
}
.repair .accordion_inner .agree_sub .bullet {
  margin-top: 12px;
}
.repair .accordion .total {
  position: relative;
  margin-top: -1px;
  border-top: 1px solid #000000;
}
@media (max-width: 670px) {
  .repair .accordion_title .group:after {
    right: 0;
  }
  .repair .accordion_title .steps {
    font-size: 18px;
    font-weight: 700;
  }
  .repair .accordion_title .result {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
  }
  .repair .accordion_inner {
    padding: 32px 16px;
  }
  .repair .accordion_inner .agree_title {
    font-size: 18px;
  }
  .repair .accordion_inner .agree .input_cover input[type=checkbox] + label:before,
  .repair .accordion_inner .agree .input_cover input[type=radio] + label:before {
    top: 0;
    transform: translateY(0);
  }
  .repair .accordion_inner .agree_sub {
    padding-left: 24px;
  }
}
.repair .total-secondary {
  border-top: 1px solid #D9D9D6;
  margin-top: 24px;
}
.repair .total-secondary .total_row {
  align-items: center;
  display: grid;
  grid-template-columns: 120px repeat(2, 1fr);
  padding: 24px 0 0;
}
.repair .total-secondary .total_row .total_left {
  font-size: 14px;
}
.repair .total-secondary .total_row .total_text {
  font-size: 14px;
  font-weight: 400;
}
.repair .total-secondary .total_row .total_right {
  text-align: right;
}
.repair .total_row {
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 670px) {
  .repair .total-secondary .total_row {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }
  .repair .total-secondary .total_row .total_left {
    grid-column: 1/3;
  }
  .repair .total-secondary .total_row .total_text {
    grid-column: 1/2;
  }
  .repair .total-secondary .total_row .total_right {
    grid-column: 2/3;
  }
  .repair .total_row {
    padding: 24px 0;
    font-size: 18px;
  }
}
.repair .writeInfo_agree {
  padding-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.repair .writeInfo_agree .input_cover input[type=checkbox] + label {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
.repair .writeInfo .input_line_box:not(:first-child) {
  margin-top: 24px;
}
.repair .writeInfo .input_line_box input[type=text] {
  border: 0;
  border-bottom: 1px solid #D9D9D6;
  padding: 0 !important;
}
.repair .writeInfo .input_line_box .select_cover select {
  border: 0;
  border-bottom: 1px solid #D9D9D6;
  padding: 0;
}
@media (max-width: 670px) {
  .repair .writeInfo_agree {
    justify-content: flex-start;
  }
}
.repair .betweenList {
  padding-top: 24px;
}
.repair .betweenList-secondary .betweenList_group:not(:first-child) {
  border-color: #000000;
}
.repair .betweenList_group:not(:first-child) {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #D9D9D6;
}
.repair .betweenList_title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 24px;
}
.repair .betweenList_row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 19.6px;
  color: #000000;
}
.repair .betweenList_row:not(:first-child) {
  margin-top: 8px;
}
.repair .betweenList_row-secondary {
  display: grid;
  grid-template-columns: 120px repeat(2, 1fr);
  grid-gap: 8px;
}
.repair .betweenList_row-secondary .betweenList_left {
  font-weight: 700;
}
.repair .betweenList_row-secondary .betweenList_text {
  grid-column: 2/3;
}
.repair .betweenList_row-secondary .betweenList_right {
  width: 100%;
  grid-column: 3/4;
  text-align: right;
}
.repair .betweenList_right {
  width: 70%;
  font-weight: 700;
  text-align: right;
}
.repair .betweenList .total {
  border-top: 1px solid #000000;
  margin-top: 24px;
  padding-top: 24px;
}
.repair .betweenList .total_row {
  align-items: center;
  padding: 0;
}
.repair .betweenList .total_row:not(:first-child) {
  margin-top: 24px;
}
.repair .betweenList .total_right {
  font-size: 32px;
  line-height: 44.8px;
}
@media (max-width: 670px) {
  .repair .betweenList_title {
    font-size: 18px;
  }
  .repair .betweenList_row-secondary {
    grid-template-columns: repeat(2, 1fr);
  }
  .repair .betweenList_row-secondary .betweenList_left {
    font-weight: 700;
    grid-column: 1/3;
  }
  .repair .betweenList_row-secondary .betweenList_text {
    grid-column: 1/2;
  }
  .repair .betweenList_row-secondary .betweenList_right {
    grid-column: 2/3;
  }
  .repair .betweenList .total_row {
    font-size: 18px;
  }
  .repair .betweenList .total_right {
    font-size: 28px;
    line-height: 39.2px;
  }
}
.repair .filter_row {
  display: flex;
  gap: 8px;
}
.repair .filter_row .select_cover {
  flex: 1;
}
.repair .filter_row .select_cover select {
  border-color: #D9D9D6;
  width: 100%;
}
.repair .filter_row .button {
  flex: none;
  width: 113px;
  justify-content: center;
}
@media (max-width: 670px) {
  .repair .filter_row {
    flex-wrap: wrap;
  }
  .repair .filter .select_cover {
    flex: none;
  }
  .repair .filter .select_cover:nth-child(1) {
    width: calc(50% - 4px);
  }
  .repair .filter .select_cover:nth-child(2) {
    width: calc(50% - 4px);
  }
  .repair .filter .select_cover:nth-child(3) {
    flex: 1;
  }
}
.repair .result {
  margin-top: 40px;
}
.repair .result_header {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
}
.repair .result_header p {
  font-size: 16px;
}
.repair .result_header p span {
  font-weight: 700;
}
.repair .result_container {
  border-bottom: 1px solid #D9D9D6;
}
.repair .result_item {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  padding: 24px 0;
  align-items: center;
}
.repair .result_item:not(:last-child) {
  border-bottom: 1px solid #D9D9D6;
}
.repair .result_left {
  flex: 1;
}
.repair .result_right {
  flex: none;
  width: 113px;
}
.repair .result_right .button {
  width: 100%;
  padding: 0;
  justify-content: center;
}
.repair .result_right .button:not(:first-child) {
  margin-top: 8px;
}
.repair .result_title {
  font-size: 20px;
  font-weight: 700;
}
.repair .result dl {
  margin-top: 16px;
  border-top: 1px solid #D9D9D6;
  display: flex;
  padding-top: 16px;
}
.repair .result dl > div {
  flex: 1;
  font-size: 14px;
}
.repair .result dl > div:not(:first-child) {
  border-left: 1px solid #D9D9D6;
  padding-left: 16px;
}
.repair .result dl dd {
  margin-top: 4px;
  font-weight: 700;
}
.repair .result .nodata {
  padding: 137px 0;
  line-height: 22.4px;
  text-align: center;
}
@media (max-width: 670px) {
  .repair .result_item {
    display: block;
    padding: 24px 0 32px;
  }
  .repair .result_title {
    font-size: 18px;
  }
  .repair .result_right {
    margin-top: 32px;
    width: 100%;
    display: flex;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .repair .result_right .button:not(:first-child) {
    margin-top: 0;
  }
  .repair .result dl {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
  }
  .repair .result dl > div:not(:first-child) {
    border-left: 0;
    padding-left: 0;
  }
  .repair .result dl > div:nth-child(even) {
    padding-left: 16px;
    border-left: 1px solid #D9D9D6;
  }
}
.repair .calendar_month {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.repair .calendar_month .calendar_button {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.repair .calendar_month .calendar_button:disabled {
  background: none;
  background-color: #D9D9D6;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.repair .calendar_month .calendar_button-prev {
  background-image: url("../img/icons/ico_arrow_left.svg");
}
.repair .calendar_month .calendar_button-prev:disabled {
  -webkit-mask-image: url("../img/icons/ico_arrow_left.svg");
          mask-image: url("../img/icons/ico_arrow_left.svg");
}
.repair .calendar_month .calendar_button-next {
  background-image: url("../img/icons/ico_arrow_right.svg");
}
.repair .calendar_month .calendar_button-next:disabled {
  -webkit-mask-image: url("../img/icons/ico_arrow_right.svg");
          mask-image: url("../img/icons/ico_arrow_right.svg");
}
.repair .calendar_month .swiper-button-prev {
  background-image: url("../img/icons/ico_arrow_left.svg");
}
.repair .calendar_month .swiper-button-prev.swiper-button-disabled {
  -webkit-mask-image: url("../img/icons/ico_arrow_left.svg");
          mask-image: url("../img/icons/ico_arrow_left.svg");
}
.repair .calendar_month .swiper-button-next {
  background-image: url("../img/icons/ico_arrow_right.svg");
}
.repair .calendar_month .swiper-button-next.swiper-button-disabled {
  -webkit-mask-image: url("../img/icons/ico_arrow_right.svg");
          mask-image: url("../img/icons/ico_arrow_right.svg");
}
.repair .calendar_month p {
  color: #000000;
  font-weight: 700;
  font-size: 32px;
  line-height: 35.2px;
}
.repair .calendar_calendar {
  margin-top: 24px;
}
.repair .calendar_calendar table thead th {
  background-color: #000000;
  color: #ffffff;
}
.repair .calendar_calendar table tbody td {
  position: relative;
  color: #000000;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #D9D9D6;
}
.repair .calendar_calendar table tbody .selected {
  font-weight: 700;
}
.repair .calendar_calendar table tbody .selected:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 1px);
  border: 2px solid #efdf00;
  box-sizing: border-box;
}
.repair .calendar_calendar table tbody .sun,
.repair .calendar_calendar table tbody .off {
  color: #D9D9D6;
  cursor: default;
}
.repair .calendar_calendar table th,
.repair .calendar_calendar table td {
  padding: 16px 0;
}
.repair .calendar_time {
  margin-top: 32px;
}
.repair .calendar_time + .calendar_time {
  margin-top: 24px;
}
.repair .calendar_time p {
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px;
}
.repair .calendar_time .row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 8px;
}
.repair .calendar_time input[type=radio]:disabled + label {
  background-color: #f2f2f2;
  color: #D9D9D6;
}
.repair .calendar_time input[type=radio]:checked + label {
  border: 2px solid #efdf00;
  font-weight: 700;
}
.repair .calendar_time label {
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #D9D9D6;
  color: #000000;
  box-sizing: border-box;
}
@media (max-width: 670px) {
  .repair .calendar_time .row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.repair-secondary {
  padding-bottom: 120px;
}
.repair-secondary .article_wrap .bottom-button {
  padding-bottom: 0;
}
@media (max-width: 670px) {
  .repair-secondary {
    padding-bottom: 80px;
  }
}

.alertModal .modal_cont {
  color: #000000 !important;
}
.alertModal .modal_cont strong {
  font-size: 16px;
}
@media (max-width: 670px) {
  .alertModal .modal_cont p:first-child {
    line-height: 17.6px;
  }
}

.selectVehicle_modal .selectVehicle {
  max-height: 60vh;
  overflow-y: auto;
}
.selectVehicle_modal .selectVehicle_header {
  margin-bottom: 24px;
}
.selectVehicle_modal .selectVehicle_title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 4px !important;
  color: #000000;
}
.selectVehicle_modal .selectVehicle_desc {
  margin-bottom: 0 !important;
}
.selectVehicle_modal .selectVehicle .vehicle_box {
  padding: 24px;
  border: 1px solid #D9D9D6;
  cursor: pointer;
}
.selectVehicle_modal .selectVehicle .vehicle_box:hover, .selectVehicle_modal .selectVehicle .vehicle_box-active {
  border-color: #000000;
}
.selectVehicle_modal .selectVehicle .vehicle_img img {
  width: 100%;
}
.selectVehicle_modal .selectVehicle .vehicle_name {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  line-height: 1.6em;
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* stylelint-disable-next-line order/properties-order */
  -webkit-box-orient: vertical;
}
.selectVehicle_modal .selectVehicle .vehicle_sn {
  color: #000000;
  font-size: 12px;
  margin-bottom: 4px !important;
  line-height: 12px;
  text-align: center;
}
.selectVehicle_modal .selectVehicle .vehicle_option {
  font-size: 12px;
  line-height: 12px;
  color: #777777;
  text-align: center;
  margin-bottom: 0 !important;
}
.selectVehicle_modal .selectVehicle .swiper-controls {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.selectVehicle_modal .selectVehicle .swiper-button-prev,
.selectVehicle_modal .selectVehicle .swiper-button-next {
  position: static;
  width: 30px;
  height: 30px;
  margin-top: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.selectVehicle_modal .selectVehicle .swiper-button-prev:after,
.selectVehicle_modal .selectVehicle .swiper-button-next:after {
  display: none;
}
.selectVehicle_modal .selectVehicle .swiper-button-prev.swiper-button-disabled,
.selectVehicle_modal .selectVehicle .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: none;
  background-color: #D9D9D6;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.selectVehicle_modal .selectVehicle .swiper-button-prev {
  background-image: url("../img/icons/ico_arrow_left.svg");
}
.selectVehicle_modal .selectVehicle .swiper-button-prev.swiper-button-disabled {
  -webkit-mask-image: url("../img/icons/ico_arrow_left.svg");
          mask-image: url("../img/icons/ico_arrow_left.svg");
}
.selectVehicle_modal .selectVehicle .swiper-button-next {
  background-image: url("../img/icons/ico_arrow_right.svg");
}
.selectVehicle_modal .selectVehicle .swiper-button-next.swiper-button-disabled {
  -webkit-mask-image: url("../img/icons/ico_arrow_right.svg");
          mask-image: url("../img/icons/ico_arrow_right.svg");
}
@media (max-width: 670px) {
  .selectVehicle_modal .selectVehicle {
    margin: 0 -16px;
    padding: 0 16px;
  }
  .selectVehicle_modal .selectVehicle_title {
    text-align: left;
  }
  .selectVehicle_modal .selectVehicle_desc {
    text-align: left;
  }
  .selectVehicle_modal .selectVehicle .vehicle {
    margin: 0 -16px;
  }
  .selectVehicle_modal .selectVehicle .swiper {
    padding: 0 16px;
  }
  .selectVehicle_modal .selectVehicle .swiper-controls {
    padding: 0 16px;
  }
}

.locationModal .map {
  height: 370px;
}
@media (max-width: 670px) {
  .locationModal .map {
    height: 226px;
  }
}
.locationModal .info {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #D9D9D6;
}
.locationModal .info_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.locationModal .info dl {
  margin-top: 24px;
  padding-bottom: 24px;
}
.locationModal .info dl > div {
  display: flex;
  justify-content: space-between;
  color: #000000;
}
.locationModal .info dl > div:not(:first-child) {
  margin-top: 8px;
}
.locationModal .info dl dd {
  font-weight: 700;
}
@media (max-width: 670px) {
  .locationModal .info {
    margin-top: 24px;
  }
  .locationModal .info_title {
    font-size: 18px;
    text-align: left;
  }
  .locationModal .info dl {
    padding-bottom: 16px;
  }
  .locationModal .info dl dt {
    width: 110px;
    text-align: left;
  }
  .locationModal .info dl dd {
    text-align: right;
  }
}

.expendables_wrap {
  padding-top: 48px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .expendables_wrap {
    padding-bottom: 80px;
  }
}
.expendables h3 {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .expendables h3 {
    font-size: 28px;
  }
}
.expendables .select_cover {
  display: block;
}
.expendables .select_cover select {
  width: 100%;
  border: 1px solid #D9D9D6;
}
.expendables .description {
  margin-top: 24px;
}
.expendables .description_title {
  padding: 16px 0;
  font-size: 16px;
  line-height: 1;
}
.expendables .description_title span {
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .expendables .description_title {
    padding: 8px 0 16px;
  }
}
.expendables .list {
  border-top: 1px solid #000000;
}
.expendables .item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #D9D9D6;
}
@media (max-width: 1024px) {
  .expendables .item {
    display: block;
  }
}
.expendables .item p {
  position: relative;
}
.expendables .item p + p::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -16px;
  width: 1px;
  height: 34px;
  background-color: #D9D9D6;
  content: "";
}
.expendables .item .title {
  flex: 0.6;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .expendables .item .title {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.expendables .item .type,
.expendables .item .date {
  flex: 0.2;
}
@media (max-width: 1024px) {
  .expendables .item .type,
  .expendables .item .date {
    display: inline-block;
    width: calc(50% - 2px);
  }
}
.expendables .item span {
  display: block;
}
.expendables .item span:nth-child(1) {
  color: #777777;
  font-size: 14px;
}
.expendables .item span:nth-child(2) {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
}
.expendables .txt_bullets {
  margin-top: 32px;
}

.check_list {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .check_list {
    padding-bottom: 80px;
  }
}
.check_list_wrap {
  padding-top: 48px;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .check_list_wrap {
    padding-top: 40px;
  }
}
.check_list h3 {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .check_list h3 {
    font-size: 28px;
  }
}
.check_list .select_cover {
  display: block;
  border-bottom: 1px solid #000000;
}
.check_list .select_cover:after {
  background: url("../img/icons/ico_arrow_bottom.svg") no-repeat 0 0;
  border: 0;
  width: 30px;
  height: 30px;
  right: 0;
}
.check_list .select_cover select {
  width: 100%;
  padding: 0 50px 0 0;
  font-size: 20px;
  border: none;
}
@media (max-width: 1024px) {
  .check_list .select_cover select {
    font-size: 16px;
  }
}
.check_list .hide {
  display: none;
}
.check_list .input_title {
  margin-bottom: 0;
}
.check_list_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .check_list_head {
    flex-direction: column;
    flex: 1;
  }
}
.check_list_head .select_car {
  width: 100%;
}
.check_list_head .select_type {
  flex: 0.28;
}
@media (max-width: 1024px) {
  .check_list_head > div {
    flex: 1;
    width: 100%;
  }
}
.check_list .gray_wrap {
  padding: 32px 0 80px;
  background-color: #f2f2f2;
}
@media (max-width: 1024px) {
  .check_list .gray_wrap {
    padding: 32px 0 40px;
  }
}
.check_list .gray_wrap .type_data + .bullet {
  margin-top: 24px;
}
.check_list .tbl_wrap.type_04 thead tr th:first-child {
  border-right: 1px solid #d9d9d6;
}
.check_list .tbl_wrap.type_04 thead tr:nth-child(1) th:first-child {
  border-right: 4px solid #d9d9d6;
}
.check_list .tbl_wrap.type_04 tbody td:first-child {
  border-right: 4px solid #d9d9d6;
}
@media (max-width: 1024px) {
  .check_list .tbl_wrap.scroll table {
    width: 1136px;
  }
  .check_list .tbl_wrap.scroll table thead tr:first-child th:first-child {
    position: static;
  }
  .check_list .tbl_wrap.scroll table col:nth-child(1) {
    width: 22% !important;
  }
  .check_list .tbl_wrap.scroll table span {
    display: block;
    margin-top: 5px;
  }
}
.check_list .type_list {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .check_list .type_list {
    margin-top: 40px;
    margin-bottom: 16px;
  }
}
.check_list .type_list > div:first-child {
  border-top: 1px solid #000000;
}
.check_list .type_list_row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 0;
  border-top: 1px solid #D9D9D6;
}
@media (max-width: 1024px) {
  .check_list .type_list_row {
    flex-direction: column;
  }
  .check_list .type_list_row:first-child .type_list_col {
    margin-top: 8px;
  }
}
.check_list .type_list_cont {
  flex: 0.82;
}
.check_list .type_list_cont > p {
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .check_list .type_list_cont span {
    display: block;
    margin-top: 1.6px;
  }
}
.check_list .type_list_between {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .check_list .type_list_between {
    display: block;
  }
  .check_list .type_list_between > div + div {
    margin-top: 16px;
  }
}
.check_list .type_list_between p + p {
  margin-top: 8px;
}
.check_list .type_list_col {
  flex: 0.5;
}
@media (max-width: 1024px) {
  .check_list .type_list_col {
    flex: 1;
  }
}
.check_list .type_list_title {
  flex: 0.18;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .check_list .type_list_title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.check_list .type_list + .txt_bullets {
  margin-top: 32px;
}

.car_detail {
  overflow: hidden;
}
.car_detail_wrap {
  padding-top: 48px;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .car_detail_wrap {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}
.car_detail h3 {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .car_detail h3 {
    font-size: 28px;
  }
}
.car_detail .select_car .select_cover {
  display: block;
  border-bottom: 1px solid #000000;
}
.car_detail .select_car .select_cover:after {
  background: url("../img/icons/ico_arrow_bottom.svg") no-repeat 0 0;
  border: 0;
  width: 30px;
  height: 30px;
  right: 0;
}
.car_detail .select_car .select_cover select {
  width: 100%;
  padding: 0 50px 0 0;
  font-size: 20px;
  border: none;
}
@media (max-width: 1024px) {
  .car_detail .select_car .select_cover select {
    font-size: 20px;
  }
}
.car_detail .car {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-top: 32px;
}
@media (max-width: 1024px) {
  .car_detail .car {
    flex-direction: column;
    gap: 24px;
    padding-top: 0;
  }
}
.car_detail .car_image, .car_detail .car_content {
  flex: 0.5;
}
@media (max-width: 1024px) {
  .car_detail .car_image, .car_detail .car_content {
    flex: 1;
    width: 100%;
  }
}
.car_detail .car_image {
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .car_detail .car_image {
    padding-left: 0;
  }
}
.car_detail .car_image img {
  width: 100%;
}
.car_detail .car_type {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .car_detail .car_type {
    margin-bottom: 24px;
  }
}
.car_detail .car_type_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.car_detail .car_type_item:first-child {
  margin-bottom: 16px;
}
.car_detail .car_type_item:first-child .car_type_title {
  font-size: 36px;
}
@media (max-width: 1024px) {
  .car_detail .car_type_item:first-child .car_type_title {
    font-size: 28px;
  }
}
.car_detail .car_type_item:first-child button {
  line-height: 2.2;
}
.car_detail .car_type_item:last-child {
  margin: 4px 0 0 0;
}
.car_detail .car_type_title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .car_detail .car_type_title {
    font-size: 18px;
  }
}
.car_detail .car_type button {
  font-size: 14px;
}
.car_detail .car_text_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid #D9D9D6;
}
.car_detail .car_text_item:first-child {
  border-top: 1px solid #000000;
}
.car_detail .car_text_item > span:nth-child(1) {
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}
.car_detail .car_text_item span {
  color: #656666;
  line-height: 1.4;
}
.car_detail .car_text_item > div {
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
}
.car_detail .car_text_item > div p {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
.car_detail .car_text_item > div span:first-child {
  display: inline-block;
  color: #000000;
  font-weight: 400;
}
.car_detail .car + .txt_bullets {
  margin-top: 32px;
}
.car_detail .accordion_list {
  border-bottom: none;
}
.car_detail .accordion_list:not(:first-child) {
  margin-top: 8px;
}
.car_detail .accordion_list[data-status=expanded] {
  border-bottom: 1px solid #D9D9D6;
}
.car_detail .accordion_list[data-status=expanded] .accordion_title {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.car_detail .accordion_list[data-status=expanded] .accordion_title:after {
  transform: rotate(180deg);
  background-color: #ffffff;
}
.car_detail .accordion_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 19px 56px 19px 16px;
  border: 1px solid #D9D9D6;
  font-size: 14px;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .car_detail .accordion_title {
    height: 56px;
  }
}
.car_detail .accordion_title span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
}
.car_detail .accordion_title:after {
  display: block;
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
  -webkit-mask: url("../img/icons/ico_arrow_bottom.svg") no-repeat center center;
          mask: url("../img/icons/ico_arrow_bottom.svg") no-repeat center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: "";
}
.car_detail .accordion_type {
  font-size: 16px;
  font-weight: 700;
}
.car_detail .accordion_inner {
  padding: 24px 16px;
  border-top: none;
  background-color: #f2f2f2;
}
.car_detail .accordion_inner > p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .car_detail .accordion_inner > p {
    font-size: 14px;
  }
}
.car_detail .accordion_inner div + p {
  margin-top: 16px;
}
.car_detail .accordion_desc p {
  display: inline-block;
}
@media (max-width: 1024px) {
  .car_detail .accordion_desc p {
    display: block;
    font-size: 14px;
  }
}
.car_detail .accordion_desc p + p {
  margin-left: 16px;
}
@media (max-width: 1024px) {
  .car_detail .accordion_desc p + p {
    margin-top: 8px;
    margin-left: 0;
  }
}
.car_detail .accordion_desc .block {
  display: block;
  margin-left: 0;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .car_detail .accordion_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .car_detail .accordion_title::after {
    top: 50%;
    margin-top: -12px;
  }
}
.car_detail .info {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .car_detail .info {
    margin-top: 40px;
  }
}
.car_detail .info h3 {
  margin-bottom: 24px;
}
.car_detail .info_head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 48px 0;
  border-top: 1px solid #000000;
  text-align: center;
}
@media (max-width: 1024px) {
  .car_detail .info_head {
    padding: 32px 0;
  }
}
.car_detail .info_head p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .car_detail .info_head p {
    font-size: 18px;
  }
}
.car_detail .info_head span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.car_detail .info_head button {
  justify-content: center;
  margin-top: 32px;
  width: 160px;
}
.car_detail .info + .txt_bullets {
  margin-top: 24px;
}
.car_detail .gray_wrap {
  position: relative;
  margin-top: 80px;
  background-color: #f2f2f2;
}
.car_detail .gray_wrap::before, .car_detail .gray_wrap::after {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  content: "";
}
.car_detail .gray_wrap::before {
  left: -100%;
}
.car_detail .gray_wrap::after {
  right: -100%;
}
.car_detail .drivers {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .car_detail .drivers {
    padding: 40px 0;
  }
}
.car_detail .drivers h3 {
  margin-bottom: 8px;
  text-align: left;
}
.car_detail .drivers_head {
  text-align: left;
}
.car_detail .drivers_head p {
  font-size: 16px;
  line-height: 1.4;
}
.car_detail .drivers_head button {
  margin-top: 8px;
  font-size: 16px;
}
.car_detail .drivers_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 24px 0;
  border: 1px solid #D9D9D6;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .car_detail .drivers_list {
    flex-direction: column;
    padding: 0 16px;
  }
}
.car_detail .drivers_list > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px 0;
  flex: 0.33;
  text-align: center;
}
@media (max-width: 1024px) {
  .car_detail .drivers_list > div {
    padding: 16px 0;
    width: 100%;
    flex: 1;
  }
}
.car_detail .drivers_list div + div {
  border-left: 1px solid #D9D9D6;
}
@media (max-width: 1024px) {
  .car_detail .drivers_list div + div {
    border-top: 1px solid #D9D9D6;
    border-left: none;
  }
}
.car_detail .drivers_list button {
  margin-top: 16px;
  font-size: 14px;
}
.car_detail .drivers_name {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .car_detail .drivers_name {
    font-size: 18px;
  }
}
.car_detail .drivers_date {
  margin-top: 8px;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
}
.car_detail .drivers > button {
  margin: 32px 0;
}
.car_detail .drivers > button:disabled {
  background-color: #ffffff;
  border: 1px solid #D9D9D6;
  color: #D9D9D6;
  pointer-events: none;
}
.car_detail .drivers .txt_bullets {
  text-align: left;
}
.car_detail .guide {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .car_detail .guide {
    padding: 40px 0 80px;
  }
}
.car_detail .guide_list {
  display: flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .car_detail .guide_list {
    flex-direction: column;
  }
}
.car_detail .guide_list > div {
  flex: 0.5;
  padding: 24px;
  border: 1px solid #D9D9D6;
}
@media (max-width: 1024px) {
  .car_detail .guide_list > div {
    padding: 16px;
  }
}
.car_detail .guide_list .txt_bullets {
  margin-top: 8px;
}
.car_detail .guide_type {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .car_detail .guide_type {
    font-size: 18px;
  }
}
.car_detail .guide_text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4;
}
.car_detail .guide > .txt_bullets {
  margin-top: 32px;
}
.car_detail .guide .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 16px;
}
.car_detail .guide .buttons button {
  font-size: 14px;
}
.car_detail .modal_wrap .break {
  white-space: pre-line;
}

#carNumberModify .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: #f2f2f2;
}
#carNumberModify .box span {
  display: inline-block;
  font-size: 14px;
}
#carNumberModify .box span:nth-child(1) {
  color: #656666;
}
#carNumberModify .box span:nth-child(2) {
  color: #000000;
}
#carNumberModify .input_float {
  padding-top: 32px;
}

#distanceNumberModify .input_float {
  position: relative;
  padding-top: 32px;
}
#distanceNumberModify .input_float::after {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 30px;
  color: #000000;
  height: 14px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  content: "Km";
}
#distanceNumberModify .input_float input {
  padding-right: 40px;
  box-sizing: border-box;
}

#manualPopup .modal_cont {
  overflow: hidden;
}
#manualPopup .accordion_inner {
  align-items: flex-start;
  flex-direction: column;
}
#manualPopup .accordion_inner [data-status=disabled] {
  display: flex;
}
#manualPopup .accordion_inner a {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
  text-align: left;
}
#manualPopup .accordion_inner a + a {
  margin-top: 8px;
}
@media (max-width: 1024px) {
  #manualPopup .accordion_inner {
    overflow-y: scroll;
    height: 200px;
    box-sizing: border-box;
  }
}

@media (max-width: 1024px) {
  #driversGuide .modal_cont {
    text-align: left;
    height: 70vh;
    overflow-y: scroll;
  }
}
#driversGuide .modal_cont p {
  color: #000000;
  margin-bottom: 0;
  white-space: pre-line;
}
#driversGuide .modal_cont a {
  margin-top: 8px;
  font-size: 14px;
}
#driversGuide .modal_cont ul {
  margin-top: 8px;
}
#driversGuide .modal_cont li {
  color: #000000;
  font-size: 14px;
}
#driversGuide .modal_cont li::before {
  background-color: #000000;
}
#driversGuide .box + .box {
  margin-top: 16px;
  border-top: 1px solid #D9D9D6;
}
#driversGuide .box + .txt_bullets {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #D9D9D6;
}
#driversGuide .subtit {
  padding-top: 16px;
}
#driversGuide .subtit + p {
  margin-top: 8px;
}

@media (max-width: 1024px) {
  #driversInfo .modal_cont {
    text-align: left;
  }
}
#driversInfo .modal_cont > div:first-of-type {
  margin-top: 16px;
}
#driversInfo .input_line_box + .input_line_box {
  margin-top: 24px;
}
#driversInfo .input_line_box select {
  font-size: 14px;
}

#changeAccountInfo .txt_bullets {
  margin: 16px 0;
  padding: 16px 0;
  border-top: 1px solid #D9D9D6;
  border-bottom: 1px solid #D9D9D6;
}
#changeAccountInfo .txt_bullets li {
  color: #3E3F40;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  #changeAccountInfo .txt_bullets li {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  #changeAccountInfo .modal_cont p {
    text-align: left;
  }
}

.sns-login_cont {
  padding: 160px 0;
}
.sns-login_wrap {
  text-align: center;
}
.sns-login_wrap .button {
  height: 40px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 0 19px;
}
.sns-login_msg {
  font-size: 20px;
  line-height: 1.1;
  color: #000000;
}
.sns-login_msg:not(:last-child) {
  margin-bottom: 24px;
}
.sns-login .grayArticle {
  padding: 80px 0 120px;
  background-color: #f2f2f2;
}
.sns-login .grayArticle .title {
  color: #000000;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
}
.sns-login .grayArticle .desc {
  color: #000000;
  margin-top: 8px;
}
.sns-login .grayArticle .auth {
  margin-top: 24px;
}
.sns-login .grayArticle .auth_cont {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.sns-login .grayArticle .auth_item {
  flex: 1;
  background-color: #ffffff;
  padding: 32px;
  border: 1px solid #D9D9D6;
}
.sns-login .grayArticle .auth_item .button {
  margin-top: 24px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.sns-login .grayArticle .auth_desc {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.sns-login .grayArticle .auth_desc strong {
  font-weight: 700;
}
@media (max-width: 670px) {
  .sns-login_msg {
    font-size: 18px;
  }
  .sns-login .grayArticle {
    padding: 40px 0;
  }
  .sns-login .grayArticle .title {
    font-size: 28px;
  }
  .sns-login .grayArticle .desc {
    line-height: 1.1;
  }
  .sns-login .grayArticle .auth_cont {
    display: block;
  }
  .sns-login .grayArticle .auth_item {
    padding: 24px;
  }
  .sns-login .grayArticle .auth_item:not(:first-child) {
    margin-top: 8px;
  }
  .sns-login .grayArticle .auth_item .button {
    margin-top: 16px;
  }
}

@media (max-width: 1024px) {
  .estimate_list {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 36px;
  }
  .estimate_list .input_cover {
    position: absolute;
    top: 32px;
    left: 0;
    margin-right: 0;
  }
  .estimate_list .item {
    width: 100%;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  .estimate_list .item .img_wrap {
    width: 160px;
  }
  .estimate_list .item .name {
    padding-left: 0;
    padding-right: 16px;
  }
  .estimate_list .item .name strong {
    font-size: 24px;
  }
  .estimate_list .item .name span {
    font-size: 14px;
  }
  .estimate_list .info {
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #D9D9D6;
  }
  .estimate_list .info li {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .estimate_list .info li:first-child {
    padding-left: 0;
    border-left: none;
  }
  .estimate_list .info li em {
    font-size: 14px;
  }
  .estimate_list .info li strong {
    font-size: 18px;
  }
  .estimate_list .btn_wrap {
    width: 100%;
    flex-direction: row;
    padding-top: 32px;
  }
  .estimate_list .btn_wrap .button {
    flex: 1;
    justify-content: center;
  }
  .compare_wrap .txt_bullets,
  .detail_estimate .list_box {
    text-align: left;
  }
  .center_wrap .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .user_form_box .input_float:not(.phone) .double_cover {
    display: block;
  }
  .user_form_box .input_float:not(.phone) .double_cover .select_cover,
  .user_form_box .input_float:not(.phone) .double_cover select {
    width: 100%;
  }
  .user_form_box .input_float.phone .double_cover .select_cover {
    flex-basis: 81px;
  }
}
@media (max-width: 670px) {
  .item_wrap .article_wrap {
    flex-direction: column;
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .item_wrap .article_wrap .btn_wrap span {
    width: 100%;
  }
  .item_wrap .text_box strong {
    font-size: 18px;
  }
  .item_wrap .text_box p {
    font-size: 14px;
  }
  .social_members h3 {
    font-size: 28px;
  }
  .social_members h4 {
    font-size: 18px;
  }
  .social_members .article_wrap {
    padding-top: 32px;
    padding-bottom: 80px;
  }
  .social_members .contact_wrap {
    display: block;
  }
  .social_members .terms_agreed_box .agree_add {
    gap: 24px 0;
  }
  .social_members .terms_agreed_box .agree_add .input_cover {
    width: 50%;
  }
  .list_box .list_summary .tit_step {
    font-size: 18px;
  }
  .list_box .list_details {
    flex-direction: column;
  }
  .list_box .list_details .tit_item {
    flex: 1;
  }
  .list_box .list_details li {
    gap: 0 8px;
  }
  .list_box .list_details li span {
    flex: 1;
  }
  .list_box .list_details li span.desc {
    text-align: right;
  }
  .list_box .total_price .num {
    font-size: 28px;
  }
  .mybenefit_wrap .benefit_select {
    display: block;
    padding-top: 32px;
  }
  .mybenefit_wrap .select_cover {
    display: block;
    margin-top: 16px;
  }
  .mybenefit_wrap .select_cover select {
    width: 100%;
  }
  .mybenefit_wrap .benefit_list .summary,
  .mybenefit_wrap .benefit_list .details {
    padding: 24px;
  }
  .mybenefit_wrap .benefit_list .summary [class^=type_] {
    margin-bottom: 16px;
  }
  .mybenefit_wrap .benefit_list .details:before {
    width: 100%;
    height: 1px;
    top: 0;
  }
  .mybenefit_wrap .benefit_list .details .coupon_name {
    font-size: 18px;
    line-height: 1.1;
  }
  .mybenefit_wrap .benefit_list .details .coupon_name + dl {
    margin-top: 16px;
  }
  .mybenefit_wrap .benefit_list .details button {
    top: 24px;
    right: 24px;
  }
  .mybenefit_wrap .benefit_list .coupon {
    display: block;
  }
  .coupon_info {
    text-align: left;
  }
  .compare_wrap .scroll_box {
    height: auto;
    max-height: calc(100vh - 350px);
  }
  .compare_wrap .compare_group .item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .compare_wrap .compare_group .thumb {
    width: 100%;
  }
  .compare_wrap .compare_group .name {
    margin-top: 16px;
    font-size: 16px;
  }
  .compare_wrap .accordion_inner {
    border-top: none;
  }
  .compare_wrap .accordion_inner dt {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .compare_wrap .accordion_inner dd {
    padding-left: 8px;
    padding-right: 8px;
  }
  .compare_wrap .accordion_inner dd span {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    line-height: 1.6em;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* stylelint-disable-next-line order/properties-order */
    -webkit-box-orient: vertical;
  }
  .compare_wrap .btn_wrap .button {
    display: flex;
    justify-content: center;
  }
  .detail_estimate .list_details .item {
    max-width: calc(100% - 120px);
  }
  .detail_estimate .list_details .desc {
    max-width: 120px;
  }
  .detail_estimate .list_box .total_price {
    padding-bottom: 16px;
  }
  .detail_estimate .btn_wrap .button {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .my_order {
    padding-top: 32px;
    padding-bottom: 80px;
  }
  .my_order h3.subtit {
    font-size: 18px;
  }
  .my_order .outline_area {
    padding-bottom: 40px;
  }
  .my_order .outline_area.flex {
    display: block;
  }
  .my_order .list_box_02 .subtit {
    font-size: 32px;
  }
  .my_order .list_box_03 .list_details {
    flex-direction: column;
    padding: 0;
  }
  .my_order .list_box_03 .list_details dl {
    border-left: 0;
    border-bottom: 1px solid #D9D9D6;
    padding: 24px 0;
  }
  .my_order .list_box_03 .list_details dl dd {
    font-size: 22px;
  }
  .inquiry_list {
    padding-bottom: 40px;
  }
  .inquiry_list .subtit {
    font-size: 28px;
  }
  .inquiry_list .article_wrap {
    padding-top: 32px;
  }
  .inquiry_list .accordion_list[data-status=expanded] .accordion_inner {
    padding: 16px 24px 32px;
  }
  .inquiry_list .accordion_list[data-status=expanded] .accordion_inner .text.answer {
    position: relative;
  }
  .inquiry_list .accordion_list[data-status=expanded] .accordion_inner .text.answer strong {
    display: block;
    margin-bottom: 0;
  }
  .inquiry_list .accordion_list[data-status=expanded] .accordion_inner .text.answer .data {
    margin-bottom: 16px;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    font-size: 14px;
  }
  .inquiry_list .accordion_title {
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .inquiry_list .accordion_title .tit {
    order: 3;
    flex-basis: unset;
    margin-right: 0;
    font-size: 14px;
  }
  .inquiry_list .accordion_title .tag {
    order: 1;
    margin-right: 16px;
  }
  .inquiry_list .accordion_title .subject {
    order: 2;
    width: 95%;
  }
}
@media (max-width: 670px) and (max-width: 340px) {
  .inquiry_list .accordion_title .subject {
    width: 100%;
  }
}
@media (max-width: 670px) {
  .inquiry_list .accordion_title .data {
    order: 4;
    font-size: 14px;
  }
  .inquiry_list .accordion_title span:last-child {
    margin-left: 16px;
  }
  .inquiry_list .accordion_title:after {
    order: 5;
    margin-left: auto;
  }
  .center_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .center_wrap .title_box h3 {
    font-size: 28px;
  }
  .center_wrap .title_box p {
    padding-top: 16px;
  }
  .center_wrap .item_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }
  .center_wrap .item_box li {
    flex: 1;
    padding: 32px 16px 32px 96px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 64px 64px;
    background-position: 16px 50%;
  }
  .center_wrap .item_box li strong {
    font-size: 18px;
    padding-bottom: 16px;
  }
  .center_wrap .item_box li p {
    font-size: 14px;
  }
}
.recall_wrap {
  padding-top: 48px;
  padding-bottom: 32px;
}
.recall_wrap .select_cover {
  width: 100%;
}
.recall_wrap select {
  width: 100%;
  border: 1px solid #d9d9d6;
}
.recall_wrap .description {
  margin-top: 24px;
}
.recall_wrap .description_title {
  padding: 16px 0;
  font-size: 16px;
  line-height: 1;
}

.history_list {
  overflow: hidden;
}
.history_list .history_list_wrap {
  padding-top: 48px;
}
@media (max-width: 1024px) {
  .history_list .history_list_wrap {
    padding-top: 40px;
  }
}
.history_list h3 {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .history_list h3 {
    font-size: 28px;
  }
}
.history_list .data-article_head .input_flex_wrap {
  gap: 8px;
}
@media (max-width: 1024px) {
  .history_list .data-article_head .input_flex_wrap {
    flex-direction: column;
  }
}
.history_list .data-article_head .select_cover {
  flex: 1;
}
@media (max-width: 1024px) {
  .history_list .data-article_head .select_cover {
    width: 100%;
  }
}
.history_list .data-article_head select {
  width: 100%;
  border: 1px solid #d9d9d6;
}
.history_list .data-article_content {
  padding: 48px 0 80px;
}
.history_list .data-article_content span {
  display: inline-block;
}
@media (max-width: 1024px) {
  .history_list .data-article_content {
    padding: 14px 0 40px;
  }
}
.history_list .data-article_total {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 400;
}
.history_list .data-article_total span {
  font-weight: 700;
}
.history_list .data-article_list {
  border-top: 1px solid #000000;
}
.history_list .data-article_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 24px 5px;
}
.history_list .data-article_item + .data-article_item {
  border-top: 1px solid #d9d9d6;
}
@media (max-width: 1024px) {
  .history_list .data-article_item {
    padding: 16px 5px;
    flex-direction: column;
  }
}
.history_list .data-article_box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.history_list .data-article_box li {
  display: flex;
  width: 100%;
}
.history_list .data-article_date {
  flex: 120px;
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .history_list .data-article_date {
    flex: 1;
  }
}
.history_list .data-article_box {
  flex: calc(100% - 120px);
}
@media (max-width: 1024px) {
  .history_list .data-article_box {
    flex: 1;
    width: 100%;
  }
}
.history_list .data-article_type {
  flex: 1;
  font-size: 14px;
  text-align: left;
}
.history_list .data-article_text {
  flex: 1;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.history_list .data-article_empty {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 300px;
  font-size: 16px;
  line-height: 1.4;
  border-top: 1px solid #000000;
}
@media (max-width: 1024px) {
  .history_list .data-article_empty {
    height: 285px;
  }
}
.history_list .info-article {
  position: relative;
  padding: 80px 0 120px;
  background-color: #f2f2f2;
}
@media (max-width: 1024px) {
  .history_list .info-article {
    padding: 40px 0 80px;
  }
}
.history_list .info-article::before,
.history_list .info-article::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  content: "";
}
.history_list .info-article::before {
  left: -100%;
}
.history_list .info-article::after {
  right: -100%;
}
.history_list .info-article_item {
  padding: 24px 5px;
  border-top: 1px solid #d9d9d6;
}
.history_list .info-article_item:first-child {
  border-top: 1px solid #000000;
}
.history_list .info-article_item:last-child {
  padding: 24px 5px 0;
}
.history_list .info-article_title {
  display: block;
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .history_list .info-article_title {
    padding-bottom: 16px;
    font-size: 18px;
  }
}
.history_list .info-article_desc {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

.history_view h3 {
  padding-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1024px) {
  .history_view h3 {
    font-size: 28px;
  }
}
.history_view .data-article {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .history_view .data-article {
    padding-top: 40px;
  }
}
.history_view .data-article_content {
  padding: 0 5px;
  box-sizing: border-box;
}
.history_view .data-article_content + .data-article_content {
  margin-top: 24px;
  border-top: 1px solid #d9d9d6;
}
.history_view .data-article_box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.history_view .data-article_labor .data-article_box {
  gap: 16px !important;
}
.history_view .data-article_list {
  padding-top: 24px;
}
.history_view .data-article_item li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.history_view .data-article_item li span {
  display: inline-block;
  flex: 0.5;
  font-size: 14px;
  line-height: 1.4;
}
.history_view .data-article_text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}
.history_view .data-article_right {
  text-align: right;
}
.history_view .data-article_title {
  padding: 0 0 24px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .history_view .data-article_title {
    font-size: 18px;
  }
}
.history_view .data-article_desc {
  padding: 0 0 8px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  box-sizing: border-box;
}
.history_view .data-article_sum .data-article_box li {
  align-items: center;
}
.history_view .data-article_total {
  font-size: 20px !important;
}
.history_view .info-article {
  padding-top: 72px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .history_view .info-article {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.history_view .info-article .data-article_box {
  gap: 4px;
}
.history_view .info-article .data-article_item + .data-article_item {
  padding-top: 16px;
}

.name_ceti_wrap {
  padding-top: 48px;
}

@media (max-width: 1024px) {
  .name_ceti_wrap {
    padding-top: 40px;
  }
}
.name_ceti h3 {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .name_ceti h3 {
    font-size: 28px;
  }
}
.name_ceti .body > .txt_bullets {
  margin-top: 8px;
}
@media (max-width: 670px) {
  .name_ceti .body > .txt_bullets {
    margin-top: -16px;
  }
}
.name_ceti .body .button {
  display: block;
  margin: 48px auto 120px;
}
@media (max-width: 670px) {
  .name_ceti .body .button {
    margin: 48px auto 80px;
  }
}
.name_ceti .type .select_cover {
  display: block;
  border-bottom: 1px solid #d9d9d6;
}
.name_ceti .type .select_cover:after {
  background: url("../img/icons/ico_arrow_bottom.svg") no-repeat 0 0;
  border: 0;
  width: 30px;
  height: 30px;
  right: 0;
}
.name_ceti .type .select_cover select {
  width: 100%;
  padding: 0 50px 0 0;
  border: none;
}
.name_ceti .info {
  display: flex;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 48px;
  border-top: 1px solid #000000;
}
@media (max-width: 670px) {
  .name_ceti .info {
    flex-direction: column;
    gap: 24px;
  }
}
.name_ceti .info_title {
  flex: 0.18;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 670px) {
  .name_ceti .info_title {
    font-size: 18px;
  }
}
.name_ceti .info_content {
  flex: 0.82;
}
@media (max-width: 670px) {
  .name_ceti .info_content {
    flex: 1;
    width: 100%;
  }
}
.name_ceti .info_content div + div {
  margin-top: 24px;
}
.name_ceti .input_line_box.date {
  align-items: flex-start;
}
.name_ceti .input_line_box.date .input_flex_wrap {
  gap: 8px;
}
@media (max-width: 670px) {
  .name_ceti .input_line_box.date .input_flex_wrap {
    flex: 1;
    justify-content: flex-start;
    width: 100%;
  }
  .name_ceti .input_line_box.date .input_flex_wrap .select_cover {
    flex: 0.33;
  }
}
.name_ceti .input_line_box.date .input_flex_wrap select {
  width: 160px;
  border: 1px solid #d9d9d6;
}
@media (max-width: 670px) {
  .name_ceti .input_line_box.date .input_flex_wrap select {
    width: 100%;
  }
}
.name_ceti .input_line_box.file .input_title {
  display: flex;
  align-items: center;
}
.name_ceti .input_line_box.file .input_title button i {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: 3px;
}
.name_ceti .input_line_box.file .input_title + button span {
  display: inline-block;
  font-weight: 700;
}
.name_ceti .input_line_box.file .txt_bullets {
  margin-top: 32px;
}
.name_ceti .input_line_box.file .txt_bullets span {
  font-weight: 700;
}
.name_ceti .input_line_box .input_title {
  color: #000000;
}
.name_ceti .input_float .txt_bullets {
  margin-top: 8px;
}
.name_ceti .input_float .zipcode {
  background: transparent;
  margin-top: -10px;
  color: #000000;
}
@media (max-width: 670px) {
  .name_ceti .input_float .zipcode {
    margin-top: -20px;
  }
}
.name_ceti .input_float.address input {
  padding-right: 22%;
  box-sizing: border-box;
}
.name_ceti .input_float input:-moz-read-only {
  color: #d9d9d6;
}
.name_ceti .input_float input:read-only {
  color: #d9d9d6;
}
.name_ceti .input_cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.name_ceti .input_cover.block {
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d6;
  font-size: 16px;
  font-weight: 700;
}
.name_ceti .input_cover + .input_cover {
  margin-top: 16px;
}
@media (max-width: 670px) {
  .name_ceti .input_cover + .input_cover {
    margin-top: 12px;
  }
}
.name_ceti .input_cover .ico_arrow_right_v2 {
  width: 24px;
  height: 24px;
  background-color: #777777;
}

#termsKoleosAgreePop .terms_text,
#termsKoleosAgreePop2 .terms_text,
#termsKoleosAgreePop3 .terms_text,
#termsKoleosAgreePop4 .terms_text {
  min-height: 30vh;
  max-height: 60vh;
  overflow-y: auto;
}
#termsKoleosAgreePop .terms_text table th,
#termsKoleosAgreePop2 .terms_text table th,
#termsKoleosAgreePop3 .terms_text table th,
#termsKoleosAgreePop4 .terms_text table th {
  background-color: #eee;
}
#termsKoleosAgreePop .terms_text table th,
#termsKoleosAgreePop .terms_text table td,
#termsKoleosAgreePop2 .terms_text table th,
#termsKoleosAgreePop2 .terms_text table td,
#termsKoleosAgreePop3 .terms_text table th,
#termsKoleosAgreePop3 .terms_text table td,
#termsKoleosAgreePop4 .terms_text table th,
#termsKoleosAgreePop4 .terms_text table td {
  padding: 3px;
  border-bottom: 1px solid #eee;
}
#termsKoleosAgreePop .terms_text table .center,
#termsKoleosAgreePop2 .terms_text table .center,
#termsKoleosAgreePop3 .terms_text table .center,
#termsKoleosAgreePop4 .terms_text table .center {
  text-align: center;
}
#termsKoleosAgreePop .terms_text .button,
#termsKoleosAgreePop2 .terms_text .button,
#termsKoleosAgreePop3 .terms_text .button,
#termsKoleosAgreePop4 .terms_text .button {
  display: flex;
  margin: auto;
}

.testdrive_mgt .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
  width: 100%;
  max-width: 600px;
  gap: 14px;
}
.testdrive_mgt .btn_wrap .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
}
.testdrive_mgt > .article_wrap {
  padding-bottom: 80px;
}
.testdrive_mgt > .article_wrap.testdrive_cancel h2 {
  display: flex;
  width: 100%;
  height: 400px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  margin-bottom: 80px;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .testdrive_mgt > .article_wrap {
    padding-top: 32px;
  }
}

.integ_my_order .list_box .list_details.address li {
  flex-direction: row;
}
.integ_my_order .list_box .list_details.address li .item {
  flex: 0;
  min-width: 150px;
}
@media (max-width: 1024px) {
  .integ_my_order .list_box .list_details.address li .item {
    min-width: 100px;
  }
}
.integ_my_order .list_box .list_details.address li .desc {
  position: relative;
}