/* 공통 */
.inner {
    width: 1350px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.inner.w1000 {
    width: 1000px;
}

.cnt {
    position: absolute;
    top: 0;
    right: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    background: #ab2400;
    color: #fff;
}

#container {
    position: relative;
}

/* 햄버거 메뉴 아이콘 */
#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: #222;
    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: #222;
    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: #f2f3f6;
    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 {
    display: none;
    position: absolute;
    top: 55px;
    left: -200px;
    width: 1600px;
    background: #fff;
    border: 1px solid #e83817;
    z-index: 999;
}

.all_menu_wrap ul {
    text-align: left;
    float: left;
    margin: 10px;
    line-height: 30px;
    width: 100%;
}

.all_menu_wrap > div > div > ul > li {
    margin: 0 20px;
    min-height: 500px;
    position: relative;
    float: left;
    width: calc(14.28% - 40px);
}

.all_menu_wrap ul li p.all-tit {
    border-bottom: 1px solid #333;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.all_menu_wrap ul li.active:before,
.all_menu_wrap ul li:hover:before {
    width: 100%;
}

.all_menu_wrap a {
    font-size: 14px;
    transition: all 0.3s;
}

.all_menu_wrap a:hover {
    color: #e83817;
}

.all-tit {
    position: relative;
    font-size: 18px;
}

.all_menu_wrap ul li.all-tit:before {
    display: none;
}

/* 네비게이션 */
.nav li.active > a {
    color: #e83817 !important;
}

#header {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

#header .top_nav {
    height: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .top_nav > div {
    flex: 0 0 auto;
}

/* depth1_menu */
.gnb_nav .nav ul.dept1 {
    display: none;
}

.gnb_nav .nav > li > a:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    z-index: 999;
    background: #e83817;
    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 .top_nav .hd_card a {
    display: block;
}

#header .top_nav .hd_card a > div {
    vertical-align: middle;
}

#header .top_nav .hd_card .left_ban_img {
    display: inline-block;
    width: 92px;
    height: 55px;
}

#header .top_nav .hd_card .left_ban_txt {
    display: inline-block;
    padding-left: 10px;
    text-align: left;
}

#header .top_nav .hd_card .left_ban_txt p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}

#header .top_nav .hd_card .left_ban_txt span {
    font-size: 14px;
}

#header .top_nav .hd_card .left_ban_txt em {
    font-size: 16px;
    font-weight: 700;
    color: #e83817;
}

/* 로고 */
#header .logo a {
    width: 180px;
    display: inline-block;
}

#header .logo a img {
    width: 100%;
}

/* 검색창 */
.right_nav {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 25px;
}

.right_nav li {
    float: left;
}

.search_wrap > input {
    width: 220px;
    height: 40px;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e83817;
    position: relative;
    text-indent: 5px;
}

.search_wrap > ::-webkit-input-placeholder {
    font-size: 13px;
}

.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;
    border-top: 1px solid #ccc;
    height: 55px;
    position: relative;
    left: 0;
    right: 0;
    transition: all 2s;
}

.gnb_nav .inner > ul.nav {
    display: flex;
    justify-content: space-between;
}

.gnb_nav .all_menu_wrap .inner {
    padding-left: 0;
    width: 1600px !important;
}

.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 {
    position: relative;
    font-weight: bold;
}

.gnb_nav > div > ul.nav > li ul {
    position: relative;
}

.gnb_nav > div > ul.nav > li:hover > a {
    color: #e83817;
}

.gnb_nav > div > ul.nav > li > a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #333;
    line-height: 55px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/* ——————————————————————————
 * main_visual
/* —————————————————————————— */
.main_visual {
    min-width: 1200px;
    overflow: hidden;
    z-index: 9;
}

/* slick-arrow */
.main_visual .slick-arrow {
    width: 47px;
    height: 79px;
    display: inline-block;
    background: url("../images/main_visual_arr.png") no-repeat 0 0;
    -webkit-background-size: 94px 79px;
    background-size: 94px 79px;
    font-size: 0;
    text-indent: -99999em;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -39.5px;
    z-index: 10
}

.main_visual .slick-arrow.slick-prev {
    left: 60px;
    background-position: 0 0
}

.main_visual .slick-arrow.slick-next {
    right: 60px;
    background-position: 100% 0
}

/* slick-dots */
.main_visual .slick-dots {
    width: 1160px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.main_visual .slick-dots li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main_visual .slick-dots li button {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    text-indent: -99999em;
    overflow: hidden;
    font-size: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear
}

.main_visual .slick-dots li.slick-active button {
    background: #fff
}

/* item */
.main_visual .item {
    height: 540px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.main_visual .item a {
    display: block;
    position: relative;
    width: 100%;
    height: 540px;
}

.main_visual .item a:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #2d2d2d);
    opacity: 0.08;
}

.main_visual .item .inner {
    line-height: 540px;
}

.main_visual .item .inner.txt_rt {
    text-align: right;
}

.main_visual .item .txtBox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    line-height: 1;
}

.main_visual .item .inner.txt_rt .txtBox {
    padding-left: 0;
    padding-right: 40px;
}

.main_visual .item .txtBox > span,
.main_visual .item .txtBox > h3,
.main_visual .item .txtBox > p {
    position: relative;
    color: #212529;
}

.main_visual .item .txtBox.light > span,
.main_visual .item .txtBox.light > h3,
.main_visual .item .txtBox.light > p {
    color: #fff;
}

.main_visual .item .txtBox > span {
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 28px;
}

.main_visual .item .txtBox > h3 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    margin-left: -2px;
}

.main_visual .item .txtBox > h3 em {
    display: block;
}

.main_visual .item .txtBox > h3 em.sub_tit {
    text-shadow: 0.25vw 0.15vw 0 #000, -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px 0 #000;
}

.main_visual .item .txtBox > p {
    font-size: 16px;
    padding-top: 22px;
    line-height: 1.5;
    color: #343a40;
}

.itemAni_1,
.itemAni_2,
.itemAni_3 {
    opacity: 0;
}

.slick-active .itemAni_1 {
    -webkit-animation: itemAni 400ms linear 200ms both;
    -moz-animation: itemAni 400ms linear 200ms both;
    -o-animation: itemAni 400ms linear 200ms both;
    -ms-animation: itemAni 400ms linear 200ms both;
    animation: itemAni 400ms linear 200ms both;
    opacity: 1;
}

.slick-active .itemAni_2 {
    -webkit-animation: itemAni 400ms linear 500ms both;
    -moz-animation: itemAni 400ms linear 500ms both;
    -o-animation: itemAni 400ms linear 500ms both;
    -ms-animation: itemAni 400ms linear 500ms both;
    animation: itemAni 400ms linear 500ms both;
    opacity: 1;
}

.slick-active .itemAni_3 {
    -webkit-animation: itemAni 400ms linear 800ms both;
    -moz-animation: itemAni 400ms linear 800ms both;
    -o-animation: itemAni 400ms linear 800ms both;
    -ms-animation: itemAni 400ms linear 800ms both;
    animation: itemAni 400ms linear 800ms both;
    opacity: 1;
}

@-webkit-keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-moz-keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-o-keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-ms-keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

/* ——————————————————————————
 * main_bnnr_basic
/* —————————————————————————— */
.main_bnnr_basic {
    margin-top: 50px;
}

.main_bnnr_basic ul {
    margin: 0 -15px;
}

.main_bnnr_basic ul li {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}

.main_bnnr_basic ul li a {
    display: block;
}

.main_bnnr_basic .thumb {
    border-radius: 22px;
    overflow: hidden;
}

.main_bnnr_basic .thumb img {
    width: 100%;
    height: auto;
}

.main_bnnr_basic .txt {
    padding: 16px 4px 0;
    text-align: center;
}

.main_bnnr_basic .txt h3 {
    font-size: 19px;
    font-weight: 700;
}

.main_bnnr_basic .txt .desc {
    font-size: 14px;
    color: #999;
    margin-top: 2px;
}


/* ——————————————————————————
 * main_prodList
/* —————————————————————————— */
.main_prodList .prodList_tit {
    text-align: center;
    margin: 80px 0 30px
}

.main_prodList .prodList_tit h2 {
    font-size: 30px;
    font-weight: 700
}

.main_prodList .prodList_tit h2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 14px
}

.main_prodList .prodList_tit h2 span:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #e83817;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px
}


/***************** 아이템 리스트 *****************/

/* 주간 베스트 타이틀 */
.item_list_tit {
    margin: 30px 0 50px;
    position: relative;
}

.item_list_tit h3 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.item_list_tit h3:before {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #e83817;
}


/* 아이템 리스트 */
.no-data {
    padding: 40px 0 !important;
    border-bottom: 1px solid #e4e4e4;
    width: 100% !important;
}

.sub_content2 {
    padding: 55px 0 120px;
}

.main_item_list {
    min-height: 600px;
}

.main_item_list ul.item_list_cont {
    margin: -20px -20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.main_item_list ul.item_list_cont > li {
    padding: 35px;
    flex: 0 0 33.33%;
}

.main_item_list ul.item_list_cont > li .item_box {
    position: relative;
}

.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: 310px;
    position: relative;
}

.main_item_list ul.item_list_cont > li .item_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.05;
    width: 100%;
    height: 100%;
}

.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%;
}

/* 아이템 내용 */
.item_info .item_prc {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed #e4e4e4;
}

.item_info .item_prc dl {
    line-height: 25px;
}

.item_info .item_prc dl dt {
    float: left;
    width: 50%;
    font-size: 15px;
    color: #888;
}

.item_info .item_prc dl dd {
    float: right;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.item_info .item_prc dl dd span {
    font-size: 15px;
}

.item_info .item_prc .card_prc dt,
.item_info .item_prc .card_prc dd {
    color: #e83817;
}

.main_contents .main_item_list > li:hover .item_info h3 {
    text-decoration: underline;
}

.item_info .item_tit {
    margin-top: 5px;
}

.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;
}


/* 푸터 */
#footer_wrap .foot_conts div.foot_cs {
    color: #777;
}

#footer_wrap .foot_conts div.foot_cs .cs_num {
    color: #e83817;
}

#footer_wrap .foot_conts div.foot_info li:first-child:after{
    content: none !important;
}
#footer_wrap .foot_conts div.foot_info li.tit{
    display: block;
}
#footer_wrap .foot_conts div.foot_info li.tit p,
#footer_wrap .foot_conts div.foot_cs p.tit{
    display: inline-block;
    background: #eee;
    color: #999;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05px;
    text-align: center;
    padding: 5px 10px;
}
#footer_wrap .foot_conts div.foot_cs p.tit{
    padding: 3px 10px;
    margin-bottom: 10px;
}
#footer_wrap .foot_conts div.foot_info li:last-child:after {
    display: none;
}

#footer_wrap .foot_conts div.foot_logo a {
    width: 150px;
}

#footer_wrap .foot_copy {
    width: 100%;
    text-align: right;
    color: #bbb;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.01px;
    text-transform: uppercase;
}


/* 하단 cs픽스 */
.foot_fix_cs {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    color: #fff;
    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: #C03015;
    background-image: linear-gradient(360deg, #C03015 0%, #e83817 130%);
    background-image: -webkit-linear-gradient(360deg, #C03015 0%, #e83817 130%);
    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;
    padding: 27px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #C03015;
    background-image: linear-gradient(0deg, #C03015 0%, #e83817 130%);
    background-image: -webkit-linear-gradient(0deg, #C03015 0%, #e83817 130%);
}

.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 .tit,
.foot_fix_cs .cs_cont .tit h3,
.foot_fix_cs .cs_cont .tit p{
  color: #fff;
}

.foot_fix_cs .cs_cont .input_area {
    width: 55%;
    margin: 0 auto;
}

.foot_fix_cs .cs_cont .input_area input {
    width: 180px;
    height: 50px;
    border-radius: 5px;
    margin-right: 5px;
    padding: 10px 15px;
    text-indent: 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffff;
}

.foot_fix_cs .cs_cont .input_area input::placeholder {
    color: #fff;
}

.foot_fix_cs .cs_cont .input_area input#cust_tel {
    width: 240px;
}

.foot_fix_cs .cs_cont .input_area button {
    position: relative;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #000;
    margin-left: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.foot_fix_cs .cs_cont .input_area button:hover {
    background: #333;
}

.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: 0;
    background: #fff;
    border: 2px solid #2D2D2D;
    text-align: left;
    padding: 20px;
    color: #333;
    border-radius: 10px;
    display: none;
}

.privacy_tit_pop h3 {
    margin-bottom: 10px;
}

.privacy_tit_pop p {
    font-size: 14px;
    margin: 6px 0 10px;
}

.privacy_tit_pop ul li span.num {
    display: inline-block;
    margin-right: 6px;
}

/* 하단 픽스 애니메이션 */
@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;
}

/* 우측 floating 버튼 */
.floating {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    transform: translate(80px, 0px);
    -webkit-transform: translate(80px, 0px);
    transition: all 0.6s cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transition: all 0.6s cubic-bezier(.5, -0.02, 0, .99);
}

.floating.act {
    opacity: 1;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
}

.floating a,
.floating button {
    display: block;
    margin-top: 8px;
}

.floating a {
    color: #FFF;
    word-break: keep-all;
    padding-top: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
}

.floating a.btn_card {
    width: 60px;
    height: 60px;
    background-color: #C03015;
    background-image: linear-gradient(0deg, #C03015 0%, #e83817 130%);
    background-image: -webkit-linear-gradient(0deg, #C03015 0%, #e83817 130%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.floating a.btn_business {
    width: 60px;
    height: 60px;
    background-color: #C03015;
    background-image: linear-gradient(0deg, #C03015 0%, #e83817 130%);
    background-image: -webkit-linear-gradient(0deg, #C03015 0%, #e83817 130%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.floating a.btn_partnership {
    width: 60px;
    height: 60px;
    background-color: #C03015;
    background-image: linear-gradient(0deg, #C03015 0%, #e83817 130%);
    background-image: -webkit-linear-gradient(0deg, #C03015 0%, #e83817 130%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.floating button.move_top {
    width: 60px;
    height: 60px;
    background: url(../images/top_btn.png) no-repeat;
    background-size: 100%;
    font-size: 0;
}


/* 좌우 고정 배너 */
.sticker {
    display: none;
}


/* 스마트 필터 */

.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;
}