html,
body {
    height: 100%;
    position: relative;
}

html {
    overflow-x: hidden;
}

a {
    color: #000;
}

@media(min-width:1430px) {
    .container {
        width: 1170px;
    }
}

@media(max-width:1429px) {
    .container {
        width: auto;
    }
}


/* layout */

/* #header 상단 시작 */
/* #header {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 97px;
    transition: .5s height, .2s background;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
 

} */
/*header*/
header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
    z-index: 10;

    transition: .4s;
}

header .nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    height: 100px;
	background:rgba(15,20,72,0.3);
	background:rgba(255,255,255,1);
	border-bottom: 1px #d5d5d5 solid;
    border-bottom: 0px rgba(255, 255, 255, 0.2) solid;
}
header.sub .nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    height: 100px;
	background:rgba(255,255,255,1);
	border-bottom: 1px #d5d5d5 solid;
	
    box-shadow: 5px 5px 5px rgb(0, 0, 0 ,0.1);
}

header .nav_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100px;
	width:1600px; margin:0px auto;
}


header .nav h1 {
    width: 22%;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}
header .nav .gnb {
    width: 65%;
}
header .nav .side {
    width: 13%;
}
header .nav .side .wrap {
    margin-left: auto;

}
header .nav .side .wrap a {
    border: 1px rgba(255, 255, 255, 0.5) solid;
    color: #fff;
    background: transparent;
    font-size:12px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight:400;
    border-radius: 3em;
    padding-left: 16px;
    padding-right: 16px;
	margin-left:10px;
}




header .nav .side .wrap a {
    border: 1px #ddd solid;
    color: #fff;
    background: transparent;
    box-shadow: 2px 2px 2px 2px rgb(238, 238, 238 ,0);
    font-size:12px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight:500;
    border-radius: 3em;
    padding-left: 16px;
    padding-right: 16px;
}




header.sub .nav .side .wrap a {
    border: 1px #ddd solid;
    color: #000;
    background: transparent;
    box-shadow: 2px 2px 2px 2px rgb(238, 238, 238 ,0.5);
    font-size:12px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight:500;
    border-radius: 3em;
    padding-left: 16px;
    padding-right: 16px;
}




header .nav h1 a {
    background: url('../../../../img/top_logo.png') 0 0% no-repeat;
    overflow: hidden;
    display: block;
    height: 56px;
    text-indent: -9999px;
    background-size: contain;
    /* background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    display: block;
    width: 135px;
    height: 19px;
    text-indent: -9999px; */
}


header.sub .nav h1 a {
    background: url('../../../../img/top_logo.png') 0 0% no-repeat;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    background-size: contain;
    /* background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    display: block;
    width: 135px;
    height: 19px;
    text-indent: -9999px; */
}


header .nav .depth01 {
    /*display: flex;*/
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    overflow: hidden;

}

header .nav .depth01>li {
    height: 100%;
    position: relative;
	float:left;
}

header .nav .depth01>li:last-of-type {
    margin-right: 0;
}

header .nav .depth01>li>a {
    padding: 0 35px;
    opacity: 1;
    height: 100%;
    display: flex;
    align-items: center;
    transition: .4s;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size:16px;
	letter-spacing:-0.05em;
}

header.sub .nav .depth01>li>a {
    padding: 0 35px;
    color: #333;
    opacity: 1;
    height: 100%;
    display: flex;
    align-items: center;
    transition: .4s;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size:16px;
	letter-spacing:-0.05em;
}
header .nav .depth01>li>a::after,
header .nav .depth01>li>a::after {
    content: '';
    width: 100%;
    display: block;
    left: 0;
    bottom: -38px;
    height: 2px;
    position: absolute;
    transition: .3s;
    background: transparent;
}

header .nav .depth01>li>a:hover::after,
header .nav .depth01>li>a:hover::after {
    background: #fff;
}

header .nav .depth01>li:hover>a {
    opacity: 1;
    text-decoration: none;
}

header .nav .depth02 {
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: .4s;
    padding-top: 55px;
	
}

header .nav .depth02:before {
    position: absolute;
    width: 100%;
    height:1px;
	background:#ccc;
	
}

header .nav .depth02>li {}

header .nav .depth02>li a {
    color: #000;
    display: block;
    padding: 5px 0;
    transition: .4s;
    font-size:14px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
	letter-spacing:-0.05em;
    
}

header .nav .depth02>li a span {
    border-bottom: 1px solid transparent;
}

header .nav .depth02>li a:hover span {
    border-bottom: 1px solid #1d2c4a;
}
header .nav .depth02>li a:hover {
    text-decoration: none;
}

.gnb-bg {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 100%);
    height: 0;
    background: rgba(255, 255, 255, 1);
	background:#f9f9f9;
    transition: .3s;
}


/*main header*/
/*header 마우스오버 후*/
@media(min-width:992px){  
.header.down {
    background: rgba(255, 255, 255, 0);
}
.header.down .nav {
    border-bottom: 1px #d5d5d5 solid;
}
.header.down .depth01>li>a {
    color: #1d2c4a;
    opacity: 1 !important;
}

.header.down .depth02>li a {}

.header.down .depth01>li:hover>a::after {
    background: #1d2c4a;
}

.header.down .gnb-bg {
    height: 350px;
	border-bottom:1px solid #ddd;
	margin-top:0px;
}

.header.down .depth02 {
    opacity: 1;
}

.header.down .depth01 {
    overflow: visible;
}

.header.down .nav h1 a {
    background: url('../../../../img/top_logo.png') 0 0% no-repeat;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    background-size: contain;
}

}

/* head 마감 */

/* sticky */



.header.sticky {
    position: fixed !important;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    /*border-bottom: 1px #eee solid !important;*/
    z-index: 99999999999999;
    transition: .4s;
}


.header.sticky h1 a {
    overflow: hidden;
    display: block;
    background: url('../../img/logo2.png') 0 100% no-repeat;
    text-indent: -9999px;
    background: url('../../../../img/top_logo.png') 0 0% no-repeat;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    background-size: contain;
}

.header.sticky .nav {

    /*box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);*/
}

.header.sticky .nav .depth01>li>a {
    color: #000;
    font-size:16px;
    font-weight:500;
}

.header.sticky .nav .depth01>li>a::after,
.header.sticky .nav .depth01>li>a::after {
    bottom: -38px;
    height: 2px;
}
/*
.header.sticky .nav .depth02 {
    padding-top: 30px;
}
*/

.header.down .nav .side .wrap a,
.header.sticky .nav .side .wrap a {
    border: 1px #ddd solid;
    color: #000;
    background: transparent;
    box-shadow: 2px 2px 2px 2px rgb(238, 238, 238 ,0.5);
    font-size:12px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight:500;
    border-radius: 3em;
    padding-left: 16px;
    padding-right: 16px;
}




.header.down .nav {
/*
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    height: 100px;
*/
	background:rgba(255,255,255,1);
}


.header.down .nav h1 a {
    background: url('../../../../img/top_logo.png') 0 0% no-repeat;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    background-size: contain;
}

.header.sticky .nav {
/*
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    height: 70px;
*/
	background:rgba(255,255,255,1);
}
.header.down .nav-bar .nav_wrap span {
    background: #333;
}
/*


*/



#ctt_con .roomres { background:#104c00; color:#fff; font-size:13pt; padding:15px 40px; float:right;}
#ctt_con .roominfo { font-size:12pt; }
#ctt_con .roomtable { clear:both; }
#ctt_con .roomtable td { padding:20px;width:30%;  }
#ctt_con .roomtable .tdh { background:#f9f9f9; width:20%;  }
#ctt_con .roomtable .tdh1 { background:#f9f9f9; }
#ctt_con .roomprice { clear:both; }
#ctt_con .roomprice td { padding:20px;  }
#ctt_con .roomprice .tdh { background:#f9f9f9; width:20%;  }
#ctt_con .roomprice .tdh1 { background:#f9f9f9; }
#ctt_con .roomitem ul { display:flex; }
#ctt_con .roomitem li {  float:left; margin:20px;}
#ctt_con .roomitem img { width:40px;  }
#ctt_con .roomservice ul { display:flex; }
#ctt_con .roomservice li {  float:left; width:25%; text-align:center; font-size:12pt; color:#000;}
#ctt_con .roomservice .img { margin-bottom:20px; display:inline-block; background:#f6f3e2; padding:30px; border-radius:50%; }
#ctt_con .roomservice img { width:90px;  }
#ctt_con .roomdiv { margin-top:30px; float:left; width:100%;}
#ctt_con .roomh4 { display:block; font-size:17pt; color:#104c00;font-weight:600; margin-top:40px;  width:100%; clear:both; margin-bottom:20px; }
#ctt_con .roomh5 { display:block; font-size:14pt; color:#0e6e25;font-weight:600; margin-top:20px; margin-left:20px;  width:100%; clear:both; margin-bottom:20px; }
#ctt_con .roomtxt { margin-left:30px; }
@media(max-width:991px){  
#ctt_con .roominfo { display:block; float:left; width:100%; font-size:12pt; }
#ctt_con .roomres { clear:both; background:#104c00; color:#fff; font-size:13pt; padding:15px 40px; float:right; margin-top:20px;}
#ctt_con .roomtable td { padding:20px;display:inline-block; width:50%; border:0px; border-bottom:1px solid #ecf0f1;}
#ctt_con .roomtable .tdh { display:inline-block; width:50%; border-right:1px solid #ecf0f1; }
#ctt_con .roomprice .tdh1 { padding:20px 10px; }
#ctt_con .mview h5 { font-size:14pt; font-weight:700; margin-bottom:15px;}
#ctt_con .mview table { margin-bottom:20px; }
#ctt_con .roomservice { width:100%; }
#ctt_con .roomservice li {  float:left;  width:31%; margin:1%;  margin-bottom:15px;text-align:center; font-size:12pt; color:#000; }
}
#ctt_con .facres { background:#104c00; color:#fff; font-size:13pt; padding:15px 40px; float:right;}
#ctt_con .facinfo { font-size:12pt; margin-top:30px; float:left; }
#ctt_con .factable { clear:both; }
#ctt_con .factable td { padding:20px;width:30%;  }
#ctt_con .factable .tdh { background:#f9f9f9; width:20%;  }
#ctt_con .facitem ul { display:flex; }
#ctt_con .facitem li {  float:left; margin:20px;}
#ctt_con .facitem img { width:40px;  }
#ctt_con .facservice ul { display:flex; }
#ctt_con .facservice li {  float:left; width:20%; text-align:center; font-size:12pt; color:#000;}
#ctt_con .facservice .img { margin-bottom:20px; display:inline-block; background:#f6f3e2; padding:30px; border-radius:50%; }
#ctt_con .facservice img { width:90px;  }
#ctt_con .facdiv { margin-top:30px; float:left; width:100%;}
#ctt_con .fach4 { display:block; font-size:15pt; color:#000; margin-top:40px;  width:100%; clear:both; margin-bottom:20px; }
#ctt_con .b0 { font-weight:bold; font-size:13pt;}
#ctt_con .b1 { font-weight:bold; font-size:12pt;}
#ctt_con .dl1 { width:50%; padding:0px 50px; }
#ctt_con .dl2 { width:50%; padding:0px 30px; border-left:1px solid #efefef; }
#ctt_con .dl3 { width:100%; padding:0px 50px; }
#ctt_con .dlbox {  display:flex; }
#ctt_con .dt { width:30%; }
#ctt_con .dd { width:70%; }
#ctt_con .dt2 { width:20%; }
#ctt_con .dd2 { width:80%; }
#ctt_con .mt30 { margin-top:30px; }
#ctt_con .dlwrap { width:100%; border:1px solid #efefef; padding:50px 0px; display:flex; }

@media(max-width:991px){  
#ctt_con .dlbox { }
#ctt_con .dl1 { width:100%; padding:0px 30px; }
#ctt_con .dl2 { clear:both; width:100%; padding:0px 30px; border-left:0px solid #efefef; margin-top:30px; }
#ctt_con .dlwrap { width:100%; border:1px solid #efefef; padding:50px 0px; display:block; }
#ctt_con .dt { width:30%; }
#ctt_con .dd { width:70%; }




}


/* header_hover */


/* sticky end */

/* 모바일 메뉴 */
header .nav-bar {
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 1000000;
    padding-right: 15px;
    display: none;

}

header .nav_wrap {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;


}

.nav-bar.off .nav_wrap span {
    background: #c0c0c0;
}


.nav-bar .nav_wrap span {
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 7px;
    background: #333;
    transition: 0.2s;

}

.nav-btn-active span:nth-of-type(1) {
    transform: translateY(9px) rotate(45deg);
    background: #000;
}

.nav-btn-active span:nth-of-type(2) {
    opacity: 0;
    background: #000;
}

.nav-btn-active span:nth-of-type(3) {
    transform: translateY(-9px)rotate(-45deg);
    background: #000;
}


.mobile-gnb {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    display: none;
    padding-top: 30px;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    background: rgb(255, 255, 255, 1);


}

.mobile-gnb h1 {
    overflow: hidden;
    display: block;
    /*background: url(../../img/common/logo.png) 0% 100% no-repeat;*/
    background: url('../../../../img/top_logo.png') 0 0% no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 13px;
    left: 15px;
    background-size: cover;
    overflow: hidden;
    display: block;
        height: 35px;
        width: 110px;

}

.mobile-gnb .line { 
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 70px;
    left: 0;
}

.gnb-menu {
    padding-top: 47px;
}

/* 추가 */
.gnb-menu .sidebar-menu {
    padding: 0;
    margin: 0;

}

.gnb-menu .sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0;


}

.gnb-menu .sidebar-menu>li>i {
    display: none;
}

.gnb-menu .sidebar-menu>li>a {
    padding: 20px 35px 20px 35px;
    display: block;
    border-left: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Noto Sans KR', 'Roboto', sans-serif;
    border: 0;
    border-bottom: 1px #eeeeee solid;
    /* border-color: rgba(255, 255, 255, 0.1); */
    transition: 0.6;
    /* border-bottom: 1px #f2f2f2 solid; */
}

.gnb-menu .sidebar-menu>li>a>.fa {
    width: 20px;
    /*    display: none;*/
    font-weight: 900;

}

.gnb-menu .sidebar-menu>li:hover>a,
.gnb-menu .sidebar-menu>li.active>a {
    color: #000;
    background-color: transparent;
}

.gnb-menu .sidebar-menu>li .label,
.gnb-menu .sidebar-menu>li .badge {
    margin-top: 3px;
    margin-right: 5px;
}


.gnb-menu .sidebar-menu li>a>.fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
    transition: 0.3s;
    color: #000;
    font-weight: 900;
    font-size: 13px;

}

.gnb-menu .sidebar-menu li>a:hover .fa-angle-right,
.gnb-menu .sidebar-menu li.active>a>.fa-angle-right {

    transform: rotate(90deg);
    color: #000;
}


.gnb-menu .sidebar-menu li.active>.sidebar-submenu {
    display: block;

}

.gnb-menu .sidebar-menu a {
    color: #b8c7ce;
    text-decoration: none;
}

.gnb-menu .sidebar-menu .sidebar-submenu {
    display: none;
    list-style: none;
    padding-left: 8px;
    margin: 0 1px;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #f4f4f4;
}

.gnb-menu .sidebar-menu .sidebar-submenu>li>a {
    padding: 18px 35px 18px 35px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    /*    color: hsla(240,6%,97%,.5); */
    color: #000;
    border-bottom: 1px #e2e2e2 solid;
}

.gnb-menu .sidebar-menu .sidebar-submenu>li:last-child>a {
    border: 0;
}

.gnb-menu .sidebar-menu .sidebar-submenu>li>a>.fa {
    width: 20px;
    display: none;
}



.gnb-menu .sidebar-menu .sidebar-submenu>li.active>a,
.gnb-menu .sidebar-menu .sidebar-submenu>li>a:hover {
    color: #000;
}

.bottom_wrap {
    margin-top: 30px;
    background: transparent;
}

.bottom_wrap li a {
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #000;
    padding-left: 0
}

.m-copy {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 19px;
    color: rgb(145, 145, 145);
    text-align: center;
}

@media(max-width:991px){  
header .nav_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 60px;
	margin:0px auto;
}

}
@media(max-width:991px) {
    .nav-bar {
        display: block !important;
    }

	
header.sub .nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
	background:rgba(255,255,255,1);
	border-bottom: 1px #d5d5d5 solid;
}
header.sub .nav-bar .nav_wrap span {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 7px;
  background: #333;
  transition: 0.2s;
  }

}

/* 모바일 메뉴 마감 */



/* 모바일 메뉴 */
.row-offcanvas {
    height: 100%;
}

.sidebar-offcanvas {
    display: none;
}

.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 15px;
    top: 20px;
    background-color: transparent;
    border: 0;
}

/* 모바일 메뉴 마감 */

/* #header 상단 마감 */


/* 인덱스 */
.hidden-text {
    position: absolute;
    z-index: 200;
}



/* 인덱스 마감 */
#index-wrap {
    margin-top: -80px; background:#fff; z-index:1; position:relative;
}






#index-wrap section.sec00 .box {
    display: flex;
	margin-top:100px;    border-radius: 2em;
}


#index-wrap section.sec00 .box .pop {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
	padding-top:0px;
    font-size: 18px;
    color: #909090;
    width: 35%;
    padding-left: 100px;
    transform:translateX(0%);
    transition: 1s;
    transition-delay: .4s;

}


#index-wrap section.sec00 .box .text {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
	padding-top:30px;
    font-size: 18px;
    color: #333;
    width: 35%;
    padding-left: 0px;
    transform:translateX(0%);
    transition: 1s;
    transition-delay: .4s;
	background:#f6ecf2;
	border-radius:0;

}


#index-wrap section.sec00 .box .image {
    width: 30%;
    transition: 1s;
    transition-delay: .2s;
    /*transform:translateY(-15%);*/
    border-radius:0;
}


#index-wrap section.sec00 .box .image img {
    width: 100%;
    border-radius: 0;
}






#index-wrap section.sec01 .box {
    display: flex;
}

#index-wrap section.sec01 .box .text {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
	padding-top:30px;
    font-size: 18px;
    color: #909090;
    width: 40%;
    padding-left: 100px;
    transform:translateX(-15%);
    transition: 1s;
    transition-delay: .4s;

}


#index-wrap section.sec01 .box .image {
    width: 60%;
    transition: 1s;
    transition-delay: .2s;
    transform:translateY(-15%);
    border-radius: 2em;
}

#index-wrap section.sec01 .box .image img {
    width: 100%;
    border-radius: 2em;
}

#index-wrap section.sec01 .box .text h1 {
    font-size: 52px;
    font-family: 'Titillium Web', 'Noto Sans KR', sans-serif !important;
    font-weight: 600;
    padding-bottom: 20px;
    color: #000;
}

#index-wrap section.sec01 .box .text h1::before {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 0;
}

#index-wrap section.sec01 .box .text ul {
    /*display: flex;*/
    margin-top: 40px;

}
#index-wrap section.sec01 .box .text ul li {
    /*display: flex;*/
    float:left;
	margin-top:10px;

}

#index-wrap section.sec01 .box .text ul li a {
    font-size: 16px;
    color: #2c2c2c;
    background: #f7f7f7;
    border-radius: 3em;
    padding: 12px 32px;
    display: inline-block;
    margin-right: 12px;


}

#index-wrap section.sec01 .box .text .btn_wrap {
    margin-top: 50px;
    padding-left: 6px;
}

#index-wrap section.sec01 .box .text .btn_wrap a {
    font-size: 16px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 600;
    display:inline-block;
     position: relative;
}
/* #index-wrap section.sec01 .box .text .btn_wrap a::before {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    content: '';
    margin-top: 26px;
    transition: .6s;


}

#index-wrap section.sec01 .box .text .btn_wrap a:hover::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 26px;
} */
#index-wrap section.sec01 .box .text .btn_wrap a {
    text-decoration: none;
    color: #000;
}
#index-wrap section.sec01 .box .text .btn_wrap a i {
    transition: .4s;
    padding-left: 12px;
    font-size:13px;
}
#index-wrap section.sec01 .box .text .btn_wrap a:hover i {
    padding-left: 18px;
}
#index-wrap section.sec01 .box.box01 {
    margin-top: 120px;
}
#index-wrap section.sec01 .box.box02 {
    flex-direction: row-reverse;
    margin-top: 120px;
     position: relative;
}

#index-wrap section.sec01 .box.box02 .text {
    padding-right: 100px;
    padding-left: 40px;
}

#index-wrap section.sec01 .box.box02 .text ul li a {
    font-size: 13px;
    color: #020202;
    font-weight: 600;
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 3em;
    padding: 12px 17px;
    display: inline-block;
    margin-right: 12px;


}

#index-wrap section.sec01 .box.box02 .text ul li a:focus,
#index-wrap section.sec01 .box.box02 .text ul li a:hover,
#index-wrap section.sec01 .box.box02 .text ul li a.active {
    background: #ebebeb;
    border: 1px #ebebeb solid;
    text-decoration: none;
}

#index-wrap section.sec01 .box.box02 .text ul li a:hover {}
.video-wrapper {
    position: relative;
    }
    .video-wrapper iframe {

        width: 826px;
        height: 465px;
        border: 0;
    }
.slider03 .slick-prev,
.slider03 .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99999999999999;
}

.slider03 .slick-next:before {
    font-family: FontAwesome;
    content: "\f105";

}
.slider03 .slick-prev:before

{
    font-family: FontAwesome;
    content: "\f104";
  
}
.slider03 .slick-next:before,
.slider03 .slick-prev:before {
    font-size: 38px;
    line-height: 1;

    opacity: .75; 
    color: #333333 !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(255, 255, 255, 0.7);
    /* border: 1px rgba(255, 255, 255, .9) solid; */
    padding: 20px 25px;
    border-radius: .3em;

}
.slider03 .slick-prev
{
    left: 22px;
}
.slider03 .slick-next
{
    right: 68px;
}

#index-wrap section.sec02 {
    margin-top: 150px;
    background-size: cover;
    height: 40vmin;
    display: flex;
    align-items: center;
}

#index-wrap section.sec02 h1 {
    color: #fff;
    font-weight: 900;
    line-height: 58px;
    font-size: 28px;
    transform:translateY(20%);
    transition: 1s;
    transition-delay: .2s;
}

#index-wrap section.sec02 p {
    margin-top: 30px;
    color: rgba(255, 255, 255,1);
    transform:translateY(20%);
    transition: 1s;
    transition-delay: .4s;
}

#index-wrap section.sec02 .btn_wrap {
    margin-top: 30px;
    transform:translateY(20%);
    transition: 1s;
    transition-delay: .6s;
}

#index-wrap section.sec02 .btn_wrap a {
    font-size: 16px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: inline-block;

}

#index-wrap section.sec02 .btn_wrap a i {
    margin-left: 20px;
}

#index-wrap section.sec02 .btn_wrap a::before {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    content: '';
    margin-top: 32px;
    transition: .6s;


}

#index-wrap section.sec02 .btn_wrap a:hover::before {
    width: 100%;
}

#index-wrap section.sec02 .btn_wrap a:hover {
    text-decoration: none;
}

#index-wrap section.sec03 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f9f9f9;
}

#index-wrap section.sec03 .flex {
    display: flex;
}

#index-wrap section.sec03 .title {
    display: flex;
    border-bottom: 2px #000 solid;
    padding-bottom: 16px;
    margin-bottom: 26px;
    align-items: center;
}

#index-wrap section.sec03 .title h2 a {
    font-size: 34px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

#index-wrap section.sec03 .title a {
    margin-left: auto;
}
#index-wrap section.sec03 .title a:hover {
    text-decoration: none;
    color: #000;
}
#index-wrap section.sec03 .title a i {
    font-size: 32px;
    font-weight: 600;
    transition: .4s;
    display:block;
}
#index-wrap section.sec03 .title a:hover i {
    transform: rotate(180deg);
    color: #000;
    text-decoration: none;

}
#index-wrap section.sec03 .wrap.notice {
    width: 50%;
    margin-right: 50px;
    transform:translateY(20%);
    opacity: 0;
    transition: 1s;
    transition-delay: .2s;
}

#index-wrap section.sec03 .wrap.gallery {
    width: 50%;
    margin-left: 50px;
    transform:translateY(20%);
    opacity: 0;
    transition: 1s;
    transition-delay: .2s;
}

#index-wrap section.sec03 .wrap.gallery .title {
    border: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}






#main_room .room_img { height:360px;  }
#main_room .tit-inner { color:#fff; }
#daum_map .root_daum_roughmap { width:48%; float:left; border-bottom:1px solid #ddd; }
#maptrace { width:48%; float:right; }
#daum_map .wrap_map { height:600px; }
.mview { display:none; }
.pview { display:block; }
.btn_info { background:#333; color:#fff; padding:10px 15px; float:right; }
#main_room .room_info .price { color:#fff; font-size:16pt; font-weight:900; text-shadow: 2px 2px 2px rgb(0, 0, 0 ,0); line-height:200%;}
#main_room .room_info { margin-top:-132px; color:#fff; font-size:13pt; background:rgba(0,0,0,0.4); padding:20px 30px; }
@media(max-width:991px) {
.mview { display:block; }
.pview { display:none; }
#main_room .room_search_wrap { width:100%; }
#main_room .room_img { height:300px;  }
#daum_map .wrap_map { height:300px; }
#daum_map .root_daum_roughmap { width:100%; float:left; border-bottom:1px solid #ddd; }
#maptrace { width:100%; float:right; margin-top:30px; }
.btn_info { background:#333; color:#fff; padding:10px 15px; float:left;  clear:both; margin-top:20px; margin-bottom:20px; }
.contact_address { clear:both; width:100%; float:left; }
}




/*  sub layout */
/* 서브비주얼 */

@keyframes zoom {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand');
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    }
}

.s_visual_wrap {
    position: relative;
    /*            min-width: 1100px;*/
    /* overflow: hidden; */
    /* z-index: 2; */
}

.s_visual_wrap .slide {
    position: relative;
    height: 120px;
    overflow: hidden;
    top: 0;
    /*            min-width: 1100px;*/
}

.s_visual_wrap .slide ul {
    padding: 0;
    margin: 0;
    margin-top: -100px;
    padding-top: -100px;
    top: -100px;
}

.s_visual_wrap .slide li {
    height: 320px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    /*
-webkit-animation: zoom 20s ease-in-out infinite alternate;
-moz-animation: zoom 20s ease-in-out infinite alternate;
-o-animation: zoom 20s ease-in-out infinite alternate;
-ms-animation: zoom 20s ease-in-out infinite alternate;
*/

    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;

    padding: 0;
    margin: 0;
    top: 0;
}

.s_visual_wrap .slide .content {
    top: 45%;
    position: relative;
    z-index: 1;
    text-align: left;
    /*
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    */
}

.s_visual_wrap .slide .content h1 {
    font-size: 56px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #fff;
    /*        padding-bottom: 0;*/
    margin-bottom: 0px;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    /* font-family: 'Poppins', 'Montserrat', 'NotoSans', sans-serif; */
    /* font-family: 'Titillium Web', sans-serif !important; */
    /* font-family: 'Josefin Sans', sans-serif !important; */
    font-family: 'Poppins', 'Noto Sans KR', sans-serif !important;
}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    margin-top: 4px;
}



.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/* 서브비주얼 마감 */


/*  서브 레이아웃 */
#sub_content {
    margin-top: 60px;
    position: relative;

}

#sub_content .page-header {
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    overflow: hidden;


}

#sub_content .container .page-header {
    padding-left: 0;
    
}

#sub_content .page-header h1 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    /* margin-bottom: 30px; */
    padding: 0;
    position: relative;
    display: inline-block;
    letter-spacing:-0.07em;


}

#sub_content .page-header h1::before {
    position: absolute;
    width: 34%;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 0px;
}

@keyframes slide-up {
    from {
        transform: translateY(100%);
    }
}

.page-header h1 {
    animation: slide-up .75s ease-out;
}

/*  서브 레이아웃 마감 */


/* footer */

footer {
    /*    margin-top: 30px;*/
    background-color: #1c1c1c;
    padding: 0;
    padding-bottom: 60px;
    padding-top: 70px;
}

footer.sub {
    margin-top: 80px;
}

footer .flex {
    display: flex;
}

footer .flex .left {
    width: 70%;
}

footer .flex .right {
    width: 30%;
    justify-content: flex-end;
    display: flex;
}

footer .flex .right .box {
    color: #ababab;
    font-size: 15px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
}

footer .flex .right .box h2 {
    font-size: 17px;
    color: rgb(228, 228, 228);
    padding-bottom: 8px;
}

footer .flex .right .box h1 {
    position: relative;
    text-decoration: none;
}

footer .flex .right .box h1 a {
    font-size: 34px;
    color: #fff;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    text-decoration: none;


}

footer .flex .right .box h1 a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #fbff02;
    transition: all .3s;
}

footer .flex .right .box h1 a:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}
footer .flex .right .select-box { 
    margin-top: 20px;
}
footer .flex .right .select-box .nice-select {
    background-color: #131313;
    border: 0;
    color: #575757;
}
footer .flex .right .select-box .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 36px;
    list-style: none;
    min-height: 36px;
    font-size:13px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'NotoSans', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-weight:600;
 
}
footer .footer-menu h1 {
    padding: 0;
    padding-bottom: 30px;
}

footer.sub {
    margin-top: 60px;
}

footer .btn-default {
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 1px #dddddd solid;
    padding: 4px 11px;
    border-radius: 0;

}

footer .footer-menu {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: #1c1c1c;
    border-bottom: 1px #1c1c1c solid; 

}

footer .footer-menu ul {
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 0;
    margin-left: 0;

}

footer .footer-menu ul li:before {
    color: #464646;
    content: "|";
    font-size: 12px;
}

footer .footer-menu ul li:first-child,
footer .footer-menu ul li:first-child a {
    padding-left: 0;
    margin-left: 0;
}

footer .footer-menu ul li:first-child::before {
    content: "";
    padding-left: 0;
    margin-left: 0;

}

footer .footer-menu ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    padding-left: 16px;
    padding-right: 16px;
}

footer .footer-menu ul li a.blue {
    color: #fff
}

footer .breadcrumb {
    margin-bottom: 4px;
    background-color: transparent;
}

footer p.logo {
    float: right;
    margin-top: 23px;
    display: none;
}

footer p.logo img {
    width: 80%;
}

footer address {
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
    color: #909090;
    font-style: normal;
    font-family: 'Poppins', 'NotoSans', sans-serif;

}

footer address h1 {
    float:left;
	width:150px;
	margin-right:10px;
}

footer address h1 img {
    width:100%;

}
footer p {
    margin-top: 0;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    padding-top: 6px;
    color: #757575 !important;
    font-size: 12px;
    font-weight: 600;
}

footer address a span {
    color: #979ba3;
    margin-left: 6px;
}

footer address a {
    color: #979ba3;
    font-size: 14px;
}
