
/*
@import url('https://fonts.googleapis.com/css2?family=Hahmlet:wght@100;200;300;400;500;600;700;800;900&family=Kalam:wght@300;400;700&family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Gowun+Dodum&family=Petit+Formal+Script&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Nanum+Brush+Script&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	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;
}

small { font-size: small;}

.title-word {
  animation: color-animation 4s linear infinite;
}

.title-word-1 {
  --color-1: #DF8453;
  --color-2: #3D8DAE;
  --color-3: #E4A9A8;
}

.title-word-2 {
  --color-1: #DBAD4A;
  --color-2: #ACCFCB;
  --color-3: #17494D;
}

.title-word-3 {
  --color-1: #ACCFCB;
  --color-2: #E4A9A8;
  --color-3: #ACCFCB;
}

.title-word-4 {
  --color-1: #3D8DAE;
  --color-2: #DF8453;
  --color-3: #E4A9A8;
}

@keyframes color-animation {
  0%    {color: var(--color-1)}
  32%   {color: var(--color-1)}
  33%   {color: var(--color-2)}
  65%   {color: var(--color-2)}
  66%   {color: var(--color-3)}
  99%   {color: var(--color-3)}
  100%  {color: var(--color-1)}
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.hljs-comment {
    color: #898ea4; }
  
  /* Atelier-Sulphurpool Red */
  .hljs-variable,
  .hljs-tag,
  .hljs-regexp,
  .hljs-name,
  .ruby .hljs-constant,
  .xml .hljs-tag .hljs-title,
  .xml .hljs-pi,
  .xml .hljs-doctype,
  .html .hljs-doctype,
  .css .hljs-id,
  .css .hljs-class,
  .css .hljs-pseudo {
    color: deepskyblue; }
  
  .hljs-attribute {
    color: lightskyblue; }
  
  /* Atelier-Sulphurpool Orange */
  .hljs-number,
  .hljs-preprocessor,
  .hljs-built_in,
  .hljs-literal,
  .hljs-params,
  .hljs-constant {
    color: #c76b29; }
  
  /* Atelier-Sulphurpool Yellow */
  .ruby .hljs-class .hljs-title,
  .css .hljs-rule .hljs-attribute {
    color: #c08b30; }
  
  /* Atelier-Sulphurpool Green */
  .hljs-string,
  .hljs-value,
  .hljs-inheritance,
  .hljs-header,
  .ruby .hljs-symbol,
  .xml .hljs-cdata {
    color: darkorange; }
  
  /* Atelier-Sulphurpool Aqua */
  .hljs-title,
  .css .hljs-hexcolor {
    color: #22a2c9; }
  
  /* Atelier-Sulphurpool Blue */
  .hljs-function,
  .python .hljs-decorator,
  .python .hljs-title,
  .ruby .hljs-function .hljs-title,
  .ruby .hljs-title .hljs-keyword,
  .perl .hljs-sub,
  .javascript .hljs-title,
  .coffeescript .hljs-title {
    color: #3d8fd1; }
  
  /* Atelier-Sulphurpool Purple */
  .hljs-keyword,
  .javascript .hljs-function {
    color: #6679cc; }
  
  .hljs {
    display: block;
    overflow-x: auto;
    background: #202746;
    color: #979db4;
    padding: 0.5em;
    -webkit-text-size-adjust: none; }
  
  .coffeescript .javascript,
  .javascript .xml,
  .tex .hljs-formula,
  .xml .javascript,
  .xml .vbscript,
  .xml .css,
  .xml .hljs-cdata {
    opacity: 0.5; }
  
  body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 0.95em;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
    width:100%;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: border-box; }
  
  a {
    text-decoration: none;
    color: #535353; }
  
  /**
   * Backgrounds
   */
  .backgrounds {
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: -1; }
    .backgrounds .background {
      width: 100%;
      height: 100%;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      background-attachment: fixed; }
  
  .overlay:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #3F51B5;
    opacity: 0.8; }



  /**
   * Hero
   */
  .hero {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    color: #FFF;
    text-align: center; }
  
  .hero-center {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  
  .hero__logo {
    font-size: 60px;
    color: rgba(0, 0, 0, 0.5); }
  
  .hero__text {
    font-weight: normal;
    opacity: 0.8; }
  
  .hero__scroll {
    position: absolute;
    bottom: 60px;
    width: 200px;
    margin: auto;
    display: block;
    cursor: pointer;
    padding-bottom: 40px;
    left: 0;
    right: 0;
    text-transform: uppercase; }
    .hero__scroll .chevron {
      margin-top: 20px;
      display: block;
      -webkit-animation: pulse 2s infinite;
              animation: pulse 2s infinite;
      color: #FF4081; }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    50% {
      -webkit-transform: translate(0, 10px);
              transform: translate(0, 10px); }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }
  
  @keyframes pulse {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    50% {
      -webkit-transform: translate(0, 10px);
              transform: translate(0, 10px); }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }
  

.top__scroll {
    margin: auto;
    display: block;
    cursor: pointer;
    padding-bottom: 20px;

    text-transform: uppercase; }
    .top__scroll .chevron {
        margin-top: 10px;
        display: block;
        -webkit-animation: pulse1 2s infinite;
                animation: pulse1 2s infinite;
        color: #FF4081; }

@-webkit-keyframes pulse1 {
0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes pulse1 {
0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }


  .octocat {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px; }
    .octocat img {
      display: block;
      width: 100%; }
  
  .chevron::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    vertical-align: top;
    width: 20px; }
  
  .chevron.right:before {
    left: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  
  .chevron.bottom:before {
    top: 0;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  
  .chevron.left:before {
    left: 0.25em;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  
.hun_obj {
    -webkit-animation: pulse2 2s infinite;
            animation: pulse2 2s infinite;

}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
    50% {
        -webkit-transform: translate(0, 15px);
                transform: translate(0, 15px); }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }
    
    @keyframes pulse2 {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
    50% {
        -webkit-transform: translate(0, 15px);
                transform: translate(0, 15px); }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }

  
  /**
   * Sections
   */
  .section {
    width: 100%;
    float: left;
    overflow: hidden; }
  
  .section-title {
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    clear: both; }
/*  
  .container {
    width: 1200px;
    margin: 0 auto;
    -webkit-transform: translateZ(1000px);
            transform: translateZ(1000px); }
  */

  .code {
    width: 40%;
    clear: both;
    height: 200px;
    background: #FFF;
    border-radius: 2px;
    margin: 12vh 0;
    padding: 10px; }
    .code pre, .code code {
      height: 100%;
      margin: 0; }
    .code code {
      padding: 20px 0 0 20px; }
    .code--small code {
      padding-top: 75px; }
    .code--left {
      float: left; }
    .code--right {
      float: right; }
    .code--wider {
      width: 60%; }
      .code--wider code {
        padding-top: 60px; }
  
  .section--more {
    color: #FFF;
    background: #0E0F34;
    padding: 20px 0 40px 0; }
  
  .section-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0; }
    .section-group h3 {
      margin: 0 0 20px 0;
      text-transform: uppercase; }
    .section-group h4 {
      font-weight: normal;
      color: rgba(255, 255, 255, 0.6); }
    .section-group code {
      padding: 20px;
      font-size: 1.2em; }
    .section-group .btn {
      margin-right: 20px; }
  
  .btn-line {
    padding: 10px 20px;
    border: 1px solid #006134;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
    overflow: hidden; }

    .btn span {
      position: relative;
      z-index: 5; }
    .btn:hover {
      background-color: #fd6497;
      color: #FFF; }
      .btn:hover:before {
        -webkit-transform: scaleX(200);
            -ms-transform: scaleX(200);
                transform: scaleX(200);
        opacity: 1; }

.navbar {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height:60px;

}
.navbar.navbar-stuck {
  background-color: #ffffff;
  height:60px;
  top: 0px;
}




.swiper {
  width: 100%;
  height: 70vh;
}


.swiper-slide {
  /*
  text-align: center;
  font-size: 18px;
  background: #fff;
  */

  /* Center slide text vertically */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

}


.btn-outline-pink {
  cursor: pointer;

  padding: 10px 20px;
  border: 1px solid #fba0a7;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  overflow: hidden; }

  .btn-outline-pink span {
    position: relative;
    z-index: 5; }
  .btn-outline-pink:hover {
    background-color: #fba0a7;
    color: #FFF; }
    .btn-outline-pink:hover:before {
      -webkit-transform: scaleX(200);
          -ms-transform: scaleX(200);
              transform: scaleX(200);
      opacity: 1; }

      
.btn-outline-blue {
  cursor: pointer;

  padding: 10px 20px;
  border: 1px solid #6e92d4;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  overflow: hidden; }

  .btn-outline-blue span {
    position: relative;
    z-index: 5; }
  .btn-outline-blue:hover {
    background-color: #526a97;
    color: #FFF; }
    .btn-outline-blue:hover:before {
      -webkit-transform: scaleX(200);
          -ms-transform: scaleX(200);
              transform: scaleX(200);
      opacity: 1; }

.btn-outline-gray {
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #5e5e5e;
  
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  overflow: hidden; }

  .btn-outline-gray span {
    position: relative;
    z-index: 5; }
  .btn-outline-gray:hover {
    background-color: #5e5e5e;
    color: #FFF; }
    .btn-outline-blue:hover:before {
      -webkit-transform: scaleX(200);
          -ms-transform: scaleX(200);
              transform: scaleX(200);
      opacity: 1; }

.btn-outline-white {
  cursor: pointer;

  padding: 10px 20px;
  border: 1px solid #ffffff;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  overflow: hidden; }

  .btn-outline-white span {
    position: relative;
    z-index: 5; }
  .btn-outline-white:hover {
    background-color: #494949;
    color: rgb(253, 253, 253); }
    .btn-outline-blue:hover:before {
      -webkit-transform: scaleX(200);
          -ms-transform: scaleX(200);
              transform: scaleX(200);
      opacity: 1; }

.card-img, .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.first-section {
  margin-top:150px;
}

.board-section {
  margin-bottom:100px;
}

.page-first-section {
  margin-top:60px;
}

.page-last-section {
  margin-bottom:60px;
}

.reservation_layout {
  z-index: 999;
  bottom:0;
  margin-bottom:-72px;
  text-align: center;
  border-bottom: 0px solid #111;
}

.img-zoom img {
  transition: transform .5s;
}
.bg-cover {
  position: relative;
  background: no-repeat 50%/cover;
  height: 120px;
}

.bg-shape:after {
  background: url(../img/curve-shape.svg);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -15px;
  content: "";
  height: 62px;
  position: absolute;
  width: 100%;
}

.top_1fst_body {
  height:34px;
  border-bottom: 1px solid #e4e4e4
}

.top_text {
  max-width: 1296px;
  text-align:-webkit-right;
  padding : 0
}

.header-gnb {
  background: linear-gradient(to bottom, rgba(240, 242, 237), 30%, rgba(255, 255, 255));
}
.category-gnb {
  background: linear-gradient(to bottom, rgba(240, 242, 237), 50%, rgba(255, 255, 255));
}

@media (max-width:1299px) {
  .top_text {
    max-width: 1020px;
    text-align:-webkit-right;
    padding : 0
  }
  
}

@media (max-width:1023px) {
  .top_text {
    max-width: 1020px;
    text-align:-webkit-center;
    padding : 0
  }
  
}
  
.top_text li {
  display: inline-flex;
  padding: 0;

}

.top_text a {
  font-size: 13px;
  color: #5c5c5c;
  padding : 5px;
}

.top_logo {
  display: inline-block;
  width:100%;
  height: 100px;
  text-align: center;
  align-items : center;
  padding: 10px 0;
}

.top_logo a {
  color: #FF4081;
  text-decoration: none;
  font-size: 2.75rem;
  font-weight: 100;
  line-height: 1.2;
  font-optical-sizing: auto;
  font-family: 'Petit Formal Script', cursive;
}


.fixed-top {
  display: inline;
  position: fixed;
  top: 130px;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}

.fixed-top ul {
  --ar-scroll-height: 520px;
  margin:0 auto;
}
.fixed-top li {
  padding: 0 20px;
}


/* 메인 swiper 배너 관련 css */


.swiper-slide img {
  display: block;
  width: 80%;
  object-fit: cover;
}

.mb_slider_01, .mb_slider_02 {
  background-color: transparent;
  background-position: center center; 
  background-size: cover;
  background-repeat: no-repeat;
} 

.mb_slider_left_text, .mb_slider_right_text, .mb_slider_center_text {
  font-family: 'Nanum Brush Script', cursive;
  font-size:25px;
  -webkit-transform: scale(1);
  -o-transform: scale(1); 
  transform: scale(1);
  -webkit-animation:KEYFRAME 7.5s infinite;
  -moz-animation: KEYFRAME 7.5s infinite;
  -o-animation: KEYFRAME 7.5s infinite;
  animation: KEYFRAME 7.5s infinite;
}


@-webkit-keyframes KEYFRAME {
  0% {-webkit-transform:scale(1.0);transform:scale(1.0)}
  25% {-webkit-transform:scale(1.06);transform:scale(1.06)}
  50% {-webkit-transform:scale(1.10);transform:scale(1.10)}
  75% {-webkit-transform:scale(1.06);transform:scale(1.03)}
  100% {-webkit-transform:scale(1.0);transform:scale(1.0)}
}
@-moz-keyframes KEYFRAME {
  0% {-webkit-transform:scale(1.0);transform:scale(1.0)}
  25% {-webkit-transform:scale(1.06);transform:scale(1.06)}
  50% {-webkit-transform:scale(1.10);transform:scale(1.10)}
  75% {-webkit-transform:scale(1.06);transform:scale(1.03)}
  100% {-webkit-transform:scale(1.0);transform:scale(1.0)}

}
  
@-o-keyframes KEYFRAME {
  0% {-webkit-transform:scale(1.0);transform:scale(1.0)}
  25% {-webkit-transform:scale(1.06);transform:scale(1.06)}
  50% {-webkit-transform:scale(1.10);transform:scale(1.10)}
  75% {-webkit-transform:scale(1.06);transform:scale(1.03)}
  100% {-webkit-transform:scale(1.0);transform:scale(1.0)}
}
@keyframes KEYFRAME {
  0% {-webkit-transform:scale(1.0);transform:scale(1.0)}
  25% {-webkit-transform:scale(1.06);transform:scale(1.06)}
  50% {-webkit-transform:scale(1.10);transform:scale(1.10)}
  75% {-webkit-transform:scale(1.06);transform:scale(1.03)}
  100% {-webkit-transform:scale(1.0);transform:scale(1.0)}
}


.mb-slider-title-01 h1 {
  font-optical-sizing: auto;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #3d3d3d;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
  line-height: 70px;
}

.mb-slider-title-01 a {
  color: #dddddd;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);

}


.mb-slider-title-02 h1 {
  font-optical-sizing: auto;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #3d3d3d;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
  line-height: 70px;
}

.mb-slider-title-02 p {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #252525;
}

.mb-slider-title-03 h1 {
  font-optical-sizing: auto;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #3d3d3d;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
  line-height: 70px;
}

.mb-slider-title-03 p {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #252525;
}

.mb-slider-title-04 h1 {
  font-optical-sizing: auto;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #3d3d3d;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
  line-height: 70px;
}

.mb-slider-title-04 p {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #252525;
}

.main_first_image {
  background-color: #111;
  border-radius: 40px;
}

.main_first_image img {
  border-radius: 30px;
}

.main_first_text {
  font-family: 'Cormorant Garamond', serif;
  color: #3d3d3d;
  font-size: 100px;
  font-weight: 900;
  line-height: 80px;
}

.main-title {
  font-family: 'Nanum Brush Script', cursive;
  letter-spacing: 10px;
  font-size: 55px
}

.mb_slider_left_text {
  position: absolute;
  max-width: 450px;
  top:50%;
  left: 30%;
  transform: translate(-50%, -50%);
  text-align: start;
}

.mb_slider_right_text {
  position: absolute;
  max-width: 450px;
  top:50%;
  left: 60%;
  text-align: start; 
}

.mb_slider_center_text {
  position: absolute;
  max-width: 450px;
  top:50%;
  left: 45%;
  text-align: center; 
}
/*
@media (max-width: 1199px) {

  .mb_slider_left_text {
    max-width: 450px;
    bottom:50%;
    left: 100px;
  }

  .mb_slider_right_text {
    max-width: 450px;
    right: -50px;
  }

  .mb_slider_center_text {
    max-width: 450px;
    right: 200px;
  }
}
*/
@media (max-width: 767px) {
  .swiper {
    width: 100%;
    height: 60vh;
  }
  /*
  .swiper_item {
    margin-top: 110px;
  }
*/
  .mb_slider_left_text {
    max-width: 550px;
    top:65%;
    left: 0;
    text-align: center;

  }

  .mb_slider_right_text {
    max-width: 550px;
    top:65%;
    left: 0;
    text-align: center;

  }
  
  .mb_slider_center_text {
    max-width: 550px;
    top:65%;
    left: 0;
    text-align: center;
  }

  .mb-slider-title-01 h1 {
    font-weight: 500;
    font-size: 33px;
    line-height: 30px;
  }

  .mb-slider-title-02 h1 {
    font-weight: 500;
    font-size: 33px;
    line-height: 30px;
  }
  
  .mb-slider-title-03 h1 {
    font-weight: 500;
    font-size: 33px;
    line-height: 30px;
  }

  .main_first_image {
    background-color: #111;
    border-radius: 30px;
  }
  
  .main_first_image img {
    border-radius: 30px;
  }

  .main_first_text {
    font-size: 60px;
    line-height: 60px;
  }
  
  .main-title {
    letter-spacing: 5px;
    font-size: 45px
  }
}

@media (max-width: 479px) {
  .swiper {
    width: 100%;
    height: 70vh;
  }
  /*
  .swiper_item {
    margin-top: 110px;
  }
*/
  .mb_slider_left_text {
    max-width: 100%;
    bottom:100px;
    left: 0px;
    text-align: center;

  }

  .mb_slider_right_text {
    max-width: 100%;
    bottom:100px;
    left: 0px;
    text-align: center;
  }

  .mb_slider_center_text {
    max-width: 100%;
    bottom:120px;
    left: 0px;
    text-align: center;
  }

  .mb-slider-title-01 h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align:center;
  }


  .mb-slider-title-01 a {
    margin:0 auto;
  }
  
  .mb-slider-title-02 h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
  }

}

.primary__btn {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 3.1rem;
  width: 200px;
  display: inline-block;
  height: 3.1rem;
  padding: 0 1.8rem;
  border-radius: 2.0rem;
  color: rgb(37, 37, 37);
  border-bottom: 1px solid #aaa;
  text-align: center;
  margin: 0 auto;
}

.secondary__btn {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.1rem;
  width: 250px;
  display: inline-block;
  height: 2.1rem;
  padding: 0 1.8rem;
  border-radius: 2.5rem;
  background: #d1cbbf;
  color: #fff;
  border: 0;
  text-align: center;
  margin: 0 auto;
}

.card {
  padding : 1.5rem;
  border-radius: 20px;
}


@media (max-width :1023px) {
  .card {
    padding : 0.6rem;
    border-radius: 5px;
  }
}

@media (max-width :767px) {
  .card {
    padding : 0.3rem;
    border-radius: 5px;
  }
}

/* color css */

.bg-light-beige-01 {
  background-color: #f7f4ef;
}

.text-darkgray, .sv_member {
  color :#555;
}

.text-pink-logo {
  color:#f77781;
  font-weight: 600;
}

.text-pink {
  color:#f77781;
  font-weight: 400;
}

.text-blue {
  color:#6e92d4;
  font-weight: 400;
}

.bg-light-pink-01 {
  background-color: #ffedec;
}

.bg-light-gray-01 {
  background-color: #f7f7f7;
}

.bg-light-gray-02 {
  background-color: #fbfbfb;
}


.bg-faded-primary {
  background-color: rgb(236,243,241, 1) !important;
}
.bg-faded-warning {
  background-color: rgb(253,250,237, 1) !important;
}
.bg-faded-info {
  background-color: rgb(235,242,250, 1) !important;
}
.bg-faded-danger {
  background-color: rgb(253,237,237, 1) !important;
}


.btn-white {
  --bs-btn-color: #261f44;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #261f44;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 222,221,227;
  --bs-btn-active-color: #261f44;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(38,31,68,.125);
  --bs-btn-disabled-color: #261f44;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

@media (max-width: 991px) {
  .navbar-nav { 
    background-color: #fff;
    border: 1px solid #eee;
  }

  .fixed-top ul {
    margin-top: 10px;
  }
}

.navbar-reservreuquest {
  display: none;
}

@media (max-width: 991px) {
  .navbar-reservreuquest {
    display: block;
    border:1px solid #ddd;
    padding: 8px;
    border-radius: 10px;
    font-size: 17px;
  }
}


.dropdown-toggle::after {
  content: none !important;;
}


.menu-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 25px;
}

.bg-dark-jmakeup {
  background-color: #434343;
}


.accordion {
  --bs-accordion-bg: #393939;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #393939;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button {
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../img/accordion-button-w.png') !important;
}

.accordion-button::after {
  background-image: url('../img/accordion-button-b.png') !important;
}

.content_header {
  height:450px;
  background-repeat: no-repeat, repeat;
  background-size: cover; 
}

.content_header_title {
  background-color: transparent;
  margin-top: 70px;
}

.content_header_description {
  background-color: #fff;
  margin-top: -55px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.content_header_description p {
  font-size: 1.2rem;
}

@media (max-width:1980px) {
  .content_header {
    height:370px;
  }
}
@media (max-width:767px) {
  .content_header {
    height:250px;
    background-size: cover; 
  }

  .content_header_title {
    margin-top: 10px;
  }
  .content_header_description {
    margin-top: -20px;
    border-radius: 0;

  }

  .content_header_description p {
    font-size: 1rem;
  }
  
}

.lg-onliy-dislay {
  display:none;
}
@media (min-width: 991px) {
  .lg-onliy-dislay {
    display:inline-block;
  }
  
}

.gallery-col {
  padding: 1px 3px;
}

.gallery-t-col {
  margin-top: -2px;
}