@charset "utf-8";

/* gamja-flower-regular - latin */
@font-face {
    font-family: 'Gamja Flower';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/gamja-flower-v5-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Gamja Flower Regular'), local('GamjaFlower-Regular'),
        url('../fonts/gamja-flower-v5-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/gamja-flower-v5-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/gamja-flower-v5-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/gamja-flower-v5-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/gamja-flower-v5-latin-regular.svg#GamjaFlower') format('svg');
    /* Legacy iOS */
}

/* 공통요소 */

.sr-only {
    position: absolute;
    left: -9999px;
}


header > nav {
    position: fixed;
    right: 5px;
    top: 45%;
}


header > nav > ul > li {
    margin-bottom: 10px;
}

header > nav > ul > li > a {
    display: block;
    text-align: right;
    font-weight: 400;
    line-height: 25px;
    margin-right: 30px;
    font-size: 10px;
    /* width:10px; */
    /* height:10px; */
    /* margin-left:5px; */
    /* text-indent:-9999px; */
    /* background-color:rgba(0,0,0,0.85); */
    /* border-radius:12px; */
}


header > nav > ul > li.on > a {
    color: #fff;
    /* width:12px; */
    /* height:12px; */
    /* margin-left:2px; */
    /* background:none; */
    /* border:2px solid white; */
    /* border-radius:7px; */

}

header > .ro {
    position: fixed;
    right: 0;
    top: 48%;
}


header > .ro > ul > li > a {
    display: block;
    /* text-align:right; */
    /* font-weight:400; */
    /* line-height:25px; */
    /* margin-right:30px; */
    /* font-size:10px; */
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 12px;
}


header > .ro > ul > li.on > a {
    /* color:#fff; */
    width: 12px;
    height: 12px;
    margin-left: 2px;
    background: none;
    border: 2px solid white;
    border-radius: 7px;

}

/* 컨텐츠 영역 */


section > .cont2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 90vh;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* background-size: 100% 100%; */
}

section > .cont1 {

    overflow: hidden;
    width: 100%;
    height: 100vh;
}


.qp {
    overflow: hidden;
    z-index: 999999999;
    position: absolute;
    left: 51.5%;
    top: 50%;
    background-image: url(../images/slogan.png);
    width: 829px;
    height: 230px;
    transform: translate(-50%, -50%);

}

#slides {
    position: relative;
    height: 100vh;
}

#slides > .slides_container {
    width: 100%;
    height: 100%;
}

#slides > .slides_container > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#slides > .slides_container > li:nth-child(1) {
    background-image: url(../sub02_2/image1.jpg);
}

#slides > .slides_container > li:nth-child(2) {
    background-image: url(../sub02_2/image2.jpg);
}

#slides > .slides_container > li:nth-child(3) {
    background-image: url(../sub02_2/image3.jpg);
}

#slides > .slides_container > li:nth-child(4) {
    background-image: url(../sub02_2/image4.jpg);
}

#slides > .slides_container > li:nth-child(5) {
    background-image: url(../sub02_2/image5.jpg);
}

#slides > .slides_container > li:nth-child(6) {
    background-image: url(../sub02_2/image6.jpg);
}

#slides > .slides_container > li:nth-child(7) {
    background-image: url(../sub02_2/image7.jpg);
}

#slides > .slides_container > li:nth-child(8) {
    background-image: url(../sub02_2/image8.jpg);
}

#slides > .slides_container > li:nth-child(9) {
    background-image: url(../sub02_2/image9.jpg);
}

#slides > .slides_container > li:nth-child(10) {
    background-image: url(../sub02_2/image10.jpg);
}

#slides > .slides_container > li:nth-child(11) {
    background-image: url(../sub02_2/image11.jpg);
}

#slides > .slides_container > li:nth-child(12) {
    background-image: url(../sub02_2/image12.jpg);
}
#slides > .slides_container > li:nth-child(13) {
    background-image: url(../sub02_2/image13.jpg);
}
#slides > .slides_container > li:nth-child(14) {
    background-image: url(../sub02_2/image14.jpg);
}

 #slides > .slides_container > li > .main_txt {
        position: absolute;
        top: 50%;
        right: 0;
        width: 50%;
        margin-top: -203px; }


 #slides > .slides_pagination {
	 list-style: none;
    display: flex;
    position: absolute;
    left: 46%;
    bottom: 20px;
    width: 105px;
    height: 16px;
    margin-left: -38px;
    z-index: 999; }
   #slides > .slides_pagination > li {
      width: 5px;
      height: 5px;
      margin-right: 15px; }
    #slides > .slides_pagination > li:last-child {
        margin-right: 0; }
    #slides > .slides_pagination > li > a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
		border:3px solid #626262;
        border-radius: 10px;
        transition: all 0.2s; }
    #slides > .slides_pagination > li.on > a {
        width: 7px;
        height: 7px;
        margin: -3px auto 0;
        border: 3px solid #6dc234;
        border-radius: 11px;
        background-color: transparent; }
 #slides > .slides_navigation {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
	opacity:0.6;
	
 }
	
#slides > .slides_next {
	transform: translate(-50%, -50%);
	top:50%;
    right: 0px;
	z-index:99999;
	width:50px;
	height:50px;
    margin-top:-26px;
}

#slides > .slides_next:hover {
	opacity:1;
}	

#slides > .slides_prev {
	transform: translate(-50%, -50%);
	top:50%;
    right: 0;
	z-index:99999;
	width:50px;
	height:50px;
    margin-top:26px;
	}

#slides > .slides_prev:hover {
	opacity:1;
}

	

	#css_tabs {
    font-family:'nanumgothic', '나눔고딕', 'malgun gothic', '맑은 고딕', 'dotum', '돋움', sans-serif;
	font-size:12px;
	padding-top:20px;
	width:1000px;
	margin:0 auto;
	z-index:9999999999999;
}
/* 탭 선택 시 표시할 요소(div) 정의(1번 탭 선택 시 첫 번째 div 요소 표시) */
#css_tabs input:nth-of-type(1), #css_tabs input:nth-of-type(1) ~ div:nth-of-type(1), #css_tabs input:nth-of-type(2), #css_tabs input:nth-of-type(2) ~ div:nth-of-type(2), #css_tabs input:nth-of-type(3), #css_tabs input:nth-of-type(3) ~ div:nth-of-type(3) {
    display:none
}
#css_tabs input:nth-of-type(1):checked ~ div:nth-of-type(1), #css_tabs input:nth-of-type(2):checked ~ div:nth-of-type(2), #css_tabs input:nth-of-type(3):checked ~ div:nth-of-type(3) {
    display:block
}
/* 라벨 기본 스타일 지정 */
#css_tabs > label {
    display:inline-block;
    font-variant:small-caps;
    font-size:.9em;
    padding:5px;
    text-align:center;
    width:20%;
    line-height:1.8em;
    font-weight:700;
    
    background:#fff;
    color:#777;
    border:1px solid #ccc;
    border-width:1px 1px 0
}
#css_tabs > label:hover {
    cursor:pointer
}
#css_tabs label[for=tab1] {
    margin-left:0%;
}
/* 선택된 라벨, 커서를 올린 라벨 스타일 지정 */
#css_tabs input:nth-of-type(1):checked ~ label:nth-of-type(1), #css_tabs > label[for=tab1]:hover {
    background:#3F3F3F;
    color:#fff
}
#css_tabs input:nth-of-type(2):checked ~ label:nth-of-type(2), #css_tabs > label[for=tab2]:hover {
    background:#3F3F3F;
    color:#fff
}
#css_tabs input:nth-of-type(3):checked ~ label:nth-of-type(3), #css_tabs > label[for=tab3]:hover {
    background:#3F3F3F;
    color:#fff
}
/* 실제 내용이 담긴 div 요소 스타일 지정 */
#css_tabs .tab1_content, #css_tabs .tab2_content, #css_tabs .tab3_content {
    padding:0px;
    border:0px solid #ddd;
    width:100%;
    
}

.m_data{display: none;}

.m_main{display: none;}
@media (max-width:1024px) {
    #slides > .slides_prev {top:auto;transform: none;bottom:0;right:52px;}
    #slides > .slides_next {top:auto;transform: none;bottom:0;right:0px;}
}

@media (max-width:450px) {
    section>.cont1{height:45vh !important;display: none;}
    section>.cont1 #slides{height:45vh !important;}
    #size1{box-sizing: border-box;padding:0 20px;}
    
    .m_main{display: block;height:250px;position: relative;}
    .m_main .main_in{width:100%;height:100%;background: url(../sub02_2/image5.jpg)no-repeat 50% 50%; background-size: cover;}
    .m_main .main_in img{position: absolute;left:50%;top:60%;transform: translate(-50%,-50%);width:300px;display: block;}
    
    .m_data{display: block;}
    .m_data .data_in{padding:40px 20px;}
    .m_data .data_in img{display: block;width:100%;}
    .m_data .data_in img.img_b{margin-bottom:20px;}
    .m_data .data_in .pri{margin:20px 0;}
    .m_data .data_in .pri h2{font-size:20px;line-height:26px;margin-bottom:10px;}
    .m_data .data_in .pri .re{border:1px solid #000;display: inline-block;margin:20px 0 10px;}
    .m_data .data_in .pri .re a{display: block;padding:10px 20px;color:#000;transition: all .3s ease-in-out;}
    .m_data .data_in .pri .re:hover{border:1px solid #f2c121;}
    .m_data .data_in .pri .re:hover a{display: block;padding:10px 20px;color:#000;background: #f2c121;color:#fff;}
    .m_data .data_in .pri #room_des h1{display: none;}
    .m_data .data_in .pri #room_des .room_data{padding: 0;margin: 0;margin;}
    .m_data .data_in .pri #room_des .room_data li{display: block;overflow: hidden;margin-bottom:8px;}
    .m_data .data_in .pri #room_des .room_data li > div{padding: 0;margin: 0;}
    .m_data .data_in .pri #room_des .room_data li .tit{font-size:14px;line-height:20px;}
    
    .m_data .data_in .pri #room_des .room_data li .data{padding-left:10px;line-height:20px;}
    .m_data .data_in .pri #room_des .room_data li:nth-child(3) .data{line-height:16px;padding:5px 10px;}
    .m_data .data_in .pri #room_des .room_data li .data p{display: inline-block;margin-right:5px}
    .m_data .data_in .pri #room_des .room_data li .data table{display: none;}
    
    .m_data .data_in .pri #room_daily_price2{margin-top:20px;}
    .m_data .data_in .pri #room_daily_price2 .week_date p{padding: 0;font-size:13px;line-height:33px;}
    .m_data .data_in .pri #room_daily_price2 .room_rprice{padding: 0;}
}

@media (max-width:350px) {
    .m_data .data_in .pri #room_des .room_data li .data{letter-spacing: -.3px;}
    .m_data .data_in .pri #room_des .room_data li:nth-child(1) .data{line-height:16px;padding:5px 10px;}
    .m_data .data_in img.img_b{margin-bottom:10px;}
}