@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-myeongjo.css');
@import url(styleguide.css);
@import url(globals.css);
@import url(reset.css);
@import url(footer.css);

.visual-section {
    height: 100vh;
}
/* Slider Styles */
.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    height: 100%;
}

.slides {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 1.0s ease-out;
}

.slide {
    min-width: 100%;
    width: 100%;
    height: 100%;
}

.dots {
    position: absolute;
    bottom: 7.813rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    gap: 0.625rem;
}

.dot {
    height: 1.125rem;
    width: 1.125rem;
    background-color: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.5s ease-out;
}

.dot.active {
    background-color: #000000;
}

/* side-menu */
.side-menu {
    top: 50%;
    left: 1.438rem;
    transform: translate(0, -50%);
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 1.25rem;
    position: absolute;
}

.side-menu li {
    height: 2.625rem;
    text-align: center;
}

.side-menu li a {
    color: var(--white);
    font-family: var(--font-family-nanum_myeongjo);
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.6rem;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.side-menu li svg path {
    color: var(--white);
    transition: fill 0.3s ease;
}

.side-menu li:hover a {
    color: #000000;
}

.side-menu li:hover svg path {
    fill: #000000;
}

/* 규반 스토리 아이콘 */
.gyuban_story_ico_area {
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.gyuban_story_ico_style {
    width: 6rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.gyuban_story_ico_style:hover {
    filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(1485%) hue-rotate(357deg) brightness(94%) contrast(90%);
}

/* Section Backgrounds */
.visual-section .slide {
    background-size: cover;
    background-repeat: no-repeat;
}


.visual-section .slide:nth-child(1) {
    background-image: url(/ko/images/main/mainvisual1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.visual-section .slide:nth-child(2) {
    background-image: url(/ko/images/main/mainvisual2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.visual-section .slide:nth-child(3) {
    background-image: url(/ko/images/main/mainvisual3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/* main_slogn_area */

.main_slogn_area {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.main_slogn_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.main_slogn_title_big {
    font-size: clamp(2rem, 4vw, 4rem);
    color: var(--eerie-black);
    font-family: var(--font-family-nanum_myeongjo);
    font-size: 4rem;
    font-weight: 400;
    line-height: 5.2rem;
    text-align: center;
}

.main_slogn_title_mid {
    font-size: clamp(1.25rem, 2vw, 1.875rem);
    opacity: 0;
    color: var(--eerie-black);
    font-family: var(--font-family-nanum_myeongjo);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.95rem;
    text-align: center;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateX(2rem); }
    to { opacity: 1; transform: translateX(0rem); }
}

.fade-in {
    animation: fadeIn 2s forwards;
    opacity: 0;
}

.txt-wrap {
    display: flex;
    padding: 0 6.25rem;
}

/* section .content {
    display: flex;
    height: 100%;
   max-width: 1920px;
   margin: 0 auto;
    width: 100%;
} */
section .content {
    display: flex;
    height: auto;
    min-height: 1080px;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

.section-02, .section-04, .section-06 {
    background-color: #f1f1f1;
    margin: 0 auto;
}

.section-05 {
    background-color: #000;
}

.section-03{
    background-color: #fff;
    margin: 0 auto;
}

.section-06 {
    height:auto;
    padding:8.25rem 0px;
}

/* .txt-name {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    font-family: var(--font-family-nanum_myeongjo);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.name-ko {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 700;
}

.name-en {
    font-size: 0.75rem;
    line-height: 0.975rem;
    font-weight: 400;
} */

section:nth-child(even) .tit-b {
    align-items: end;
}

section:nth-child(even) .section-menu-wrap {
    align-items: end;
}

section:nth-child(even) .div2 {
    text-align: right;
}

section:nth-child(even) .div3 {
    text-align: right;
}

.section-02 .img-area {
    max-width: 52.5rem;
}

.section-02 .img-wrap {
    flex-grow: 1;
    padding-right: 10%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.section-02 .img-area2 {
    width: 100%;
    height: 100%;
}

.section-02 .txt-wrap {
    max-width: 50%;
}

.chef-text {
    color: #FFF;
    text-align: center;
    font-family: var(--font-family-nanum_myeongjo);
    font-size: clamp(14px, 1.2vw, 20px);
    font-weight: 700;
    line-height: 130%; /* 26px */

    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
}

.chef-text2 {
    transform: translateX(-50%);
    font-weight: 400;
    top : calc((100% - 50%) + (25%));
    width:100%;

    color: #FFF;
    text-align: center;
    font-family: var(--font-family-nanum_myeongjo);
    font-size: clamp(8px, 1.2vw, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
}

.section-02 .img-area2, .section-04 .img-area2, .section-05 .img-area2 {
    display: flex;
    position: relative;
    justify-content: center;
}

.section-02 .img-area, .section-03 .img-area, .section-04 .img-area, .section-05 .img-area {
    width: 100%;
    height: 100%;
}

.section-03 .img-area2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-03 .img-wrap, .section-04 .img-wrap, .section-05 .img-wrap {
    flex: 1;
}

.section-03 .content {
    background-image: url(/ko/images/main/section03.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-04 .txt-wrap {
    max-width: 50%;
    flex-shrink: 0;
    width: 100%;
}

.section-04 .img-area2 {
    width: 100%;
    height: 100%;
}

.section-05 .content {
    background-image: url(/ko/images/main/section05.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-04 .img-wrap .img-area2 {
    width: 100%;
    height: 100%;
    background-image: url(/ko/images/main/section04.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.section-05 .section-menu2 {
    color: #ffffff;
    opacity: 0.7;
}

.section-05 .tit-b .div3 {
    color: #B2B2B2;
}

.section-06 {
    background-color: #F3EBDA;
}

/* news */
.news {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.75rem;
    padding: 0 6.25rem;
}

.news-area-title {
    text-align: center;
    font-family: var(--font-family-nanum_myeongjo);
}

.news-area-title h2 {
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2.113rem;
    color: #8B6F4E;
    letter-spacing: 0.325rem;
    margin-bottom: 1rem;
}

.news-area-title .tit {
    color: #221E1F;
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 1.875rem;
}

.news-area-title .s-tit {
    color: #221E1F;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 130%;
}

.box-area {
    width: 100%;
}

.box {
    display: flex;
}

.box li {
    width: calc((100% - 1.25rem) / 2);
    background-color: #ffffff;
    transition: background-color 0.3s ease-in-out;
}

.box li a {
    display: block;
}

.box li:hover .box-txt strong, .box li:hover .box-txt p, .box li:hover .box-txt span {
    color: #ffffff;
}

.box li:first-child {
    margin-right: 1.25rem;
}

.box li .box-img img {
    width: 100%;
    max-height: 20rem;
    min-height: 20rem;
    object-fit: cover;
}

.box-txt {
    font-family: var(--font-family-nanum_myeongjo);
    padding: 1.875rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.box-arrow-area{display: none;height:100%;}

.box-txt strong {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.138rem;
    letter-spacing: 0.325rem;
    color: #8B6F4E;
}

.box-txt p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.575rem;
    color: #221E1F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.box-txt span {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.225rem;
    color: #656565;
}

.btn_view {
    width: 15.75rem;
    height: 3.688rem;
    font-family: var(--font-family-nanum_myeongjo);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.688rem;
    text-align: center;
    color: #333333;
    border: 0.063rem solid rgba(51, 51, 51, 0.70);
    background: #F3EBDA;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}

.btn_view:hover {
    background-color: #333333;
    color: #ffffff;
    transition: background-color 0.3s ease-in-out;
}

section.section-06 .content {
    min-height: auto;
    height: auto;
}


.section-02 .txt-wrap {
    padding-right: 0px;
}

.section-02 .img-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 40px;
    justify-content: center;
}

.section-02 .img-wrap img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 840px;
    object-fit: contain;
}

.section-02 .img-wrap div {
    position: relative;
}

.img-area2 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 500px;
}

@media screen and (max-width: 1500px) {

}

@media screen and (min-width: 1279px)
{
    .box li:hover {
        background-color: #8B6F4E;
        transition: background-color 0.3s ease-in-out;
    }
}


@media screen and (max-width: 1279px) {

    section {
        height: auto;
    }

    section .content {
        min-height: auto;
    }

    .section-02, .section-04, .section-05, .section-06  {
        padding: 0 1.5rem;
    }

    .section-06 {
        height: auto;
        padding: 3.75rem 0;
    }

    /* .section-02 .imgview {
        height: 300px;
    }

    .section-03 .imgview {
        height: 452px;
    }

    .section-04 .imgview {
        height: 300px;
    }

    .section-05 .imgview {
        height: 300px;
    } */

    .section-02 .img-wrap, .section-04 .img-wrap {
        display: none;
    }

    .section-02 .content, .section-04 .content , .section-05 .content {
       /* width:88%;
        margin: 0 auto;*/
        max-width: 1920px;
        width: 100%;
    }

    .section-03 .tit-b, .section-03 .section-menu-wrap {
        padding: 0 1.5rem;
    }

    .section-02 .txt-wrap, .section-03 .txt-wrap, .section-04 .txt-wrap, .section-05 .txt-wrap {
        display: block;
        max-width:100%;
        width: 100%;
        padding: 0;
    }

    .section-02 .imgview, .section-03 .imgview, .section-04 .imgview, .section-05 .imgview {
        width:100%;
    }

    .section-03 .content, .section-05 .content {
        /* background-image: url(/ko/images/main/section03_1280.png); */
        background: none;
        /* background-size: cover;
        background-repeat: no-repeat;
        background-position: center; */
    }

    /* .section-03 .img-area2 {
        width: 100%;
        height: 100%;
        background-image: url(/ko/images/main/section03_m.png);
        background-size: 94%;
        background-repeat: no-repeat;
        background-position: left;
    }

    .section-04 .img-area2 {
        width: 100%;
        height: 100%;
        background-image: url(/ko/images/main/section04_m.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
    }

    .section-05 .img-area2 {
        width: 100%;
        height: 100%;
        background-image: url(/ko/images/main/section05_m.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
    } */

    .section-05 {
        background: none;
        background-color: #010101;
    }

    section:nth-child(even) .tit-b {
        align-items: flex-start;
    }

    section:nth-child(even) .section-menu-wrap {
        align-items: flex-start;
    }

    section:nth-child(even) .div2 {
        text-align: left;
    }

    section:nth-child(even) .div3 {
        text-align: left;
    }

    .news {
        padding: 0 1.5rem;
    }

    .box-img {
        display: none;
    }

    .box-txt {
        width:85%;
        float:left;
        padding: 20px 10px;
    }

    .box-txt p {
        white-space: normal;
    }

    .box-txt strong {
        display: none;
    }

    .box li:first-child {
        margin: 0;
    }

    .box li {
        width: 100%;
        background: none;
        border-bottom: 1px solid #CCC;
        position: relative;
    }

    .box li a {
        display: flex;
        justify-content: space-between;
    }

    .box {
        flex-direction: column;
    }

    .box li:hover .box-txt strong, .box li:hover .box-txt p, .box li:hover .box-txt span {
        color: #7E6446;
    }

    .box-arrow-area {
        display: block;
        width:34px;
        height:34px;
        position: absolute;
        right: 10px;
        top: 20px;
    }

    .box-arrow {
        width: 34px;
        height: 34px;
        background: url(/ko/images/icon/icon_view.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.3s;
    }

    .box li:hover {
        background-color: none;
    }

    .box li:hover .box-arrow {
        background: url(/ko/images/icon/icon_view_hover.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .news-area-title h2 {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 18.2px */
        letter-spacing: 2.8px;
    }

    .news-area-title .tit {
        font-size: 36px;
        font-weight: 400;
        line-height: 130%; /* 46.8px */
    }

    .news-area-title .s-tit {
        font-size: 16px;
        font-weight: 400;
        line-height: 150%; /* 24px */
    }

}

@media screen and (max-width: 768px) {
        /* 모바일 스타일 */
    /* html {
        font-size: 80%;
    } */

    .visual-section .slide:nth-child(1) {
        background-image: url(/ko/images/main/movisual1.png);
    }

    .visual-section .slide:nth-child(2) {
        background-image: url(/ko/images/main/movisual2.png);
    }

    .visual-section .slide:nth-child(3) {
        background-image: url(/ko/images/main/movisual3.png);
    }

    .main_slogn_title_big {
        font-size: 2.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .main_slogn_title_mid {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .side-menu {
        display: none;
    }

    /* .box-arrow-area{
        width:36px;
        height:103px;
    } */

    .box-arrow{
        transition: all 0.3s;
    }

    .news-area-title {
        text-align: left;
    }

    .news {
        align-items: flex-start;
        gap: 40px;
    }

    .btn_view {
        width: 100%;
    }
}



