main .main-first-section {
    width: 100%;
    height: 100vh;
}

.main-first-inner-container {
    position: relative;
    height: calc(100vh - 140px);
    width: 100%;

    overflow: hidden;
}

.slidebox {
    display: flex;
    align-items: center;

    position: absolute;
    top: 0;
    left: 100%;

    height: 100%;
    width: 100%;
    transition: left 0.6s ease-in-out;
}

.slidebox.one {
    left: 0%;
}

.slidebox-inner-container {
    border: 1px solid rgb(47, 47, 47);
    display: flex;
    width: 70%;
    height: 95%;
    margin: 0 auto;

    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.slidebox-inner-container-left p {
    margin: 0;
    padding: 0 4px;
}

.shake-text-title {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: cover;
}

.slidebox-inner-container-left,
.slidebox-inner-container-right {
    position: relative;

    width: 50%;
    height: 100%;

    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.slidebox-inner-container::before,
.slidebox-inner-container::after,
.slidebox-inner-container-left:before,
.slidebox-inner-container-left:after,
.slidebox-inner-container-right:before,
.slidebox-inner-container-right:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.slidebox-inner-container::before,
.slidebox-inner-container::after,
.slidebox-inner-container-left:after,
.slidebox-inner-container-right:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.slidebox.one .slidebox-inner-container-left {
    background: url(/images/shakeL.png) no-repeat center / cover;
}

.slidebox.one .slidebox-inner-container-right {
    background: url(/images/shakeR.png) no-repeat center / cover;
}

.shake-purchase-div {

    position: absolute;
    bottom: 30px;
    right: 0;

    width: 40%;
    font-size: 35px;
    /* text-shadow: 2px 2px 2px; */
    color: white;
}

.shake-purchase-div p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    width: 60%;
    margin: 10px auto;
    text-align: center;
    border-bottom: 2px solid white;
    text-shadow: 2px 4px 2px rgb(90, 90, 90);
}

.shake-purchase-div a {
    display: block;
    margin: 10px auto;
    transition: background-color .7s ease-in-out, color .5s ease;
    /* 각 속성에 대한 트랜지션을 개별적으로 정의 */
    padding: 10px;

    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 5px;
    width: 50%;

    text-align: center;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 2px 4px 2px rgb(90, 90, 90);

    background-color: rgba(255, 255, 255, .1);
}

.shake-purchase-div a:hover {
    background-color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    color: black;
}

/* ============================================== */

.tofu-purchase-div {

    position: absolute;
    top: 120px;
    right: 0;

    height: 20%;
    width: 40%;
    font-size: 35px;
    /* text-shadow: 2px 2px 2px; */
    color: black;
}

.tofu-purchase-div p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    width: 80%;
    margin: 10px auto;
    text-align: center;
    border-bottom: 2px solid black;
    text-shadow: 2px 4px 2px rgb(218, 218, 218);
}

.tofu-purchase-div a {
    display: block;
    margin: 10px auto;
    transition: background-color .7s ease-in-out, color .5s ease;
    /* 각 속성에 대한 트랜지션을 개별적으로 정의 */
    padding: 10px;

    box-sizing: border-box;
    border: 2px solid black;
    border-radius: 5px;
    width: 50%;

    text-align: center;
    font-size: 20px;
    color: black;

    background-color: rgba(255, 255, 255, .1);
    text-shadow: 2px 4px 2px rgb(218, 218, 218);
}

.tofu-purchase-div a:hover {
    background-color: rgba(0, 0, 0, 1);
    text-shadow: none;
    text-decoration: underline;
    color: white;
}

/* ============================================== */

.cookie-purchase-div {

    position: absolute;
    top: 40%;
    left: 0;

    height: 20%;
    width: 40%;
    font-size: 35px;
    /* text-shadow: 2px 2px 2px; */
    color: white;
}

.cookie-purchase-div p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    width: 80%;
    margin: 10px auto;
    text-align: center;
    border-bottom: 2px solid white;
}

.cookie-purchase-div a {
    display: block;
    margin: 10px auto;
    transition: background-color .7s ease-in-out, color .5s ease;
    /* 각 속성에 대한 트랜지션을 개별적으로 정의 */
    padding: 10px;

    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 5px;
    width: 50%;

    text-align: center;
    font-size: 20px;
    color: white;

    background-color: rgba(255, 255, 255, .1);
}

.cookie-purchase-div a:hover {
    background-color: rgba(0, 0, 0, 1);
    text-shadow: none;
    text-decoration: underline;
    color: white;
}

/* ==================================== */

.slidebox.two .slidebox-inner-container-left {
    background: url(/images/farm.JPG) no-repeat 55% center / cover;
}

.slidebox.two .slidebox-inner-container-right {
    background: url(/images/tofu_bean.png) no-repeat center / cover;
}

.slidebox.three .slidebox-inner-container-left {
    background: url(/images/petL.png) no-repeat center / cover;
}

.slidebox.three .slidebox-inner-container-right {
    background: url(/images/petR.png) no-repeat center / cover;
}

.controll-box {
    position: absolute;
    bottom: 70px;
    left: calc((100% - 200px)/2);

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

    width: 200px;
    height: 50px;
}

.controll-button {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 15px;
    height: 15px;

    border-radius: 50%;
    border: 2px solid gray;

    cursor: pointer;
}

.controll-button::before {
    content: '';

    box-sizing: border-box;

    width: 30%;
    height: 30%;

    border-radius: 50%;
    background-color: pink;
}

.controll-button.active {
    background-color: rgb(255, 255, 255);
}



/* ====================================== */

main .main-second-section {
    display: none;
    background-color: #C8C691;

    width: 100%;
    height: 100vh;
}

main .main-third-section {
    display: flex;
    align-items: center;
    background-color: #ECE9DE;

    width: 100%;
    height: 100vh;
}

/* =================================== */

.main-third-inner-container {
    width: 1180px;
    height: 65%;
    margin: 0 auto;
}

.main-third-inner-top {
    display: flex;
    align-items: center;

    width: 100%;
    height: 30%;
}

.top-text-container h2 {
    font-size: 40px;
}

.top-text-container p {
    margin-top: 20px;
    font-size: 20px;
}

.main-third-inner-bottom {
    display: flex;

    width: 100%;
    height: 70%;
}

.main-third-inner-bottom-box {
    position: relative;
    box-sizing: border-box;

    width: 100%;
    height: 100%;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15),
    0 2px 2px rgba(0, 0, 0, 0.15),
    0 4px 4px rgba(0, 0, 0, 0.15),
    0 8px 8px rgba(0, 0, 0, 0.15);
}

.main-third-inner-bottom-box:hover>div {
    opacity: 1;
}

.main-third-inner-bottom-box.first {
    background: url(/images/humanism.jpeg) no-repeat center / cover;
}

.main-third-inner-bottom-box.second {
    background: url(/images/global.jpeg) no-repeat center / cover;
}

.main-third-inner-bottom-box.third {
    background: url(/images/clean.jpeg) no-repeat center / cover;
}

.main-third-inner-bottom-box.fourth {
    background: url(/images/friendly.jpeg) no-repeat center / cover;
}

.main-third-inner-bottom-box.first:hover,
.main-third-inner-bottom-box.second:hover,
.main-third-inner-bottom-box.third:hover,
.main-third-inner-bottom-box.fourth:hover {
    background: no-repeat center / cover;
    background-color: #333333;
}

.bottom-text-container {
    color: white;
    transition: .7s ease-in-out;
    opacity: 0;
    position: absolute;
    bottom: 5%;
    left: 15%;

    box-sizing: border-box;
    width: 70%;
    height: 30%;
}

.bottom-text-container h3 {
    text-align: center;
    font-size: 25px;
    height: 40px;

    border-bottom: 3px solid white;
}

.bottom-text-container p {
    margin-top: 15px;

    text-align: center;
}

.inner-circle {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: calc((100% - 10vh)/2);
    left: calc((100% - 10vh)/2);

    width: 10vh;
    height: 10vh;
    background-color: #5A5541;

    border-radius: 50%;
}

.inner-circle i {
    color: #ECE9DE;
    font-size: 5vh;
}

/* ======================================= */

.main-lohas-section {
    height: 100vh;
    background: url(/images/green_grass_fixed.jpg) no-repeat center / 120% fixed;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25),
    0 2px 2px rgba(0, 0, 0, 0.20),
    0 4px 4px rgba(0, 0, 0, 0.15),
    0 8px 8px rgba(0, 0, 0, 0.10),
    0 16px 16px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.lohas-text-box {
    padding: 25vh 10vh 0;

    font-weight: 700;
    color: white;
    text-shadow: 1px 1px 3px #808080, 3px 2px 3px #909090;
}

.lohas-text-box h2 {
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: 800;
}

.lohas-text-box p {
    margin: 40px 0;
    font-size: 24px;
    letter-spacing: 1.3px;
    line-height: 1.3;
}

.opacity-band {
    display: flex;
    justify-content: center;
    gap: 5%;

    height: 35vh;
    background-color: rgba(0, 0, 0, 0.3);

}

.band-inner {
    position: relative;
    transition: 1.5s ease-in-out;
    bottom: -200px;
    opacity: 0;
    width: 20%;
    height: 100%;

    font-weight: 700;
}

.band-inner i {
    color: white;
}

.band-inner-scroll-event {
    bottom: 0;
    opacity: 1;
}

.band-inner-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

    padding-bottom: 20px;
    gap: 30px;

    height: 60%;
}

.band-inner-top i {
    font-size: 70px;
}

.band-inner-top p {
    color: white;

    font-size: 30px;
}

.band-inner-bottom {
    text-align: center;
    font-size: 18px;

    padding: 20px;

    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1000px) {
    .main-lohas-section {
        background: url(/images/green_grass_fixed.jpg) no-repeat center / cover fixed;
    }

    .slidebox-inner-container {
        width: 90%;
    }

    .slidebox-inner-container-left {
        display: none;
    }

    .slidebox-inner-container-right {
        width: 100%;
    }

    .shake-purchase-div {
        bottom: 80px;
    }

    .shake-purchase-div p {
        font-size: 26px;
    }

    .shake-purchase-div a {
        width: 70%;
        font-size: 18px;
    }

    .tofu-purchase-div {
        right: 50px;
        top: 68%;
        font-size: 26px;
    }

    .tofu-purchase-div a {
        width: 70%;
        font-size: 18px;
    }

    .cookie-purchase-div {
        font-size: 26px;
        width: 45%;
    }

    .cookie-purchase-div a {
        width: 60%;

        font-size: 18px;
    }

    .main-third-inner-top {
        display: none;
    }

    .main-third-inner-bottom {
        display: flex;
        flex-direction: column;

        margin: 0 auto;

        width: 90%;
        height: 100%;
    }

    .main-third-inner-bottom-box {
        height: 100%;

        /* overflow: hidden; */
    }

    .main-third-inner-bottom-box p {
        display: none;
    }

    .lohas-text-box {
        height: 100%;
        padding: 10px;
        display: flex;
        flex-direction: column;

        justify-content: center;
    }

    .lohas-text-box h2 {
        font-size: 40px;
        /* background-color: rgba(0, 0, 0, 0.40); */
    }

    .lohas-text-box p {
        font-size: 20px;

        background-color: rgba(0, 0, 0, 0.20);
    }

    .opacity-band {
        display: none;
    }
}