﻿@charset "utf-8";
/* ------------------------- */
/* Common ------------------- */
/* ------------------------- */
@import url("https://fonts.googleapis.com/css?family=Taviraj:300,400,700,300i,400i,700i");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

	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;
  }
}
/* BR 코드가 PC에서는 미적용, 모바일에서 적용 */
.mobile-br {
  display: none;
}
@media (max-width: 767px) {
  .mobile-br {
    display: block;
  }
}

/* 텍스트 위치 */
	.align-left {
		text-align: left;
	}
	.align-center {
		text-align: center;
	}
	.align-right {
		text-align: 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,.1) !important;
	}

/* P 대체 */
.pcode {
    color: #878E94;
    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: 18px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 1.9px;
    word-spacing: 2.3px;
}

.rcode {
    color: #F56A6A;
    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: 18px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: 1.9px;
    word-spacing: 2.3px;
}

.bcode {
    color: #18B5BF;
    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: 18px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: 1.9px;
    word-spacing: 2.3px;
}

.logo-title {
    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: 28px !important;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 1.5px;
    word-spacing: 2.3px;
}

/* 카테고리 메뉴 */
.category {
   color:#57595C !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;
   font-size: 0.9rem !important;
   font-weight: 600;
   line-height: 180%;
   letter-spacing: 0.088rem;
   word-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .category {
    font-size: 0.8rem !important;
  }
}
.categorys {
   color:#83888C !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;
   font-size: 0.9rem !important;
   font-weight: 600;
   line-height: 180%;
   letter-spacing: 0.088rem;
   word-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .categorys {
    font-size: 0.8rem !important;
  }
}

.btn { 
    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 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
    word-spacing: 2.3px;
 }

/* 컨텐츠 표 테이블 */
#content-sorce {
   width:100%;
   border:2px solid #fff;
   margin-top:20px;
   margin-bottom:20px;
}
#content-sorce th, #content-sorce td {
   text-align:center;
   height:42px;
   line-height:25px;
   vertical-align: middle;
   border:2px solid #fff;
}
#content-sorce thead th {
   border-bottom:0px solid #F3F4F4;
   background:#E2E5E8;
   color:#2B3748;
   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: 18px;
   font-weight: 800;
   line-height: 200%;
   letter-spacing: 1.8px;
   word-spacing: 2px;
   padding: 7px;
}
#content-sorce tbody td {
   color: #878E94;
   border-bottom:0px solid #F3F4F4;
   background:#fff;
   padding: 15px 15px 30px 15px;
   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: 16px;
   font-weight: 400;
   line-height: 200%;
   letter-spacing: 1.1px;
   word-spacing: 2px;
}
#content-sorce tbody td.l {
   text-align:left;
}
#content-sorce ol {
   list-style:outside decimal;
}

#bbs-sorce {
   width:100%;
   border:2px solid #fff;
   margin-top:20px;
   margin-bottom:20px;
}
#bbs-sorce th, #bbs-sorce td {
   text-align:center;
   height:42px;
   line-height:25px;
   vertical-align: middle;
   border:2px solid #fff;
}
#bbs-sorce thead th {
   border-bottom:0px solid #F3F4F4;
   background:#2B87AD;
   color:#fff;
   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: 18px;
   font-weight: 800;
   line-height: 200%;
   letter-spacing: 0.8px;
   word-spacing: 2px;
}

#bbs-sorce tbody td {
   color: #3B3B3B;
   border-bottom:0px solid #F3F4F4;
   background:#fafafa;
   padding: 15px 15px 15px 15px;
   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: 18px;
   font-weight: 400;
   line-height: 200%;
   letter-spacing: 1.1px;
   word-spacing: 2px;
}
#bbs-sorce tbody td.l {
   text-align:left;
}
#bbs-sorce ol {
   list-style:outside decimal;
}

/* 이미지 라운드 */
.imageradius {
    width: 100%;
    border-radius: 8px;
    margin-bottom:15px;
}

/* 단락별 라인 */
.line {
   width: 100%;
   height: 1px;
   margin-top: 20px;
   margin-bottom: 20px;
   background-image: url("/images/line.gif");
}

/* 텍스트 링크 */
.directcode { 
   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 !important;
   font-size: 18px !important;
   font-weight:600 !important;
   letter-spacing: 1.3px !important;
   word-spacing: 2.3px !important;
   transition: 0.5s !important; 

}
a.directcode:link, a.directcode:visited, a.directcode:active {
   color:#f56a6a !important;
   border-bottom: dotted 2px #f56a6a !important;
   text-decoration:none !important;
}
a.directcode:hover {
   color:#3e3e3e !important;
   border-bottom: solid 2px #3e3e3e !important;
   text-decoration:none !important;
}

/* 게시판 제목 텍스트 링크 */
.bbscode { 
   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 !important;
   font-size: 14px !important;
   font-weight:600 !important;
   letter-spacing: 1.3px !important;
   word-spacing: 2.3px !important;
   transition: 0.5s !important; 
   line-height: 30px;

}
a.bbscode:link, a.bbscode:visited, a.bbscode:active {
   color:#2B3748 !important;
   border-bottom: solid 0px #2B3748 !important;
   text-decoration:none !important;
}
a.bbscode:hover {
   color:#F56A6A !important;
   border-bottom: solid 2px #F56A6A !important;
   text-decoration:none !important;
}

/* 박스 배경 */
.boxcolor {
    background-color: #FCFEFF;
}





/* Tab menu */
.tab-container {
    margin: 20px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
}

.tabs {
    display: flex;
}
@media (max-width: 768px) {
    .tabs {
           display: block;
    }
}

.tab-button {
    flex: 1;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 0.2rem 0.5rem 0;
    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: 500;
    font-size: 15px;
}
@media (max-width: 768px) {
    .tab-button {
           width: 100%;
           display: block;
    }
}

.tab-button:hover {
    background-color: #FBEFEF;
    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: 500;
    font-size: 15px;
}

.tab-button.active {
    color: #fff !important;
    background-color: #f56a6a;
    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: 500;
    font-size: 15px;
}

.tab-content {
    padding: 0;
    border-top: 0px solid #fff;
}

/* Board List */
.board-container {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 0;
    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: 400;
    font-size: 14px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    border-top: solid 1px #2B3748;
    letter-spacing: 1.5px;
    word-spacing: 2.3px;
}

.board-header {
    display: flex;
    background: transparent;
    color: #2B3748;
    padding: 15px;
    font-weight: bold;
    border-bottom: solid 1px #CED4DB;
}

/* 각 헤더 항목의 넓이 설정 */
.header-item {
    flex: 0 0 25%; /* 사건: 25% */
    text-align: center;
}

.header-item:nth-child(2) {
    flex: 0 0 50%; /* 제목: 50% */
}

.board-item {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #CED4DB;
    transition: background-color 0.3s; /* 부드러운 색상 전환 */
}

/* 사건, 제목, 분류 넓이 설정 */
.item-case {
    flex: 0 0 25%; /* 사건: 25% */
}

.item-title {
    flex: 0 0 50%; /* 제목: 50% */
}

.item-category {
    flex: 0 0 25%; /* 분류: 25% */
}

/* 마우스 오버 시 색상 변경 */
.board-item:hover {
    background-color: #FAFBFD; /* 마우스 오버 색상 */
}

/* 모바일 버전에서 타이틀 숨기기 */
@media (max-width: 768px) {
    .board-header {
        display: none; /* 타이틀 숨김 */
    }

    .board-item {
        flex-direction: column;
        text-align: left;
    }

    .item-title {
        width: 100%; /* 제목이 가로로 꽉 차도록 */
    }

    .item-category {
        margin-top: 5px; /* 제목과 분류 사이의 간격 */
    }
}

/* Board List Box */
.smallbbs {
    float: none;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    background-color: #E2E5E8;
    color: #6B6F74;
    font-size: 0.9em;
}

/* 일반 텍스트 */
.sites {
   color:#83888C !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;
   font-size: 0.8rem !important;
   font-weight: 400;
   line-height: 180%;
   letter-spacing: 1.1px;
   word-spacing: 1.1px;
}


/* 성범죄 카테고리 모바일 버튼 간격 */
.margins {
    margin-bottom: 10px;
}

/* 성범죄 카테고리 텍스트 */
.seaualcode {
    color: #fff;
    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: 14px;
    font-weight: 700;
    letter-spacing: 1.9px;
    word-spacing: 2.3px;
}
.seaualcodes {
    color: #F56A6A;
    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: 14px;
    font-weight: 700;
    letter-spacing: 1.9px;
    word-spacing: 2.3px;
}


/* New Button */
.dbutton {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    /* background-color: transparent; */
    background-color: #2B3748;
    border-radius: 0.375em;
    border: 0;
    box-shadow: inset 0 0 0 2px #2B3748;
    color: #fff !important;
    display: inline-block;
    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.8em;
    font-weight: 700;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;

    letter-spacing: 1.9px !important;
    word-spacing: 2.3px !important;
    margin-bottom: 10px;
}
  .disableds {
    pointer-events: none;
    opacity: 0.25;
 }

.nones {
    margin: 23px;
}


.redbold {
    color: #C43D3D !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;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.9px;
    word-spacing: 2.3px;
}

/* 검색 버튼 */
.submits {
    color: #f56a6a !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 !important;
    font-size: 15px;
    font-weight: 600 !important;
    letter-spacing: 1.9px !important;
    word-spacing: 2.3px !important;
}

/* 검색 페이지 검색창 디자인 */
.search-container {
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    padding: 10px 40px 10px 15px; /* 검색창 padding (오른쪽 padding에 공간을 더 줍니다) */
    font-size: 16px;
    border: 1px solid #ced4db;
    border-radius: 5px;
}

.search-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    box-shadow: inset 0 0 0 0 #fff !important;
}

.search-button i {
    font-size: 18px;
}

.search-input:focus {
    outline: none;
    border-color: #007BFF;
}

/* 기존 hover 스타일을 덮어쓰기 */
.search-button.no-hover:hover,
.search-button.no-hover:active {
    background-color: transparent !important; /* 기존 배경색 변경을 무효화 */
    border: none;
    outline: none;
    box-shadow: none; !important;
}

.search-button.no-hover i {
    color: #333 !important; /* 아이콘 색상을 기본으로 유지 */
}

.search-button.no-hover:hover i {
    color: #007BFF !important; /* 마우스 오버 시 아이콘 색상만 변경 */
}


/* 예전 문서 게시판 날짜 */
.dates {
    float: none !important;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 30px !important;
    /* background-color: #E2E5E8; */
    color: #6B6F74 !important;
    font-size: 0.9em !important;
}

/* 메인페이지 아이콘 관련 */
.awesome {
    color: #F56A6A !important;
    font-size: 3em !important;
    line-height: 3.3em !important;
}
@media (max-width: 768px) {
    .features .icon {
        display: none !important; /* 모바일에서 아이콘 숨기기 */
    }
}

/* 태그 */
/* 공통 태그 스타일 */
.tag-container {
    align-items: center; /* 수직 정렬 */
}

.tag-text {
    display: inline-flex; /* 가로로 나란히 배치 */
    background-color: #F5F5F5; /* 기본 박스 색상 */
    /* border: 1px solid #F5F5F5; */
    color: #666; /* 태그 글자 색상 */
    padding: 5px 13px; /* 패딩 */
    border-radius: 5px; /* 모서리 둥글게 */
    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: 14px;
    font-weight: 500;
    letter-spacing: 1.5px; /* 글자 간격 조정 */
    text-decoration: none; /* 밑줄 제거 */
    margin: 7px; /* 태그들 사이 간격 */
    border-bottom: 0px solid #fff !important;
}
.tag-text:hover {
    background-color: #45CDC8; /* 검은색 박스 색상 */
    /* border:1px solid #42C5C0; */
    color: #fff !important; /* 태그 글자 색상 */
    border-radius: 5px; /* 모서리 둥글게 */
    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: 14px;
    font-weight: 500;
    transition: background-color 0.5s ease, color 0.5s ease; /* 배경색과 글자색에 대해 서서히 변하도록 설정 */
}

/* 각 색상에 대한 클래스 */
.tag-text.color1 {
    background-color: #45CDC8; /* 기본 색상 */
    color: #fff; /* 기본 텍스트 색상 */
}
.tag-text.color1:hover {
    background-color: #303030; /* hover 색상 */
    color: #45CDC8; /* hover 텍스트 색상 */
}

.tag-text.color2 {
    background-color: #ffcc00; /* 노란색 */
    color: #333; /* hover 텍스트 */
}
.tag-text.color2:hover {
    background-color: #303030; /* hover 색상 */
    color: #ffcc00 !important; /* hover 텍스트 색상 */
}

.tag-text.color3 {
    background-color: #FF9000; /* 주황색 */
    color: #fff; /* hover 텍스트 */
}
.tag-text.color3:hover {
    background-color: #303030; /* hover 색상 */
    color: #FF9000 !important; /* hover 텍스트 */
}

.tag-text.color4 {
    background-color: #FF7DC7; /* 파란색 */
    color: #fff; /* hover 텍스트 */
}
.tag-text.color4:hover {
    background-color: #303030; /* hover 색상 */
    color: #FF7DC7 !important; /* hover 텍스트 */
}

.tag-text.color5 {
    background-color: #BDCF27; /* 초록색 */
    color: #fff; /* hover 텍스트 */
}
.tag-text.color5:hover {
    background-color: #303030; /* hover 색상 */
    color: #BDCF27 !important; /* hover 텍스트 */
}


/* ------------------------- */
/* footer ------------------ */
/* ------------------------- */
footer address {
    margin-bottom: 3px;
}

footer p {
    margin: 0;
}

/* 소셜 아이콘 */
/* 이미지 마우스 오버 */
	img {
    border:0px; 
    margin-bottom:2px;
    border-bottom: dotted 0px !important;
    }
	.scrapico a img {display:inline}
	.scrapico a img.over {display:none}
	.scrapico a:hover {position:relative}
	.scrapico a:hover img {display : none}
	.scrapico a:hover img.over {display : inline}

a{
    border-bottom: dotted 0px !important;
}

/* 영문 */
.Taviraje {
    font-family: "Taviraj", serif !important;
    font-weight: 600 !important;
}
.Tavira {
    font-family: "Taviraj", serif !important;
    font-weight: 400 !important !important;
}

/* 스크롤 위로 올리기 */
    #back-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: none;
      color: #fff;
      background-color: #303030;
      border: none;
      border-radius: 0.3em;
      padding: 0.75rem 1.10rem;
      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: #fff !important;
      background-color: #f56a6a;
    }
@media (max-width: 768px) {
    #back-to-top {
        padding: 0.75rem 1.10rem;
    }
}