/* [Master Stylesheet] */
/*
Template Name: Alazea - Gardening &amp; Landscaping HTML Template
Template Author: Colorlib
Template Author URI: http://colorlib.com
Text Domain: Alazea, Gardening & Landscaping
Version: - v1.0
*/
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800");
/* :: 2.0 Import All CSS */
@import url(t_css/bootstrap.min.css);
@import url(t_css/classy-nav.css);
@import url(t_css/owl.carousel.min.css);
@import url(t_css/animate.css);
@import url(t_css/magnific-popup.css);
@import url(t_css/font-awesome.min.css);
@import url(t_css/elegant-icon.css);


h1, h2, h3, h4, h5, h6 {
    color: #303030;
    line-height: 1.3;
    font-weight: 500;
}

/* :: 3.1.0 Spacing */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
    height: 400px;
}

.height-500 {
    height: 500px;
}

.height-600 {
    height: 600px;
}

.height-700 {
    height: 700px;
}

.height-800 {
    height: 800px;
}

/* :: 3.3.0 Section Padding */
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

/* :: 3.4.0 Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

.section-heading p {
    font-size: 16px;
    color: #707070;
    margin-bottom: 0;
}

/* :: 3.5.0 Preloader */
.preloader {
    background-color: #ffffff9e;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
}

.preloader .preloader-circle {
    width: 80px;
    height: 80px;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-top-color: var(--key_green_color);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
}

.preloader .preloader-img img {
    max-width: 45px;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* :: 3.6.0 Miscellaneous */


.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.font-bold {
    font-weight: 700;
}

.bg-fixed {
    background-attachment: fixed !important;
}


.font-light {
    font-weight: 300;
}

.bgmain_gray {
    background-color: #f2f4f5;
}

/* :: 3.7.0 ScrollUp */
#scrollUp {
    background-color: var(--key_green_color);
    border-radius: 0;
    bottom: 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 50px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    background-color: #303030;
}

/* :: 3.8.0 alazea Button */
.alazea-btn {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 150px;
    height: 46px;
    background-color: var(--key_green_color);
    border: 2px solid var(--key_green_color) !important;
    border-radius: 2px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 500;

}


.alazea-btn:nth-child(2) {
    color: var(--key_green_color);
}

.alazea-btn:nth-child(1) {
    color: #ffffff
}

.alazea-btn.active {
    font-size: 16px;
    color: var(--key_green_color);
    background-color: transparent;
    box-shadow: none;
}

.alazea-btn:nth-child(1):hover, .alazea-btn:nth-child(1):focus {
    color: var(--key_green_color) !important;
    background-color: transparent;
    box-shadow: none;
}

.alazea-btn:nth-child(2):hover, .alazea-btn:nth-child(2):focus {
    color: var(--key_green_color) !important;
}


/* :: 4.0 Header Area CSS */
.header-area {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: transparent;
}

.header-area .top-header-area {
    position: relative;
    z-index: 100;
    background-color: transparent;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid rgba(235, 235, 235, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-header-area {
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .top-header-area {
        z-index: 1;
    }
}

.header-area .top-header-area .top-header-content {
    position: relative;
    z-index: 1;
    height: 41px;
}

.header-area .top-header-area .top-header-content .top-header-meta a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
}

.header-area .top-header-area .top-header-content .top-header-meta a:first-child {
    margin-right: 30px;
}

.header-area .top-header-area .top-header-content .top-header-meta a i {
    margin-right: 5px;
    color: var(--key_green_color);
}

.top-header-meta:hover {
    color: var(--key_green_color);
}


@media only screen and (max-width: 767px) {
    .header-area .top-header-area .top-header-content .top-header-meta a span {
        display: none;
    }
}

.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown {
    position: relative;
    z-index: 1;
}

.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown::after {
    width: 1px;
    height: 100%;
    background-color: rgba(235, 235, 235, 0.2);
    content: '';
    top: 0;
    right: 15px;
    z-index: 2;
    position: absolute;
}

.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .btn {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 12px;
}

.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .btn:focus {
    box-shadow: none;
}

.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
    background-color: var(--key_green_color);
    border: none;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
        top: 90px !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
        min-width: 100px;
        top: 70px !important;
    }
}

.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu .dropdown-item:focus,
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
    background-color: #111111;
}

.header-area .top-header-area .top-header-content .top-header-meta .cart {
    position: relative;
    z-index: 1;
}

.header-area .top-header-area .top-header-content .top-header-meta .cart::after {
    width: 1px;
    height: 100%;
    background-color: rgba(235, 235, 235, 0.2);
    content: '';
    top: 0;
    left: -15px;
    z-index: 2;
    position: absolute;
}

.header-area .top-header-area .top-header-content .top-header-meta .cart a {
    margin-right: 0;
}

.header-area .top-header-area .top-header-content .top-header-meta .welcome {
    color: white;
    padding-right: 15px;
}

.header-area .alazea-main-menu {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}


.header-area .alazea-main-menu .classy-nav-container {
    background-color: transparent;
}

.header-area .alazea-main-menu .classy-navbar {
    height: 90px;
    padding: 0;
}

.header-area .alazea-main-menu .classy-navbar .nav-brand {
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .classy-navbar {
        height: 70px;
    }
}

/*햄버거 네비게이션 큰 카테고리*/
.header-area .alazea-main-menu .classynav ul li .nav_text {
    padding: 0 30px;
    text-transform: capitalize;
    font-size: 20px;
    color: #ffffff;
    width: 100%;
    text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .alazea-main-menu .classynav ul li .nav_text {
        font-size: 18px;
        padding: 0 20px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .alazea-main-menu .classy-navbar .classy-menu.menu-on {
        background-color: #111111;
    }

    .header-area .alazea-main-menu .menu-on .classynav ul li .nav_text {
        background-color: #111111;
        font-size: 16px;
        color: #ffffff;
        border-bottom: none;
    }

    .header-area .alazea-main-menu .classynav ul li .dropdown {
        font-size: 9px;
        color: #ffffff;
        border-bottom: none;
    }
}


@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .classy-navbar .classy-menu.menu-on {
        background-color: #111111;
    }

    .header-area .alazea-main-menu .menu-on .classynav ul li .nav_text {
        background-color: #111111;
        font-size: 16px;
        color: #ffffff;
        border-bottom: none;
    }

    .header-area .alazea-main-menu .classynav ul li .dropdown {
        font-size: 5px;
        color: #ffffff;
        border-bottom: none;
    }
}


.header-area .alazea-main-menu .classynav ul li a:hover, .header-area .alazea-main-menu .classynav ul li a:focus {
    color: var(--key_green_color) !important;
}

.header-area .alazea-main-menu .classynav ul li a::after {
    color: #ffffff;
}

.header-area .alazea-main-menu .classynav ul li ul li a {
    border-bottom: none;
}

.header-area .alazea-main-menu .classynav ul li ul li a::after {
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .alazea-main-menu .classynav ul li ul li a::after {
        color: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .classynav ul li ul li a::after {
        color: #ffffff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .alazea-main-menu .classynav ul li ul li a {
        color: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .classynav ul li ul li a {
        color: #ffffff;
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .alazea-main-menu .classy-navbar-toggler .navbarToggler span {
        background-color: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .classy-navbar-toggler .navbarToggler span {
        background-color: #ffffff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .alazea-main-menu .classycloseIcon .cross-wrap span {
        background: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .classycloseIcon .cross-wrap span {
        background: #ffffff;
    }
}

.header-area .alazea-main-menu .search-form {
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.header-area .alazea-main-menu .search-form form {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #ffffff;
    width: 500px;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .search-form form {
        width: 290px;
        padding: 20px;
    }
}

.header-area .alazea-main-menu .search-form form input {
    width: 100%;
    height: 45px;
    border: 1px solid #ebebeb;
    padding: 0 30px;
    border-radius: 5px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .search-form form input {
        padding: 0 15px;
    }
}

.header-area .alazea-main-menu .search-form .closeIcon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 41px;
    right: 60px;
    z-index: 200;
    cursor: pointer;
    color: #707070;
}

.header-area .alazea-main-menu .search-form .closeIcon:hover {
    color: var(--key_green_color);
}

@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .search-form .closeIcon {
        top: 31px;
        right: 35px;
    }
}

.header-area .alazea-main-menu .search-form.active {
    opacity: 1;
    visibility: visible;
}

.header-area .is-sticky {

}

.header-area .is-sticky .alazea-main-menu {
    background-color: #111111;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}

.header-area #searchIcon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    margin-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area #searchIcon {
        margin-left: 30px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area #searchIcon {
        margin-left: 30px;
        margin-top: 15px;
    }
}

.header-area #searchIcon:hover, .header-area #searchIcon:focus {
    color: var(--key_green_color);
}

/* :: 5.0 Hero Slides Area */
.hero-area,
.hero-post-slides {
    position: relative;
    z-index: 1;
}


@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* :: 6.0 Subscribe Newsletter Area */
.subscribe-newsletter-area {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    background-size: cover;
    background-position: top right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-newsletter-area .subscribe-form {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .subscribe-newsletter-area .subscribe-form {
        margin-top: 50px;
    }
}

.subscribe-newsletter-area .subscribe-form form {
    position: relative;
    z-index: 1;
}

.subscribe-newsletter-area .subscribe-form form input {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    height: 46px;
    background-color: #ffffff;
    padding: 10px 20px;
    border: none;
}

.subscribe-newsletter-area .subscribe-form form input:focus {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}

.subscribe-newsletter-area .subscribe-form form button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border: none;
    border-radius: 0 2px 2px 0;
}

.subscribe-newsletter-area .subscribe-side-thumb .first-img {
    position: absolute;
    top: -30px;
    left: 5%;
    z-index: 10;
}

/* :: 7.0 New Arrivals Products Area */
.single-product-area {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-product-area .product-img {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-product-area .product-img a {
    display: block;
}

.single-product-area .product-img img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.single-product-area .product-img .product-tag a {
    background-color: #429edf;
    border-radius: 2px;
    display: inline-block;
    height: 20px;
    padding: 0 10px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

.single-product-area .product-img .product-tag.sale-tag a {
    background-color: #e61d47;
}

.single-product-area .product-img .product-meta {
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-product-area .product-img .product-meta a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    background-color: #303030;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}

.single-product-area .product-img .product-meta a:hover, .single-product-area .product-img .product-meta a:focus {
    background-color: var(--key_green_color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-area .product-img .product-meta a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-area .product-img .product-meta a {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .single-product-area .product-img .product-meta a {
        font-size: 14px;
    }
}

.single-product-area .product-img .product-meta .add-to-cart-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    width: calc(100% - 100px);
    border-left: 1px solid rgba(235, 235, 235, 0.5);
    border-right: 1px solid rgba(235, 235, 235, 0.5);
}

.single-product-area .product-info a p {
    margin-bottom: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.single-product-area .product-info a p:hover, .single-product-area .product-info a p:focus {
    color: var(--key_green_color);
}

.single-product-area .product-info h6 {
    margin-bottom: 0;
    font-size: 18px;
}

.single-product-area:hover .product-img {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}

.single-product-area:hover .product-img .product-meta {
    visibility: visible;
    opacity: 1;
}

/* :: 8.0 Shop Page Area CSS */
.shop-sorting-data {
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
    .shop-sorting-data .shop-page-count {
        margin-bottom: 30px;
    }
}

.shop-sorting-data .shop-page-count p {
    font-size: 18px;
    color: #707070;
    margin-bottom: 0;
    font-weight: 500;
}

.shop-sorting-data .search_by_terms {
    position: relative;
    z-index: 1;
}

.shop-sorting-data .search_by_terms select {
    width: 180px;
    height: 40px;
    color: #51545f;
    font-size: 16px;
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    .shop-sorting-data .search_by_terms select {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .shop-sorting-data .search_by_terms select {
        margin-left: auto;
        margin-right: 15px;
        margin-bottom: 0;
    }
}

.shop-sorting-data .search_by_terms select:focus {
    box-shadow: none;
}

.shop-widget {
    position: relative;
    z-index: 1;
}

.shop-widget .widget-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.shop-widget .custom-control .custom-control-label {
    font-size: 16px;
    color: #707070;
}

.shop-widget .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--key_green_color);
}

.shop-widget .single-best-seller-product {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.shop-widget .single-best-seller-product::after {
    margin-bottom: 0;
}

.shop-widget .single-best-seller-product .product-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
    margin-right: 30px;
}

.shop-widget .single-best-seller-product .product-info a {
    display: block;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.shop-widget .single-best-seller-product .product-info a:hover, .shop-widget .single-best-seller-product .product-info a:focus {
    color: #303030;
}

.shop-widget .single-best-seller-product .product-info p {
    margin-bottom: 0;
    color: #303030;
    font-weight: 500;
}

.shop-widget .single-best-seller-product .product-info .ratings i {
    font-size: 12px;
    color: #ff9800;
}

.slider-range-price {
    position: relative;
    z-index: 1;
}

.shop-widget .ui-slider-handle {
    background-color: var(--key_green_color);
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 30;
    top: -3px;
}

.ui-slider-handle.first-handle {
    display: none !important;
}

.shop-widget .ui-slider-range.ui-widget-header.ui-corner-all {
    background-color: var(--key_green_color);
    position: absolute;
    height: 6px;
    width: auto;
    z-index: 10;
    left: 2px !important;
}

.shop-widget .ui-slider-horizontal {
    height: 6px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.shop-widget .range-price {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    text-transform: uppercase;
}

.single_product_thumb {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .single_product_thumb {
        margin-bottom: 50px;
    }
}

.single_product_thumb .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
}

.single_product_thumb .carousel-indicators li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .single_product_thumb .carousel-indicators li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }
}

.single_product_thumb .carousel-indicators li.active {
    border: 1px solid var(--key_green_color);
}

.single_product_desc {
    position: relative;
    z-index: 1;
}

.single_product_desc .title {
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .single_product_desc .title {
        font-size: 24px;
    }
}

.single_product_desc .price {
    font-size: 26px;
    font-weight: 600;
    color: var(--key_green_color);
    margin-bottom: 30px;
}

.single_product_desc .short_overview {
    margin-bottom: 30px;
}

.single_product_desc .short_overview p {
    font-size: 14px;
}

.single_product_desc .cart--area {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 50px;
}

.single_product_desc .cart {
    position: relative;
    z-index: 1;
}

.single_product_desc .cart .quantity {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
    width: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_desc .cart .quantity {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        width: 70px;
    }
}

.single_product_desc .cart .quantity .qty-text {
    height: 46px;
    padding: 5px 15px;
    width: 130px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    font-size: 14px;
    border: none;
    background-color: #f2f4f5;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_desc .cart .quantity .qty-text {
        width: 70px;
    }
}

.single_product_desc .cart .quantity .qty-minus,
.single_product_desc .cart .quantity .qty-plus {
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 99;
    cursor: pointer;
    font-size: 8px;
    line-height: 46px;
    color: #303030;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_desc .cart .quantity .qty-minus,
    .single_product_desc .cart .quantity .qty-plus {
        left: 0;
    }
}

.single_product_desc .cart .quantity .qty-plus {
    left: auto;
    right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_desc .cart .quantity .qty-plus {
        right: 0;
    }
}

.single_product_desc .wishlist-compare {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .single_product_desc .wishlist-compare {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single_product_desc .wishlist-compare {
        margin-top: 0;
    }
}

.single_product_desc .wishlist-compare a {
    background-color: #f2f4f5;
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
}

.single_product_desc .products--meta {
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

.single_product_desc .products--meta p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single_product_desc .products--meta p span:first-child {
    font-weight: 500;
    color: #303030;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    width: 150px;
}

.single_product_desc .products--meta p span:last-child {
    font-weight: 400;
    color: #707070;
}

.single_product_desc .products--meta p span:last-child a {
    color: #cccccc;
    font-size: 14px;
    margin-right: 15px;
}

.single_product_desc .products--meta p span:last-child a:hover {
    color: var(--key_green_color);
}

.product_details_tab {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.product_details_tab .nav-tabs {
    border-bottom: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.product_details_tab .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 15px;
    font-size: 20px;
    color: #303030;
}

.product_details_tab .nav-tabs .nav-link.active, .product_details_tab .nav-tabs .nav-link:hover {
    color: var(--key_green_color);
}

.product_details_tab .additional_info_area p {
    color: #303030;
}

.product_details_tab .additional_info_area p span {
    color: #707070;
}

.product_details_tab .review-rating i {
    color: #ff9800;
    font-size: 14px;
}

.product_details_tab .review-rating > span {
    font-size: 16px;
    font-weight: 500;
    color: #303030;
}

.submit_a_review_area form .stars {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 0;
    width: 150px;
}

.submit_a_review_area form .stars::after, .submit_a_review_area form .stars::before {
    display: table;
    content: "";
}

.submit_a_review_area form .stars::after {
    clear: both;
}

.submit_a_review_area form .stars input[type="radio"] {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.submit_a_review_area form .stars input[type="radio"].star-5:checked ~ span {
    width: 100%;
}

.submit_a_review_area form .stars input[type="radio"].star-4:checked ~ span {
    width: 80%;
}

.submit_a_review_area form .stars input[type="radio"].star-3:checked ~ span {
    width: 60%;
}

.submit_a_review_area form .stars input[type="radio"].star-2:checked ~ span {
    width: 40%;
}

.submit_a_review_area form .stars input[type="radio"].star-1:checked ~ span {
    width: 20%;
}

.submit_a_review_area form .stars label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent !important;
    cursor: pointer;
}

.submit_a_review_area form .stars label:hover ~ span {
    background-position: 0 -30px;
}

.submit_a_review_area form .stars label.star-5:hover ~ span {
    width: 100% !important;
}

.submit_a_review_area form .stars label.star-4:hover ~ span {
    width: 80% !important;
}

.submit_a_review_area form .stars label.star-3:hover ~ span {
    width: 60% !important;
}

.submit_a_review_area form .stars label.star-2:hover ~ span {
    width: 40% !important;
}

.submit_a_review_area form .stars label.star-1:hover ~ span {
    width: 20% !important;
}

.submit_a_review_area form .stars span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 -60px;
    -webkit-transition: -webkit-width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.review-details p {
    font-size: 12px;
}

.submit_a_review_area h4 {
    font-size: 20px;
}

.submit_a_review_area .form-group > label {
    font-size: 14px;
}

.submit_a_review_area input,
.submit_a_review_area select {
    font-size: 14px;
    width: 100%;
    height: 40px;
    border: none;
    background-color: #f2f4f5;
    border-radius: 0;
}

.submit_a_review_area textarea {
    width: 100%;
    height: 100px;
    border: none;
    border-radius: 0;
    background-color: #f2f4f5;
}

/* :: 9.0 Cart Area CSS */
.cart-table {
    position: relative;
    z-index: 1;
}

.cart-table thead tr,
.cart-table thead th {
    width: 20%;
}

.cart-table thead th {
    border: none;
    border-bottom: none;
    font-size: 20px;
    padding: 0 0 30px 0;
    color: #303030;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

.cart-table thead th:first-child {
    width: 40%;
}

.cart-table tbody tr {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ebebeb;
}

.cart-table tbody tr td {
    position: relative;
    z-index: 1;
    padding: 30px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #303030;
    vertical-align: middle;
}

.cart-table tbody tr td.cart_product_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.cart-table tbody tr td.cart_product_img a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    display: inline-block;
    margin-right: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin-left: 2px;
}

.cart-table tbody tr td.cart_product_img h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.cart-table tbody tr td i {
    font-size: 36px;
    color: #c42525;
}

.cart-table .quantity {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
}

.cart-table .quantity .qty-text {
    height: 46px;
    padding: 5px 15px;
    width: 100px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    font-size: 14px;
    border: none;
    background-color: #f2f4f5;
    text-align: center;
}

.cart-table .quantity .qty-minus,
.cart-table .quantity .qty-plus {
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 99;
    cursor: pointer;
    font-size: 8px;
    line-height: 46px;
    color: #303030;
}

.cart-table .quantity .qty-minus i,
.cart-table .quantity .qty-plus i {
    font-size: 10px;
    color: #303030;
}

.cart-table .quantity .qty-plus {
    left: auto;
    right: 10px;
}

.coupon-discount {
    position: relative;
    z-index: 1;
}

.coupon-discount form {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.coupon-discount form input {
    width: 300px;
    height: 46px;
    border: 1px solid #ebebeb;
    background-color: #f5f5f5;
    padding: 0 30px;
    font-size: 14px;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .coupon-discount form input {
        width: 150px;
        padding: 0 10px;
        font-size: 13px;
        margin-right: 15px;
    }
}

.coupon-discount form button {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 170px;
    height: 46px;
    border: 1px solid #ebebeb;
    background-color: #cccccc;
    color: #303030;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
}

.coupon-discount form button:hover, .coupon-discount form button:focus {
    background-color: var(--key_green_color);
    color: #ffffff;
    border-color: var(--key_green_color);
}

.cart-totals-area {
    position: relative;
    z-index: 1;
}

.cart-totals-area .title-- {
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
}

.cart-totals-area .subtotal,
.cart-totals-area .total {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.cart-totals-area .subtotal h5,
.cart-totals-area .total h5 {
    font-size: 18px;
    color: #303030;
    margin-bottom: 0;
}

.cart-totals-area .subtotal h5:last-child,
.cart-totals-area .total h5:last-child {
    font-weight: 600;
}

.cart-totals-area .shipping {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.cart-totals-area .shipping h5 {
    font-size: 18px;
    color: #303030;
    margin-bottom: 0;
    margin-right: 50px;
}

.cart-totals-area .shipping .shipping-address select,
.cart-totals-area .shipping .shipping-address input,
.cart-totals-area .shipping .shipping-address input,
.cart-totals-area .shipping .shipping-address button {
    width: 100%;
    height: 30px;
    font-size: 10px;
    padding: 0 10px;
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.cart-totals-area .shipping .shipping-address button {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    height: 30px;
    border: 1px solid #ebebeb;
    background-color: #cccccc;
    color: #303030;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 0;
}

.cart-totals-area .shipping .shipping-address button:hover, .cart-totals-area .shipping .shipping-address button:focus {
    background-color: var(--key_green_color);
    color: #ffffff;
    border-color: var(--key_green_color);
}

/* :: 10.0 Checkout Area CSS */
.checkout_area {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.checkout_details_area {
    position: relative;
    z-index: 1;
}

.checkout_details_area h5 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.checkout_details_area input,
.checkout_details_area select,
.checkout_details_area textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #ebebeb;
    background-color: #f5f5f5;
    font-size: 14px;
}

.checkout_details_area input:focus,
.checkout_details_area select:focus,
.checkout_details_area textarea:focus {
    box-shadow: none;
    border: 1px solid var(--key_green_color);
}

.checkout_details_area textarea {
    height: 100px;
}

.checkout_details_area .custom-control-label {
    font-size: 14px;
}

.checkout-content {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout-content {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout-content {
        margin-top: 100px;
    }
}

.checkout-content .title-- {
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
}

.checkout-content .subtotal,
.checkout-content .shipping,
.checkout-content .products,
.checkout-content .order-total {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.checkout-content .subtotal h5,
.checkout-content .shipping h5,
.checkout-content .products h5,
.checkout-content .order-total h5 {
    font-size: 18px;
    color: #303030;
    margin-bottom: 0;
}

.checkout-content .subtotal h5:last-child,
.checkout-content .shipping h5:last-child,
.checkout-content .products h5:last-child,
.checkout-content .order-total h5:last-child {
    font-weight: 600;
}

.checkout-content .single-products p {
    line-height: 1.3;
    margin-bottom: 0;
}

.checkout-content .single-products h5 {
    line-height: 1.3;
    margin-bottom: 0;
}

/* :: 11.0 Testimonial Area CSS */
.testimonials-slides {
    position: relative;
    z-index: 1;
}

.testimonials-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .testimonials-slides .owl-dots {
        width: 100%;
    }
}

.testimonials-slides .owl-dots .owl-dot {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    max-width: 12px;
    width: 12px;
    border: 2px solid #b6b7b7;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
}

.testimonials-slides .owl-dots .owl-dot::after {
    width: 4px;
    height: 4px;
    background-color: var(--key_green_color);
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.testimonials-slides .owl-dots .owl-dot.active {
    border-color: var(--key_green_color);
}

.testimonials-slides .owl-dots .owl-dot.active::after {
    opacity: 1;
    visibility: visible;
}

.single-testimonial-slide {
    position: relative;
    z-index: 1;
}

.single-testimonial-slide .testimonial-thumb {
    width: 300px;
    height: 300px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
}

.single-testimonial-slide .testimonial-thumb img {
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .single-testimonial-slide .testimonial-thumb {
        width: 250px;
        height: 250px;
        margin-bottom: 50px;
    }
}

.single-testimonial-slide .testimonial-content .testimonial-author-info h6 {
    font-size: 18px;
    margin-bottom: 0;
}

.single-testimonial-slide .testimonial-content .testimonial-author-info p {
    margin-bottom: 0;
    color: var(--key_green_color);
}

/* :: 12.0 About Us Area CSS */
.about-us-area {
    position: relative;
    z-index: 1;
}

.about-us-area .border-line {
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    margin-top: 50px;
}

.alazea-progress-bar {
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.alazea-progress-bar .single_progress_bar {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.alazea-progress-bar .single_progress_bar:last-child {
    margin-bottom: 0;
}

.alazea-progress-bar .single_progress_bar p {
    font-weight: 500;
    line-height: 1;
    font-size: 18px;
    color: #303030;
    margin-bottom: 10px;
}

.barfiller {
    background-color: #ebebeb;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 10px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: var(--key_green_color);
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -35px;
    padding: 2px 4px;
    font-size: 18px;
    color: #303030;
    left: 0;
    position: absolute;
    z-index: 2;
    background: transparent;
    font-weight: 500;
}

.barfiller .tip::after {
    display: none;
}

.single-benefits-area {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.single-benefits-area img {
    margin-bottom: 30px;
}

.single-benefits-area p {
    margin-bottom: 0;
}

/* :: 13.0 Service Area CSS */
.single-service-area {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.single-service-area:last-child {
    margin-bottom: 0;
}

.single-service-area .service-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    max-width: 45px;
    width: 45px;
}

.single-service-area .service-content p {
    margin-bottom: 0;
}

.alazea-video-area {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
}

.alazea-video-area.bg-overlay:after {
    border-radius: 6px;
}

.alazea-video-area img {
    position: relative;
    z-index: -21;
    border-radius: 6px;
}

.alazea-video-area .video-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 70px;
    height: 70px;
    background-color: var(--key_green_color);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 100;
    border-radius: 50%;
    line-height: 72px;
    text-align: center;
    cursor: pointer;
    opacity: 0.9;
}

.alazea-video-area .video-icon i {
    color: #ffffff;
    font-size: 24px;
}

.alazea-video-area .video-icon:hover {
    opacity: 1;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}

/* :: 14.0 Team Member Area CSS */
.single-team-member {
    position: relative;
    z-index: 1;
}

.single-team-member .team-member-thumb {
    position: relative;
    z-index: 1;
}

.single-team-member .team-member-thumb img {
    width: 100%;
}

.single-team-member .team-member-thumb .team-member-social-info {
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: rgba(48, 48, 48, 0.7);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-team-member .team-member-thumb .team-member-social-info a {
    color: #ffffff;
    line-height: 60px;
    margin: 0 15px;
}

.single-team-member .team-member-thumb .team-member-social-info a:hover {
    color: var(--key_green_color);
}

.single-team-member .team-member-info h5 {
    margin-bottom: 4px;
}

.single-team-member .team-member-info p {
    margin-bottom: 0;
}

.single-team-member:hover .team-member-thumb .team-member-social-info {
    opacity: 1;
    visibility: visible;
}

/* :: 15.0 Portfolio Area CSS */
.alazea-portfolio-filter {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px;
}

.alazea-portfolio-filter .btn {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    padding: 0;
    font-size: 20px;
    color: #707070;
    font-weight: 500;
    background-color: transparent;
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .alazea-portfolio-filter .btn {
        font-size: 16px;
        padding: 0 5px;
    }
}

.alazea-portfolio-filter .btn:hover, .alazea-portfolio-filter .btn:focus {
    color: var(--key_green_color);
    box-shadow: none;
}

.alazea-portfolio.row {
    margin-right: -10px;
    margin-left: -10px;
}

.alazea-portfolio .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.single_portfolio_item {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    overflow: hidden;
    height: 400px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_portfolio_item {
        height: 290px;
    }
}

@media only screen and (max-width: 767px) {
    .single_portfolio_item {
        height: 300px;
    }
}

.single_portfolio_item .portfolio-thumbnail {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: calc(100% - 20px);
    position: absolute;
    height: 100%;
    top: 0;
    left: 10px;
    right: 10px;
    background-repeat: no-repeat;
}

.single_portfolio_item .portfolio-hover-overlay {
    width: calc(100% - 20px);
    height: 100%;
    top: 0;
    left: 10px;
    right: 10px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: rgba(112, 199, 69, 0.8);
    position: absolute;
    z-index: 10;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.single_portfolio_item .portfolio-hover-overlay a {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
    font-size: 28px;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
        font-size: 18px;
    }
}

.single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
    font-size: 18px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
        font-size: 14px;
    }
}

.single_portfolio_item:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.single_portfolio_item:hover .portfolio-hover-overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-page .single_portfolio_item {
    height: 320px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: 0;
    text-align: center;
    padding-right: 0;
    top: 40px;
    width: 36px;
    height: 36px;
    background-color: var(--key_green_color);
    line-height: 36px;
}

.mfp-bottom-bar {
    margin-top: 0;
    top: auto;
    bottom: 55px;
    left: 0;
    width: 100%;
    cursor: auto;
    background-color: transparent;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.mfp-bottom-bar .mfp-title {
    line-height: normal;
    color: #ffffff;
    padding-right: 0;
    background-color: var(--key_green_color);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
}

.mfp-bottom-bar .mfp-counter {
    color: #ffffff;
    position: relative;
    line-height: normal;
    background-color: var(--key_green_color);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
}

/* :: 16.0 Cool Facts Area CSS */
.cool-facts-area {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: top left;
}

@media only screen and (max-width: 767px) {
    .cool-facts-area::after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #f2f4f5;
        content: '';
        position: absolute;
        z-index: -1;
    }
}

.cool-facts-area .side-img {
    position: absolute;
    bottom: -80px;
    right: 10%;
    z-index: 10;
    width: 150px;
}

.single-cool-fact {
    position: relative;
    z-index: 1;
}

.single-cool-fact .cf-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    margin-right: 30px;
}

.single-cool-fact .cf-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1;
}

.single-cool-fact .cf-content h6 {
    font-weight: 400;
    color: #707070;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* :: 17.0 Footer Area CSS */
.footer-area {
    position: relative;
    width: 100%;
    z-index: 1;
}

.footer-area::after {
    background-color: rgba(4, 43, 15, 0.8);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}


.footer-area .main-footer-area {
    position: relative;
    z-index: 1;
    padding-top: 80px;
}

.footer-area .single-footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.footer-area .single-footer-widget p {
    color: #b7b7b7;
    margin-bottom: 20px;
}

.footer-area .single-footer-widget .social-info a {
    display: inline-block;
    border: 1px solid #b7b7b7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    margin-right: 5px;
    line-height: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .single-footer-widget .social-info a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }
}

.footer-area .single-footer-widget .social-info a:hover, .footer-area .single-footer-widget .social-info a:focus {
    border-color: var(--key_green_color);
    background-color: var(--key_green_color);
}

.footer-area .single-footer-widget .widget-title h5 {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-area .single-footer-widget .widget-nav ul {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-area .single-footer-widget .widget-nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.footer-area .single-footer-widget .widget-nav ul li a {
    display: block;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 11px;
}

.footer-area .single-footer-widget .widget-nav ul li a:hover, .footer-area .single-footer-widget .widget-nav ul li a:focus {
    color: #ffffff;
}

.footer-area .single-footer-widget .single-best-seller-product {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.footer-area .single-footer-widget .single-best-seller-product::after {
    margin-bottom: 0;
}

.footer-area .single-footer-widget .single-best-seller-product .product-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
    margin-right: 30px;
}

.footer-area .single-footer-widget .single-best-seller-product .product-info a {
    display: block;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 400;
}

.footer-area .single-footer-widget .single-best-seller-product .product-info a:hover, .footer-area .single-footer-widget .single-best-seller-product .product-info a:focus {
    color: #ffffff;
}

.footer-area .single-footer-widget .single-best-seller-product .product-info p {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
}

.footer-area .single-footer-widget .contact-information p {
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 13px;
}

.footer-area .single-footer-widget .contact-information p span {
    color: #b7b7b7;
}

.footer-area .single-footer-widget .contact-information p:last-child {
    margin-bottom: 0;
}

.footer-area .footer-bottom-area {
    position: relative;
    z-index: 1;
}

.footer-area .footer-bottom-area .border-line {
    width: 100%;
    height: 1px;
    background-color: #34513d;
}

.footer-area .footer-bottom-area .copywrite-text {
    position: relative;
    z-index: 1;
    padding: 20px 0;
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .copywrite-text {
        text-align: center;
        padding-bottom: 0;
    }
}

.footer-area .footer-bottom-area .copywrite-text p {
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 400;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .copywrite-text p {
        font-size: 12px;
    }
}

.footer-area .footer-bottom-area .copywrite-text p a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

.footer-area .footer-bottom-area .copywrite-text p a:hover, .footer-area .footer-bottom-area .copywrite-text p a:focus {
    color: var(--key_green_color);
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .copywrite-text p a {
        font-size: 12px;
    }
}

.footer-area .footer-bottom-area .footer-nav {
    position: relative;
    z-index: 1;
    padding: 20px 0;
}

.footer-area .footer-bottom-area .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .footer-nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-area .footer-bottom-area .footer-nav ul li a {
    display: inline-block;
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 400;
    margin: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-bottom-area .footer-nav ul li a {
        margin: 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .footer-nav ul li a {
        margin: 0 5px;
    }
}

.footer-area .footer-bottom-area .footer-nav ul li a:hover, .footer-area .footer-bottom-area .footer-nav ul li a:focus {
    color: #ffffff;
}

.footer-area .footer-bottom-area .footer-nav ul li:last-child a {
    margin-right: 0;
}

/* :: 18.0 Breadcumb Area CSS */
.breadcrumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
}

/*    상단 이미지 너비*/
.breadcrumb-area .top-breadcrumb-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 350px;
}

/*    상단 이미지 제목 */
.breadcrumb-area .top-breadcrumb-area h2 {
    margin-top: 132px;
    font-size: 36px;
    z-index: 12;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
}


.breadcrumb-area .breadcrumb {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.breadcrumb-area .breadcrumb .breadcrumb-item {
    font-size: 16px;
    color: #b7b7b7;
    text-transform: capitalize;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a {
    text-transform: capitalize;
    font-size: 16px;
    color: #303030;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a:hover, .breadcrumb-area .breadcrumb .breadcrumb-item a:focus {
    color: var(--key_green_color);
}

.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #303030;
    content: ">";
}

/* :: 19.0 Blog Area CSS */
.single-blog-post {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-blog-post .post-thumbnail {
    position: relative;
    z-index: 1;
}

.single-blog-post .post-content .post-title h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 1.5;
    margin-bottom: 15px;
}

.single-blog-post .post-content .post-title h5:hover {
    color: var(--key_green_color);
}

.single-blog-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.single-blog-post .post-content .post-meta a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 14px;
    color: #b7b7b7;
    margin-right: 30px;
}

.single-blog-post .post-content .post-meta a:last-child::after {
    content: '/';
    top: 0;
    left: -20px;
    position: absolute;
    z-index: 1;
}

.single-blog-post .post-content .post-meta a i {
    margin-right: 5px;
    color: var(--key_green_color);
}

.single-blog-post .post-content .post-meta a:hover {
    color: var(--key_green_color);
}

.single-blog-post .post-content .post-excerpt {
    font-size: 16px;
    color: #707070;
    margin-bottom: 0;
}

.single-blog-post:hover .post-content .post-title h5 {
    color: var(--key_green_color);
}

.pagination {
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .page-item .page-link {
    color: #707070;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    padding: 0;
    margin: 0 10px;
}

.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    border-color: var(--key_green_color);
    background-color: var(--key_green_color);
    color: #ffffff;
}

.shop-products-area .pagination {
    position: relative;
    z-index: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.shop-products-area .pagination .page-item .page-link {
    color: #707070;
    width: 46px;
    height: 46px;
    border-radius: 0;
    text-align: center;
    border: 1px solid #ebebeb;
    font-size: 18px;
    line-height: 44px;
    padding: 0;
    margin: 0 10px;
    background-color: #f5f5f5;
}

.shop-products-area .pagination .page-item .page-link:hover, .shop-products-area .pagination .page-item .page-link:focus {
    border-color: var(--key_green_color);
    background-color: var(--key_green_color);
    color: #ffffff;
}

/* :: 20.0 Comment Area */
.comment_area {
    position: relative;
    z-index: 1;
    padding: 50px 0 20px 0;
    border-top: 1px solid #ebebeb;
}

.comment_area .headline {
    margin-bottom: 30px;
}

.comment_area .single_comment_area {
    position: relative;
    z-index: 1;
}

.comment_area .single_comment_area::after {
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #ebebeb;
    left: 100px;
    top: 0;
    z-index: 2;
    content: '';
}

@media only screen and (max-width: 767px) {
    .comment_area .single_comment_area::after {
        display: none;
    }
}

.comment_area .single_comment_area .comment-wrapper {
    margin-bottom: 30px;
}

.comment_area .single_comment_area .comment-wrapper .comment-author {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 60px;
}

@media only screen and (max-width: 767px) {
    .comment_area .single_comment_area .comment-wrapper .comment-author {
        margin-right: 20px;
    }
}

.comment_area .single_comment_area .comment-wrapper .comment-author img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comment_area .single_comment_area .comment-wrapper .comment-content {
    -webkit-box-flex: 0;
    -ms-flex: 1;
    flex: 1;
}

.comment_area .single_comment_area .comment-wrapper .comment-content .comment-date {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--key_green_color);
}

.comment_area .single_comment_area .comment-wrapper .comment-content h5 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.comment_area .single_comment_area .comment-wrapper .comment-content p {
    font-size: 16px;
    margin-bottom: 5px;
}

.comment_area .single_comment_area .comment-wrapper .comment-content .comment-date {
    color: #b7b7b7;
    font-size: 14px;
    margin-bottom: 10px;
}

.comment_area .single_comment_area .comment-wrapper .comment-content a {
    font-size: 14px;
    color: #303030;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comment_area .single_comment_area .comment-wrapper .comment-content a:hover {
    color: var(--key_green_color);
}

.single_comment_area ol li.single_comment_area {
    margin-left: 130px;
}

.single_comment_area ol li.single_comment_area::after {
    display: none;
}

@media only screen and (max-width: 767px) {
    .single_comment_area ol li.single_comment_area {
        margin-left: 40px;
    }
}

.single_comment_area ol li.single_comment_area .comment-wrapper .comment-author {
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .single_comment_area ol li.single_comment_area .comment-wrapper .comment-author {
        margin-right: 15px;
    }
}

/* :: 21.0 Leave A Reply Area CSS */
.leave-comment-area {
    position: relative;
    z-index: 1;
    border-top: 1px solid #ebebeb;
    padding: 50px 0 0 0;
}

.leave-comment-area h4 {
    margin-bottom: 30px;
}

.leave-comment-area form .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #b7b7b7;
    padding: 10px 20px;
    margin-bottom: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.leave-comment-area form .form-control:focus {
    box-shadow: none;
    border-color: var(--key_green_color);
}

.leave-comment-area form textarea.form-control {
    width: 100%;
    height: 120px;
}

/* :: 22.0 Sidebar Area CSS */
@media only screen and (max-width: 767px) {
    .post-sidebar-area {
        margin-top: 100px;
    }
}

.single-widget-area {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.single-widget-area .widget-title {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.single-widget-area .widget-title h4 {
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}

.single-widget-area .widget-content img {
    margin-top: 20px;
    margin-bottom: 15px;
}

.single-widget-area .widget-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
}

.single-widget-area .single-latest-post {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-widget-area .single-latest-post:last-child {
    margin-bottom: 0;
}

.single-widget-area .single-latest-post .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
    margin-right: 30px;
}

.single-widget-area .single-latest-post .post-content .post-title h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.single-widget-area .single-latest-post .post-content .post-title h6:hover, .single-widget-area .single-latest-post .post-content .post-title h6:focus {
    color: var(--key_green_color);
}

.single-widget-area .single-latest-post .post-content .post-date {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    color: #b7b7b7;
    line-height: 1;
}

.single-widget-area .popular-tags li a {
    display: inline-block;
    margin: 4px;
    padding: 10px 15px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    color: #707070;
    background-color: #f9f9f9;
}

.single-widget-area .popular-tags li a:hover, .single-widget-area .popular-tags li a:focus {
    color: #ffffff;
    background-color: var(--key_green_color);
}

.single-widget-area .author-widget {
    border: 1px solid #ebebeb;
    padding: 30px;
}

.single-widget-area .author-widget .author-thumb-name {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.single-widget-area .author-widget .author-thumb-name .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-widget-area .author-widget .author-thumb-name .author-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
}

.single-widget-area .author-widget .author-thumb-name .author-thumb img {
    border-radius: 50%;
}

.single-widget-area .author-widget .author-thumb-name .author-name h5 {
    margin-bottom: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-widget-area .author-widget .author-thumb-name .author-name h5 {
        font-size: 14px;
    }
}

.single-widget-area .author-widget .author-thumb-name .author-name p {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-widget-area .author-widget .author-thumb-name .author-name p {
        font-size: 13px;
    }
}

.single-widget-area .author-widget .social-info a {
    display: inline-block;
    margin-right: 20px;
    color: #b7b7b7;
}

.single-widget-area .author-widget .social-info a:hover {
    color: var(--key_green_color);
}

.single-widget-area .single-best-seller-product {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.single-widget-area .single-best-seller-product::after {
    margin-bottom: 0;
}

.single-widget-area .single-best-seller-product .product-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
    margin-right: 30px;
}

.single-widget-area .single-best-seller-product .product-info a {
    display: block;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.single-widget-area .single-best-seller-product .product-info a:hover, .single-widget-area .single-best-seller-product .product-info a:focus {
    color: #303030;
}

.single-widget-area .single-best-seller-product .product-info p {
    margin-bottom: 0;
    color: #303030;
    font-weight: 500;
}

.single-widget-area .single-best-seller-product .product-info .ratings i {
    font-size: 12px;
    color: #ff9800;
}

.single-widget-area .search-form {
    position: relative;
    z-index: 2;
}

.single-widget-area .search-form input {
    background-color: #ffffff;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #b7b7b7;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

.single-widget-area .search-form input:focus {
    box-shadow: none;
}

.single-widget-area .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 10;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
    color: #303030;
    border: 1px solid #ebebeb;
    border-left: none;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.single-widget-area .search-form button:hover {
    color: var(--key_green_color);
}

.single-post-details-area {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.single-post-details-area .post-content .post-title {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-post-details-area .post-content .post-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .single-post-details-area .post-content .post-title {
        font-size: 24px;
    }
}

.single-post-details-area .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.single-post-details-area .post-content .post-meta a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 18px;
    color: #b7b7b7;
    margin-right: 30px;
}

.single-post-details-area .post-content .post-meta a:last-child::after {
    content: '/';
    top: 0;
    left: -20px;
    position: absolute;
    z-index: 1;
}

.single-post-details-area .post-content .post-meta a i {
    margin-right: 5px;
    color: var(--key_green_color);
}

.single-post-details-area .post-content .post-meta a:hover {
    color: var(--key_green_color);
}

.single-post-details-area .post-content blockquote {
    position: relative;
    z-index: 1;
    padding: 30px 50px;
    background-color: #f9f9f9;
}

.single-post-details-area .post-content blockquote .blockquote-text h5:last-child {
    color: var(--key_green_color);
}

.post-tags-share {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.post-tags-share .popular-tags span {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 15px;
}

.post-tags-share .popular-tags li a {
    display: inline-block;
    margin: 4px;
    padding: 10px 15px;
    background-color: #f9f9f9;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    color: #707070;
}

.post-tags-share .popular-tags li a:hover, .post-tags-share .popular-tags li a:focus {
    color: #ffffff;
    background-color: var(--key_green_color);
}

.post-tags-share .post-share a {
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
}

.post-tags-share .post-share a:hover, .post-tags-share .post-share a:focus {
    color: var(--key_green_color);
}

@media only screen and (max-width: 767px) {
    .post-tags-share .post-share a {
        padding: 0 5px;
    }
}

/* :: 23.0 Contact Area CSS */
.map-area {
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.map-area iframe {
    width: 100%;
    height: 400px;
    border: none;
    margin-bottom: 0;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .map-area iframe {
        height: 320px;
    }
}

.contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 45px;
    width: 100%;
    background-color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 15px 20px;
    font-weight: 400;
    color: #b7b7b7;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.contact-form-area .form-control:focus {
    box-shadow: none;
    border-color: var(--key_green_color);
}

.contact-form-area textarea.form-control {
    height: 80px;
}

.contact-form-area a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.contact-information p {
    line-height: 1.3;
    color: #707070;
    margin-bottom: 13px;
}

.contact-information p span {
    color: #303030;
}

.contact-information p:last-child {
    margin-bottom: 0;
}

.contact--thumbnail {
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
    .contact--thumbnail {
        margin-bottom: 100px;
    }
}

/* :: 24.0 Portfolio Details Area CSS */
.portfolio-details-area {
    position: relative;
    z-index: 1;
}

.portfolio-details-area ul li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.portfolio-details-area ul li i {
    color: var(--key_green_color);
    margin-right: 15px;
}

.portfolio-slides {
    position: relative;
    z-index: 1;
}

.portfolio-slides .owl-prev {
    position: absolute;
    top: calc(50% - 30px);
    color: #ffffff;
    font-size: 50px;
    left: 30%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
}

.portfolio-slides .owl-next {
    position: absolute;
    top: calc(50% - 30px);
    color: #ffffff;
    font-size: 50px;
    right: 30%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
}

.portfolio-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.portfolio-slides .owl-dots .owl-dot {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    max-width: 12px;
    width: 12px;
    border: 2px solid #b7b7b7;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
}

.portfolio-slides .owl-dots .owl-dot::after {
    width: 4px;
    height: 4px;
    background-color: var(--key_green_color);
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.portfolio-slides .owl-dots .owl-dot.active {
    border-color: var(--key_green_color);
}

.portfolio-slides .owl-dots .owl-dot.active::after {
    opacity: 1;
    visibility: visible;
}

.portfolio-details-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.portfolio-details-meta h5 {
    margin-bottom: 5px;
}

.portfolio-details-meta p {
    margin-bottom: 0;
}

.portfolio-details-meta:last-child {
    margin-bottom: 0;
}

/* ======= The End ======= */

/*# sourceMappingURL=style.css.map */


/*========================== 로그인 시작 ======================== */
#mb_login {
    margin: 0 auto;
    width: 460px;
    padding: 100px 0;
}

/**  상단 헤더 고정 이미지 추가해서 주석함 padding:100px 0; */
#mb_login h1 {
    margin: 0 0 20px;
    font-size: 1.3em
}

#mb_login h2 {
    margin: 0
}

#mb_login p {
    padding: 10px 0;
    line-height: 1.5em
}

#mb_login #login_fs {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 95px;
    border: 1px solid #cfded8;
    border-bottom: 0;
    background: #fff
}

#mb_login #login_fs legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

#mb_login #login_fs label {
    letter-spacing: -0.1em;
    line-height: 40px;
    position: absolute;
}

#mb_login #login_fs .login_id {
}

#mb_login #login_fs .login_pw {
}

#mb_login #login_fs #login_auto_login {
    line-height: 40px;
    height: 40px;
    margin-right: 10px;
}

#mb_login #login_fs .frm_input {
    display: block;
    margin: 0 0 5px 80px;
    width: 152px
}

#mb_login #login_fs .btn_submit {
    position: absolute;
    top: 20px;
    right: 70px;
    width: 75px;
    height: 85px
}

#mb_login #login_info {
    margin: 0 0 30px;
    padding: 20px;
    border: 1px solid #cfded8;
    background: #f5f6fa
}

#mb_login #login_info div {
    text-align: right
}

#mb_login #login_fs {
    border: none;
    margin: 0;
    padding: 0;
}

#mb_login #login_fs .btn_submit {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    position: static;
    background: #5c0060;
    border: none;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    transition: all 0.4s;
    color: #ffffff
}

#mb_login #login_fs .btn_submit:hover {
    opacity: 0.8;
    color: var(--key_white_color) !important;
}

#login_id, #login_id {
    width: 100%;
}

#mb_login #login_fs .frm_input {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#mb_login #login_info {
    border-width: 1px 0 0;
    background: none;
    margin-top: 30px;
    padding: 15px 10px;
}

#mb_login #login_info a {
    display: block;
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    background: none;
    border: none;
    color: #292929;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
}

#mb_login #login_info a:first-child {
    border-right: 1px solid #e9e9e9
}

.login_input_wrap {
    padding: 10px 20px;
    border: 1px solid #e9e9e9;
    margin-bottom: 14px
}

#mb_login #login_fs .frm_input {
    padding: 0 10px;
    margin-bottom: 0;
    line-height: 38px;
    height: 38px;
    border: none;
}

#mb_login #login_fs .btn_submit {
    margin-top: 30px;
    letter-spacing: -0.075em
}

#mb_login #login_fs label {
    text-align: left;
    color: #808080;
    font-size: 14px;
    letter-spacing: -0.075em;
    vertical-align: inherit;
}

#mb_login #login_fs #login_auto_login {
    margin-right: 4px;
}

/*========================== 로그인 끝 ======================== */


/*========================== 회원 가입 & 개인 정보 수정 시작 ======================== */

.join_wrap {
    margin: 0 0 20px
}

.join_wrap label {
    margin-bottom: 0px;
}

.join_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /*border-top: 1px solid #e4e4e4;*/
    /*var(--key_green_color);*/
    font-size: 14px;
}

.join_wrap th {
    width: 20%;
    padding: 40px;
    border: 1px solid #e4e4e4;
    background: #fafafa;
    text-align: left;
    color: #333;
    margin-top: 10px;
}

.join_wrap td {
    padding: 15px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background: transparent
}

.join_wrap textarea, .frm_input {
    border: 1px solid #dddddd;
    color: #000;
    vertical-align: middle;
    padding: 0px 5px;
    /*font-size: 13px !important;*/
}

.join_wrap textarea {
    padding: 2px 2px 3px
}

.frm_input {
    height: 50px;
    width: 78%;
}

.join_wrap table .day {
    float: left;
    margin-right: 20px;
    width: 35%;
}

.join_wrap table .day1 {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 20px;
}

.join_wrap textarea {
    width: 98%;
    height: 100px
}

.join_wrap a {
    text-decoration: none
}

.join_wrap .frm_file {
    display: block;
    margin-bottom: 5px
}

.join_wrap .frm_info {
    display: block;
    padding: 0 0 0 5px;
    line-height: 30px;
}


input:focus {
    outline: none;
}

button:focus {
    outline: none;
}

label {
    margin-bottom: 0px
}

.mandatory {
    color: #dc1c4d;
}

.idChkBt {
    display: inline-block;
    padding: 12px;
    border: 1px solid var(--key_green_color);
    background: #fafafa;
    color: var(--key_green_color);
    text-decoration: none;
    vertical-align: middle;
}

.idChkBt1 {
    display: inline-block;
    padding: 12px;
    border: 1px solid var(--key_green_color);
    background: var(--key_green_color);
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
}

.notoMedium {
    font-weight: 500;
    font-size: 15px;
    margin-left: 20px;
    width: 19%;
}

.memberInfoGenderWrap {
    width: 32%;
}

.md-check > i {
    width: 0;
    height: 18px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 20px;
    top: -1px;
}

.join_wrap .indigo {
    background-color: var(--key_green_color);
    color: #fff;
}

.join_wrap .md-check {
    cursor: pointer;
    margin: 0;
    display: inline-block;
    position: relative;
}

.join_wrap .md-check input {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}

.join_wrap .md-check > i:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 100%;
    border: 1px solid #b9b9b9;
    border-radius: 2px;
}

.join_wrap .md-check input:checked + i:before {
    border-width: 0;
    background-color: inherit;
}

.join_wrap .md-check input[type='checkbox']:checked + i:after {
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 2px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid white;
    border-top: 0;
    border-left: 0;
    content: ' ';
}

.join_wrap .md-check input[type='radio'] + i,
.join_wrap .md-check input[type='radio'] + i:before {
    border-radius: 50%;
}

.join_wrap .md-check input[type='radio']:checked + i:after {
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
}

.join_wrap .md-check input[type='radio']:checked + i:after {
    position: absolute;
    left: 6px;
    top: 6px;
    display: table;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    content: ' ';
}

.join .btn_confirm {
    text-align: center
}


.join a.btn_withdraw_btn {
    /*display: inline-block;*/
    /*width: 20%;*/
    /*height: 100%;*/
    /*padding: 14px 0;*/
    /*color: #b1001c;*/
    /*border: 1px solid #b1001c;*/
    /*margin-top: 20px;*/
    /*font-size: 16px;*/
}

/*========================== 회원 가입  & 개인정보 수정 끝 ======================== */

/*========================== 아이디 찾기 find_id 시작 ======================== */
.find_id_wrap #login_info a:first-child {
    border-right: none !important;
    width: 100% !important;
}

.find-id-result-txt {
    border-left: none !important;
    border-right: none !important;

}

/*========================== 아이디 찾기 find_id 끝 ======================== */


/*========================== 마이페이지 시작 ======================== */


/* 폼 테이블 시작 */

.tbl_frm01 {
    margin: 0 0 20px
}

.tbl_frm01 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /*border-top: 1px solid var(--key_green_color);*/
}

.tbl_frm01 th {
    width: 20%;
    padding: 40px;
    border: 1px solid #e4e4e4;
    background: #fafafa;
    text-align: left;
    color: #333;
}

.tbl_frm01 td {
    padding: 15px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background: transparent
}

.tbl_frm01 textarea, .frm_input {
    border: 1px solid #dddddd;
    color: #000;
    vertical-align: middle;
    padding: 0px 5px;
}

.tbl_frm01 textarea, .frm_input1 {
    border: 1px solid #dddddd;
    color: #000;
    vertical-align: middle;
    padding: 0px 5px;
    height: 48.5px;
    width: 90%;
}

.tbl_frm01 textarea {
    padding: 2px 2px 3px
}

.frm_input {
    height: 50px;
    width: 78%;
}

.tbl_frm01 table .day {
    float: left;
    margin-right: 20px;
    width: 35%;
    text-align: center;
    position: relative;
}

.tbl_frm01 table .day1 {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 20px;
}

.tbl_frm01 textarea {
    width: 98%;
    height: 100px
}

.tbl_frm01 a {
    text-decoration: none
}

.tbl_frm01 .frm_file {
    display: block;
    margin-bottom: 5px
}

.tbl_frm01 .frm_info {
    display: block;
    padding: 0 0 0 5px;
    line-height: 30px;
}

.tbl_frm01 .page-title {
    font-weight: 400;
    font-size: 22px;
}

.tbl_my01 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 2px solid var(--key_green_color) !important;
}

.tbl_my01 th {
    padding: 13px !important;
    border: 1px solid #e4e4e4;
    border-left: 0;
    border-right: 0;
    background: #fafafa;
    text-align: left;
    color: #333;
    width: auto;
    text-align: center;
    height: 70px;
    font-weight: 500 !important;
}

.tbl_my01 td {
    background: transparent;
    color: rgb(112, 112, 112) !important;
    text-align: center;
}

.tbl_my01 td, .tbl_my01 th {
    vertical-align: middle !important;
    line-height: 0px !important;
    font-size: 14px !important;
}


.tbl_my01 td .mypage_text .mypage_center {
    display: flex;
    background: none;
    align-items: center;
    justify-content: center;
    margin: auto;
}


.table thead tr td, .table tbody tr td {
    text-align: center;
    font-size: 0.9rem;
}


/* 폼 테이블 끝 */


.tit {
    float: left;
    color: #333;
    font-size: 20px;
    line-height: 30px;
}

.lddMdG {
    margin: 40px 0px 24px;
}

.bRxIbf {
    position: relative;
    /*height: 90px;*/
    /*높이 고정x */
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
}

.bRxIbf a {
    /*display: block;*/
    /*height: 100%;*/
}


.jekmPy {
    border-width: 2px !important;
    border-style: solid !important;
    border-color: var(--key_green_color) var(--key_green_color) transparent !important;
    border-image: initial;
    background-color: rgb(255, 255, 255) !important;
    color: var(--key_green_color);
}


.bRxIbf :not(.jekmPy) a {
    color: rgb(112, 112, 112);
}

/*상단 공통 탭 */
.ebMaZa {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    /*height: 60px;*/
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: var(--key_green_color);

    /*상단 탭 패딩 주기*/
    padding: 0.5rem;
}

/*상단 공통 탭 셀렉터*/
#mySelect {
    display: none;
    width: 100%;
}

table i {
    color: var(--key_green_color);
    margin-right: 10px;
    font-size: 20px !important;
}

.btn-black {
    display: inline-block;
    width: 60px;
    height: 34px;
    line-height: 34px;
    border: 1px solid var(--key_green_color);
    box-sizing: border-box;
    color: var(--key_green_color);
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
}

.btn-black:hover {
    display: inline-block;
    width: 60px;
    height: 34px;
    line-height: 34px;
    border: 1px solid var(--key_green_color);
    box-sizing: border-box;
    background: var(--key_green_color);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
}

.btn-red {
    display: inline-block;
    width: 60px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #000000;
    box-sizing: border-box;
    color: #000000;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
}

.btn-red:hover {
    display: inline-block;
    width: 60px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #000000;
    background: #000000;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
}

.birth_wrap {
    display: revert;
}

.birth_txt {
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*right: 0;*/
    color: #b1001c;
    font-weight: 300;
}


#postCodeLayer {
    border: 1px solid black;
    display: none;
    background: #fff;
    position: fixed;
    overflow: hidden;
    width: 500px;
    height: 460px;
    z-index: 1002;
    -webkit-overflow-scrolling: touch;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

/*==========================  마이페이지 끝 ======================== */


/* RESET & BASIC STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    /*font: 18px/26px "Cabin", sans-serif;*/
}

.container {
    padding: 0 15px;
}

.container-max {
    max-width: 1000px;
    margin: 0 auto;
}

/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*padding: 20px 0;*/
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.15);

}

.page-header nav {
    height: 90px;
    display: flex;
    align-ites: center;
    justify-content: space-between;
}

.page-header button {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 20px;
    border-radius: 10px;
    color: white;
    background: #08a6df;
    transition: background 0.3s;
}

.page-header button svg {
    flex-shrink: 0;
    margin-left: 5px;
    fill: currentColor;
}

.page-header button:hover {
    background: #0ab8f6;
}

/* SECTION STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*section.landing {*/
/*    margin: 100px 0 20px;*/
/*}*/

section.landing:last-of-type {
    /*margin-bottom: 100px;*/
}

section.landing .text {
    max-width: 700px;
    margin: 0 auto 50px;
}

section.landing img {
    border-radius: 15px;
    background: whitesmoke;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky .alazea-main-menu {
    /*border: red solid 4px;*/
    background-color: black;
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    /*padding: 8px 0;*/
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    top: -42px
}

.page-header.is-sticky img {
    max-width: 80%;
}

.page-header.is-sticky button {
    font-size: 14px;
    padding: 7px 10px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/*  index.blade.php 메인화면 swipe image
-------------------------------------------- */
/*스와이프 width height */
.hero-area, .single-hero-post {
    width: 100%;
    height: 940px;
    /*border: #0ab8f6 solid 3px;*/
}

.single-hero-post {
    position: relative;
    z-index: 8;
    overflow: hidden;
}

.single-hero-post .welcome-btn-group .alazea-btn {
    pointer-events: all;
    z-index: 20;
    display: inline-block;
}


.single-hero-post .bg-img-1 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../image/bg-img/1.jpg);
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.single-hero-post .bg-img-2 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../image/bg-img/2.jpg);
    overflow: hidden;
    height: 100%;
    width: 100%;
}


.single-hero-post .slide-img {
    -webkit-animation: slide 24s linear infinite;
    animation: slide 24s linear infinite;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.single-hero-post .hero-slides-content {
    position: relative;
    z-index: 15;
    /* 메인 스와이프 텍스트 */
    margin-top: 132px;
}


.single-hero-post .hero-slides-content h2 {
    font-size: 45px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}


/*    메인화면  폰트 시작 */
.single-hero-post .hero-slides-content p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 50px;
}


/*    메인화면  폰트 끝 */


/*메인화면 최상단 배경이미지 overlay */
.bg-overlay {
    position: relative;
    z-index: 9;
    background-position: center center;
    background-size: cover;
}

.bg-overlay::after {
    background-color: rgba(17, 17, 17, 0.5);
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

/* 메인화면 최상단 배경이미지 끝*/


/* 최상단 헤더
-------------------------------------------------------*/
.header-area {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: transparent;
}

.header-area .top-header-area {
    position: relative;
    z-index: 100;
    background-color: transparent;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid rgba(235, 235, 235, 0.2);
}


.header-area .top-header-area .top-header-content {
    position: relative;
    z-index: 1;
    height: 41px;
}

.header-area .top-header-area .top-header-content .top-header-meta a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
}

.header-area .top-header-area .top-header-content .top-header-meta a:first-child {
    margin-right: 30px;
}

.header-area .top-header-area .top-header-content .top-header-meta a i {
    margin-right: 5px;
    color: var(--key_green_color);
}

.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown {
    position: relative;
    z-index: 1;
}

.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown::after {
    width: 1px;
    height: 100%;
    background-color: rgba(235, 235, 235, 0.2);
    content: '';
    top: 0;
    right: 15px;
    z-index: 2;
    position: absolute;
}

.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .btn {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 12px;
}

.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .btn:focus {
    box-shadow: none;
}

.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
    background-color: var(--key_green_color);
    border: none;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}


.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu .dropdown-item:focus,
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
    background-color: #111111;
}

.header-area .top-header-area .top-header-content .top-header-meta .cart {
    position: relative;
    z-index: 1;
}

.header-area .top-header-area .top-header-content .top-header-meta .cart::after {
    width: 1px;
    height: 100%;
    background-color: rgba(235, 235, 235, 0.2);
    content: '';
    top: 0;
    left: -15px;
    z-index: 2;
    position: absolute;
}

.header-area .top-header-area .top-header-content .top-header-meta .cart a {
    margin-right: 0;
}


/* ----------header-sticky 시작---------------------------------*/


.head-sticky {
    display: block;
    width: 100%;
}

.head-sticky {
    display: block;
    width: 100%;
}

/* ----------header-sticky 끝---------------------------------*/


/*=========================== 개인정보 등 정책 시작 ===========================*/

.policy-doc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 792px;
    height: 871px;
    padding: 40px;
    z-index: 4000;
    background: #fff;
    font-size: .75rem;
    line-height: 28px;
}

.policy-doc > div {
    height: 700px;
    width: 100%;
    overflow: scroll;
}

.policy-doc table {
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 100%;
}

.policy-doc table td, .policy-doc table th {
    border: 1px solid #ccc;
    word-break: break-all;
    padding: 0 10px;
    white-space: pre-line;
    line-height: 200%;
}

.policy-doc table th {
    line-height: 250%;
}

.policy-doc table td {
}

.policy-doc > table thead td {
    font-weight: bold;
    text-align: left;
}

/*=========================== 개인정보 등 정책 끝 ===========================*/


/*=========================== 오시는 길 지도 시작 ===========================*/

.direction {
    width: 100%
}

#daumRoughmapContainer1700589099637 {
    width: 100%
}

/*=========================== 오시는 길 지도 끝 ===========================*/


/*=====================  예약정보 확인 팝업창 시작 ===================*/

/*오른쪽 섹션 시작*/
.reserv-pop-area .right_box {
    flex-direction: column;
    display: flex;
}

.reserv-pop-area .right_box em.light {
    font-size: 0.8rem;
}

.reserv-pop-area .right_box .divbox {
    margin-bottom: 10px;
}

.reserv-pop-area .right_box .chk_confirm_box div {
    flex-direction: row;
    display: flex;
    /*background-color: yellowgreen;*/
    align-items: center;
    margin-bottom: 4px;
}

.reserv-pop-area .right_box .chk_confirm_box div label {
    margin-bottom: 0 !important;
    /*background-color: #ffe817;*/
}

.reserv-pop-area #user-phonenum {
    text-align: end;
}

/*오른쪽 섹션 끝*/

/* 예약팝업 start */
.reserv-pop-area-1, .contract-pop-area-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1020px;
    height: 642px;
    background: #fff;
    z-index: 1001;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contract-pop-area-1 {
    height: 650px;
}

.reserv-pop-area-1::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;
}

.reserv-pop-area-1 > div {
    width: 50%;
    height: 100%;
    padding: 70px 50px;
    box-sizing: border-box;
}

.reserv-pop-area-1 > div h3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 34px;
    padding: 0 0 38px;
    color: #000;
}

.reserv-pop-area-1 > div:nth-of-type(1) p {
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #000;
    font-size: 1rem;
    font-weight: 500;

}

.reserv-pop-area-1 > div:nth-of-type(1) p:last-child {
    border-bottom: 1px solid #000;
}

.reserv-pop-area-1 > div:nth-of-type(1) p span {
    display: inline-block;
    width: 30%;
}

.reserv-pop-area-1 > div:nth-of-type(1) p em {
    display: inline-block;
    width: 69%;
    font-weight: 300;
}

.reserv-pop-area-1 > div:nth-of-type(1) p em input[type=text] {
    width: 99%;
    height: 42px;
    line-height: 42px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 0 0 0 15px;
    transform: translate(-15px, -2px);
}

/*하단 예약하기/ 취소하기 버튼*/
.reserv-pop-area .right_box .btn_confirm_box > a,
.reserv-pop-area .right_box .btn_confirm_box {
    text-align: center;
    margin: auto;
}

.reserv-pop-area .right_box .btn_confirm_box {
    text-align: center;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contract-pop-area-1 > div:nth-of-type(2) > div > div > a {
    padding: 13px 77px;
}

#contract-pop-area-2 > div:nth-of-type(2) > div > div > a {
    padding: 13px 24px;
}

#contract-pop-area-2 > div:nth-of-type(2) > div > div#d-btn > a {
    padding: 13px 77px !important;
}

.reserv-pop-area-1 > div:nth-of-type(2) > p { /* ============================================ */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.ballon-info {
    display: block !important;
}

.ballon-info.hide-ele {
    display: none !important;
}

.ballon-info span {
    display: block !important;
    width: 100% !important;
}

/*=====================  예약정보 확인 팝업창 끝 ===================*/

/*=====================  로그인 시작 ===================*/
.login, .find-pw {
    height: 890px;
    width: 384px;
    margin: 0 auto;
}

.login h3, .find-pw h3 {
    text-align: center;
    padding: 160px 0 0;
    font-size: 2.5rem;
    font-weight: 500;
}

.login .login-input {
    width: 100%;
    padding: 64px 0;
}

.login-input, .find-pw {
    width: 100%;
}

.login .login-input p:first-child, .login-input p:nth-of-type(1), .find-pw .login-input p:nth-of-type(-n+2) {
    margin: 0 0 8px;
}

.login .login-input input, .login-input input, .find-pw .login-input input {
    width: 100%;
    height: 64px;
    border: 1px solid rgba(0, 0, 0, .3);
    font-size: 1rem;
    font-weight: 300;
    padding: 0 40px;
    box-sizing: border-box;
}

.login .login-input > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0 0;
}

.login .login-input > div > span {
    color: rgba(0, 0, 0, .3);
    /*color: var(--key_green_color)*/
}

.login .login-input > div > span input[type=checkbox]:checked ~ label {
    color: var(--key_green_color)
}

.login .login-input > div > span a, .find-pw .login-input > div > span a {
    color: rgba(0, 0, 0, .3);
    text-decoration: underline;
}

.login .login-btn {
    padding: 64px 0 0;
}

.login .login-btn > a, .login-btn > a, .login-btn > a, .find-pw .login-btn > a {
    display: block;
    width: 384px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}

.login .login-btn > a:first-child, .login-btn > a:first-child, .login-btn > a:first-child, .find-pw .login-btn > a:first-child {
    background: var(--key_green_color);
    color: #fff;
}

.login .login-btn > a:last-child {
    color: var(--key_green_color);
    border: 1px solid var(--key_green_color);
    margin: 8px 0 0;
}

.login-input input:focus {
    border: 1px solid #000;
}

/*=====================  로그인 끝 ===================*/

/*=================회원가입 필수동의 이용약관 시작 =======================*/

.join-agree-section li.chkb-btn-area {
    display: flex;
    align-items: center;
}

.join-agree-section {
    width: 100%;
    /*margin: 0 auto 150px;*/
}

.join-agree-section h3 {
    position: relative;
    text-align: center;
    padding: 160px 0 0;
    font-size: 2.5rem;
    font-weight: 500;
}

.join-agree-section h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -64px;
    width: 100%;
    height: 1px;
    background: #000;
}

.join-agree-section .comment {
    margin: 81px 0 0;
}

.join-agree-section .comment p {
    line-height: 30px;
    font-weight: 300;
    font-size: 1.4rem;
}

.join-agree-section .agree-chks {
    margin: 60px 0;
}

.join-agree-section .agree-chks li:not(:last-child) {
    margin: 0 0 16px;
}

.join-agree-section .agree-chks li {
    font-weight: 300;
    color: rgba(0, 0, 0, .3);
}

.join-agree-section .agree-chks li a {
    text-decoration: underline !important;
    padding: 0 0 0 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, .3);
}

.join-agree-section .join-agree-section_all:hover, .join-agree-section .agree-chks label:hover, .join-agree-section .agree-chks li a:hover {
    color: black !important;
}


.join-agree-section .join-agree-section_all {
    position: relative;
    width: 100%;
    margin: 35px 0 0;
    color: rgba(0, 0, 0, .3);
}

.join-agree-section .join-agree-section_all::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
}

.join-agree-section .chkbox:checked + label {
    color: var(--key_green_color);
}

/*=================회원가입 필수동의 이용약관 끝 =======================*/

/*=================회원가입 실명인증 시작 =======================*/

.join-auth-wrapper h3 {
    font-size: 2rem;
    font-weight: 500;
    margin: 60px 0 0;
}

.join-auth-wrapper .join-auth-wrapper-btn {
    margin: 64px 0 0;
}

.join-auth-wrapper .join-auth-wrapper-btn > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


.join-auth-wrapper > .line {
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, .1);
    margin: 40px 0;
}

.join-auth-wrapper .info {
    margin: 40px 0 260px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 40px 0 0;
}

.join-auth-wrapper .info > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.join-auth-wrapper .info > div p:nth-of-type(1) {
    width: 204px;
}

.join-auth-wrapper .info > div p:nth-of-type(2) {
    width: 510px;
    padding: 0 117px 0 0;
}

.join-auth-wrapper .info > div p:nth-of-type(2) span {
    display: block;
    margin: 0 0 6px;
}

.join-auth-wrapper .info .btn-download {
    display: block;
    width: 370px;
    height: 64px;
    line-height: 64px;
    border: 1px solid var(--key_green_color);
    box-sizing: border-box;
    color: var(--key_green_color);
    text-align: center;
}


/** ========회원가입 인증 상단 스텝 ==========*/
.step-num {
    display: inline-block;
    left: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #70c745;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 400;

}

.step-num.inactive {
    background-color: var(--key_lightgrey_color);
    border: 1px solid black;
    color: black;
}

.step-line {
    position: relative;
    display: inline-block;
    width: 50px;
}

.step-line:before {
    content: '';
    position: absolute;
    border-bottom: 2px black solid;
    display: inline-block;
    width: 100%;
}

.step-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.step-line-div {
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    z-index: -3;
}

.step-mid, .step-mid p {
    text-align: center;
    color: var(--key_green_color);
}

.step-mid .inactive {
    color: black;
}

.step-mid {
    margin: 0px 18px 0px 18px;
}

#sns-join-wrapper {
    display: flex;
    position: relative;
    flex-direction: row;
    margin: 30px 0px;
}

#sns-join-wrapper .kakao_auth {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#sns-join-wrapper .sub4_2_2_IconWrap {
    margin-left: 5px;
    margin-bottom: 20px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

@media only screen and (max-width: 992px) {
    #sns-join-wrapper {
        position: unset;
        flex-direction: column;
    }

    #sns-join-wrapper .sub4_2_2_IconWrap {
        position: unset;
        top: 0%;
        left: 0%;
        transform: unset;
        justify-content: center;
    }

    #sns-join-wrapper .kakao_auth {
        position: unset;
        top: 0%;
        left: 0%;
        transform: unset;
    }
}

/*=================회원가입 실명인증 끝 =======================*/


/*=================비밀번호 체크 관련 시작 =======================*/

.pw-wrapper {
    margin: 50px 0 !important;
}

.pw-compare2 {
    display: none !important;
}

.pw-condition {
    background: #e9ecef;
    width: 50% !important;
    padding: 12px !important;
}

.icon-green {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px 10px 0 0;
    background: url("../img/icon-green.png") no-repeat center / 13px 13px;
}

.icon-x-gray {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px 10px 0 0;
    background: url("../img/icon-x-gray.png") no-repeat center / 13px 13px;
}

.icon-x {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px 10px 0 0;
    background: url("../img/icon-x.png") no-repeat center / 13px 13px;
}

/*=================비밀번호 체크 관련 끝 =======================*/


/*
===============================================================
                          Media Query 시작
===============================================================
*/


/*992 ~ 1500*/
@media only screen and (min-width: 992px) and (max-width: 1583px) {
    .single-hero-post {
        height: 690px;
    }

    .hero-area {
        height: 1500px;
        /*border: yellowgreen dashed 4px;*/
    }
}


/*992 ~ 1199*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-post .hero-slides-content h2 {
        font-size: 36px;
    }
}

/* 768 ~ 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post {
        height: 600px;
    }

    .hero-area {
        height: 1410px;
        /*border: mediumvioletred dashed 4px;*/
    }

    .single-hero-post .hero-slides-content h2 {
        font-size: 30px;
    }

    .single-hero-post .hero-slides-content p {
        font-size: 18px;
    }

    .header-area .top-header-area {
        z-index: 1;
    }

    .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
        top: 90px !important;
    }

}

/*  ~ 767  */
@media only screen and (max-width: 767px) {
    .single-hero-post .hero-slides-content {
        margin-top: 112px;
    }

    .single-hero-post .hero-slides-content {
        margin-top: 112px;
    }

    .single-hero-post .hero-slides-content h2 {
        font-size: 24px;
    }

    .header-area .top-header-area {
        z-index: 1;
    }

    .header-area .top-header-area .top-header-content .top-header-meta a span {
        display: none;
    }

    .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
        min-width: 100px;
        top: 70px !important;
    }

    .single-hero-post {
        height: 650px;
    }

    .hero-area {
        height: 1460px;
        /*border: yellowgreen dashed 4px;*/
    }

    /* =========  로그인 시작======= */
    #mb_login h1 img {
        width: 40%;
    }

    #mb_login {
        width: 60%;
    }

    #mb_login #login_fs .frm_input {
        font-size: 12px;
    }

    #mb_login #login_fs .btn_submit {
        font-size: 13px;
    }

    #mb_login #login_info a {
        word-break: keep-all;
        font-size: 10px;
    }

    #mb_login #login_fs label {
        font-size: 11px;
    }

    .login_input_wrap {
        padding: 5px 10px;
    }

    #mb_login #login_fs .frm_input {
        height: 34px;
    }

    /* =========  로그인 끝======= */


}

/*546 ~ 767 */
@media only screen and (max-width: 767px) and (min-width: 546px) {
    .single-hero-post .hero-slides-content p {
        font-size: 16px;
    }

    .single-hero-post .hero-slides-content a {
        min-width: 125px;
        padding: 0 10px;
    }
}


/*=============media-querys 시작 ============*/


/* 테블릿 가로, 테블릿 세로 (해상도 781px ~ 1023px) */
@media all and (max-width: 1220px) {

    /*예약변경/취소가 안되는 경우에는 버튼이 숨겨진다. 반응형일때 불필요한 공간 차지하므로 */
    .border-hide-ele {
        display: none !important;
    }


    .waiting-wrapper .info_wait_section .info_wrapper {
        display: block;
    }

    .waiting-wrapper .info_wait_section .info_wrapper > h3 {
        font-size: 1rem;
    }

    .waiting-wrapper .info_wait_section .info_wrapper > div:nth-child(1) h4 {
        font-size: 0.75rem;
    }

    .waiting-wrapper .info_wait_section .info_wrapper > div:nth-child(2) {
        margin: 30px 0 0 0 !important;
    }

    .waiting-wrapper .info_wait_section .info_wrapper > div:nth-child(2) h4 {
        font-size: 1rem;
    }

    .waiting-wrapper .info_wait_section .info_wrapper > div:nth-child(2) h5 {
        font-size: 0.75rem;
    }

    .ballon-info span {
        font-size: 0.75rem !important;
    }


    section.direction .root_daum_roughmap {
        margin: 25px 0 0;
    }


    /* customer */
    section.board > .content img {
        max-width: 100%;
    }

    section.board > .board-btn > a {
        display: block;
    }

    section.board > .title > p:nth-of-type(1) {
        font-size: .75rem;
        font-weight: 500;
    }

    section.board > .title > p:nth-of-type(2) {
        font-size: .75rem;
    }

    section.board > .table > thead > tr > td {
        text-align: center;
    }

    #mycontract_thead {
        word-wrap: break-word;
        font-size: 0.7rem;
    }

    #mycontract_thead tr td {
        padding: 0 !important;
        border: 0 !important;
    }

    section.board > .table:not(.faq):not(.mypage03) > tbody > tr > td:nth-of-type(1) {
        display: none;
    }

    section.board > .table:not(.faq) > tbody > tr:nth-of-type(1) > td {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }


    /* ================================ 약관 ========================= */
    .policy-doc {
        width: 100%;
        height: 600px;
    }

    .policy-doc pre {
        word-break: break-all;
        white-space: pre-line;
    }

    .policy-doc > div {
        height: 450px;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }


    /* ========================== modal start ========================== */
    #modal-area {
        width: 260px;
        padding: 56px 20px 20px;
    }

    #modal-area .close {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url(../img/close_36_36.png) no-repeat center / 20px 20px;
    }

    #modal-title > h3 {
        padding: 0 0 20px;
        font-size: 1rem;
    }

    #modal-msg > ul > li {
        line-height: 1.2rem;
        padding: 0 0 0 15px;
    }

    #modal-msg > ul > li::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: 5px;
        background: url(../img/circle_8_8.png) no-repeat center / 5px 5px;
    }

    #modal-msg ul li:not(:last-child) {
        margin: 0 0 15px;
    }

    #modal-msg > p {
        font-size: .75rem;
        word-break: break-word;
    }


    #modal-btn > div {
        margin: 30px 0 0;
    }

    #modal-area.one-button > #modal-btn > a {
        display: block;
        width: 100%;
    }

    #modal-area.two-button > #modal-btn {
        display: block;
    }

    #modal-area.two-button > #modal-btn > a {
        display: block;
        width: 100%;
        padding: 13px 54px;
    }

    #modal-area.two-button > #modal-btn > a:nth-of-type(1) {
        margin: 0 0 10px;
    }


    /* ========================== modal start ========================== */
    .modal {
        width: 260px;
        padding: 56px 20px 20px;
    }

    .modal .close {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url(../img/close_36_36.png) no-repeat center / 20px 20px;
    }

    .modal > h3 {
        padding: 0 0 20px;
        font-size: 1rem;
    }

    .modal > ul > li {
        line-height: 1.2rem;
        padding: 0 0 0 15px;
    }

    .modal > ul > li::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: 5px;
        background: url(../img/circle_8_8.png) no-repeat center / 5px 5px;
    }

    .modal ul li:not(:last-child) {
        margin: 0 0 15px;
    }

    .modal > p {
        font-size: .75rem;
        word-break: break-word;
    }


    .modal > .modal-btn-wrapper {
        margin: 30px 0 0;
    }

    .modal.one-button > .modal-btn-wrapper > a {
        display: block;
        width: 100%;
    }

    .modal.two-button > .modal-btn-wrapper {
        display: block;
    }

    .modal.two-button > .modal-btn-wrapper a {
        display: block;
        width: 100%;
        padding: 13px 54px;
    }

    .modal.two-button > .modal-btn-wrapper a:nth-of-type(1) {
        margin: 0 0 10px;
    }

    /* ========================== modal end ========================== */
    /* radio button */
    .chkbox + label {
        font-size: .75rem;
        font-weight: 300;
        line-height: 14px;
        vertical-align: top;
        padding-left: 24px;
    }

    .radiobtn + label {
        font-size: .75rem;
        font-weight: 300;
        line-height: 14px;
        vertical-align: top;
        padding-left: 24px;
    }

    .chkbox + label::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
    }

    .radiobtn + label::before {
        content: "";
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
    }


    .radiobtn:checked + label::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
    }

    /*.chkbox:checked + label::after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 0px;*/
    /*    left: 0px;*/
    /*    width: 14px !important;*/
    /*    height: 14px !important;*/
    /*    border-radius: 50%;*/
    /*}*/
    /*
    ============================== header =============================
    */
    header {
        height: 50px;
    }

    .container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }


    header.on .container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: 500;
        padding: 0;
    }

    header.on .container .wrapper {
        position: fixed;
        width: 320px;
        right: 0;
        height: 100%;
        background: rgba(255, 255, 255, 1);
        padding: 0;
        z-index: 301;
    }


header.on nav > ul > li > a {
    display: block;
    height: auto;
    line-height: 36px;
}

header.on nav > ul > li {
    margin: 0;
}


header.on .container .wrapper nav > ul {
    display: block;
    margin: 0 0 0 24px;
    text-align: center;
}

header nav {
    position: relative;
}

header.on nav ul li {
    position: relative;
    padding: 24px 0 0;
}

header.on nav > ul > li > a {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 300;
    display: block;
    line-height: 36px;
}

header.on nav > ul > li.on > a {
    color: #6abd41;
}

header.on nav > ul > li > ul {
    position: static;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    box-sizing: border-box;
    transition: .3s;
}

header.on nav > ul > li.on > ul {
    height: 225px;
}

header.on nav > ul > li.on:nth-of-type(4) > ul {
    height: 270px;
}

header.on nav > ul > li.on > ul {
    height: calc(var(--cnt) * 45px);
    visibility: visible;
    opacity: 1;
}

header.on nav > ul > li.on + li {
    margin: 20px 0 0;
}

header.on nav > ul > li > ul > li {
    line-height: 24px;
    padding: 10px 0 0 0;
}

header.on nav > ul > li > ul > li > a {
    font-size: 1rem;
    line-height: 36px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
}

header.on nav > ul > li > ul > li:last-child {
    position: relative;
}

header.on nav > ul > li:nth-of-type(-n+4) > ul > li:last-child::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 20px;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    margin: 0 0 0;
}

header.on nav + div p {
    display: block;
}

header.on #bckg-blur {
    opacity: 1;
    visibility: visible;
}


/*============================= header menu close ========================== */
header .wrapper {
    padding: 10px 0 0;
}


/* ======================= header end ======================= */
/* =======================     예약 start    ======================= */
/* main */
main > .container > section {
    margin: 40px 0 0;
}

/* =======================     예약 end    ======================= */
/* =======================    실시간 예약  + 예약변경  페이지 시간 타임 테이블 시작    ======================= */
section.time > .all-time > ul {
    display: block;
    column-count: 4;
}

section.time > .all-time > ul li {
    border-radius: 20px;
    margin-bottom: 14px;
    text-align: center;

}

/* =======================    실시간 예약  + 예약변경  페이지 시간 타임 테이블 끝    ======================= */
/* =======================      예약정보 확인 팝업 시작   ======================= */
.reserv-pop-area .course-list-wrapper > li {
    width: 100% !important;
}

.reserv-pop-area .course-list-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
}

.reserv-pop-area-1 .course-list-wrapper > li {
    font-size: 1.5rem;
}

.reserv-pop-area-1 .course-list-wrapper > li > a {
    display: inline-block;
    line-height: 48px;
    width: 100%;
}

.reserv-pop-area-1 .course-list-wrapper > li:nth-child(3n) {
    margin-right: 0;
}

.reserv-pop-area-1 .course-list-wrapper > li > ul {
    margin: 0 0 0;
}

.reserv-pop-area-1 .course-list-wrapper > li > ul > li:nth-child(n+2) {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.reserv-pop-area-1 .course-list-wrapper > li > ul > li > em > a {
    width: 48px;
    height: 24px;
    line-height: 24px;
    font-size: .625rem;
    font-weight: 400;
}

.reserv-pop-area-1 .course-list-wrapper > li > ul > li a:first-child {
    margin: 0 2px 0 0;
}

.reserv-pop-area-1 .course-list-wrapper > li > ul > li > span > em {
    font-size: 0.75rem;
    font-weight: 500;
}

.reserv-pop-area-1 .course-list-wrapper > li > ul > li > span > em.strike {
    font-size: 0.75rem;
    padding: 0 16px;
    text-decoration: line-through;
    color: rgba(0, 0, 0, .3);
    font-weight: 300;
}

.reserv-pop-area-1 .course-list-wrapper > li > ul > li > span > em.nor {
    font-size: 0.75rem;
    font-weight: 300;
}

/* =======================     예약정보 확인 팝업 끝   ======================= */
/* new=======================    실시간 예약 페이지 코스타임 테이블 시작    ======================= */
#course-area.course-list-wrapper > .realtime_table > li.active > a {
    background-color: var(--tab_active_bkg_color);
    color: var(--key_green_color);
    border-style: var(--tab_common_border_style);
    border-width: var(--tab_active_border_width);
    border-color: var(--tab_active_border_color);
    display: inline-block;

}

#course-area.course-list-wrapper > .realtime_table > li:not(.active) > a {
    display: inline-block;
    color: var(--tab_inactive_color);
    border-style: var(--tab_common_border_style);
    border-width: var(--tab_inactive_border_width);
    border-color: var(--tab_inactive_border_color);
}

#course-area.course-list-wrapper:not(.no_after) > li::after {
    content: none;
}

#course-area.course-list-wrapper > .realtime_table > li:nth-child(3n) {
    margin-right: 0;
}


.cont2 #time-wrapper {
    box-sizing: border-box;
    overflow: hidden;
}


#course-area.course-list-wrapper > .realtime_table > li:not(.active) > ul {
    display: none;

}

.realtime_table {
    display: block;
}

/*active 안한 타임테이블 숨김*/
#course-area.course-list-wrapper > .realtime_table > li:not(.active) > {
    flex: none;
}

/*active 타임테이블*/
#course-area.course-list-wrapper > .realtime_table > li.active > {
    flex: 1;
}


#course-area.course-list-wrapper > .realtime_table > li > ul > li > em {
    font-size: 0;
}

#course-area.course-list-wrapper > .realtime_table > li > ul > li > em > a {
    width: 48px;
    height: 24px;
    line-height: 24px;
    font-size: .625rem;
    font-weight: 400;
}

#course-area.course-list-wrapper > .realtime_table > li > ul > li > span > em {
    font-size: 0.75rem;
    font-weight: 500;
}

#course-area.course-list-wrapper > .realtime_table > li > ul > li > span > em.strike {
    font-size: 0.75rem;
    padding: 0 16px;
    text-decoration: line-through;
    color: rgba(0, 0, 0, .3);
    font-weight: 300;
}

#course-area.course-list-wrapper > .realtime_table > li > ul > li > span > em.nor {
    font-size: 0.75rem;
    font-weight: 300;
}

.reserv_container .time .cal {
    text-align: center;
}

/* =======================    실시간 예약 페이지 코스타임 테이블 끝    ======================= */
/* =======================    마이페이지 > 예약확인/취소 시작   ======================= */
.tbl_frm01 .notoMedium {
    margin-left: 0px !important;
    width: 100% !important;
    margin-top: 15px;
}

.tbl_frm01 .day_period_wrap {
    display: flex;
    align-items: center;
}


.tbl_frm01 table .day1 {
    margin: 0px !important;
    padding: 10px;
}

.tbl_frm01 table .day {
    position: relative;
    width: 100% !important;
    margin: 0px !important;
}

.tbl_frm01 textarea, .frm_input1 {
    width: 100% !important;
    caret-color: transparent;
}

/*마이페이지 > 나의 예약 리스트*/
.reserv_period i.fa.fa-calendar {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}


.tbl_frm01 .reserv_period th {
    width: 100% !important;
    padding: 10px !important;
}

.tbl_frm01 .reserv_period tr {
    display: flex;
    flex-direction: column;
}


/*실시간 예약 및 대기예약 테이블 반응형 시작 */
.tbl_frm01 .reserv_period td {
    border-right: var(--border_lightgrey);
    border-left: var(--border_lightgrey);
}

.tbl_frm01 table.tbl_my01 {
    display: flex;
}

.tbl_frm01 .tbl_my01 tbody {
    width: 100%;
    display: block;
}

.tbl_frm01 .tbl_my01 tr {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    border-top: 1px solid lightgray;
}

.tbl_my01 th, .tbl_my01 td {
    height: 40px !important;
    display: flex;
    align-items: center;
    border: none !important;
}

.tbl_my01 thead, .tbl_my01 thead * {
    display: none;
}

.tbl_my01 th, .tbl_my01 td {
    padding: 0px !important;
}

.tbl_my01 tr td {
    position: relative;
}


.tbl_my01 th, .tbl_my01 td::before {
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #FAFAFA;
}

.tbl_my01 #tbody tr {
    margin-bottom: 100px;
    border-top: 2px solid rgb(222, 226, 230);
}

.tbl_my01 td .mypage_text {
    position: absolute;
    z-index: -1;
    width: 50%;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.tbl_my01 td .mypage_text .mypage_center {
    display: none !important;
}


.mypage_reserv td:nth-of-type(1) {
    display: none;
}

.mypage_reserv td:nth-of-type(2)::before {
    content: "예약일자";
}

.mypage_reserv td:nth-of-type(3)::before {
    content: "예약시간";
}

.mypage_reserv td:nth-of-type(4)::before {
    content: "코스";
}

.mypage_reserv td:nth-of-type(5)::before {
    content: "핸드폰";
}

.mypage_reserv td:nth-of-type(6)::before {
    content: "이벤트";
}

.mypage_reserv td:nth-of-type(7)::before {
    content: "노캐디";
}


/* 예약변경 , 예약취소 버튼 스타일 시작*/
.mypage_reserv td:nth-of-type(8)::before, .mypage_reserv td:nth-of-type(9)::before, .mypage_reserv td:nth-of-type(10)::before {
    display: none;
}


.mypage_reserv td:nth-of-type(8)::before, .mypage_reserv td:nth-of-type(9), .mypage_reserv td:nth-of-type(10) {
    display: flex;
    flex-direction: column;
}

.mypage_wait td:nth-of-type(7)::before {
    display: none;
}

.mypage_btn {
    width: 100%;
}

.mypage_btn:nth-child(1) {
    margin-top: 10px;
}

.mypage_btn a, .mypage_btn a:hover {
    width: inherit;
}


/* 예약변경 , 예약취소 버튼 스타일 끝*/
/*마이페이지 - 대기예약 리스트 시작 */
.mypage_wait td:nth-of-type(1) {
    display: none;
}

.mypage_wait td:nth-of-type(2)::before {
    content: "예약일자";
}

.mypage_wait td:nth-of-type(3)::before {
    content: "희망시간 1지망";
}

.mypage_wait td:nth-of-type(4)::before {
    content: "희망시간 2지망";
}

.mypage_wait td:nth-of-type(5)::before {
    content: "희망시간 3지망";
}

.mypage_wait td:nth-of-type(6)::before {
    content: "핸드폰";
}

.mypage_wait td:nth-of-type(7)::before {
    content: "취소";
}

/*실시간 예약 및 대기예약 테이블 끝 */
/* =======================    마이페이지 > 예약확인/취소 시작   ======================= */
/* 예약팝업 */
.reserv-pop-area-1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    height: 100%;
    display: block;
    justify-content: flex-start;
    align-items: center;
}

.reserv-pop-area-1::after {
    content: none;
}

.reserv-pop-area-1 > p {
    position: relative;
    width: 100%;
    height: 50px;
    box-shadow: 8px 0 8px rgba(0, 0, 0, .3);
}

.reserv-pop-area-1 > a {
    content: "";
    position: absolute;
    display: block;
    top: 26px;
    right: 20px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: url(../img/close_24.png) no-repeat center / 24px 24px;
    z-index: 1200;
}

.reserv-pop-area-1 > div {
    height: auto;
    width: 100%;
    padding: 40px 20px 0;
}

.reserv-pop-area-1 > div h3 {
    font-size: 1rem;
    padding: 0 0 12px;
}

.reserv-pop-area-1 > div:nth-of-type(1) p {
    display: flex;
    justify-content: space-between;
    height: 48px;
    line-height: 48px;
    border-top: 1px solid #000;
    font-size: 0.75rem;
}

.reserv-pop-area-1 > div:nth-of-type(1) p:last-child {
    border-bottom: 1px solid #000;
}

.reserv-pop-area-1 > div:nth-of-type(1) p span {
    display: inline-block;
    width: 30%;
}

.reserv-pop-area-1 > div:nth-of-type(1) p em {
    text-align: right;
    padding: 0 20px 0 0;
}

.reserv-pop-area-1 > div:nth-of-type(1) p em input[type=text] {
    width: 130px;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 10px;
    transform: translate(3px, -2px);
    font-size: .75rem;
}

.reserv-pop-area-1 > div:nth-of-type(2) > div {
    position: static;
    margin: 40px 0;
    width: 100%;
}

.reserv-pop-area-1 > div:nth-of-type(2) > p {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.reserv-pop-area-1 > div:nth-of-type(2) > p:nth-of-type(1) {
    margin: 0 0 18px;
}

.reserv-pop-area-1 > div:nth-of-type(2) > div p {
    font-size: .75rem;
}

.reserv-pop-area-1 > div:nth-of-type(2) > p span {
    width: 124px;
}

.reserv-pop-area-1 > div:nth-of-type(2) > p em {
    position: relative;
    top: -3px;
    width: 100%;
    font-size: .75em;
}

.reserv-pop-area .right_box {
    padding-top: 0 !important;
}

.reserv-pop-area .right_box .divbox {
    margin-bottom: 5px;
}

.reserv-pop-area .right_box .btn_confirm_box {
    display: block !important;
    position: absolute;
    padding: 0 20px;
    bottom: 20px;
    left: 0;
    right: 0;
}

.reserv-pop-area .right_box .btn_confirm_box > a {
    padding: 13px 0;

    /*예약신청 slot 예약신청 버튼 가운데 정렬*/
    display: flex;

    width: 100%;
    text-align: center;
    font-size: 1rem;
}

.reserv-pop-area .right_box .btn_confirm_box > a:nth-of-type(2) {
    margin: 10px 0 0;
}

.reserv-pop-area .right_box .btn_confirm_box > a:nth-of-type(3) {
    display: none;
}


/* ================================= 예약 end ============================ */
/* =======================     member start    ======================= */
/* login page */
.login, .find-id, .find-id-result, .find-pw {
    height: 830px;
    width: 280px;
}

.login h3, .find-id h3, .find-id-result h3, .find-pw h3 {
    padding: 64px 0 0;
    font-size: 2rem;
}

.login .login-input, .find-id .login-input, .find-pw .login-input {
    padding: 40px 0;
}

.login .login-input input {
    width: 100%;
    height: 56px;
    padding: 0 32px;
    box-sizing: border-box;
}

.login .login-input > div {
    margin: 18px 0 0;
    font-size: .75rem;
}

.login .login-input > div label {
    font-size: .75rem;
}

.login .login-btn {
    padding: 28px 0 0;
}

.login .login-btn > a, .find-id .login-btn > a, .find-id-result .login-btn > a, .find-pw .login-btn > a {
    width: 280px;
    height: 56px;
    line-height: 56px;
}


.find-id .login-btn, .find-id-result .login-btn, .find-pw .login-btn {
    padding: 0;
}

.find-id .login-input > div, .find-pw .login-input > div {
    margin: 32px 0 0;
    text-align: center;
}

.find-id .login-input > div a, .find-pw .login-input > div a {
    color: rgba(0, 0, 0, .3);
    text-decoration: underline;
}


/* 회원가입 이용약관 */
.join-agree-section {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.join-agree-section h3 {
    padding: 64px 0 0;
    font-size: 1.5rem;
}

.join-agree-section h3::after {
    bottom: -40px;
}

.join-agree-section .comment {
    margin: 57px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.join-agree-section .comment p {
    line-height: 30px;
    font-size: 1rem;
}

.join-agree-section .agree-chks {
    margin: 32px 0;
}

.join-agree-section .join-agree-section_all::before {
    top: -16px;
}

.join-agree-section .agree-chks li a {
    font-size: .75rem;
    font-weight: 300;
}

/*new================회원가입 / 개인정보 수정 잇풋 양식 시작=========================*/
.join .notoMedium {
    font-weight: 500;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}

.join .frm_input {
    width: 100%;
    font-size: 13px;
}

.join .memberInfoGenderWrap {
    width: 50%;
}

.join table {
    border-collapse: collapse;
    border-spacing: 0;
}

.join_wrap tbody tr th, .join_wrap tbody tr td {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none;
}


.join_wrap label {
    margin-bottom: 0px;
}

.join_wrap tbody tr th {
    width: 100%;
    padding: 0px 15px;
    font-size: 13px;
    display: block;
    color: #333;
    background: none;
    border: none;
    margin-top: 10px;;
}

.join .btn_confirm {
    padding: 15px;
}


.join a.btn_withdraw_btn {
    width: 100% !important;
}

.join_wrap .kakao_auth {
    display: block;
    text-align: center;
    font-size: 17px;
}

/*new================회원가입 / 개인정보 수정 잇풋 양식 끝=========================*/
/* 실명인증 */
.join-auth-wrapper h3 {
    text-align: center;
}

.join-auth-wrapper .join-auth-wrapper-btn {
    margin: 64px 0 0;
}

.join-auth-wrapper .join-auth-wrapper-btn > div {
    display: block;
}

.join-auth-wrapper .join-auth-wrapper-btn > div > a {
    position: relative;
    display: block;
    color: #fff !important;
    text-align: center;
    font-size: 1.0rem;
    font-weight: 500;
}

.join-auth-wrapper .join-auth-wrapper-btn > div > a span {
    position: relative;
}

.join-auth-wrapper .join-auth-wrapper-btn > div > a:nth-of-type(1) {
    background: #1e7e34;
    border-radius: 7px;
    /*margin: 0 24px 10px 0; */
}


.join-auth-wrapper .join-auth-wrapper-btn > div > a:nth-of-type(1) span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    width: 38px;
    height: 65px;
    background: url(../img/auth_icon1.png) no-repeat center / 24px 43px;
}


.join-auth-wrapper .join-auth-wrapper-txt {
    margin: 56px 0 0;
}

.join-auth-wrapper .join-auth-wrapper-txt p {
    line-height: 32px;
}

.join-auth-wrapper .join-auth-wrapper-txt > div:nth-of-type(2) {
    margin: 32px 0 0;
}

.join-auth-wrapper .info {
    margin: 40px 0 260px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 24px 0 0;
}

.join-auth-wrapper .info > div {
    display: block;
}

.join-auth-wrapper .info > div p:nth-of-type(1) {
    width: 100%
}

.join-auth-wrapper .info > div p:nth-of-type(2) {
    width: 100%;
    padding: 20px 0 0;
}

.join-auth-wrapper .info > div p:nth-of-type(2) span {
    display: block;
    margin: 0 0 6px;
}

.join-auth-wrapper .info > div p:nth-of-type(2) span:nth-of-type(1), .join-auth-wrapper .info > div p:nth-of-type(2) span:nth-of-type(2) {
    display: inline;
}

.join-auth-wrapper .info .btn-download {
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin: 56px 0 0;
}

.join-auth-wrapper .join-auth-wrapper-txt > div:nth-of-type(1) > p:nth-of-type(2), .join-auth-wrapper .join-auth-wrapper-txt > div:nth-of-type(1) > p:nth-of-type(3) {
    display: inline;
}

#auth-login-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#phone-auth-btn {
    width: 390px;
    line-height: 58.5px

}

div#auth-login-wrapper a {
    margin: 10px;
}


@media only screen and (max-width: 992px) {
    #phone-auth-btn {
        line-height: 50.5469px;
    }
}

@media only screen and (max-width: 767px) {
    #phone-auth-btn {
        line-height: 37.5px;
        font-size: 0.76rem;
    }

    .join-auth-wrapper .join-auth-wrapper-btn > div > a:nth-of-type(1) span::before {
        background-image: unset;
    }
}

@media only screen and (max-width: 553px) {
    #phone-auth-btn {
        line-height: 58.5px;
        font-size: 1rem;
    }

    .join-auth-wrapper .join-auth-wrapper-btn > div > a:nth-of-type(1) span::before {
        background-image: unset;
    }

    #auth-login-wrapper {
        flex-direction: column;
        align-items: center;
    }

}

@media only screen and (max-width: 453px) {
    #phone-auth-btn {
        width: 100%;
        font-size: 0.9rem;
    }

    .join-auth-wrapper .join-auth-wrapper-btn > div > a:nth-of-type(1) span::before {
        background-image: unset;
    }

    #auth-login-wrapper {
        flex-direction: column;
    }

}


#kakao-login-img {
    width: 390px;
    /*height: 100%;*/
    /*border: 1px solid red;*/
    /*background-image: url(../image/sns/kakaoStart/kakao_login_medium_wide.png);*/
    /*object-fit: contain;*/
    /*background-repeat: no-repeat;*/
}

/* =======================     member end    ======================= */
/* myreserv-mod 예약변경 */
.myreserv-mod .myReserv_title {
    margin: 40px 0 0;
    position: relative;
}

.myreserv-mod .myReserv_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 1px;
    background: #000;
}


.myreserv-mod .myreserv-mod-reserve-info {
    margin: 49px 0 0;
}

.myreserv-mod .myreserv-mod-reserve-info ul li {
    height: 40px;
    line-height: 40px;
    border-top: none;
}

.myreserv-mod .myreserv-mod-reserve-info ul li:nth-of-type(n+2) {
    border: none;
}

.myreserv-mod .myreserv-mod-reserve-info ul li span:nth-of-type(1) {
    width: 100px;
}

.myreserv-mod .myreserv-mod-reserve-info ul li span {
    font-size: .75rem;
}

.myreserv-mod .myreserv-mod-reserve-info ul li span input {
    width: 160px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    transform: translate(-15px, -2px);
}

.myreserv-mod .myreserv-mod-reserve-info ul li span a { /*  수정하기 버튼  */
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-weight: 400;
    font-size: .75rem;
    text-align: center;
    background: #000;
    color: #fff;
}

#btn-withdrawal {
    position: static;
    width: 100%;
    height: 56px;
    line-height: 56px;
    display: block;
    box-sizing: border-box;
    margin: 10px 0 0;
}

.birth-txt::after {
    content: "※ 생년월일 변경은 내장시 프런트에서 신분증 확인 후 변경해 드립니다.";
    position: absolute;
    top: 30px;
    left: 0;
    color: #6abd41;
    font-weight: 300;
}

/* =======================     mypage end    ======================= */
/* footer */
footer {
    width: 100%;

}

/*=============== 자주하는 질문 시작 ==============*/
.faq-search-container {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.faq-search-container .faq_search_btn {
    width: 50% !important;
}

.faq-search-container input {
    width: 50% !important;
}

.faq-search-container > p:nth-of-type(1) {
    margin: 0 0 1rem 0;
}

.faq-search-container .faq-p1 {
    justify-content: center;
    display: flex;
}

.faq-search-container .faq-p2 {
}

/*=============== 자주하는 질문 끝 ==============*/


/*===============  노캐디 화살표 시작 ==============*/
.balloon-box:after, .balloon-box:before {
    left: 12%;
}

.balloon-box {
    top: -175px;
    left: -7px;
}

/*===============  노캐디 화살표 끝 ==============*/


/*992 ~ 1500*/
@media only screen and (min-width: 992px) and (max-width: 1583px) {
    .single-hero-post {
        height: 690px;
    }

    .hero-area {
        height: 1500px;
        /*border: yellowgreen dashed 4px;*/
    }
}

/*992 ~ 1199*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-post .hero-slides-content h2 {
        font-size: 36px;
    }
}

/* 768 ~ 991 */
@media only screen and (max-width: 991px) {
    .single-hero-post {
        height: 600px;
    }

    .hero-area {
        height: 1410px;
        /*border: mediumvioletred dashed 4px;*/
    }

    .single-hero-post .hero-slides-content h2 {
        font-size: 30px;
    }

    .single-hero-post .hero-slides-content p {
        font-size: 18px;
    }

    .header-area .top-header-area {
        z-index: 1;
    }

    .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
        top: 90px !important;
    }

    /*오시는 길 버튼 중앙정렬*/
    .contact-form-area .col-12:last-child {
        text-align: center;
    }
}


/* 767 ~ 781 */
@media all and (max-width: 781px) {

    .waiting_add_text1 {
        font-size: 1rem;
    }

    .faq-search-container {
        margin: 30px 0 0 0;
        display: flex;
        justify-content: center;
    }

    /*=================대기 예약 시작==============*/
    .waiting-wrapper .waiting .wait_wrapper {
        display: block;
    }

    .waiting-wrapper .waiting .wait_wrapper > div:nth-child(n+1) {
        margin: 20px 0 0;
    }

    .waiting-wrapper .waiting .wait_wrapper > div {
        width: 100%;
    }


    .waiting-wrapper .waiting textarea {
        border: 1px solid #ccc;
        width: 100%;
        height: 200px;
        padding: 20px;
    }

    .waiting-wrapper .btn {
        padding: 0px !important;
    }

    .wait_wrapper h3 {
        font-size: 0.7rem !important;
    }

    /*=================대기 예약 끝==============*/
    .ballon-info span {
        font-size: 0.75rem !important;
    }


    .pop-txt {
        font-size: 12px;
    }

    header.on .container .wrapper {
        width: 100%;
    }


    /* =======================    실시간 예약  + 예약변경  페이지 시간 타임 테이블 시작    ======================= */
    section.time > .all-time > ul li {
        padding: 8px 0px;
        font-size: 0.7rem;
    }

    /* =======================    실시간 예약  + 예약변경  페이지 시간 타임 테이블 끝    ======================= */
    /* ========================== modal start ========================== */
    #modal-area {
        width: 260px;
        padding: 56px 20px 20px;
    }

    #modal-area .close {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url(../img/close_36_36.png) no-repeat center / 20px 20px;
    }

    #modal-title > h3 {
        padding: 0 0 20px;
        font-size: .75rem;
    }

    #modal-msg > ul > li {
        line-height: 1.2rem;
        padding: 0 0 0 15px;
    }

    #modal-msg > ul > li::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: 5px;
        background: url(../img/circle_8_8.png) no-repeat center / 5px 5px;
    }

    #modal-msg ul li:not(:last-child) {
        margin: 0 0 15px;
    }

    #modal-msg > p {
        font-size: .5rem;
        word-break: break-word;
    }


    /*    =================== 메인 시작 ================*/
    .hero-slides-content img {
        width: 157px;
    }

    .join_wrap .kakao_auth {
        font-size: 13px;
        color: #707070;
    }
}


/* 546 ~ 767  */
@media only screen and (max-width: 767px) {

    /*=========메인 시작 ==========*/
    .single-hero-post .hero-slides-content {
        margin-top: 112px;
    }

    .single-hero-post .hero-slides-content {
        margin-top: 112px;
    }

    .single-hero-post .hero-slides-content h2 {
        font-size: 24px;
    }

    .header-area .top-header-area {
        z-index: 1;
    }

    /*로그인 회원가입 상단 글자 숨김*/
    .header-area .top-header-area .top-header-content .top-header-meta a span {
        display: none;
    }

    /*환영합니다 000님 숨김*/
    .header-area .top-header-area .top-header-content .top-header-meta .welcome {
        display: none;
    }


    .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
        min-width: 100px;
        top: 70px !important;
    }

    .single-hero-post {
        height: 650px;
    }

    .hero-area {
        height: 1380px;
        /*border: yellowgreen dashed 4px;*/
    }

    .single-hero-post .hero-slides-content p {
        font-size: 16px;
    }

    .single-hero-post .hero-slides-content a {
        min-width: 125px;
        padding: 0 10px;
    }

    /*event */
    .testimonial-content div, .testimonial-content p {
        text-align: center;
    }

    /*코스안내*/
    .section-heading p {
        font-size: 12px;
    }

    /*오시는 길 , 자세히 보기 */
    .contact-form-area .col-12, .contact-form-area .col-12 .btn {
        font-size: 12px;
    }

    .hero-slides-content img {
        width: 122px;
    }

    /*=========메인 끝 ==========*/
    /* ================= 상단 공통 배너 시작=================*/
    .breadcrumb-area .top-breadcrumb-area {
        height: 157px;
    }

    .breadcrumb-area .top-breadcrumb-area h2 {
        margin-top: 90px;
        font-size: 18px;
    }

    /*HOME > 고객지원 < 소식 등의 라벨 */
    .breadcrumb-area .breadcrumb .breadcrumb-item {
        font-size: 0.75rem;
        color: #b7b7b7;
        text-transform: capitalize;
    }

    .breadcrumb-area .breadcrumb .breadcrumb-item a {
        text-transform: capitalize;
        font-size: 0.75rem;
        color: #303030;
    }


    /* ================= 상단 공통 배너 끝=================*/
    /* ================= 상단 공통 탭 시작=================*/
    .ebMaZa {
        display: none;
    }

    #mySelect {
        display: block;
    }

    /* ================= 상단 공통 탭 끝=================*/
    /* ================= 마이페이지  시작=================*/
    /*    조회 기간 */
    .tbl_frm01 .reserv_period th label {
        font-size: 0.75rem;
    }

    .idChkBt1 {
        font-size: 0.75rem;
    }

    /*조회 기간 달력 아이콘 */
    table i {
        font-size: 0.75rem !important;
    }

    /* ================= 마이페이지 끝=================*/
    /* ================= 게시판  시작=================*/
    /* 게시판에서만 적용되어야함 */
    .container.border-center {
        text-align: center;
    }

    section.board {
        display: inline-block;
        width: 100%;
    }

    section.board table tr td {
        font-size: 0.7rem;
    }

    section.board table tr td:last-child {
        text-align: end;
    }

    /* ================= 게시판  끝=================*/
    /* ================= 오시는길 시작=================*/
    .sec1_text_title, .s_txt_lineheight {
        font-size: 0.75rem;
    }

    /* ================= 오시는길  끝=================*/
    /* ================= 실시간 예약/ 대기 하단 상세 설명 시작=================*/
    .notice_title {
        font-size: 1rem;
        word-break: keep-all;
    }

    .notice_content, .notice_content strong {
        font-size: 0.7rem;
        word-break: keep-all;
    }

    /* =================  실시간 / 대기 하단 상세 설명  끝=================*/
    /* ================= 코스소개  시작=================*/
    .function_wrap .function_tit b {
        font-size: 1.2rem;
        word-break: keep-all;
    }

    .function_wrap li {
        font-size: 0.7rem;
        word-break: keep-all;
        font-weight: 300;
    }

    .function_wrap li .num {
        display: flex;
        top: 50%;
        transform: translateY(-50%);
        justify-content: center;
        align-items: center;
        font: 500 1rem 'mtsr';
        width: 2.6rem;
        height: 2.6rem;

    }

    .function_wrap {
        padding: 2rem 1rem 1rem;
    }

    /* ================= 코스소개  끝=================*/
    /* ================= faq  시작=================*/
    .faq-search-container {
        padding: 0px !important;
        margin: 0px !important;
    }

    .faq-search-container > p:nth-of-type(1) > input {
        padding: 0px !important;
    }

    .faq-search-container input {
        /*width: 100%;*/
        height: 70% !important;
    }

    a.faq_search_btn {
        height: 70% !important;
    }

    /* ================= faq  끝=================*/


}

/* 439 ~ 546 */
@media only screen and (max-width: 546px) {


    .step-wrap {
        display: none !important;
    }

    .waiting-wrapper .info_wait_section .info_wrapper > div:nth-child(1) h4 {
        word-wrap: break-word;
        white-space: normal;
        line-height: 25px;
    }

    .contract-pop-area-2, .contract-pop-area-1 {
        bottom: 0;
        overflow: scroll;
    }


    /*===================== 메인 화면 시작 =====================*/
    /*스와이프 이미지 위의 body text*/
    .single-hero-post .hero-slides-content p {
        font-size: 14px;
    }

    .single-hero-post .hero-slides-content h2 {
        font-size: 24px;
    }

    /* 실시간 예약/ 예약확인/취소 버튼 그룹*/
    .welcome-btn-group {
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: center;
    }

    .welcome-btn-group .alazea-btn {
        font-size: 12px;
    }

    section-heading text-center {
        color: red;
    }

    .section-heading h1,
    .section-heading h2,
    .section-heading h3,
    .section-heading h4,
    .section-heading h5,
    .section-heading h6,
    .service-content h5,
    .single-feature1 h4 {
        font-size: 16px;
    }

    /*SG golf view title tab */
    .alazea-portfolio-filter .btn {
        font-size: 14px;
        border-right: 2px solid var(--key_lightgrey_color);
    }

    /*===================== 메인 화면 끝 =====================*/
    /*===================== 다음 주소 시작 =====================*/
    #postCodeLayer {
        width: 402px !important;
        height: 460px !important;
    }

    /*===================== 다음 주소 끝 =====================*/


}

/* ~ 439 */
@media all and (max-width: 439px) {


    .myreserv-mod .myreserv-mod-reserve-info ul li span input {
        width: 110px;
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
        transform: translate(-15px, -2px);
    }

    .myreserv-mod .myreserv-mod-reserve-info ul li span a { /*  수정하기 버튼  */
        display: inline-block;
        width: 60px;
        height: 32px;
        line-height: 32px;
        font-weight: 400;
        font-size: .75rem;
        text-align: center;
        background: #000;
        color: #fff;
    }

    .waiting_add_text1 {
        font-size: 0.75rem;
    }


    /*    햄버거 좌측 메뉴 */
    .classynav ul li .nav_text {
        font-size: 16px;
    }


    /*===================== 메인 화면 시작 =====================*/
    /*스와이프 이미지 위의 body text*/
    .single-hero-post .hero-slides-content p {
        font-size: 12px;
    }

    .single-hero-post .hero-slides-content h2 {
        font-size: 20px;
    }

    .welcome-btn-group .alazea-btn {
        font-size: 12px;
    }

    .section-heading h1,
    .section-heading h2,
    .section-heading h3,
    .section-heading h4,
    .section-heading h5,
    .section-heading h6,
    .service-content h5,
    .single-feature1 h4 {
        font-size: 15px;
    }

    /*SG golf view title tab */
    .alazea-portfolio-filter .btn {
        font-size: 14px;
        border-right: 2px solid var(--key_lightgrey_color);
    }

    /*===================== 메인 화면 끝 =====================*/
    /* ================= 게시판  시작=================*/
    section.board table tr td {
        font-size: 0.6rem;
    }

    /* ================= 게시판  끝=================*/
    /* ==================오시는 길 지도  시작=================*/
    #daumRoughmapContainer1700589099637 {
        width: 100%
    }

    /* =================오시는 길 지도  끝=================*/
    /* ================= 상단 공통 탭 시작=================*/
    .ebMaZa {
        font-size: 0.5rem;
        word-break: keep-all;
    }

    /* ================= 상단 공통 탭 끝=================*/
    /*===================== 다음 주소 시작 =====================*/
    #postCodeLayer {
        width: 316px !important;
        height: 460px !important;
    }

    /*===================== 다음 주소 끝 =====================*/


}

/*===========media-querys 끝 ==========*/


