

._web {
  display: block;
}

._mobile {
  display: none;
}

._web-12 {
  display: block;
}

._mobile-12 {
  display: none;
}

.grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.2rem)
}

.grid .g-col-1 {
    grid-column: auto/span 1
}

.grid .g-col-2 {
    grid-column: auto/span 2
}

.grid .g-col-3 {
    grid-column: auto/span 3
}

.grid .g-col-4 {
    grid-column: auto/span 4
}

.grid .g-col-5 {
    grid-column: auto/span 5
}

.grid .g-col-6 {
    grid-column: auto/span 6
}

.grid .g-col-7 {
    grid-column: auto/span 7
}

.grid .g-col-8 {
    grid-column: auto/span 8
}

.grid .g-col-9 {
    grid-column: auto/span 9
}

.grid .g-col-10 {
    grid-column: auto/span 10
}

.grid .g-col-11 {
    grid-column: auto/span 11
}

.grid .g-col-12 {
    grid-column: auto/span 12
}

.grid .g-start-1 {
    grid-column-start: 1
}

.grid .g-start-2 {
    grid-column-start: 2
}

.grid .g-start-3 {
    grid-column-start: 3
}

.grid .g-start-4 {
    grid-column-start: 4
}

.grid .g-start-5 {
    grid-column-start: 5
}

.grid .g-start-6 {
    grid-column-start: 6
}

.grid .g-start-7 {
    grid-column-start: 7
}

.grid .g-start-8 {
    grid-column-start: 8
}

.grid .g-start-9 {
    grid-column-start: 9
}

.grid .g-start-10 {
    grid-column-start: 10
}

.grid .g-start-11 {
    grid-column-start: 11
}

@media (min-width: 576px) {
    .grid .g-col-sm-1 {
        grid-column:auto/span 1
    }

    .grid .g-col-sm-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-sm-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-sm-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-sm-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-sm-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-sm-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-sm-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-sm-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-sm-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-sm-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-sm-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-sm-1 {
        grid-column-start: 1
    }

    .grid .g-start-sm-2 {
        grid-column-start: 2
    }

    .grid .g-start-sm-3 {
        grid-column-start: 3
    }

    .grid .g-start-sm-4 {
        grid-column-start: 4
    }

    .grid .g-start-sm-5 {
        grid-column-start: 5
    }

    .grid .g-start-sm-6 {
        grid-column-start: 6
    }

    .grid .g-start-sm-7 {
        grid-column-start: 7
    }

    .grid .g-start-sm-8 {
        grid-column-start: 8
    }

    .grid .g-start-sm-9 {
        grid-column-start: 9
    }

    .grid .g-start-sm-10 {
        grid-column-start: 10
    }

    .grid .g-start-sm-11 {
        grid-column-start: 11
    }
}

@media (min-width: 768px) {
    .grid .g-col-md-1 {
        grid-column:auto/span 1
    }

    .grid .g-col-md-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-md-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-md-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-md-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-md-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-md-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-md-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-md-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-md-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-md-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-md-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-md-1 {
        grid-column-start: 1
    }

    .grid .g-start-md-2 {
        grid-column-start: 2
    }

    .grid .g-start-md-3 {
        grid-column-start: 3
    }

    .grid .g-start-md-4 {
        grid-column-start: 4
    }

    .grid .g-start-md-5 {
        grid-column-start: 5
    }

    .grid .g-start-md-6 {
        grid-column-start: 6
    }

    .grid .g-start-md-7 {
        grid-column-start: 7
    }

    .grid .g-start-md-8 {
        grid-column-start: 8
    }

    .grid .g-start-md-9 {
        grid-column-start: 9
    }

    .grid .g-start-md-10 {
        grid-column-start: 10
    }

    .grid .g-start-md-11 {
        grid-column-start: 11
    }
}

@media (min-width: 992px) {
    .grid .g-col-lg-1 {
        grid-column:auto/span 1
    }

    .grid .g-col-lg-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-lg-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-lg-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-lg-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-lg-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-lg-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-lg-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-lg-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-lg-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-lg-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-lg-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-lg-1 {
        grid-column-start: 1
    }

    .grid .g-start-lg-2 {
        grid-column-start: 2
    }

    .grid .g-start-lg-3 {
        grid-column-start: 3
    }

    .grid .g-start-lg-4 {
        grid-column-start: 4
    }

    .grid .g-start-lg-5 {
        grid-column-start: 5
    }

    .grid .g-start-lg-6 {
        grid-column-start: 6
    }

    .grid .g-start-lg-7 {
        grid-column-start: 7
    }

    .grid .g-start-lg-8 {
        grid-column-start: 8
    }

    .grid .g-start-lg-9 {
        grid-column-start: 9
    }

    .grid .g-start-lg-10 {
        grid-column-start: 10
    }

    .grid .g-start-lg-11 {
        grid-column-start: 11
    }
}

@media (min-width: 1200px) {
    .grid .g-col-xl-1 {
        grid-column:auto/span 1
    }

    .grid .g-col-xl-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-xl-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-xl-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-xl-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-xl-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-xl-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-xl-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-xl-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-xl-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-xl-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-xl-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-xl-1 {
        grid-column-start: 1
    }

    .grid .g-start-xl-2 {
        grid-column-start: 2
    }

    .grid .g-start-xl-3 {
        grid-column-start: 3
    }

    .grid .g-start-xl-4 {
        grid-column-start: 4
    }

    .grid .g-start-xl-5 {
        grid-column-start: 5
    }

    .grid .g-start-xl-6 {
        grid-column-start: 6
    }

    .grid .g-start-xl-7 {
        grid-column-start: 7
    }

    .grid .g-start-xl-8 {
        grid-column-start: 8
    }

    .grid .g-start-xl-9 {
        grid-column-start: 9
    }

    .grid .g-start-xl-10 {
        grid-column-start: 10
    }

    .grid .g-start-xl-11 {
        grid-column-start: 11
    }
}

@media (min-width: 1400px) {
    .grid .g-col-xxl-1 {
        grid-column:auto/span 1
    }

    .grid .g-col-xxl-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-xxl-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-xxl-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-xxl-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-xxl-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-xxl-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-xxl-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-xxl-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-xxl-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-xxl-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-xxl-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-xxl-1 {
        grid-column-start: 1
    }

    .grid .g-start-xxl-2 {
        grid-column-start: 2
    }

    .grid .g-start-xxl-3 {
        grid-column-start: 3
    }

    .grid .g-start-xxl-4 {
        grid-column-start: 4
    }

    .grid .g-start-xxl-5 {
        grid-column-start: 5
    }

    .grid .g-start-xxl-6 {
        grid-column-start: 6
    }

    .grid .g-start-xxl-7 {
        grid-column-start: 7
    }

    .grid .g-start-xxl-8 {
        grid-column-start: 8
    }

    .grid .g-start-xxl-9 {
        grid-column-start: 9
    }

    .grid .g-start-xxl-10 {
        grid-column-start: 10
    }

    .grid .g-start-xxl-11 {
        grid-column-start: 11
    }
}

/* 서브 비주얼 */

.bo_gallery .na-round {
  border-radius: 20px 20px 0 0 !important;
}

.sub-visual {
  position: relative;
  overflow: hidden;
  height: 454px;
}

.sub-visual .bg {
  width: 100vw;
  height: 100%;
  background-image: url(../img/page/visual_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; /* ← 정중앙 정렬 */
  opacity: 1;
}

.sub-visual .bg {
  opacity: 1;
  transform: scale(1) rotate(0.01deg);
  transition: transform 5s ease .3s, opacity 2s ease 1s;
}

.sub-visual._special .bg {
  background-image: url(../img/page/visual_1.jpg);
}

.sub-visual._car .bg {
  background-image: url(../img/page/visual_2.jpg);
}

.sub-visual._event .bg {
  background-image: url(../img/page/visual_3.jpg);
}

.sub-visual._rent .bg {
  background-image: url(../img/page/visual_4.jpg);
}

.sub-visual._gallery .bg {
  background-image: url(../img/page/visual_5.jpg);
}

.sub-visual._company .bg {
  background-image: url(../img/page/visual_6.jpg);
}

.inner {
  width: 1240px;
  margin: 0 auto;
}

.sub-visual .txt {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub-visual.active .txt {
  -webkit-mask-image: linear-gradient(-70deg, rgba(0, 0, 0, 0) 47.5%, rgba(0, 0, 0, 1) 52.5%);
  -webkit-mask-size: 250% 100%;
  animation: reveal 7s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

.sub-visual h2 {
  font-size: 68px !important;
  font-weight: 700;
}

/* */

.bg-primary {
  border-color: #00a2ed !important;
  background-color: #00a2ed !important;
}

.text-primary {
  color: #00a2ed !important;
}

.rounded-5 {
  border-radius: 999px;
}

.line-top {
  border-top: 1px solid #ccc;
}

/* */

#ctt_con .txt_box p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.sec_estimate h2.lat_title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #333;
}

.sec_estimate h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  /* margin-bottom: 30px; */
}

.sec_estimate ._bg {
  background-color: #f1f1f1;
  border-radius: 30px;
  padding: 36px 42px 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.estimate-content {
  max-width: 1140px;
  margin: 0 auto;
}

.brand-selection-wrap {
  margin-top: 30px;
}

.btn-estimate-wrap {
  margin-top: 40px;
}

.btn-estimate {
  padding: 18px 60px !important;
  border-radius: 50px !important;
  background-color: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
}

/* */

.lst-flow {
  position: relative;
  text-align: left;
  padding-left: 20px;
}

.lst-flow::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 31px;
  width: 1px;
  height: calc(100% - 40px);
  border-left: 1px dotted #e0e0e0;
}

.lst-flow li {
  display: block;
  padding: 0 0 60px;
  position: relative;
}

.lst-flow li:last-child {
  padding-bottom: 0;
}

.lst-flow li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #aaa;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 35px;
}

.lst-flow li a strong {
  display: block;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.lst-flow li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  background-color: #e0e0e0;
  box-shadow: 0 0 0 5px rgba(215, 215, 215, 0.2);
  border-radius: 50%;
  z-index: 2;
}

.lst-flow li a.on {
  color: #00a2ed;
}

.lst-flow li a.on strong {
  color: #00a2ed;
}

.lst-flow li a.on:before {
  background-color: #00a2ed;
  box-shadow: 0 0 0 5px rgba(0, 162, 237, 0.2);
}

.sec_estimate .grid ._left {
  position: relative;
}

.sec_estimate .grid ._left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
  width: 1px;
  height: 100%;
  background-color: #979797;
}

._car {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

._car li {
  flex: 1;
  text-align: center;
}

._car li a {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  position: relative;
}

._car li a.active {
  color: #00a2ed;
}

._car li a.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #00a2ed;
}

.lst-brand a {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  text-decoration: none;
  transition: all 0.2s;
}

.lst-brand a img {
  height: 24px;
  width: auto;
  object-fit: contain;
}

.lst-brand a p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.lst-brand a:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.lst-brand a.active {
  background-color: #fff;
  border: 3px solid #00a2ed;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.lst-car label {
  display: block;
  border: 3px solid transparent;
  background-color: #fff;
  font-size: 24px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

.lst-car label.on {
  border: 3px solid #00a2ed;
}

.lst-list {
  position: relative;
}

.lst-list .car-brand {
  position: absolute;
  top: 10px;
  right: 10px;
}

.lst-list .car-brand img {
  width: 30px;
}

.lst-list .car-image {
  padding: 40px 0 10px;
}

.car-image img {
  max-width: 94% !important;
}

.lst-list .car-info {
  padding: 10px 0 10px;
}

.lst-list .car-info .car-name {
  font-size: 20px;
  font-weight: 600;
}

.lst-list .car-info .car-price {
  font-size: 16px;
}

/* */

.input-arrow2 .abcd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 2px solid #fff;
  background-color: #fff;
  font-size: 15px;
  border-radius: 999px;
  cursor: pointer;
}

.input-arrow2 .abcd .arrow {
  width: 14px;
  line-height: 8px;
  transition: all 0.7s;
  transform: rotate(-180deg);
}

.input-arrow2.on .abcd .arrow {
  transform: rotate(0deg);
}

.input-arrow2 .abcd2 {
  display: flex;
  justify-content: space-between;
  align-items: center;    
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: bold;
  color: #00a2ed;
  border-radius: 999px;
  cursor: pointer;
}

/* */

.detailCarList {
  display: none;
}

.detailCarList {
  margin-bottom: 10px;
}

/* */

.__cond label {
  margin-bottom: 0;
}

.__cond input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.__cond>div .chk-wrap {
  content: "";
  position: relative;
  width: 100%;
  height: 100%;
  padding: 7px 0;
  background: #fff;
  border-radius: 999px;
  border: 2px solid #fff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.__cond>div .chk-wrap.on {
  border: 2px solid #00a2ed;
  color: #00a2ed;
}

.colorslide {
  overflow: hidden;
}

.colorcaution {
  padding: 0 0 0 10px;
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.6;
}

.colorItem input {
  display: none;
}

.colorItem label {
  display: block;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.colorItem label .colorchip {
  display: inline-block;
  border: 2px solid transparent;
  height: 50px;
  width: 50px;
  border-radius: 10px;
}

.colorItem label .colorName {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  width: 80px;
  overflow: hidden;
  color: #222;
  line-height: 18px;
  margin-top: 10px;
  word-break: keep-all;
}

.colorItem input:checked+label .colorchip {
  border-color: #00a2ed;
}

.colorItem input:checked+label .colorName {
  color: #00a2ed;
  font-weight: bold;
}

.color-swiper-wrap {
  max-height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}

.color-swiper-wrap .colorslide-prev,
.color-swiper-wrap .colorslide-next {
  background: transparent;
  border: 0;
  padding: 0 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_estimate .form-group input {
  padding: 20px 10px;
  border-radius: 999px;
}

.sec_estimate .swiper-wrapper {
  display: flex;
  /* justify-content: center; */
}

/* 리스/렌트 */

.sec_rent_1 ul {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.sec_rent_1 ul li {
  display: inline-block;
  margin: 7px 3px;
  padding: 10px 35px;
  background-color: #F1F1F1;
  font-size: 18px;
  font-weight: 600;
  border-radius: 999px;
}

.sec_rent_1 ul li.on {
  background-color: #00a2ed;
}

.sec_rent_1 ul li.on a {
  color: #fff;
}

#ctt_con .table th {
  border-bottom: 0;
  background-color: #00a2ed;
  text-align: center;
  color: #fff;
}

#rent-7 {
  position: relative;
}

#rent-7 ._bg {
  position: absolute;
  left: -70px;
  bottom: -10px;
  z-index: 0;
  width: 100%;
  height: 338px;
  background: url(../img/page/rent_1.png) no-repeat center center;
}

#rent-7 .txt_box {
  position: relative;
  z-index: 2;
}

/* 회사소개 */

.sec_comp {
  padding: 40px 0;
}

.sec_comp_1 .sec_inner {
  max-width: 1040px;
}

#ctt_con .sec_comp_1 div .txt {
  margin-bottom: 10px;
}

.ab_bg {
  width: 100%;
  height: 400px;
  background: url(../img/page/autopick_bg.jpg) center top fixed no-repeat;
}

.sec_comp_1 .grids {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 20px;
  margin: 60px 0 0;
}

.sec_comp_1 .grids>div {
  border: 1px solid #F1F1F1;
  background-color: #F1F1F1;
  border-radius: 10px;
}

.sec_comp_1 .grids>div .fdc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 60px 10px 30px;
}

.sec_comp_1 .grids>div .fdc em {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 2px 10px;
  background: #555;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  line-height: 24px;
}

.sec_comp_1 .grids>div [class~=icon] i {
  padding: 0 0 10px;
  font-size: 40px;
}

.sec_comp_1 .grids>div:hover [class~=icon] i {
  transition: .5s all ease;
}

.sec_comp_1 .grids>div:hover [class~=icon] i {
  transform: rotateY(360deg);
}

.sec_comp_1 .grids>div:hover [class~=icon] i {
  color: #2c64e5;
}

.sec_comp_1 .txt_box {
  text-align: center;
}

.sec_comp_1 .txt_box p {
  font-size: 22px;
}

.sec_comp .lat_head .lat_so_title._fir {
  font-size: 24px;
  font-weight: 500; 
  line-height: 1.4;
} 

.sec_comp .lat_head .lat_so_title._sec {
  padding: 25px 0 0;
  font-size: 18px;
  font-weight: 400; 
  color: #666;
  line-height: 1.6;
} 

.abcd ._opt {
  font-size: 14px;
  font-weight: 500;
}

.car-contents .form-group label {
    font-size: 14px;
    font-weight: 500;
}

.sec_estimate .car-contents .form-group {
  margin-top: 10px;
}

.sec_estimate .car-contents .form-group input {
  padding: 10px 20px !important;
  border-radius: 999px;
}

.dot-slash-line {
  position: relative;
  &::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    max-width: 256px;
    transform: translateX(-50%);
    background-color: #ccc;
    background: repeating-linear-gradient(to right, #ccc, #ccc 4px, transparent 3px, transparent 6px);
  }
}

.dot-slash-line span {
  position: relative;
  z-index: 1;
  padding-right: 20px;
  background-color: #F1F1F1;
  font-size: 14px;
}

.dot-slash-line strong {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  background-color: #F1F1F1;
  font-size: 18px;
  font-weight: 700;
}

.option_list .dot-slash-line{
  margin-top: 30px;
}

/* ===== Checkbox / input-check styles (모음) ===== */

.detailCarList .input-check input+label {
  margin-bottom: 10px;
}

.input-check input {
  display: none;
}

.input-check input+label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 20px 10px 40px;
  background-color: #fff;
  font-size: 14px;
  border-radius: 999px;
  cursor: pointer;
  color: #979797;
}

.input-check.chk2 input+label {
  padding: 2px 20px 2px 40px;
  background-color: transparent;
  font-size: 14px;
  border-radius: 999px;
}

.input-check.chk2 em {
  font-style: normal;
  color: #9e9e9e;
}

.input-check input+label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 20px 10px 40px;
  background-color: #fff;
  font-size: 15px;
  border-radius: 999px;
  cursor: pointer;
}

.input-check.chk2 input+label {
  padding: 2px 20px 2px 40px;
  background-color: transparent;
  font-size: 14px;
  border-radius: 999px;
}

.input-check.chk2 em {
  font-style: normal;
  color: #9e9e9e;
}

.input-check input+label:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  width: 17px;
  height: 17px;
  border: 1px solid #e0e0e0;
  background: url(../img/page/ico_check_sm.png) no-repeat center;
  background-size: 13px;
  /* transition: all 0.7s; */
}

.input-check input:checked+label {
  color: #000;
}

.input-check input:checked+label:before {
  background: url(../img/page/ico_check_wh.png) no-repeat center #f1f1f1;
  border: 1px solid #666;
  background-size: 13px;
}

.sebumodel .input-check input+label:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background: #f1f1f1;
  border-radius: 2px;
  border: 2px solid #f1f1f1;
  /* transition: all 0.7s; */
}

.sebumodel .input-check input:checked+label {
  color: #00a2ed;
  border-color: #00a2ed;
  font-weight: 700;
}

.sebumodel .input-check input:checked+label:before {
  background: url(../img/page/ico_check_wh.png) no-repeat center #00a2ed;
}

.detailOption ._txt {
  word-break: keep-all;
}

.detailOption .input-check input+label {
  margin-bottom: 10px;
  border-radius: 999px;
}

.detailOption .input-check input+label:before {
  left: 15px;
}

/*==== 반응형 =====*/

/* 미디어쿼리 */

@media screen and (max-width: 1200px) {
  /* */

  .sub-visual {
    height: 180px;
  }

  .sub-visual h2 {
    font-size: 28px !important;
  }

  /* 비대면 견적 */

  .btn-estimate-wrap {
    margin: 15px 0 0;
  }

  .lst-flow {
    display: none;
  }

  .sec_estimate ._bg {
    padding: 20px 10px !important;
  }

  .sec_estimate ._bg .grid {
    gap: var(--bs-gap, 0.7rem);
  }

  .__cond > div .chk-wrap {
    font-size: 13px;
  }

  .sec_estimate h3 {
    font-size: 20px;
  }

  ._car li {
    display: inline-block !important;
    padding: 0 10px 0 0;
  }

  ._car li a {
    font-size: 16px;
  }

  .lst-brand li img {
    /* height: 10px !important; */
  }

  .lst-brand li a {
    font-size: 14px;
  }

  .lst-list {
    padding: 0 10px;
  }

  .lst-list .car-info .car-name {
    font-size: 16px;
  }

  .lst-list .car-info .car-price {
    font-size: 13px;
  }

  .sec_estimate .grid ._left:after {
    display: none;
  }

  .btn-month {
    width: 100%;
    margin: 30px 0 0;
  }

  /* 리스/렌트 */

  .sec_rent_1 ul li {
    margin: 4px 3px;
    padding: 10px 15px;
    font-size: 13px;
  }

  .sec_rent .cont_more {
    width: 140px;
    font-size: 14px;
  }

  .sec_rent_3 ul li {
    font-size: 12px;
  }

  #rent-7 ._bg {
    display: none;
  }

  /* 회사소개 */

  .sec_comp {
    padding: 0 10px;
  }

  #ctt_con .sec_comp_1 div span.cate {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .sec_comp_1 .grids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ab_bg {
    background: url(../img/page/autopick_bg.jpg) center top 100% fixed no-repeat;
  }

  .sec_comp_1 .txt_box p {
    font-size: 16px;
  }

  .sec_comp .lat_head .lat_so_title._fir {
    font-size: 20px;
  }

  .sec_comp .lat_head .lat_so_title._sec {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  /* */

  .sub-visual._special,
  .sub-visual._car,
  .sub-visual._event,
  .sub-visual {
    height: auto;
  }

  ._web {
    display: none;
  }

  ._mobile {
    display: block;
  }

  /* 리스/렌트 */

  .sec_rent_1 ul li {
    margin: 5px 2px;
    padding: 10px 10px;
    font-size: 12px;
  }

  /* */

  .colorcaution {
    font-size: 11px;
    padding: 0;
  }

  /* */

  #tail_form .grid > div:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .sec_estimate h2.lat_title {
      font-size: 28px;
  }
}