/*********************
     legal.php 
*********************/
/* 전체 리스트 컨테이너 */
.legal-desc {
  width: 100%;
}
.legal-desc p {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.02rem;
}
.legal-desc p b {
  color: #fba31e;
  font-weight: 600;
}
.bac-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.legal-desc + .accordion-list {
  margin-top: 4rem;
}

/*********************
     action.php 
*********************/
.chk-wrap {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.chk-wrap h5 {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.chk-wrap h5 i {
  width: 1rem;
}
.chk-wrap h5 i img {
}
.chk-wrap span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01rem;
}

.chk-wrap p {
  margin-left: 1.6rem;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #999;
  letter-spacing: 0.001rem;
}
.chk-wrap a {
  padding: 0.4rem 1.8rem;
  margin-left: 1.6rem;
  width: fit-content;
}

/*********************
     list.php 
*********************/
.container {
}
.list-head .icon {
  width: 3rem;
}
.guide-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 1.4rem;
}

.guide-list-item {
}

.guide-list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2f2f2;
  border-radius: 1rem;
  padding: 1.6rem 2rem;
}

.guide-list-item .txt-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.guide-list-item .txt-wrap .icon {
  flex-shrink: 0;
  width: 1.6rem;
}

.guide-list-item .txt-wrap .icon img {
}

.guide-list-item .txt-wrap .title {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
}

.guide-list-item .arr {
  width: 0.8rem;
}

.guide-list-item .arr img {
}

.guide-list .empty {
}

.link-wrap {
}

.link-wrap a {
}

.link-wrap .left {
}

.link-wrap .left span {
}

.link-wrap .left h3 {
}

.link-wrap .right {
}

.link-wrap .right.link-btn {
}

/*********************
     detail.php 
*********************/
.detailWrap .container {
  justify-content: space-between;
}
.map {
  height: auto;
}
#map {
  width: 100%;
  aspect-ratio: 1 / 0.7;
}
.detail-summary {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 2rem;
}

.detail-row {
}

.detail-label {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.02rem;
  margin-bottom: 1rem;
}

.detail-value {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
  line-height: 1.4;
  letter-spacing: 0.02rem;
}

.detail-value b {
  color: #222;
}

.detail-summary .map {
  margin-bottom: 0;
}

/*********************
     system.php 
     guide.php
     policy.php
*********************/
.green {
  color: #2b8a3d !important;
}

.desc {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.4;
  margin-bottom: 3rem;
}

.desc b {
  font-weight: 600;
}

.common-wrap {
}
.common-wrap .common-lists {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.common-wrap .common-lists li {
}
.common-wrap .common-lists li .common-box {
}
.common-wrap .common-box .title {
  margin-bottom: 1.4rem;
  font-size: 1.5rem;
  color: #222;
  font-weight: 600;
}
.common-wrap .common-box .content {
  font-size: 1.3rem;
  color: #666;
  line-height: 1.4;
  letter-spacing: 0.02rem;
}

.common-wrap .common-box .content b {
  color: #2b8a3d !important;
}

/*********************
     qna.php 
*********************/
.qna-wrap {
}

.qna-wrap .title {
  width: 100%;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}

.qna-wrap .title h3 {
  font-size: 2rem;
  font-weight: 600;
}

.qna-wrap .title .explore {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.qna-wrap .title .explore .icon {
  width: 1.2rem;
}

.qna-lists {
}

.qna-lists li {
}

.qna-lists > li + li {
  border-top: 1px solid #ddd;
}

.qna-wrap .question-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.4rem 0;
}

.qna-wrap li:first-child .question-box,
.qna-wrap > .question-box:first-child {
  padding-top: 0;
}

.qna-wrap > .question-box {
  border-bottom: 1px solid #ddd;
}

.qna-wrap .question-box .badge {
  background: #daf4df;
  width: fit-content;
  padding: 0.3rem 1rem;
  border-radius: 0.5rem;
  display: grid;
  place-items: center;
  color: #2b8a3d;
}

.qna-wrap .question-box .question {
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1.4;
}

.qna-wrap.qna-detail-wrap .question-box .question {
  text-overflow: unset;
  white-space: wrap;
}

.qna-wrap .answer-box {
  padding: 1.4rem 0;
}

.qna-wrap .answer-box p {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.4;
}

/*********************
     아코디언 공통 
*********************/
.accordion-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}

/* 개별 아코디언 아이템 영역 */
.accordion-item {
  width: 100%;
}
/* 아코디언 탭 (클릭 영역 전체) */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7rem;
  padding: 0 2rem;
  background: #ddd;
  border-radius: 1rem;
  margin: 0;
  width: 100%;
}

/* 탭 좌측 제목 */
.accordion-header .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin: 0;
  letter-spacing: 0.02rem;
}

/* 탭 우측 아이콘 (+, -) */
.accordion-header .icon {
  width: 1.6rem;
}

/* 펼쳐지는 내용 패널 영역 */
.accordion-panel {
  display: none; /* jQuery slideDown 동작을 위해 초기 숨김 필수 */
  padding: 2rem;
}

.accordion-panel b {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
  color: #222;
  font-size: 1.5rem;
}

/* (내용 내) 혈중알코올농도 정보 영역 */
.accordion-panel .bac-info strong {
  font-size: 1.4rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 0.6rem;
  display: block;
}

/* (내용 내) 관련 처벌 등 상세 내용 영역 */
.accordion-panel .content-info {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.4;
  letter-spacing: 0.02rem;
}

/*************************
        하단 링크 공통
*************************/
.link-wrap {
  width: 100%;
  margin-top: 4rem;
}
.link-wrap a {
  display: flex;
  width: 100%;
  padding: 2rem;
  background: #2b8a3d;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
}

.link-wrap a h4 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  color: #fff;
}
.link-wrap a .icon {
  width: 2rem;
}
