@font-face {
    font-family: 'SeoulNamsanM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulNamsanM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

#mindex {display:none;}

.container {
    width: 100%;
    /*max-width: 1920px;*/
    margin: 0 auto;
    font-family: 'Jost', sans-serif;
}

.slide-container {
    position: relative;
	width: 100%;
}

.slide-container .button-wrap {
    position: absolute;
    top: 55%;
    right: 26px;
    transform: translateY(-55%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide-container .button-wrap hr {
    width: 111px;
    border: 1px solid #fff;
    margin: 14px 0;
}

.slide-container .button-wrap #prev, .slide-container .button-wrap #next {
    cursor: pointer;
}

.slide-wrap .slide {
    position: relative;
}

.slide-wrap .slide .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
	.slide-wrap .slide .title .txt {
	width: 163px; height:76px;
	}

/*.slide-wrap .slide .title .text1 {
    font-family: "Allerta Stencil";
    font-size: 20px;
    color: #fff;
    letter-spacing: 9.6px;
    margin-bottom: 10px;
}

.slide-wrap .slide .title .text2 {
    font-family: "Allerta Stencil";
    font-size: 80px;
    color: #fff;
}*/


.slide-wrap .slide img {
    width: 100%;
}

.room {
    display: flex;
    justify-content: center;
    /*background: no-repeat url("../img/main/room/bg.jpg");
    background-size: cover;*/
    padding: 0 20px;
}

.room img {
    width: 100%;
}

.room-left-small {
    font-size: 17px;
    color: #ab8c48;
    letter-spacing: 10px;
    margin-left: 5px;
    margin-top: 140px;
    margin-bottom: 15px;
}

.room-left-big {
    font-family: 'Jost', sans-serif;
    font-size: 60px;
    color: #403f3f;
    margin-bottom: 55px;
}

.room-left-img {
    position: relative;
    overflow: hidden;
}

.room-left-img > img {
    transition: all 0.4s;
}

.room-left-img > img:hover {
    transform: scale(1.2);
}

.room-left-kor {
    font-size: 13px;
    font-weight: 300;
    color: #949494;
}

.room-left-kor div {
    margin-bottom: 10px;
}

.room-left-kor div:last-child {
    margin-bottom: 60px;
}

.room-left-title {
    font-family: 'Jost', sans-serif;
    font-size: 33px;
    color: #000;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 140px;
}

.room .left {
    margin-right: 19px;
}

.room-right-img {
    margin-top: 300px;
    position: relative;
    overflow: hidden;
}

.room-right-img > img {
    transition: all 0.4s;
}

.room-right-img > img:hover {
    transform: scale(1.2);
}

.room-right-title {
    font-family: 'Jost', sans-serif;
    font-size: 33px;
    color: #000;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 25px;
}

.room-right-kor {
    font-size: 13px;
    font-weight: 300;
    color: #949494;
	text-align: right;
}

.room-right-kor div:first-child {
    margin-bottom: 13px;
}

.room-img-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 53px;
    height: 50px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.room-img-btn img {
    width: 25px;
    height: 25px;
}

.poolvilla-room {
    display: flex;
}

.poolvilla-room .left {
    flex: 54%;
}

.poolvilla-room .left img {
    width: 100%;
}

.poolvilla-room .right {
    flex: 46%;
    width: 100%;
    max-width: 870px;
    max-height: 788px;
    background-color: #a19c90;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.poolvilla-room .right .images {
    margin-top: 17px;
}

.poolvilla-room .right .images .images-wrap {
    display: flex;
}

.poolvilla-room .right .images .images-wrap > div {
    overflow: hidden;
}

.poolvilla-room .right .images .images-wrap img {
    width: 100%;
    transition: all 0.4s;
}

.poolvilla-room .right .images .images-wrap img:hover {
    transform: scale(1.2);
}

.poolvilla-room .right .images .images-wrap:first-child {
    margin-bottom: 14px;
}

.poolvilla-room .right .images .images-wrap div:first-child {
    margin-right: 14px;
}

.special-soan {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1320px;
    margin: 128px auto 130px;
}

.special-soan .box {
    width: 400px;
    height: 380px;
    margin: 10px 20px;
}

.special-soan .box .special-title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.special-soan .box .special-title {
    font-family: 'Jost', sans-serif;
    font-size: 45px;
    color: #403f3f;
    text-align: center;
    margin-bottom: 25px;
}

.special-soan .box .more {
    font-size: 12px;
    color: #686868;
    width: 122px;
    height: 43px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.special-soan .box .title {
    height: 67px;
    border-left: 1px solid #6e6e6e;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 12px;
    padding-left: 16px;
}

.special-soan .box .title div:first-child {
    font-weight: 300;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 10px;
}

.special-soan .box .title div:last-child {
    font-weight: 300;
    font-size: 15px;
    color: #818181;
}

.special-soan .box a > div {
    overflow: hidden;
}

.special-soan .box img {
    transition: all 0.4s;
}

.special-soan .box img:hover {
    transform: scale(1.2);
}

.instagram {
    margin-bottom: 160px;
}

.instagram-title {
    text-align: center;
}

.instagram-title div:first-child {
    font-family: georgia;
    font-size: 35px;
    color: #403f3f;
}

.instagram-title div:last-child {
    font-size: 12px;
    color: #6e6e6e;
    margin-top: 20px;
    margin-bottom: 100px;
    letter-spacing: 1.2px;
}

#instagram-feed {
    max-width: 1582px;
    margin: 0 auto;
}

.instagram_gallery {
    display: flex;
    justify-content: center;
}

.instagram_gallery a {
    display: flex;
    width: 300px;
    height: 300px;
    margin-right: 20px;
}

.instagram_gallery a:last-child {
    margin-right: 0;
}

.instagram_gallery img {
    width: 100%;
}

@media (max-width: 1500px) {
    .poolvilla-room .right .images {
        width: 400px;
    }

    .poolvilla-room-title {
        width: 250px;
    }

    .poolvilla-room-title img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .poolvilla-room .right .images {
        width: 300px;
    }

    .poolvilla-room-title {
        width: 220px;
    }
}

@media (max-width: 992px) {
    .instagram_gallery a {
        width: 150px;
        height: 150px;
    }

    .room-left-small {
        margin-top: 70px;
        font-size: 16px;
    }

    .room-left-big {
        font-size: 50px;
        margin-bottom: 45px;
    }

    .room-left-title {
        font-size: 29px;
        margin-bottom: 70px;
    }

    .room-right-img {
        margin-top: 209px;
    }

    .room-right-title {
        font-size: 29px;
        margin-bottom: 50px;
    }

    .poolvilla-room .right .images {
        width: 250px;
    }

    .poolvilla-room-title {
        width: 200px;
    }

    .special-soan {
        margin: 60px auto 60px;
    }

    .special-soan img {
        width: 100%;
    }

    .special-soan .box {
        width: 300px;
        height: 280px;
    }

    .special-soan .box .title {
        height: 50px;
    }

    /*.slide-wrap .slide .title .text1 {
        font-size: 16px;
    }

    .slide-wrap .slide .title .text2 {
        font-size: 72px;
    }*/

    .slide-container .button-wrap #prev, .slide-container .button-wrap #next {
        width: 80%;
    }

    .slide-container .button-wrap hr {
        width: 64px;
    }
}

@media (max-width: 768px) {

	#mindex {display:block;}
	#mindex img {margin-bottom:50px;}

    .instagram_gallery a {
        width: 100px;
        height: 100px;
    }

    .room {
        flex-direction: column;
    }

    .room-right-img {
        margin-top: 0;
    }

    .room .left {
        margin-right: 0;
    }

    .room-left-small {
        margin-top: 60px;
    }

    .room-right-kor {
        margin-bottom: 60px;
    }

    .poolvilla-room {
        flex-direction: column;
    }

    .poolvilla-room .right {
        padding: 35px 20px;
        box-sizing: border-box;
    }

    .poolvilla-room-title {
        width: 50%;
        max-width: 325px;
    }

    .poolvilla-room .right .images {
        width: 100%;
    }

    .poolvilla-room .right .images .images-wrap {
        justify-content: center;
    }

    .special-soan .box {
        width: 250px;
        height: 220px;
        margin: 20px 20px;
    }

    .slide-wrap .slide .title .txt {
        display:none;
    }

    .slide-wrap .slide .title .text2 {
        font-size: 46px;
    }

    .slide-container .button-wrap #prev, .slide-container .button-wrap #next {
        width: 60%;
		z-index:50;
    }

    .slide-container .button-wrap #prev img , .slide-container .button-wrap #next img{
        width: 100%;
    }

    .slide-container .button-wrap hr {
        width: 50px;
    }

    .slide-container .button-wrap {
        top: 75%;
    }
}

@media (max-width: 576px) {
    .instagram_gallery {
        flex-wrap: wrap;
        padding: 0 20px;
        justify-content: normal;
    }

    .instagram_gallery a {
        margin: 0;
        width: 50%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    .instagram_gallery a img {
        height: 100%;
        min-height: 100%;
    }

    .instagram-title div:first-child {
        font-size: 30px;
    }

    .instagram-title div:last-child {
        margin-top: 15px;
        margin-bottom: 40px;
    }

    .instagram {
        margin-bottom: 40px;
    }

    .room-left-small {
        font-size: 14px;
        letter-spacing: 6px;
        margin-top: 40px;
    }

    .room-left-big {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .room-left-kor {
        font-size: 12px;
		line-height:150%;
    }

    .room-left-kor div:last-child {
        margin-bottom: 35px;
    }

    .room-left-title {
        font-size: 25px;
        margin-bottom: 35px;
    }

    .room-right-title {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .room-right-kor {
        font-size: 12px;
        margin-bottom: 40px;
    }

    .poolvilla-room .right {
        max-height: none;
    }

    .special-soan {
        margin: 30px auto 30px;
    }

    .special-soan .box {
        width: 100%;
        height: auto;
    }

    .special-soan .mobile-first-box {
        order: -1;
    }

    .slide-wrap .slide img {
        height: 300px;
        object-fit: cover;
		width: 100%;
    }

    .slide-container .button-wrap hr {
        margin: 6px 0;
        width: 40px;
    }

    .slide-wrap .slide .title .text2 {
        font-size: 30px;
    }

    /*.slide-wrap .slide .title .text1 {
        font-size: 10px;
        letter-spacing: 2px;
    }*/
}