@charset "UTF-8";
*:focus {
	outline:0;
}
@keyframes rotateEffect {
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotateEffect2 {
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
body,html {
	font-family:"Noto sans KR",sans-serif;
	font-weight: 400;
	color:#3A4954;
	scroll-behavior:smooth;
	letter-spacing:0.2px;
	min-width:320px;
	max-width: 480px;
	margin: 0 auto;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
}
::-webkit-scrollbar {
	-webkit-appearance:none;
	width: 8px;
	height: 8px
}
::-webkit-scrollbar-track {
	background: transparent
}
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.15); 
	border-radius: 3px; 
}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.2); 
}
#content {
  opacity: 0;
  max-width: 480px;
  margin: 0 auto;
}
#content.show {
	opacity: 1 !important;
	transition: opacity 0.4s ease-in;
}
i {
	margin:0px 5px 0px 0px;
}
.container_postbtn {
	padding-bottom:15px !important;
	display: none !important;
	visibility: hidden !important;
}
/* 구독하기 버튼 관련 스타일 숨김 */
.container_postbtn button {
	display: none !important;
	visibility: hidden !important;
}

.container_postbtn .postbtn_ccl {
	display: none !important;
	visibility: hidden !important;
}
article,aside,canvas,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display:block
}
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul {
	margin:0;
	padding:0
}
body,button,input,select,textarea {
	color:inherit;
	font-family:inherit;
}
nav div,#container,#header_wrap #header_gnb{
	max-width:100% !important
}
button,input {
	border:0;
	border-radius:0;
	background-color: transparent;
}
img {
	border-style: none;
	box-sizing: border-box;
}
ol,ul {
	list-style:none
}
address,em {
	font-style:normal
}
a {
	cursor:pointer;
	color:inherit;
	text-decoration:none !important;
}
.blind {
	position:absolute;
	overflow:hidden;
	clip:rect(0 0 0 0);
	margin:-1px;
	width:1px;
	height:1px
}
.index_wrap {
	position:relative;
	background-color:inherit;
	overflow:hidden;
}
.thumnail img {
	border-radius:10px;
}
.list_detail_wrap {
	overflow:hidden;
	text-decoration:none;
}
.list_detail_wrap .post_title {
	margin-bottom:10px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	overflow:hidden;
	font-weight:600;
	line-height:150%;
	font-size:17px;
}

.list_detail_wrap .post_text {
	position: relative;
	color:var(--color-alpha-80);
	font-size:15px;
	max-height:50px;
	overflow:hidden;
	margin-bottom:10px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	line-height:1.7;
}
.list_detail_wrap .post_line_bar {
	display:inline-block;
	width:1px;
	height:9px;
	margin:0 5px;
	background:#ccd0d7
}
.post_list {
	color:var(--color-alpha-80);
	font-size:13px;
	display: inline-block;
}
.post_category {
	display:inline-block;
}
.post_date {
	display:inline-block;
}
.post_comment {
	margin-left:5px;
	display:inline-block;
}
.list_content {
	position:relative;
	overflow:hidden;
}
.list_content:hover .post_title {
	color:#3ea2ff;
	transition:.3s;
}
.list_content:hover .thumnail img {
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}
#paging {
	margin:20px auto;
	text-align:center;
}
#paging .page-icon {
	font-size: 21px;
	vertical-align: middle;
}
#paging .pagination li {
	display:inline-block
}
#paging .pagination li a {
    position: relative;
    display: block;
    padding: 10px 0;
    color: #555;
    min-width: 30px;
}
#paging .pagination li a:hover {
	color:#000;
	font-weight:600;
}
#paging .pagination li .selected {
	color:#000;
	font-weight:600;
	border-bottom: 1px solid;
}
#paging .prevpage {
	width:inherit !important
}
#paging .nextpage {
	width:inherit !important
}
.paging-line{
	border-bottom: 15px solid #f9f9f9;
	margin: 25px auto;
	display: none;
}
.module-tag li a {
	display:inline-block;
	overflow:hidden;
	max-width:200px;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding: 2px 4px;
  border-radius: 3px;
}
.module-tag li a:hover {
	background:var(--color-alpha-70);
	color:#fff !important;
	transition:.3s
}
category_list
.module-category .sub_category_list li {
	display:block;
}
.module-category .sub_category_list li a {
	color:var(--color-alpha-80) !important;
	-webkit-transition:color .3s;
	-moz-transition:color .3s;
	-ms-transition:color .3s;
	-o-transition:color .3s;
	transition:color .3s
}
.module-category .sub_category_list li:hover a {
	color:#3ea2ff !important
}
.module-category .sub_category_list li:first-child {
	margin-top:1px
}
.module-category .sub_category_list li:last-child {
	border:0
}
.module-category .link_tit {
	display:none;
}
#sidebar .module {
	margin-bottom:20px;
	padding-bottom:10px;
}
#sidebar .module-content {
	padding:0px 5px 0px 15px;
}
#sidebar .module-tag .module-content {
	padding: 0px 5px 0px 10px;
}
#sidebar .module .module-title {
	font-weight:600;
	line-height:10px;
	padding: 8px 10px 15px 15px;
	margin-bottom:10px;
	border-bottom:1px solid #dadce0;
}
.module-notice ul li  {
	font-size:14px
}
.module-notice ul li a{
	display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 0px;
}
.module-category .tt_category {
	position:relative;
}
.module-category .c_cnt {
	font-size:12px;
	float:none;
	text-indent:0px;
	padding:0px 6px;
	line-height:normal;
	margin-top:5px;
}
.module-category .category_list>li {
	position:relative;
	font-size:14px;
	line-height:30px;
}
.module-category .category_list>li:last-child {
	border-bottom:none;
}
.module-category .category_list>li a {
	display:inline-block;
}
.module-category .category_list li ul a {
	margin-left:0;
	padding-left:12px;
}
.module-category .category_list li:hover a {
	color:#3ea2ff;
	transition:color .3s;
}
.module-category .sub_category_list li:first-child:before {
	top:auto;
	bottom:auto;
}
.module-category .sub_category_list:before {
	border-left: 2px solid #dadce0;
  content: '';
  display: block;
  height: calc(100% - 40px);
  left: 4px;
  position: absolute;
  width: 1px;
	bottom:4px
}
.module-category .sub_category_list>li {
	line-height:28px;
	font-size:14px;
	position:relative;
}
.module-tag ul li {
	font-size:14px;
	display:inline-block;
	line-height:22px
}
.module-tag .tag-list li {
	font-size:15px;
	line-height:25px
}
#taglog .module-tag .tag-list{
	margin-top: 10px;
}
#taglog .hd{
	margin-top: -8px;
}
.ad-module {
	text-align:center;
	margin-left:-2px;
	margin-bottom:5px
}
#wrap {
	width:100%;
	position:relative;
	min-height:100vh;
	margin-top: 92px;
  display: inline-block;
}
#wrap #container {
	max-width: 480px !important;
	margin: 0 auto;
}
#gnb {
	margin:2px 20px 40px 20px;
}
#gnb .header-blog-menu {
	border-top:1px solid #dadce0;
	margin-bottom:10px;
}
#gnb ul {
	display:flex;
	white-space:nowrap;
	border-bottom:1px solid #dadce0;
	overflow-x:auto;
	scrollbar-width:none;
	-ms-overflow-style:none;
}
#gnb ul::-webkit-scrollbar {
	display:none;
}
#gnb ul li {
	flex:0 0 auto;
}
#gnb ul li a {
	position: relative;
	display:block;
}
#gnb ul li a:hover:before {
    width: 105%;
}
#gnb ul li a:before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: -2px;
    right: 0;
    width: 0px;
    height: 2px;
    margin: auto;
    background-color: #b5d5e8;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
header>.tt-search-inner {
	position:absolute;
	right:70px;
	top:20px;
	z-index:0
}
header>.tt-search-inner input {
	background:0 0 !important;
	border-bottom:1px solid #fff;
	color:#fff !important;
	padding:10px;
	font-size:15px;
	width:280px;
	outline:0
}
header>.tt-search-inner input::placeholder {
	color:#fff
}
header {
	position:relative;
}
#header_wrap #header_gnb #header-title {
	padding-left:25px;
	margin-right: auto;
}
#header_wrap #header_gnb #header-title a {
	font-size:19px;
	font-weight:600;
}
#header_wrap {
	width:100%;
	background-color:rgba(255,255,255,.9);
	z-index:99;
	position:fixed;
	backdrop-filter:blur(4px);
	-webkit-backdrop-filter:blur(4px);
	top:0px;
	left:0px;
	line-height:85px;
	min-width:300px;
	transition: line-height 0.5s ease-out;
}
#header_wrap.shrink {
  line-height: 50px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}
#header_wrap #header_gnb {
	width:1200px;
	margin:auto;
	position:relative;
	margin-top:5px;
	display:flex;
	align-items:center;
}
.progress-bar {
	height:3px;
	background:#b5d5e880;
	width:0%;
	position:fixed;
	z-index:9999;
}
#header-ico .btn_topMenu {
	background:none;
	cursor:pointer;
}
.menu-icon {
	width: 24px;
	height: 5px;
	border-bottom: 3px solid #666;
}
.menu-icon:nth-child(2) {
	border-bottom: 3px solid #4682B4;
}
#header-ico .btn_topMenu:hover .menu-icon:nth-child(2) {
	animation: rotateEffect 0.2s linear forwards;
}
#header-ico {
  padding-right: 20px;
}
.header-home {
	float:left;
	line-height:51px;
	margin-right:15px
}
.header-home:hover {
	color:#3f99fe
}
#search-bar {
	background-color: rgba(0, 0, 0, 0.025);
	border-radius: 10px;
	display: flex;
	padding: 5px 10px;
	margin: 0 10px 3px 10px;
}
#search-bar.active{
	background-color: #f9f9f9;
	border-radius: 10px;
	position: absolute;
	right: 9px;
	transition: 0.3s;
}
#search-bar.active .input-text, #search-bar.active .search-close-icon {
	display:block;
}
#search-bar .search-icon{
	vertical-align: middle;
	cursor: pointer;
}
#search-bar .search-close-icon{
	cursor: pointer;
	padding-bottom: 4px;
	color:#777;
	font-size: 14px;
	font-weight: 600;
	display: none;
}
#search-bar .btn_search {
	cursor:pointer;
	position:absolute;
	top:15px;
	left:20px;
}
#search-bar .input-text {
	text-indent: 10px;
	padding-bottom: 2px;
}
.menu_toolbar .txt_tool_id{
	color:#000 !important;
}
.btn_site {
	background:#0072ff;
	color:#fff !important;
	padding:12px;
	margin:10px;
	display:block;
}
.btn_close {
	cursor:pointer;
	position:absolute;
	z-index:3;
	top:20px;
	right:18px;
}
.btn_close .close-icon{
	font-size: 35px;
	font-weight:600;
	color: #ffffff;
}
.btn_close .close-icon:hover{
  animation: rotateEffect 0.2s linear forwards;
}
#container nav {
	min-width:280px;
}
#container nav ul li {
	line-height:50px;
	display:inline-block;
	padding:0 25px 0 10px;
	font-size: 15px;
}
#container #main #content {
	/* padding: 0 5px; */
	min-width: 280px;
	max-width: 480px !important;
	margin: 0 auto;
}
#container #main #sidebar {
	flex:1;
	max-width:302px;
	min-width:302px;
	height: fit-content;
}
#container #main #sidebar.left {
	margin-left:0px;
	margin-right:45px;
}
#container #main #sidebar.right {
	margin-left:45px;
	margin-right:0px;
}
.footer-wrap {
	background-color:#fff;
	border-top:1px solid #dedede;
}
#footer {
	display:flex;
	font-size:12px;
	line-height:30px;
	padding:10px 20px;
	justify-content:space-between;
}
#footer a {
	color:#000;
	font-size:1.1em;
}
.thumnail {
	position:relative;
	display:block;
	float:right;
	overflow:hidden;
	margin-left:15px;
	border-radius:6px;
	text-align:center;
}
.thumnail a {
	display:block
}
.not-found {
	display:block;
	width:100%;
	margin-bottom:35px;
	text-align:left;
}
.not-found li {
	position:relative;
	padding-left:10px;
	line-height:2;
}
.not-found li:before {
	content:"-";
	position:absolute;
	bottom:26px;
	left:0;
	width:2px;
	height:2px;
}
.not-found .tag,.not-found .category,.not-found .archive {
	display:none;
}
#tt-body-index .h-entry:after,#tt-body-category .h-entry:after,#tt-body-search .h-entry:after,#tt-body-tag .h-entry:after {
	display:block;
	border-bottom:1px solid #dadce0;
	width:100%;
	content:"";
	margin:20px 0px 20px 0px;
}
#tt-body-index .index_s_list,#tt-body-category .index_s_list {
	padding-bottom:0px;
	margin-bottom:10px;
}
#tt-body-page figure.fileblock,figure.fileblock {
	border-radius: 7px;
	width:350px;
	background: #f6f6f6;
  border: 0;
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,.1);
}
#tt-body-page figure figcaption {
	padding-top:0px;
}
#tt-body-page .h-entry {
	background:inherit;
}
#tt-body-page .h-entry {
	max-width:100%;
	width:100%;
	margin:0 auto;
}
#tt-body-page .notice .sub-info .meta-cate .txt {
	display:none
}
#tt-body-tag .not-found ul,#tt-body-category .not-found ul,#tt-body-archive .not-found ul {
	display:none;
}
#tt-body-tag .not-found .tag,#tt-body-category .not-found .category,#tt-body-archive .not-found .archive {
	display:block;
}
hr[data-ke-style=style5] {
	height:5px !important
}
#tt-body-page .hd {
	border-bottom: 2px dotted #dadce0;
}
.hd .hd-heading .p-category {
	display:inline-block;
	border-radius:50px;
	color:#3ea2ff
}
.hd .hd-heading {
	display:inline-block;
	margin-top:5px;
	margin-bottom:10px;
	font-size:1.5rem;
}
.hd .sub-info .c_cnt {
	color:#3ea2ff
}
.hd .sub-info {
	color:var(--color-alpha-80);
	font-size:14px;
	position:relative;
	margin-right: 5px;
	margin-left: 2px;
}
.hd .sub-info abbr {
	text-decoration:none;
}
.hd .sub-info .icon {
	margin-left:3px;
	margin-right:3px;
	font-size:13px;
}
.hd .sub-info .admin-menu a {
	font-size:13px;
	background:#f6f6f6;
	padding:2px 6px;
}
.hd .sub-info .admin-menu a:hover {
	font-weight:600;
}
.hd .sub-info a {
	color:inherit;
}
.hd .sub-info .wide-button-wrap {
	display:none;
	position:absolute;
	right:0;
}
.hd .wide-button-wrap .wide-icon {
	font-size:24px;
	vertical-align:middle;
}
.post-content {
	max-width:100%;
	padding-bottom:0;
	font-size:16px;
	margin-top:20px;
}
.post-content iframe {
	margin:0;
	padding:0;
	border:0;
	width:100%;
}
.post-content .adsbygoogle, .post-content .kakao_ad_area{
	box-sizing: border-box;
	background: #C9D6FF80;
	background: -webkit-linear-gradient(to left, #E2E2E280, #C9D6FF80);
	background: linear-gradient(to left, #E2E2E280, #C9D6FF80);
	overflow: hidden;	
	border: 1px solid #C9D6FF80 !important;
	border-radius: 10px;
}

.ads-wrap{
	margin-top: 3px;
	max-width: 100%;
	background: #C9D6FF80;
	background: -webkit-linear-gradient(to left, #E2E2E280, #C9D6FF80);
	background: linear-gradient(to left, #E2E2E280, #C9D6FF80);
	overflow: hidden;	
	border: 1px solid #C9D6FF80 !important;
	border-radius: 10px;
}
.ads-wrap.side-short{
	width: 300px;
	height: 250px;
}
.ads-wrap.side-long{
	width: 300px;
	height: 600px;
}
.ads-wrap.article-top{
	box-sizing: border-box;
	margin: 15px 0;
}

.ads-wrap.article-bottom{
	box-sizing: border-box;
	margin: 15px 0;
}
.post-content a {
	color:#0052B3
}
.post-content a:hover {
	font-weight:600;
}
.post-content .tx-link {
	color:#00f !important;
	text-decoration:underline !important
}
.post-content .txc-table {
	width:100%
}
.post-content h3,.post-content h4 {
	margin-bottom:15px;
	margin-top:15px;
	font-size:1.1rem;
	word-break:normal;
	word-wrap:break-word;
}
.post-content h2 {
	margin-bottom:15px;
	margin-top:15px;
	font-size:1.2rem;
	padding-left:0.75rem;
	word-break:normal;
	word-wrap:break-word;
	border-left:5px solid #b5d5e8
}
.post-content ul,.post-content ol {
	margin:14px auto 24px;
	padding:0 0 0 10px;
}
.post-content ol li,.post-content ul li {
	margin:0 0 3px 22px;
	font-size:15px;
	line-height:1.9;
}
.post-content figure {
	margin-top:15px ! important;
}
.post-reply .tt-box-textarea .tt-cmt:before {
 color: #777;
}
.post-reply .tt-wrap-cmt .tt_date {
	color: #777;
}
.post-reply .tt-link-comment .tt_txt_g {
	color: #777;
}
.post-reply .post-reply {
	padding-top:20px;
}
.post-reply .tt-wrap-cmt .tt_desc {
	font-size: 14px;
	line-height: 1.8em;
	color: #555;
}
.post-reply .tt-wrap-cmt .tt-link-user {
	font-size: 14px ;
	font-weight: 600;
	color: #333;
}
.post-reply .tt-wrap-cmt .tt-box-meta {
	padding-bottom: 10px;
	padding-top: 7px;
}
.post-reply .tt-comment-cont *{
	font-family: inherit !important;
}
.post-reply .tt-comment-cont{
 padding-bottom: 2px;
}
.post-reply .tt-item-reply .tt_cmt_info {
  padding-left:10px;
  width: 200px;     
  min-height:40px;
  max-height:40px;
  position:relative;   
  border:1px solid #E8E8E8;  
	border-top:solid #fdfd86;
  border-bottom-right-radius: 60px 5px;    
	background: #ffff88; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6));
	background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%);
	background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%);
	background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%);
	background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%);
}
.post-reply .tt-item-reply .tt_cmt_info:after {
 content: "";
  position:absolute;
  z-index:-1;
  right: 0px; bottom:18px;
  width:150px;
  height: 20px;
  box-shadow:2px 16px 5px rgba(0, 0, 0, 0.40);
	-webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	transform: matrix(-1, -0.1, 0, 1, 0, 0);
}
.post-reply .tt-item-reply .tt_cmt_info .tt_txt_g{
	color: #555;
}
.post-reply .tt-list-reply{
	display: block;
	border-bottom: 1px dashed #dadce0;
}
.post-reply .tt-item-reply{
	border-top: 2px dotted #dadce0 !important;
}
.post-reply .tt-item-reply .tt-list-reply-comment {
	border-top:none;
}
.post-reply .tt-list-reply-comment .tt-item-reply {
	border-top: 1px dashed #dadce0 !important;
}
.post-reply .tt-box-total {
	padding:15px 5px;
	border: 0px;
	color: #333;
}
.post-reply .tt-box-textarea {
	margin-bottom: 5px;
}
.post-reply .tt-area-write{
	margin-bottom: 20px;
}
.post-reply .tt-area-write .tt-box-thumb{
	display: none;
}
.post-reply .tt-box-textarea textarea, .tt-box-textarea div {
	line-height: 1.8em !important
}
.post-reply .tt_wrap_write{
	display: block;
  background: #f6f6f6;
	border-radius: 10px;
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,.1);
  margin-right: 3px;
  margin-left: 1px;
}
.post-reply .tt_wrap_write .tt-inner-g{
	border: 0px;
	padding-bottom: 0px;
}
.post-reply .tt-wrap-info {
  align-items: end;
}
.post-reply .tt-link-comment .tt_txt_g {
	font-size: 12px;
}
.post-reply .tt-box-write{
	padding: 0 20px 20px 0;
}

.post-reply .tt-btn_register{
	background:#000000;
	color:#fbfbfb !important;
	border-radius:5px;
}
.post-reply .tt-btn_register:hover{
	transition:0.3s;
}
.post-reply .tt-box-textarea #comment{
	 background: #f6f6f6;
	 text-align: right;
}
.post-reply .tt-box-textarea #comment::placeholder{
	color:transparent;
}
.post-reply .tt-area-write .tt-box-account {
	display: flex;
	justify-content: flex-end;
	padding-top: 5px;
	padding-right: 15px;
	margin-bottom: 0;
}
.post-reply .tt-area-write .tt-box-account input {
		max-width: 200px;
    margin-left: 15px;
		margin-top: 10px;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    border-radius: 7px;
}
.post-reply .tt_btn_prev_more{
	background: #f6f6f6;
	color: #555;
	margin-bottom: 15px;
	border-radius: 7px;
	border: none;
}
.post-reply .tt_btn_prev_more:hover{
	background:#f0f0f0;
	transition:.3s;
}
#guestbook .hd{
	margin-top: -8px;
}
#guestbook .post-reply{
	margin-top: 20px;
}
#guestbook .post-reply .tt-area-reply{
	margin-bottom: 0;
}
#guestbook .tt-comment-cont,#guestbook .tt-list-reply{
	display: flex;
	flex-direction: column-reverse;
} 
#guestbook .tt-box-total {
	order:2;
	border:0;
}
#guestbook .tt-comment-cont form {
	order:3;
	border:0;
}
#guestbook .tt-list-reply li:first-child {
	order:1;
	border-top: 2px dotted #dadce0;
}
#guestbook .tt-list-reply li.tt-item-reply.rp_general:first-child {
	order:0
}
.text-length {
	color:var(--color-alpha-80);
	font-size:13px;
	display:flex;
	align-items:center;
	flex-direction:row;
	margin-top: 7px;
}
.text-length .ion {
	font-size:17px;
}
.text-length .textLenIncludeSpaces:before {
	content:"공백 포함:";
}
.text-length .textLenExcludeSpaces:before {
	content:"공백 제외:";
}
.text-length .textLenIncludeSpaces:after {
	content:" 자";
}
.text-length .textLenExcludeSpaces:after {
	content:" 자";
}
.text-length .divider:before {
	content:'';
	display:inline-block;
	margin:0 5px;
	width:1px;
	height:18px;
	background-color:#ccd0d7;
	vertical-align:-4px;
}
#duplicateWordsContainer {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10px;
	height:auto;
	max-height:210px;
	overflow-y:auto;
}
.popup-container {
	padding:10px;
	background-color:#f9f9f9;
	border:1px solid #dadce0;
	border-radius:10px;
	z-index:9999;
	display:none;
	max-height:400px;
	overflow-y:auto;
	font-size:13px;
	margin: 10px 3px 10px 1px;
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,.1);
}
.popup-word {
	width:33%;
	word-wrap:break-word;
	list-style:none;
	padding:3px 0;
	display:inline-block;
	border-bottom:1px solid #ccd0d7;
}
.popup-word::after {
	content:" 회"
}
.dup-button {
	cursor:pointer;
	background-color:#f9f9f9;
	border:1px solid #ccd0d7;
	border-radius:3px;
	padding:1px 3px;
	font-size:13px;
	margin-left:5px;
}
.popup-content {
	display:flex;
	flex-wrap:wrap;
}
#closeButton {
  display: inline-block;
  padding: 5px;
  margin-top: 10px;
  text-align: center;
  background-color: #000;
  width: 100%;
  color: white;
  border-radius: 5px;
	cursor: pointer;
}
.toc-wrap.floating {
	font-size:14px;
	position: fixed;
	top: 175px;
	right: 0;
	max-width: 250px;
	z-index: 99;
	background-color: rgba(255,255,255,.7);
	backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
	padding: 0;
	margin: 0 9px;
	border: 0;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	border-radius: 5px;
	max-height: 500px;
	overflow-y: auto;
}
.toc-wrap.floating .toc-title {
	border:none;
	line-height: 35px;
	color: var(--color-alpha-70);
	display: flex;
	margin: 0 3px;
}
.toc-wrap.floating.active .toc-title {
	border-bottom:1px solid #ccd0d7;
	margin: 0 7px;
}
.toc-wrap.floating .toc-title .toc-title-strong {
	display: none;
}
.toc-wrap.floating.active .toc-title .toc-title-strong {
	display: block;
}
.toc-wrap.floating .toc-title .floating-toc-icon::before {
	content:"\e242";
	font-family:"Material Icons Outlined";
	vertical-align:bottom;
	font-size: 23px;
	cursor: pointer;
}
.toc-wrap.floating.active .toc-title .floating-toc-icon::before {
	font-size: 19px;
	margin-right: 4px;
}

.toc-wrap.floating.active{
	border-radius:10px;
}
.toc-wrap.floating.active .toc,.toc-wrap.floating.active .toc-close-icon {
	display: block;
}
.toc-wrap.floating .toc,.toc-wrap.floating .toc-close-icon {
	display: none;
}
.toc-wrap.floating.active .toc-close-icon {
	margin-left: auto;
	font-size: 17px;
	cursor: pointer;
	color: #333;
}
.toc-wrap.floating .toc-title:before {
	color: #999;
}
.toc-wrap {
	background-color:#f9f9f9;
	border:1px solid #dadce0;
	border-radius:10px;
	padding:3px 10px;
	margin:0 3px 30px 1px;
	font-size:14px;
	box-sizing: border-box; 
	position: relative;
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,.1);
}
.toc-wrap .toc-title {
	border-bottom:1px solid #ccd0d7;
	padding:0 5px;
	position:relative;
	line-height: 40px;
	display: flex;
}
.toc-wrap .toc-title .toc-icon:before {
	content:"\e242";
	font-family:"Material Icons Outlined";
	font-size:20px;
	margin-right:3px;
	vertical-align:bottom;
}
.toc-wrap .toc-item a {
	color:var(--color-alpha-80);
}
.toc-wrap .toc-item.h2 {
	font-size:14px;
}
.toc-wrap .toc-item.h3 {
	padding-left:20px;
	font-size:14px;
}
.toc-wrap .toc-item.h2:before {
	content:"\e315";
	font-family:"Material Icons Outlined";
	margin-right:5px;
	font-size:16px;
	vertical-align:bottom;
}
.toc-wrap .toc-item.h3:before {
	content:"-";
	margin-right:7px;
	font-size:16px;
	vertical-align:bottom;
}
.toc-wrap ul {
	margin:0px;
}
.toc-wrap .toc li {
	list-style:none;
	overflow: hidden;
  text-overflow: ellipsis; 
  white-space: nowrap;
  margin: 9px 0;
  line-height: 1.3;
}
.visitor {
	position:relative;
}
.visitor-row {
	font-size:13px
}
.visitor-row .visitor-cell {
	display:inline-block;
	font-weight:600;
	margin-bottom:5px;
	padding-right:10px
}
.visitor-row .visitor-date {
	display:inline-block;
	padding:0 5px
}
.secret-wrap {
	display:block;
	position:relative;
	padding-left:28px;
	cursor:pointer;
	font-size:14px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.secret-wrap input {
	position:absolute;
	cursor:pointer;
	height:0;
	width:0;
}
.secret-wrap .checkmark {
	position:absolute;
	top:0;
	left:0;
	height:20px;
	width:20px;
	border:1px solid;
	transition:.3s;
}
.secret-wrap:hover input~.checkmark {
	background-color:#b1b1b1;
	border-color:#b3b5b7;
}
.secret-wrap input:checked~.checkmark {
	background-color:#2196F3;
	border-color:#2196F3;
}
.secret-wrap .checkmark:after {
	content:"";
	position:absolute;
	display:none;
}
.secret-wrap input:checked~.checkmark:after {
	display:block;
}
.secret-wrap .checkmark:after {
	left:6px;
	top:2px;
	width:5px;
	height:10px;
	border:solid white;
	border-width:0 3px 3px 0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.reply_thumb {
	float:left;
	margin-right:15px;
	margin-top:2px;
}
.reply_thumb img {
	border-radius:50%;
}
.comment-wrap {
	background-color:#f6f6f6;
	border-radius:10px;
	display:block;
	padding:10px 20px;
	width:100%;
}
.reply_content {
	display:flex;
	min-height:70px;
	padding-top:0;
	position:relative;
	padding:10px 0;
	border-radius:10px;
}
.reply_content .name,.reply_content .name a {
	font-weight:600;
	font-size:14px;
}
.reply_content .control {
	display:inline-block;
	margin:10px 0px 10px 0px;
	font-size:12px;
}
.reply_content .modify,.reply_content .write {
	background:#f6f6f6;
	padding:2px 4px 4px 6px;
	border:1px solid #dadce0;
	border-radius:3px;
	transition:.3s;
}
.reply_content .modify:hover,.reply_content .write:hover {
	background:#555;
	color:#fff;
	border-color:#555;
}
.reply_content .comment-content p {
	line-height:2.5em
}
.reply_content .comment-content {
	font-size:14px;
	max-width:740px;
	word-break:break-all;
	margin:7px 0;
	margin-right:15px
}
.reply_date {
	font-size:12px;
	margin-top:5px;
	margin-bottom:10px;
}
.reply_date a {
	margin-left:0px;
}
.reply_date>a:before {
	content:"\00B7";
	margin-right:1px;
	margin-left:1px;
}
.rcomment .rcomment-meta {
	display:none
}
hr.point-another {
	border-color:#dedede !important;
	margin:0
}
.h-entry .content-width {
  max-width: 480px !important;
  margin: 0 auto;
}
.h-entry .content-width.wide{
	max-width: 480px !important;
}
#tt-body-index .h-entry h2,#tt-body-category .h-entry h2 {
	line-height:140%;
}
#tt-body-index .h-entry,#tt-body-category .h-entry,#tt-body-search .h-entry {
	max-width:100%;
}
#tt-body-page #comment .control {
	position:relative
}
#tt-body-page #comment .cmt_dropdown {
	display:none;
	position:absolute;
	right:10px;
	border:1px solid #dadce0;
	border-radius:2px;
	padding:4px 10px;
	margin-top:2px;
	background:#fff;
}
#tt-body-page #comment .cmt_dropdown li {
	display:block;
	width:80px;
	padding:0 !important;
	margin:0 !important;
	text-align:left;
	line-height:35px
}
#tt-body-page #comment .cmt_dropdown li a {
	display:block;
	font-size:16px;
	color:#555;
	text-align:center
}
#tt-body-page #comment .cmt_dropdown li:hover a {
	color:#3ea2ff
}
#tt-body-category .h-entry .content-width,#tt-body-category .protected .content-width,#tt-body-index .h-entry .content-width,#tt-body-search .h-entry .content-width,#tt-body-search .protected .content-width,#tt-body-tag .h-entry .content-width,#tt-body-tag .protected .content-width {
	/* padding:0px; */
}
#tt-search {
	position:absolute;
	left:-35px;
	z-index:999;
	top:-50px;
	width:280px;
	color:#333;
	display:block !important
}
#tt-search input {
	background:0 0;
	color:#fff;
	font-size:15px
}
#tt-search .tt-search-inner {
	display:inline
}
#tt-search .tt-search-inner input {
	border-bottom:1px solid #dadce0;
	line-height:40px;
	height:40px;
	width:100%;
	color:#fff;
	text-indent:10px
}
#tt-search .tt-search-inner input::placeholder {
	color:#fff
}
#tt-search .tt-search-inner input:focus {
	outline:0 none
}
.input-wrap .textbox input {
	padding:3px 7px;
	font-size:14px;
	height:24px;
	line-height:24px;
	position:relative;
	z-index:9
}
.entry-tag {
	font-size:14px;
	margin:15px 0px 15px 0px
}
.entry-tag span {
	padding:2px 7px;
	margin-right:10px;
	color:#999
}
.entry-tag a::before {
	content:"#";
}
.entry-tag a {
	padding:2px 3px;
	color:#0052B3;
}
.entry-tag a:hover {
	background:#3ea2ff;
	border-color:#3ea2ff;
	color:#fff !important;
	transition:.3s
}
.e-content.post-content p {
	position:relative;
	display:block;
	line-height:1.9;
}
.h-entry .list_content .post-link {
	display:block;
}
.dropdown-content .dropdown-profile {
	overflow-x:hidden;
}
.dropdown-content .dropdown-profile_info:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	border-style:solid;
	border-width:56px 0 0 400px;
	border-color:transparent transparent transparent #fff;
}
.dropdown-content .dropdown-profile_bg {
	position:relative;
	overflow:hidden;
	height:320px;
	background: #525252;
	background: -webkit-linear-gradient(to right, #3d72b4, #525252);
	background: linear-gradient(to right, #3d72b4, #525252);
}
.dropdown-content .dropdown-profile_bg img {
	display:block;
	position:absolute;
	object-fit:cover;
	left:0;
	right:0;
	bottom:0;
	height: inherit;
}
.dropdown-content .dropdown-profile_info-inner {
	position:relative;
	top:-40px;
	display:inline-block;
}
.dropdown-profile_info-inner a:hover img {
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}
.dropdown-profile_info-inner a:hover p{
	color: #2196F3;
	transition:0.3s;
}
.dropdown-content .dropdown-profile_info {
	margin-top:-55px;
	z-index:1;
	position:relative;
	padding-left:24px;
	padding-right:24px;
}
.dropdown-content .dropdown-profile_info img {
	object-fit:cover;
	border-radius:50%;
}
.dropdown-content .dropdown-profile-title {
	text-align: center;
	font-size:14px;
	color:#444;
}
.dropdown-content i.fas {
	margin-right:15px;
	font-size:14px;
}
.dropdown-content .tt_category li {
	text-indent:20px;
}
.dropdown-content .tt_category li .category_list li {
}
.dropdown-content .tt_category li .category_list li .sub_category_list li:before {
	content:"·";
	font-weight:900;
	position:absolute;
	left:12px;
	color:#666;
}
.dropdown-content .tt_category li .category_list li .sub_category_list li a{
	padding-left:24px;
}
.dropdown-content .tt_category .link_tit {
	width:100%;
	display:block;
}
.dropdown-content {
	max-width:100%;
	width:300px;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	margin:0;
	overflow:hidden;
	background:#fff;
	font-size:14px;
	z-index:999;
	transform:translateX(101%);
	transition:all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
	box-shadow:0 1px 10px 2px rgb(0 0 0 / 10%);
}
.dropdown-content ul li {
	color:#444;
	line-height:35px;
	text-indent:10px;
	text-decoration:none;
	display:block;
}
.dropdown-content ul li a{
	display:block;
}
.dropdown-content ul li a:hover {
	background-color: #b5d5e83b;
  transition: 0.2s;
}
.dropdown-content-toggle {
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
	overflow-x:hidden;
	overflow-y:auto;
	scrollbar-width:none;
	-ms-overflow-style:none;
}
.dropdown-content-toggle::-webkit-scrollbar {
	display:none;
}
.dropdown-content #dropdown-menu{
	margin-bottom: 50px;
}
.show {
	display:block
}
.dropdown-content .header_layer:after {
	content:none;
}
.dropdown-content .header_layer {
	box-sizing: border-box;
	position: inherit;
	font-family:inherit;
	display: inline-block !important;
	width: 100%;
	box-shadow: none;
  border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}
.dropdown-content .header_layer .img_common_tistory:hover {
	animation: rotateEffect2 0.3s linear forwards;
}
.dropdown-content .header_layer .info_profile:hover {
	background-color: #b5d5e83b;
  transition: 0.2s;
}
.dropdown-content .header_layer .inner_header_layer * {
	font-family:inherit;
	color: #444;
}
.dropdown-content .header_layer .inner_header_layer .info_profile_type1{
	padding-top:7px ;
}
.dropdown-content .inner_header_layer .txt_id_type2{
	font-size: 14px;
}
.dropdown-content .inner_header_layer .tit_list_type{
	padding: 10px 0 5px 23px;
  color: #999;
}
.dropdown-content .header_layer .list_toolbar a{
	padding-left: 13px;
}
.dropdown-content .ico_tistory_sign {
	display: none !important;
}
.another_category {
	border:none;
}
.another_category_color_gray th .current {
	border-color:#666 !important;
	font-weight:500;
	border-bottom:none !important
}
.another_category_color_gray * {
	color:#2b2b2b !important
}
.another_category_color_gray h4,.another_category_color_gray h4 a {
	color:#333 !important;
	font-size:15px
}
.another_category h4 {
	font-size:15px !important;
	margin:0 !important;
	border-bottom:1px solid #e5e5e5 !important;
	padding:2px 0 6px !important
}
.another_category {
	border:none !important;
	padding:0 !important;
	margin:10px 0;
	clear:both
}
.another_category.another_category_color_gray table th span {
	display:none
}
.another_category th a:hover {
	color:#3ea2ff !important
}
.category_list li a img {
	display:inline-block;
}
.syntaxhighlighter {
	background-color:#fff !important;
	border:1px solid #3ea2ff;
	padding-top:10px;
	padding-bottom:10px
}
.protected {
	overflow:hidden
}
.protected .media-wrap {
	margin:30px auto;
}
.protected .e-content {
	text-align:center
}
.protected .media .protectedPassword {
	border:1px solid #dadce0;
	line-height:27px
}
#tt-body-page .protected .textbox input {
	border:1px solid #dadce0;
	border-radius:2px;
	line-height:35px;
	box-sizing:border-box;
	text-indent:10px;
	width:260px;
}
.protected .media .media_btn {
	line-height:35px;
	padding:0 10px 0 10px;
	border:1px solid #dadce0;
	cursor:pointer;
	box-sizing:border-box;
	border-radius:2px;
	transition:.3s;
	background:#f7f9fa;
}
.protected .media .media_btn:hover {
	background:#3ea2ff;
	color:#fff;
	border-color:#3ea2ff;
}
.protected .media .textbox.focus-wrap {
	margin-top:15px
}
@media only screen and (max-width:1023px) {
	#header_wrap #header_gnb #header-title a {
		max-width:230px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.ads-wrap.side-short{
		width:100%;
		height:200px;
	}
	.ads-wrap.side-long{
		width:100%;
    height:250px;
	}
	#tt-body-category .h-entry .content-width,#tt-body-category .protected .content-width,#tt-body-search .h-entry .content-width,#tt-body-search .protected .content-width,#tt-body-tag .h-entry .content-width,#tt-body-tag .protected .content-width {
		margin:0px;
	}
	.list_content {
		cursor:pointer;
		justify-content:center;
		align-items:center;
		max-height:unset !important;
	}
	.h-entry {
		max-width:900px;
		width:auto !important;
		max-height:unset;
	}
	.list_detail_wrap {
		max-height:unset;
		vertical-align:middle;
	}
	#comment-form {
		width:unset !important
	}
	#comment ol>li {
		padding:unset !important
	}
	.dropdown-content {
		min-width:300px
	}
	#search-form{
		display: none;
	}
	#sidebar-category{
		display: none;
	}
	.paging-line{
		display: block;
	}
}
@media only screen and (min-width: 450px){
	.list_detail_wrap .post_text::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
		background: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	}
}
@media only screen and (min-width:1023px) {
	#main.sidebarPosition.left {
		display:flex;
		flex-direction:row-reverse;
		margin:20px;
		padding-left: 0px;
	}
	#main.sidebarPosition.right {
		display:flex;
		margin:20px;
		padding-left: 10px;
	}
	#header_wrap #header_gnb #header-title {
		padding-left:30px;
	}
	.hd .sub-info .wide-button-wrap {
		display:inline-block;
	}
	.h-entry .content-width {
    max-width: 810px;
    margin: 0 auto;
	}
	.h-entry .content-width.wide{
		max-width: 1200px;
	}
	#search-form{
   display: block;
	}
	#sidebar-category{
   display: block;
	}
}
@media only screen and (max-width:600px) {
	.popup-word {
		width:50%;
	}
	#footer {
		text-align:center;
		flex-direction:column;
	}
	#footer .ft-ac {
		position:inherit;
	}
	#search-bar{
		margin: auto 5px;
		background-color: transparent;
	}
	#search-bar .input-text{
		display: none;
	}
}
@media only screen and (max-width:1023px) {
	.dropdown-content ul li:first-child {
		display:block;
	}
	.dropdown-content .tt_category li {
		padding:0px;
	}
	#tt-search {
		position:initial !important;
		left:initial !important;
		top:initial !important;
		width:100%;
		display:none !important
	}
	#tt-search input {
		color:#333 !important
	}
	#tt-search input::placeholder {
		color:#333 !important
	}
	#sidebar {
		margin:0px !important;
		padding:20px 20px 20px 10px;
		max-width:none !important;
	}
	#taglog {
		margin:0px !important;
		padding:0 20px 0 24px;
		max-width:none !important;
	}
	#guestbook {
		margin:0px !important;
		padding:0 20px 0 24px;
		max-width:none !important;
	}
	#no-search-results {
		margin:0px !important;
		padding:0px 20px 0px 20px;
		max-width:none !important;
		min-width:280px;
	}
	.module {
		width:unset !important;
		max-width:unset !important
	}
	#btn_goCategory {
		display:block !important
	}
	#container nav ul li{
		padding-left: 5px;
	}
}
#tistoryCclLayer{
	width:70px;
	padding:5px 25px 11px 15px;
}
.post-content ol li p,.post-content ul li p {
	line-height:normal !important
}
@media only screen and (max-width:450px) {
	#header_wrap #header_gnb #header-title a {
		font-size:17px;
	}
	#header_wrap #header_gnb #header-title {
		padding-left:18px;
	}
	#header_wrap {
		line-height:63px;
	}
	.hd .hd-heading {
		font-size:1.4rem;
	}
	#wrap {
		margin-top: 70px
	}
	#gnb {
		margin:0 14px 25px 14px;
	}
	.thumnail img {
		height: 90px;
		width: 90px;
	}
	.header-blog-menu li a {
		display:block;
	}
	.list_detail_wrap .post_title {
		font-size:16px;
	}
	#sidebar .module .module-title {
		font-size:15px;
	}
	.list_detail_wrap .post_text {
		font-size:14px;
	}
	.dup-button,.text-length {
		font-size:12px;
	}
	#paging .pagination li {
		font-size:15px;
	}
	.h-entry {

	}
	#sidebar {
		padding:10px;
	}
	#guestbook {
		/* padding:0 14px 0 18px; */
	}
	#taglog {
		/* padding:0 14px 0 18px; */
	}
	#no-search-results {
		/* padding:0px 14px; */
	}
	.write-form .input-wrap {
		flex-direction:column;
	}
	#gnb ul {
		font-size: 14px;
	}
	.menu-icon {
		width: 22px;
		height: 4px;
	}
	.toc-wrap.floating{
		top:135px
	}
}
.sr-only {
	border:0;
	clip:rect(0,0,0,0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.sr-only-focusable:active,.sr-only-focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto
}
.recentPost ul {
	padding:0px 5px 0px 15px;
}
.recentPost ul li {
	width:100%;
	display:inline-block;
	position:relative;
	font-size:14px;
}
.recentPost ul li:last-child {
	border-bottom:none;
}
.recentPost ul li a {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:3px 0px;
}
.recentPost ul li a:hover {
	color:#3ea2ff;
	transition:.3s;
}
.recentPost .recent-right {
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	overflow: hidden;
}
.recentPost .left-pop.left {
	position:relative;
	float:left;
}
.recentPost .left-pop .left-rep-thumbnail {
	width:50px;
	height:50px;
	background-color:#e7f4ff;
	border-radius:7px;
	position:relative;
}
.left-pop .left-rep-thumbnail img {
	position: absolute;
	z-index: 1;
}
.no-img-icon::before {
	content: "\e560";
  font-family: "Material Icons Outlined";
  font-size: 37px;
  position: absolute;
  top: 53%;
  left: 51%;
  transform: translate(-50%, -50%);
	color: #b5d5e8;
	z-index: 0;
}
.recentPost-info .left-pop img {
	border-radius:7px;
}
.recentPost .left-pop.right {
	position:relative;
	float:right;
	overflow:hidden;
}
.recentPost .right-pop {
	overflow: hidden;
	padding-left: 12px;
	font-size: 14px;
	height: 47px;
	display: flex;
	align-items: center;
}
.recentPost .right-pop.right {
	padding: 0px 12px 0px 5px;
}
.recentPost-list {
	margin:10px 5px 0px 10px
}
.recentPost-list a {
	display:table;
	width:100%;
	table-layout:fixed;
}
.recentPost-list a:hover {
	color:#3ea2ff;
	transition:0.3s;
}
.recentPost-info {
	display:table-cell;
	vertical-align:middle;
}
.popularPost ul {
	padding:0px 15px;
}
.popularPost ul li {
	border-radius:3px;
	width:100%;
	display:inline-block;
	position:relative;
	font-size:15px;
	border-bottom:1px solid #f6f6f6;
}
.popularPost ul li:last-child {
	border-bottom:none;
}
.popularPost ul li a {
	font-weight:normal;
	display:inline-block;
	padding-top:10px;
	padding-bottom:5px;
}
.popularPost ul li a:hover {
	color:#0052B3;
	transition:.3s;
}
.popularPost .popular-right {
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	overflow:hidden;
}
.popularPost .left-pop.left {
	position:relative;
	float:left;
	overflow:hidden;
}
.popularPost .left-pop .left-rep-thumbnail {
	width:50px;
	height:50px;
	background-color:#e7f4ff;
	border-radius:7px;
	position:relative;
}
.popularPost .left-pop.right {
	position:relative;
	float:right;
	overflow:hidden;
}
.popularPost-info .left-pop img {
	border-radius:7px;
}
.popularPost .right-pop {
	overflow: hidden;
	padding-left: 12px;
	font-size: 14px;
	height: 47px;
	display: flex;
	align-items: center;
}
.popularPost .right-pop.right {
	padding: 0px 12px 0px 5px;
}
.popularPost-list {
	margin:10px 5px 0px 10px;
}
.popularPost-list a {
	display:table;
	width:100%;
	table-layout:fixed;
}
.popularPost-list a:hover {
	color:#3ea2ff;
	transition:.3s;
}
.popularPost-info {
	display:table-cell;
	vertical-align:middle;
}
.area_related_wrap .related_table {
	margin-bottom:10px;
	margin-top:10px;
	display:table;
	width:100%;
}
.area_related_wrap .related_header {
	display:table-row;
}
.area_title_wrap {
	display:table-cell;
}
.area_related_wrap .tit_related {
	margin:0px 0px;
	font-size:14px;
}
.area_btn_more_wrap .link_more {
	flex:none;
	clear:both;
	font-size:12px;
	align-self:flex-end;
	padding:3px 6px;
	background:#616161;
	color:#fbfbfb;
	border-radius:3px;
	margin:5px;
}
.area_btn_more_wrap .link_more:hover {
	background:#3281e6;
	transition:.3s
}
.area_btn_more_wrap {
	display:table-cell;
	position:relative;
	text-align:right;
}
.area_related_wrap .list_item {
	position:relative;
	overflow:hidden;
	padding: 10px 5px 10px 0;
	border-bottom:1px solid #dadce0;
}
.area_related_wrap .area_thumb {
	position:relative;
	display:block;
	float:left;
	overflow:hidden;
	margin-right:15px;
}
.area_related_wrap .area_thumb img {
	border-radius:10px;
}
.area_related_wrap .area_info {
	display:flex;
	overflow:hidden;
	text-decoration:none;
}
.area_related_wrap {
	padding-bottom:10px;
	border-top:1px solid #dadce0;
}
.area_related_wrap .list_related {
	border-top:1px solid #dadce0;
}
.area_related_wrap .list_item .area_info .title {
	display:block;
	overflow:hidden;
	height:auto;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:14px;
	line-height:20px;
	padding-right: 10px;
	
}
.area_related_wrap .list_item .area_info .title:hover {
	color:#3ea2ff;
	transition:.3s;
}
.area_related_wrap .list_item .area_info .list_date {
	display:inline-block;
	font-size:13px;
	margin-left:auto;
}
/*google material icon */
.material-icons-outlined,.material-icons-round {
	vertical-align:text-bottom;
	font-size:16px;
	user-select:none;
}
.material-icon {
	font-size:17px;
	margin-right:3px;
	margin-top: 3px;
}
/* open graph */
figure[data-ke-type="opengraph"],#tt-body-page figure[data-ke-type="opengraph"] {
	max-width:500px;
	margin:10px 0;

}
figure[data-ke-type='opengraph'] a,#tt-body-page figure[data-ke-type='opengraph'] a {
	height:110px;
	width:auto;
	border-radius: 7px;
	background: #f6f6f6;
	border: 0;
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,.1);
}
figure[data-ke-type='opengraph'] div.og-image {
	width:105px;
	height:auto;
	border-radius: 7px;
	margin: 5px;
	border: 0px;
	overflow: hidden;
}
figure[data-ke-type='opengraph'] div.og-text {
	left:100px !important;
	padding:13px 0 0 20px !important;
	margin-bottom: 5px;
}
figure[data-ke-type='opengraph'] div.og-text p.og-title,#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-title {
	font-size:16px;
	font-family:inherit;
}
figure[data-ke-type='opengraph'] div.og-text p.og-desc,#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-desc {
	font-family:inherit;
	color:#555555;
	padding-right:10px;
	max-height:initial;
	-webkit-line-clamp:1
}
figure[data-ke-type='opengraph'] div.og-text p.og-host,#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-host {
	font-family:inherit;
	font-weight:300;
	bottom:5px;
	color:#555555;
}
figure[data-ke-type="opengraph"] div.og-text p.og-desc,#tt-body-page figure[data-ke-type="opengraph"] div.og-text p.og-desc {
	display: -webkit-box;
}
/*code block */
code,kbd,samp {
	font-family:Consolas;
	line-height:150%;
	font-size:14px;
	border-radius:10px;
}
pre code{
	margin: 14px auto;
  display: inline-block;
}
pre > code.hljs {
  margin: 0px auto;
}
.hljs-ln-numbers {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	text-align:center;
	color:#B5B5B5;
	border-right:1px solid #B5B5B5;
	vertical-align:top;
	width:20px;
	padding-left:0px;
}
.hljs-ln td.hljs-ln-numbers {
	padding-right:10px;
}
.hljs-ln td.hljs-ln-code {
	padding-left: 10px;
}
@media only screen and (min-width:0px) {
	#wrap #container {
		margin-top:65px;
	}
	.side-padding {
		padding:0 2px;
	}
	.search-style {
		font-size: 0;
	}
	.wide .h-entry .list_content{
		width: 100%;
	}
	.wide .h-entry:after {
		clear: both;
		content: "";
	}
	.desktop-float-img {
		width:100% !important;
	}
	.side-contents {
		display:none !important;
	}
	#sidebar {
		display: none;
	}
	#btn_goCategory {
		display:block !important;
	}
	#container nav ul li{
		padding-left: 5px;
	}
	#header_wrap #header_gnb #header-title a {
		font-size:17px;
	}
	#header_wrap {
		line-height:63px;
	}
	.hd .hd-heading {
		font-size:1.4rem;
	}
	#wrap {
		margin-top: 70px
	}
	#gnb {
		margin:0 14px 25px 14px;
	}
	.thumnail img {
		height: 90px;
		width: 90px;
	}
	.header-blog-menu li a {
		display:block;
	}
	.list_detail_wrap .post_title {
		font-size:16px;
	}
	#sidebar .module .module-title {
		font-size:15px;
	}
	.list_detail_wrap .post_text {
		font-size:14px;
	}
	.dup-button,.text-length {
		font-size:12px;
	}
	#paging .pagination li {
		font-size:15px;
	}
	.h-entry {

	}
	#sidebar {
		padding:10px;
	}
	#guestbook {
		/* padding:0 14px 0 18px; */
	}
	#taglog {
		/* padding:0 14px 0 18px; */
	}
	#no-search-results {
		/* padding:0px 14px; */
	}
	.write-form .input-wrap {
		flex-direction:column;
	}
	#gnb ul {
		font-size: 14px;
	}
	.menu-icon {
		width: 22px;
		height: 4px;
	}
	.toc-wrap.floating{
		top:135px
	}
}

.mybutton {
    display: inline-block;
    justify-content: center;
    align-items: center;
    background-color: #e00d0d;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px 40px;
    width: 80%;
    transition: all 0.3s ease;
    animation: pulse 1.5s infinite;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 12px rgba(255, 77, 77, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.mybutton:hover {
    background-color: #ffeb3b;
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(255, 128, 0, 0.4), inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.mybutton:active {
    background-color: #e60000;
    transform: scale(0.95);
    box-shadow: 0 4px 12px rgba(230, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.mybutton::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 60%);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.mybutton:hover::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.mybutton::after {
    content: ' 👉바로가기👈';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    color: #ffffff;
    background: rgb(252, 118, 0);
    padding: 5px 10px;
    border-radius: 10px;
    opacity: 0;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.mybutton:hover::after {
    top: 50%;
    opacity: 1;
}

.mybutton:hover span {
    opacity: 0;
    transform: scale(0.8);
}

.mybutton span {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@media (max-width: 768px) {
    .mybutton {
        font-size: 1.2em;
        padding: 15px 30px;
        border-radius: 15px;
    }

    .mybutton:hover {
        transform: none;
        box-shadow: 0 4px 12px rgba(255, 128, 0, 0.4), inset 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .mybutton:hover::before {
        transform: translate(-50%, -50%) scale(1.1);
    }

    .mybutton::after {
        font-size: 1em;
    }

    .mybutton:hover::after {
        top: 55%;
    }
}

.aros-button {
    display: inline-block;
    justify-content: center;
    align-items: center;
    background-color: #e00d0d;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px 40px;
    width: 80%;
    transition: all 0.3s ease;
    animation: pulse 1.5s infinite;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 12px rgba(255, 77, 77, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.aros-button:hover {
    background-color: #ffeb3b;
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(255, 128, 0, 0.4), inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.aros-button:active {
    background-color: #e60000;
    transform: scale(0.95);
    box-shadow: 0 4px 12px rgba(230, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.aros-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 60%);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.aros-button:hover::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.aros-button::after {
    content: ' 👉바로가기👈';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    color: #ffffff;
    background: rgb(252, 118, 0);
    padding: 5px 10px;
    border-radius: 10px;
    opacity: 0;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.aros-button:hover::after {
    top: 50%;
    opacity: 1;
}

.aros-button:hover span {
    opacity: 0;
    transform: scale(0.8);
}

.aros-button span {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@media (max-width: 768px) {
    .aros-button {
        font-size: 1.2em;
        padding: 15px 30px;
        border-radius: 15px;
    }

    .aros-button:hover {
        transform: none;
        box-shadow: 0 4px 12px rgba(255, 128, 0, 0.4), inset 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .aros-button:hover::before {
        transform: translate(-50%, -50%) scale(1.1);
    }

    .aros-button::after {
        font-size: 1em;
    }

    .aros-button:hover::after {
        top: 55%;
    }
}

/* h3 스타일 */
h3 {
    font-size: 1.5em; /* 기본 폰트 크기 설정 */
    color: #333;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: left;
    font-weight: bold;
    border-bottom: 3px solid #ff5b00;
    position: relative;
    transition: color 0.3s ease;
}

h3:hover::after {
    width: 100%;
    background-color: #ff5b00;
}

/* h4 스타일 */
h4 {
    font-size: 1.2em; /* 기본 폰트 크기 설정 */
    color: #555;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: left;
    font-weight: bold;
    border-left: 4px solid #ff5b00;
    padding-left: 10px;
    position: relative;
    transition: color 0.3s ease;
}

h4:hover::before {
    width: 100%;
    background-color: #ff5b00;
}

/* 모바일 최적화 */
@media (max-width: 768px) {
    h3 {
        font-size: 1.3em; /* 작은 화면에서 폰트 크기 조정 */
    }

    h4 {
        font-size: 1.1em; /* 작은 화면에서 폰트 크기 조정 */
    }
}

@media (max-width: 480px) {
    h3 {
        font-size: 1.1em; /* 더 작은 화면에서 폰트 크기 조정 */
    }

    h4 {
        font-size: 1em; /* 더 작은 화면에서 폰트 크기 조정 */
    }
}
/* q&a */
[itemtype="https://schema.org/Question"] {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

[itemtype="https://schema.org/Question"]:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

[itemtype="https://schema.org/Question"] [itemprop="name"] {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  padding: 10px 0;
  padding-left: 10px;
  border-left: 4px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}

[itemtype="https://schema.org/Question"]:hover [itemprop="name"] {
  color: #ff5b00;
  border-color: #ff5b00;
}

[itemtype="https://schema.org/Answer"] [itemprop="text"] p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
/* 기본 형광펜 밑줄 효과 */
u:nth-of-type(3n+1) {
	text-decoration: none;
	display: inline;
	box-shadow: inset 0 -4px 0 #F5B7B1; /* 핑크색 밑줄 두께 조정 */
	color: #000;
  }
  
  u:nth-of-type(3n+2) {
	text-decoration: none;
	display: inline;
	box-shadow: inset 0 -4px 0 #AED6F1; /* 파란색 밑줄 두께 조정 */
	color: #000;
  }
  
  u:nth-of-type(3n) {
	text-decoration: none;
	display: inline;
	box-shadow: inset 0 -4px 0 #FFDD57; /* 노란색 밑줄 두께 조정 */
	color: #000;
  }
  /* 혁신적인 주황색 테이블 스타일 */
.flexible-table {
	--primary-color: #FF8C00;
	--secondary-color: #FFA500;
	--highlight-color: #FFD700;
	--text-color: #333;
	--bg-color: #FFF5E6;
	
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 15px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background-color: var(--bg-color);
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(255, 140, 0, 0.1);
  }
  
  .flexible-table thead tr {
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(255, 140, 0, 0.2);
	transform: translateY(-5px);
	transition: transform 0.3s ease;
  }
  
  .flexible-table th {
	color: white;
	padding: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
  }
  
  .flexible-table th::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--highlight-color);
	transform: scaleX(0);
	transition: transform 0.3s ease;
  }
  
  .flexible-table th:hover::after {
	transform: scaleX(1);
  }
  
  .flexible-table tbody tr {
	background-color: white;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	transition: all 0.3s ease;
  }
  
  .flexible-table tbody tr:hover {
	transform: translateY(-5px) scale(1.02);
	box-shadow: 0 10px 20px rgba(255, 140, 0, 0.15);
  }
  
  .flexible-table td {
	padding: 20px;
	color: var(--text-color);
	position: relative;
	overflow: hidden;
  }
  
  .flexible-table td::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background-color: var(--primary-color);
	transform: scaleY(0);
	transition: transform 0.3s ease;
  }
  
  .flexible-table tr:hover td::before {
	transform: scaleY(1);
  }
  
  .flexible-table td:nth-child(3),
  .flexible-table td:nth-child(4) {
	font-weight: bold;
  }
  
  /* 애니메이션 효과 */
  @keyframes pulse {
	0% { box-shadow: 0 0 0 0 rgba(255, 140, 0, 0.4); }
	70% { box-shadow: 0 0 0 10px rgba(255, 140, 0, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 140, 0, 0); }
  }
  
  .flexible-table tbody tr:hover {
	animation: pulse 1.5s infinite;
  }
  
  /* 반응형 디자인 */
  @media screen and (max-width: 768px) {
	.flexible-table {
	  font-size: 14px;
	  padding: 10px;
	}
	
	.flexible-table th,
	.flexible-table td {
	  padding: 15px 10px;
	}
  }
  
  /* 뚜렷한 인용부호가 있는 인용문 스타일 */
  blockquote[cite] {
	  border: 3px solid transparent;
	  border-image: linear-gradient(45deg, #FF8C00, #FFA500) 1;
	  border-radius: 10px;
	  padding: 30px 30px 30px 70px;
	  margin: 40px 0;
	  font-family: 'Arial', sans-serif;
	  font-size: 18px;
	  line-height: 1.6;
	  color: #333;
	  background-color: rgba(255, 248, 240, 0.3);
	  box-shadow: 0 5px 15px rgba(255, 140, 0, 0.1);
	  position: relative;
	  overflow: hidden;
	  transition: all 0.3s ease;
  }
  
  blockquote[cite]::before,
  blockquote[cite]::after {
	  content: '\201C';
	  font-family: Georgia, serif;
	  font-size: 120px;
	  color: #FF8C00;
	  position: absolute;
	  opacity: 0.2;
  }
  
  blockquote[cite]::before {
	  left: 10px;
	  top: -30px;
  }
  
  blockquote[cite]::after {
	  content: '\201D';
	  right: 10px;
	  bottom: -70px;
  }
  
  blockquote[cite] p {
	  margin: 0 0 15px;
	  position: relative;
	  z-index: 1;
  }
  
  blockquote[cite] cite {
	  display: block;
	  font-style: normal;
	  font-size: 16px;
	  color: #FF8C00;
	  margin-top: 15px;
	  text-align: right;
	  font-weight: bold;
  }
  
  blockquote[cite] cite::before {
	  content: "— ";
  }
  
  blockquote[cite]:hover {
	  transform: translateY(-3px);
	  box-shadow: 0 8px 20px rgba(255, 140, 0, 0.2);
  }
  
  @media (max-width: 768px) {
	  blockquote[cite] {
		  font-size: 16px;
		  padding: 25px 25px 25px 60px;
	  }
	  
	  blockquote[cite]::before,
	  blockquote[cite]::after {
		  font-size: 100px;
	  }
	  
	  blockquote[cite]::after {
		  bottom: -60px;
	  }
  }
  /* 세련된 둥근 이미지 스타일 */
  img[alt] {
	  border-radius: 15px;
	  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	  transition: all 0.3s ease;
	  max-width: 100%;
	  height: auto;
	  display: block;
	  margin: 20px auto;
  }
  
  img[alt]:hover {
	  transform: translateY(-5px);
	  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  
  /* 이미지 캡션 스타일 (눈에 띄게 수정) */
  figure {
	  margin: 0;
	  padding: 0;
	  text-align: center;
	  position: relative;
  }
  
  figcaption {
	  margin-top: 10px;
	  padding: 10px 15px;
	  background-color: rgba(255, 140, 0, 0.1); /* 연한 주황색 배경 */
	  color: #FF8C00; /* 진한 주황색 텍스트 */
	  font-style: normal;
	  font-weight: bold;
	  font-size: 1.1em;
	  border-radius: 8px;
	  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	  display: inline-block;
	  transition: all 0.3s ease;
  }
  
  figcaption:hover {
	  background-color: rgba(255, 140, 0, 0.2);
	  transform: translateY(-2px);
	  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
  
  /* 반응형 디자인을 위한 미디어 쿼리 */
  @media (max-width: 768px) {
	  img[alt] {
		  border-radius: 10px;
	  }
	  
	  figcaption {
		  font-size: 1em;
		  padding: 8px 12px;
	  }
  }
  
  /* 세련되고 눈에 띄는 주황색 기반 '함께 보면 좋은 글' 스타일 */
  ul[data-ke-list-type="disc"] {
	  list-style-type: none;
	  padding: 0;
	  margin: 30px 0;
	  font-family: 'Noto Sans KR', 'Helvetica Neue', Arial, sans-serif;
  }
  
  ul[data-ke-list-type="disc"] li {
	  margin-bottom: 25px;
	  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  
  ul[data-ke-list-type="disc"] li a {
	  display: flex;
	  align-items: stretch;
	  background: #fff;
	  color: #333;
	  text-decoration: none;
	  border-radius: 12px;
	  overflow: hidden;
	  box-shadow: 0 10px 20px rgba(255, 127, 80, 0.1);
	  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
	  border: 1px solid rgba(255, 127, 80, 0.2);
  }
  
  ul[data-ke-list-type="disc"] li a:hover {
	  transform: translateY(-5px);
	  box-shadow: 0 15px 30px rgba(255, 127, 80, 0.2);
	  border-color: rgba(255, 127, 80, 0.5);
  }
  
  ul[data-ke-list-type="disc"] li .icon-wrapper {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 100px;
	  background: linear-gradient(135deg, #FF8C00, #FF4500);
	  transition: all 0.5s ease;
  }
  
  ul[data-ke-list-type="disc"] li a:hover .icon-wrapper {
	  width: 120px;
  }
  
  ul[data-ke-list-type="disc"] li .icon {
	  font-size: 36px;
	  color: white;
	  transition: all 0.5s ease;
  }
  
  ul[data-ke-list-type="disc"] li a:hover .icon {
	  transform: scale(1.2) rotate(15deg);
  }
  
  ul[data-ke-list-type="disc"] li .content {
	  flex-grow: 1;
	  padding: 20px;
	  position: relative;
	  overflow: hidden;
  }
  
  ul[data-ke-list-type="disc"] li .title {
	  font-size: 18px;
	  font-weight: 700;
	  color: #FF7F50;
	  margin-bottom: 10px;
	  transition: all 0.3s ease;
  }
  
  ul[data-ke-list-type="disc"] li a:hover .title {
	  color: #FF4500;
  }
  
  ul[data-ke-list-type="disc"] li .description {
	  font-size: 14px;
	  color: #666;
	  margin-bottom: 15px;
	  transition: all 0.3s ease;
	  line-height: 1.6;
  }
  
  ul[data-ke-list-type="disc"] li .meta {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  font-size: 12px;
	  color: #888;
  }
  
  ul[data-ke-list-type="disc"] li .read-time {
	  display: flex;
	  align-items: center;
  }
  
  ul[data-ke-list-type="disc"] li .read-time::before {
	  content: '⏱️';
	  margin-right: 5px;
  }
  
  ul[data-ke-list-type="disc"] li .category {
	  background: #FFF0E6;
	  color: #FF7F50;
	  padding: 3px 10px;
	  border-radius: 20px;
	  transition: all 0.3s ease;
	  font-weight: 600;
  }
  
  ul[data-ke-list-type="disc"] li a:hover .category {
	  background: #FF7F50;
	  color: white;
  }
  
  ul[data-ke-list-type="disc"] li .arrow {
	  position: absolute;
	  right: 20px;
	  bottom: 20px;
	  font-size: 24px;
	  opacity: 0;
	  transform: translateX(-10px);
	  transition: all 0.5s ease;
	  color: #FF4500;
  }
  
  ul[data-ke-list-type="disc"] li a:hover .arrow {
	  opacity: 1;
	  transform: translateX(0);
  }
  /* 함께 보면 좋은 글 스타일 - 주황색 테두리 버전 */
  ul[data-ke-list-type="disc"] {
	  list-style-type: none;
	  padding: 0;
	  margin: 30px 0;
  }
  
  ul[data-ke-list-type="disc"] li {
	  margin-bottom: 25px;
  }
  
  ul[data-ke-list-type="disc"] li a {
	  display: flex;
	  align-items: center;
	  padding: 18px 25px;
	  background: #ffffff;
	  color: #333333;
	  text-decoration: none;
	  font-family: 'Noto Sans KR', sans-serif;
	  font-size: 17px;
	  font-weight: 600;
	  border-radius: 15px;
	  border: 2px solid #FF6B00;
	  box-shadow: 0 5px 15px rgba(255, 107, 0, 0.1);
	  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	  position: relative;
	  overflow: hidden;
  }
  
  ul[data-ke-list-type="disc"] li a::before {
	  content: '함께 읽기 👀';
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: #FF6B00;
	  color: #ffffff;
	  padding: 6px 12px;
	  font-size: 13px;
	  font-weight: 500;
	  border-radius: 0 0 12px 0;
	  opacity: 0;
	  transform: translateY(-100%);
	  transition: all 0.3s ease;
  }
  
  ul[data-ke-list-type="disc"] li a:hover {
	  transform: translateY(-7px) scale(1.03);
	  box-shadow: 0 10px 20px rgba(255, 107, 0, 0.2);
	  border-color: #FF4500;
  }
  
  ul[data-ke-list-type="disc"] li a:hover::before {
	  opacity: 1;
	  transform: translateY(0);
  }
  
  ul[data-ke-list-type="disc"] li a::after {
	  content: '→';
	  margin-left: auto;
	  font-size: 28px;
	  color: #FF6B00;
	  opacity: 0.8;
	  transition: all 0.3s ease;
  }
  
  ul[data-ke-list-type="disc"] li a:hover::after {
	  transform: translateX(5px) rotate(-45deg);
	  opacity: 1;
	  color: #FF4500;
  }
  
  /* 글자 내용 스타일 */
  ul[data-ke-list-type="disc"] li a span {
	  flex-grow: 1;
	  padding-right: 15px;
  }
  
  /* 애니메이션 효과 */
  @keyframes softPulse {
	  0% { box-shadow: 0 5px 15px rgba(255, 107, 0, 0.1); }
	  50% { box-shadow: 0 8px 20px rgba(255, 107, 0, 0.2); }
	  100% { box-shadow: 0 5px 15px rgba(255, 107, 0, 0.1); }
  }
  
  ul[data-ke-list-type="disc"] li a {
	  animation: softPulse 3s infinite;
  }
  
  /* 반응형 디자인 */
  @media (max-width: 768px) {
	  ul[data-ke-list-type="disc"] li a {
		  font-size: 15px;
		  padding: 15px 20px;
	  }
	  ul[data-ke-list-type="disc"] li a::before {
		  font-size: 11px;
		  padding: 4px 8px;
	  }
	  ul[data-ke-list-type="disc"] li a::after {
		  font-size: 24px;
	  }
  }


ul[style*="list-style-type: disc;"][data-ke-list-type="disc"] > li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
    line-height: 1.6;
}

ul[style*="list-style-type: disc;"][data-ke-list-type="disc"] > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background-color: #FF9800;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

ul[style*="list-style-type: disc;"][data-ke-list-type="disc"] > li:hover {
    color: #FF9800;
    padding-left: 32px;
}

ul[style*="list-style-type: disc;"][data-ke-list-type="disc"] > li:hover::before {
    background-color: #F57C00;
    transform: rotate(45deg) scale(1.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/* 공통 전환 효과 */
b, strong, em, i, abbr {
    transition: all 0.3s ease;
}

/* 볼드 텍스트 스타일링 */
b {
    font-weight: 700;
    color: #ff6600;
    padding: 0 2px;
}

b:hover {
    background-color: rgba(255, 102, 0, 0.1);
    border-radius: 2px;
}

/* 강한 강조 텍스트 스타일링 */
strong {
    font-weight: 700;
    color: #ffffff;
    background-color: #ff6600;
    padding: 0 4px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

strong:hover {
    background-color: #e65c00;
}

/* 강조 텍스트 스타일링 */
em {
    font-style: italic;
    color: #ff8533;
    position: relative;
}

em::before {
    content: '『';
    margin-right: 2px;
}

em::after {
    content: '』';
    margin-left: 2px;
}

/* 기울임 텍스트 스타일링 */
i {
    font-style: italic;
    color: #ff7f40;
    border-bottom: 1px dashed #ff7f40;
}

/* 약어 스타일링 */
abbr {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px dotted #ff9966;
    cursor: help;
    position: relative;
}

abbr::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff9966;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8em;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
}

abbr:hover::after {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 5px);
}
.entry-content h2 {
    font-size: 1.5em;
    font-weight: 900; /* 글자를 더 굵게 설정 */
    color: #111; /* 글자색을 더 진하게 변경 */
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: block; /* 블록 요소로 변경 */
    width: 100%; /* 가로로 꽉 채우기 */
    box-sizing: border-box; /* 패딩과 테두리를 포함하여 박스 크기 설정 */
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* 텍스트에 약간의 그림자 추가 */
}

.entry-content h2::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 24px;
    background: linear-gradient(180deg, #ff5b00, #ffbb00); /* 그라데이션 효과 추가 */
    background-size: 200% 200%; /* 애니메이션을 위한 배경 크기 설정 */
    border-radius: 4px;
    margin-right: 12px;
    animation: gradientAnimation 3s infinite; /* 그라데이션 애니메이션 추가 */
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.entry-content h2:hover {
    box-shadow: none; /* 호버 시 그림자 제거 */
    transform: none; /* 호버 시 이동 효과 제거 */
    border-color: #e0e0e0; /* 호버 시 테두리 색상 유지 */
}
h1 {
    font-size: 40px;
    font-weight: 700;
    color: #2c3e50;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #FF8C00, #FFA500);
    box-shadow: 0 2px 4px rgba(255,140,0,0.3);
    border-radius: 2px;
}
h1:hover::after {
    width: 140px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(255,140,0,0.5);
}
.logo {
    padding: 10px 0;
    border-bottom: 1px solid #FF8C00;
}

.logo a {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 30px;
    color: #333;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.pagination {
    display: none;
}
.sidebar-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-top: 20px;
    background: linear-gradient(135deg, #FF8C00, #FF4500);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 140, 0, 0.3);
}

.sidebar-banner:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 8px 25px rgba(255, 140, 0, 0.5);
}

.banner-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.banner-subtitle {
    font-size: 18px;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

@keyframes shine {
    0% {
        background-position: -100% 100%;
    }
    100% {
        background-position: 100% -100%;
    }
}

.sidebar-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.1) 75%
    );
    background-size: 200% 200%;
    animation: shine 3s linear infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.sidebar-banner:hover .banner-title,
.sidebar-banner:hover .banner-subtitle {
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

.sidebar-banner {
    animation: bounce 5s infinite;
}
}