@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Taviraj:300,400,700,300i,400i,700i");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
/* Pretendard 폰트 패밀리 정의 */
@font-face {
  font-family: Pretendard-Bold;
  font-weight: 400;
  src: local("Pretendard-Bold"),
       local("☺"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Bold.woff2") format("woff2"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Bold.woff") format("woff"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Bold.otf") format("opentype");
}

@font-face {
  font-family: Pretendard-Light;
  font-weight: 400;
  src: local("Pretendard-Light"),
       local("☺"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Light.woff2") format("woff2"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Light.woff") format("woff"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Light.otf") format("opentype");
}

@font-face {
  font-family: Pretendard-Regular;
  font-weight: 400;
  src: local("Pretendard-Regular"),
       local("☺"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Regular.woff2") format("woff2"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Regular.woff") format("woff"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Regular.otf") format("opentype");
}

@font-face {
  font-family: Pretendard-Medium;
  font-weight: 400;
  src: local("Pretendard-Medium"),
       local("☺"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Medium.woff2") format("woff2"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Medium.woff") format("woff"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Medium.otf") format("opentype");
}

@font-face {
  font-family: Pretendard-SemiBold;
  font-weight: 400;
  src: local("Pretendard-SemiBold"),
       local("☺"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-SemiBold.woff2") format("woff2"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-SemiBold.woff") format("woff"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: Pretendard-Black;
  font-weight: 400;
  src: local("Pretendard-Black"),
       local("☺"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Black.woff2") format("woff2"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Black.woff") format("woff"),
       url("https://tistory1.daumcdn.net/tistory/7530337/skin/images/Pretendard-Black.otf") format("opentype");
}



	html {
		box-sizing: border-box;
		scroll-behavior: smooth;
	}

	img {
		height: auto;
		max-width: 100%;
		border-radius: 0.365em;
	}

	::selection {
		background-color: #FFD800; /* 선택된 텍스트의 배경 색을 노란색으로 설정 */
		color: #000; /* 선택된 텍스트의 글자 색을 검정색으로 설정 (선택적) */
	}

	.both {
		clear: both;
	}
	.small {
		font-size: 0.8rem !important;
	}

/* 숨김 텍스트 */
	.absolute {
		position: absolute; 
		top: -8000px; 
		left: -8000px;
	}

/* PC에서 보이고, 모바일에서 안보임 */
.hide-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .hide-pc {
    display: none !important;
  }
}
/* BR 코드가 PC에서는 미적용, 모바일에서 적용 */
.mobile-br {
  display: none;
}
@media (max-width: 767px) {
  .mobile-br {
    display: block;
  }
}
/* 감추기 */
.dnone {
  display: none;
}

/* 강조 */
.basic {
    color: #fff;
    background-color: #34b7a7;
    padding: 0.1rem 0.5rem 0.2rem 0.5rem;
    border: 0.1rem solid #2EA496;
    border-radius: 0.3rem;
}

/* 텍스트 위치 */
	.align-left {
		text-align: left;
	}
	.align-center {
		text-align: center;
	}
	.align-right {
		text-align: right;
	}

	.fl {
		float: left;
	}
	.fr {
		float: right;
	}

/* 폰트 한글 + 영문 */
	.hangle {
		font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	}
	.hangles {
		font-family: 'Noto Serif KR', sans-serif !important;
	}
	.eng {
		font-family: "Taviraj", serif !important;
	}
	.pr {
		padding-right: 0.2em;
	}

	hr {
		clear: both !important;
		margin-top:3rem !important;
		margin-bottom:3rem !important;
		border:0;
		border-top:1px solid rgba(0,0,0,.3) !important;
	}
	hr.line {
		clear: both !important;
		margin-top:1rem !important;
		margin-bottom:1rem !important;
		border:0;
		border-top:1px solid rgba(0,0,0,.3) !important;
	}

/* Content Section Code */
.content_section {
    width: 100%;
    float: left;
}

.content_taital_main {
    width: 100%;
    float: left;
    padding: 0;
}
.content_taital_main h3 {
    border-bottom: 0.2rem solid #303030;
    margin-bottom: 2rem;
}

.content_taital_main p {
    color: #5E5F60;
    font-weight: 400;
    font-size: 1em;
    font-family: 'Noto Serif KR', sans-serif;
    line-height: 180%;
    margin-top: 0;
    margin-bottom: 2rem;
}

.content_taital {
    width: 100%;
    float: left;
    font-size: 2rem;
    color: #f76d37;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
@media (max-width: 768px) {
	.content_taital {
		font-size: 1.55rem;
	}
}
	.content-area p {
		width: 100%;
		float: left;
		font-size: 1rem;
		color: #5E5F60;
	}
@media screen and (max-width: 767px) {
	.content-area p {
		font-size: 0.9rem;
	}
}

	.content_area h1, 
	.content_area h2, 
	.content_area h3, 
	.content_area h4, 
	.content_area h5, 
	.content_area h6 {
		color: #353535;
		font-family: 'Noto Serif KR', sans-serif;
		font-weight: 900;
		line-height: 180%;
}
	.content_area h1 {
		font-size: 1.75rem;
}
	.content_area h2 {
		font-size: 1.55rem;
}
	.content_area h3 {
		font-size: 1.35rem;
}
	.content_area h4 {
		font-size: 1.25rem;
}
	.content_area h5 {
		font-size: 1.15rem;
}
	.content_area h6 {
		font-size: 1.05rem;
}
@media (max-width: 768px) {
	.content_area h1 {
		font-size: 1.55rem;
	}
	.content_area h2 {
		font-size: 1.35rem;
	}
	.content_area h3 {
		font-size: 1.15rem;
	}
	.content_area h4 {
		font-size: 1.05rem;
	}
	.content_area h5 {
		font-size: 0.95rem;
	}
	.content_area h6 {
		font-size: 0.85rem;
	}
}

	.content-area p.styles {
		color: #303030;
		font-size: 1.75em;
		font-weight: 700;
		border-radius: 0.35em;
		background: #FAFBFB url(/images/overlay.png);
		box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
		letter-spacing: 0.075em;
		line-height: 1.75em;
		padding: 1em;
		margin-bottom: 1em;
	}
@media screen and (max-width: 767px) {
	.content-area p.styles {
		font-size: 1.15em;
	}
}

/* 카테고리 사이드 박스 */
/* 자주 묻는 질문 사이드 서브 카테고리 */
/* FAQ */
.categorys-sidebar {
    width: 100%;
}

.categorys-menu {
    font-family: 'Noto Serif KR', sans-serif;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    padding: 0 1em 2em 1em;
    border: 0.1em solid #ddd;
    border-radius: 0.3em;
    background-color: #fefefe;
    margin-bottom: 2em;
}

.categorys-menu li {
    padding: 1em 0;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.categorys-menu li a {
  text-decoration: none;
  color: #444;
  font-size: 0.98em;
  transition: all 0.2s ease;
}

.categorys-menu li a:hover {
  color: #238ED4;
  font-weight: 600;
}

.categorys-menu li a.active {
    color: #238ED4;
    font-weight: 600;
    pointer-events: none;
}


.category-sidebar h3 {
    display: block;
    position: relative;
    font-size: 1.55em;
    line-height: 180%;
    font-weight: 700;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    background: linear-gradient(to right, #ccc, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 0.1em 0;
    margin-bottom: 1em;
}
	.category-sidebar h3::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0.15em;
		border-radius: 0.23em;
		background: linear-gradient(to right, #ccc, #000);
	}

/* 무료상담 사이드 카테고리 */
.consultation_box {
    width: 100%;
    text-align: center;
    margin: 1.5em 0 0 0;
}
.consultation_box a {
    display: inline-block;
    width: 100%;
    font-size: 0.8em;
    padding: 1em 2em;
    font-family: 'Noto Serif KR', sans-serif;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    background-color: #252525;
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-radius: 0.1em;
    text-transform: capitalize;
    transition: all .3s;
}

.consultation_box a:hover {
    color: #fff;
    background-color: #f76d37;
}

/* Image */
/* 기본 스타일 */
.image {
    border-radius: 3px;
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    border-radius: 3px;
    display: block;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    margin: 0 0 2em 2em;
    top: 0.25em;
}

.image.left, .image.right {
    max-width: 50%;
}

.image.left img, .image.right img {
    width: 100%;
}

.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

.image.minus {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
    border-radius: 3px 3px 0 0 !important;
}

.image.minus img {
    width: 100%;
    border-radius: 3px 3px 0 0 !important;
}


		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 3em 0;
		}

/* 모바일 대응 스타일 */
@media (max-width: 768px) {
    .image.left, .image.right {
        /*float: none;*/ /* 플로트 해제 */
        margin: 0 0 1em 0; /* 상단 여백 설정 */
        max-width: 100%; /* 이미지 너비 전체로 */
    }

    .image.left img, .image.right img {
        width: 100%; /* 이미지 너비 전체로 */
    }
}

	blockquote {
		border-left: solid 0.5em #407DC0;
		padding: 2em 1em 1em 2em;
		font-style: italic;
		font-weight: 500;
		letter-spacing: 0.02em;
		word-spacing: 0.01em;
		text-align: left;
		background-color: #F6F8F9;
	}

	blockquote h4 {
		color:#303030;
		font-size: 1.5rem;
		line-height: 180%;
		font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
		font-weight: 700;
		letter-spacing: 0.02em;
		word-spacing: 0.01em;
	}

/* 베너 */
	.banner-title {
		color:#303030;
		font-size: 1rem;
		font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
		letter-spacing: 0.02em;
		word-spacing: 0.01em;
		font-weight: 700;
		line-height: 180%;
	}
.category-sidebar .banner a {
    display: inline-block;
    font-size: 0.8em;
    font-family: "Taviraj", serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    padding: 0.3em 2em;
    background-color: #3CF;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #3CF;
    /*margin: 1em 0;*/
}
.category-sidebar .banner a:hover {
    color: #303030;
    background-color: #f5a425;
    border: 1px solid #f5a425;
}

/* 마진 - */
.minus {
    margin-top: -5em;
}
.mr-1 {
    margin-right: 0.3rem;
}


/* 목차(TOC) */
/* 좌측 목차 스타일 */
.sidebar {
    width: 100%;
    padding: 1em;
    background-color: #FBFCFC;
    border-radius: 5px;
    border: 0.1em solid #AEB4B7;
}
	@media (max-width: 768px) {
 	   .sidebar {
		margin-bottom: 2rem;
 	   }
}

#toc {
    list-style-type: none;
    padding-left: 0;
}

#toc li {
    margin-bottom: 0.3rem;
}

#toc .toc-h3 a {
    color: #34b7a7;
    text-decoration: none;
}
#toc .toc-h3 a:hover {
    color: #848BC7;
    text-decoration: none;
}

#toc .toc-strong a {
    color: #666;
    text-decoration: none;
}
#toc .toc-strong a:hover {
    color: #848BC7;
    text-decoration: none;
}

.toc-h3 {
    font-size: 0.9rem;
    font-weight: 600 !important;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    line-height: 180%;
    letter-spacing: 0.05em;
    word-spacing: 0.01em;
}

.toc-strong {
    margin-left: 1.55em;
    font-size: 0.88rem;
    font-weight: 400 !important;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    line-height: 180%;
    letter-spacing: 0.05em;
    word-spacing: 0.01em;
}

.toc-strong + .toc-h3 {
    border-top: 1px solid #AEB4B7;
    margin-top: 1em;
    padding-top: 1em;
}

/* 목차 박스 */
	.toc_container {
		text-align:left;
	}

	.toc_container h4 {
		display: block;
		position: relative;
		font-size: 1.55rem !important;
		font-style: normal;
		font-optical-sizing: auto;
		font-family: "Montserrat", sans-serif;
		line-height: 180%;
		font-weight: 300 !important;
		letter-spacing: 0.1em;
		word-spacing: 0.1em;
		background: linear-gradient(135deg, #1f272b, #AEB4B7);
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent !important;
		background-clip: text;
		color: transparent !important;
		margin-bottom: 1em !important;
	}
	@media (max-width: 768px) {
 	   .toc_container h4 {
		font-size: 1.5em;
 	   }
}

	/* 가상 요소로 하단 border 대체 */
	.toc_container h4::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0.06em;
		border-radius: 0.23em;
		background: linear-gradient(135deg, #1f272b, #AEB4B7);
	}

/* 모바일에서 목차 스타일 조정 */
@media (max-width: 767.98px) {
    .toc_container {
        background-color: #f8f9fa;
        padding: 15px;
        border-radius: 5px;
        border-left: 0px solid #535ba0;
        margin-bottom: 20px;
    }
    
    .toc_container h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

/* PC에서 목차 스타일 */
@media (min-width: 768px) {
    .toc_container {
        position: sticky;
        top: 20px; /* 스크롤 시 상단에서 20px 떨어진 위치에 고정 */
    }
}

/* 베너 사이드바 */
.sidebars {
    width: 100%;
    padding: 1em;
    background-color: #FBFCFC;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0.1em solid #AEB4B7;
}

.toc_container .imgDIV img {
    width: 100%;
    margin: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.toc_container .sidebars p {
    font-size: 0.9rem;
    line-height: 180%;
    color: #666;
    font-family: Pretendard-Light, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 2rem !important;
}

/* 베너 이미지 사이드 버튼 */
.filled-rounded-button {
    margin-bottom: 30px;
}
.filled-rounded-button a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    color: #fff;
    border: 2px solid #902729;
    transition: all 0.5s;
    background-color: rgba(161,44,47,1);
    border-radius: 20px;
}
.filled-rounded-button a:hover {
    color: #fff;
    background-color: rgba(199,142,143,1);
}

/* 텍스트 중앙 위치 */
.vertical_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* main fontawesome icon css */
	.image_1 {
		font-size: 2.55rem !important;
		color: #fff;
		padding: 1rem 0;
}
	.image_2 {
		font-size: 2.55rem !important;
		color: #F76D37;
		padding: 1rem 0;
}




/* 스크롤 위로 올리기 */
    #back-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: none;
      color: #fff;
      background-color: #3CF;
      border: none;
      border-radius: 50%;
      padding: 5px 7px;
      cursor: pointer;
      /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
      transition: background-color 0.5s ease, transform 0.5s ease;
      z-index: 10000;
    }
    #back-to-top:hover {
      color: #303030;
      background-color: #FC3;
    }
@media (max-width: 768px) {
    #back-to-top {
        padding: 5px 8px;
    }
}


/* latest 목록 CSS */
.count-area-content {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    padding: 1rem;
    margin: 15px 0px;
}
@media (max-width: 768px) {
    .count-area-content {
        margin: 0px 0px;
margin-bottom:2rem;
    }
}

.latest-board-container {
  max-width: 100%;
  margin: 0 auto;
}

.latest-board-list {
  border-radius: 0em;
  overflow: hidden;
  background: transparent;
}

.latest-board-item {
    display: flex;
    align-items: center;
    padding: 0.88rem 0.1rem;
    border-bottom: 1px solid rgba(229, 232, 237, 0.2);
    transition: background 0.2s ease;
    text-decoration: none;
    color: #ccc;
}

.latest-board-item a {
  color: #303030 !important;
  text-decoration: none;
}

.latest-board-item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #6F7577 !important;
  /*border-bottom: 2px solid #fff !important;*/
  text-decoration: none;
}

.latest-board-item:last-child {
  border-bottom: none;
}

.latest-board-item > div {
  /* 내부 간격 조절 시 사용 가능 */
}

.latest-gender {
    width: 5%;
}
.latest-gender img {
    border-radius: 50%;
}

.latest-name {
  width: 10%;
  font-size: 0.9rem;
  color: #ccc;
  text-align: center;
}

.latest-region {
  width: 10%;
  font-size: 0.9rem;
  color: #ccc;
  text-align: center;
}

.latest-category {
  min-width: 15%;
  font-size: 0.86rem;
  color: #ccc;
  text-align: center;
}

.latest-date {
  min-width: 20%;
  font-size: 0.86rem;
  color: #ccc;
  text-align: center;
}


.latest-title {
  width: 40%;
  font-weight: 500;
  font-size: 0.9rem;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.latest-meta {
  margin-left: auto;
  display: flex;
  gap: 0.8rem;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
  .latest-gender,
  .latest-name,
  .latest-region,
  .latest-date,
  .latest-category {
    display: none;
  }
  .latest-title {
    width: 100%;
    font-size: 0.8rem;
  }
}

/* Green Button */
.fh5co-feature .fh5co-texts a.submit-link {
  display: inline-block;
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
}

.fh5co-feature .fh5co-texts a.submit-link:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.fh5co-flex-wrap .fh5co-card a.submit-link {
  display: inline-block;
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
}

.fh5co-flex-wrap .fh5co-card a.submit-link:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}

/* Yellow Button */
.btn_yb a {
    font-size: 0.9rem;
    color: #fff;
    background-color: #f5a425;
    padding: 0.8rem 2rem;
    display: inline-block;
    border-radius: 1.55rem;
    font-weight: 900;
    text-transform: uppercase;
    transition: all .3s;
}

.btn_yb a:hover {
    color: #303030;
    background-color: #fff;

}

/* 박스 스타일 breadcrumb */
.breadcrumb-box {
    margin-bottom: 0.1rem;
/*
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 16px;
    margin: 15px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
*/
}

.breadcrumb {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 0.96rem;
    font-weight: 600;
    padding-bottom: 1rem;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.5;
}

.breadcrumb-box .breadcrumb h6 a {
    /*font-size: 1rem;*/
    color: #000;
    text-decoration: none;
    padding: 2px 4px;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.breadcrumb-box .breadcrumb h6 a:hover {
    color: #EEAE14;
}

.breadcrumb h6 {
    font-size: 0.8rem;
}

.breadcrumb .separator {
    color: #000;
    margin: 0 4px;
    font-weight: normal;
}

.breadcrumb .current {
    color: #EEAE14;
    font-weight: 500;
    padding: 2px 4px;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
    .breadcrumb-box {
        margin-bottom: 3rem;
    }
    
    .breadcrumb .current {
        display: block;
        margin-top: 5px;
        padding-top: 5px;
        border-top: 1px solid #e9ecef;
    }
}

/* 다크 테마용 (선택사항) */
.breadcrumb-box.dark {
    background: #2d3748;
    border-color: #4a5568;
    color: #e2e8f0;
}

.dark .breadcrumb a {
    color: #e2e8f0;
}

.dark .breadcrumb a:hover {
    background-color: #4a5568;
    color: #90cdf4;
}


#asidemenu {
    list-style-type: none;
    padding-left: 0;
}

#asidemenu li {
    margin-bottom: 1em;
}

#asidemenu .menu-h3 a {
    color: #30303;
    text-decoration: none;
}
#asidemenu .menu-h3 a:hover {
    color: #848BC7;
    text-decoration: none;
}

#asidemenu .menu-strong a {
    color: #666;
    text-decoration: none;
}
#asidemenu .menu-strong a:hover {
    color: #848BC7;
    text-decoration: none;
}
.menu-h3 {
    font-size: 0.9rem;
    font-weight: 600 !important;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    line-height: 180%;
    letter-spacing: 0.05em;
    word-spacing: 0.01em;
}

.menu-strong {
    list-style: disc;
    margin-left: 1.55em;
    font-size: 0.88rem;
    font-weight: 400 !important;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    line-height: 180%;
    letter-spacing: 0.05em;
    word-spacing: 0.01em;
}

.menu-strong + .menu-h3 {
    border-top: 1px solid #848BC7;
    margin-top: 1em;
    padding-top: 1em;
}


/* 서브페이지 상담 폼 */
.boconsultation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #24252D;
    padding: 1.55rem;
    border-radius: 1rem;
    border: 1px solid #121318;
    gap: 1rem;
    flex-wrap: nowrap;
    transition: all 0.3s ease; /* 부드러운 효과 */
    margin-bottom: 2rem;
}

.boconsultation:hover {
  background: #393A45;
  transform: translateY(-0px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

i.fa-comments {
    font-size: 9rem !important;
    color: #7B7C88;
}

i.fa-pencil-square-o {
    font-size: 5rem !important;
    color: #FFC600;
}

.consult-icon-left,
.consult-icon-right {
  font-size: 3rem;
  color: #4a4a4a;
  flex-shrink: 0;
  white-space: nowrap;
}

.consult-text {
  flex-grow: 1;
  text-align: left;
  min-width: 0; /* 넘침 방지 */
}

.consult-title {
  color: #fff;
    font-size: 1rem;
    font-family: Pretendard-Light, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    margin: 0;
    font-weight: 600;
    word-spacing: 0.1em;
}

.consult-subtitle {
    color: #C9CBDA;
    font-size: 1rem;
    font-family: Pretendard-Light, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    word-spacing: 0.1em;
    margin: 0.5rem 0 0;
}

.boconsultation .consult-text p {
    letter-spacing: 0.2px;
    margin-bottom: 0.3rem !important;
}

@media (max-width: 768px) {
  .boconsultation {
    flex-direction: column;
    text-align: center;
  }

  .consult-icon-left,
  .consult-icon-right {
    margin: 1rem 0;
  }
}

/* 교통정보 */
	#bo_v_atc #bo_v_con .bus {
		color: #fff;
		background-color: #374FF2;
		padding: 0.3rem 0.5rem;
		border-radius: 0.3rem;
		margin-left: 0.5rem;
	}
	#bo_v_atc #bo_v_con .mabus {
		color: #fff;
		background-color: #60C604;
		padding: 0.3rem 0.5rem;
		border-radius: 0.3rem;
		margin-left: 0.5rem;
	}
	#bo_v_atc #bo_v_con .sbus {
		color: #fff;
		background-color: #D44348;
		padding: 0.3rem 0.5rem;
		border-radius: 0.3rem;
		margin-left: 0.5rem;
	}
	#bo_v_atc #bo_v_con .subway {
		color: #fff;
		background-color: #EF7A18;
		padding: 0.3rem 0.5rem;
		border-radius: 0.3rem;
	}


/* 카테고리 */
/* Active 상태 스타일 */
.navmenu ul li a.active {
    color: var(--nav-hover-color);
    font-weight: bold;
}

.navmenu ul li.dropdown.active > a {
    color: var(--nav-hover-color) !important;
    font-weight: bold;
}

.navmenu ul li.dropdown ul li a.active {
    color: var(--nav-hover-color) !important;
    font-weight: bold;
    background-color: rgba(185, 230, 230, 0.1);
}

/* 드롭다운이 active일 때 아이콘 색상 변경 */
.navmenu ul li.dropdown.active > a i {
    color: var(--nav-hover-color) !important;
}
@media (max-width: 768px) {
  .navmenu ul li.dropdown.active > a i {
    color: #eee !important;
  }
}

/* 기본 폰트 크기 (내용보기) */
#bo_v_con p {
    color: #3B3B3B;
    font-family: Pretendard-Light, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    font-size: 1.10rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 1.1px;
    word-spacing: 2px;
    margin-bottom: 2rem;
}


/* 인기 검색어 기본 스타일 */
.popular-search {
    display: -webkit-inline-box;
    font-size: 0.8rem;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    border-radius: 0.3rem;
    border: 0.1rem solid;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0.3rem;
}

/* 컬러 변형 1 - 청록색 (기존) */
.popular-search-1 {
    color: #5e5e5e;
    background-color: #FBFCFC;
    border-color: #ddd;
}

.popular-search-1:hover {
    color: #fff;
    background-color: #394241;
    border-color: #2A302F;
}

/* 컬러 변형 2 - 파란색 */
.popular-search-2 {
    color: #fff;
    background-color: #63CDC1;
    border-color: #56BBAF;
}

.popular-search-2:hover {
    color: #71D5C9;
    background-color: #3C3830;
    border-color: #2E2B26;
}

/* 활성 상태 (클릭 시) */
.popular-search:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
