/* header */
#hd{
    display: block; height: 90px; position: relative;
    border-top: CornflowerBlue 4px solid; border-bottom: gray 1px solid;
    /*box-sizing: content-box;*/
    position: fixed;
    top: 0; left: 0; right: 0; z-index: 999;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
#hd .container{ overflow: hidden; position: relative; height: 100%;}

#hd h1, #hd .filterNew2,  #hd .filterBtn1{ display: block; margin: auto 0; width: }
#hd h1{
    display: block; float: left;
    margin: auto 0; font-size: 0; line-height: 0; 
    width: 500px; height: 90px; margin-top: 2px; overflow: hidden; position: relative;
}
#hd h1 img{ display: block;
    position: absolute; top: 50%; left: 0; transform: translateY(-50%);
    height: 100%;
}

#hd .filterNew2, #hd nav, #hd .filterBtn1{ position: relative; }
#hd .filterNew2, #hd .filterBtn1{
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%)
}
#hd .filterNew2 ul, #hd .filterNew2 li{}
#hd .filterNew2 .filternews_default{ }
#hd .filterNew2 li{
    display: block; float: left;
    cursor: pointer;
    width: 120px;
    height: 40px; line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-left: white 1px solid;
}
#hd .filterNew3{
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%)
}
#hd .filterNew3 li{
    display: block; float: left;
    cursor: default;
    width: 400px;
    height: 40px; line-height: 40px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    border-left: white 1px solid;
}


#hd .filterNew2 li:first-child{ padding-left: 5px; border-radius: 25px 0 0 25px; border-left: none}
#hd .filterNew2 li:last-child{ padding-right: 5px; border-radius: 0 25px 25px 0}

#hd nav{ float: right }
#hd nav #gnb{ display: block; float: right; margin-top: 10px}
#hd nav #gnb li{
    display: block; float: left; margin-left: 20px;
}
#hd nav #gnb li a{
    display: block;
    height: 50px; line-height: 50px;
    font-size: 14px;
    position: relative;
}
#hd nav #gnb li a:after{
    content: ""; display: block; background-color: black; width: 0; height: 3px;
    position: absolute; bottom: 0; left: 50%; transform:translateX(-50%); transition: 0.3s;
}
#hd nav #gnb li a:hover, #hd nav #gnb li.on a{font-weight: 700;}
#hd nav #gnb li a:hover:after, #hd nav #gnb li.on a:after{ width: 100%}


/*headerType 01, 02 공통부분 20200616 */
header#hd .filterBtn1 li{position:relative;display:inline-block;width:135px;height:25px;line-height:25px;text-align:left;font-family:'Nanum Gothic Bold';font-size:16px; letter-spacing:-0.03em;background-color: transparent;margin-left:40px;padding-left:5px;box-sizing: border-box;cursor:pointer;}
header#hd .filterBtn1 li:after{content:'';display:block;width:0;height:0;border-bottom:8px solid transparent;border-right:5px solid transparent;border-left:5px solid transparent;position:absolute;right:5px;top:35%;}
header#hd .filterBtn1 li:first-child{margin-left:0px;}

#hd .selectBtn1{
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%)
}

.searchBox_type7{display:inline-block;width:250px;height:30px;margin:0px auto;  background-color: transparent;font-size:0;border-radius:0px;box-sizing: border-box; position:relative;}
.searchBox_type7 input{display:inline-block;width:100%;border:0px solid #d1d1d1 !important;background-color: transparent ; height:28px;vertical-align:middle; font-size:13px;color:#444; padding:0px 30px 0px 5px;border-radius:0px; box-sizing: border-box;}
.searchBox_type7 input:focus {outline: none;background-color: transparent;}
.searchBox_type7 input::placeholder {color:#444 !important;}
.searchBox_type7 .input_btn{position:absolute; right:5px; top:2px; border:0;width:20px; height:20px; background:url(/images/i_search_black.png) right bottom no-repeat;text-indent: -9999px;}
.searchBox_type7 input[type=text] {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-webkit-appearance: none; border-radius: 0px; }

.select_type7{display:inline-block;width:150px; height:30px; margin-right:10px; position:relative;background-color: transparent ;border-radius:0px;box-sizing:border-box;}
.select_type7:after{content:'';display:block;width:0;height:0;border-bottom:8px solid transparent;border-right:5px solid transparent;border-left:5px solid transparent;position:absolute;right:5px;top:35%;}
.select_type7 select{font-size:13px;color:#444;height:28px;padding:0px 15px 0px 5px;box-sizing:border-box;width:100%;line-height:28px;cursor: pointer;border:0px solid #d1d1d1;}
.select_type7 select{-webkit-appearance: none;-moz-appearance: none;-o-appearance: none; appearance: none;outline-width:0;background-color: transparent  !important; background:none  !important;}
.select_type7 select:focus {color:#666;}
.select_type7 select::-ms-expand { display: none;}
.select_type7 select[multiple]{vertical-align:top;}


#main > .group-theme {margin-top: 65px !important; }

#bd.bd { padding-top: 23px; }