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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: "나눔고딕","돋움",Dotum, Verdana, sans-serif;
	font-size: 12px;
	color:#444;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
a{text-decoration:none;color:#0F558A;border:none;}
a:hover{text-decoration:none;color:#0F558A;}
.button{
	cursor:pointer;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,116,162,0.8);
	padding:10px;
	background-color: #2ea2cc;
	background-image: -moz-linear-gradient(top, #1e8cbe 0%, #0074a2 100%);
	background-image: -webkit-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	background-image: -ms-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	background-image: -o-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	background-image: linear-gradient(top, #1e8cbe 0%,#0074a2 100%);

	-moz-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
	-o-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
	-ms-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
	box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
}
.button:hover{
	cursor:pointer;
	color: #fff;
	text-shadow: 0 -1px 0 rgb(0,116,162);

	background-image: -moz-linear-gradient(top, #2ea2cc 0%, #0074a2 100%);
	background-image: -webkit-linear-gradient(top, #2ea2cc 0%,#0074a2 100%);
	background-image: -o-linear-gradient(top, #2ea2cc 0%,#0074a2 100%);
	background-image: -ms-linear-gradient(top, #2ea2cc 0%,#0074a2 100%);
	background-image: linear-gradient(top, #2ea2cc 0%,#0074a2 100%);

	-moz-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
	-webkit-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
	-o-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
	-ms-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
	box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
}
/* new version start*/
body {
	font-size: 62.5%;
	background: #fff;
	font-family: sans-serif;
	line-height: 22px;
	color: #444;
}
.wrapper{
	width:1000px;
	margin:0 auto;
	clear:both;
}
#wrap-header{
	height:78px;
	min-width:960px;
	/*background:#0F558A;*/
}

#wrap-header h1 a{
	display:block;
	background:url(http://ssamture.net/wp-content/themes/ssamtureV1/images/ssamturenet_logo_new.png) center left no-repeat;
	background-size:211px 31px;
	width:300px;
	height:70px;
	text-indent:-9999px;
	float:left;
}
#head-search{
	float:right;
	margin-right:14px;
	height:48px;
	padding-top:30px;
}
#head-search form{
	width:288px;
	display:inline-block;
	border-bottom:1px solid #3f3f3f;
}
#head-search input.text {
	/*background: #0A3556;*/
	border: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 262px;
	height: 18px;
	color: #999999;
	float: left;
	font-size: 12px;
	outline: none;
	font-family: "Open Sans", sans-serif;
	border-radius: 0px;
	padding:3px;
}
#head-search .button {
	float: left;
	text-shadow: none !important;
	border: none;
	height: 24px;
	width: 20px;
	background: #0A3556;
	background-image: url(http://ssamture.net/wp-includes/images/admin-bar-sprite.png?d=20120831);
	background-position: 100% 2px;
	background-repeat: no-repeat;
	border-radius:0;
	padding: 0;
}
#wrap-menu{
	height:48px;
	border-bottom:1px solid #0F558A;
}
#wrap-menu ul{
	list-style:none;
	width:100%;
	padding:0;
	float:left;
}
#wrap-menu ul li{
	float:left;
	position:relative;
}
#wrap-menu ul li a{
	font-weight:600;
	display:block;
	line-height:34px;
	padding:0 6px;
	margin:0 4px;
	font-size:13px;
	color:#000;
	height:48px;
}
#wrap-menu ul li a:hover{
	text-decoration:none;
}
	
#wrap-menu .sub-menu {
	display:none;
	min-width: 0;
	/*background:  #0F558A;*/
	/*margin-top: -1px;*/
	/*border: #0F558A solid 1px;*/
	border-top:0;
}
#wrap-menu .sub-menu li{
	border-left: #0F558A solid 1px;
	border-right:#0F558A solid 1px;
	background: #fff;
}
#wrap-menu .sub-menu li:first-child{
	background:url('/wp-content/themes/ssamtureV1/images/gnb_arrow_bg.png') 20px top no-repeat;
	border:0;
	height:10px;
}
#wrap-menu .sub-menu li:last-child{
	border-bottom:#0F558A solid 1px;
}
#wrap-menu ul li:hover .sub-menu, #wrap-header ul li .sub-menu:hover{
	display:block;
	position:absolute;
	top:39px;
	/*left:-75%;*/
	z-index:11;
	width:200px;
	
}
#wrap-menu ul li .sub-menu li{
	float:none;

}
#wrap-menu ul li a:hover{
	color:#156FB7;
}
#wrap-menu ul li .sub-menu li:hover{
	/*background:#156FB7;*/
}
#welcome {
	background: #f7f7f7;
	min-width: 960px;
	min-height: 340px;
	border-bottom: 1px solid #dfdfdf;
}
#welcome img.screenshot {
	margin-top: 22px;
	margin-right: 28px;
	float: left;
}

#welcome p {
	font-size: 13px;
	padding: 11px 0;
	margin-right: 14px;
}

#welcome p.intro {
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-top: 34px;
	font-size: 17px;
	line-height: 1.5em;
}

#welcome p.intro strong {
	font-weight: normal;
}

p.intro a {
	font-weight: normal;
}
#home-below {
	font-size: 13px;
	width: 960px;
	margin: 0 auto;
}
#home-below .image img {
	border: 1px solid #dadada;
}

#home-below .wrapper {
	float: left;
	margin-bottom: 14px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	margin: 0 14px;
}
.col-1 { width: 52px; }
.col-2 { width: 132px; }
.col-3 { width: 212px; }
.col-4 { width: 292px; }
.col-5 { width: 332px; }
.col-6 { width: 452px; }
.col-7 { width: 532px; }
.col-8 { width: 612px; }
.col-9 { width: 692px; }
.col-10 { width: 772px; }
.col-11 { width: 852px; }
.col-12 { width: 932px; }
.col-9 h2 {
	margin: 6px 0;
	font-family: "나눔고딕",Georgia, Times, "Times New Roman", serif;
}
.col-4 li{
	list-style:square;
}
.col-9 .entry {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
}

h3 {
	font-size: 14px;
	color: #333;
	font-weight:bold;
	margin: -1px 0 1px 0;
}

h4, h3.head {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 4px;
	color: #333;
	margin-bottom: 18px;
}
#home-below h4 {
	margin-top: 28px;
	margin-bottom: 16px;
}

#home-below h4 a {
	font-weight: bold;
}

#home-below h5 {
	margin-bottom: 0;
}

#home-below img.book {
	margin-top: -17px;
	margin-bottom: 6px;
}

#home-below a {
	font-size: 14px;
}

#home-below ol.steps {
	margin-top: -4px;
}

#home-below ol.steps li {
	padding-left: 44px;
	padding-top: 4px;
	margin-bottom: 17px;
	position: relative;
}

#home-below ol.steps li span {
	content: '';
	width: 31px;
	height: 31px;
	position: absolute;
	left: 0;
	top: 0;
        background-image: url(http://s.wordpress.org/style/images/steps.png);
        background-size: 93px 31px;
        background-repeat: no-repeat;
}
/* 본문 */
#section_name{
	height: 62px;
	min-width: 960px;
	background: #f7f7f7;
	border-bottom: 1px solid #dfdfdf;
}
#section_name h2 {
	color: #555;
	font-size: 28px;
	line-height: 1em;
	text-shadow: #fff 0px 1px 0px;
	padding-top: 18px;
	padding-left: 12px;
	float: left;
	text-rendering: optimizeLegibility;
}
#main{
	font-size:13px;
	/*margin-top:29px;*/
}
#lnb{
	width:200px;
	float:left;
	position:relative;
}
#lnb .lnb_title{
	border:1px #e1e1e1 solid;
	font-size:20px;
	font-weight:bold;
	padding:10px;
	padding-top:30px;
	background: #f5f5f5;
	color:#000;
}
#lnb ul{
	list-style:none;
}
#lnb ul li{
	border-bottom:1px #e1e1e1 solid;
	border-left:1px #e1e1e1 solid;;
	border-right:1px #e1e1e1 solid;
}
#lnb ul li a{
	padding:10px 15px;
	display:block;
	font-size:13px;
	color:#666;
}
#lnb ul li a.on{
	color:#0F558A;
	font-weight: bold;
}
#lnb .ads{
	margin-top:20px;
}
#content{
	float:left;
	width:780px;
	margin-left:20px;
}
#content .currentlocation{
	padding:10px 0;
}
/* 싱글 영역 */
/* 싱글 영역 */
#article .article-header{
	margin-top:18px;
	padding-bottom:14px;
	margin-bottom:14px;
	border-bottom:1px #e1e1e1 solid;
}
#article .article-header h1{
	/*border-top:5px solid #0F558A;*/
	text-align: center;
	padding-top:1px;
	margin-bottom:7px;
	font-size:20px;
	line-height:25px;
	letter-spacing:-1px;
	word-wrap:break-word;
	font-weight:bold;
	color:#000;
}
#article .article-header h1:before {
	/*content: ' ';*/
	background-color:#0F558A;
	color:#fff;
	margin-top:-1px;
	text-align:center;
	vertical-align:middle;
	font-size:10pt;
	height:32px;
	width:32px;
	padding:8px 15px;
	margin-right:2px;

}
#article .article-meta{
	margin:7px 0 0 0;
	font:8pt;
	color:#777;
	text-align: center;
}
#article #article-content .ads{
	width:200px;
	height:200px;
	position:relative;
	float:right;
	margin:15px 0 20px 29px;
	padding-top:1px;
	z-index:10;
}
#article-content h1{
	font-size:21px;
	font-size:1.5rem;
	line-height:1.5;
}
#article-content h2{
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
#article-content h3{
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
#article-content h4{
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
#article-content h5{
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
#article-content h6{
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
#article-content dl{
	margin:0 24px;
}
#article-content dt{
	font-weight:bold;
	line-height:1.714285714;
}
#article-content dd{
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#article-content ol{
	list-style:decimal outside;
	margin:0 0 24px;
	line-height:1.714285714;
}
#article-content ol li{
	list-style:decimal outside;
}
#article-content ul{
	margin:0 0 24px;
	line-height:1.714285714;
}
#article-content table{
	border-bottom:1px solid #dedede;
	color:#777;
	font-size:12px;
	line-height:2;
	margin:0 0 24px;
	width:100%;
	
}
#article-content th{
	font-size:11px;
	line-height:2.181818182;
	font-weight:bold;
	text-transform:uppercase;
	color:#636363;
	text-align:left;
}
#article-content p td{
	border-top:1px solid #dedede;
	padding:6px 10px 6px 0;
}
#article-content #wp-post_content-wrap td{
	padding:0;
	margin:0;
}
#article #article-content img{
	max-width:790px;
	text-align:center;
}
#article #article-content p{
	font-size:100%;
	line-height:1.5;
	margin:0 0 24px;
}
#article #article-content code,
#article #article-content pre{
	display:block;
	background:#f3f3f7;

	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;

	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 14px;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
#article #article-content blockquote{
	color:#999;
	font-style:italic;
	background:#f3f3f7;
	padding:4px 6px;
	border:1px solid #DEDEE3;
	border-left:8px solid #3478e3;
}
#article #article-content strong{
	font-weight:bold;
	font-size:14px;
	color:#000;
}
#article #article-content img{
	border:1px solid #dedee3;
}
#article #article-content ul li{
	list-style:disc;
}
#article li{
	margin:0 0 0 36px;
}
/* 다른 글 보기 */
#nrelate_related_1 h3{
	color:#0F558A;
	font-weight:bold;
	height:18px;
	margin-bottom:5px;
	border-bottom:2px solid #323232;
	margin-top:10px;
}
/* work 카테고리 */
#work_category {
	margin:0;
	clear:both;
}
#work_category > li{
	display:block;
	float:left;
	position:relative;
	list-style:none;
	min-height:310px;
	width:215px;
	margin: 0 33px 40px 0; 	
	padding: 0 0 10px 0;
}
#work_category>li img {
	width:215px;
	height:195px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.35);
}

#work_category>li a:hover img {
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.5);
}

#work_category p {
	margin: 10px 0 20px 0;
	line-height: 1.4
}

#work_category h5 {
	font-size: 14px;
	line-height: 1.2;
	margin: 13px 0 0 0;
}

#work_category h5 a {
	font-style: normal;
	font-weight: bold;
}
/* work 카테고리 끝 */
#sidebar{
	position:relative;
	display:inline;
	float:right;
	width:233px;
	overflow:hidden;
	z-index:1;
}
#sidebar .widget{
	position:relative;
	width:233px !important;
	padding:20px 0 20px 0;
	border-bottom:1px solid #e1e1e1;
	vertical-align:top;
	line-height:20px;
}
#sidebar .widget h2{
	text-align:left;
	color:#0F558A;
	font-weight:bold;
	height:18px;
	border-top:5px solid #0F558A;
	padding-top:8px;
	margin:5px 0;
}
/*
#main #sidebar .widget h2:before {
	content: ' ';
	background-color:#0F558A;
	color:#fff;
	margin-top:-1px;
	text-align:center;
	vertical-align:middle;
	font-size:10pt;
	height:23px;
	width:23px;
	padding:8px 15px;
	margin-right:5px;

}*/
#sidebar .widget p ins{
	text-align:center;
}
#sidebar .widget #calendar_wrap table#wp-calendar{
	width:100%;
}
#sidebar .widget #calendar_wrap table#wp-calendar td{
	text-align:center;
}
/* pagenavi */
#main .pagenavi{
	padding:10px 0;
	text-align:center;
}
#main .pagenavi strong,
#main .pagenavi a{
	padding: 2px 5px 4px 5px;
	text-decoration:none;
	font:bold 10px;
	margin-left:4px;
	border:1px solid #fff;
	
}
#main .pagenavi strong{
	color:#0F558A;
	font-weight:bold;
}
#main .pagenavi a:hover{
	text-decoration:none;
	border:1px solid #ccc;
	color:#333;
}

/* Footer */
#wrap-footer {
	clear: both;
	overflow: auto;
	min-width: 932px;
	margin: 0 auto;
	padding: 22px 14px 65px 14px;
}
#wrap-footer .wrapper {
	border-top: 1px solid #dfdfdf;
	padding-top:20px;
	overflow: auto;
	width: 932px;
	float:none;
	clear:both;
}
#wrap-footer .c0{
	width:22%;
}
#wrap-footer .c1,#wrap-footer .c2{
	width:15%;
}
#wrap-footer .c3,#wrap-footer .c4{
	width:24%;
}
#wrap-footer .c0, #wrap-footer .c1, #wrap-footer .c2, #wrap-footer .c3, #wrap-footer .c4{
	float:left;
}
#wrap-footer h4{
	font-size:11px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin: 0 0 16px;
	color:#444;
	border:0;
	font-style:normal;
}
#wrap-footer ul {
	font-size:15px;
	line-height:1.6em;
}

#wrap-footer ul li {
	font-size:13px;
	line-height:16px;
	padding:0 0 8px 0;
	color:#888;
	margin-bottom:0;
	list-style:none;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

#wrap-footer ul li a {
	border: none;
	color:#0F558A;
}
#wrap-footer ul li a:hover{
	border-bottom:1px solid #ddd;
	text-decoration:none;
}

#wrap-footer h6 {
	clear: both;
	height: 15px;
	margin-top: 50px;
	text-align:center;
}
/* 카테고리 */
#content-archive .entry{
	
	border-bottom:1px #e1e1e1 solid;
	padding:1.5em 0;
}
#content-archive .entry h2.excerpt-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

#content-archive .entry h2.excerpt-title a {
	font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: black;
}
#content-archive .entry .posted-on,
#content-archive .entry .byline,
#content-archive .entry .author  {
  font-size: 14px;
  font-weight: lighter;
  color: rgb(158, 158, 158);}


ul#archive li{
	margin:0;
	padding:10px 5px 10px 5px;
	border-top:1px solid #eee;
	border-bottom:none;
	list-style:none;
}
ul#archive li a{
	font-size:14px;
	font-weight:bold;
}
ul#archive li a:hover{
	text-decoration:underline;
	color:#fff;
}
ul#archive li span.regdate{
	float:right;
}
ul#archive li:hover{
	background:#156FB7;
	color:#fff;
}
ul#archive li:hover > a{
	text-decoration:underline;
	background:#156FB7;
	color:#fff;
}
/* 커뮤니티 관련*/
.com_more{
	position:absolute;
	top:0;
	right:-1px;
	font-size:11px;
	color:#999;
	letter-spacing:-1px;
	clear:both;
}
.community_box{
	position:relative;
}
/* 404 */
div#error404{
	width:315px;
	margin:auto;
	
}
div#error404 h2{
	font-size:20px !important;
	font-weight:bold !important;
	color:#0F558A;
	line-height:40px;
}
/* new version end*/
.clearfix::after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}