@charset "utf-8";
/* CSS Document */

@font-face {font-family:NanumGothicEot; src:url(./images/NanumGothic.eot);}

body{
	margin:0;
	font:13px NanumGothic, "나눔고딕", NanumGothicEot, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Gulim, "굴림", Verdana, Arial, "Trebuchet MS";
	text-align:center;
	color:#333;
}

a:link	{text-decoration:none; color:#333;}
a:hover	{text-decoration:none; color:#333;}
a:visited	{text-decoration:none; color:#333;}
a:active	{text-decoration:none; color:#333;}


/* 기본 */
ul, ol	{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5	{margin:0; padding:0;}
img	{border:none;}
input, textarea	{font:12px NanumGothic, "나눔고딕", NanumGothicEot, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Gulim, "굴림", Verdana, Arial, "Trebuchet MS"; outline: none;}



/* layout */
#container{
	background: url(./images/bg.gif) repeat left 200px;
}
#headerWrap{
	height: 197px;
	min-width: 900px;
	background: url(./images/bgTop.gif) repeat-x;
}
#header{
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
#wrapper{
	margin: 0 auto;
	padding: 0 25px 25px;
	width: 850px;
	text-align: left;
	background-color: #FFF;
}
	#content{
		float:left;
		width: 600px;
	}
	#sidebar{
		float: right;
		padding-top: 25px;
		width: 225px;
	}
#footer{
	min-width: 900px;
	background-color: #e0e4e3;
}
	#copyright{
		padding: 20px 0;
		margin: 0 auto;
		width: 900px;
		text-align: left;
	}
	


/* header */
#header h1{
	padding-top: 30px;
	height: 126px;
	background: url(./images/bgHeader.gif) no-repeat right bottom;
}
#menu{
	float:left;
	width: 650px;
	height: 41px;
}
#menu li{
	padding: 9px 25px 0;
	float: left;
	background: url(./images/bgMenuLine.gif) no-repeat right 11px;
}
#menu li.last{
	background: none;
}
#menu li a{
	display: block;
	height: 20px;
	background: url(./images/btMenu.gif) no-repeat;
}
#menu li a.cate1{
	width: 90px;
	background-position: 0 0;
}
#menu li a:hover.cate1{
	background-position: 0 -50px;
}
#cate1 #menu li a.cate1{
	background-position: 0 -100px;
}
#menu li a.cate2{
	width: 140px;
	background-position: -100px 0;
}
#menu li a:hover.cate2{
	background-position: -100px -50px;
}
#cate2 #menu li a.cate2{
	background-position: -100px -100px;
}
#menu li a.cate3{
	width: 140px;
	background-position: -250px 0;
}
#menu li a:hover.cate3{
	background-position: -250px -50px;
}
#cate3 #menu li a.cate3{
	background-position: -250px -100px;
}
#menu li a.cate4{
	width: 70px;
	background-position: -400px 0;
}
#menu li a:hover.cate4{
	background-position: -400px -50px;
}
#menu li a span.active{
	display: block;
	width: 70px;
	height: 20px;
	background: url(./images/btMenu.gif) no-repeat -400px -100px;
}
#menu li a span{
	display: none;
}
.search{
	float: left;
	margin-top: 6px;
	padding: 0;
	width: 225px;
	height: 25px;
	background: url(./images/bgSearch.gif) no-repeat;
}
.curFocus{
	float: left;
	width: 225px;
	height: 25px;
	background: url(./images/bgSearch3.gif) no-repeat;
}
.searchinput{
	margin-left: 30px;
	padding: 5px;
	height: 15px;
	width: 185px;
	border: none;
	background: none;
	color: #FFF;
}
.searchinputOn{
	margin-left: 30px;
	padding: 5px;
	height: 15px;
	width: 185px;
	border: none;
	background: none;
	color: #333;
}


/* nonEntry */
#searchList h3{
	padding: 25px 0;
	font-size: 22px;
	background: url(./images/bgSidebarH3.gif) repeat-x left bottom;
}
#searchList ol{
	padding: 10px 0 20px;
	border-bottom: 1px solid #CCC;
	list-style: inside decimal;
}
#searchList ol li{
	padding-top: 10px;
}
#searchList ol li a{
	color: #4c62bb;
}
#searchList ol li a:hover{
	text-decoration: underline;
}
#searchList ol li a:visited{
	color: #c700c9;
}
#searchList .date{
	font: 11px Verdana;
	color: #999;
}
#searchList ol li .cnt{
	color: #cc0000;
}


/* entry */
.titleWrap h2{
	padding: 25px 0;
	font-size: 22px;
	background: url(./images/bgSidebarH3.gif) repeat-x left bottom;
}
.titleWrap .date{
	font: 12px Verdana;
	color: #999;
}
.titleWrap .category a{
	color: #4c62bb;
}
.underTitle{
	margin-top: 10px;
	text-align: right;
}

.admin{
	padding: 5px 0;
	margin-top: 10px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	background-color: #f7f7f7;
	font-size: 12px;
}

.article{
	margin: 25px 0;
	line-height: 180%;
	overflow: hidden;
}
#entryNotice .article{
	margin: 25px 0 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCC;
}

.article a:link	{color:#4c62bb;}
.article a:hover	{text-decoration:underline;}
.article a:active	{color:#ff0190;}
.article a:visited	{color:#c700c9;}

.article h1{
	margin-bottom: 20px;
	font-size: 18px;
}
.article h2{
	margin-bottom: 20px;
	padding: 8px 0 0 35px;
	height: 32px;
	background: #EEE url(./images/bgArticleH2.gif) no-repeat;
	font-size: 16px;
}
.article h2.type2{
	background: #EEE url(./images/bgArticleH2Type2.gif) no-repeat;
}
.article h2.q{
	padding-left: 50px;
	background: #EEE url(./images/bgArticleH2q.gif) no-repeat;
}

.article h2.a{
	padding-left: 50px;
	background: #EEE url(./images/bgArticleH2a.gif) no-repeat;
}

.article h3{
	margin: 0 0 10px;
	padding: 10px;
	background-color: #eee;
}

.article ins{
	padding-left: 17px;
	background: url(./images/bgLine.gif) no-repeat;
	border-bottom: 2px solid #89c900;
	text-decoration: none;
}

.cap1{
	color: #888;
}

blockquote{
	margin-left: 0;
	margin-right: 0;
	padding-left: 60px;
	background: url(./images/bgBlock.gif) no-repeat;
}

.moreless_fold span{
	padding-left:17px;
	background:url(./images/icon_more.gif) no-repeat 0 2px;
}
.moreless_top span{
	padding-left:17px;
	background:url(./images/icon_less.gif) no-repeat 0 2px;
}
.moreless_bottom span{
	padding-right:17px;
	background:url(./images/icon_less.gif) no-repeat right 2px;
}
.moreless_fold{
}
.moreless_top{
}
.moreless_content{
	padding:15px 0;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
}
.moreless_bottom{
	text-align:right;
}

.article ol{
	list-style: inside decimal;
	margin: 20px 0;
}
.article ol li{
	padding: 3px 0;
	margin-left: 25px;
}
.article ul{
	margin: 20px 0;
}
.article ul li{
	margin-left: 25px;
	padding: 3px 0 3px 10px;
	background: url(./images/bgList.gif) no-repeat 0 11px;
}




.actionTrail{
	position: relative;
	z-index: 100;
	padding: 10px 0 13px;
	border-top: 1px solid #CCC;
	background: url(./images/bgSidebarH3.gif) repeat-x left bottom;
	font: 14px Verdana;
	text-transform: uppercase;
}
.actionTrail .cnt{
	color: #cc0000;
}

.articleSocial{
	margin-bottom: 25px;
	text-align: center;
}
.articleSocial ul{
	margin: 0 auto;
	width: 230px;
}
.articleSocial li{
	float: left;
	padding-right: 5px;
	height: 80px;
}
.articleSocial li.twitter{
	padding-top:8px;
	height: 72px;
	width: 67px;
	background: url(./images/bgScTwitter.gif) no-repeat;
}
.articleSocial li.facebook{
	padding-top:8px;
	height: 72px;
	width: 74px;
	background: url(./images/bgScFacebook.gif) no-repeat;
}


.facebookComment{
}

.trackback h3{
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
	font: normal 12px Verdana;
	text-align: center;
	color: #999;
}
.trackback ol{
	list-style: inside decimal;
}
.trackback h5{
	display: inline;
	font-weight: normal;
	font-size: 13px;
}
.trackback a{
	color: #4c62bb;
}
.trackback a:hover{
	text-decoration: underline;
}
.trackback a:active{
	color: #ff0190;
}
.trackback a:visited{
	color: #c700c9;
}
.trackback ol li{
	padding-top: 10px;
}
.trackback a.del{
	color: #cc0000;
}
.trackback .name{
	color: #999;
}
.trackback .date{
	font: 11px Verdana;
	color: #999;
}
.trackback ol{
	padding-bottom: 13px;
	background: url(./images/bgSidebarH3.gif) repeat-x left bottom;
}

.commentWrite{
	padding: 18px 20px 16px;
	margin-top: 20px;
	background: url(./images/bgCommentWrite.gif) no-repeat;
}
.commentWrite h3{
	font-size: 13px;
}
.commentWrite .cwWrapper{
	padding: 15px 0 5px;
}
.commentWrite .cwLeft{
	float: left;
	width: 170px;
}
.commentWrite .cwRight{
	float: right;
	width: 370px;
}
.commentWrite .cwInput{
	display: block;
	margin-bottom: 8px;
	padding: 5px;
	width: 158px;
	height: 13px;
	border: 1px solid #CCC;
	background: #FFF;
}
* html .commentWrite .cwInput{
	margin-bottom: 7px;
}
.commentWrite .cwInputOn{
	display: block;
	margin-bottom: 8px;
	padding: 5px;
	width: 158px;
	height: 13px;
	border: 1px solid #3867c1;
	background: #FFF;
}
* html .commentWrite .cwInputOn{
	margin-bottom: 7px;
}
.cwLeft label{
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
}
* html .cwLeft label{
	margin-bottom: 7px;
}
.cwLeft label .cwEng{
	padding-left: 5px;
	font: 10px Verdana;
	text-transform: uppercase;
	color: #888;
}

.commentWrite .cwTextarea{
	margin: 0 0 30px;
	padding: 5px;
	width: 355px;
	height: 123px;
	border: 1px solid #CCC;
	background: #FFF;
	overflow: auto;
	resize: none;
}
.commentWrite .cwTextareaOn{
	margin: 0 0 30px;
	padding: 5px;
	width: 355px;
	height: 123px;
	border: 1px solid #3867c1;
	background: #FFF;
	overflow: auto;
	resize: none;
}

.commentWrite .submitWrap{
	padding-top: 14px;
	clear: both;
	border-top: 1px solid #CCC;
	font-size: 12px;
}
* html .commentWrite .submitWrap, *+html .commentWrite .submitWrap{
	padding-top: 10px;
}
.commentWrite .secretWrap{
	float: left;
	padding-top: 3px;
}
.commentWrite .submit{
	display: block;
	float: right;
}

.commentList{
}
.commentList .name{
	padding-left: 63px;
	font-size: 16px;
	font-weight: bold;
	color: #4c62bb;
}
.commentList .rp_secret .name{
	color: #a5b0dd;
}
.commentList .rp_secret p{
	color: #999;
}
.commentList .name a{
	color: #4c62bb;
}
.commentList .date a{
	font: 11px Verdana;
	color: #999;
}
.commentList .date a:hover{
	text-decoration: underline;
}
.commentList .control{
	text-align: right;
}
.commentList .control a{
	color: #4c62bb;
	font-size: 11px;
}
.commentList .control a:hover{
	text-decoration: underline;
}
.commentList p{
	padding: 0 0 0 63px;
	margin: 10px 0 5px;
}
.commentList .cList{
	position: relative;
	padding: 15px 0 10px;
	line-height: 160%;
}
.commentList ol li{
	border-bottom: 1px solid #CCC;
}
.commentList ol li ul li{
	margin-left: 63px;
	border-bottom: none;
	border-top: 1px solid #CCC;
}

.commentList img{
	position: absolute;
	left: 0;
	width: 48px;
	height: 48px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.commentList p img{
	position: static;
	width: auto;
	height: auto;
	border: none;
	background: none;
}

/* paging */

#paging{
	width:600px;
	padding:20px 0;
	text-align:center;
}
#paging a.prev{
	display:block;
	width:64px;
	height:27px;
	background:url(./images/btNext.gif) no-repeat;
	float:left;
}
#paging a.next{
	display:block;
	width:64px;
	height:27px;
	background:url(./images/btNext.gif) no-repeat -75px 0;
	float:right;
}
#paging a:hover.prev{
	 background-position:0 -30px;
}
#paging a:hover.next{
	 background-position:-75px -30px;
}
#paging a.prev span, #paging a.next span{
	display:none;
}
#paging p{
	margin:0;
	padding:10px 0 0;
}
#paging .selected{
	color:#333;
}
#paging .numbox{
}
#paging a.num{
	padding:4px 7px;
	border:1px solid #CCC;
	background: #f7f7f7;
	font:11px Verdana;
	color:#888;
}
#paging a:hover.num{
}



/* sidebar */
#sidebar .module{
	margin-bottom: 25px;
}
#sidebar h3{
	padding-bottom: 10px;
	background: url(./images/bgSidebarH3.gif) repeat-x left bottom;
}

#social li{
	padding-right: 11px;
	float: left;
}
#social li.last2{
	padding: 0;
}
#social li.last{
	padding: 0;
	float: right;
}

#sidebar #service h3{
	background: none;
}

#call .num{
	display: block;
	padding: 10px 0 0 45px;
	background: url(./images/bgNum.gif) no-repeat 5px 8px;
	font: 26px Arial;
	color: #3867c1;
}
#notice ul{
	padding: 10px 0 0;
}
#notice li{
	padding-left: 20px;
	padding-bottom: 7px;
	font-size: 11px;
	background: url(./images/bgNotice.gif) no-repeat 2px 2px;
}
.categoryWrap{
	padding-top: 10px;
}

.ib{
	cursor: pointer;
}
.branch3{
	cursor: pointer;
	font-size: 11px;
}
.c_cnt{
	font: 10px Verdana;
	color: #3867c1;
}

.iframeWrap{
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	overflow:hidden;
}
* html .iframeWrap{
	width: 223px;
	overflow:hidden;
}


/*copyright */

#copyright{
	font: 11px Verdana;
	text-transform: uppercase;
	color: #777;
}
#copyright .adtText{
	font: bold 11px Arial;
}

/* main */
#main{
	margin: 25px 0;
}
* html #main{
	margin-top: 0;
}
#main01{
	position: relative;
	padding-right: 21px;
	height: 384px;
	background: url(./images/bgMain1.gif) no-repeat;
}
#main01 ul{
	position: relative;
	height: 393px;
}
#MC_Cover01 li{
	float: left;
	overflow: hidden;
}
#MC_Cover01 li{
	display: none;
}
#cover01.over1 #MC_Cover01 li.item0 { display:block;}
#cover01.over2 #MC_Cover01 li.item1 { display:block;}
#cover01.over3 #MC_Cover01 li.item2 { display:block;}

#main01 ul li .thumWrap{
	display: block;
	position: relative;
	float: left;
	width: 280px;
	height: 350px;
	overflow: hidden;
}
#main01 ul li img{
	display: block;
	position: relative;
	width: auto;
	height: 350px;
}
#main01 h4{
	float: right;
	padding: 50px 30px 15px;
	width: 233px;
	color: #FFF;
	font-size: 22px;
}
#main01 h4 a{
	color: #FFF;
}
#main01 .main01Con{
	float: right;
	padding: 0 30px;
	width: 233px;
	color: #FFF;
	font-weight: bold;
	line-height: 180%;
}
#main01 .rollingBtn{
	position: absolute;
	left: 500px;
	top: 320px;`
}
#main01 .rollingBtn a{
	padding: 2px 4px;
	background-color: #9f9f9f;
	color: #FFF;
	font: 11px Verdana;
	cursor: pointer;
}
#main01 .rollingBtn a:hover{
	background-color: #666;
}

#main02{
	clear: both;
}

#main02 h3{
	clear: both;
	position: relative;
	padding-top: 25px;
	padding-bottom: 10px;
	background: url(./images/bgSidebarH3.gif) repeat-x left bottom;
}
#main02 h3 a.more{
	position: absolute;
	right: 0;
	bottom: 9px;
}
#main02 ul{
	padding-top: 15px;
}
#main02 ul li{
	width: 287px;
}
#main02 ul li a.firstimage{
	display: block;
	width: 287px;
	height: 150px;
	overflow: hidden;
}
#main02 ul li img{
	width: 287px;
	height: auto;
}
#main02 ul li.item0{
	float: left;
}
#main02 ul li.item1{
	float: right;
}
#main02 h4{
	padding: 10px 0;
	font-size: 13px;
}
#main02 .content{
	line-height: 160%;
	color: #666;
}
#main02 .comments{
	font: 11px Verdana;
	color: #cc0000;	
}

.youtubeBox{
	position: relative;
	padding-top: 15px;
	width: 600px;
	overflow: hidden;
}
.youtubeWrap{
	position: relative;
	width: 650px;
}

/* profile */
.author{
	position: relative;
	clear: both;
	margin-bottom: 25px;
	padding: 20px;
	border: 1px solid #CCC;
}
.author h3{
	position: absolute;
	top: 20px;
	left: 130px;
	padding-bottom: 15px;
	font: 13px Verdana;
}
.author .teamImage{
	position: relative;
	top: -10px;
	width: 80px;
	height: 80px;
}
.author .teamImage img{
	width: 80px;
	height: 80px;
}
.author .teamDesc{
	position: relative;
	left: 10px;
	padding-top: 15px;
	width: 430px;
	line-height: 160%;
}
.ccl{
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
}



    /* full clearfix */
    /* add to floating elements which shall clear floating after themselves */ 
	* html .clearfix {
	    height: 1%; /* IE5-6 */
	    }
	*+html .clearfix {
		display: inline-block; /* IE7not8 */
		}
	.clearfix:after { /* FF, IE8, O, S, etc. */
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	    }
