@media (min-width:1200px) {

  /* gnb css  */
  .gnb {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
  }

  .gnb:after {
    display: block;
    clear: both;
    content: '';
  }

  .gnb .logo {
    height: 94px;
    line-height: 94px;
    float: left;
  }

  .gnb .logo a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }

  .gnb .logo img {
    width: 100%;
    vertical-align: middle;
  }

  .gnb .login_box {
    float: left;
    height: 94px;
    line-height: 94px;
    margin-left: 40px;
    font-size: 18px;
    font-weight: 500;
  }

  .gnb .login_box .box {
    display: inline-block;
    vertical-align: middle;
    background: #ccc;
    line-height: normal;
    padding: 10px 15px;
    background: #e6f0f6;
    border-radius: 10px;
  }

  .gnb .quick_menu {
    float: right;
    height: 100px;
    line-height: 100px;
    font-size: 0px;
    margin-right: 80px;
  }

  .gnb .quick_menu li {
    display: inline-block;
    margin-left: 60px;
  }

  .gnb .quick_menu li a {
    font-size: 28px;
    font-weight: 500;
  }

  /* ¿Ã¸Þ´º ÀüÃ¼ ¹öÆ° ¹Ú½º */
  .gnb .all_button_box {
    height: 94px;
    line-height: 94px;
    float: right;
    display: inline-block;
  }

  /* ¿Ã¸Þ´º ¹öÆ° */
  .gnb .all_button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 74px;
    height: 60px;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    z-index: 1;
  }

  .gnb all_button_m {
    display: none;
  }

  .gnb .menu-trigger,
  .gnb .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .gnb .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .gnb .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background: #113058;
  }

  .gnb .menu-trigger p {
    opacity: 0;
    font-weight: 800;
    font-size: 38px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    transition: all 0.3s;
    transform: scale(0);
  }

  .gnb .menu-trigger:hover span:nth-of-type(1) {
    opacity: 0;
  }

  .gnb .menu-trigger:hover span:nth-of-type(2) {
    opacity: 0;
  }

  .gnb .menu-trigger:hover span:nth-of-type(3) {
    opacity: 0;
  }

  .gnb .menu-trigger:hover p {
    opacity: 1;
    transform: scale(1);
  }

  .gnb .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .gnb .menu-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -5px;
  }

  .gnb .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .gnb .menu_active span:nth-of-type(1) {
    transform: translateY(25px) translateX(-5px) rotate(-37deg);
    width: 84px;
    border: 0;
    background: #fed63e;
  }

  .gnb .menu_active span:nth-of-type(2) {
    opacity: 0;
  }

  .gnb .menu_active span:nth-of-type(3) {
    transform: translateY(-25px) translateX(-5px) rotate(37deg);
    width: 84px;
    border: 0;
    background: #fed63e;
  }

  /* gnb_scroll css  */
  .gnb_scroll {
    animation: menu 0.5s forwards;
    animation-delay: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    font-size: 0px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 30px;
  }

  .gnb_scroll .logo {
    float: left;
    height: 60px;
    line-height: 60px;
  }

  .gnb_scroll .logo a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    height: 50px;
  }

  .gnb_scroll .logo img {
    height: 100%;
    vertical-align: middle;
  }

  /* gnb_scroll ¿Ã¸Þ´º ¹öÆ° ¹Ú½º */
  .gnb_scroll .all_button_box {
    float: right;
    width: 75px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .gnb_scroll .all_button_box .bg {
    display: none;
  }

  .gnb_scroll .login_box {
    float: left;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
  }

  .gnb_scroll .login_box .box {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 10px 10px;
    background: #e6f0f6;
    border-radius: 10px;
  }

  .gnb_scroll .quick_menu {
    float: right;
    height: 60px;
    line-height: 60px;
    font-size: 0px;
    margin-right: 20px;
  }

  .gnb_scroll .quick_menu li {
    display: inline-block;
    margin-right: 40px;
  }

  .gnb_scroll .quick_menu li a {
    font-size: 20px;
    font-weight: 500;
  }

  .gnb_scroll .all_button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50px;
    height: 40px;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    z-index: 1;
  }

  .gnb_scroll all_button_m {
    display: none;
  }

  .gnb_scroll .menu-trigger,
  .gnb_scroll .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .gnb_scroll .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .gnb_scroll .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background: #113058;
  }

  .gnb_scroll .menu-trigger p {
    opacity: 0;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    transition: all 0.3s;
    transform: scale(0);
  }

  .gnb_scroll .menu-trigger:hover span:nth-of-type(1) {
    opacity: 0;
  }

  .gnb_scroll .menu-trigger:hover span:nth-of-type(2) {
    opacity: 0;
  }

  .gnb_scroll .menu-trigger:hover span:nth-of-type(3) {
    opacity: 0;
  }

  .gnb_scroll .menu-trigger:hover p {
    opacity: 1;
    transform: scale(1);
  }

  .gnb_scroll .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .gnb_scroll .menu-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -3px;
  }

  .gnb_scroll .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .gnb_scroll .menu_active span:nth-of-type(1) {
    transform: translateY(17px) translateX(-4px) rotate(-37deg);
    width: 57px;
    border: 0;
    background: #fed63e;
  }

  .gnb_scroll .menu_active span:nth-of-type(2) {
    opacity: 0;
  }

  .gnb_scroll .menu_active span:nth-of-type(3) {
    transform: translateY(-17px) translateX(-4px) rotate(37deg);
    width: 57px;
    border: 0;
    background: #fed63e;
  }

  /* ¿Ã¸Þ´º */
  .all_menu {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    line-height: normal;
    padding: 0px;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    top: 0px;
    z-index: 9999;
  }

  .all_menu .all_menu_wrap {
    position: relative;
  }

  .all_menu .all_menu_box {
    box-sizing: border-box;
    height: 0px;
    overflow: hidden;
    background-image: url(/img/all_menu_bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
  }

  .all_menu_inner_box {
    line-height: normal;
    box-sizing: border-box;
    padding-left: 150px;
    padding-right: 300px;
    overflow-y: scroll;
  }

  .all_menu_inner_box>ul {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
  }

  .all_menu_inner_box>ul>li {
    margin-bottom: 30px;
    font-size: 0;
    transition: 0.3s all;
    opacity: 0;
    position: relative;
  }

  .all_menu_inner_box>ul>li:last-child {
    margin-bottom: 0px;
  }

  .all_menu_inner_box>ul>li>ul>li {
    display: inline-block;
    margin: 0 20px 10px 0;
  }

  .all_menu_inner_box>ul>li>ul>li>a {
    font-weight: 500;
    font-size: 18px;
    color: #8094af;
    transition: 0.3s all;
  }

  .all_menu_inner_box>ul>li>p {
    font-size: 50px;
    margin-bottom: 20px;
    color: #8094af;
    transition: 0.3s all;
    font-family: 'BMJUA';
  }

  .all_menu_inner_box>ul>li.on>p {
    color: #113058;
  }

  .all_menu_inner_box>ul>li.on>ul>li>a {
    color: #113058;
  }

  .all_menu .exit {
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(/img/all_menu_x.png) no-repeat left center;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
    color: #fff;
    padding-left: 60px;
    font-weight: 500;
    display: none;
  }

  .all_menu .exit:hover {
    background: url(/img/all_menu_xc.png) no-repeat left center;
    color: #fed63e;
  }

  .call_m {
    display: none;
  }
}

@media screen and (min-width:768px) and (max-width: 1199px) {

  /* gnb css  */
  .gnb {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    padding-top: 10px;
  }

  .gnb:after {
    display: block;
    clear: both;
    content: '';
  }

  .gnb .logo {
    height: 60px;
    line-height: 60px;
    float: left;
  }

  .gnb .logo a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    height: 100%;
  }

  .gnb .logo img {
    height: 100%;
    vertical-align: middle;
  }

  .gnb .login_box {
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
  }

  .gnb .login_box .box {
    display: inline-block;
    vertical-align: middle;
    background: #ccc;
    line-height: normal;
    padding: 5px 10px;
    background: #e6f0f6;
    border-radius: 10px;
  }

  .gnb .quick_menu {
    float: right;
    height: 60px;
    line-height: 60px;
    font-size: 0px;
    margin-right: 40px;
  }

  .gnb .quick_menu li {
    display: inline-block;
    margin-left: 20px;
  }

  .gnb .quick_menu li a {
    font-size: 16px;
    font-weight: 500;
  }

  /* ¿Ã¸Þ´º ÀüÃ¼ ¹öÆ° ¹Ú½º */
  .gnb .all_button_box {
    height: 60px;
    line-height: 60px;
    float: right;
    display: inline-block;
  }

  /* ¿Ã¸Þ´º ¹öÆ° */
  .all_button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    height: 30px;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    z-index: 1;
  }

  .all_button_m {
    display: none;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #113058;
  }

  .menu-trigger p {
    opacity: 0;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    transition: all 0.3s;
    transform: scale(0);
  }

  .menu-trigger:hover span:nth-of-type(1) {
    opacity: 0;
  }

  .menu-trigger:hover span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger:hover span:nth-of-type(3) {
    opacity: 0;
  }

  .menu-trigger:hover p {
    opacity: 1;
    transform: scale(1);
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -2.5px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu_active span:nth-of-type(1) {
    transform: translateY(12px) translateX(-2px) rotate(-35deg);
    width: 43px;
    border: 0;
    background: #fed63e;
  }

  .menu_active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu_active span:nth-of-type(3) {
    transform: translateY(-12px) translateX(-2px) rotate(35deg);
    width: 43px;
    border: 0;
    background: #fed63e;
  }

  /* gnb_scroll css  */
  .gnb_scroll {
    animation: menu 0.5s forwards;
    animation-delay: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    font-size: 0px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .gnb_scroll .logo {
    float: left;
    height: 50px;
    line-height: 50px;
  }

  .gnb_scroll .logo a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    height: 80%;
  }

  .gnb_scroll .logo img {
    height: 100%;
    vertical-align: middle;
  }

  .gnb_scroll .all_button_box .bg {
    display: none;
  }

  .gnb_scroll .login_box {
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
  }

  .gnb_scroll .login_box .box {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 10px 10px;
    background: #e6f0f6;
    border-radius: 10px;
  }

  .gnb_scroll .quick_menu {
    float: right;
    height: 50px;
    line-height: 50px;
    font-size: 0px;
    margin-right: 20px;
  }

  .gnb_scroll .quick_menu li {
    display: inline-block;
    margin-right: 20px;
  }

  .gnb_scroll .quick_menu li a {
    font-size: 16px;
    font-weight: 500;
  }

  .gnb_scroll .all_button_box {
    height: 50px;
    line-height: 50px;
    float: right;
    display: inline-block;
  }

  /* ¿Ã¸Þ´º */
  .all_menu {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    line-height: normal;
    padding: 0px;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    top: 0px;
    z-index: 9999;
  }

  .all_menu .all_menu_wrap {
    position: relative;
  }

  .all_menu .all_menu_box {
    box-sizing: border-box;
    height: 0px;
    overflow: hidden;
    background-image: url(/img/all_menu_bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;

    background-size: contain;
  }

  .all_menu_inner_box {
    line-height: normal;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 200px;
    overflow-y: scroll;
  }

  .all_menu_inner_box>ul {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    padding: 50px;
  }

  .all_menu_inner_box>ul>li {
    margin-bottom: 20px;
    font-size: 0;
    transition: 0.3s all;
    opacity: 0;
    position: relative;
  }

  .all_menu_inner_box>ul>li:last-child {
    margin-bottom: 0px;
  }

  .all_menu_inner_box>ul>li>ul>li {
    display: inline-block;
    margin: 0 20px 10px 0;
  }

  .all_menu_inner_box>ul>li>ul>li>a {
    font-weight: 500;
    font-size: 14px;
    color: #8094af;
    transition: 0.3s all;
  }

  .all_menu_inner_box>ul>li>p {
    font-size: 40px;
    margin-bottom: 15px;
    color: #8094af;
    transition: 0.3s all;
    font-family: 'BMJUA';
  }

  .all_menu_inner_box>ul>li.on>p {
    color: #113058;
  }

  .all_menu_inner_box>ul>li.on>ul>li>a {
    color: #113058;
  }

  .all_menu .exit {
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(/img/all_menu_x.png) no-repeat left center;
    background-size: contain;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    padding-left: 50px;
    font-weight: 500;
    display: none;
  }

  .all_menu .exit:hover {
    background: url(/img/all_menu_xc.png) no-repeat left center;
    background-size: contain;
    color: #fed63e;
  }

  .call_m {
    display: none;
  }
}

@media (max-width:767px) {

  /* gnb css  */
  .gnb {
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    padding-top:30px;
    text-align: center;
  }

  .gnb:after {
    display: block;
    clear: both;
    content: '';
  }




  .gnb .logo {
    height: 60px;
    line-height:60px;
    float: left;
    display: inline-block;
  }

  .gnb .logo a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    height: 100%;
  }

  .gnb .logo img {
    height: 100%;
    vertical-align: middle;
  }

  .gnb .login_box {

        font-size: 11px;
        font-weight: 500;
        height: 20px;
        line-height: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        text-align: left;
        width: 100%;
        background: rgba(60, 93, 135,0.6);
  }

  .gnb .login_box .box {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 5px 10px;
    color: #fff;
  }

  .gnb .login_box .box a{
  color: #fff;
  }


  .gnb .quick_menu {
    display: none;
  }





  /* ¿Ã¸Þ´º ÀüÃ¼ ¹öÆ° ¹Ú½º */
  .gnb .all_button_box {

    height: 60px;
    line-height: 60px;
    float: right;
    display: inline-block;
    background: #3c5d87;
    width: 60px;
    text-align: center;
    border-radius: 10px;
    margin-left: 10px;
  }

  /* ¿Ã¸Þ´º ¹öÆ° */
  .all_button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    height: 30px;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    z-index: 1;
  }

  .all_button_m {
    display: none;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fff;
  }

  .menu-trigger p {
    opacity: 0;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    transition: all 0.3s;
    transform: scale(0);
    color: #fff;
  }

  .menu-trigger:hover span:nth-of-type(1) {
    opacity: 0;
  }

  .menu-trigger:hover span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger:hover span:nth-of-type(3) {
    opacity: 0;
  }

  .menu-trigger:hover p {
    opacity: 1;
    transform: scale(1);
    color: #fff;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -2.5px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu_active span:nth-of-type(1) {
    transform: translateY(12px) translateX(-2px) rotate(-35deg);
    width: 43px;
    border: 0;
    background: #fed63e;
  }

  .menu_active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu_active span:nth-of-type(3) {
    transform: translateY(-12px) translateX(-2px) rotate(35deg);
    width: 43px;
    border: 0;
    background: #fed63e;
  }




  /* gnb_scroll css  */
  .gnb_scroll {
    animation: menu 0.5s forwards;
    animation-delay: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    font-size: 0px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
  }

  .gnb_scroll .logo {
    float: left;
    height: 60px;
    line-height: 60px;
  }

  .gnb_scroll .logo a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
      height: 100%;
  }

  .gnb_scroll .logo img {
    height: 100%;
    vertical-align: middle;
  }

  .gnb_scroll .all_button_box .bg {
    display: none;
  }

  .gnb_scroll .login_box {
    display: none;
  }




  .gnb_scroll .quick_menu {
    display: none;
  }



  .gnb_scroll .all_button_box {
    height: 60px;
    line-height: 60px;
    float: right;
    display: inline-block;
    background: #3c5d87;
    width: 60px;
    text-align: center;
    border-radius: 10px;
    margin-left: 10px;
  }





  /* ¿Ã¸Þ´º */
    .all_menu {
      position: absolute;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      line-height: normal;
      padding: 0px;
      box-sizing: border-box;
      display: none;
      opacity: 0;
      top: 0px;
      z-index: 9999;
    }

    .all_menu .all_menu_wrap {
      position: relative;
    }

    .all_menu .all_menu_box {
      box-sizing: border-box;
      height: 0px;
      overflow: hidden;
      background-image: url(/img/all_menu_bg.jpg);
      background-repeat: no-repeat;
      background-position: left center;
      background-color: #fff;
    }


    .all_menu_inner_box {
      line-height: normal;
      box-sizing: border-box;
      overflow-y: scroll;
      background-image: linear-gradient(to right, rgba(255, 255,255, 1), rgba(255, 255, 255, 0.7));
    }


    .all_menu_inner_box>ul {
      line-height: normal;
      vertical-align: middle;
      display: inline-block;
      padding: 15px;
      box-sizing: border-box;
      width: 100%;
    }

    .all_menu_inner_box>ul>li {
      margin-bottom: 20px;
      font-size: 0;
      transition: 0.3s all;
      opacity: 0;
      position: relative;
    }

    .all_menu_inner_box>ul>li:last-child {
      margin-bottom: 0px;
    }

    .all_menu_inner_box>ul>li>ul>li {
      display: inline-block;
      margin: 0 3px 3px 0;

    }

    .all_menu_inner_box>ul>li>ul>li>a {
      font-weight: 500;
      font-size: 14px;
      color: #113058;
      transition: 0.3s all;
      border:1px solid #113058;
      border-radius: 5px;
      padding: 5px 8px;
      display: inline-block;
    }

    .all_menu_inner_box>ul>li>p {
      font-size: 26px;
      margin-bottom: 10px;
      color: #113058;
      transition: 0.3s all;
    font-family: 'BMJUA';
    }
    .all_menu_inner_box>ul>li.on>p {
      color: #113058;
    }
    .all_menu_inner_box>ul>li.on>ul>li>a {
      color: #113058;
      border:1px solid #113058;
    }




    .all_menu .exit {
      cursor: pointer;
      position: absolute;
      right: 10px;
      bottom: 10px;
      background: url(/img/all_menu_x.png) no-repeat left center;
      background-size: contain;
      height: 30px;
      line-height: 30px;
      font-size: 24px;
      color: #fff;
      padding-left: 40px;
      font-weight: 500;
      display: none;
    }

    .all_menu .exit:hover {
      background: url(/img/all_menu_xc.png) no-repeat left center;
      background-size: contain;
      color: #fed63e;
    }



      .call_m {
        float: right;
        display: inline-block;
        height:60px;
        line-height: 60px;
        background: #3c5d87;
        width:60px;
        text-align: center;
        border-radius: 10px;
    }


      .call_m a{
        height: 70%;
        vertical-align: middle;
        display: inline-block;
      }

      .call_m img {
        height: 90%;
      }




}
