@charset "utf-8";

@font-face{font-family: "NanumBarunRoboto"; font-style:normal; font-weight:300; src:local("��"), url(./images/font_nanumbarunroboto_light.woff) format("woff")}
@font-face{font-family: "NanumBarunRoboto"; font-style:normal; font-weight:400; src:local("��"), url(./images/font_nanumbarunroboto_regular.woff) format("woff")}
@font-face{font-family: "NanumBarunRoboto"; font-style:normal; font-weight:700; src:local("��"), url(./images/font_nanumbarunroboto_bold.woff) format("woff")}

#tistorytoolbarid {
  position: fixed;
  z-index: 99999 !important;
	display: none;
}

.daum_like_wrapper {
	margin-left:-25px;	
}

/**
 * Components
 */

a.svg {
  position: relative;
  display: inline-block;
	margin-top:17px;
}

a.svg:after {
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}

a:hover {
	opacity: 0.5;
}

.goTop {
  position: fixed;
  width: 50px;
  height: 50px;
  opacity: 0.8;
	bottom: 10px;
  right: 10px;
  z-index: 99999;
}

.submenu li {
	text-align: center;
}

.submenu li a {
	display: block;
	color: #555;
	font-size: 0.9em;
	font-weight: 100;
	padding: 15px 35px;
}

html {
	font-size:16px;
	position: relative;
	min-height: 100%;
	overflow-x:hidden;
	max-width:100%;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
}

body {
	font-family: "Apple SD Gothic Neo", NanumBarunRoboto, Roboto, NanumBarunGothic, "�����ٸ�����", Dotum, "����", sans-serif;
	font-smoothing: antialiased;
	overflow-x:hidden;
	max-width:100%;
}

a {
	color: #303030; /*#28C88B;*/
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

i {
	color: #000000; /*#28C88B;*/
        opacity: 0.7;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

/* wrapper */
.wrapper {
	height: 100%;
	width: 100%;
	padding: 80px 0 120px;
}

/* header */
.wrapper >.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 77px;
	border-bottom: 1px solid #e2e2e2;
	background: rgba(255,255,255,0.9);
  box-sizing: border-box;
	z-index: 998;
  transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;

}
#progress-indicator {
	z-index: 999;
}


.wrapper >.header-up {
  top: -100%;
}

@media screen and (max-width:850px) {
	html, body {
		max-width:100%;
		overflow-x:hidden !important;
	}	
	.wrapper {
		padding-top: 30px;
	}
	.titleWrap-title {
	  padding: 5% 0 0 0;
	}
	.wrapper >.header {
		position: fixed;
	}
	.wrapper > .content { 
		padding: 30px 8% !important; 
	}
	.guestList .commentInfo .header .control,
	.commentList .commentInfo .header .control { 
		display: block !important; 
	}
	.searchList-content li {
	margin-left: 1.12% !important; 
	/* border-bottom: 1px solid #e2e2e2; */
  }
	.searchList-info {
	width: 40vw !important;
	}
	.searchList-title {
		font-size: 0.8em !important;
	}
}

.header-container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.header-title {
	display:inline-block;
	float:left;
	padding:0 5%;
  font-family: 'Ubuntu', sans-serif;
	font-size: 2.0em;
	font-weight: 500;
	letter-spacing: -0.08em;

}

.header-nav > .submenu-icon {
	cursor: pointer;
	position: absolute;
	top: -2px;
	right: 20px;
	display: inline-block;
	padding: 40px 20px 14px;
	color: #888;
	font-size: 1em;
	display:none;
}

.header-nav > .submenu {
	display: none;
	position: absolute;
	top: 50px;
	width: 120px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	z-index: 999;
}

/* gnb */
.gnb {
	display: inline-block;
	float: right;
	padding:0 5%;
}

.gnb > .menu {
	white-space: nowrap;
	overflow-x: visible;
	overflow-y: hidden;
}

.gnb > .menu li {
	display: inline-block;
}

.gnb > .menu li a {
	display: inline-block;
	padding: 33px 3px 28px 3px;
	color: #333;
	font-weight: 700;
	font-size: 0.93em;
}


.gnb > .menu li a:hover {
	border-bottom: 4px solid #604ecf;
}


/* content */
.wrapper > .content {
	max-width: 700px;
	margin: 20px auto;
	padding: 0 auto;
}

/* searchList */

.searchList-header {
	margin: 20px 0 10px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.searchList-header .cnt {
	padding-bottom: 10px;
	color: #555;
	font-weight: 100;
}

.searchList-header .title {

}

.searchList-title {
	margin-bottom: 3px;
	margin-top:-6px;
  width: 77%;
  display: inline-block !important;
	margin-left: 8px;
}

.searchList-title :hover{
	color: #ffffff !important;
	opacity: 1 !important;
}

.searchList-title a {
	color: #333;
	font-size: 1.45em;
	font-weight: 400;
  line-height: 130%;
}

.searchList-title .cnt {
	color: #604ecf;
}

.searchList-content li {
	width: 100%;
	background: #ffffff;
	padding-top: 30px;
	padding-bottom: 55px;
	margin-left: 18%;
	/* border-bottom: 1px solid #e2e2e2; */
}
 
.searchList-btn {
	width: 100%;
  -webkit-transition:width 0.5s, height 2s, background-color 0.5s, 
	-webkit-transform 2s;
   transition:width 0.5s, height 1s, background-color 0.5s, transform 2s;
	/* border-bottom: 1px solid #e2e2e2; */
}

.searchList-btn:hover {
		background-color: rgba(96, 78, 207, 1);
	  width: 100vw;
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}

.searchList-info {
	color: #666;
	float: left;
	font-size: 14px;
	font-weight: 100;
	margin-left: 9px;
	margin-top: 2px;
	width: 60%;

}

.searchList-info .date:after {
	content: "|";
	padding: 0 0.8% 0 1%;
}


/* taglog */
.taglog-title {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 1.5em;
}

.taglog ul li {
	display: inline-block;
	margin: 15px 5px;
}

.taglog ul li a {
	padding: 10px 10px;
	background: #fafafa;
	color: #555;
}

/* guestbook */
.guestbook-title {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 1.5em;
}

.guestWrite {
	position: relative;
	margin-bottom: 30px;
}

.guestWrite textarea {
	border: none;
	width: 85%;
	height: 90px;
	margin: 0px;
	padding: 10px;
	background-color: #fbfbfb;
	box-sizing: border-box;
	color: #555;
	font-size: 0.9em;
	max-width: 85%;
	max-height: 90px;
	-webkit-appearance: none;
}

.guestWrite input[type="submit"] {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
	height: 90px;
	border: none;
	background-color: #eee;
	box-sizing: border-box;
	color: #555;
	font-size: 0.9em;
	-webkit-appearance: none;
}

.guestWrite input[type="text"],
.guestWrite input[type="password"] {
	display: block;
	width: 100%;
	padding: 8px 10px;
	margin-bottom: 5px;
	color: #555;
	font-weight: 100;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-appearance: none;
}


.guestList .commentInfo {
	position: relative;
	padding: 10px;
}

.guestList .commentInfo.reply {
	background-color: #fafafa;
	padding-left: 30px;
}

.guestList .commentInfo.reply .header .reply-icon {
	position: absolute; top: 10px; left: 10px;
}

.guestList .commentInfo .header .name {
	display: inline-block;
	margin-right: 15px;
}

.guestList .commentInfo .header .date {
	font-size: 0.8em;
}

.guestList .commentInfo .header .control {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.8em;
	font-weight: 100;
}

.guestList .commentInfo .header .control a {
	color: #555;
}

.guestList .commentInfo:hover .header .control {
	display: block;
}

.guestList .commentInfo .header {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
}

.guestList .commentInfo .content {
	padding: 20px 10px;
	font-weight: 100;
}

.guestList .commentInfo.reply {
	background-color: #fafafa;
	padding-left: 30px;
}

.guestList .commentInfo.reply .header .reply-icon {
	position: absolute; top: 10px; left: 10px;
}

/* titleWrap */
.titleWrap {
	padding: 8% 0 8% 0;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 5%;
}

.titleWrap-title {
	padding-bottom: 30px;
}

.titleWrap-title a {
	color: #333;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 130%;
}

.titleWrap-date,
.titleWrap-category {
	display: inline-block;
	padding: 0 5px;
	color: #888;
	font-weight: 100;
	text-align: center;
}

.titleWrap-date:after {
	content: "|";
	padding-left: 10px;
}

.titleWrap-category {
	color: #604ecf !important;
}

/* article */
.article {
	color: #333 !important;
	font-size: 1.14rem !important;
	font-weight: 300 !important;
	line-height: 150% !important;
	letter-spacing: 0.2px !important;
}

.article b,
.article strong {
	font-weight: 600;
	line-height: 1.6em !important;
	
}

.article i,
.article u {
	font-style: italic;
}

.article blockquote {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	margin: 30px 0;
	color: #777;
  /*font-size: 1.3em;*/
	font-weight: 100;
}

.article img,
.article span.imageblock {
	max-width: 100%;
	height: auto;
}

.article iframe,
.article embed,
.article object {
	width: auto;
	max-width: 100%;
}

.article ul {
	padding-left: 10px;
}

.article code {
	margin: 0 2px;
    padding: 3px 5px;
    white-space: nowrap;
    border: 1px solid #eaeaea;
    background-color: #f8f8f8;
    border-radius: 3px;
    color: #c7254e;
    /*font-size: 0.8em;*/
    font-weight: 300;
}

/* paging */
.paging {
	width: 120%;
	margin-top: 50px;
	margin-left: -10%;
	text-align: center;
	line-height: 2.5;
	font-size: 1rem !important;
}

.paging a.num, .paging a.nav {
	cursor: pointer;
	color: #555;
  /* padding: 10px 15px; */
	font-weight: 100;
	padding-left:0.08em;
	padding-right:0.08em;
}

.paging a.nav.no-more-next, .paging a.nav.no-more-prev {
	display: none;
}

.paging a.num span.selected {
	color: #ffffff;
	font-weight: 500;
	background-color: #604ecf;
}

.paging a:hover {
	background: #eee;
}

.paging .no-more-prev {
	margin-right: 20px;
}

.paging .no-more-next {
	margin-left: 20px;
}

/* another_category */
.another_category {
	width: 100%;
	margin-top: 30px !important;
	padding: 0 !important;
	border: none !important;
	/* 카테고리 내 다른 글 안보이게 */
	display:none;
}

div.another_category > h4 {
	padding: 1.5% !Important;
	font-size: 0.9em !Important;
	border: none;
}

div.another_category > h4 > a {
	color: #555 !important;
}

div.another_category >table >tbody >tr >th { padding-left: 10px !important; font-size: 0.8em !important; }
div.another_category >table >tbody >tr >th > a.current { border-bottom: none !important; }
div.another_category >table >tbody >tr >td { padding-right: 10px !important; font-size: 0.6em; }

/* tagTrail */
.tagTrail {
	position: relative;
	margin-top: 80px;
	margin-bottom: 40px;
}

.tagTrail .tagText {
	width: 40px;
	text-align: center;
	padding: 12px 10px;
	background-color: #eee;
	color: #555;
}

.tagTrail .tagContent {
	position: absolute;
	top: 0;
	left: 55px;
	margin-top: -5px;
}

.tagTrail a {
	color: #555;
	font-weight: 100;
	line-height: 1.5;
}

.tagTrail a:before {
	content: "#";
	padding: 0 2px;
}

/* actionTrail */
.actionTrail {
	position: relative;
	margin-top: 60px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.actionTrail a {
	color: #555;
}

.actionTrail .admin {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	color: #888;
	font-weight: bold;
}

.actionTrail > .submenu {
	display: none;
	position: absolute;
	width: 100px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	z-index: 999;
}

.actionTrail > .submenu li {
	text-align: center;
}

/* commentWrite */
.commentWrite {
	position: relative;
}

.commentWrite textarea {
	border: none;
	width: 85%;
	height: 90px;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #f7f7f7;
	box-sizing: border-box;
	color: #555;
	font-size: 0.9em;
	max-width: 85%;
	max-height: 90px;
	-webkit-appearance: none;
}

.commentWrite input[type="submit"] {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
	height: 90px;
	border: none;
	background-color: #eee;
	box-sizing: border-box;
	color: #555;
	font-size: 0.9em;
	-webkit-appearance: none;
}

/* commentInfo */
.commentList .commentInfo {
	position: relative;
	padding: 10px;
}

.commentList .commentInfo.reply {
	background-color: #fafafa;
	padding-left: 30px;
}

.commentList .commentInfo.reply .header .reply-icon {
	position: absolute; top: 10px; left: 10px;
}

.commentList .commentInfo .header .name {
	display: inline-block;
	margin-right: 15px;
}

.commentList .commentInfo .header .date {
	font-size: 0.8em;
}

.commentList .commentInfo .header .control {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.8em;
	font-weight: 100;
}

.commentList .commentInfo .header .control a {
	color: #555;
}

.commentList .commentInfo:hover .header .control {
	display: block;
}

.commentList .commentInfo .header {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
}

.commentList .commentInfo .content {
	padding: 20px 10px;
	font-weight: 100;
}

/* commentList */
.commentList {
	margin-top: 20px;
}

.guestInfo label {
	margin-right: 6px;
	color: #555;
}

.guestInfo input[type="text"],
.guestInfo input[type="password"] {
	display: block;
	width: 100%;
	padding: 8px 10px;
	margin-bottom: 5px;
	color: #555;
	font-weight: 100;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.secretWrap {
	margin: 15px 0;
} 

/* footer */
.wrapper > .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-top: 1px solid #e2e2e2;
	background-color: #fefefe;
	padding: 20px 0;
	box-sizing: border-box;
}

.footer > .copyright {
	margin-bottom: 15px;
	color: #999;
	font-size: 0.8em;
}

.footer > .counter {
	margin-bottom: 20px;
	color: #777;
	font-size: 0.9em;
}

.counter {
  display: none;
}
.footer > .search > input {
	padding: 10px 3px;
	background-color: #f5f5f5;
	text-align: center;
	width: 120px;
	height: 10px;
	font-size: 1.3em;
	border-radius: 4px !important;
	box-sizing: border-box;
}

.footer > .contact {
	padding-bottom: 15px;
}

/* jhkim - 2016.01.14 카테고리화면 썸네일*/
a.naThumb > .thumb {
	border-radius: 50%;
	width: 62px;
	height: 62px;
	object-fit: cover;
	display:none
}
.searchList-thumb{
	float: right;
	margin-top: -10px;
	border-radius: 55px;
	display:none
}

/* jhkim - 2016.01.14 글번호*/
.articleNum {
  font-family: 'Roboto', sans-serif;
	font-size: 3.2em;
	color: #7b7b7b;
	font-weight: 100;
	float: left;
	margin-top: -6px;
	margin-bottom: 30px;
	padding-right: 5px;
	border-right: 1px solid #e2e5e6;
}

