/*
Theme Name: enfold-child
Template: enfold
Theme URI: xxxx
Description: xxxx
Author: xxxx
Author URI: xxxx
Version: xxxx
*/

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap);

body {
    font-family: 'Spoqa Han Sans Neo', 'Poppins', 'Nanum Myeongjo' sans-serif;
}

/* 헤더 pc */
@media screen and (min-width: 769px) {
    .main_menu {
        transform: translateX(50%);
        right: 50%;
    }

    #avia-menu>li>a {
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
    }

    .av-main-nav>li>a {
        padding: 0 28px;
    }

    .avia-standard-logo>a {
        display: flex;
        align-items: center;
    }

    .avia-standard-logo>a img {
        width: 250px !important;
    }

    .av_minimal_header_shadow {
        box-shadow: none !important;
    }

    #header_main {
        border: none;
    }

    /* 헤더 네비게이션 메뉴 */
    .active-nav-txt {
        color: #000000;
    }

    .bg-warp {
        position: absolute;
        width: 100%;
        height: 175px !important;
        top: 100%;
        left: 0;
        background: #ffffff;
        display: none;
        border-top: 1px solid #ededed;
    }

    .active-right-menu {
        border-color: #000000 !important;
        color: #000000;
    }

    .active-right-menu02 {
        color: #000000;
    }

    .sub-menu-active {
        box-shadow: none !important;
        border: none !important;
        text-align: center !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 100% !important;
    }

    #top .av-main-nav ul a {
        display: none;
    }

    #top .av-main-nav ul a {
        font-size: 15px;
        padding: 6px 15px;
        word-break: keep-all;
    }

    #top .av-main-nav ul a:hover {
        background: none;
        font-weight: 500;
    }

    #top #header.av_minimal_header .main_menu ul:first-child>li>ul {
        margin-top: 9px;
    }

}

#scroll-top-link {
    display: none;
}

#login h1 a {
    width: 320px !important;
    background-repeat: no-repeat;
    background-size: contain;
}

.av-hamburger-inner,
.av-hamburger-inner::before,
.av-hamburger-inner::after {
    height: 2px;
}

.av-hamburger-line {
    height: 1px;
    width: 20px;
}

.av-hamburger-line::before,
.av-hamburger-line::after {
    height: 1px;
    width: 20px;
}

#av-burger-menu-ul {
    display: block !important;
    padding-top: 170px !important;
}

/* 서브 네비게이션 메뉴 */
#gb_bread {
    border-bottom: 1px solid #e2e2e2;
}

#gb_bread .gdlr-core-item-pdlr {
    padding: 0;
}

#gb_bread_wrap {
    font-size: 0;
}

#gb_bread_wrap .go_home {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 50px;
    border: 1px solid #e2e2e2;
    border-top: none;
    border-bottom: none;
}

#gb_bread_wrap .go_home a {
    display: block;
}

#gb_bread_wrap a .dashicons {
    font-family: dashicons, sans-serif !important;
    height: 50px;
    width: 50px;
    color: #a9a9a9;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gb_bread_wrap .menu1_wrap {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    padding: 0 25px;
    min-width: 200px;
    position: relative;
    cursor: pointer;
}

#gb_bread_wrap .menu2_wrap {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 0 25px;
    min-width: 200px;
    position: relative;
    cursor: pointer;
    width: 200px;
}

#gb_bread_wrap .menu1_wrap .dashicons-arrow-down,
#gb_bread_wrap .menu2_wrap .dashicons-arrow-down {
    font-family: dashicons, sans-serif !important;
    position: absolute;
    right: 15px;
    top: 38%;
    color: #333;
    transform: translateY(-50%);
}

#gb_bread_wrap .menu_open {}

#gb_bread_wrap .menu_open span {
    color: #444444;
    font-size: 14px;
}

#gb_bread_wrap .menu_open ul {
    margin: 0;
    position: absolute;
    background: #ffffff;
    top: 1005;
    width: 101%;
    left: 0;
    display: none;
    margin-left: -1px;
    border: 1px solid #ebebeb;

}

#gb_bread_wrap .menu2_wrap .menu_open ul {
    background: #ffffff;
    width: 101.5%;
}

#gb_bread_wrap .menu_open ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2;
    border-bottom: 1px solid #ebebeb;
}

#gb_bread_wrap .menu_open ul li:last-child {
    border-bottom: none;
}

#gb_bread_wrap .menu_open ul li:hover {
    background-color: #e2e2e2;
}

#gb_bread_wrap .menu_open ul li a {
    display: block;
    color: #444444;
    padding: 7px 25px;
    font-size: 12px;
}

.sub-nav {
    min-height: auto;
    position: relative;
    z-index: 2;
}

.sub-nav .container {
    max-width: 1250px;
}

.sub-foot .container,
.sub-tab .container {
    max-width: 1300px;
}

.sub-nav .av-content-full {
    padding: 0;
}

/* 푸터 */
.copyright {
    width: 100%;
}

footer {
    background-color: #000000 !important;
    border: none !important;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: flex-end;
}

.footer-box01 {
    width: 15%;
}

.footer-box02 {
    width: 65%;
    color: #909090;
}

.footer-box03 {
    width: 35%;
    color: #666;
    padding-top: 0;
    font-size: 12px;
    text-align: right;
}

.footer-logo {
    width: 40%;
}

.footer-box02 > div:nth-child(1) {
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-box02 > div:nth-child(1) img {
    width: 180px;
}

.footer-box02 > div:nth-child(2) {
     display: flex;
    gap: 10px;
    color: #ccc;
    font-size: 13px;
}

.footer-box02 > div:nth-child(2) a {
    color: #ccc;
}

.footer-box02 > div:nth-child(2) > div span:nth-child(2) {
    padding: 0 5px;
}

.footer-box02 > div:nth-child(3) {
    font-size: 12px;
    padding-top: 5px;
    color: #666;
}

.footer-box03>div {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding-bottom: 5px;
}

.footer-box03>div a {
    color:#dddddd

}

.footer-box03>div a:hover {
    color: #dddddd;
}

.footer-box03 span:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-box03 span:last-child {
    color: #dddddd;
    font-size: 25px;
    padding-left: 15px;
    padding-right: 20px;
}

/* 메인 */
.main-section-life {
    height: 85vh;
}

.main-section {
    height: 100vh;
    overflow: hidden;
}

.main-section-100 {
    height: 100%;
}

.main-section-mo {
    height: 100%;
}

#layer_slider_1 {
    z-index: 1;
    height: 100vh !important;
}

#layer_slider_1>div {
    height: 100vh;
}

#layer_slider_1 img {
    height: 100vh !important;
}

.ls-circle-timer {
    display: none !important;
}

.main-bg-txt01 {
    font-size: 18px;
    position: relative;
    width: 175px;
}

.main-bg-txt01::after {
    content: '';
    width: 55px;
    height: 1px;
    display: block;
    background-color: #ffffff;
    position: absolute;
    right: -68px;
    top: 50%;
    transform: translateY(-50%);
}

.main-bg-txt02 {
    font-size: 50px;
    line-height: 66px !important;
    font-weight: 700;
}

.main-bg-txt03 {
    font-size: 16px;
    line-height: 28px !important;
    font-weight: 500;
}

.main-section .container,
.main-section-mo .container,
.main-section-100 .container,
.main-section-life .container{
    padding: 0 !important;
    margin: 0;
    max-width: 100% !important;
    width: 100% !important;
}

.main-section .container main,
.main-section-mo .container main,
.main-section-100 .container main,
.main-section-life .container main {
    padding: 0;
}

.main-section .content,
.main-section-mo .content,
.main-section-100 .content,
.main-section-life .content {
    padding-top: 0;
}

.main-section01-pc {
    background: url(/wp-content/uploads/2025/12/PC-main.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.main-section01-pc .txtbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
}

.main-section01-tit {
    font-size: 24px;
    line-height: normal;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
}

.main-section01-subtit {
    font-size: 70px;
    line-height: normal;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24%;
    font-weight: bold;
}

.main-section01-title {
        /* position: absolute; */
    /* transform: translateX(-50%); */
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 14px;
}

.main-section01-title div {
    line-height: normal;
}

.main-section01-title > div:nth-child(1),
.main-section01-title > div:nth-child(5) {
    font-size: 24px;
    color: #e2d5bf;
}

.main-section01-title > div:nth-child(3) {
    font-size: 24px;
    color: #e2d5bf;
}

.main-section01-title > div:nth-child(2),
.main-section01-title > div:nth-child(4) {
    width: 50px;
    height: 1px;
    background-color: #e2d5bf;
}

.main-section01-subtitle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24%;
    display: flex;
}

.main-section01-subtitle > div {
    padding: 5px 17px;
    font-size: 22px;
}

.main-section01-subtitle > div:first-child {
    color: #000;
    
    background-color: #ffffff;

}

.main-section01-subtitle > div:last-child {
    color: #ff9600;
    background-color: #261b18;
}

.main-section01-subtitle-02 {
    display: flex;
    color: #fff;
    font-size: 44px;
    letter-spacing: 33px;
    font-weight: 500;
    color: #000;
    width: 100%;
    line-height: normal;
    text-align: center;
    justify-content: center;
    font-family: 'Spoqa Han Sans Neo';
    padding-top: 10px;
} 

.main-section01-subtitle-02 strong {
    font-weight: 300;
    color: #000;
}

.main-section01-circle {
    position: absolute;
    bottom: 12%;
    right: 4%;
}

.main-section01 img {
    width: 100%;
    height: 100vh;
}

.main-section01 .avia-image-container-inner,
.main-section02 .avia-image-container-inner {
    width: 100%;
}

.main-section02 img {
    width: 100%;
    height: 100vh;
}

.main-section03 {
    padding-top: 0px;
}

.main-section03-tit {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #4f4d4d;
    letter-spacing: -1px;
    padding-top: 70px;
    font-family: 'Nanum Myeongjo' !important;
}

.main-section03-subtit {
    text-align: center;
    font-size: 40px;
    line-height: normal;
    letter-spacing: -0.25px;
    font-weight: 500;
    margin-top: 15px;
    font-family: 'Nanum Myeongjo' !important;
    letter-spacing: -3px;
    color: #b8ac97;
}

.main-section-slider {
    position: relative;
    margin-top: 50px;
}

.main-section-slider-left {
    position: absolute;
    width: 44%;
    z-index: 1;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.6); */
    padding: 110px 0px 0px 365px;
    color: #ffffff;
}

.main-section03 .container .template-page {
    padding-bottom: 0 !important;
}

.main-section03-new {
    text-align: center;
    position: relative;
    height: 1400px;
}

.main-section03-new .bg-color {
    width: 100%;
    height: 400px;
    background-color: #4c3d2e;
}

.main-life-new .container {
    max-width: 100% !important;
    padding: 0 !important;
}

.main-life-new .template-page {
    padding: 0 !important;
}

.main-section03-new .img {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
}

.main-section03-bo-title {
    display: flex;
    justify-content: center;
}

.main-section03-bo-title > div{
    display: flex;
    justify-content: center;
    line-height: normal;
    align-items: center;
    margin-top: 60px;
    width: 1200px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}

.main-section03-bo-title > div > div:nth-child(1),
.main-section03-bo-title > div > div:nth-child(5) {
    font-size: 24px;
    color: #b8ac97;
    letter-spacing: -1px;
}

.main-section03-bo-title > div > div:nth-child(2),
.main-section03-bo-title > div > div:nth-child(4) {
    width: 320px;
    height: 1px;
    background-color: #ddd;
    margin: 0 43px
}

.main-section03-bo-title > div > div:nth-child(3) {
    font-size: 32px;
    color: #4c3d2e;
    font-family: 'Montserrat' !important;
}

.main-section03-bo-title > div > div:nth-child(3) b {
    color: #4c3d2e;
}

.main-section03-slick {
}


.main-section03-slick-mo .sectiion03-slick-box {
    margin: 0 5px;
    filter: brightness(60%);
}

.sectiion03-slick-box img {
    width: 100%;
    height: 630px;
}

.section03-slick-arrow {
    display: flex;
    margin-top: 30px;
}

.section03-slick-arrow-tit {
    font-size: 132px;
    line-height: normal;
    font-weight: 500;
    color: #b8ac97;
    font-family: 'Nanum Myeongjo' !important;
}

.section03-slick-arrow-subtit {
    font-size: 18px;
    line-height: normal;
    font-weight: 300;
    margin-top: 10px;
}

.section03-slick-arrow-subtit2  {
    font-size: 36px;
    line-height: normal;
    font-weight: 600;
    color: #4c3d2e;
    margin-top: 0;
}

.section03-slick-arrow-subtit3 {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    padding-top: 15px;
}

.main-section03 .slick-list {
    height: 100%;
}

.main-section03 .slick-center {
    transform: translateY(-35px);
    transition: transform 0.3s ease;
    filter: brightness(100%);
}

.main-section03-slick-mo .slick-center {
    transform: translateY(-20px) !important;
    transition: transform 0.3s ease;
    filter: brightness(100%);
}

.mark-prev, .mark-next {
    cursor: pointer;
}

.section03-img-box {
    text-align: center;
    margin-top: 150px;
}

.main-border-line {
    display: flex;
    justify-content: center;
    margin-bottom: 15px
}

.main-border-line div {
    height: 65px;
    background-color: #b1b1b1;
    width: 2px;
}

/* .mark-prev,
.mark-next {
    display: block !important;
    border-radius: 50%;
    border: 2px solid #dddddd !important;
    width: 60px;
    height: 60px;
    cursor: pointer;
} */


/* .mark-prev::before {
    content: '';
    border: 1px solid #b3b0b0;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    width: 20%;
    height: 20%;
    transform: rotate(-45deg);
    top: 21px;
    right: 23%;
}

.mark-prev::after {
    content: '';
    width: 50px;
    height: 1px;
    background: #b3b0b0;
    transform-origin: 0 100%;
    transform: rotate(0deg);
    position: absolute;
    top: 26.5px;
    right: -24px;
}

.mark-next::before {
    content: '';
    border: 1px solid #b3b0b0;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    width: 20%;
    height: 20%;
    transform: rotate(135deg);
    top: 21px;
    left: 23%;
}

.mark-next::after {
    content: '';
    width: 50px;
    height: 1px;
    background: #b3b0b0;
    transform-origin: 0 100%;
    transform: rotate(0deg);
    position: absolute;
    top: 26.5px;
    left: -24px;
} */

.main-section04 {
    background-image: url(/wp-content/uploads/2025/04/김제국제미소래-PC-main_bg_01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100% !important;
    padding-top: 0px;
    padding-bottom: 118px;
}

.main-section04-wrap {
    display: flex;
    height: 100vh;
}

.section04-box01,
.section04-box02,
.section04-box03,
.section04-box04 {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    transform: translateX(0);
    transition: all 0.4s ease-out;
    filter: brightness(50%);
}

.section04-box01 {
    background-image: url(/wp-content/uploads/2024/08/240828_designfun_main_04_1.jpg);
}

.section04-box02 {
    background-image: url(/wp-content/uploads/2024/08/240828_designfun_main_04_2.jpg);
}

.section04-box03 {
    background-image: url(/wp-content/uploads/2024/08/240828_designfun_main_04_3.jpg);
}

.section04-box04 {
    background-image: url(/wp-content/uploads/2024/08/240828_designfun_main_04_4.jpg);
}

.bigger {
    width: 45%;
    transform: translateX(0);
    filter: brightness(100%);
}

.section04-txt01 {
    font-size: 26px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 30px;
}

.section04-txt02 {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 30px;
}

.section04-txt03 {
    width: 1px;
    height: 65px;
    background-color: #cccccc;
    margin-bottom: 30px;
}

.section04-txt04 {
    font-size: 20px;
    font-weight: 500;
}

.main-section05-wrap-box {
    width: 100%;
    height: 100vh;
    position: relative;
}

.main-section05-wrap-box>div {
    height: 100vh;
    position: absolute;
    width: 100%;
    background-size: cover;
}

.main-section05-wrap01 {
    background-image: url(/wp-content/uploads/2024/09/240828_designfun_main_05_1.jpg);

}


.main-section05-wrap02,
.main-section05-wrap03,
.main-section05-wrap04 {
    display: none;
}

.main-section05-wrap02 {
    background-image: url(/wp-content/uploads/2024/09/240828_designfun_main_05_2.jpg);
}

.main-section05-wrap03 {
    background-image: url(/wp-content/uploads/2024/09/240828_designfun_main_05_3.jpg);
}

.main-section05-wrap04 {
    background-image: url(/wp-content/uploads/2024/09/240828_designfun_main_05_4.jpg);
}

.section05-left {
    width: 50%;
    background-color: rgba(8, 22, 80, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    position: absolute;
    height: 100vh;
    z-index: 1;
}

.section05-right {
    width: 50%;
}

.section05-txt01 {
    font-size: 20px;
    line-height: normal;
    font-weight: 200;
    margin-bottom: 25px;
    color: #ffffff;
}

.section05-txt02 {
    font-size: 40px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 40px;
}

.section05-txt03 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 200;
    margin-bottom: 70px;
    color: #ffffff;
    height: 96px;
}

.section05-txt04 {
    display: flex;
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
}

.section05-txt04>div:nth-child(1)::after,
.section05-txt04>div:nth-child(2)::after,
.section05-txt04>div:nth-child(3)::after {
    content: '|';
    margin: 0 10px;
    opacity: 0.5 !important;
}

.section05-txt04>div {
    cursor: pointer;
    opacity: 0.5;
}

.sec05-active {
    opacity: 1 !important;
    transition: opacity 0.2s ease-in-out;
    display: block !important;
}

.section05-txt02-btn01,
.section05-txt02-btn02,
.section05-txt02-btn03,
.section05-txt02-btn04,
.section05-txt03-btn01,
.section05-txt03-btn02,
.section05-txt03-btn03,
.section05-txt03-btn04 {
    display: none;
}

.main-section05-wrap.fade {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.main-section06 {
    background-image: url(/wp-content/uploads/2024/08/240828_designfun_main_06_bg.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
}

.main-section06-wrap {
    color: #ffffff;
    text-align: center;
}

.main-section06-wrap>div:nth-child(1),
.main-section06-wrap>div:nth-child(3) {
    font-size: 26px;
    font-weight: 500;
}

.main-section06-wrap>div:nth-child(2) {
    margin: 50px 0;
}

.main-section06-wrap>div:nth-child(2) img {
    width: 50%;
}

.main-section07 {
    /* background-image: url(/wp-content/uploads/2024/08/240828_designfun_main_7_bg.jpg); */
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
}

.main-section07-wrap {
    text-align: center;
    color: #ffffff;
}

.sub-tit {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}

.section07-flex {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.section07-flex img {
    width: 920px;
}

.section07-flex>div {
    width: 29%;
}

.section07-flex>div:first-child {
    margin-right: 30px;
}

.section07-flex>div:last-child {
    margin-left: 30px;
}

.section07-flex>div>div:last-child {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.section07-flex>div>div:last-child a {
    color: #444444;
    border: 1px solid #444444;
    padding: 2.5%;
    font-size: 14px;
    font-weight: 500;
    width: 47%;
    border-radius: 25px;
}

/* 해남 정하에코프라임 */
.main-section02-box {
    position: relative;
    display: flex;
    width: 300vw;
    height: 100vh;
    left: 0;
}

.main-section02-box .h-panel {
    flex: 0 0 100vw;
    height: 100vh;
    display: flex;
}

.main-section02-box .main-section02-a .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 160px;
}

.main-section02-box .main-section02-a .left .txt01,
.main-section03-box .txt01 {
    color: #be9975;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    font-family: 'Poppins';
}

.main-section02-box .main-section02-a .left .txt02,
.main-section03-box .txt02 {
    font-family: 'Nanum Myeongjo' !important;
    color: #000;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    padding-top: 35px;
}

.main-section02-box .main-section02-a .left .txt03,
.main-section03-box .txt03 {
    font-size: 14px;
    line-height: 28px;
    padding-top: 40px;
    letter-spacing: 0.5px;
}

.main-section02-box .main-section02-a .right {
    width: 50%;
    height: 100vh;
  
}

.main-section02-box .main-section02-a .right img {
    width: 100%;
    height: 100%;
}

.main-section02-box .main-section02-b,
.main-section02-box .main-section02-c {
    display: flex;
    background-color: #e0e0e0;
}

.main-section02-box .main-section02-b .left,
.main-section02-box .main-section02-c .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 160px;
    padding-bottom: 50px;
}

.main-section02-box .main-section02-b .left .txt01,
.main-section02-box .main-section02-c .left .txt01 {
    font-family: 'Poppins';
    color: #000;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.main-section02-box .main-section02-b .left .txt02,
.main-section02-box .main-section02-c .left .txt02 {
    font-family: 'Nanum Myeongjo' !important;
    color: #000;
    font-size: 28px;
    font-weight: 800;
    line-height: normal;
    padding-top: 30px;
}

.main-section02-box .main-section02-b .left .txt03,
.main-section02-box .main-section02-c .left .txt03 {
    font-size: 14px;
    line-height: 30px;
    padding-top: 30px;
    font-family: 'Spoqa Han Sans Neo';
    letter-spacing: 0.5px;
    font-weight: 400;
}

.main-section02-box .main-section02-b .left .imgbox,
.main-section02-box .main-section02-c .left .imgbox {
    width: 650px;
    height: 100%;
    margin-top: 40px;
}

.main-section02-box .main-section02-b .right,
.main-section02-box .main-section02-c .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 50px;
    padding-bottom: 50px;
}

.main-section02-box .main-section02-b .right .txt01,
.main-section02-box .main-section02-c .right .txt01 {
    color: #000;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    margin-top: 40px;
}

.main-section02-box .main-section02-b .right .txt02,
.main-section02-box .main-section02-c .right .txt02 {
    font-family: 'Nanum Myeongjo' !important;
    color: #000;
    font-size: 28px;
    font-weight: 800;
    line-height: normal;
    padding-top: 30px;
}

.main-section02-box .main-section02-b .right .txt03,
.main-section02-box .main-section02-c .right .txt03 {
    font-size: 14px;
    font-family: 'Spoqa Han Sans Neo';
    line-height: 30px;
    padding-top: 30px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.main-section02-box .main-section02-b .right .imgbox,
.main-section02-box .main-section02-c .right .imgbox {
    width: 650px;
    height: 450px;
}

.main-section03-box {
    height: 100vh;
}

.main-section03-box .top {
    height: 50%;
    padding-left: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 50px;
}


.main-section03-box .bottom {
    height: 50%;
    background-image: url(/wp-content/uploads/2025/12/pc_sub_bg_03.jpg);
    background-size: cover;
    background-position: center;
}

.haenam-main-section04 {
    background-image: url(/wp-content/uploads/2025/12/pc_sub_bg_04.jpg);
    background-size: cover;
    background-position: center;
}

.main-section04-box {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-section04-box .box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-section04-box .box .imgbox {
    
}

.main-section04-box .box .txt01 {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: normal;
    color: #fff;
    padding-top: 30px;
}

/* 초기 상태 (b, c 패널 텍스트 모두) */
.main-section02-box .main-section02-b .left [class^="txt"],
.main-section02-box .main-section02-c .left [class^="txt"],
.main-section02-box .main-section02-b .right [class^="txt"],
.main-section02-box .main-section02-c .right [class^="txt"] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 애니메이션 발동 */
.animate-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* 순차 애니메이션 */
.main-section02-box [class^="txt"].txt02.animate-up {
    transition-delay: 0.15s;
}

.main-section02-box [class^="txt"].txt03.animate-up {
    transition-delay: 0.30s;
}

.main-section04-box .box .txt02 {
    font-family: 'Spoqa Han Sans Neo';
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
}

.main-section04-box .box .border {
    display: flex;
    justify-content: center;
    padding: 18px 0;
}

.main-section04-box .box .border > div {
    width: 60px;
    height: 1px;
    background-color: #fff;
}

.main-section04-box > div:nth-child(1),
.main-section04-box > div:nth-child(4)  {
    width: 28.125%;
}

.main-section04-box > div:nth-child(2),
.main-section04-box > div:nth-child(3) {
    width: 21.875%;
}

.main-section04-box > div:nth-child(1) {
    padding-left: 110px;
}

.main-section04-box > div:nth-child(4) {
    padding-right: 110px;
}

.main-section04-box > div:nth-child(2),
.main-section04-box > div:nth-child(4) {
    position: relative;
}

.main-section04-box > div:nth-child(2)::before,
.main-section04-box > div:nth-child(4)::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.1;
}

.haenam-main-section05 {
    background-image: url(/wp-content/uploads/2025/12/pc_sub_bg_05.jpg);
    background-size: cover;
    background-position: center;
}

.main-section05-box {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
}

.main-section05-box .txt01 {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1px;
}

.main-section05-box .txt02 {
    font-family: 'Nanum Myeongjo';
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    padding: 25px 0;
}

.main-section05-box .txt03 {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

.haenam-main-section06 {
    height: 100% !important;
    padding-top: 170px;
    padding-bottom: 100px;
}

.haenam-main-section06 .container {
    margin: auto !important;
    padding: 0 50px !important;
    max-width: 1800px !important;
    width: 100% !important;
}

.haenam-main-section06 .main-section06-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.haenam-main-section06 .main-section06-box .left {
    margin-right: 170px;
}

.haenam-main-section06 .main-section06-box .left .txt01 {
    font-family: 'Poppins';
    font-size: 18px;
    color: #be9975;
    font-weight: 500;
}

.haenam-main-section06 .main-section06-box .left .txt02 {
    font-family: 'Nanum Myeongjo';
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    padding-top: 30px;
}

.main-section06-box .right {
    display: flex;
    gap: 80px;
}

 .main-section06-box .right .box {

}

 .main-section06-box .map {
    border: 1px solid #707070;
 }

 .main-section06-box .right .desc {
    display: flex;
    align-items: center;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 25px 0;
    justify-content: space-between;
    margin-top: 30px;
}

.main-section06-box .right .desc .txt01 {
    font-size: 16px;
    font-weight: bold;
    padding-right: 40px;
}

 .main-section06-box .right .desc .txt02 {
    font-size: 16px;
}

 .main-section06-box .right .desc .txt03 {
    display: flex;
}

 .main-section06-box .right .desc .txt03 {
    display: flex;
}

.main-section06-box .right .desc .txt03 p {
    margin: 0;
    display: flex;
    align-items: center;
}

 .main-section06-box .right .desc .txt03 a {
    display: flex;
}

 .main-section06-box .right .desc .txt03 > div {
display: flex;
    align-items: center;
    padding: 0 10px;
}

 .main-section06-box .right .desc .txt03 > div > div {
    width: 1px;
    height: 16px;
    background: #999999;
}

/** 2560사이즈 반응형 **/
@media (min-width: 2560px) {
    .mark-prev {
        left: 35%;
    }

    .mark-next {
        right: 35%;
    }

    .section03-slick-arrow {
        margin-top: 3%;
    }

    .main-section03-slick {
        margin: 60px 20px 0px 20px;
    }

    .main-section03 .slick-list {
        height: 100%;
    }

    .section07-flex>div>div:last-child a {
        font-size: 13px;
    }

    .main-section02-box .main-section02-b .left, .main-section02-box .main-section02-c .left {
        justify-content: center;
    }

}

@media screen and (min-width: 769px) {

    .av-hamburger {
        background-image: url(/wp-content/uploads/2024/09/M_main_icon_02.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .av-hamburger-inner {
        display: none;
    }

    .av-burger-menu-main>a {
        padding-top: 22px !important;
    }

    .mobile-phone-logo {
        display: none;
    }

    /* .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
        width: 100%;
    } */

}

@media screen and (max-width: 1600px) {
    .main-section01-pc .txtbox {
        padding-top: 110px;
    }
    .main-section02-box .main-section02-b .left, .main-section02-box .main-section02-c .left {
        padding-bottom: 10px;
    }
    .main-section02-box .main-section02-b .right, .main-section02-box .main-section02-c .right {
        padding-bottom: 10px;
    }
    .main-section02-box .main-section02-b .left .imgbox, .main-section02-box .main-section02-c .left .imgbox,
    .main-section02-box .main-section02-b .right .imgbox, .main-section02-box .main-section02-c .right .imgbox {
        width: 500px;
        height: auto;
            display: flex;
    align-items: center;
    }

    .main-section02-box .main-section02-b .left .imgbox, .main-section02-box .main-section02-c .left .imgbox,
    .main-section02-box .main-section02-b .right .txt01, .main-section02-box .main-section02-c .right .txt01 {
        margin-top: 15px;
    }

    .main-section03-box .top {
        padding-bottom: 25px;
    }

    .main-section02-box .main-section02-a .left .txt03, .main-section03-box .txt03 {
        padding-top: 25px;
    }

    .main-section02-box .main-section02-a .left .txt02, .main-section03-box .txt02 {
        padding-top: 25px;
    }

    .haenam-main-section06 .main-section06-box .left {
        width: 20%;
        margin-right: 10px;
    }

    .main-section06-box .right {
        width: 80%;
    }

    .footer-box02,.footer-box03 {
        width: 50%;
    }
}

@media screen and (max-width: 1440px) {
    .main-section01-pc .txtbox {
        padding-top: 145px;
    }
    .main-section-slider-left {
        padding: 90px 0px 0 155px;
    }

    .main-section02-box .main-section02-b .left, .main-section02-box .main-section02-c .left {
        padding-left: 50px;
        padding-bottom: 35px;
    }

    .main-section02-box .main-section02-b .right, .main-section02-box .main-section02-c .right {
        padding-bottom: 35px;
    }

    
}

@media screen and (max-width: 1300px) {
    .section03-slick-arrow-subtit2 {
        font-size: 52px;
    }

    .section03-slick-arrow-subtit3 {
        font-size: 16px;
        line-height: 30px;
        word-break: keep-all;
    }

    .main-section04-box > div:nth-child(1), .main-section04-box > div:nth-child(4) {
        width: 25%;
        padding: 0;
    }

    .main-section04-box > div:nth-child(2), .main-section04-box > div:nth-child(3) {
        width: 25%;
    }
}

@media screen and (max-width: 1200px) {
    .main-section-slider-left {
        padding: 50px 0px 0 100px;
    }

    .main-section02-box .main-section02-a .left {
        padding-left: 100px;
    } 

    .main-section06-box .right .desc {
        padding: 15px 0;
    }

    .main-section06-box .right .desc .txt01,
    .main-section06-box .right .desc .txt02 {
        font-size: 13px;
    }
}

@media screen and (max-width: 1130px) {
    .main-section-slider-left {
        padding: 25px 0px 0 50px;
    }
}

@media screen and (max-width: 1024px) { 
/* 푸터 */
    .footer-wrap {
        flex-direction: column;
    }

    .footer-wrap-mo {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .footer-box01-mo {
        text-align: center;
    }

    .footer-box01-mo img {
        width: 80px;
    }

    .footer-box02 {
        width: 100%;
        margin-top: 20px;
        padding-left: 0 !important;
    }

    .footer-box02 > div:first-child {
        flex-wrap: wrap;
    }

    .footer-box02>div:first-child {
        justify-content: center;
        margin-bottom: 20px;
    }


    .footer-box02>div:first-child>div>span:nth-child(2) {
        padding: 0 2px;
    }

    .footer-box02>div:first-child>div:first-child {
        margin-right: 10px;
    }

    .footer-box02>div:first-child>div:last-child {
        margin-left: 10px;
    }

    .footer-box02>div:first-child a {
        color: #dddddd;
        font-weight: 500;
        font-size: 10px;
    }

    .footer-box02>div:first-child {
        font-size: 12px;
        text-align: center;
    }

    .footer-box02 > div:nth-child(2) {
        display: flex;
        gap: 5px;
        color: #ccc;
        font-size: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-box03 { 
        text-align: center;
        font-size: 11px;
        padding-top: 40px;
        width: 100%;
    }

    .footer-box02>div:last-child {
        font-size: 11px;
        text-align: center;
    }

    .footer-box02>div:last-child>div {
        line-height: 15px;
        padding-bottom: 5px;
    }
}

@media all and (min-width:991px) and (max-width:1024px) {
    .av-main-nav>li>a {
        padding: 0 16px;
    }

    #avia-menu>li>a {
        font-size: 13px;
    }

    .main_menu {
        width: 90%;
        padding-left: 193px;
    }

    .right-menu {
        display: none;
    }
}

/** 모바일 **/

.main-section01-mo {
    background-image: url(/wp-content/uploads/2025/12/M-main-01.jpg);
    background-size: cover;
    height: 660px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.main-section01-mo-txt {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-section01-mo-txt-new {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.main-section01-mo-txt-new .top {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin-bottom: 25px;
    font-size: 12px;
    font-family: 'Poppins';
    letter-spacing: 6px;
}

.main-section01-mo-txt-new .top > div {
    color: #e2d5bf;
    font-size: 20px;
}

.main-section01-mo-txt-new .top > div:nth-child(1) {

}

.main-section01-mo-txt-new .top > div:nth-child(2) {
    
}

.main-section01-mo-txt-new .top > div:nth-child(2) > div:nth-child(2) {
    height: 1px;
    background-color: #e2d5bf;
    width: 140px;
    margin: 8px 15px;
}

.main-section01-mo-txt-new .bottom {
  color: #000;
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 15px;
    font-weight: 500;
}

.main-section01-mo-txt-new .bottom b {
    color: #000;
    font-weight: 400;
}

.main-section01-mo-txt > div:nth-child(1),
.main-section01-mo-txt > div:nth-child(3) {
    font-family: 'Nanum Myeongjo' !important;
    font-size: 40px;
    line-height: normal;
    font-weight: bold;
    color: #ffffff;
}

.main-section01-mo-txt > div:nth-child(2) {
    width: 1px;
    height: 55px;
    background-color: #ffffff;
    margin: 10px 0;
}


.main-section01-mo-txt > div:nth-child(4) {
    font-family: 'Nanum Myeongjo' !important;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0px;
    margin-top: 10px;
}

.main-section01-mo-txtbox {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.main-section01-mo-txtbox > div {
    padding: 5px 10px;
    font-size: 14px;
}

.main-section01-mo-txtbox > div:first-child {
    background-color: #ffffff;
    color: #000000;
}

.main-section01-mo-txtbox > div:last-child {
    background-color: #261b18;
    color: #ff9600;
}

.main-section02-mo {
    padding-top: 50px;
    text-align: center;
    height: 100%;
}

.main-section02-mo-txt > div:first-child {
    font-size: 15px;
    line-height: 25px;
    color: #666;
    font-family: 'Nanum Myeongjo' !important;
    padding-bottom: 10px;
}

.main-section02-mo-txt > div:last-child {
    line-height: 32px;
    font-size: 25px;
    color: #b8ac97;
    font-weight: bold;
    margin-top: 15px;
    font-family: 'Nanum Myeongjo' !important;
}

.main-section03-bo-title-mo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-section03-bo-title-mo > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.main-section03-bo-title-mo > div:first-child > div:nth-child(1),
.main-section03-bo-title-mo > div:first-child > div:nth-child(5) {
    font-size: 16px;
    color: #b8ac97;
}

.main-section03-bo-title-mo > div:first-child > div:nth-child(2),
.main-section03-bo-title-mo > div:first-child > div:nth-child(4) {
    width: 32px;
    height: 1px;
    background-color: #b8ac97;
    margin: 0 8px;
}

.main-section03-bo-title-mo > div:first-child > div:nth-child(3) {
    font-size: 20px;
    font-family: 'Montserrat' !important;
    color: #4c3d2e;
}

.main-section03-bo-title-mo > div:first-child > div:nth-child(3) b {
    color: #4c3d2e;
}

.main-section03-bo-title-mo > div:last-child {
    width: 90%;
    height: 1px;
    background-color: #ddd;
    margin-top: 35px;
    margin-bottom: 60px;
}

.main-section03-slick-mo .slick-dots {
    margin: 0;
    position: absolute;
    z-index: 1;
    /* position: relative; */
    display: flex;
    justify-content: center;
    bottom: -77%;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;

}

.main-section03-slick-mo .slick-dots li {
    margin: 0;
}

.main-section03-slick-mo .slick-dots li::marker {
    display: none;
}

.main-section03-slick-mo-box {
    position: relative;
}

.main-slick-mo-txt {
    width: 100%;
    background-color: #e2e2e2;
    height: 300px;
    padding-top: 40px;
}

.section03-slick-arrow-motit {
    font-size: 60px;
    line-height: 55px;
    color: #b8ac97;
    font-family: 'Nanum Myeongjo' !important;
}

.section03-slick-arrow-mosubtit {
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    padding-top: 10px;
    color: #4c3d2e;
}

.section03-slick-arrow-mosubtit2 {
    color: #808080;
    padding-top: 10px;
    font-size: 14px;
}

.main-section03-slick-mo .slick-dots li {
    background-color: transparent;
    margin-right: 5px;
    width: 7px;
    height: 12px;
    margin: 0 5px;
}

.main-section03-slick-mo .slick-dots li:first-child {
    margin-left: 0;
}

.main-section03-slick-mo .slick-dots li:last-child {
    margin-right: 0;
}

.main-section03-slick-mo .slick-dots li button {
    border-radius: 50%;
    border: none;
    text-indent: -9999px; 
    background-color: rgb(255, 255, 255, 0.6);
   
    width: 7px;
    height: 7px;
    display: block;
    padding: 0;
}

.main-section03-slick-mo .slick-dots .slick-active  button{
    background-color: #fff !important;
}

.main-section03-mo {
    position: relative;
    text-align: center;
}

.main-section03-mo .bg {
    height: 250px;
    background-color: #4c3d2e;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.main-section03-mo-txt {
    
}

.main-section03-mo-txt > div:nth-child(1) {
    display: flex;
    justify-content: center;
}

.main-section03-mo-txt > div:nth-child(1) > div {
    width: 2px;
    height: 40px;
    background-color: #b1b1b1;
}

.main-section03-mo-txt > div:nth-child(2) {
    font-size: 15px;
    line-height: normal;
    padding-top: 15px;
    
}

.main-section03-mo-txt > div:nth-child(3) {
    font-size: 34px;
    line-height: normal;
    padding-top: 15px;
    font-weight: 600;
    color: #ff6e00;
}

.main-section03-img {
    padding: 0 30px;
    padding-top: 50px;
    padding-bottom: 70px;
}

.main-section04-mo {
    background-image: url(/wp-content/uploads/2024/11/김제국제미소래-M-main-04_bg.jpg);
    background-size: cover;
    height: 645px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
    padding-top: 30px;
}

.main-section04-mo-txt {
    text-align: center;
    width: 100%;
}

.main-section04-mo-txt > div:nth-child(1) {
    display: flex;
    justify-content: center;
    font-family: 'Nanum Myeongjo' !important;
    color: #666;
    font-size: 15px;
    letter-spacing: -1px;
    
}

.main-section04-mo-txt > div:nth-child(1) > div {
    width: 2px;
    height: 40px;
    background-color: #b1b1b1;
}

.main-section04-mo-txt > div:nth-child(2) {
    color: #b8ac97;
    font-size: 25px;
    line-height: normal;
    padding-top: 15px;
    font-family: 'Nanum Myeongjo' !important;
    font-weight: 600;
    letter-spacing: -1px;
}

.main-section04-mo-txt > div:nth-child(3) {
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    color: #30241b;
    padding-top: 15px;
}

.main-section04-img {
    padding-top: 25px;
}

@media screen and (max-width: 768px) {
    .main-section01-subtitle-02 {
     font-size: 25px;
        letter-spacing: 23px;
    }

    #layer_slider_1 {
        display: none;
    }

    /* 헤더 모바일 */
    .avia-standard-logo img {
        content: url(/wp-content/uploads/2024/08/240828_designfun_main_logo_01.png) !important;
    }

    .bg-warp,
    .right-menu {
        display: none !important;
    }

    #header_main {
        background: transparent !important;
    }

    #av-burger-menu-ul {
        background: #ffffff !important;
    }

    #header_main {
        position: absolute;
        width: 100%;
    }

    .responsive #top #wrap_all .container {
        width: 90%;
        max-width: 90%;
    }

    .av-logo-container .inner-container {
        display: flex;
        justify-content: space-between;
    }

    .avia-standard-logo {
        width: 50% !important;
    }

    .mobile-phone-logo {
        width: 35px;
        align-items: center;
        display: flex;
        margin-right: 55px;
    }

    .html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
        padding: 15px 30px;
    }

    #av-burger-menu-ul>li>a span {
        font-size: 16px;
    }

    #av-burger-menu-ul>li:first-child {
        border-top: 1px solid #ebebeb;
    }

    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
        background-color: #ffffff;
    }

    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet {
        display: none;
    }

    .sub-menu>li {
        background-color: #f1f1f1;
    }

    .sub-menu>li a {
        padding-left: 31px !important;
    }



    /* .responsive #top #wrap_all #header {
        position: absolute;
    }

    

    .container_wrap_logo .av-logo-container {
        width: 90% !important;
        max-width: 90% !important;
    }

    .main_menu {
        pointer-events: none;
    }

    .mobile-phone-logo {
        position: absolute;
        top: 16px;
        right: 45px;
        height: 100%;
        display: block;
    }
    
    .mobile-phone-logo > img {
        width: 40px;
    }

    .avia-standard-logo > a img {
        width: 200px !important;
    }

    .right-menu {
        display: none;  
    } */
    .responsive #top #wrap_all .main_menu {
        right: 0px;
    }

    .main-section01 img,
    .main-section02 img {
        height: 100%;
    }

    .section03-slick-arrow {
        padding-top: 40px;
        padding-bottom: 65px;
    }

    .main-section03-slick-mo {
        margin-top: 35px;
    }

    .main-section03-tit {
        font-size: 16px;
        padding-top: 110px;
    }

    .main-section03-subtit {
        font-size: 26px;
    }

    .section03-slick-arrow-subtit {
        height: auto;
        font-size: 15px;
        word-break: keep-all;
        height: 78px;
        padding: 0 20px;
    }

    .main-section04-box01-mo,
    .main-section04-box02-mo,
    .main-section04-box03-mo,
    .main-section04-box04-mo {
        /* background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #ffffff;
        text-align: center;
        padding: 0 15px; */
        width: 100%;
        height: 100%;
    }

    /* .main-section05-box01-mo,
    .main-section05-box02-mo,
    .main-section05-box03-mo,
    .main-section05-box04-mo {
        width: 100%;
        height: 100vh;
        color: #ffffff;
        position: relative;
    }

    .main-section05-box01-mo-bg,
    .main-section05-box02-mo-bg,
    .main-section05-box03-mo-bg,
    .main-section05-box04-mo-bg {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
    }

    .white-box {
        width: 100%;
        height: 25vh;
    }

    .main-section05-smbox {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(8, 22, 80, 0.9);
        color: #ffffff;
        height: auto;
        width: 75%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 40px 30px 40px 25px;
    } */

    .main-section-mo .template-page {
        padding-bottom: 0;
    }

    /* .main-section04-box01-mo {
        background-image: url(/wp-content/uploads/2024/09/M_main_04_1.jpg);
    }
    .main-section04-box02-mo {
        background-image: url(/wp-content/uploads/2024/09/M_main_04_2.jpg);
    }
    .main-section04-box03-mo {
        background-image: url(/wp-content/uploads/2024/09/M_main_04_3.jpg);
    }
    .main-section04-box04-mo {
        background-image: url(/wp-content/uploads/2024/09/M_main_04_4.jpg);
    } */

    .main-section05-box01-mo,
    .main-section05-box02-mo,
    .main-section05-box03-mo,
    .main-section05-box04-mo {
        width: 100%;
        height: 100%;
    }

    .main-section05-box01-mo-bg {
        background-image: url(/wp-content/uploads/2024/09/M_main_05_1.jpg);
    }

    .main-section05-box02-mo-bg {
        background-image: url(/wp-content/uploads/2024/09/M_main_05_2.jpg);
    }

    .main-section05-box03-mo-bg {
        background-image: url(/wp-content/uploads/2024/09/M_main_05_3.jpg);
    }

    .main-section05-box04-mo-bg {
        background-image: url(/wp-content/uploads/2024/09/M_main_05_4.jpg);
    }

    .main-section04-mo-txt01 {
        font-size: 26px;
        line-height: normal;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .main-section04-mo-txt02 {
        font-size: 16px;
        font-weight: 300;
        line-height: 27px;
        margin-bottom: 30px;
    }

    .main-section04-mo-txt03 {
        width: 1px;
        height: 40px;
        background-color: #cccccc;
        margin-bottom: 30px;
    }

    .main-section04-mo-txt04 {
        font-size: 20px;
        font-weight: 500;
    }

    .main-section05-mo-txt01 {
        font-size: 15px;
        font-weight: 200;
        margin-bottom: 10px;
    }

    .main-section05-mo-txt02 {
        font-size: 28px;
        line-height: normal;
        font-weight: 700;
        margin-bottom: 45px;
    }

    .main-section05-mo-txt03 {
        font-size: 14px;
        line-height: 22px;
        font-weight: 200;
        word-break: keep-all;
    }

    .main-section06-mo {
        background-image: url(/wp-content/uploads/2024/09/M_main_06_1.jpg);
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        background-position: center;
        text-align: center;
        color: #ffffff;
        height: 80vh;
        background-repeat: no-repeat;
    }

    .main-section06-wrap-mo {
        margin-top: 15vh;
    }

    .main-section06-wrap-mo>div:nth-child(2) {
        text-align: center;
        margin: 15px 0;
    }

    .main-section06-wrap-mo>div:nth-child(2) img {
        width: 90%;
    }

    .main-section06-wrap-mo>div:nth-child(1),
    .main-section06-wrap-mo>div:nth-child(3) {
        font-size: 17px;
        font-weight: 500;
    }

    .main-section07 {}

    .main-section07-wrap {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .sub-tit {
        font-size: 28px;
    }

    .section07-flex {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .section07-flex>div {
        width: 80%;
    }

    .section07-flex>div:first-child {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .section07-flex>div:last-child {
        margin-left: 0;
    }

    .section07-flex>div>div:last-child {
        margin-top: 12px;
    }

    .section07-flex>div>div:last-child a {
        font-size: 12px;
        padding: 2%;
    }

    

    .avia-image-overlay-wrap img {
        border-radius: unset;
    }

    
}

.cosmosfarm-simple-popup-layout-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999998;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
}

.map-mo-box {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
}

.map-mo-box .mo-main-txtbox {
    margin-bottom: 30px;
}
    

.mo-main-txtbox .txt01 {
    font-family: 'Poppins';
    font-size: 13px;
    line-height: normal;
    color: #be9975; 
}

.mo-main-txtbox .txt02 {
    font-size: 24px;
    line-height: 36px;
    font-family: 'Nanum Myeongjo';
    font-weight: bold;
    padding-top: 20px;
}

.mo-main-txtbox .txt03 {
    font-size: 13px;
    line-height: 25px;
    padding-top: 20px;
}

.map-mo-box .box {
    padding: 0 20px;
    margin-bottom: 60px;
}

.map-mo-box .box .map img {
    border: 1px solid #707070;
}

.map-mo-box .box .desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 5px;
    margin-top: 10px;
}

.map-mo-box .box .desc .txt01 {
    font-size: 13px;
    font-weight: 500;
}

.map-mo-box .box .desc .txt02 {
    font-size: 13px;
}

.map-mo-box .box .desc .txt03 {
    display: flex;
    align-items: center;
}

.map-mo-box .box .desc .txt03 p {
    display: flex;
}


.map-mo-box .box .desc .txt03 p a {
    display: flex;
}

.map-mo-box .box .desc .txt03 > div {
        width: 1px;
    height: 100%;
    margin: 0 5px;
    display: flex;
}

.map-mo-box .box .desc .txt03 > div div {
        background-color: #999;
    width: 100%;
    height: 15px;
}

.mo-mainsection01 {
    padding-top: 80px;
}

.mo-main-txtbox {
    text-align: center;
}


.mo-mainsection01 .imgbox {
    margin-top: 50px;
    display: flex;
}

.mo-mainsection02-wrap {
    background-color: #e0e0e0;
}

.mo-mainsection02 {
    padding-bottom: 50px;
}

.mo-mainsection02 .ttbox {
    margin-top: 50px;
}

.mo-mainsection02 .ttbox .txt01 {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: normal;
}

.mo-mainsection02 .ttbox .txt02 {
    font-family: 'Nanum Myeongjo';
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    padding-top: 15px;
}

.mo-mainsection02 .ttbox .txt03 {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: -0.5px;
    padding-top: 15px;
}

.mo-mainsection02 .imgbox {
    display: flex;
    margin-top: 30px;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.mo-mainsection03 {
    padding: 80px 0;
}

.mo-mainsection04-wrap {
    background-image: url(/wp-content/uploads/2025/12/main_mobile_img_4-5-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mo-mainsection04 {
    text-align: center; 
    padding-top: 50px;
}

.mo-mainsection04 .box {
    margin-bottom: 50px;
}

.mo-mainsection04 .box .imgbox {
    display: flex;
    padding: 0 20px;
    justify-content: center;
}

.mo-mainsection04 .box .txt01 {
    font-family: 'Poppins';
    color: #fff;
    font-size: 15px;
    padding-top: 30px;
        letter-spacing: 2px;
}

.mo-mainsection04 .box .txt02 {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}

.mo-mainsection04 .box .border {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.mo-mainsection04 .box .border > div {
    width: 45px;
    height: 1px;
    background-color: #fff;
}

.mo-mainsection05-wrap {
    background-image: url(/wp-content/uploads/2025/12/main_mobile_img_5-1.jpg);
    background-position: center;
    padding: 170px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.mo-mainsection05-wrap .txt01,
.mo-mainsection05-wrap .mo-main-txtbox {
    color: #FFF !important;
}

.mo-mainsection05-wrap .txt03 {
    font-weight: 300;
}