@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=block");
/*
 * Mixin
 */
/*
 * Extend
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=block");
/*
 * Mixin
 */
/*
 * Extend
 */
/*
 * popup
 */
.html-popup {
  overflow-y: hidden;
}

.page-popup {
  padding: 15px 30px 30px;
  background-color: #fff;
}
.page-popup#popup {
  background: #fff;
}
.page-popup #pop {
  background-image: none;
}
.page-popup #pop .pop_title,
.page-popup #pop #popcont h5,
.page-popup #pop #popcont h6 {
  padding: 2px 0 1px 18px;
  font-size: 100%;
  line-height: 100%;
  color: #000;
  background-image: url("../../images/icons/pop_title.gif");
  background-repeat: no-repeat;
}
.page-popup h1,
.page-popup h2,
.page-popup h3,
.page-popup h4,
.page-popup h5,
.page-popup h6,
.page-popup p,
.page-popup dl,
.page-popup dt,
.page-popup dd,
.page-popup li {
  margin: 0;
}
.page-popup .inner {
  max-height: 450px;
  padding-right: 10px;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.page-popup .inner::-webkit-scrollbar {
  -webkit-appearance: none;
}
.page-popup .inner::-webkit-scrollbar:vertical {
  width: 5px;
}
.page-popup .inner::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background: #99b2bb;
}
.page-popup .inner::-webkit-scrollbar-track {
  border-radius: 7px;
  background: #f2f4f7;
}
.page-popup .head {
  position: relative;
  border-bottom: 2px solid #101717;
}
.page-popup .head.not-border {
  border-bottom: 0;
}
.page-popup .head.not-border + .contents {
  margin-top: 0;
}
.page-popup .head .tit {
  margin: 0;
  padding: 10px 0 18px;
  font-size: 20px;
  color: #000;
  line-height: 1.4;
}
.page-popup .head .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 11px;
  box-sizing: border-box;
  background-color: #101717;
}
.page-popup .head .btn-close .icon {
  vertical-align: top;
}
.page-popup .contents {
  margin-top: 30px;
}
.page-popup .contents .stit {
  margin-top: 30px;
  font-size: 12px;
  color: #101717;
}
.page-popup .contents .stit:first-child {
  margin-top: 0;
}
.page-popup .contents .stit .icon:before {
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
.page-popup .contents p,
.page-popup .contents .bul-list li,
.page-popup .contents ul li,
.page-popup .contents ol li,
.page-popup .contents a {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  word-break: keep-all;
}
.page-popup .contents p {
  margin: 10px 0;
}
.page-popup .contents ol li {
  margin-top: 3px;
  margin-left: 20px;
  list-style: decimal;
  list-style-position: outside;
}
.page-popup .contents ol li:first-child {
  margin-top: 0;
}
.page-popup .contents ol li .list-none li {
  margin-left: 5px;
}
.page-popup .contents ol .list-none li {
  margin-left: 0;
  list-style: none;
}
.page-popup .contents ol.list-none > li {
  margin-left: 0;
  list-style: none;
}
.page-popup .contents ol.circle li {
  list-style: circle;
}
.page-popup .contents ul {
  margin: 5px 0;
}
.page-popup .contents ul li {
  margin-top: 3px;
}
.page-popup .contents ul li:first-child {
  margin-top: 0;
}
.page-popup .contents ul li p {
  margin: 5px 0 10px;
}
.page-popup .contents .strong {
  margin: 15px 0 10px;
  font-size: 12px;
  font-weight: bold;
}
.page-popup .contents .bul-list {
  margin: 20px 0;
}
.page-popup .contents .bul-list > li {
  margin-top: 3px;
  padding-left: 8px;
  position: relative;
}
.page-popup .contents .bul-list > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  background-color: #666;
}
.page-popup .contents .bul-list > li:first-child {
  margin-top: 0;
}
.page-popup .contents .table-col {
  width: 100%;
}
.page-popup .contents .table-col th,
.page-popup .contents .table-col td {
  padding: 5px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #d7dadb;
}
.page-popup .contents .table-row {
  width: 100%;
}
.page-popup .contents .table-row th,
.page-popup .contents .table-row td {
  padding: 5px;
  font-size: 12px;
  color: #666;
  text-align: left;
  line-height: 1.5;
  border: 1px solid #d7dadb;
}
.page-popup .contents .post .box-search {
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #101717;
}
.page-popup .contents .post .box-search input {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 20px;
  line-height: 44px;
  font-size: 16px;
  border: 0;
  box-sizing: border-box;
}
.page-popup .contents .post .box-search input:focus ~ label, .page-popup .contents .post .box-search input:focus + label, .page-popup .contents .post .box-search input:not([value=""]) ~ label, .page-popup .contents .post .box-search input:not([value=""]) + label {
  display: none;
}
.page-popup .contents .post .box-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
}
.page-popup .contents .post .box-search label {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 44px;
  font-size: 16px;
  font-weight: normal;
  color: #bbb;
  cursor: text;
}
.page-popup .contents .post .tip {
  padding: 28px;
  border: 1px solid #e5eaec;
  background-color: #f6f7f9;
}
.page-popup .contents .post .tip strong {
  display: inline-block;
  padding: 2px 10px 3px;
  font-size: 14px;
  color: #fff;
  background-color: #101717;
  border-radius: 15px;
}
.page-popup .contents .post .tip ul {
  margin-top: 12px;
}
.page-popup .contents .post .tip ul li {
  font-size: 14px;
  color: #101717;
  line-height: 1.4;
}
.page-popup .contents .post .tip .desc {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.page-popup .contents .post .table-col td {
  font-size: 13px;
  color: #101717;
}
.page-popup .contents .post .table-col .address {
  padding-left: 10px;
  text-align: left;
  line-height: 1.6;
  word-break: keep-all;
}
.page-popup .contents .post .inner {
  max-height: 358px;
}
.page-popup .contents .userid-check .result_area .btn-default-sm {
  margin: -2px 0 0 5px;
}
.page-popup .contents .zeroboard p {
  margin-top: 0;
}
.page-popup .contents .btn-wrap {
  margin-top: 15px;
  text-align: center;
}
.page-popup .contents .paging-wrap {
  margin-top: 20px;
  text-align: center;
}
.page-popup .contents .paging-wrap .paging {
  display: inline-block;
}
.page-popup .contents .paging-wrap .paging a {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 -1px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #101717;
  border: 1px solid #ccd5da;
  background-color: #fff;
}
.page-popup .contents .paging-wrap .paging a strong {
  display: block;
  color: #fff;
  background-color: #0a3d53;
}
.page-popup #popcont.add-member-info {
  max-height: 535px;
}
.page-popup #popcont.add-member-info .btn-point,
.page-popup #popcont.add-member-info .btn-default {
  padding: 5px 12px 7px;
  font-size: 14px;
}

.top-title {
  display: none;
}
.top-title.show {
  display: block;
}
@media (min-width: 758px) and (max-width: 839px) {
  .top-title {
    display: block;
    position: fixed;
    z-index: 10;
    left: 76px !important;
    right: 76px;
    top: 0;
    padding: 0px;
    width: auto;
    display: flex;
    align-items: center;
    height: 48px;
  }
  .top-title a img {
    width: 126px;
    height: 12px;
  }
  .top-title .center {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
  }
  .top-title .center .title {
    font-size: 16px;
    font-weight: 400;
    color: black;
    padding-left: 0px;
  }
  .top-title .center .title.white {
    color: white;
  }
}
@media (min-width: 320px) and (max-width: 757px) {
  .top-title {
    display: block;
    position: fixed;
    z-index: 10;
    left: 76px !important;
    right: 76px;
    padding: 0px;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    height: 48px;
  }
  .top-title a img {
    width: 126px;
    height: 12px;
  }
  .top-title .center {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
  }
  .top-title .center .title {
    font-size: 15px;
    font-weight: 500;
    color: black;
    padding-left: 0px;
  }
  .top-title .center .title.white {
    color: white;
  }
}

.nav-bar {
  background: #101717;
  width: 100%;
}
.nav-bar > .inner {
  width: 100%;
  margin: 0px auto;
  max-width: 1220px;
  display: flex;
}
.nav-bar > .inner > .title {
  color: white;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 20px;
  padding: 11px 0;
  line-height: 1;
}
.nav-bar > .inner > .sub-title {
  color: #b1b5ba;
  font-size: 11px;
  font-weight: normal;
  display: flex;
  align-items: center;
  height: 28px;
  line-height: 1;
}
.nav-bar > .inner > .sub-title > span.active {
  color: white;
}
.nav-bar > .inner > .sub-title > span.split {
  padding: 0 10px;
}
.nav-bar.gray {
  background: rgba(16, 23, 23, 0.85);
}
@media screen and (max-width: 1280px) {
  .nav-bar > .inner {
    width: 95%;
  }
}
@media (min-width: 758px) and (max-width: 839px) {
  .nav-bar > .inner {
    width: 95%;
  }
  .nav-bar.black {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 757px) {
  .nav-bar > .inner {
    width: 95%;
  }
  .nav-bar.black {
    display: none;
  }
}

.sticky-tab-menu {
  display: none;
}
@media (min-width: 758px) and (max-width: 839px) {
  .sticky-tab-menu {
    display: block;
    position: fixed;
    z-index: 10;
    width: 100vw;
    top: 53px;
    left: 0;
    height: 38.5px;
    background: white;
    border-bottom: 1px solid #e4e9ee;
  }
  .sticky-tab-menu div {
    position: relative;
    overflow: hidden;
    height: inherit;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .sticky-tab-menu div ul.menu {
    display: -webkit-inline-flex;
    display: inline-flex;
    min-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sticky-tab-menu div ul.menu li {
    position: relative;
    display: inline-block;
    height: inherit;
    padding: 0 10px;
    border-bottom: 3px solid transparent;
  }
  .sticky-tab-menu div ul.menu li a {
    height: inherit;
  }
  .sticky-tab-menu div ul.menu li:first-child {
    padding-left: 14px;
  }
  .sticky-tab-menu div ul.menu li.active {
    font-weight: bold;
    border-bottom: 3px solid #04939d;
  }
  .sticky-tab-menu div::-webkit-scrollbar {
    display: none;
  }
  .sticky-tab-menu div.justify ul.menu {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media (min-width: 320px) and (max-width: 757px) {
  .sticky-tab-menu {
    display: block;
    position: fixed;
    z-index: 10;
    width: 100vw;
    top: 53px;
    left: 0;
    height: 38.5px;
    background: white;
    border-bottom: 1px solid #e4e9ee;
  }
  .sticky-tab-menu div {
    position: relative;
    overflow: hidden;
    height: inherit;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .sticky-tab-menu div ul.menu {
    display: -webkit-inline-flex;
    display: inline-flex;
    min-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sticky-tab-menu div ul.menu li {
    position: relative;
    display: inline-block;
    height: inherit;
    padding: 0 10px;
    border-bottom: 3px solid transparent;
  }
  .sticky-tab-menu div ul.menu li a {
    height: inherit;
  }
  .sticky-tab-menu div ul.menu li:first-child {
    padding-left: 14px;
  }
  .sticky-tab-menu div ul.menu li.active {
    font-weight: bold;
    border-bottom: 3px solid #04939d;
  }
  .sticky-tab-menu div::-webkit-scrollbar {
    display: none;
  }
  .sticky-tab-menu div.justify ul.menu {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}

#hk-header {
  background: transparent;
  padding-bottom: 0px;
}
#hk-header > .top {
  width: 100%;
  margin: 0px auto;
  background: #2b2b31;
  height: 32px;
}
#hk-header > .top.my {
  background: #f1f4f6;
  position: fixed;
  top: 0;
  height: 62px;
  display: none;
}
#hk-header > .top.my > .inner > .util li {
  color: white;
}
#hk-header > .top.my > .inner > .util li a {
  color: inherit;
}
#hk-header > .top > .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1220px;
  margin: 0px auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#hk-header > .top > .inner > #top-notice {
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0;
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#hk-header > .top > .inner > #top-notice a {
  color: #fff;
}
#hk-header > .top > .inner > #top-notice .badge {
  max-width: 100%;
  font-size: 0.8125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
  min-width: 49px;
  margin-right: 12px;
  background-color: #8660d9;
  border-radius: 3px;
  color: #ffffff;
}
#hk-header > .top > .inner > .home-btn {
  display: none;
}
#hk-header > .top > .inner > .left {
  display: flex;
  align-items: center;
  flex: 1;
}
#hk-header > .top > .inner > .util {
  display: flex;
  align-items: center;
}
#hk-header > .top > .inner > .util .menu li .point {
  color: green;
}
#hk-header > .nav > .inner .gnb li .depth-2 {
  width: 100%;
  left: 0;
  background: #f5f7f8;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner {
  width: 100%;
  max-width: 1220px;
  margin: 0px auto;
  display: flex;
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner .main {
  width: 332px;
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner .main .title {
  font-size: 25px;
  letter-spacing: -0.75px;
  color: #2e596c;
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner .main .sub-title {
  margin-top: 15px;
  font-size: 13px;
  letter-spacing: -0.39px;
  color: #55595e;
  line-height: 1.8;
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner .main .btn {
  margin-top: 27px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  width: auto;
  height: 32px;
  font-size: 12px;
  letter-spacing: -0.36px;
  color: #ffffff;
  background: #303637;
  padding: 0 14px;
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner .menu {
  max-width: 600px;
  margin-top: -15px;
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner .menu .list {
  width: 279px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.42px;
  color: black;
  font-weight: bold;
  height: 31px;
  margin-top: 19px;
  border-bottom: 1px solid #d9dfe3;
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner .menu .list:nth-child(odd) {
  margin-right: 21px;
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner .menu .list a {
  width: inherit;
  height: inherit;
  padding: 0px;
  margin: 0px;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner .menu.whois {
  margin-left: 38px;
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner .menu.whois > #GNB_Marketing_Domain_Whois_Search_PC {
  width: 114px;
  height: 32px;
  border-radius: 3px;
  background-color: #303637;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner .menu.whois > #GNB_Marketing_Domain_Whois_Search_PC > i {
  width: 12px;
  height: 12px;
  background: url("../../images/svg/icon-open-in-browser-small.svg") no-repeat center center;
  margin-left: 9px;
  display: inline-block;
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner .menu.whois > #GNB_Marketing_Domain_Whois_Search_PC:hover {
  background-color: rgba(48, 54, 55, 0.88);
}
#hk-header > .nav > .inner .gnb li .depth-2 .inner .menu.whois > #GNB_Marketing_Domain_Whois_Search_PC:active {
  background-color: rgba(48, 54, 55, 0.84);
}
#hk-header > .nav.my {
  background: #305260;
  color: white;
}
#hk-header > .nav.my strong {
  color: rgba(255, 255, 255, 0.5) !important;
}
#hk-header > .nav.my .on strong {
  color: white !important;
}
#hk-header > .nav.my .logo-img i.logo {
  background: url("../../images/svg/hk_logo_w.svg") no-repeat center center;
}
#hk-header > .nav.my .logo-img {
  margin-right: 54px;
}
#hk-header > .nav.my .logo-img a {
  display: flex;
  align-items: center;
}
#hk-header > .nav.my .logo-img span.myservice {
  border: 1px solid #748c97;
  border-radius: 12px;
  color: #ffffff;
  cursor: pointer;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-letter-spacing: -0.36px;
  -moz-letter-spacing: -0.36px;
  -ms-letter-spacing: -0.36px;
  letter-spacing: -0.36px;
  vertical-align: top;
  display: initial;
  font-weight: bold;
}
#hk-header > .nav.my .logo-img span.split {
  color: #04939d;
  padding: 0 10px;
  display: initial;
  vertical-align: top;
  line-height: 1;
  font-size: 1rem;
}
@media (min-width: 840px) and (max-width: 1239px) {
  #hk-header > .top.my {
    background: #305260;
    color: white;
  }
  #hk-header > .top.my > .inner > .util li a {
    color: white;
  }
  #hk-header > .top > .inner {
    width: 100%;
    max-width: 980px;
    margin: 0px auto;
  }
  #hk-header > .top > .inner > .home-btn {
    display: none;
  }
  #hk-header > .top > .inner > .left {
    display: flex;
    align-items: center;
    flex: 1;
  }
  #hk-header > .top > .inner > .util {
    display: flex;
    align-items: center;
  }
  #hk-header > .top > .inner > .util .menu li .point {
    color: green;
  }
  #hk-header > .nav > .inner .gnb li .depth-2 {
    width: 100%;
    left: 0;
  }
  #hk-header > .nav > .inner .gnb li .depth-2 .inner {
    width: 100%;
    max-width: 980px;
    margin: 0px auto;
    display: flex;
  }
  #hk-header > .nav > .inner .gnb li .depth-2 .inner .main {
    width: 332px;
  }
  #hk-header > .nav > .inner .gnb li .depth-2 .inner .main .title {
    font-size: 25px;
    letter-spacing: -0.75px;
    color: #2e596c;
  }
  #hk-header > .nav > .inner .gnb li .depth-2 .inner .main .sub-title {
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: -0.39px;
    color: #55595e;
    line-height: 1.8;
  }
  #hk-header > .nav > .inner .gnb li .depth-2 .inner .main .btn {
    margin-top: 27px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    width: auto;
    height: 32px;
    font-size: 12px;
    letter-spacing: -0.36px;
    color: #ffffff;
    background: #303637;
    padding: 0 14px;
  }
  #hk-header > .nav > .inner .gnb li .depth-2 .inner .menu {
    max-width: 600px;
    margin-top: -15px;
  }
  #hk-header > .nav > .inner .gnb li .depth-2 .inner .menu .list {
    width: 279px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.42px;
    color: black;
    font-weight: bold;
    height: 31px;
    margin-top: 19px;
    border-bottom: 1px solid #d9dfe3;
  }
  #hk-header > .nav > .inner .gnb li .depth-2 .inner .menu .list:nth-child(odd) {
    margin-right: 21px;
  }
}
@media (min-width: 758px) and (max-width: 839px) {
  #hk-header > .top {
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: #fff;
  }
  #hk-header > .top.my {
    background: #305260;
    color: white;
    display: block;
    height: 48px;
  }
  #hk-header > .top.my > .inner > .util {
    display: none;
  }
  #hk-header > .top.my > .inner > .util li a {
    color: white;
  }
  #hk-header > .top > .inner > #top-notice {
    top: 0;
    right: 0;
    max-width: 100%;
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    background-color: #2b2b31;
  }
  #hk-header > .top > .inner > .home-btn {
    width: 40px;
    height: 40px;
    background: url("../../images/svg/icon_home.svg") no-repeat center;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 10px;
  }
  #hk-header > .top > .inner > .left {
    display: flex;
    align-items: center;
    flex: 1;
  }
  #hk-header > .top > .inner > .util {
    display: flex;
    align-items: center;
  }
  #hk-header > .top > .inner > .util .menu li .point {
    color: green;
  }
  #hk-header > .all.my .btn .icon-all-menu-new:before {
    filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(152deg) brightness(112%) contrast(102%);
  }
}
@media (min-width: 320px) and (max-width: 757px) {
  #hk-header > .top {
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 9;
    border-bottom: 1px solid #e4e9ee;
    background-color: #fff;
  }
  #hk-header > .top.my {
    background: #305260;
    color: white;
    border-bottom: 0px;
    display: block;
    height: 48px;
  }
  #hk-header > .top.my > .inner > .util {
    display: none;
  }
  #hk-header > .top > .inner > #top-notice {
    top: 0;
    right: 0;
    max-width: 100%;
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    background-color: #2b2b31;
  }
  #hk-header > .top > .inner > .home-btn {
    width: 40px;
    height: 40px;
    background: url("../../images/svg/icon_home.svg") no-repeat center;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 10px;
  }
  #hk-header > .top > .inner > .left {
    display: flex;
    align-items: center;
    flex: 1;
  }
  #hk-header > .top > .inner > .util {
    display: flex;
    align-items: center;
  }
  #hk-header > .top > .inner > .util .menu li .point {
    color: green;
  }
  #hk-header > .all.my {
    top: 3px;
  }
  #hk-header > .all.my .btn .icon-all-menu-new:before {
    filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(152deg) brightness(112%) contrast(102%);
  }
}

.my-top-gnb {
  position: fixed;
  display: flex;
  flex-direction: row;
  left: 0;
  top: 0;
  width: 200px;
  height: 100vh;
  z-index: 1;
  -webkit-transition: width 225ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  transition: width 225ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}
.my-top-gnb .gnb {
  width: inherit;
  background: #263f49;
}
.my-top-gnb .gnb .inner {
  padding: 30px 10px 0px !important;
}
.my-top-gnb .gnb .inner .logo-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -1.5px;
  margin-bottom: 23px;
  margin-left: 16px;
  cursor: pointer;
}
.my-top-gnb .gnb .inner .logo-img i.logo {
  width: 130px;
  height: 12px;
  display: inline-block;
  background: url("../../images/svg/hk_logo_w.svg") no-repeat center center;
  background-size: cover;
}
.my-top-gnb .gnb .inner .logo-img span.myservice {
  color: white;
  font-size: 12px;
  margin-top: 9.5px;
}
.my-top-gnb .gnb .inner .stack {
  height: calc(100vh - 160px);
  overflow-y: overlay !important;
  overflow-x: hidden;
}
.my-top-gnb .gnb .inner .stack ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-top: 7px;
}
.my-top-gnb .gnb .inner .stack ul li {
  min-height: 44px;
  padding: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  margin-top: 14px;
  padding-right: 2px;
}
.my-top-gnb .gnb .inner .stack ul li a {
  width: inherit;
  height: inherit;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  flex: 1;
}
.my-top-gnb .gnb .inner .stack ul li > div {
  display: flex;
  width: 100%;
  height: 44px;
  align-items: center;
}
.my-top-gnb .gnb .inner .stack ul li > div:hover {
  background-color: #33525e;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 a {
  justify-content: space-between;
  font-weight: 500;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 a i.arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../../images/svg/arr-up-s.svg") no-repeat center center;
  transform: rotate(180deg);
  margin-right: 6px;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 a i.up {
  transform: rotate(0deg);
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 i {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 14px 0 9px;
  opacity: 0.45;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 i.대시보드 {
  background: url("../../images/svg/dashboard.svg") no-repeat center center;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 i.도메인 {
  background: url("../../images/svg/domain.svg") no-repeat center center;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 i.웹호스팅 {
  background: url("../../images/svg/web.svg") no-repeat center center;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 i.인증서 {
  background: url("../../images/svg/certificate.svg") no-repeat center center;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 i.결제 {
  background: url("../../images/svg/billing.svg") no-repeat center center;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 i.설정 {
  background: url("../../images/svg/settings-3.svg") no-repeat center center;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 > div.on {
  border-radius: 3px;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 > div.on i {
  opacity: 1;
  color: white;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(326deg) brightness(119%) contrast(98%);
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 > div.on a {
  color: white;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 > div.subon {
  border-radius: 3px;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 > div.subon > i {
  opacity: 1;
  color: white;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(326deg) brightness(119%) contrast(98%);
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 > div.subon a {
  color: white;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 > div.subon a > i {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(326deg) brightness(119%) contrast(98%);
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 > ul {
  margin-top: 6px;
}
.my-top-gnb .gnb .inner .stack ul li.depth-1 > ul > div.left-line {
  width: 1px;
  height: 100%;
  background: #33525e;
  position: absolute;
  left: 21px;
}
.my-top-gnb .gnb .inner .stack ul li.depth-2 {
  padding-left: 32px;
  width: calc(100% - 45px);
  margin: 0px;
  min-height: 38px;
  margin-bottom: 2px;
}
.my-top-gnb .gnb .inner .stack ul li.depth-2 a {
  width: 100%;
  padding-left: 18px;
  font-size: 14px;
  margin: 0px;
  font-weight: 400;
}
.my-top-gnb .gnb .inner .stack ul li.depth-2 a:hover {
  background-color: #33525e;
}
.my-top-gnb .gnb .inner .stack ul li.depth-2 a.on {
  background: #33525e;
  border-radius: 3px;
  color: white;
  font-weight: 500;
}
.my-top-gnb .gnb .on {
  width: 50px;
  height: 50px;
}
.my-top-gnb .box {
  width: 24px;
  height: 100%;
}
.my-top-gnb button.folding {
  position: absolute;
  top: 76.5px;
  right: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 999;
  transform: translateY(-25%);
}
.my-top-gnb button.folding i {
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  transform: rotate(180deg);
  background: url("../../images/svg/arrow-left-bold.svg") no-repeat center;
  background-color: rgba(162, 185, 195, 0.75);
  background-size: 10px;
}
.my-top-gnb button.folding i:hover {
  fill: black;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: url("../../images/svg/arrow-left-bold-black.svg") no-repeat center;
  background-color: #fff;
}
.my-top-gnb button.folding.on i {
  transform: rotate(0deg);
}
.my-top-gnb button.folding.on:hover i {
  transform: rotate(180deg);
}
.my-top-gnb.folding {
  width: 64px;
}
.my-top-gnb.folding .gnb .inner {
  padding: 24px 0px 0px !important;
}
.my-top-gnb.folding .gnb .inner .logo-img {
  margin-bottom: 46px;
  margin-left: 0px;
  margin-top: -4px;
  align-items: center;
}
.my-top-gnb.folding .gnb .inner .logo-img i.logo {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url("../../images/svg/hk-28.svg") no-repeat center center;
}
.my-top-gnb.folding .gnb .inner .logo-img span.myservice {
  display: none;
}
.my-top-gnb.folding .gnb .inner .stack ul {
  overflow-x: hidden;
  margin-top: 4px;
}
.my-top-gnb.folding .gnb .inner .stack ul .left-line {
  display: none;
}
.my-top-gnb.folding .gnb .inner .stack ul li.depth-1 {
  position: relative;
}
.my-top-gnb.folding .gnb .inner .stack ul li.depth-1 div {
  justify-content: center;
}
.my-top-gnb.folding .gnb .inner .stack ul li.depth-1 div a {
  display: none;
}
.my-top-gnb.folding .gnb .inner .stack ul li.depth-1 i {
  margin: 0px;
}
.my-top-gnb.folding .gnb .inner .stack ul li.depth-1 div.line {
  position: absolute;
  width: 3px;
  height: 26px;
  background: rgba(255, 255, 255, 0.25);
  right: 0px;
  margin-top: 13px;
  top: calc(50% - 26px);
}
.my-top-gnb.folding .gnb .inner .stack ul li.depth-1 div.line.active {
  background: white;
}
.my-top-gnb.folding .gnb .inner .stack ul .hover {
  position: fixed;
  left: 64px;
  z-index: 1;
  background: #22353c;
  max-width: 180px;
  border-radius: 10px;
  margin-top: 38px;
}
.my-top-gnb.folding .gnb .inner .stack ul .hover li.depth-1 a {
  display: flex;
}
.my-top-gnb.folding .gnb .inner .stack ul .hover li.depth-2 {
  padding-left: 0px;
  width: calc(100% - 28px);
  min-height: 46px;
}
.my-top-gnb.folding .gnb .inner .stack ul .hover li.depth-2 a {
  display: flex;
  padding-left: 28px;
  background-color: inherit;
  margin: 0px;
  cursor: pointer;
}
.my-top-gnb.folding .gnb .inner .stack ul .hover li.depth-2 a:hover {
  color: white;
  background-color: rgba(102, 136, 150, 0.4);
}

.my-top {
  position: fixed;
  top: 0;
  left: 200px;
  height: 64px;
  width: calc(100% - 200px);
}
.my-top .box {
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.my-top .box .search {
  display: flex;
  align-items: center;
  height: 44px;
  margin: 0 16px;
}
.my-top .box .search span.www {
  margin-left: 24px;
  margin-right: 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.39px;
  text-align: left;
  color: #a2b9c3;
}
.my-top .box .search .box {
  display: flex;
  align-items: center;
  width: 281px;
  height: 44px;
  border-radius: 6px;
  background: #fbfcfd;
  outline: 1px solid transparent;
}
.my-top .box .search .box i.search-icon {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  margin-right: 11px;
  display: inline-block;
  background: url("../../images/svg/search.svg") no-repeat center center;
  background-size: 20px;
}
.my-top .box .search .box input {
  flex: 1;
  height: inherit;
  border: 0px;
  font-size: 14px;
  color: black;
  background: transparent;
  margin-bottom: 2px;
  padding: 1px 2px;
}
.my-top .box .search .box input::placeholder {
  color: #878d94;
}
.my-top .box .utility {
  display: flex;
  align-items: flex-end;
  margin-right: 6px;
  margin-left: 4px;
}
.my-top .box .utility li {
  position: relative;
  margin: 0 6px;
}
.my-top .box .utility li a {
  color: #4c7484;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.my-top .box .utility li button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-top .box .utility li button:hover {
  background: #e4e9ee;
}
.my-top .box .utility li button.active {
  background: #dbe0e5;
}
.my-top .box .utility li button span {
  position: absolute;
  color: white;
  background: #ef4016;
  border-radius: 10px;
  width: auto;
  height: 16px;
  right: -5.5px;
  top: -5.5px;
  box-sizing: border-box;
  min-width: 20px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  line-height: 1;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.my-top .box .utility li button i {
  width: 26px;
  height: 26px;
  display: inline-block;
}
.my-top .box .utility li button i.home {
  background: url("../../images/svg/home.svg") no-repeat center center;
  background-size: 24px;
}
.my-top .box .utility li button i.cart {
  background: url("../../images/svg/cart.svg") no-repeat center center;
  background-size: 24px;
}
.my-top .box .utility li button i.oneandone {
  background: url("../../images/svg/customer-service.svg") no-repeat center center;
  background-size: contain;
  background-size: 24px;
}
.my-top .box .utility li button i.my-account {
  width: 30px;
  height: 30px;
  background: url("../../images/svg/owner.svg") no-repeat center center;
  background-size: 30px;
  border-radius: 50%;
}
.my-top .box .utility li > ul.menu-box {
  position: absolute;
  border: 1px solid #d9dfe3;
  width: 200px;
  right: 0px;
  background: white;
  border-radius: 3px;
  padding: 8px 0;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.my-top .box .utility li > ul.menu-box li {
  display: flex;
  align-items: center;
  height: 44px;
  margin: 0px;
  padding: 0 16px;
}
.my-top .box .utility li > ul.menu-box li a {
  font-size: 14px;
  color: black;
  text-decoration: none;
}
.my-top .box .utility li > div.profile-box {
  position: absolute;
  border: 1px solid #e4e9ee;
  width: 310px;
  height: auto;
  right: 0px;
  background: white;
  border-radius: 8px;
  padding: 28px 20px 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}
.my-top .box .utility li > div.profile-box img {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 24px;
}
.my-top .box .utility li > div.profile-box .flex {
  display: flex;
}
.my-top .box .utility li > div.profile-box .space-between {
  justify-content: space-between;
}
.my-top .box .utility li > div.profile-box .space-around {
  justify-content: space-around;
}
.my-top .box .utility li > div.profile-box .center {
  align-items: center;
}
.my-top .box .utility li > div.profile-box .row {
  flex-direction: row;
}
.my-top .box .utility li > div.profile-box .column {
  flex-direction: column;
}
.my-top .box .utility li > div.profile-box .user-info-section {
  padding-left: 12px;
}
.my-top .box .utility li > div.profile-box .user-info-section .name {
  font-size: 16px;
  color: #3c3d4f;
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.my-top .box .utility li > div.profile-box .user-info-section .email {
  font-size: 12px;
  color: #83839a;
  word-break: break-all;
}
.my-top .box .utility li > div.profile-box a.user__account-link {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #075c5c;
  text-decoration: none;
}
.my-top .box .utility li > div.profile-box .deposit {
  height: 46px;
  border-radius: 6px;
  background: rgba(182, 182, 202, 0.1215686275);
  padding: 0 16px;
  margin-top: 20px;
  cursor: pointer;
  display: flex;
  gap: 16px;
}
.my-top .box .utility li > div.profile-box .deposit span {
  font-size: 14px;
  color: #3c3d4f;
}
.my-top .box .utility li > div.profile-box .deposit span.price {
  flex: 1;
  text-align: right;
  font-size: 14px;
  color: #057f86;
  font-weight: 500;
}
.my-top .box .utility li > div.profile-box .deposit em {
  display: inline-block;
  height: 24px;
  margin-left: 16px;
  padding: 0 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
  background: var(--gray-secondary-main, #3c3d4f);
}
.my-top .box .utility li > div.profile-box .count {
  position: relative;
  height: 74px;
  border-radius: 5px;
  background: white;
  border: 1px solid #e7e7f2;
  padding: 0 18px;
  margin-top: 12px;
  cursor: pointer;
}
.my-top .box .utility li > div.profile-box .count span {
  font-size: 13px;
  color: #3c3d4f;
}
.my-top .box .utility li > div.profile-box .count span.price {
  font-weight: 500;
  font-size: 14px;
  color: #057f86;
}
.my-top .box .utility li > div.profile-box .count:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  background: var(--divider, rgba(220, 226, 234, 0.6));
}
.my-top .box .utility li > div.profile-box a.logout {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid #b6b6ca;
  border-radius: 3px;
  margin-top: 14px;
  text-decoration: none;
  color: #3c3d4f;
  font-size: 14px;
}
.my-top .box .utility li:last-child {
  margin-right: 10px;
}

/*
 * tab
 */
.flex {
  display: flex;
}

.center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.inherit {
  height: inherit;
}

.tabs {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e9ee;
}
.tabs div.tab {
  min-width: 180px;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.tabs div.tab > a {
  font-size: 14px;
  color: #878d94;
  font-weight: 500;
  margin-top: 3px;
  margin-right: 7.5px;
}
.tabs div.tab.active {
  height: 51px;
  border-color: black;
}
.tabs div.tab.active > a {
  font-size: 14px;
  color: black;
}
.tabs button {
  height: 24px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #101717;
}
.tabs button i.new-tab {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  background: url("../../images/svg/new-tap.svg") no-repeat center;
  filter: brightness(0);
}
.tabs > .is-show-pc {
  display: inherit;
}

.tab-inner-scroll {
  overflow-y: scroll;
  height: calc(100vh - 200px);
  padding: 24px;
}

@media (min-width: 758px) and (max-width: 839px) {
  .my-top-gnb,
  .my-top {
    display: none !important;
  }
  .tabs.color {
    background: #33525e;
    height: 37px;
    min-height: 37px;
  }
  .tabs.color div.tab > a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.38);
  }
  .tabs.color div.tab {
    border-bottom: 3px solid transparent;
  }
  .tabs.color div.tab.active {
    border-color: rgba(255, 255, 255, 0.65);
  }
  .tabs.color div.tab.active a {
    color: white;
  }
  .tabs > .is-show-pc {
    display: none;
  }
  #wrap {
    padding: 0px;
    margin: 0px !important;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
  }
  .tab-inner-scroll {
    padding: 0px;
    overflow: hidden;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 757px) {
  .my-top-gnb,
  .my-top {
    display: none !important;
  }
  .tabs.color {
    background: #33525e;
    height: 37px;
    min-height: 37px;
  }
  .tabs.color > .inherit {
    width: 100%;
  }
  .tabs.color div.tab > a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.38);
  }
  .tabs.color div.tab {
    flex: 1;
    border-bottom: 3px solid transparent;
  }
  .tabs.color div.tab.active {
    border-color: rgba(255, 255, 255, 0.65);
  }
  .tabs.color div.tab.active a {
    color: white;
  }
  .tabs > .is-show-pc {
    display: none;
  }
  #wrap {
    padding: 0px;
    margin: 0px !important;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
  }
  .tab-inner-scroll {
    padding: 0px;
    overflow: hidden;
    height: auto;
  }
}
#hk-header .top .util .login-menu.active .js-target {
  border: 1px solid #e7e7f2;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}
#hk-header .top .util .login-menu.my-service-menu .inner {
  min-width: 350px;
  width: 350px;
  padding: 24px;
  color: #3c3d4f;
}
#hk-header .top .util .login-menu.my-service-menu .inner hr {
  padding: 0;
  border: none;
  height: 1px;
  width: 100%;
  background-color: #eaeef2;
  margin: 8px 0;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__user {
  padding: 0;
  align-items: flex-start;
  margin-bottom: 20px;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__user .user-info-section.user__info {
  flex: 1;
  margin-right: 8px;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__user .user__img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46 23C46 10.2925 35.7075 0 23 0C10.2925 0 0 10.2925 0 23C0 35.7075 10.2925 46 23 46C35.7075 46 46 35.7075 46 23ZM15.0987 32.5258H30.8536C31.5819 32.5258 32.1762 31.9317 32.1762 31.2033V28.5775C32.1762 25.4917 30.3745 22.7125 27.5762 21.4283C25.027 23.9392 20.9253 23.9392 18.3761 21.4283C15.5778 22.7125 13.776 25.4917 13.776 28.5775V31.2033C13.776 31.9317 14.3703 32.5258 15.0987 32.5258ZM17.7437 16.7517C17.7437 19.6458 20.1012 22.0033 22.9953 22.0033C25.8895 22.0033 28.247 19.6458 28.247 16.7517C28.247 13.8575 25.8895 11.5 22.9953 11.5C20.1012 11.5 17.7437 13.8575 17.7437 16.7517Z' fill='%233C3D4F' fill-opacity='0.12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__user .user__img img {
  width: 48px;
  height: 48px;
  vertical-align: middle;
  object-fit: cover;
  border-radius: 50%;
  background-color: #fff;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__user .user__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  margin: 0 0 4px 0;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__user .user__id {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #83839a;
  word-break: break-all;
  text-wrap: wrap;
  margin: 0;
  letter-spacing: 0;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__user .user__account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #32515c;
  border: none;
  font-weight: 400;
  box-shadow: none;
  padding: 3.75px 8px;
  height: 32px;
  border-radius: 3px;
  margin-top: 0;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__user .user__account-link:hover {
  background-color: rgba(4, 147, 157, 0.08);
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__assets {
  margin-bottom: 16px;
  padding: 0 16px;
  border: none;
  background-color: rgba(182, 182, 202, 0.12);
  border-radius: 6px;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__assets .item {
  height: 46px;
  display: flex;
  gap: 16px;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__assets .item__link {
  flex: 1;
  text-align: right;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__assets .item .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__assets .item .price {
  color: var(--primary-700, #057f86);
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__assets .item em {
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
  background: var(--gray-secondary-main, #3c3d4f);
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__counts {
  position: relative;
  display: flex;
  padding: 0;
  height: var(--space-10-750, 86px);
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--gray-secondary-50, #e7e7f2);
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__counts > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__counts > div strong,
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__counts > div span {
  font-size: 14px;
  line-height: 22px; /* 157.143% */
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__counts > div strong {
  color: var(--primary-700, #057f86);
  text-align: center;
  font-weight: 500;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__counts:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  background: var(--divider, rgba(220, 226, 234, 0.6));
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__managed {
  padding: 0;
  border-top: none;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__managed .item {
  height: 40px;
  margin: 8px 0;
  padding: 12px 8px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__managed .item:hover {
  background-color: rgba(60, 61, 79, 0.08);
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__managed .item__info .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__managed .item__link a:after {
  filter: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.8335 8.3335L10.0002 12.5002L14.1668 8.3335H5.8335Z' fill='%233C3D4F'/%3E%3C/svg%3E");
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__btns {
  margin-top: 16px;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__btns a {
  height: 40px;
  border-radius: 3px;
  border: 1px solid var(--gray-secondary-300, #b6b6ca);
  background: var(--white, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #3c3d4f;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
#hk-header .top .util .login-menu.my-service-menu .inner .user-info__btns a:hover {
  color: #3c3d4f;
  background: rgba(104, 104, 104, 0.04);
}

@media (min-width: 758px) and (max-width: 839px) {
  #hk-header:has(#top-notice) ~ #wrap #bodywrap #content .top-title {
    top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 757px) {
  #hk-header:has(#top-notice) ~ #wrap #bodywrap #content .top-title {
    top: 30px;
  }
}
@media (min-width: 758px) and (max-width: 839px) {
  #hk-header:has(#top-notice) ~ .top-title {
    top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 757px) {
  #hk-header:has(#top-notice) ~ .top-title {
    top: 30px;
  }
}
@media (min-width: 758px) and (max-width: 839px) {
  #hk-header:has(#top-notice) ~ #wrap #bodywrap #hkcontent .top-title {
    top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 757px) {
  #hk-header:has(#top-notice) ~ #wrap #bodywrap #hkcontent .top-title {
    top: 30px;
  }
}

/*# sourceMappingURL=header.css.map */
