a:link,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

@font-face {
    font-family: 'NotoSerifKR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: 'NotoSerifKR';
font-family:'Pretendard';
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

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; }

.desktop { display: block; }
.mobile { display: none; }



.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 20px !important;
}

.swiper-pagination-bullet-active{
  background: #Fff !important;
  width: 60px !important;
  border-radius: 8px !important;
  height: 4px !important;
  bottom: 40px !important;
  /* transition: .5s; */
  vertical-align: left !important;
}

.swiper-pagination-bullet{
  width: 40px !important;
  border-radius: 8px !important;
  height: 4px !important;
}

/* 스크롤바 -------------- */

/* body::-webkit-scrollbar {
    width: 16px;
}

body::-webkit-scrollbar-thumb {
  border: 3px solid #FEFAF4;
    height: 20%;
    background: #B68962;
}

body::-webkit-scrollbar-track {
    background: #FEFAF4;
  } */

/* pc ------------- */
@media (min-width:560px){
  /* -start- quickmenu */
  #quickmenu {
    position: fixed;
    right: 40px;
    bottom: 30px;
    width: 160px;
    min-height: 100px;
    background: transparent;
    z-index: 100;
  }

    #quickmenu li{
      border-radius: 30px;
      margin-top: 12px;
      box-shadow: 2px 4px 8px rgba(0,0,0,.2)
    }

    #quickmenu li a{
      display: block;
    }

    #quickmenu li a img{
      display: block;
      width: 100%;
      height: 100%;
    }


  /* -end- quickmenu */

  /* popup ----------------------------- */

  /* 오늘 하루 보지 않기 팝업 */
  button {
    border: 0;
    background: none;
    cursor: pointer;
  }

  .main_popup {
    width: 440px;
    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: 140px;
    display: none;
  }
  .first_pop{
    left: 80px;
  }

  .second_pop{
    left: 560px;
  }

    .first_pop.on {
      display: block;
      background-color: #fff;
    }
    .second_pop.on {
      display: block;
      background-color: #fff;
    }
    .main_popup .img_wrap {
      width: 440px;
      /* 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: 9990;
    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: #B68962;
    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;
  }

}
