@charset "utf-8";

.inner {
    width: 1280px;
    margin: auto;
    position: relative;
}

.inner.w1000 {
    width: 1000px;
}

.inner.w720 {
    width: 720px;
}

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f6f4f3
}


/* —————————————————————————————————————
 * header
/* ————————————————————————————————————— */
#header .header_wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 1000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

#header.scrolled .header_wrap {
    top: -86px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)
}

/* hd_top */
#header .hd_top > .inner {
    height: 85px
}

/* h_logo */
#header .h_logo {
    float: left;
    padding-top: 26px
}

#header .h_logo a {
    width: 110px;
    height: 42px;
    display: block;
    background: url("../img/logo.png?=v1") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%
}

/* h_sch */
#header .h_sch {
    float: left;
    padding: 21px 0 0 20px
}

#header .h_sch .sch_area {
    width: 320px;
    position: relative;
    border: 2px solid #fa6c39;
    border-radius: 12px;
    display: inline-block;
    padding-right: 50px
}

#header .h_sch .sch_area input {
    width: 100%;
    height: 42px;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 0 11px 15px;
    color: #000;
    letter-spacing: -0.025em;
}

#header .h_sch .sch_area button {
    width: 50px;
    position: absolute;
    top: 1px;
    right: 0
}

/* input=search 커스텀 삭제(x버튼) */
input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}


/* h_right */
#header .h_right {
    position: absolute;
    right: 0;
    top: 55%;
}

/* h_evt */
#header .h_evt li {
    float: left;
    margin-left: 20px;
    height: 29px;
    line-height: 29px;
}

#header .h_evt li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 100%;
}

/* h_ico */
#header .h_ico {
    position: absolute;
    right: 0;
    top: 15px;
}

#header .h_ico:before {
    content: '';
    width: 1px;
    height: 20px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    display: none;
}

#header .h_ico li {
    position: relative;
    float: left;
}

#header .h_ico li a {
    position: relative;
    display: block;
}

#header .h_ico li a .tooltip {
    position: absolute;
    bottom: -28px;
    left: 50%;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    line-height: 22px;
    font-size: 12px;
    color: #888;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%, 0);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0
}

#header .h_ico li a:hover .tooltip {
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1
}

#header .h_ico li a em.cnt {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    border-radius: 13px;
    background: #503e9d;
    color: #fff;
    padding: 0 4px;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px
}

/*h_btn by add*/
#header .h_bt_my {
    padding: 4px 9px;
    margin-left: 7px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    color: #2d2d2d;
    line-height: 20px;
    font-size: 10px;
}

#header .h_bt_login {
    padding: 4px 9px;
    margin-left: 7px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    color: #2d2d2d;
    line-height: 20px;
    font-size: 10px;
}

#header .h_bt_logout {
    padding: 4px 9px;
    margin-left: 7px;
    background: #e4e4e4;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    color: #2d2d2d;
    line-height: 20px;
    font-size: 10px;
}

#header .b2b_btn a span {
    padding: 4px 9px;
    margin-left: 7px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    color: #006ffd;
    line-height: 20px;
    font-size: 10px;
}

#header .h_bt_admin {
    padding: 4px 9px;
    margin-left: 7px;
    background: #fa6c39;
    border: 1px solid #fa6c39;
    border-radius: 3px;
    color: #fff;
    line-height: 20px;
    font-size: 10px;
}

.mt_35 {
    margin-top: 35px !important;
}

.mL30 {
    margin-left: 30px
}

.mL7 {
    margin-left: 7px
}

.search_text {
    font-weight: 500;
}

/* hd_main_gnb */
#header .hd_main_gnb .inner > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 54px;
  line-height: 54px;
}

#header .hd_main_gnb ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px;
}

#header .hd_main_gnb li:hover > a,
#header .hd_main_gnb li.active > a{
  color: #fb6d3a;
  font-weight: 700;
}

/* hd_sub_gnb */
#header .hd_sub_gnb{
  border-top: 1px solid #e8e8e8;
}
#header .hd_sub_gnb .h_gnb.dn{
  display: none;
}

#header .hd_sub_gnb .h_gnb > ul{
  align-items: center;
}

/* h_gnb */
#header .h_gnb {
    position: relative;
}

#header .h_gnb:not(.b2b) > ul {
    display: flex;
    justify-content: flex-start;
  flex-wrap: wrap;
    gap: 10px;
}

#header .h_gnb.b2b > ul {
  display: grid;
  grid-template-columns: repeat(8, minmax(150px, 200px));
  justify-content: start;
  padding: 15px 0;
}

#header .h_gnb.b2b > ul > li > a {
  display: inline-block;
  padding: 0;
}

#header .h_gnb > ul:after {
    display: none;
}

#header .h_gnb > ul > li {
    position: relative;
}

#header .h_gnb > ul > li:first-child {
    margin-left: 0;
}

#header .h_gnb > ul > li > a {
    position: relative;
    display: block;
    color: #888;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    letter-spacing: -0.8px;
  padding: 0 10px;
}

#header .h_gnb > ul > li > a:after {
    content: '';
    display: inline-block;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    background: #fb6d3a;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#header .h_gnb > ul > li.active > a,
#header .h_gnb > ul > li:hover > a {
    font-weight: 500;
    color: #2d2d2d !important
}

#header .h_gnb > ul > li.active > a:after,
#header .h_gnb > ul > li:hover > a:after {
    right: 0;
}

#header .hd_main_gnb ul > li.b2b .gnb_subCate ul {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5, minmax(200px, 350px));
  padding: 15px 22px 0 22px;
  gap: 10px;
  justify-content: start;
}

#header .hd_main_gnb > ul > li.b2b .gnb_subCate li a{
  padding: 0;
}

#header .hd_main_gnb > ul > li.b2b .gnb_subCate li a:hover{
  padding-left: 15px;
}

#header .h_gnb > ul > li.btn_AllCate {
    position: relative;
    width: 41px;
    height: 54px;
}

#header .h_gnb > ul > li.btn_B2B {
    margin-right: 0;
    padding-left: 44px;
    position: absolute;
    right: 0;
    top: 0
}

#header .h_gnb > ul > li.btn_AllCate:before,
#header .h_gnb > ul > li.btn_B2B:before {
    content: '';
    width: 1px;
    height: 16px;
    background: #ddd;
    position: absolute;
    top: 50%;
    margin-top: -8px
}

#header .h_gnb > ul > li.btn_AllCate:before {
    right: 0
}

#header .h_gnb > ul > li.btn_B2B:before {
    left: 0
}

#header .h_gnb > ul > li.btn_AllCate > div {
    height: 2px;
    border-radius: 2px;
    background: #241B5A;
    position: absolute;
    left: 0;
    transition: all 0.2s linear;
}

#header .h_gnb > ul > li.btn_AllCate > div.h_allmenu_bar_01 {
    top: 18px;
    width: 24px;
}

#header .h_gnb > ul > li.btn_AllCate > div.h_allmenu_bar_02 {
    top: 26px;
    width: 28px;
}

#header .h_gnb > ul > li.btn_AllCate > div.h_allmenu_bar_03 {
    bottom: 18px;
    width: 20px;
}

#header .h_gnb > ul > li.btn_AllCate:hover > div.h_allmenu_bar_01 {
    animation: h_menu_icon1 .7s linear infinite;
}

#header .h_gnb > ul > li.btn_AllCate:hover > div.h_allmenu_bar_02 {
    animation: h_menu_icon2 .7s linear infinite;

}

#header .h_gnb > ul > li.btn_AllCate:hover > div.h_allmenu_bar_03 {
    animation: h_menu_icon3 .7s linear infinite;
}

.main_cate_floating {
  height: 37px;
  width: 94px;
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  cursor: pointer;
}

.main_cate_floating.bomann {
  width: 116px;
}

.main_cate_floating img {
  width: 100%;
  height: 100%;
}

.-spring_y {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  animation-name: spring_y;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
  -webkit-animation-name: spring_y;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: normal
}

@keyframes spring_y {
  0% {
    transform: translate(-50%, 0px)
  }
  80% {
    transform: translate(-50%, 0px)
  }
  85% {
    transform: translate(-50%, -5px)
  }
  90% {
    transform: translate(-50%, 0px)
  }
  95% {
    transform: translate(-50%, -5px)
  }
  100% {
    transform: translate(-50%, 0px)
  }
}

@-webkit-keyframes spring_y {
  0% {
    transform: translate(-50%, 0px)
  }
  80% {
    transform: translate(-50%, 0px)
  }
  85% {
    transform: translate(-50%, 5px)
  }
  90% {
    transform: translate(-50%, 0px)
  }
  95% {
    transform: translate(-50%, 5px)
  }
  100% {
    transform: translate(-50%, 0px)
  }
}

@keyframes h_menu_icon1 {
    0% {
        width: 24px;
    }
    25% {
        width: 20px;
    }
    50% {
        width: 24px;
    }
    75% {
        width: 28px;
    }
    100% {
        width: 24px;
    }
}

@keyframes h_menu_icon2 {
    0% {
        width: 28px;
    }
    25% {
        width: 24px;
    }
    50% {
        width: 20px;
    }
    75% {
        width: 24px;
    }
    100% {
        width: 28px;
    }

}

@keyframes h_menu_icon3 {
    0% {
        width: 20px;
    }
    25% {
        width: 24px;
    }
    50% {
        width: 28px;
    }
    75% {
        width: 24px;
    }
    100% {
        width: 20px;
    }
}

#header .h_evt > ul > li.call_ani {
    height: 29px;
    font-size: 26px;
    font-weight: 900;
    font-family: 'NanumSquareRound', sans-serif;
    color: #503e9d;
    margin-left: 50px;
}

#header .h_evt > ul > li.call_ani img {
    width: 23px;
    margin: 2px 6px 0 0;
}

#header .h_evt > ul > li.call_ani:before {
    content: '';
    width: 1px;
    height: 16px;
    background: #ddd;
    position: absolute;
    top: 50%;
    right: 176px;
    margin-top: -8px
}

/* gnb_subCate */
#header .h_gnb > ul > li:hover .gnb_subCate {
    display: block !important
}

#header .gnb_subCate {
  display: none;
  position: absolute;
  top: 50px;
  left: -30px;
  padding-top: 10px;
  z-index: 10;
}

#header .btn_B2B .gnb_subCate {
    left: auto;
    right: 0
}

#header .gnb_subCate .box {
    min-width: 200px;
    padding: 22px 0;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    overflow: hidden;
}

/*cate_dropdown_banner*/
#header .gnb_subCate .box .mt_40 {
    margin-top: 40px;
}

.dropdown_banner {
    position: absolute;
    top: 0;
    width: 100%;
    background: #272727;
}

.dropdown_banner a {
    display: block;
    text-align: center;
}

#header .gnb_subCate li a {
    display: block;
    line-height: 34px;
    font-size: 15px;
    padding: 0 0 0 30px;
    letter-spacing: -0.5px;
}

#header .gnb_subCate li a:hover {
    color: #fb6d3a;
    background: #f9f9f9;
    padding-left: 34px
}

#header .h_gnb > ul > li.new > a:before {
    content: 'NEW';
    font-size: 12px;
    line-height: 12px;
    font-family: 'Noto Sans KR', serif;
    font-weight: 900;
    color: #ffffff;
    text-shadow: -1px 0 #002bde, 0 1px #002bde, 1px 0 #002bde, 0 -1px #002bde;
    position: absolute;
    top: 9px;
    right: -20px;
    animation: bounceUpTwice linear 0.9s infinite;
}

@keyframes bounceUpTwice {
    0% {
        top: 7px;
    }
    16.6% {
        top: 3px;
    }
    33.2% {
        top: 7px;
    }
    49.8% {
        top: 3px;
    }
    66.4% {
        top: 7px;
    }
    100% {
        top: 7px;
    }
}

/* ——————————————————————————
 * search
/* —————————————————————————— */
#contents {
    position: relative;
}

.section_sj {
    display: none;
}

.search_section {
    padding-top: 28px;
}

.search_tit {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.05em;
    margin: 40px 0 0;
}

.search_tab {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    gap: 12px;
}

.search_tab_fixed {
    display: flex;
    gap: 12px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 120px;
    margin-top: 0;
    padding: 0 calc(50% - 640px);
    left: 12px;
    transform: translateX(0);
    justify-content: start;
}

.search_tab li {
    height: 48px;
    line-height: 48px;
    padding: 0 28px;
    font-size: 15px;
    display: inline-block;
    background: #FFF;
    border-radius: 12px;
    cursor: pointer;
}

.search_tab_fixed > li {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 15px;
    background: #FFF;
    display: inline-block;
    line-height: 32px;
    border-radius: 16px;
    padding: 0 12px;
    font-weight: bold;
    border: 2px solid #FB6D3A;
    position: relative;
}

.search_tab:after,
.search_tab_fixed:after {
    display: none;
}

.search_tab_fixed li i {
    margin: 11px 0 0 0;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
}

.search_tab_fixed li .search_text {
    line-height: 32px;
}

.search_tab_fixed li .search_cate_layer {
    position: absolute;
    left: 100%;
    top: 0;
    width: 136px;
    animation: fadeInUp ease 0.3s forwards;
    padding: 6px 24px;
    display: none;
}

.search_cate_layer:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 72px;
    border-radius: 12px;
    left: 12px;
    top: 0;
    background: #FFF;
    border: 2px solid #FB6D3A;
    padding: 0;
    animation: fadeInUp ease 0.3s forwards;
    z-index: 1001;
}

.search_tab_fixed li ul.search_cate_layer li {
    position: relative;
    z-index: 1002;
    padding: 0;
}

.search_tab_fixed li ul li {
    padding: 0 12px;
}

.search_tab_fixed li ul li.on {
    color: #FB6D3A;
}

.search_tab li.on {
    background: #FB6D3A;
    color: #FFF;
}

.search_cate_layer.rental_none:after,
.search_cate_layer.sj_none:after {
    height: 32px;
    border-radius: 16px;
}

.search_tab_fixed li .search_cate_layer.rental_none,
.search_tab_fixed li .search_cate_layer.sj_none {
    padding: 0 24px;
}

/* —————————————————————————————————————
 * container
/* ————————————————————————————————————— */
#container {
    width: 100%;
    position: relative;
    padding: 191px 0 120px;
    z-index: 2;
}

.policy_pg_nav {
    position: absolute;
    top: 60px;
    right: 60px;
    font-size: 18px;
    color: #cccccc;
    line-height: 45px;
}

.policy_pg_tit, .policy_wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.policy_pg_tit {
    margin-top: 80px;
    background: #fff;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #efefef;
    padding: 60px 60px 30px 60px;
}

.policy_pg_tit span {
    font-size: 30px;
    font-weight: 700;
}

.policy_wrap {
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 30px 60px 60px;
}

.policy_wrap .term-link {
    display: inline-block;
    color: #00a2e9;
    text-decoration: underline;
}

/* pageTit */
#contents .pageTit {
    padding: 80px 0 40px
}

#contents .pageTit h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1
}

#contents .pageTit p {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    color: #888;
    font-weight: 300
}

/* page_location */
.page_location {
    margin-top: 30px
}

.page_location .btn_home {
    width: 56px;
    height: 56px;
    display: block;
    float: left;
    text-align: center;
    padding: 19px 0;
    margin-left: 4px
}

.page_location .path {
    position: relative;
    float: left;
    border: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-left: -1px
}

.page_location .path:hover {
    border-color: #2d2d2d;
    z-index: 99
}

.page_location .path .btn_selected {
    width: 220px;
    height: 54px;
    position: relative;
    display: block;
    line-height: 54px;
    padding: 0 50px 0 25px;
    font-size: 15px;
    color: #777;
    white-space: nowrap
}

.page_location .path:hover .btn_selected {
    color: #2d2d2d
}

.page_location .path .btn_selected:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url("../img/ico.png") no-repeat -58px -26px;
    -webkit-background-size: 400px 400px;
    background-size: 400px 400px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px
}

.page_location .path:hover .btn_selected:before {
    background-position: -58px -34px
}

.page_location .path .select_list {
    max-height: 340px;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 54px;
    left: -1px;
    right: -1px;
    background: #fff;
    border: 1px solid #2d2d2d;
    border-top: 0;
    z-index: 999
}

.page_location .path:hover .select_list {
    display: block
}

.page_location .path .select_list li a {
    display: block;
    line-height: 48px;
    font-size: 15px;
    color: #777;
    padding: 0 0 0 25px;
    white-space: nowrap
}

.page_location .path .select_list li a:hover {
    text-decoration: underline;
    color: #2d2d2d
}

.page_location .path .select_list li.active a {
    background: #f8f8f8;
    color: #fb6d3a
}

.page_location .btn_goList {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -14px
}

/* ------------- 스크롤 배너 add ------------- */
.scroll_wrap {
    position: absolute;
    top: 274px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    z-index: 99999;
}

/* 스크롤이동 고정 위치 */
#scroll_left.ban_fixed {
    position: fixed;
    top: 68px;
    left: 50%;
    margin-left: -730px;
}

#scroll_right.ban_fixed {
    position: fixed;
    top: 68px;
    right: 50%;
    margin-right: -732px;
}

/* 스크롤배너(왼쪽) */
#scroll_left {
    position: absolute;
    top: 0;
    left: -130px;
    width: 110px;
}

#scroll_left img {
    width: 110px;
    height: auto;
}

#scroll_left a {
    display: block;
    margin-top: 10px;
}

/* 스크롤배너(오른쪽) */
#scroll_right {
    position: absolute;
    top: 0;
    right: -132px;
    width: 112px;
}

#scroll_right .right_banner img {
    margin: 0 0 15px 0;
}

.scroll_right_cont {
    min-width: 76px;
    padding: 18px;
    background: #fff;
    border-radius: 6px;
    border: solid 1px #cfcfcf;
}

.scroll_right_cont h4 {
    padding: 0;
    color: #333;
    text-align: center;
    font-weight: 500;
}

.scroll_right_cont ul {
    padding: 15px 0 0 0;
}

.scroll_right_cont li {
    position: relative;
    width: 74px;
    height: 74px;
    margin: 0 0 12px 0;
    padding: 0 0 0 0;
    border: 1px solid #dedede;
    background: #ffffff;
    text-align: right;
}

.scroll_right_cont .photo {
    display: inline-block;
    position: relative;
    width: 72px;
    height: 72px;
    z-index: 20;
    text-align: center;
    background: url('/data/commonimg/ico_noimg_300.gif') no-repeat center 1px;
    background-size: 72px 72px;
}

.scroll_right_cont .photo img {
    width: 100%;
    height: 100%;
}

/* 최근본 상품 내용 */
.scroll_right_cont .src_box {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 191px;
    height: 74px;
    padding: 5px 0 0 7px;
    border: 1px solid #cfcfcf;
    background: #ffffff;
    text-align: left;
    z-index: 10;
}

.scroll_right_cont .src_box em {
    display: block;
    overflow: hidden;
    width: 115px;
    height: 43px;
    color: #707070;
    word-break: break-all;
    font-size: 13px;
}

.scroll_right_cont .src_box strong {
    display: block;
    color: #fb6d3a;
    font-size: 14px;
    font-weight: 600;
}

.scroll_right_cont .src_box strong b {
    font-weight: normal;
}

/* 최근본 상품 삭제 버튼 */
.scroll_right_cont .btn_scroll_list_del {
    position: absolute;
    top: -3px;
    right: -1px;
    width: 15px;
    height: 15px;
    z-index: 30;
}

/* 상품리스트 오버 시 제어 */
.scroll_right_cont li .src_box,
.scroll_right_cont li .btn_scroll_list_del {
    display: none;
}

.scroll_right_cont li:hover .src_box,
.scroll_right_cont li:hover .btn_scroll_list_del {
    display: block;
}

/* 상품리스트 페이징 */
.scroll_right_cont .scr_paging {
    width: 74px;
    margin: 0 auto;
    color: #939393;
    text-align: center;
}

.scroll_right_cont .scr_paging span {
    padding: 0 2px 0 2px;
}

.scroll_right_cont .scr_paging strong {
    padding: 0 2px 0 2px;
    color: #e0113a;
}

#scroll_right .btn_scroll_top {
    display: block;
    padding: 10px 0 0 0;
    clear: both;
    text-align: center;
}


/* —————————————————————————————————————
 * footer
/* ————————————————————————————————————— */
#footer {
    position: relative;
    padding: 50px 0;
    background: #2d2d2d;
    color: #acacac;
    letter-spacing: -0.01em;
    -webkit-border-radius: 128px 128px 0 0;
    -moz-border-radius: 128px 128px 0 0;
    border-radius: 128px 128px 0 0
}

#footer:before {
    content: '';
    width: 275px;
    height: 205px;
    background: url("../img/footer_bg.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -102.5px
}

#footer h3.ft_tit {
    font-size: 12px;
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

/* ft_sec */
#footer .ft_sec {
    float: left
}

#footer .ft_sec01 {
    width: 20%
}

#footer .ft_sec02 {
    width: 45%
}

#footer .ft_sec03 {
    width: 35%;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 241px;
}

/* ft_center */
#footer .ft_center p {
    font-size: 36px;
    font-weight: 700;
    color: #fb6d3a;
    line-height: 1
}

#footer .ft_center span {
    display: block;
    margin-top: 10px
}

#footer .ft_center span a {
    color: #acacac;
}

/* ft_information */
#footer .ft_information {
    margin-top: 20px
}

#footer .ft_information dl {
    font-size: 0
}

#footer .ft_information dl dd,
#footer .ft_information dl dt {
    display: inline-block;
    font-size: 13px
}

#footer .ft_information dl dt {
    color: #676767;
    margin-left: 20px
}

#footer .ft_information dl dt:first-child {
    margin-left: 0
}

#footer .ft_information dl dd {
    margin-left: 8px
}

/* ft_address */
#footer .ft_address {
    margin-top: 20px
}

/* ft_menu */
#footer .ft_menu ul {
    font-size: 0;
    width: 100%;
}

#footer .ft_menu ul li {
    float: right;
    width: 40px;
    margin-left: 10px;
}

#footer .ft_menu ul li a {
    display: block;
    width: 100%;
}

#footer .ft_menu ul li a img {
    max-width: 100%;
    width: 100%;
}

/* ft_copyright */
#footer .ft_copyright {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #505050;
}

/* KB_esc */
#footer .KB_esc {
    flex: 0 0 60px;
}

#footer .KB_esc img {
    width: 60px;
    height: auto
}

/* ft_sns */
#footer .ft_menu ul li.blog_list_box,
#footer .ft_menu ul li.insta_list_box {
    position: relative;
    cursor: pointer;
}

#footer .blog_list_box .blog_list,
#footer .insta_list_box .insta_list {
    display: none;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 1000;
}

#footer .blog_list_box .blog_list li,
#footer .insta_list_box .insta_list li {
    margin-left: 0 !important;
}

/* —————————————————————————————————————
 * sticky_inquiry | 하단 고정 상담바
/* ————————————————————————————————————— */
.business #sticky_inquiry,
.partnership #sticky_inquiry,
.inquire_partner #sticky_inquiry {
    display: none !important
}

#sticky_inquiry {
    padding: 0 10px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.lastScroll #sticky_inquiry {
    bottom: -110px
}

#sticky_inquiry .inquiry_bar {
    height: 90px;
    line-height: 90px;
    font-size: 0;
    text-align: center;
    position: relative;
    background: rgba(30, 30, 30, 0.95);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

#sticky_inquiry .inquiry_bar .call,
#sticky_inquiry .inquiry_bar .form {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5
}

#sticky_inquiry .inquiry_bar .call {
    position: relative;
    margin-top: 18px;
    padding: 0 50px 0 46px;
    border-right: 1px solid rgba(255, 255, 255, 0.08)
}

#sticky_inquiry .inquiry_bar .call i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px
}

#sticky_inquiry .inquiry_bar .call h3 {
    font-size: 14px
}

#sticky_inquiry .inquiry_bar .call p {
    color: #fb6d3a;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 2px
}

#sticky_inquiry .inquiry_bar .form .inputType_1 input {
    width: 180px;
    height: 44px;
    line-height: 20px;
    padding: 10px 15px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.06)
}

/* 추가 */
#sticky_inquiry #easyCallFrm {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap:10px;
}
.inquiry_bar .form {
    height: 100%;
    margin-left: 40px;
}
.inquiry_bar .form .btn {
    min-width: 120px;
}

/* —————————————————————————————————————
 * Floating
/* ————————————————————————————————————— */
.floating {
    position: fixed;
    text-align: right;
    bottom: 120px;
    right: -270px;
    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)
}

.business .floating,
.inquire_partner .floating,
.partnership .floating {
    bottom: 30px
}

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

/* —————————————————————————————————————
 * left_ban
/* ————————————————————————————————————— */

.left_ban {
    position: fixed;
    bottom: 110px;
    left: -250px;
    opacity: 0;
    width: 250px;
    z-index: 100;
    transition: all 0.6s cubic-bezier(.5, -0.02, 0, .99)
}

.left_ban a {
    display: block;
    width: 100%;
    height: 100%;
}

.left_ban img {
    max-width: 100%;
}

.left_ban.fixed {
    position: fixed;
    left: 0;
    opacity: 1;
}

.left_ban ul {
    position: absolute;
    top: 21px;
    left: 10px;
}

.left_ban ul li {
    height: 35px;
    margin-bottom: 12px;
    transition: all 0.3s cubic-bezier(0.71, 0, 0.4, 1.37);
}

.left_ban ul li:hover {
    padding-left: 10px;
}

.left_ban ul li:last-child {
    margin-bottom: 0;
}

.left_ban ul li a {
    color: #fff;
}

.lastScroll .left_ban {
    opacity: 0;
    left: -250px;
}

.close_btn {
    width: 35px;
    height: 35px;
    border: 2px solid #2d2d2d;
    border-radius: 100%;
    position: fixed;
    bottom: calc(100% + 492px);
    animation-duration: 0.3s;
    left: calc(50% + 316px);
    z-index: 1000;
    background: #FFF;
}

.close_btn div.bar_01 {
    width: 20px;
    height: 2px;
    background: #5d5d5d;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    left: 5px;
    transition: all 300ms ease-out;
}

.close_btn div.bar_02 {
    width: 20px;
    height: 2px;
    background: #5d5d5d;
    transform: rotate(135deg);
    position: absolute;
    top: 15px;
    left: 5px;
    transition: all 300ms ease-out;
}

.close_btn:hover div.bar_01,
.close_btn:hover div.bar_02 {
    background: #0d0d0d;
}

.floating button.btn_top {
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 2px solid #e4e4e4;
    background: url("../img/btn_top.png") no-repeat rgba(255, 255, 255, 0.8);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0 8px 0;
}

.floating button.btn_kakao {
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 2px solid #ffd500;
    background: url("../img/ico_kakao.png") no-repeat center center #ffde00;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 8px 0;
}

@media screen and (max-width: 1700px) {
    .left_ban {
        display: none;
    }
}

/*loading*/
.loader,
.loader:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
    position: relative;
    top: -83px;
}

.loader_Wrap {
    width: 100%;
    height: 120%;
    position: relative;
    z-index: 1111;
}

.loader_position {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1111;
    margin: -37.5px 0 0 -37.5px;
    width: 75px;
    height: 75px;
}

.loader_position:before {
    content: '';
    width: 65px;
    height: 65px;
    display: inline-block;
    border: solid 5px #fff;
    border-radius: 50%;
    background: url(../img/loading.gif) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.arr_left {
    display: inline-block;
    margin: 4px 0 0 0;
}

.arr_left span {
    position: relative;
}

.arr_left span::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #121212;
    border-right: 1px solid #121212;
    display: inline-block;
    transform: rotate(45deg);
}

.arrow {
    display: inline-block;
    background: #777;
    position: relative;
    margin: 13px 10px 0 10px;
}

.arrow.test_1,
.arrow.test_2 {
    width: 10px;
    height: 20px;
}

.arrow.test_3,
.arrow.test_4 {
    width: 10px;
    height: 2px;
}

.arrow:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.arrow.test_1:after,
.arrow.test_2:after {
    border-width: 20px 15px;
}

.arrow.test_3:after,
.arrow.test_4:after {
    border-width: 8px 10px;
}

.arrow.test_1:after {
    border-color: #777 transparent transparent transparent;
    top: 20px;
    left: -10px;
}

.arrow.test_2:after {
    border-color: transparent transparent #777 transparent;
    top: -40px;
    left: -10px;
}

.arrow.test_3:after {
    border-color: transparent #777 transparent transparent;
    top: -7px;
    left: -20px;
}

.arrow.test_4:after {
    border-color: transparent transparent transparent #777;
    top: -10px;
    left: 20px;
}


/* filter_area */
.filter_area .ft_row_cate {
    position: relative;
    padding-left: 200px;
    border-top: 1px solid #eee
}

.filter_area .ft_row_cate h3 {
    width: 200px;
    line-height: 54px;
    padding: 0 30px;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.filter_area .ft_row_cate ul {
    min-height: 54px;
    border-left: 1px solid #eee;
    padding: 12px 12px 8px
}

.filter_area .ft_row_cate ul li {
    height: 28px;
    float: left;
    padding: 0 2px;
    margin-bottom: 6px
}

.filter_area .ft_row_cate ul li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    color: #777;
    letter-spacing: -0.025em;
    white-space: nowrap;
    padding: 0 10px;
    border-radius: 2em
}

.filter_area .ft_row_cate ul li a:hover {
    color: #fb6d3a
}

.filter_area .ft_row_cate ul li.active a {
    background: #fa6c39;
    color: #fff
}

.filter_area .ft_row_cate ul li.on a:hover:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../img/ico.png") no-repeat -22px -40px;
    -webkit-background-size: 400px 400px;
    background-size: 400px 400px;
    position: absolute;
    top: -4px;
    right: -4px
}

.filter_area .ft_row_cate ul li.txt_top {
    font-size: 16px;
    font-weight: 600;
}

.ico_close {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../img/ico.png") no-repeat -22px -40px;
    -webkit-background-size: 400px 400px;
    background-size: 400px 400px;
    position: absolute;
    top: 6px;
    right: 6px
}


.prod_box .brand_logo {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.prod_box .brand_logo img {
    height: 37px;
    float: left;
}

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

.prod_box .brand_logo span.ba_account1 {
    background: #f34c4c;
}

.prod_box .brand_logo span.ba_account2 {
    background: #009771;
}

.prod_box .brand_logo span.ba_account3 {
    background: #368dff;
}

.prod_box .brand_logo span.ba_account4 {
    background: #bc36ff;
}

.prod_box .brand_logo span.ba_account5 {
    background: #ff9513;
}

/* ——————————————————————————
 * brand_shop
/* —————————————————————————— */
.pg_title,
.pg_tit {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    font-family: 'Nanum Gothic', sans-serif;
    line-height: 1;
    padding-top: 90px;
    margin-bottom: 120px;
    position: relative;
}

.pg_title .txt_bx::before {
    content: "";
    width: 200px;
    height: 5px;
    background: #ff6121;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%);
    border-radius: 6px;
}

.pg_tit > span {
    position: relative;
}

.pg_tit > span::before {
    content: "";
    width: 100%;
    height: 5px;
    background: #ff6121;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%);
    border-radius: 6px;
}

.ft_family_list_wrap {
    margin-top: 20px;
    height: 35px;
    position: relative;
}

.ft_mark_box {
    display: flex;
    gap: 16px;
    justify-content: right;
}

.ft_mark_box img {
    height: 60px;
}

.family_view_btn {
    float: right;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #666;
    border: 1px solid #333;
    color: #FFF;
    cursor: pointer;
}

.family_view_btn i {
    height: 35px;
    line-height: 35px;
}

ul.family_list_box {
    display: none;
    padding: 12px 0;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 180px;
    position: absolute;
    bottom: 40px;
    right: -15px;
    z-index: 1000;
    background: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

ul.family_list_box::-webkit-scrollbar {
    width: 3px;
    background: #DDD;
}

.family_list_box::-webkit-scrollbar-thumb {
    background: #fa6c39;
}

ul.family_list_box li {
    height: 35px;
    width: 180px;
}

ul.family_list_box li a {
    height: 100%;
    line-height: 35px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
}

ul.family_list_box li a:hover {
    background: #fb724422;
    color: #fb7244;
}


/*remote_box*/
.remote_box {
    width: 270px;
    background: #FFF;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
}

.remote_box .remote_tit {
    padding: 0 16px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #444;
    border-bottom: 2px solid #E2E2E2;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remote_box .remote_tit span {
    display: inline-block;
    border: 1px solid #e8e8e8;
    padding: 4px 8px;
    border-radius: 4px;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}

.remote_box .remote_tit span:hover {
    background: #fb6d3a;
    border-color: #fb6d3a;
    color: #FFF;
}

.remote_box .link_wrap {
    width: calc(100% - 8px);
    padding: 0 16px 4px 16px;
    margin: 16px 0 12px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-y: scroll;
    height: 478px;
    animation: fadeIn 0.2s ease forwards;
}

.remote_box .link_wrap.rank_list {
    display: none;
}

.remote_box .rank_list .link_item {
    flex: 0 0 100%;
    display: flex;
    justify-content: start;
    gap: 12px;
    align-items: center;
    padding: 0 0 0 8px;
    border-bottom: 1px solid #e8e8e8;
}

.remote_box .link_wrap.rank_list > h3 {
    width: 100%;
    background: #2a2f35;
    font-size: 13px;
    color: #FFF;
    text-align: left;
    padding: 4px 8px;
    border-radius: 4px;
}

.remote_box .rank_list .link_item > h3 {
    min-width: 65px;
    text-align: left;
}

.remote_box .link_wrap.rank_list > h3.tit_b2c {
    margin-top: 20px;
}

.remote_box .link_item {
    flex: 0 0 50%;
    text-align: center;
    padding-bottom: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #FFF;
    border-radius: 4px;
}

.remote_box .link_item span {
    display: inline-block;
    font-size: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fb6d3a;
}

.remote_box .all_list .link_item:hover {
    border: 1px solid #fa6c39;
}

.remote_box .rank_list .link_item:hover {
    background: #f2f4ff;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.remote_box .all_list .link_item:nth-child(n + 3) {
    margin-top: 20px;
}

.remote_box .link_item img {
    height: 37px;
}

.remote_box .link_item h3 {
    font-size: 12px;
}

.remote_box .link_wrap::-webkit-scrollbar {
    background: #EEE;
    width: 3px;
    border-radius: 2px;
}

.remote_box .link_wrap::-webkit-scrollbar-thumb {
    background: #C0C0C0;
}

/*popup direct_order_notice*/
.popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.popup .popup_overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
}

.popup .popup_layer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 320px;
    position: absolute;
    left: calc(50% - 160px);
    top: 50dvh;
    transform: translateY(-50%);
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
    gap: 20px;
}

.popup .popup_layer .popup_cont p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.popup .popup_layer .popup_cont p span {
    color: #44207A;
}

.popup .popup_layer .popup_cont p span em {
    font-weight: 600;
}

.popup .popup_layer .popup_cont p.popup_notice {
    color: #FB7344;
    font-size: 12px;
    letter-spacing: -1px;
    margin-top: 20px;
}

.popup .popup_layer button {
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #44207A;
    border-radius: 8px;
    color: #FFF;
}



/* 렌탈신청 완료 팝업 */
.model.orderinquiryview .header_wrap,
.model.orderinquiryview #footer,
.model.orderinquiryview .floating,
.model.orderinquiryview #sticky_inquiry {
	display:none;
}

.model.orderinquiryview #wrap {height: 100vh;}
