@charset "utf-8";
/**
* HWAJE Cascading Style Sheets
* File Name : /css/sub.css
* Description : 화제신문 스타일시트
* Author : Hwaje Web business Team / Lee kyoung sun
* Email : 98475944@paran.com
* Date : 2016.06.01
* Update : 2016.06.01
* Copyright(c) 2016 hwaje. All Rights Reserved.
*/


/* layout.css */

body{
  width:100%;
}

header{
  position: relative;
  height:100px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans KR', sans-serif;
}

header .navi,.foo_wrap{
    width:1201px;
    margin:0 auto;
    position:relative;
}

.header_navi_wrap{
  position: absolute;
  top: 0;
  background-color: #2d450c;
  background: url('/img/header_bg.jpg');
  width: 100%;
  z-index: 10005;
  height:100px;
  -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
header .navi{
  height:100px;
  width: 1200px;
  position: absolute;
  z-index: 10010;
  background: url('/img/header_bg.jpg');

  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.stick{
  height: 265px;
  -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
header h1{
  width:100px;
  float:left;
  padding:28px 0 0 28px;
}
/*lnb*/
header nav{
  float:right;
  overflow: hidden;
  height: 100px;

  -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
header nav .lnb{
  width: 100%;
  z-index: 10000;
}

header nav ul>li{
    float:left;
}

header nav ul.lnb>li{
  float:left;
  position:relative;
  padding:20px 0 0 0;
  margin:14px 0 0 20px;
  color: #000;
  letter-spacing: 0.5px;
}
header nav .lnb .menu_btn{
  padding:0;
  margin:0;
  margin-left: 10px;
  border: 0;
  border-left: #e3e3e3 1px solid;
}
header nav .lnb .menu_btn:last-child{
  padding:0;
  margin:0;
  border-right: #e3e3e3 1px solid;
}

header nav ul>li.menu01{
  width: 105px;
}

header nav ul>li.menu02{
  width: 105px;
}
header nav ul>li.menu03{
  width: 125px;
}

header nav ul>li.menu04{
  width: 80px;
}

header nav ul>li.menu05{
  width: 105px;
}

header nav ul.lnb li a{

  font-size:17px;
  font-weight: bold;
  display: block;
  text-align: left;
  color: #444444;
}
header nav ul.lnb li a:hover{
  color:#446611;
}

header nav ul.lnb li a.ov{
  color:#446611;
}

.depth02 {
  width: 100%;
}

.d_block{
  display: block;
}

header nav ul.lnb li ul{
  padding-top:55px;
  z-index: 11000;
  float: left;
}

header nav ul.lnb li ul li{
  float:none;
}

header nav ul.lnb li ul li a{
  font-size:12px;
  line-height: 22px;
  color:white;
}

header nav ul.lnb li:hover ul{
  /*display:block;*/
  left: 0px;
}
header nav ul.lnb li ul li a:hover{
  color:#C6E0F7;
}
header nav ul.lnb li ul li a.over{
  color:#d71940;

}



.subTop_area_wrap{
  position:relative;
}
.subTop_area{
  height: 192px;
}
.subTop_bg01{
  background: url(/img/sub/subTop_bg.jpg) no-repeat center;
}
.subTop_bg02{
  background: url(/img/sub/subTop_bg.jpg) no-repeat center;
}
.subTop_bg03{
  background: url(/img/sub/subTop_bg.jpg) no-repeat center;
}
.subTop_bg04{
  background: url(/img/sub/subTop_bg.jpg) no-repeat center;
}
.subTop_bg05{
  background: url(/img/sub/subTop_bg.jpg) no-repeat center;
}
.subTop_bg06{
  background: url(/img/sub/subTop_bg.jpg) no-repeat center;
}
.subTop_bg07{
  background: url(/img/sub/subTop_bg.jpg) no-repeat center;
}






/*footer*/

footer{
  border-top: 2px solid #efefef;
  text-align: left;
  padding: 20px 0px;
  background: #ffffff;
  color:#7a7a7a;
}


footer .add{
  text-align: left;
  font-size:0.80em;
  color:#747474;
  letter-spacing: -0.60px;
  min-height: 50px;
}
footer .add ul{
  display: inline-block;
  font-size: 13px;
}
footer .add ul li{
  float: left;
  margin-right: 34px;
  letter-spacing: -0.60px;
  color: black;
}
footer .foo_menu {
	padding:10px 0;
}
footer .foo_menu a{
	font-size:0.9em;
	font-weight:600;
	color:#000;
	padding-right:24px;
}
footer .foo_menu a:hover{
  color: #3b8d4e;
}
footer .add span{
  display: inline-block;
  padding-right: 9px;
  margin-right: 5px;
  color:#7a7a7a;
}

footer .copyright{
  color:black;
  font-size:13px;
  line-height: 12px;
}

.header_wrap{
  height: 84px;
  /*position: absolute;*/
  background-color: #FFF;
  z-index: 99;
  width:100%;
}

header .fixed {
    position:fixed;
    top:0;
    z-index: 99;
    background-color: #FFF;
    width:100%;
}

header .dummy_on{
  height:84px;
  position:relative;
}

/*a, a:hover{
  color: white;
}*/

.sub_contents_right_wrap a, .sub_contents_right_wrap a:hover{
  color: black;
}


img.admin{
  height: 14px;
  margin-top: -1px;
  padding-left: 3px;
}
