@charset "utf-8";
@import url("./main_responsive.css");
@import url("./content_responsive.css");
@media all and (max-width:1100px) {
  .area {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #gnb > ul {
    padding: 0 1em;
  }
  #gnb > ul > li {
    padding: 0 1.5em;
  }
  .footer-address {
    padding-left: 4em;
  }
}
@media all and (max-width: 980px) {
  #header {
    height: 74px;
	      padding: 0 25px;
  }
  #header.fixed {
    background: #FEFCF6;
  }
  #header .logo a {
    width: 148px;
    height: 20px;
    background-size: 148px 20px;
  }
  #footerInner h1 img {
    width: 148px;
    height: 20px;
  }
  .footer-right img {
    width: 22px;
  }
}
@media all and (max-width:800px) {
  .pc_view {
    display: none;
  }
  .mb_view {
    display: block;
  }
  .dots li:before {
    top: 12px;
    width: 3px;
    height: 3px;
  }
  /* -------- Header :: GNB(Pc) -------- */
  #gnb {
    display: none;
  }
  .gnb-overlay-bg {
    display: none
  }
  /* -------- Header :: GNB(Mobile/기본스타일) -------- */
  #gnbM {
    display: block;
    position: fixed;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    z-index: 999;
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); /* gnb OPEN 속도 */
    visibility: hidden;
  }
  #gnbM.open {
    right: 0px;
    visibility: visible;
  }
  /* GNB Mobile :: 레이아웃 */
  .gnb-navigation-wrapper {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 110px 5% 0 5%;
    overflow-y: auto;
  }
  .gnb-navigation-inner > p {
    border-top: 2px dashed #595857;
    margin-top: 2em;
    padding-top: 2em;
    text-align: center;
  }
  .gnb-navigation-inner > p a {
    display: inline-blok;
    padding: 0 1em;
  }
  /* GNB Mobile :: 메뉴영역 :: 1차 */
  #navigation > li > a {
    position: relative;
    display: flex;
    padding: 15px;
    color: #1A1A1A;
    font-size: 1.9em;
    font-weight: 700;
    justify-content: center;
    align-items: center;
  }
  #navigation > li.active > a {
    color: var(--bs-primary);
  }
  #navigation > li .gnb-icon {
    margin-left: 10px;
    color: var(--bs-font-nor);
  }
  /* GNB Mobile ::  메뉴영역 :: 2차 */
  #navigation > li .gnb-2dep {
    display: none;
    padding: 0 0 25px 0;
  }
  #navigation > li .gnb-2dep li {
    height: auto !important;
  }
  #navigation > li .gnb-2dep li > a {
    display: block;
    color: var(--bs-font-nor);
    font-size: 1.6em;
    padding: 8px 20px;
    text-align: center;
  }
  #navigation > li .gnb-2dep li.on > a {
    color: var(--bs-primary);
    font-weight: 700;
  }
  /* -------- Header :: 네비게이션 오픈 버튼 -------- */
  .nav-open-btn {
    display: block;
    position: fixed;
    top: 22px;
    right: 25px;
    z-index: 9998;
    height: 30px;
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .nav-open-btn .line {
    display: block;
    width: 28px;
    height: 3px;
    background-color: var(--bs-font-nor);
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #header.open .nav-open-btn .line {
    background-color: var(--bs-font-nor);
  }
  .nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4) {
    opacity: 0;
  }
  .nav-open-btn.active .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .nav-open-btn.active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  #footerInner {
    flex-wrap: wrap;
    padding: 30px 25px 150px;
    width: 100%;
  }
  .footer-address {
    padding-left: 0em;
    width: 100%;
    margin-top: 1em;
  }
  .footer-address span {
    padding-right: 1em;
    display: inline;
    font-size: 0.8em;
    letter-spacing: -0.5px;
  }
  .footer-right {
    position: absolute;
    right: 15px;
    top: 30px;
  }
  .floating-wrap {
    display: block;
  }
	#quickorder {display:none}
}
@media all and (max-width:560px) {
  #navigation > li > a {
    padding: 10px;
    font-size: 1.5em;
  }
  #navigation > li .gnb-2dep li > a {
    font-size: 1.4em;
    padding: 5px 10px;
  }
}