@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@font-face {
    src: url('../font/LibreBaskerville-Bold.ttf');
    font-family: LibreBaskerville-b;
}
@font-face {
    src: url('../font/LibreBaskerville-Regular.ttf');
    font-family: LibreBaskerville-r;
}
@font-face {
    src: url('../font/LibreBaskerville-Italic.ttf');
    font-family: LibreBaskerville-i;
}

.mainWrap *{
    line-height: 100%;
    letter-spacing: -1px;
}

.disN{
	display:none;
}
.slick-slide img{
    width:100%;
}
.mainWrap{
    overflow: hidden;
    width: 100%;
}


/*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.2% 2.5%;
    text-align: center;
    background-color: #7a6757;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    animation: fadeIn 1s 3s forwards;
}

/*mainVisual */
.mainVisual {
    width: 100%;
    position: relative;
    height: 100vh;
    display:flex;
    align-items: center;
    overflow: hidden;
}
.mainVisual .content{
    width:100%;
    height:100%;
    position: relative;
	display:flex;
}
.mainVisual .mainSlider{
	height:100%;
	width:100%;
}
.mainVisual .mainSlider .slick-list, .mainVisual .mainSlider .slick-track{
	height:100%;
}
.mainVisual .slideCon{
	height:100%;
	position:relative;
	background-color:#000;
    overflow: hidden;
}
.mainVisual .slideCon_only {display: flex;}
.mainVisual .slideCon_only .bg {
	width:100%;
    height:100%;
	background: url(../images/mainVisual_img_only2.jpg?v=1) center bottom / cover no-repeat;
	transform: scale(1);
}
.mainVisual .slideCon_only .left {width:60%; overflow: hidden;}
.mainVisual .slideCon_only .left .image{
    width:100%;
    height:100%;
	background: url(../images/mainVisual_img_only.jpg?v=6) left center / cover no-repeat;
}
.mainVisual .slideCon_only .right {
	width:40%; 
	background: #f7f6f6;
	position: relative;
}
.mainVisual .slideCon_only.slick-active .bg {
	animation: transformScale1 2s ease-in-out 1;
}

@keyframes transformScale1{
    0%{
        transform: scale(1.3);
        filter: blur(15px);
    }
    50%{
        filter: blur(0);
    }
    100%{
        transform: scale(1);
        filter: blur(0);
    }
}
.mainVisual .slideCon.slideCon_only .text {
	top: 18%;
	left: 50%;
	transform: translateX(-50%);
}
.mainVisual .slideCon_only .text .slogan {
	font-size: 24px;
	font-family: 'NanumSquare', sans-serif;
	color: #111;
	margin-bottom: 2%;
	opacity: 0;
}
.mainVisual .slideCon_only .text .slogan .con {
	line-height: 36px;
	font-weight: bold;
}
.mainVisual .slideCon_only .text .title {
	font-family: 'NanumSquare', sans-serif;
	color: #a00e15;
	font-size: 60px;
	font-weight: 900;
	margin-bottom: 8%;
	clip-path: inset(0 0 100% 0);
}


.mainVisual .slideCon_only .text .title .con {
	line-height: 70px;
}
.mainVisual .slideCon.slideCon_only .text .explain {
	color: #ddcb96;
    padding: 18px 10px;
    background: #a00e15;
    border-radius: 50px;
    width: 240px;
    margin: 0 auto;
}
.mainVisual .slideCon.slideCon_only .text .explain .con {
	font-size: 27px;
	font-family: 'NanumSquare', sans-serif;
	font-weight: 700;
}
.mainVisual .slideCon.slideCon_only .text .explain::before {
	display: none;
}
.mainVisual .slideCon.slideCon_only.slick-active .slogan {
	animation: fade-in 1s  1s forwards;
}
.mainVisual .slideCon.slideCon_only.slick-active .text .title {
	animation: down-move 1s  1.5s forwards;
}

@keyframes fade-in {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes down-move {
    0%{
        opacity: 0;
		clip-path: inset(0 0 100% 0);
    }
    100%{
        clip-path: inset(0 0 0 0);
		opacity: 1;
    }
}



.mainVisual .slideCon_01 .image{
    width:100%;
    height:100%;
	background: url(../images/mainVisual_img01.jpg?v=1) center center / cover no-repeat;
}
.mainVisual .slideCon_02 .image{
    width:100%;
    height:100%;
	background: url(../images/mainVisual_img02.jpg?v=1) 20% 80% / cover no-repeat;
}
.mainVisual .slideCon_03 .image{
    width:100%;
    height:100%;
	background: url(../images/mainVisual_img03.jpg?v=1) 20% 80% / cover no-repeat;
}
.mainVisual .slideCon_04 .image{
    width:100%;
    height:100%;
	background: url(../images/mainVisual_img04.jpg?v=1) center center / cover no-repeat;
}

.mainVisual .slideCon .text {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
}
.mainVisual .slideCon .text .slogan .big {
    font-size: 58px;
	font-family:'NanumSquare';
	padding: 2% 0;
	font-weight: bold;
}

.mainVisual .slideCon .text .slogan .big_s {
    font-size: 40px;
    font-family: 'LibreBaskerville-r';
    margin-top: 20px;
}
.mainVisual .slideCon .text .explain {
    margin-top: 80px;
    position: relative;
    color: #ddcb96;
}
.mainVisual .slideCon .text .explain::before {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #ddcb96;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(16deg);
}
.mainVisual .slideCon .text .explain .con {
    font-size: 46px;
    font-family: 'LibreBaskerville-r';
    font-weight: 400;
}
.mainVisual .slideCon_01 .text .explain .con:nth-child(2),
.mainVisual .slideCon_02 .text .explain .con:nth-child(2) {
    font-size: 40px;
    font-family: 'LibreBaskerville-r';
    font-weight: 800;
    margin-top: 10px;
    letter-spacing: -2px;
}
.mainVisual .slideCon .text .explain .small:nth-child(1)  {
    font-size: 44px;
    font-family: 'LibreBaskerville-r';
    font-weight: 600;
    margin-top: 20px;
}

.mainVisual .slideCon .text .explain .explain_top {
    opacity: 0;
    transform: translateY(40px);
}
.mainVisual .slideCon.slick-active .explain .explain_top {
    animation: slogan 1s .9s forwards;
}
.mainVisual .slideCon .text .explain .explain_top .con {
    font-size: 40px;
    font-family: 'NanumSquare';
    font-weight: 600;
    margin-top: 10px;
}
.mainVisual .slideCon .text .explain .explain_bottom {
    margin-top: 30px;
    opacity: 0;
    transform: translateY(-40px);
}
.mainVisual .slideCon.slick-active .text .explain .explain_bottom {
    animation: slogan_re 1s 2s forwards;
}
.mainVisual .slideCon .text .explain .explain_bottom .con {
    font-size: 20px;
    margin-top: 10px;
}
.mainVisual .slideCon .text .slogan .big {
    opacity: 0;
}
.mainVisual .slideCon.slick-active .text .slogan .big {
    animation: fadeIn 1s 1s forwards;
}
.mainVisual .slideCon .text .slogan .big_s {
    opacity: 0;
    transform: translateY(40px);
}
.mainVisual .slideCon.slick-active .text .slogan .big_s {
    animation: slogan 1s 1.2s forwards;
}

.mainVisual .slideCon .text .explain {
    opacity: 0;
    transform: translateY(40px);
}
.mainVisual .slideCon.slick-active .text .explain {
    animation: slogan 1s 2.2s forwards;
}

.mainVisual .slideCon_03 .text .explain {
    opacity: 0;
    transform: translateY(40px);
}
.mainVisual .slideCon_03.slick-active .text .explain {
    animation: slogan 1s 1.5s forwards;
}
@keyframes slogan {
    0%{
        opacity: 0;
        transform: translateY(40px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slogan_re {
    0%{
        opacity: 0;
        transform: translateY(-40px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

.mainVisual .slideCon .image{
	transition: 2s ease-in-out;
	transform:scale(1.2);
}
.mainVisual .slideCon.slick-active .image{
	transition: 1.8s ease-in-out;
	transform:scale(1);
}
.mainVisual .slideCon .image{
    transform: scale(1);
}
.mainVisual .slideCon.slick-active .image{
    animation: transformScale 2s ease-in-out 1;
}
@keyframes transformScale{
    0%{
        transform: scale(1.2);
        filter: blur(15px);
    }
    50%{
        filter: blur(0);
    }
    100%{
        transform: scale(1);
        filter: blur(0);
    }
}
.mainVisual .image img{
	width:100%;
}

/*controllTower */
.mainVisual .controllTower{
    display: flex;
    align-items: center;
    width: 160px;
    justify-content: center;
    position: absolute;
    bottom: 100px;
    right: 19.5%;
}
.mainVisual .controllTower .navi_wrap {
    width: 100%;
    display: flex;
    align-items: center;
}
.mainVisual .controllTower .navi_wrap .navi_list {
    display: flex;
    color:#fff; 
    flex-direction: column;
    text-align: left;
    min-width: 80px;
    margin-right: 10px;
    cursor: pointer;
}
.mainVisual .controllTower .navi_wrap .navi_num {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 5px;
}
.mainVisual .controllTower .navi_wrap .navi_line {
    width: 100%;
    height: 5px;
    border: 1px solid #fff;
    position: relative;
    transition: inherit;
}
.mainVisual .controllTower .navi_line::before {
    content:"";
    width:0;
    height:3px;
    background-color: #920e14;
    position: absolute;
    left:0;
    top:0;
	transition:inherit;
}
.mainVisual .controllTower .navi_wrap .navi_list.active .navi_line::before {
    width:100%;
}

.mainVisual .slick-active .controllTower{
    z-index: 10;
}
.mainVisual .controllTower .btn{
    color:#fff;
    font-size: 0;
    cursor: pointer;
}
.mainVisual .controllTower .prev {
	background: url(../images/slide_prev.png?v=1) center center no-repeat;
	width: 17px;
	height: 13px;
	filter: invert(100%) sepia(5%) saturate(19%) hue-rotate(174deg) brightness(106%) contrast(106%);
}
.mainVisual .controllTower .next {
	background: url(../images/slide_next.png?v=1) center center no-repeat;
	width: 17px;
	height: 13px;
	filter: invert(100%) sepia(5%) saturate(19%) hue-rotate(174deg) brightness(106%) contrast(106%);
}

/* ---------------------------maincontent----------------------------- */
.mainContent{
    text-align: center;
}
.mainContent .intro {
    width: 100%;
    height: 250px;
    background: url(../images/intro_bg.jpg) center center no-repeat;
}
.mainContent .intro .content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    text-align: left;
}
.mainContent .intro .content .list {
    width: 20%;
}
.mainContent .intro .content .list img{
	width:100%;
}

.mainContent .intro .content .text {
    width: 35%;
}
.mainContent .intro .content .text li {
    height: 70px;
    padding-left: 20px;
    border-bottom: 1px solid #ddcb96;
}
.mainContent .intro .content .text li .con{
    color: #ddcb96;
    font-size: 22px;
    padding-top: 10px;
    position: relative;
}
.mainContent .intro .content .text li .con::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 18px;
    left: -13px;
    background: url(../images/ico_intro.png) center center no-repeat;
}
.mainContent .intro .content .text li p {
    color: #fff;
    font-size: 16px;
    padding-top: 8px;
}

.mainContent .intro .content .text li:nth-child(3) {
    border: none;
}



/* -----------------------premium------------------------------ */
.mainContent .premium {
    background: #f8f5ed;
    width: 100%;
    padding: 10% 0;
}
.mainContent .premium .content {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    align-items: center;
}
.mainContent .premium .content > .image {
    position: absolute;
    top: 0;
    left: 0;
}
.mainContent .premium .content .slideCon {
    display: flex;
    position: relative;
    justify-content: flex-end;
}

.mainContent .premium .content .sliderWrap {
   width: 100%;
   height: 100%;
}
.mainContent .premium .content .slideCon .text {
    position: absolute;
    left: 70px;
    bottom: 23%;
    text-align: left;
}
.mainContent .premium .content .slideCon .text .text_num {
    font-family: LibreBaskerville-i;
    font-size: 44px;
    color: #a00e15;
}
.mainContent .premium .content .slideCon .text .text_title {
    font-family: 'NanumSquare', sans-serif;
    color: #111111;
    font-weight: 800;
    font-size: 34px;
    margin-top: 20px;
}
.mainContent .premium .content .slideCon .text .text_explain {
    font-size: 18px;
    font-family: 'NanumSquare', sans-serif;
    color: #111111;
    font-weight: 400;
    margin-top: 12px;
}
.mainContent .premium .content .slideCon .text .text_explain .con:nth-child(2) {
    margin-top: 6px;
}
.mainContent .premium .content .slideCon .text .text_explain .con:nth-child(2) span {
    font-size: 14px;
}

/*premium controllTower */
.mainContent .premium  .controllTower{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    bottom: 50px;
    left: 70px;
    flex-direction: column;
    color: #fff;
}
.mainContent .premium  .controllTower .navi_wrap {
    width: 100%;
    display: flex;
    align-items: center;
}
.mainContent .premium  .controllTower .navi_wrap .navi_list {
    display: flex;
    color: #fff;
    flex-direction: column;
    width: 25px;
    height: 25px;
    background: #b7b7b7;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    font-family: LibreBaskerville-i;
}
.mainContent .premium .controllTower .navi_wrap .navi_list .navi_num {
    line-height: 25px;
}
.mainContent .premium .controllTower .navi_wrap .navi_list.active  {
    background-color: #920e14;
}






/* ------------location------------- */
.location  {
    background-color: #b7b7b7;
    padding: 8% 0;
    text-align: center;
}
.location .content {
    max-width: 1100px;
    margin: 0 auto;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 50px 0;
}
.location .content .text {
    color: #fff;
    margin-bottom: 80px;
}
.location .content .text .title {
    font-family: LibreBaskerville-b;
    font-size: 70px;
    font-weight: 600;
}
.location .content .text .con1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 32px;
    margin-top: 30px;
}
.location .content .text .con2 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 500;
    margin-top: 10px;
    
}
.location .content .image {
    clip-path:circle(0);
    opacity: 0;
}
.location .content .image.aos-animate {
    animation: circle_image 1.5s 0.5s forwards;
}
@keyframes circle_image{
    0%{
        clip-path:circle(0);
        opacity: 0;
    }
    100%{
        clip-path:circle(100%);
        opacity: 1;
    }
}

/* ------------contact------------- */
.contact{
    background: url(../images/contact_bg.jpg) center center / cover no-repeat;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    padding:10% 0;
    text-align: center;
    width: 100%;
}
.contact .content {
    max-width: 1100px;
    margin: 0 auto;
}
.contact .content .text {
    text-align: center;
	margin-bottom: 5%;
}
.contact .content .text .title{
    font-family: LibreBaskerville-b;
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 2%;
    color: #ddcb96;
}
.contact .content .text .con {
    font-family: 'Jost', sans-serif;
    font-size: 48px;
    color: #fff;
	font-weight: 500;
}
.contact .content .text .ico {margin-right:15px}
.contact img{
    margin:0 auto;
}
.contact .image_con {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
}
.contact .image_con .left {
    margin-right: 12px;
}
.contact .content .bottom {
    padding-top: 3%;
}
/*pageinfo*/
.pagingInfo {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: block;
    width: 70%;
    text-align: center;
    padding: 15px 0;
}

/*scroldown*/
.main_scrolldown {
    text-align: center;
    position: absolute;
    left: calc(50% - 14px);
    bottom: 10%;
}

.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 (min-width: 1081px) and (max-width: 1500px){
    .mainVisual .slideCon .text .text_list,
    .mainVisual .slideCon .text .list_con {width: 300px;}
    .mainVisual .slideCon .text .text_list img {width: 100%;}
    

    .mainContent .premium .content {width: 90%;}
    .mainContent .premium .content .slider_small .slideCon .title_con {font-size: 31px;}
    .mainContent .premium .content .slider_small .slideCon .explain {font-size: 19px;}
    .mainContent .premium .content .slider_small .slick-list.draggable {width: 88%;}
    .mainContent .premium .content .slider_small .slideCon {height: 450px;}
}


@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%;}

/*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;
    }

    .list-btn .mainOnly{
        display: flex;
    }
	.mainVisual .slideCon_only .bg {
		background: url(../images/mainVisual_img_only2_m.jpg?v=1) center bottom / cover no-repeat;
	}

    .mainVisual{
        height: 100vh;
        align-items: flex-start;
    }
    .mainVisual .content{
        height: calc(100vh - 75px);
    }
    .mainVisual .slideCon_only{
    }
    .mainVisual .slideCon_only .left{
        width: 100%;
        height: 50%;
    }
    .mainVisual .slideCon_only .right{
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .mainVisual .slideCon_only .text .slogan{
        margin-bottom:5%;
        font-size: 20px;
    }
    .mainVisual .slideCon.slideCon_only .text{
		width: 100%;
    }
    .mainVisual .slideCon.slideCon_only .text .explain{
        padding: 12px;
        width: auto;
        display: inline-block;
        min-width: 200px;
    }
    .mainVisual .slideCon.slideCon_only .text .explain .con{
        font-size: 20px;
        padding: 0;
        font-weight: 700;
        color: #e0cf9f;
    }
    .mainVisual .slideCon_only .text .slogan .con{
        line-height: 100%;
        margin-bottom:2.5%;
    }
    .mainVisual .slideCon_only .text .slogan .con:nth-last-child(1){
        margin-bottom: 0;
    }
    .mainVisual .slideCon_only .text .title{
        font-size: 40px;
        margin-bottom: 5%;
    }
    .mainVisual .slideCon_only .text .title .con{
        line-height: 110%;
    }

	.mainVisual .slideCon_only .left .image {
		background: url(../images/mainVisual_img_only_m.jpg?v=2) left center / cover no-repeat;
	}
    .mainVisual .controllTower{
        bottom: -1px;
        top: auto;
        transform: translateY(0);
        width: 200px;
        flex-direction: unset;
        flex-wrap: inherit;
        right: 0;
        left: auto;
    }
    .mainVisual .slideCon .image_wrap {
        height: 50%;
    }
    .mainVisual .slideCon.common .text {
        width: 100%;
        top: 30%;
        display: flex;
        flex-direction: column-reverse;
    }
    .mainVisual .slideCon .text_wrap {
        top: 56%;
        left: 8%;
    }
    .mainVisual .slideCon.common .slogan{
        position: relative;
    }
    .mainVisual .slideCon.common .slogan::before{
        content: "";
        width: 25px;
        height: 3px;
        background-color: #ddcb96;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%) rotate(16deg);
        opacity: 0;
    }
    .mainVisual .slideCon.common.slick-active .slogan::before{
        animation: fadeIn 1s 0.75s forwards;
    }
    .mainVisual .slideCon .text .slogan .big {
        font-size: 25px;
        padding:0;
        margin-bottom:1.5%;
        color:#d0c090;
    }
    .mainVisual .slideCon .text .slogan .big:nth-last-child(1){
        margin-bottom:0;
    }
    .mainVisual .slideCon .text .slogan .big_s {font-size: 30px;}
    .mainVisual .slideCon .text .explain .con {
        color:#fff;
        font-family: 'LibreBaskerville-b';
        margin: 0 auto;
        font-size: 50px;
        padding: 0px 17%;
    }
    .mainVisual .slideCon .text .explain::before {
        display:none;
    }
    .mainVisual .slideCon.common .text .explain{
        margin:0;
        margin-bottom:15%;
        animation-delay: 0s;
    }

    .mainVisual .slideCon .text .explain .explain_top .con {font-size: 28px;}
    .mainVisual .slideCon .text .explain .explain_bottom .con {font-size: 14px;}

    .mainVisual .slideCon_01 .image{
        background: url(../images/mainVisual_img01_m.jpg) center center / cover no-repeat;
    }
    .mainVisual .slideCon_02 .image{
        background: url(../images/mainVisual_img02_m.jpg) center center / cover no-repeat;
    }
    .mainVisual .slideCon_03 .image{
        background: url(../images/mainVisual_img03_m.jpg) center center / cover no-repeat;
    }
    .mainVisual .slideCon_04 .image{
        background: url(../images/mainVisual_img04_m.jpg) center center / cover no-repeat;
    }

    /* -----------------controller-----------------*/
    .mainVisual .controllTower {
        width: 100%;
        bottom: 2.5%;
    }
    .mainVisual .pagingInfo{
        width: auto;
        padding: 0 5%;
    }
    .mainVisual .controllTower .navi_wrap .navi_list {
        min-width: 60px;
    }
    
    /* mainContent */

    .mainContent .intro .content {
        width: 100%;
        padding: 5%;
    }

    .mainContent .intro .content .text li .con {font-size: 20px;}
    .mainContent .intro .content .text li p {font-size: 14px;}

    .mainContent .premium {padding: 20% 5% 25% 5%;}
    .mainContent .premium .content > .image {
        position: unset;
        width: 70%;
    }
    .mainContent .premium .content .slideCon {flex-direction: column-reverse; margin-top: 30px;}
    .mainContent .premium .content .slideCon .text {
        position: initial;
        text-align: right;
    }
    .mainContent .premium .content .slideCon {}
    .mainContent .premium .content .slideCon .image {
        width: 70%;
        margin: 0 auto;
        transform: translateX(0);
        position: inherit; 
    }
    .mainContent .premium .content .slideCon .text {
        left: 0;
        position: inherit;
    }
    .mainContent .premium .controllTower {right: 0px; left: auto; bottom: -40px;}
    .mainContent .premium .controllTower .navi_wrap .navi_list:last-child {margin-right: 0;}

    .mainContent .premium .content .slideCon .text .text_num {font-size: 38px;}
    .mainContent .premium .content .slideCon .text .text_title {font-size: 30px;}
    .mainContent .premium .content .slideCon .text .text_explain {font-size: 14px;}
    /* location */
    .location {padding: 8% 5%;}
    .location .content .text {margin-bottom: 40px;}
    .location .content .text .title {font-size: 46px;}
    .location .content .text .con1 {
        font-size: 18px;
        line-height: 24px;
    }
    .location .content .text .con2 {
        font-size: 32px;
        line-height: 38px;
    }

    /* contact us */
    .contact {padding: 15% 5%;}
    .contact .content .text {margin-bottom: 10%;}
    .contact .content .text .title {font-size: 46px; margin-bottom: 5%;}
	.contact .content .text .ico {width:40px; margin-right:10px; margin-top:2px;}
    

}
@media (max-width:650px){
    .mainVisual .slideCon_only .text .slogan{
        font-size: 16px;
    }

    .mainVisual .slideCon .text .slogan .big {font-size: 25px;}
    .mainVisual .slideCon .text .slogan .big_s {font-size: 26px;}
    .mainVisual .slideCon .text .explain .con {font-size: 50px;}
    .mainVisual .slideCon .text .explain::before {
        width: 23px;
    }

    .mainVisual .slideCon .text .explain .explain_top .con {font-size: 24px;}
    .mainVisual .slideCon .text .explain .explain_bottom .con {font-size: 12px;}
    .mainVisual .slideCon_01 .text .explain .con:nth-child(2),
    .mainVisual .slideCon_02 .text .explain .con:nth-child(2) {font-size: 34px;}

    .mainContent .intro {height: 240px;}
    .mainContent .intro .content .list {width: 40%; margin-right: 10px;}
    .mainContent .intro .content .text {width: 55%;}
    .mainContent .intro .content .text li p {font-size: 12px;}



    .location .content .text {margin-bottom: 10px; padding: 25px 0;}
    .location .content .text .title {font-size: 38px;}
    .location .content .text .con1 {font-size: 18px; line-height: 22px; margin-top: 15px;}
    .location .content .text .con2 {font-size: 24px; line-height: 32px; line-height: 28px;}

    .contact .content .text .title {font-size: 36px;}
    .contact .content .text .con {font-size: 32px;}
	.contact .content .text .ico {width: 28px; margin-top:0;}
    
}

@media (max-width:450px){
    .mainVisual .slideCon .text_list {width: 260px;}
    .mainVisual .slideCon .list_con {width: 260px;}
	.mainVisual .slideCon .text .slogan .big {font-size: 22px;}
    .mainVisual .slideCon .text .explain .con{
        font-size: 40px;
    }
    
    .mainContent .premium .content .slider_small .slick-list.draggable {width: 100%;}
    .mainContent .premium .content .slider_small .slideCon .title_con {font-size: 18px;}
    .mainContent .premium .content .slider_small .slideCon .explain .explain_con {font-size: 12px;}
    .mainContent .premium .content .slider_small .slideCon {height: 260px;}

    .contact .content .text .title {font-size: 32px;}
    .contact .content .text .con {font-size: 26px;}
    .contact .content .text .ico {width:26px; }

    
}
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .have_background_fix{
        background-attachment: scroll !important;
    }
}

