/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper {
  width: 100%;
  max-width: 428px;
  /*largest mobile*/
  height: 100vh;
  margin: 0 auto;
  position: relative;
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 428px;
  transform: translateX(-50%);
  padding: 4.6728971963vw 20px 1.1682242991vw;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}
@media screen and (min-width: 428px) {
  header {
    padding: 20px 20px 5px;
  }
}
header .top-nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 0 14px;
}
header .top-nav ul img {
  width: 5.6074766355vw;
  max-width: 24px;
  height: auto;
}
header .tabs {
  width: 100%;
  padding-top: 4.6728971963vw;
  display: flex;
  gap: 0 5.8411214953vw;
}
@media screen and (min-width: 428px) {
  header .tabs {
    padding-top: 20px;
    gap: 0 25px;
  }
}
header .tabs > div {
  color: #d9d9d9;
  padding-bottom: 3.5046728972vw;
  font-weight: 600;
  font-size: 3.2710280374vw;
}
@media screen and (min-width: 428px) {
  header .tabs > div {
    padding-bottom: 15px;
    font-size: 14px;
  }
}
header .tabs > div.active {
  color: #000000;
  border-bottom: 2px solid black;
}
header h1 {
  margin: 0;
  font-weight: 600;
  font-size: 5.1401869159vw;
}
@media screen and (min-width: 428px) {
  header h1 {
    font-size: 22px;
  }
}
header h1 span,
header h1 a {
  margin-right: 7px;
}
header h1 a {
  text-decoration: none;
  color: inherit;
  padding-right: 10px;
}

.tab-content {
  position: relative;
}
.tab-content:not(:first-child) {
  display: none;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 428px;
}

img.bottom-nav {
  height: auto;
}

.bottom-nav {
  background-color: #f9f9fa;
  width: 100%;
  max-width: 428px;
  transform: translateX(-50%);
  height: 14.0186915888vw;
  max-height: 60px;
  position: fixed;
  bottom: -1px;
  left: 50%;
  z-index: 9999;
}
.bottom-nav ul {
  display: flex;
  justify-content: space-around;
  height: 100%;
}
.bottom-nav ul li {
  flex-basis: 100%;
  text-align: center;
  display: flex;
}
.bottom-nav ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
}

.clickable {
  position: relative;
}
.clickable:after {
  content: "";
  background-color: red;
  opacity: 0.2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
}

.clickable.small:after {
  width: 6px;
  height: 6px;
  opacity: 0.6;
  top: 0;
  right: -10px;
  left: auto;
  transform: none;
  animation: none;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }
  70% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.back {
  position: absolute;
  top: 2.3364485981vw;
  left: 0;
  width: 14.0186915888vw;
  height: 9.3457943925vw;
  z-index: 11;
}
@media screen and (min-width: 428px) {
  .back {
    width: 60px;
    height: 40px;
    top: 10px;
  }
}

.modal {
  display: none;
}

.modal-container {
  display: flex;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-container .content {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  width: 80%;
  max-width: 300px;
  padding-bottom: 20px;
}
.modal-container .content .buttons {
  display: flex;
  justify-content: center;
  gap: 0 7px;
}
.modal-container .content .buttons > div {
  flex-grow: 0;
  width: 42%;
}

#kakaogift header {
  border-bottom: 1px solid #eff0f1;
  padding-bottom: 0;
}
#kakaogift .tabs > div.active {
  border-color: #fcde11;
}

.swiper {
  width: 100%;
  max-width: 428px;
  height: 100%;
}
.swiper .swiper-slide {
  width: 66%;
}

.toad {
  position: absolute;
  top: 15.1869158879vw;
  left: 0;
  width: 100%;
  max-width: 428px;
  height: 22.1962616822vw;
}
@media screen and (min-width: 428px) {
  .toad {
    top: 65px;
    height: 95px;
  }
}

.bizboard-carousel-view {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 428px;
  top: 15.1869158879vw;
}
@media screen and (min-width: 428px) {
  .bizboard-carousel-view {
    top: 65px;
  }
}
.bizboard-carousel-view .swiper .swiper-slide {
  width: 100%;
}
.bizboard-carousel-view .close {
  width: 20px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}

.friends-view {
  position: relative;
}
.friends-view .tochannel {
  width: 95%;
  height: 11.6822429907vw;
  max-height: 50px;
  position: absolute;
  top: 212.6168224299vw;
  left: 0;
}
@media screen and (min-width: 428px) {
  .friends-view .tochannel {
    top: 910px;
  }
}
.friends-view .toburberry {
  position: absolute;
  top: 15.1869158879vw;
  left: 0;
  width: 100%;
  max-width: 428px;
  height: 22.1962616822vw;
}
@media screen and (min-width: 428px) {
  .friends-view .toburberry {
    top: 65px;
    height: 95px;
  }
}

.search-view {
  display: none;
  position: relative;
}
.search-view .bizboard {
  position: absolute;
  top: 82.9439252336vw;
  left: 0;
  width: 95%;
  height: 22.1962616822vw;
}
@media screen and (min-width: 428px) {
  .search-view .bizboard {
    top: 355px;
    height: 95px;
  }
}
.search-view .input {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 428px;
  font-size: 3.738317757vw;
}
@media screen and (min-width: 428px) {
  .search-view .input {
    font-size: 16px;
  }
}
.search-view .input .search-input {
  width: 68%;
  position: absolute;
  top: 4.6728971963vw;
  left: 4.6728971963vw;
  height: 8.1775700935vw;
  background-color: #ebebeb;
  border: none;
  z-index: 10;
}
@media screen and (min-width: 428px) {
  .search-view .input .search-input {
    top: 20px;
    left: 20px;
    height: 35px;
  }
}
.search-view .input .search-input:focus {
  outline: none;
}
.search-view button {
  border: none;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 3.9719626168vw;
  padding: 6.5420560748vw 15px 0 0;
}
@media screen and (min-width: 428px) {
  .search-view button {
    font-size: 17px;
    padding-top: 28px;
  }
}
.search-view .result {
  display: none;
}
.search-view .view {
  position: absolute;
  width: 50%;
  height: 12.8504672897vw;
  top: 40.8878504673vw;
  left: 4.6728971963vw;
}
@media screen and (min-width: 428px) {
  .search-view .view {
    height: 55px;
    top: 175px;
    left: 20px;
  }
}
.search-view .add {
  position: absolute;
  width: 9.8130841121vw;
  height: 12.8504672897vw;
  top: 40.8878504673vw;
  right: 5.8411214953vw;
}
@media screen and (min-width: 428px) {
  .search-view .add {
    width: 42px;
    height: 55px;
    top: 175px;
    right: 25px;
  }
}

.channel-view {
  display: none;
  position: relative;
}
.channel-view .gucci {
  position: absolute;
  top: 107.476635514vw;
  height: 14.0186915888vw;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 428px) {
  .channel-view .gucci {
    top: 460px;
    height: 60px;
  }
}
.channel-view .dior {
  position: absolute;
  top: 121.4953271028vw;
  height: 14.0186915888vw;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 428px) {
  .channel-view .dior {
    top: 520px;
    height: 60px;
  }
}
.channel-view .chanel {
  position: absolute;
  top: 135.5140186916vw;
  height: 14.0186915888vw;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 428px) {
  .channel-view .chanel {
    top: 580px;
    height: 60px;
  }
}

.channel-home-view,
.gucci-home-view,
.organic-post-view {
  display: none;
  position: relative;
}
.channel-home-view .top,
.gucci-home-view .top,
.organic-post-view .top {
  position: sticky;
  top: 0;
  z-index: 9;
}
.channel-home-view .channel-post,
.gucci-home-view .channel-post,
.organic-post-view .channel-post {
  display: none;
  position: relative;
}
.channel-home-view .channel-post .todetail,
.gucci-home-view .channel-post .todetail,
.organic-post-view .channel-post .todetail {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100.4672897196vw;
  top: 53.738317757vw;
}
@media screen and (min-width: 428px) {
  .channel-home-view .channel-post .todetail,
.gucci-home-view .channel-post .todetail,
.organic-post-view .channel-post .todetail {
    height: 430px;
    top: 230px;
  }
}
.channel-home-view .tabs,
.gucci-home-view .tabs,
.organic-post-view .tabs {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 54px;
  background-color: white;
  z-index: 10;
}
.channel-home-view .tabs div,
.gucci-home-view .tabs div,
.organic-post-view .tabs div {
  width: calc(50% - 15px);
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
}
.channel-home-view .tabs div.active,
.gucci-home-view .tabs div.active,
.organic-post-view .tabs div.active {
  border-bottom: 2px solid black;
}

.gucci-home-view {
  display: block;
}

.channel-post-view {
  display: none;
  position: relative;
}

.ad-view {
  display: none;
  position: relative;
}
.ad-view .back {
  left: auto;
  right: 0;
}
.ad-view .ad {
  position: absolute;
}
.ad-view .top {
  position: fixed;
  top: 0;
}
.ad-view .bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 428px;
}

.tochat {
  position: absolute;
  top: 23.3644859813vw;
  right: 14.4859813084vw;
  width: 11.6822429907vw;
  height: 11.6822429907vw;
}
@media screen and (min-width: 428px) {
  .tochat {
    top: 100px;
    right: 62px;
    width: 50px;
    height: 50px;
  }
}

.chat-view {
  position: relative;
}
.chat-view .todm {
  position: absolute;
  left: 0;
  width: 100%;
  top: 81.7757009346vw;
  height: 14.4859813084vw;
}
@media screen and (min-width: 428px) {
  .chat-view .todm {
    top: 350px;
    height: 62px;
  }
}
.chat-view .open-chat {
  position: absolute;
  left: 0;
  width: 100%;
  top: 121.4953271028vw;
  height: 14.4859813084vw;
}
@media screen and (min-width: 428px) {
  .chat-view .open-chat {
    top: 520px;
    height: 62px;
  }
}

.dm-view,
.openchat-view {
  display: none;
  position: relative;
}

.chatbox {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 428px;
  transform: translateX(-50%);
  z-index: 10;
}

.channel-chat-view {
  position: relative;
  overflow: hidden;
}
.channel-chat-view .ad {
  position: absolute;
  left: 2.3364485981vw;
  width: 31.5420560748vw;
  top: 109.8130841121vw;
  height: 9.3457943925vw;
}
@media screen and (min-width: 428px) {
  .channel-chat-view .ad {
    top: 470px;
    height: 40px;
    left: 10px;
    width: 135px;
  }
}
.channel-chat-view .home {
  position: absolute;
  right: 1.4018691589vw;
  width: 11.6822429907vw;
  top: 14.4859813084vw;
  height: 11.6822429907vw;
}
@media screen and (min-width: 428px) {
  .channel-chat-view .home {
    top: 62px;
    height: 50px;
    right: 6px;
    width: 50px;
  }
}
.channel-chat-view .carousel {
  position: absolute;
  top: 371.4953271028vw;
  left: 0;
}
@media screen and (min-width: 428px) {
  .channel-chat-view .carousel {
    top: 1590px;
  }
}
.channel-chat-view .quick-menu {
  z-index: 10;
  width: 100%;
  max-width: 428px;
  left: 50%;
  transform: translate(-50%, 51%);
  transition: transform 250ms;
  background-color: #f5f5f5;
  border-radius: 10px 10px 0 0;
  position: fixed;
  bottom: 0;
  padding: 25px 3.5046728972vw 18.691588785vw;
  font-size: 3.2710280374vw;
}
.channel-chat-view .quick-menu.open {
  transform: translate(-50%, 0);
}
@media screen and (min-width: 428px) {
  .channel-chat-view .quick-menu {
    padding: 25px 15px 80px;
    font-size: 14px;
  }
}
.channel-chat-view .quick-menu li {
  margin-bottom: 14px;
}
.channel-chat-view .quick-menu li a {
  text-decoration: none;
  color: inherit;
}
.channel-chat-view .quick-menu .handle {
  content: "";
  background-color: #cdcdcd;
  width: 50px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.channel-ad-view,
.gaok-view {
  visibility: none;
  z-index: 99;
  position: fixed;
  bottom: -120%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 428px;
  height: 100vh;
  overflow: scroll;
  transition: bottom 500ms ease-in-out;
}
.channel-ad-view .close,
.gaok-view .close {
  position: absolute;
  left: 0;
  top: 0;
  width: 11.6822429907vw;
  height: 11.6822429907vw;
}
@media screen and (min-width: 428px) {
  .channel-ad-view .close,
.gaok-view .close {
    height: 50px;
    width: 50px;
  }
}

.view-view {
  position: relative;
}
.view-view .view-discovery .ad {
  position: absolute;
  left: 0;
  width: 100%;
  top: 42.0560747664vw;
  height: 21.0280373832vw;
}
@media screen and (min-width: 428px) {
  .view-view .view-discovery .ad {
    top: 180px;
    height: 90px;
  }
}

.ad-view {
  position: relative;
}
.ad-view .add {
  position: absolute;
  left: 3.5046728972vw;
  width: 45.5607476636vw;
  top: 170.5607476636vw;
  height: 12.8504672897vw;
}
@media screen and (min-width: 428px) {
  .ad-view .add {
    width: 195px;
    top: 730px;
    left: 15px;
    height: 55px;
  }
}

.burberry-channel-view {
  display: none;
}

.topdp {
  position: absolute;
  top: 269.3925233645vw;
  left: 3.9719626168vw;
  width: 39.0186915888vw;
  height: 39.0186915888vw;
}
@media screen and (min-width: 428px) {
  .topdp {
    top: 1153px;
    left: 17px;
    width: 167px;
    height: 167px;
  }
}

.more-view {
  position: relative;
}
.more-view .gifts {
  position: absolute;
  top: 68.9252336449vw;
  left: 7.476635514vw;
  width: 11.6822429907vw;
  height: 11.6822429907vw;
}
@media screen and (min-width: 428px) {
  .more-view .gifts {
    top: 295px;
    left: 32px;
    width: 50px;
    height: 50px;
  }
}
.more-view .received {
  position: absolute;
  top: 68.9252336449vw;
  left: 32.0093457944vw;
  width: 11.6822429907vw;
  height: 11.6822429907vw;
}
@media screen and (min-width: 428px) {
  .more-view .received {
    top: 295px;
    left: 137px;
    width: 50px;
    height: 50px;
  }
}
.more-view .findgifts {
  position: absolute;
  top: 68.9252336449vw;
  left: 56.308411215vw;
  width: 11.6822429907vw;
  height: 11.6822429907vw;
}
@media screen and (min-width: 428px) {
  .more-view .findgifts {
    top: 295px;
    left: 241px;
    width: 50px;
    height: 50px;
  }
}

.gifts-home .luxury {
  position: absolute;
  top: 72.4299065421vw;
  left: 32.7102803738vw;
  width: 14.0186915888vw;
  height: 18.691588785vw;
}
@media screen and (min-width: 428px) {
  .gifts-home .luxury {
    top: 310px;
    left: 140px;
    width: 60px;
    height: 80px;
  }
}

.gifts-luxury .tab {
  position: absolute;
  top: 64.2523364486vw;
  left: 0;
  width: 32.7102803738vw;
  height: 12.8504672897vw;
}
@media screen and (min-width: 428px) {
  .gifts-luxury .tab {
    top: 275px;
    width: 140px;
    height: 55px;
  }
}

.gifts-luxury-beauty .tab {
  position: absolute;
  top: 64.2523364486vw;
  left: 32.7102803738vw;
  width: 32.7102803738vw;
  height: 12.8504672897vw;
}
@media screen and (min-width: 428px) {
  .gifts-luxury-beauty .tab {
    left: 140px;
    top: 275px;
    width: 140px;
    height: 55px;
  }
}

.gifts-search .input-container {
  position: fixed;
  top: 25.2336448598vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 428px;
}
@media screen and (min-width: 428px) {
  .gifts-search .input-container {
    top: 108px;
  }
}
.gifts-search .input-container input {
  width: 100%;
  height: 11.214953271vw;
  z-index: 9999;
  padding: 0 20px;
  border: none;
  font-size: 3.738317757vw;
  background: white url(../assets/friends-nav-search.png) no-repeat right 10px center;
  background-size: auto 80%;
}
.gifts-search .input-container input:focus {
  outline: none;
}
@media screen and (min-width: 428px) {
  .gifts-search .input-container input {
    height: 48px;
    font-size: 16px;
  }
}
.gifts-search .result {
  display: none;
  position: relative;
}
.gifts-search .result .toguccishop {
  position: absolute;
  width: 100%;
  left: 0;
  top: 65.4205607477vw;
  height: 17.2897196262vw;
}
@media screen and (min-width: 428px) {
  .gifts-search .result .toguccishop {
    top: 280px;
    height: 74px;
  }
}

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