@charset "utf-8";

/*--------------------------------------
    eyoom (이윰) - 테마 레이아웃 및 메인

--------------------------------------*/


.navbar-nav-main li a{
    font-family: "Noto Sans KR";
}

#main_sub_title{
    font-family: "Noto Sans KR";
}

/*---------- Wrapper & Basic Layout ----------*/
.wrapper {
    position: relative;
    overflow: hidden
}

.wrapper .cf-title {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

/*---------- Top Banner ----------*/
.top-banner-wrap {
    position: relative;
    overflow: hidden
}

.top-banner-wrap .top-banner-close {
    position: absolute;
    top: 3px;
    left: 20px;
    z-index: 1
}

.top-banner-wrap .top-banner-close .checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    padding-left: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
}

.top-banner-wrap .top-banner-close .checkbox i {
    border-color: #000;
    border-width: 1px;
    border-radius: 0 !important
}

.top-banner-wrap .top-banner-close .fa-times {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer
}

.top-banner-wrap .top-banner-arrow {
    position: absolute;
    top: 10px;
    right: 45px;
    z-index: 1
}

.top-banner-wrap .top-banner-arrow .top-banner-btn-next, .top-banner-wrap .top-banner-arrow .top-banner-btn-prev {
    position: relative;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: rgb(117, 117, 117);
    color: #fff;
    font-size: 12px;
    outline: none;
    cursor: pointer
}

.top-banner-wrap .top-banner-arrow .top-banner-btn-next {
    margin-bottom: 5px
}

.top-banner-wrap .top-banner-arrow .top-banner-btn-next:hover, .top-banner-wrap .top-banner-arrow .top-banner-btn-prev:hover {
    background: rgba(0, 0, 0, 0.9)
}

.top-banner-swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 78px;
    background: #242630;
    display: none
}

.top-banner-pc-img {
    display: block
}

.top-banner-mo-img {
    display: none
}

@media (max-width: 1199px) {
    .top-banner-wrap .top-banner-close {
        top: 0
    }

    .top-banner-wrap .top-banner-close .checkbox {
        margin-bottom: 0
    }

    .top-banner-wrap .top-banner-close .fa-times {
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 11px
    }

    .top-banner-wrap .top-banner-arrow {
        top: 8px
    }

    .top-banner-wrap .top-banner-arrow .top-banner-btn-next, .top-banner-wrap .top-banner-arrow .top-banner-btn-prev {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 11px
    }

    .top-banner-wrap .top-banner-arrow .top-banner-btn-next {
        margin-bottom: 2px
    }

    .top-banner-swiper {
        height: 64px
    }
}

@media (max-width: 991px) {
    .top-banner-wrap .top-banner-close .checkbox {
        margin-top: 5px;
        margin-bottom: 0
    }

    .top-banner-wrap .top-banner-arrow {
        top: 3px
    }

    .top-banner-swiper {
        height: 49px
    }
}

@media (max-width: 767px) {
    .top-banner-wrap .top-banner-close .checkbox {
        margin-bottom: 5px
    }

    .top-banner-wrap .top-banner-close .fa-times {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px
    }

    .top-banner-wrap .top-banner-arrow {
        top: inherit;
        bottom: 5px;
        right: 15px
    }

    .top-banner-swiper {
        height: inherit
    }

    .top-banner-item .container {
        padding: 0
    }

    .top-banner-pc-img {
        display: none
    }

    .top-banner-mo-img {
        display: block
    }
}

/*---------- Header Topbar ----------*/
.header-topbar {
    position: relative;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    z-index: 1005;
    text-align: center;
    height: 40px
}

.header-topbar ul {
    margin: 0
}

.header-topbar .topbar-left {
    position: absolute;
    top: 0;
    left: 0
}

.header-topbar .topbar-left .left-menu {
    margin-left: 15px;
    position: relative;
    overflow: hidden;
    clear: both;
    border-left: 1px solid #e5e5e5
}

.header-topbar .topbar-left .left-menu > li {
    line-height: 40px;
    float: left;
    border-right: 1px solid #e5e5e5
}

.header-topbar .topbar-left .left-menu > li > a {
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 0 20px;
    font-size: 12px;
    color: #555555
}

.header-topbar .topbar-left .left-menu > li > a:hover {
    text-decoration: underline
}

.header-topbar .topbar-left .left-menu > li > a i {
    color: #b5b5b5
}

.header-topbar .topbar-left .left-menu > li > a:hover i {
    color: #555555
}

.header-topbar .topbar-left .left-menu > li > a.active {
    background: #fff;
    font-weight: bold;
    color: #FF4848
}

.header-topbar .topbar-center {
    display: inline-block
}

.header-topbar .topbar-center .notice-roll {
    width: 220px;
    text-align: left;
    border: 0;
    background: transparent;
    margin: 5px 0
}

.header-topbar .topbar-center .notice-roll ul li a {
    color: #c5c5c5
}

.header-topbar .topbar-center .notice-roll ul li a:hover {
    color: #fff;
    text-decoration: underline
}

.header-topbar .topbar-right {
    /*position: absolute;*/
    top: 0;
    right: 0;
    text-align: right;
    margin-right: 15px
}

.header-topbar .topbar-right .mobile-nav-trigger {
    display: none
}

.header-topbar .topbar-right > .member-menu > li {
    position: relative;
    padding: 0 7px;
    line-height: 40px;
    display: inline-block;
}

.header-topbar .topbar-right > .member-menu > li > a {
    font-size: 12px;
    color: #555555;
    z-index: 2
}

.header-topbar .topbar-right > .member-menu > li > a:hover {
    text-decoration: underline
}

.header-topbar .topbar-right > .member-menu > li > a i {
    color: #b5b5b5
}

.header-topbar .topbar-right > .member-menu > li > a:hover i {
    color: #555555
}

.header-topbar .topbar-right > .member-menu > li > a > .color-red {
    color: #CC2300
}

.header-topbar .topbar-right > .member-menu > li > .join-point {
    z-index: 1;
    position: absolute;
    bottom: -12px;
    left: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1
}

.header-topbar .topbar-right > .member-menu > li > .join-point span {
    white-space: nowrap;
    padding: 4px 5px;
    border-radius: 3px !important;
    font-size: 10px;
    line-height: 1;
    background: #59595b;
    color: #fff;
    text-align: center;
    display: inline-block
}

.header-topbar .topbar-right > .member-menu > li.topbar-add-menu {
    position: relative
}

.header-topbar .topbar-right > .member-menu > li.topbar-add-menu > ul {
    left: inherit;
    right: 0;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    margin-top: -1px
}

.header-topbar .topbar-right > .member-menu > li.topbar-add-menu > ul > li > a {
    color: #555555
}

.header-topbar .topbar-right > .member-menu > li.topbar-add-menu > ul > li > a:hover {
    color: #000;
    background: #f5f5f5
}

.header-topbar .topbar-right > .member-menu > li.topbar-add-menu > ul > li.divider {
    background: #e5e5e5
}

.header-topbar .topbar-right > .member-menu > li.dropdown-extended li {
    /*border-left: 0;*/
    /*border-right: 0;*/
    top: 0;
    margin-left: 0;
    position: relative;
    border: 0;
    text-align: left
}

.header-topbar .dropdown-extended .dropdown-menu {
    float: right;
    left: inherit;
    right: 0px;
    margin: 0;
    border: 0;
    background-color: #fff;
    width: 275px;
    z-index: 999;
    border-radius: 4px !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.35)

}

.dropdown-sub-menu {
    width: 230px !important;
}

ul.dropdown-second-menu {
    overflow-y: scroll;
    overflow-x: hidden;
}



.header-topbar .dropdown-extended .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 20px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fafafa;
    border-left: 7px solid transparent;
    border-bottom-color: #ccc;
    content: ""
}

.header-topbar .dropdown-extended .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 21px;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fafafa;
    border-left: 6px solid transparent;
    content: ""
}

.header-topbar .dropdown-extended .dropdown-menu > li.external {
    display: block;
    overflow: hidden;
    padding: 10px 15px;
    letter-spacing: 0.5px
}

.header-topbar .dropdown-extended .dropdown-menu > li.external > h5 {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 12px;
    display: inline-block
}

.header-topbar .dropdown-extended .dropdown-menu > li.external > a {
    display: inline-block;
    padding: 0;
    background: none;
    clear: inherit;
    font-size: 12px;
    position: absolute;
    right: 10px;
    border: 0;
    color: #000;
    text-decoration: underline
}

.header-topbar .dropdown-extended .dropdown-menu > li.external > a:hover {
    text-decoration: underline;
    color: #FF4848
}

.header-topbar .dropdown-extended .dropdown-menu .dropdown-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    width: 246px
}

.header-topbar .dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
    display: block;
    clear: both;
    white-space: normal;
    padding: 8px 0 0;
    text-shadow: none
}

@media (max-width: 991px) {
    .header-topbar .topbar-left .left-menu {
        /*margin-left: 10px*/
        margin-left: 0;
    }

    .header-topbar .topbar-right {
        margin-right: -5px;
    }

    .header-topbar .topbar-right .member-menu {
        display: none
    }

    .header-topbar .topbar-right .mobile-nav-trigger {
        display: block;
        padding: 2px 5px;
        color: #000
    }

    .header-topbar .topbar-right .mobile-nav-trigger a {
        color: #000;
        font-size: 23px
    }
}

@media (max-width: 767px) {
    .header-topbar .dropdown-extended .dropdown-menu {
        right: -60px
    }

    .header-topbar .dropdown-extended .dropdown-menu:before {
        right: 88px
    }

    .header-topbar .dropdown-extended .dropdown-menu:after {
        right: 89px
    }
}

/*---------- Header Title ----------*/
.header-title {
    position: relative
}

/**
코드 수정 overflow hidden으로 인해 안보임 ㅡㅡ
 */
.header-title .header-title-in {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    /*height: 80px;*/
    height: 100px;
    color: #fff;
    z-index: 1001;
    background: #fff
}

.header-title .header-title-in .title-logo-image {
    top: 5px;
    position: absolute;
    left: 20px;
    width: auto;
    /*height: 40px;*/
    height: 50px;
    margin: 20px 0 0
}

.header-title .header-title-in .header-title-search {
    /*position: absolute;*/
    /*width: 400px;*/
    left: 50%;
    /*margin-left: -200px;*/
    /*margin-top: 20px*/


    position: absolute;
    width: 440px;
    /*left: 39%;*/
    margin-left: -200px;
    margin-top: 31px;
}

#sch_str{
    border-radius: 30px;
}

.navbar-nav-main{
    margin-top: 5px;
}

#now_delivery:hover{
    border-bottom: 3px solid #f8b500;
}

#brand-cat:hover{
    border-bottom: 3px solid black;
}


#search_icon{
    color: #f8b500;
}

.header-title .header-title-in .header-title-search .input {
    position: relative;
    display: block
}

.header-title .header-title-in .header-title-search .input > input {
    ont-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    display: block;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 12px;
    height: 40px;
    border: 2px solid #f8b500;
    background: #fff;
    color: #353535
}

.header-title .header-title-in .header-title-search .input > input:focus {
    outline: none;;
    border: 2px solid #f8b500 !important;
    box-shadow: none
}

.header-title .header-title-in .header-title-search .input-button .button {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    float: none;
    margin: 0;
    font-weight: 600;
    height: 36px;
    line-height: 34px;
    font-size: 20px;
    padding: 0 15px;
    /*background: #F7B400;*/
    color: #fff;
    border: 0;
    opacity: 1
}

.header-title .header-title-in .header-title-search .input-button .button input {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    height: 36px;
    line-height: 1.5;
    font-weight: normal;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    outline: none;
    border: 1px solid #D5D5D5;
    background: #FFF;
    color: #4B4B4D;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0
}

.header-title .header-title-in .header-title-banner {
    position: absolute;
    top: 25px;
    right: 15px;
    height: 30px
}

.header-title .header-title-in .header-title-banner .title-banner-icon {
    position: relative;
    float: left
}

.header-title .header-title-in .header-title-banner .title-banner-icon .banner-icon-cart-btn {
    position: relative;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #2B2B2E;
    text-align: left;
    color: #fff;
    padding: 0 10px
}

.header-title .header-title-in .header-title-banner .title-banner-icon .banner-icon-cart-btn.cart-btn-red {
    /*background: #CC2300*/
    background-color: #f8b500;
}

.header-title .header-title-in .header-title-banner .title-banner-icon .banner-icon-cart-btn:hover {
    opacity: 0.9
}

.header-title .header-title-in .header-title-banner .title-banner-icon .banner-icon-cart-btn i {
    font-size: 12px;
    color: #fff;
    margin-right: 3px
}

.header-title .header-title-in .header-title-banner .title-banner-icon .banner-icon-cart-btn .icon-text {
    font-size: 12px;
    color: #fff
}

.header-title .header-title-in .header-title-banner .title-banner-icon .badge {
    position: absolute;
    top: 7px;
    right: 7px
}

@media (max-width: 767px) {
    .header-title .header-title-in .title-logo-image {
        height: 30px;
        margin: 25px 0 0
    }

    .header-title .header-title-in .header-title-banner .title-banner-icon .banner-icon-cart-btn {
        width: 100px;
        padding: 0 7px
    }

    .header-title .header-title-in .header-title-banner .title-banner-icon .banner-icon-cart-btn i {
        font-size: 11px
    }

    .header-title .header-title-in .header-title-banner .title-banner-icon .banner-icon-cart-btn .icon-text {
        font-size: 11px
    }

    .header-title .header-title-in .header-title-banner .title-banner-icon .badge {
        right: 5px
    }
}

/*---------- Header Nav ----------*/
.header-nav {
    position: relative
}

.header-nav .navbar {
    border: none;
    margin-bottom: 0;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
    white-space: nowrap;
    height: 60px
}

.header-nav.nav-main .navbar {
    border-bottom: 0
}

.header-nav .navbar-nav > li > a {
    font-size: 15px;
    letter-spacing: 0px


}

.header-nav .nav > li > a:hover, .header-nav .nav > li > a:focus {
    background: inherit
}

.header-nav .navbar-nav .nav-right-wrap {
    display: none
}

/* Navbar Nav */
@media (max-width: 991px) {
    .header-nav .navbar {
        height: 0;
        min-height: 0;
        border-top: 0
    }

    .header-nav > .navbar > .container {
        width: inherit;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .header-nav .navbar {
        position: relative;
        width: 100%;
        z-index: 1002;
        background-color: #fff;
        white-space: nowrap;
        height: 60px;
        min-height: 50px
    }

    .header-nav .container > .navbar-header, .header-nav .container-fluid > .navbar-header {
        margin-bottom: -10px
    }

    .header-nav .navbar-nav {
        position: relative;
        float: none
    }

    .header-nav .navbar-nav .nav-li-divider {
        width: 2px;
        height: 20px;
        background: #e5e5e5;
        margin-top: 20px
    }

    .header-nav .navbar-nav > li > a {
        padding: 0 20px;
        line-height: 50px;
        font-size: 15px;
        font-weight: bold
    }

    .header-nav .navbar-nav > li > a .nav-pc-color {
        color: #cc2300
    }

    .header-nav .navbar-nav > li > a:hover {
        background: transparent
    }

    .header-nav .navbar-nav > li > a > .nav-icon-pre {
        margin-right: 15px
    }

    .header-nav .navbar-nav > li.dropdown > a {
        padding-right: 30px
    }

    .header-nav .navbar-nav > li > a, .header-nav .navbar-nav > li > a:hover, .header-nav .navbar-nav > li > a:focus, .header-nav .navbar-nav > .active > a, .header-nav .navbar-nav > .active > a:hover, .header-nav .navbar-nav > .active > a:focus {
        color: #353535
    }

    .header-nav .navbar-nav > .open > a, .header-nav .navbar-nav > .open > a:hover, .header-nav .navbar-nav > .open > a:focus {
        color: #353535
    }

    .header-nav .navbar-nav > .dropdown > a:after {
        top: 0;
        right: 15px;
        font-size: 11px;
        position: absolute;
        color: #b5b5b5;
        display: inline-block;
        font-family: 'Font Awesome\ 5 Free';
        content: "\f0d7";
        font-weight: 900
    }

    .header-nav .navbar-nav .nav-right-wrap {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 260px;
        height: 49px;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5
    }

    .header-nav .navbar-nav .nav-right-wrap > ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .header-nav .navbar-nav .nav-right-wrap > ul:after {
        content: "";
        display: block;
        clear: both
    }

    .header-nav .navbar-nav .nav-right-wrap > ul > li {
        float: right
    }

    .header-nav .navbar-nav .nav-right-wrap > ul > li > a {
        position: relative;
        display: block;
        font-size: 13px;
        font-weight: bold;
        height: 49px;
        line-height: 49px;
        padding: 0 15px;
        color: #353535
    }

    .header-nav .navbar-nav .nav-right-wrap > ul > li > a i {
        color: #757575
    }

    /* Dropdown Menu */
    .header-nav .dropdown {
        position: static
    }

    .header-nav .dropdown-menu {
        border: 1px solid #e5e5e5;
        padding: 10px;
        margin-top: 0 !important;
        min-width: 190px;
        background: #fff;
        z-index: 999 !important;
        box-shadow: none;
        box-sizing: border-box;
        left: auto;
        margin-top: 0 !important
    }

    .header-nav .dropdown-menu:before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 8px;
        height: 8px;
        background: #fff;
        border-left: 1px solid #c5c5c5;
        border-top: 1px solid #c5c5c5;
        box-shadow: none;
        content: "";
        position: absolute;
        top: -4px;
        left: 40px
    }

    .header-nav .dropdown-menu .dropdown-menu:before {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 19px;
        left: -5px
    }

    .header-nav .dropdown-menu li a {
        color: #000;
        font-size: 13px;
        font-weight: normal;
        padding: 6px 10px
    }

    .header-nav .dropdown-menu .active > a {
        color: #FF4848;
        background: inherit;
        filter: none !important;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out
    }

    .header-nav .dropdown-menu li > a:focus {
        background: none;
        filter: none !important
    }

    .header-nav .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block
    }

    .header-nav .open > .dropdown-menu {
        display: none
    }

    .header-nav .dropdown-menu > li a:hover {
        background: none;
        color: #FF4948
    }

    /* Dropdown Submenu */
    .header-nav .dropdown-submenu {
        position: relative
    }

    .header-nav .dropdown-submenu > a > .sub-caret {
        position: absolute !important;
        left: inherit !important;
        right: 0;
        top: 8px;
        float: right;
        font-size: 11px;
        display: inline-block
    }

    .header-nav .dropdown-submenu > .dropdown-menu {
        top: -11px;
        left: 100%;
        margin-left: 0px
    }

    .header-nav .dropdown-submenu:hover > .dropdown-menu {
        display: block
    }

    .header-nav .dropdown-menu li [class^="fa-"], .header-nav .dropdown-menu li [class*=" fa-"] {
        left: -3px;
        width: 1.25em;
        margin-right: 1px;
        position: relative;
        text-align: center;
        display: inline-block
    }

    .header-nav .dropdown-menu li [class^="fa-"].fa-lg, .header-nav .dropdown-menu li [class*=" fa-"].fa-lg {
        width: 1.5625em
    }

    /* Category Nav */
    .header-nav .navbar-nav > li.nav-category > a {
        width: 200px;
        height: 60px;
        line-height: 50px;
        text-align: left;
        margin-left: 0px;
        /*background: linear-gradient(to right, #2B2B2E 0, #4b4b4d 100%);*/
        /*color: #fff !important;*/
        /*border-top: 1px solid #2B2B2E;*/
        /*border-left: 1px solid #2B2B2E;*/
        /*border-right: 1px solid #2B2B2E;*/
        margin-top: -1px
    }

    .header-nav .navbar-nav > li.nav-category > a:after {
        color: #b5b5b5
    }

    .header-nav .navbar-nav.navbar-nav-main > li.nav-category.nav-category-main > ul {
        display: block
    }

    /* Category Nav List */
    .header-nav .navbar-nav > li.nav-category .dropdown-menu {
        margin-top: -1px !important
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu {
        width: 200px;
        min-height: 490px;
        /* scroll 가능 */
        /*overflow: scroll;*/
        /*min-height: 601px;*/
        border: 1px solid rgba(0, 0, 0, 0.3);
        /*border-top: 0;*/
        /* 투명 수정 */
        /*background: rgba(255, 255, 255, 0.9);*/
        background-color: #fff;
        padding: 10px
    }

    .header-nav.nav-main .navbar-nav > li.nav-category > .dropdown-menu {
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu:before {
        display: none
    }

    .navbar{
        z-index: 1000 !important;
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu li a {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        position: relative;
        background: transparent;
        padding: 0 10px;
        /*height: 37px;*/
        /*line-height: 37px;*/
        height: 39px;
        line-height: 39px;
        overflow: hidden;
    }

    /* 드롭다운 구분 시작 */
    li.dropdown > a {
        font-size: 13.2px !important;
        font-weight: bold !important;
    }

    li.dropdown-submenu > a {
        height: 29px !important;
        line-height: 29px !important;
    }
    /* 드롭다운 구분 끝 */


    .header-nav .navbar-nav > li.nav-category > .dropdown-menu li a i {
        color: #b5b5b5
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu li a:hover {
        background: transparent;
        color: #f8b500 !important;
        text-shadow: none;
        border-radius: 0 !important
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu li.dropdown > a:after {
        position: absolute;
        top: 0px;
        right: 5px;
        margin-top: -3px;
        font-size: 11px;
        color: #b5b5b5;
        display: inline-block;
        font-family: 'Font Awesome\ 5 Free';
        content: "\f105";
        font-weight: 900
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li > .more-view {
        display: block;
        color: #959595;
        font-size: 13px;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        cursor: pointer
    }

    /* Category Nav List Open */
    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical.open > a {
        color: #f8b500
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical.open > a i {
        color: #b5b5b5
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical.open > a:after {
        color: #f8b500
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical.open > .dropdown-menu {
        display: block;
        top: 0;
        left: 100%;
        width: 401px;
        min-height: 490px;
        height: auto;
        overflow: visible;
        border: 1px solid rgba(0, 0, 0, 0.3);
        /*background: rgba(255, 255, 255, 0.9)*/
        background-color: #fff;
    }

    .header-nav.nav-main .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical.open > .dropdown-menu {
        top: 0;
        min-height: 490px;
        height: auto;
        overflow: visible;
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical.open > .dropdown-menu:before {
        display: none
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical.open > .dropdown-menu > .dropdown-submenu {
        width: 200px
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical > ul > .dropdown-submenu {
        position: static
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical > ul > .dropdown-submenu > a {
        position: relative;
        width: 230px;
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical > ul > .dropdown-submenu > a > .sub-caret {
        top: 10px;
        right: 20px;
        /*right: 0px;*/
    }

    /* Category Nav Submenu Open */
    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical > ul .submenu-marker {
        display: none
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical > ul > .dropdown-submenu:hover > a {
        color: #f8b500
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical > ul > .dropdown-submenu:hover > a > i {
        color: #f8b500
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical > ul > .dropdown-submenu > .dropdown-menu {
        /* check */
        top: 0;
        left: 227px;
        /*left: 200px;*/
        width: 200px;
        min-height: 490px;
        height: auto;
        overflow: visible;
        border: 1px solid rgba(0, 0, 0, 0.3);
        /*border-top: 0;*/
        /*border-bottom: 0;*/
        margin: 0;
        /*background: rgba(255, 255, 255, 0.9)*/
        background-color: #fff;
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical > ul > .dropdown-submenu > .dropdown-menu > li > a {
        background: inherit
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical > ul > .dropdown-submenu > .dropdown-menu:before {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-nav .navbar-nav > li > a {
        font-size: 13px;
        padding: 0 15px
    }

    .header-nav .dropdown-menu {
        min-width: 157px
    }

    .header-nav .dropdown-menu:before {
        left: 40px
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .item-vertical.open > .dropdown-menu {
        width: 381px;
        min-height: 490px;
        height: auto;
        overflow: visible;
    }
}

/* Header Nav Fixed */
@media (min-width: 992px) {
    #header-fixed .header-nav.header-sticky {
        width: 100%;
        height: auto;
        z-index: 999;
        position: relative
    }

    #header-fixed .header-nav.header-fixed-trans {
        position: fixed;
        top: 37px;
        left: 0
    }

    #header-fixed .header-nav.header-fixed-trans .navbar {
        border-top: 0
    }

    #header-fixed .header-nav.header-fixed-trans .navbar-nav > li.nav-category > a {
        margin-top: 0
    }

    #header-fixed .header-sticky-space.header-fixed-space-trans {
        clear: both;
        margin-bottom: 50px
    }

    #new_icon{
        display: block;
    }

}

@media (max-width: 991px) {
    #header-fixed .header-nav, #header-fixed .header-nav.header-fixed-trans {
        height: inherit;
        position: relative
    }


}

/* Boxed Layout Header Nav Fixed */
.boxed-layout#header-fixed .header-nav.header-sticky {
    left: inherit;
    width: inherit
}

/*---------- Sidebar Nav ----------*/
.sidebar .sidebar-title, .sidebar .sidebar-search, .sidebar .sidebar-member-menu {
    display: none
}

@media (max-width: 991px) {
    #DropdownToggleMenu{
        padding-top: 20px;
        padding-bottom: 20px;

        border-bottom: 1px solid;
    }

    #DropdownToggleMenu:after {
        top: 0px;
        right: 10px;
        font-size: 11px;
        position: absolute;
        color: #b5b5b5;
        display: inline-block;
        font-family: 'Font Awesome\ 5 Free';
        content: "\f0d7";
        font-weight: 900;
    }


    .sidebar.left {
        z-index: 1007;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 280px;
        background: #fff
    }
    .empty-border-top{
        border-top: 1px solid black;
    }

    .sidebar-left-mask {
        display: none
    }

    .sidebar-left-mask.active {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1006;
        background: #000;
        opacity: 0.5
    }

    .sidebar .sidebar-left-content {
        padding-bottom: 20px
    }

    .sidebar .sidebar-left-content.active {
        position: relative;
        height: 100%;
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .sidebar .sidebar-title {
        display: block;
        position: relative;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        /*background: #2B2B2E;*/
        padding: 0 15px;
        margin-bottom: 20px
    }

    .sidebar .sidebar-title .sidebar-close-btn {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #3C3C3E;
        color: #fff;
        font-size: 13px
    }

    /* Sidebar Search */
    .sidebar .sidebar-search {
        display: block;
        position: relative;
        padding: 0 15px
    }

    .sidebar .sidebar-search .input {
        position: relative;
        display: block
    }

    .sidebar .sidebar-search .input > input {
        ont-size: 12px;
        line-height: 1.5;
        font-weight: normal;
        display: block;
        box-sizing: border-box;
        width: 100%;
        outline: none;
        appearance: normal;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding: 6px 12px;
        height: 34px;
        /*border: 2px solid #CC2300;*/
        border: 2px solid #ffe473;
        background: #fff;
        color: #353535
    }

    .sidebar .sidebar-search .input > input:focus {
        outline: none;;
        /*border: 2px solid #CC2300 !important;*/
        border: 2px solid #f8b500 !important;
        box-shadow: none
    }

    .sidebar .sidebar-search .input-button .button {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        text-decoration: none;
        outline: none;
        overflow: hidden;
        float: none;
        margin: 0;
        font-weight: 600;
        height: 34px;
        line-height: 35px;
        font-size: 16px;
        padding: 0 11px;
        /* background: #CC2300; */
        background-color: #f8b500;
        color: #fff;
        border: 0;
        opacity: 1;
    }

    .sidebar .sidebar-search .input-button .button input {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        font-size: 12px;
        cursor: pointer;
        height: 30px;
        line-height: 1.5;
        font-weight: normal;
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        outline: none;
        border: 1px solid #D5D5D5;
        background: #FFF;
        color: #4B4B4D;
        appearance: normal;
        -moz-appearance: none;
        -webkit-appearance: none;
        opacity: 0
    }

    /* Member Menu */
    .sidebar .sidebar-member-menu {
        display: block;
        position: relative;
        padding: 20px 15px 20px;
        background: #fff
    }

    .sidebar .sidebar-member-menu:after {
        content: "";
        display: block;
        clear: both
    }

    .sidebar .sidebar-member-menu .sidebar-lg-btn {
        margin-bottom: 15px
    }

    .sidebar .sidebar-member-menu .sidebar-member-btn-box {
        display: block;
        float: left;
        width: 25%
    }

    .sidebar .sidebar-member-menu .sidebar-member-btn {
        position: relative;
        width: 46px;
        height: 46px;
        line-height: 46px;
        background: #59595b;
        color: #fff;
        font-size: 17px;
        text-align: center;
        border-radius: 50% !important;
        margin: 0 auto
    }

    .sidebar .sidebar-member-menu .sidebar-member-btn .badge {
        position: absolute;
        top: -5px;
        right: -5px;
        border: 1px solid #fff
    }

    .sidebar .sidebar-member-menu .sidebar-other-btn-box {
        display: block;
        float: left;
        width: 50%
    }

    .sidebar .sidebar-member-menu .other-btn-left {
        padding-right: 5px
    }

    .sidebar .sidebar-member-menu .other-btn-right {
        padding-left: 5px
    }

    .sidebar .sidebar-member-menu .sidebar-other-btn {
        position: relative;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #2b2b2e;
        font-size: 12px;
        color: #fff;
        border-radius: 2px !important
    }

    .sidebar .sidebar-member-menu .other-btn-red {
        /*background: #cc2300*/
        background-color: #f8b500;
    }

    /* Nav */
    .header-nav .navbar-nav {
        position: relative;
        margin: 0 0 55px;
        float: none;
        border-bottom: 1px solid #e5e5e5
    }

    .header-nav .navbar-nav > .nav-li-divider {
        display: none
    }

    .header-nav .navbar-nav > .nav-li-space {
        height: 40px;
        border-bottom: none;
        border-top: 1px solid #e5e5e5;
        background: #fff
    }

    .header-nav .navbar-nav > li {
        float: none
    }

    .header-nav .navbar-nav > li > a {
        line-height: 42px;
        padding: 0 15px;
        font-size: 13px;
        color: #000;
        font-weight: bold
    }

    .header-nav .navbar-nav > li > a > .nav-cate-icon {
        width: 20px;
        text-align: center
    }

    .header-nav .navbar-nav > li a {
        border-bottom: none;
        border-top: 1px solid #e5e5e5
    }

    .header-nav .navbar-nav > li a:hover {
        border-top: 1px solid #e5e5e5
    }

    .header-nav .navbar-nav > li:first-child > a {
        border-top: 1px solid transparent
    }

    .header-nav .navbar-nav > .nav-mo-half {
        float: left;
        width: 100%
    }

    #new_icon{
        display: none;
    }

    .header-nav .navbar-nav > .nav-mo-half > a {
        border-right: 1px solid #f2f2f2
    }

    .header-nav .navbar-nav > .nav-mo-half.board-right-none > a {
        border-right: 0
    }

    /* Category Nav */
    .header-nav .navbar-nav > li.nav-category > a {
        /*background: #2B2B2E;*/
        /*color: b;*/
        border-top: 1px solid #2B2B2E
    }

    .header-nav .navbar-nav > li.nav-category > a:after {
        color: #fff
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu {
        display: block;
        border: 0;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        position: static;
        box-shadow: none;
        background-color: transparent
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > .navcate-load-more {
        display: none
    }

    /* Category Nav List */
    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li {
        position: relative
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li > a {
        line-height: 42px;
        padding: 0 15px;
        font-size: 13px;
        color: #000;
        font-weight: bold
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li:first-child > a {
        border-top: 0
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu li i {
        width: 20px;
        text-align: center
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li > a > i {
        color: #b5b5b5
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li > .cate-dropdown-open {
        position: absolute;
        top: 1px;
        right: 0;
        width: 42px;
        height: 42px;
        line-height: 42px;
        margin: 0;
        padding: 0;
        text-align: center;
        border: 0;
        border-left: 1px solid #e5e5e5
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li > .cate-dropdown-open:before {
        content: "\f067";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        color: #b5b5b5
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li.open > a {
        background: #4B4B4D;
        color: #fff;
        border-top: 1px solid #4B4B4D
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li.open > a > i {
        color: #fff
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li.open > .cate-dropdown-open {
        border: 0;
        border-left: 1px solid #424245
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li.open > .cate-dropdown-open:before {
        content: "\f068";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        color: #f8b500
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li.active > .dropdown-menu {
        display: block;
        overflow: hidden
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li.active > a {
        background: #f8b500;
        color: #fff;
        border-top: 1px solid #f8b500
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li.active > a > i {
        color: #fff
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li.active > .cate-dropdown-open {
        border: 0;
        border-left: 1px solid #f8b500
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li.active > .cate-dropdown-open:before {
        content: "\f054";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        color: #fff
    }

    /* Category Nav List Submenu */
    .header-nav .navbar-nav .dropdown-submenu > .dropdown-menu {
        display: block
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        position: static;
        box-shadow: none;
        background-color: transparent
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li .dropdown-menu .submenu-marker {
        display: inline-block;
        width: 7px;
        height: 9px;
        border-left: 1px dotted #959595;
        border-bottom: 1px dotted #959595;
        margin-right: 8px
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li .dropdown-menu .dropdown-submenu a {
        position: relative;
        color: #757575;
        line-height: 38px;
        padding: 0 15px;
        background: #fff;
        font-size: 12px
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li .dropdown-menu .dropdown-submenu.active > a {
        font-weight: bold
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li .dropdown-menu .dropdown-submenu a .sub-caret {
        position: absolute;
        top: 12px;
        right: 5px
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li > .dropdown-menu > .dropdown-submenu > a {
        color: #656565;
        padding: 0 15px 0 15px;
        background: #fafafa
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li > .dropdown-menu > .dropdown-submenu.active > a {
        color: #f8b500
    }

    .header-nav .navbar-nav > li.nav-category > .dropdown-menu > li > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > a {
        padding: 0 15px 0 30px;
        background: #fafafa
    }

    .my-nav-item{
        padding-top: 10px !important;
    }
}

/*---------- Basic Body ----------*/
.basic-body.page-padding {
    padding-top: 25px;
    padding-bottom: 25px
}

.basic-body .basic-body-main {
    position: relative;
    /*padding-top: 45px;*/
    padding-bottom: 25px
}

.basic-body .basic-body-page {
    position: relative;
    padding: 15px;
    /*border: 1px solid #e5e5e5*/
}

.basic-body .basic-body-page .category-mobile-area {
    display: none
}

.basic-body .basic-body-side {
    padding: 25px 20px
}

.basic-body .basic-body-side.left-side {
    margin-right: -1px;
    border-right: 1px solid #e5e5e5
}

.basic-body .basic-body-side.right-side {
    margin-left: -1px;
    border-left: 1px solid #e5e5e5
}

.basic-body .basic-body-side .side-mobile-area {
    display: none
}

@media (min-width: 992px) {
    .basic-body .basic-body-main.col-md-9 {
        width: 73%
    }

    .basic-body .basic-body-side.col-md-3 {
        width: 27%
    }
}

@media (max-width: 991px) {
    .basic-body .basic-body-page .category-mobile-area {
        display: block
    }

    .basic-body .basic-body-page .basic-body-main {
        padding-left: 15px;
        padding-right: 15px
    }

    .basic-body .basic-body-main.left-main {
        border-right: 0;
        padding-left: 15px;
        padding-right: 15px
    }

    .basic-body .basic-body-main.right-main {
        border-left: 0;
        padding-left: 15px;
        padding-right: 15px
    }

    .basic-body .basic-body-side.left-side {
        margin-right: 0;
        border-right: 0;
        padding: 0
    }

    .basic-body .basic-body-side.right-side {
        margin-left: 0;
        border-left: 0;
        padding: 0
    }

    .basic-body .basic-body-side .side-pc-area {
        display: none
    }

    .basic-body .basic-body-side .side-mobile-area {
        display: block;
        padding: 25px 0
    }
}

@media (max-width: 767px) {
    .basic-body .basic-body-page {
        border: 0;
        padding: 0
    }
}

/*---------- Footer Top ----------*/
.footer-top {
    position: relative;
    width: 100%;
    /*min-height: 300px;*/
    background: #fff;
    /*border-top: 2px solid #e5e5e5;*/
    /*padding: 0 0 25px*/
}

.footer-top .footer-top-nav {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px
}

.footer-top .footer-top-nav .top-nav-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-top .footer-top-nav .top-nav-list:after {
    content: "";
    display: block;
    clear: both
}

.footer-top .footer-top-nav .top-nav-list li {
    position: relative;
    float: left;
    padding: 0 15px;
    line-height: 50px;
    text-align: center
}

.footer-top .footer-top-nav .top-nav-list li:first-child {
    padding-left: 0
}

.footer-top .footer-top-nav .top-nav-list li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    background: #d5d5d5;
    margin-top: -5px
}

.footer-top .footer-top-nav .top-nav-list li:last-child:after {
    display: none
}

.footer-top .footer-top-nav .top-nav-list li a {
    font-size: 12px;
    color: #757575
}

.footer-top .footer-top-nav .top-nav-list li a:hover {
    text-decoration: underline
}

.footer-top .footer-top-nav .footer-top-fsite {
    position: absolute;
    top: 0;
    right: 15px;
    width: 200px;
    height: 50px
}

.footer-top .footer-top-nav .fsite-cont {
    position: relative;
    margin-top: 9px
}

.footer-top .footer-top-nav .fsite-cont dt {
    position: relative
}

.footer-top .footer-top-nav .fsite-cont dt a {
    position: relative;
    display: block;
    padding: 0 15px;
    line-height: 28px;
    border: 1px solid #d5d5d5;
    color: #757575;
    text-align: center
}

.footer-top .footer-top-nav .fsite-cont dt a:hover {
    color: #353535;
    border-color: #a7bbfd
}

.footer-top .footer-top-nav .fsite-cont dt a i {
    position: absolute;
    top: 7px;
    right: 10px
}

.footer-top .footer-top-nav .fsite-cont dt i {
    color: #959595;
    float: right;
    display: inline-block;
    padding-top: 5px
}

.footer-top .footer-top-nav .fsite-cont dd {
    position: absolute;
    bottom: 28px;
    width: 100%;
    z-index: 2;
    display: none
}

.footer-top .footer-top-nav .fsite-cont dd ul {
    margin-bottom: 0;
    background: #3C3C3E
}

.footer-top .footer-top-nav .fsite-cont ul li {
    border-top: 1px solid #4B4B4D
}

.footer-top .footer-top-nav .fsite-cont ul li a {
    color: #959595;
    font-size: 12px;
    display: block;
    padding: 5px 10px
}

.footer-top .footer-top-nav .fsite-cont ul li a:hover {
    background: #2B2B2E
}

.footer-top-content {
    position: relative
}

.footer-top-content .footer-top-banner-wrap {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px
}

.footer-top-content .footer-top-banner-wrap:after {
    content: "";
    display: block;
    clear: both
}

.footer-top-content .footer-top-banner {
    position: relative;
    float: left;
    width: 33.33333%;
    padding: 0 15px
}

.footer-top-content .footer-top-banner-in {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    min-height: 70px
}

.footer-top-content .footer-top-banner-in i {
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 42px
}

.footer-top-content .footer-top-banner-in .fa-headset {
    color: #888888
}

.footer-top-content .footer-top-banner-in .fa-clock {
    color: #888888
}

.footer-top-content .footer-top-banner-in .footer-top-banner-cont {
    position: relative;
    height: 50px;
    margin-left: 70px;
    padding: 10px 0
}

.footer-top-content .footer-top-banner-in .footer-top-banner-cont h5 {
    margin: 0;
    color: #454545;
    font-size: 26px;
    line-height: 50px;
    font-weight: bold
}

.footer-top-content .footer-top-banner-in .footer-top-banner-cont strong {
    display: block;
    color: #454545;
    margin-top: 5px
}

.footer-top-content .footer-top-banner-in .footer-top-banner-cont span {
    display: block;
    color: #757575;
    font-size: 12px
}

.footer-top-content .footer-top-banner-in .social-icons {
    position: absolute;
    top: 19px;
    right: 0
}

.footer-top-content .footer-top-box-wrap {
    position: relative;
    border-top: 1px solid #e5e5e5
}

.footer-top-content .footer-top-box-wrap:after {
    content: "";
    display: block;
    clear: both
}

.footer-top-content .footer-top-box {
    position: relative;
    padding: 20px 20px 0;
    float: left;
    width: 33.33333%;
    min-height: 190px;
    border-right: 1px solid #e5e5e5
}

.footer-top-content .footer-top-box.footer-site-info {
    padding: 20px 20px 0
}

.footer-top-content .footer-top-box:first-child {
    padding-left: 0
}

.footer-top-content .footer-top-box:last-child {
    padding-right: 0;
    border-right: 0
}

.footer-top-content .footer-top-box .headline-short h5 {
    font-size: 17px;
    font-weight: bold;
    color: #353535
}

.footer-top-content .footer-top-box .headline-short h5:after {
    background: #CC2300;
    width: 20px
}

.footer-top-content .footer-top-box li a {
    color: #555555
}

.footer-top-content .footer-top-box li a:hover {
    text-decoration: underline
}

.footer-top-content .footer-top-logo {
    position: relative;
    width: 120px;
    height: auto;
    margin: 0
}

.footer-top-content .footer-top-logo h2 {
    color: #353535;
    font-weight: bold;
    margin: 0;
    font-size: 20px
}

.footer-top-content .footer-top-info {
    position: relative;
    margin-top: 20px;
    word-break: keep-all;
    font-size: 12px
}

.footer-top-content .footer-top-info strong {
    color: #353535
}

.footer-top-content .footer-top-info span {
    color: #555555
}

.footer-top-content .footer-top-info span.info-divider {
    margin-left: 5px;
    margin-right: 5px;
    color: #c5c5c5
}

.footer-top-content .footer-top-info a {
    color: #656565;
    text-decoration: underline
}

.footer-top-content .footer-top-info a:hover {
    color: #353535
}

.footer-top-content .footer-top-info .btn-e-xs {
    line-height: 11px;
    color: #fff;
    text-decoration: none
}

.footer-top-content .footer-bank-account {
    font-size: 14px;
    font-weight: bold;
    color: #757575
}

.footer-top-content .footer-btn-box {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px
}

.footer-top-content .footer-btn-box:after {
    clear: both;
    display: block;
    clear: both
}

.footer-top-content .footer-btn-left {
    float: left;
    width: 49%
}

.footer-top-content .footer-btn-right {
    float: right;
    width: 49%
}

@media (max-width: 991px) {
    .footer-top-content .footer-top-banner {
        width: 50%
    }

    .footer-top-content .footer-top-banner:last-child {
        width: 100%
    }

    .footer-top-content .footer-top-banner-in {
        border-bottom: 0
    }

    .footer-top-content .footer-top-banner:last-child .footer-top-banner-in {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5
    }

    .footer-top-content .footer-top-banner-in .social-icons {
        left: 0;
        right: inherit
    }

    .footer-top-content .footer-top-box {
        width: 50%;
        padding: 20px 20px 0;
        min-height: 170px
    }

    .footer-top-content .footer-top-box:first-child {
        width: 100%;
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid #e5e5e5
    }

    .footer-top-content .footer-top-box:nth-child(2) {
        padding-left: 0
    }

    .footer-top-content .footer-top-box:last-child {
        padding-right: 0
    }

    .footer-top-content .footer-btn-box {
        left: 0
    }
}

@media (max-width: 767px) {
    .footer-top .footer-top-nav .top-nav-list li {
        padding: 0 5px
    }

    .footer-top .footer-top-nav .footer-top-fsite {
        width: 130px
    }

    .footer-top-content .footer-top-banner {
        width: 100%
    }

    .footer-top-content .footer-top-banner-in .social-icons {
        left: inherit;
        right: 0
    }

    .footer-top-content .footer-top-box-wrap {
        border-bottom: 0
    }

    .footer-top-content .footer-top-box {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
        padding: 20px 0
    }

    .footer-top-content .footer-top-box:nth-child(2) {
        min-height: 190px
    }

    .footer-top-content .footer-btn-box {
        bottom: 20px;
        right: 0
    }
}

/*---------- Footer ----------*/
.footer {
    position: relative;
    background: #f7b400
}

.footer .footer-copyright {
    text-align: center;
    overflow: hidden
}

.footer .footer-copyright p {
    color: black;
    font-size: 11px;
    line-height: 34px;
    margin-bottom: 0
}

/*---------- Sidebar Member ----------*/
.sidebar-shop-mask {
    display: none
}

.sidebar-shop-mask.active {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1008;
    background: #000;
    opacity: 0.5
}

.sidebar-shop-member-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1009;
    height: 100%;
    background: #fff
}

.sidebar-shop-member-btn {
    position: absolute;
    bottom: 50%;
    left: -50px;
    width: 42px;
    height: 100px;
    margin-bottom: -42px;
    background: #F8C94B;
    border: 0;
    font-size: 16px;
    color: #fff;
    border-radius: 21px !important
}

.sidebar-shop-member-btn.mo-btn {
    display: none
}

.sidebar-shop-member-btn i {
    display: block;
    width: 42px;
    height: 50px;
    line-height: 50px
}

.sidebar-shop-member-btn .direction-icon {
    display: block;
    width: 42px;
    height: 50px;
    line-height: 50px;
    background: #2B2B2E;
    border-bottom-left-radius: 21px !important;
    border-bottom-right-radius: 21px !important
}

.sidebar-shop-member-btn.active .fa-outdent {
    display: none
}

.sidebar-shop-member-btn.active .direction-icon:before {
    display: block;
    width: 42px;
    height: 50px;
    line-height: 50px;
    content: "\f00d";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    background: #000;
    border-bottom-left-radius: 21px !important;
    border-bottom-right-radius: 21px !important
}

.sidebar-shop-member {
    display: none;
    overflow-y: auto !important;
    width: 280px;
    height: 100%;
    padding: 15px;
    -webkit-overflow-scrolling: touch
}

.sidebar-shop-member-in {
    width: 250px
}

.sidebar-shop-member .sidebar-member-login {
    margin-bottom: 30px
}

.sidebar-shop-member .sidebar-login-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5
}

.sidebar-shop-member .sidebar-login-list:after {
    content: "";
    display: block;
    clear: both
}

.sidebar-shop-member .sidebar-login-list li {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px
}

.sidebar-shop-member .sidebar-login-list li a {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 12px;
    padding: 0 10px;
    text-align: center
}

.sidebar-shop-member .sidebar-login-list li:nth-child(1) {
    border-bottom: 1px solid #e5e5e5
}

.sidebar-shop-member .sidebar-login-list li:nth-child(2) {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5
}

.sidebar-shop-member .sidebar-login-list li:nth-child(4) {
    border-left: 1px solid #e5e5e5
}

.sidebar-shop-member .shop-member-box {
    position: relative;
    margin-bottom: 25px
}

.sidebar-shop-member .shop-member-box-in {
    position: relative;
    margin: 20px 0
}

.sidebar-shop-member .shop-member-box .accordion-default .panel-heading {
    background: #4b4b4d;
    border: 0
}

.sidebar-shop-member .shop-member-box .panel-group-control .panel-title > a {
    color: #fff
}

.sidebar-shop-member .shop-member-box .panel-title .badge-red {
    /*background: #e52700*/
    background-color: #F7B400;
}

@media (max-width: 767px) {
    .sidebar-shop-member-btn.pc-btn {
        display: none
    }

    .sidebar-shop-member-btn.mo-btn {
        display: block;
        z-index: 1009
    }

    .sidebar-shop-member-btn {
        position: fixed;
        bottom: 15px;
        left: 15px;
        width: 46px;
        height: 46px;
        line-height: 46px;
        margin-bottom: 0;
        font-size: 16px;
        background: rgba(0, 0, 0, 0.9);
        border-radius: 50% !important
    }

    .sidebar-shop-member-btn i {
        width: 46px;
        height: 46px;
        line-height: 46px
    }

    .sidebar-shop-member-btn .direction-icon {
        display: none
    }

    .sidebar-shop-member-btn.active {
        background: #000
    }

    .sidebar-shop-member-btn.active i {
        display: none
    }

    .sidebar-shop-member-btn.active:before {
        display: block;
        width: 46px;
        height: 46px;
        line-height: 46px;
        content: "\f00d";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        background: rgba(204, 35, 0, 0.9);
        border-radius: 50% !important;
    }
}

/*---------- Page Title ----------*/
.page-title-wrap {
    position: relative;
    background: #fad77b ;
    padding: 10px 0;
}


.page-title-wrap h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    width: 100%;
    float: left;
}

@media (max-width: 767px) {
    .page-title-wrap h2 {
        font-size: 15px;
    }
}


/*

2024-03-06 양동건
기존 높이 470 -> 417 변경.
 */

/*---------- Main Index ----------*/
.main-banner-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    /*background: #f2f2f2;*/
    background-color: #F1EFE3;
    margin-top: -26px
}

.main-banner-container {
    /*margin: 0 -150px*/
}

.main-heading h2 {
    position: relative;
    text-align: center;
    font-size: 20px;
    margin: 0 0 30px
}

.main-heading h2 strong {
    color: #454545
}

.main-heading h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background: #d5d5d5
}

#main_review {
    margin-left: -10px;
    margin-right: -10px
}

#main_review h2 {
    margin: 40px 10px 30px
}

#main_review .review-pb-wrap {
    position: relative;
    overflow: hidden;
    height: 40px
}

#main_review .review-pagination {
    text-align: center;
    margin-top: 10px
}

#main_review .review-pagination .swiper-pagination-bullet {
    border-radius: 50% !important;
    margin: 0 3px
}

#main_review .review-pagination .swiper-pagination-bullet-active {
    background: #cc2300
}

#main_review .review-button {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#main_review .review-button:hover {
    border: 1px solid #cc2300
}

#main_review .review-button-next {
    right: 10px
}

#main_review .review-button-prev {
    left: 10px
}

.main-review {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-review .review-li {
    position: relative;
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: left
}

.main-review .review-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea;
    padding: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.main-review .review-item:hover {
    border: 1px solid #cc2300
}

.main-review .review-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center
}

.main-review .review-img img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.main-review .review-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.main-review .review-txt {
    position: relative;
    margin: 10px 0 5px
}

.main-review .review-txt h5 {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 38px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500
}

.main-review .review-txt a {
    display: block;
    margin: 10px 0;
    font-size: 13px;
    font-weight: 500;
    color: #cc2300
}

.main-review .review-txt a:hover {
    text-decoration: underline
}

.main-review .review-txt p {
    position: relative;
    overflow: hidden;
    height: 32px;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #959595
}

@media (max-width: 1439px) {
    .main-banner-wrap {
        height: auto
    }

    .main-banner-container {
        /*margin: 0 -70px*/
    }
}

@media (max-width: 1279px) {
    .main-banner-container {
        /*margin: 0 -30px*/
    }
}

@media (max-width: 991px) {
    .main-banner-container {
        margin: 0
    }

    #main_review {
        margin-left: -3px;
        margin-right: -3px
    }

    #main_review .review-button-next {
        right: 3px
    }

    #main_review .review-button-prev {
        left: 3px
    }

    .main-review .review-li {
        margin-bottom: 6px;
        padding: 0 3px
    }
}

@media (max-width: 767px) {
    .main-banner-container {
        margin: 0 -15px
    }
}

/*---------- Sidebar Tab ----------*/
.sidebar-tab {
    position: relative;
    margin: 0 0 25px
}

.sidebar-tab .nav-tabs {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5
}

.sidebar-tab .nav-tabs li {
    width: 50%
}

.sidebar-tab .nav-tabs li a {
    text-align: center;
    margin-right: 0;
    margin-left: -1px;
    color: #959595;
    border: 1px solid #e5e5e5;
    padding: 7px 5px;
    font-size: 12px
}

.sidebar-tab .nav-tabs li:first-child a {
    margin-left: 0
}

.sidebar-tab .nav-tabs li a:hover {
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

.sidebar-tab .nav-tabs li.active a {
    z-index: 1;
    background: #fff;
    font-weight: bold;
    color: #353535;
    border-bottom: 0
}

.sidebar-tab .tab-content {
    position: relative;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 10px;
    background: #fff
}

/*---------- Mobile Sidebar left Trigger ----------*/
.mobile-sidebar-left-trigger {
    position: fixed;
    left: 70px;
    bottom: 15px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 46px;
    -webkit-border-radius: 50% !important;
    /*background: rgba(204, 35, 0, 0.95);*/
    background-color: #F7B400;
    border: 0;
    color: #fff;
    display: none;
    z-index: 1009
}

@media (max-width: 767px) {
    .mobile-sidebar-left-trigger {
        display: block
    }
}

/*---------- Quick Menu ----------*/
.quick-menu-wrap {
    position: relative;
    z-index: 10;
    /* 컨테이너 자체는 클릭 통과 — 내부의 실제 메뉴/버튼만 받음 */
    pointer-events: none;
}
.quick-menu-wrap > *,
.quick-menu-wrap .slide-quick-menu,
.quick-menu-wrap .quick-menu,
.quick-menu-wrap .quick-scroll-btn,
.quick-menu-wrap .quick-scroll-point,
.quick-menu-wrap a,
.quick-menu-wrap button {
    pointer-events: auto;
}

.quick-menu-wrap.container.is_stuck {
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute !important;
    top: inherit !important
}

.quick-menu-wrap.container.is_stuck_important {
    left: 50%;
    transform: translate(-50%, 0);
    position: fixed !important;
    top: 0 !important;
    /* fixed 상태에서도 wrap 자체는 클릭 통과 */
    pointer-events: none !important;
}
.quick-menu-wrap.container.is_stuck_important > *,
.quick-menu-wrap.container.is_stuck_important .slide-quick-menu,
.quick-menu-wrap.container.is_stuck_important .quick-menu,
.quick-menu-wrap.container.is_stuck_important .quick-scroll-btn,
.quick-menu-wrap.container.is_stuck_important a,
.quick-menu-wrap.container.is_stuck_important button {
    pointer-events: auto !important;
}

/* 슬라이더 네비 버튼 — Q menu와 동일 스타일 */
.slide-quick-menu {
    position: absolute;
    z-index: 1;
    top: 25px;
    width: 76px;
    background: #fff;
    border: none;
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 4px 18px rgba(0,0,0,0.13);
    overflow: hidden;
    right: -81px;
}
.slide-quick-menu button {
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 1px solid #f3f4f6;
    padding: 0;
    background: #fff;
    cursor: pointer;
    transition: background .12s ease;
}
.slide-quick-menu button:hover { background: #fffbeb; }
.slide-quick-menu button img { width: 100%; display: block; }




.quick-menu {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 76px;
    background: #fff;
    border: none;
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 4px 18px rgba(0,0,0,0.13);
    overflow: hidden;
    font-family: 'Noto Sans KR', sans-serif;
}

.quick-menu-left  { left: -81px;  border-radius: 0 10px 10px 0 }
.quick-menu-left.quick-menu-main  { left: -81px;  margin-top: 20px; border-radius: 0 10px 10px 0 }
.quick-menu-right { right: -81px; border-radius: 10px 0 0 10px }
.quick-menu-right.quick-menu-main { right: -81px; margin-top: 20px; border-radius: 10px 0 0 10px }

/* 타이틀 */
.quick-menu .quick-menu-title {
    background: #1f2937;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    padding: 9px 0;
    margin: 0;
    letter-spacing: 0.4px;
}
.quick-menu .quick-menu-title strong {
    color: #f8b500;
    font-size: 13px;
    font-weight: 900;
}

/* 항목 */
.quick-menu .quick-menu-box {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #f3f4f6;
    height: 64px;
    background: #fff;
    transition: background .12s ease;
}
.quick-menu .quick-menu-box:hover { background: #fffbeb; }

.quick-menu .quick-menu-box.heading-current {
    height: 26px;
    background: #f9fafb;
    border-bottom: 1px solid #f3f4f6;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick-menu .quick-menu-box.current-view {
    padding: 5px;
    border-bottom: 0;
}

.quick-menu .quick-menu-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    padding: 0;
    text-decoration: none;
}

.quick-menu .quick-menu-box a i {
    color: #6b7280;
    font-size: 17px;
    line-height: 1;
    transition: color .12s ease;
}
.quick-menu .quick-menu-box a:hover i { color: #f8b500; }

.quick-menu .quick-menu-box span {
    display: block;
    color: #4b5563;
    font-size: 10px;
    font-weight: 600;
    padding: 0;
    letter-spacing: -0.3px;
    line-height: 1.2;
    transition: color .12s ease;
}
.quick-menu .quick-menu-box a:hover span { color: #b45309; }

.quick-menu .quick-menu-box .quick-menu-count {
    position: absolute;
    top: 6px;
    right: 6px;
    min-width: 16px;
    height: 16px;
    background: #ef4444;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    line-height: 1;
}

.quick-menu .quick-menu-box .quick-sidebar-trigger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    padding: 0;
    cursor: pointer;
}
.quick-menu .quick-menu-box .quick-sidebar-trigger i {
    color: #6b7280;
    font-size: 17px;
    transition: color .12s ease;
}
.quick-menu .quick-menu-box .quick-sidebar-trigger:hover i { color: #f8b500; }

.quick-menu .quick-todayview-box {
    width: 78px;
    height: 135px;
    padding: 10px 3px 0
}

.quick-menu .quick-todayview-box .qtv_ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.quick-menu .quick-todayview-box .qtv_item {
    position: relative
}

.quick-menu .quick-todayview-box .qtv_img {
    position: relative;
    overflow: hidden;
    width: 72px;
    height: 72px
}

.quick-menu .quick-todayview-box .qtv_img img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.quick-menu .quick-todayview-box .qtv_btn_wrap {
    position: relative;
    height: 20px;
    margin-top: 30px
}

.quick-menu .quick-todayview-box .qtv_btn {
    position: absolute;
    top: 0;
    width: 36px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    outline: none
}

.quick-menu .quick-todayview-box .qtv_btn:hover {
    color: #cc2300
}

.quick-menu .quick-todayview-box .qtv_btn_next {
    right: 0
}

.quick-menu .quick-todayview-box .qtv_btn_prev {
    left: 0
}

.quick-menu .quick-todayview-box .qtv_empty {
    font-size: 11px;
    color: #959595;
    text-align: center;
    margin: 32px 0 0
}

.quick-menu .quick-scroll-btn {
    background: #f8b500;
    text-align: center;
    color: white;
    padding: 8px 0;
    margin: -1px;
    cursor: pointer
}

.quick-menu .quick-scroll-btn.top-btn {
    padding: 7px 0 9px
}

.quick-menu .quick-scroll-btn.down-btn {
    border-top: 1px solid #656565
}

.quick-menu .quick-scroll-btn i {
    display: block;
    font-size: 12px;
    line-height: 1
}

.quick-menu .quick-scroll-btn span {
    display: block;
    font-size: 10px;
    line-height: 1;
    color: white;
}

.quick-menu .quick-scroll-point {
    background: #4b4b4d;
    text-align: center;
    padding: 3px 0;
    margin: 0 -1px
}

.quick-menu .quick-scroll-point .progress-count {
    font-size: 11px;
    color: #f8b500 !important
}

@media (max-width: 1440px) {
    .quick-menu-wrap {
        display: none
    }
}

/*---------- Eb BackToTop ----------*/
.eb-backtotop {
    position: fixed;
    left: 15px;
    bottom: 15px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
    background: #fff;
    z-index: 1003;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.eb-backtotop.active-progress {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.eb-backtotop:after {
    position: absolute;
    content: "\f106";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    text-align: center;
    font-size: 16px;
    color: #757575;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    line-height: 28px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.eb-backtotop:hover:after {
    color: #cc2300
}

.eb-backtotop svg path {
    fill: none
}

.eb-backtotop svg.backtotop-progress path {
    stroke: #b5b5b5;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.eb-backtotop .progress-count {
    dispaly: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    font-size: 11px;
    text-align: center;
    color: #a5a5a5
}

.eb-backtotop {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15)
}

.eb-backtotop:after {
    color: #2b2b2e
}

.eb-backtotop svg.backtotop-progress path {
    stroke: #cc2300
}

@media (max-width: 767px) {
    .eb-backtotop {
        bottom: 15px
    }
}