/*pc head */
.head{border-top:3px solid #043b8a;position:fixed;z-index:9999;top:0;left:0;width:100%;transition:all .5s;background:#fff;}
.mb_head{display:none;}
.head_ctt{position:relative;width:95%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:20px 0;}
.logo{width:250px;}
.logo a{display:block;font-size:30px;font-weight:bold;color:#fff;}
.logo a img{width:100%;}

.nav{}
.nav ul{display:flex;gap:0 30px;justify-content:space-between;}
.nav ul li{position:relative;}
.nav ul li:after{content: "";width: 2px;height: 16px;background: #e7e7e7;margin: 0 10px;display: Inline-block;position: absolute;top:0px;right: -27px;}
.nav ul li:last-child:after{display:none;}
.nav ul li a{font-family:'KorailRoundGothicBold' !important;display:block;font-size:16px;color:#000;font-weight:500;transition:all .5s;}
.nav ul li:hover a{color:#043b8a !important;font-weight:600}
.nav ul li a.nav_active{color:#043b8a !important;font-weight:bold;}

.hd_call{display:flex;align-items:center;background:linear-gradient(to right, #003c8a, #026eca);padding:8px 15px;border-radius:50px;}
.hd_call p{font-size:16px;color:#fff;font-weight:bold;letter-spacing:0;}
.hd_call p span{margin-right:8px;}

@media screen and (max-width:1600px){
  .logo{width:180px;}
  .hd_call p{font-size:14px;}
  .nav ul{gap:0 20px;}
  .nav ul li:after{right:-22px;}
}
@media screen and (max-width:1400px){
  .head{width:1400px;}
}
@media screen and (max-width:768px){
  .head{display:none}
  .mb_head{position: fixed; top: 0;lefT: 0;z-index: 999;background: #fff;display: flex;justify-content: space-between;width: 100%;}
  .mb_hd_top{padding:15px 0;width:95%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;}
  .nav_btn{cursor:pointer;}
  .nav_btn span{width:20px;height:2px;background:#000;margin-bottom:6px;display:block;}
  .nav_btn span:last-child{margin-bottom:0;}
  .all_nav_list{background:linear-gradient(45deg, #009b9a, #004092);position:fixed;top:0;right:-80%;width:80%;height:100vh;z-index:999;padding:40px;transition:all .5s;}
  .all_nav_list_show{right:0;}
  .all_nav_top{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;}
  .all_nav_logo{filter:invert(1) brightness(10);opacity:0.5;width:150px;} .all_nav_close{display:block;cursor:pointer;margin-left:auto;width:15px;}
  .all_nav_list ul{width:100%;}
  .all_nav_list ul li{}
  .all_nav_list ul li a{font-size:16px;color:#fff;padding:20px 10px;border-bottom:1px solid rgba(255,255,255,0.2);font-weight:500;display:block;}
  .all_nav_list ul li:last-child a{border:0;}
  .mb_privacy{display:flex;justify-content:space-between;margin-top:35px;}
  .mb_privacy a{color:#fff;font-size:15px;padding:15px 0;display:block;text-align:center;font-weight:500;border:1px solid #fff;border-radius:5px;width:48.5%;} .all_nav_bg{background:rgba(0,0,0,0.5);position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;display:none;}
  .all_nav_list_show{}
  .all_nav_bg_show{}
}

@media screen and (max-width:499px){
  .all_nav_list{padding:30px;}
  .all_nav_list ul li a{padding:10px}
  .mb_privacy a {font-size: 13px;padding: 12px 0;}
}