/***mobile include css***/
#wrap {
	width:100%;
	background:#fff;
}
#content_wrap{
	padding-top:60px;
}
/**header css**/
#header_wrap {
    width: 100%;
    height: 60px;
    z-index: 100;
    background: #cb1e24;
	position: fixed;
    left: 0;
    top: 0;
}
.h_all_menu{
	padding:32px 16px;
	display:block;
}
.h_all_menu span{
	display: block;
    width: 23px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
}
.h_main_logo{
	margin:0;
	padding:32px 0;
}

/**side bar**/
.menuLlist{
	padding: 60px 0 0px;
    
}
.menutitle{
	display: block;
	line-height: 55px;
    font-size: 16px;
    color: #000;
	text-align: left;
	letter-spacing: -0.03em;
	font-family: noto-m;
}
.menutitle{
	padding:0 16px;
}
.menutitle a{
	color:#000;
}
.menutitle span{
	float:left;
	margin-top:22px;
}
.menuLlist_sub {
    display: none;
    text-align: left;
    padding: 8px 16px;
    border-top: 1px solid #e8e8e8;
	background:#f6f6f6;
	padding-right:10px;
}
.menuLlist li{
	border-bottom:2px solid #cb1e24;
	
}
.menuLlist_sub a {
    display: block;
    width: 100%;
    color: #333;
    padding: 9px 0;
	font-size:14px;
	letter-spacing:-0.02em;
}
.side{
	top:0;
	right:0;
	height:100%;
	width:280px;
	background:#fff;
	z-index:999;
	padding-bottom:20px;
}
.side_menu > h3{
	border-bottom: 1px solid #e8e8e8;
	padding:8px;
}
.side_cont ul{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom:8px;
}
.sidebg{
	animation: fadeEffect 0.4s;
	top:0;
	right:0;
	background: rgba(0,0,0,0.76);
    z-index: 600;
	display:none;
}
/**side icon**/
.accordion-item-arrow{
	float: right;
}
.accordion-item-arrow:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 26px;
    transition: all .2s linear;
}

/**footer css**/
#footer_wrap {
	width:100%;
	overflow:hidden;
	margin-top:0;
	background-color:#555;
	text-align:center;
}
.f_inner{
	padding:30px 20px;
}
.f_inner img{
	height: 20px;
    margin-bottom: 10px;
}
.f_inner address{
	letter-spacing: -0.03em;
	font-style:normal;
}
.f_inner address span{
	font-size: 12.5px;
    letter-spacing: -0.03em;
	color:#cecece;
	display:inline-block;
}
.ft_copy {
	color:#cecece;
	font-size:12px;
	display:block;
	margin-top:5px;
}

/**다른호보기**/

.lang_btn a {
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    font-size: 12px;
    text-align: left;
    padding: 10px 10px;
    width: 100%;
    position: relative;
}
.lang_btn a.on {
    background: #fff;
}
.lang_btn.on:before {
    border-radius: 17px;
    height: 200%;
}
/*.lang_btn:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    border-radius: 25px;
    border: solid 1px #e8e8e8;
	background:rgba(255,255,255,0.8);
    box-sizing: border-box;
}
.lang_btn a.on:before {
    content: "";
    height: 100%;
    width: 11px;
    background: url(/images/webzine/arr_down.png) no-repeat center center;
    background-size: 11px auto;
    position: absolute;
    right: 8px;
    top: 0;
    display: block;
}
/*.lang_btn.on a.on:before {
    transform: rotate(180deg);
    -wekit-transform: rotate(180deg);
}
.lang_btn .lang.on:before {
	border-radius: 17px;
	height: 200%;
}*/
.lang_btn .lang-drop{
	position: absolute;
    left: 0;
    border: 1px solid #ddd;
    background: #fff;
    top: 34px;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    display: none;
    text-align: left;
}
/*.lang_btn .lang-drop{
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.lang_btn .lang-drop a{
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}*/


/*페이징*/
.paging {overflow: hidden; text-align: center;  margin-top: 20px; margin-bottom: 20px; font-weight: bold; color: #767676; display: table; margin-left: auto; margin-right: auto; }
.paging ul {overflow: hidden;}
.paging li {display: inline-block; zoom: 1; display: inline; float: left;}

.paging li {display: block; width: 24px; height: 20px; margin: 0 2px; overflow: hidden; color: #767676; font-size: 12px; padding-top: 4px;}/*border: 1px solid #ebebeb; */
.paging li.current {color:#000;}/*background:#EDA490; color: #fff;*/
.paging li a{color:#9C9C9C;}
