@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    overscroll-behavior: contain;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
}

#full_zone {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/landing/bg_09.jpg);
    background-size: cover;
    background-position: top center;
    background-blend-mode: multiply;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.6s;
}

.zone-box {
    width: calc(100% - 480px);
}

.section {
    border-right: 1px solid #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.section::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 0;
}

.section:hover::after {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section:last-of-type {
    border-right: 0;
}

/* side */
.intro-nav {
    position: relative;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    padding: 40px 50px;
    width: 480px;
    border-right: 1px solid #ccc;
}

.intro-nav-con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-height: 870px;
}

.intro-nav-con .intro-nav-con-inner {
    margin-bottom: 1vw;
}

.intro-nav-logo {
    display: block;
    width: 260px;
}

.intro-nav-logo img {
    height: 1.563vw;
}

.intro-nav-logo img:nth-of-type(2) {
    margin-top: 0.521vw;
}

/* sub-nav-list */
.intro-nav-list {
    font-size: 18px;
}

.intro-nav-sub {
    display: none;
}

.intro-nav-item {
    position: relative;
    border-top: 1px solid #c9c9c9;
}

.intro-nav-item:last-of-type {
    border-bottom: 1px solid #c9c9c9;
}

.intro-nav-link {
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    height: 3vw;
    transition: 0.6s;
    padding: 0.417vw 0;
}

.intro-nav-link a {
    color: #000;
}

.intro-nav-item:hover .intro-nav-link,
.intro-nav-item .intro-nav-link.active,
.intro-nav-item:hover .intro-nav-link::after,
.intro-nav-item .intro-nav-link.active::after {
    color: #b9975b;
}

.intro-nav-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #b9975b;
    transition: 0.3s;
}

.intro-nav-item:hover::after,
.intro-nav-item.active::after {
    width: 50%;
}

.intro-nav-link span {
    font-weight: 400;
}

.intro-nav-link::after {
    content: '\f105';
    color: #000;
    font-weight: bold;
    font-size: 18px;
    font-family: 'fontawesome';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* intro-quick */
.intro-quick-item>a {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #000;
}

.intro-quick-item>a:hover {
    color: #c5a776;
    font-weight: 500;
}

.intro-quick-icon {
    transition: 0.3s;
    margin: 5px 8px 5px 0;
    margin-right: 8px;
    display: block;
    width:  2.204vw;
    height:  2.204vw;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.intro-quick-item>a:hover .intro-quick-icon {
    background-color: #c5a776;
}

.intro-quick-icon.kakao {
    background-image: url(../images/landing/kakao_icon.png);
}

.intro-quick-icon.map {
    background-image: url(../images/landing/map_icon.png);
}

.intro-quick-icon.calender {
    background-image: url(../images/landing/calender_icon.png);
}

.intro-quick-item>a:hover .intro-quick-icon.kakao {
    background-color: #f9e700;
    background-image: url(../images/landing/kakao_icon_2.png);
}

.intro-quick-item>a:hover .intro-quick-icon.map {
    background-image: url(../images/landing/map_icon_2.png);
}

.intro-quick-item>a:hover .intro-quick-icon.calender {
    background-image: url(../images/landing/calender_icon_2.png);
}

/* intro-contact */
.intro-contact {
    margin-bottom: 15px;
}

.intro-contact-call {
    box-sizing: content-box;
    padding: 0.417vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:  3.906vw;
    background-color: #bc955a;
}

.intro-contact-call>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    height: 100%;
}

.intro-contact-call>div:nth-of-type(1) {
    width: 5.052vw;
    flex: none;
}

.intro-contact-call>div:nth-of-type(2) {
    flex: 1;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.intro-contact-call>div:nth-of-type(2) span {
    margin-top: 0.521vw;
}

.intro-contact-call>div:nth-of-type(2)::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    left: 0px;
    background-color: #fff;
}

.intro-contact-call>div>span {
    font-size: 0.833vw;
}

.intro-contact-call>div>p {
    font-size: 1.875vw;
    margin-bottom: 0.208vw;
    line-height: 1;
}

.intro-contact-call>div>img {
    width: auto;
    height: 2vw;
    margin-bottom: 0.208vw;
}

/* intro-contact-phone */
.intro-contact-phone {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
}

.intro-contact-phone>input {
    width: 33.333%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 2px;
    outline: 0;
}

.intro-contact-phone>button {
    cursor: pointer;
    flex: none;
    box-sizing: border-box;
    background-color: #bc955a;
    color: #fff;
    width: 56px;
    height: 100%;
    border: 0px;
    line-height: 1.3;
}

/* intro-footer */
.intro-footer .sub-text {
    font-size: 14px;
    font-weight: normal;
}

.intro-footer .main-text {
    font-size: 28px;
    font-weight: bold;
}

.intro-footer .main-text span {
    color: #b9975b;
}

.intro-footer-list {
    color: #a7a7a7;
    margin-top: 10px;
    font-size: 11.5px;
}

.intro-footer-item {
    line-height: 1.2;
    display: inline-block;
    word-break: break-all;
}

/* main */
/* section-link */
.section-link {
    transition: 0.3s;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.section-con-top {
    cursor: pointer;
    width: 100%;
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.section-con-top b {
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    padding: 5px 24px;
    width: fit-content;
    margin: 0 auto;
}

.section-con-top i {
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
    display: none;
}

.section-con-top i img {
    width: 3.385vw;
}

.section-con-bottom {
    width: 100%;
    height: 58%;
}

.section-link-title {
    line-height: 1.5;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
}

.section-link-title span {
    box-sizing: content-box;
    font-size: 20px;
    width: 120px;
    margin: 0 auto 5px;
}

.section-link-title span.active {
    border: 1px solid #fff;
}

.section-link-sub {
    color: #fff;
    font-size: 1.823vw;
    margin: 5px 0 0px;
    font-weight: 400;
    text-align: center;
}

.section-link-line {
    display: block;
    width: 70px;
    margin: 60px auto 0;
    transition: all 0.2s;
}

.section-btn-item {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    height: 3.125vw;
    opacity: 0;
    transition: all 0.5s;
    font-weight: bold;
    margin-top:-20px;
}

.section-btn-item:hover {
    background: #b9975b;
    border: 1px solid #b9975b;
}

.section-btn-item2 {
    margin-top: 15px;
}

.section-btn-item2:hover {
    background: #0C5420;
    border: 1px solid #0C5420;
}

.section-btn-item:hover .arrow-btn {
    background: url("../images/landing/lading_arrow3.png") center/cover no-repeat;
}

.section-btn-item .arrow-btn {
    transition: all 0.5s;
    width: 0.781vw;
    height: 1.354vw;
    background: url("../images/landing/lading_arrow3.png") center/cover no-repeat;
    position: absolute;
    right: 10%;
}

.section-btn-item>a {
    color: #fff;
    text-decoration: none;
    outline: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    font-size: 1.146vw;
    position: relative;
}

.section-btn-item:hover>a {
    color: #fff;
}

.section-btn-item>a>p {
    width: 100%;
    padding-left: 10%;
}

.section-btn-item>a>.section-tel-p {
    font-size: 2.6vw;
}

.section-btn-item>a>.section-tel-p .icon_landtel {
    height: 2.6vw;
}

.section-link-list {
    padding: 0 44px;
    font-size: 16px;
    display: flex;
    transform: scale(0);
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.3s;
}

.section-link-item {
    margin: 5px 0;
}

.section-link-item>a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 66px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    transition: 0.3s;
}

.section-link-item>a::after {
    content: '\f105';
    font-size: 18px;
    font-family: 'fontawesome';
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}

.section-link-item>a:hover {
    color: #b9975b;
    background-color: #fff;
}

.section-link-item>a>span {
    font-weight: 400;
}

/* active 상태 */
.section-link.active {
    background-color: rgba(0, 0, 0, 0.4);
}


.section-link.active .section-link-list {
    opacity: 1;
    transform: scale(1);
}

.section-tel {
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.section-tel span {
    color: #bc955a;
    font-size: 26px;
}

/* modal */
.modal-open {
    cursor: pointer;
}

.modal-open>img {
    width: 18px;
}

.modal-checkbox {
    display: none;
}

.modal-checkbox:checked+.modal {
    left: 100%;
    z-index: 9;
    opacity: 1;
}

.modal {
    opacity: 0;
    display: flex;
    transition: left 0.3s;
    flex-direction: column;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 330px;
    left: 90%;
    /* background-color: #fff; */
    background-color: transparent;
}

.modal .modal-head {
    margin-left: 10px;
    display: flex;
    padding: 12px;
    color: #fff;
    font-size: 1.25vw;
    justify-content: space-between;
    background-color: #c5a776;
}

.modal .intro-nav-sub {
    font-size: 18px;
    padding: 0 12px;
    margin-left: 10px;
    display: flex !important;
    flex-direction: column;
    background-color: #fff;
}

.modal .intro-nav-sub-item {}

.modal .intro-nav-sub-item:last-of-type {
    border-bottom: 0;
}

.modal .intro-nav-sub-item>span {
    cursor: default;
}

.modal .intro-nav-sub-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #aaa;
}

.modal .intro-nav-sub-item a>button {
    margin-right: 4px;
    font-size: 14px;
    padding: 8px 12px;
    display: inline-block;
    border: 1px solid #aaa;
    color: #aaa;
    background: #fff;
    cursor: pointer;
}

.modal .intro-nav-sub-item:hover a>button {
    font-weight: bold;
}

.modal .intro-nav-sub-item:hover>a>button {
    border-color: #c5a776;
    color: #c5a776;
}

/* mobile nav btn */
.mo-nav-btn {
    display: none;
}

.mo-footer {
    display: none;
}

.mo-nav-logo {
    display: none;
}

/* modal-alert */
.modal-alert {
    transform: scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    transition-delay: 0.3s;
}

.modal-checkbox:checked+.modal-alert {
    transition-delay: 0s;
    z-index: 9;
    transform: scale(1);
}

.modal-alert .modal-alert-body {
    transform: scale(0);
    width: auto;
    background-color: #fff;
    transition: 0.3s;
    border-radius: 5px;
    max-width: calc(100% - 40px);
}

.modal-alert .modal-alert-body>div {
    word-break: keep-all;
    padding: 20px 40px 20px 20px;
    border-bottom: 1px solid #ccc;
}

.modal-alert .modal-alert-body>div:nth-of-type(2) {
    text-align: right;
    padding: 10px 20px;
    border-bottom: 0;
    color: #c5a776;
}

.modal-checkbox:checked+.modal-alert .modal-alert-body {
    transform: scale(1);
}

/* mouse */
.mouse-icon {
    display: none;
}

.full-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: top center;
    background-blend-mode: multiply;
    opacity: 0;
    transition: 1s;
    z-index: 0;
}

.full-bg.active {
    opacity: 1;
}

.full-bg-1 {
    background-image: url(../images/landing/bg_01.jpg?ver=2);
}

.full-bg-2 {
    background-image: url(../images/landing/bg_02.jpg?ver=2);
}

.full-bg-3 {
    background-image: url(../images/landing/bg_03.jpg?ver=2);
}

.full-bg-4 {
    background-image: url(../images/landing/bg_04.jpg?ver=2);
}

.full-bg-5 {
    background-image: url(../images/landing/bg_05.jpg);
}

.full-bg-6 {
    background-image: url(../images/landing/bg_06.jpg?ver=2);
}

.full-bg-7 {
    background-image: url(../images/landing/bg_07.jpg);
}

.full-bg-8 {
    background-image: url(../images/landing/bg_08.jpg?ver=2);
}

.full-bg-9 {
    background-image: url(../images/landing/bg_09.jpg?ver=4);
}

.dp_pc {
    display: block;
}

.dp_mob {
    display: none;
}

.dp_ft { display:inline-block; }


/* intro 추가  */
.section-link .section-sub-txt span.second_line{ color: #fff; padding-left:10px;  } 


/* height */
@media(min-height:1080px) {
    .intro-nav {
        align-items: flex-start;
    }
}

@media(max-height:800px) {

    .intro-quick-nav {
        margin: 0.521vw 0;
    }

    .intro-quick-icon {
        width: 2.083vw;
        height: 2.083vw;
    }

    .intro-contact-call {
        height: 60px;
    }

    .intro-contact-phone {
        height: 38px;
    }

    .intro-contact-call>div:nth-of-type(2) span {
        margin-top: 0;
    }

    .intro-footer .main-text {
        font-size: 24px;
    }

    .intro-footer .sub-text {
        font-size: 12px;
    }

    .dp_pc {
        display: none;
    }

    .dp_ft {
        display: none;
    }

    .dp_mob {
        display: block;
    }
}

/* width */
@media(max-width:1600px) {
    .intro-nav {
        width: 380px;
        padding: 20px;
    }

    .zone-box {
        width: calc(100% - 380px);
    }

    .section-link-list {
        padding: 0 20px;
    }

    .section-link-item>a {
        padding: 0 10px;
    }

    .section-link-item>a::after {
        right: 10px;
    }
}

@media(max-width:1280px) {
    .intro-nav {
        width: 300px;
        padding: 20px;
    }
    .intro-nav-item {
        padding: 0.417vw 0;
    }

    .zone-box {
        width: calc(100% - 300px);
    }

    .intro-nav-logo {
        width: 200px;
    }

    .section-link-item>a {
        font-size: 14px;
        height: 50px;
    }

    .intro-contact-call>div:nth-of-type(1) {
        width: 62px;
    }

    .intro-contact-call>div>span {
        font-size: 14px;
    }

    .intro-contact-call>div>p {
        font-size: 31px;
    }

    .intro-footer .main-text {
        font-size: 24px;
    }

    .intro-quick-item>a,
    .modal .intro-nav-sub {
        font-size: 16px;
    }

    .modal .modal-head {
        font-size: 20px;
    }

}

@media(max-width:1024px) {
    body {
        display: block;
        background: #000 !important;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translateZ(0);
    }

    body.scorll-on {
        overflow: auto;
    }

    .zone-box {
        width: 100%;
    }

    #full_zone {
        position: relative;
        grid-template-columns: repeat(2, 6fr);
    }

    .section {
        width: 100%;
        height: 100%;
    }

    .mo-header {
        width: 100%;
        height: 55px;
        background: #c5a776;
    }


    /* test */
    /* #full_zone {
    background-image: none !important;
    transition: 0s !important;
  }

  .section {
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: 1s;
  }

  .section.active {
    z-index: 0;
    bottom: 0;
    opacity: 1;
    transition: 1s opacity;
  }

  .full-bg {
    display: none;
  } */

    /* text-end */
    /* mo-nav-btn */
    .mo-nav-btn {
        width: auto;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 99;
        width: 55px;
        height: 55px;
        display: block;
        cursor: pointer;
    }

    .mo-nav-btn.active {
        right: 5px;
        left: auto;
    }

    .mo-nav-logo {
        display: block;
        z-index: 99;
        position: fixed;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .mo-nav-logo img {
        width: 110px;
    }

    .mo-nav-btn>span {
        position: absolute;
        top: 15px;
        left: 20px;
        display: block;
        width: 30px;
        height: 3px;
        background-color: #fff;
        transition: 0.3s;
    }

    .mo-nav-btn>span:nth-of-type(2) {
        top: 25px;
    }

    .mo-nav-btn>span:nth-of-type(3) {
        top: 35px;
    }

    .intro-nav.active {
        left: 0;
    }

    .mo-nav-btn.active span {
        top: 25px;
        transform: rotate(45deg);
    }

    .mo-nav-btn.active span:nth-of-type(2) {
        opacity: 0;
        transform: rotate(90deg);
    }

    .mo-nav-btn.active span:nth-of-type(3) {
        transform: rotate(-45deg);
    }

    .intro-nav {
        transition: 0.3s;
        padding: 0;
        align-items: flex-start;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        z-index: 9;
        position: fixed;
        left: -100%;
    }

    .intro-nav-con {
        overflow: auto;
        justify-content: flex-start;
    }

    .intro-nav-con a:nth-of-type(2) {
        display: none;
    }

    .intro-nav-logo {
        display: none;
        height: 55px;
        padding: 0;
        width: 100%;
        /* display: flex; */
        background-color: #c5a776;
    }

    .intro-nav-logo>img {
        display: none;
    }

    .intro-nav-list {
        width: 100%;
        padding-top: 20px;
        overflow: hidden;
    }

    .intro-nav-item {
        border: 0 !important;
    }

    .intro-nav-item:last-of-type {
        padding-bottom: 30px;
        position: relative;
    }

    .intro-nav-item:last-of-type::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        display: inline-block;
        width: calc(100% - 40px);
        height: 2px;
        background-color: #826857;
    }

    .intro-nav-item br {
        display: none;
    }

    .intro-nav-item::after {
        display: none !important;
    }

    .intro-nav-link {
        padding: 0 20px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        height: 12vw;
    }

    .intro-nav-link::after {
        content: '\f107';
    }

    .intro-nav-link.active::after {
        content: '\f106';
    }

    .intro-nav-link span {
        margin-left: 5px;
        font-size: 12px;
    }

    .intro-nav-sub {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 10px;
        background-color: #f8f8f8;
    }

    .intro-nav-sub-item {
        padding: 10px;
    }

    .intro-nav-sub-item>span {
        cursor: pointer;
    }

    .intro-nav-sub-item>a>button {
        display: none;
    }

    .intro-nav-sub-item>a {
        color: #000;
    }

    .intro-footer {
        padding: 20px 20px 0;
        position: absolute;
        bottom: 145px;
    }

    .intro-contact-phone {
        height: 62px;
    }

    .intro-footer-list {
        display: none;
    }

    /* mobile - footer-bar */
    .intro-quick-nav,
    .intro-contact-call {
        display: none;
    }

    /* modal */
    .modal {
        display: none !important;
    }

    /* 페이지 */
    #full_zone {
        width: 100%;
        transition: 0.9s cubic-bezier(0.19, 0.6, 0.15, 0.99);
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        background: #fff;
    }

    /* #full_zone {
    background-image: url(../images/landing/bg_01.jpg) !important;
  } */
    .section {
        border-right: 0;
        background-size: cover;
        background-position: center;
    }

    .section.s1 {
        background-image: url(../images/landing/bg_01.jpg?ver=220525);
    }

    .section.s2 {
        background-image: url(../images/landing/bg_02.jpg?ver=220525);
    }

    .section.s3 {
        background-image: url(../images/landing/bg_03.jpg?ver=220525);
    }

    .section-link {
        background-color: rgba(0, 0, 0, 0.3);
        top: 0;
        height: 100%;
    }

    .section-link.active {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .section-con-top {
        height: 40%;
    }

    .section-con-bottom {
        height: 58%;
    }

    .section-link-list {
        max-width: 320px;
        margin: 0 auto;
    }

    .section-link-item>a {
        height: 50px;
        align-items: center;
        line-height: 1.2;
        justify-content: center;
    }

    .section-link-item>a::after {
        display: none;
    }

    /* mo-footer */
    .mo-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #fff;
        width: 100%;
        height: 70px;
        z-index: 99;
    }

    .footer-quick-nav {
        display: flex;
        height: 70px;
        align-items: center;
    }

    .footer-quick-item {
        width: 80px;
        flex: none;
    }

    .footer-quick-item.call {
        flex: 1;
    }

    .footer-quick-item>a {
        position: relative;
        padding: 5px;
        font-size: 12px;
        font-weight: 400;
        color: #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-quick-item>a::after {
        content: '';
        display: inline-block;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 90%;
        background-color: #fff;
        position: absolute;
        right: 0;
    }

    .footer-quick-item.call>a::after {
        display: none;
    }

    .footer-quick-icon {
        transition: 0.3s;
        display: block;
        width: 40px;
        height: 30px;
        background-size: 60%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .footer-quick-icon.kakao {
        background-image: url(../images/landing/kakao_icon_3.png?ver=2);
    }

    .footer-quick-icon.calender {
        background-image: url(../images/landing/calender_icon_2.png?ver=2);
    }

    .footer-quick-icon.map {
        background-image: url(../images/landing/map_icon_2.png?ver=2);
    }

    .footer-quick-item>.footer-quick-call {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .footer-quick-item>.footer-quick-call>div {
        display: flex;
        align-items: center;
    }

    .footer-quick-item>.footer-quick-call>div>img {
        width: 26px;
        margin-right: 10px;
    }

    .footer-quick-item>.footer-quick-call>div>p {
        font-size: 21px;
        font-weight: bold;
        color: #c5a776;
    }

    /* mouse */
    .mouse-icon {
        display: block;
        position: fixed;
        z-index: 20;
        left: 50%;
        bottom: 25px;
        width: 20px;
        height: 35px;
        margin: 0 0 0 -12px;
        border: 2px solid #fff;
        border-radius: 16px;
    }

    .mouse-icon.none {
        display: none;
    }

    .mouse-icon .wheel {
        position: relative;
        top: 4px;
        width: 5px;
        height: 5px;
        margin: 0 auto;
        background: #fff;
        border-radius: 10px;
    }

    .mouse-icon .wheel {
        -webkit-animation: drop 1s linear infinite;
        animation: drop 1s linear infinite;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }

    .mouse-icon {
        display: none;
        position: fixed;
        z-index: 20;
        left: 50%;
        bottom: 85px;
        width: 20px;
        height: 35px;
        margin: 0 0 0 -12px;
        border: 2px solid #fff;
        border-radius: 16px;
    }

    .mouse-icon:after {
        content: "FOREST Think";
        display: block;
        width: 100px;
        position: absolute;
        left: calc(50% + 20px);
        transform: translateX(-50%);
        top: -30px;
        margin-left: -17px;
        font-weight: 200;
        font-size: 14px;
        color: #fff;
    }

    @keyframes drop {
        0% {
            top: 4px;
            opacity: 0;
        }

        30% {
            top: 8px;
            opacity: 1;
        }

        100% {
            top: 22px;
            opacity: 0;
        }
    }
}

@media(max-width:640px) {
    .section.s1 {
        background-image: url(../images/landing/bg_01-01.jpg?ver=250429);
    }

    .section.s2 {
        background-image: url(../images/landing/bg_01-03.jpg?ver=230627);
    }

    .section.s3 {
        background-image: url(../images/landing/bg_01-04.jpg?ver=230627);
    }

    .section.s4 {
        background-image: url(../images/landing/bg_01-04.png?ver=3);
    }

    .section.s5 {
        background-image: url(../images/landing/bg_01-05.png?ver=3);
    }

    .section.s6 {
        background-image: url(../images/landing/bg_01-06.png?ver=3);
    }

    .section .section-con-top {
        height: 10%;
    }

    .section.s3 .section-con-top, .section.s6 .section-con-top {
        height: 40%;
    }


    .section-link-line {
        display: none;
    }

    .section-btn-item {
        width: 90%;
        height: 60px;
        margin-top: 20px;
        display: flex;
        opacity: 1;
        border-radius: 10px;
        height: 7vw;
    }

    .section.s2 .section-btn-item {
        height: 7vw;
    }

    .section-btn-item:nth-of-type(2) {
        margin-top: 20px;
    }

    .section-btn-item:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .section-btn-item:hover a {
        color: #fff;
    }

    .section-btn-item>a {
        gap: 0px;
    }

    .section-btn-item .arrow-btn {
        background: none;
        position: relative;
        width: px;
    }

    .section-btn-item:hover .arrow-btn {
        background: none;
    }

    .section-btn-item .arrow-btn::after {
        content: '\f105';
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        font-family: 'fontawesome';
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
    }

    .section-link-title span {
        font-size: 18px;
        padding: 0 0 2px 0;
        font-weight: 400;
    }

     .section-link-title {
        font-size: 20px;
    }

    .section-link-title span {
        width: 90px;
    }

    .section-link-sub {
        margin: 10px 0 0px;
        font-size: 24px;
    }

    .footer-quick-item {
        width: 20%;
    }

    .footer-quick-item>.footer-quick-call>div>p {
        font-size: 18px;
    }

    .intro-nav-item>label {
        font-size: 18px;
    }

    .intro-nav-sub-item {
        font-size: 14px;
    }

    .intro-nav-sub {
        position: relative;
        width: 95%;
    }

    .intro-nav-sub::-webkit-scrollbar {
        width: 15px;
    }

    .intro-nav-sub::-webkit-scrollbar-thumb {
        background-color: #bc955a;
        border-radius: 10px;
    }

    .intro-nav-sub::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

    .intro-nav-sub-item>a {
        width: 100%;
    }

    .section-con-top {
        height: 10%;
    }

    .section-btn-item>a {
        font-size: 14px;
    }

    .section-link .section-sub-txt {
        font-size: 12px;
        opacity: 1;
        display: block;
        color: #fff;
        text-align: left;
        padding-left: 2vw;
        margin-top: 10px;
        word-break: keep-all;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .section-link .section-sub-txt span {
        color: yellow;
    }

    .section-link .section-sub-txt span.second_line{ padding-left:0px;  }     

    .section.s4 .section-btn-item .arrow-btn {
        right: 3%;
    }
}

@media(max-width:480px) {
    #full_zone {
        gap: 1px;
    }

    .section {
        width: calc(50% - 0.5px);
        background-size: cover;
    }


    .section-btn-item {
        margin-top: 20px;
    }

    .section-btn-item>a {
        font-size: 14px;
    }

    .section-link-sub {
        font-size: 16px;
    }

    .section-link-sub {
        display: none;
    }

    .section-btn-item {
        margin-top: 8px;
        width: 90%;
    }

    .section-btn-item:nth-of-type(2) {
        margin-top: 10px;
    }

    .intro-contact {
        display: none;
    }

    .section-link.active .section-sub-txt {
        font-size: 12px;
    }
}

@media(max-width:360px) {
    .mo-nav-logo {
        width: 110px;
    }

    .mo-nav-logo img {
        width: 100%;
    }

    .section-btn-item p {
        font-size: 14px;
    }

    .section-btn-item .arrow-btn::after {
        font-size: 12px;
    }

    .section-btn-item {
        height: 7.5vw;
    }

    .section-btn-item p {
        font-size: 12px;
    }

    .footer-quick-item>.footer-quick-call>div>p {
        font-size: 14px;
    }
}

@media(max-height:620px) {
    .section-con-top {
        height: 50%;
    }

    .section-con-bottom {
        height: 65%;
    }

    .section-link-title {
        font-size: 32px;
    }

    .section-link-title span {
        width: 60px;
        font-size: 18px;
    }

    .section-link-sub {
        margin: 5px 0 10px;
        font-size: 18px;
    }

    .section-link-item>a {
        height: 50px;
    }

    .section-link-item {
        margin: 3px 0;
    }
}

@media (max-width:1024px) and (max-height:600px) {}

/* 220427추가 */
.intro-contact-call {
    padding: 0;
    height: 4.635vw;
    background: #fff;
    border: 1px solid #bc955a;
    transition: 0.3s;
}

.intro-contact-call:hover {
    background: #bc955a;
}


.intro-contact-call>div:nth-of-type(1) {
    background: #bc955a;
}

.intro-contact-call>div:nth-of-type(2) {
    position: relative;
}

.intro-contact-call>div .nomal,
.intro-contact-call>div .hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20%;
}

.intro-contact-call>div .nomal p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #59575b;
}

.intro-contact-call>div .nomal span {
    font-size: 28px;
}

.intro-contact-call>div .hover {
    color: #fff;
    opacity: 0;
}

.intro-contact-call>div .hover span {
    margin-top: 5px;
    font-size: 16px;
}

.intro-contact-call>div .hover p {
    font-size: 34px;
}

.intro-contact-call:hover>div .nomal {
    opacity: 0;
}

.intro-contact-call:hover>div .hover {
    opacity: 1;
}

@media(max-width:1280px) {

    .intro-contact-call>div:nth-of-type(1) {
        width: 72px;
    }

    .intro-contact-call>div .nomal p,
    .intro-contact-call>div .hover span {
        font-size: 14px;
    }

    .intro-contact-call>div .nomal span,
    .intro-contact-call>div .hover p {
        font-size: 20px;
    }
}