@charset "utf-8";
/*
 KSODESIGN MULTIPURPOSE XE LAYOUT
 http://ksodesign.com/
 
 Copyright 2010 KSODESIGN	 
 Contributing author : KSJade (contact@ksodesign.com)
--------User Custom CSS---------------------------------*/

/*  메인 탑 메뉴 폰트 스타일링 (서브 메뉴는 하단 미디어쿼리 부분 참고)
--------------------------------------------------------*/
nav.navbar.bootsnav ul.nav > li > a {
	font-size: 15px;
}

/* 각 섹션 상하 여백
--------------------------------------------------------*/
.kso-section-quick {padding-top: 0px;padding-bottom: 0px;} /* 섹션 퀵 */
.kso-section-feature {padding-top: 40px;padding-bottom: 80px;} /* 섹션 피쳐 */
.kso-parallaxer {padding-top: 100px;padding-bottom: 100px;} /* 섹션 패럴랙스 */
.kso-section-service {padding-top: 100px;padding-bottom: 50px;} /* 섹션 서비스 */
.kso-section-post {padding-top: 60px;padding-bottom: 40px;} /* 섹션 포스트 */
.footer-content {padding-top: 60px;padding-bottom: 40px;}  /* 푸터 섹션 */
.kso-copyright {padding-top: 15px;padding-bottom: 15px;}  /* 푸터 카피라이트 */
.kso-contents {padding-top: 40px;padding-bottom: 40px;} /* 서브 콘텐츠영역 */

/* 패럴랙스
--------------------------------------------------------*/
.parallaxer {color: rgba(255,255,255,.7);} /* 일반폰트 컬러 */
.parallaxer h2,.parallaxer h3,.parallaxer a {color: #fff;} /* 제목폰트 컬러 */
.parallaxer .parallax-title:before,
.parallaxer .parallax-title:after {background-color: #fff;} /* 섹션 제목 라인 컬러 */
.parallaxer .line-bottom {border-bottom: 1px solid #ddd;} /* 캐러셀 소제목 라인 컬러 */
 
/* 서브 사이드
--------------------------------------------------------*/
@media (min-width: 1200px) { 
	/* .sub-layout {padding-left: 30%} 서브 좌측과 본문간격 */
	/* .sub-bg-area {width: 30%;} 서브 좌측영역 사이즈 (값은 위와 동일하게) */
}

/* 푸터
--------------------------------------------------------*/
.section-footer .footer-content {background-color:#eaeaea;} /* 푸터 배경 컬러 */
.section-footer .kso-copyright {color: #999;background-color:#27272b;} /* 카피라이트 배경 컬러 */


/* CSS 추가 시 이곳을 이용하세요.
--------------------------------------------------------*/

.ribbon_v .ribbon.notice {
	display: none;
}


/* 미디어쿼리
--------------------------------------------------------*/
@media (min-width: 992px) {
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu {background-color: #4B4E53;} /* 메인 메뉴에 2차 메뉴 배경컬러 */
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {color: #d3d3d3;}  /* 메인 메뉴에 2차 메뉴 폰트컬러 */
}
@media (max-width: 480px) {
	.kso-section-feature {padding-top: 30px;padding-bottom: 30px;}
	.kso-section-info,
	.kso-section-post {padding-top: 20px;padding-bottom: 30px;}
	.kso-section-service,
	.footer-content {padding-top: 40px;padding-bottom: 40px;}
}	


/*변혁정치 zine						*/
/*******************************/
#zineNav {
	float: right;
	margin: 20px 0;
	font-size: 12px;
}
#zineNav label {
	color: #fff;
	background-color: #ef0000;
	padding: 2px 7px;
	margin: 0;
	height: 24px;
	line-height: 20px;
	font-weight: normal;
}
#zineNav select {
	border: 1px solid #ef0000;
	height: 24px;
	margin: 0;
}
#zineNav input[type="search"]{
	height: 24px;
	border:1px solid red;

}
#zineNav input[type="submit"]{
	background-color: #ef0000;
	color: #fff;
	border: none;
	height:24px;
}
#zine {
	clear: both;
}
#zine #cover {
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 1px;
	box-shadow: 3px 3px 2px #eee;
	-webkit-box-shadow: 3px 3px 2px #eee;
	-moz-box-shadow: 3px 3px 2px #eee;
	
}
#zine #cover .coverWrapper {
	padding: 20px 20px 10px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(../images/bg_zine_cover_top.jpg) left top repeat-x;
	*zoom: 1;
}
#zine #cover .coverWrapper:after {
	clear: both;
	content: ' ';
	display: block;
}
#zine #cover .coverWrapper > div {
	float: left;
}
#zine #cover .image {
	margin-right: 20px;
	width: 24%;
}
#zine #cover .text {
	width: 72%;
}
#zine #cover .coverHeader {
	color: #ef0000;
	border-bottom : 1px dashed #cbcbcb;
	padding-top: 9px;
	padding-bottom : 17px;
	font-size: 12px;
}
#zine #cover .ordinal {
	font-weight: bold;
}
#zine #cover .text h3  {
	font-size: 12px;
	font-weight: bold;
	background: url(../images/bg_cover_title.png) left top no-repeat;
	padding-left: 23px;
	height: 20px;
	padding-top: 2px;
	margin-top: 17px;
}
#zine #cover .text h3 span {
	color: #F00001;

}
#zine #cover .text h4{
	font-size: 14px;
	font-weight: bold;
	color: #F00001;
	line-height: 1.2em;
}
#zine #cover .text .excerpt{
	font-size: 12px;
	color: #303030;
}
#zine #cover .text .more{
	color: #878787;
	background: url(../images/bg_zine_more.png) right center no-repeat;
	height: 14px;
	width: 36px;
	float: right;
}
#zine #cover .text .more span{
	visibility: hidden;
}
#zine #special {
	clear: both;
	margin-top: 22px;
}
#zine #special h3 {
	color: #ED301C;
	margin: 0;
	padding: 0 0 11px 36px;
	font-size: 13px;
	font-weight: bold;
	color: #ED301C;
	background: url('../images/ico_zine_special_dot.png') no-repeat 24px 2px;
	border-bottom: 1px solid #D4D4D4;
}
#zine #specialWrap {
	margin-bottom: 20px;
	border-top: 2px solid #F0F0F0;
	border-bottom: 2px solid #F0F0F0;
}
#zine #specialWrap #special-slide {
	border-bottom: 1px solid #D4D4D4 !important;
}
#zine #specialWrap #special-slide .flexslider {
	border: 0;
	box-shadow: none;
	margin-bottom: 20px;
}
#zine #specialWrap #special-slide .flexslider .flex-control-nav {
	bottom: -7px;
	left: 19px;
	width: auto;
}
#zine #specialWrap #special-slide .flexslider .flex-control-nav li {
	margin: 0 3px;
}
#zine #specialWrap #special-slide .flexslider .flex-control-paging li a {
	width: 19px;
	height: 19px;
	padding-top: 3px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-size: 11px;
	color: #fff;
	text-indent: 0;
	box-shadow: none;
	background: url('../images/slide_page_back.png') no-repeat left top;
}
#zine #specialWrap #special-slide .flexslider .flex-control-paging li a.flex-active {
	background: url('../images/slide_page_active_back.png') no-repeat left top;
}
#zine #specialWrap #special-slide .flex-direction-nav a {
	color: rgba(212,97,94,0.8) !important;
}
#zine #special ul.slides {
	list-style: none;
	padding: 0;
	margin: 0;
}
#zine #special ul.slides li.slide {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
}
#zine #special ul.slides li.slide .article {
	padding-top: 20px;
	padding-bottom: 13px;
	padding-left: 22px;
	padding-right: 22px;
	*zoom: 1;
}
#zine #special ul.slides li.slide .article:after {
	clear: both;
	content: ' ';
	display: block;
}

#zine #special ul.slides li.slide .article img {
	float: left;
	margin-right: 10px;
	max-width: 38%;
	border: 1px solid #E8E8E8;
}
#zine #special li a {
	color: #303030;
}
#zine #special ul.slides li.slide .article h4 {
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #EF0003;
	margin-bottom: 5px;
}
#zine #special ul.slides li.slide .article h5 {
	margin-top: 6px;
	margin-bottom: 23px;
	font-weight: normal;
}
#zine #special ul.slides li.slide .article p {
	line-height: 1.6em;
}
#zine #articles {
	margin-top: 25px;
	font-size: 12px;
	text-align: center;
	padding-left: 4%;
	padding-right: 4%;
}
#zine #articles table {
	border: 0;
	text-align: justify;
	width: 100%;
}
#zine #articles th {
	background: url(../images/bg_zine_arrow.png) 1px 12px no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 14px;
	padding-bottom: 8px;
	color: #FF5C01;
	font-weight: normal;
	border-bottom: 1px solid #d2d5da;
	vertical-align: top;
	zoom: 1;
}
#zine #articles th:after {
	clear: both;
	content: ' ';
	display: block;
}
#zine #articles td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d5da;
	vertical-align: top;
}
#zine #articles th .th-wrapper {
	position: relative;
	z-index: 1;
}
#zine #articles th .th-wrapper span {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}
#zine #articles ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
#zine #articles ul li {
	margin: 0;
	padding: 0 0 8px 0;
}
#zine #articles ul li:last-child {
	padding: 0;
}

#zine #articles ul li a  {
	color: #303030;
}

#zine #go-subscribe {
	padding-top: 12px;
	text-align: right;
}
#zine #go-subscribe a {
	position: relative;
	display: inline-block;
	border: 1px solid #EC2F1E;
	padding: 3px 40px 3px 17px;
	color: #fff;
	background: #EC2F1E;
}
#zine #go-subscribe a:after {
	position: absolute;
	right: 0;
	top: 0;
	font-family: "FontAwesome";
	content: "\f0da";
	background: #fff;
	color: #EC2F1E;
	padding: 7px 10px 7px 10px;
	line-height: 0.9em;
	border: 0;
}
#zine #go-subscribe a:hover {
	background: #fff;
	color: #EC2F1E;
}
#zine #go-subscribe a:hover:after {
	background: #EC2F1E;
	color: #fff;
}
.contactTitle {
	margin-top: 20px !important;
	padding-bottom: 0 !important;
}
.contactTitle h2.contactTitleText {
	font-size: 20px;
	background: url(../images/bg_subtitle.png) left top no-repeat;
	padding-left: 45px !important;
	color: #d1260c !important;
	padding-top: 7px !important;
	padding-bottom:10px ; 
	margin-bottom: 0;
	
	font-weight: normal !important;
}
#contact_table {
	border-top: 1px solid #d1260c !important;
}
#form_contact input[name="extra_vars4"] {
	width: 50px !important;
	text-align: right;
}
.bd .itx_wrp{

	display: inline-flex;
}
.bd .itx_wrp label {
	top: 10px !important;
}
.bd .itx_wrp input {
width:100%;
}

@media (max-width: 480px) {

	.bd .itx_wrp{

		display: inline-flex;
	width:100%;
	
	}
}


.contact_submit {
	color: white;
	background-color: #f35b49;
}
.xe_content p {
	line-height: 1.8 !important; 
}

