a:link,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Poppins', "Nanum Gothic", "나눔고딕", helvetica, sans-serif, 'Montserrat', 'Roboto', 'Pretendard';
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

html {
    scroll-behavior: smooth;
}

button {
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border: 0;
}

.btn-detail {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.9px;
  color: #999999;
  font-weight: 300;
  border-bottom: 1px solid #999999;
}

html, body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.container { width: 100%; max-width: 1920px; overflow: hidden; }
.content { width: 100%; max-width: 1180px; margin: 0 auto; box-sizing: border-box; }

/* quickmenu */





/* pc ------------- */
@media (min-width:560px){
  /* -start- quickmenu */
  #quickmenu {
    position: fixed;
    right: 0px;
    top: 50%;
    width: 100px;
    min-height: 100px;
    background: transparent;
    z-index: 100;
    transform: translateY(-50%);
  }

  #quickmenu .menu-list {
    /* padding: 10px 0; */
    /* margin-bottom: 10px; */
    margin: auto;
  }



  #quickmenu .menu-list li a {
    display: block;
    height: 100px;
    width: 100px;
    margin: auto;
    text-align: center;
    letter-spacing: 0px;
  }

  #quickmenu .menu-list li a img {
    width: 62%;
    padding-top: 4px;
  }

  #quickmenu .menu-list .d-quick-icon {
    width: 40px;
    display: block;
    margin: 0 auto;
  }

    #quickmenu .menu-phone{
      border: solid 1px #f8F8F8;
      color: #121212;
      background: #fff;
    }
    #quickmenu .menu-location{
      border: solid 1px #f8F8F8;
      color: #121212;
      background: #fff;
    }
    #quickmenu .menu-kakao{
      border: solid 1px #f8F8F8;
      color: #121212;
      background: #fff;
    }
    #quickmenu .menu-reserve{
      border: solid 1px #f8F8F8;
      color: #1212;
      background: #fff;
    }
    #quickmenu .menu-blog{
      border: solid 1px #f8F8F8;
      color: #121212;
      background: #fff;
    }

      #quickmenu .menu-blog a{
        width: 92px !important;
        height: 92px !important;
      }

  #quickmenu .top-btn {
    width: 100px;
    display: block;
    background-color: #FB65AD;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 11px 0;
  }

  #quickmenu .top-btn p {
    color: #fff;
    letter-spacing: 0.5px;
  }

  /* -end- quickmenu */

  /* popup ----------------------------- */

  /* 오늘 하루 보지 않기 팝업 */
  button {
    border: 0;
    background: none;
    cursor: pointer;
  }

  .main_popup {
    width: 400px;
    border: 1px solid #d8d8d8;
    position: fixed;
    z-index: 1005;
    /* -webkit-box-shadow: 0px 13px 40px -6px #061626; */
    /* box-shadow: 0px 13px 40px -6px #061626; */
    top: 120px;
    display: none;
  }
.first_pop{
  left: 80px;
}

.second_pop{
  left: 520px;
}

  .first_pop.on {
    display: block;
    background-color: #fff;
  }
  .second_pop.on {
    display: block;
    background-color: #fff;
  }
  .main_popup .img_wrap {
    width: 400px;
    /* height: 560px; */
  }

  .main_popup .img_wrap img{
    width: 100%;
  }

  .btn_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
  }

  .btn_wrap button{
    font-size: 14px;
  }


}


/* mobile ------------- */
@media (max-width:560px) {

  /* quickmenu ---------------*/

  #m-quickmenu{
    transition: .5s;
    text-align: right;
    z-index: 9999;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }

  #m-quickmenu .menu-list li{
    vertical-align: middle;
    height: 60px;
    margin-bottom: 16px;
  }

  #m-quickmenu .menu-list li a{
    display: block;
    height: 60px;
  }

  #m-quickmenu .menu-list li a>*{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
  }

  #m-quickmenu .menu-list li img{
    width: 60px;
    margin-left: 10px;
  }

  #m-quickmenu .top-btn{
    transition: .5s;
    /* transform: rotate(0); */
    margin-left: 92px;
    position: relative;
    width: 60px;
    height: 60px;
    background: #514745;
    display: block;
    border-radius: 50px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.30);
  }

  #m-quickmenu .top-btn img{
    display: block;
    padding: 10px;
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .box-shadow{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 9980;
    transition: .2s;
  }

  .menu-list{
    display: none;
  }

  .box-shadow.open{
    display: block;
    transition: .2s;
  }

  .top-btn.on{
    transition: .5s;
    transform: rotate(135deg);
  }

  .menu-list.open{
    display: block;
  }

  /* popup --------------- */

  /* 오늘 하루 보지 않기 팝업 */
  button {
    border: 0;
    background: none;
    cursor: pointer;
  }

  .main_popup {
    border: 1px solid #d8d8d8;
    margin: auto;
    width: calc(100% - 40px);
    position: absolute;
    z-index: 1005;
    /* -webkit-box-shadow: 0px 13px 40px -6px #061626; */
    /* box-shadow: 0px 4px 8px 4px rgba(0,0,0,.2); */
    top: 40px;
    left: 50%;
    display: none;
    transform: translateX(-50%);
  }
  .main_popup.on {
    display: block;
    background-color: #fff;
  }
  .main_popup .img_wrap {
    width: 100%;
    /* height: 560px; */
  }

  .main_popup .img_wrap img{
    width: 100%;
  }

  .first_pop{
    top: 100px;
  }

  .second_pop{
    top: 120px;
  }

  .btn_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
  }

  .btn_wrap button{
    font-size: 14px;
  }

}
