@media screen and (max-width: 1599px) {
    .wrap {
        padding: 0 16px;
    }
}
@media screen and (max-width: 1023px) {
    /*공통*/
    .page-banner .content > p:first-child {
        font-size: 48px;
    }
    .fixed-tit .sub {
        font-size: 20px;
    }
    .fixed-tit .main {
        font-size: 48px;
    }
    /*footer*/
    footer {
        margin-top: 100px;
    }
    .fnb {
        column-gap: 24px;
    }
    /*메인*/
    .header-wrap > .wrap {
        flex-direction: column;
        row-gap: 24px;
    }
    .short-area {
        margin-top: 100px;
    }
    .short-grid .item .tit {
        left: 24px;
        bottom: 24px;
        width: calc(100% - 48px);
    }
    .short-grid .item .tit .page-name {
        font-size: 32px;
    }
    .short-grid .item .tit .page-expl {
        font-size: 16px;
    }
    .short-grid .item .tit > span {
        font-size: 14px;
    }
    .short-grid .item .tit > span > img {
        width: 16px;
        height: 16px;
    }
    .main-tit .tit p:first-child {
        font-size: 48px;
    }
    .main-tit .tit p:nth-child(2) {
        font-size: 16px;
    }
    .fac-area {
        margin-top: 100px;
    }
    .fac-slider .tit {
        left: 24px;
        bottom: 24px;
        width: calc(100% - 48px);
    }
    .fac-slider .tit .page-name {
        font-size: 32px;
    }
    .gallery-area {
        margin-top: 100px;
    }
    .gallery-area .grid .item:first-child .tit .page-name {
        font-size: 32px;
    }
    .gallery-area .grid .item:first-child .tit .page-expl {
        font-size: 16px;
    }
    .notice-area {
        margin-top: 100px;
    }
    .notice-grid {
        gap: 24px 12px;
    }
    .notice-grid .item .tit {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .notice-grid .item .date {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .contact-banner {
        margin-top: 100px;
    }
    .contact-banner .content > p {
        font-size: 20px;
    }
    /*캠핑장 소개*/
    .about-banner .content {
        font-size: 28px;
    }
    .about-banner {
        height: unset;
        aspect-ratio: 3 / 1;
    }
    /*시설 안내*/
    .fac-grid {
        gap: 24px 12px;
    }
    .fac-grid .item .tit .page-name {
        font-size: 16px;
    }
    /*이용 규칙*/
    .rule-item > p {
        font-size: 32px;
    }
    .rule-item ul li {
        column-gap: 48px;
    }
    .rule-item .num-tit > b {
        font-size: 28px;
    }
    /*오시는 길*/
    .map-area .info-box .center > p {
        font-size: 32px;
    }
    .map-area .info-box .center .box {
        font-size: 16px;
    }
 }
@media screen and (max-width: 767px) {
    /*공통*/
    .fixed-tit {
        padding: 48px 0;
    }
    .fixed-tit .main {
        font-size: 38px;
    }
    .pagination {
        column-gap: 5px;
    }
    .pagination li {
        width: 40px;
        height: 40px;
    }
    /*header*/
    .ham {
        display: block;
    }
    .header-wrap {
        background-color: rgba(0, 0, 0, 0.9);
        padding: 12px 0;
    }
    .header-wrap.on {
        padding: 12px 0;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .gnb li a {
        transition: unset;
    }
    .header-wrap.on .gnb li a {
        font-size: unset;
        transition: unset;
    }
    .header-wrap.on .gnb {
    column-gap: unset;
    transition: unset;
    }
    .header-wrap .wrap {
        position: relative;
        flex-direction: row;
    }
    .header-wrap .h-logo > img {
        height: 50px;
    }
    .header-wrap.on .h-logo > img {
        height: 50px;
        transition: unset;
    }
    .gnb {
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.9);
        padding: 24px 16px 120px;
        column-gap: unset;
        transition: unset;
        overflow: hidden;
        overflow-y: auto;
    }
    .gnb > li {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #555;
        position: relative;
    }
    .gnb > li:last-child {
        border-bottom: none;
    }
    .gnb > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-size: 16px;
        color: #fff;
        letter-spacing: 1px;
    }
    /*
    .gnb > li > a::after {
        display: inline-block;
        content: '';
        width: 5px;
        height: 5px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
    }
    */
    .gnb > li > a::after {
        content: "";
        background-image: url('../images/icons/more_view_wc.png');
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
    }
    /*footer*/
    .fnb-area {
        flex-direction: column;
        align-items: center;
    }
    .f-notice-area {
        column-gap: 12px;
    }
    .notice-slider .swiper-slide .tit {
        column-gap: 12px;
    }
    .fnb-box {
        align-items: center;
        margin-bottom: 48px;
    }
    .fnb-box .f-logo img {
        height: 70px;
    }
    .fnb {
        column-gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    .fnb li a {
        font-size: 14px;
    }
    .info-area {
        flex-direction: column;
        align-items: center;
    }
    .info-area .info-box {
        width: 100%;
    }
    .info-area .info-box > p {
        text-align: center;
    }
    .info-area .info-box .info {
        justify-content: center;
        margin-bottom: 48px;
    }
    .info-area .info-box .info > span {
        font-size: 14px;
    }
    .info-area .copy {
        font-size: 14px;
    }
    .notice-slider .swiper-slide .more-view > img {
        height: 16px;
    }
    .f-notice-area > span {
        font-size: 14px;
    }
    .notice-slider .swiper-slide .tit {
        font-size: 14px;
    }
    .convenience-box > a {
        font-size: 14px;
    }
    .convenience-box > a > img {
        width: 16px;
    }
    .info-area .info-box .info > span:not(:last-child)::after {
        display: none;
    }
    /*메인*/
    .banner-area > .wrap .content {
        width: 100%;
    }
    .banner-area > .wrap .content p:first-child {
        font-size: 48px;
        text-align: center;
    }
    .banner-area > .wrap .content p:nth-child(2) {
        font-size: 16px;
        text-align: center;
    }
    .control {
        justify-content: center;
    }
    .short-grid .item .tit .page-name {
        font-size: 24px;
    }
    .short-grid .item .tit .page-expl {
        font-size: 14px;
    }
    .short-grid .item .tit .page-expl br {
        display: none;
    }
    .gallery-area .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-area .grid .item:first-child {
        grid-column: 1 / -1;
    }
    .gallery-area .grid .item:first-child > a {
        position: unset;
        padding: 48px 24px;
    }
    .gallery-area .grid .item:first-child .tit {
        row-gap: 12px;
    }
    .gallery-area .grid .item:first-child .tit .page-name {
        font-size: 24px;
    }
    .gallery-area .grid .item:first-child .tit .page-expl {
        font-size: 14px;
    }
    .gallery-area .grid .item:first-child .tit > span {
        font-size: 14px;
    }
    .gallery-area .grid .item:first-child .tit > span > img {
        width: 16px;
        height: 16px;
    }
    .main-tit .tit p:first-child {
        font-size: 28px;
    }
    .notice-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-banner a {
        aspect-ratio: 3 / 1;
    }
    .contact-banner .content {
        width: calc(100% - 48px);
    }
    
    /*캠핑장 소개*/
    .about-banner .content {
        font-size: 20px;
    }
    .oper-area ul {
        height: unset;
        flex-direction: column;
    }
    .oper-area li .content .img-box {
        height: unset;
        aspect-ratio: 2 / 1;
    }
    .oper-area li .content .expl-box {
        padding: 24px;
    }
    .oper-area li .content .expl-box p:first-child {
        opacity: 1;
    }
    /*시설 안내*/
    .fac-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /*이용규칙*/
    .rule-item ul li {
        flex-direction: column;
        row-gap: 24px;
    }
    .rule-item .rule-list {
        font-size: 16px;
    }
    .rule-item .rule-list > p {
        font-size: 16px;
    }
    /*문의하기*/
    .contact-area .input-box .item > span {
        font-size: 16px;
    }
    .contact-area .input-box .item > span {
        min-width: 150px;
    }
    .contact-area .terms-box > label > span {
        font-size: 16px;
    }
    /*갤러리*/
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-grid .gallery-item:first-child {
        grid-row: unset;
    }
    .gallery-grid .gallery-item:first-child .img-box {
        aspect-ratio: 4 / 3;
    }
    .gallery-grid .gallery-item:nth-child(4n) {
        grid-row: unset;
    }
    .gallery-grid .gallery-item:nth-child(4n) .img-box {
        aspect-ratio: 4 / 3;
    }
    /*오시는 길*/
    .map-area {
        flex-direction: column;
    }
    .map-area .map-box > div {
        position: relative;
    }
    .map-area .map-box {
        width: 100%;
        height: 100%;
        border-right: none;
        padding-right: 0;
    }
    .map-area .map-box > div {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .map-area .map-box::after {
        padding-bottom: 0;
    }
    .map-area .info-box {
        justify-content: flex-start;
        width: 100%;
        padding: 48px 0 0;
    }
}
@media screen and (max-width: 480px) {
    /*메인 팝업*/
    .popup-area {
        width: calc(100% - 32px);
        top: 16px !important;
        left: 50% !important;
        transform: translate(-50%, 0);
    }
    /*footer*/
    footer {
        margin-top: 48px;
    }
    /*공통*/
    .pagination li {
        width: 36px;
        height: 36px;
    }
    .pagination li a {
        font-size: 14px;
    }
    .btn-wrap {
        margin-top: 24px;
    }
    .page-banner {
        height: 50vh;
    }
    .page-banner .content {
        padding: 0 16px;
        word-break: keep-all;
    }
    .page-banner .content > p:first-child {
        font-size: 32px;
    }
    .page-banner .content > p:last-child {
        font-size: 14px;
    }
    .page-banner .sub-menu {
        padding: 18px 12px;
    }
    .page-banner .sub-menu .sub-list button {
        font-size: 14px;
        width: 150px;
        background-position: 132px 50%;
    }
    .page-banner .sub-menu .sub-list button {
        background-size: 16px 16px;
    }
    .location-sub {
        top: 38px;
    }
    .fixed-tit .main {
        font-size: 24px;
    }
    .editor-area {
        padding-top: 48px;
    }
    .fixed-tit .sub {
        font-size: 16px;
    }
    .notice-tit {
        margin-bottom: 48px;
    }
    .notice-tit .tit {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .notice-tit .date {
        font-size: 14px;
    }
    /*메인*/
    .banner-area > .wrap {
        bottom: unset;
        top: 50%;
        transform: translate(-50%, -50%);
        height: unset;
    }
    .banner-area > .wrap .content p:first-child {
        font-size: 32px;
        word-break: keep-all;
        line-height: 1.3;
    }
    .control .navigation > span img{
        height: 12px;
    }
    .pager {
        font-size: 14px;
        min-width: 36px;
    }
    .short-area {
        margin-top: 48px;
    }
    .short-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .short-grid .item:first-child {
        grid-row: unset;
    }
    .short-grid .item {
        width: 100%;
        aspect-ratio: 3 / 2;
    }
    .short-grid .item:first-child::after {
        padding-bottom: unset;
    }
    .short-grid .item .img-box {
        position: relative;
    }
    .fac-area {
        margin-top: 48px;
    }
    .main-tit {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px;
    }
    .main-tit .tit {
        margin-bottom: 24px;
    }
    .main-tit > a {
        font-size: 14px;
    }
    .main-tit > a > img {
        width: 16px;
        height: 16px;
    }
    .main-tit .tit p:first-child {
        margin-bottom: 12px;
    }
    .main-tit .tit p:nth-child(2) {
        font-size: 14px;
    }
    .fac-slider .tit .page-name {
        font-size: 20px;
    }
    .gallery-area {
        margin-top: 48px;
    }
    .notice-area {
        margin-top: 48px;
    }
    .notice-grid .item .img-box {
        margin-bottom: 12px;
    }
    .contact-banner {
        margin-top: 54px;
    }
    .contact-banner .content > p {
        font-size: 14px;
    }
    .contact-banner a {
        aspect-ratio: unset;
        height: auto;
    }
    .contact-banner .content {
        width: calc(100% - 36px);
        padding: 0 24px;
    }
    .contact-banner .content > span {
        font-size: 14px;
    }
    .contact-banner .content > span > img {
        width: 16px;
        height: 16px;
    }
    /*캠핑장 소개*/
    .about-banner {
        margin-bottom: 48px;
    }
    .about-banner .content {
        font-size: 14px;
    }
    /*현장 운영 안내*/
    .oper-area li .content .expl-box p:first-child {
        font-size: 14px;
    }
    /*시설 안내*/
    .fac-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .fac-grid .item .img-box {
        aspect-ratio: 16 / 9;
    }
    .fac-grid .item .tit .page-name {
        font-size: 20px;
    }
    /*이용규칙*/
    .rule-item > p {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .rule-item ul li {
        padding: 24px 12px;
    }
    .rule-item .num-tit {
        font-size: 16px;
    }
    .rule-item .num-tit > b {
        font-size: 16px;
    }
    .rule-item .rule-list {
        font-size: 14px;
    }
    .rule-item .rule-list > p {
        font-size: 14px;
    }
    /*문의하기*/
    .contact-area .expl-box {
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
    }
    .contact-area .input-box .item {
        flex-direction: column;
        row-gap: 12px;
        align-items: flex-start;
    }
    .contact-area .input-box .item > span {
        min-width: 100px;
    }
    .contact-area .terms-box > label > input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    /*공지사항*/
    .search-box {
        flex-direction: column;
        row-gap: 12px;
        align-items: center;
    }
    .notice-grid .item .tit {
        font-size: 14px;
    }
    .notice-grid .item .date {
        font-size: 12px;
    }
    /*오시는 길*/
    .map-area .info-box .center > p {
        font-size: 24px;
    }
    .map-area .info-box .center .box {
        font-size: 14px;
    }
    .map-area .info-box .center a {
        font-size: 14px;
    }
    .map-area .info-box .center a > img {
        width: 16px;
        height: 16px;
    }
}