 /* 공통 */
.inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.cnt {
    position: absolute;
    top: 30px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    background: #f9521d;
    color: #fff;
}
/*header*/
#hd_banner{text-align:center;position:relative;}
#hd_banner a {height:100%;display:block;text-decoration:none !important;}
#hd_close{width:26px;height:26px;position:absolute;top:50%;right:17px;margin-top:-13px;cursor:pointer;}

#container {
    position: relative;
    padding-top: 65px;
}

/* 햄버거 메뉴 아이콘 */
#header .ham_wrap {
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    left: 0;
}

#header .hamIcon a {
    display: inline-block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    color: #525252;
    position: relative;
}

#header .hamIcon a span {
    display: block;
    position: absolute;
    top: 25px;
    width: 15px;
    height: 2px;
    background: #f9521d;
    color: transparent;
    transition: all 0.5s
}

#header .hamIcon a span:after,
#header .hamIcon a span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #f9521d;
    transition: all 0.5s
}

#header .hamIcon a span:before {
    top: -5px
}

#header .hamIcon a span:after {
    top: 5px
}

#header .ham_wrap.active_ham .hamIcon a span {
    background: rgba(82, 82, 82, 0)
}

#header .ham_wrap.active_ham .hamIcon a span:before {
    top: 0;
    transform: rotate(45deg)
}

#header .ham_wrap.active_ham .hamIcon a span:after {
    top: 0;
    transform: rotate(-45deg)
}


/* 로그인 네비 */
.login_nav {
    background: #f9521d;
    height: 30px;
    line-height: 30px;
}

.login_nav .inner {
    text-align: right;
}

.login_nav ul {
    display: inline-block;
}

.login_nav ul li {
    float: left;
    position: relative;
    margin: 0 10px;
}

.login_nav ul li:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -11px;
    width: 1px;
    height: 10px;
    background: #e4e4e4;
}

.login_nav ul li a {
    color: #888;
    font-size: 12px;
}

.login_nav ul li.nav_top_cart span{
    margin-left: 5px;
    border-radius: 100%;
    background: #333;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    color: #fff;
    padding-right: 1px;
}

/* 전체 메뉴 */
.all_menu_wrap a:hover {
    color: #f9521d;
}

/* 네비게이션 */
.nav li.active > a {
    color: #f9521d !important;
}

#header {
    border-bottom: 2px solid #f9521d;
}

#header > div > .top_nav {
    height: 100px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.top_nav .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* depth1_menu */
.gnb_nav .nav ul.dept1 {
    width: 160px;
    position: absolute;
    text-align: left;
    background: #fff;
    z-index: 1000;
    display: none;
    top: 55px;
    padding: 15px 20px;
    border: 1px solid #e4e4e4;
}
.gnb_nav .nav ul.dept1.com{
width: 230px;
}

.gnb_nav .nav ul.dept1 li {
    transition: all 0.5s;
    padding: 5px 0;
}

.gnb_nav .nav ul.dept1 li > a:hover {
    color: #f9521d;
}

.gnb_nav .nav ul.dept1 a {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    display: block;
    width: 100%;
    transition: all 0.3s;
    position: relative;
}

.gnb_nav .nav > li > a:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    z-index: 999;
    background: #fff;
    bottom: 10px;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.gnb_nav .nav li.active > a:after,
.gnb_nav .nav > li:hover > a:after {
    width: 100%;
}

.gnb_nav ul.nav li a.combine + ul.dept1 {
    width: 220px;
}

/* 슬릭 */
/* 좌측 슬라이드 배너 */
/*#header .left_banner {*/
/*    position:absolute;*/
/*    width:285px;*/
/*    top:0;*/
/*    margin-top:25px;*/
/*}*/
.left_ban_slide {
    width: 285px;
}

.left_ban_slide .left_ban_img,
.left_ban_slide .left_ban_txt {
    float: left;
}

.left_ban_slide .left_ban_txt {
    text-align: left;
    margin-left: 10px;
}

.left_ban_slide .left_ban_txt p:first-child {
    font-weight: 400;
    font-size: 13px;
}

.left_ban_slide .left_ban_txt p:last-child {
    font-size: 30px;
    font-weight: 600;
    color: #1E1927;
    line-height: 1;
    cursor: default;
}

.left_ban_slide img {
    width: 36px;
    height: 40px;
    text-align: center;
    margin: 5px auto 0;
}

.left_ban_slide img:first-child {
    margin-right: 10px;
}

.left_ban_slide button {
    display: none !important;
}


/* 로고 */
#header .logo {
    width: 240px;
}

#header .logo a {
    color: transparent;
    background-size: cover;
    vertical-align: middle;
}

#header .logo a img {
    max-width: 100%;
}

.right_nav li {
    float: left;
}

.right_nav ul.clear{
    margin-top: 10px;
}

/* 로그인 버튼 */
.right_nav .top_btn_wrap {
    display: flex;
    width: 78px;
    justify-content: space-between;
    position: absolute;
    top: 7px;
    right: 0;
}
.right_nav .top_btn_wrap li {
    flex: 0 0 auto;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin-right: 3px;
}
.right_nav .top_btn_wrap li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 4px;
    font-size: 10px;
    color: #aaa;
}
.search_wrap button {
    position:absolute;
    top:50%;
    margin-top:-15.5px;
    right:10px;
    width:30px;
    height:30px;
    line-height: 30px;
    cursor: pointer;
    background:none;
}

/* 장바구니 버튼 */
.cart_icon {
    margin:5px 10px 0 10px;
}

.cart_icon a {
    display: inline-block;
}

.cart_icon img {
    width: 30px;
    height: 30px;
}

.search_wrap > input {
    width: 280px;
    height: 40px;
    background: #fff;
    border: 2px solid #f9521d;
    position: relative;
    padding: 0 40px 0 0;
}

.search_wrap > ::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 500;
}

.top_search {
    position: relative;
}

/* 최근 검색어 */
.recent_box {
    border: 1px solid #ccc;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    top: 50px;
    display: none;
    z-index: 9999;
    background: white;
}

.recent_box h3 {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0 0 10px;
}

.recent_list {
    margin-top: 10px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.recent_list p {
    margin-bottom: 5px;
}

.recent_close {
    width: 100%;
    padding: 0;
    background: #eee;
    height: 40px;
    font-size: 11px;

}

.recent_close button {
    color: #999;
    background: none;
    cursor: pointer;
    line-height: 40px;
}

.recent_close button:last-child {
    float: right;
    margin-right: 10px;
}

.recent_close button:first-child {
    float: left;
    margin-left: 10px;
}

.recent_search li {
    width: 100%;
    margin-bottom: 10px;
}

.recent_search li a.search_w {
    float: left;
}

.recent_search span {
    float: right;
    color: #999;
}

/* 대메뉴 */
.gnb_nav {
    background: #fff;
    height: 55px;
    position: relative;
    left: 0;
    right: 0;
    transition: all 2s;
}

.gnb_nav .inner > ul.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gnb_nav .inner {
    padding-left: 35px;
}

.gnb_nav.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 560ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    z-index: 9999;
}

.gnb_nav > div > ul.nav > li {
    flex: 0 0 auto;
    position: relative;
    font-weight: bold;
}

.gnb_nav > div > ul.nav > li ul {
    position: relative;
}

.gnb_nav > div > ul.nav > li:hover > a {
    color: #f9521d;
    font-weight: bold;
}

.gnb_nav > div > ul.nav > li > a {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 55px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.gnb_nav > div > ul.nav > li:first-child > a {
    margin-left: 0;
}

.gnb_nav > div > ul.nav > li:last-child > a {
    margin-right: 0;
}

/***************** 메인 슬라이드 *****************/

/* 메인 배너 */
.visual_list {
    position: relative;
    background-repeat: no-repeat;
    background-color: #fbefef;
    background-size: 1920px;
    background-position: center;
    width: 100%;
    height: 550px !important;
}

/* 슬라이드 배너 투명배경 */
.dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.slide_dim {
    animation: dim-fade 1.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0
}

@keyframes dim-fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* 메인 슬로건 */
.visual_main .visual_list .inner {
    text-align: left;
    display: table;
}

/* pager */
.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 995;
    width: 60px;
    height: 60px;
    color: transparent
}

.slick-prev {
    left: 50px;
    background: url(../images/arr_prev.png) no-repeat;
    background-size: 100%;
}

.slick-next {
    right: 50px;
    background: url(../images/arr_next.png) no-repeat;
    background-size: 100%;
}

.slick-dotted {
    text-align: center;
}

.slick-dots {
    animation: p-fadeIn 2s ease-in-out;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -32px;
    cursor: pointer;
}

.slick-dots li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #dad4d4;
    margin: 0 3px
}

.slick-dots li.slick-active {
    background: #f9521d;
}

.slick-dots li button {
    display: none
}

@keyframes p-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (min-width: 900px) {
    #container .slogan a:hover {
        background: #f9521d;
        color: #fff;
        border-color: #f9521d
    }
}

/* 메인 슬로건 애니메이션 */
.sub_content .visual_list .slogan .produc_btn,
.sub_content .visual_list .slogan h1,
.sub_content .visual_list .slogan p {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out
}

.sub_content .slick-active .slogan .produc_btn,
.sub_content .slick-active .slogan h1,
.sub_content .slick-active .slogan p {
    opacity: 1;
    transform: translateY(0);
    animation: fadeIn 0.8s ease-out
}

.sub_content .slick-active .slogan h1 {
    transition-delay: 0.2s;
    animation-delay: 0.2s
}

.sub_content .slick-active .slogan p {
    transition-delay: 0.4s;
    animation-delay: 0.4s
}

.sub_content .slick-active .slogan .produc_btn {
    transition-delay: 0.6s;
    animation-delay: 0.6s
}

/* 애니메이션 */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes cont_ani {
    0% {
        margin-top: 20px;
    }
    100% {
        margin-top: 0;
    }
}

/***************** 베스트 카테고리 아이콘 *****************/
.sub_content .main_icon_category {
    text-align: center;
    padding-bottom: 35px;
}

.sub_content .main_icon_category ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sub_content .main_icon_category ul li {
    min-width: 10%;
    flex: 0 0 10%;
    margin-bottom: 40px;
}

.sub_content .main_icon_category ul li a {
    border-radius: 100%;
    background: #fff;
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.sub_content .main_icon_category ul li:hover a {
    -webkit-box-shadow: 0 40px 30px -30px rgba(0, 0, 0, .3);
    box-shadow: 0 40px 30px -30px rgba(0, 0, 0, .3);
    margin-top: -5px;
}

.sub_content .main_icon_category ul li span {
    font-size: 14px;
    color: #333;
}

.main_icon_category .inner {
    height: auto;
}

/***************** 아이템 리스트 *****************/

/* 주간 베스트 타이틀 */
.item_list_tit {
    margin: 35px 0 30px;
    line-height: 1;
    position: relative;
}

.item_list_tit h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

/* 아이템 리스트 hover  */
@media (min-width: 700px) {
    .item_box .item_img .hover_border {
        position: absolute;
        background: #f9521d;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        z-index: 10;
    }

    .item_box .item_img .border-left {
        bottom: 0;
        left: 0;
        height: 0;
        width: 2px;
    }

    .item_box .item_img .border-right {
        top: 0;
        right: 0;
        height: 0;
        width: 2px;
    }

    .item_box .item_img .border-top {
        top: 0;
        left: 0;
        height: 2px;
        width: 0;
    }

    .item_box .item_img .border-bottom {
        bottom: 0;
        right: 0;
        width: 0;
        height: 2px;
    }

    .item_box:hover .item_img .border-left {
        height: 100%;
    }

    .item_box:hover .item_img .border-right {
        height: 100%;
    }

    .item_box:hover .item_img .border-top {
        width: 100%;
    }

    .item_box:hover .item_img .border-bottom {
        width: 100%;
    }

    .item_box:hover .item_img .border-bottom {
        width: 100%;
    }
}

/* 아이템 리스트 */
.no-data {
    padding: 40px 0 !important;
    border-bottom: 1px solid #e4e4e4;
    width: 100% !important;
}

.main_item_list {
    min-height: 600px;
}

.main_item_list ul.item_list_cont {
    margin: 0 -10px;
}

.main_item_list ul.item_list_cont > li {
    float: left;
    width: 25%;
    overflow: hidden;
    transition: all 0.5s;
    padding: 0 10px;
}

.main_item_list ul.item_list_cont > li .item_box {
    margin: 0 0 35px;
    position: relative;
    border: 1px solid #e1e1e1;
}

.main_item_list ul.item_list_cont > li .item_brand {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.main_item_list ul.item_list_cont > li .item_brand:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.main_item_list ul.item_list_cont > li .item_brand img {
    max-width: 70px;
    max-height: 20px;
    width: auto;
    height: auto;
}

.main_item_list ul.item_list_cont > li .item_img {
    overflow: hidden;
    min-height: 283px;
    max-height: 285px;
}

.main_item_list ul.item_list_cont .brand_logo {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.main_item_list ul.item_list_cont .brand_logo img {
    height: 37px;
    float: left;
}

.main_item_list ul.item_list_cont .brand_logo span {
    display: block;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    color: #FFF;
    border-radius: 7px;
    margin-top: 6px;
    float: right;
}

.main_item_list ul.item_list_cont .brand_logo span.ba_account1 {
    background: #f34c4c;
}

.main_item_list ul.item_list_cont .brand_logo span.ba_account2 {
    background: #009771;
}

.main_item_list ul.item_list_cont .brand_logo span.ba_account3 {
    background: #368dff;
}

/* 아이템 이미지 */
.main_item_list ul.item_list_cont > li .item_img > img {
    transition: all 0.5s;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: -1;
}

/* 아이템 내용 */
.item_info .item_prc dl {
    line-height: 30px;
}

.item_info .item_prc dt {
    font-size: 14px;
    color: #888;
}

.item_info .item_prc .card_prc dt,
.item_info .item_prc .card_prc dd{
    color: #f9521d;
}

.item_info .item_prc dd {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.item_info .item_prc dl dt {
    float: left;
    width: 50%;
}

.item_info .item_prc dl dd {
    float: right;
}

.main_contents .main_item_list > li:hover .item_info h3 {
    text-decoration: underline;
}

.item_info .item_tit span.fc_red {
    max-width: 90%;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.fc_red {
    color: #f9521d !important;
}


/* 푸터 */
#footer_wrap .foot_conts .foot_logo a {
    width: 200px;
}

#footer_wrap .foot_conts div.foot_cs .cs_num {
    color: #f9521d;
}

/* 하단 cs픽스 */
.foot_fix_cs {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: slideUp ease-in-out .5s;
}

.foot_fix_cs.act {
    bottom: -100px;
}

.foot_fix_cs.act .cs_btn span {
    transform: rotate(180deg)
}

.foot_fix_cs .cs_btn {
    width: 46px;
    height: 27px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f9521d;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.foot_fix_cs .cs_btn span {
    background: url(../images/arrow_down.png) no-repeat;
    width: 17px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: -2px;
    margin: -5px auto 0 auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.foot_fix_cs .cs_cont {
    width: 100%;
    height: 100px;
    background: #f9521d;
    padding: 27px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.foot_fix_cs .cs_cont form div {
    float: left;
}

.foot_fix_cs .cs_cont .call_icon span {
    background: url(../images/call_gif.gif) no-repeat;
    background-size: 100%;
    width: 43px;
    height: 42px;
    display: block;
}

.foot_fix_cs .cs_cont .call_icon {
    margin-right: 15px;
}

.foot_fix_cs .cs_cont .tit {
    font-size: 15px;
    color: #aaa;
    text-align: left;
    margin-right: 40px;
}

.foot_fix_cs .cs_cont .tit h3 {
    color: #fff;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 3px;
}

.foot_fix_cs .cs_cont .tit p {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

.foot_fix_cs .cs_cont .input_area {
    margin-right: 40px;
}

.foot_fix_cs .cs_cont .input_area input {
    width: 140px;
    height: 45px;
    border-radius: 5px;
    margin-right: 5px;
}

.foot_fix_cs .cs_cont .input_area input#cust_tel {
    width: 180px;
}

.foot_fix_cs .cs_cont .input_area button {
    position: relative;
    height: 45px;
    width: 200px;
    border-radius: 5px;
    background: #2D2D2D;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.foot_fix_cs .cs_cont .input_area button:hover {
    background: #fff;
    color: #2D2D2D;
}

.foot_fix_cs .cs_cont .chk_wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    margin-top: 13px;
}

.foot_fix_cs .cs_cont .chk_wrap .agree_btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
}

/* 개인정보 수집 내용보기 팝업 */

.privacy_tit_pop {
    position: absolute;
    width: 400px;
    bottom: 30px;
    left: -200px;
    background: #fff;
    border: 1px solid #e7e7e7;
    text-align: left;
    padding: 20px;
    color: #333;
    border-radius: 10px;
    display: none;
}

.privacy_tit_pop h3 {
    margin-bottom: 10px;
}

/* 하단 픽스 애니메이션 */
@keyframes slideUp {
    0% {
        bottom: -100px
    }
    100% {
        bottom: 0;
    }
}

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* 탑으로 이동 */
.move_top {
    position: fixed;
    display: none;
    right: 2%;
    bottom: 110px;
    z-index: 999;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: url(../images/top_btn.png) no-repeat;
    background-size: 100%;
}

 /* 좌측 고정 배너 */
 .scroll_wrap a p.roboto_txt{
     color: #f9521d;
 }

 .scroll_wrap a p.cs_tit{
     color: #fff;
 }

 .scroll_wrap .scroll_cs{
     background: #fff;
     border: 2px solid #f9521d;
 }

 .scroll_wrap .scroll_cs p.cs_info{
     color: #f9521d;
 }
 .scroll_wrap .scroll_cs p.cs_info:after{
     background: #e4e4e4;
 }
 .scroll_wrap .scroll_cs p.roboto_txt{
     color: #f9521d;
 }

 .scroll_wrap .scroll_cs p.cs_tit{
     background: #f9521d;
     color: #fff;
 }
 .scroll_wrap .card_info_txt p span {
     color: #f9521d;
 }

/* 우측 고정 배너(최근 본 상품) */
.scroll_right_wrap {
    position: absolute;
    top: 150px;
    right: 20px;
    width: 80px;
    z-index: 999;
}

.scroll_right_wrap .scroll_right_cont h4 {
    text-align: center;
    padding: 5px 0;
    background: #f9521d;
    color: #fff;
    font-weight: 400;
    border: 1px solid #f9521d;
}

.scroll_right_wrap ul {
    padding: 15px 0;
    border: 1px solid #dddddd;
    background: #fff;
}

.scroll_right_wrap ul li {
    position: relative;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 1px solid #e4e4e4;
    background: #fff;
    text-align: center;
    margin: 0 auto 10px auto;
}

.scroll_right_wrap .scroll_paging {
    width: 74px;
    margin: 0 auto;
    color: #939393;
    text-align: center;
}

.scroll_right_wrap .scroll_paging button {
    cursor: pointer;
    background: none;
    margin-top: -4px;
}

.scroll_right_wrap .scroll_paging span {
    font-size: 12px;
    margin-top: 2px;
}

.scroll_right_wrap .scroll_paging span .recent_txt {
    color: #f9521d;
}

.recent_scroll_prev {
    margin-right: 5px;
}

.recent_scroll_next {
    margin-left: 5px;
}

@media (max-width: 1500px) {
    .sticker {
        display: none;
    }
}

 /*대량렌탈*/
 .scroll_wrap a.business_inquiry_btn {
     text-align: center;
 }
 .scroll_wrap a.business_inquiry_btn img {
     width: 60px;
     height: auto;
 }

 /* 스마트 필터 */
.smart_filter .tit .btn_reset {
    background: none;
    font-size: 14px !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
    height: 30px !important;
    line-height: 30px !important;
}

#footer .inner {
    height: auto;
}