.header_t									{position:relative;  width:100%;  height:130px; z-index:9999; background-color:#fff; border-bottom:1px solid #eee;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out; }
.header_t img{max-width:100%}
.h_wrap{width:1200px; margin:0 auto;display:flex; align-items:center; justify-content:space-between;height:102px;  }

.header_con a{font-size:18px; color:#1f82cf;display:flex; align-items:center; padding:8px 20px; border:4px solid #b2d3ec; border-radius:5px;font-weight: 700; transition:all 0.3s ease; display:inline-block;}
.header_con a img{margin-right:4px;vertical-align: middle;}
.header_con a:hover{ border:4px solid #1f82cf;}

.header_gnb_bg								{position:absolute; bottom:-33px; border:1px solid #97d017; left:0; right:0; width:1200px; margin:0 auto;display:flex;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}
.header_gnb_bg > span{width:62px; display:flex; align-items:center; justify-content:center; background-color:#fff}

.header_tel{text-align:right; display:flex; align-items:center;justify-content: flex-end; width:33.3%}
.header_tel > div{margin-left:8px}
.header_tel h2{font-size:26px; color:#1f82cf; display:flex; align-items:center; font-weight:600; justify-content: flex-end;font-weight: 700;}
.header_tel p{font-size:12px; color:#000000; margin-top:4px; line-height:15px;}

.f-nav .header_gnb_bg{ position:fixed; top:0; bottom:auto}
.f-nav .menu .major ul.sub							{  }

.header_con{width:33.3%}
.header_logo{width:16.3%; text-align: center;}
.header_logo img{margin:0 auto; }