@charset "utf-8";

:root {
  --car-icon-size-x: 60px;
  --car-icon-size-y: 60px;
  --car-icon-img-size-x: 32px;
  --car-icon-img-size-y: 32px;
}

/* 모바일 목록 */
@media all and (max-width: 767px) {
  .responsive #bo_list .float-left.float-md-none {
    margin-right: 0.75rem;
  }
  .responsive #bo_list .na-title {
    margin-bottom: 0.14rem;
  }
}

/* gallery */
#bo_gallery .chk-box {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 2;
}
#bo_gallery .wr-now {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
/* 게시판 읽기 */
#bo_v_title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
}
#bo_v_con {
  min-height: 200px;
  word-break: break-all;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  .responsive #bo_v_title {
    font-size: 20px;
    line-height: 1.5;
  }
  .responsive #bo_v_con {
    min-height: 140px;
  }
}

#bo_v_con img {
  max-width: 100%;
  height: auto;
}
#bo_v_img {
  width: 100%;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}
#bo_v_img:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_v_img a.view_image {
  display: block;
}
#bo_v_img img {
  width: 100%;
  margin-bottom: 1rem;
}
#bo_v_img a:nth-child(1) {
  display: none;
}
/* 태그 */
#bo_tag .nav-link.active {
  background: #282828;
  color: #fff;
}
/* 게시판목록에서의 태그css */
#bo_list_wrap #bo_tag_list {
  display: flex;
  justify-content: center;
}
#bo_list_wrap #bo_tag_ul {
  width: 100%;
  border: none;
  box-shadow: 0 0 0 2px #282828 inset;
}
#bo_list_wrap #bo_tag_ul li:nth-child(1) {
  display: none;
}
#bo_list_wrap #bo_tag_ul li {
  border: none;
  width: 50%;
}
#bo_list_wrap #bo_tag_ul li a {
  background: #fff;
}
#bo_list_wrap #bo_tag_ul li.active a {
  background: #282828;
  color: #fff;
}
/* 카테고리 */
#bo_cate_list {
  display: flex;
  justify-content: center;
}
#bo_cate_ul {
  width: 100%;
  border: none;
  box-shadow: 0 0 0 2px #282828 inset;
}
#bo_cate_ul li:nth-child(1) {
  display: none;
}
#bo_cate_ul li {
  border: none;
  width: 50%;
}
#bo_cate_ul li a {
  background: #fff;
}
#bo_cate_ul li.active a {
  background: #282828;
  color: #fff;
}
.na-subject {
  font-weight: 900;
  font-size: 18px;
}
.na-title {
  font-size: 12px;
}
.lh-140 {
  line-height: 140%;
}
.event-form-wrap h2 {
  font-weight: 300;
}

.event-form-wrap h2 strong {
  font-weight: 600;
}

.event-form-wrap h3 {
  font-size: 1.35rem;
  font-weight: 300;
}

.event-form-in {
  width: 100%;
  gap: 0.4rem;
  padding-top: 1rem;
  padding-bottom: 0.4rem;
}

.event-form-in input {
  border-radius: 0.5rem;
  border: none;
  padding: 0 0.6rem;
}

.event-form-in input:nth-child(1) {
  width: 20%;
}

.event-form-in input:nth-child(2) {
  width: 30%;
}

.event-form-in .btn-black {
  padding: 0.2rem 1.6rem;
  border: none;
  border-radius: 0.5rem;
}
.event-form .formAgree {
  font-size: 1rem;
}
.event-form .agreetab label {
  color: #fff;
  padding-right: 0.4rem;
}

.event-form .agreetab .agree-link {
  color: #555;
  background-color: #ccc;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  padding: 0.2rem;
}
.qcv-1 {
  border: 1px solid #000;
  width: 14px;
  height: 14px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
.qcv-10-label {
  background: rgb(208, 3, 195);
  background: linear-gradient(45deg, rgba(208, 3, 195, 1) 0%, rgba(66, 0, 255, 1) 100%);
  color: #fff;
  font-weight: 600;
  padding: 0 1rem;
  border-radius: 1.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.qcv-7,
.qcv-9 {
  font-size: 1.5rem;
  font-weight: 700;
}
.qcv-10 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2a66ff;
  display: inline-block;
}
.qcv-btn-0,
.qcv-btn-1 {
  width: 100%;
}
.btn-black {
  background-color: #000;
  color: #fff;
}

/* 분류에서 공지없애기(202406101945 */
#ca_name option:last-child {
  display: none !important;
}

.custom-car-toggle {
  width: var(--car-icon-size-x);
  height: var(--car-icon-size-y);
}
.custom-car-toggle input {
  display: none;
}

.custom-car-toggle input + label {
  display: inline-block;
  width: var(--car-icon-size-x);
  height: var(--car-icon-size-y);
  border: 1px solid #cecece;
  position: relative;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: end;
  background-size: var(--car-icon-img-size-x) var(--car-icon-img-size-y);
  background-position: top 0.3rem center;
  background-repeat: no-repeat;
  font-size: 10px;
  padding-bottom: 0.3rem;
  background-color: #fff;
}
.custom-car-toggle input:checked + label {
  border: 1px solid #0088ff;
  box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 6px;
  color: #0088ff;
}
.allcarbtn.active + label {
  border: 1px solid #0088ff;
  box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 6px;
  color: #0088ff;
}
.tab-content {
  background: #f7f7f7;
}
/* 태그 이미지 맞춤 */
.tab-content > .active {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  place-items: center;
}
.custom-car-toggle input:checked + label::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: var(--car-icon-size-x);
  height: var(--car-icon-size-y);
  position: absolute;
  left: 0;
  top: 0;
}
#tags_0 .custom-car-toggle:nth-child(1) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/Allicon.jpg);
}
#tags_0 .custom-car-toggle:nth-child(2) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/saleicon.jpg);
}
#tags_0 .custom-car-toggle:nth-child(3) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/k/기아.png);
}
#tags_0 .custom-car-toggle:nth-child(4) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/k/현대.png);
}
#tags_0 .custom-car-toggle:nth-child(5) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/k/제네시스.png);
}
#tags_0 .custom-car-toggle:nth-child(6) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/k/쉐보레.png);
}
#tags_0 .custom-car-toggle:nth-child(7) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/k/르노삼성.png);
}
#tags_0 .custom-car-toggle:nth-child(8) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/k/KG모빌리티.png);
}
#tags_1 .custom-car-toggle:nth-child(1) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/Allicon.jpg);
}
#tags_1 .custom-car-toggle:nth-child(2) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/saleicon.jpg);
}
#tags_1 .custom-car-toggle:nth-child(3) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/벤츠.png);
}
#tags_1 .custom-car-toggle:nth-child(4) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/bmw.png);
}
#tags_1 .custom-car-toggle:nth-child(5) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/아우디.png);
}
#tags_1 .custom-car-toggle:nth-child(6) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/미니.png);
}
#tags_1 .custom-car-toggle:nth-child(7) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/볼보.png);
}
#tags_1 .custom-car-toggle:nth-child(8) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/폭스바겐.png);
}
#tags_1 .custom-car-toggle:nth-child(9) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/도요타.png);
}
#tags_1 .custom-car-toggle:nth-child(10) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/렉서스.png);
}
#tags_1 .custom-car-toggle:nth-child(11) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/포드.png);
}
#tags_1 .custom-car-toggle:nth-child(12) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/혼다.png);
}
#tags_1 .custom-car-toggle:nth-child(13) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/Jeep.png);
}
#tags_1 .custom-car-toggle:nth-child(14) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/랜드로버.png);
}
#tags_1 .custom-car-toggle:nth-child(15) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/재규어.png);
}
#tags_1 .custom-car-toggle:nth-child(16) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/푸조.png);
}
#tags_1 .custom-car-toggle:nth-child(17) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/테슬라.png);
}
#tags_1 .custom-car-toggle:nth-child(18) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/DS오토모빌.png);
}
#tags_1 .custom-car-toggle:nth-child(19) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/폴스타.png);
}
#tags_1 .custom-car-toggle:nth-child(20) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/루시드.png);
}
#tags_1 .custom-car-toggle:nth-child(21) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/링컨.png);
}
#tags_1 .custom-car-toggle:nth-child(22) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/GMC.png);
}
#tags_1 .custom-car-toggle:nth-child(23) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/캐딜락.png);
}
#tags_1 .custom-car-toggle:nth-child(24) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/로터스.png);
}
#tags_1 .custom-car-toggle:nth-child(25) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/마세라티.png);
}
#tags_1 .custom-car-toggle:nth-child(26) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/포르쉐.png);
}
#tags_1 .custom-car-toggle:nth-child(27) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/벤틀리.png);
}
#tags_1 .custom-car-toggle:nth-child(28) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/페라리.png);
}
#tags_1 .custom-car-toggle:nth-child(29) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/람보르기니.png);
}
#tags_1 .custom-car-toggle:nth-child(30) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/애스터마틴.png);
}
#tags_1 .custom-car-toggle:nth-child(31) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/맥라렌.png);
}
#tags_1 .custom-car-toggle:nth-child(32) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/롤스로이스.png);
}
#tags_1 .custom-car-toggle:nth-child(33) input + label {
  background-image: url(/theme/A1-Mobility/img/car-logo/s/이네오스.png);
}

.tag-icon-wrap {
  color: #fff;
  border-radius: 1rem;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  top: 10px;
  left: 10px;
  position: absolute;
}

.tag-icon-wrap[data-foo="빠른출고"] {
  background-color: #2a66ff;
}
.tag-icon-wrap[data-foo="인기차종"] {
  background-color: #2abfff;
}
.tag-icon-wrap[data-foo="프로모션"] {
  background-color: #952aff;
}

.tag-icon-wrap2 {
  background-color: #7fc3ff;
  color: #0e4372;
  border-radius: 1rem;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 0 8px;
  top: 10px;
  right: 10px;
  position: absolute;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon {
  margin: -5px auto;
}
#bo_v_sns_icon img {
  width: 40px;
  border-radius: 50%;
  margin: 5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
  top: 0;
  left: -16px;
}
.by-writer {
  background: #fbefef !important;
  border-top: 1px solid #f6cece !important;
}
.cmt-content {
  word-break: break-all;
  overflow: hidden;
}
.cmt-content img {
  max-width: 100%;
  height: auto;
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul {
  list-style: none;
  margin: 0;
}
.cmt-btn ul > li {
  float: left;
  font-size: 12px;
  padding: 0 10px;
}
.cmt-btn ul > li::before {
  float: left;
  color: #ccc;
  content: "|";
  margin-left: -12px;
}
.cmt-btn ul > li:last-child {
  padding-right: 0;
}
.cmt-btn ul > li:first-child::before,
.cmt-btn ul > li.no-bar::before {
  content: "";
  margin-left: 0;
}
.cmt-btn ul > li > a {
  float: left;
  color: #888;
  white-space: nowrap;
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content {
  resize: none;
}
@media all and (max-width: 575px) {
  .responsive .cmt-box {
    border-right: 0 !important;
  }
  .responsive #bo_vc_w .cmt-box {
    border-left: 0 !important;
    border-radius: 0 !important;
  }
  .responsive #bo_vc_login {
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
  }
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
  background: #ccc;
  border-radius: 3px;
}
#bo_vc_opt ol:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_vc_opt ol li {
  float: left;
  margin: 0;
}
#bo_vc_send_sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
#bo_vc_send_sns ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_vc_send_sns ul li {
  float: left;
  margin: 0 1rem 0 0;
}
#bo_vc_send_sns input {
  margin: 0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
  border-right: 0;
}
#bo_w #wr_content {
  margin-bottom: 1rem !important;
}
@media all and (max-width: 575px) {
  #bo_w .list-group-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .responsive #bo_w #wr_content {
    max-height: 160px !important;
  }
}
