@charset "UTF-8";

body {
    overflow-x: hidden;
}

/* common */
section {
    width: var(--containerSize);
    margin: 0 auto;
}
.m-tit {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.m-tit p.stit {
    font-family: "Gyeonggi_Title";
    font-size: 28px;
    font-weight: 500;
    color: var(--Greyscale8);
    word-break: keep-all;
}
.m-tit p.tit {
    font-family: "Gyeonggi_Title";
    font-size: 40px;
    font-weight: 600;
    word-break: keep-all;
}
.m-tit p.tit span {
    color: var(--Primary1);
}
.m-tit p.txt {
    font-size: 18px;
    color: var(--Greyscale8);
    font-weight: 500;
    word-break: keep-all;
}
.m-tit a.btn {
    font-family: "Gyeonggi_Title";
    background: var(--Primary1);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 255px;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    padding: 0 40px;
    box-sizing: border-box;
}
.m-tit a.btn::after {
    content: "";
    display: inline-block;
    background: url(/assets/DOM_0000009/Img/main/m-tit-btn.svg) center no-repeat;
    width: 17px;
    height: 17px;
}

/* visual */
.visual {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.visual-menu ul {
    position: relative;
    display: flex;
    justify-content: end;
    margin-top: -150px;
    z-index: 2;
}
.visual-menu ul li a {
    position: relative;
    width: 399px;
    height: 285px;
    display: flex;
    flex-direction: column;
    background: var(--Primary);
    color: #fff;
    padding: 46px 40px;
    box-sizing: border-box;
    justify-content: end;
}
.visual-menu ul li:nth-child(2) a {
    background: #fff;
    color: var(--Greyscale9);
}
.visual-menu ul li:nth-child(3) a {
    background: var(--Primary1);
}
.visual-menu ul li a::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 46px;
    right: 32px;
    transition: transform 0.3s ease;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    perspective: 500px; /* 또는 부모 요소에 줘도 됨 */
}
.visual-menu ul li:nth-child(1) a::before {
    background: url(/assets/DOM_0000009/Img/main/visual-menu-ico1.svg) center / contain no-repeat;
}
.visual-menu ul li:nth-child(2) a::before {
    background: url(/assets/DOM_0000009/Img/main/visual-menu-ico2.svg) center / contain no-repeat;
}
.visual-menu ul li:nth-child(3) a::before {
    background: url(/assets/DOM_0000009/Img/main/visual-menu-ico3.svg) center / contain no-repeat;
}
.visual-menu ul li a:hover::before {
    transform: rotateY(-360deg);
}
.visual-menu ul li a .tit {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 24px;
    font-family: "Gyeonggi_Title";
}
.visual-menu ul li a:hover .tit {
    text-decoration: underline;
}
.visual-menu ul li a .txt {
    font-size: 18px;
}
.visual-swiper {
    width: 100%;
    height: auto;
}
.visual-swiper .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.visual-swiper .swiper-slide .mo {
    display: none;
}
.visual-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.visual-swiper .swiper-button-next,
.visual-swiper .swiper-button-prev {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 1px solid var(--Stroke);
    box-sizing: border-box;
}
.visual-swiper .swiper-button-prev {
    top: inherit;
    left: inherit;
    right: 0;
    margin-top: 0;
    bottom: 219px;
}
.visual-swiper .swiper-button-next {
    bottom: 150px;
    right: 0;
    margin-top: 0;
    top: inherit;
}
.visual-swiper .swiper-button-prev::after {
    content: "";
    width: 34px;
    height: 35px;
    background: url(/assets/DOM_0000009/Img/main/arrow-prev.png) center no-repeat;
}
.visual-swiper .swiper-button-next:after {
    content: "";
    width: 34px;
    height: 35px;
    background: url(/assets/DOM_0000009/Img/main/arrow-next.png) center no-repeat;
}

/* section1 */
section.sc1 {
    width: 100vw;
    padding: 0 16px 85px;
    box-sizing: border-box;
    overflow: hidden;
}
section.sc1::before {
    content: "Damyang";
    display: inline-block;
    color: var(--Greyscale1);
    font-size: 180px;
    font-weight: 800;
    position: absolute;
    z-index: -1;
    right: 30px;
}

section.sc1 .inner {
    position: relative;
}
section.sc1 .inner::after {
    content: "";
    display: inline-block;
    background: var(--Primary2);
    width: 100%;
    height: 264px;
    position: absolute;
    left: -20%;
    bottom: -84px;
}
.sc1-sp-w {
    position: relative;
    width: 100vw;
    /* overflow: hidden; */
    height: 612px;
    margin-top: 30px;
}
.sc1-swiper {
    height: 612px;
    width: 100%;
}
.sc1-swiper .swiper-wrapper {
    display: flex;
    align-items: end;
    height: 522px;
}
.sc1-swiper .swiper-slide {
    width: calc(100vw - 60px);
    margin-right: 60px;
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 433px !important;
    height: 324px !important;
    cursor: pointer;
    transition: all 0.25s;
    transform-origin: bottom;
}
.sc1-swiper .swiper-slide.active,
.sc1-swiper .swiper-slide:hover {
    height: 522px !important;
}
.sc1-swiper .swiper-slide .campaign-box {
    position: relative;
    text-align: left;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    box-sizing: border-box;
    gap: 15px;
    overflow: hidden;
}
.sc1-swiper .swiper-slide .campaign-box::before {
    content: "";
    display: inline-block;
    background: linear-gradient(
            180deg,
            rgba(34, 34, 34, 0) 50%,
            rgba(34, 34, 34, 0.9) 100%
    );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sc1-swiper .swiper-slide .campaign-box p.num {
    font-family: "Gyeonggi_Title";
    font-size: 20px;
    font-weight: 500;
    width: fit-content;
    position: relative;
    z-index: 2;
}
.sc1-swiper .swiper-slide .campaign-box p.num::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sc1-swiper .swiper-slide .campaign-box p.tit {
    font-family: "Gyeonggi_Title";
    font-size: 22px;
    font-weight: 500;
    word-break: keep-all;
    z-index: 2;
}
.sc1-swiper .swiper-slide .campaign-box p.txt {
    font-size: 18px;
    word-break: keep-all;
    z-index: 2;
}
.sc1-swiper .swiper-slide .campaign-box .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sc1-swiper .swiper-pagination {
    width: 380px !important;
    height: 4px !important;
    background: var(--Greyscale1);
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin-left: 20px;
    margin-right: 20px;
}
.sc1-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--Primary2);
}
.sc1-swiper .swiper-fraction {
    z-index: 10;
    width: fit-content;
    font-family: "Gyeonggi_Title";
    font-weight: 500;
    font-size: 18px;
    color: var(--Greyscale6);
}
.sc1-swiper .swiper-fraction .current {
    color: var(--Greyscale9);
    font-weight: bold;
}

.sc1-swiper .slide-bar {
    display: flex;
}
.sc1-swiper .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.sc1-swiper .btn-box .swiper-button-prev,
.sc1-swiper .btn-box .swiper-button-next {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid var(--Stroke);
    box-sizing: border-box;
    border-radius: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin-top: 0;
}
.sc1-swiper .btn-box .swiper-button-prev::after {
    content: "";
    width: 34px;
    height: 35px;
    background: url(/assets/DOM_0000009/Img/main/arrow-prev.png) center no-repeat;
}
.sc1-swiper .btn-box .swiper-button-next:after {
    content: "";
    width: 34px;
    height: 35px;
    background: url(/assets/DOM_0000009/Img/main/arrow-next.png) center no-repeat;
}

/* section2 */
section.sc2 {
    position: relative;
    margin: 110px auto;
    padding: 0 16px;
    box-sizing: border-box;
}
section.sc2 .m-tit {
    position: absolute;
    top: 70px;
}
section.sc2 .m-tit a.btn {
    margin-top: 92px;
    z-index: 15;
}
.sketch-w {
    position: relative;
    display: flex;
    justify-content: end;
}
.sketch {
    width: 750px;
    height: 445px;
    overflow: hidden;
}

.sketch .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sketch .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sketch .swiper-button-next,
.sketch .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid var(--Stroke);
    box-sizing: border-box;
    border-radius: 100%;
}
.sketch .swiper-button-prev {
    top: 250px;
    left: 0;
    margin-top: 0;
}
.sketch .swiper-button-next {
    top: 250px;
    left: 72px;
    margin-top: 0;
}
.sketch .swiper-button-prev::after {
    content: "";
    width: 70px;
    height: 70px;
    background: url(/assets/DOM_0000009/Img/main/arrow-prev.png) center no-repeat;
}
.sketch .swiper-button-next:after {
    content: "";
    width: 70px;
    height: 70px;
    background: url(/assets/DOM_0000009/Img/main/arrow-next.png) center no-repeat;
}
.sketch .swiper-pagination {
    position: absolute;
    z-index: 10;
    width: fit-content;
    top: 270px;
    left: 155px;
    font-family: "Gyeonggi_Title";
    font-weight: 500;
    font-size: 18px;
    color: var(--Greyscale6);
}
.swiper-pagination .current-number {
    color: var(--Greyscale9); /* 원하는 포인트 색상 */
    font-weight: bold;
}

/* --------------- 반응형 --------------- */
@media (max-width: 1600px) {
}
@media (max-width: 1260px) {
    .visual-menu ul {
        margin-top: 0;
        width: 100%;
    }
    .visual-menu ul li {
        width: calc(100% / 3);
    }
    .visual-menu ul li a {
        width: 100%;
        height: 235px;
    }
    .visual-swiper .swiper-button-prev {
        bottom: 69px;
        top: inherit;
    }
    .visual-swiper .swiper-button-next {
        bottom: 0px;
        top: inherit;
    }
    section.sc1 {
        width: 100vw !important;

        padding: 56px 24px;
        box-sizing: border-box;
    }

    section.sc1::before {
        font-size: 8em;
    }

    section.sc1 .inner {
        width: 100%;
    }
}

/* --------------- 반응형-모바일 --------------- */
@media (max-width: 1420px) {
    section {
        width: 100%;
    }
    section.sc2 .m-tit {
        position: relative;
        top: inherit;
    }
    section.sc2 .m-tit a.btn {
        margin-top: auto;
        z-index: 15;
    }
    .sketch {
        margin: 0 auto;
        width: 100%;
        margin-top: 30px;
    }
    .swiper-buttom-wrapper {
        position: absolute;
        top: -30px;
        right: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .sketch .swiper-button-prev,
    .sketch .swiper-button-next,
    .sketch .swiper-pagination {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
    }
}
@media (max-width: 960px) {
    section.sc1::before {
        font-size: 5em;
    }
    .visual-menu ul li a {
        height: 195px;
        padding: 30px;
    }
    .visual-menu ul li a::before {
        width: 24px;
        height: 24px;
        top: 26px;
        right: 32px;
    }
    .visual-menu ul li a .tit {
        font-size: 17px;
    }
    .visual-menu ul li a .txt {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .visual-menu {
        display: flex;
        box-sizing: border-box;
    }

    .visual-menu ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .visual-menu ul li {
        width: 100%;
    }
    .visual-menu ul li a {
        height: 145px;
    }
    .visual-menu ul li a::before {
        width: 32px;
        height: 32px;
    }
    .visual-menu ul li a .tit {
        margin-bottom: 12px;
        font-size: 20px;
    }
    .visual-swiper .swiper-button-next,
    .visual-swiper .swiper-button-prev {
        width: 60px;
        height: 60px;
    }
    .visual-swiper .swiper-button-prev {
        bottom: 0px;
        right: 59px;
    }
    .visual-swiper .swiper-slide .pc {
        display: none;
    }
    .visual-swiper .swiper-slide .mo {
        display: block;
    }
    .m-tit p.stit {
        font-size: 25px;
    }
    .m-tit p.tit {
        font-size: 30px;
    }
    .m-tit p.txt {
        font-size: 16px;
    }
    section.sc1::before {
        display: none;
    }
    .sc1-swiper .swiper-slide {
        width: calc(100% - 50px) !important;
    }
    .sc1-swiper .swiper-slide .campaign-box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sc1-swiper .swiper-slide .campaign-box {
        padding: 30px;
    }
    .sc1-swiper .swiper-pagination {
        display: none;
    }
    .sketch {
        margin-top: 100px;
    }
    .swiper-buttom-wrapper {
        top: 10px;
        right: inherit;
        left: 0;
    }
}
