@charset "utf-8";
.header-gallery {
    /* margin-top: 0 !important; */
}
.mwb-main-gallery-owl-full {
    position: relative;
}
.mwb-main-gallery-owl-full .logoset {
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 10;
    text-align: center;
}
@media (max-width: 991px) {
    /* 991px 보다 작을 경우 */
    .mwb-main-gallery-owl-full .logoset {
        display: none;
    }
}
.mwb-owl-full {
    position: relative;
}
.mwb-owl-full.owl-carousel {}
.owl-full-item {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    position: relative;
}
@media (max-width: 767px) {
    /* 767px 보다 작을 경우 */
    .owl-full-item {
        height: 60vh;
    }
}
@media (max-width: 439px) {
    /* 439px 보다 작을 경우 */
    .owl-full-item {
        height: 40vh;
    }
}
.owl-full-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
}
.owl-full-text {
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    margin-top: -130px;
    left: 0;
    right: 0;
}
.owl-full-text h1 a {
    font-size: 4rem;
    text-transform: capitalize;
    font-family: 'Sunflower', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px 0;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 2px 5px 6px rgba(255, 255, 255, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3)
}
@media (max-width: 767px) {
    /* 767px 보다 작을 경우 */
    .owl-full-text h1 a {
        font-size: 3rem;
    }
}
@media (max-width: 439px) {
    /* 439px 보다 작을 경우 */
    .owl-full-text h1 a {
        font-size: 2rem;
    }
}
.owl-full-text p {
    font-size: 1.6em;
    font-family: 'Sunflower', sans-serif;
    max-width: 800px;
    line-height: 1.4;
    margin: 0 auto 30px;
    /*color: #fff;
    text-shadow: 0 0 0 white, 0 -3px 4px #c5c5c5, 0px 3px 6px #565656;*/
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 2px 5px 6px rgba(255, 255, 255, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3)
}
.mwb-owl-full .owl-item.active h1 {
    -animation: 1s .5s fadeIn both;
    animation: 1s .5s fadeIn both;
}
.mwb-owl-full .owl-item.active p {
    -webkit-animation: 1s .3s fadeIn both;
    animation: 1s .3s fadeIn both;
    animation-delay: 0.9s;
}
.mwb-owl-full .owl-item.active .owl-full-more-btn {
    -webkit-animation: 1s .7s fadeInUp both;
    animation: 1s .7s fadeInUp both;
}
.mwb-owl-full .owl-nav {
    height: 0;
    margin: 0;
}
.mwb-owl-full .owl-nav .owl-prev,
.mwb-owl-full .owl-nav .owl-next,
.mwb-owl-full .owl-dot {
    font-size: 0;
    margin: 0;
}
.mwb-owl-full .owl-nav .owl-prev:before,
.mwb-owl-full .owl-nav .owl-next:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 2em;
    line-height: 1;
    color: #b3afaf;
    font-weight: 900;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 0px 12px rgba(0, 0, 0, 0.05);
}
.mwb-owl-full .owl-nav .owl-prev:before {
    content: "\f053";
    margin-left: 10px;
    left: 0px;
}
.mwb-owl-full .owl-nav .owl-next:after {
    content: "\f054";
    margin-right: 10px;
    right: 0px;
}
.mwb-owl-full .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.mwb-owl-full .owl-dots {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 1vh;
    left: 1vw;
    right: 0;
}
.mwb-owl-full .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.mwb-owl-full .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 4px;
    background: #ccc;
    display: block;
    border-radius: 0;
    opacity: 0.6;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.mwb-owl-full .owl-dots .owl-dot.active span {
    width: 12px;
}
.mwb-owl-full .owl-dots .owl-dot.active span,
.mwb-owl-full .owl-dots .owl-dot:hover span {
    background: #4589c8;
}
.mwb-mouse-scroll {
    display: block;
    margin: 0 auto;
    width: 12px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    z-index: 1;
}
.mwb-mouse-scroll .scroll-arrows {
    display: block;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 5px 2px;
    width: 8px;
    height: 8px;
}
.mwb-mouse-scroll .scroll-arrows.unu {
    margin-top: 1px;
}
.mwb-mouse-scroll .scroll-arrows.unu,
.mwb-mouse-scroll .scroll-arrows.doi,
.mwb-mouse-scroll .scroll-arrows.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}
.mwb-mouse-scroll .scroll-arrows.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.mwb-mouse-scroll .scroll-arrows.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    margin-top: -6px;
}
.mwb-mouse-scroll .scroll-arrows.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    margin-top: -6px;
}
.mwb-mouse-scroll .mouse {
    height: 21px;
    width: 12px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}
.mwb-mouse-scroll .mouse .wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.mwb-mouse-scroll .mouse .wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}
@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(16px);
        -ms-transform: translateY(16px);
        transform: translateY(16px);
    }
}
@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 4px;
    }
    50% {
        top: 7px;
    }
    75% {
        top: 4px;
    }
    100% {
        top: 1px;
    }
}
@-o-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 4px;
    }
    50% {
        top: 7px;
    }
    75% {
        top: 4px;
    }
    100% {
        top: 1px;
    }
}
@keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 4px;
    }
    50% {
        top: 7px;
    }
    75% {
        top: 4px;
    }
    100% {
        top: 1px;
    }
}
@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
/*//////////////////////////////////*/
/* Responsive style design by MWBS3 */
/*//////////////////////////////////*/
@media (min-width: 440px) {
    /* 440px 보다 클 경우 */
}
@media (min-width: 768px) {
    /* 768px 보다 클 경우 */
}
@media (min-width: 992px) {
    /* 992px 보다 클 경우 */
}
@media (min-width: 1200px) {
    /* 1200px 보다 클 경우 */
}
@media (max-width: 1199px) {
    /* 1199px 보다 작을 경우 */
}
@media (max-width: 991px) {
    /* 991px 보다 작을 경우 */
}
@media (max-width: 767px) {
    /* 767px 보다 작을 경우 */
    .owl-full-item {
        /*height: 80vh;*/
    }
    .mwb-owl-full.owl-carousel .owl-nav button.owl-next {
        top: auto;
        margin: 0;
        bottom: 0px;
    }
    .mwb-owl-full.owl-carousel .owl-nav button.owl-prev {
        top: auto;
        margin: 0;
        bottom: 0px;
    }
    .owl-dots {
        bottom: 10px;
        left: 50px;
        right: 50px;
    }
    .owl-full-text {
        margin-top: -50px;
        max-width: 600px;
    }
    .owl-full-text h1 {
        font-size: 4em;
    }
    .owl-full-text p {
        font-size: 1.2em;
    }
}
@media (max-width: 439px) {
    /* 439px 보다 작을 경우 */
    .owl-full-item {
        /*height: 60vh;*/
    }
    .owl-full-text {
        margin-top: -50px;
        max-width: 300px;
    }
    .owl-full-text h1 {
        font-size: 2.5em;
    }
    .owl-full-text p {
        font-size: 0.8em;
        line-height: 1.2em;
    }
}
@media (min-width: 440px) and (max-width: 767px) {
    /* 440-767 사이 */
}
@media (min-width: 768px) and (max-width: 991px) {
    /* 768-991 사이 */
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* 992-1199 사이 */
}