/* 자동 목차 스타일 */
.adsensfarm_toc {
    position: relative;
    width: 94%;
    border: 1px solid #000000;
    padding: 10px 20px 0px 20px;
    z-index: 1;
}
.adsensfarm_toc:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #b9d3a59d;
    z-index: -1;
    opacity: 0.1;
}
.adsensfarm_toc p {
    font-weight: bold;
    font-size: 1.2em !important;
    color: #000000;
    border-bottom: 2px solid #000000; /* 추가된 부분 */
}

#toc * {
    font-size: 18px;
    color: #000 !important;
}


#toc {
    padding: 0px 20px 0px 25px;
}
#toc a:hover {
    color: #000;
}
#toc ul {
    margin-top: 5px;
    margin-bottom: 0px;
}
#toc > li {
    padding-left: 0;
    text-indent: 0;
    list-style-type: disc;
    padding: 0px 20px 0px 0px;
	  margin-bottom: 10px;
    margin-top: 7px;
} 
#toc > li > a {
    text-decoration:none;
    font-weight: bold
}
#toc > li > ul {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
#toc > li > ul > li {
    font-size: 0.87em;
    padding-left: 0;
    text-indent: 0;
    list-style-type: disc;
    margin-bottom: 5px;
    margin-top: 5px;
}
#toc > li > ul > li > a {
    font-size: 1em;
    text-decoration:none;
}
#toc > li > ul > li > ul {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
#toc > li > ul > li > ul > li {
    font-size: 0.87em;
    padding-left: 0;
    text-indent: 0;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-top: 0px;
}
#toc > li > ul > li > ul > li > a {
    font-size: 0.875em;
    text-decoration:none;
}



.aros-button {
  background-color: rgb(219, 42, 11);
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  width: 80%; /* Set width to 80% */
	height: 70px; /* Adjust the height value as needed */
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  border-radius: 60px; /* Adds roundness */
  font-size: 28px; /* Increases font size */
  line-height: 1.5; /* Adjust line height as needed */
  text-align: center; /* Centers the text horizontally */
  white-space: nowrap; /* Prevents the text from wrapping to multiple lines */
  overflow: hidden; /* Hides any overflowed text */
  display: block; /* Converts the button into a block-level element */
	margin-left: auto;
  margin-right: auto;
}

.aros-button:hover {
  background-color: rgb(248, 145, 27);
  transform: scale(1.1);
}

.aros-button.most-likely-to-click {
  padding: 20px 30px; /* Increase padding to make the button bigger */
  font-size: 50px; /* Increase font size for the most likely to click button */
}

@media only screen and (max-width: 600px) {
  .aros-button {
    font-size: 20px; /* Decreases font size for mobile devices */
		width: 90%; /* Set width to 90% */
		height: 60px; /* Adjust the height value as needed */	
  }
}





@media (max-width: 767px){
.hidden-xs {
    display: none!important;
}}
@media (min-width: 768px) and (max-width: 991px){
.hidden-sm {
    display: none!important;
}}
@media (min-width: 992px) and (max-width: 1199px){
.hidden-md {
    display: none!important;
}}
@media (min-width: 1200px){
.hidden-lg {
    display: none!important;
}}




@media only screen and (min-width: 930px)

{

#main {

    flex-direction: row-reverse;

}

#container #main #sidebar {

    margin-left: 0;

}

#container #main #content {

    margin-left: 15px;

}

}


@charset "UTF-8";




*:focus {outline:0;}
body,html {font-family: sans-serif;scroll-behavior: smooth}
i {margin: 0px 5px 0px 0px;}
.container_postbtn .btn_menu_toolbar.following .ico_check_type1 { margin-top: 16px}
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,table,textarea { color: #444 }
button,input { border: 0; border-radius: 0}
img { border: 0 }
ol,ul { list-style: none }
address,em { font-style: normal }
a { cursor:pointer; color: #666; font-weight: 400; text-decoration: none!important; }
blockquote { padding: 5px 20px !important; margin: 10px 0 20px !important; color: #999; font-size: .9em; border-left: 4px solid #e1e4e5 }
blockquote footer { display: block;	font-size: .85em; line-height: 1.42857143; color: #b3b3b3 }
blockquote footer:before { content: '\2014 \00A0' }
.blind {position: absolute;overflow: hidden;clip: rect(0 0 0 0);margin: -1px;width: 1px;height: 1px}
.sr-only {position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;overflow: hidden;clip: rect(0,0,0,0);border: 0}
.index_wrap {position: relative;background-color: #fff;font-size: 12px;line-height: 14px;color: #242424;letter-spacing: -.2px;overflow: hidden;}
.list_content .thumbnail_post {float: left;height: 150px;width: 150px;margin: 4px 30px 4px 0}
.list_content .thumbnail_post img {box-shadow: 0 0 3px rgba(0,0,0,.3);border: 5px solid #fff}
.thumnail img {width: 120px;height: 120px;box-shadow: 0px 0px 3px gray;}

.post_category {
	margin-bottom: 5px;
	color: #3180ca;
}
.list_detail_wrap .post_title {
	margin-bottom: 5px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 728px;
	overflow:hidden;
	color: #333;
	font-weight: 600;
	line-height: 140%;
	font-size: 17px;
}

.list_detail_wrap .post_text {
	line-height: 20px;
	font-size: 13px;
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
}

.list_detail_wrap {
	margin-top: 5px;
	font-size: 12px;
	font-weight: 500;
	color: #8c8c8c;
	/* display: block; */
	overflow: hidden;
	text-decoration: none;
}

.list_detail_wrap .post_category > a {
	color: #4f9ee3
}

.list_detail_wrap .post_line_bar {
	display: inline-block;
	width: 1px;
	height: 9px;
	margin: 0 5px;
	background: #ccc
}

.list_content {
	position: relative;
	overflow: hidden;
}

.list_content:hover .post_title {
	color: #3ea2ff;
	transition: .3s;
	text-decoration: underline;
}


.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: 0 auto;
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
}

#paging .pagination li {
	display: inline-block
}

#paging .pagination li a {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -7px;
	line-height: 1.25;
	color: #999;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dee2e6
}

#paging .pagination li a:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	border-color: #ccc
}

#paging .pagination li .selected {
	color: #3ea2ff;
	font-weight: 700
}

#paging .prevpage {
	width: inherit!important
}

#paging .nextpage {
	width: inherit!important
}





.module-tag li a {
	display: inline-block;
	overflow: hidden;
	max-width: 210px;
	height: 24px;
	padding: 0 4px;
	margin: 0px 1px;
	line-height: 24px;
	color: #3e93dd;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.module-tag li a:hover {
	background: #3ea2ff;
	border-color: #3ea2ff;
	color: #fff!important;
	transition: .5s
}

.module-title .fa-hashtag {
	margin-right: 10px
}

.module-category .sub_category_list li {
	
	display: block;
}

.module-category .sub_category_list li a {
	color: #666!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: #fe7433!important
}

.module-category .sub_category_list li:first-child {
	margin-top: 5px
}


.module-category .sub_category_list li:last-child {
	border: 0
}

.module-category .link_tit {
	font-weight: bold;
	font-size: 15px;
}

.module-notice .all-view:before {
	content: "\f11e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
	color: #3ea2ff
}


#sidebar .module {
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #dae1e6;
	border-radius: 3px;
}

#sidebar .module-content {
	padding: 15px;
}

#sidebar .module-tag .module-content {
	padding-top: 0px;
}

#sidebar .side_ads {
	margin: 15px 0px;
		text-align:center;
}

#sidebar .module .module-title {
	font-weight: 700;
	font-size: 13px!important;
	letter-spacing: -0.3px;
	line-height: 10px;
	padding: 15px;
	background: #f7f9fa;
	border-bottom: 1px solid #dae1e6;
}

.module-notice .all-view {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 13px;
	color: #666;
}

.module-notice .all-view a {
	font-weight: 700
}

.module-notice .notice-list:before {
	content: "\2022";
	color: #dedede;
	content: "-";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: -15px;
	color: #666
}

.module-notice .notice-list {
	text-indent: 15px;
	position: relative;
	font-size: 13px;
	line-height: 24px;
}

.module-notice li {
	font-size: 13px
}
.module-category .tt_category {
	position: relative;
}
.module-category .c_cnt {
	border-radius: 5px;
	font-size: 12px;
	color: #5885ce;
	float: right;
	text-indent: 0px;
	padding: 0px 6px;
	line-height: normal;
	margin-top: 5px;
	background: #f9f9f9;
}

.module-category .sub_category_list li:before {
	content: "-";
	font-weight: 900;
	position: absolute;
	left:10px;
	color: #666;
	font-family: "Font Awesome 5 Free";
}

.module-category .category_list>li {
	position: relative;
	font-size: 15px;
	line-height: 30px;
	padding: 5px 0;
	border-bottom: 1px solid #efefef;
}
.module-category .category_list>li:last-child {
	border-bottom:none;
}
.module-category .category_list>li a {
	display: block;

	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.module-category .category_list li ul a {
	margin-left: 0;
	padding-left: 24px;

}

.module-category .category_list li:hover a {
	color: #1573ef
}


.module-category .sub_category_list>li {
	line-height: 28px;
	font-size: 14px;
	letter-spacing: -1px;
}


.module-recents {
	margin: 0
}

.module-recents .module-content {
	margin-top: 0
}

.module-recents .tab-content .c_cnt {
	display: none
}

.module-recents .module-content {
	padding: 0px !important;
}

.module-recents .tab-content {
	position: relative;
	overflow: hidden;
	padding: 15px;
}

.module-recents #recent-tab {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
}

.module-tag ul {
	margin-top: 15px;
	margin-bottom: 10px
}

.module-tag ul li {
	font-size: 12px;
	display: inline-block;
	border-radius: 20px;
	margin: -2px 0px;
	line-height: 22px
}

.module-tag {
	display: flex;
	flex-direction: column
}

.module-tag ul li:hover {
	/* border-color: #3ea2ff; */
}

.module-tag .btn-more {
	flex: none;
	clear: both;
	font-size: 11px;
	align-self: flex-end;
	padding: 2px 6px;
	background: #fbfbfb;
	color: #c1c1c1;
	border-radius: 3px;
	font-family: "doutm";
	margin: 5px;
}

.module-tag .btn-more:hover {
	background:#5eacf5;
}
.ad-module {
	text-align: center;
	margin-left: -2px;
	margin-bottom: 5px
}

.module-recents .nav-recent li {
	width: 50%;
	text-align: center;
}

.module-recents .nav-recent li a {
	display: block;
	line-height: 45px;
	font-size: 13px;
	font-weight: 700;
	background: #f7f9fa;
	border-bottom: 1px solid #dae1e6;
}
.module-recents .nav-recent .active .btn-rpost {
	background: #fff;
	border-right: 1px solid #dae1e6;
	border-bottom: none;
}


.module-recents .nav-recent .active .btn-rcomment {
	background: #fff;
	border-left: 1px solid #dae1e6;
	border-bottom: none;
}
.module-recents .nav-recent>.active>a,.module-recents .nav-recent>.active>a:focus,.module-recents .nav-recent>.active>a:hover {
	color: #3ea2ff;
	cursor: default;
}

.module-recents .tab-content>.tab-pane {
	display: none
}

.module-recents .tab-content>.active {
	display: block;
}

.module-recents .tab-content ul li {
	font-size: 15px;
	line-height: 1.79em;
	position: relative;
	text-indent: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.module-recents .tab-content ul li:hover a {
	color: #3ea2ff
}

.module-recents .tab-content ul li:before {
	content: "\f304";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: -20px;
	top: 1px;
	font-size: 5px;
	color: #999
}

#wrap {
	width: 100%;
	position: relative;
	padding-top: 30px;
	min-height: 100vh;
}

#wrap #container {
	width: 1070px;
	flex: 1;
	margin: 0 auto;
	min-height: 100vh;

}

#gnb {
    margin-bottom:15px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}
#gnb::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
#gnb ul li {
	float: left;
	padding: 0 26px;
}

#gnb ul li:hover {
    border-bottom:2px solid #000;
}

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 {
	z-index: 0;
	position: relative;
}

#container header { 
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
#container #header {
	height: 63px
}

#container #header-title {
	float: left
}

#container #header-ico {
	float: right
}




#header_wrap #header_gnb #header-title {
	margin-left: 20px;
	line-height: 65px;
	position: relative;
	display: inline-block;
}

#header_wrap #header_gnb #header-title a {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 999
}

#header_wrap {
	position: relative;
	width: 100%;
	background: #4b5258;
	z-index: 99;
	box-shadow: 0 3px 10px -4px #999;
}

#header_wrap #header_gnb {
	width: 1220px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#header_wrap #header_gnb #header-ico {
	position: absolute;
	right: 15px;
	top: 23px;
	z-index: 0
}

#header_wrap #header_gnb #header-ico #topbtn {
	font-size: 20px
}

.header-home {
	float: left;
	line-height: 51px;
	margin-right: 15px
}

.header-home:hover {
	color: #3f99fe
}

.res_tab {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	vertical-align: middle;
	border: 1px solid #ccc;
	margin: 0
}
.btn_topMenu {
	background: 0 0;
	cursor: pointer;
	color: #fff
}

.btn_site {
	background: #0072ff;
	color: #fff !important;
	padding: 12px;
	margin: 10px;
	display: block;
}
.btn_close {
	text-align: center;
	background: #408ae8;
	color: #fff;
	line-height: 40px;
	cursor: pointer
}

#container nav {
	height: 51px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

#container nav ul li {
	line-height: 50px;
	display: inline-block
}

#container #main #content {
	flex: 2.85;
	overflow: hidden;
	position: relative
}

#container #main #sidebar { 
margin-left: 15px;
max-width: 300px;
align-self: flex-start;
top: 2rem; flex:1;
position: sticky;
position: -webkit-sticky; 
}

#footer {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #dedede;
	color: #777;
	font-size: 12px;
	text-align: center;
	line-height: 50px
}

footer#footer {
	position: relative
}

footer#footer a:hover {
	color: #207bff
}

footer#footer span {
	position: absolute;
	left: 10px
}

footer#footer span .naverbtn {
	background: #333;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	font-size: 14px;
	margin-right: 10px
}

footer#footer span .naverbtn:hover {
	background: #26cd26
}

.thumnail {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 24px;
}

.thumnail a {
	display: block
}



.not-found {
	display: block;
	width: 100%;
	margin-bottom: 35px;
	text-align: left;
}
.not-found li {
	position: relative;
	padding-left: 10px;
	font-size: 0.9375em;
	line-height: 2;
	color: #999;
}
.not-found li:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 2px;
	height: 2px;
	background-color: #999;
}
.not-found .tag,
.not-found .category,
.not-found .archive {
	display: none;
}

#tt-body-index .h-entry:after {
	display: block;
	border-bottom: 1px solid #dae1e6;
	width: 100%;
	content: "";
	margin-top: 4px;
}

#tt-body-index .index_s_list, #tt-body-category .index_s_list{
	padding-bottom: 0px;
	border-bottom: 0px;
}

#tt-body-page figure.fileblock,figure.fileblock {
	width: 250px
}

#tt-body-page figure.fileblock:hover,figure.fileblock {
	border-color: #3ea2ff;
	transition: .5s
}
#tt-body-category .h-entry:after {
	display: block;
	border-bottom: 1px solid #dae1e6;
	width: 100%;
	content: "";
	margin-top: 4px;
}

#tt-body-page hr[data-ke-style],hr[data-ke-style] {
	opacity: .2
}

#tt-body-page .h-entry {
	background: #fff;
}
#tt-body-page .h-entry {
	max-width: 728px;
	width: 728px;
	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
}

#hd {
	border-bottom: 1px solid #ddd;
}
.hd .hd-heading .p-category {
	display: inline-block;
	border-radius: 50px;
	color: #3ea2ff
}

.hd .hd-heading {
	display: inline-block;
	background: #fff;
	margin-bottom: 10px;
}
.hd .hd-heading a {
	font-size:1.8rem;
	color: #000;
	font-weight: bold;
}

.hd .sub-info {
	color: #ccc;
}

.hd .sub-info .c_cnt {
	color: #3ea2ff
}

.hd .sub-info {
	font-size: 14px;
	font-family: sans-serif;
	margin: 5px;
}

.hd .sub-info abbr {
	text-decoration:none;
}
.hd .sub-info .h-card {
	color: #999
}

.hd .sub-info .h-card a {
	color: #999;
}


.hd .sub-info .meta-cate a {
	color: #0072ff;
}

.hd .sub-info .timeago {
	color: #999
}

.post-content {
	max-width: 728px;
	margin: 0 auto;
	padding-bottom: 0;
	font-size: 16px;
	margin-top: 30px;
}
.post-content iframe {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

.post-content a {
    word-break: break-all;
    color: #3E5898;
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 100%;
    background-image: linear-gradient(to right, #00BCD4, #5C6BC0);
    transition: all .25s ease-in;
    padding: 2px 0;
    text-decoration: none; 
}

.post-content a:hover {
    background-size: 100% 100%;
    color: #fff;
    border-radius: 10px;
}


.post-content .tx-link {
	color: #00f!important;
	text-decoration: underline!important
}

.post-content .txc-table {
	width: 100%
}

.post-content .sns-go ul {
	margin-left: 0
}

.post-content .sns-go {
	text-align: right;
	padding: 20px 0
}

.post-content .sns-go li {
	display: inline-block;
	margin-left: 5px
}

.sns-go img {
	border-radius: 5px;
	width: 35px!important
}

.post-content h1,.post-content h2,.post-content h3,.post-content h4 {
		padding: 8px 15px;
    margin: 50px 0 10px;
    font-size: 27px;
		font-weight: 700;
    background-color: #F9F7F6;
    color: #000000;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
		border-left: 8px solid #0056b3
}

.post-content h1:before,.post-content h2:before,.post-content h3:before,.post-content h4:before {
	display: block;
	width: 30px;
	height: 3px;
	margin-bottom: 15px;
	margin-top: 20px;
	background-color: #dedede
}

.post-content ol li,.post-content ul li {
	margin-bottom: 5px;
	line-height: 27.5px
}

.post-config .btn-post-config {
	display: none
}

.post-config ul {
	display: flex
}

.post-config ul li {
	flex: 1;
	text-align: center;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	background: #f8f8f8;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd
}

.post-config #post-config-menu li {
	white-space: nowrap;
	text-overflow: ellipsis
}

.post-config #post-config-menu a {
	display: block
}

.post-reply {
	padding: 20px;
	border-top: 1px dashed #dedede
}

.post-content ol,.post-content ul {
	margin-left: 20px
}


.visitor {
	position: relative;
}

.visitor-row {
	font-size: 13px
}

.visitor-row .visitor-cell {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	display: inline-block;
	padding: 0 10px
}

.visitor-row .visitor-date {
	font-size: 13px;
	padding: 0 5px
}
#comment .hr {
	border: none;
	border-top: 1px dashed #dedede
}
#comment-form {
	position: relative;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px
}

#comment-form .textboxs {
	display: block;
}

#comment-form .textboxs textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #dedede;
	border-radius: 1px;
	margin-bottom: 5px;
	font-size: 15px;
	background: #f8f8f8;
	min-height: 100px;
	box-sizing: border-box;
}

#comment-form .comment_submit_form {
	justify-content: space-between
}

.submit-wrap {
	text-align: right;
	display: block;
}

#comment-form .submit-wrap button {
	background: #616161;
	color: #fff;
	padding: 7px 20px;
	cursor: pointer;
	border-radius: 2px;
	line-height: 25px;
	outline: 0;
}

#comment-form .submit-wrap button:hover {
	background: #3281e6;
	transition: .5s
}

#comment-form .input-wrap .textbox label {
	font-size: 13px;
	line-height: 16px;
	z-index: 8;
	color: #8e8e8e;
	width: 80px;
	position: relative;
	display: inline-block
}

#comment-form .comment_submit_form .checkbox {
	margin-left: 5px
}

#comment ol>li {
	margin-bottom: 20px;
	position: relative;
}

#comment ol li li {
	padding: 0 0 0 35px;
	margin-top: 35px
}

#comment-form .checkbox {
	font-size: 14px;
	margin-bottom: 10px
}
.secret-wrap {
display: block;
position: relative;
padding-left: 28px;
padding-top:2px;
margin-bottom: 12px;
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;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

.secret-wrap .checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #eee;
border:1px solid #dae1e6;
transition:.5s;
}


.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;
	display: block
}

.reply_thumb img {
	border-radius: 2px;
}

.reply_content {
	display: block;
	min-height: 70px;
	padding-top: 0;
	margin-left: 80px;
	position: relative;
}
.rp_admin {
	background: #f8f8f8!important;
	padding: 15px;
	padding-bottom: 5px
}
.reply_content .name,.reply_content .name a {
	color: #222;
	font-weight: 600
}

.reply_content .name img {
	display: none
}

.reply_content .control {
	float: right
}

.reply_content .comment-content p {
	line-height: 1.79em
}

.reply_content .comment-content {
	font-size: 13px;
	max-width: 740px;
	word-break: break-all;
	margin: 7px 0;
	margin-right: 15px
}

.reply_date {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	margin-bottom: 10px;
}
.reply_date a {
	/* color: #999; */
}

.reply_date>a:before {
	content: "\f0f3";
	font-family: "Font Awesome 5 Free";
	margin-left: 5px;
	margin-right: 3px
}

.rcomment .rcomment-meta {
	display: none
}

hr.point-another {
	border-color: #dedede!important;
	margin: 0
}


.h-entry {
	overflow: hidden;
}

#tt-body-index .h-entry h2,#tt-body-category .h-entry h2 {
	line-height: 140%;
	font-size: 17px !important;
}

#tt-body-index .h-entry,#tt-body-category .h-entry {
	max-width: 860px;
	margin-bottom: 5px;
}


#tt-body-page #comment button.cmtbtn {
	width: 30px;
	background: 0 0;
	cursor: pointer;
	outline: 0;
	color: #475261;
	transition:.3s;
}
#tt-body-page #comment button.cmtbtn:hover{
	color: #2d8ef3;
}
#tt-body-page #comment .control {
	position: relative
}

#tt-body-page #comment .cmt_dropdown {
	display: none;
	position: absolute;
	right: 10px;
	border: 1px solid #ddd;
	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: 5px 19px 5px 5px;
}


#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 #ddd;
	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 {
	margin-bottom: 10px;
	font-size: 12px
}

.input-wrap .textbox input {
	width: 130px;
	border: 1px solid #ddd;
	padding: 3px 7px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	position: relative;
	z-index: 9
}

.entry-tag {
	font-size: 13px;
	margin: 10px 10px;
	margin-bottom: 15px
}

.entry-tag span {
	padding: 2px 7px;
	margin-right: 10px;
	color: #999
}

.entry-tag a {
	padding: 2px 3px;
	color: #1e90ff
}

.e-content.post-content p {
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 1.72;
	letter-spacing: -.4px;
}

section#taglog {
	background: #fff;
	max-width: 900px;
	min-height: 492px;
	overflow: hidden;
	background: #fff;
	margin: 0 5px;
}

section#taglog .cm-content {
	padding: 10px
}

.tag-list {
	font-size: 14px
}

.tag-list a {
	display: inline-block;
	overflow: hidden;
	max-width: 210px;
	height: 24px;
	margin: 6px 0 0 4px;
	padding: 0 4px;
	background-color: #f7f9fa;
	line-height: 24px;
	color: #788d9f;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 3px;
}

.tag-list a:hover {
	background: #3ea2ff;
	border-color: #3ea2ff;
	color: #fff!important;
	transition: .5s
}

.tag-list li {
	display: inline-block;
		margin:7px 0px;
}

.tag-list li:hover {
	border-color: #3ea2ff
}

.tag-list li:hover a {
	color: #3ea2ff
}

.h-entry .list_content .post-link {
	display: block
}




.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 {
	text-indent: 35px;
}

.dropdown-content .tt_category li .category_list li .sub_category_list li {
	text-indent: 50px;
}

.dropdown-content > ul > li {
	border-bottom:1px solid #f8f8f8;
}

.dropdown-content > ul > li:last-child {
	border:none;
}

.dropdown-content .tt_category .link_tit { background:#f6f6f6; width:100%; display:block;}

.dropdown-content a {
	display: block;
}

.dropdown-content a:hover {
	font-weight:bold;
}

.dropdown-content {
	max-width: 100%;
	width: 320px;
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
	font-size: 14px;
	z-index: 10000;
	/* bootstrap modal*/
	-webkit-transform: translate(101%, 0);
	-moz-transform: translate(101%, 0);
	-ms-transform: translate(101%, 0);
	-o-transform: translate(101%, 0);
	transform: translate(101%, 0); 
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
	-moz-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
	-o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;

	-webkit-box-shadow: 0 1px 10px 2px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 10px 2px rgb(0 0 0 / 10%);
}

.dropdown-content ul li {
	color: #000;
	line-height: 35px;
	text-indent: 10px;
	text-decoration: none;
	display: block;
}

.dropdown-content ul li a:hover {
	color: #5273ec
}
.dropdown-content-toggle {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.show {
	display: block
}

#MF_Reference1 {
	margin-bottom: 40px
}

#MF_Reference1 {
	background: #f8f8f8;
	border-radius: 5px;
	clear: both;
	padding: 20px!important
}

#MF_Reference1 th a {
	text-decoration: none!important;
	transition: .5s
}

#MF_Reference1 th a:before {
	content: "\f30b";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
	color: #949494;
	font-size: 12px
}

.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: #1e52db!important
}

.category_list li a img {
	display: none
}

.syntaxhighlighter {
	background-color: #fff!important;
	border: 1px solid #3ea2ff;
	padding-top: 10px;
	padding-bottom: 10px
}

.protected {
	overflow: hidden
}

.protected .media-wrap {
	margin-bottom: 30px
}

.protected .e-content {
	text-align: center
}

.protected .media .protectedPassword {
	border: 1px solid #ddd;
	line-height: 27px
}

#tt-body-page .protected .textbox input {
	border: 1px solid #ddd;
	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 #dae1e6;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 2px;
	transition:.5s;
	background: #f7f9fa;
}
.protected .media .media_btn:hover{
	background:#3ea2ff;
	color:#fff;
	border-color:#3ea2ff;
}
.protected .media .textbox.focus-wrap {
	margin-top: 15px
}

section#guestbook {
	background: #fff
}

section#guestbook {
	overflow: hidden;
	background: #fff;
	margin: 0 5px;
}

section#guestbook {
	max-width: 900px
}

.hd-heading{margin-top: 5px; margin-bottom: 10px;}

.write-form .input-wrap {
	display:flex;
}

.write-form .input-wrap .textbox-left {
	padding-right:15px;
}

.write-form .input-wrap .textbox-right{
	
}

.write-form .input-wrap .input-box{
	width:50%;
}

.write-form .input-wrap .input-box input {
	height: 40px;
	border:1px solid #ccc;
	width:100%;
	box-sizing: border-box;
	text-indent: 49px;
	border-radius: 2px;
	margin-bottom: 5px;
}
.write-form .input-wrap .input-box i {
	position:absolute;
	width:40px;
	line-height:40px;
	border-right:1px solid #dae1e6;
	text-align:center;
}
#guestbook .checkbox {
	font-size: 15px;
	margin-bottom: 5px
}

#guest-form {
	position: relative;
	margin: 0 auto;
	margin-top: 25px;
	max-width: 720px;
	padding: 15px;
	margin-bottom: 25px;
}
#guest-list {
	margin: 0 auto;
	border-top: 1px dashed #dae1e6;
}
#guest-list .guest-content .replybtn {
	right: 0;
	color: #333;
}

#guest-list .guest-content {
	position: relative;
	margin-top: 10px;
}

#guest-list .guest-btn {
	text-align:right;
	margin-top: 15px;
	font-size:12px;
}
#guest-list .guest-btn i {
	margin:0px;
}
#guest-list .guest-btn .modify,#guest-list .guest-btn .write {
	background: #f8f8f8;
	padding: 4px 6px 6px 8px;
	border: 1px solid #ddd;
	border-radius: 3px;
	transition:.3s;
}

#guest-list .guest-btn .modify:hover,#guest-list .guest-btn .write:hover{
	background:#555; color:#fff;
	border-color:#555;

}

#guestbook .guest-header .name {
	margin-bottom: 5px;
	display: block
}

#guestbook .timgago-wrap {
	margin-right: 7px;
	color: #999;
	font-size: 13px;
}
#guestbook .timgago-wrap a[href*="abuseReport"] {
	float:right;
}
#guestbook .timgago-wrap a {
	color:#999;
}
#guest-list .guest-content .speech {
	line-height: 28.64px;
	font-size: 14px;
	font-family: "맑은 고딕",NotoKrR,'Noto Sans KR',sans-serif!important;
	letter-spacing: -.75px;
	position: relative;
	display: block;
	color: #666;
	margin-top: 10px;
}

#guest-form textarea#textarea-input {
	width: 100%;
	border: 1px solid #dedede;
	margin-bottom: 5px;
	border-radius: 1px;
	padding-top: 5px;
	box-sizing: border-box;
	height: 150px;
	padding: 15px;
}

#guest-form .comment_submit_form {
	justify-content: space-between;
	margin-right: -2px;
}

#guest-form .submit-wrap button {
	background: #616161;
	color: #fff;
	padding: 7px 20px;
	cursor: pointer;
	border-radius: 1px;
	line-height: 25px;
	outline: 0;
	transition: .5s;
}

#guest-form .submit-wrap button:hover {
	background: #3281e6
}

.guest-from-table {
	display: table;
	width: 100%;
	margin: 4px 0!important
}

.guest-from-table-line {
	display: table-row
}

.guest-from-table-name {
	display: table-cell;
	vertical-align: middle;
	width: 75px
}

.guest-from-table-input {
	width: 100%
}

.guest-from-table-input input {
	width: 100%;
	height: 30px;
	border: 1px solid #dedede;
	text-indent: 10px
}

#guestbook .guest-container {
	margin: 10px 10px;
	padding: 15px;
	border-radius: 3px;
}


#guestbook .guest-content abbr.timeago.dt-published.ie-dotum {
	font-size: 13px;
}

#guestbook .reply-list {
	margin-left: 25px
}

#guestbook .guest_admin .guest-container {
	background: #f7f9fa;
}

#guestbook .guest_admin .guest-header .name a {
	font-weight: 700;
	color: #2e3031;
}

#mobile-arrow {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none
}

#mobile-arrow  i {
	font-size: 50px;
	color: #fff;
	background: #4b5258;
	bottom: 10px;
	right: 0;
	z-index: 999;
	border-radius: 30px;
	border: 1px solid #4b5258;
	box-sizing: border-box;
	opacity:.6
}

#mobile-arrow #btn_scroll_up {
	right: 0;
	bottom: 60px;
	position: absolute
}

#mobile-arrow #btn_scroll_down {
	right: 0;
	bottom: 0;
	position: absolute
}


#mobile-arrow i {
	cursor: pointer
}
#mobile-arrow #btn_scroll_down:hover i {
	background: #0072ff
}

#mobile-arrow #btn_scroll_up:hover i {
	background: #0072ff;
}

@media only screen and (max-width: 930px) {
	#header_wrap #header_gnb #header-title a {
		max-width: 230px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 17px;
		margin-top: 7px;
	}

	.hd {
		margin: 0!important;
		padding: 10px;
	}

	.post-content {
		padding: 5px!important;
	}


	#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: 10px;
	}

	.list_content {
		cursor: pointer;
		transition: 2s;
		justify-content: center;
		align-items: center;
		max-height: unset!important;
	}

	.h-entry {
		max-width: 900px;
		width: auto !important;
		max-height: unset;
		padding: 10px !important;
	}


	.list_detail_wrap {
		max-height: unset;
		vertical-align: middle;
	}

	#footer .tistorybtn {
		display: none
	}

	#comment-form {
		width: unset!important
	}

	#comment ol>li {
		padding: unset!important
	}

	.module {
		width: unset!important;
		max-width: unset!important
	}

	#footer .fleft {
		display: none
	}

	.dropdown-content {
		min-width: 310px
	}
}

@media only screen and (min-width: 930px) {
	#main {
		display:flex
	}
}

@media only screen and (max-width: 1296px) {
	#header_wrap #header_gnb {
		width:100%!important;
	}
}

@media only screen and (max-width: 1235px) {

	nav div {
		width: 100%!important
	}

	#container {
		width: 100%!important
	}
}
.header-blog-menu { display:none;}
@media only screen and (max-width: 460px) {
.header-blog-menu {display:block;}
.header-blog-menu ul{
	display: flex;
flex-wrap: wrap;}

.header-blog-menu ul li {
	width: 33.333%;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:14px;
	text-align:center;
	box-sizing:border-box;
	line-height:35px; 
	background:#f8f8f8
}

.header-blog-menu li a {
display:block;
}

.header-blog-menu div:nth-child(1) {
border-left:1px solid #ddd;
}
.header-blog-menu div:nth-child(3n+4) {
border-left:1px solid #ddd;
}
}

@media only screen and (max-width: 930px) {
	#header_wrap #header_gnb {
		margin:0 auto;
	}


	
	#header_wrap #header_gnb #header-title {
		text-align: center;
		margin-left: 0;
		display: block;
		line-height: 30px;
	}
	
	#header_wrap #header_gnb #header-ico {
		top: 13px;
	}


	.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: 10px;
		max-width: none !important;
	}

	.module {
		width: unset!important;
		max-width: unset!important
	}

	.module-recents .tab-content {
		max-width: unset!important
	}

	#btn_goCategory {
		display: block!important
	}

	#mobile-arrow {
		display: block!important
	}
}

.container_postbtn .postbtn_like+.btn_menu_toolbar {
	margin-top: -34px!important
}

.container_postbtn .btn_menu_toolbar {
	height: 40px!important;
	line-height: 37px!important;
	border-radius: 30px!important
}

.container_postbtn .wrap_btn_etc {
	display: none
}

.container_postbtn .postbtn_like {
	float: none!important;
	display: inline-block;
	border-radius: 30px!important
}

.container_postbtn .btn_post {
	height: 40px!important;
	padding: 0 15px!important
}

.container_postbtn {
	margin: 0 auto!important;
	padding-top: 20px!important;
	padding-bottom: 10px!important;
	position: relative;
	text-align: center
}

.container_postbtn .postbtn_ccl {
	float: none!important;
	position: absolute!important;
	right: 0!important;
	top: 0!important
}

.post-content ol li p,.post-content ul li p {
	line-height: normal!important
}

#tt-body-index .h-entry.protected .content-width {
	padding: 20px 19px;
	margin-bottom: 10px
}

#tt-body-page.sidebar-mainon #container #main #sidebar {
	display: none
}

#tt-body-page.sidebar-mainon #container #main #content {
	flex: none;
	margin: 0 auto
}

.sidebar-off #container #main #content {
	flex: none;
	margin: 0 auto
}

.sidebar-off #container #main #sidebar {
	display: none
}

.e-content.post-content ol,.e-content.post-content span,.e-content.post-content ul {
	font-family: '맑은 고딕',NotoKrR,'Noto Sans KR',sans-serif;
	letter-spacing: -.025px;
}

.e-content.post-content ol,.e-content.post-content ul {
	display: block;
	padding-left: 15px
}

@media only screen and (max-width: 400px) {
	.thumnail {
		display:none;
	}
}
@media only screen and (max-width: 600px) {
	#header_wrap {
		height:45px;
	}
	.small-thumbnail .thumnail img {
		width:50px;
		height: 50px
	}

	.small-thumbnail .thumnail {
		margin-right: 15px
	}

	.small-thumbnail .list_content {
		/* display: table!important; */
	}

	.small-thumbnail .list_content .post_text {
		height: 40px!important;
		font-size: 12px!important;
		display: inline-block!important
	}

	.small-thumbnail .list_detail_wrap {
		font-size: 12px!important
	}
}

.fa,.fab,.fal,.far,.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}


.fa-spin {
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.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
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display:auto;src: url(images/fa-solid-900.eot);
	src: url(images/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(images/fa-solid-900.woff2) format("woff2"),url(images/fa-solid-900.woff) format("woff"),url(images/fa-solid-900.ttf) format("truetype"),url(images/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.far,.fas {
	font-family: "Font Awesome 5 Free"
}

.fa,.fas {
	font-weight: 900
}

.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-reply:before {
	content: "\f3e5"
}
.fa-edit:before {
	content: "\f044"
}
.fa-comment-alt:before {
	content: "\f27a"
}
.fa-cog:before {
	content: "\f013"
}
.fa-bars:before {
	content: "\f0c9"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-key:before {
	content: "\f084"
}
.fa-user:before {
	content: "\f007"
}
.fa-globe-europe:before {
	content: "\f7a2"
}
.fa-fire-alt:before {
	content: "\f7e4"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-pen:before {
	content: "\f304"
}
.fa-pen:before {
	content: "\f304"
}
.fa-comment-dots:before{
	content: "\f4ad"
}
.popularPost {
	max-width: 330px;
}


.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: #668ee6;
	transition: .5s;
}

.popularPost .side-crop-img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 2px;
	position: relative;
}

.popularPost .popular-right {
	height: 50px;
	display: inline-block;
}

.popularPost .left-pop {
	position: relative;
	float: left;
	overflow: hidden;
}
.popularPost-info .left-pop img {
	margin-left: 10px;
	border-radius: 7px;
}
.popularPost .right-pop {
	overflow: hidden;
	padding: 6px 10px 0 15px;
	font-size: 15px;
}

.popularPost-list {

	margin-top:10px;
}

.popularPost-list a {
	display: table;
	width: 100%;
	
	table-layout: fixed;
}

.popularPost-info {
	display: table-cell;
	vertical-align: middle;
}

.adsense_wrap {
	display: table;
	margin:5px 0px;
	width:100%;
}

.adsense_row {
	display: table-row;
}
.adsense_row ins {display:inline-block; width:336px; height:280px;}
.adsense_center {
	display: table-cell;    
	text-align:center;
}

.adsense_right{
	display: table-cell;
	text-align:right;
}

@media ( max-width: 500px ) {
	.adsense_center ins {display:inline-block; width:336px; height:280px;}
	.sidebar-mobile-off #sidebar { display:none; }
}

table td {
	padding: 8px !important;
}

.area_related_wrap .list_item {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

.area_related_wrap .area_thumb { 
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 24px;
}
.area_related_wrap .area_thumb img {
-webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
	transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
	transition: transform .2s cubic-bezier(.165,.84,.44,1);
	transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
	image-rendering: -webkit-optimize-contrast;
	}


.area_related_wrap .area_info {
	display: block;
	overflow: hidden;
	text-decoration: none;
	margin-top: 10px;
}

.area_related_wrap {
	padding: 15px;
	border-top:1px solid #dae1e6;
}

.area_related_wrap .list_related {
	margin-top: 15px;
}

.area_related_wrap .list_item .area_info .title {
	display: block;
	overflow: hidden;
	height: auto;
	margin-top: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:13px;
	line-height:20px;
	color:#000;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.area_related_wrap .list_item .area_info .title:hover{
	text-decoration:underline;
}

.area_related_wrap .list_item .area_info .list_date span {
	color:grey;
	font-size:12px;
}

.area_btn_more_wrap .link_more {
	
	cursor: pointer;
	color: #505050;
	font-size:12px;
}
.area_btn_more_wrap .link_more:before {
	content: "\f103";  
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-size:15px;
	text-align:center;
	position: absolute;
	top:-5px;
	left:50%;
	margin-left:-5px;
}
.area_btn_more_wrap{
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	margin-top:15px;
	text-align:center;
}

.search-bar {
position: relative;
margin-bottom:15px;

}

.search-bar .input-text {

border: 1px solid #ccc;
background: #fff;
}

.search-bar .icon {
cursor: pointer;
position: absolute;
top: 47%;
left: 0;
transform: translateY(-50%);
padding: 13px 15px 11px 17px;
}

.search-bar .input-text {

width:100%;
border-color: #ccc;
line-height: 40px;
text-indent: 45px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
border-radius: 3px;
}

.fa-search:before{
	content : "\f002";
}