
/* 메인 배너 Swiper 비율 박스 */
.main-banner-swiper .img-wrap {
  position: relative;
  overflow: hidden;
}
.main-banner-swiper .img-wrap .img-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-banner-swiper .img-wrap .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 메인 배너 Swiper pagination dot */
.main-banner-pagination {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 8px;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.main-banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #464646;
  opacity: 1;
  border-radius: 50%;
  margin: 0 !important;
}
.main-banner-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary, #1e40af);
}


/* sec__b */

.carousel-control-next,
.carousel-control-prev {
    width: 8% !important;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 999px;
}

.sec__b {
    background-color: #EEF0F3;
}

.sec__b .sec_inner {
    overflow: visible;
    padding: 50px 0;
}


/* */

.play-warp {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 999px;
}

#d-banner {
    gap: 30px;
}

#d-banner .carousel {
    overflow: hidden;
    border-radius: 20px;
}

#d-banner>div:nth-child(1) {
    overflow: hidden;
    width: 970px;
}

#d-banner>div:nth-child(2) {
    width: 308px;
}

#d-banner>div:nth-child(3) {
    width: 380px;
}

#d-banner>div:nth-child(3) .img-wrap,
#d-banner>div:nth-child(3) .img-wrap .img-item img {
    display: block;
    height: 377px;
}

.main-consult {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 390px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px 15px 30px 30px;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.1);
}

.main-consult h3 {
    font-weight: 700;
}

.main-consult .form-control {
    height: 38px;
}

.main-consult .list-group-item {
    padding: .50rem 0 !important;
    border: 0 !important;
}

.main-consult-box {
    padding: 0 25px;
}

.main-consult label {
    margin-bottom: 0;
    font-size: 13px;
}

.main-consult .agrees .flex {
    padding: 3px 0;
    column-gap: 8px;
}

.main-consult .agrees .flex a.link {
    display: inline-block;
    padding: 3px 8px;
    margin-left: 5px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #20A0DA;;
}

.main-consult-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.main-consult-btn .btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    background: #20A0DA;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 0 0 20px 20px;
}

#d-banner>div:nth-child(1) a._web-12 {
    position: relative;
    width: 308px;
    height: 377px;
    background: url(../img/home/h_bg.png) no-repeat center center;
}

#d-banner>div:nth-child(1) a .btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    border: 3px solid #fff !important;
    background: #20A0DA !important;
    font-size: 19px;
    font-weight: 800;
    color: #000;
}

/* sec__1 */

.sec__1 {
    position: relative;
    background-color: #fff;
}

.sec__1_1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 870px;
    height: 100%;
    /* background: #20A0DA; */
}

/* .sec__1_1:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 60px;
    z-index: 1;
    width: 353px;
    height: 453px;
    background: url(../img/home/h_vector.png) no-repeat center center;
} */

.sec__1_1 span.tit {
    font-size: 36px;
    font-weight: 600;
}

.sec__1 .sec_inner {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 0 40px;
}

.sec__1 .sec_inner .swiper-container {
    margin: 20px 0 30px;
    padding: 10px;
}

.lst-special li {
    overflow: hidden;
    margin: 0 2% 2% 0;
    /* border: 1px solid rgb(0 0 0 / 10%); */
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.1);
    background-size: 100%;
    background-color: #fff;
    border-radius: 20px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.lst-special li:hover {
    box-shadow: rgba(0, 0, 33, 0.07) 0px 16px 22.4px 4.8px, rgba(0, 0, 33, 0.05) 0px 3.2px 16px 0px, rgba(0, 0, 33, 0.07) 0px 0px 1px 0px;
    -webkit-transform: translate3D(0, -3%, 0);
    -moz-transform: translate3D(0, -3%, 0);
    -ms-transform: translate3D(0, -3%, 0);
    transform: translate3D(0, -3%, 0);
}

.lst-special li .img-wrap {
    border-radius: 20px 20px 0 0 !important;
}

.na-title .na-item.special-item {
    justify-content: center;
    text-align: center;
}

.lst-special .img-item {
    /* padding-top: 30px; */
    text-align: center;
}

.lst-special .img-item .n_btn {
    position: absolute;
    top: 0;
    left: 11px;
    padding: 5px 8px;
    background: linear-gradient(to right, rgb(0, 71, 147) 0%, rgb(201, 45, 52) 100%);
    font-size: 12px;
    color: #fff;
    border-radius: 999px;
}

.lst-special .special-item a {
    width: 100%;
}

.lst-special .car-name {
    overflow: hidden;
    margin: 5px 0;
    padding: 0 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lst-special .car-txt {
    overflow: hidden;
    padding: 0 20px;
    font-size: 15px;
    color: #666;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lst-special .car-txt em {
    font-style: normal;
    color: #000;
}

.lst-special .car-review {
  font-size: 14px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.6rem;
  -webkit-line-clamp: 4;
  color: #666;
  white-space: normal;
  word-break: keep-all;
}

.lst-special .car-price {
    margin: 20px 0;
    padding: 0 20px;
}

.lst-special .car-price .price-tit {
    padding-top: 10px;
    font-size: 14px;
    color: #333;
}

.lst-special .car-price .num {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #20A0DA;
}

.lst-special .price-btn {
    display: block;
    width: 100%;
    padding: 15px 0;
    border: 0;
    background: #20A0DA;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #fff;
    cursor: pointer;
}


.lst-special .price-btn.review {
  display: block;
    width: 100%;
    padding: 11px 0;
    border: 0;
    background: #20A0DA;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
}

/* sec__2 */

/* .sec__2 {
    background-color: #F1F1F1;
} */

/* .sec__2 .lst-special .car-price .num {
    color: #FFB560;
}

.sec__2 .lst-special .price-btn {
    background-color: #FFB560;
} */

.sec__2 .swiper-pagination-bullet {
    display: none !important;
}

/* sec__3 */

.sec__3 .sec_inner {
    padding: 110px 0;
}

.sec__3 .grid .g-col-12>a {
    position: relative;
    height: 270px;
    padding: 30px;
    box-shadow: 0 10px 15px 0 rgba(0, 13, 56, 0.1);
    border-radius: 20px;
}

.sec__3 .grid .g-col-12 a .fs-5 {
    font-size: 22px;
}

.sec__3 .grid .g-col-12 a ._right {
    position: absolute;
    top: 30px;
    right: 32px;
}

.sec__3 .grid .g-col-12 a ._end {
    position: absolute;
    bottom: 30px;
    left: 32px;
}

.sec__3 .grid .g-col-12 a ._last {
    position: absolute;
    bottom: 30px;
    left: 32px;
}

.sec__3 .grid .g-col-12 a._sec {
    /* background-color: #20A0DA; */
    background: #20A0DA url(../img/home/sec3_1_bg.png) no-repeat center center;
}

.sec__3 .grid .g-col-12 a._thr {
    border: 1px solid #ddd;
    background: #fff url(../img/home/sec3_2_bg.jpg) no-repeat center center;
}

.sec__3 .grid .g-col-12 a._thr:hover * {
  color: #fff;
}

.sec__3 .grid .g-col-12 a strong._tit {
    font-size: 35px;
}

.sec__3 .grid .g-col-12 a:hover * {
  color: #fff;
}

.sec__3 .grid .g-col-12 a strong._clock {
    font-size: 36px;
}

.sec__3 .grid .g-col-12>a p.txt {
    font-size: 18px;
}

/* sec__4 */

.sec__4 {
    width: 100%;
    height: 100%;
    /* background: url(../img/home/review_bg.jpg) no-repeat top center #eff1f6; */
    background-color: #F1F1F1;
}

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

.sec__4 .btn_review {
    display: inline-block;
    margin: 40px auto 0;
    padding: 8px 20px;
    border: 1px solid #333;
    color: #333;
}

.sec__4 .btn_review:hover {
    text-decoration: underline;
}

.sec__4 .lat_head {
    position: relative;
    z-index: 11;
    /* color: #fff; */
}

/* .sec__4 ._bg {
    position: absolute;
    width: 100%;
    height: 410px;
    background: url(../img/home/review_bg.jpg) no-repeat top center #eff1f6;
} */

.sec__4 ._bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sec__4 .sec_inner {
    padding: 80px 0;
}

.sec__4 .sec_inner .swiper-container {
    position: relative;
    z-index: 11;
    margin: 50px 0 0;
}

.sec__4 .swiper-slide {
    overflow: hidden;
    padding: 0 0 20px;
    /* border: 1px solid rgb(0 0 0 / 10%); */
    background: #fff;
    border-radius: 20px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.sec__4 .swiper-slide:hover {
    box-shadow: rgba(0, 0, 33, 0.07) 0px 16px 22.4px 4.8px, rgba(0, 0, 33, 0.05) 0px 3.2px 16px 0px, rgba(0, 0, 33, 0.07) 0px 0px 1px 0px;
    -webkit-transform: translate3D(0, -3%, 0);
    -moz-transform: translate3D(0, -3%, 0);
    -ms-transform: translate3D(0, -3%, 0);
    transform: translate3D(0, -3%, 0);
}

.sec__4 .na-title .na-item {
    padding: 20px;
}

.sec__4 .star,
.bo_gallery .star {
    margin: 13px 0;
    gap: 5px;
}

.star i,
.bo_gallery .star i {
    color: #20A0DA;
}

.bo_gallery .na-title .na-item {
    padding: 10px 10px;
    justify-content: center;
}


.bo_gallery .na-title .na-subject em {
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -.8px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sec__4 .na-title .na-subject p,
.bo_gallery .na-title .na-subject p {
    display: -webkit-box;
    overflow: hidden;
    height: 68px;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    letter-spacing: -.8px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.na-consult {
    margin: 15px 20px 20px 20px;
}

.na-consult a {
    display: block;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #20A0DA;
    border-radius: 999px;
}


/* sec__5 */

.sec__5 {
    background-color: #f7f7f7;
}

.sec__5 .img-wrap .img-item {
    border-radius: 20px;
}

#fbtn {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    z-index: 9;
    width: 100%;
    z-index: 100;
}

#fbtn .container {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 14px;
    background: #fff;
    z-index: 1000;
    box-shadow: -3px -3px 5px rgb(0 0 0 / 5%);
}

#fbtn ul {
    display: flex;
    justify-content: space-around;
    align-items: end;
}

#fbtn ul li a {
    position: relative;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

#fbtn ul li a .f-kcm {
    position: absolute;
    width: 98px;
    max-width: 98px;
    bottom: 38px;
    right: -17px;
}

#fbtn ul li a img {
    margin: 0 auto;
    max-width: 30px;
}

/* ============== child.css ============== */

#nt_lnb,
#header_pc {
  display: none !important;
}

#nt_menu .nt-container,
#bo_btn_top,
#bo_cate,
#bo_list_wrap,
#bo_list,
#bo_v,
#bo_w {
  max-width: 1400px !important;
  margin: 0 auto;
}

.nt-container {
  max-width: 100% !important;
}

.nt_wrap {
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.nt_wrap .order-2 {
  max-width: 960px;
}

.nt_wrap .order-2 .f-md {
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #05141f !important;
  letter-spacing: -0.5px;
}

.nt_wrap .order-3 {
  /* width: 200px; */
}

.nt_wrap .order-3 .top-btn {
  width: 160px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  background: linear-gradient(
    to right,
    rgb(0, 71, 147) 0%,
    rgb(201, 45, 52) 100%
  );
}

.nt_wrap .order-3 .top-btn a {
  display: block;
  height: 100%;
  font-size: 17px;
  line-height: 50px;
  color: #fff;
}

#nt_footer {
  margin-bottom: 79.19px;
  background-color: #000;
  color: #fff;
}

/* Home */

.lat_head {
  text-align: left;
}

.lat_head .lat_title {
  position: relative;
  display: block;
  margin: 10px 0 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-align: center;
}

.lat_head h3.lat_title {
  font-size: 28px;
}

/* .lat_head .lat_title .emp {
    position: relative;
    z-index: 2;
}

.lat_head .lat_title .emp:after {
    position: absolute;
    background: #004793;
    height: 15px;
    width: 100%;
    content: '';
    left: 0;
    bottom: 0;
    z-index: -1;
} */

.lat_head .lat_so_title {
  position: relative;
  padding: 10px 0 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.2px;
  word-break: keep-all;
}

.sec_fir .sec_inner {
  padding: 40px 0;
}

.sec_inner {
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}

#ctt_con .sec_inner {
  padding: 40px 0;
}

.sec_inner._end {
  padding: 80px 0 100px;
}

/* page */

._part {
  margin: 70px 0 0;
}

#ctt_con .fxsb > div {
  overflow: hidden;
  width: 48%;
}

#ctt_con div span.cate {
  display: block;
  margin-bottom: 30px;
  font-size: 19px;
  color: #333;
}

#ctt_con div .m_tit {
  margin-bottom: 30px;
  font-size: 56px;
  color: #262626;
}

#ctt_con div .txt_0 {
  margin-bottom: 20px;
  font-size: 17px;
  color: #000;
  line-height: 1.7;
  word-break: keep-all;
}

#ctt_con div .txt_1 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  word-break: keep-all;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.08);
}

#ctt_con div .txt {
  margin-bottom: 40px;
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  word-break: keep-all;
}

/* 게시판 일 경우 */

#bo_list .lst-special li {
  margin: 0;
  border: 0;
  /* box-shadow: 0 0 0 rgb(0 0 0 / 10%); */
}

#bo_list .border-bottom {
  border-bottom: 0 !important;
}

#bo_list .bg-light {
  background-color: transparent !important;
}

/* 무료견적문의 */

#ctt_con .list-group {
  max-width: 1024px;
  margin: 0 auto;
}

#ctt_con #btn_submit {
  width: 220px;
  margin: 0 auto;
}

label.chkPref input[type="radio"],
label.chkPref2 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;
}

.__radio {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.__radio.__r3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.__radio label {
  margin-bottom: 0;
}

.__radio > div .chkPref,
.__radio > div .chkPref2 {
  content: "";
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 9px 0;
  background: #fff;
  border-radius: 999px;
  border: 1px solid #dcdfe3;
  text-align: center;
  cursor: pointer;
}

.__radio > div .chkPref.on,
.__radio > div .chkPref2.on {
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

/* */

#tail_form ._txt {
  display: inline-block;
  margin: 5px 0 0;
  padding: 5px 10px;
  background: rgb(0, 0, 0);
  border-radius: 999px;
  color: #ffffff;
}

#tail_form {
  position: fixed;
  z-index: 999;
  bottom: -100%;
  width: 100%;
  height: 140px;
  padding: 20px 0 40px;
  margin: 0 auto;
  background: linear-gradient(
    to right,
    rgb(0, 71, 147) 0%,
    rgb(201, 45, 52) 100%
  );
  background: #f3c71d;
  transition: all 0.6s;
}

#tail_form.active {
  bottom: 0;
}

#tail_form ul {
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}

#tail_form ul li {
  float: left;
  width: 23.5%;
  height: 44px;
}

#tail_form ul li + li {
  margin-left: 2%;
}

#tail_form ul li input {
  width: 100%;
  height: 100%;
  border: 0;
  padding-left: 23px;
  /* color: #fff;
    background: rgba(255, 255, 255, .2); */
}

#tail_form ul li input::placeholder {
  /* color: rgba(255, 255, 255, .6); */
}

#tail_form ul li:last-child input {
  padding: 0;
  font-size: 16px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

#tail_form .agrees {
  position: absolute;
  left: calc(50% - 750px);
  bottom: 30px;
  max-width: 1400px;
  width: 100%;
  font-size: 13px;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
}

#tail_form .agrees span {
  display: inline-block;
}

#tail_form .agrees span:first-child {
  margin-right: 28px;
}

#tail_form .agrees label {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 0;
  color: #333;
}

#tail_form .agrees a {
  display: inline-block;
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 13px;
  font-size: 12px;
  /* color: rgba(255, 255, 255, .6); */
  background: rgba(255, 255, 255, 0.3);
}

/* 기타 */

#ctt_con .list-group-item:first-child,
.modal-body .list-group-item:first-child {
  border-width: 0 0 0 0 !important;
}

#ctt_con .list-group-item:last-child {
  border-width: 1px 0 1px 0 !important;
}

.modal-body .list-group-item:last-child {
  border-width: 1px 0 0 0 !important;
}

#ctt_con .list-group-item,
.modal-body .list-group-item {
  border-width: 1px 0 0 0 !important;
}

.modal-footer.text-center button {
  width: 200px;
  padding: 13px 0;
  border: 0;
  background: #20A0DA !important;
  font-size: 18px;
  border-radius: 30px;
}

/* 모바일 메뉴 */

#nt_menu_mobile {
  border-top: 1px solid #ddd;
}

#nt_menu_mobile .nt_wrap {
  justify-content: center;
  padding: 12px 0;
}

#nt_menu_mobile .nt_wrap ul.row {
  flex-wrap: nowrap;
}

#nt_menu_mobile .nt_wrap ul li {
  text-align: center;
}

#nt_menu_mobile .nt_wrap ul li.on .f-md {
  color: #004793;
}

#nt_menu_mobile .nt_wrap .order-2 .f-md {
  font-size: 16px !important;
  font-weight: 700 !important;
}

/* TAB */

.tab {
  display: inline-block;
}

.tab ul {
  display: flex;
  justify-content: center;
  margin: 0 15px;
}

.tab ul li {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tab ul li.selected {
  z-index: 1;
}

.tab ul li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 28px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

/* .tab li:hover, */
.tab li.selected {
  /* background: linear-gradient(to right, rgb(0, 71, 147) 0%, rgb(201, 45, 52) 100%); */
}

.tab li.selected a {
  /* color: #fff; */
  text-decoration: none;
  border-bottom: 5px solid #20A0DA;
}

.unify {
  display: none;
}

.skms0 {
  display: block;
}

/* */

.sns_wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.sns_wrap .sns_box ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
}

.sns_wrap .sns_box ul li {
  position: relative;
  text-align: center;
}

.sns_wrap .sns_box ul li:after {
  right: 0;
  top: 50%;
  width: 1px;
  height: 40px;
  background: #ebebeb;
  position: absolute;
  content: "";
  margin-top: -20px;
}

.sns_wrap .sns_box ul li:last-child:after {
  display: none;
}

.sns_wrap .sns_box ul li a {
  padding: 8px 0;
}

.sns_wrap .sns_box ul li a i {
  display: block;
  margin: 0 auto 5px;
  width: 60px;
  height: 60px;
  background-size: 60px;
}

.sns_wrap .sns_box ul li a span {
  font-size: 12px;
}

/* */

.autopick_event .na-title .na-subject em,
.bo_event .na-title .na-subject em {
  display: -webkit-box;
  overflow: hidden;
  height: 30px;
  margin: 5px 0 0;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.8px;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.autopick_event .na-title .na-subject p,
.bo_event .na-title .na-subject p {
  display: -webkit-box;
  overflow: hidden;
  height: 22px;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  letter-spacing: -0.8px;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* 2차 분류 */

.tab_brand {
  overflow: hidden;
  max-width: 1400px;
  margin: 20px auto 30px;
}

.tab_brand ul {
  overflow: hidden;
  width: 100%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  text-align: center;
}

.tab_brand ul li {
  position: relative;
  float: left;
  padding: 8px 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tab_brand ul li img {
  display: inline-block;
  padding-right: 10px;
}

.tab_brand ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #333;
}

.tab_brand ul .on {
  background: #eee;
  color: #fff;
}

.tab_brand ul .on a {
  /* color: #fff; */
}

.tab_brand #tab1 li {
  width: 16.666%;
}

.tab_brand #tab2 li {
  width: 10%;
}

/* 퀵 배너 */

#backtotop {
  position: fixed;
  bottom: 30%;
  right: 0;
  z-index: 1000;
}

[class~="q-menu"] nav {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 999px;
}

[class~="q-menu"] nav div {
  width: 80px;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #eee;
  background: #fff;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}

[class~="q-menu"] nav div a {
  display: block;
  padding: 20px 5px 15px 5px;
}

[class~="q-menu"] nav div a i,
[class~="q-menu"] nav div a svg {
  display: block;
  margin: 0 auto 8px;
  font-size: 24px;
  color: #000;
}

[class~="q-menu"] nav div a span {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 1.4em;
}

[class~="q-menu"] nav div:hover i {
  color: #ff7548;
}

/* 팝업 */

#hd_pop .hd_pops {
  border-radius: 20px;
  overflow: hidden;
}

#hd_pop .hd_pops_con {
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#hd_pop .hd_pops_con img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hd_pop .hd_pops_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* */

@media screen and (max-width: 1200px) {
  #estimate1 .form_area .form_tit {
    flex-wrap: wrap;
  }

  /* */

  .bo_v_car {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .bo_v_car .car_info {
    padding: 30px 20px;
  }

  .bo_v_car .car_info .car_option .op_tit {
    font-size: 14px;
  }

  .bo_v_car .car_info .car_option .op_cont label {
    font-size: 12px;
  }

  /* TAB */

  .tab ul li {
    width: 180px;
  }

  .tab ul li a {
    padding: 10px 5px;
    font-size: 22px;
  }

  /* */

  .tab_brand {
    padding: 0 10px;
  }

  .tab_brand ul li {
    padding: 5px 0;
  }

  .tab_brand ul li a {
    font-size: 12px;
    line-height: 13px;
  }

  .tab_brand ul li img {
    display: block;
    max-height: 30px;
    width: auto;
    margin: 0 auto 3px;
    padding: 0;
  }

  .tab_brand #tab1 li {
    width: 33.33%;
  }

  .tab_brand #tab2 li {
    width: 20%;
  }

  /* */

  .autopick_event .na-title .na-subject em,
  .bo_event .na-title .na-subject em {
    height: 26px;
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1024px) {
  #estimate1,
  #estimate1 .form_area {
    height: auto;
  }

  #estimate1 .form_area .form_tit .agrees {
    margin: 10px 0 0;
  }

  #estimate1 .form_area .form_box li {
    float: none;
    width: 100%;
  }

  #estimate1 .form_area .form_box li + li {
    margin-left: 0;
    margin-top: 10px;
  }

  /* */

  .tab_brand #tab2 li {
    width: 33.33%;
  }

  /* */

  .lst-special .img-item .n_btn {
    top: 0;
    left: 5px;
    font-size: 10px;
  }
}

@media screen and (max-width: 1400px) {
  #tail_form .agrees {
    left: 0;
  }

  .nt_wrap .order-2 {
    max-width: 900px;
  }

  .nt_wrap .order-2 .f-md {
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: 14px !important;
  }

  #logo_img {
    width: 120px;
  }
}

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

  #nt_menu .nt-container,
  #bo_btn_top,
  #bo_cate,
  #bo_list,
  #bo_v,
  #bo_w {
    padding: 0 10px;
  }

  .nt_wrap .order-2 {
    font-size: 12px;
  }

  /* 공통 */

  .sec_fir .sec_inner {
    padding: 20px 10px;
  }

  .sec_inner,
  #ctt_con .sec_inner {
    padding: 30px 10px;
  }

  #ctt_con .sec_rent_1 .sec_inner {
    padding: 0 10px 10px;
  }

  .sec_inner._end {
    padding: 30px 10px 70px;
  }

  .lat_head .lat_so_title {
    font-size: 13px;
  }

  .lat_head .lat_title {
    margin: 10px 0 10px;
    font-size: 28px;
  }

  /* sec__4 */

  .btmBanner ul {
    flex-wrap: wrap;
  }

  .btmBanner ul li {
    width: 100%;
  }

  /* */

  .lst-special .car-name {
    font-size: 18px !important;
  }

  .lst-special .car-txt {
    font-size: 13px !important;
  }

  .lst-special .car-price .price-tit {
    font-size: 12px !important;
    letter-spacing: -0.5px;
  }

  .lst-special .price-btn {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
  }


  /* page */

  .fxsb {
    flex-wrap: wrap;
  }

  #ctt_con .fxsb > div {
    width: 100%;
  }

  #ctt_con .fxsb > div + div {
    margin: 40px 0 0;
  }

  ._part {
    margin: 30px 0 0;
  }

  #ctt_con div span.cate {
    margin-bottom: 10px;
    font-size: 14px;
  }

  #ctt_con div .m_tit {
    margin-bottom: 12px;
    font-size: 22px;
  }

  #ctt_con div .txt_0,
  #ctt_con div .txt_1,
  #ctt_con div .txt {
    margin-bottom: 10px;
    font-size: 13px;
  }

  #ctt_con div .txt_1 {
    margin-bottom: 15px;
  }

  /* */

  .mb-5,
  .my-5 {
    margin-bottom: 1rem !important;
  }

  /* #nt_footer */

  #nt_footer ul li {
    padding: 2px 0;
    font-size: 12px;
  }
}

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

  [class~="q-menu"] nav div {
    width: 42px;
  }

  [class~="q-menu"] nav div a i,
  [class~="q-menu"] nav div a svg {
    font-size: 18px;
  }

  [class~="q-menu"] nav div a span {
    display: none;
    font-size: 11px;
  }

  [class~="q-menu"] nav div a {
    padding: 12px 5px 7px 5px;
  }

  /* */

  .sns_wrap .sns_box ul li a i {
    display: block;
    margin: 0 auto 5px;
    width: 26px;
    height: 26px;
    background-size: 26px;
  }

  /* 팝업 */

  #hd_pop .hd_pops {
    /* top: 10px !important;
        left: 10px !important; */
    width: calc(100% - 20px) !important;
  }

  #hd_pop .hd_pops_con {
    width: 100% !important;
    height: fit-content !important;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .nt_wrap .order-2 {
    max-width: 100%;
  }

  #tail_form {
    height: 15%;
  }

  #tail_form ul {
    padding: 0 10px;
  }

  #tail_form .agrees {
    overflow: hidden;
    text-align: center;
  }

  #tail_form .agrees span {
    display: block;
    float: left;
    width: 50%;
    margin: 0 !important;
  }

  #tail_form ul li input {
    height: 38px;
    padding: 0 9px;
    font-size: 12px;
  }

  #tail_form ul li:last-child input {
    font-size: 13px;
  }
}

/* 플로팅 빠른 견적문의 폼 (PC/모바일 반응형) */
#floating-inquiry-wrap {
  z-index: 9999999;
}
.floating-inquiry {
  position: fixed !important;
  right: 12px;
  top: 120px;
  width: 240px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid #e5e5e5;
  padding: 0;
  z-index: 9999999 !important;
}
.floating-inquiry .fi-title-wrap,
.fi-mo-modal-content .fi-title-wrap {
  background: #20A0DA !important;
  border-radius: 18px 18px 0 0;
  margin-bottom: 0;
  padding: 0;
}
.floating-inquiry .fi-title,
.fi-mo-modal-content .fi-title {
  background: none !important;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 12px 0 10px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 0;
}
.fi-form {
  padding: 12px;
}
.floating-inquiry .fi-form input.form-control {
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  padding: 0 5px;
}
.floating-inquiry .fi-label {
  font-size: 0.98em;
  color: #000;
  font-weight: 500;
}
.floating-inquiry .fi-radio-group label {
  margin-right: 12px;
  font-weight: 400;
}
.floating-inquiry .fi-agree label {
  font-size: 0.92em;
  color: #333;
}
.floating-inquiry .fi-agree a.popup-with-move-anim.link,
.fi-mo-modal-content .fi-agree a.popup-with-move-anim.link {
  display: inline-block;
  background: #20A0DA;
  color: #fff !important;
  border-radius: 12px;
  padding: 2px 16px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-left: 8px;
  transition: background 0.2s;
}
.floating-inquiry .fi-agree a.popup-with-move-anim.link:hover,
.fi-mo-modal-content .fi-agree a.popup-with-move-anim.link:hover {
  background: #20A0DA;
  color: #fff !important;
}
.floating-inquiry .fi-btn {
  width: 100%;
  background: #20A0DA;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 0;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 8px;
}
.floating-inquiry .fi-bottom,
.fi-mo-modal-content .fi-bottom {
  background: #D4F2FF;
  color: #222;
  border-radius: 0 0 18px 18px;
  margin-top: 18px;
  padding: 0 12px 12px 12px;
}
.floating-inquiry .fi-contact-box,
.fi-mo-modal-content .fi-contact-box {
  background: none;
  border-radius: 0;
  padding: 0;
}
.floating-inquiry .fi-contact-item,
.fi-mo-modal-content .fi-contact-item {
  display: flex;
  align-items: center;
  font-size: 1em;
  margin-bottom: 0;
  color: #222;
  border-bottom: 1px solid #DCDEDE;
  padding: 14px 44px;
}
.floating-inquiry .fi-contact-item:last-child,
.fi-mo-modal-content .fi-contact-item:last-child {
  border-bottom: none;
}
.floating-inquiry .fi-contact-item i,
.fi-mo-modal-content .fi-contact-item i {
  font-size: 1.3em;
  color: #222;
  margin-right: 12px;
}
.floating-inquiry .fi-contact-item a,
.fi-mo-modal-content .fi-contact-item a {
  color: #222;
  text-decoration: none;
  font-weight: bold;
}
.floating-inquiry .fi-contact-item span,
.fi-mo-modal-content .fi-contact-item span {
  color: #222;
  font-weight: bold;
}

/* 모바일 */
.floating-inquiry-mobile {
  position: fixed;
  right: 12px;
  bottom: 18px;
  z-index: 9999;
}
.fi-mo-btn {
  background: #1976d2;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 2em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.fi-mo-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fi-mo-modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
}
.fi-mo-modal-content {
  position: relative;
  background: #fff;
  border-radius: 18px;
  width: 95vw;
  max-width: 220px;
  padding: 0 10px 10px 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.floating-inquiry .fi-title-wrap + .fi-form,
.fi-mo-modal-content .fi-title-wrap + .fi-form {
  margin-top: 16px;
}
.fi-mo-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: none;
  border: none;
  font-size: 1.8em;
  color: #888;
}
.fi-mo-modal-content .fi-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #1976d2;
  margin-bottom: 12px;
  text-align: center;
}
.fi-mo-modal-content .fi-form input.form-control {
  margin-bottom: 8px;
  border-radius: 8px;
  border: 1px solid #d0d0d0;
}
.fi-mo-modal-content .fi-label {
  font-size: 0.98em;
  color: #1976d2;
  font-weight: 500;
}
.fi-mo-modal-content .fi-radio-group label {
  margin-right: 12px;
  font-weight: 400;
}
.fi-mo-modal-content .fi-agree label {
  font-size: 0.92em;
  color: #333;
}
.fi-mo-modal-content .fi-btn {
  width: 100%;
  background: #1976d2;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 0;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 8px;
}
.fi-mo-modal-content .fi-bottom {
  margin-top: 18px;
}
.fi-mo-modal-content .fi-contact-box {
  background: #f5f8ff;
  border-radius: 10px;
  padding: 12px 10px;
}
.fi-mo-modal-content .fi-contact-item {
  display: flex;
  align-items: center;
  font-size: 1em;
  margin-bottom: 8px;
}
.fi-mo-modal-content .fi-contact-item i {
  font-size: 1.3em;
  color: #1976d2;
  margin-right: 8px;
}
.fi-mo-modal-content .fi-contact-item:last-child {
  margin-bottom: 0;
}
.fi-mo-modal-content .fi-contact-item a {
  color: #1976d2;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .floating-inquiry {
    display: block;
  }
}

.quick-estimate-btn {
  position: fixed;
  right: 20px;
  bottom: 160px;
  z-index: 9999999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #20A0DA;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.quick-estimate-btn:hover {
  background: #ffd900;
}
.quick-estimate-btn svg {
  width: 28px;
  height: 28px;
  display: block;
}

@media (max-width: 991.98px) {
  .floating-inquiry {
    width: 95vw !important;
    max-width: 420px;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    top: 160px !important;
    min-width: 0;
  }
  .floating-inquiry-bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999998;
  }
}

.main-consult .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #979797;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #979797;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/*====================  rwd_home.css ====================*/
@media screen and (max-width: 1200px) {

  .main-consult {
      height: 400px;
  }

  ._web-12 {
      display: none;
  }

  ._mobile-12 {
      display: block;
  }

  #d-banner .carousel {
      border-radius: 0;
  }

  #d-banner>div:nth-child(1) > a._mobile-12 {
      position: relative;
      width: 100%;
      max-width: 100%;
      /* background: url(../img/home/ban_1.png) no-repeat center/cover; */
      background-color: #000;
      border-radius: 20px;
      margin: 5px auto;
      padding: 1rem 1rem 2rem;
      color: #fff;
      overflow: hidden;
      text-align: left;
  }

  .car-banner .label-now {
      position: absolute;
      top: 3rem;
      right: 2rem;
      width: 80px;
      height: 80px;
      background: url(../img/home/ban_2.png) no-repeat center/cover;
  }

  .car-banner .text {
      z-index: 1;
      position: relative;
      font-size: 26px;
      color: #fed722;
  }

  .car-banner img.car {
      width: 100%;
      max-width: 300px;
      height: auto;
      display: block;
      margin: 1rem auto 0;
  }

  /* sec__b */

  .sec__b .carousel-indicators {
      display: none;
  }

  .sec__b {
      background-color: #fff;
  }

  .sec__b ._fir { order: 2; }
  .sec__b ._sec { order: 3; }
  .sec__b ._thr { order: 1; }
  
  .sec__b .sec_inner {
      padding: 0;
  }

  .sec__b #d-banner {
      flex-wrap: wrap;
  }

  #d-banner {
      gap: 20px;
  }

  #d-banner>div:nth-child(1),
  #d-banner>div:nth-child(2),
  #d-banner>div:nth-child(3) {
      width: 100%;
      height: auto;
  }

  #d-banner>div:nth-child(3) .img-wrap,
  #d-banner>div:nth-child(3) .img-wrap .img-item img {
      height: auto;
  }

  /* sec__1 */

  .sec__1 .sec_inner {
      padding: 40px 10px 20px;
  }

  .sec__1_1 span.tit {
      font-size: 28px;
  }

  .sec__1 .sec_inner .swiper-container {
      margin: 0 0 20px;
  }

  .sec__1_1:after {
      display: none;
  }

  /* sec__3 */

  .sec__3 .sec_inner {
      padding: 40px 10px;
  }

  .sec__3 .grid .g-col-12 a strong._tit {
      font-size: 28px;
  } 

  .sec__3 .grid .g-col-12>a p.txt {
      font-size: 14px;
  }

  .sec__3 .grid .g-col-12 a .fs-5 {
      font-size: 16px;
  }

  /* sec__4 */

  .sec__4 .sec_inner {
      padding: 40px 10px;
  }

  .sec__4 .na-title .na-subject em,
  .bo_gallery .na-title .na-subject em {
      height: 26px;
      font-size: 16px;
      line-height: 28px;
  }

  /* sec__6 */

  .sec__6 .sec_inner {
      padding: 40px 10px 0;
  }

  .sec__6 p.pt-3.text-left br {
      display: none;
  }

  /* */

  .lst-special .car-price {
      padding: 0 7px;
  }

  .lst-special .car-price .num {
      font-size: 12px;
      letter-spacing: -0.3px;
  }

}

@media (max-width: 991px) {

  .play-warp {
      bottom: inherit;
      top: 10px;
      left: 5px;
      padding: 5px 10px;
      font-size: 12px;
  }

}

@media (max-width: 768px) {

  /* sec__3 */

  .sec__3 ._fir { order: 3; }
  .sec__3 ._sec { order: 1; }
  .sec__3 ._thr { order: 2; }

  .sec__3 .grid .g-col-12 > a {
      height: 290px;
  }

  .sec__3 .grid .g-col-12 a strong._clock {
      font-size: 26px;
  }

  /* */

  #fbtn ul {
      justify-content: space-between;
  }

}


#tail_form ._txt {
  display: inline-block;
  margin: 5px 0 0;
  padding: 5px 10px;
  background: rgb(0, 0, 0);
  border-radius: 999px;
  color: #ffffff;
}

#tail_form {
  position: fixed;
  z-index: 999;
  bottom: -100%;
  width: 100%;
  height: 140px;
  padding: 20px 0 40px;
  margin: 0 auto;
  background: linear-gradient(
    to right,
    rgb(0, 71, 147) 0%,
    rgb(201, 45, 52) 100%
  );
  background: #f3c71d;
  transition: all 0.6s;
}

#tail_form.active {
  bottom: 0;
}

#tail_form ul {
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}

#tail_form ul li {
  float: left;
  width: 23.5%;
  height: 44px;
}

#tail_form ul li + li {
  margin-left: 2%;
}

#tail_form ul li input {
  width: 100%;
  height: 100%;
  border: 0;
  padding-left: 23px;
  /* color: #fff;
    background: rgba(255, 255, 255, .2); */
}

#tail_form ul li input::placeholder {
  /* color: rgba(255, 255, 255, .6); */
}

#tail_form ul li:last-child input {
  padding: 0;
  font-size: 16px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

#tail_form .agrees {
  position: absolute;
  left: calc(50% - 750px);
  bottom: 30px;
  max-width: 1400px;
  width: 100%;
  font-size: 13px;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
}

#tail_form .agrees span {
  display: inline-block;
}

#tail_form .agrees span:first-child {
  margin-right: 28px;
}

#tail_form .agrees label {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 0;
  color: #333;
}

#tail_form .agrees a {
  display: inline-block;
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 13px;
  font-size: 12px;
  /* color: rgba(255, 255, 255, .6); */
  background: rgba(255, 255, 255, 0.3);
}