@charset "utf-8";
/*
/*헤더*/
#header{
    position:fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 105px;
    width: 100%;
}
#header h1{
    float: left;
    padding: 30px 40px 0 50px;
}
#header h1 a{
    display: block;
}
#header h1 a img{}

/*gnb*/
.gnb{
    background: #fff;
}
.gnb li{
    height: 105px;
    padding: 0 30px;
    line-height: 105px;
    text-align: center;
    float: left;
    position: relative;

}
.gnb li a{
    font-size: 17px;
    color: #333;
    display: block;
}
.gnb>li:hover{
    border-bottom: 4px solid #f47a20;
    box-sizing: border-box;
}
 
/*버튼*/
.btn_pre_down{
    position: fixed;
    right: 0;
    width: 360px;
    top: 105px;
    z-index: 20;
    border-top: 1px solid #f3f3f3;
}
.btn_pre_down li{
    float: left;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 13px;
    color: #a2a2a2;
    background: #fff;
}
.btn_pre_down li:after{

}
.btn_pre_down li a{
    display: block;
    color: #a5a5a5;
}
.btn_pre_down li:hover a{
    color: #f47a20;
}

.btn_pre_down .prev_btn{
    background: #fff url(../images/btn_link1_off.png) no-repeat 22px 18px; 
}
.btn_pre_down .down_btn{
    background: #fff url(../images/btn_link2_off.png) no-repeat 10px 18px; 
}
.btn_pre_down .prev_btn:hover{
    background: #fff url(../images/btn_link1_on.png) no-repeat 22px 18px;
}
.btn_pre_down .down_btn:hover{
    background:#fff  url(../images/btn_link2_on.png) no-repeat 10px 18px;
}
/*lnb*/
.lnb{
    max-height: 0;
    left: 0;
    z-index: 1000000;
    position: absolute;
    float: none;
    overflow: hidden;
}
.lnb li{
    height: auto;
    padding:  0 10px;
    line-height: 35px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    background: #fff;
    /*여기다가 트렌지션주면 내려왓을때랑 올라갈때 같은시간걸림*/
}
.lnb li:after{
    
}
.lnb li a{
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
    color: #848484;
}
.gnb li:hover .lnb{
    max-height:2000px;
    transition: max-height 0.5s;/*마우스떼면 갑자기없어짐*/
}
.lnb li:hover a{
    color: #f47a20;
}

/*푸터*/
#footer{
    background-color: #F3F1F4;
    font-size: 0;
}

/*푸터탑*/
.footerTop{
    background-color: #fff;
    font-size: 0;
    border-top: 1px solid #000;
}
.footerTop ul{
    width: calc(50% - 50px);
    margin-left: 50px;
    display: inline-block;
    height: 80px;
    box-sizing: border-box;
}
.footerTop ul:first-child{
    border-right: 1px solid #c6c6c6;
}
.footerTop li{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.footerTop li a{
    font-weight:300; 
}
.footerTop li img{
    height: 79px;
}
.footerTop .footerTopTextL:after{
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #E7E7E7;
    margin: 0 10px
}
.footerTop .footerTopTextR{
    font-size: 14px;
}
.footerTop .footerTopTextR a{
    color: #888;
}

/*푸터미들*/

.footerMiddle{
    font-size: 0;
    color: #2c2c2c;
    padding: 60px 50px;
}
.footerMiddle div{
    float: left;
}

.footerCs{
    border-right: 1px solid #e7e7e7;
    padding-right: 60px;
    margin-right: 60px;
}
.footerCs dl{}
.footerCs dt{
    font-size: 22px;
}
.footerCs dt span{
    color: #6c6c6c;
    font-size: 18px;
}
.footerCs dd{
    font-size: 34px;
}
.footerCs dd span{
    display: block;
    font-size: 22px;
}
.footerCs .footerMail{
    color: #6c6c6c;
    font-size: 14px;
}

.footerCs .sns{
    margin-top: 20px;
}
.footerCs .sns li{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #343235;
    float: left;
    margin-right: 5px;
}
.footerCs .sns li:hover{
    background-color: #222;
}

.footerInfo{

    font-weight: 300;
    font-size: 14px;
}
.footerInfo .info dd,.footerInfo .info dt{
    vertical-align: middle;
}
.footerInfo dd span{
    margin-left: 7px;
    color: #6c6c6c;
    position: relative;
}
.footerInfo .leader:after{
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #ccc;
    margin: 0 6px 0 10px;
}
.footerInfo dt,.footerInfo dd{
    display: inline-block;
    vertical-align: top;
}
.footerInfo .info{
    margin-bottom: 50px;
}
.footerInfo .woodam{
    font-size: 20px;
}
.footerInfo .leader{
    margin-left: 20px;
}
.footerInfo .locate{
    margin-bottom: 30px;
}
.footerInfo .locate dt{
    width: 76px;
    position: relative;
}
.footerInfo .locate dt:after{
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #ccc;
    margin: ;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
.footerInfo .locate dd{
    color: #6c6c6c;
    margin-left: 10px;
}

/*푸터바텀*/
.footerBottom{
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}
.footerBottom ul{
    float: right;
}
.footerBottom ul li{
    height: 42px;
    float: left;
}
.footerBottom a{

}
.footerBottom ul li img{}

.footerBottom .site a{
    font-size: 15px;
    color: #acacac;
}
.footerBottom .site{
    line-height: 42px;
    background: url(../images/ico_add.png) right center no-repeat;
    width: 170px;
    position: relative;
    margin-right: 42px;
}
.footerBottom .topBtn{
    position: fixed;
    right: 0;
    bottom: 0;
    background: #888 url(../images/ico_scroll.png) no-repeat ;
}

.footerSubMenu{
    height:auto;
    border: 1px solid #6c6c6c;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    bottom: 42px;
    display: none;
    color: #acacac;
}
.footerSubMenu li:hover a{
    color: #2c2c2c;
}
.footerBottom .site:hover ul{
    display:block;   /* 마우스 커서 올리면 서브메뉴 보이게 하기 */
}
