@charset "UTF-8";


.mt--10{margin-top:10px!important;}
.mt--20{margin-top:20px!important;}
.mt--30{margin-top:30px!important;}
.mt--40{margin-top:40px!important;}
.mt--50{margin-top:50px!important;}

/************************************************************************************************
* 메인 페이지 : S
************************************************************************************************/

.top__btn__wrap{
    overflow: hidden;
    width:0px;
    height:0px;
    position: fixed;
    bottom:60px;
    right:60px;
    border:2px solid #fff;
    border-radius: 60px;
    z-index: 99;
    cursor: pointer;
    background:#fff url(../img/top_btn.png) no-repeat center;
    transition: all .2s cubic-bezier(.25,.8,.5,1)!important;
    margin:0;
    transform: translate(50%, 50%);
    transform-origin: center center;
    opacity: 0;

}
.top__btn__wrap.actv{
    display: block;
    width:65px;
    height:65px;
    border:2px solid #222;
    opacity: 1;
}

/**************************************
* 메인
 */
.resom__new__wrap{}
.resom__new__wrap .main__slide__sections{
    width:100%;
    height:100%;
    overflow: hidden;
}
.resom__new__wrap .main__slide__sections .main__slide .swiper-wrapper,
.resom__new__wrap .main__slide__sections .main__slide{
    height:100vh!important;
}

.resom__new__wrap .box__notice{
    position: absolute;
    bottom:0px;
    right:0px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resom__new__wrap .box__notice > div{
    width:250px;
    height:160px;
    padding:35px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.resom__new__wrap .box__notice > div:nth-of-type(1){
    background:#111;
}
.resom__new__wrap .box__notice > div:nth-of-type(2){
    background:#fff;
}

.resom__new__wrap .box__notice .box__title{
    font-size:20px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resom__new__wrap .box__notice .box__title a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:55px;
    height:20px;
    background:#fff;
    color:#111;
    font-size:12px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    border-radius: 20px;
    line-height: 1.2;
}

.resom__new__wrap .box__notice > div:nth-of-type(2) .box__captions,
.resom__new__wrap .box__notice > div:nth-of-type(2) .box__title{
    color:#111;
}

.resom__new__wrap .box__notice > div:nth-of-type(2) .box__title a{
    background:#fff;
    color:#111;
    font-size:12px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    border-radius: 20px;
    border:1px solid #111;
    box-sizing: border-box;
}

.resom__new__wrap .box__notice .box__captions{   
    /*font-family: 'NotoSansKR',sans-serif;*/
   
    position: absolute;
    bottom:35px;
    left:35px;
    width:calc(100% - 50px);
}
.resom__new__wrap .box__notice .box__captions a{
	 color:#fff;
    font-size:17px;
	 font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.4em;
    height: 2.8em;
}


.resom__new__wrap .main__vs__inner{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.resom__new__wrap .main__vs__inner p{
    color:#fff;
    padding:0px;
    margin:0px;
    font-size:22px;
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
	text-shadow: 1px 1px black;
}
.resom__new__wrap .main__vs__inner p:nth-of-type(2){
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 400;
    font-size: 28px;
    margin-top:25px;
	text-shadow: 1px 1px black;
}
.resom__new__wrap .main__vs__inner h2{
    color:#fff;
    padding:0px;
    margin:0px;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 500;
    font-size: 70px;
    line-height: 100%;
    margin-top:20px;
	text-shadow: 1px 1px black;
}



/** 풀페이지 라이브러리 nav 커스텀 : S **/

#fp-nav{
    left:60px;
    margin-top:0px!important;
}
#fp-nav ul li,
.fp-slidesNav ul li,
#fp-nav ul li a,
.fp-slidesNav ul li a{
    width:3px;
    height:40px;
    margin:0px;
    padding:0px;
}


#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span,
#fp-nav ul li a span,
.fp-slidesNav ul li a span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    width:100%!important;
    height:100%!important;
    margin:0px;
    border-radius: 0px;
    top:0px!important;
    left:0px!important;
}
/** 블랙 테마 **/
#fp-nav.theme__black ul li:hover a,
.fp-slidesNav ul li:hover a,
#fp-nav.theme__black ul li a span,
.fp-slidesNav ul li a span{
    background:#cfcfcf;
    left:0px;
    top:0px;
}

#fp-nav.theme__black ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav.theme__black ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    background: #111;
}

#fp-nav.theme__black .fp-tooltip{
    color:#111!important;
}


#fp-nav ul li .fp-tooltip{
    top:10px;
    left:25px;
    font-size:16px;
    font-family: 'montserrat',sans-serif;
    font-weight: 600!important;
}


/** 흰색 테마 **/
#fp-nav.theme__white ul li:hover a,
#fp-nav.theme__white ul li a span{
    background:rgba(255,255,255,.6)!important;
}

#fp-nav.theme__white ul li a.active span,
#fp-nav.theme__white ul li:hover a.active span{
    background:#fff!important;
}
#fp-nav.theme__white .fp-tooltip{
    color:#fff!important;
}

/** 기본상태 **/
#fp-nav ul li:hover a,
#fp-nav ul li a span{
    background:rgba(255,255,255,.4);
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span{
    background:#fff;
}

/** 디자인상 두줄 처리 별도 적용 **/
#fp-nav ul li:nth-of-type(5) .fp-tooltip{
    top: 0px!important;
    width:120px!important;
    white-space: normal;
    word-break: break-word;
}


/** 풀페이지 라이브러리 nav 커스텀 : E **/


/** 메인 스와이퍼 네비게이션 커스텀 : S **/
.resom__new__wrap .full__section1 .swiper-pagination{
    bottom:50px;
}
.resom__new__wrap .full__section1 .swiper-pagination .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background: #fff!important;
    opacity: 1;
    position: relative;
    z-index: 1;
    margin:0 20px;
}
.resom__new__wrap .full__section1 .swiper-pagination .swiper-pagination-bullet:before{
    content:'';
    display:block;
    width:0px;
    height:0px;
    border-radius: 30px;
    border:1px solid #fff;
    position: absolute;
    top:50%;
    left:50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: all .2s linear;
}
.resom__new__wrap .full__section1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    width:30px;
    height:30px;
}
/** 메인 스와이퍼 네비게이션 커스텀 : E **/






/**************************************************
* 풀페이지 섹션2
 */
.sections__2{
    max-width:1200px;
    width:100%;
    margin:0 auto;
    padding-top:136px;
}
.sections__2 .main__board__wrapper{
    position: relative;
    z-index: 1;
    margin-bottom:60px;
}
.sections__2 .main__board__wrapper:nth-of-type(2){
    margin-bottom:0px;
}
.sections__2 .main__board__wrapper .b__title__nv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:25px;
}
.sections__2 .main__board__wrapper .b__title__nv >div{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#333;
    font-size:30px;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
}
.sections__2 .main__board__wrapper .b__title__nv a{
    width:70px;
    height:30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border:1px solid #b7b7b7;
    font-family: 'montserrat', sans-serif;
    font-size:14px;
    font-weight: 500;
    color:#333;
    line-height: 1.2;
    border-radius: 30px;
    margin-left:30px;
}
.sections__2 .main__board__wrapper .owl-dots{
    position: static;
    left:0px;
    z-index: 99;
    margin-top:30px!important;
}
.owl-theme .owl-dots .owl-dot span{
    width:15px!important;
    height:15px!important;
    background:#fff!important;
    border:1px solid #222;
    box-sizing: border-box;
}
.owl-theme .owl-dots .owl-dot.active span{
    background:#222!important;
}

.sections__2 .main__board__wrapper .board__item__wrap .b__title{
    color:#333;
    font-size:20px;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    margin-top:15px;
}

.sections__2 .main__board__wrapper .board__item__wrap .thumb{
    overflow:hidden;
    height:210px;
	background-size:cover!important;
	background-position:top center!important;
}

.sections__2 .main__board__wrapper .board__item__wrap .b__captions{
    color:#888;
    font-size:17px;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 100;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.7em;
    height: 3.4em;
    margin-top:15px;
    display: none;
}

.sections__2 .main__board__wrapper .board__item__wrap .b__date{
    //color:#333;
    //font-size:14px;
    /*font-family: 'NotoSansKR',sans-serif;*/
    //font-weight: 600;
    margin-top:10px;
	font-size: 15px;
    color: #5c5c5c;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
}


.sections__3{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-width:1700px;
    margin:0 auto;
}

.sections__3 > div:nth-of-type(1){
    width: 66%;
    margin-left: 4%;
}
.sections__3 > div:nth-of-type(2){
    width:30%;
    min-width:440px;
}

.sections__3 .thumb__wrap{
    /*height:calc(100vh - 240px);*/
    margin-top: 190px;
    margin-bottom:50px;
}
.sections__3 .thumb__wrap .swiper-slide{
    width:100%;
    height:100%;
}
.sections__3 .thumb__wrap .swiper-slide > div{
    display: flex;
    width:100%;
}
.sections__3 .thumb__wrap .swiper-slide > div img{
    max-width:100%;
}
.sections__3 .desc{
    height:100vh;
}
.sections__3 .desc .swiper-slide{
    box-sizing: border-box;
    padding:85px 50px;
}
.sections__3 .desc .more__btn{
    width:180px;
    height:55px;
    border:1px solid #c1c1c1;
    color:#333;
    font-size:17px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    /*font-family: 'NotoSansKR',sans-serif;*/
}


.sections__3 .desc .f__title{
    font-family: 'montserrat', sans-serif;
    font-size:30px;
    font-weight: 400;
    color:#111;
    margin-top:15px;
}
.sections__3 .desc .s__title{
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    font-size:40px;
    color:#111;
    margin-top:15px;
}




.sections__3 .desc .captions{
    font-size:16px;
    color:#888;
    /*font-family: 'NotoSansKR',sans-serif;*/
    line-height: 1.7;
    margin-top:20px;
    margin-bottom:30px;
    word-break: break-word;
}
.sections__3 .desc .captions.ftc{
display:none!important;
}
.sections__3 .desc .z__title{
    margin-top:150px;
}
.sections__3 .desc .p__title{
    font-size:16px;
    color:#bf8f00;
    line-height: 1.7;
	margin-top:10px;
}

.nav__wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom:70px;
    left:50px;
    z-index:999;
}
.nav__wrap .nav__btn__prev,
.nav__wrap .nav__btn__next{
    height:60px;
    width:60px;
    min-width:60px;
    border:1px solid #dfdfdf;
    border-radius: 60px;
    cursor: pointer;
    background-color: #fff!important;
}
.nav__wrap .nav__flact{
    display: flex;
    align-items: center;
    justify-content: center;
    width:75px;
    font-family: 'montserrat', sans-serif;
    font-size:10px;
}

.nav__wrap .nav__flact span{
    font-family: 'montserrat', sans-serif;
    font-weight: 300;
    color:#111;
    font-size:24px;
    margin:0 3px;
}
.nav__wrap .nav__flact span.swiper-pagination-current{
    /*color:#b192a1;*/
    font-weight: 600;
}
.nav__wrap .nav__btn__prev{background:url(../img/prev_btn.png) no-repeat center;}
.nav__wrap .nav__btn__next{background:url(../img/next_btn.png) no-repeat center;}


.section__4{
    height:100%;
    background:#f6f4f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section__4 .controller__title__wrap{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 150px;
    position: relative;
    z-index: 1;
}

.section__4 .controller__title__wrap .m__title{
    color: #333;
    font-size: 30px;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section__4 .controller__title__wrap .m__title a{
    width: 70px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b7b7b7;
    font-family: 'montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.2;
    border-radius: 30px;
    margin-left: 30px;
}

.section__4 .controller__title__wrap .btn__wrap{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0px;
    display: flex;
}
.section__4 .controller__title__wrap .btn__wrap .ol_prev__btn{
    height:60px;
    width:60px;
    min-width:60px;
    border:1px solid #a8a8a8;
    border-radius: 60px;
    cursor: pointer;
    background:url(../img/prev_btn.png) no-repeat center;
}
.section__4 .controller__title__wrap .btn__wrap .ol_next__btn{
    height:60px;
    width:60px;
    min-width:60px;
    border:1px solid #a8a8a8;
    border-radius: 60px;
    cursor: pointer;
    background:url(../img/next_btn.png) no-repeat center;
    margin-left:15px;
}



.section__4 .free__carousel .owl-item{
    width:calc(100vw / 2)!important;
}
.section__4 .free__carousel .inner__items{
	cursor:pointer;
    position: relative;
    z-index: 1;
}
.section__4 .free__carousel .inner__items .desc__wrap{
    position: absolute;
    bottom:0px;
    left:0px;
    z-index: 2;
    width:calc(100% - 50px);
    height:100px;
    background:rgba(0,0,0,.7);
    padding:25px;
}

.section__4 .free__carousel .inner__items .desc__wrap .t__title{
    font-size:18px;
    color:#fff;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
}
.section__4 .free__carousel .inner__items .desc__wrap .t__title i{
    font-style: normal;
    font-size:25px;
}

.section__4 .free__carousel .inner__items .desc__wrap .s__title{
    font-size:50px;
    color:#fff;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    margin-top:15px;
}
.section__4 .free__carousel .inner__items .desc__wrap .captions{
    font-size:16px;
    color:#fff;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 300;
    margin-top:5px;
    line-height: 1.7;
}
.section__4 .free__carousel .inner__items .desc__wrap .captions br{
    display: none;
}
.section__4 .free__carousel .inner__items .desc__wrap .more__btn{
    display: flex;
    height:55px;
    width:180px;
    align-items: center;
    justify-content: center;
    border:1px solid #b5b5b5;
    color:#333;
    font-size:17px;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 100;
    margin-top:50px;
}

.section__4 .free__carousel .inner__items .desc__wrap.ty2 .t__title,
.section__4 .free__carousel .inner__items .desc__wrap.ty2 .s__title,
.section__4 .free__carousel .inner__items .desc__wrap.ty2 .captions{
    color:#fff;
}

.section__4 .free__carousel .inner__items .desc__wrap.ty2 .more__btn{
    color:#fff;
    border-color:#fff;
}


.section__4 .free__carousel .inner__items .desc__wrap.ty3 .t__title,
.section__4 .free__carousel .inner__items .desc__wrap.ty3 .s__title,
.section__4 .free__carousel .inner__items .desc__wrap.ty3 .captions{
    color:#000;
}

.section__4 .free__carousel .inner__items .desc__wrap.ty3 .more__btn{
    color:#000;
    border-color:#000;
}


.section__5{
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
.section__5 .m__title{
    color: #333;
    font-size: 30px;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom:40px;
}
.section__5 .m__title a{
    width: 70px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b7b7b7;
    font-family: 'montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.2;
    border-radius: 30px;
    margin-left: 30px;
}

.section__5 .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.6em;
    height: 3.2em;
    font-size:22px;
    color:#333;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 400;
    margin-top:30px;
}

.section__5 .board__item__wrap__ty2 > a > div:nth-of-type(1){
	/*padding-bottom:80%;*/
	background-size:cover!important;
}

.section__6{
    width:100%;
}
.section__6 .m__title{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom:110px;
}
.section__6 .m__title p:nth-of-type(1){
    font-size:50px;
    font-weight: 400;
    color:#111;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}
.section__6 .m__title p:nth-of-type(2){
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-size:19px;
    color:#888;
    font-weight: 100;
    margin-top:45px;
}


.section__7{
    width:100%;
    height:100%;
    background:url(../img/spm_banner.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section__7 .inner__form__contents__type2,
.section__7 .inner__form__contents{
    width:100%;
    max-width:1200px;
    background: #fff;
    padding:100px;
    box-sizing: border-box;
}

.section__7 .inner__form__contents__type2{
    padding:35px 44px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.section__7 .inner__form__contents__type2 .dflx__sect2{
    padding:0px 0px 0px 44px;
}
.section__7 .inner__form__contents__type2 .dflx__sect2 h2{
    font-size:35px;
    font-weight: 600;
    color:#222;
    margin-top:20px;
}
.section__7 .inner__form__contents__type2 .dflx__sect2 p{
    font-size:18px;
    color:#777;
    font-weight: 300;
    line-height: 1.9;
    margin-top:15px;
}
.section__7 .inner__form__contents__type2 .dflx__sect2 > a{
    width:225px;
    height:65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #aaa;
    color:#000;
    font-size:18px;
    font-weight: 300;
    margin-top:35px;
}

.section__7 .inner__form__contents .m__title{
    font-size:35px;
    color:#222;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight:500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section__7 .inner__form__contents .form__box{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:40px;
    margin-bottom:45px;
}
.section__7 .inner__form__contents .form__box input{
    width:calc(100% - 160px);
    height:65px;
    border:1px solid #333;
    box-sizing: border-box;
    border-radius: 0px;
    color:#222;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight:300;
    text-indent:15px;
}
.section__7 .inner__form__contents .form__box input::placeholder{
    color:#b7b7b7;
    font-size:18px;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight:300;
}
.section__7 .inner__form__contents .form__box .sbm__btn{
    width:160px;
    height:65px;
    border-radius: 0px;
    background:#222;
    color:#fff;
    font-size:18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:0px;
    outline: 0px;
    cursor: pointer;
}

.section__7 .inner__form__contents .sub__desc{
    font-size:18px;
    color:#777;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 300;
    text-align: center;
    line-height: 2.1;
}


/************************************************************
* 푸터
 */
footer{
    padding:0px;
    border:0px;
    margin-top:0px;
    height:417px;
}
.footer__inter__wrap{
    width:100%;
    min-height:417px;
    background:#111;
}
.footer__inter__wrap .footer__inner__wrapper{
    /*height:80px;*/

}
.footer__inter__wrap .footer__inner__wrapper .footer__inner__contents{
    max-width:1200px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.footer__inter__wrap .footer__inner__wrapper .footer__inner__contents .footer__menu{
    height:80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer__inter__wrap .footer__inner__wrapper .footer__inner__contents .footer__menu a{
    font-size:15px;
    color:#fff;
    font-family: montserrat ,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-right:80px;
    line-height: 1.4;
}
.footer__inter__wrap .footer__inner__wrapper .footer__inner__contents .footer__menu a:hover{
    opacity: .6;
}

.footer__inter__wrap .footer__inner__wrapper .footer__inner__contents .footer__menu a:last-child{
    margin-right:0px;
}

.footer__inter__wrap .footer__inner__wrapper .footer__inner__contents .sns__wrap{
    height:80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer__inter__wrap .footer__inner__wrapper .footer__inner__contents .sns__wrap a{
    display: inline-flex;
    width:60px;
    height:60px;
}
.footer__inter__wrap .footer__inner__wrapper .footer__inner__contents .sns__wrap a:hover{
    opacity: .6;
}
.footer__inter__wrap .footer__inner__wrapper .footer__inner__contents .sns__wrap a.sns__01{
    background:url(../img/sns_ic01.png) no-repeat center;
}
.footer__inter__wrap .footer__inner__wrapper .footer__inner__contents .sns__wrap a.sns__02{
    background:url(../img/sns_ic02.png) no-repeat center;
}
.footer__inter__wrap .footer__inner__wrapper .footer__inner__contents .sns__wrap a.sns__03{
    background:url(../img/sns_ic03.png) no-repeat center;
}
.footer__inter__wrap .footer__inner__wrapper .footer__inner__contents .sns__wrap a.sns__04{
    background:url(../img/sns_ic04.png) no-repeat center;
}
.footer__inter__wrap .footer__inner__wrapper .footer__inner__contents .sns__wrap a.sns__05{
    background:url(../img/sns_ic05.png) no-repeat center;
}

.footer__inter__wrap .footer__inner__wrapper .copy__desc{
    width:100%;
    border-top:1px solid #1d1d1d;
    background:#111;
}
.footer__inter__wrap .footer__inner__wrapper .copy__desc .copy__inner{
    max-width:1200px;
    margin:0 auto;
    padding-top:43px;
}
.footer__inter__wrap .footer__inner__wrapper .copy__desc .copy__inner address{
    padding:0px;
    color:#fff;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-size:16px;
    font-weight: 500;
    text-align: left;
}
.footer__inter__wrap .footer__inner__wrapper .copy__desc .copy__inner .copy__info{
    margin-top:25px;
    font-size:16px;
    color:#666;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 300;
}
.footer__inter__wrap .footer__inner__wrapper .copy__desc .copy__inner .copy__info i{
    display:inline-flex;
    width:1px;
    height:10px;
    background:#494949;
    margin:0 10px;
}

.footer__inter__wrap .footer__inner__wrapper .copy__desc .copy__inner .ind__info{
    margin-top:15px;
    font-size:16px;
    color:#666;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 300;
}
.footer__inter__wrap .footer__inner__wrapper .copy__desc .copy__inner .copy__text{
    margin-top:35px;
    font-size:15px;
    color:#666;
    font-family: 'montserrat',sans-serif;
    font-weight: 300;
}
.footer__inter__wrap .footer__inner__wrapper .bottom__menu__wrap{
    position: relative;
    z-index: 1;
    width:100%;
    max-width:1200px;
    margin:0 auto;
    margin-top:56px;
}
.footer__inter__wrap .footer__inner__wrapper .bottom__menu__wrap a{
    margin-right:25px;
    color:#a7a7a7;
}
.footer__inter__wrap .footer__inner__wrapper .bottom__menu__wrap a:hover{
    color:#fff;
}
.footer__inter__wrap .footer__inner__wrapper .bottom__menu__wrap a:last-child{
    margin-right:0px;
}
.select__bottom__box__wrapper{
    position: absolute;
    bottom:0px;
    right:0px;
    z-index: 9;
}
.select__bottom__box__wrap{
    position: relative;
    bottom:0px;
    right:0px;
    z-index: 9;
}


.select__bottom__box__wrap select{
    background: transparent;
    width:220px;
    height:45px;
    border:1px solid #444;
    font-size:15px;
    /*font-family: 'NotoSansKR',sans-serif;*/
    color:#777;
    text-indent:15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
    position: relative;
    z-index: 1;
}

.select__bottom__box__wrap:before{
    content:'';
    display: block;
    width:45px;
    height:45px;
    background:url(../img/bt_arrow.png) no-repeat center;
    position: absolute;
    top:0px;
    right:0px;
    z-index: 1;
    pointer-events: none;
}


/********************************************************
* 해더 디자인

header{
    position: fixed;
    top:0px;
    left:0px;
    z-index: 9;
    width:100%;
    height:140px;
    background: #fff;
    transition: all .3s;
}

.header__wrapper{
    position: relative;
    z-index: 1;
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
.header__wrapper .header__inner{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:10px;
}

.header__wrapper .header__inner .logo{
    width:117px;
    height:64px;
    background: url(../img/logo.png) no-repeat center;
}
.header__wrapper .header__inner .nav{
    margin-right:-50px;
}
.header__wrapper .header__inner .nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__wrapper .header__inner .nav ul li > a{
    font-size:16px;
    color:#111;
    font-family: 'NotoSansKR',sans-serif;
    font-weight: 500;
    display: flex;
    padding:0 50px;
}

.header__wrapper .header__inner .nav ul li:hover > a{
    color:#b192a1;
    text-decoration: underline;
}
.header__wrapper .header__inner .nav ul li{
    position: relative;
    z-index: 1;
}
.header__wrapper .header__inner .nav ul li ul{
    display: none;
    position: absolute;
    left: 0px;
    top: 150px;
}


header.actv{
    height:400px;
    border-bottom:1px solid #ddd;
}
header.actv:before{
    content:'';
    width:100%;
    height:1px;
    background:#ddd;
    display: block;
    position: absolute;
    top:129px;
    z-index: 9;
    pointer-events: none;
}
header.actv .header__wrapper .header__inner .nav ul li ul{
    display: block;
    top:80px;
    white-space: nowrap;
}
header.actv .header__wrapper .header__inner .nav ul li ul > li{
    margin-bottom:20px;
    animation-duration: 0.5s; animation-fill-mode: both; animation-name: returnToNormal;
}
header.actv .header__wrapper .header__inner .nav ul li ul > li:last-child{
    margin-bottom:0px;
}

@keyframes returnToNormal {
    0% { opacity: 0; transform: translate3d(0px, 100%, 0px); }
    100% { opacity: 1; transform: none; }
}




.header__wrapper .header__auth__menu{
    width:100%;
    max-width:1200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top:18px;
}
.header__wrapper .header__auth__menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__wrapper .header__auth__menu ul li{
    position: relative;
    z-index: 1;
    padding-left:30px;
}
.header__wrapper .header__auth__menu ul li:after{
    content:'';
    display: flex;
    width:1px;
    height:12px;
    background:#e5e5e5;
    position: absolute;
    top:50%;
    left:15px;
    transform: translateY(-50%);
}
.header__wrapper .header__auth__menu ul li:nth-of-type(1):after{
    display: none;
}
.header__wrapper .header__auth__menu ul li > a{
    color:#888;
    font-size:13px;
    font-weight: 100;
    font-family: 'NotoSansKR',sans-serif;
}

.header__wrapper .header__auth__menu ul li > a:hover{
    color:#b192a1;
    text-decoration: underline;
}
 */


/** 헤더 커스텀 **/


header #navi #topMenu > li > a:hover span,
header #navi #topMenu > li > a:active span,
header #navi #topMenu > li > a:focus span,
header #navi #topMenu > li > a.hover span {border-bottom:3px #b192a1 solid; color:#b192a1;}
header #navi #topMenu > li > a u {position:absolute; left:60px; bottom:0; width:0; height:1px; background:#b192a1; margin-left:;}

header #navi #topMenu li ul {top:140px;}

header #navi #topMenu li ul li a:hover span,
header #navi #topMenu li ul li a:active span,
header #navi #topMenu li ul li a:focus span,
header #navi #topMenu li ul li a.hover span {color:#b192a1!important; border-bottom:0; height:auto; font-weight:500;}
header #util ul li a:hover,
header #navi #topMenu li ul li a:hover{
    color:#b192a1!important;
    text-decoration: underline;
}

header #navi.active #topMenu > li > a:hover span,
header #navi.active #topMenu > li > a:active span,
header #navi.active #topMenu > li > a:focus span,
header #navi.active #topMenu > li > a.hover span {color:#b192a1;}







/************************************************************************************************
* 서브 페이지 : S
************************************************************************************************/

.resomsub__wrap{
    padding-top:140px;
    width:100%;
    height:100%;
}


.top__visual_wrap{
    height:415px;
    width:100%;
    background:url(../img/sub_top_ban01.jpg) no-repeat center;
    background-size: cover!important;
}



.top__visual_wrap.detail{
    background:url(../img/sub_top_ban02.jpg) no-repeat center;
}

.top__visual_wrap.guide{
    background:url(../img/sub_top_ban03.jpg) no-repeat center;
}
.top__visual_wrap.seminar{
    background:url(../img/sub_top_ban04.jpg) no-repeat center;
}

.top__visual_wrap.event{
    background:url(../img/sub_top_ban05.jpg) no-repeat center;
}
.top__visual_wrap.forest{
    background:url(../img/sub_top_ban06.jpg) no-repeat center;
}

.top__visual_wrap.dining{
    background:url(../img/sub_top_ban07.jpg) no-repeat center;
}

.top__visual_wrap.brand{
    background:url(../img/sub_top_ban08.jpg) no-repeat center;
}

.top__visual_wrap.spa{
    background:url(../img/sub_top_ban09.jpg) no-repeat center;
}
.top__visual_wrap.tourist{
    background:url(../img/sub_top_ban10.jpg) no-repeat center;
}
.top__visual_wrap.dining2{
    background:url(../img/sub_top_ban11.jpg) no-repeat center;
}
/**************************************************
* 객실 디자인
 */


.sub__contents{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding-bottom:110px;
}


.sub__contents.ty2{
    padding-bottom:0px;
}
.sub__contents .m__title{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.sub__contents .m__title h2{
    font-size: 32px;
    font-weight: 600;
    color:#333;
    /*font-family: 'NotoSansKR',sans-serif;*/
    line-height: 100%;
}

.m__title.org{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom:25px;
}
.m__title.org h2{
    font-size: 40px;
    font-weight: 600;
    color:#333;
    /*font-family: 'NotoSansKR',sans-serif;*/
    line-height: 100%;
}

.bredcumb{
    padding-top:25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    max-width:1200px;
    width:100%;
    margin:0 auto;
    margin-bottom:15px;
}
.bredcumb > a{
    display: inline-flex;
    align-items: center;
    color:#111;
    font-size:17px;
    font-weight: 300;
    /*font-family: 'NotoSansKR',sans-serif;*/
}

.bredcumb > a:nth-of-type(1){
    font-family: montserrat ,sans-serif;
    font-weight: 100;
}

.bredcumb > a:hover{
    opacity: .7;
}
/*

.bredcumb > a:nth-of-type(1):before{
    content:'';
    width:19px;
    height:16px;
    display: inline-flex;
    background:url(../img/home_ic.png) no-repeat center;
    margin-right:7px;
}
*/

.bredcumb > a:after{
    content:'';
    width:33px;
    height:16px;
    display: inline-flex;
    background:url(../img/brd_ic.png) no-repeat center;
}
.bredcumb > a:last-child:after{
    display: none;
}

.room__list__wrap{
    padding-top:60px;
}
.room__list__wrap ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    flex-wrap: wrap;
}

.room__list__wrap ul > li{
    width:calc(50% - 20px);
    margin-bottom:95px;
}
.room__list__wrap .thumb__wrap{
    position: relative;
    z-index: 1;
    width:100%;
    height:310px;
}
.room__list__wrap .thumb__wrap .room__detail{
    position: absolute;
    bottom:20px;
    left:20px;
    z-index: 1;
    width:60px;
    height:60px;
    display: flex;
    background:url(../img/more_btn.png) no-repeat center;
}

.room__list__wrap ul > li:nth-of-type(1) .thumb__wrap{background:url(../img/room/s20/0.jpg) no-repeat center;}
.room__list__wrap ul > li:nth-of-type(2) .thumb__wrap{background:url(../img/room/s25/0.jpg) no-repeat center;}
.room__list__wrap ul > li:nth-of-type(3) .thumb__wrap{background:url(../img/room/s30/0.jpg) no-repeat center;}
.room__list__wrap ul > li:nth-of-type(4) .thumb__wrap{background:url(../img/room/g40/0.jpg) no-repeat center;}
.room__list__wrap ul > li:nth-of-type(5) .thumb__wrap{background:url(../img/room/g50/0.jpg) no-repeat center;}
.room__list__wrap ul > li:nth-of-type(6) .thumb__wrap{background:url(../img/room/g70/0.jpg) no-repeat center;}


/** 포레스트 **/
.room__list__wrap.ty__forest ul > li:nth-of-type(1) .thumb__wrap{background:url(../img/room/flist_ban01.jpg) no-repeat center;}
.room__list__wrap.ty__forest ul > li:nth-of-type(2) .thumb__wrap{background:url(../img/room/flist_ban02.jpg) no-repeat center;}
.room__list__wrap.ty__forest ul > li:nth-of-type(3) .thumb__wrap{background:url(../img/room/flist_ban03.jpg) no-repeat center;}
.room__list__wrap.ty__forest ul > li:nth-of-type(4) .thumb__wrap{background:url(../img/room/flist_ban04.jpg) no-repeat center;}
.room__list__wrap.ty__forest ul > li:nth-of-type(5) .thumb__wrap{background:url(../img/room/flist_ban05.jpg) no-repeat center;}

.room__list__wrap ul > li .thumb__wrap{
    overflow: hidden;
}
.room__list__wrap ul > li .thumb__wrap > img{transition: all 0.5s ease;}
.room__list__wrap ul > li .thumb__wrap:hover > img{
    transform: scale(1.1);
}



.room__list__wrap ul > li(5),
.room__list__wrap ul > li(6){  margin-bottom:0px;  }

.room__list__wrap .title__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:18px;
}
.room__list__wrap .title__wrap .i__title{
    font-size:35px;
    font-family: montserrat ,sans-serif;
    font-weight: 500;
    color:#111;
}
.room__list__wrap .title__wrap .detail__info{
    height:60px;
    width:300px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}
.room__list__wrap .title__wrap .detail__info span{
    display: inline-flex;
    width:50%;
    font-size:17px;
    font-weight: 100;
    align-items: center;
    justify-content: center;
    /*font-family: 'NotoSansKR',sans-serif;*/
}
.room__list__wrap .title__wrap .detail__info span i{
    font-style: normal;
    font-size:17px;
}
.room__list__wrap .title__wrap .detail__info span:before{
    content:'';
    width:20px;
    height:20px;
    display: inline-flex;
    margin-right:20px;
}
.room__list__wrap .title__wrap .detail__info span:nth-of-type(1):before{
    background:url(../img/room/rm_ic01.png) no-repeat center;
}
.room__list__wrap .title__wrap .detail__info span:nth-of-type(2):before{
    background:url(../img/room/rm_ic02.png) no-repeat center;
}

.room__list__wrap .desc__wrap{
    padding-top:10px;
    font-size:19px;
    color:#777;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 100;
    line-height: 1.9;
}


/**************************************************
* 객실 상세 디자인
 */


.room__detail__wrap{
    padding-top:60px;
}
.room__m__prev,
.room__m__next{
    cursor: pointer;
    width:60px;
    height:60px;
    position: absolute;
    top:50%;
    z-index: 99;
    transform: translateY(-50%);
}

.room__m__prev{
    left:25px;
    background: url(../img/room/room_prev.png) no-repeat center;
}
.room__m__next{
    right:25px;
    background: url(../img/room/room_next.png) no-repeat center;
}

.another__roominfo{
    width:100%;
    background:#f9f9f9;
    padding-bottom:70px;
}
.another__roominfo h2{
    display: flex;
    width:100%;
    max-width:1200px;
    margin:0 auto;
    font-size:25px;
    color:#222;
    font-weight: 500;
    /*font-family: 'NotoSansKR',sans-serif;*/
    line-height: 100%;
    padding-top:50px;
    padding-bottom:30px;
}
.another__roominfo .anoter__slide__contents{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    position: relative;
    z-index: 1;
}

.another__roominfo .anoter__slide__contents .custom__btn__prev,
.another__roominfo .anoter__slide__contents .custom__btn__next{
    width:60px;
    height:60px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

.another__roominfo .anoter__slide__contents .custom__btn__prev{
    left:-70px;
    background:url(../img/room/an_prev.png) no-repeat center;
}
.another__roominfo .anoter__slide__contents .custom__btn__next{
    right:-70px;
    background:url(../img/room/an_next.png) no-repeat center;
}

.another__roominfo .another__items{
    background: #fff;
    border:1px solid #eee;
    border-top:0px;
}
.another__roominfo .another__items .desc{
    padding : 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

.another__roominfo .another__items .desc h2{
    color:#222;
    font-size:25px;
    font-weight: 400;
    font-family: 'montserrat',sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:0px;
    margin:0px;
}

.another__roominfo .another__items .desc a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:95px;
    min-width:95px;
    height:40px;
    border-radius: 40px;
    border:1px solid #ddd;
    color:#666;
    font-weight: 400;
    /*font-family: 'NotoSansKR',sans-serif;*/
}


.detail__info__table{
    margin-top:40px;
}
.detail__info__table table{
    width:100%;
}
.detail__info__table table tr td{
    text-indent: 40px;
    border:thin solid #eee;
    border-right:0px;
    border-left:0px;
}
.detail__info__table table tr:nth-of-type(1) td{
    border-top:1px solid #aaa;
}
.detail__info__table table tr td:nth-of-type(1),
.detail__info__table table tr td:nth-of-type(3){
    width:220px;
    height:70px;
    background: #fbfbfb;
}


.detail__infowrap .btn__wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn__black__normal{
    display: flex;
    align-items: center;
    justify-content: center;
    width:180px;
    height:55px;
    font-size:17px;
    color:#000;
    background: #fff;
    border:1px solid #828282;
    /*font-family: 'NotoSansKR',sans-serif;*/
    box-sizing: border-box;
    outline: 0px;
    cursor: pointer;
}

.title__drawing__wrap{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top:50px;
}

.title__drawing__wrap .btn__black__normal{
    position: absolute;
    top:0px;
    right:0px;
    z-index: 1;
}

.title__drawing__wrap .m__title{
    font-size:40px;
    color:#111;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
}

.title__drawing__wrap .sub__title{
    font-size:19px;
    color:#777;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 100;
    margin-top:20px;
    white-space: normal;
    width:100%;
    word-break: break-all;
    line-height: 1.5;
}

.use__btn__wrap{
    display: flex;
    align-items: center!important;
    justify-content: center!important;
    padding-top:80px;
    padding-bottom:90px;
}


/**************************************************
* 객실 이용안내
 */
.guide__contents{
    padding-top:59px;
}
.guide__contents section{
    margin-bottom:90px;
}
.guide__contents section:last-child{
    margin-bottom:0px;
}
.guide__contents section .s__title{
    color:#000;
    font-size:25px;
    font-weight: 500;
    /*font-family: 'NotoSansKR',sans-serif;*/
    line-height: 100%;
    padding:0px;
    margin:0px;
    margin-bottom:25px;
}
.guide__contents section table td,
.guide__contents section table th{
    height:70px;
    border-bottom:thin solid #eee;
    text-align: center;
    font-size:18px;
}
.guide__contents section table td{
    border-right:thin solid #eee;
}
.guide__contents section table th:last-child,
.guide__contents section table td:last-child{
    border-right:0px;
}
.guide__contents section table th{
    background: #fbfbfb;
    border-top:1px solid #aaa;
    border-right:1px solid #d3d3d3;
}
.guide__contents section .desc{
    margin-top:25px;
}
.guide__contents section .desc p{
    color:#000;
    font-size: 14px;
    font-weight:100;
    /*font-family: 'NotoSansKR',sans-serif;*/
    position: relative;
    z-index: 1;
    padding-left:15px;
    display: block;
    margin-bottom:10px;
    line-height: 1.5;
}

.guide__contents section .desc p:before{
    content:'';
    display: inline-flex;
    width:5px;
    height:5px;
    border-radius: 5px;
    background:#aaa;
    position:absolute;
    top:7px;
    left:0px;
}
.guide__contents section .desc p.ty2{
    padding-left:0px;
}
.guide__contents section .desc p.ty2:before{
    display: none;
}
.guide__contents section  ul{
    padding-top:15px;
}
.guide__contents section  ul li{
    position:relative;
    z-index: 1;

  /*  padding-left:90px;*/
}
/*

.guide__contents section  ul li:after{
    content:'';
    display: flex;
    align-items: center;
    justify-content: center;
    width:70px;
    height:70px;
    border-radius: 70px;
    background: #111;
    color:#fff;
    font-size:30px;
    font-family: 'montserrat', sans-serif;
    font-weight: 700;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0px;
}

.guide__contents section  ul li:nth-of-type(1):after{content:'1'}
.guide__contents section  ul li:nth-of-type(2):after{content:'2'}
.guide__contents section  ul li:nth-of-type(3):after{content:'3'}
.guide__contents section  ul li:nth-of-type(4):after{content:'4'}
.guide__contents section  ul li:nth-of-type(5):after{content:'5'}
.guide__contents section  ul li:nth-of-type(6):after{content:'6'}
.guide__contents section  ul li:nth-of-type(7):after{content:'7'}
.guide__contents section  ul li:nth-of-type(8):after{content:'8'}
*/

.guide__contents section  ul li{
    margin-bottom:50px;
}
.guide__contents section  ul li:last-child{
    margin-bottom: 0px;
}
.guide__contents section  ul li h2{
    margin:0px;
    color:#111;
    font-size:18px;
    font-weight: 500;
    /*font-family: 'NotoSansKR',sans-serif;*/
    margin-bottom:15px;
}
.guide__contents section  ul li p{
    color:#000;
    font-size:16px;
    font-weight: 100;
    /*font-family: 'NotoSansKR',sans-serif;*/
    margin-top:5px;
    line-height: 1.7;
	padding-left:15px;
}


.table__type{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    margin-bottom:210px;
}

.table__type > h2{
    font-size: 25px;
    color: #222;
    font-weight: 500;
    /*font-family: 'NotoSansKR',sans-serif;*/
    line-height: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}

.table__type .type__design{
    display: flex;
    align-items: center;
    justify-content: center;
}

.table__type .type__design > div{
    width:16.53%;
    border-right: solid 1px #ddd;
    border-top:1px solid #aaa;
    border-bottom:1px solid #ddd;
    overflow: hidden;
    box-sizing: border-box;
}

.table__type .type__design > div:nth-of-type(1){
    border-left: solid 1px #ddd;
}
.table__type .type__design > div .thumb{

}
.table__type .type__design > div .captions{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbfbfb;
    height:55px;
    color:#333;
    font-size:16px;
    font-weight: 100;
    /*font-family: 'NotoSansKR',sans-serif;*/
    border-top:1px solid #ddd;
}


/****************************************************
* 스와이퍼 추가 페이지 네이션
 */
.detail__pic__wrap .detail__pic__pagen{
    padding-top:20px;
    text-align: center;
    width:100%;
}
.detail__pic__wrap .detail__pic__pagen .swiper-pagination-bullet{
    width:15px;
    height:15px;
    border:1px solid #222;
    border-radius: 15px;
    background: #fff;
}
.detail__pic__wrap .detail__pic__pagen .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #222;
}



/*******************************************************
* 다이닝
 */
.dining__contents{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding-bottom: 150px;
}
.dining__contents .tab{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top:62px;
    width:100%;
    position:relative;
    z-index: 1;
}
.dining__contents .tab:after{
    content:'';
    display: block;
    width:100%;
    height:1px;
    background:#aaa;
    position: absolute;
    bottom:0px;
    left:0px;
    z-index: -1;
}
.dining__contents .tab > div{
    width:16.666666666666667%;
    display: flex;
    align-items: center;
    justify-content: center;
    height:58px;
    color:#777;
    font-size:16px;
    font-weight: 400;
    /*font-family: 'NotoSansKR',sans-serif;*/
    border:1px solid #eee;
    border-bottom:1px solid #aaa;
    margin-right:-1px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.dining__contents .tab > div.actv{
    border-color:#aaa;
    border-bottom:1px solid #fff;
    z-index: 2;
    color:#000;
}
.dining__contents .tab__items{
    position: relative;
    z-index: 1;
    height:100%;
}
.dining__contents .tab__items >div{
    opacity: 0;
    top:0px;
    left:0px;
    height:0px;
    width:100%;
    position: absolute;
    overflow: hidden;
}

.dining__contents .tab__items >div.actv{
    opacity: 1;
    position: relative;
    z-index: 2;
    height:100%;
}

.tab__inner{
    padding-top:58px;
}
.tab__inner .thumb img{max-width:100%;}
.tab__inner .tab__info{
    margin-top:40px;
}
.tab__inner .tab__info .t__title{
    font-size:15px;
    color:#777;
    font-weight: 100;
    /*font-family: 'NotoSansKR',sans-serif;*/
    text-transform: uppercase;
}
.tab__inner .tab__info .m__title{
    font-size:35px;
    color:#111;
    font-weight: 600;
    /*font-family: 'NotoSansKR',sans-serif;*/
    line-height: 100%;
    margin-top:5px;
    margin-bottom:20px;
}
.tab__inner .tab__info .s__title{
    font-size:19px;
    color:#777;
    font-weight: 100;
    /*font-family: 'NotoSansKR',sans-serif;*/
    letter-spacing: 0px;
    line-height: 1.5;
}

.tab__inner .tab__info  table{
    width:100%;
    margin-top:30px;
}

.tab__inner .tab__info  table th,
.tab__inner .tab__info  table td{
    height:70px;
    font-size:16px;
    color:#666;
    font-weight: 600;
    /*font-family: 'NotoSansKR',sans-serif;*/
    text-align: center;
    border-bottom:1px solid #eee;
    line-height: 1.6;
}

.tab__inner .tab__info  table th{
    background: #fbfbfb;
    border-top:1px solid #aaa;
}
.tab__inner .tab__info  table th.db_th{
    border-left:1px solid #eee;
}
.tab__inner .tab__info  table tr:nth-of-type(1) td{
    border-top:1px solid #aaa;
}
.tab__inner .tab__info  table th,
.tab__inner .tab__info  table td{
	text-align:left;
	padding-left:20px;
}
.tab__inner .tab__info  table td{
	font-weight:300;
}

/*******************************************************
* 브랜드 소개
 */

.brand__wrap{
    padding-top:58px;
}
.brand__wrap .sect01{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top:70px;
}
.brand__wrap .sect01 > div{
    width:50%;
}
.brand__wrap .sect01 > div:nth-of-type(1) h2{
    font-family: montserrat , sans-serif;
    font-size:50px;
    color:#111;
    font-weight: normal!important;
    line-height: 1;
}
.brand__wrap .sect01 > div:nth-of-type(2){
    font-size:18px;
    font-weight: 100;
    /*font-family: 'NotoSansKR',sans-serif;*/
    color:#444;
    line-height: 2.1;
}

.brand__wrap .sect02 > h2{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-family: montserrat , sans-serif;
    font-weight: normal;
    font-size:50px;
    color:#111;
    margin-top:260px;
    margin-bottom:120px;
}
.brand__wrap .sect02 > h2:before{
    content:'';
    display: block;
    width:1px;
    height:100px;
    background:#999;
    position: absolute;
    bottom:90px;
    left:50%;
    transform: translateX(-50%);
}

.brand__wrap .sect02 ul li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom:115px;

}
.brand__wrap .sect02 ul li:last-child{
    margin-bottom:0px;
}
.brand__wrap .sect02 ul li .thumb{}
.brand__wrap .sect02 ul li .desc{
    padding:20px 40px;
}
.brand__wrap .sect02 ul li .desc h2{
    color:#444;
    font-size:25px;
    font-family: montserrat , sans-serif;
    font-weight: normal;
}
.brand__wrap .sect02 ul li .desc h3{
    color:#111;
    font-size:35px;
    font-family: montserrat , sans-serif;
    font-weight: normal;
    margin-top:10px;
}
.brand__wrap .sect02 ul li .desc p{
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 100;
    font-size:19px;
    color:#444;
    line-height: 1.7;
    margin-top:40px;
}

.brand__wrap .sect03{
    margin-top:180px;
}
.brand__wrap .sect03 .map__title__wrap{
    position: relative;
    z-index: 1;
    height:55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.brand__wrap .sect03 .map__title__wrap .f__title{
    font-size:35px;
    color:#111;
    font-weight: normal;
    font-family: montserrat , sans-serif;
}
.brand__wrap .sect03 .map__title__wrap .caption{
    font-size:19px;
    color:#777;
    /*font-family: 'NotoSansKR',sans-serif;*/
    font-weight: 100;
    margin-left:80px;
}
.brand__wrap .sect03 .map__title__wrap .btn__map{
    font-size:17px;
    color:#000;
    /*font-family: 'NotoSansKR',sans-serif;*/
    width:180px;
    height:55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0px;
    right:0px;
    border:1px solid #ddd;
}
.brand__wrap .sect03 .map__title__wrap .btn__map span{
    font-size:19px;
    color:#111;
    font-weight: bold;
    display: flex;
    font-family: montserrat , sans-serif;
    position: relative;
    top:1px;
}
.brand__wrap .sect03 .map__contents{
    width:100%;
    margin-top:20px;
}
.brand__wrap .sect03 .map__contents .root_daum_roughmap{
    width:100%!important;
}

/***************************************************************
* 스파시설
 */
.spa__btn__wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    margin-top:80px;
}

.spa__btn__wrap a{
    width:220px;
    height:55px;
    line-height: 1.4;
    border:1px solid #828282;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000;
    font-size:17px;
    font-weight: 100;
    /*font-family: 'NotoSansKR',sans-serif;*/
}


/********************************************************************
* 주변 광광지 안내
 */
.tourist__wrap{
    display: flex;
    width:100%;
    align-items: center;
    justify-content: center;
    padding-top:50px;
    flex-direction: column;
}

.tourist__wrap .desc{
    font-size:30px;
    /*font-family: 'NotoSansKR',sans-serif;*/
    color:#000;
    text-align: center;
    margin-top:50px;
    line-height: 2.1;
}

/********************************************************************
* 프로그램
 */

.prg__content{
    display: flex;
    margin-top:50px;
}
.prg__content .desc{
    margin-top:0px;
    margin-left:80px;
    text-align: left;
    max-width:580px;
}

.prg__content .desc i{
    color:#ff3d3d;
    font-style: normal;
}



/********************************************************************
* 기존사이트 css 오버라이딩
 */

.topBg1_2 {
    background: url(../img/restree/news_top_ban.jpg) center 0 no-repeat;
    background-size: cover;
}

.topBg1_4{
    background: url(../img/restree/story_top_ban.jpg) center 0 no-repeat;
    background-size: cover;
}








/********************************************************************
* 해더 3댑스 메뉴 표현
 */
a{
    color:#000;
}
header #navi #topMenu li ul li > div{
    display: flex;
    flex-wrap: wrap;
    padding-bottom:20px;
    margin-top:-13px;
}
header #navi #topMenu li ul li > div a{
    width:50%;
    display: inline-flex;
    font-size:12px;
    padding-bottom:5px;
}
header #navi #topMenu li ul li a{
    color:#000;
}



.tab__title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tab__title > div{
    cursor:pointer;
    font-size: 40px;
    color: #a6a6a6;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    margin-right:85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom:4px solid #fff;
}
.tab__title > div.actv{
    color:#111;
    border-bottom:4px solid #b192a1;
}

.tab__title > div i{
    font-size:30px;
    font-style: normal;
    position: relative;
    top:-2px;
    margin-left:10px;
}


.wing__btn{
    display: none!important;
}







/********************************************************************
* 인스타그램
 */

.insta__items{
    position: relative;
    z-index: 1;
    padding-bottom:100%;
}
.insta__items a{
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    background-size: cover;
}



/********************************************************************
* 엥커 위치용
 */

.anc__locations_01{
    position: relative;
    z-index: 1;
    top:-300px;
    pointer-events: none;
}


.m__title.org h2{
    font-size: 32px;
    font-weight: 600;
    color: #333;
    /* font-family: 'NotoSansKR',sans-serif; */
    line-height: 100%;
}



.full__section3 ._m{
	display:none;
	margin-top:35px;
    align-items: center;
	justify-content: space-between;
}
.full__section3 ._m h2{
color: #333;
    font-size: 20px;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
}

.full__section3 ._m a{
       margin-right: 15px;
    font-size: 12px;
    width: 52px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b7b7b7;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    color: #333;
    line-height: 1.2;
    border-radius: 30px;

	}