@charset "UTF-8";
.sass-UTF-8 {
  content: "¡//based on SCSS, Front-end Dev Group by qoo10";
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans KR Light"), local("NotoSansKR-Light"), url("../../common/fonts/notosans/NotoSansKR-Light.woff2") format("woff2"), url("../../common/fonts/notosans/NotoSansKR-Light.woff") format("woff"), url("../../common/fonts/notosans/NotoSansKR-Light.eot");
  src: url("../../common/fonts/notosans/NotoSansKR-Light.eot#iefix") format("embedded-opentype"), url("../../common/fonts/notosans/NotoSansKR-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans KR Regular"), local("NotoSansKR-Regular"), url("../../common/fonts/notosans/NotoSansKR-Regular.woff2") format("woff2"), url("../../common/fonts/notosans/NotoSansKR-Regular.woff") format("woff"), url("../../common/fonts/notosans/NotoSansKR-Regular.eot");
  src: url("../../common/fonts/notosans/NotoSansKR-Regular.eot#iefix") format("embedded-opentype"), url("../../common/fonts/notosans/NotoSansKR-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans KR Medium"), local("NotoSansKR-Medium"), url("../../common/fonts/notosans/NotoSansKR-Medium.woff2") format("woff2"), url("../../common/fonts/notosans/NotoSansKR-Medium.woff") format("woff"), url("../../common/fonts/notosans/NotoSansKR-Medium.eot");
  src: url("../../common/fonts/notosans/NotoSansKR-Medium.eot#iefix") format("embedded-opentype"), url("../../common/fonts/notosans/NotoSansKR-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans KR Bold"), local("NotoSansKR-Bold"), url("../../common/fonts/notosans/NotoSansKR-Bold.woff2") format("woff2"), url("../../common/fonts/notosans/NotoSansKR-Bold.woff") format("woff"), url("../../common/fonts/notosans/NotoSansKR-Bold.eot");
  src: url("../../common/fonts/notosans/NotoSansKR-Bold.eot#iefix") format("embedded-opentype"), url("../../common/fonts/notosans/NotoSansKR-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto"), local("Roboto-Medium"), url("../../common/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../../common/fonts/roboto/Roboto-Medium.woff") format("woff"), url("../../common/fonts/roboto/Roboto-Medium.eot");
  src: url("../../common/fonts/roboto/Roboto-Medium.eot#iefix") format("embedded-opentype"), url("../../common/fonts/roboto/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../../common/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../../common/fonts/roboto/Roboto-Regular.woff") format("woff"), url("../../common/fonts/roboto/Roboto-Regular.eot");
  src: url("../../common/fonts/roboto/Roboto-Regular.eot#iefix") format("embedded-opentype"), url("../../common/fonts/roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto"), local("Roboto-Light"), url("../../common/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../../common/fonts/roboto/Roboto-Light.woff") format("woff"), url("../../common/fonts/roboto/Roboto-Light.eot");
  src: url("../../common/fonts/roboto/Roboto-Light.eot#iefix") format("embedded-opentype"), url("../../common/fonts/roboto/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto"), local("Roboto-Bold"), url("../../common/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../../common/fonts/roboto/Roboto-Bold.woff") format("woff"), url("../../common/fonts/roboto/Roboto-Bold.eot");
  src: url("../../common/fonts/roboto/Roboto-Bold.eot#iefix") format("embedded-opentype"), url("../../common/fonts/roboto/Roboto-Bold.ttf") format("truetype");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, labal, select {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, summary, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, iframe {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #575757;
  cursor: pointer;
}

em, cite, address {
  font-style: normal;
}

button {
  border: 0 none;
  cursor: pointer;
}

legend {
  display: none;
}

input[readonly],
textarea[readonly],
select[readonly] {
  color: #353535 !important;
  background-color: #f8f8f8;
}

input:-webkit-autofill {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: #000;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search]::-ms-clear {
  display: none;
}

input::placeholder {
  color: #8b8b8b;
}

input:-ms-input-placeholder {
  color: #ddd;
}

select::-ms-expand {
  display: none;
}

/* Header 
//------------------------------------------------------------------------------ */
.qx-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  height: 58px;
}
.qx-head__inr {
  display: flex;
  justify-content: space-between;
  padding: 10px 40px 10px 0;
  box-sizing: border-box;
  width: 100%;
  min-width: 1000px;
}
.qx-head__inr:after {
  content: "";
  display: block;
  clear: both;
}
.qx-head__logo {
  width: 216px;
  min-width: 216px;
  text-align: center;
}
.qx-head__logo a {
  display: inline-block;
  vertical-align: middle;
}
.qx-head__logo img {
  display: block;
}
.qx-head__notice {
  position: relative;
  margin-left: 36px;
  height: 38px;
  overflow: hidden;
  flex-basis: 100%;
}
.qx-head__notice:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 22px;
  height: 16px;
  background: url(../img/common/img_sprites.png) -222px -124px no-repeat;
  background-size: 399px;
  content: "";
  z-index: 1;
}
.qx-head__noticeinr {
  position: absolute;
  left: 36px;
  padding-right: 57px;
  box-sizing: border-box;
  width: 100%;
  max-width: 855px;
  font-size: 1.0714em;
  text-align: left;
}
.qx-head__noticeinr a {
  display: block;
  width: max-content;
  max-width: 100%;
}
.qx-head__noticeinr p {
  width: 100%;
  overflow: hidden;
  line-height: 38px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qx-head__noticeinr span {
  vertical-align: middle;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 12px;
}
.qx-head__noticeinr span:after {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0;
  border-right: 1px solid #8b8b8b;
  height: 12px;
  content: "";
}
.qx-head__alert {
  display: flex;
  gap: 16px;
  margin-left: 36px;
}
.qx-head__alert .alert {
  display: flex;
  align-items: center;
  padding: 5px 16px 6px;
  border-radius: 8px;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  color: #353535;
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.qx-head__alert .alert span {
  margin-left: 10px;
}
.qx-head__alert .alert:before {
  display: inline-block;
  margin: -1px 8px 0 -2px;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background-image: url("../img/common/img_sprites.png");
  background-size: 359px;
  content: "";
}
.qx-head__alert .alert--red {
  background-color: #FFF3F3;
}
.qx-head__alert .alert--red::before {
  background-position: -126px -110px;
}
.qx-head__alert .alert--red:hover {
  background-color: rgb(255, 218.1, 218.1);
}
.qx-head__alert .alert--ylw {
  background-color: #FFF9E3;
}
.qx-head__alert .alert--ylw::before {
  background-position: -102px -110px;
}
.qx-head__alert .alert--ylw:hover {
  background-color: rgb(255, 243.8357142857, 202.9);
}
.qx-head__gnb {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 16px;
  font-size: 14px;
  height: 38px;
  white-space: nowrap;
}
.qx-head__gnb .gnb__myinfo {
  display: flex;
  align-items: center;
}
.qx-head__gnb .gnb__myinfo .profile {
  position: relative;
  margin-right: -8px;
  width: 24px;
  height: 24px;
}
.qx-head__gnb .gnb__myinfo .profile__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #cdcdcd;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.qx-head__gnb .gnb__myinfo .profile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qx-head__gnb .gnb__myinfo .profile > em {
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 3;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #df2121;
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: 16px;
  font-weight: normal;
}
.qx-head__srch {
  position: relative;
  display: flex;
  margin-right: 22px;
  padding: 0 11px 0 34px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  width: 270px;
  height: 32px;
  background-color: #f2f2f9;
}
.qx-head__srch:before {
  position: absolute;
  top: 50%;
  left: 11px;
  z-index: 1;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(../img/common/img_sprites.png) -262px -53px no-repeat;
  background-size: 399px;
  filter: grayscale(1) brightness(7);
  content: "";
}
.qx-head__srch .qx-inf__ly {
  left: unset;
  right: 0;
  margin-top: 6px;
}
.qx-head__srch input {
  background: none;
  flex: 1;
  text-overflow: ellipsis;
}
.qx-head__srch input::placeholder {
  color: #353535;
}
.qx-head__srch .btn {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  width: 14px;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  color: #f2f2f9;
}
.qx-head__srch .btn:before, .qx-head__srch .btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  border-right: 2px solid #757575;
  height: 14px;
  transform: rotate(45deg);
  content: "";
}
.qx-head__srch .btn:after {
  transform: rotate(-45deg);
}

.qx-head__slct {
  position: relative;
  margin-left: 6px;
}
.qx-head__slct .slct__btn {
  display: block;
  padding: 0 16px;
  background-color: transparent;
  height: 30px;
  font-size: 1em;
  font-weight: 500;
  line-height: 30px;
  color: #353535;
  cursor: pointer;
}
.qx-head__slct .slct__btn:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 7px;
  height: 10px;
  background: url("../img/common/img_sprites.png") -214px -103px no-repeat;
  background-size: 399px;
  transform: rotate(90deg);
  transition: all 0.2s;
  content: "";
}
.qx-head__slct .slct__btn.on:after {
  margin-top: -3px;
  transform: rotate(90deg) scale(-1);
}
.qx-head__slct .slct__list {
  position: absolute;
  right: 0;
  top: 36px;
  border: 1px solid #8b8b8b;
  border-radius: 4px;
  background-color: #fff;
  width: fit-content;
  min-width: 120px;
  height: 0;
  font-size: 13px;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0;
}
.qx-head__slct .slct__list--on {
  opacity: 1;
  height: auto;
}
.qx-head__slct .slct__list--flx {
  display: flex;
}
.qx-head__slct .slct__list--flx > ul + ul {
  position: relative;
}
.qx-head__slct .slct__list--flx > ul + ul:before {
  display: inline-block;
  position: absolute;
  left: -1px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background-color: #ddd;
  content: "";
}
.qx-head__slct .slct__list li {
  padding: 4px 16px;
  line-height: 20px;
}
.qx-head__slct .slct__list li:first-of-type {
  margin-top: 8px;
}
.qx-head__slct .slct__list li:last-of-type {
  margin-bottom: 8px;
}
.qx-head__slct .slct__list li:not(.slct__bar):hover {
  background-color: #f6f6f6;
  cursor: pointer;
}
.qx-head__slct .slct__list li.slct__bar {
  padding: 4px 6px;
}
.qx-head__slct .slct__list li.is-selected {
  position: relative;
  padding-right: 24px;
}
.qx-head__slct .slct__list li.is-selected:after {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -9px;
  border: 2px solid;
  box-sizing: border-box;
  border-color: transparent #121361 #121361 transparent;
  width: 7px;
  height: 12px;
  transform: rotate(45deg);
  content: "";
}
.qx-head__slct .slct__list li a {
  display: block;
  margin: -4px -16px;
  padding: 4px 16px;
  width: 100%;
}

/* Nav
//------------------------------------------------------------------------------ */
.qx-nav {
  position: fixed;
  top: 58px;
  left: 0;
  z-index: 99;
  width: 216px;
  min-width: 60px;
  height: calc(100% - 104px);
  transition: ease-in-out 0.3s;
}
.qx-nav :is(a, em, button) {
  color: #fff;
}
.qx-nav__inr {
  background-color: #353535;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.qx-nav__inr::-webkit-scrollbar {
  display: none;
}
.qx-nav__btn {
  background-color: #292929;
  width: 100%;
  height: 40px;
  font-size: 0.9285em;
  line-height: 40px;
  text-align: left;
}
.qx-nav__btn:after {
  content: "";
  display: block;
  clear: both;
}
.qx-nav__btn .qx-head__slct {
  float: left;
  padding-left: 12px;
  width: fit-content;
}
.qx-nav__btn .qx-head__slct .slct__btn {
  color: #fff;
  line-height: 40px;
}
.qx-nav__btn .qx-head__slct .slct__btn:after {
  margin-top: 4px;
  border-top-color: #fff;
}
.qx-nav__btn .qx-head__slct .slct__btn.on:after {
  margin-top: 0;
}
.qx-nav__btn .qx-head__slct .slct__list {
  z-index: 10;
  left: 20px;
  width: max-content;
}
.qx-nav__btn .btn__min {
  position: relative;
  float: right;
  width: 58px;
  height: 40px;
  background: transparent;
}
.qx-nav__btn .btn__min span {
  font-size: 10px;
  transform: scale(0.1);
  color: transparent;
}
.qx-nav__btn .btn__min:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -5px;
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  content: "";
}
.qx-nav__btn .btn__min.btn {
  padding-left: 32px;
  box-sizing: border-box;
  width: 100%;
  float: unset;
  text-align: left;
}
.qx-nav__btn .btn__min.btn span {
  color: #fff;
  font-size: 12px;
}
.qx-nav--min .qx-nav__btn .btn__min.btn span {
  color: transparent;
  transform: scale(0.1);
  font-size: 1px;
}

.qx-nav__menu {
  margin-bottom: 50px;
  width: 100%;
}
.qx-nav__menu em {
  margin: 0;
  cursor: pointer;
}
.qx-nav__menu a.popup {
  position: relative;
  padding-right: 45px !important;
}
.qx-nav__menu a.popup:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -5px;
  background: url("../img/common/ic_menu_popup.png") 50% no-repeat;
  width: 10px;
  height: 10px;
  content: "";
}
.qx-nav__menu button.favorite {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 26px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg style='fill:%23fff0;stroke-miterlimit:10'%3E%3Cpath d='M17.186 21.785a1.607 1.607 0 0 1-.75-.187L12 19.253 7.566 21.6a1.589 1.589 0 0 1-1.7-.124 1.612 1.612 0 0 1-.641-1.584l.847-4.966-3.584-3.518a1.622 1.622 0 0 1 .893-2.762l4.958-.725L10.556 3.4a1.607 1.607 0 0 1 2.889 0l2.217 4.518 4.959.725a1.622 1.622 0 0 1 .892 2.761l-3.588 3.517.847 4.966a1.615 1.615 0 0 1-.641 1.584 1.6 1.6 0 0 1-.945.314zm3.1-10.846z' style='stroke:none' transform='translate(0 -.2)'/%3E%3Cpath d='M7.33 19.46 12 16.99l4.67 2.47-.893-5.231 3.79-3.716-5.237-.766L12 5 9.67 9.747l-5.238.766 3.791 3.716-.892 5.23m-.516 2.327c-.332 0-.662-.105-.945-.313a1.612 1.612 0 0 1-.642-1.583l.848-4.966-3.588-3.516a1.613 1.613 0 0 1-.408-1.66c.19-.59.69-1.013 1.3-1.102l4.958-.725 2.218-4.518A1.6 1.6 0 0 1 12 2.5c.618 0 1.171.346 1.444.903l2.217 4.518 4.96.725c.61.089 1.108.511 1.299 1.102a1.62 1.62 0 0 1-.407 1.66l-3.588 3.516.847 4.966a1.615 1.615 0 0 1-.641 1.583c-.5.366-1.15.412-1.695.125L12 19.253l-4.434 2.345a1.601 1.601 0 0 1-.75.188zM20.29 10.939h.012-.012z' style='fill:%23fff;stroke:none' transform='translate(0 -.2)'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  overflow: hidden;
  color: transparent;
}
.qx-nav__menu button.favorite.on {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg style='fill:%23fff;stroke-miterlimit:10'%3E%3Cpath d='M17.186 21.785a1.607 1.607 0 0 1-.75-.187L12 19.253 7.566 21.6a1.589 1.589 0 0 1-1.7-.124 1.612 1.612 0 0 1-.641-1.584l.847-4.966-3.584-3.518a1.622 1.622 0 0 1 .893-2.762l4.958-.725L10.556 3.4a1.607 1.607 0 0 1 2.889 0l2.217 4.518 4.959.725a1.622 1.622 0 0 1 .892 2.761l-3.588 3.517.847 4.966a1.615 1.615 0 0 1-.641 1.584 1.6 1.6 0 0 1-.945.314zm3.1-10.846z' style='stroke:none' transform='translate(0 -.2)'/%3E%3Cpath d='M7.33 19.46 12 16.99l4.67 2.47-.893-5.231 3.79-3.716-5.237-.766L12 5 9.67 9.747l-5.238.766 3.791 3.716-.892 5.23m-.516 2.327c-.332 0-.662-.105-.945-.313a1.612 1.612 0 0 1-.642-1.583l.848-4.966-3.588-3.516a1.613 1.613 0 0 1-.408-1.66c.19-.59.69-1.013 1.3-1.102l4.958-.725 2.218-4.518A1.6 1.6 0 0 1 12 2.5c.618 0 1.171.346 1.444.903l2.217 4.518 4.96.725c.61.089 1.108.511 1.299 1.102a1.62 1.62 0 0 1-.407 1.66l-3.588 3.516.847 4.966a1.615 1.615 0 0 1-.641 1.583c-.5.366-1.15.412-1.695.125L12 19.253l-4.434 2.345a1.601 1.601 0 0 1-.75.188zM20.29 10.939h.012-.012z' style='fill:%23fff;stroke:none' transform='translate(0 -.2)'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
  background-size: cover;
}
.qx-nav__menu button.favorite + a {
  display: inline-block;
  padding-left: 0;
  width: calc(100% - 46px);
}
.menu__dt button.favorite {
  margin-left: 35px;
}
.menu__dt button.favorite + a {
  width: calc(100% - 55px);
}

.qx-nav__menu .menu__main {
  position: relative;
  width: 100%;
}
.qx-nav__menu .menu__main + li {
  border-top: 1px solid #707070;
  box-sizing: border-box;
}
.qx-nav__menu .menu__main > ul {
  max-height: 0;
  overflow: hidden;
  transition: ease-in-out 0.3s;
}
.qx-nav__menu .menu__main--favorite {
  background-color: #292929;
}
.qx-nav__menu .menu__main--favorite:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ff4948;
  width: 4px;
  content: "";
}
.qx-nav__menu .menu__main--favorite ul {
  max-height: 1000px;
}
.qx-nav__menu .menu__main--favorite em {
  cursor: default;
}
.qx-nav__menu .menu__main--favorite em:after {
  content: none;
}
.menu__main > em {
  display: block;
  position: relative;
  padding: 12px 28px;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.0714em;
  line-height: 22px;
  transition: all 0.3s;
  white-space: nowrap;
}
.menu__main > em:before, .menu__main > em:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.menu__main > em:before {
  margin-right: 12px;
  width: 32px;
  height: 32px;
}
.menu__main > em:after {
  float: right;
  margin-top: 14px;
  border: 5px solid transparent;
  border-top-color: #fff;
}
.menu__main > em.favorite:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg style='fill:%23fff;stroke-miterlimit:10'%3E%3Cpath d='M17.186 21.785a1.607 1.607 0 0 1-.75-.187L12 19.253 7.566 21.6a1.589 1.589 0 0 1-1.7-.124 1.612 1.612 0 0 1-.641-1.584l.847-4.966-3.584-3.518a1.622 1.622 0 0 1 .893-2.762l4.958-.725L10.556 3.4a1.607 1.607 0 0 1 2.889 0l2.217 4.518 4.959.725a1.622 1.622 0 0 1 .892 2.761l-3.588 3.517.847 4.966a1.615 1.615 0 0 1-.641 1.584 1.6 1.6 0 0 1-.945.314zm3.1-10.846z' style='stroke:none' transform='translate(0 -.2)'/%3E%3Cpath d='M7.33 19.46 12 16.99l4.67 2.47-.893-5.231 3.79-3.716-5.237-.766L12 5 9.67 9.747l-5.238.766 3.791 3.716-.892 5.23m-.516 2.327c-.332 0-.662-.105-.945-.313a1.612 1.612 0 0 1-.642-1.583l.848-4.966-3.588-3.516a1.613 1.613 0 0 1-.408-1.66c.19-.59.69-1.013 1.3-1.102l4.958-.725 2.218-4.518A1.6 1.6 0 0 1 12 2.5c.618 0 1.171.346 1.444.903l2.217 4.518 4.96.725c.61.089 1.108.511 1.299 1.102a1.62 1.62 0 0 1-.407 1.66l-3.588 3.516.847 4.966a1.615 1.615 0 0 1-.641 1.583c-.5.366-1.15.412-1.695.125L12 19.253l-4.434 2.345a1.601 1.601 0 0 1-.75.188zM20.29 10.939h.012-.012z' style='fill:%23fff;stroke:none' transform='translate(0 -.2)'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
  background-size: 20px;
}
.menu__main > em.products:before {
  background: url("../img/common/ic_menu_products.png") 50% no-repeat;
}
.menu__main > em.sku:before {
  background: url("../img/common/ic_menu_sku.png") 50% no-repeat;
}
.menu__main > em.warehouse:before {
  background: url("../img/common/ic_menu_warehouse.png") 50% no-repeat;
}
.menu__main > em.inventory:before {
  background: url("../img/common/ic_menu_inventory.png") 50% no-repeat;
}
.menu__main > em.shipping:before {
  background: url("../img/common/ic_menu_shipping.png") 50% no-repeat;
}
.menu__main > em.tracking:before {
  background: url("../img/common/ic_menu_tracking.png") 50% no-repeat;
}
.menu__main > em.analytics:before {
  background: url("../img/common/ic_menu_analytics.png") 50% no-repeat;
}
.menu__main > em.money:before {
  background: url("../img/common/ic_menu_money.png") 50% no-repeat;
}
.menu__main > em.setting:before {
  background: url("../img/common/ic_menu_setting.png") 50% no-repeat;
}
.menu__main > em.manual:before {
  background: url("../img/common/ic_menu_manual.png") 50% no-repeat;
}
.menu__main > em.pickup:before {
  background: url("../img/common/ic_menu_pickup.png") 50% no-repeat;
}
.menu__main > em.print:before {
  background: url("../img/common/ic_menu_print.png") 50% no-repeat;
}
.menu__main > em.claim:before {
  background: url("../img/common/ic_menu_claim.png") 50% no-repeat;
}
.menu__main > em.calculator:before {
  background: url("../img/common/ic_menu_calculator.png") 50% no-repeat;
}
.menu__main.menu__main--only em {
  transition: none;
}
.menu__main.menu__main--only em:after {
  content: none;
}
.menu__main.menu__main--only a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-indent: 71px;
}

.qx-nav__menu .menu__main--on, .menu__main:hover {
  background-color: #292929;
}
.qx-nav__menu .menu__main--on:before, .menu__main:hover:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ff4948;
  width: 4px;
  content: "";
}

.qx-nav__menu .menu__main--on > ul {
  max-height: 1000px;
}
.qx-nav__menu .menu__main--on > em:after {
  border: 1px solid #fff;
  background-color: #fff;
  width: 8px;
}
.qx-nav__menu .menu__sub > em {
  display: block;
  position: relative;
  padding: 10px 50px 10px 28px;
  box-sizing: border-box;
  line-height: 20px;
  font-weight: normal;
}
.qx-nav__menu .menu__sub > em:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -5px;
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  content: "";
}
.qx-nav__menu .menu__sub--none {
  height: auto;
}
.qx-nav__menu .menu__sub--none a {
  display: block;
  padding: 10px 28px;
  box-sizing: border-box;
  width: 100%;
  line-height: 20px;
  font-weight: normal;
}
.qx-nav__menu .menu__sub--none a:hover {
  color: #f8b147 !important;
}
.qx-nav__menu .menu__sub--on em:after {
  margin-top: 0;
  border: 1px solid #fff;
  width: 8px;
  height: 0;
  transform: none;
}
.qx-nav__menu .menu__sub--on .menu__dt {
  display: block;
}
.qx-nav__menu .menu__dt {
  display: none;
}
.qx-nav__menu .menu__dt a {
  display: block;
  padding: 8px 28px 8px 48px;
  box-sizing: border-box;
  width: 100%;
  line-height: 19px;
  font-size: 0.9285em;
}
.qx-nav__menu .menu__dt a:hover {
  color: #f8b147 !important;
}

.qx-nav--min {
  width: 60px;
  white-space: nowrap;
}
.qx-nav--min .qx-nav__btn .qfs-head__slct .slct__btn:after {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -3px -3px 0 0;
  transform: rotate(225deg);
}
.qx-nav--min .qx-nav__btn .btn__min:after {
  transform: rotate(-135deg);
}
.qx-nav--min .qx-nav__inr {
  overflow: unset;
}
.qx-nav--min .menu__main:hover:after {
  position: absolute;
  top: 10px;
  right: 0;
  margin-right: -8px;
  border-style: solid;
  border-width: 3px 6px;
  border-color: transparent #292929 transparent transparent;
  content: "";
}
.qx-nav--min .menu__main:hover > ul {
  max-height: 500px;
  animation: fadeIn 0.2s ease-in-out;
}
@keyframes fadeIn {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.qx-nav--min .menu__main > em {
  width: 60px;
  height: 56px;
  overflow: hidden;
  color: transparent;
}
.qx-nav--min .menu__main > em:before {
  margin-left: -12px;
}
.qx-nav--min .menu__main > ul {
  position: absolute;
  top: 0;
  left: 60px;
  padding-left: 8px;
  border-radius: 3px;
  min-width: 200px;
  overflow: hidden;
  z-index: 10;
  transition: none;
}
.qx-nav--min .menu__main > ul:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 8px;
  border-radius: 3px;
  background-color: #292929;
  content: "";
  z-index: -1;
}
.qx-nav--min .menu__main > ul[data-menu=over] {
  position: fixed;
  top: unset;
  bottom: 20px;
}
.qx-nav--min .menu__main--only:hover:after {
  content: none;
}
.qx-nav--min .menu__sub {
  height: auto;
}
.qx-nav--min .menu__sub em:after {
  content: none;
}
.qx-nav--min .menu__dt {
  display: block;
}

/* Smartship 2.0 Nav
//------------------------------------------------------------------------------ */
.qx-menu {
  position: fixed;
  z-index: 102;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  width: 216px;
  height: 100vh;
  font-size: 14px;
}
.qx-menu :is(a, em) {
  font-size: 14px;
  color: #353535;
  font-weight: normal;
}
.qx-menu__logo {
  padding: 0 14px;
  box-sizing: border-box;
  width: 100%;
}
.qx-menu__logo a {
  display: block;
  height: 58px;
  background: url("../img/common/logo_smartship.svg") left 50% no-repeat;
  background-size: 160px;
  color: transparent;
}
.qx-menu__inr {
  padding: 7px 0 240px 7px;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}
.qx-menu__inr:hover {
  overflow-y: overlay;
}
.qx-menu__inr:hover::-webkit-scrollbar {
  width: 10px;
  background: none;
}
.qx-menu__inr:hover::-webkit-scrollbar-thumb {
  border-radius: 14px;
  background-color: #cdcdcd;
  background-clip: padding-box;
  border: solid transparent;
  border-width: 3px 4px 3px 3px;
}
.qx-menu__inr:hover::-webkit-scrollbar-track {
  background-color: none;
}

.qx-menu__menu {
  width: 200px;
}
.qx-menu__menu .menu {
  display: flex;
  position: relative;
  align-items: center;
  padding: 8px 7px 8px 14px;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  line-height: 1.4;
  transition: all 0.15s;
}
.qx-menu__menu .menu:hover {
  background: #dce4f0;
  cursor: pointer;
}
.qx-menu__menu .menu.open {
  background: #4e5580 !important;
  color: #fff !important;
}
.qx-menu__menu .menu.open:before, .qx-menu__menu .menu.open:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.qx-menu__menu em.menu:after {
  display: block;
  margin: 0 3px 0 auto;
  padding-left: 6px;
  border-radius: 50%;
  box-sizing: border-box;
  width: 11px;
  min-width: 11px;
  height: 11px;
  background: url("../img/common/img_sprites.png") -108px -24px no-repeat;
  background-size: 313px;
  transform: rotate(-90deg);
  content: "";
}
.qx-menu__menu em.menu.on {
  color: #0a0c88;
  font-weight: 500;
  background-color: #e2e6f0;
}
.qx-menu__menu em.menu.on:after {
  transform: none;
}

.qx-menu__menu .menu.menu--pop:after {
  display: block;
  margin-left: auto;
  width: 24px;
  height: 24px;
  background: url("../img/common/img_sprites.png") -258px -2px no-repeat;
  background-size: 359px;
  content: "";
}
.qx-menu__menu .menu__inr {
  height: 0;
  overflow: hidden;
  background: #f5f7f9;
  border-radius: 0 0 5px 5px;
}
.qx-menu__menu .menu__inr .menu:before {
  display: block;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #aeaeae;
  width: 6px;
  min-width: 6px;
  height: 6px;
  content: "";
}
.qx-menu__menu .menu__inr em.menu.on {
  border-radius: 5px 5px 0 0;
}
.qx-menu__menu .menu__inr em.menu.on:before {
  background: #4e5580;
}
.qx-menu__menu em.menu.on + .menu__inr {
  height: auto;
}
.qx-menu__menu > .menu {
  min-height: 36px;
  font-weight: 500;
}
.qx-menu__menu > .menu:before {
  display: block;
  margin: 0 8px 0 -8px;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: url("../img/common/img_sprites.png") no-repeat;
  background-size: 399px;
  content: "";
}
.qx-menu__menu > .menu.on:not(em.menu.on):before {
  background-color: transparent !important;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.qx-menu__menu.order .menu:before {
  background-position: -4px -4px;
}
.qx-menu__menu.waybill .menu:before {
  background-position: -30px -4px;
}
.qx-menu__menu.pickup .menu:before {
  background-position: -56px -4px;
}
.qx-menu__menu.delivery .menu:before {
  background-position: -82px -4px;
}
.qx-menu__menu.customs .menu:before {
  background-position: -108px -4px;
}
.qx-menu__menu.claim .menu:before {
  background-position: -134px -4px;
}
.qx-menu__menu.Inventory .menu:before {
  background-position: -160px -4px;
}
.qx-menu__menu.money .menu:before {
  background-position: -186px -4px;
}
.qx-menu__menu.report .menu:before {
  background-position: -212px -4px;
}
.qx-menu__menu.setting .menu:before {
  background-position: -238px -4px;
}
.qx-menu__menu.tool .menu:before {
  background-position: -264px -4px;
}
.qx-menu__menu.pop .menu:before {
  background-position: -290px -4px;
}
.qx-menu__menu.inquiry .menu:before {
  background-position: -316px -4px;
}

.qx-menu__menu .menu__dtl a.menu {
  padding-left: 24px;
  font-size: 13px;
}
.qx-menu__menu .menu__dtl a.menu:before {
  content: none;
}

/* Footer
//------------------------------------------------------------------------------ */
.qx-foot {
  padding: 16px 36px;
  box-sizing: border-box;
  height: 112px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 100%;
}
.qx-foot:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin-left: -40px;
  background-color: #fff;
  min-width: calc(100% + 80px);
  width: calc(100vw - 10px);
  z-index: -1;
}
.qx-foot:after {
  border-top: 1px solid #cdcdcd;
}
.qx-wrap[data-bg=white] .qx-foot:after {
  left: 0;
  width: calc(100vw - 260px);
}

.qx-wrap[data-bg=white] .qx-inr--wide .qx-foot:after {
  width: calc(100vw - 80px);
}

.qx-foot a {
  font-weight: 500;
  color: #757575;
}
.qx-foot__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.qx-foot__logo {
  margin: 2px 12px 0 0;
}
.qx-foot__logo img {
  opacity: 0.8;
  filter: invert(65%) brightness(100%) grayscale(1);
}
.qx-foot__info {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aeaeae;
}
.qx-foot__info li {
  line-height: 21px;
}
.qx-foot__info li:before {
  margin: 0 8px;
  height: 12px;
}
.qx-foot__info li a {
  margin-left: 8px;
}
.qx-foot__list {
  display: flex;
  align-items: center;
  width: 100%;
}
.qx-foot__list li:before {
  display: inline-block;
  vertical-align: text-top;
  border-left: 1px solid #cdcdcd;
  margin: 0 10px;
  height: 16px;
  content: "";
}
.qx-foot__list li:first-of-type:before {
  content: none;
}
.qx-foot__top {
  margin-bottom: 15px;
  font-size: 13px;
}

.qfs-wrap footer.qx-inr {
  border-top: 1px solid #666;
  background-color: #fff;
}
.qfs-wrap .qx-foot {
  margin: 0 auto;
  padding: 10px 0 16px;
  width: 1280px;
}
.qfs-wrap .qx-foot:after {
  content: none;
}

/* Notification
//------------------------------------------------------------------------------ */
.qx-notify {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  transition: cubic-bezier(0.42, 0, 0.92, 1.01) 0.3s;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 15px;
  color: #757575;
}
.qx-notify :is(h2, em) {
  color: #353535;
  font-weight: 500;
}
.qx-notify.on {
  width: 400px;
  height: 100vh;
  opacity: 1;
  overflow: unset;
}
.qx-notify:before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10;
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  content: "";
}
.qx-notify__btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 40px;
}
.qx-notify__btn .btn {
  padding: 0;
  background: url("../img/layout/ic_message.png") 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: transparent;
  filter: grayscale(1) brightness(112%);
}
.qx-notify__btn .badge {
  display: none;
  position: absolute;
  top: 6px;
  left: 3px;
  z-index: 2;
  padding: 0 3px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background-color: #d90000;
  min-width: 22px;
  max-width: 27px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.qx-notify__btn.btn__unread .badge {
  display: block;
}
.qx-notify__btn.btn__unread .btn {
  background-size: 35px;
  background-position: calc(100% + 4px) calc(100% + 2px);
  filter: none;
}
.qx-notify__cls {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  background: #fff;
  width: 24px;
  height: 24px;
  overflow: hidden;
  color: transparent;
}
.qx-notify__cls:before, .qx-notify__cls:after, .qx-notify__msg .msg__remove:before, .qx-notify__msg .msg__remove:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-right: 2px solid #757575;
  height: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
.qx-notify__cls:after, .qx-notify__msg .msg__remove:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.qx-notify__inr {
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
  width: 100%;
}
.qx-notify__hd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px;
  box-sizing: border-box;
  width: 100%;
}
.qx-notify__hd h2 {
  margin-right: auto;
  font-size: 18px;
}
.qx-notify__hd .menu {
  position: relative;
  display: flex;
}
.qx-notify__hd .menu.on .menu__list {
  z-index: 10;
  height: auto;
  overflow: unset;
  opacity: 1;
}
.qx-notify__hd .menu__btn {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url("../img/common/img_sprites.png") -166px -120px no-repeat;
  background-size: 399px;
  color: transparent;
}
.qx-notify__hd .menu__list {
  position: absolute;
  top: 28px;
  right: 0;
  z-index: -1;
  border: 1px solid #cdcdcd;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 5px;
  min-width: 235px;
  max-width: 300px;
  height: 0;
  overflow: hidden;
  transition: all 0.25s;
  opacity: 0;
}
.qx-notify__hd .menu__list a {
  display: block;
  padding: 8px 12px;
  box-sizing: border-box;
  color: #353535;
  font-size: 14px;
}
.qx-notify__hd .menu__list a:hover {
  background-color: #edeffd;
}
.qx-notify__ct {
  padding: 10px;
  box-sizing: border-box;
  background: #f4f4f4;
  height: 100%;
  overflow-y: auto;
}
.qx-notify__ft {
  display: block;
  margin: 32px 0;
  font-size: 13px;
  text-align: center;
  color: #aeaeae;
}
.qx-notify__msg {
  display: block;
  position: relative;
  padding: 16px 16px 16px 44px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fffef5;
  width: 100%;
}
.qx-notify__msg + .qx-notify__msg {
  margin-top: 10px;
}
.qx-notify__msg:before {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 14px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url("../img/common/img_sprites.png") -86px -122px no-repeat;
  background-size: 399px;
  content: "";
}
.qx-notify__msg.msg__error:before {
  background-position-x: -140px;
}
.qx-notify__msg.msg__warning:before {
  background-position-x: -113px;
}
.qx-notify__msg.msg__read {
  background-color: #fff;
}
.qx-notify__msg:hover {
  background-color: #e7eaf2;
  cursor: pointer;
}
.qx-notify__msg .msg__remove {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  background: none;
  width: 16px;
  height: 16px;
  overflow: hidden;
  color: transparent;
  font-size: 1px;
}
.qx-notify__msg .msg__remove:after, .qx-notify__msg .msg__remove:before {
  height: 16px;
}
.qx-notify__msg em {
  display: block;
  width: calc(100% - 26px);
  font-size: 16px;
}
.qx-notify__msg p {
  margin: 12px 0;
}
.qx-notify__msg i {
  font-size: 13px;
  font-style: initial;
  color: #aeaeae;
}

.qx-notify__flx {
  display: flex;
  margin-top: 24px;
}
.qx-notify__flx li {
  flex: 1;
  padding: 8px;
  border-radius: 8px;
  background-color: #fbf9ff;
}
.qx-notify__flx li + li {
  margin-left: 20px;
}
.qx-notify__flx li i {
  font-size: 16px;
  color: #444;
  font-weight: bold;
  font-style: initial;
}
.qx-notify__flx li p {
  margin: 8px 0 12px;
  font-size: 20px;
  color: #121361;
  font-weight: bold;
}
.qx-notify__flx li p img {
  display: inline-block;
  vertical-align: text-top;
}
.qx-notify__flx li > img {
  display: block;
  margin: 0 auto;
}

.qx-layer--notify .qx-layer__inr {
  position: fixed;
  top: 16px;
  left: 98px;
}
.qx-layer--notify .qx-frame {
  position: relative;
}
.qx-layer--notify .qx-frame:before {
  position: absolute;
  top: 0;
  left: 20px;
  margin-top: -15px;
  border: solid transparent;
  border-width: 0 8px 16px;
  border-bottom-color: #121361;
  content: "";
}
.qx-layer--notify .qx-frame__hd {
  background-color: #121361;
}
.qx-layer--notify .qx-frame__hd h1 {
  font-size: 20px;
}
.qx-layer--notify .qx-cont__sc + .qx-cont__flx {
  margin-top: 24px;
}
.qx-layer--notify .qx-cont__dtl + .qx-cont__dtl {
  margin-left: 20px;
}

.qx-alert--notify.qx-alert {
  border-radius: 2px;
  background: #444;
  width: 380px;
}
.qx-alert--warning.qx-alert--notify:before {
  content: none;
}
.qx-alert--warning.qx-alert--notify .qx-alert__inner {
  margin-left: 40px;
}
.qx-alert--warning.qx-alert--notify .qx-alert__inner > i {
  margin-left: -40px;
}
.qx-alert--warning.qx-alert--notify p {
  margin: 0px 0 -10px -40px;
  padding: 0 0 10px 40px;
  box-sizing: border-box;
  background-size: 32px;
  background-position-y: 0;
}

.qx-alert--notify .qx-alert__inner {
  position: relative;
  padding: 12px 20px 20px;
}
.qx-alert--notify .qx-alert__inner i {
  display: block;
  font-style: initial;
}
.qx-alert--notify .qx-alert__inner > i {
  margin-bottom: 16px;
  font-size: 13px;
}
.qx-alert--notify .qx-alert__inner > i img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}
.qx-alert--notify .qx-alert__inner em {
  font-size: 15px;
  line-height: 1.5;
}
.qx-alert--notify .qx-alert__inner .dsc {
  margin-top: 10px;
  font-size: 13px;
  color: #ccc;
}
.qx-alert--notify .qx-alert__inner .dsc i {
  margin-top: 8px;
  font-size: 0.87em;
}
.qx-alert--notify .qx-alert__button.button__api {
  position: relative;
  margin-top: 12px;
  padding: 48px 0 17px;
  box-sizing: border-box;
  background: url("../img/common/ic_menu_setting.png") 50% 12px no-repeat;
  background-color: #5b5b5b;
  width: 100%;
  color: #ccc;
  font-size: 13px;
  text-align: center;
}
.qx-alert--notify .qx-alert__close {
  position: absolute;
  top: 10px;
  right: 12px;
  display: block;
  margin: 0;
  padding-top: 12px;
  box-sizing: border-box;
  background: none;
  width: 12px;
  height: 12px;
  overflow: hidden;
  color: transparent;
}
.qx-alert--notify .qx-alert__close:before, .qx-alert--notify .qx-alert__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ccc;
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
.qx-alert--notify .qx-alert__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
