@charset "utf-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: black;
    font-family: "Noto Sans KR", "Noto Sans CJK KR", "Noto Serif KR", sans-serif, serif;
}

/* header */

header {
    padding-block: 1.625rem;
}

.header_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 5%;
}

.header_inner a {
    position: relative;
    z-index: 1;
}

.header_inner a h1 {
    display: flex;
}

.header_inner .gnb {
    position: absolute;
    padding-left: 15vw;
    font-size: 18px;
    height: 100%;
    display: flex;
    align-items: center;
}

.header_inner .gnb ul {
    display: flex;
    gap: 3.25vw;
}

.header_inner .gnb ul li a {
    font-size: inherit;
    font-weight: 400;
}

.header_inner .header_right {
    display: flex;
    align-items: center;
}

.header_inner .header_right a {
    display: flex;
    align-items: center;
    background: #e99c55;
    border-radius: 55rem;
    color: white;
    text-decoration: none;
    gap: 5px;
    padding: 0rem 0.85rem;
    font-size: 17px;
    font-weight: 400;
    height: 34px;
    margin-bottom: 1px;
}

.ham {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    padding: 0.9rem 2vw;
    padding-right: 0;
}

.line {
    display: block;
    background: #e99c55;
    border-radius: 5rem;
    width: 25px;
    height: 2px;
}

.a::first-line {
    font-weight: 700;
}

/* main */

main {
    overflow-x: hidden;
}

.wrap {
    max-width: 1540px;
    padding-inline: 20px;
}

:root {
    --main: #e99c55;
    --serif: "Noto Serif KR", serif;
    --cor: "Cormorant", serif;
}



main h3 {
    font-size: 30px;
}

main p {
    font-size: 20px;
}

img {
    max-width: 100%;
}

.m2 {
    padding-bottom: 5%;
}

.grid_box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.grid_box:hover::after {
    opacity: 1;
    transition: 0.3s;
}

.grid_box:after {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: url(../img/home/more.png) no-repeat;
    background-position: center;
    content: '';
    opacity: 0;
    z-index: 1;
    transition: 0.3s;
}

.grid_box img {
    scale: 1.25;
    opacity: 0;
    transition: border-radius 0.3s;

    &:hover {
        transition: 0.3s;
        border-radius: 36px;
    }
}

.grid_box .sub_desc {
    position: absolute;
    top: 5%;
    left: 5%;
    display: block;
    padding: 5%;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;

    h3 {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: -0.75px;
    }

    p {
        font-size: 20px;
        font-family: "Cormorant", serif;
    }
}

.grid_wrap {
    margin-top: 10%;
    display: grid;
    grid-template-columns: 810px 410px 410px;
    grid-template-rows: auto;
    gap: 2.35rem;
    align-items: end;
}

.grid_wrap .desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;

    p {
        font-weight: 300;
        letter-spacing: -0.75px;
    }

    span {
        font-weight: 500;
    }
}

.grid_wrap .desc_1 {
    padding-left: 25%;
}

.grid_wrap .desc h2 {
    font-size: 60px;
    line-height: 1.42;
    margin-bottom: 2rem;
    color: #e99c55;
    font-weight: 500;
    overflow: hidden;
}

.grid_wrap .desc p {
    font-size: 20px;
    overflow: hidden;
}

.grid_wrap .desc_1 a {
    margin-block: 10% 10%;
}

.grid_box:nth-of-type(2) {
    margin-bottom: -60%;
}

.grid_box:nth-of-type(3) {
    margin-bottom: -85%;
}

.grid_wrap .desc_2 {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 60%;
    justify-content: flex-start;

    h4 {
        color: #e99c55;
        font-size: 30px;
        font-weight: 600;
        text-transform: capitalize;
        font-family: "Cormorant", serif;
        margin-bottom: 0.5rem;
    }

    h3 {
        font-weight: 500;
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 2rem;
    }

    a {
        padding-bottom: 2rem;
    }
}

.golink:hover {
    animation: moveA 2.5s infinite forwards cubic-bezier(.2, 0, .2, 1);
}

.m3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 120vh;
}

.m3_bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;

    img {
        width: 100%;
        object-fit: cover;
        /* height: 100%; */
    }
}

.mc {
    color: var(--main);
}

.m3 .m3_wrap {
    padding: 8rem 10%;
}

.m3 .m3_title h2 {
    font-size: 60px;
    font-weight: 500;
    font-family: var(--serif);
    margin-bottom: 3rem;

    span {
        font-family: inherit;
    }
}


.m3 .m3_flex {
    display: flex;
    gap: 50px;
    align-items: center;
}

.m3 .m3_flex .flex_left {
    width: 63%;
}

.m3 .flex_left .m3Swiper .swiper-slide {
    cursor: pointer;
}

.m3 .flex_left .m3Swiper2 {
    margin-bottom: 1rem;
}

.m3 .flex_left .m3Swiper2 .swiper-slide {
    border-radius: 3rem;
    overflow: hidden;
    height: auto;
}

iframe {
    aspect-ratio: 16 / 9;
}

.m3 .m3_flex .flex_right {
    width: 100%;
    letter-spacing: -0.4px;
}

.m3 .m3_flex .flex_right h3 {
    font-weight: 500;
}

.m3 .m3_flex .flex_right ul {
    margin-top: 10%;
    position: relative;
}

.m3 .m3_flex .flex_right ul::after {
    display: block;
    content: '';
    aspect-ratio: 1;
    left: 5px;
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #b2b2b2;
    top: 10px;
    opacity: 0.8;
    z-index: -1;
}

.m3 .m3_flex .flex_right ul li p {
    font-weight: 300;
}

.m3 .m3_flex .flex_right ul li p::first-line {
    font-weight: 500;
}

.m3 .m3_flex .flex_right ul li {
    position: relative;
    margin-bottom: 2.65rem;
    padding-left: 2rem;
    overflow: hidden;
}

.m3 .m3_flex .flex_right ul li::before {
    display: block;
    content: '';
    background: url(../../assets/img/home/m3_svg.svg);
    width: 10px;
    height: 10px;
    aspect-ratio: 1;
    left: 0;
    position: absolute;
    top: 10px;
}

.m3 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3rem;
}

.m3 .m3_flex .go_media {
    margin-top: 5rem;
}

.m3 .m3_flex .go_media h3::first-line {
    font-family: var(--cor);
    color: var(--main);
    font-weight: 700;
}


.m4 {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-items: center;
    flex-direction: column;
    letter-spacing: -0.5px;
    text-align: center;
    padding-block: 5rem 10%;
}

.m4 h3 {
    font-weight: 400;
    text-align: center;
    line-height: 1.38;
}

.m4 h3:nth-of-type(1) {
    color: var(--main);
    font-family: var(--cor);
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.m4 .flex_wrap {
    display: flex;
    justify-content: center;
    align-items: baseline;
}


.m4 .flex_wrap .flex_box img {
    display: block;
    margin: 0 auto;
}

.m4 .flex_wrap .flex_box .imgbox {
    position: relative;
    margin-top: 1rem;
    min-height: 141px;
    width: 100%;
}

.m4 .flex_wrap .flex_box .imgbox img {
    transition: 0.5s;
}

.m4 .flex_wrap .flex_box:hover .imgbox img {
    scale: 1.1;
    transition: 0.3s;
}

.m4 .flex_wrap .flex_box .imgbox::before {
    display: block;
    content: '';
    background: url(../../assets/img/home/m3_svg.svg);
    width: 10px;
    height: 10px;
    aspect-ratio: 1;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: calc(-1rem - 5px);
    filter: grayscale(1);
    z-index: 1;
    transition: 0.5s ease;
}

.m4 hr {
    height: 1px;
    background: #b2b2b2;
    border: none;
    outline: none;
    margin-top: 2.85rem;
}

.m4 .flex_wrap .flex_box {
    padding: 2.5rem;
    padding-top: 0;
    transition: 0.3s;
    opacity: 0;
}

.m4 .flex_wrap .flex_box:hover>* {
    opacity: 1;
    transition: 0.3s;
}

.m4 .flex_wrap .flex_box:hover .imgbox::before {
    filter: none;
    scale: 1.4;
}

.m4 .flex_wrap .flex_box h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.75px;
}

.m4 .flex_wrap .flex_box p {
    margin-block: 1.5rem 0.85rem;
    letter-spacing: -0.75px;
    opacity: 0.6;
}

.m4 .flex_wrap .flex_box span {
    display: block;
    margin-top: 7%;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.4;
}

.m5 {
    padding-left: 12.5%;
    letter-spacing: -0.75px;
    padding-bottom: 10%;
}

.m5 .m5_title {
    margin-bottom: 2.5rem;
}

.m5 .m5_title h3 {
    font-weight: 400;
}

.m5 .m5_title h3:nth-of-type(1) {
    color: #e99c55;
    font-family: var(--cor);
    font-weight: 600;
}

.m5 .flex_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.m5 .flex_wrap .imgbox {
    overflow: hidden;
    max-width: 532px;
    transition: 0.3s;
    cursor: pointer;
}

.m5 .flex_wrap .imgbox:hover img {
    scale: 0.98;
    transition: 0.7s;
}

/* footer */
footer {
    border-top: 0.1rem solid #ccc;
    position: relative;
    background: #302f2d;
    color: white;
}

footer .gotop {
    position: absolute;
    background-color: var(--sub-color);
    border-radius: 9rem;
    right: 10%;
    top: 0;
    transform: translateY(-50%);
    z-index: 2;
}

footer .gotop a img {
    max-width: 90px;
    width: 100%;
    display: block;
}

footer .footer_inner {
    padding: 3rem 10%;
    margin: 0 1.5rem;
    padding-right: 15%;
}

footer .footer_inner .footer_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .footer_inner .footer_info h2 {
    margin-right: 2rem;
}

footer .footer_inner .footer_info .footer_desc {
    display: flex;
    gap: 5rem;
    align-items: center;
    flex-wrap: wrap;
}

footer .footer_inner .footer_info .footer_desc .num_info {
    display: flex;
    gap: 1.25rem;
    align-items: baseline;
    flex-wrap: wrap;
}

footer .footer_inner .footer_info .footer_desc .num_info h5 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--main);
    margin: 0.5rem 0;
    font-family: var(--pre);
}

footer .footer_inner .footer_info .footer_desc .num_info p {
    color: white;
}

footer .footer_inner .footer_info .footer_desc .desc_wrap {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    gap: 0.5rem 1rem;
}

footer .footer_inner .footer_info .footer_desc span {
    font-weight: 400;
    color: rgb(178, 178, 178);
    margin-right: 0.5em;
}

footer .footer_inner .footer_info .footer_desc p {
    letter-spacing: -0.5px;
    color: white;
    font-weight: 300;
}

footer .footer_inner .footer_info .footer_link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

footer .footer_inner .footer_info .footer_list {
    display: flex;
}

footer .footer_inner .footer_info .footer_list li {
    padding: 0.5rem 1rem;

    &:nth-child(1) {
        padding-left: 0;
    }
}

footer .footer_inner .footer_info .footer_list li:hover a {
    color: white;
}

footer .footer_inner .footer_info .footer_list li a {
    transition: 0.3s;
    color: #999;
    font-weight: 500;
}


footer .footer_inner .footer_info .footer_sns {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-end;
}

/* dh */

.dh {
    --speed: 1000ms;
    --delay: 8500ms;
    --width: 40px;

    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    min-height: 500px;
    margin-bottom: 20px;
    overflow: hidden;
}

.ios .dh {
    height: calc(100vh - 180px);
}

.dh-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition-property: transform;
    transition-duration: var(--speed);
}

.dht-inner {
    font-family: var(--serif);
}

@media screen and (min-width: 1280px) {
    .dh {
        --width: 15vw;

        height: calc(100vh - 120px);
        min-height: 900px;
        margin-top: 0;
        /* margin-bottom: 160px; */
    }

    .dh-inner {
        position: relative;
        width: calc(100% + var(--width));
        left: calc(var(--width) / 2 * -1);
        transition-property: transform;
        transition-duration: var(--speed);
    }

    /* slideChange */
    .slideChange .dh-inner {
        transition-duration: calc(var(--speed) - 0.2s);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-delay: 0.2s;
        transform: translate3d(calc(var(--width) / 2), 0, 0);
    }

    /* transitionEnd */
    .transitionEnd .dh-inner {
        transition-duration: var(--delay);
        transition-timing-function: linear;
        transform: translate3d(calc(var(--width) / 3 * -1), 0, 0);
        transition-delay: 0s;
    }

    /* swiping transition */
    .slideChange.touchMove .dh-inner {
        transition-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    }
}

/* init ---------- */

.dh .swiper-container {
    opacity: 1;
}

.dh .swiper-container {
    opacity: 1;
}

/* ---------- */

/* .swiper-slide */

.dh__item {
    position: relative;
    transform: translate3d(0, 0, 0);
    box-sizing: border-box;
    overflow: hidden;
    width: calc(90% - 0px);
    height: 100%;
}

@media screen and (min-width: 1280px) {
    .dh__item {
        /* width: calc(80%); */
        width: 80vw;
    }
}

/* ---------- */

.dh__bg {
    position: relative;
    width: 100%;
    height: 60%;
    z-index: 1;
    overflow: hidden;
    transition: 3s cubic-bezier(0.77, 0, 0.18, 1);
    transition-property: width;
    border-radius: 3rem;
    background-color: rgb(244, 243, 235);
}

/* swiping transition */
.slideChange.touchMove .dh__bg {
    transition-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.dh__bg-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
}

.dh__bg-inner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 400% 0%;
    }
}

@media screen and (min-width: 1280px) {
    .dh__bg {
        height: 100%;
    }

    .dh__bg-inner:before {
        background-image: linear-gradient(110deg,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 1) 60%,
                rgba(255, 255, 255, 0) 80%);
        background-size: 250% 100%;
        background-repeat: no-repeat;
        animation: gradient 5s cubic-bezier(0.77, 0, 0.18, 1) 1;
        animation-fill-mode: forwards;
    }

    .msie .dh__bg-inner {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .msie .dh__bg-inner img {
        display: none;
    }

    .dh__bg .img-in-corner::before,
    .dh__bg .img-in-corner::after {
        width: 35px;
        height: 35px;
    }
}

.dh__bg-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    /*-webkit-clip-path: circle(0% at -10% -10%);
	        clip-path: circle(0% at -10% -10%);*/
}

.dh__bg img {
    opacity: 1;
    /*-webkit-clip-path: circle(142% at 0% 0%);
	        clip-path: circle(142% at 0% 0%);*/
    transition: 3s cubic-bezier(0.77, 0, 0.18, 1);

    --delay: 0.5s;
    --base-time: 0.25s;
}

.dh__item:nth-child(1) .dh__bg-inner:before {
    animation-delay: calc(var(--base-time) + var(--delay) * 0);
}

.dh__item:nth-child(2) .dh__bg-inner:before {
    animation-delay: calc(var(--base-time) + var(--delay) * 0);
}

.dh__item:nth-child(3) .dh__bg-inner:before {
    animation-delay: calc(var(--base-time) + var(--delay) * 0);
}

.dh__item:nth-child(4) .dh__bg-inner:before {
    animation-delay: calc(var(--base-time) + var(--delay) * 0);
}

.dh__item:nth-child(5) .dh__bg-inner:before {
    animation-delay: calc(var(--base-time) + var(--delay) * 1);
}

.dh__item:nth-child(6) .dh__bg-inner:before {
    animation-delay: calc(var(--base-time) + var(--delay) * 2);
}

.dh__item:nth-child(7) .dh__bg-inner:before {
    animation-delay: calc(var(--base-time) + var(--delay) * 3);
}

.dh__item:nth-child(8) .dh__bg-inner:before {
    animation-delay: calc(var(--base-time) + var(--delay) * 4);
}

.dh__item:nth-child(9) .dh__bg-inner:before {
    animation-delay: calc(var(--base-time) + var(--delay) * 5);
}

.dh__item:nth-child(1) .dh__bg img {
    transition-delay: calc(var(--base-time) + var(--delay) * 0);
}

.dh__item:nth-child(2) .dh__bg img {
    transition-delay: calc(var(--base-time) + var(--delay) * 0);
}

.dh__item:nth-child(3) .dh__bg img {
    transition-delay: calc(var(--base-time) + var(--delay) * 0);
}

.dh__item:nth-child(4) .dh__bg img {
    transition-delay: calc(var(--base-time) + var(--delay) * 0);
}

.dh__item:nth-child(5) .dh__bg img {
    transition-delay: calc(var(--base-time) + var(--delay) * 1);
}

.dh__item:nth-child(6) .dh__bg img {
    transition-delay: calc(var(--base-time) + var(--delay) * 2);
}

.dh__item:nth-child(7) .dh__bg img {
    transition-delay: calc(var(--base-time) + var(--delay) * 3);
}

.dh__item:nth-child(8) .dh__bg img {
    transition-delay: calc(var(--base-time) + var(--delay) * 4);
}

.dh__item:nth-child(9) .dh__bg img {
    transition-delay: calc(var(--base-time) + var(--delay) * 5);
}

.dh__bg-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    display: none;
    width: 40px;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    border-radius: 15px 0 0 0;
    background-color: #fff;
    z-index: 3;
}

.dh__bg-icon::before,
.dh__bg-icon::after {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: var(--svg-round-out-corners-RB-wt);
    background-size: cover;
}

.dh__bg-icon::before {
    left: -20px;
    top: auto;
    bottom: 0;
}

.dh__bg-icon::after {
    top: -20px;
    right: 0;
    bottom: auto;
}

.dh__bg-icon .in-corner {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.dh__bg-icon .in-corner::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    background-image: var(--svg-round-in-corners-RB-wt);
    background-size: cover;
}

.dh__bg-icon .icon {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
}

.dh__bg-icon .icon svg {
    display: block;
    margin: auto;
}

.dh__bg-icon .label {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    display: block;
    overflow: hidden;
    width: 2.4rem;
    height: 0;
    white-space: nowrap;
    opacity: 0;
    transition-property: height, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
    font-size: 1rem;
}

.transitionEnd [class*="active"] .dh__bg,
.transitionStart [class*="active"] .dh__bg {}

.transitionEnd [class*="active"] a:hover .dh__bg-icon .label {
    height: 80px;
    opacity: 1;
    transition-delay: 0s, 0.25s;
}

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

    .transitionEnd [class*="active"] .dh__bg,
    .transitionStart [class*="active"] .dh__bg {
        width: 70%;
    }

    .msie .transitionEnd .dh__bg,
    .msie .transitionStart .dh__bg {
        width: 70% !important;
    }
}

/* ---------- */

.dh__txt-container {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 5;
    padding: 0;
    width: 100%;
    height: 40%;
    text-align: center;
}

.dh__txt-container-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /* height: auto; */
    padding: 0;
    box-sizing: border-box;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: var(--speed) linear;
    transition-property: opacity, transform;
    color: rgba(29, 29, 29, 1);
}

.transitionEnd [class*="active"] .dh__txt-container-inner {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-timing-function: linear;
    transition-duration: 0.5s;
}

.msie .dh__txt-container-inner {
    transform: translate3d(0, 0, 0) !important;
}

.dh__txt-container-inner>* {
    margin: 0;
    letter-spacing: 0.25em;
}

.dh__subttl {
    position: relative;
    top: 0;
    align-self: center;
    height: auto;
    margin-bottom: 8px;
    padding: 0 5px;
    font-size: 1.1rem;
    font-weight: bold;
    text-indent: 0.1em;
    border: 0.5px solid rgba(0, 0, 0, 0);
    transition: border 0.5s ease-out;
}

.transitionEnd [class*="active"] .dh__subttl {
    border-color: rgba(0, 0, 0, 0.8);
}

.dh__ttl {
    position: relative;
    top: 0;
    line-height: 1.5;
    font-size: 1.2rem;
    font-family: "Noto Serif KR", serif;
    font-weight: 500;
}

.dh__txt-container .-s,
.dh__txt-container .-m,
.dh__txt-container .-l {
    font-size: 2.2rem;
}

.dh .small {
    font-size: 80%;
}

.dh__read {
    display: block;
    position: relative;
    top: 20px;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-weight: 100;
}

.dh__read>*:last-child {
    margin-left: 0;
}

.dht {
    display: block;
    overflow: hidden;
    /* margin-left: 0.2em; */
}

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

    .dh__txt-container .-s,
    .dh__txt-container .-m,
    .dh__txt-container .-l {
        font-size: 5rem;
    }
}

@media screen and (min-width: 1280px) {
    .dh__txt-container {
        align-items: flex-start;
        align-items: flex-end;
        top: 0;
        bottom: auto;
        width: auto;
        min-width: 30%;
        height: 100%;
        text-align: left;
    }

    .dh__txt-container-inner {
        width: auto;
        padding: 100px 0;
        transform: translate3d(-80px, 0, 0);
        opacity: 1;
        writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: normal;
    }

    .transitionEnd [class*="active"] .dh__txt-container-inner {
        transform: translate3d(30px, 0, 0);
        transition-timing-function: linear;
        transition-duration: var(--speed), var(--delay);
    }

    .dh__ttl {
        margin-left: 20px;
        font-size: 1.6rem;
    }

    .contrast-mode--normal .dh__ttl {
        transform: scaleY(0.88);
        transform-origin: 0 0;
        letter-spacing: 0.05em;
    }

    .dh__txt-container .-s {
        font-size: 5rem
    }

    .dh__txt-container .-m {
        font-size: 7rem;
    }

    .dh__txt-container .-l {
        font-size: 7rem;
    }

    .dh__subttl {
        margin-left: 20px;
        padding: 10px 0;
        font-size: 1.3rem;
        align-self: flex-start;
    }

    .dht-inner {
        opacity: 1;
        font-weight: 300;
        display: inline-block;
        transform: translateX(-100%);
        transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1) 1s;
        transition-property: transform, opacity;
        backface-visibility: visible;
        font-family: var(--serif);
    }

    .dh__ttl .dht-inner {
        font-weight: 500;
    }

    .dht:nth-child(1) .dht-inner {
        transition-delay: 1s;
    }

    .dht:nth-child(2) .dht-inner {
        transition-delay: 1.1s;
    }

    .dht:nth-child(3) .dht-inner {
        transition-delay: 1.2s;
    }

    .dht:nth-child(4) .dht-inner {
        transition-delay: 1.3s;
    }

    .dht:nth-child(5) .dht-inner {
        transition-delay: 1.4s;
    }

    .transitionEnd [class*="active"] .dht-inner,
    .transitionStart [class*="active"] .dht-inner {
        transform: translateX(0);
    }

    .transitionEnd [class*="prev"] .dht-inner,
    .transitionStart [class*="prev"] .dht-inner {
        transition-delay: 0s;
    }

    .dh__read {
        display: block;
        top: 80px;
        font-size: 20px;
    }

    .contrast-mode--normal .dh__read {
        transform: scaleY(0.88);
        transform-origin: 0 0;
        letter-spacing: 0.075em;
    }

    .msie .dh__txt-container-inner {
        transform: translateX(0);
    }

    .msie .dht-inner {
        transform: translateX(0);
    }
}

@media screen and (min-width: 1440px) {
    .dh__txt-container .-s {
        font-size: 5.75rem;
    }

    .dh__txt-container .-m {
        font-size: 11rem;
    }

    .dh__txt-container .-l {
        font-size: 13rem;
    }

    .dh__txt-container .-pcxs {
        font-size: 7rem;
    }
}

/* Anchor ---------- */

.dh__item-anchor {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 40px);
    margin: 0 auto;
    box-sizing: border-box;
    pointer-events: none;
    border-radius: 3rem;
}

.swiper-slide-active .dh__item-anchor {
    pointer-events: auto;
}

@media screen and (min-width: 1280px) {
    .dh__bg:before {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        z-index: 5;
        transition: border 0.25s ease-in-out;
        box-sizing: border-box;
        border-radius: 13px;
    }

    .swiper-slide:nth-child(1) .swiper-slide-active .dh__bg:before {
        pointer-events: auto;
        background-image: linear-gradient(110deg,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 1) 60%,
                rgba(255, 255, 255, 0) 80%);
        background-size: 250% 100%;
        background-repeat: no-repeat;
        animation: gradient 5s cubic-bezier(0.77, 0, 0.18, 1) 1;
        animation-fill-mode: forwards;
        border-radius: 0;
    }

    .contrast-mode--normal .dh__bg:before {
        z-index: 2;
        transition: box-shadow 0.25s ease-in-out;
        border: none;
        /*box-shadow: inset 0 0 0 rgba(0,0,0,0);*/
    }

    .contrast-mode--normal .swiper-slide-active a:hover .dh__bg:before {
        box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
    }

    .swiper-slide-active a:hover .dh__bg-icon {}
}

/* Swiper ------------------------------------------------------------------ */

.swiper-container {
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.swiper-wrapper {
    height: calc(100% - 0px);
    margin: 0;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

/* swiping transition */
.slideChange.touchMove .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

/* swiper-ui --------------------------------------------------------------- */

.swiper-ui {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    height: 100%;
    width: 100% - 0;
    margin: auto;
    pointer-events: none;
    box-sizing: border-box;
}

.swiper-ui>* {
    pointer-events: auto;
}

/* ----- */

.swiper-button-next,
.swiper-button-prev {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    z-index: 10;
    cursor: pointer;
    background: transparent;
    border-radius: 5px;
    padding: 0;
    border: none !important;
    outline: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 36px;
    height: 36px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}

/* ----- */

.swiper-pagination {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    pointer-events: none;
    color: rgba(50, 50, 50, 1);
}

.swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 1px;
    margin: 0 10px;
    padding: 10px 5px;
    border-radius: 0;
    background: transparent;
    border: none !important;
    opacity: 0.6;
    transition: all 0.2s ease-out;
    pointer-events: auto;
    outline: none;
}

.swiper-pagination-bullet:before,
.swiper-pagination-bullet:after {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    margin: auto;
    opacity: 0;
    transition: 0.3s ease-in-out;
    transition-property: opacity, height;
    box-sizing: border-box;
    border-radius: 5px;
    background-image: var(--svg-v-line_2-bk);
}

.msie .swiper-pagination-bullet:before,
.msie .swiper-pagination-bullet:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper-pagination-bullet:before {}

.swiper-pagination-bullet:after {
    top: 0;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    border: none !important;
    opacity: 1;
}

.swiper-pagination-bullet-active:after {
    height: 3px;
    opacity: 0.25;
}

.swiper-pagination-bullet-active:before {
    opacity: 1;
    height: 6px;
    animation: bulletBar var(--delay) 1 linear 0s;
    animation-fill-mode: forwards;
    transition: opacity 0.3s ease;
}

@keyframes bulletBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@media screen and (min-width: 1280px) {
    .swiper-ui {
        bottom: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        height: calc(100% - 40px);
        margin: auto;
        padding: 0 30px;
        transition: 0.2s ease-out;
        transition-property: background, border;
        border-radius: 0;
        background-repeat: no-repeat;
    }

    .swiper-button-next {
        inset: 0 0 auto auto;
    }

    .swiper-button-prev {
        inset: 0 auto auto 0;
    }

    .swiper-button-next::before,
    .swiper-button-prev::before {
        position: absolute;
        inset: 0;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        margin: auto;
        opacity: 0;
        transition: 0.2s ease;
    }

    .swiper-button-next::before {
        background-image: linear-gradient(90deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.8) 100%);
    }

    .swiper-button-next:hover::before {
        opacity: 1;
    }

    .swiper-button-prev::before {
        background-image: linear-gradient(90deg,
                rgba(255, 255, 255, 0.8) 0%,
                rgba(255, 255, 255, 0) 100%);
    }

    .swiper-button-prev:hover::before {
        opacity: 1;
    }

    .swiper-button-next svg,
    .swiper-button-prev svg {
        width: 46px;
        height: 46px;
        stroke-width: 0.7;
    }

    .swiper-pagination {
        right: 60px;
        justify-content: flex-end;
    }

    .swiper-pagination-bullet {
        width: 50px;
        border-style: solid;
        margin: 0 5px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5px;
    }
}

@keyframes moveA {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0px);
    }
}

.fw45 {
    font-weight: 500;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}



/* sub */

.s1 {
    max-width: 1740px;
    padding-inline: 20px;
    margin: 0 auto;
}

.s1 .s1_1 {
    padding-top: 1.5rem;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;

    img {
        display: block;
    }

    .bg_effect {
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(110deg,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 1) 60%,
                rgba(255, 255, 255, 0) 80%);
        background-size: 250% 100%;
        background-repeat: no-repeat;
        animation: gradient 5s cubic-bezier(0.79,
                0.6,
                0.4,
                1.22);
        animation-fill-mode: forwards;
        z-index: 1;
        width: 100%;
        height: 100%;
    }
}

.s1 h2 {
    font-size: 50px;
    font-weight: 500;
    font-family: var(--serif);
    margin-block: 3rem;
}

.s1 .s1_1 p {
    line-height: 2;
    margin-block: 4rem 3rem;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.s1 .s1_2 {
    padding-block: 12%;
    margin-bottom: 5rem;
}

.s1 .s1_2 .line2 {
    height: 0.5px;
    background: black;
    width: 82%;
}

.s1 .s1_2 .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 4.2vw;
}

.s1 .s1_2 .flex_wrap>div {
    flex: 1;
}

.s1 .s1_2 .flex_wrap .flex_left {
    overflow: hidden;
    border-radius: 2rem;

    video {
        background: black;
        height: 100%;
    }
}

.s1 .s1_2 .flex_wrap .flex_right p {
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 1.5;

    span {
        font-weight: 500;
    }
}

.s3 {
    /* max-width: 1540px;
	        padding: 20px; */
    margin: 0 auto;
}

.s3 .tab_list {
    background: #fffff5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    align-items: center;
}

.s3 .tab_list h2 {
    font-family: var(--serif);
    font-size: 50px;
    font-weight: 500;
    margin-block: 5%;
}

.s3 .tab_list ul {
    display: flex;
    border-bottom: 1px solid #b2b2b2;
}

.s3 .tab_list ul li a {
    position: relative;
    display: flex;
    font-size: 20px;
    letter-spacing: -0.6px;
    padding: 1rem 2.3vw;
    transition: 2s;
    animation: padding 1.5s 1 ease;
}

.s3 .tab_list ul li a::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--main);
    height: 2px;
    content: "";
    left: 0;
    bottom: -1px;
    z-index: 1;
    transform: scaleX(0);
}

.s3 .tab_list ul li.on a::after {
    transform: scaleX(1);
}

.s3 .tab_list ul li a:hover::after {
    transform: scaleX(1);
    transition: 0.3s ease-in-out;
}

.s3 .wrap {
    display: flex;
    width: 100%;
    max-width: 1540px;
    padding: 20px;
    margin: 0 auto;
    align-items: center;
}

.s3 .pro .flex_wrap {
    gap: 60px;
}

.s3 .pro .flex_wrap .flex_left {
    overflow: hidden;

    img {
        opacity: 0;
        scale: 1.15;
        border-radius: 30px;
        display: block;
    }
}

.s3 .pro .flex_wrap .flex_right {
    flex: 1 1 24%;
    letter-spacing: -0.5px;
}

.s3 .pro .flex_wrap .flex_right h3 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.s3 .pro .flex_wrap .flex_right span {
    font-size: 16px;
    font-weight: 300;
    display: block;
    letter-spacing: 0;
}

.s3 .pro .flex_wrap .flex_right p {
    display: inline-block;
    max-width: 33ch;
    font-weight: 300;
    margin-top: 4.5rem;
}

.s3 .pro article {
    background: #fffff5;
    padding-block: 5% 10%;
}

.s3 .pro_sec {
    width: 100%;
    display: flex;
    padding-block: 5rem;
    position: relative;
}

.s3 .pro_sec .goshop {
    flex: 1 0 40.5%;

    img {
        transition: 1s;
        margin: 0 auto;
        display: block;
    }
}

.s3 .pro_sec .goshop:hover img {
    transition: 1s;
    animation: rotate 3s ease 1;
}

.s3 .pro_sec .flex_right {
    flex: 1 0 30%;
}

.s3 .pro_sec .swiper {
    width: 100%;
}

.s3 .pro_sec .swiper-slide {
    width: 100%;
    letter-spacing: -0.55px;
}

.s3 .pro_sec .swiper-slide .imgbox {
    background: #f5f5f5;
    width: 100%;
    align-content: center;
    aspect-ratio: 1;

    img {
        margin: 0 auto;
        display: block;
        transition: 0.3s;
    }
}

.s3 .pro_sec .swiper-slide .imgbox:hover img {
    scale: 1.08;
    transition: 0.5s;
}

.s3 .pro_sec .swiper-slide h4 {
    font-size: 30px;
    font-weight: 400;
    margin-block: 1.5rem 3rem;
}

.s3 .pro_sec .swiper-slide a {
    border-top: 1px solid #b2b2b2;
    padding-top: 1.5rem;
    margin-top: 2rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.s3_slide_nav {
    position: absolute;
    width: 100%;
    z-index: 5;
    left: 0;
    top: 50%;
    display: flex;
    justify-content: space-between;
}

.s3_slide_nav .s3_button-next {
    position: absolute;
    right: -5%;
    background: transparent;
    z-index: 5;
    cursor: pointer;
    padding: 0 1rem;
    transform: translateY(-50%);
}

.product {
    min-height: 500px;
    width: 100%;
    padding-inline: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: clip 5s cubic-bezier(0.25, 0, 0.45, 0.94) forwards;
}

.product .desc {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(27%);
    animation: opacity 1.7s forwards;
}

.product .desc h3 {
    color: inherit;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1.2px;
}

.product .desc span {
    color: inherit;
    font-weight: 300;
}

.product .desc ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 1.75rem 4.75rem;
    gap: 1.92vw;
}

.product .desc ul li {
    flex: 1;
    text-align: center;
    color: white;
    font-size: 20px;
    min-width: fit-content;
    display: flex;
    font-weight: 500;
    flex-direction: column;
    align-items: center;

    img {
        display: block;
        aspect-ratio: 1;
        margin-bottom: 0.3rem;
    }
}

.product .desc a {
    color: white;
    padding: 1rem;
    background: var(--main);
    border-radius: 5rem;
    text-align: center;
    padding: 1rem 5rem;
    font-size: 26px;
    transition: 0.5s;
    font-weight: 500;
    border: 2px solid var(--main);
}

.product .desc a:hover {
    background-color: white;
    border: 2px solid var(--main);
    transition: 0.5s;
    color: var(--main);
}

.s3_1 {
    background: url(../../assets/img/home/sub3_1.bg.jpg) no-repeat center / cover;
}

.product_intro {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 7.5rem 20px 12rem;
}

.product_intro p {
    font-weight: 300;
    margin-bottom: 5rem;
    line-height: 1.5;
    letter-spacing: -0.5px;
}

.product_intro .proimg_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}

.product_intro .proimg_wrap img {
    transition: 0.3s;
}

.product_intro .proimg_wrap img:hover {
    scale: 1.05;
    transition: 0.5s;
}

@keyframes padding {
    0% {
        padding: 1rem 1.6vw;
    }

    100% {
        padding: 1rem 2.3vw;
    }
}

@keyframes opacity {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }

}

@keyframes view {
    0% {
        height: 100%;
    }

    100% {
        height: 0%;
    }

}

@keyframes rotate {
    0% {
        rotate: 0;
    }

    100% {
        rotate: 360deg;
    }
}

@keyframes clip {
    0% {
        clip-path: circle(20%);
    }

    100% {
        clip-path: circle(200%);
    }
}








/* main 1850px responsive */

@media screen and (max-width: 1740px) {
    .grid_wrap {
        grid-template-columns: 610px 410px 410px;
        padding-inline: 24px;
    }

    .grid_box:nth-of-type(2) {
        margin-bottom: 0;
    }

    .grid_wrap .desc_1 {
        padding-left: 1rem;
        margin: auto;
    }

    .grid_box:nth-of-type(2) {
        margin-bottom: 0;
    }

    .grid_box:nth-of-type(3) {
        height: 100%;
        margin-bottom: 0;
    }

    .grid_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .grid_wrap .desc_2 {
        display: flex;
        flex-direction: unset;
        padding-top: 60%;
        align-items: flex-start;
        justify-content: center;
    }
}

/* main 1740px responsive */

@media screen and (max-width: 1460px) {
    .m3 .m3_flex .flex_right ul li .pc {
        display: none;
    }
}

/* main 1460px responsive */

@media screen and (max-width: 1281px) {
    .header_inner .gnb {
        display: none;
    }

    .header_inner .header_right a {
        line-height: 0;
    }

    .grid_wrap {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-template-rows: auto;
        padding-inline: 24px;
    }

    .grid_wrap .desc h2 {
        font-size: 40px;
    }

    .grid_wrap .desc p {
        font-size: 18px;
        line-height: 1.6;
    }

    .grid_wrap .desc_2 {
        padding-top: 35%;
    }

    .grid_wrap .box3 {
        height: 100%;
    }

    .grid_wrap .box3 a {
        height: 100%;
    }

    .m2 .box3 .sub_desc {
        top: 5%;
    }

    .m3 .swiper-slide img {
        border-radius: 2rem;
    }

    .m3 .m3_title h2 {
        font-size: 40px;
        margin-bottom: 2rem;
    }

    footer .footer_inner {
        padding-right: 10%;
    }

    footer .footer_inner .footer_info .footer_desc {
        width: 100%;
    }

    footer .footer_inner .footer_info .footer_link {
        padding-right: 0;
    }

    footer .gotop a img {
        max-width: 85px;
    }
}

/* main 1281px responsive */

@media screen and (max-width: 1024px) {
    .grid_wrap {
        display: grid;
        grid-template-columns: repeat(2, 440px);
    }

    .grid_wrap .desc h2 {
        font-size: 32px;
        margin: unset;
        padding-left: 0;
    }
}

/* main 1024px responsive */

@media screen and (max-width: 950px) {
    .grid_wrap {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-template-rows: auto;
        gap: 1.5rem;
    }

    .grid_box {
        height: auto;
    }

    .grid_box img {
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        object-fit: cover;
    }

    .grid_wrap .desc h2 {
        font-size: 32px;
    }

    .grid_wrap .desc p {
        font-size: 18px;
    }

    .m5 .flex_wrap {
        flex-direction: column;
    }
}

/* main 950px responsive */

@media screen and (max-width: 920px) {
    footer .footer_inner {
        padding-right: 0;
        padding: 3rem 0;
        padding-inline: 5%;
    }

    footer .footer_inner .footer_info .footer_desc {
        gap: 2rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    footer .footer_inner .footer_info .footer_desc .num_info {
        justify-content: center;
    }

    footer .footer_inner .footer_info .footer_desc .desc_wrap {
        justify-content: start;
    }

    footer .footer_inner .footer_info .footer_desc {
        gap: 2rem;
    }

    footer .footer_inner .footer_info .footer_desc .num_info {
        justify-content: start;
    }

    footer .footer_inner .footer_info .footer_desc .num_info {
        gap: 0;
        flex-direction: column;
    }

    footer .footer_inner .footer_info .footer_desc p:nth-child(3) {
        width: 100%;
        text-align: left;
    }

    footer .footer_inner .footer_info .footer_list {
        width: 100%;
        justify-content: flex-start;
        padding-block: 1rem;
        gap: 1.2rem;
        font-size: 1rem;
    }

    footer .footer_inner .footer_info .footer_link {
        padding: 0;
    }

    footer .footer_inner .footer_info .footer_list li {
        padding: 0;
    }

    footer .footer_inner .footer_info .footer_sns {
        width: 100%;
        justify-content: flex-start;
        padding-left: 0rem;
    }

    footer .footer_inner .footer_info .footer_list li:nth-child(1) {
        padding-left: 0;
    }
}

/* main 920px responsive */

@media screen and (max-width: 800px) {
    .header_inner h1 img {
        max-width: 80%;
    }

    header .mob_nav ul li {
        display: block;
        margin: 0px;
    }

    header .mob_nav ul li .mob_a {
        display: block;
        font-size: 24px;
    }

    .mob_nav_wrap .mob_nav {
        gap: 3rem;
    }

    .grid_wrap {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-template-rows: auto;
        padding-inline: 24px;
    }

    .grid_wrap .desc h2 {
        font-size: 40px;
    }

    .m2 {
        padding-bottom: 5rem;
    }

    .m2 .box3 .sub_desc {
        top: 5%;
    }

    .grid_wrap .desc p {
        font-size: 16px;
    }

    .m2 .box3 {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }

    .grid_box {
        height: 100%;
    }

    .grid_box a {
        height: 100%;
    }

    .grid_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .grid_wrap .desc_1 a {
        margin-block: 5% 3rem;
    }

    .grid_wrap .desc_2 {
        padding-top: 10%;
    }

    .m3 {
        min-height: unset;
    }

    .m3 .m3_wrap {
        padding: 4rem 24px 3rem 24px;
    }

    .m3 .m3_flex .flex_right ul li p {
        font-size: 18px;
    }

    .m3 .m3_title h2 {
        font-size: 40px;
        margin-bottom: 3rem;
    }

    .m3 .m3_flex {
        flex-direction: column;
        gap: 4rem;
    }

    .m3 .swiper-slide img {
        border-radius: 2rem;
    }

    .m3 .swiper-slide img {
        border-radius: 1rem;
    }

    .m3 .m3_flex .flex_right {
        order: 2;
    }

    .m3 .flex_cont {
        order: 3;
    }

    .m3 .m3_flex .flex_right .mb_fs20 {
        order: 2;
        font-size: 24px;
    }

    .m3 .m3_flex .flex_right ul {
        order: 3;
        margin-top: 5%;
    }

    .m3 .m3_flex .flex_right {
        display: flex;
        flex-direction: column;
    }

    .m3 .m3_flex .go_media {
        order: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }

    .m4 .flex_wrap .flex_box span br {
        display: none;
    }

    .m4 .flex_wrap .flex_box span {
        display: none;
    }

    .m5 .m5_title {
        margin-bottom: 1rem;
    }

    .m5 .swiper_btn_wrap {
        min-width: 100px;
        top: 9rem;
        right: 20px;
    }

    footer .footer_inner .footer_info h2 img {
        max-width: 70%;
    }

    footer .footer_inner .footer_info .footer_desc {
        gap: 1.5rem;
    }

    footer .footer_inner .footer_info .footer_desc .num_info h5 {
        font-size: 30px;
        margin: 0 0 0.5rem 0;
    }

    footer .footer_inner .footer_info .footer_desc .num_info p {
        font-size: 16px;
    }

    footer .footer_inner .footer_info .footer_desc .desc_wrap {
        font-size: 16px;
        margin-top: 1.5rem;
        margin-bottom: 0.7rem;
    }

    footer .footer_inner .footer_info .footer_desc p:nth-child(3) {
        flex-direction: row;
    }

    footer .footer_inner .footer_info .footer_list {
        font-size: 16px;
        gap: 2.6rem;
    }

    footer .footer_inner .footer_info .footer_sns {
        gap: 3.3rem;
    }

    footer .footer_inner .footer_info .footer_sns img {
        max-width: 80%;
    }

    footer .gotop a img {
        max-width: 60px;
    }
}

/* main 800px responsive */

@media screen and (max-width: 768px) {
    .header_inner h1 img {
        max-width: 70%;
    }

    .header_inner .header_right a {
        display: flex;
    }

    .header_inner .header_right .contact {
        display: none;
    }

    .mob_nav ul {
        /* flex-direction: column; */
        top: 80px;
        left: 3rem;
        transform: unset;
    }

    .m2 {
        padding-inline: 16px;
    }

    .grid_wrap {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-template-rows: auto;
        padding-inline: 0;
    }

    .grid_wrap .desc h2 {
        font-size: 32px;
    }

    .grid_wrap .desc_1 {
        padding-left: 0rem;
    }

    .grid_wrap .desc_1 a {
        margin-block: 5% 10%;
    }

    .grid_box .sub_desc h3 {
        font-size: 30px;
    }

    .grid_wrap .desc p {
        font-size: 15px;
    }

    .grid_wrap .desc p br {
        display: none;
    }

    .m3 .m3_title h2 {
        font-size: 38px;
    }

    .m3 .m3_flex .flex_left {
        width: 100%;
    }

    .m4 {
        padding-block: 5rem 10%;
    }

    .m4 h3:nth-child(2) {
        font-size: 24px;
    }

    .m4 .flex_wrap .flex_box {
        padding: 1rem;
    }

    .m4 .flex_item {
        flex: 0 0 calc(41%);
    }

    .m4 .flex_wrap .flex_box p {
        /* margin-block: 1rem 0.85rem; */
        margin-block: 1rem 0rem;
    }

    .m5 {
        padding-bottom: 15%;
    }

    .m5 .m5_title h3:nth-child(2) {
        font-size: 24px;
    }
}

/* main 768px responsive */

@media screen and (max-width: 600px) {
    .mob_nav ul {
        flex-direction: column;
        display: flex;
        gap: 3rem;
    }

    .m3 .flex_left .m3Swiper2 .swiper-slide {
        border-radius: 1rem;
    }

    footer .footer_inner {
        padding: 3rem 16px;
        margin: 0 auto;
    }

    footer .footer_inner .footer_info .footer_desc .desc_wrap {
        justify-content: start;
    }

    footer .footer_inner .footer_info .footer_desc {
        gap: 2rem;
    }

    footer .footer_inner .footer_info .footer_desc .num_info {
        justify-content: start;
    }

    footer .footer_inner .footer_info .footer_desc .num_info {
        gap: 0;
        flex-direction: column;
    }

    footer .footer_inner .footer_info .footer_desc p:nth-child(3) {
        width: 100%;
        text-align: left;
        display: flex;
        flex-direction: column;
    }

    footer .footer_inner .footer_info .footer_desc .num_info h5 {
        font-size: 2rem;
    }

    footer .footer_inner .footer_info .footer_list {
        width: 100%;
        justify-content: flex-start;
        padding-block: 1rem;
        gap: 1.2rem;
        font-size: 1rem;
    }

    footer .footer_inner .footer_info .footer_link {
        padding: 0;
        gap: 2rem;
    }

    footer .footer_inner .footer_info .footer_list li {
        padding: 0;
    }

    footer .footer_inner .footer_info .footer_sns {
        width: 100%;
        justify-content: flex-start;
        padding-left: 0rem;
    }

    footer .footer_inner .footer_info .footer_list li:nth-child(1) {
        padding-left: 0;
    }

    footer .gotop a img {
        max-width: 60px;
    }
}

/* main 600px responsive */

@media screen and (max-width: 500px) {
    .mob_nav_wrap {
        align-items: start;
        padding-block: 5rem 2rem;
        justify-content: start;
        padding-inline: 2rem;
    }

    .mob_nav_wrap .mob_nav {
        gap: 2rem;
    }

    .mob_nav_wrap .site_map {
        font-size: 32px;
        text-align: left;
    }

    header .mob_nav ul li {
        margin: 16px 0;
    }

    header .mob_nav ul li .mob_a {
        font-size: 20px;
    }

    .grid_wrap {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        /* padding-inline: 16px; */
    }

    .grid_box {
        width: 100%;
    }

    .grid_box img {
        height: 448px;
    }

    .m3 .m3_flex .flex_right ul li p {
        font-size: 14px;
    }
}

/* main 500px responsive */

@media screen and (max-width: 450px) {
    header {
        padding-block: 1rem;
    }

    .header_inner .header_right a {
        font-size: 12px;
        margin-right: 0.85rem;
        height: 32px;
    }

    .mob_nav ul {
        gap: 1.5rem;
    }

    .m2 {
        padding-inline: 20px;
    }

    .grid_box {
        height: 330px;
    }

    .grid_box:nth-of-type(3) {
        height: 330px;
    }

    .grid_box .sub_desc {
        left: 3%;
        padding: 3%;
    }

    .grid_wrap .desc_2 {
        padding-top: 6%;
        padding-bottom: 10%;
    }

    .grid_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: border-radius 0.3s;
    }

    .grid_box {
        position: relative;
        overflow: hidden;
    }

    .grid_box .sub_desc h3 {
        font-size: 1.5rem;
    }

    .grid_box .sub_desc p {
        font-size: 16px;
    }

    .grid_wrap .desc h2 {
        font-size: 30px;
    }

    .grid_wrap .desc_1 {
        padding-left: 0;
        gap: 1rem;
    }

    .grid_wrap .desc p {
        font-size: 14px;
    }

    .grid_wrap .desc_2 h3 {
        font-size: 30px;
        margin-bottom: 1rem;
    }

    .m3 {
        padding-inline: 20px;
    }

    .m3 .m3_wrap {
        padding: 4rem 0rem;
    }

    .m3 .m3_title h2 {
        font-size: 24px;
    }

    .m3 .m3_flex {
        gap: 3rem;
        flex-direction: column;
    }

    .m3 .m3Swiper2 iframe {
        border-radius: 1rem;
    }

    .m3 .m3_flex .flex_right {
        gap: 24px;
    }

    .m3 .m3_flex .flex_right h3 {
        order: 2;
        font-size: 24px;
    }

    .m3 .m3_flex .flex_right .mb_fs20 {
        font-size: 20px;
    }

    .grid_wrap .desc_2 h3:nth-child(2) {
        font-size: 20px;
    }

    .m3 .m3_flex .flex_right ul {
        order: 3;
        margin-top: 5%;
    }

    .m3 .m3_flex .flex_right ul li {
        padding-left: 1.5rem;
    }

    .m3 .m3_flex .flex_right {
        display: flex;
        flex-direction: column;
    }

    .m3 .m3_flex .go_media {
        order: 1;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .m4 {
        padding-inline: 0px;
        padding-top: 5rem;
    }

    .m4 h3 {
        font-size: 30px;
    }

    .grid_wrap .desc_2 h4 {
        font-size: 24px;
    }

    .m4 h3:nth-of-type(1) {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .m4 h3:nth-child(2) {
        font-size: 18px;
    }

    .m4 .flex_item {
        flex: 0 0 calc(40%);
        margin-inline: 12px;
    }

    .m4 .flex_wrap .flex_box .imgbox img {
        max-width: 90%;
    }

    .m4 .flex_wrap .flex_box {
        padding: 0;
        padding-inline: 14px;
    }

    .m4 .flex_wrap .flex_box p {
        font-size: 14px;
        margin-block: 0;
    }

    .m5 {
        padding-left: 0;
        padding: 10% 16px 8rem 16px;
    }

    .m5 .m5_title {
        text-align: center;
    }

    .m5 .m5_title h3 {
        font-size: 30px;
    }

    .m5 .m5_title h3:nth-of-type(1) {
        margin-bottom: 1rem;
        font: 30px;
    }

    .m5 .m5_title h3:nth-child(2) {
        font-size: 18px;
    }

    .m5 .swiper-wrapper {
        padding-top: 3.5rem;
    }

    .m5 .swiper_btn_wrap {
        right: 0;
        top: 10.5rem;
    }

    footer .footer_inner .footer_info h2 img {
        max-width: 50%;
    }

    footer .footer_inner .footer_info .footer_desc {
        gap: 2rem;
    }

    footer .footer_inner .footer_info .footer_desc .num_info {
        margin-bottom: 1.25rem;
    }

    footer .footer_inner .footer_info .footer_desc .num_info h5 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 0;
    }

    footer .footer_inner .footer_info .footer_desc .num_info p {
        font-size: 14px;
    }

    footer .footer_inner .footer_info .footer_desc .desc_wrap {
        font-size: 14px;
        margin-top: 0.5rem;
        margin-bottom: 1.7rem;
    }

    footer .footer_inner .footer_info .footer_desc p:nth-child(3) {
        flex-direction: row;
    }

    footer .footer_inner .footer_info .footer_list {
        font-size: 14px;
        gap: 1rem;
        padding-block: 0rem;
    }

    footer .footer_inner .footer_info .footer_sns {
        gap: 2.5rem;
    }

    footer .footer_inner .footer_info .footer_sns img {
        max-width: 87%;
    }

    footer .gotop a img {
        max-width: 60px;
    }
}

/* main 450px responsive */

@media screen and (max-width: 321px) {
    .header_inner .header_right a {
        display: none;
    }

    .m2 {
        padding-inline: 16px;
    }

    .grid_box .sub_desc {
        left: 3%;
        padding: 3%;
    }

    .grid_box .sub_desc h3 {
        font-size: 20px;
    }

    .grid_box .sub_desc p {
        font-size: 1rem;
    }

    .grid_wrap .desc h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .grid_wrap .desc_1 a {
        margin-block: 5%;
    }

    .grid_wrap .desc_1 {
        padding-left: 0;
    }

    .grid_wrap .desc p {
        font-size: 14px;
        line-height: 1.5;
    }

    .grid_wrap .desc_2 h4 {
        font-size: 20px;
    }

    .m3 {
        padding-inline: 16px;
    }

    .m3 .m3_title h2 {
        font-size: 1.5rem;
    }

    .m3 .m3_flex .flex_left {
        width: 100%;
    }

    .m3 .swiper-slide img {
        border-radius: 0.8rem;
    }

    .m3 .m3_flex .flex_right {
        display: flex;
        flex-direction: column;
    }

    .m3 .m3_flex .flex_right h3 {
        order: 2;
        font-size: 24px;
    }

    .m3 .m3_flex .flex_right ul {
        order: 3;
        margin-top: 5%;
    }

    .m3 .m3_flex .go_media {
        order: 1;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .m4 {
        padding-inline: 16px;
    }

    .m4 h3 {
        font-size: 1rem;
    }

    .m4 h3 br {
        display: none;
    }

    .m4 h3:nth-child(2) {
        font-size: 14px;
    }

    .m4 .flex_item {
        flex: 0 0 calc(50%);
    }

    .m4 .flex_wrap .flex_box .imgbox img {
        max-width: 70%;
    }

    .m4 .flex_wrap .flex_box {
        padding: 0;
        padding-inline: 14px;
    }

    .m4 .flex_wrap .flex_box span {
        display: none;
    }

    .m5 .m5_title h3:nth-of-type(1) {
        font-size: 20px;
    }

    .m5 .m5_title h3:nth-child(2) {
        font-size: 14px;
    }

    footer .footer_inner .footer_info .footer_desc .num_info h5 {
        font-size: 20px;
    }

    footer .footer_inner .footer_info .footer_desc .desc_wrap {
        font-size: 12px;
    }

    footer .footer_inner .footer_info .footer_list {
        font-size: 12px;
    }
}

/* main 321px responsive */
/* main responsive end */

@media screen and (max-width: 1281px) {
    main p {
        font-size: 16px;
    }

    .s3 .pro .flex_wrap {
        gap: 32px;
    }

    .s3 .pro .flex_wrap .flex_right {
        flex: 1 1 70%;
    }

    .s3 .pro .flex_wrap .flex_right h3 {
        font-size: 24px;
    }

    .s3 .pro .flex_wrap .flex_right p {
        margin-top: 2rem;
    }

    .s3 .pro_sec {
        padding-block: 6rem;
    }

    .s3 .pro_sec .swiper-slide h4 {
        font-size: 18px;
        margin-block: 1rem 0.35rem;
    }

    .s3 .pro_sec .swiper-slide a {
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .s3 .pro_sec .goshop {
        flex: 1 0 35%;
    }

    #pro_5 .s3Swiper_1 .swiper-slide:nth-child(3) h4 {
        font-size: 16px;
    }

    #pro_5 .s3Swiper_1 .swiper-slide:nth-child(7) h4,
    #pro_5 .s3Swiper_1 .swiper-slide:nth-child(8) h4,
    #pro_5 .s3Swiper_1 .swiper-slide:nth-child(9) h4,
    #pro_5 .s3Swiper_1 .swiper-slide:nth-child(10) h4 {
        margin-block: 1.5rem 1.3rem;
    }

    #pro_5 .pc {
        display: none;
    }

    #pro_5 .jam {
        padding-right: 1rem;
    }

    .s3 .pro_sec .swiper-slide .imgbox img {
        max-width: 65%;
    }

    .s3 #pro_5 .pro_sec .swiper-slide .imgbox img {
        max-width: 90%;
    }
}

@media screen and (max-width: 450px) {
    .s3 .pro .flex_wrap .flex_right {
        width: 100%;
        text-align: center;
    }

    .s3 .tab_list ul {
        width: 100%;
        justify-content: space-evenly;
    }

    .s3 .tab_list h2 {
        font-size: 2rem;
        margin-block: 30px;
    }

    .s3 .tab_list ul li a {
        font-size: 1rem;
        padding: 1rem 1.5vw;
    }

    .s3 .pro .flex_wrap {
        flex-direction: column;
        gap: 24px;
    }

    .s3 .pro_sec {
        gap: 32px;
        padding-block: 4rem;
    }

    .s3 .pro_sec .goshop img {
        max-width: 60%;
    }

    .s3 .pro .flex_wrap .flex_right h3 {
        font-size: 22px;
    }

    .s3 .pro .flex_wrap .flex_right span {
        font-size: 14px;
    }

    .s3 .pro .flex_wrap .flex_right p {
        font-size: 16px;
        margin-top: 14px;
    }

    .s3 .pro_sec {
        gap: 0;
    }

    .s3 .pro_sec .swiper-slide h4 {
        font-size: 20px;
        margin-block: 1.75rem 0.5rem;
    }

    .s3 .mob12 {
        font-size: 12px;
        font-weight: 300;
    }

    .s3 .mob14 {
        font-size: 14px;
    }

    .s3 .pro_sec .swiper-slide a {
        margin-top: 1.85rem;
        padding-top: 1.55rem;
    }

    .s3_slide_nav .s3_button-next {
        right: 0;
        scale: 1.2;
    }

    .s3_slide_nav .s3_button-next img {
        max-width: 60%;
    }
}

@media screen and (max-width: 321px) {
    .s3 .tab_list h2 {
        font-size: 30px;
        letter-spacing: -0.25px;
    }

    .s3 .tab_list ul li a {
        font-size: 14px;
    }

    .s3 .tab_list h2 {
        font-size: 24px;
    }

    .s3 .pro .flex_wrap {
        gap: 24px;
    }

    .s3 .pro .flex_wrap .flex_right h3 {
        font-size: 20px;
    }

    .s3 .pro .flex_wrap .flex_right p {
        font-size: 14px;
        max-width: 100%;
    }

    .s3_slide_nav .s3_button-next {
        right: -8%;
    }

    .s3_slide_nav .s3_button-next img {
        max-width: 40%;
    }

    .s3 .pro_sec .swiper-slide .imgbox img {
        max-width: 55%;
    }

    .s3 .pro_sec .swiper-slide .imgbox .mb70 {
        max-width: 66%;
    }
}

/* sub responsive */