@media only screen and (max-width: 767px) {
    h2 { font-size: 20px; }
    h4 { font-size: 13px; margin-top: 20px; }
    .sec6 p { font-size: 1.1em;}
}



/* 메인 이미지 */

.branding-bg0 {
    display: table;
    width: 100%;
    height: 100vh;
    background: url(/neoDiffuser/img/mainImg1W.jpg) 50% 0% no-repeat;
    background-size: auto auto;
    background-size: cover;
}

.intro {
    display: table-cell;
    vertical-align: middle;
}

h4 { font-weight: 100; margin-top: 50px; line-height: 1.5; }
.section2 .col-md-4 { padding: 0; }


.sec3con { max-width: 700px; margin-left:auto; margin-right:auto; }



/* ----------------------------------------------------------------
슬라이드 배너
-----------------------------------------------------------------*/
.tsu_banner_bg {
    padding-bottom: 80px;
}

.tsu_banner_bg .item {
    cursor: pointer;
}

.tsu_banner span {
    padding: 5px 10px;
    background-color: #111;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
}

.tsu_banner .carousel-caption h6 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    line-height: 1.4em;
    padding: 20px 0 0 0;
}

.tsu_banner .carousel-caption p {
    font-size: 16px;
    color: #666;
}

.banner_img {
    margin-top: -150px;
}

.icon_wrap i {
    font-size: 18px;
    padding: 10px 15px;
    border: 1px solid #242424;
    margin-right: 0px;
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    color: #242424;
    text-shadow: none;
}

.icon_wrap i:hover,
.icon_wrap i:focus,
.icon_wrap i:active {
    opacity: 1;
    -webkit-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.fa-angle-left {}

.fa-angle-right {}


.carousel-caption {
    position: relative;
    padding: 0;
    text-align: left;
    text-shadow: none;
    bottom: -140px;
    left: 0;
}

.carousel-indicators {
    left: 11%;
    bottom: -15px;
    font-family: 'Roboto', sans-serif;
    color: #888;
}

.carousel-indicators .active {
    background-color: transparent;
    width: 10px;
    height: 10px;
    text-decoration: underline;
    font-weight: 700;
    color: #242424;
}

.carousel-indicators li {
    padding: 0 13px;
    text-indent: 0;
    border: none;
    font-size: 14px;
}

.carousel-control {
    top: 71%;
    width: auto;
}

.right-box {
    left: 37px;
}

.slide_bg {
    width: 100%;
    height: 450px;
    margin-top: -520px;
}

.tsu_banner .bestRoom_tit {
    padding-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .tsu_banner .carousel-caption h6 {
        font-size: 22px;
        padding: 20px 0 5px 0;
    }

    .tsu_banner .carousel-caption p {
        font-size: 14px;
    }

    .carousel-indicators {
        left: 7%;
        bottom: -26px;
    }

    .carousel-caption {
        bottom: -92px;
    }

    .slide_bg {
        height: 393px;
        margin-top: -463px;
    }
}

@media only screen and (max-width: 991px) {

    .carousel-caption {
        bottom: -10px;
    }

}

@media only screen and (max-width: 767px) {
    .banner_img {
        margin-top: 0;
    }

    .banner_txt {
        padding: 40px;
    }

    .carousel-inner .img_wrap {
        width: 100%;
        padding: 20px;
    }

    .carousel-inner .img_wrap {
        width: 100%;
        padding: 20px;
        margin-top: -324px;
    }

    .carousel-indicators {
        display: none;
    }

    .banner_txt {
        padding: 50px;
        margin: 20px 0px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, 0.95);
        width: 70%;
        height: 250px;
    }

    .carousel-control {
        top: 241px;
        width: auto;
        left: 44px;
    }

    .right-box {
        left: 81px;
    }
}

@media only screen and (max-width: 600px) {
    .banner_txt {
        width: 100%;
        padding: 40px 30px 0 50px;
        margin: 25px 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, 1);
    }

    .carousel-inner .img_wrap {
        padding: 0;
        margin-top: -35px;
    }

    .slide_bg {
        height: 650px;
        margin-top: -719px;
    }

    .tsu_banner {
        padding-top: 0;
    }

    #bannerCarousel {
        margin-top: -10px !important;
    }

    .carousel-control {
        top: 246px;
    }

    .tsu_banner span {
        padding: 2px 10px;
    }

    .tsu_banner .carousel-caption h6 {
        font-size: 18px;
        padding: 10px 0 5px 0;
    }

    .bestRoom_tit h5 {
        font-size: 1.6em !important;
    }

    .bestRoom_tit p {
        font-size: 12px !important;
    }

    .tsu_banner .bestRoom_tit {
        padding-top: 30px;
    }

    .areaTitle h3 {
        font-size: 16px;
    }

}

/* ----------------------------------------------------------------
//슬라이드 배너
-----------------------------------------------------------------*/

.sec4con { max-width: 700px; margin-left:auto; margin-right:auto; }
.sec4con .col-md-4, .sec4con .col-md-12 { padding-left: 5px; padding-right: 5px; }
.dsizs { border:1px solid #ddd; } 
.dsizs p { font-size: 1.4em; margin-top:30px; margin-bottom:50px; }


.sec6 {}
.sec6 p {font-size: 1.6em; line-height: 1.6; }

























/* scroll 아이콘 */
.scroll-indicator {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 1rem;
    width: 100%;
    text-align: center;
    display: block;
    animation: bounce 2s 0s ease infinite;
}

.scroll-indicator a {
    opacity: 0.7;
    color: #111;
    padding: 0 2rem;
}

.scroll-indicator a:hover {
    opacity: 1;
}

.scroll-indicator a i {
    font-size: 3rem;
}

/* Navigation */
#fp-nav {
    position: fixed;
    display: table !important;
    z-index: 1200;
    margin-top: 0 !important;
    top: 25vh;
    opacity: 1;
    height: 50vh;
    padding: 0 3rem;
    background: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#fp-nav.nav-position {
    right: 0;
}

#fp-nav ul {
    display: table-cell;
    vertical-align: middle;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 3rem;
    height: 3.5rem;
    position: relative;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    height: 2.4rem;
    width: 2.4rem;
    left: .3rem;
    top: .6rem;
    background-color: inherit;
    border: 3px solid #eee;
}

#fp-nav ul li:hover #fp-nav ul li a.active span,
#fp-slidesNav ul li:hover #fp-nav ul li a.active span,
#fp-nav ul li:hover .fp-slidesNav ul li a.active span,
#fp-slidesNav ul li:hover .fp-slidesNav ul li a.active span {
    height: 1.2rem;
    width: 1.2rem;
    margin: -0.6rem 0 0 -0.6rem;
    border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 1rem;
    width: 1rem;
    top: calc(50% - 0.5rem);
    left: calc(50% - 0.5rem);
    background: #eee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    background: #eee;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fp-tableCell {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    #contents {
        padding: 0;
    }

    .main-nav {
        background: rgba(255, 255, 255, 0);
    }

    .small-height {
        background: rgba(255, 255, 255, 1);
    }
    /*
    .mobile-nav .fa {
         color: #fff; 
    }*/

    .small-height .mobile-nav .fa {
        color: #000;
    }

    /* SECTION 0 */
    .sec1con {
        font-size: 1.5em;
        margin-top: 20px;
    }

    .sec1con2 {
        font-size: 1em;
    }

    .neoDiffusermainSec1pagehomeC img {
        width: 50px;
    }

    .neoDiffusermainSec1pagehomeC {
        padding-bottom: 30%;
    }

    .neoDiffusermainSec1page {
        background-color: rgba(0, 0, 0, 0);
    }

    /* SECTION 1 */
    .neoDiffuserBITitle {
        font-size: 2.5em;
        margin-left: auto;
        margin-bottom: .2rem;
        text-align: center;
    }

    .neoDiffuserBITitleSub {
        margin-bottom: -5px;
        text-align: center;
        margin-top: 15px;
    }

    .carousel-indicators {
        margin-bottom: 0 !important;
    }

    .neoDiffuserBICon {
        font-size: 1em;
    }

    .bIbar {
        width: 50px;
        height: 1px;
        background-color: #555;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .neoDiffuserBIbutton {
        text-align: center;
    }

    /* SECTION 5 */
    .ddaybox {
        border: 0;
    }
}

@media only screen and (max-width: 480px) {
    .scroll-indicator {
        display: none;
    }

    #fp-nav {
        display: none !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .scroll-indicator {
        display: none;
    }

    #fp-nav {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #fp-nav {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    #fp-nav {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1225px) {}

.main-nav {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}

/* ----------------------------------------------------------------
main slide 1
-----------------------------------------------------------------*/
.swiper-container {
    position: relative;
    z-index: 30;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-algn: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

#sliderinfo1 {
    background: url(../jsdaImg/main-img3.jpg) 50% 0% no-repeat;
    background-size: cover;
}

#sliderinfo2 {
    background: url(../jsdaImg/main-img2.jpg) 50% 0% no-repeat;
    background-size: cover;
}

#sliderinfo3 {
    background: url(../jsdaImg/main-img1.jpg) 50% 0% no-repeat;
    background-size: cover;
}

.swslidecopy {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    margin-top: -600px;
}

.sfcell-p2 {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    margin-top: -80%;
    margin-left: 420px;
    padding-left: 100%;
}

#sliderfixed-info {
    position: absolute;
    top: 50%;
    z-index: 31;
    width: 100%;
    height: 440px;
    margin-top: -230px;
    color: #fff;
    font-weight: 500;
}

.slidercopyfixed {
    width: 100%;
}

.sliderfixed-cell {
    display: table-cell;
    height: 400px;
    vertical-align: middle;
    width: 100%;
}

.mbottom {
    height: 200px;
}

@media only screen and (max-width: 767px) {
    #sliderinfo1 {
        background: url(../jsdaImg/m-main-img3.jpg) 50% 0% no-repeat;
        background-size: cover;
    }

    #sliderinfo2 {
        background: url(../jsdaImg/m-main-img2.jpg) 50% 0% no-repeat;
        background-size: cover;
    }

    #sliderinfo3 {
        background: url(../jsdaImg/m-main-img1.jpg) 50% 0% no-repeat;
        background-size: cover;
    }
}


.btn-mod.btn-onsenslide {
    color: rgba(255, 255, 255, .75);
    background: rgba(255, 0, 0, .50);
}

.btn-mod.btn-onsenslide:hover,
.btn-mod.btn-onsenslide:focus {
    color: rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 1);
}


@media only screen and (max-width: 767px) {

    /*
#sliderfixed-info {
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
}
*/
    .sliderfixed-cell {
        height: 300px;
    }
}

#sliderfixed-info h1 {
    color: #fff;
}

.info-con-1 {
    margin: 100px auto;
    border: 1px solid #fff;
    padding: 50px;
    width: 700px;
    background: rgba(0, 0, 0, .3);
}

.swslidecopy2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    margin-top: -400px;
    font-weight: bold;
}

.topmmargin img,
.maininfo img,
.sns .snsimg,
.maincs img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .info-con-1 {
        margin: auto;
        padding: 20px;
        width: 90%;
    }

    .swslidecopy2 {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        margin-top: 0px;
        font-weight: bold;
    }
}












.goodslist-item {
    position: relative;
}

.goodslist-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.goodslist-grid:after {
    display: block;
    content: '';
    clear: both;
}

.goodslist-item {
    width: 25%;
    float: left;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.goodslist-grid.goodslist-grid-gut {
    margin: 0 0 0 -10px;
}

.goodslist-grid.goodslist-grid-gut .goodslist-item {
    padding: 0;
}

.goodslist-item > a {
    display: block;
    padding: 0 0 84px 0;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.ryokan-title {
    position: absolute;
    bottom: 10%;
    width: 100%;
    padding: 0;
    color: #fff;
    font-weight: 300;
    font-size: 2em;
    text-align: center;
    z-index: 3;
    -webkit-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.goodslist-item a,
/*.goodslist-item a:hover {color: #111;border: none;}*/
.goodslist-img {
    position: relative;
    overflow: hidden;
}

.goodslist-img img {
    width: 100%;
    display: block;
    overflow: hidden;
}

/* 마우스 이벤트 */
.goodslist-intro {
    width: 100%;
    height: 140px;
    padding: 20px 20px 0 20px;
    -webkit-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
}

.goodslist-grid.hide-titles .goodslist-item > a {
    overflow: hidden;
    padding: 0;
}

.goodslist-grid.hide-titles .goodslist-item .goodslist-intro {
    opacity: 0;
    bottom: -94px;
}

.goodslist-grid.hide-titles .goodslist-item:hover .goodslist-intro {
    opacity: 1;
    bottom: 3%;
}

.goodslist-intro {
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.goodslist-item:hover .goodslist-intro {
    color: #fff;
    -webkit-transform: translateY(-99px);
    -moz-transform: translateY(-99px);
    transform: translateY(-99px);
    z-index: 3;
}

@media only screen and (max-width: 767px) {
    .goodslist-item:hover .goodslist-intro {
        -webkit-transform: translateY(-140px);
        -moz-transform: translateY(-140px);
        transform: translateY(-140px);
    }
}

.goodslist-item:hover .ryokan-title {
    bottom: 40%;
}

.goodslist-item .goodslist-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(250, 250, 250, 0);
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.goodslist-item:hover .goodslist-img:after {
    background: #111;
    opacity: .73;
}

.goodslist-item .goodslist-img > img {
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.goodslist-item:hover .goodslist-img > img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
    .goodslist-item {
        width: 50%;
    }

    .goodslist-intro {
        height: 100px;
    }
}

.goodslistbtn {
    background-color: #111;
    width: 100px;
    margin: auto;
    color: #fff;
    padding: 10px;
}

.goodslistText {
    width: 100%;
    margin: auto;
    color: #fff;
    padding: 10px;
    font-size: 1em;
}

.embed-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
















