/* BASIC css start */
/* ±âº» ¸®¼Â */
#header, .header, .floating, .quick, .side, #quick, #float, #talk .r_menu{
  z-index: 10 !important;
  position: relative !important;
}
#bestPrd_ombs .bx-wrapper .bx-controls-direction {
  z-index: 1 !important;
}


html,
body {
  width: 100%;
  height: 100%;
}
/* ¿À¹ö·¹ÀÌ ¹è°æ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999 !important;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  isolation: isolate;
  backface-visibility: hidden;
  cursor: pointer; /* ¶Ç´Â cursor: default; */
}
/* ÆË¾÷ ÄÁÅ×ÀÌ³Ê */
#specialEvt {
  width: 410px;
  background: white;
  border-radius: 30px;
  overflow: hidden;
  z-index: 100000000 !important;
}
/* ÄÁÅÙÃ÷ ¿µ¿ª */
.cont-pop {
  width: 100%;
}
.cont-pop .cont {
  width: 100%;
  height: 350px;
  background: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-pop .cont img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.cont-pop .cont a {
  display: block;
  width: 100%;
  height: 100%;
}
/* ÇÏ´Ü ¹öÆ° ¿µ¿ª */
.close-wrap {
  width: 100%;
  display: flex;
}
.close-wrap .close {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Ã¼Å©¹Ú½º ¶óº§ ¿µ¿ª */
.close-wrap .close label {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 14px;
  color: black;
  font-weight: 400;
  border-bottom-left-radius: 30px;
  padding: 0 10px;
}
.close-wrap .close label:hover {
  background: #f5f5f5;
}
/* Ã¼Å©¹Ú½º Ä¿½ºÅÒ ½ºÅ¸ÀÏ */
.close-wrap .close input[type="checkbox"] {
  width: 10.8px;
  height: 10.8px;
  outline: 1.2px black solid;
  outline-offset: -0.6px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: white;
  flex-shrink: 0;
  display: none;
}
.close-wrap .close input[type="checkbox"]:checked {
  background: black;
}
/* ´Ý±â ¹öÆ° ¿µ¿ª */
.close-wrap .close .btn-close {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: background 0.2s;
  border-left: 1px solid #E5E5E5;
  border-bottom-right-radius: 30px;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 400;
}
.close-wrap .close .btn-close:hover {
  background: #f5f5f5;
}
.close-wrap .close .btn-close img {
  display: none;
}

/* BASIC css end */

