@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
/**
* 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%;
}

#outlink{
	position: fixed; z-index: 10000;
	bottom: 0px; right: 0px;
	width: 195px; height: 40px;

	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;

	overflow: hidden;
}

#outlink.outlink_show {
	width: 338px; height: 426px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#outlink img{
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

#outlink.outlink_show img{
	margin-top: -41px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

header{
  position: relative;
  height:84px;
  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: 84px;
  -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
header .navi{
  height:84px;
  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: 380px;
  -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
header h1{
  width:141px;
  float:left;
  padding:10px 0 10px 20px;
}
/*lnb*/
header nav{
  float:right;
  overflow: hidden;
  height: 84px;

  -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;
  font-size: 14px;
  position:relative;
  padding:20px 0 0 0;
  margin:10px 0 0 30px;
  color: #000;
  letter-spacing: 0.5px;
}
header nav .lnb .menu_btn{padding:0 0 0 20px;;margin:0;}
header nav .lnb .menu_btn:last-child{padding:0;margin:0;}

header nav ul>li.menu01{
  width: 85px;
}

header nav ul>li.menu02{
  width: 85px;
}
header nav ul>li.menu03{
  width: 85px;
}

header nav ul>li.menu04{
  width: 85px;
}

header nav ul>li.menu05{
  width: 105px;
}

header nav ul>li.menu06{
  width: 85px;
}

header nav ul>li.menu07{
  width: 85px;
}

header nav ul.lnb li a{
  font-size:17px;
  display: block;
  text-align: center;
  color: #444444;
  padding-bottom:5px;
}
header nav ul.lnb li a:hover{
  color:#446611;
}

header nav ul.lnb li a.ov{
  color:#446611;
  border-bottom:2px solid #FFF;
  padding-bottom:3px;
}

.depth02 {
  width: 100%;
  /*display: none;*/
}

.d_block{
  display: block;
}

header nav ul.lnb li ul{
  padding-top:50px;
  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;
  color:white;
  /*padding:1px 0;
  margin-bottom: 2px;*/
  font-weight:400;
}

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: 317px;
}
.subTop_bg01{
  background: url(/img/sub/subTop_bg01.jpg) no-repeat center;
}
.subTop_bg02{
  background: url(/img/sub/subTop_bg02.jpg) no-repeat center;
}
.subTop_bg03{
  background: url(/img/sub/subTop_bg03.jpg) no-repeat center;
}
.subTop_bg04{
  background: url(/img/sub/subTop_bg04.jpg) no-repeat center;
}
.subTop_bg05{
  background: url(/img/sub/subTop_bg05.jpg) no-repeat center;
}
.subTop_bg06{
  background: url(/img/sub/subTop_bg06.jpg) no-repeat center;
}
.subTop_bg07{
  background: url(/img/sub/subTop_bg07.jpg) no-repeat center;
}






/*footer*/

footer{
  text-align: left;
  padding: 20px 0px;
  background: #ffffff;
  color:#7a7a7a;
}


footer .add{
  text-align: left;
  font-size:0.80em;
  color:#747474;
  letter-spacing: 0.5px;
  min-height: 50px;
}
footer .foo_menu {
  padding:10px 0;
}
footer .foo_menu a{
  font-size:0.9em;
  font-weight:600;
  color:#000;
  padding-right:10px;
}
footer .add span{
  display: inline-block;
  padding-right: 9px;
  margin-right: 5px;
  color:#7a7a7a;
}

footer .copyright{
  padding-top: 6px;
  color:#2f2f2f;
  font-size: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;
}
