@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;primary
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

/*  상단 메뉴바 */
.tistorytoolbar{display:none;}


/* body */
body {
	padding: 0px;
	margin: 0px;
	background: #fff;
}

button {
	font: 12px "나눔고딕",NanumGothic,"돋움",Arial,Helvetica,sans-serif;
	color: #FFFFFF;
}

body, input, textarea {
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	color: #727272;
}

/* Headings */
h1, 
h2,
h3 {
	font-family: "나눔고딕",NanumGothic,"돋움",Arial,Helvetica,sans-serif;
	font-weight: 600;
	color: #477FD6;
}
h1 a, 
h2 a, 
h3 a { 
	color: inherit;
}
h1 { 
	font-size: 24px; 
	line-height: 30px;
        margin-top: 10px;
	margin-bottom: 30px;
}

h2 { 
	font-size: 20px; 
	line-height: 30px;
	margin-bottom: 16px;
}

h2.white {
	color: #fff;
	margin-bottom: 12px;
}

h2.white2 {
	font-size: 16px; 
	color: #fff;
	margin-bottom: 12px;
}

h2.black {
	font-size: 20px;
	padding: 10px;
	color: #333333;
	background: url(./images/h-line.jpg) repeat-x left top;
	background-position: 0px 22px;
}

h2.sidetitle {
	font-size: 16px;
	padding: 0px 10px;
	color: #333333;
	background: url(./images/h-line.jpg) repeat-x left top;
	background-position: 0px 12px;

}

h3 { 
	font-size: 27px; 
	line-height: 32px;
	margin-bottom: 20px;
}
h3.unline {
	float: left;
	margin-bottom: 40px;
	padding-bottom: 7px;
	border-bottom: 1px solid #949494;
}
h3.unline i {
	margin-right: 5px;
}


/* Text elements */
p {
	font: 14px;
	color: #666;
	font-weight: normal;
	line-height: 24px;
}
.bigpt {
	font-size: 16px;
	line-height: 25px;
}


ul, ol {
	margin: 0 0 5px 0;
}
ul {
	list-style: none;
}
ul li {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

.side_list a {
  color: #000000;
}

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 20px 0 20px 36px;
	font-size: 16px;
	border-left: 5px solid #477FD6;
	padding: 5px 20px 5px 20px;
	font-family: 'Open Sans' !important;
	font-weight: normal;
	color: #454545;
}
pre {
	background: #f4f4f4;
	font-size: 13px;
	font: 13px 'Open Sans', sans-serif;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}
code, kbd {
	font-size: 13px;
	font: 13px 'Open Sans', sans-serif;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}



/* Links */
a {
	color: #477FD6;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #66CCFF;
}

.color { color: #477FD6;
}
.color2 { color: #333333;
}
.color2.sb { font-weight: 600;
}
.cloud4 { color: #000000;
}

blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* Clear Fix Styles */

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
{
	height:1%;
}

.clearfix
{
	display:block;
}

/* less width */
.less1 {
	width: 75%;
	margin: 0 auto;
}
.less2 {
	width: 50%;
	margin: 0 auto;
}


/* text color white */
.white {
	color: #fff;
}

/* margin bitween sections */
.margin_top1 {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.margin_top2 {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.marb {
	margin-bottom: 50px;
}


/* image alignments */
.img_left {
	float: left;
}
.img_left1 {
	float: left;
	margin-right: 20px;
}
.img_left2 {
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.alicent {
	text-align: center;
}

/* 창크기조절 */
img, video {
    display: inline-block;
    width: auto\9 !important; /* ie8 */
    width: auto !important;
    max-width: 100%;
    height: auto !important;
	margin:0 auto;
}

.imageblock, .imageblock span, .imageblock span img { max-width:100% !important; }
.imageblock span { display:block !important; }
.imageblock img { height: auto !important; padding:15px 0; }

.video { 
position: relative; padding-top: 10px; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; 
} 
.video iframe, .video object, .video embed { 
position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}


.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}

.container {
	width: 1170px;
	margin: auto;
}


.content_fullwidth {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}



/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 70px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(logo.png) no-repeat left top;
}



/* header area adinationals */
.logo {
	float: left;
	width: 21%;
	margin-top: 5px;
}


/*----------------------------------------------------
 HEADER STYLES
------------------------------------------------------*/

.header {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background: #303030 ;
}

.header .top_header {
	float: left;
	width: 100%;
	background: url('./images/top-graph.png') no-repeat center top;
	padding: 20px 0px 0px 0px;
	margin-bottom: 0px;
}

.header_bg {
	float: left;
	padding: 0px 0px 10px;
	margin: 5px 0px 0px 0px;
	width: 100%;
	color: #727272;
	background: rgba(255, 255, 255, 0.05);
	list-style:none;
}

/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/

/* section title 1 */
.title1 h2{
	color: #fff;
    font-size: 35px;
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: bold;
}
.title1 h2 em{
	font-size: 14px;
	display: block;
	font-weight: 400;
	font-style: normal;
	margin-top: 3px;
}
.title1 .line{
    background: #fff;
    height: 1px;
    display: block;
    top: 18px;
    width: 37%;
	margin-left: 31.3%;
	position: absolute;
}
.title1 .text{
    background: #477FD6;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0px 14px;
}


.tags a {
	margin-top: 0;
	line-height: 10px;
}

.tagst a {
	margin-top: 0;
	font-size: 12px;
	line-height: 10px;
        color: #727272;
}

/* 페이지 */
.paging {text-align:center; }
.paging span.selected { /* 현재 페이지 */
  background-color:#477FD6;
  color:#fff;
}


#none
{display:none;
}

/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background: #303030 ;
}

.footer .top_footer {
	float: left;
	width: 100%;
	background: url('./images/footer-graph.png') no-repeat center top;
	padding: 50px 0px 0px 0px;
	margin-bottom: 0px;
}

.divider5 {
    width: 100%;
    margin-bottom: 30px;
}

/* copyrights */
.copyright_info {
	float: left;
	padding: 30px 0px 25px 0px;
	margin: 20px 0px 0px 0px;
	width: 100%;
	color: #727272;
	font-size: 12px;
	background: rgba(255, 255, 255, 0.05);
	list-style:none;
}
.copyright_info a {
	margin-top: 10px;
	font-size: 12px;
	color: #727272;
	text-align: right;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #e3e3e3;
}

/* 수정용 */

#guestWrite,
.commentWrite {
  padding: 10px;
  margin-bottom: 15px;
}
.commentList {
  padding-top:10px;
}

#guestWrite .row>div,
.commentWrite .row>div {
  margin-bottom: 10px;
}
#guestList .tags img,
.commentList .tags img {
  width:50px;height:50px;margin-bottom:5px;background-color:#fff;padding:4px;line-height:1.4;border:1px solid #ddd;border-radius:4px;
}

#guestList .media,
.commentList .media {
  margin-bottom: 15px;
  padding:20px 0 20px;
}

#guestList .media-body,
.commentList .media-body {
  padding:10px 0 5px;
  font-size: 1.0em;

}
#guestList .tags,
.commentList .tags {
  display: block;
  padding:0 5px 5px;
  position:relative;
}
#guestList .tags,
.commentList .tags {
  font-size: 0.8em
}
#guestList .tags i,
.commentList .tags i{
  position: absolute;
  top: 25%;
  left: 0;
  color: #ddd;
  font-size: 1.5em;
}
#guestList .reply,
.commentList .reply {
  padding: 10px 10px 35px 10px;
  background-color: #EDEDED;
}

.list-unstyled{padding-top: 10px;padding-left:0;list-style:none;}
.list-inline{padding-left:0;list-style:none;margin-left:-5px}
.list-inline>li{display:inline-block;padding-left:3px;padding-right:3px}
li.time {font-size: 0.8em;}

/* 수정용 끝 */


.divider {
    float: left;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #D9D9D9;

}

.divider2 {
    float: left;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CACACA;

}

.divider3 {
    float: left;
    width: 100%;
    padding-top: 1px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #D9D9D9;

}

.divider4 {
    float: left;
    width: 100%;
    padding-top: 1px;
    margin-bottom: 15px;
}

.googleadmargin {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.adsbygoogle {
  background:#fff;
} 

/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.footer_social_links li a i {
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 100%;
	line-height: 24px;
	vertical-align: middle;
	background-color: #333;
	color: #999;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}

/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:45px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(./images/q_scroll-top.png) no-repeat left top;
	z-index: 999;
}

/* category */


.category {margin:0;padding:0;}
.category ul li {background:#333333;} /* 카테고리 전체 제목(블로그 타이틀) 배경색 */
.category ul li li {background:#999999;} /* 대분류 배경색 */
.category ul li li li {background:#AFAFAF; padding-left:10px;} /* 소분류 배경색 및 왼쪽 여백 */
.category ul li a {color:#FFFFFF; padding: 4px 10px 4px 25px;display:block;}
.category ul li li:hover {background:#477FD6;} /* 롤오버 기능 */


/*calendar*/
.sidebar_calendar * {
  text-align: center;
  font-size: 12px;
}
.sidebar_calendar .prev-month {
  margin-left: 10px;
  float: left;
  font-weight: bold;
}
.sidebar_calendar .next-month {
  margin-right: 10px;
  float: right;
  font-weight: bold;
}
a.cal_click {
display:block;
color:#fff;
font-weight:bold;
background-color: #727272;
padding: 2px 9px 2px;
}
.cal_day4 {
color: white;
font-weight: bold;
background-color: #477FD6;
}


/* sidebar widget */
.sidebar_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.sidebar_widget ul.arrows_list1{
	padding: 0px;
	margin: 0px;
	float: left;
	margin-top: -10px;
}
.sidebar_widget ul.arrows_list1 li a {
	color: #477FD6;
	line-height: 30px;
}
.sidebar_widget ul.arrows_list1 li a:hover {
	color: #727272;
}
.sidebar_widget ul.arrows_list1 i {
	margin-right: 4px;
}

.sidebar_widget h3, .clientsays_widget h3 {
	margin-bottom: 30px;
	float: left;
	font-weight: 300;
}
.sidebar_widget h3 i, .clientsays_widget h3 i {
	font-weight: 500;
	font-style: normal;
}

.sidebar_title {
  display: inline-block;
	width: 100%;
	font-size: 13px;
}

.sidebar_title span.name>span {
  display: inline-block;
  min-width: 10px;
}
.sidebar_title span.name>span:empty {
  display:none;
}
