@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Single+Day&display=swap');
@font-face {
  font-family: 'HSYuji-Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/HSYuji-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@import url('/theme/basic/css/loader.css');

/* IE 11 은 var 지원 안함... */
:root {

  --font-size: 62.5%;
  --color-main: #1376b5;
  --color-main-dark: #6d9692;
  --color-gray: #a2a2a2;
  --color-gray-light: #f5f7f6;
  --color-gray-bold: #ededed;
  --color-red: #ce2d2d;
  --color-blue: #039be5;
  --color-warning: #f57c00;
  --color-white: #fff;
  --color-opacity: 0.5;
  --width-full: 1300px;
  --height-full: 100%;
  --border-radius: 8px;
  --border-size: 3px;
  --padding-default: 8px;
  --margin-size: 5px;

}


@font-face {
  font-family: 'twayfly';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_tway@1.0/twayfly.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Recipekorea';
  src: url('/theme/basic/css/wfont/Recipekorea.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[v-cloak] > * {
  visibility: hidden;
}

a { text-decoration: none; }
a:hover { text-decoration: none; }

.font-active { color: #1376b5; }
.font-active2 { color: #8fcaef; }
.font-red { color: #ce2d2d; }
.font-warning { color: #f57c00; }
.font-blue { color: #039be5; }
.font-gray { color: #a2a2a2; }
.font-info { color: #003B4A; }
.font-black { color: #3a3a3a; }
.font-through { text-decoration: line-through; }
.font-base { font-family: 'twayfly'; }

.text-center { text-align: center; }

.d-abs { display: absolute; }
.d-flex { display: flex; }

.m-center { margin: 0 auto; }
.t-center { text-align: center; }

.w-full { width: 1320px; }
.s-full { width: 1000px; }
.h-full { height: 100%; }

.bg-main-dark { background-color: #6d9692; }
.bg-gray-light { background-color: #f5f7f6; }

.box-border {
  border: 3px solid #dce4e3;
  border-radius: 8px;
  padding: 10px;
}

.box-margin { margin: 0 5px; }
.box-padding { padding: 15px; }

.fixed-bottom { width: 100%; position: fixed; bottom: 0; }

.container-flex { display: flex; flex-wrap: wrap; }

.flex-row { flex-direction: row; }
.flex-column { flex-direction: column; }
.flex-no-wrap { flex-wrap: nowrap; }

.align-start { align-items: flex-start; }
.align-center { align-items: center; }

.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }

.flex-basis-full { flex: 1 }



.container-box { padding: 10px 0; position: relative; }
.container-box-title {
  margin: 5px 15px;
  padding: 10px 0;
  font-family: 'twayfly';
  font-size: 20px;
  color: #003B4A;
  border-bottom: 2px solid #1376b5;
}

.container-header {
  color: #888;
  padding: 0 8px;
}

.container-tabs { font-family: 'twayfly'; }
.container-tabs .container-tabs-header { font-size: 14px; background-color: #dce4e3; }
.container-tabs .container-tabs-header > span.active { background-color: #1376b5; color: #fafafa; }
.container-tabs .container-tabs-header > span { padding: 16px 24px; cursor: pointer; }
.container-tabs .container-tabs-header > span:not(:last-child) { margin-right: 5px; }

.container-tabs .container-tabs-body {
  margin: 16px 0;
  overflow: auto;
  font-size: 12px;
}

.container-tabs .container-tabs-body .provision-text * {
  font-family: 'twayfly';
  font-size: 13px;
  line-height: 1.6em;
}

.search-filter span {
  display: flex;
  align-items: center;
}

.search-filter span:not(:last-child) {
  padding-right: 10px;
}

.search-filter span label {
  padding-left: 5px;
}

.search-filter span input + label {
  cursor: pointer;
}

#infinite-loader {
  padding: .8rem 0;
  text-align: center;
}

#header {
  width: 100%;
  height: 90px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

#header.nfixed {
  background-color: rgba(0,0,0,0.8);
}

#header a { color: #fff; }

#header .logo-wrapper {
  font-size: 24px;
  font-weight: bold;
  width: 300px;
  height: 100%;
  position: relative;
}

#header .logo {
  width: 150px;
  height: 50px;
  border: 1px solid #1376b5;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(-8%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .logo a img {
  width: 100%;
}

#header .nav-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#header .nav-wrapper .header-with-search-box {
  flex: .5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

#header .nav-wrapper .header-feature {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

#header .nav-wrapper .header-feature a {
  flex: 0 0 80px;
  text-align: right;
  padding: 5px;
  color: #dadada;
  transition: all .5s ease;
}


#header .nav-wrapper .header-feature a:hover {
  color: #fff;
  transition: all .5s ease;
}


#header .nav-wrapper .header-with-search-box .header-search-box .input-wrapper {
  /* background-color: rgba(0,0,0,0.6); */
  color: #fff;
  font-size: 1.4rem;
  border: none;
  width: 18rem;
  height: 25rem;
  position: relative;
  border-radius: 5px;
  margin-left: 80px;
}

#header .nav-wrapper .header-with-search-box .header-search-box .input-wrapper input {
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 25px 5px 5px;
}

#header .nav-wrapper .header-with-search-box .header-search-box .input-wrapper button {
  position: absolute;
  /* top: 65%;
  right: 5px; */
  width: 20px;
  transform: translateY(-65%);
  border: none;
  background-color: transparent;
  color: rgba(255,255,255,0.5);
  text-align: center;
  margin-top: 24px;
  right: 10px;
}

#header .nav-wrapper nav {
  /* font-family: 'twayfly'; */
  font-family: 'Nanum Gothic';
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  /* font-weight: bold; */
}

#header .nav-wrapper nav a {
  flex: 1;
  margin: .5rem;
  text-align: center;
  color: #fff;
  transition: all 0.5s ease;
}

#header .nav-wrapper nav a:nth-child(1) b {
  /* color: #ff0000; */
  font-size: 20px;
  font-family: 'HSYuji-Regular';
  /* -webkit-text-stroke: 1px #fff; */
  /* text-shadow: 0 10px 20px rgba(255, 255, 255, 0.2), 0 6px 6px rgba(255, 255, 255, 0.3); */
}

#header .nav-wrapper nav a:nth-child(3) {
  flex: .6;
}


#header .nav-wrapper nav a:hover {
  color: #c5c5c5;
  transition: all 0.5s ease;
}

#footer {
  background-color: #f5f7f6;
  font-size: 14px;
}

#footer .footer-wrapper {
  padding-bottom: 8px;
}

#footer .footer-wrapper .font-gray {
  color: #666;
  font-size: .85em;
}

#footer .footer-wrapper .footer-link {
  height: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  padding: 0 50px;
}

#footer .footer-wrapper .footer-link a {
  color: #666;
}

#footer .footer-wrapper p:not(.footer-link) {
  height: 30px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .footer-wrapper p span {
  padding: 0 0.8rem;
}

#footer .footer-copyright {
  background-color: #ededed;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-wrapper {
  z-index: 999;
  position: absolute;
  margin-left: calc(50% - 650px);
}

.header-bk-line {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #bbbbbb;
  position: absolute;
  left: 0px;
  top: 30%;
  z-index: 1;
}


.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}


.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.arrow .line {
  width: 70px;
  background: #1376b5;
  height: 2px;
}

.arrow .point {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #1376b5;
}

.input-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0;
}

.input-group label { flex: .4; color: #a5a5a5; }
.input-group .input-select,
.input-group .input-text { flex: 1 }
.input-group .input-text { text-align: center; margin: 5px 0; }

.input-group input[type=text]::placeholder,
.input-group input[type=tel]::placeholder,
.input-group input[type=password]::placeholder { color: #dedede; }

.input-group input[type=text].input-text,
.input-group input[type=tel].input-text,
.input-group input[type=password].input-text {
  border: 1px solid #dce4e3;
  color: #3a3a3a;
  padding: 5px 8px;
  outline: none;
}

.biz-select {
  width: 100%;
  position: relative;
  font-family: 'twayfly';
  font-size: 1rem;
  outline: none;
  line-height: 1.3em;
  z-index: 2;
}

.biz-select .biz-selected {
  background-color: #fff;
  border: 1px solid #dce4e3;
  color: #3a3a3a;
  padding: 5px 8px;
  cursor: pointer;
  user-select: none;
}

.biz-select .biz-selected.open {
  border: 1px solid #dce4e3;
}

.biz-select .biz-selected.open:after {
  position: absolute;
  content: "";
  top: 3px;
  right: 10px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: transparent transparent #1376b5 transparent;
}

.biz-select .biz-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #1376b5 transparent transparent transparent;
}

.biz-select .biz-select-items {
  color: #3a3a3a;
  overflow: hidden;
  border-right: 1px solid #dce4e3;
  border-left: 1px solid #dce4e3;
  border-bottom: 1px solid #dce4e3;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
}

.biz-select .biz-select-items div {
  color: #3a3a3a;
  cursor: pointer;
  user-select: none;
  padding: 5px 8px;
}

.biz-select .biz-select-items div.selected {
  background-color: #4DCDBF !important;
  color: #f8f8f8 !important;
}

.biz-select .biz-select-items div:hover {
  background-color: #e0fffc;
  color: #3a3a3a;
}

.biz-select .biz-select-hide {
  display: none;
}

.btn {
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'twayfly';
  font-size: 13px;
  outline: none;
}

.btn.btn-active { background-color: #1376b5; color: #fff; }
.btn.btn-basket { border: 1px solid #1376b5; background-color: #fff; color: #3a3a3a; }
.btn.btn-order { background-color: #003B4A; color: #fff; }


.arrow-left {
  border: 12px solid transparent;
  border-color: transparent #003B4A transparent transparent;
  cursor: pointer;
}
.arrow-right {
  border: 12px solid transparent;
  border-color: transparent transparent transparent #003B4A;
  cursor: pointer;
}

#receipt {
  width: 350px;
  left: 5%;
  transform: translateX(-5%);
  border-radius: 8px;
  box-shadow: 1px 2px 6px rgba(0,0,0,0.6);
  z-index: 5;
  background-color: #fff;
}


.provision-text {
  font-size: 14px;
  font-family: 'twayfly';
  line-height: 1.6em;
}


.skeleton-box {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
  content: "";
}
@-webkit-keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}


.text-import {
  position: relative;
}

.text-import .text-import-item {
  position: absolute;
  top: -36px;
  left: 41px;

  font-weight: 600;
  transform: rotate(-15deg);
  overflow: hidden;
  font-family: 'HSYuji-Regular', cursive;
  font-size: 1.1em;
  color: #ff4336;
}



.text-import .anchor-wrapper {
  position: absolute;
  top: -33px;
  left: 37px;
  font-size: 3em;
  font-weight: 400;
  color: #ff4336;
  transform: rotate(5deg);

}
