@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background-color: #fff;
  color: #222;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
body.hidden {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans KR", sans-serif;
}

ol, ul {
  list-style-type: none;
}

a {
  color: #222;
  text-decoration: none;
}

p {
  margin: 1em 0;
}

img {
  border: 0;
  vertical-align: middle;
}

input, select, textarea, button {
  font-size: 1.6rem;
  font-family: "Noto Sans KR", sans-serif;
  color: #222;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.wrap {
  max-width: 140rem;
  margin: auto;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.blind, .sound-only {
  position: absolute;
  left: -9999em;
}

.serif {
  font-family: "Nanum Myeongjo", serif;
}

.dan {
  font-family: "Dancing Script", cursive;
}

.col-2 > * {
  float: left;
  width: 50%;
}

.col-3 > * {
  float: left;
  width: 33.3333%;
}

.col-4 > * {
  float: left;
  width: 25%;
}

.col-5 > * {
  float: left;
  width: 20%;
}

.col-6 > * {
  float: left;
  width: 16.6666%;
}

.wh, .wh a, .wh:hover, .wh a:hover {
  color: #fff;
}

.bk, .bk:hover, .bk a, .bk a:hover {
  color: #000 !important;
}

.gr, .gr:hover, .gr a, .gr a:hover {
  color: #222 !important;
}

.green, .green:hover, .green a, .green a:hover {
  color: #3AAF69 !important;
}

.btn-basic {
  position: relative;
  display: inline-block !important;
  padding: 0 2.4rem;
  line-height: 2.8;
  font-weight: 500;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-basic:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-basic .btn-line {
  border: 1px solid #000;
  background-color: transparent;
}
.btn-basic .btn-line:hover {
  color: #fff !important;
}
.btn-basic .btn-line:hover:before {
  opacity: 1;
}

.btn-solid {
  border: 0;
  color: #fff !important;
}
.btn-solid:hover:before {
  opacity: 0.8;
}
.btn-solid:before {
  opacity: 1;
}

.btn-bk {
  border-color: #000;
  color: #000;
}
.btn-bk:before {
  background-color: #000;
}

.btn-wh {
  border-color: #fff;
  color: #fff;
}
.btn-wh:before {
  background-color: #fff;
}

.btn-gr {
  border-color: #3AAF69;
  color: #3AAF69;
}
.btn-gr:before {
  background-color: #3AAF69;
}

.btn-or {
  border-color: #F55521;
  color: #F55521;
}
.btn-or:before {
  background-color: #F55521;
}

.round-btn {
  border-radius: 1.9rem;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .round-btn {
    border-radius: 2.2rem;
  }
}
.part-line {
  line-height: 0.7;
}
.part-line:after {
  content: "";
  display: block;
  clear: both;
}
.part-line > * {
  float: left;
  padding: 0 1.5rem;
  margin: 0.7rem 0;
  border-right: 1px solid #666;
}
.part-line > *:first-child {
  padding-left: 0;
}
.part-line > *:last-child {
  border-right-width: 0;
}

#skip a {
  position: fixed;
  top: -10rem;
  left: 0;
  z-index: 1000;
  width: 100%;
  line-height: 4.4rem;
  text-align: center;
  background-color: #fff;
}
#skip a:focus {
  top: 0;
}

#rg-hd {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 1rem;
}

.rg-logo a {
  display: block;
  width: 14rem;
  height: 5.9rem;
  background: url("../images/캠핑/로고.png") center center/contain no-repeat;
}
.rg-logo.dark a {
  background-image: url("../images/캠핑/로고.png");
}

.m-gnb-btn {
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  color: #999;
  font-size: 3.2rem;
}

.gnb-util-wrap {
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnb-util-wrap.active {
  top: 0;
}
.gnb-util-wrap #rg-gnb {
  padding-top: 8rem;
  letter-spacing: -0.1rem;
}
.gnb-util-wrap #rg-gnb.dark .depth1 > a {
  color: #222;
}
.gnb-util-wrap #rg-gnb a {
  display: block;
  padding-left: 2rem;
}
.gnb-util-wrap #rg-gnb .depth1 > a {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 5rem;
}
.gnb-util-wrap #rg-gnb .depth1 > a:after {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid #999;
  border-color: transparent #999 #999 transparent;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gnb-util-wrap #rg-gnb .depth1 .depth2 {
  display: none;
  padding: 0.6rem 0;
  background-color: #97ccaa;
  line-height: 3.6rem;
}
.gnb-util-wrap #rg-gnb .depth1 .depth2 li a {
  color: #fff;
}
.gnb-util-wrap #rg-gnb .depth1.active > a {
  color: #3AAF69;
}
.gnb-util-wrap #rg-gnb .depth1.active > a:after {
  margin-top: 0.3rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.gnb-util-wrap .util-sns-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.2rem 1.5rem;
  background-color: #FBA313;
  line-height: 4.8rem;
}
.gnb-util-wrap .util-sns-wrap.dark nav a {
  color: #222;
}
.gnb-util-wrap .util-sns-wrap.dark .hd-sns:before {
  background-color: #222;
}
.gnb-util-wrap .util-sns-wrap nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gnb-util-wrap .util-sns-wrap nav a {
  color: #fff;
  vertical-align: middle;
}
.gnb-util-wrap .util-sns-wrap .hd-util a {
  padding: 0 1.2rem;
  border: 1px solid #fff;
  border-radius: 1.7rem;
  line-height: 3.2rem;
  font-size: 1.4rem;
}
.gnb-util-wrap .util-sns-wrap .hd-util a:first-of-type {
  margin-right: 0.5rem;
}
.gnb-util-wrap .util-sns-wrap .hd-sns {
  position: relative;
  top: 0.4rem;
}
.gnb-util-wrap .util-sns-wrap .hd-sns:before {
  position: relative;
  top: 0.3rem;
  display: inline-block;
  width: 0.1rem;
  height: 2rem;
  margin: 0 1rem 0 2rem;
  background-color: #fff;
  opacity: 0.5;
  content: "";
}
.gnb-util-wrap .util-sns-wrap .hd-sns a {
  padding: 0 1rem;
  font-size: 2.4rem;
}

#rg-ft {
  padding: 4rem 2rem;
  background-color: #181818;
  color: #999;
}
#rg-ft a {
  color: #999;
}
#rg-ft .wrap > * {
  margin: 2rem 0;
}
#rg-ft .logo {
  width: 200px;
  margin-bottom: 4rem;
}
#rg-ft .logo img {
  width: 100%;
}
#rg-ft .family-btn {
  position: relative;
  background-color: #3aaf69;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
#rg-ft .family-btn:after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  border-width: 0 0.4rem 0.6rem;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#rg-ft .more-depth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#rg-ft .more-depth .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42rem;
  padding: 2rem 0 3rem;
}
#rg-ft .more-depth .center .as {
  width: 45%;
}
#rg-ft .more-depth .center .cs {
  width: 55%;
}
#rg-ft .more-depth .depth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
#rg-ft .more-depth .depth .ft-depth2 a {
  margin-bottom: 1rem;
}
#rg-ft .more-depth .depth .ft-depth2 li {
  margin-top: 0.5rem;
  padding: 0.5rem 0;
}

.ft-menu {
  font-weight: 500;
  display: block;
}

.ft-family-site-wrap {
  position: relative;
  width: 16rem;
  line-height: 4rem;
  z-index: 1;
}
.ft-family-site-wrap a {
  display: block;
  padding: 0 1.2rem;
}

.ft-family-site-inner {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 0;
  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  z-index: -1;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.ft-family-site-inner.show {
  height: 32.7rem;
}

.ft-family-site {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
.ft-family-site li {
  border-top: 1px solid #eee;
}
.ft-family-site li:first-child {
  border-top-width: 0;
}

.ft-info dt:after {
  content: ":";
  padding: 0 0.5rem;
}
.ft-info dt, .ft-info dd {
  border-right-width: 0;
  padding: 0;
}
.ft-info dt, .ft-info dd:nth-of-type(1), .ft-info dd:nth-of-type(2) {
  clear: both;
}

.top-btn {
  display: none;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 4rem;
  height: 4rem;
  border: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.8rem;
  -webkit-transition: opacity 0.2s 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.2s 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.2s 0.3s, transform 0.3s;
  transition: opacity 0.2s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.top-btn:hover {
  opacity: 1 !important;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.2s, transform 0.3s 0.2s;
  transition: opacity 0.2s, transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
}