@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


/* @group 기본 스타일 */

* {
	margin:0;
	padding:0;
	font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','돋움',dotum,Sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	letter-spacing:-0.07em;
}

h1 {font-size:1.6em;}
h2 {font-size:16px;}
h3 {font-size:15px; margin-top:0px; margin-bottom:10px;}
h4 {font-size:12px;}
h5 {font-size:11px;}
h6 {font-size:10px;}

p { font-size: 14px;
	line-height:24px;
	text-align: justify;
}



img {
	border:0;
	max-width: 100%;
	height: auto;
	margin: 15px 0px 15px 0px;
}
span.imageblock{
	max-width: 100%;
	height: auto;
}



small {
	font-size:10px;
}




a {
	color:#2970A6;
	text-decoration:none;
}
a:hover { /* hover = 마우스오버 */
	text-decoration:underline;
}

img.sided {
	background:#FFF;
	border:1px solid #CCC;
	padding:3px;
}

a:hover img.sided {
	border-color:#A6A6A6;
}


blockquote, pre {
	background:#F4F5F7 url(images/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}


/* @end */

/* @group 정렬 스타일 */


.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.fixed, .clear {
	clear:both;
}


/* @end */

/* @group 커스텀 스타일 */

.cnt { font-size:10px; color:#555;}

input.textfield, 
textarea {
	background:#FFF url(images/textfield.gif) top repeat-x;
	border:1px solid #A6A6A6;
	padding:2px 1px;
}
.boxcaption {
	background:#E3E4E6 url(images/box.gif) 0 0 no-repeat;
	padding:6px 12px;
	border-bottom:1px solid #CCC;
}
.boxcaption h3 {
	font-size:12px;

	/*font-family:Verdana,"BitStream vera Sans";*/
	letter-spacing:0em;
}
.box {
	background:#F4F5F7 url(images/box.gif) 100% 100% no-repeat;
	padding:8px 12px;
	margin-bottom:10px;
}
.messagebox, 
.errorbox {
	background:#EDEFF0 url(images/messagebox.gif) no-repeat;
	padding:0 12px;
	height:27px;
	line-height:27px;
	font-size:11px;
}
.w3c {
	color:#080;
	font-size:10px;
}


/* @end */








/* @group layout START */

body {
	background:#BEC3C6;
	/*background:#BEC3C6 url(images/bg.jpg) repeat-x;*/
	color:#555;
	

	font-family: '굴림','Nanum Gothic','나눔 고딕', '맑은 고딕','Malgun Gothic','돋움',dotum,Sans-serif;
	font-size:1 em;
}
#wrap {
	/*background:url(images/light.gif) center top no-repeat;*/
	padding:20px 0;
}
#container {
	margin:0 auto;
        padding:10px 0;
	width:808px;
}
/* @end */





/* @group header START */
#header {
	/* background:url(images/header.jpg) 0 0 no-repeat; */
	background:#000;
	height:106px;
	width:100%;
}
#caption {
	height:44px;
	padding:10px 30px 0px;
}
#title a {
	text-decoration:none;
	color:#FFF;
	/*width:250px;*/
	height:30px;
	display:block;
	/*font-family:"Trajan Pro";*/
	letter-spacing:0;
}

#navigation {
	width: 100%;
	height: 31px;
	background: #FFF;
	/*margin:1px 0;*/
}



#menus li {
	display:inline;
	list-style:none;
}
#menus li a {
	background:transparent url(images/menu.gif) no-repeat;
	display:block;
	color:#382E1F;
	height:31px;
	line-height:31px;
	padding:0 20px;
	margin-left:-10px;
	text-decoration:none;
	font-size:11px;
	float:left;
	z-index:1;
}
#menus li a:hover {
	background-position:0 -31px;
}
#menus li.current_page_item a, 
#menus li.current-cat a {
	background-position:0 -62px;
}
#menus li a.home {
	background-position:0 -93px;
	width:45px;
	padding:0;
	margin-left:0;
	text-indent:-999em;
}
#menus li a.home:hover {
	background-position:0 -124px;
}
#menus li.current_page_item a.home {
	background-position:0 -155px;
}
#menus li a.lastmenu:hover {
	background-position:0 0;
}
#searchbox {
	width:280px;
	float:right;
	padding:4px 10px;
}
#searchbox .textfield {
	line-height:16px;
	width:180px;
	float:right;
}
#searchbox .switcher {
	background:url(images/icons.gif) 0 0 no-repeat;
	float:right;
	width:18px;
	height:22px;
	line-height:16px;
	display:block;
	text-indent:-999em;
	padding:0 2px;
	height:16px;
	margin-top:3px;
	border:0;
}


/* @end header END */

/* @group submenu START */
#menus li ul {
	display:none;
	background:#F4F5F7;
	border:1px solid #CCC;
	border-top-color:#A6A6A6;
	padding:0 5px;
}
#menus li li {
	float:none;
	margin:0 !important;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#menus li li a {
	float:none;
	display:block;
	padding:5px;
	text-decoration:none;
	width:150px;
	font-size:12px;
	border-style:solid;
	border-color:#DDD;
	border-width:1px 0 0;
	margin:0;
	background-image:none;
	height:20px;
	line-height:20px;
}
#menus li li.first a {
	border-top:none;
}
#menus li li a:hover {
	font-weight:bolder;
}
/* @end submenu END */

/* @group content START */
#content {
	background:#FFF url(images/sidesep.gif) right repeat-y;
	min-height:400px;
	line-height:25px;
	width:100%;
}
#content p{
	margin-bottom: 7px;
}
/* @end content END */

/* @group main START */
#main {
	background:#FFF;
	width:468px;
	padding:10px 10px 10px;
	float:left;
	overflow:hidden;
}
#notice {
	color:#080;
}
#notice a {
	text-decoration:underline;
}
.article li {padding-left:10px; 
	list-style-position:inside; 
	list-style-type:disc;
		font-size:14px; 
		line-height:26px ; 
	margin-bottom:3px;

}


/* @group post 본문 스타일 */
.post h2, h2.title {
	display:block;
	margin-top:10px;
	border-bottom:1px solid #CCC;
	padding:0 5px 3px;
	color: #fff;
	/* font-size:16px; */
	margin-bottom:10px;
}
.post h2 a {
	#2970A6;
	
}
.post h2 a.title {
	text-decoration:none;
	color:#4C4C4C;
}
.post h2 a.title:hover {
	color:#2970A6;
}


.post .info {
	margin:5px;
}
.post .info span.first {
	margin-left:0;
}


/* @group 아이콘 정의 */
.post .date, 
.post .tags, 
.post .author, 
.post .categories, 
.post .editpost, 
.post .readingblinds, 
.post .comments, 
.post .addcomment, 
.post .editlinks {
	background:url(images/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
}
.post .act {
	height:16px;
	float:right;
}
.post .act span {
	float:left;
	margin-left:15px;
}
.post .act span span{
	margin-left:0;
}
.post .tags {
	background-position:0 -16px;
}
.post .categories {
	background-position:0 -32px;
}
.post .author {
	background-position:0 -176px;
}
.post .date {
	background-position:0 -48px;
	float:left;
}
.post .editpost {
	background-position:0 -64px;
}
.post .readingblinds {
	background-position:0 -80px;
}
.post .comments {
	background-position:0 -96px;
}
.post .addcomment {
	background-position:0 -112px;
}
.post .editlinks {
	background-position:0 -192px;
}

/* @end */

.post .content {
	padding:5px 0 5px 5px;
	line-height:145%;
	overflow:hidden;
}
.post .content p {
	margin-bottom:25px;
}
p.under {
	height:16px;
	line-height:16px;
	margin-top:10px;
}
p.under span {
	float:left;
	margin-right:15px;
}
.post .content h4 {
	color:#080;
	margin-bottom:10px;
}
.post .content img {
	max-width:600px;
}
.post .content ul, 
.post .content ol {
	padding-bottom:10px;
}
.post .content ul li, 
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
.post .content table {
	background:#FFF;
	border:1px solid #CCC;
	margin:5px 0 10px;
}
.post .content table tr td {
	border-top:1px solid #CCC;
	padding:2px 10px;
}
.post .content table tr th {
	padding:1px 10px;
	background:#EDEFF0;
	text-align:left;
}

/* @end */

.box ol li{
	list-style:none;
	font-size:14px;
	white-space:nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.post .content .boxcaption {
	background-image:url(images/postbox.gif);
}
.post .content .box {
	background-image:url(images/postbox.gif);
}
#postpath {
	background:url(images/icons.gif) 0 -208px no-repeat;
	height:16px;
	line-height:16px;
	margin:5px 0;
	padding-left:22px;
}
#pagenavi, 
#postnavi {
	
	margin:10px -5px 0;
	padding:10px 5px 0;
}
#pagenavi {
	font-size:11px;
}
#pagenavi .newer a, 
#postnavi .prev a {
	background:url(images/icons.gif) 0 -224px no-repeat;
	padding-left:22px;
	float:left;
	height:16px;
	line-height:16px;
}
#pagenavi .older a, 
#postnavi .next a {
	background:url(images/icons.gif) 100% -240px no-repeat;
	padding-right:22px;
	float:right;
	height:16px;
	line-height:16px;
}
/* main END */

/* sidebar START */
#sidebar {
	background:#F7F7F7;
	width:310px;
	float:right;
	font-size:95%;
	line-height:145%;
	overflow:hidden;
}

#sidebar li {
	/*background:url(images/icons.gif) 0 -320px no-repeat;
	padding-left:22px;*/
	list-style:none;
	margin-top:5px;
	/*font-size:95%;*/
}
#sidebar .content, 
#sidebar li {
	font-size:12px;
}
#sidebar .module {
  border-bottom: 1px solid #CCC;
	/*background:url(images/widgetsep.png) bottom no-repeat;*/
	/* padding:10px 15px 19px;*/
	 padding:0px 5px 19px;
	width:85%;
}
#sidebar .widget {
	width:85%;
 border-bottom: 1px solid #CCC;
	/*background:url(images/widgetsep.png) bottom no-repeat;*/
	padding:10px 15px 19px;
}




#sidebar, 
#southsidebar {
	font-size:95%;
}
#sidebar .widget h2, 
#southsidebar .widget h2 {
	margin-bottom:10px;
}
#sidebar .widget .content p, 
#southsidebar .widget .content p {
	margin-bottom:10px;
}

#sidebar #tagcloud ul li {display:inline; background:none; list-style:none; padding:0 2px;}
#sidebar #tagcloud a {line-height:130%;}
#sidebar #tagcloud .cloud1 { font-size:22pt;}
#sidebar #tagcloud .cloud2 { font-size:14pt;}
#sidebar #tagcloud .cloud3 { font-size:11pt;}
#sidebar #tagcloud .cloud4 { font-size:10pt;}
#sidebar #tagcloud .cloud5 { font-size:8pt;}

/* sidebar END */

/* footer START */
#footer {
	background:url(images/footer.jpg) no-repeat scroll 0 bottom;
	display:block;
	height:88px;
	border-top:1px solid #CCC;
	font-size:11px;
	line-height:145%;
	width:100%;
}
#footer a {
	color:#2A2A2A;
}
#copyright {
	margin-top:12px;
	margin-left:20px;
}
#themeinfo {
	margin-left:20px;
}
a#powered {
	background:url(images/wp-logo.png) no-repeat;
	display:block;
	width:92px;
	height:57px;
	float:left;
	margin:0 10px 0 5px;
	text-indent:-999em;
}
a#gotop {
	background:url(images/icons.gif) 0 -304px no-repeat;
	float:right;
	height:16px;
	line-height:18px;
	display:block;
	padding-left:16px;
	margin:5px 15px 0 0 !important;
	margin:5px 8px 0 0;
	text-decoration:none;
}
/* footer END */

/* comment START */
#commentlist {
	background:#FCFCFC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:10px -15px;
	padding:0 15px;
}
#commentlist ol, 
#commentlist li {
	list-style:none;
}
#cmtswitcher {
	background:#FFF;
	font-size:10px;
	padding-top:5px;
}
#cmtswitcher a.tab, 
#cmtswitcher a.curtab {
	padding:5px 10px;
	margin-bottom:-1px;
	display:block;
	float:right;
	color:#555;
	text-decoration:none;
}
#cmtswitcher a.tab {
	border:1px solid #FFF;
	border-bottom-color:#CCC;
}
#cmtswitcher a.curtab {
	background:#FCFCFC;
	border:1px solid #CCC;
	border-bottom-color:#FCFCFC;
}
#cmtswitcher .addcomment, 
#cmtswitcher .addtrackback {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	float:left;
	margin-right:15px;
	margin-top:4px !important;
	margin-top:3px;
}
#trackbacks {clear:both; overflow:hidden; position:relative;}
#cmtswitcher .addcomment {
	background:url(images/icons.gif) 0 -112px no-repeat;
}
#cmtswitcher .addtrackback {
	background:url(images/icons.gif) 0 -144px no-repeat;
}
#thecomments, 
#thetrackbacks {
	padding-bottom:15px;
	overflow:hidden;
}
#thecomments .comment, 
#thecomments .messagebox {
	margin-top:15px;
	overflow:hidden;
}
.cmtauthor {
	float:left;
	width:81px;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.cmtpic {
	background:url(images/commentpoint.png) 100% 33% no-repeat;
	padding-right:14px;
	margin-top:10px;
}
.cmtname {
	width:67px;
	padding-right:14px;
	/*font-weight:bolder;*/
	font-size: 8px;
	overflow:hidden;
}
.avatar {
	padding:1px;
	border:1px solid #999;
}

.cmtname img{ width:32px; height:32px; padding:1px; top:11px; left:16px; 
			position:absolute;  background-color:#FFF; }
.admincomment .cmtname img { left:30px;}

.cmtinfo {
	background:#EDEFF0 url(images/comment.gif) 0 0 no-repeat;
	float:left;
	padding:10px 15px 0;
	width:350px;
}
.cmtdate, 
.tbdate {
	float:left;
	font-size:10px;
}
.cmtact, 
.tbact {
	float:right;
	font-size:10px;
}
.cmtcontent {
	background:url(images/comment.gif) 100% 100% no-repeat;
	margin:0 -15px;
	padding:0 15px 10px;
	line-height:145%;
}
.cmtcontent p {
	margin-top:10px;
}
.comment .content blockquote p {
	margin-top:0;
	margin-bottom:10px;
}
.admincomment .cmtauthor {
	float:right;
}
.admincomment .cmtpic {
	background:url(images/commentpoint.png) 0% 33% no-repeat;
	padding-right:0;
	padding-left:14px;
}
.admincomment .cmtname {
	padding-right:0;
	padding-left:14px;
}
.admincomment .cmtinfo {
	float:right;
}
#comment_login {
	margin-top:15px;
}
#thetrackbacks {
	overflow:hidden;
}
#thetrackbacks li {
	margin-top:15px;
	list-style:none;
}
.trackback {
	background:#EDEFF0 url(images/box.gif) 0 0 no-repeat;
	padding:10px 15px 0;
	width:575px;
}
.tbtitle {
	text-align:center;
	font-size:12px;
	display:block;
	margin:10px 0 -5px;
}
.trackback .title {
	background:#EDEFF0 url(images/box.gif) 100% 100% no-repeat;
	padding:10px 15px !important;
	padding:0 15px 10px;
	width:575px;
	margin:0 -15px;
}
#respond {
	padding:10px 0 0;
	font-size:11px;
}
#respond .row {
	margin-bottom:5px;
}
#respond .textfield {
	width:200px;
}
#emoticon {
	float:right;
	margin-top:1px;
	margin-right:10px;
}
#comment {
	width:500px;
}
#commentnavi {
	background:#EDEFF0 url(images/box.gif) 0 0 no-repeat;
	padding:10px 15px;
	font-size:11px;
}
#commentnavi a.page-numbers {
	padding:5px 7px;
	text-decoration:none;
	border:1px solid #EDEFF0;
	margin:0 -2px;
}
#commentnavi a.page-numbers:hover {	
	background:#F7F7F7;
	border:1px solid #CCC;
	text-decoration:none;
}
#commentnavi span.pages {
	padding:0 7px 0 22px;
	background:url(images/icons.gif) 0 -272px no-repeat;
	height:16px;
	line-height:16px;
	float:left;
}
#commentnavi span.current {
	background:#F7F7F7;
	padding:5px 7px;
	border:1px solid #F7F7F7;
	font-weight:bold;
	margin:0 -2px;
}
#commentnavi #commentpager {
	line-height:16px;
}
#searchbox {
	background: url(images/searchbox.gif) no-repeat;
	width:209px;
	height:21px;
	display:block;
	float:right;
	margin-top:4px;
	margin-right:10px !important;
	margin-right:5px;
	padding:3px 2px;
}
#searchbox .textfield {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
}
#searchbox .button {
	background:none;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}
#searchbox .searchtip {
	color:#999;
}

/* comment END */

/* linkcat START */
.post .content .linkcat ul li {
	list-style:none;
	float:left;
	width:25%;
	padding:2px 0;
	overflow:hidden;
}
.post .content .linkcat ul li a {
	background:url(images/icons.gif) 0 -160px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
}
/* linkcat END */

/* image switcher START */
.imageswitcher {
	background:#EDEFF0;
	padding:5px;
	font-size:11px;
}
.imageswitcher_image {
	background:#FFF;
	border:1px solid #BABABA;
	padding:3px;
	margin:0;
}
a .imageswitcher_image:hover {
	border-color:#999;
}
a.imageswitcher_button {
	float:left;
	margin-top:1px !important;
	margin-top:3px;
	margin-bottom:0 !important;
	margin-bottom:5px;
	margin-right:4px;
	padding:2px 5px;
	background:#B4D666;
	border-top:1px solid #B4D666;
	border-right:1px solid #81B840;
	border-bottom:1px solid #81B840;
	border-left:1px solid #B4D666;
	color:#2970A6;
}
a.imageswitcher_button:hover {
	background:#98C64C;
	border-top:1px solid #76B33A;
	border-right:1px solid #98C64C;
	border-bottom:1px solid #98C64C;
	border-left:1px solid #76B33A;
	text-decoration:none;
	color:#074A7E;
}
/* image switcher END */

/*taglog*/
.taglog ul                  { padding:5px; margin:0; text-align:justify;}
.taglog li                  { display:inline;}
.taglog a:hover             { background-color:#eee;  color:#000;}
.taglog li .cloud1          { background-color:#eee;  color:#2970A6;  font-weight:bold;  font-size:16px;}
.taglog li .cloud2          { background-color:#eee;  color:#5a5194;  font-weight:bold;  font-size:15px;}
.taglog li .cloud3          { background-color:#eee;  color:#7870ab;  font-weight:bold;  font-size:14px;}
.taglog li .cloud4          { background-color:#eee;  color:#666;     font-size:13px;}
.taglog li .cloud5          { font-size:12px;  color:#999; }

#sidebar #feedrss, 

#sidebar #followme,
#sidebar #likeme {
	height:25px;
	line-height:25px;
	display:block;
	padding:5px 5px 5px 32px;
	float:left;
	text-decoration:none;
	font-size:11px;
}
#sidebar #feedrss {
	background: url(images/feed.gif) 5px 5px no-repeat;
margin-left:15px;

}

#sidebar #followme {
	background: url(images/feed.gif) 5px -95px no-repeat;
	margin-left:10px;
}
#sidebar #likeme {
	background: url(images/feed.gif) 5px -45px no-repeat;
	margin-left:10px;
}

/* 카테고리 다른글 
div.another_category{margin-top:25px;margin-bottom:10 }*/

/* 다음뷰 삭제 */
div.daum_like_wrapper { display:none;}


/* 카테고리 다른글 */
.ac_title{ margin-top:30px;}
.ac_title p{ 
	font-size:15px;
	color:#000;
	padding-top:30px;
	padding-bottom:10px;
	
	line-height:0px;
	border-top:1px solid #CCC;
						}
div.another_category{margin-top:0px;margin-bottom:10 !important;padding:0;border:0 !important;font-family: 굴림}
/* 상단 
div.another_category h4{margin:0px !important;background:#fff;color:#333 !important;padding:10px!important;font-size:14px!important;line-height:normal}
div.another_category h4 a{color:#0000ff !important;font-size:13px !important;margin:0 !important;} */

div.another_category h4{display:none;}

div.another_category table{border:0px solid #ddd;border-top:0;margin:0 !important}
div.another_category table td{display:none; }

div.another_category th a{margin-left:5px;color:#333 !important;padding-left:0px;}
div.another_category th a.current{border-bottom:0 !important}

div.another_category th span{color:#ccc !important}
div.another_category th{padding-bottom:18px; padding-top:18px;}

div.another_category table th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis !important;padding-bottom:5px !important; padding-top : 5px !important;font-size:15px !important}
div.another_category tr:first-child th{padding-top:8px !important;}
div.another_category table th:hover{
	color:#f00!important;
	background:#ccc
}
div.another_category table th:before { content: "☞"}


.link_ad1_{ display: none; width: 728px; height: 15px }

@media (max-width:3000px){
iframe[src*="youtube"] {width:100%;height:468px}
#tistorytoolbarid {display : none;};
	.adslot_2{ 
		display:none}
	#header{height:90px;}
}


@media (max-width:808px) {
#wrap{padding:0px;}
#container{padding: 0px; width: 488px;}
#sidebar{display: none;}
#searchbox{display: none;}
#header{height:90px;}
.link_ad1_{ display:none;}
}

@media (max-width:468px) {
#container{padding: 0px; width: 100%;}
	#main{padding: 0px;width:100%}
	.info{display:none;}
	#footer{display:none;}
	.post h2{font-size: 20px; 
		padding-left:15px ; 
		border-bottom:none;
		padding-bottom:0px;

	}
	.post a{color:#000!important;}
	p { 
		font-size:17px; 
		line-height:1.55em ; 
		font-family: 굴림 !important;
		margin-left : 15px;
		margin-right :15px;
	}
	h3 {font-size:18px; 
		font-family: 굴림 !important;
		margin-left : 15px;
			margin-bottom:7px;
		margin-top:22px;}
	.article li {
		font-size:17px; 
		line-height:1.55em ; 
		font-family: 굴림 !important;
		margin-left : 15px;
		margin-right :15px;
	margin-bottom:7px;
}
	.date {display:none;}
	#menus li a { font-size:16px}
	div.another_category th{padding-left:15px !important;}
}

.fb-like{width:250px!important;margin-left:15px!important; margin-top:-10px; margin-bottom:-15px;overflow:hidden;}

.link_ad1 {
	margin-top: 2px;
}

.adstyle_2{
	margin:15px 0px 15px 0px;
	
}
/* 중단 광고 매뉴얼 삽입 */
@media (max-width:3000px){.adslot_2 {display:none;}}

/* 하단 광고 */
@media (max-width:4000px){.adslot_1 {max-width:336px;height:280px;}}
@media (max-width:335px){.adslot_1 {width:300px;height:250px;}}

/* 상단광고 */ 
@media (max-width:10000px){.adslot_3 {display:block;}}
	@media (max-width:468px){.adslot_3 {display:block;}}
	@media (max-width:335px){.adslot_3 {display:block;}}

/* 링크 광고 */

.ad4{
	display:block;
	width:459px;
	height:100px;
}
.adslot_4{
	display:block;
	width:459px;
	height:100px;
}

@media (max-width:550px){
	.ad4{
		display:block;
		width:auto;
		height:100px;
	}
	.adslot_4{
		display:block;
		width:auto;
		height:100px;
	}
}

.youtubeWrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtubeWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.infom 
{
 border-top:1px solid #CCC;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
.infom p
{
	color: block;
	line-height: 15px;
}
