
/* Haechansol Daily English Unified Global Navigation V1.8.0 */
.hde-global-header{
  position:relative;
  z-index:1000;
  width:100%;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #dfe6e1;
  box-shadow:0 3px 14px rgba(24,33,29,.025);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR",sans-serif;
}
.hde-global-header *{box-sizing:border-box}
.hde-global-shell{
  width:min(1160px,calc(100% - 32px));
  min-height:82px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.hde-global-brand{
  display:flex;
  flex-direction:column;
  flex:0 0 auto;
  color:#18211d;
  text-decoration:none;
  line-height:1.18;
}
.hde-global-brand span{
  color:#98713a;
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
}
.hde-global-brand strong{
  margin-top:5px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  letter-spacing:-.025em;
}
.hde-global-right{
  min-width:0;
  display:flex;
  align-items:center;
  gap:18px;
}
.hde-global-menu{
  display:flex;
  align-items:center;
  gap:4px;
}
.hde-global-menu>a,
.hde-global-tools>summary{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding:7px 11px;
  border:1px solid transparent;
  border-radius:999px;
  color:#536159;
  background:transparent;
  text-decoration:none;
  font-size:11px;
  font-weight:850;
  white-space:nowrap;
  cursor:pointer;
  list-style:none;
  transition:.16s ease;
}
.hde-global-tools>summary::-webkit-details-marker{display:none}
.hde-global-menu>a:hover,
.hde-global-tools>summary:hover{
  color:#1f5b45;
  background:#f3f7f4;
  border-color:#e0e9e3;
}
.hde-global-menu>a.is-active,
.hde-global-tools.is-active>summary{
  color:#fff;
  background:#1f5b45;
  border-color:#1f5b45;
}
.hde-global-tools{
  position:relative;
}
.hde-global-tools-menu{
  position:absolute;
  right:0;
  top:calc(100% + 7px);
  min-width:190px;
  padding:7px;
  border:1px solid #dfe6e1;
  border-radius:14px;
  background:#fff;
  box-shadow:0 16px 38px rgba(27,50,39,.12);
}
.hde-global-tools-menu a{
  display:flex;
  align-items:center;
  min-height:38px;
  padding:8px 10px;
  border-radius:9px;
  color:#526159;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
}
.hde-global-tools-menu a:hover,
.hde-global-tools-menu a.is-active{
  color:#1f5b45;
  background:#edf5f0;
}
.hde-global-clock{
  flex:0 0 auto;
  min-width:66px;
  padding-left:16px;
  border-left:1px solid #e4e9e6;
  text-align:right;
  line-height:1.05;
}
.hde-global-clock span{
  display:block;
  color:#87918c;
  font-size:8px;
  font-weight:900;
  letter-spacing:.14em;
}
.hde-global-clock strong{
  display:block;
  margin-top:4px;
  color:#18211d;
  font-size:14px;
  font-variant-numeric:tabular-nums;
}

@media(max-width:860px){
  .hde-global-shell{
    min-height:auto;
    padding:11px 0;
    align-items:flex-start;
    gap:12px;
  }
  .hde-global-brand strong{font-size:19px}
  .hde-global-right{
    flex:1 1 auto;
    justify-content:flex-end;
    gap:8px;
  }
  .hde-global-menu{
    justify-content:flex-end;
    flex-wrap:wrap;
  }
  .hde-global-menu>a,
  .hde-global-tools>summary{
    min-height:31px;
    padding:5px 8px;
    font-size:9px;
  }
  .hde-global-clock{
    min-width:58px;
    padding-left:9px;
  }
  .hde-global-clock strong{font-size:12px}
}

@media(max-width:620px){
  .hde-global-shell{
    width:calc(100% - 20px);
    display:block;
  }
  .hde-global-brand{
    margin-bottom:9px;
  }
  .hde-global-brand span{font-size:7px}
  .hde-global-brand strong{font-size:18px}
  .hde-global-right{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:start;
  }
  .hde-global-menu{
    justify-content:flex-start;
    gap:4px;
  }
  .hde-global-menu>a,
  .hde-global-tools>summary{
    min-height:30px;
    padding:5px 8px;
    font-size:9px;
    border-color:#e5ebe7;
    background:#fff;
  }
  .hde-global-tools-menu{
    position:fixed;
    left:10px;
    right:10px;
    top:auto;
    min-width:0;
    margin-top:6px;
    z-index:1100;
  }
  .hde-global-clock{
    padding-left:8px;
    min-width:55px;
  }
}

.hde-global-nav,.hde-global-nav *{font-family:"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;}
