@charset "utf-8";

html,
body {
    width: 100%;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    display: block;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

#wrap {
    width: 100%;
    min-height: 100%;
    background: #fffef2;
    overflow-x: hidden;
}

/* 공통 */
.inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 28px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Interop';
}

/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header .logo img {
    display: block;
}

header .btn-mobile {
    display: none;
}

header .btn-close {
    display: none;
}

.gnb {
    display: flex;
    gap: 45px;
    padding: 36px 40px;
    font-size: 17px;
    color: #fff;
}

.gnb a {
    transition: color 0.25s ease;
}

.gnb a:hover {
    color: #cdcdcd;
}

/* main visual */
#main-visual {
    position: relative;
    width: 100%;
    height: 82vh;
    min-height: 680px;
    overflow: hidden;
}

#main-visual .main-bg {
    width: 100%;
    height: 100%;
}

#main-visual .main-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-visual .main-title {
    position: absolute;
    top: 55%;
    left: 24%;
    transform: translateY(-50%);
    max-width: 520px;
    font-size: 17px;
    line-height: 1.8;
    color: #fff;
    letter-spacing: 1.8px;
    word-break: keep-all;
}

.main-title .copy1 {
    margin-bottom: 24px;
}

/* section1 */
.section1 {
    width: 100%;
    background: #fffef2;
    padding: 130px 0 120px;
}

.section1-inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 110px;
}

.section1-inner img {
    width: 430px;
    height: auto;
    transition: transform 0.35s ease;
}

.section1-inner a:hover img {
    transform: translateY(-6px);
}

.section1-inner span {
    display: block;
    font-size: 15px;
    color: #9e7144;
    margin-bottom: 14px;
}

.section1-inner h3 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: 0.04em;
}

.section1-inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #333;
    word-break: keep-all;
}

.section1-inner .button {
    padding: 0;
}

.section1-inner .button a {
    display: inline-block;
    margin-top: 24px;
    padding: 11px 30px;
    font-size: 13px;
    background: #333;
    color: #fff;
    border-radius: 20px;
    transition: background 0.25s ease, transform 0.25s ease;
}

.section1-inner .button a:hover {
    background: #000;
    transform: translateY(-2px);
}

/* section2 */
.section2 {
    width: 100%;
    background: #f6f5e8;
    padding: 130px 0 150px;
}

.section2 h2 {
    font-size: 21px;
    font-weight: 600;
    color: #9e7144;
    text-align: center;
    margin-bottom: 90px;
    letter-spacing: 0.12em;
}

.section2-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 100px;
    text-align: center;
    align-items: flex-end;
}

.section2-inner img {
    margin: 0 auto 36px;
    transition: transform 0.35s ease;
}

.section2-inner .new1 img,
.section2-inner .new2 img,
.section2-inner .new3 img,
.section2-inner .new4 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section2-inner .new4 img {
    margin-bottom: 20px;
}

.section2-inner a:hover img {
    transform: translateY(-6px);
}

.section2 .section2-inner .new-text strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.section2 .section2-inner .new-text {
    min-height: 58px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    margin-bottom: 18px;
    word-break: keep-all;
}

.section2 .section2-inner .new-button a {
    display: inline-block;
    padding: 10px 28px;
    font-size: 13px;
    background: #333;
    color: #fff;
    border-radius: 20px;
    margin-top: 12px;
    transition: background 0.25s ease, transform 0.25s ease;
}

.section2 .section2-inner .new-button a:hover {
    background: #000;
    transform: translateY(-2px);
}

/* section3 */
.section3 {
    width: 100%;
    background: #fffef2;
    padding: 140px 0 130px;
}

.section3-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
}

.section3 .call-text {
    width: 420px;
}

.section3 .call-text span {
    display: block;
    font-size: 15px;
    color: #9e7144;
    margin-bottom: 14px;
}

.section3 .call-text h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: 0.04em;
}

.section3 .call-text p {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: #333;
    word-break: keep-all;
}

.section3 .call-text li a {
    display: inline-block;
    padding: 10px 28px;
    font-size: 13px;
    background: #333;
    color: #fff;
    border-radius: 20px;
    margin-top: 10px;
    transition: background 0.25s ease, transform 0.25s ease;
}

.section3 .call-text li a:hover {
    background: #000;
    transform: translateY(-2px);
}

.section3 .call-img img {
    width: 640px;
    height: auto;
}

/* section4 */
.section4 {
    width: 100%;
    background: #fffef2;
    padding: 90px 0 130px;
}

.section4-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.section4-inner .story {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.section4-inner .story a {
    display: block;
    width: 25%;
    transition: transform 0.3s ease;
}

.section4-inner .story a:hover {
    transform: translateY(-4px);
}

.section4-inner .story strong {
    display: block;
    color: #444;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
    padding: 14px 100px 0 0;
    border-top: 1px solid #6c6c6c;
    transition: color 0.25s ease, border-color 0.25s ease;
    white-space: nowrap;
}

.section4-inner .story p {
    font-size: 14px;
    color: #6c6c6c;
    transition: color 0.25s ease;
}

.section4-inner .story strong img {
    display: inline-block;
    width: 16px;
    height: auto;
    margin-left: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.section4-inner .story a:hover strong,
.section4-inner .story a:hover p {
    color: #000;
    border-color: #000;
}

.section4-inner .story a:hover img {
    opacity: 1;
    transform: translateX(4px);
}

/* footer */
footer {
    width: 100%;
    background: #333333;
    padding: 50px 0 70px;
    color: #cfcaca;
    position: relative;
    font-weight: 400;
}

.footer-inner {
    position: relative;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.infor p {
    font-size: 14px;
    margin-top: 8px;
    letter-spacing: 0.04em;
}

footer .footer-logo .logo {
    font-size: 15px;
    line-height: 20px;
    font-family: "Suisse Int'l Mono";
    margin-top: 42px;
    letter-spacing: -2px;
}

footer .sns {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 30px;
}

footer .sns a img {
    width: 22px;
    height: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

footer .sns a:hover img {
    opacity: 0.75;
    transform: translateY(-3px);
}