body {
    position: relative;
}

header {
    position: fixed !important;
}

.ipage1 {
    width: 100%;
    height: 100vh;
    position: relative;
}

.ipage1Swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.ipage1Slide {
    border-radius: 15px;
    overflow: hidden;
}

.ipage1Slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Ipa1Mask {
    width: calc(100% - 1.2%);
    height: calc(100vh / 3);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 70%, transparent);
    position: absolute;
    left: 0.6%;
    z-index: 61;
    opacity: 0.5;
    border-radius: 20px;
}

.Box {
    padding: 0.6%;
}

.ipage1Swiper>.swiper-pagination {
    bottom: 6% !important;
}

.ipage1Swiper>.swiper-pagination>span {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent;
    opacity: 1;
}

.ipage1Swiper>.swiper-pagination>.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.ipage1>.title {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.ipage1>.title>h2 {
    font-family: Gillroy Bold;
    font-size: var(--48px--);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.ipage2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ipage2>.title {
    /* width: 40%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}

.ipage2>.title>span {
    font-family: Onsite standard Medium;
    font-size: var(--14px--);
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    margin-bottom: 25px;
}

.ipage2>.title>h2 {
    font-family: Onsite standard Bold;
    font-size: var(--50px--);
    color: #000;
    text-align: center;
    margin-bottom: 35px;
}

.ipage2>.title>h2>span {
    display: block;
}

.ipage2>.title>img {
    margin-bottom: 40px;
}

.ipage2>.title>p {
    font-family: Gillroy regular;
    font-size: var(--16px--);
    color: #666;
    text-align: center;
    line-height: 30px;
}

.container {
    width: 100%;
    height: 95vh;
    display: grid;
    grid-template-columns: 50% 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
}

.container>div {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.container>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 3s ease;
}

.container>div:hover>img {
    transform: scale(1.1);
}

.container>div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background-color: #000;
}

.container>div:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
    background-color: #000;
}

.container>div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    background-color: #000;
}

.container>div:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    background-color: #000;
}

.ipage2>.container .detail {
    width: calc(100% - (4.8% * 2));
    position: absolute;
    /* bottom: 80px;
    left: 45px; */
    left: 4.8%;
    bottom: 10%;
    z-index: 2;
}

.ipage2>.container .detail h3 {
    width: 50%;
    font-size: var(--s40px--);
    color: #fff;
    font-family: Gillroy Bold;
}

.ipage2>.container>div:nth-child(1) .detail {
    bottom: 5%;
}

.ipage2>.container>div:nth-child(2) .detail h3 {
    width: 50%;
}

.ipage2>.container>div:last-child .detail h3 {
    width: 80%;
}

.ipage3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 140px 0;
}

.ipage3>.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ipage3>.title>h2 {
    font-family: Onsite standard Bold;
    font-size: var(--40px--);
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}

.ipage3>.title>img {
    margin-bottom: calc(25px * 3);
}

.ipage3Swiper {
    width: 68%;
    margin-bottom: 75px;
}

.ipage3Slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.ipage3Slide:hover>div {
    border-color: #bbb;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
}

.ipage3Slide>div>img {
    max-width: 60%;
    transition: all .6s ease;
}

.ipage3Slide:hover>div>img {
    filter: drop-shadow(5px 4px 6px rgba(0, 0, 0, 0.4));
}

.ipage3Slide>div {
    width: clamp(180px, 13.5416666666667vw, 260px);
    /* width: max(180px, 13.5416666666667vw); */
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 45px;
    transition: all .6s ease;
}

.ipage3Slide:nth-child(1)>div,
.ipage3Slide:nth-child(3)>div {
    align-items: end;
}

.ipage3Slide:nth-child(1)>div>img,
.ipage3Slide:nth-child(3)>div>img {
    max-width: 50%;
}


.ipage3Slide:nth-child(2)>div>img {
    max-width: 80%;
}

.ipage3Slide>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ipage3Slide>a>h3 {
    font-family: Gillroy Bold;
    font-size: var(--18px--);
    margin-bottom: 15px;
    text-align: center;
}

.ipage3Slide>a>p {
    font-family: Gillroy regular;
    font-size: var(--16px--);
    color: #999;
    transition: all .6s ease;
}

.ipage3Slide>a:hover>p {
    color: #c80877;
}

.paginBox {
    width: 68%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipage3-Pagin {
    width: auto !important;
    min-width: 40px;
    text-align: center;
    margin: 0 30px;
    user-select: none;
}

.paginBox>.ipage3-prev,
.paginBox>.ipage3-next {
    cursor: pointer;
}

.paginBox>.ipage3-prev svg path,
.paginBox>.ipage3-next svg path {
    transition: all .6s ease;
}

.ipage3-next.swiper-button-disabled svg path,
.ipage3-prev.swiper-button-disabled svg path {
    fill: rgb(196, 196, 196)
}

.ipage3-Pagin,
.ipage3-Pagin>.swiper-pagination-total {
    font-family: Gillroy regular;
    font-size: var(--16px--);
    color: #999;
}

.ipage3-Pagin>.swiper-pagination-current {
    font-family: Gillroy regular;
    font-size: var(--16px--);
    color: #000;
}

.ipage4 {
    width: 100%;
    position: relative;
    border-radius: 15px;
    background: linear-gradient(to bottom, #527694 10%, #d5d9dd 70%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    margin-bottom: 10px;
}

.courtyard {
    width: 100%;
}

.ipage4-Container {
    width: 68%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 26px;
}

.ipage4-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.ipage4-title>h2 {
    font-family: Onsite standard Bold;
    font-size: var(--40px--);
    line-height: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.ipage4-title>h2>span {
    display: block;
}

.ipage4-title>p {
    font-family: Gillroy regular;
    font-size: var(--16px--);
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    /* opacity: 0.6; */
    line-height: 24px;
    margin-bottom: 60px;
}

.ipage4-title>.btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.ipage4-title>.btn:hover>a {
    color: #fff;
}

.ipage4 .mapBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: clamp(80px, 10.9375vw, 210px);
}

.idxmap {
    width: 45%;
    position: relative;
}

.idxmap>img {
    width: 100%;
}

.coord {
    position: absolute;
    top: 40%;
    left: 25%;
}

.coord>img {
    margin-left: 18%;
    margin-bottom: 34px;
}

.coord>p {
    font-family: Gillroy regular;
    font-size: var(--16px--);
    color: #fff;
    letter-spacing: 3.2px;
    opacity: 0.8;
}

.ipage4 .mapBox>div:nth-child(2) {
    width: 45%;
    padding-right: 40px;
}

.ipage4 .mapBox>div:nth-child(2)>h3 {
    font-family: Gillroy Bold;
    font-size: var(--40px--);
    line-height: 53px;
    color: #fff;
    margin-bottom: max(30px, 1.875vw);
}

.ipage4 .mapBox>div:nth-child(2)>p {
    font-family: Gillroy regular;
    font-size: var(--16px--);
    color: rgba(255, 255, 255, 0.6);
    line-height: 24px;
    margin-bottom: max(80px, 6.25vw);
}

.mapDetail {
    display: flex;
}

.mapDetail>div>p {
    font-family: Gillroy regular;
    font-size: var(--16px--);
    color: #fff;
    /* line-height: 48px; */
    margin-bottom: 5px;
}

.mapDetail>div>h4:nth-child(2) {
    margin-bottom: max(30px, 2.0833333333333vw);
}

.mapDetail>div>h4 {
    font-family: Gillroy Bold;
    font-size: var(--18px--);
    color: #fff;
}

.mapDetail>div>h4>span {
    font-family: Gillroy Bold;
    font-size: var(--48px--);
    line-height: 48px;
    margin-right: 10px;
}

.mapDetail>.idxmap {
    display: none;
}

.ipage4-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ipage4-foot>h3 {
    font-family: Gillroy Bold;
    font-size: var(--48px--);
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.ipage4-foot>div>span {
    font-family: Gillroy regular;
    font-size: var(--16px--);
    color: #fff;
    text-align: center;
    line-height: 24px;
    display: block;
}

.ipage4-foot>div {
    margin-bottom: 60px;
}

.ipage4-foot>button {
    margin-bottom: 100px;
}

.ipage4-foot>button:hover {
    background-color: #c80a78;
}

.ipage4-foot>button:hover>a {
    color: #fff;
}

.blogroll {
    display: flex;
    align-items: center;
}

.blogroll>a {
    /* max-width: 130px; */
    margin-right: 60px;
}

/* .blogroll>a>img{
    width: 100%;
} */


.ipage5 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(60px, 6.7708333333333333vw, 130px) 0;
    border-radius: 15px;
    background-color: #f1f3f5;
    margin-bottom: 5px;
}


.ipage5>.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 55px;
}

.ipage5>.title>h2 {
    font-family: Gillroy Bold;
    font-size: var(--40px--);
    color: #000;
    line-height: 60px;
    text-align: center;
    margin-bottom: 25px;
}

.ipage5Swiper {
    width: 68%;
    margin-bottom: 60px;
}

.ipage5Swiper>.swiper-wrapper {
    align-items: stretch !important;
}

.ipage5Slide {
    height: auto !important;
    min-height: 100%;
}

.ipage5Slide>div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.ipage5Img {
    width: 100%;
    height: max(270px, 15.625vw);
    border-radius: 10px;
    overflow: hidden;
}

.ipage5Img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 3s;
}

.ipage5Slide>div:hover>.ipage5Img>img {
    transform: scale(1.1);
}

.ipage5NewCon {
    height: calc(100% - max(270px, 15.625vw));
    padding: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ipage5NewCon h3 {
    font-family: Gillroy regular;
    font-size: var(--18px--);
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ipage5NewCon p {
    font-family: Gillroy regular;
    font-size: var(--16px--);
    color: #999;
    margin-bottom: 50px;
}

.ipage5NewCon>.btn {
    margin-top: auto;
    border: 1px solid #ebebeb;
}


.ipage5NewCon>button:hover {
    background-color: #c80a78;
}

.ipage5NewCon>button:hover>a {
    color: #fff;
}

.ipage5>.btn {
    background-color: #0d161e;
}

.ipage5>.btn:hover {
    background-color: transparent;
    border: 1px solid #0d161e;
}

.ipage5>.btn:hover>a {
    color: #0d161e;
}

.ipage5>.btn>a {
    color: #fff;
}

@media (max-width: 1200px) {
    .ipage2>.container .detail h3 {
        width: 100% !important;
    }

    .ipage2>.container>div:nth-child(1) .detail h3 {
        width: 66% !important;
    }

    .ipage4 .mapBox>div:nth-child(2) {
        width: 100%;
        padding-right: 0;
    }

    .ipage4-foot>div {
        text-align: center;
    }

    .ipage4-foot>div>span {
        display: contents;
    }

    .mapBox>.idxmap {
        display: none;
    }

    .mapDetail {
        display: flex;
        justify-content: space-between;
    }

    .mapDetail>.idxmap {
        display: block;
    }

    .ipage4 .mapBox>div:nth-child(2)>h3,
    .ipage4 .mapBox>div:nth-child(2)>p {
        text-align: center;
    }
}

@media(max-width: 1000px) {
    .ipage4-title>h2>span {
        display: contents;
    }
}

@media(max-width:768px) {
    .ipage1>.title {
        width: 90%;
    }

    .ipage2>.title {
        width: 80%;
    }

    .ipage2>.container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .ipage2>.container>div {
        grid-column: auto;
        grid-row: auto;
    }

    .ipage4-Container {
        width: 90%;
    }

    .ipage3>.title {
        width: 90%;
    }
}

@media (max-width: 480px) {

    .Box {
        padding: 2%;
    }

    .ipage1>.title {
        top: 50%;
    }

    .ipage1>.title>h2 {
        font-size: var(--36px--);
    }

    .ipage2>.container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }

    .ipage2>.container>div:nth-child(1) .detail h3 {
        width: 100% !important;
    }

    /* .ipage4-title>h2,
    .ipage4 .mapBox>div:nth-child(2)>h3{
        font-size: var(--30px--);
        line-height: 38px;
    } */

    .mapDetail {
        flex-direction: column;
    }

    .mapDetail>div:nth-child(1) {
        width: 100%;
        margin-bottom: max(30px, 2.0833333333333vw);
    }

    .idxmap {
        width: 100%;
        position: relative;
    }

    .blogroll {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .blogroll>a {
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .ipage5Swiper {
        width: 90%;
    }

    .blogroll>a:nth-child(4),
    .blogroll>a:nth-child(5) {
        width: 46%;
    }
    .blogroll>a:nth-child(4)>img,
    .blogroll>a:nth-child(5)>img{
        width: 100%;
        object-fit: contain;
    }

    .ipage4-foot>div>span,
    .ipage4-foot>h3{
        color: #000;
    }
}