@charset "utf-8";

/***** main 빠른출고 *****/

.logo-box {
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
  border-radius: 75px;
  width: 100%;
}

.logo-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 20px;
  gap: 8px;
  justify-content: center;
}

.logo-box.type-a ul {
  padding: 30px 80px;
}

.logo-box-more {
  display: none;
}

.logo-box-more.on {
  display: none !important;
}

.logo-box-btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 120px;
  height: 120px;
  background: #f7f5f3;
  border-radius: 50%;
  letter-spacing: -0.05em;
  border: 1px solid transparent;
  transition: 0.3s;
  cursor: pointer;
  width: 96px;
  height: 96px;
  justify-content: center;
}

.logo-box-btn:hover {
  transform: translateY(-5px);
}

.logo-box-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 2.25px solid transparent;
}

.logo-box-btn.type-a,
.logo-box-btn.type-b {
  border-color: #ededed;
  background: #fff;
}

.logo-box-btn.type-a span {
  font-weight: 700;
}

.logo-box-btn.type-b p {
  margin: auto;
}

.logo-box-btn.on {
  background: #fff;
}

.logo-box-btn.on::after {
  border-color: #2f80ed;
}

.logo-box-btn.type-fast.on {
  background: #000;
}

.logo-box-btn.type-fast.on::after {
  border-color: #ededed;
}

.logo-box-btn.type-fast.on .icon {
  background-image: url(../img/main-icon2-2.svg);
}

.logo-box-btn.type-fast.on span {
  color: #fff;
}

/*  */
.logo-box-btn.type-fast:hover {
  background: #000;
}

.logo-box-btn.type-fast:hover::after {
  border-color: #ededed;
}

.logo-box-btn.type-fast:hover .icon {
  background-image: url(../img/main-icon2-2.svg);
}

.logo-box-btn.type-fast:hover span {
  color: #fff;
}

/*  */

.logo-box-btn p {
  margin-top: auto;
  line-height: 33px;
  font-weight: 700;
  font-size: 1.406rem;
}

.logo-box-btn p img {
  vertical-align: middle;
  width: 60px;
}

.logo-box-btn span {
  margin: 5px 0 30px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.05em;
}

.logo-box-btn .icon {
  display: inline-block;
  width: 41px;
  height: 50px;
  background: url(../img/main-icon2.svg) no-repeat center center / contain;
}

.logo-box-btn.type-b {
  /* border: none;
    color: #fff;
    background: rgb(72, 128, 238); */
}

.logo-box-btn.type-b::after {
  display: none;
}

.logo-box-btn.type-b:hover {
  border: none;
  color: #fff;
  background: #2f80ed;
}

.main-banner-img {
  flex: 2;
}

.main-banner-tbox {
  flex: 3;
  width: 100%;
}

.main-banner-tbox .main-banner-sec {
  padding: 40px;
  background: white;
}

.main-banner-title h1 {
  font-size: 2.5rem;
  line-height: 58px;
  letter-spacing: -0.02em;
}

.main-banner-title p {
  margin-top: 5px;
  line-height: 160%;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.main-radio-box {
  display: flex;
  align-items: center;
  margin: 10px 0 30px;
  gap: 30px;
}

.main-input-box {
  display: flex;
  gap: 20px;
}

.mib-box {
  width: 50%;
}

.main-input-box .mib-box {
  margin-bottom: 30px;
}

.mib-box p {
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.mib-box input {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 1px solid #222222;
}

.mib-box input::placeholder {
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #aaaaaa;
}

.main-banner-btn .form-wrap {
  margin: 20px 10px 0;
}

.ag-label {
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.ag-label span {
  color: #ffffff;
}

.mbb-box {
  display: flex;
  gap: 5px;
  height: 70px;
  line-height: 70px;
}

.mbb-box a {
  width: 33%;
  font-weight: 700;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: -0.02em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mbb-quick-btn {
  background: rgb(72, 128, 238);
}

.mbb-talk-btn {
  position: relative;
  padding-left: 30px;
  background: #f4e81b;
}

.mbb-talk-btn::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  background: url(../img/icon-talk2.png) no-repeat center center / contain;
}

.mbb-call-btn {
  color: #f5f5f3;
  font-family: "Montserrat";
  background: #222222;
}

/***** 수입차 *****/

/* 230519 */
.car-item-box.preorder-item-box {
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin: 0 auto;
}

.car-item-box.preorder-item-box .car-item {
}

.car-item-box.preorder-item-box .car-item .car-item-inner {
  border-radius: 10px;
  background: var(--unnamed, #fff);
  padding: 25px 30px;
  width: 100%;
}

.car-item-box.preorder-item-box .car-item .car-item-inner .item-left {
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-left
  .alert-row {
  display: flex;
  gap: 5px;
  align-items: center;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-left
  .alert-row
  img {
  width: 20px;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-left
  .alert-row
  p {
  color: var(--title, #222);
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.7px;
}

.car-item-box.preorder-item-box .car-item .car-item-inner .item-left .car-row {
  position: relative;
  margin-top: 28px;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-left
  .car-row
  .count {
  background: #ff1500;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -30px;
  width: 70px;
  height: 70px;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-left
  .car-row
  .count
  p {
  color: var(--unnamed, #fff);
  font-family: Noto Sans KR;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.8px;
  text-align: center;
}

.car-item-box.preorder-item-box .car-item .car-item-inner .item-right {
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-right
  .model-row {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-right
  .model-row
  p {
  color: var(--unnamed, #222);
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.9px;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-right
  .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-right
  .price-row
  p.name {
  color: var(--title, #222);
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}

.car-item-box.preorder-item-box .car-item .car-item-inner .item-right .btn-row {
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-right
  .btn-row
  .submit-btn {
  width: 100%;
  margin-top: 15px;
  gap: 5px;
  border-radius: 10px;
  background: var(--title, #222);
  padding: 20px;
  height: auto;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-right
  .btn-row
  .submit-btn:hover {
  animation: gradient 1s ease infinite;
  background: linear-gradient(45deg, #797979, #222222);
  background-size: 400% 400%;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-right
  .btn-row
  .submit-btn
  p {
  color: var(--unnamed, #fff);
  text-align: right;
  font-family: Noto Sans KR;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}

.mbb-talk-btn {
  padding-left: 20px;
}

.mbb-talk-btn::before {
  left: 15px;
}

.logo-box.type-a ul {
  padding: 30px 20px;
}

.logo-box ul > li:nth-child(n + 10) {
  /* display: none; */
}

.logo-box-more {
  display: block;
}

.logo-box ul.on li {
  display: block;
}

.logo-box-btn p img {
  width: 50px;
}

.logo-box-btn.type-fast .icon {
  max-height: none;
  height: 40px;
}

.logo-box-btn p {
  margin: 0;
}

.logo-box-btn span {
  margin: 0;
}

.car-item-box.on > li {
  display: block !important;
}

.main-inner {
  width: 100%;
}

.main-banner-img img {
  width: 100%;
}

.main-banner-title h1 {
  line-height: 38px;
  font-size: 1.857rem;
}

.main-banner-title p {
  font-weight: 400;
}

/* main banner */
.sec-main-banner {
  background: #f5f5f3;
}

.sec-main-banner .in .title-box {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

.sec-main-banner .in .title-box .txt-box {
  /* max-width: 381px; */
}

.sec-main-banner .in .title-box .txt-box h1 {
  color: var(--title, #222);
  font-family: Noto Sans CJK KR;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.7px;
  text-align: center;
}

.sec-main-banner .in .title-box .txt-box p {
  color: var(--unnamed, #777);
  font-family: Noto Sans CJK KR;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.32px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.sec-main-banner .in .title-box img {
  height: 224.564px;
}

.sec-main-banner > .in {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 80px;
}

.main-input-box {
  flex-direction: column;
  gap: 0;
}

.mib-box {
  width: 100%;
}

.mbb-box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.mbb-box a.mbb-quick-btn {
  background: black;
  display: block;
  width: 100%;
  padding: 22px 0;
  font-size: 1.143rem;
  color: #fff;
  max-width: 300px;
}

.mbb-box a.mbb-talk-btn,
.mbb-box a.mbb-call-btn {
  position: fixed;
  bottom: 0;
  width: 50%;
  padding: 20px 0;
  font-size: 1.143rem;
}

.mbb-box a.mbb-talk-btn {
  left: 0;
  padding-left: 20px;
}

.mbb-box a.mbb-call-btn {
  right: 0;
  color: #f5f5f3;
  background: #777777;
}

.car-item-box > li:nth-child(n + 6) {
  /* display: none; */
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-left
  .car-row
  img {
  height: 100px;
  display: block;
  margin: 0 auto;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-right
  .model-row
  img {
  height: 20px;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-right
  .price-row
  p.name {
  font-size: 14px;
  line-height: 20px;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-right
  .price-row
  p.price {
  color: var(--unnamed, #222);
  font-family: Noto Sans KR;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-right
  .price-row
  p.price
  span {
  color: var(--unnamed, #222);
  text-align: right;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.9px;
}

.car-item-box.preorder-item-box
  .car-item
  .car-item-inner
  .item-right
  .btn-row
  .submit-btn
  img {
  width: 12px;
}

/* 230829 */

.main-part {
  background: #2f80ed;
  padding: 30px 30px 60px;
  border-radius: 50px 50px 0px 0px;
}

section.sec-main-car {
  margin-top: 30px;
}

.sec-inner.main-inner {
  background: #2f80ed;
}

/* start : products */
section.products {
  padding-bottom: 0;
}

.prd-desc-box {
  margin-top: 10px;
}
.prd-desc-item:not(:last-child) {
  border-bottom: 1px solid #f5f5f3;
}
.prd-desc-item .front {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 35px 20px;
}
.prd-desc-item .front-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.prd-desc-item .front-left .logo {
  padding-top: 7px;
  max-width: 50px;
}
.prd-desc-item .front-left .logo img {
  width: 100%;
}
.prd-desc-item .front-left .name {
  font-size: 1.125rem;
  font-weight: 700;
}
.prd-desc-item .front-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.prd-desc-item .front-right i {
  padding: 10px;
  cursor: pointer;
}
.prd-desc-item .front-right i.on {
  transform: scaleY(-1);
}
.prd-desc-item .front-right p {
  font-size: 0.875rem;
}
.prd-desc-item .front-right p strong {
  color: #2f80ed;
  font-size: 1.125rem;
}
.prd-desc-item .cont {
  display: none;
  background: #f5f5f3;
}
.prd-desc-item .cont-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  border-bottom: 1px solid#DEDEDE;
}
.prd-desc-item .cont-child:last-child {
  border-bottom: none;
}
.prd-desc-item .cont-child-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.prd-desc-item .cont-child-left i {
  padding: 0 10px;
  cursor: pointer;
}
.prd-desc-item .cont-child-left p {
  font-size: 0.75rem;
  font-family: "Montserrat";
}
.prd-desc-item .cont-child-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.prd-desc-item .cont-child-right p {
  font-size: 0.75rem;
  font-family: "Montserrat";
}
.prd-desc-item .cont-child-right p strong {
  color: #2f80ed;
  font-size: 0.875rem;
}
.prd-desc-item .cont-child-right a {
  position: relative;
  display: inline-block;
  padding: 8px 25px 8px 15px;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  border-radius: 100px;
  background: #2f80ed;
}
.prd-desc-item .cont-child-right a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 11px;
  transform: translateY(-50%);
  background: url(../img/products/icon-arrow2.svg) no-repeat center center /
    contain;
}
.prd-desc-item:last-child .cont {
  border-radius: 0 0 10px 10px;
}
.prd-desc .pg-wrap {
  padding: 50px 0;
}

.common-title {
  text-align: center;
  font-family: "Montserrat";
}
.common-title p:nth-child(1) {
  font-size: 4.375rem;
  font-weight: 700;
}
.common-title p:nth-child(1) span {
  position: relative;
  display: inline-block;
  margin-left: 50px;
  color: #2f80ed;
}
.common-title p:nth-child(1) svg {
  position: absolute;
  left: -53px;
  bottom: 7px;
}
.common-title p:nth-child(2) {
  margin-top: 10px;
  color: #777;
  font-size: 1.375rem;
}
.common-title p:nth-child(2) br {
  display: none;
}
.common-best {
  position: relative;
}
.common-best-icon {
  z-index: 10;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.common-best-swiper {
  padding-top: 180px;
  padding-bottom: 85px;
}
.common-best-slide {
  padding: 40px;
  width: 35%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
.common-best-slide .car-logo {
  max-width: 45px;
}
.common-best-slide .imgbox {
  text-align: center;
  max-width: 200px;
}
.common-best-slide img {
  width: 100%;
}
.common-best-slide .tbox {
  letter-spacing: -0.28px;
}
.common-best-slide .tbox strong {
  font-size: 1.125rem;
}
.common-best-slide .tbox p {
  font-size: 0.875rem;
}
.common-best-slide .tbox span {
  display: block;
  margin-top: 10px;
  color: #2f80ed;
  font-size: 1.375rem;
  font-weight: 700;
}

.prd-cs {
  position: relative;
  padding: 120px 40px 80px;
}
.prd-cs::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  background: url(../img/products/bg.jpg) no-repeat center center / cover;
}
.prd-cs::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
}
.prd-cs-title {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  line-height: 35px; /* 100% */
  letter-spacing: -0.7px;
}
.prd-cs-title br {
  display: none;
}
.prd-cs-title p:nth-child(1) {
  font-size: 2.1875rem;
  font-weight: 700;
}
.prd-cs-title p:nth-child(2) {
  font-size: 1rem;
  word-break: keep-all;
}
.prd-cs-box {
  opacity: 0.9;
  padding: 40px 50px;
  border-radius: 10px;
  background: #fff;
}
.prd-cs-box .box:not(:last-child) {
  margin-bottom: 30px;
}
.prd-cs-box .box p {
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.prd-cs-box .flex-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.prd-cs-box .input {
  padding: 7px 0;
  width: 100%;
  font-size: 0.75rem;
  border-bottom: 1px solid #aaa;
}
.prd-cs-box .input::placeholder {
  color: #aaa;
}
.prd-cs-agree {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  padding-left: 25px;
  color: #fff;
  font-size: 0.75rem;
}
.prd-cs-agree::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url(../img/icon-chk3.svg) no-repeat center center / contain;
}
.prd-cs-agree span {
  color: #aaa;
}
.prd-cs-fast {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  width: 300px;
  padding: 30px 0;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 5px;
  background: #2f80ed;
}

.prd-desc {
  padding: 40px;
  background: #222;
}
.prd-desc > div:not(:last-child) {
  border-radius: 10px;
  background: #fff;
}
.prd-desc-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 35px 20px;
}
.prd-desc-logo > a {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.prd-desc-logo > a span {
  display: block;
  font-size: 0.8125rem;
}
.prd-desc-logo > a:nth-of-type(1) {
  padding-right: 15px;
  border-right: 1px solid #dedede;
}
.prd-desc-logo > a:nth-of-type(2) {
  padding-left: 15px;
  border-left: 1px solid #dedede;
}
.prd-desc-logo .swiper-slide {
  text-align: center;
}
.prd-desc-logo .logo-box {
  margin: 0 auto;
  max-width: 50px;
  text-align: center;
}
.prd-desc-logo .logo-box img {
  width: 100%;
  max-height: 32px;
}
.prd-desc-swiper {
  width: calc(100% - 120px);
}
.prd-desc-logo .swiper-slide span {
  font-size: 0.8125rem;
}
.prd-desc-logo .swiper-etc {
  display: none;
}
.prd-desc > div.spc-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
  background: none;
}
.spc-box .item {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
.spc-box .item-imgbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spc-box .item-imgbox .imgbox {
  width: 100px;
}
.spc-box .item-imgbox img {
  max-width: 100px;
}
.spc-box .item-imgbox-txt {
  font-family: "Montserrat";
}
.spc-box .item-imgbox-txt strong {
  font-size: 1.125rem;
}
.spc-box .item-imgbox-txt p {
  margin: 10px 0;
  color: #777;
  font-size: 0.875rem;
}
.spc-box .item-imgbox-txt span {
  font-size: 1.25rem;
  font-weight: 700;
}
.spc-box .item-tbox {
  margin: 10px 0;
}
.spc-box .item-tbox p {
  color: #777;
  line-height: 16px; /* 145.455% */
  letter-spacing: -0.55px;
  font-size: 0.6875rem;
  word-break: keep-all;
  font-family: "Montserrat";
}
.spc-box .item-btnbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.spc-box .item-btnbox a {
  flex: 1;
  padding: 15px 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
.spc-box .item-btnbox a:nth-child(1) {
  color: #fff;
  background: #2f80ed;
}
.spc-box .item-btnbox a:nth-child(2) {
  color: #aaa;
  border: 1px solid #aaa;
}
/* end */
@media screen and (max-width: 1400px) {
  /* start : products */
  .prd-desc-item .front {
    padding: 20px;
  }
  .prd-desc-item .front-left {
    gap: 5px;
  }
  .prd-desc-item .front-left .logo {
    max-width: 30px;
  }
  .prd-desc-item .front-left .name {
    font-size: 1rem;
  }
  .prd-desc-item .front-right p {
    font-size: 0.8125rem;
  }

  .prd-desc > div.prd-desc-logo {
    padding: 0;
    background: none;
  }
  .prd-desc-swiper {
    margin: 0 20px;
    padding: 30px 20px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
  }
  .prd-desc {
    padding: 40px 0;
  }

  .prd-desc-logo > a {
    display: none;
  }
  .prd-desc-logo .swiper-etc {
    display: block;
  }
  .prd-desc-logo .swiper-button-next,
  .prd-desc-logo .swiper-button-prev {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/icon-arrow.svg) no-repeat center center / contain;
  }
  .prd-desc-logo .swiper-button-prev {
    left: 5px;
    transform: scaleX(-1);
  }
  .prd-desc-logo .swiper-button-next {
    right: 5px;
  }
  .prd-desc-logo .swiper-button-next:after,
  .prd-desc-logo .swiper-button-prev:after {
    display: none;
  }
  .prd-desc-box {
    margin: 10px 20px 0;
  }
  /* end */
}

@media screen and (max-width: 720px) {
  .main-inner .car-item-box {
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
  .logo-box {
    border-radius: 50px;
    box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.2);
  }

  .logo-box-btn {
    width: 80px;
    height: 80px;
  }

  .sec-main-banner .in .title-box {
    display: block;
  }

  .sec-main-banner .in .title-box .txt-box {
    text-align: center;
  }

  .sec-main-banner .in .title-box .txt-box h1 {
    word-break: keep-all;
  }

  .sec-main-banner .in .title-box .txt-box p {
    word-break: keep-all;
  }

  .sec-main-banner .in .title-box img {
    display: block;
    margin: 30px auto 0;
  }

  /* start : products */
  .prd-desc-item .front {
    padding: 15px;
  }
  .prd-desc-item .front-left .name {
    font-size: 0.875rem;
  }
  .prd-desc-item .front-right {
    gap: 0px;
  }
  .prd-desc-item .front-right p {
    font-size: 0.75rem;
  }
  .prd-desc-item .front-right p strong {
    font-size: 1rem;
  }
  .common-title p:nth-child(1) {
    font-size: 2.5rem;
  }
  .common-title p:nth-child(1) span {
    margin-left: 10px;
  }
  .common-title p:nth-child(1) svg {
    width: 20px;
    left: -17px;
    bottom: 0;
  }
  .common-title p:nth-child(2) {
    font-size: 1.125rem;
  }
  .common-title p:nth-child(2) br {
    display: block;
  }
  .common-best-icon img {
    max-width: 150px;
  }
  .common-best-slide {
    width: 70%;
  }

  .prd-cs {
    padding: 90px 20px 80px;
  }
  .prd-cs-title br {
    display: block;
  }
  .prd-cs-title p:nth-child(1) {
    line-height: 130%;
  }
  .prd-cs-title p:nth-child(2) {
    line-height: 150%;
  }
  .prd-cs-box {
    padding: 30px 20px;
  }
  .prd-cs-box .box p {
    margin-bottom: 5px;
  }
  .prd-cs-fast {
    font-size: 1rem;
  }
  /* end */
}

@media screen and (max-width: 360px) {
  .logo-box-btn {
    width: 80px;
    height: 80px;
  }

  .logo-box-btn span {
    font-size: 0.857rem;
  }

  .main-inner .car-item-box {
    gap: 40px;
    width: calc(100% - 40px);
  }

  .car-item {
    max-width: 280px;
  }

  .car-item .txt p {
    max-width: 180px;
  }

  .sec-main-banner {
    margin-top: 60px;
  }

  .sec-main-banner > .in {
    padding: 20px;
  }

  .main-banner-title h1 {
    font-size: 1.714rem;
  }

  .main-banner-title p {
    font-size: 1rem;
    word-break: keep-all;
  }

  .mbb-box a.mbb-quick-btn {
    padding: 15px 0;
  }
  /* start : products */
  .prd-cs {
    padding: 90px 10px 80px;
  }
  /* end */
}
