@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
 */
/* line 5, ../../scss/_popup.scss */
.html-popup {
  overflow-y: hidden;
}

/* line 8, ../../scss/_popup.scss */
.page-popup {
  padding: 15px 30px 30px;
  background-color: #fff;
}
/* line 11, ../../scss/_popup.scss */
.page-popup#popup {
  background: #fff;
}
/* line 14, ../../scss/_popup.scss */
.page-popup #pop {
  background-image: none;
}
/* line 16, ../../scss/_popup.scss */
.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;
}
/* line 27, ../../scss/_popup.scss */
.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;
}
/* line 40, ../../scss/_popup.scss */
.page-popup .inner {
  max-height: 450px;
  padding-right: 10px;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
/* line 254, ../../scss/extend.scss */
.page-popup .inner::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* line 257, ../../scss/extend.scss */
.page-popup .inner::-webkit-scrollbar:vertical {
  width: 5px;
}
/* line 260, ../../scss/extend.scss */
.page-popup .inner::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background: #99b2bb;
}
/* line 264, ../../scss/extend.scss */
.page-popup .inner::-webkit-scrollbar-track {
  border-radius: 7px;
  background: #f2f4f7;
}
/* line 47, ../../scss/_popup.scss */
.page-popup .head {
  position: relative;
  border-bottom: 2px solid #101717;
}
/* line 50, ../../scss/_popup.scss */
.page-popup .head.not-border {
  border-bottom: 0;
}
/* line 52, ../../scss/_popup.scss */
.page-popup .head.not-border + .contents {
  margin-top: 0;
}
/* line 56, ../../scss/_popup.scss */
.page-popup .head .tit {
  margin: 0;
  padding: 10px 0 18px;
  font-size: 20px;
  color: #000;
  line-height: 1.4;
}
/* line 63, ../../scss/_popup.scss */
.page-popup .head .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 11px;
  box-sizing: border-box;
  background-color: #101717;
}
/* line 72, ../../scss/_popup.scss */
.page-popup .head .btn-close .icon {
  vertical-align: top;
}
/* line 77, ../../scss/_popup.scss */
.page-popup .contents {
  margin-top: 30px;
}
/* line 79, ../../scss/_popup.scss */
.page-popup .contents .stit {
  margin-top: 30px;
  font-size: 12px;
  color: #101717;
}
/* line 83, ../../scss/_popup.scss */
.page-popup .contents .stit:first-child {
  margin-top: 0;
}
/* line 87, ../../scss/_popup.scss */
.page-popup .contents .stit .icon:before {
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
/* line 94, ../../scss/_popup.scss */
.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;
}
/* line 104, ../../scss/_popup.scss */
.page-popup .contents p {
  margin: 10px 0;
}
/* line 108, ../../scss/_popup.scss */
.page-popup .contents ol li {
  margin-top: 3px;
  margin-left: 20px;
  list-style: decimal;
  list-style-position: outside;
}
/* line 113, ../../scss/_popup.scss */
.page-popup .contents ol li:first-child {
  margin-top: 0;
}
/* line 117, ../../scss/_popup.scss */
.page-popup .contents ol li .list-none li {
  margin-left: 5px;
}
/* line 123, ../../scss/_popup.scss */
.page-popup .contents ol .list-none li {
  margin-left: 0;
  list-style: none;
}
/* line 129, ../../scss/_popup.scss */
.page-popup .contents ol.list-none > li {
  margin-left: 0;
  list-style: none;
}
/* line 135, ../../scss/_popup.scss */
.page-popup .contents ol.circle li {
  list-style: circle;
}
/* line 140, ../../scss/_popup.scss */
.page-popup .contents ul {
  margin: 5px 0;
}
/* line 142, ../../scss/_popup.scss */
.page-popup .contents ul li {
  margin-top: 3px;
}
/* line 144, ../../scss/_popup.scss */
.page-popup .contents ul li:first-child {
  margin-top: 0;
}
/* line 147, ../../scss/_popup.scss */
.page-popup .contents ul li p {
  margin: 5px 0 10px;
}
/* line 152, ../../scss/_popup.scss */
.page-popup .contents .strong {
  margin: 15px 0 10px;
  font-size: 12px;
  font-weight: bold;
}
/* line 157, ../../scss/_popup.scss */
.page-popup .contents .bul-list {
  margin: 20px 0;
}
/* line 159, ../../scss/_popup.scss */
.page-popup .contents .bul-list > li {
  margin-top: 3px;
  padding-left: 8px;
  position: relative;
}
/* line 111, ../../scss/extend.scss */
.page-popup .contents .bul-list > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  background-color: #666;
}
/* line 163, ../../scss/_popup.scss */
.page-popup .contents .bul-list > li:first-child {
  margin-top: 0;
}
/* line 168, ../../scss/_popup.scss */
.page-popup .contents .table-col {
  width: 100%;
}
/* line 170, ../../scss/_popup.scss */
.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;
}
/* line 180, ../../scss/_popup.scss */
.page-popup .contents .table-row {
  width: 100%;
}
/* line 182, ../../scss/_popup.scss */
.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;
}
/* line 193, ../../scss/_popup.scss */
.page-popup .contents .post .box-search {
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #101717;
}
/* line 197, ../../scss/_popup.scss */
.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;
}
/* line 205, ../../scss/_popup.scss */
.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;
}
/* line 212, ../../scss/_popup.scss */
.page-popup .contents .post .box-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
}
/* line 219, ../../scss/_popup.scss */
.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;
}
/* line 230, ../../scss/_popup.scss */
.page-popup .contents .post .tip {
  padding: 28px;
  border: 1px solid #e5eaec;
  background-color: #f6f7f9;
}
/* line 234, ../../scss/_popup.scss */
.page-popup .contents .post .tip strong {
  display: inline-block;
  padding: 2px 10px 3px;
  font-size: 14px;
  color: #fff;
  background-color: #101717;
  border-radius: 15px;
}
/* line 242, ../../scss/_popup.scss */
.page-popup .contents .post .tip ul {
  margin-top: 12px;
}
/* line 244, ../../scss/_popup.scss */
.page-popup .contents .post .tip ul li {
  font-size: 14px;
  color: #101717;
  line-height: 1.4;
}
/* line 250, ../../scss/_popup.scss */
.page-popup .contents .post .tip .desc {
  margin: 0;
  font-size: 14px;
  color: #666;
}
/* line 257, ../../scss/_popup.scss */
.page-popup .contents .post .table-col td {
  font-size: 13px;
  color: #101717;
}
/* line 261, ../../scss/_popup.scss */
.page-popup .contents .post .table-col .address {
  padding-left: 10px;
  text-align: left;
  line-height: 1.6;
  word-break: keep-all;
}
/* line 268, ../../scss/_popup.scss */
.page-popup .contents .post .inner {
  max-height: 358px;
}
/* line 274, ../../scss/_popup.scss */
.page-popup .contents .userid-check .result_area .btn-default-sm {
  margin: -2px 0 0 5px;
}
/* line 280, ../../scss/_popup.scss */
.page-popup .contents .zeroboard p {
  margin-top: 0;
}
/* line 284, ../../scss/_popup.scss */
.page-popup .contents .btn-wrap {
  margin-top: 15px;
  text-align: center;
}
/* line 288, ../../scss/_popup.scss */
.page-popup .contents .paging-wrap {
  margin-top: 20px;
  text-align: center;
}
/* line 291, ../../scss/_popup.scss */
.page-popup .contents .paging-wrap .paging {
  display: inline-block;
}
/* line 293, ../../scss/_popup.scss */
.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;
}
/* line 304, ../../scss/_popup.scss */
.page-popup .contents .paging-wrap .paging a strong {
  display: block;
  color: #fff;
  background-color: #0a3d53;
}
/* line 314, ../../scss/_popup.scss */
.page-popup #popcont.add-member-info {
  max-height: 535px;
}
/* line 316, ../../scss/_popup.scss */
.page-popup #popcont.add-member-info .btn-point,
.page-popup #popcont.add-member-info .btn-default {
  padding: 5px 12px 7px;
  font-size: 14px;
}

/* line 3, ../../scss/header.scss */
.top-title {
  display: none;
}
/* line 5, ../../scss/header.scss */
.top-title.show {
  display: block;
}
@media (min-width: 758px) and (max-width: 839px) {
  /* line 3, ../../scss/header.scss */
  .top-title {
    display: block;
    position: fixed;
    z-index: 10;
    left: 76px !important;
    right: 76px;
    top: 0px;
    padding: 0px;
    width: auto;
    display: flex;
    align-items: center;
    height: 58px;
  }
  /* line 21, ../../scss/header.scss */
  .top-title a img {
    width: 126px;
    height: 12px;
  }
  /* line 26, ../../scss/header.scss */
  .top-title .center {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
  }
  /* line 33, ../../scss/header.scss */
  .top-title .center .title {
    font-size: 16px;
    font-weight: 400;
    color: black;
    padding-left: 0px;
  }
  /* line 38, ../../scss/header.scss */
  .top-title .center .title.white {
    color: white;
  }
}
@media (min-width: 320px) and (max-width: 757px) {
  /* line 3, ../../scss/header.scss */
  .top-title {
    display: block;
    position: fixed;
    z-index: 10;
    left: 76px !important;
    right: 76px;
    padding: 0px;
    top: 0px;
    width: auto;
    display: flex;
    align-items: center;
    height: 58px;
  }
  /* line 57, ../../scss/header.scss */
  .top-title a img {
    width: 126px;
    height: 12px;
  }
  /* line 62, ../../scss/header.scss */
  .top-title .center {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
  }
  /* line 69, ../../scss/header.scss */
  .top-title .center .title {
    font-size: 16px;
    font-weight: 400;
    color: black;
    padding-left: 0px;
  }
  /* line 74, ../../scss/header.scss */
  .top-title .center .title.white {
    color: white;
  }
}

/* line 84, ../../scss/header.scss */
.nav-bar {
  background: #101717;
  width: 100%;
}
/* line 87, ../../scss/header.scss */
.nav-bar > .inner {
  width: 100%;
  margin: 0px auto;
  max-width: 1240px;
  display: flex;
}
/* line 92, ../../scss/header.scss */
.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;
}
/* line 102, ../../scss/header.scss */
.nav-bar > .inner > .sub-title {
  color: #b1b5ba;
  font-size: 11px;
  font-weight: normal;
  display: flex;
  align-items: center;
  height: 28px;
  line-height: 1;
}
/* line 110, ../../scss/header.scss */
.nav-bar > .inner > .sub-title > span.active {
  color: white;
}
/* line 113, ../../scss/header.scss */
.nav-bar > .inner > .sub-title > span.split {
  padding: 0 10px;
}
/* line 118, ../../scss/header.scss */
.nav-bar.gray {
  background: rgba(16, 23, 23, 0.85);
}
@media screen and (max-width: 1280px) {
  /* line 122, ../../scss/header.scss */
  .nav-bar > .inner {
    width: 95%;
  }
}
@media (min-width: 758px) and (max-width: 839px) {
  /* line 127, ../../scss/header.scss */
  .nav-bar > .inner {
    width: 95%;
  }
  /* line 130, ../../scss/header.scss */
  .nav-bar.black {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 757px) {
  /* line 135, ../../scss/header.scss */
  .nav-bar > .inner {
    width: 95%;
  }
  /* line 138, ../../scss/header.scss */
  .nav-bar.black {
    display: none;
  }
}

/* line 144, ../../scss/header.scss */
.sticky-tab-menu {
  display: none;
}
@media (min-width: 758px) and (max-width: 839px) {
  /* line 144, ../../scss/header.scss */
  .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;
  }
  /* line 156, ../../scss/header.scss */
  .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;
  }
  /* line 166, ../../scss/header.scss */
  .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;
  }
  /* line 177, ../../scss/header.scss */
  .sticky-tab-menu div ul.menu li {
    position: relative;
    display: inline-block;
    height: inherit;
    padding: 0 10px;
    border-bottom: 3px solid transparent;
  }
  /* line 183, ../../scss/header.scss */
  .sticky-tab-menu div ul.menu li a {
    height: inherit;
  }
  /* line 186, ../../scss/header.scss */
  .sticky-tab-menu div ul.menu li:first-child {
    padding-left: 14px;
  }
  /* line 189, ../../scss/header.scss */
  .sticky-tab-menu div ul.menu li.active {
    font-weight: bold;
    border-bottom: 3px solid #04939d;
  }
  /* line 195, ../../scss/header.scss */
  .sticky-tab-menu div::-webkit-scrollbar {
    display: none;
  }
  /* line 199, ../../scss/header.scss */
  .sticky-tab-menu div.justify ul.menu {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media (min-width: 320px) and (max-width: 757px) {
  /* line 144, ../../scss/header.scss */
  .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;
  }
  /* line 216, ../../scss/header.scss */
  .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;
  }
  /* line 226, ../../scss/header.scss */
  .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;
  }
  /* line 237, ../../scss/header.scss */
  .sticky-tab-menu div ul.menu li {
    position: relative;
    display: inline-block;
    height: inherit;
    padding: 0 10px;
    border-bottom: 3px solid transparent;
  }
  /* line 243, ../../scss/header.scss */
  .sticky-tab-menu div ul.menu li a {
    height: inherit;
  }
  /* line 246, ../../scss/header.scss */
  .sticky-tab-menu div ul.menu li:first-child {
    padding-left: 14px;
  }
  /* line 249, ../../scss/header.scss */
  .sticky-tab-menu div ul.menu li.active {
    font-weight: bold;
    border-bottom: 3px solid #04939d;
  }
  /* line 255, ../../scss/header.scss */
  .sticky-tab-menu div::-webkit-scrollbar {
    display: none;
  }
  /* line 259, ../../scss/header.scss */
  .sticky-tab-menu div.justify ul.menu {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}

/* line 267, ../../scss/header.scss */
#hk-header {
  background: transparent;
  padding-bottom: 0px;
}
/* line 270, ../../scss/header.scss */
#hk-header > .top {
  width: 100%;
  margin: 0px auto;
  background: #fff;
  height: 36px;
}
/* line 275, ../../scss/header.scss */
#hk-header > .top.my {
  background: #f1f4f6;
  position: fixed;
  top: 0;
  height: 62px;
  display: none;
}
/* line 283, ../../scss/header.scss */
#hk-header > .top.my > .inner > .util li {
  color: white;
}
/* line 285, ../../scss/header.scss */
#hk-header > .top.my > .inner > .util li a {
  color: inherit;
}
/* line 292, ../../scss/header.scss */
#hk-header > .top > .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0px auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 299, ../../scss/header.scss */
#hk-header > .top > .inner > .home-btn {
  display: none;
}
/* line 302, ../../scss/header.scss */
#hk-header > .top > .inner > .left {
  display: flex;
  align-items: center;
  flex: 1;
}
/* line 307, ../../scss/header.scss */
#hk-header > .top > .inner > .util {
  display: flex;
  align-items: center;
}
/* line 312, ../../scss/header.scss */
#hk-header > .top > .inner > .util .menu li .point {
  color: green;
}
/* line 324, ../../scss/header.scss */
#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);
}
/* line 330, ../../scss/header.scss */
#hk-header > .nav > .inner .gnb li .depth-2 .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0px auto;
  display: flex;
}
/* line 335, ../../scss/header.scss */
#hk-header > .nav > .inner .gnb li .depth-2 .inner .main {
  width: 332px;
}
/* line 337, ../../scss/header.scss */
#hk-header > .nav > .inner .gnb li .depth-2 .inner .main .title {
  font-size: 25px;
  letter-spacing: -0.75px;
  color: #2e596c;
}
/* line 342, ../../scss/header.scss */
#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;
}
/* line 349, ../../scss/header.scss */
#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;
}
/* line 365, ../../scss/header.scss */
#hk-header > .nav > .inner .gnb li .depth-2 .inner .menu {
  max-width: 600px;
  margin-top: -15px;
}
/* line 368, ../../scss/header.scss */
#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;
}
/* line 378, ../../scss/header.scss */
#hk-header > .nav > .inner .gnb li .depth-2 .inner .menu .list:nth-child(odd) {
  margin-right: 21px;
}
/* line 381, ../../scss/header.scss */
#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;
}
/* line 392, ../../scss/header.scss */
#hk-header > .nav > .inner .gnb li .depth-2 .inner .menu.whois {
  margin-left: 38px;
}
/* line 394, ../../scss/header.scss */
#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;
}
/* line 406, ../../scss/header.scss */
#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;
}
/* line 414, ../../scss/header.scss */
#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);
}
/* line 417, ../../scss/header.scss */
#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);
}
/* line 429, ../../scss/header.scss */
#hk-header > .nav.my {
  background: #305260;
  color: white;
}
/* line 432, ../../scss/header.scss */
#hk-header > .nav.my strong {
  color: rgba(255, 255, 255, 0.5) !important;
}
/* line 436, ../../scss/header.scss */
#hk-header > .nav.my .on strong {
  color: white !important;
}
/* line 440, ../../scss/header.scss */
#hk-header > .nav.my .logo-img i.logo {
  background: url("../../images/svg/hk_logo_w.svg") no-repeat center center;
}
/* line 444, ../../scss/header.scss */
#hk-header > .nav.my .logo-img {
  margin-right: 54px;
}
/* line 446, ../../scss/header.scss */
#hk-header > .nav.my .logo-img a {
  display: flex;
  align-items: center;
}
/* line 450, ../../scss/header.scss */
#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;
}
/* line 465, ../../scss/header.scss */
#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) {
  /* line 478, ../../scss/header.scss */
  #hk-header > .top.my {
    background: #305260;
    color: white;
  }
  /* line 484, ../../scss/header.scss */
  #hk-header > .top.my > .inner > .util li a {
    color: white;
  }
  /* line 491, ../../scss/header.scss */
  #hk-header > .top > .inner {
    width: 100%;
    max-width: 980px;
    margin: 0px auto;
  }
  /* line 495, ../../scss/header.scss */
  #hk-header > .top > .inner > .home-btn {
    display: none;
  }
  /* line 498, ../../scss/header.scss */
  #hk-header > .top > .inner > .left {
    display: flex;
    align-items: center;
    flex: 1;
  }
  /* line 503, ../../scss/header.scss */
  #hk-header > .top > .inner > .util {
    display: flex;
    align-items: center;
  }
  /* line 508, ../../scss/header.scss */
  #hk-header > .top > .inner > .util .menu li .point {
    color: green;
  }
  /* line 520, ../../scss/header.scss */
  #hk-header > .nav > .inner .gnb li .depth-2 {
    width: 100%;
    left: 0;
  }
  /* line 523, ../../scss/header.scss */
  #hk-header > .nav > .inner .gnb li .depth-2 .inner {
    width: 100%;
    max-width: 980px;
    margin: 0px auto;
    display: flex;
  }
  /* line 528, ../../scss/header.scss */
  #hk-header > .nav > .inner .gnb li .depth-2 .inner .main {
    width: 332px;
  }
  /* line 530, ../../scss/header.scss */
  #hk-header > .nav > .inner .gnb li .depth-2 .inner .main .title {
    font-size: 25px;
    letter-spacing: -0.75px;
    color: #2e596c;
  }
  /* line 535, ../../scss/header.scss */
  #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;
  }
  /* line 542, ../../scss/header.scss */
  #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;
  }
  /* line 558, ../../scss/header.scss */
  #hk-header > .nav > .inner .gnb li .depth-2 .inner .menu {
    max-width: 600px;
    margin-top: -15px;
  }
  /* line 561, ../../scss/header.scss */
  #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;
  }
  /* line 571, ../../scss/header.scss */
  #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) {
  /* line 584, ../../scss/header.scss */
  #hk-header > .top {
    height: 54px;
    position: fixed;
    top: 0;
    z-index: 9;
  }
  /* line 590, ../../scss/header.scss */
  #hk-header > .top.my {
    background: #305260;
    color: white;
    display: block;
    height: 58px;
  }
  /* line 596, ../../scss/header.scss */
  #hk-header > .top.my > .inner > .util {
    display: none;
  }
  /* line 599, ../../scss/header.scss */
  #hk-header > .top.my > .inner > .util li a {
    color: white;
  }
  /* line 607, ../../scss/header.scss */
  #hk-header > .top > .inner > .home-btn {
    width: 30px;
    height: 30px;
    background: url("../../images/svg/icon_home.svg") no-repeat center;
    display: inline-block;
    position: absolute;
    left: 46px;
    top: 12px;
  }
  /* line 616, ../../scss/header.scss */
  #hk-header > .top > .inner > .left {
    display: flex;
    align-items: center;
    flex: 1;
  }
  /* line 621, ../../scss/header.scss */
  #hk-header > .top > .inner > .util {
    display: flex;
    align-items: center;
  }
  /* line 626, ../../scss/header.scss */
  #hk-header > .top > .inner > .util .menu li .point {
    color: green;
  }
  /* line 636, ../../scss/header.scss */
  #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) {
  /* line 644, ../../scss/header.scss */
  #hk-header > .top {
    height: 54px;
    position: fixed;
    top: 0;
    z-index: 9;
    border-bottom: 1px solid #e4e9ee;
  }
  /* line 650, ../../scss/header.scss */
  #hk-header > .top.my {
    background: #305260;
    color: white;
    border-bottom: 0px;
    display: block;
    height: 58px;
  }
  /* line 657, ../../scss/header.scss */
  #hk-header > .top.my > .inner > .util {
    display: none;
  }
  /* line 667, ../../scss/header.scss */
  #hk-header > .top > .inner > .home-btn {
    width: 30px;
    height: 30px;
    background: url("../../images/svg/icon_home.svg") no-repeat center;
    display: inline-block;
    position: absolute;
    left: 46px;
    top: 12px;
  }
  /* line 676, ../../scss/header.scss */
  #hk-header > .top > .inner > .left {
    display: flex;
    align-items: center;
    flex: 1;
  }
  /* line 681, ../../scss/header.scss */
  #hk-header > .top > .inner > .util {
    display: flex;
    align-items: center;
  }
  /* line 686, ../../scss/header.scss */
  #hk-header > .top > .inner > .util .menu li .point {
    color: green;
  }
  /* line 696, ../../scss/header.scss */
  #hk-header > .all.my .btn .icon-all-menu-new:before {
    filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(152deg) brightness(112%) contrast(102%);
  }
}

/* line 705, ../../scss/header.scss */
.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;
}
/* line 716, ../../scss/header.scss */
.my-top-gnb .gnb {
  width: inherit;
  background: #263f49;
}
/* line 719, ../../scss/header.scss */
.my-top-gnb .gnb .inner {
  padding: 30px 10px 0px !important;
}
/* line 721, ../../scss/header.scss */
.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;
}
/* line 729, ../../scss/header.scss */
.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;
}
/* line 737, ../../scss/header.scss */
.my-top-gnb .gnb .inner .logo-img span.myservice {
  color: white;
  font-size: 12px;
  margin-top: 9.5px;
}
/* line 743, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack {
  height: calc(100vh - 160px);
  overflow-y: overlay !important;
  overflow-x: hidden;
}
/* line 748, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-top: 7px;
}
/* line 755, ../../scss/header.scss */
.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;
}
/* line 764, ../../scss/header.scss */
.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;
}
/* line 773, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li > div {
  display: flex;
  width: 100%;
  height: 44px;
  align-items: center;
}
/* line 778, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li > div:hover {
  background-color: #33525e;
}
/* line 784, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 a {
  justify-content: space-between;
  font-weight: 500;
}
/* line 787, ../../scss/header.scss */
.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;
}
/* line 796, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 a i.up {
  transform: rotate(0deg);
}
/* line 800, ../../scss/header.scss */
.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;
}
/* line 807, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 i.대시보드 {
  background: url("../../images/svg/dashboard.svg") no-repeat center center;
}
/* line 811, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 i.도메인 {
  background: url("../../images/svg/domain.svg") no-repeat center center;
}
/* line 815, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 i.웹호스팅 {
  background: url("../../images/svg/web.svg") no-repeat center center;
}
/* line 819, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 i.인증서 {
  background: url("../../images/svg/certificate.svg") no-repeat center center;
}
/* line 823, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 i.결제 {
  background: url("../../images/svg/billing.svg") no-repeat center center;
}
/* line 827, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 i.설정 {
  background: url("../../images/svg/settings-3.svg") no-repeat center center;
}
/* line 831, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 > div.on {
  border-radius: 3px;
}
/* line 833, ../../scss/header.scss */
.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%);
}
/* line 840, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 > div.on a {
  color: white;
}
/* line 844, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 > div.subon {
  border-radius: 3px;
}
/* line 846, ../../scss/header.scss */
.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%);
}
/* line 853, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 > div.subon a {
  color: white;
}
/* line 855, ../../scss/header.scss */
.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%);
}
/* line 862, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 > ul {
  margin-top: 6px;
}
/* line 864, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-1 > ul > div.left-line {
  width: 1px;
  height: 100%;
  background: #33525e;
  position: absolute;
  left: 21px;
}
/* line 873, ../../scss/header.scss */
.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;
}
/* line 879, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-2 a {
  width: 100%;
  padding-left: 18px;
  font-size: 14px;
  margin: 0px;
  font-weight: 400;
}
/* line 885, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-2 a:hover {
  background-color: #33525e;
}
/* line 889, ../../scss/header.scss */
.my-top-gnb .gnb .inner .stack ul li.depth-2 a.on {
  background: #33525e;
  border-radius: 3px;
  color: white;
  font-weight: 500;
}
/* line 902, ../../scss/header.scss */
.my-top-gnb .gnb .on {
  width: 50px;
  height: 50px;
}
/* line 907, ../../scss/header.scss */
.my-top-gnb .box {
  width: 24px;
  height: 100%;
}
/* line 911, ../../scss/header.scss */
.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%);
}
/* line 920, ../../scss/header.scss */
.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;
}
/* line 929, ../../scss/header.scss */
.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;
}
/* line 938, ../../scss/header.scss */
.my-top-gnb button.folding.on i {
  transform: rotate(0deg);
}
/* line 942, ../../scss/header.scss */
.my-top-gnb button.folding.on:hover i {
  transform: rotate(180deg);
}
/* line 948, ../../scss/header.scss */
.my-top-gnb.folding {
  width: 64px;
}
/* line 951, ../../scss/header.scss */
.my-top-gnb.folding .gnb .inner {
  padding: 24px 0px 0px !important;
}
/* line 953, ../../scss/header.scss */
.my-top-gnb.folding .gnb .inner .logo-img {
  margin-bottom: 46px;
  margin-left: 0px;
  margin-top: -4px;
  align-items: center;
}
/* line 958, ../../scss/header.scss */
.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;
}
/* line 965, ../../scss/header.scss */
.my-top-gnb.folding .gnb .inner .logo-img span.myservice {
  display: none;
}
/* line 969, ../../scss/header.scss */
.my-top-gnb.folding .gnb .inner .stack ul {
  overflow-x: hidden;
  margin-top: 4px;
}
/* line 972, ../../scss/header.scss */
.my-top-gnb.folding .gnb .inner .stack ul .left-line {
  display: none;
}
/* line 975, ../../scss/header.scss */
.my-top-gnb.folding .gnb .inner .stack ul li.depth-1 {
  position: relative;
}
/* line 977, ../../scss/header.scss */
.my-top-gnb.folding .gnb .inner .stack ul li.depth-1 div {
  justify-content: center;
}
/* line 979, ../../scss/header.scss */
.my-top-gnb.folding .gnb .inner .stack ul li.depth-1 div a {
  display: none;
}
/* line 983, ../../scss/header.scss */
.my-top-gnb.folding .gnb .inner .stack ul li.depth-1 i {
  margin: 0px;
}
/* line 986, ../../scss/header.scss */
.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);
}
/* line 994, ../../scss/header.scss */
.my-top-gnb.folding .gnb .inner .stack ul li.depth-1 div.line.active {
  background: white;
}
/* line 1001, ../../scss/header.scss */
.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;
}
/* line 1010, ../../scss/header.scss */
.my-top-gnb.folding .gnb .inner .stack ul .hover li.depth-1 a {
  display: flex;
}
/* line 1014, ../../scss/header.scss */
.my-top-gnb.folding .gnb .inner .stack ul .hover li.depth-2 {
  padding-left: 0px;
  width: calc(100% - 28px);
  min-height: 46px;
}
/* line 1018, ../../scss/header.scss */
.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;
}
/* line 1024, ../../scss/header.scss */
.my-top-gnb.folding .gnb .inner .stack ul .hover li.depth-2 a:hover {
  color: white;
  background-color: rgba(102, 136, 150, 0.4);
}

/* line 1036, ../../scss/header.scss */
.my-top {
  position: fixed;
  top: 0;
  left: 200px;
  height: 64px;
  width: calc(100% - 200px);
}
/* line 1042, ../../scss/header.scss */
.my-top .box {
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 1048, ../../scss/header.scss */
.my-top .box .search {
  display: flex;
  align-items: center;
  height: 44px;
  margin: 0 16px;
}
/* line 1053, ../../scss/header.scss */
.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;
}
/* line 1062, ../../scss/header.scss */
.my-top .box .search .box {
  display: flex;
  align-items: center;
  width: 281px;
  height: 44px;
  border-radius: 6px;
  background: #fbfcfd;
  outline: 1px solid transparent;
}
/* line 1070, ../../scss/header.scss */
.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;
}
/* line 1079, ../../scss/header.scss */
.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;
}
/* line 1088, ../../scss/header.scss */
.my-top .box .search .box input::placeholder {
  color: #878d94;
}
/* line 1094, ../../scss/header.scss */
.my-top .box .utility {
  display: flex;
  align-items: flex-end;
  margin-right: 6px;
  margin-left: 4px;
}
/* line 1099, ../../scss/header.scss */
.my-top .box .utility li {
  position: relative;
  margin: 0 6px;
}
/* line 1102, ../../scss/header.scss */
.my-top .box .utility li a {
  color: #4c7484;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
/* line 1108, ../../scss/header.scss */
.my-top .box .utility li button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1115, ../../scss/header.scss */
.my-top .box .utility li button:hover {
  background: #e4e9ee;
}
/* line 1118, ../../scss/header.scss */
.my-top .box .utility li button.active {
  background: #dbe0e5;
}
/* line 1121, ../../scss/header.scss */
.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;
}
/* line 1145, ../../scss/header.scss */
.my-top .box .utility li button i {
  width: 26px;
  height: 26px;
  display: inline-block;
}
/* line 1150, ../../scss/header.scss */
.my-top .box .utility li button i.home {
  background: url("../../images/svg/home.svg") no-repeat center center;
  background-size: 24px;
}
/* line 1154, ../../scss/header.scss */
.my-top .box .utility li button i.cart {
  background: url("../../images/svg/cart.svg") no-repeat center center;
  background-size: 24px;
}
/* line 1158, ../../scss/header.scss */
.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;
}
/* line 1164, ../../scss/header.scss */
.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%;
}
/* line 1174, ../../scss/header.scss */
.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);
}
/* line 1183, ../../scss/header.scss */
.my-top .box .utility li > ul.menu-box li {
  display: flex;
  align-items: center;
  height: 44px;
  margin: 0px;
  padding: 0 16px;
}
/* line 1189, ../../scss/header.scss */
.my-top .box .utility li > ul.menu-box li a {
  font-size: 14px;
  color: black;
  text-decoration: none;
}
/* line 1197, ../../scss/header.scss */
.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;
}
/* line 1209, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
/* line 1214, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .flex {
  display: flex;
}
/* line 1217, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .space-between {
  justify-content: space-between;
}
/* line 1220, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .space-around {
  justify-content: space-around;
}
/* line 1223, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .center {
  align-items: center;
}
/* line 1226, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .row {
  flex-direction: row;
}
/* line 1229, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .column {
  flex-direction: column;
}
/* line 1232, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .user-info-section {
  padding-left: 16px;
}
/* line 1234, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .user-info-section .name {
  font-size: 15px;
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 1240, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .user-info-section .email {
  font-size: 14px;
  color: #516b76;
}
/* line 1245, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box a.user__account-link {
  font-size: 14px;
  color: #075c5c;
  text-decoration: none;
}
/* line 1250, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .deposit {
  height: 53px;
  border-radius: 5px;
  background: #f1f4f6;
  padding: 0 18px;
  margin-top: 24px;
  cursor: pointer;
}
/* line 1257, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .deposit span {
  font-size: 13px;
  color: #35393e;
}
/* line 1261, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .deposit span.price {
  font-weight: bold;
  font-size: 14px;
  color: #057f86;
}
/* line 1268, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .count {
  height: 74px;
  border-radius: 5px;
  background: white;
  border: 1px solid #d6dce1;
  padding: 0 18px;
  margin-top: 12px;
  cursor: pointer;
}
/* line 1276, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .count span {
  font-size: 13px;
  color: #35393e;
}
/* line 1280, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box .count span.price {
  font-weight: bold;
  font-size: 14px;
  color: #057f86;
}
/* line 1286, ../../scss/header.scss */
.my-top .box .utility li > div.profile-box a.logout {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid #c3cbd4;
  border-radius: 3px;
  margin-top: 14px;
  text-decoration: none;
  color: #101717;
  font-size: 14px;
}
/* line 1300, ../../scss/header.scss */
.my-top .box .utility li:last-child {
  margin-right: 10px;
}

/*
 * tab
 */
/* line 1310, ../../scss/header.scss */
.flex {
  display: flex;
}

/* line 1313, ../../scss/header.scss */
.center {
  align-items: center;
}

/* line 1316, ../../scss/header.scss */
.space-between {
  justify-content: space-between;
}

/* line 1319, ../../scss/header.scss */
.inherit {
  height: inherit;
}

/* line 1322, ../../scss/header.scss */
.tabs {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e9ee;
}
/* line 1329, ../../scss/header.scss */
.tabs div.tab {
  min-width: 180px;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid transparent;
}
/* line 1336, ../../scss/header.scss */
.tabs div.tab > a {
  font-size: 14px;
  color: #878d94;
  font-weight: 500;
  margin-top: 3px;
  margin-right: 7.5px;
}
/* line 1343, ../../scss/header.scss */
.tabs div.tab.active {
  height: 51px;
  border-color: black;
}
/* line 1346, ../../scss/header.scss */
.tabs div.tab.active > a {
  font-size: 14px;
  color: black;
}
/* line 1352, ../../scss/header.scss */
.tabs button {
  height: 24px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #101717;
}
/* line 1359, ../../scss/header.scss */
.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);
}
/* line 1368, ../../scss/header.scss */
.tabs > .is-show-pc {
  display: inherit;
}

/* line 1372, ../../scss/header.scss */
.tab-inner-scroll {
  overflow-y: scroll;
  height: calc(100vh - 200px);
  padding: 24px;
}

@media (min-width: 758px) and (max-width: 839px) {
  /* line 1378, ../../scss/header.scss */
  .my-top-gnb,
  .my-top {
    display: none !important;
  }

  /* line 1383, ../../scss/header.scss */
  .tabs.color {
    background: #33525e;
    height: 37px;
    min-height: 37px;
  }
  /* line 1387, ../../scss/header.scss */
  .tabs.color div.tab > a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.38);
  }
  /* line 1391, ../../scss/header.scss */
  .tabs.color div.tab {
    border-bottom: 3px solid transparent;
  }
  /* line 1393, ../../scss/header.scss */
  .tabs.color div.tab.active {
    border-color: rgba(255, 255, 255, 0.65);
  }
  /* line 1395, ../../scss/header.scss */
  .tabs.color div.tab.active a {
    color: white;
  }
  /* line 1401, ../../scss/header.scss */
  .tabs > .is-show-pc {
    display: none;
  }

  /* line 1405, ../../scss/header.scss */
  #wrap {
    padding: 0px;
    margin: 0px !important;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
  }

  /* line 1413, ../../scss/header.scss */
  .tab-inner-scroll {
    padding: 0px;
    overflow: hidden;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 757px) {
  /* line 1421, ../../scss/header.scss */
  .my-top-gnb,
  .my-top {
    display: none !important;
  }

  /* line 1426, ../../scss/header.scss */
  .tabs.color {
    background: #33525e;
    height: 37px;
    min-height: 37px;
  }
  /* line 1427, ../../scss/header.scss */
  .tabs.color > .inherit {
    width: 100%;
  }
  /* line 1433, ../../scss/header.scss */
  .tabs.color div.tab > a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.38);
  }
  /* line 1437, ../../scss/header.scss */
  .tabs.color div.tab {
    flex: 1;
    border-bottom: 3px solid transparent;
  }
  /* line 1440, ../../scss/header.scss */
  .tabs.color div.tab.active {
    border-color: rgba(255, 255, 255, 0.65);
  }
  /* line 1442, ../../scss/header.scss */
  .tabs.color div.tab.active a {
    color: white;
  }
  /* line 1448, ../../scss/header.scss */
  .tabs > .is-show-pc {
    display: none;
  }

  /* line 1452, ../../scss/header.scss */
  #wrap {
    padding: 0px;
    margin: 0px !important;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
  }

  /* line 1460, ../../scss/header.scss */
  .tab-inner-scroll {
    padding: 0px;
    overflow: hidden;
    height: auto;
  }
}

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