@charset "UTF-8";
/* 모바일만 ~767px */
@media screen and (max-width: 767px) {
  body, input, textarea, select, button {
    font-size: 1.3rem;
  }
  .copy {
    font-size: 1.2rem;
  }
}
/* 태블릿부터 768px~ */
@media screen and (min-width: 768px) {
  #rg-ft {
    padding: 6rem 0;
  }
  .ft-family-site-wrap {
    width: 18rem;
  }
}
/* 태블릿만 768px~1023px */
/* PC부터 1024px~ */
@media screen and (min-width: 1024px) {
  .m-gnb-btn {
    display: none;
  }
  #rg-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #rg-hd.active {
    background-color: #fff !important;
  }
  #rg-hd.active:before {
    position: absolute;
    top: 10rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #000;
    opacity: 0.1;
    content: "";
  }
  #rg-hd.active .rg-logo a {
    background-image: url("../images/캠핑/로고.png");
  }
  #rg-hd.active #rg-gnb .depth1 > a {
    color: #222;
  }
  #rg-hd.active .util-sns-wrap a {
    color: #FBA313;
  }
  #rg-hd.active .hd-sns:before {
    background-color: #FBA313;
  }
  .rg-logo a {
    width: 20rem;
    height: 9.9rem;
    margin-right: 1rem;
  }
  .gnb-util-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    position: static;
    width: calc(100% - 10rem);
    height: auto;
    background-color: transparent;
    margin: 0 auto;
  }
  .gnb-util-wrap #rg-gnb {
    margin: 0 auto;
    padding-top: 0;
    padding-right: 230px;
  }
  .gnb-util-wrap #rg-gnb a {
    padding-left: 0;
    padding-right: 2.5rem;
  }
  .gnb-util-wrap #rg-gnb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .gnb-util-wrap #rg-gnb .depth1 {
    position: relative;
  }
  .gnb-util-wrap #rg-gnb .depth1:nth-child(5) {
    display: none;
  }
  .gnb-util-wrap #rg-gnb .depth1:nth-child(6) {
    display: none;
  }
  .gnb-util-wrap #rg-gnb .depth1:nth-child(7) {
    display: none;
  }
  .gnb-util-wrap #rg-gnb .depth1 > a {
    padding: 0 1rem;
    line-height: 9.9rem;
    color: #fff;
    font-size: 1.5vw;
  }
  .gnb-util-wrap #rg-gnb .depth1 > a:after {
    display: none;
  }
  .gnb-util-wrap #rg-gnb .depth1 > a:hover {
    color: #97ccaa;
  }
  .gnb-util-wrap #rg-gnb .depth1 .depth2 {
    width: 100%;
    margin-left: 1rem;
    padding-right: 2rem;
    background-color: transparent;
    font-size: 1.4vw;
    line-height: 4.2rem;
    text-align: center;
    position: fixed;
  }
  .gnb-util-wrap #rg-gnb .depth1 .depth2 a {
    color: #fff;
  }
  .gnb-util-wrap #rg-gnb .depth1 .depth2.on {
    display: block;
  }
  .gnb-util-wrap #rg-gnb .depth1 .depth2 li {
    float: left;
  }
  .gnb-util-wrap #rg-gnb .depth1 .depth2 li a:hover {
    color: #97ccaa;
  }
  .gnb-util-wrap #rg-gnb .depth1.active:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .gnb-util-wrap #rg-gnb .depth1.active .depth2 a {
    color: #222;
  }
  .gnb-util-wrap #rg-gnb .depth1.active .depth2 a:hover {
    color: #97ccaa;
  }
  .gnb-util-wrap .util-sns-wrap {
    position: static;
    width: 36rem;
    padding: 0;
    margin-top: 3.2rem;
    background-color: transparent;
  }
  .gnb-util-wrap .util-sns-wrap .hd-util a {
    border: 0;
    font-size: 1.8rem;
  }
  .ft-menu {
    float: left;
  }
  .ft-family-site-wrap {
    float: right;
  }
  #rg-ft {
    padding: 8rem 0;
    position: relative;
  }
  #rg-ft .wrap {
    width: 1400px;
  }
  #rg-ft .logo {
    width: 300px;
  }
  #rg-ft .ft-info {
    clear: both;
  }
  #rg-ft .ft-info > dt {
    padding-right: 0;
  }
  #rg-ft .ft-info > dd {
    padding-left: 0;
  }
  #rg-ft .more-depth {
    position: absolute;
    right: 24rem;
    top: 2rem;
  }
  #rg-ft .more-depth .center {
    gap: 2rem;
  }
  #rg-ft .more-depth > li .ft-depth2 {
    text-align: center;
  }
  #rg-ft .more-depth > li .ft-depth2 > li {
    margin: 1rem 0;
  }
  #rg-ft .more-depth > li .ft-depth2 > li a {
    padding: 2rem 0;
  }
  .top-btn {
    right: 4rem;
    bottom: 4rem;
    width: 5rem;
    height: 5rem;
  }
}
/* 작은 PC 1024px~1279px */
/* PC 1280px~ */
@media screen and (min-width: 1280px) {
  #rg-hd {
    padding: 0 3rem;
  }
  .rg-logo {
    margin-right: 4rem;
  }
  .gnb-util-wrap #rg-gnb ol {
    gap: 3rem;
  }
  .gnb-util-wrap #rg-gnb .depth1 > a {
    font-size: 2rem;
  }
  .gnb-util-wrap #rg-gnb .depth1 .depth2 {
    font-size: 1.8rem;
  }
  #rg-ft .more-depth {
    top: 5rem;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    gap: 10rem;
  }
  #rg-ft .more-depth .s {
    font-weight: 700;
    font-size: 2rem;
  }
  #rg-ft .more-depth .center {
    gap: 5rem;
  }
  #rg-ft .more-depth .center .as ul .ad {
    margin-bottom: 0.5rem;
  }
  #rg-ft .more-depth .center .as ul li:first-child {
    margin-bottom: 1rem;
  }
  #rg-ft .more-depth .center .cs ul li:first-child {
    margin-bottom: 1rem;
  }
  #rg-ft .more-depth .depth {
    gap: 3rem;
    padding: 2rem 0;
  }
  #rg-ft .more-depth .depth > li {
    width: 33.33%;
  }
}