@charset "utf-8";

/* 리셋 */
html, body, p, h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, li, dl, dt, dd, form, fieldset, label, legend, input, button, select, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0}
body, input, textarea, button, table {font-family:'맑은 고딕', Malgun Gothic, sans-serif}
html, body {margin:0; padding:0}
body {
	font-size:15px;
	font-weight:400;
	color:#333;
	line-height:1.4;
	background-color:#fff;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:transparent
}
img, fieldset {border:0}
img {vertical-align:top}

/* 메뉴 */

nav.navbar-findcond { background: #FFFFFF; border-color: #ccc; box-shadow: 0 0 14px 0 #ccc;}
nav.navbar-findcond a { color: #21313F; }
nav.navbar-findcond ul.navbar-nav a { color: #21313F; border-style: solid; border-width: 0 0 2px 0; border-color: #fff; font-size:14px; }
nav.navbar-findcond ul.navbar-nav a:hover,
nav.navbar-findcond ul.navbar-nav a:visited,
nav.navbar-findcond ul.navbar-nav a:focus,
nav.navbar-findcond ul.navbar-nav a:active { background: #fff; }
nav.navbar-findcond ul.navbar-nav a:hover { border-color: #6bacce;text-decoration:none }
nav.navbar-findcond li.divider { background: #ccc; }
nav.navbar-findcond button.navbar-toggle {  background: #000000; border-radius: 2px;  }
nav.navbar-findcond button.navbar-toggle:hover { color: #999; }
nav.navbar-findcond button.navbar-toggle > span.icon-bar { background: #fff; }
nav.navbar-findcond ul.dropdown-menu { border: 0; background: #fff; border-radius: 4px; margin: 4px 0; box-shadow: 0 0 4px 0 #ccc; }
nav.navbar-findcond ul.dropdown-menu > li > a { color: #444; }
nav.navbar-findcond ul.dropdown-menu > li > a:hover { background: #6bacce; color: #fff; }
nav.navbar-findcond span.badge { background: #6bacce; font-weight: normal; font-size: 11px; margin: 0 4px; }
nav.navbar-findcond span.badge.new { background: rgba(255, 0, 0, 0.8); color: #fff; }

/* 카테고리 */
.link_tit, .tt_category, .tt_category ul {
    list-style: none;
}
.tt_category li a .c_cnt,
.tt_category li a img { display:none }
.tt_category .sub_category_list .link_sub_item::before { content:"- ";}

/* 폼입력 */
textarea {overflow:auto; padding:8px 9px; width:100%; line-height:22px; vertical-align:top; resize:none}


/* 컨테이너 */
.container {width:1150px}

/* 헤더 */
.header {padding-top:50px; margin-bottom:0px}


/* 사이드바 메뉴 */
.sidebar {width:85%;}
.sidebar .browse:not(:first-child) {margin-top:50px}
.sidebar .browse h3 {margin-bottom:10px; font-size:15px; font-weight:600; color:#333}


.cnt a:focus {color:#6bacce; text-decoration:none}
.menu ul {list-style:none}
.menu a {font-weight:400; color:#333}
.menu a:hover {color:#6bacce}
.menu li {margin-bottom:10px; font-size:15px}
.menu li:last-child {margin-bottom:0}
.menu .name, .menu .cnt {color:#999}

/* 사이드바 카테고리 */
.sidebar h3 {
	border-top: 1px solid #BAC1C8;	
	border-bottom: 1px solid #efefef;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 5px 0 2px;
}
.sidebar a:hover {text-decoration:none}

.element.category ul {list-style:none}
.element.category a {font-size:15px; color:#333; line-height:26px}
.element.category a:hover {color:#6bacce; text-decoration:none}
.element.category a .c_cnt {color:#999; transition:color .2s ease}
.element.category a:hover .c_cnt {color:#6bacce}

.element.category img {display:none}
.e
lement.category a img {display:none}
.element.category a.new_post .c_cnt {color:#6bacce}
.element.category .category_list>li {margin-top:5px}
.element.category .sub_category_list>li {margin-left:15px}
.element.category .link_sub_item {color:#999}



/* 달력 */
.tt-calendar {border-spacing:0; border-collapse:collapse}
.tt-calendar .cal_month {margin-bottom:9px; font-size:15px; text-align:center}
.tt-calendar thead th, .tt-calendar tbody td {font-size:15px}
.tt-calendar thead th {font-weight:400; color:#999; text-align:center; line-height:25px}
.tt-calendar tbody td {text-align:center; line-height:25px}
.tt-calendar tbody .cal_day4 {font-weight:600}


/* 콘텐츠 */ 
.content:after {content:''; display:block; clear:both}
.page {width:100%}
.primary {padding-top:24px; border-top:1px solid #ddd}

.content-section.tag {min-height:100px}
.content-tags {margin-top:50px}
.content-tags a {font-size:15px}
.tag-header {font-size:15px; color:#999}

.section {margin-top:50px; padding-top:24px; border-top:1px solid #ddd}
.section h3 {margin-bottom:12px; font-size:24px; font-weight:400}
.section h3 .cnt {color:#cccccc}


/* 태그 */
.sidebar .browse.tag {overflow:hidden}

.tag-list {margin-right:-8px; list-style:none}
.tag-list:after {content:''; display:block; clear:both}
.tag-item {float:left; margin-right:8px; margin-bottom:8px}
.tag-item .cloud1, .tag-item .cloud2 {color:#cccccc}
.tag-item .cloud3, .tag-item .cloud4 {color:#333}
.tag-item .cloud3 {text-decoration:none}
.tag-item .cloud5 {color:#aaa}
.tag-item .cloud1:hover, .tag-item .cloud2:hover {color:#4fc3f7}
.tag-item .cloud3:hover, .tag-item .cloud4:hover {color:#cccccc}
.tag-item .cloud5:hover {color:#666}

/* 덧글달기 */
.guest-body .comment-list {margin-top:12px}
.content-body .comment-list {margin-bottom:12px}

.comment-list ul {list-style:none}
.comment-item:not(:first-child) {margin-top:10px}
.comment-item p {line-height:24px}
.comment-item.reply {margin-bottom:0; padding-left:56px; border-top:0}
.comment-content {display:-webkit-flex; display:-ms-flex; display:flex; position:relative; padding-top:10px; padding-bottom:10px}

.comment-article {-webkit-flex:1; -ms-flex:1; flex:1; margin-left:12px}
.comment-author {margin-bottom:5px}
.comment-author .name {font-size:15px}
.comment-author .date {font-size:14px; color:#999}

.comment-control {margin-top:10px}
.comment-control:after {content:''; display:block; clear:both}
.comment-control a {float:left; margin-right:6px; font-size:15px}

/* 리스트 보여주기 */
.list-content {padding:24px 0 26px;border-bottom:1px solid #efefef }
.list-content::after { content:''; clear:both; display:block }
.list-content .thumbnail-post { float:left; width:150px; height:150px; margin:0 30px 5px 0 }
.list-content .link-post{display:block;overflow:hidden;text-decoration:none}
.list-content .link-post:hover .tit-post {color:#6bacce}
.list-content .tit-post{color:#000;display:block;font-weight:normal;font-size:24px;line-height:34px}
.list-content .txt-post{display:-webkit-box;display:-ms-flexbox;display:box;overflow:hidden;margin-top:4px;font-size:13px;line-height:23px;color:#5c5c5c;vertical-align:top;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.list-content .txt-bar { margin:0 7px }
.list-content .detail-info{margin-top:11px;font-size:12px;color:#aaa}
.list-content .detail-info .link-cate{font-size:13px;text-decoration:none;color:#6bacce}

/* 타이틀 */
.content-header {margin-bottom:20px}

.content-title {font-size:34px; font-weight:400; line-height:45px}
.content-title a {color:#333}
.content-title a:hover {color:#cccccc}

.content-detail {margin-top:5px; font-size:15px; color:#999; line-height:18px}
.content-detail span {display:inline-block}
.content-detail:after {content:''; display:block; clear:both}
.content-info {float:left}

.content-admin {float:right; margin-left:10px}
.content-admin a {float:left; margin-left:6px; font-size:15px; line-height:18px}


/* 관련글 */
.area-related ul {list-style:none}
.area-related {position:relative;width:820px;margin-top:54px}
.area-related .tit-related {font-weight:normal;font-size:20px;color:#222}
.list-related {overflow:hidden;margin-top:15px}
.list-related li {position:relative;float:left;margin-right:20px}
.list-related li:last-child { margin-right:0}
.list-related .link-related {display:block;overflow:hidden;position:relative;width:170px;height:200px;margin:0 auto;border:1px solid #e8e8e8;background:#fafafa;font-size:13px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff}
.list-related .thumb-type .link-related {width:170px;height:200px;border:0 none}
.list-related .frame-related {display:none;position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:.4;filter:alpha(Opacity=40)}
.thumb-type .frame-related {display:block}
.list-related .thumb-related {position:absolute;left:0;top:0;width:100%;height:100%}
.list-related .txt-related {display:block;display:-webkit-box;overflow:hidden;position:relative;left:0;top:0;z-index:10;max-height:80px;padding:27px 20px 0;color:#5c5c5c;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;word-wrap:break-word}
.list-related .link-related:hover .txt-related {text-decoration:none}
.list-related .date-related {position:absolute;left:0;bottom:20px;z-index:10;width:100%;color:#a7a7a7}
.list-related .thumb-type .txt-related {color:#fff}
.list-related .thumb-type .date-related {color:#fff; opacity:0.7}
.area-related .link-more {position:absolute;right:20px;top:10px;font-size:13px;color:#6bacce;border-bottom: 1px solid #a7a7a7;text-decoration:none}



/* 메뉴이동 */
.navigation {margin-top:30px; padding-bottom:40px;padding-top:15px; text-align:center;}
.nav-wrap {vertical-align:top}
.nav-wrap:after {content:''; display:block; clear:both}

.nav-end:hover {text-decoration:none}

.nav-item, .interword {margin:0 2px; padding:0 5px; font-size:18px; line-height:24px; text-decoration:none}
.nav-item:hover {text-decoration:none}
.nav-item span {color:#cccccc; transition:color .2s ease}
.nav-item:hover span {color:#6bacce; text-decoration:none}
.nav-item .selected {color:#333}
.nav-item:hover .selected {color:#333; text-decoration:none}

.navigation .nav-wrap {display:inline-block}
.navigation .nav-end, .navigation .nav-item, .navigation .interword {float:left}
.navigation .nav-end {padding:0 6px}

/* 모바일 이동 */
.moblie-navigation {margin-top:30px; padding-top:15px; text-align:center;}
.moblie-navigation {display:none}
.moblie-navigation .nav-wrap {display:block}
.moblie-navigation .nav-end {padding:0}
.moblie-navigation .nav-end.prev {float:left; margin-right:10px}
.moblie-navigation .nav-end.next {float:right; margin-left:10px}
.moblie-navigation .nav-end.prev .nav-icon {margin-right:8px}
.moblie-navigation .nav-end.next .nav-icon {margin-left:8px}
.moblie-navigation .nav-icon {float:left}

.moblie-navigation .nav-end .nav-text {float:left; font-size:17px; color:#cccccc; line-height:26px}
.moblie-navigation .nav-end.no-more-prev .nav-text, .moblie-navigation .nav-end.no-more-next .nav-text {color:#ccc}
.moblie-navigation .nav-end.no-more-prev:hover .nav-text, .moblie-navigation .nav-end.no-more-next:hover .nav-text {color:#ccc}

/* 푸터 */

.footer {
	background: #21313F;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}

.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 30px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #F5F5F5;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #F5F5F5
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}

.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}

.footer a:hover {text-decoration:none}



/* 티스토리메뉴 */
.tistoryProfileLayerTrigger {display:none!important}
#tistorytoolbarid {display:none}



/* Image cap1 */
.cap1 {
    margin:5px 0 5px 0; padding-top:1px;
    font-size:14px; color: #999; text-align: left;
}
.cap1:before {
    display: inline-block;
    content: "|";
		color: #a41;
    padding-right: 5px;
    font-size: 14px; }

/* swing */
.swing:hover {
  animation: swing 0.75s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes swing {
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 40%, 60%, 80% {
    transform: translate3d(1px, 0, 0);
  }
}


@media (min-width:992px) and (max-width:1199px) {
  .container {width:980px}	
}


@media (min-width:0px) and (max-width:991px) {
	
  .page {float:none; width:auto}
  .sidebar {float:none; width:auto}
 
  .container {width:100%}  
  .primary {padding-top:16px; border-top:2px solid #cccccc}
  
  .sidebar {margin-top:50px}
  .section {margin-top:30px; padding-top:16px}
  .navigation {margin-top:20px}
  
  .sidebar .element.search:first-child {padding-top:16px}
  .sidebar .browse {padding-top:16px}
  .sidebar .browse:not(:first-child) {margin-top:30px}
  
  footer {margin-top:40px}
  
  body {font-size:16px}
  
  input[type=text], input[type=search], input[type=email], input[type=url], input[type=password], textarea {padding:7px 10px; font-size:15px}
  button[type=button], button[type=reset], button[type=submit] {font-size:16px; height:36px}
  select {font-size:16px;}
/*  
  .list-item .detail-info {font-size:16px; line-height:20px}
*/  
  .browse h3 {font-size:16px}
  .menu li {font-size:16px}
  .element.category a {font-size:16px}
  .tt-calendar .cal_month, .tt-calendar .cal_month a, .tt-calendar thead th, .tt-calendar tbody td {font-size:16px}
  
  .search-detail {font-size:16px; line-height:20px}
  .content-detail, .content-admin a {font-size:16px; line-height:20px}
  
  .content-article p {line-height:25px}
  .content-article pre {font-size:15px; line-height:24px}
  .content-article pre p {line-height:24px}  
  .content-tags a {font-size:16px}  
  .tag-header {font-size:16px}
  
  .comment-item p {line-height:25px}
  .comment-author .name {font-size:16px}
  .comment-author .date {font-size:15px}
  .comment-control a {font-size:16px}


  
  footer {font-size:15px}
}

@media (min-width:768px) {
	.area-related {width:100%;margin-top:54px}
	.list-related {margin:15px -10px 0}
	.list-related li {width:25%;margin-right:0;padding:0 10px;webikit-box-sizing:border-box;box-sizing:border-box}
	.list-related .link-related {width:100%;max-width:183px}
	.list-related .thumb-type .link-related {width:100%;max-width:185px}
	.list-related .txt-related { color:#fff }	
	.area-related .link-more {top:12px;right:0}
}



@media (min-width:0) and (max-width:767px){

  /* 페이지 네비게이션 */
  .navigation {display:none}
  .moblie-navigation {display:block}	
	
	.area-related {width:100%;margin-top:47px}
	.area-related .tit-related {display:block;padding:0 15px;font-size:14px}
	.list-related {padding:0 10px;margin-top:1px}
	.list-related li {width:50%;margin:10px 0 0;padding:0 5px;-webkit-box-sizing:border-box;box-sizing:border-box}
	.list-related .link-related {width:100%;height:100%;min-width:137px;min-height:150px}
	.list-related .thumb-type .link-related {width:100%;height:100%}
	.list-related .thumb-related .img-related {width:100%}
	.list-related .txt-related {padding:18px 10px 0;font-size:14px;line-height:17px}
	.list-related .date-related {font-size:13px;bottom:14px}
	.list-related .txt-related { color:#fff }
	.area-related .link-more {right:15px;top:0}
	
	
}

