@charset "UTF-8";


@font-face {
    font-family: 'NaverBD';
    src: url('font/20220316_NaverBD-Heavy.eot');
    src: url('font/20220316_NaverBD-Heavy.eot?#iefix') format('embedded-opentype'),
        url('font/20220316_NaverBD-Heavy.woff2') format('woff2'),
        url('font/20220316_NaverBD-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NaverBD';
    src: url('font/20220316_NaverBD-ExtraBold.eot');
    src: url('font/20220316_NaverBD-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('font/20220316_NaverBD-ExtraBold.woff2') format('woff2'),
        url('font/20220316_NaverBD-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NaverBD';
    src: url('font/20220316_NaverBD-Bold.eot');
    src: url('font/20220316_NaverBD-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/20220316_NaverBD-Bold.woff2') format('woff2'),
        url('font/20220316_NaverBD-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NaverBD';
    src: url('font/20220316_NaverBD-Regular.eot');
    src: url('font/20220316_NaverBD-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/20220316_NaverBD-Regular.woff2') format('woff2'),
        url('font/20220316_NaverBD-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NaverBD';
    src: url('font/20220316_NaverBD-Light.eot');
    src: url('font/20220316_NaverBD-Light.eot?#iefix') format('embedded-opentype'),
        url('font/20220316_NaverBD-Light.woff2') format('woff2'),
        url('font/20220316_NaverBD-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Alex Brush';
    src: url('font/AlexBrush-Regular.eot');
    src: url('font/AlexBrush-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/AlexBrush-Regular.woff2') format('woff2'),
        url('font/AlexBrush-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'iceJaram';
    src: url('font/iceJaram-Rg.eot');
    src: url('font/iceJaram-Rg.eot?#iefix') format('embedded-opentype'),
        url('font/iceJaram-Rg.woff2') format('woff2'),
        url('font/iceJaram-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'JNE-Yuna';
    src: url('font/JNE-Yuna-OTF-Regular-KO.eot');
    src: url('font/JNE-Yuna-OTF-Regular-KO.eot?#iefix') format('embedded-opentype'),
        url('font/JNE-Yuna-OTF-Regular-KO.woff2') format('woff2'),
        url('font/JNE-Yuna-OTF-Regular-KO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
body {
    color: #333;
    font-family: 'NaverBD';
    word-break: keep-all;
    top: 0 !important;
}
body:lang(zh-CN),
body:lang(ja) {
    overflow-wrap: break-word;
}
img {
    display: block;
}
.skiptranslate {
    display: none;
}
.cursive_e {
    font-family: 'Alex Brush';
}
.cursive_k {
    font-family: 'iceJaram';
}
.cursive_k2 {
    font-family: 'JNE-Yuna';
}
.mob {
    display: none;
}
.header .inner .right > div.mob {
    display: none;
}





.header {
    width: 100%;
    height: 100px;
}
.header .inner {
    max-width: calc(1720px - 80px);
    width: calc(100% - 120px);
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .inner .left {
    display: flex;
    align-items: center;
}
.header .inner .left h1 {
    height: 64px;
}
.header .inner .left h1 a {
    height: 100%;
}
.header .inner .left h1 a img {
    height: 100%;
    object-fit: cover;
}
.header .inner .left nav > ul {
    display: flex;
    align-items: center;
    margin-left: 70px;
}
.header .inner .left nav > ul .depth1 {
    padding: 0 30px;
    position: relative;
    line-height: 100px;
}
.header .inner .left nav > ul .depth1 p {
    cursor: default;
}
.header .inner .left nav > ul .depth1:hover p {
    color: #c89c3a;
}
.header .inner .left nav > ul .depth1 .depth2 {
    position: absolute;
    top: 100px;
    left: 0;
    padding: 40px 30px;
    line-height: 1;
    width: 100%;
    height: 360px;
    z-index: 4;
    display: none;
}
.header .inner .left nav > ul .depth1 .depth2 li {
    margin-bottom: 40px;
}
.header .inner .left nav > ul .depth1 .depth2 li:hover {
    color: #c89c3a;
}
.header .inner .left nav > ul .depth1 .depth2 li a {
    display: inline-block;
}
.header .nav_bg {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.6s;
    z-index: 3;
}
.header .nav_bg.on {
    height: 360px;
    background-color: #fff;
    opacity: 1;
}
.header .nav_bg .inner {
    max-width: 1440px;
    width: calc(100% - 80px);
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}
.header .nav_bg .inner figure {
    width: 22vw;
    height: 200px;
    display: none;
}
@keyframes header_img {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.header .nav_bg .inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.header .inner .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .inner .right > div,
.header .inner .right > a {
    margin-left: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.header .inner .right > div figure,
.header .inner .right > a figure {
    height: 20px;
}
.header .inner .right > a figure {
    margin-right: 10px;
}
.header .inner .right .menu {
    cursor: pointer;
}
.header .inner .right .menu figure {
    margin-right: 10px;
}
.header .inner .right figure img {
    height: 100%;
    object-fit: fill;
}
.header .inner .right .member ul {
    display: flex;
    align-items: center;
}
.header .inner .right .member ul li {
    margin-left: 10px;
}
.header .inner .right .lang {
    position: relative;
}
.header .inner .right .lang figure {
    height: 18px;
    margin-right: 0;
    cursor: pointer;
}
.translation-links {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    padding: 14px 8px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: none;
}
.translation-links li a {
    display: block;
    width: 31px;
    height: 20px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.translation-links li a.korean {
    background: url('../image/kr.png') center center / 100% no-repeat;
}
.translation-links li a.english {
    background: url('../image/en.png') center center / 100% no-repeat;
}
.translation-links li a.chinese {
    background: url('../image/cn.png') center center / 100% no-repeat;
}
.translation-links li a.japanese {
    background: url('../image/jp.png') center center / 100% no-repeat;
    margin-bottom: 0;
}





.menu_m {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    overflow-y: scroll;
    display: none;
}
.menu_m .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}
.menu_m .top .left {
    display: flex;
    align-items: center;
}
.menu_m .top .left > div {
    margin-right: 20px;
}
.menu_m .top .left > div,
.menu_m .top .left > a {
    display: flex;
    align-items: center;
}
.menu_m .top .left .member ul {
    display: flex;
}
.menu_m .top .left .member ul li {
    margin-left: 5px;
}
.menu_m .top .left figure {
    height: 24px;
}
.menu_m .top .left .shop figure {
    margin-right: 5px;
}
.menu_m .top .left figure img {
    height: 100%;
    object-fit: fill;
}
.menu_m .top .close {
    height: 24px;
    cursor: pointer;
}
.menu_m .top .close img {
    height: 100%;
    object-fit: fill;
}
.menu_m nav ul li {
    text-align: center;
}
.menu_m nav ul li a {
    display: inline-block;
}
.menu_m nav ul .depth1 {
    margin-bottom: 40px;
}
.menu_m nav ul .depth1 > p,
.menu_m nav ul .depth1 > a {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
}
.menu_m nav ul .depth1 .depth2 {
    display: none;
}
.menu_m nav ul .depth1 .depth2 li {
    font-size: 16px;
    margin-bottom: 20px;
}





.quick {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 3;
    padding: 20px 12px;
    border: 1px solid #eee;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.quick > div,
.quick > a {
    height: 20px;
    margin-bottom: 20px;
}
.quick > div {
    cursor: pointer;
}
.quick > a {
    display: block;
}
.quick .down {
    margin-bottom: 0;
}
.quick img {
    height: 100%;
    object-fit: fill;
}





/* main */
.main_visual {
    max-width: 1720px;
    width: calc(100% - 80px);
    height: 42vw;
    margin: 0 auto 200px;
    border-radius: 20px;
    background: url('../image/main_visual.png') center center / cover no-repeat;
    overflow: hidden;
    position: relative;
    transform: scale(0.9);
    animation: width 0.5s forwards;
}
.main_visual::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
@keyframes width {
    100% {
        transform: scale(1);
    }
}
.main_visual .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
}
.main_visual .text span {
    font-size: 140px;
    line-height: 1;
    opacity: 0;
    animation: opacity 2s 0.5s forwards;
}
.main_visual .text p {
    margin-top: 40px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.8;
    opacity: 0;
    animation: opacity 2s 1s forwards;
}
@keyframes opacity {
    100% {
        opacity: 1;
    }
}
.main_visual .main_fruit {
    position: absolute;
    z-index: 1;
    opacity: 0;
}
.main_visual .main_fruit.main_peach {
    height: 50px;
}
.main_visual .main_fruit.main_grape {
    height: 100px;
}
.main_visual .main_fruit img {
    height: 100%;
    object-fit: contain;
}
.main_visual .main_fruit1 {
    top: 18%;
    left: 26%;
    animation: spring1 1s 1.5s forwards;
}
.main_visual .main_fruit2 {
    top: 20%;
    right: 26%;
    animation: spring2 1s 2s forwards;
}
.main_visual .main_fruit3 {
    right: 22%;
    bottom: 42%;
    animation: spring2 1s 2.5s forwards;
}
.main_visual .main_fruit4 {
    right: 28%;
    bottom: 14%;
    animation: spring2 1s 3s forwards;
}
.main_visual .main_fruit5 {
    left: 24%;
    bottom: 26%;
    animation: spring1 1s 3.5s forwards;
}
@keyframes spring1 {
    0% {
        opacity: 0;
        transform: translateY(10px) rotate(-30deg);
    }
    30% {
        transform: translateY(-30px) rotate(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(0);
    }
}
@keyframes spring2 {
    0% {
        opacity: 0;
        transform: translateY(10px) rotate(30deg);
    }
    30% {
        transform: translateY(-30px) rotate(-10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(0);
    }
}
.main_visual .scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.main_visual .scroll .line {
    width: 1px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.main_visual .scroll .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 1px 10px #fff;
    box-shadow: -1px -1px 10px #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    animation: rotate 3s infinite;
}
@keyframes rotate {
    0% {
        bottom: 80px;
    }
    50% {
        bottom: 0;
    }
    100% {
        bottom: 80px;
    }
}





.main_introduce {
    width: 100%;
    margin-bottom: 250px;
}
.main_introduce .inner {
    max-width: 1440px;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.main_introduce .inner figure {
    width: 50%;
}
.main_introduce .inner figure img {
    width: 100%;
    object-fit: contain;
}
.main_introduce .inner .text {
    width: 50%;
    padding: 100px;
}
.main_introduce .inner .text p {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.main_introduce .inner .text p strong {
    color: #399918;
}
.main_introduce .inner .text a {
    display: inline-block;
    font-size: 14px;
    padding: 14px 20px 10px;
    border: 1px solid #333;
    border-radius: 50px;
    will-change: transform;
}





.main_product {
    width: 100%;
    /* margin-bottom: 200px; */
}
.main_product .inner {
    max-width: 1440px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.main_product .inner h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
}
.main_product .inner h2 strong {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.5;
}
.main_product .inner h2 strong b {
    font-weight: 400;
    display: inline-block;
}
.main_product .inner h2 strong .b1 {
    color: #ffc6c6;
    animation: jump 1.6s infinite;
}
.main_product .inner h2 strong .b2 {
    color: #bedc74;
    animation: jump 1.6s 0.8s infinite;
}
@keyframes jump {
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}
.main_product .inner .cover {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 60px;
}
.main_product .inner .cover a {
    padding: 16px 24px 10px;
    border: 1px solid #333;
    border-radius: 50px;
}
.main_product .inner .list .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-wrap: wrap;
}
.main_product .inner .list .item .picture {
    width: 50%;
    position: relative;
}
.main_product .inner .list .item:nth-of-type(even) .picture {
    order: 1;
}
.main_product .inner .list .item .picture figure {
    position: absolute;
}
.main_product .inner .list .item .picture .painting_line,
.main_product .inner .list .item .picture .painting_color {
    height: 16vw;
    top: 0%;
    left: 0%;
    overflow: hidden;
}
.main_product .inner .list .item .picture .painting_color {
    width: 0;
    animation: line 2s forwards;
}
.main_product .inner .list .item .picture .painting_color.on {
    animation: color 4s forwards;
}
.main_product .inner .list .item .picture .painting_line img,
.main_product .inner .list .item .picture .painting_color img {
    height: 100%;
    object-fit: contain;
}
@keyframes line {
    0% {
        width: 60%;
    }
    100% {
        width: 0;
    }
}
@keyframes color {
    0% {
        width: 0;
    }
    100% {
        width: 60%;
    }
}
.main_product .inner .list .item .picture .photo {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main_product .inner .list .item.pepper .picture .photo,
.main_product .inner .list .item.jeotgal .picture .photo {
    width: 50%;
}
.main_product .inner .list .item .picture .photo img {
    width: 100%;
    object-fit: contain;
}
.main_product .inner .list .item .text {
    width: 50%;
    padding: 100px;
}
.main_product .inner .list .item .text h3 {
    font-size: 48px;
    margin-bottom: 60px;
}
.main_product .inner .list .item.grape .text h3 {
    color: #522258;
}
.main_product .inner .list .item.peach .text h3 {
    color: #f05a7e;
}
.main_product .inner .list .item.pepper .text h3 {
    color: #B8001F;
}
.main_product .inner .list .item.jeotgal .text h3 {
    color: #800000;
}
.main_product .inner .list .item .text p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 60px;
}
.main_product .inner .list .item .text a {
    display: inline-block;
    font-size: 14px;
    color: #777;
    padding: 12px 24px 8px;
    border: 1px solid #777;
    border-radius: 50px;
}





.main_banner {
    max-width: 1720px;
    width: calc(100% - 40px);
    height: 42vw;
    margin: 0 auto 200px;
    border-radius: 20px;
    background: url('../image/main_banner.png') center center / cover no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}
.main_banner::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.main_banner .text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}
.main_banner .text .inner {
    max-width: 1440px;
    width: calc(100% - 80px);
    margin: 0 auto;
}
.main_banner .text .inner p {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.5;
}





.sns {
    width: 100%;
}
.sns .text {
    width: calc(100% - 40px);
    margin: 0 auto 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sns .text h3 {
    font-size: 64px;
    font-weight: 400;
    margin: 0 15px;
}
.sns .text a {
    height: 48px;
    margin: 0 15px 18px;
}
.sns .text a img {
    height: 100%;
    object-fit: contain;
}
.sns .snsSwiper {
    width: 100%;
    padding-top: 20px;
}
.sns .snsSwiper .swiper-wrapper {
    width: 100%;
	transition-timing-function: linear;
}
.sns .snsSwiper .swiper-wrapper .swiper-slide {
    width: calc(100% / 7);
    height: 14vw;
    margin: 0 10px;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s;
}
.sns .snsSwiper .swiper-wrapper .swiper-slide:hover {
    transform: translateY(-20px);
}
.sns .snsSwiper .swiper-wrapper .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.sns .snsSwiper .swiper-wrapper .swiper-slide a::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s;
}
.sns .snsSwiper .swiper-wrapper .swiper-slide:hover a::after {
    opacity: 1;
}
.sns .snsSwiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.2);
}
.sns .snsSwiper .swiper-wrapper .swiper-slide p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: 0.2s;
}
.sns .snsSwiper .swiper-wrapper .swiper-slide:hover p {
    opacity: 1;
}





.footer {
    width: 100%;
    padding: 200px 0 180px;
    position: relative;
    overflow: hidden;
}
.footer .rights {
    display: block;
    font-size: 14px;
    color: #555;
    text-align: center;
    padding : 0 20px 40px;
    margin-bottom: 60px;
    /* border-bottom: 1px solid #999; */
    position: relative;
}
.footer .rights::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
}
.footer .inner {
    max-width: 1720px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.footer .inner > ul {
    display: flex;
    flex-wrap: wrap;
}
.footer .inner .depth1 {
    margin-right: 60px;
}
.footer .inner .depth1 p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}
.footer .inner .depth1 .depth2 li {
    font-size: 14px;
    /* color: #555; */
    margin-bottom: 20px;
}
.footer .inner .depth1 .customer li {
    cursor: pointer;
}
.footer .inner .depth1 .customer li:hover {
    color: #c89c3a;
}
.footer .inner .depth1 .depth2 li a {
    display: inline-block;
}
.footer > figure {
    position: absolute;
    z-index: -1;
}
.footer .footer_grape {
    width: 42%;
    right: 30%;
    bottom: -46%;
}
.footer .footer_peach {
    width: 68%;
    right: -18%;
    bottom: -70%;
}
.footer > figure img {
    width: 100%;
    object-fit: contain;
}
.footer .guide,
.footer .privacy {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    max-width: 1024px;
    width: calc(100% - 40px);
    height: 80vh;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: none;
}
.footer .guide.on,
.footer .privacy.on {
    display: block;
}
.footer .guide h2,
.footer .privacy h2 {
    position: absolute;
    top: 40px;
    left: 40px;
}
.footer .guide figure,
.footer .privacy figure {
    height: 28px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.footer .guide figure img,
.footer .privacy figure img {
    height: 100%;
    object-fit: fill;
}
.footer .guide .text,
.footer .privacy .text {
    width: calc(100% - 80px);
    height: calc(100% - 140px);
    margin: 100px auto 40px;
    overflow-y: auto;
    line-height: 1.8;
}

#sit_dvr {
    margin: 20px 0;
}
#sit_ex {
    margin: 20px 0;
}





/* shop */
.page_title {
    max-width: 1440px;
    width: calc(100% - 40px);
    margin: 80px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_title.line {
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
}
.page_title h2 {
    font-weight: normal;
    font-size: 48px;
    margin: 0 20px 0 30px;
}
.page_title figure {
    height: 28px;
}
.page_title figure img {
    height: 100%;
    object-fit: contain;
}





/* board */
.board_area {
    max-width: 1440px;
    width: calc(100% - 40px);
    margin: 100px auto 0;
}
.board_area.photo {
    margin: 60px auto 0;
}





/* sub */
.sub {
    width: 100%;
}
.sub .inner {
    max-width: 1440px;
    width: calc(100% - 40px);
    margin: 100px auto 0;
}
.sub .inner h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.5;
}
.sub .inner h2 b {
    font-weight: 300;
    color: #c89c3a;
}





.greeting .inner h2 {
    margin-bottom: 150px;
}
.greeting .inner .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 200px;
}
.greeting .inner .list .text {
    width: 55%;
}
.greeting .inner .list .text p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
}
.greeting .inner .list .text p b {
    font-weight: 400;
    color: #c89c3a;
}
.greeting .inner .list .text p span {
    font-size: 36px;
}
.greeting .inner .list .photo {
    width: 45%;
    position: relative;
}
.greeting .inner .list .photo > div {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    position: absolute;
}
.greeting .inner .list .photo > div.photo1 {
    width: 35%;
    padding: 5px 5px 40px;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
    top: -200px;
    left: 0;
    transform: rotate(-6deg);
}
.greeting .inner .list .photo > div.photo2 {
    width: 40%;
    padding: 6px 6px 48px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    top: -100px;
    left: 20%;
    transform: rotate(3deg);
}
.greeting .inner .list .photo > div.photo3 {
    width: 45%;
    padding: 7px 7px 56px;
    box-shadow: -6px 6px 4px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 10%;
    transform: rotate(-3deg);
}
.greeting .inner .list .photo > div.photo4 {
    width: 50%;
    padding: 8px 8px 64px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
    top: 50px;
    left: 45%;
    transform: rotate(6deg);
    animation: swing 4s 4s infinite;
}
@keyframes swing {
    0% {
        transform: rotate(6deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(6deg);
    }
}
.greeting .inner .list .photo > div figure {
    width: 100%;
    height: 100%;
    border: 1px solid #f5f5f5;
}
.greeting .inner .list .photo > div figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.history .inner h2 {
    margin-bottom: 200px;
}
.history .inner .list {
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
}
.history .inner .list .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 200px;
}
.history .inner .list .item .text {
    width: calc((100% - 200px) / 3 * 2);
}
.history .inner .list .item:nth-of-type(odd) .text {
    order: 1;
}
.history .inner .list .item .text p {
    font-size: 24px;
    color: #1a4d2e;
    padding-bottom: 30px;
    margin-bottom: 60px;
    position: relative;
}
.history .inner .list .item .text p::after {
    content: '';
    width: 120px;
    height: 1px;
    background-color: rgba(200, 155, 58, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
}
.history .inner .list .item .text ul li {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.history .inner .list .item .picture {
    width: calc((100% - 120px) / 3);
}
.history .inner .list .item .picture figure {
    width: 100%;
}
.history .inner .list .item .picture figure img {
    width: 100%;
    object-fit: contain;
}





.tour .inner h2 {
    margin-bottom: 100px;
}
.tour .inner .list {
    width: 100%;
}
.tour .inner .list .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.tour .inner .list .item > figure {
    width: 50%;
}
.tour .inner .list .item:nth-of-type(even) > figure {
    order: 1;
}
.tour .inner .list .item > figure img {
    width: 100%;
    object-fit: cover;
}
.tour .inner .list .text {
    width: 50%;
    padding: 0 60px;
}
.tour .inner .list .text span {
    display: block;
    font-size: 48px;
    margin-bottom: 60px;
}
.tour .inner .list .text p {
    font-size: 32px;
    line-height: 1.5;
}





.map .inner h2 {
    margin-bottom: 100px;
}
.map .inner .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.map .inner .list .map_box {
    width: calc((100% - 40px) / 2);
    height: 500px;
    position: relative;
}
.map .inner .list .map_box::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../image/map_bg1.png') center center / cover no-repeat;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -1;
}
.map .inner .list .text {
    width: calc((100% - 40px) / 2);
    padding: 40px;
}
.map .inner .list .text li {
    font-size: 24px;
    line-height: 2;
    color: #1a4d2e;
    margin-bottom: 10px;
}
.map .inner .list .text li.address {
    margin-bottom: 60px;
}
.map .inner .list .text li span {
    font-size: 24px;
    font-weight: 300;
    color: #555;
}





.organic .inner h2 {
    font-size: 64px;
    margin-bottom: 200px;
}
.organic .inner .list {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.organic .inner .list .item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 250px;
}
.organic .inner .list .item .text {
    width: 50%;
}
.organic .inner .list .item:nth-last-of-type(odd) .text {
    margin-left: 100px;
}
.organic .inner .list .item:nth-last-of-type(even) .text {
    margin-right: 100px;
}
.organic .inner .list .item .text h3 {
    font-weight: 300;
    line-height: 1.5;
    font-size: 48px;
    margin-bottom: 40px;
}
.organic .inner .list .item .text h3 b {
    font-weight: 300;
    color: #c89c3a;
}
.organic .inner .list .item .text p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
}
.organic .inner .list .item .text p:last-of-type {
    margin-bottom: 10px;
}
.organic .inner .list .item .text span {
    font-size: 14px;
    line-height: 2;
    color: #777;
}
.organic .inner .list .item .picture {
    width: 30%;
    position: relative;
}
.organic .inner .list .item:nth-last-of-type(even) .picture {
    order: 1;
}
.organic .inner .list .item .picture figure {
    width: 100%;
}
.organic .inner .list .item .picture .picture_color {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    animation: grayscale 2s forwards;
}
.organic .inner .list .item .picture .picture_color.on {
    animation: color2 6s forwards;
}
@keyframes grayscale {
    0% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}
@keyframes color2 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}
.organic .inner .list .item .picture figure img {
    width: 100%;
    object-fit: contain;
}
.organic .inner .list .item .picture span {
    display: block;
    color: #555;
    margin-top: 40px;
    font-size: 14px;
}





@media screen and (max-width: 1600px) {
    .main_visual {
        height: 50vw;
    }
    .main_visual .text span {
        font-size: 96px;
    }
    .main_visual .text p {
        font-size: 28px;
    }





    .main_product .inner .list .item .picture .painting_line,
    .main_product .inner .list .item .picture .painting_color {
        height: 18vw;
        top: 4%;
        left: 6%;
    }





    .main_banner .text .inner p {
        font-size: 56px;
    }





    .sns .snsSwiper .swiper-wrapper .swiper-slide {
        height: 16vw;
    }





    .footer .footer_grape {
        right: 24%;
        bottom: -30%;
    }
    .footer .footer_peach {
        right: -26%;
        bottom: -50%;
    }
}





@media screen and (max-width: 1366px) {
    .main_product .inner .list .item .picture .painting_line,
    .main_product .inner .list .item .picture .painting_color {
        height: 20vw;
        top: 8%;
    }





    .main_banner .text .inner p {
        font-size: 48px;
    }





    .sns .text h3 {
        font-size: 56px;
    }
    .sns .snsSwiper .swiper-wrapper .swiper-slide {
        height: 20vw;
    }





    .footer .footer_grape {
        right: 22%;
        bottom: -18%;
    }
    .footer .footer_peach {
        right: -28%;
        bottom: -34%;
    }
}





@media screen and (max-width: 1200px) {
    .pc {
        display: none;
    }
    .mob {
        display: block;
    }
    .header {
        height: 80px;
    }
    .header .inner .left h1 {
        height: 48px;
    }
    .header .inner .left nav > ul .depth1 {
        line-height: 80px;
    }
    .header .nav_bg {
        top: 80px;
    }
    .header .inner .right > div.pc,
    .header .inner .right > a.pc {
        display: none;
    }
    .header .inner .right > div.mob {
        display: flex;
    }





    .main_visual .text span {
        font-size: 72px;
    }
    .main_visual .text p {
        font-size: 24px;
    }
    .main_visual .main_fruit1 {
        left: 18%;
    }
    .main_visual .main_fruit2 {
        right: 16%;
    }
    .main_visual .main_fruit3 {
        right: 12%;
    }
    .main_visual .main_fruit4 {
        right: 20%;
    }
    .main_visual .main_fruit5 {
        left: 14%;
    }





    .main_introduce .inner figure {
        width: 40%;
    }
    .main_introduce .inner .text {
        width: 60%;
        padding: 80px;
    }





    .main_product .inner h2 {
        font-size: 56px;
    }
    .main_product .inner .list .item .picture {
        width: 40%;
    }
    .main_product .inner .list .item .text {
        width: 60%;
        padding: 80px;
    }
    .main_product .inner .list .item .picture .painting_line,
    .main_product .inner .list .item .picture .painting_color {
        height: 16vw;
        top: 20%;
    }





    .sns .text h3 {
        font-size: 48px;
    }
    .sns .text a {
        height: 36px;
    }





    .greeting .inner .list .text {
        width: 100%;
    }
    .greeting .inner .list .text p.sign {
        text-align: right;
        padding-right: 200px;
    }
    .greeting .inner .list .photo {
        width: 100%;
    }
    .greeting .inner .list .photo > div.photo1 {
        width: 20%;
        top: 0;
        left: auto;
        right: 60%;
    }
    .greeting .inner .list .photo > div.photo2 {
        width: 22%;
        top: 60px;
        left: auto;
        right: 42%;
    }
    .greeting .inner .list .photo > div.photo3 {
        width: 24%;
        top: 20px;
        left: auto;
        right: 24%;
    }
    .greeting .inner .list .photo > div.photo4 {
        width: 26%;
        top: 60px;
        left: auto;
        right: 4%;
    }
}





@media screen and (max-width: 1024px) {
    .main_visual {
        height: calc(100vh - 120px);
    }
    .main_visual .text {
        width: calc(100% - 80px);
    }





    .main_introduce .inner figure {
        order: 1;
        width: 40%;
        margin-left: 50%;
    }
    .main_introduce .inner .text {
        width: 80%;
        padding: 60px 60px 0;
    }
    .main_introduce .inner .text p {
        font-size: 24px;
    }





    .main_product .inner h2 {
        font-size: 48px;
    }
    .main_product .inner .list .item .text {
        width: 100%;
        padding: 60px 60px 0;
    }
    .main_product .inner .list .item .text h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .main_product .inner .list .item .text p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .main_product .inner .list .item .picture {
        width: 100%;
        order: 1;
        display: flex;
        justify-content: flex-end;
    }
    .main_product .inner .list .item .picture figure {
        position: static;
    }
    .main_product .inner .list .item .picture .photo {
        transform: translate(0, 0);
        width: 50%;
    }
    .main_product .inner .list .item.pepper .picture .photo, 
    .main_product .inner .list .item.jeotgal .picture .photo {
        width: 25%;
    }
    .main_product .inner .list .item .picture .painting_line,
    .main_product .inner .list .item .picture .painting_color {
        position: absolute;
        width: 22vw;
        height: auto;
        top: -16%;
        left: 54%;
    }
    .main_product .inner .list .item .picture .painting_color {
        height: 0;
    }
    .main_product .inner .list .item .picture .painting_line img,
    .main_product .inner .list .item .picture .painting_color img {
        width: 100%;
        height: auto;
    }
    @keyframes line {
        0% {
            height: 130%;
        }
        100% {
            height: 0;
        }
    }
    @keyframes color {
        0% {
            height: 0;
        }
        100% {
            height: 130%;
        }
    }





    .main_banner .text .inner p {
        font-size: 36px;
    }





    .sns .text h3 {
        font-size: 36px;
    }
    .sns .text a {
        height: 30px;
        margin: 0 15px 10px;
    }
    .sns .snsSwiper .swiper-wrapper .swiper-slide {
        height: 24vw;
    }





    .footer .inner .depth1 {
        margin-bottom: 60px;
    }





    .history .inner .list .item {
        justify-content: center;
    }
    .history .inner .list .item .text {
        width: calc(100% / 2);
    }
    .history .inner .list .item .picture {
        width: calc(100% / 2);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .history .inner .list .item .picture figure {
        width: 50%;
    }





    .map .inner .list .map_box {
        width: calc(100% - 20px);
    }
    .map .inner .list .text {
        width: 100%;
    }
}





@media screen and (max-width: 767px) {
    .header .inner {
        width: calc(100% - 80px);
    }





    .quick {
        right: 10px;
        box-shadow: none;
    }





    .main_visual {
        width: calc(100% - 40px);
    }
    .main_visual .text span {
        font-size: 64px;
    }
    .main_visual .text p {
        font-size: 18px;
    }
    .main_visual .main_fruit.main_peach {
        height: 32px;
    }
    .main_visual .main_fruit.main_grape {
        height: 64px;
    }
    .main_visual .main_fruit1 {
        top: 12%;
        left: 18%;
    }
    .main_visual .main_fruit2 {
        top: 14%;
        right: 16%;
    }
    .main_visual .main_fruit3 {
        right: 4%;
        bottom: 36%;
    }
    .main_visual .main_fruit4 {
        right: 24%;
        bottom: 14%;
    }
    .main_visual .main_fruit5 {
        left: 8%;
        bottom: 20%;
    }





    .main_introduce .inner figure {
        width: 60%;
        margin-left: 30%;
    }
    .main_introduce .inner .text {
        width: 100%;
        padding: 60px 60px 0;
    }
    .main_introduce .inner .text p {
        font-size: 24px;
    }





    .main_product .inner h2 {
        font-size: 36px;
    }
    .main_product .inner .cover a {
        font-size: 14px;
    }





    .main_banner {
        height: 60vh;
    }
    .main_banner .text .inner p {
        font-size: 24px;
    }





    .sns .snsSwiper .swiper-wrapper .swiper-slide {
        height: 36vw;
    }





    .footer {
        padding: 200px 0 0;
    }
    .footer .rights {
        font-size: 12px;
    }
    .footer .footer_grape {
        bottom: -12%;
    }
    .footer .footer_peach {
        bottom: -14%;
    }





    .sub .inner h2 {
        font-size: 36px;
    }





    .greeting .inner .list .text p.sign {
        padding-right: 100px;
    }
    .greeting .inner .list .photo > div.photo1 {
        padding: 2px 2px 20px;
        box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
    }
    .greeting .inner .list .photo > div.photo2 {
        padding: 3px 3px 30px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    }
    .greeting .inner .list .photo > div.photo3 {
        padding: 4px 4px 40px;
        box-shadow: -3px 3px 2px rgba(0, 0, 0, 0.2);
    }
    .greeting .inner .list .photo > div.photo4 {
        padding: 5px 5px 50px;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    }





    .history .inner .list .item {
        position: relative;
    }
    .history .inner .list .item .text {
        width: 100%;
    }
    .history .inner .list .item .text p {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .history .inner .list .item .text ul li {
        font-size: 20px;
    }
    .history .inner .list .item .picture {
        position: absolute;
        right: 0;
        bottom: -100px;
        opacity: 0.5;
        z-index: -1;
    }
    .history .inner .list .item .picture figure {
        width: 50%;
    }





    .tour .inner .list .item > figure {
        width: 100%;
    }
    .tour .inner .list .item:nth-of-type(even) > figure {
        order: initial;
    }
    .tour .inner .list .text {
        width: 100%;
        padding: 40px 20px 120px;
    }
    .tour .inner .list .text span {
        margin-bottom: 20px;
    }





    .organic .inner .list .item .text {
        width: 100%;
        margin-bottom: 40px;
    }
    .organic .inner .list .item:nth-last-of-type(odd) .text {
        margin-left: 0;
    }
    .organic .inner .list .item:nth-last-of-type(even) .text {
        margin-right: 0;
    }
    .organic .inner .list .item .text p:last-of-type {
        margin-bottom: 20px;
    }
    .organic .inner .list .item .picture {
        width: 100%;
        order: 1;
        display: flex;
        justify-content: flex-end;
    }
    .organic .inner .list .item .picture figure {
        width: 50%;
    }
}





@media screen and (max-width: 480px) {
    .header .inner {
        width: calc(100% - 60px);
    }
    .header .inner .right > div.mob {
        margin-left: 20px;
    }
    .header .inner .right .menu figure {
        margin-right: 5px;
    }





    .main_visual .text span {
        font-size: 48px;
    }
    .main_visual .text p {
        font-size: 16px;
        margin-top: 20px;
    }
    .main_visual .main_fruit.main_peach {
        height: 24px;
    }
    .main_visual .main_fruit.main_grape {
        height: 48px;
    }
    .main_visual .main_fruit1 {
        top: 8%;
    }
    .main_visual .main_fruit2 {
        top: 10%;
    }
    .main_visual .main_fruit3 {
        bottom: 48%;
    }
    .main_visual .main_fruit4 {
        bottom: 10%;
    }
    .main_visual .main_fruit5 {
        bottom: 12%;
    }
    .main_visual .scroll .line {
        height: 40px;
    }
    @keyframes rotate {
        0% {
            bottom: 40px;
        }
        50% {
            bottom: 0;
        }
        100% {
            bottom: 40px;
        }
    }





    .main_introduce .inner figure {
        width: 100%;
        margin-left: 20%;
    }
    .main_introduce .inner .text {
        width: 100%;
        padding: 20px;
    }
    .main_introduce .inner .text p {
        font-size: 20px;
    }





    .main_product .inner h2 {
        font-size: 30px;
    }
    .main_product .inner .list .item .text {
        padding: 20px;
    }
    .main_product .inner .list .item .text h3 {
        font-size: 24px;
    }
    .main_product .inner .list .item .text p {
        font-size: 16px;
    }





    .sns .text h3 {
        font-size: 28px;
    }
    .sns .text a {
        height: 28px;
        margin: 0 0 4px;
    }
    .sns .snsSwiper .swiper-wrapper .swiper-slide {
        height: 64vw;
    }





    .footer {
        padding: 100px 0 0;
    }
    .footer .inner .depth1 {
        margin-right: 0;
    }
    .footer .footer_grape {
        bottom: 24%;
    }
    .footer .footer_peach {
        bottom: 14%;
    }





    .sub .inner h2 {
        font-size: 32px;
    }





    .greeting .inner .list .text p {
        font-size: 16px;
    }
    .greeting .inner .list .text p.sign {
        text-align: center;
        padding-right: 0;
        font-size: 14px;
    }
    .greeting .inner .list .text p span {
        font-size: 32px;
    }
    .greeting .inner .list .photo > div.photo1 {
        padding: 1px 1px 20px;
        box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
        right: 70%;
    }
    .greeting .inner .list .photo > div.photo2 {
        padding: 2px 2px 24px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        right: 54%;
    }
    .greeting .inner .list .photo > div.photo3 {
        padding: 2px 2px 28px;
        box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
        right: 32%;
    }
    .greeting .inner .list .photo > div.photo4 {
        padding: 2px 2px 32px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        right: 10%;
    }





    .tour .inner .list .text span {
        display: block;
        font-size: 42px;
        margin-bottom: 20px;
    }
    .tour .inner .list .text p {
        font-size: 28px;
        line-height: 1.5;
    }





    .map .inner .list .map_box {
        height: 400px;
    }
    .map .inner .list .text {
        padding: 40px 0;
    }
    .map .inner .list .text li {
        font-size: 18px;
    }
    .map .inner .list .text li span {
        font-size: 18px;
    }





    .page_title h2 {
        font-size: 36px;
        margin: 0 10px 0 20px;
    }
}