/*********** 탑배너 이미지 영역 ***********/
.top_ban {
  width: 100%;
  height: 100px;
  transition: all .5s;
  background:url(../head/images/top_ban.jpg)no-repeat;
  background-size:cover;
}
/*********** 탑배너 이미지 영역 끝 ***********/
.pc_header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all .5s;
}

.mb_header {
  display: none;
}

.top_header {
  position: relative;
  width: 1260px;
  margin: 0 auto;
  padding: 20px 0;
}

.logo {
  margin: 0 auto;
  text-align: center;
}

.logo a {
  display: block;
}

.logo img {
  width: 200px;
  height: 60px;
}

.head_ban {
  width: 170px;
  height: 61px;
  position: absolute;
  left: 0;
  left: 50px;
  top: 19px;
  overflow: hidden;
  background: #fff;
  border-radius: 200px;
}

.head_ban img {
  display: block;
  margin: 0 auto;
}


.head_call {
  position: absolute;
  right: 0;
  right: 50px;
  top: 19px;
}

.head_call img {}

.bt_header {
  border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.bt_header > ul {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.bt_header > ul > li {
  width: 100%;
  text-align: center;
  position: relative;
}

.bt_header > ul > li > a {
  display: block;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.bt_header > ul > li > a span {
  background: #ebb100;
  color: #fff;
  font-size: 13px;
  padding: 3px 7px;
  border-radius: 50px;
  font-weight: 700;
  margin-left: 5px;
  position: relative;
  top: -1px;
}


.pc_header.hd_scroll {
  background: #fff;
}


.pc_header.hd_scroll .bt_header > ul > li > a {
  color: #000
}

.pc_header.hd_scroll .bt_header {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hd_scroll .head_ban{
  border: 1px solid #e4e4e4;}

.submenu {
  margin-top: 13px;
  display: none;
  background: #fff;
  padding: 20px 20px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-top: 3px solid #417eae;
}

.submenu li {}

.submenu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px
}

.submenu li a:hover {
  color: #4284b8
}

.submenu li:last-child a {
  padding-bottom: 0;
}

.hd_quick {
  position: fixed;
  top: 200px;
  right: 50px;
  z-index: 9999999;
}

.top_arrow{display:none;}
.quick_address a{border-bottom:0 !important}
.q_doc {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}

.bubble {
  background: url(../head/images/bubble.png)no-repeat;
  background-size: cover;
  width: 71px;
  height: 40px;
  position: absolute;
  top: -30px;
  right: 0;
}

.dot {
  display: flex;
  justify-content: center;
  padding-top: 13px;
  align-items: center;
}

.dot span {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #fff;
  margin: 0 5px;
  display: inline-block;
  animation: ani 1.4s ease-in-out infinite both
}

.dot span:nth-child(1) {
  animation-delay: -.4s;
}

.dot span:nth-child(2) {
  animation-delay: -.2s;
}

.dot span:nth-child(3) {}

@keyframes ani {

  0%,
  100% {
    transform: scale(0)
  }

  50% {
    transform: scale(1)
  }
}

.hd_quick ul {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 80px;
  width: 80px;
  padding: 15px 0;
  top: 90px;
  border: 1px solid #e4e4e4;
}

.hd_quick ul li {}

.hd_quick ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;

  margin: 0;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.hd_quick ul li:last-child a {
  border-bottom: 0;
}

.hd_quick ul li img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 8px auto;
}

@media screen and (max-width:799px) {
   .pc_header {
    display: none;
  }
  
  .hd_quick{right:20px;bottom:20px;top:auto;}
  .hd_quick ul li:nth-child(1),.hd_quick ul li:nth-child(3),.hd_quick ul li:nth-child(5){display:none;}
  .top_arrow{display:block;}
  .q_doc{width:60px;height:60px;}
  .bubble{width:55px;height:30px;}
  .dot span {
    width: 5px;
    height: 5px;
    margin: -4px 5px;}
  .hd_quick ul{display:none;width:60px;top:10px;padding:5px 0;position:relative;}
  .hd_quick ul li a{font-size:12px;}
  .hd_quick ul li img{width:25px;height:25px;margin:0 auto 4px auto;}
  .mb_header {
    display: block;
    z-index: 99999999;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
  }

  .mb_head_ban {
    margin-top: 70px;
  }

  .mb_head_ban img {
    width: 100%;
  }

  .m_logo {
    width: 130px;
    height: auto;
    position: absolute;
    top: 19px;
    left: 20px;
  }


  .m_logo img {
    width: 100%;
  }

  .m_open {
    position: absolute;
    top: 23px;
    right: 20px;
    cursor: pointer;
  }

  .m_open div {}

  .m_open span {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 6px;
    background: #417eae;
  }

  .m_close {
    position: absolute;
    top: 31px;
    right: 20px;
    cursor: pointer;
  }

  .m_close div {}

  .m_close span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 6px;
    background: #417eae;
    transform: rotate(-45deg);
  }

  .m_close span:last-child {
    transform: rotate(45deg);
    margin-top: -8px;
  }

  .m_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 9998;
  }

  .open_logo {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 85px;
  }

  .m_logo img {
    width: 100%;
  }

  .m_menu {
    background: #fff;
    position: fixed;
    top: 0;
    right: -1000px;
    width: 280px;
    height: 100vh;
    z-index: 9999;
    overflow-y: scroll
  }

  .m_menu > ul {
    margin: 70px 0 40px 0;
    background: #f8f8f8;

  }

  .m_menu > ul > li > a {
    font-size: 15px;
    font-weight: 600;
    padding: 15px 25px;
    display: block;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
  }

  .m_menu > ul > li:last-child a {
    border-bottom: 0;
  }

  .m_menu > ul > li a b {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    font-weight: 600
  }

  .m_quick a {
    display: block;
    border: 1px solid #e4e4e4;
    width: 80%;
    margin: 0 auto 10px auto;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
  }

  .m_submenu {
    display: none;
    background: #417eae;
    color: #fff;
    padding: 10px 0;
  }

  .m_submenu li {}

  .m_submenu li a {
    display: block;
    font-weight: 600;
    padding: 8px 25px;
    font-size: 14px;
    color: #fff;
  }

}