@font-face {
  font-family: "GeekbleMalrangiche";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/GeekbleMalang2WOFF2.woff2")
    format("woff2");
  font-weight: normal;
  font-display: swap;
}

:root {
  --padding-top: 2rem;
  --padding-bottom: 5rem;
  --common-width: 720px;
  --brand-color: #8c4411;
  --brand-color2: #fff7ee;
}
.color {
  color: var(--brand-color);
}

/* ëª¨ë‹¬ ì—´ë¦´ ë•Œ body ìŠ¤í¬ë¡¤ ë°©ì§€ */
.not_scroll {
  overflow: hidden !important;
}

/* í´ë¦­ì‹œ íŒŒëž€ë°•ìŠ¤ ë°©ì§€ */
* {
  -webkit-tap-highlight-color: transparent;
}

body::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
body::-webkit-scrollbar-thumb {
  height: 30%;
  background: rgba(128, 117, 105, 0.5);
  border-radius: 0.3rem;
}
body::-webkit-scrollbar-track {
  background: rgba(128, 117, 105, 0.3);
}

html, body {
  background: #F4F4F9;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  height: 5.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid #DADEE0
}
header .container {
  width: 100%;
  height: 100%;
  padding: 0;
}
header .hd-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height:100%;
}

header .hd-title {
  width: 100%;
  height: 100%;
}

header .hd-title a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
header .hd-title .icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

header .hd-title strong {
  flex: 1;
  font-family: Pretendard;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #19408E;
  text-align: center;
  margin-left: -2.4rem;
}

header.is-home .hd-title strong {
  margin-left: 0;
}


body > div, body > section {
  max-width: 600px;
  margin: 0 auto
}

#wrap {
  min-height: 100dvh;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background: #F4F4F9;
  padding-bottom: 10rem;
}
main {
  flex: 1;
  min-height: 0;
}
main > .container {
  padding-bottom: 4.2rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.container {
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}

.title-head {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.title-head .icon {
  width: 3rem;
}

.title-head h2 {
  font-family: Pretendard;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212529;
}

.headline_box .headline {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.headline_box .headline b {
  color: #074acb;
}
.headline_box .sub_headline {
  font-size: 2rem;
  font-weight: 700;
}

/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin: 3.2rem 0 2.4rem;
}
.pg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.6rem;
  height: 3.6rem;
  padding: 0 0.8rem;
  border-radius: 100rem;
  font-size: 1.6rem;
  color: #9b9b9b;
  text-decoration: none;
  background: none;
  cursor: pointer;
  transition:
    background 0.15s,
    color 0.15s,
    border-color 0.15s;
  font-weight: bold;
}
.pg-btn:hover:not(:disabled) {
  background: #f5f5f5;
}
.pg-btn.active {
  background: #f4f4f4;
  border-color: #f4f4f4;
  font-weight: 600;
  pointer-events: none;
}
.pg-btn:disabled {
  opacity: 0.35;
  cursor: default;
}
.pg-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.6rem;
  height: 3.6rem;
  font-size: 1.4rem;
  color: #aaa;
}
.pg-btn.arrow {
  color: #9b9b9b;
}
.pg-btn.disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}

/* center information */
.inform ul li {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
.inform ul li img {
  width: 1.3rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.inform ul li p {
  color: #777;
  font-size: 1.3rem;
  word-break: keep-all;
  min-width: 0;
  flex: 1;
  line-height: 1.6rem;
}

/* map */
.map {
  height: 30rem;
  background: #f5f6f8;
  margin-bottom: 3rem;
  overflow: hidden;
}

/* buttons */
.btn,
.btn2 {
  position: static;
  transform: none;
  width: 100%;
  display: flex;
  gap: 1.5rem;
}
.btn a,
.btn2 a,
.btn button,
.btn2 button {
  display: block;
  background: #19408E;
  border-radius: 1rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  flex: 1;
  font-weight: 700;
  margin-top: 3.2rem
}
.btn2 a:hover,
.btn2 a:active,
.btn2 button:hover,
.btn2 button:active {
  background: #6a50d0;
}
.btn2 a:first-child,
.btn2 button:first-child {
  background: #7c7c7c;
  color: #fff;
  flex: 1;
}
.btn2 a:first-child:hover,
.btn2 button:first-child:hover {
  background: #7c7c7c;
}
.btn2 a:last-child,
.btn2 button:last-child {
  flex: 2;
}

/*********************
     아코디언 공통 
*********************/
.accordion-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.2rem;
}

/* 개별 아코디언 아이템 영역 */
.accordion-item {
  width: 100%;
}
/* 아코디언 탭 (클릭 영역 전체) */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem;
  background: #fff;
  border-radius: 1rem;
  margin: 0;
  width: 100%;
  gap: 1rem;
}

/* 탭 좌측 제목 */
.accordion-header h3 {
  font-family: Pretendard;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0%;
  color: #212529;
  flex: 1;
  text-align: left;
}

/* 탭 우측 아이콘 (+, -) */
.accordion-header .icon {
  width: 1.6rem;
  flex-shrink: 0;
}

.accordion-header .icon img {
    transition: transform 0.2s ease;
}

.accordion-header .icon img.is-open {
    transform: rotate(180deg);
}

/* 펼쳐지는 내용 패널 영역 */
.accordion-panel {
  display: none; /* jQuery slideDown 동작을 위해 초기 숨김 필수 */
  margin-top: 0.5rem;
  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-family: Pretendard;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 2.2rem;
    letter-spacing: 0%;
    color: #6c757d
}


/*************************
        하단 링크 공통
*************************/
.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;
}

/**********************
        box 공통
**********************/
.box {
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}

.pdd24 {
  padding: 2.4rem
}

.pdd16 {
  padding: 1.6rem
}

.border {
  border: 1px solid #DEE2E6
}

.box-shadow {
  box-shadow: 0.2rem 0.2rem 0.4rem -0.2rem #0000002E;
}

.grid1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.2rem;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}