/* 공통 */
.inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

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

.box.rnd20{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius:20px;
}

#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: #284b90;
    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: #284b90;
    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;
}
/* 네비게이션 */
.nav li.active > a {
    color: #009fe8 !important;
}

#header {
    border-bottom: 2px solid #284b90;
}

#header > div > .top_nav {
    height: 95px;
    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;
    border: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.gnb_nav .nav ul.dept1 li {
    transition: all 0.5s;
    padding: 10px 20px;
}

.gnb_nav .nav ul.dept1.com{
    width: 230px;
}

.gnb_nav .nav ul.dept1 li > a:hover {
    color: #009fe8;
}

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

.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 button {
    display: none !important;
}

/* 로고 */
#header .logo {
    width: 150px;
}

#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;
}
.right_nav .top_btn_wrap li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 4px;
    font-size: 10px;
    color: #aaa;
}

.search_wrap > input {
    width: 280px;
    height: 40px;
    background: #fff;
    border: 2px solid #009fe8;
    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 ul.com {
    width: 230px;
    max-height: calc(100vh - 280px);
    overflow-y: scroll;
}

.gnb_nav > div > ul.nav > li:hover > a {
    color: #009fe8;
    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;
}

.visual_list.list1 {
    background-image: url("../images/main_banner.jpg")
}

.visual_list.list2 {
    background-image: url("../images/main_banner.jpg")
}

.visual_list.list3 {
    background-image: url("../images/main_banner.jpg")
}

/* 슬라이드 배너 투명배경 */
.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: #009fe8;
}

.slick-dots li button {
    display: none
}

@keyframes p-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (min-width: 900px) {
    #container .slogan a:hover {
        background: #006868;
        color: #fff;
        border-color: #006868
    }
}

/* 메인 슬로건 애니메이션 */
.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: space-between;
    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;
}

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

/* 주간 베스트 타이틀 */
.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: #009fe8;
        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: #284b90;
}

.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: #ec0e03 !important;
}


/* 푸터 */
#footer_wrap .foot_conts .foot_logo a {
    width: 150px;
}

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

/* 하단 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: #284b90;
    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: #284b90;
    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 .tit,
.foot_fix_cs .cs_cont .tit h3,
.foot_fix_cs .cs_cont .tit p{
  color: #fff;
}

.foot_fix_cs .cs_cont .input_area {
    margin-right: 40px;
}

.foot_fix_cs .cs_cont .input_area input {
    width: 170px;
    height: 45px;
    border-radius: 5px;
    margin-right: 5px;
}

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

.foot_fix_cs .cs_cont .input_area button {
    position: relative;
    height: 45px;
    width: 200px;
    border-radius: 5px;
    color: #000;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.foot_fix_cs .cs_cont .input_area button:hover {
    background: #222;
    color: #fff;
}

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

.move_top.act {
}


/* 좌측 고정 배너 */
.scroll_wrap {
    max-width: 110px;
    position: absolute;
    left: 20px;
    top: 150px;
    z-index: 991;
}

.scroll_wrap a {
    display: block;
    margin-top: 10px;
    position: relative;
}

.scroll_wrap a img{
    width: 100%;
    height: 100%;
}

.scroll_wrap a p{
    position: absolute;
    left: 0;
    right: 0;
    cursor: default;
    text-align: center;
}

.scroll_wrap a p.roboto_txt{
    font-size: 25px;
    top: 43%;
    transform: translateY(-50%);
    line-height: 0.6;
    color: #009fe8;
    font-weight: 700;
}

.scroll_wrap a p.cs_tit{
    width: 100px;
    margin: 0 auto;
    font-size: 12px;
    bottom: 5px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
}

.scroll_wrap .scroll_cs{
    border-radius: 5px;
    text-align: center;
    background: #fff;
    border: 2px solid #009fe8;
}

.scroll_wrap .scroll_cs p.cs_info{
    padding: 5px 0;
    font-weight: 500;
    color: #009fe8;
    position: relative;
}
.scroll_wrap .scroll_cs p.cs_info:after{
    content: '';
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #e4e4e4;
}

.scroll_wrap .scroll_cs p.roboto_txt{
    font-size: 26px;
    color: #009fe8;
    line-height: 0.7;
    font-weight: 700;
    margin: 15px 0;
}

.scroll_wrap .scroll_cs p.cs_tit{
    font-size: 12px;
    padding: 5px;
    font-weight: 500;
    line-height: 1.4;
    background: #009fe8;
    color: #fff;
}

.scroll_wrap .card_info_txt{
    position: relative;
}

.scroll_wrap .card_info_txt p{
    line-height: 1.4;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 12px;
    font-weight: 500;
}

.scroll_wrap .card_info_txt p span {
    font-size: 14px;
    color: #009fe8;
    font-weight: 700;
}


/* 우측 고정 배너(최근 본 상품) */
.scroll_right_wrap {
    position: absolute;
    right: 20px;
    width: 80px;
    z-index: 999;
}

.scroll_right_wrap .scroll_right_cont h4 {
    text-align: center;
    padding: 5px 0;
    background: #009fe8;
    color: #fff;
    font-weight: 400;
    border: 1px solid #009fe8;
}

.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: #009fe8;
}

.recent_scroll_prev {
    margin-right: 5px;
}

.recent_scroll_next {
    margin-left: 5px;
}

@media (max-width: 1500px) {
    .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;
}



/* 전체 메뉴 */
.all_menu_wrap a:hover {
    color: #009fe8;
}

/* ——————————————————————————
 * prd_recomm
/* —————————————————————————— */
.prd_recomm {
    width: 100%;
    margin-top: 15px;
    padding: 60px 0;
}

.prd_recomm .box_tit{
    line-height: 36px;
    margin-bottom: 30px;
    position: relative;
}

.prd_recomm .box_tit h3{
    display: block;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: left;
}

/* prod_list_swiper */
.prd_recomm .prod_list_swiper {
    margin: 0 -5px;
}

.prod_list_swiper .custom_paging {
    position: absolute;
    top: -63px;
    right: 0
}

.prod_list_swiper .custom_paging li {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #999;
    display: none
}

.prod_list_swiper .custom_paging li.slick-active {
    display: block
}

.prod_list_swiper .custom_paging li em {
    color: #000
}

.prod_list_swiper .slick-arrow {
    width: 40px;
    height: 80px;
    background: url("/theme/inc/img/prod_list_swiper_arr.png") no-repeat 0 0 #fff;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    border: 1px solid #eee;
    margin-top: -40px;
    font-size: 0;
    text-indent: -999999em;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 10
}

.prod_list_swiper .slick-arrow.slick-prev {
    left: -75px;
    border-left: 0;
    border-radius: 0 20px 20px 0
}

.prod_list_swiper .slick-arrow.slick-next {
    background-position: 100% 0;
    right: -75px;
    border-right: 0;
    border-radius: 20px 0 0 20px
}


/* prod_box2 */
.prd_recomm .prod_box2 {
    position: relative;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 5px 2px;
    border-radius: 10px;
}

.prod_box2:hover {
    border-color: #009fe8;
}

.prod_box2 a {
    display: block
}

.prod_box2 .photo {
    border-bottom: 1px solid #e8e8e8
}

.prod_box2 .photo img {
    width: 100%;
    height: auto;
}

.prod_box2 .info {
    padding: 10px 10px;
    height: 150px;
    text-align: left;
}

.prod_box2 .info .prd_tit h3 {
    font-size: 13px;
    letter-spacing: -0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    font-weight: 500;
    padding: 5px 0;
    height: 45px;
}

.prod_box2 .info .prd_tit .model {
    max-width: 90%;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    color: #aaa;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.prod_box2 .info .prd_prc {
    border-top: 1px solid #efefef;
    margin-top: 8px;
    padding-top: 8px;
}

.prod_box2 .info .prd_prc dl {
    font-size: 13px;
    line-height: 24px
}

.prod_box2 .info .prd_prc dl.card {
    color: #fb6d3a;
}

.prod_box2 .info .prd_prc dt {
    width: 40%;
    float: left
}

.prod_box2 .info .prd_prc dd {
    width: 60%;
    float: left;
    text-align: right;
    letter-spacing: 0
}

.prod_box2 .info .prd_prc dd em {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: -1px;
}

/* list 추천상품 */
.list_best_item_box{
    margin: 20px 0 40px 0;
    padding: 60px;
    border: 2px solid #323232;
}

.box .box_tit{
    line-height: 36px;
    margin-bottom: 30px;
    position: relative;
}

.list_best_item_box .box_tit{
    text-align: center;
    padding: 10px 0 30px 0;
    margin: 0 auto;
}

.box .box_tit h3{
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.prod_box2{
    position: relative;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.list_best_item_box .prod_box2{
    margin: 0 20px 20px 20px;
    border: none;
}

.list_best_item_box .prod_box2 a{
    height: 442px;
}

.list_best_item_box .prod_box2 .photo{
    border: none;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.list_best_item_box .prod_box2 .photo:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.04);
}

.list_best_item_box .prod_box2 .info{
    height: 196px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 16px 0;
}

.list_best_item_box .flag_wrap .flag{
    margin-right: 2px;
}

.list_best_item_box .prod_box2 .info .prd_tit .model{
    font-size: 12px;
    font-weight: 300;
}

.list_best_item_box .prod_box2 .info .prd_tit h3,
.list_best_item_box .prod_box2 .info .prd_prc dt,
.list_best_item_box .prod_box2 .info .prd_prc dd {
    font-size: 14px;
    line-height: 1.5;
}

.list_best_item_box .prod_box2 .info .prd_prc{
    margin-top: 16px;
    padding-top: 16px;
}

.list_best_item_box .prod_box2 .info .prd_prc dd em{
    font-size: 17px;
}

.list_best_item_box .slick-arrow{
    width: 40px;
    height: 80px;
    background: url(../images/prod_list_swiper_arr2.png) no-repeat 0 0 #fff;
    background-size: cover;
    margin-top: -40px;
    font-size: 0;
    text-indent: -9999999em;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.list_best_item_box .slick-arrow.slick-prev{
    left: -60px;
    border-left: 0;
}

.list_best_item_box .slick-arrow.slick-next{
    right: -60px;
    border-right: 0;
    transform: rotate(180deg);
}

.list_best_item_box .custom_paging{
    position: absolute;
    top: -63px;
    right: 20px;
}

.list_best_item_box .custom_paging li{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #999;
    display: none;
}

.list_best_item_box .custom_paging li.slick-active{
    display: block;
}

.list_best_item_box .custom_paging li em{
    color: #000;
}

