@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.mainWrap *{
    line-height: 100%;
    letter-spacing: -1px;
}

body{
    background: #040000;
}

.disN{
	display:none;
}
.slick-slide img{
    width:100%;
}
.mainWrap{
    overflow: hidden;
    width: 100%;
}


/*another*/
#header{
    border-bottom: none;
    opacity: 0;
    animation: fadeIn 1s 4s forwards;
}
#header #nav .gnb,
#header .utils{
}
#header .logo a{
    /* transform: translateX(calc(50vw - 111px - 10%));
    animation: header_logo_a 2s 3s forwards; */
}
@keyframes header_logo_a{
    to{
        transform: translate(0);
    }
}
.mainWrap #quick{
    opacity: 0;
    animation: fadeIn 1s 4s forwards;
}

/*popup_delay*/
[data-aos][data-aos][data-aos-delay='6000'].aos-animate, 
body[data-aos-delay='6000'] [data-aos].aos-animate {
	transition-delay: 6s;
}

.openWrap_m{
	position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    padding: 2.5% 5%;
    background-color: #000c42;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    animation: fadeIn 1s 3s forwards;
    text-align: center;
}
.openWrap_m .open_con{
	margin-bottom:2.5%;
}
.openWrap_m .open_con:nth-lasy-child(1){
	margin-bottom:0;
}

.mainWrap{
    background-color: #040000;
    overflow: hidden;
    /* width: calc(100% - 135px); */
}

.mainVisual {
    width: 100%;
    position: relative;
    height: calc(100vh - 100px);
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    justify-content: center;
    position: relative;
    max-width: 1920px;
}
.mainVisual .content{
    position: relative;
    display: flex;
    height: 100%;
    width:100%;
    color: #fff;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    padding-bottom: 1.25%;
}
.mainVisual .mainSlider {
    width: 100%;
}
.mainVisual .slideCon{
    position: relative;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}
.mainVisual .mainSlider .slick-list,
.mainVisual .mainSlider.slick-slider,
.mainVisual .mainSlider .slick-track{
	height: 100%;
	clear:both;
}
.mainVisual .text{
    color: #fff;
    font-family: 'NanumSquare', sans-serif;
    margin-bottom: 2.5%;
    transform: translateY(22.5vh);
    z-index: 1;
    position: relative;
    animation: mainVisual_text 1s 3s forwards;
}
@keyframes mainVisual_text{
    to{
        transform: translate(0);
    }
}
.mainVisual .text .explain{
    font-weight: 300;
    font-size: 42px;
    margin-bottom: 5%;
    opacity: 0;
    animation: fadeInUp 1s 0.5s forwards;
}
.mainVisual .text .slogan{
    font-size: 70px;
    font-weight: 800;
    opacity: 0;
    animation: fadeInUp 1s 1s forwards;
    display: flex;
    align-items: center;
    gap: 10px;
}
.mainVisual .text .slogan .point{
    position: relative;
    overflow: hidden;
}
.mainVisual .text .slogan .point .line{
    width:100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left:-100%;
    top:50%;
    transform: translateY(-50%);
    animation:left_100 1s 1.5s forwards;
    opacity:0;
}
@keyframes left_100{
    0%{
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    100%{
        left:100%;
    }
}
.mainVisual .text .slogan .point_text{
    opacity: 0;
    animation: fadeInUp 0.75s 1.75s forwards;
}
.mainVisual .text .name{
    color: #c4a28f;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -1.5px;
    opacity: 0;
    animation: fadeInUp 1s 2s forwards;
}
.mainVisual .imageWrap{
    transform: scale(1.5);
    animation: scale_1 4s forwards;
}
@keyframes scale_1{
    to{
        transform: scale(1);
    }
}
.mainVisual .image{
    opacity: 0.3;
    animation: opacity_1 1s 4s forwards;
}
@keyframes opacity_1{
    to{
        opacity: 1;
    }
}
.mainVisual .grid_line{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 0;
}
.mainVisual .grid_line_con{
    width: 20%;
    position: relative;
}
.mainVisual .grid_line_con span{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    border-left: 1px solid rgba(4,0,0,0.5);
    overflow: hidden;
}
.mainVisual .grid_line_con span{
    animation: mainVisual_grid_line 2s 0.5s forwards;
}
@keyframes mainVisual_grid_line{
    to{
        width: 0;
        border-left: 0;
    }
}
.mainVisual .open{
    position: absolute;
    right:10%;
    top:10%;
    color:#fff;
    width: 150px;
    height: 150px;
    position: absolute;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    font-weight: 200;
    opacity: 0;
    animation: fadeInUp 1s 4s forwards;
    z-index: 1;
    border-radius: 50%;
    background:#b36020;
    /* animation:mainVisual_open 4s infinite; */
}
.mainVisual .open:after{
    content:"";
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    position: absolute;
    left: auto;
    top: auto;
    background-color: transparent;
    border: 2px solid #d6d5d194;
    z-index: -1;
    border-radius: 50%;
    z-index: 2;
    animation:mainVisual_openafter 2s infinite;
}
@keyframes mainVisual_openafter{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.2);
	}
	100%{
		transform:scale(1);
	}
}
.mainVisual .open_con{}
.mainVisual .open_con.--big{
    font-weight: 700;
    font-size: 200%;
}


.mainContent{
    text-align: center;
    position: relative;
    background: #fff;
    width: calc(100% - 135px);
}
.mainContent .slideCon{
    position: relative;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: left;
}
.mainContent .Slider .slick-list,
.mainContent .Slider.slick-slider,
.mainContent .Slider .slick-track{
	height:100%;
	clear:both;
}
.mainContent .Slider .slick-track{
}
.mainContent .slick-next,
.mainContent .slick-prev{
    width:81px;
    height:53px;
    transition: 0.75s all;
}
.mainContent .slick-next:hover,
.mainContent .slick-prev:hover{
    opacity: 0.3;
    transition: 0.75s all;
}
.mainContent .slick-dots{
    top: auto;
    bottom: 5%;
    right: auto;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
}
.mainContent .slick-dots li{
    width:10px;
    height:10px;
    margin-right: 20px;
}
.slick-dots li button:before{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.mainContent .premium{
    height: 100vh;
    max-height: 830px;
}
.mainContent .premium .content{
    height: 100%;
}
.mainContent .premium .listWrap{
    display: flex;
    width: 100%;
    height: 100%;
}
.mainContent .premium .listcon{
    flex:0 0 25%;
    position: relative;
    text-align: left;
}
.mainContent .premium .listcon:after{
    content:"";
    width:8px;
    height: 29px;
    background: #b46320;
    position: absolute;
    right:-4px;
    top:15%;
    z-index: 2;
}
.mainContent .premium .listcon:nth-last-child(1):after{
    display: none;
}
.mainContent .premium .listcon .bgWrap{
    overflow: hidden;
    width:100%;
    height: 100%;
    position: relative;
}
.mainContent .premium .listcon .bg{
    width:100%;
    height: 100%;
    transition: 1s all;
}
.mainContent .premium .listcon:hover .bg{
    transform: scale(1.2);
}
.mainContent .premium .listcon .bg:after{
    content:"";
    width:100%;
    height: 100%;
    background: rgba(253,246,228,0.7);
    position: absolute;
    left:0;
    top:0;
    opacity: 0;
    transition: 1s all;
}
.mainContent .premium .listcon:hover .bg:after{
    opacity: 1;
}
.mainContent .premium .listcon.--01 .bg{
    background: url(../images/main_premium_img_01.jpg?v=2) center center / cover no-repeat;
}
.mainContent .premium .listcon.--02 .bg{
    background: url(../images/main_premium_img_02.jpg?v=2) center center / cover no-repeat;
}
.mainContent .premium .listcon.--03 .bg{
    background: url(../images/main_premium_img_03.jpg?v=2) center center / cover no-repeat;
}
.mainContent .premium .listcon.--04 .bg{
    background: url(../images/main_premium_img_04.jpg?v=2) center center / cover no-repeat;
}
.mainContent .premium .listcon .text{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    color: #101939;
    padding: 15% 0 0 10%;
    opacity: 0;
    transition: 0.75s all;
}
.mainContent .premium .listcon:hover .text{
    opacity: 1;
}
.mainContent .premium .listcon .text .sloganWrap{
    font-family: 'NanumSquare', sans-serif;
    margin-bottom: 30%;
}
.mainContent .premium .listcon .text .sloganWrap .en{
    color: #db3c29;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2.5%;
}
.mainContent .premium .listcon .text .sloganWrap .slogan{
    font-size: 24px;
    font-family: "Noto Serif KR", serif;
}
.mainContent .premium .listcon .text .sloganWrap .slogan .italic{
    font-style: italic;
}
.mainContent .premium .listcon .text .btWrap{

}
.mainContent .premium .listcon .text .btlist{
    margin-bottom: 15%;
}
.mainContent .premium .listcon .text .btlist:nth-last-child(1){
    margin-bottom: 0;
}
.mainContent .premium .listcon .text .btlist .title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2.5%;
}
.mainContent .premium .listcon .text .btlist .explain {
    font-weight: 300;
}

.mainContent .premium .listcon .text .btlist .explain_con {
    margin-bottom: 2.5%;
}
.mainContent .premium .listcon .text .btlist .explain_con:nth-last-child(1){
    margin-bottom:0;
}
.mainContent .contact{
    padding:10% 0;
    background: url(../images/main_contact_bg.jpg) center center / cover no-repeat fixed;
}
.mainContent .contact .content{
    display: flex;
    gap:20px;
    max-width: 1300px;
    margin: 0 auto;
}
.mainContent .contact .image{

}
.mainContent .contact .listWrap{
    background: #d6d5d1;
    color: #101939;
    font-weight: 300;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.mainContent .contact .listcon {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}
.mainContent .contact .listWrap:before{
    content:"";
    width:calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    border:1px solid #b9b7af;
    z-index: 0;
}
.mainContent .contact .listcon .explain{
    font-size: 22px;
    margin-bottom: 5%;
    position: relative;
}
.mainContent .contact .listcon .explain .bold{
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.mainContent .contact .listcon .explain .bold:after{
    content:"";
    width:1px;
    height: 50%;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    background: #101939;
}
.mainContent .contact .listcon .linkWrap{
    display: flex;
    gap:10px;
}
.mainContent .contact .listcon .linkWrap{
    margin-bottom: 5%;
}
.mainContent .contact .listcon .link{
    background: #b26220;
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 15px 30px;
    transition: 0.5s all;
}
.mainContent .contact .listcon .link:hover{
    background: #101939 !important; 
}
.mainContent .contact .listcon .link.--kakao{
    background: #953b23;
}
.mainContent .contact .listcon .link:hover{
    border-radius: 30px;
}
.mainContent .contact .listcon .link .ico{

}
.mainContent .contact .listcon .num {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 5%;
    font-family: "Montserrat", sans-serif;
}
.mainContent .contact .listcon .num .ico{
    margin-right: 10px;
}
.mainContent .contact .listcon .num_con {
    font-size: 45px;
    display: flex;
    align-items: flex-end;
}
.mainContent .contact .listcon .num_con small{
	font-size: 60%;
	transform: translateY(-5px);
	margin-right: 5px;
}
.mainContent .contact .listcon .info{
    font-size: 16px;
    display: flex;
    align-items: center;
    border-top:1px solid #9f9c92;
    border-bottom:1px solid #9f9c92;
    padding:2.5% 0;
}
.mainContent .contact .listcon .info .bold{
    font-size: 120%;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}
.mainContent .contact .listcon .info .bold:after{
    content:"";
    width:1px;
    height: 50%;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    background: #101939;
}

/*pageinfo*/
.pagingInfo {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    display: block;
    text-align: center;
    padding: 15px 0;
}

/*scroldown*/
.main_scrolldown {
    text-align: center;
    position: absolute;
    left: calc(50% - 14px);
    bottom: 10%;
    opacity: 0;
    animation: fadeIn 1s 5s forwards;
}

.main_scrolldown .chevron {
    position: absolute;
    width: 28px;
    height: 3px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.main_scrolldown .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.main_scrolldown .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.main_scrolldown .chevron:before,
.main_scrolldown .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.main_scrolldown .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.main_scrolldown .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

/*loader*/
body{
	overflow-x:hidden;
}
.loading{
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background:#fff;
    z-index:1000;
}
.loading img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media(max-width:1080px){
.loader{width:calc(100% - 30px);}
}

.slick-slide img.PC_V{
    display: block;
}
.slick-slide img.MB_V{
    display: none;
}

/*mobile*/
.mobileMain{position:relative;padding-top:75px;}
.MB_V img{width:100%;}

@media (max-width:1400px){
	.mainVisual .text .explain{
		font-size:26px;
	}
	.mainVisual .text .slogan{
		font-size:50px;
	}
	.mainVisual .open{
		right: 15%;
		width: 125px;
		height: 125px;
		font-size: 20px;
	}
}

/*responsive*/
@media (max-width:1080px){
    html,body{
        width:100%;
        height:100%;
    }
    .mainWrap{
        width: 100%;
    }
    .mainWrap img{
        width:100%;
    }
    .slick-slide img.PC_V{
        display: none;
    }
    .slick-slide img.MB_V{
        display: block;
    }

    
    .mainVisual{
        margin-top: 80px;
        height: auto;
        position: relative;
        min-height: calc(100vh - 80px);
        align-items: center;
    }
    .mainVisual .content{
        padding: 7.5% 0 20%;
        align-items: flex-end;
    }
    .mainVisual .open{
        right: auto;
        position: relative;
        top: 0;
        margin-bottom: 7.5%;
        margin-right: 5%;
    }
    .mainVisual .text{
        width: 100%;
        margin-bottom: 5%;
        transform: translateY(12.5vh);
    }
	.mainVisual .text .explain{
		font-size: 30px;
	}
    .mainVisual .text .slogan{
        justify-content: center;
        margin-bottom: 2.5%;
        font-size: 50px;
    }
    .mainVisual .imageWrap{
        max-width: max-content;
    }

    .mainContent{
        margin-top: 0;
        width:100%;
    }

    .mainContent .premium{
        height: auto;
        max-height: none;
    }
    .mainContent .premium .listWrap{
        flex-direction: column;
    }
    .mainContent .premium .listcon{
        flex: 1;;
    }
    .mainContent .premium .listcon:after{
       right: 5%;
        top: calc(100% - 3px);
        height: 6px;
        width: 5%;
		/*  left: 5%;
		         right:auto; */
    }
    .mainContent .premium .listcon:nth-child(2n):after{
        left: 5%;
        right:auto;
    }
    .mainContent .premium .listcon .bgWrap{
        position: absolute;
        background: rgba(253, 246, 228, 0.7);
    }
    .mainContent .premium .listcon .bg:after{
        opacity: 1;
        background: rgba(253, 246, 228, 0.8);;
    }
    .mainContent .premium .listcon.--01 .bg{
        background: url(../images/main_premium_img_01_m.jpg?v=2) center center / cover no-repeat;
    }
    .mainContent .premium .listcon.--02 .bg{
        background: url(../images/main_premium_img_02_m.jpg?v=2) center center / cover no-repeat;
    }
    .mainContent .premium .listcon.--03 .bg{
        background: url(../images/main_premium_img_03_m.jpg?v=2) center center / cover no-repeat;
    }
    .mainContent .premium .listcon.--04 .bg{
        background: url(../images/main_premium_img_04_m.jpg?v=2) center center / cover no-repeat;
    }
    .mainContent .premium .listcon .text{
        position: relative;
        opacity: 1;
        padding: 5%;
    }
   .mainContent .premium .listcon:nth-child(2n) .text{
        text-align: right;
    }
    .mainContent .premium .listcon .text .sloganWrap{
        margin-bottom: 7.5%;;
    }
    .mainContent .premium .listcon .text .btlist{
        margin-bottom: 5%;
    }

    .mainContent .contact{
        padding:15% 0;
        background: url(../images/main_contact_bg_m.jpg) center right / cover no-repeat fixed;
    }
    .mainContent .contact .content{
        flex-direction: column;
        width:60%;
    }
    .mainContent .contact .listWrap{
        padding:15% 0;
    }

}
@media (max-width:640px){
    .mainVisual .open{
        width: auto;
        height: auto;
        font-size: 3vw;
        padding: 5%;
    }
    .mainVisual .text .explain{
        font-size: 4.4vw;
    }
    .mainVisual .text .slogan{
        font-size: 8vw;
    }
    .mainVisual .text .name{
        font-size: 3.8vw;
    }

    .mainContent .premium .listcon .text{
        padding:15% 5%;
    }
    .mainContent .premium .listcon .text .sloganWrap{
        margin-bottom: 10%;
    }
    .mainContent .premium .listcon .text .sloganWrap .en{
        font-size: 3vw;
    }
    .mainContent .premium .listcon .text .sloganWrap .slogan{
        font-size: 4.5vw;
    }
    .mainContent .premium .listcon .text .btlist .title{
        font-size: 3.6vw;
    }
    .mainContent .premium .listcon .text .btlist .explain{
        font-size: 3vw;
    }

    .mainContent .contact .content{
        width:90%;
    }
    .mainContent .contact .listcon .explain{
        font-size: 3.6vw;
    }
    .mainContent .contact .listcon .linkWrap{
        font-size: 3vw;
    }
    .mainContent .contact .listcon .link{
        padding:10px 20px;
    }
    .mainContent .contact .listcon .link .ico{
        width: 8px;
        display: flex;
        align-items: center;
    }
    .mainContent .contact .listcon .num_con{
        font-size: 8vw;
    }
    .mainContent .contact .listcon .num{
        align-items: flex-end;
    }
    .mainContent .contact .listcon .num .ico{
        width: 10%;
        max-width: max-content;
    }
    .mainContent .contact .listcon .info{
        font-size: 3vw;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width:450px){
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .have_background_fix{
        background-attachment: scroll !important;
    }
}

