@charset "utf-8";


/**
* OLYM Cascading Style Sheets
* File Name : /css/layout.css
* Description : 화제신문 기본 스타일시트
* Author : Hwaje Web business Team / Lee kyoung sun
* Email : designtj@olymcompnay.com
* Date : 2015.04.08
* Update : 2015.04.08
* Copyright(c) 2015 hwaje. All Rights Reserved.
*/

.moba_only{display: none; }

/* layout.css */
.wrap{
  width:100%;
  position:relative;
  /*border-top: 4px #0b9444 solid;*/
}

a:hover{
  color: black;
}

/*----------top---------*/
.header_area{
  height: 62px;
  border-bottom: 1px #0b9444 solid;
}

#header_wrap{
  width: 100%;
  height: 62px;
  z-index: 2000;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 1s ease;
    transition: all 1s ease;
}



#header_wrap.pull{
  height: 212px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.gnb_wrap{
  width:100%;
  height:35px;
}
.gnb{
  margin:0 auto;
  position:relative;
  overflow:hidden;
}
.gnb ul{
  float:right;
  padding-top:6px;
  font-weight:bold;
}
.gnb ul li{
  float:left;
  padding:0 0 0 20px;
}
.gnb ul li a{
  display:block;
  font-size:0.75em;
  color:black;
}
.gnb ul li a:hover{
  font-weight:500;
  color:#4a8ec2;
}


#header{
  z-index: 10;
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  padding-top: 6px;
}
#lnb_wrap{
  width:100%;
  margin:0 auto;
  position:relative;
  /*border: 1px solid blue;*/

}

/* #header h1 img{
  vertical-align: top;
} */
.logo{
  /* margin-left: 20px;
  margin-top: -10px; */
  position: absolute;
  top: 10px;
  left : 0;
  z-index: 9999;
  display: inline-block;

  /* float: left; */
}
.logo img{padding-left: 10px; }

#header h1 span.green{
  color: #00984a;

}
#header .nav{

}
#header .nav .lnb ul{
  float:right;
}
#header .nav .lnb ul li{
  float:left;
  font-weight:normal;
  font-size: 17px;
  /*margin: 0 0 0 20px;*/
  width: 120px;
}
#header .nav .lnb ul li a{
  margin: 0 0 0 20px;
}

#header .nav .lnb ul li:nth-child(3){
  /*width: 98px;*/
}

#header .nav .lnb ul li a{
  color: black;
  vertical-align: middle;
}
#header .nav .lnb ul li a:hover{
  border-top: 3px #00984a solid;
  color: #00984a;
}

#header .nav .lnb ul li:first-child ul{border-left: 0; }

.depth02{
  width: 100%;
  float: left;
  margin-top: 30px;
  background-color: rgba(11,148,68, 0.7);
  height: 400px;
  border-left:1px solid rgba(255,255,255, 0.4);
}

.depth02 li{
  float: none;
  width: 62px;
}

#header .nav .lnb ul li ul li{
  margin: 0;
  height: 24px;
  line-height: 24px;
}

#header .nav .lnb ul li ul li a{
  font-size: 11px;
  color: white;
  font-weight: normal;
  text-shadow: 0.1em 0.1em 0.15em #333;
}

#header .nav .lnb ul li ul li a:hover{
  color: #f2f04c;
  font-size: 12px;
  border: 0;
  font-weight: 600;
  /*text-shadow: 0 0 15px white;*/
}

/*----------//top---------*/

/*----------countents---------*/
#contents_wrap{
  width:100%;
  min-height:400px;
  background:#f3f3f3;
}
/*----------//countents---------*/

/*----------sub_countents---------*/
#sub_contents_wrap{
  width:100%;
  background:url(../img/sub_bg.jpg) no-repeat center top;

}

#sub_contents{
  width:1200px;
  margin:0 auto;
  margin-top: 30px;
  background:#fff;
  padding-bottom: 50px;
  /*padding-bottom: 200px;*/
  /*background: url(/img/sub_content_tail.png) no-repeat bottom 0px left 0px;*/
}
#sub_contents_wrap .contents_body{
}
#sub_contents:after{
  content:"";
  display:block;
  clear:both;
  height: 0;
  visibility: hidden;
}
#sub_contents: {*zoom:1;}
/*----------//sub_countents---------*/


/*---------------footer----------------*/
#footer_wrap{
  background-color: white;
  border-top:1px solid #d7d7d7;
  color: black;
}

#footer_wrap .wrap_1200{
  width: 1200px;
  margin: 0 auto;
}
#footer{
  width:1200px;
  /*margin-left: 250px;*/
  /*height:130px;*/
  /*margin:0px auto;*/
  padding: 10px 0;
  position:relative;
  font-size:0.8em;
  font-weight:500;
  line-height: 1.4em;

}
#footer h1{
  padding-left:10px;
  float:left;
  padding-right:60px;
  padding-top: 10px;
}
#footer .adress{
  display: inline-block;
  font-family:"돋움";
  font-size: 12px;
}
#footer .adress #company_name{
  font-size: 2em;
  padding-bottom: 10px;
  letter-spacing: 0.2em;
  display: inline-block;
  vertical-align: top;
}
#footer .adress #company_name img{ height: 45px; }
#footer .adress .address_text{display:inline-block; vertical-align: top; margin-left: 60px; }
#footer .m-down{
  position:absolute;
  top:20px;
  right:10px;
}
#footer .contact{
  display: none;
  position: absolute;

  width: 240px;
  float: left;
  margin-left: 100px;
  margin-top:5px;
}
#footer .contact #title{
  font-size: 2em;
  padding-top: 25px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight:400;
}
#footer .contact #tel{
  color: #ffff00;
  margin-top: 10px;
  font-size: 2.2em;
}
#footer .contact #text{
  margin-top: 10px;
  font-size: 1.8em;
}

#footer .brochure{
  /*float: right;*/
  display: inline-block;
  margin-left: 65px;
  vertical-align: top;
}
#footer .brochure #title{
  font-size: 2em;
  padding-bottom: 10px;
  letter-spacing: 0em;
  font-weight:400;
}
#footer .brochure #brochure{
  margin-top: 10px;
}

/*---------------//footer----------------*/

/*많이쓰이는것*/
.tit{
  text-overflow:ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

a.overing .roll, a.overing:hover .over {
  display:inline-block;
}
a.overing .over, a.overing:hover .roll {
  display:none;
}
button{
  cursor:pointer;
}

.top_menu { width: 1200px; margin: 0 auto; border: 0; text-align: right; position: relative; }
.top_menu ul { display: inline-block; padding: 0 24px; height: 24px; }
.top_menu li { display: inline-block; font-size: 11px; line-height: 22px; }
.top_menu li img{vertical-align: middle; margin-top: -1px; }
.top_menu li::before { content: "|"; padding: 0 8px 0 5px;  }
.top_menu li:first-child::before { content: "";}


#element_to_pop_up {
 display:none;
 background-color: #fff;
 border-radius: 2px 2px 2px 2px;
 color: #111;
 display: none;
 min-height: 550px;
 min-width: 500px;
 position: relative;
 border: 5px #0b9444 solid;
 border-right: 14px #0b9444 solid;;
 border-bottom: 26px #0b9444 solid;
}

#element_to_pop_up .close{
  position: absolute; right: -10px; bottom: -23px;
  font-size: 14px;

  color: white; opacity: 1; padding: 4px 12px; font-weight: lighter;
}


.sitemap { padding: 20px 40px 10px 40px; width: 1000px; }
.sitemap .sitemap_title { color: #099444; font-size: 24px; font-weight: 600;}
.sitemap .sitemap_text { color: #099444; margin-bottom: 22px;}
.sitemap .row-1{ width: calc(24% - 40px); margin-right: 40px; display: inline-block; vertical-align: top; }
.sitemap .row-2{ width: 32%; display: inline-block; vertical-align: top; }
.sitemap .row-3{ width: 74%; display: inline-block; vertical-align: top; }

.sitemap .icon{height: 16px; vertical-align: top; margin: 5px 3px 0 0;}
.sitemap dl{margin-bottom: 30px;}
.sitemap .depth_1_dt{border-bottom: 7px #f7f7f8 solid; font-size: 18px; font-weight: 600; color: black; padding-bottom: 2px; }
.sitemap .depth_1_dd{padding-left: 10px; }
.sitemap .depth_1_dd a{color:#099444; line-height: 27px; font-weight: 500;}
.sitemap .depth_2_dd {line-height: 24px; padding-left: 10px;}
.sitemap .depth_2_dd::before{content:"·";}
.sitemap .depth_2_dd a{color: black; font-size: 14px;}


.moba_content {display: none; }
