
/* DEMO STYLE*/



/*p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}*/

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    /*padding: 15px 30px;*/
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    LEFT SIDEBAR STYLE
----------------------------------------------------- */

#leftsidebar {
    width: 360px;
    position: fixed;
    padding-top: 3px;
    top: 0px;
    left: -360px;
    height: 100vh;
    z-index: 1200;
    background: #ffffff;
    /*color: #A9A9A9;*/
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#leftsidebar.active {
    left: 0px;
}

#leftdismiss {
    width: 35px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#leftdismiss:hover {
    background: #6F7071;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    top: 0px;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#leftsidebar .sidebar-header {
    padding-left: 20px;
    padding-top: 30px;
    background: #fff;
}

#leftsidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #6F7071;
}

#leftsidebar ul p {
    color: #fff;
    padding: 10px;
}

#leftsidebar ul li a {
    padding: 10px;
    /*font-size: 1.1em;*/
    display: block;
}

#leftsidebar ul li a:hover {
    color: #fff;
    background: #6F7071;
}

#leftsidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6F7071;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #fff;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #6F7071;
}

a.article,
a.article:hover {
    background: #6F7071 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

/*#content {*/
/*    width: 100%;*/
/*    padding: 20px;*/
/*    min-height: 100vh;*/
/*    transition: all 0.3s;*/
/*    position: absolute;*/
/*    top: 80px;*/
/*    right: 0;*/
/*}*/


/* ---------------------------------------------------
 둥근 예약 버튼 시작
----------------------------------------------------- */
 a#booking_top_btn {
     position: fixed;
     right: 3%;
     bottom: 50px;
     z-index: 999;
 }
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 20px 16px;
    border-radius: 35px;
    font-size: 20px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
/* ---------------------------------------------------
    둥근 예약 버튼 끝
----------------------------------------------------- */

/* ---------------------------------------------------
    헤드 제목
----------------------------------------------------- */

.titleHeader {
      text-align: center;
      margin-top: 1em;
      font-size: x-large;
  }

.titleHeader:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 3px solid #bcbcbc;
    margin: 20px auto;
}


/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-anni {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}



@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 3;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.cropping {
    width: 100%;
    overflow: hidden;
}

.cropping img {
    max-width: initial;
    margin-top: -22%;
    margin-bottom: -22%;
}

.jb-font-1 {
    font-family: "Malgun Gothic";
}
.jb-font-2 {
    font-family: "Noto Sans CJK KR";
}

footer {
    /* position: absolute;
     bottom: 0;
     left: 0;
     right: 0;*/
    color: white;
    background-color: #8b8b8b;
}


@media (min-width: 340px) and (max-width: 576px) {

    .cropping img {
        max-width: initial;
        margin-top: -10%;
        margin-bottom: -10%;
    }

}

.img-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.gnb_bar div{margin-right: 0.2rem;}
.gnb_bar div:after{padding-left: 0.2rem; content:"|"}
.gnb_bar div:last-child::after{content:""}

.gnb_bar_menu div{margin-right: 0.4rem;}
.gnb_bar_menu div:after{padding-left: 0.4rem; content:"|"}
.gnb_bar_menu div:last-child::after{content:""}


.my-hr1 {
    border: 0;
    height: 1px;
    width: 90%;
    background: darkgrey;
}

.my-hr2 {
    border: 0;
    height: 2px;
    background: grey;
}

.my-hr2-ccc {
    border: 0;
    height: 3px;
    background: #ccc;
}

.fs-09{
    font-size: 0.9rem;
}
.fs-08{
    font-size: 0.8rem;
}
.fs-07{
    font-size: 0.7rem;
}
.fs-06{
    font-size: 0.6rem;
}
.fs-05{
    font-size: 0.5rem;
}

.fs-8{
    font-size: 0.8rem;
}
.fs-9{
    font-size: 0.9rem;
}
.fs-10{
    font-size: 1.0rem;
}
.fs-11{
    font-size: 1.1rem;
}

.fs-12{
    font-size: 1.2rem;
}
.fs-13{
    font-size: 1.3rem;
}
.fs-14{
    font-size: 1.4rem;
}
.fs-15{
    font-size: 1.5rem;
}
.fs-16{
    font-size: 1.6rem;
}
.fs-17{
    font-size: 1.7rem;
}
.fs-18{
    font-size: 1.8rem;
}
.fs-20{
    font-size: 2.0rem;
}

.fs-30{
    font-size: 3.0rem;
}

.fs-36{
    font-size: 3.6rem;
}

.ca {text-transform: capitalize;}
.up {text-transform: uppercase;}
.lo {text-transform: lowercase;}
.va {font-variant: small-caps;}

.m_title {
    font-size: 1.6rem;
}

.m_subtitle {
    font-size: 1.4rem;
}

.p_title {
    font-size: 1.5rem;
}

.p_subtitle {
    font-size: 1.3rem;
}

/* ---------------------------------------------------
    RIGHT SIDEBAR STYLE
----------------------------------------------------- */

#rightsidebar {
    width: 360px;
    position: fixed;
    padding-top: 8px;
    top: 0px;
    right: -360px;
    height: 100vh;
    z-index: 1200;
    background: #ffffff;
    /*color: #A9A9A9;*/
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#rightsidebar.active {
    right: 0px;
}

#rightdismiss {
    width: 35px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#rightdismiss:hover {
    background: #6F7071;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    top: 0px;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#rightsidebar .sidebar-header {
    padding:   17px;
    background: #fff;
}

#rightsidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #6F7071;
}

#rightsidebar ul p {
    color: #fff;
    padding: 10px;
}

#rightsidebar ul li a {
    padding: 10px;
    /*font-size: 1.1em;*/
    display: block;
}

#rightsidebar ul li a:hover {
    color: #fff;
    background: #6F7071;
}

#rightsidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6F7071;
}





