@import url("https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400&display=swap");
@font-face {
  font-family: "paybooc-Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "paybooc-Medium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "paybooc-Light";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-5Medium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GangwonEduPowerExtraBoldA";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBoldLight";
  font-style: normal;
  src: url("../fonts/GmarketSansLight.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  src: url("../fonts/GmarketSansMedium.woff") format("woff");
}
@font-face {
  font-family: "GmarketSansBold";
  font-style: normal;
  src: url("../fonts/GmarketSansBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url("../../public/fonts/NotoSansKR-Regular.otf") format("opentype");
}
.nanumbrushscript * {
  font-family: "Nanum Brush Script", cursive;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1;
  outline: 0px;
  /*outline: 1px solid black;*/
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li, ol li {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

a {
  text-decoration: none;
  color: black;
}

a:focus, button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
}

.wrap {
  margin: 0px auto;
  width: 1200px;
}

.pc {
  display: inherit !important;
}

.mobile {
  display: none !important;
}

.moimg {
  display: none;
}

.submoimg800 {
  display: none;
}

.submoimg500 {
  display: none;
}

.flexBox {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

table {
  border-collapse: collapse;
}

caption {
  display: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=image],
input[type=tel],
input[type=submit],
button,
select,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button {
  background: none;
  border: 0;
}

@media (max-width: 991px) {
  .wrap {
    width: 100%;
    padding: 0px 15px;
  }
  .pc {
    display: none !important;
  }
  .mobile {
    display: inherit !important;
  }
}
@media (max-width: 767px) {
  .subpcimg {
    display: none;
  }
  .submoimg800 {
    display: block;
  }
  .submoimg500 {
    display: none;
  }
}
@media (max-width: 575px) {
  .pcimg {
    display: none;
  }
  .moimg {
    display: block;
  }
  .subMoImg800 {
    display: none;
  }
  .subMoImg500 {
    display: block;
  }
}
html {
  font-family: "GmarketSans";
}

header {
  position: sticky;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
}
header .logo {
  display: inline-block;
  padding: 10px 0px;
}
@media (min-width: 1200px) {
  header .logo {
    width: 350px;
  }
}
header.on {
  z-index: 20;
}
header .site {
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  text-align: left;
}
header .site a {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .site a:last-child {
  margin-left: 10px;
}
header .site a img {
  width: 20px;
}
header .site a b {
  padding: 0px 15px;
}
header .site a i {
  color: #ddd;
}
header .menu.pc {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #91ced5;
}
header .menu.pc ul {
  display: flex;
}
header .menu.pc ul li {
  flex: 1;
  position: relative;
}
header .menu.pc ul li:hover > a {
  background-color: #91ced5;
  color: #fff;
}
header .menu.pc ul li > a {
  display: block;
  width: 100%;
  line-height: 80px;
  font-size: 16px;
  font-weight: bold;
}
header .menu.pc ul li ol {
  display: none;
}
header .menu.pc ul li.on > a {
  background-color: #91ced5;
  color: #fff;
}
header .menu.pc .sub {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
header .menu.pc .sub ol {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
}
header .menu.pc .sub ol li a {
  display: block;
  padding-right: 1rem;
  padding-left: 1rem;
  line-height: 80px;
  color: #6d6e6d;
  color: #6d6e6d;
  font-weight: bold;
  font-size: 14px;
}
header .menu.pc .sub ol li a:hover {
  color: #91ced5;
}
header .menu.pc .sub.on {
  display: block;
}
header .menu.mobile .button i {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  z-index: 101;
  transition: transform 0.3s;
}
header .menu.mobile .button.show i {
  transform: rotate(90deg);
}
header .menu.mobile .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3333333333);
  z-index: -10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
header .menu.mobile .bg.show {
  visibility: visible;
  z-index: 10;
  opacity: 1;
}
header .menu.mobile .menuBox {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0px;
  width: 250px;
  height: 100vh;
  overflow-y: auto;
  padding: 80px 0;
  background-color: #fff;
  max-width: 0px;
  transition: max-width 0.3s;
}
header .menu.mobile .menuBox ul {
  position: relative;
  text-align: center;
  width: 100%;
}
header .menu.mobile .menuBox ul > li {
  width: 100%;
  position: relative;
  padding-bottom: 15px;
}
header .menu.mobile .menuBox ul > li > a {
  display: block;
  font-size: 22px;
  cursor: pointer;
  white-space: nowrap;
  font-family: "GmarketSans";
  line-height: 1.5;
}
header .menu.mobile .menuBox ul > li ol {
  display: none;
}
header .menu.mobile .menuBox ul > li ol li {
  color: #6d6e6d;
  display: block;
  background-color: #f1f1f1;
}
header .menu.mobile .menuBox ul > li ol li a {
  display: block;
  font-size: 16px;
  transition: background 0.5s;
  white-space: nowrap;
  line-height: 40px;
}
header .menu.mobile .menuBox ul > li ol li a:hover {
  background-color: #ddd;
}
header .menu.mobile .menuBox ul > li ol.show, header .menu.mobile .menuBox ul > li ol.active {
  display: block;
}
header .menu.mobile .menuBox.show {
  max-width: 250px;
}

footer {
  background-color: #2e2e2e;
  padding: 50px 0px 100px;
}
footer div > a img {
  width: 300px;
}
footer div p {
  color: #fff;
}
footer .fixedSns {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 11;
}
footer .fixedSns ul {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 15px 0px;
  border-top: 3px solid #91ced5;
}
footer .fixedSns ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0px 15px;
  font-family: "S-CoreDream-5Medium";
  font-weight: bold;
}
footer .fixedSns ul li a img {
  width: 30px;
  margin-bottom: 15px;
}
footer .fixedSns ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
footer .fixedSns .top {
  text-align: center;
  background-color: #91ced5;
  color: #fff;
  padding: 5px 0px;
  cursor: pointer;
}
footer .fixedSns .top i {
  margin-right: 5px;
}
footer .tel {
  position: fixed;
  bottom: 30px;
  right: 15px;
  background-color: #91ced5;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}
footer .tel img {
  width: 40px;
}
footer .wrap > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}
footer .wrap > div p {
  margin-top: 15px;
  line-height: 1.2;
}
footer .wrap > div p .br {
  display: none;
}
footer .wrap > div .sns li a {
  padding: 0px 5px;
}

.loction .content {
  background-color: #fbfbfb;
  width: 100%;
  padding: 50px 0px;
}
.loction .content ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.loction .content ul li {
  text-align: center;
}
.loction .content ul li h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.loction .content ul li p {
  font-size: 20px;
  line-height: 1.4;
  font-family: "GmarketSans";
}
.loction .content ul li p span {
  font-size: 20px;
  font-family: "S-CoreDream-5Medium";
  font-weight: bold;
  color: #91ced5;
  line-height: 1.4;
  margin-top: 5px;
  display: inline-block;
}
.loction .content ul li p span.lunchTime {
  font-size: 18px;
  font-family: "GmarketSans";
}
.loction .kakaoMap {
  width: 100%;
  height: 350px;
}
.loction .loctionDetail {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
  font-size: 30px;
  font-family: "GmarketSans";
}
.loction .loctionDetail i {
  font-size: 30px;
  margin-right: 20px;
  color: #91ced5;
}

.brand {
  background-color: #f3f3f3;
  padding: 40px 0px;
}
.brand .brandSlide .swiper-wrapper {
  align-items: center;
}
.brand .brandSlide .slide {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav.nav-tabs.nav-pills {
  border-bottom: none;
}
.nav.nav-tabs.nav-pills .nav-item .nav-link {
  outline: none !important;
  border-radius: 0;
  border-color: #d5d5d5;
}
.nav.nav-tabs.nav-pills .nav-item .nav-link:hover, .nav.nav-tabs.nav-pills .nav-item .nav-link.active {
  border-color: #91ced5;
}
.nav.nav-tabs.nav-pills .nav-item .nav-link:hover {
  color: #91ced5;
}
.nav.nav-tabs.nav-pills .nav-item .nav-link.active {
  background-color: #91ced5;
  color: #fff;
}
.nav.nav-tabs.nav-pills .nav-item + .nav-item {
  margin-left: -1px;
}
.nav.nav-tabs.nav-pills .show > .nav-link {
  background-color: #91ced5;
  color: #fff;
}

.modal .modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.modal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
  padding: 0;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.modal .modal-header .close::before, .modal .modal-header .close::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  top: 15px;
  background-color: #000;
  transition: all 0.2s, translate 0.2s;
}
.modal .modal-header .close::before {
  transform: rotate(45deg);
}
.modal .modal-header .close::after {
  transform: rotate(-45deg);
}
.modal .modal-header .close.text-wh::before, .modal .modal-header .close.text-wh::after {
  background-color: color(wh);
}
.modal .modal-xl {
  max-width: 1200px;
}
.modal .modal-lg {
  max-width: 900px;
}
.modal .modal-md {
  max-width: 600px;
}
.modal .modal-sm {
  max-width: 320px;
}
.modal#alert_modal {
  text-align: center;
}
.modal#alert_modal .modal-content {
  overflow: hidden;
}
.modal#alert_modal .modal-body .m-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  font-size: 1rem;
}
.modal#alert_modal .modal-footer {
  display: block;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
.modal#alert_modal .modal-footer > .btn-group {
  margin: 0;
  display: flex;
}
.modal .m-content .popup {
  width: 100%;
  padding: 1.5rem 0;
}

.dropdown > .btn {
  border-color: #ccc;
}
.dropdown hr {
  border-color: #e9e9e9;
}
.dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown .dropdown-toggle::after {
  content: "\f107";
  font-family: "FontAwesome";
  border: none;
  margin: 0 0 0 auto;
  padding: 0;
  transition: all 0.3s;
}
.dropdown .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.dropdown .dropdown-menu {
  min-width: auto;
  max-width: 110px;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 3px 12px;
  font-weight: 400;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:focus {
  font-weight: 400;
  background-color: transparent;
  color: #000;
}
.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #63b9c3 !important;
  color: #fff;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f9f9f9;
}

.subNav {
  border-bottom: 1px solid #d5d5d5;
}
.subNav ul.nav-tabs {
  display: flex;
}
.subNav ul li {
  position: relative;
  flex: 1;
  text-align: center;
}
.subNav ul li a {
  display: block;
  padding: 14px 0;
  font-family: "S-CoreDream-5Medium";
  font-size: 16px;
}
.subNav ul li.on, .subNav ul li.active {
  background-color: #91ced5;
}
.subNav .dropdown {
  position: relative;
}
.subNav .dropdown .dropdown-toggle {
  padding: 12px 15px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .subNav .dropdown .dropdown-toggle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .subNav .dropdown .dropdown-toggle {
    font-size: 13px;
  }
}
.subNav .dropdown .dropdown-menu {
  width: 100%;
  max-width: none;
  transform: none !important;
  left: 0;
  top: 100% !important;
  margin: 0;
}
.subNav .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 15px;
}
@media (max-width: 575px) {
  .subNav .dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
  }
}
.subNav .dropdown + .dropdown {
  border-left: solid 1px #d5d5d5;
}

.bg-skin {
  background-color: #91ced5;
}

.text-wh {
  color: #fff;
}

@media (max-width: 991px) {
  header {
    text-align: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
  }
  header .site {
    display: none;
  }
  footer {
    text-align: center;
    padding: 50px 0px 50px;
  }
  footer .wrap > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .wrap > div .logo img {
    width: 300px;
  }
  footer .wrap > div p span {
    display: none;
  }
  footer .wrap > div p .br {
    display: block;
  }
  footer .wrap > div .sns {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  header .logo img {
    width: 200px;
  }
  footer {
    padding: 50px 0px 100px;
  }
  footer .fixedSns {
    display: none;
  }
  .loction .content ul {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .loction .content ul li {
    padding: 0 30px;
  }
  .loction .content ul li:nth-child(2) {
    background-color: #fff;
    padding: 10px 0px;
  }
  .loction .content .loctionDetail {
    font-size: 20px;
  }
  .loction .content .loctionDetail i {
    font-size: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .loction .content ul {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .loction .content ul li p {
    font-size: 16px;
  }
  .loction .content ul li p span.lunchTime {
    font-size: 16px;
  }
}