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

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

.fc_red {
  color: #2d2d2d !important;
}


/* ——————————————————————————
 * login
/* —————————————————————————— */
/* 로그인 네비 */
.login_nav {
  height: 30px;
  line-height: 30px;
  background: #2d2d2d;
}

.login_nav .inner {
  text-align: right;
}

.login_nav ul {
  display: inline-block;
}

.login_nav ul li {
  position: relative;
  float: left;
  margin: 0 10px;
}

.login_nav ul li:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -4px;
  width: 1px;
  height: 10px;
  background: #e4e4e4;
}

.login_nav ul li a {
  font-size: 12px;
  color: #888;
}

.login_nav ul li.nav_top_cart span {
  display: inline-block;
  margin-left: 5px;
  padding-right: 1px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #333;
  border-radius: 100%;
}


/* ——————————————————————————
 * header
/* —————————————————————————— */
#header {
  border-bottom: 2px solid #1062ff;
}

/* top banner */
#hd_banner {
  position: relative;
  text-align: center;
}

#hd_banner a {
  display: block;
  height: 100%;
  text-decoration: none !important;
}

#hd_close {
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

/* logo */
#header .logo {
  width: 250px;
}

#header .logo a {
  vertical-align: middle;
  color: transparent;
  background-size: cover;
}

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


/* 전체 메뉴 */
.all_menu_wrap{
  height: 600px !important;
}

.all_menu_wrap > .inner > .all_left > ul{
  height: 500px !important;
}

.all_menu_wrap a:hover {
  color: #1062ff;
}


/* 햄버거 메뉴 아이콘 */
#header .ham_wrap {
  width: 30px;
}

#header .hamIcon a {
  display: block;
  position: relative;
  height: 55px;
  color: #525252;
  cursor: pointer;
}

#header .hamIcon a span {
  display: block;
  position: absolute;
  top: 26px;
  width: 15px;
  height: 2px;
  color: transparent;
  background: #2d2d2d;
  transition: all 0.5s;
}

#header .hamIcon a span:after,
#header .hamIcon a span:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2d2d2d;
  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);
}


/* 네비게이션 */
#header > div > .top_nav {
  position: relative;
  height: 100px;
  border-bottom: 1px solid #ccc;
}

.top_nav .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* 1차 카테고리 */
.gnb_nav {
  position: relative;
  right: 0;
  left: 0;
  height: 55px;
  background: #fff;
  transition: all 2s;
}

.gnb_nav .inner {
  width: 1430px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gnb_nav.fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 560ms cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

.gnb_nav > div ul.nav > li:hover > a,
.gnb_nav > div ul.nav > li.active > a {
  font-weight: bold;
  color: #1062ff;
}

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

/* 2차 카테고리 */
.gnb_nav .nav_wrap .nav .sub_nav{
  display: none;
  position: absolute;
  top: 55px;
  z-index: 1000;
  text-align: left;
}

/* 에어컨청소 배너 */
.gnb_nav .nav_wrap .nav .sub_nav .dropdown_banner{
  width: 100%;
  text-align: center;
  background: #272727;
}

.gnb_nav .nav_wrap .nav .sub_nav .dropdown_banner a{
  display: block;
}

.gnb_nav .nav_wrap .nav li .sub_nav ul{
  display: grid;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
  gap: 10px;
  padding: 15px;
  background: #fff;
  border: 1px solid #e4e4e4;
}

.gnb_nav .nav_wrap .nav li.b2b .sub_nav ul{
  grid-template-columns: repeat(4, minmax(150px, 1fr));
}

.gnb_nav .nav_wrap .nav li .sub_nav ul.dept1 li a{
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  padding: 5px 0;
}

.gnb_nav .nav_wrap .nav li .sub_nav ul.dept1 li a:hover{
  color: #1062ff;
}

.gnb_nav .nav_wrap .nav > li > a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 999;
  width: 0;
  height: 2px;
  background: #2d2d2d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gnb_nav .nav_wrap .nav > li:hover > a:after {
  width: 100%;
  background: #1062ff;
}

.gnb_nav .nav_wrap ul.nav li a.combine + ul.dept1 {
  width: 220px;
}

/* 검색창 */
.top_search {
  position: relative;
}

.search_wrap > input {
  width: 220px;
  height: 35px;
  background: #1062ff;
  border-color: #1062ff;
  color: #fff;
  border-radius: 5px;
  position: relative;
  text-indent: 10px;
}

.search_wrap > input:focus {
  border-color: #1062ff;
}

.search_wrap input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.search_wrap button {
  right: 5px !important;
}

.search_wrap button i {
  color: #fff;
  font-size: 14px !important;
}


/*.hd_sch_wrap {
  margin-bottom: 10px;
  width: 110px;
}

.hd_sch_wrap ul {
  text-align: center;
}

.hd_sch_wrap ul li {
  padding: 5px 10px;
  background: #2d2d2d;
  border-radius: 5px;
}

.hd_sch_wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 0;
  height: 25px;
  color: #fff;
}

.hd_sch_wrap ul li a em {
  padding-left: 5px;
  width: 100%;
  text-align: left;
}

.hd_sch_wrap .top_search {
  position: relative;
  margin-bottom: 3px;
  background: #1062ff;
}

.hd_sch_wrap .top_search a {
  height: 35px;
}

.hd_sch_wrap .lpSearch {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 45px;
  text-align: left;
}

.hd_sch_wrap .lpSearch .lpSearchClose,
.hd_sch_wrap .lpSearch .lpSearchSubmit {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #1062ff;
}

.hd_sch_wrap .lpSearch .lpSearchClose {
  left: 0;
  width: 40px;
  border-right: 1px solid rgba(16, 98, 255, 0.8);
  border-radius: 3px 0 0 3px;
}

.hd_sch_wrap .lpSearch .lpSearchSubmit {
  right: 0;
  width: 45px;
  border-left: 1px solid rgba(16, 98, 255, 0.8);
  border-radius: 0 3px 3px 0;
}

.hd_sch_wrap .lpSearch button i {
  font-size: 15px;
  color: #fff;
}

.hd_sch_wrap .lpSearch .sch_area {
  position: relative;
  z-index: 9;
}

.hd_sch_wrap .lpSearch .sch_area input {
  margin-left: 40px;
  width: 220px;
  height: 45px;
  font-size: 15px;
  letter-spacing: -0.025em;
  color: #fff;
  background: #1062ff;
  border-color: #1062ff;
}

.hd_sch_wrap .lpSearch .sch_area input::placeholder {
  font-size: 13px;
  color: #fff;
}

.search_wrap > input {
  position: relative;
  padding: 0 40px 0 0;
  width: 280px;
  height: 40px;
  background: #fff;
  border: 2px solid #1062ff;
}

.search_wrap > ::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 500;
}*/

/* ——————————————————————————
 * banner
/* —————————————————————————— */
/* 슬라이드 배너 투명배경 */
.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.slide_dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #fff;
  animation: dim-fade 1.5s ease-in-out;
}

@keyframes dim-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 메인 배너 */
.visual_list {
  position: relative;
  width: 100%;
  height: 550px !important;
  background-color: #fbefef;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px;
}

/* 메인 슬로건 */
.visual_main .visual_list .inner {
  display: table;
  text-align: left;
}

/* pager */
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 995;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  color: transparent;
  cursor: pointer;
}

.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 {
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -32px;
  animation: p-fadeIn 2s ease-in-out;
  cursor: pointer;
}

.slick-dots li {
  float: left;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background: #dad4d4;
  border-radius: 100%;
}

.slick-dots li.slick-active {
  background: #1062ff;
}

.slick-dots li button {
  display: none;
}

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

  100% {
    opacity: 1;
  }
}

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

/* 메인 슬로건 애니메이션 */
.sub_content .visual_list .slogan .produc_btn,
.sub_content .visual_list .slogan h1,
.sub_content .visual_list .slogan p {
  opacity: 0;
  transition: all 0.8s ease-out;
  transform: translateY(30px);
}

.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 {
  padding-bottom: 35px;
  text-align: center;
}

.sub_content .main_icon_category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sub_content .main_icon_category ul li {
  flex: 0 0 10%;
  margin-bottom: 40px;
  min-width: 10%;
}

.sub_content .main_icon_category ul li a {
  display: block;
  position: relative;
  margin: 0 auto 10px;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sub_content .main_icon_category ul li:hover a {
  margin-top: -5px;
  -webkit-box-shadow: 0 40px 30px -30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 40px 30px -30px rgba(0, 0, 0, 0.3);
}

.sub_content .main_icon_category ul li span {
  font-size: 14px;
  color: #333;
}


/* ——————————————————————————
 * fix menu (left, right)
/* —————————————————————————— */
/* 좌측 고정 배너 */
.scroll_wrap a p.roboto_txt {
  color: #1062ff;
}

.scroll_wrap a p.cs_tit {
  color: #fff;
}

.scroll_wrap .scroll_cs {
  background: #fff;
  border: 2px solid #1062ff;
}

.scroll_wrap .scroll_cs p.cs_info {
  color: #1062ff;
}

.scroll_wrap .scroll_cs p.cs_info:after {
  background: #e4e4e4;
}

.scroll_wrap .scroll_cs p.roboto_txt {
  color: #1062ff;
}

.scroll_wrap .scroll_cs p.cs_tit {
  color: #fff;
  background: #1062ff;
}

.scroll_wrap .card_info_txt p span {
  color: #1062ff;
}


/* 대량렌탈 */
.scroll_wrap a.business_inquiry_btn {
  text-align: center;
}

.scroll_wrap a.business_inquiry_btn img {
  width: 60px;
  height: auto;
}


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

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

.scroll_right_wrap ul {
  padding: 15px 0;
  background: #fff;
  border: 1px solid #dddddd;
}

.scroll_right_wrap ul li {
  position: relative;
  margin: 0 auto 10px auto;
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #fff;
  border: 1px solid #e4e4e4;
}

.scroll_right_wrap .scroll_paging {
  margin: 0 auto;
  width: 74px;
  text-align: center;
  color: #939393;
}

.scroll_right_wrap .scroll_paging button {
  margin-top: -4px;
  background: none;
  cursor: pointer;
}

.scroll_right_wrap .scroll_paging span {
  margin-top: 2px;
  font-size: 12px;
}

.scroll_right_wrap .scroll_paging span .recent_txt {
  color: #1062ff;
}

.recent_scroll_prev {
  margin-right: 5px;
}

.recent_scroll_next {
  margin-left: 5px;
}

@media (max-width: 1500px) {
  .sticker {
    display: none;
  }
}


/* ——————————————————————————
 * item list
/* —————————————————————————— */
#container {
  position: relative;
  padding-top: 65px;
}

.business #container{
  padding-bottom: 0 !important;
}

.item_list_tit {
  position: relative;
  margin: 35px 0 30px;
  line-height: 1;
}

.item_list_tit h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #333;
}

.no-data {
  padding: 40px 0 !important;
  width: 100% !important;
  border-bottom: 1px solid #e4e4e4;
}

/* 아이템 리스트 */
.main_item_list {
  min-height: 600px;
}

.main_item_list ul.item_list_cont {
  margin: 0 -10px;
}

.main_item_list ul.item_list_cont > li {
  overflow: hidden;
  float: left;
  padding: 0 10px;
  width: 25%;
  transition: all 0.5s;
}

.main_item_list ul.item_list_cont > li .item_box {
  position: relative;
  margin: 0 0 35px;
  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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.main_item_list ul.item_list_cont > li .item_brand img {
  width: auto;
  max-width: 70px;
  height: auto;
  max-height: 20px;
}

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

.main_item_list ul.item_list_cont .brand_logo img {
  float: left;
  height: 37px;
}

.main_item_list ul.item_list_cont .brand_logo span {
  display: block;
  float: right;
  margin-top: 6px;
  padding: 0 15px;
  height: 25px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  border-radius: 7px;
}


/* 아이템 이미지 */
.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 > li .item_img > img {
  position: relative;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  transition: all 0.5s;
}

/* 아이템 이미지 hover  */
@media (min-width: 700px) {
  .item_box .item_img .hover_border {
    position: absolute;
    z-index: 10;
    background: #1062ff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .item_box .item_img .border-left {
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
  }

  .item_box .item_img .border-right {
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
  }

  .item_box .item_img .border-top {
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
  }

  .item_box .item_img .border-bottom {
    right: 0;
    bottom: 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%;
  }
}

/* 아이템 내용 */
.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: #1062ff;
}

.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 {
  display: block;
  overflow: hidden;
  max-width: 90%;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* ——————————————————————————
 * footer
/* —————————————————————————— */
#footer_wrap{
  margin: 50px 0 0 0 !important;
}

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

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

/* 하단 cs픽스 */
.foot_fix_cs {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 999;
  width: 250px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 10%);
}

.foot_fix_cs .close_btn{
  display: none;
  position: absolute;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.foot_fix_cs .close_btn > i{
  font-weight: 700;
}

.foot_fix_cs .cs_cont{
  max-height: 110px;
  overflow: hidden;
}

.foot_fix_cs .cs_cont.empty{
  max-height: 80px;
}

.foot_fix_cs .cs_cont .inner {
  width: inherit;
}

.foot_fix_cs .cs_cont .inner fieldset {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.foot_fix_cs .cs_cont .tit {
  max-height: 60px;
  margin-right: 0 !important;
}

.foot_fix_cs .cs_cont .tit > i {
  display: inline-block;
  padding-right: 3px;
}

.foot_fix_cs .cs_cont .tit h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}

.foot_fix_cs .cs_cont .more_btn{
  height: 33px;
}

.foot_fix_cs .cs_cont .more_btn > p{
  width: 100%;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 0;
  color: #fff;
  background: #2d2d2d;
  border-radius: 5px;
  cursor: pointer;
}

.foot_fix_cs .cs_cont .more_btn > p i{
  padding-left: 3px;
  font-size: 11px;
}

.foot_fix_cs .cs_cont .input_area input {
  height: 40px;
  border-radius: 5px;
  font-size: 13px;
  text-indent: 10px;
}

.foot_fix_cs .cs_cont .input_area input:first-child {
  margin-bottom: 5px;
}

.foot_fix_cs .cs_cont .input_area input::placeholder {
  font-size: 12px;
}

.foot_fix_cs .cs_cont .call_btn button {
  width: 100%;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 0;
  color: #fff;
  background: #1062ff;
  border-radius: 5px;
  cursor: pointer;
}

.foot_fix_cs .cs_cont .call_btn button:hover {
  background: #0046cd;
}

.foot_fix_cs .cs_cont .chk_wrap {
  display: inline-block;
}

.foot_fix_cs .cs_cont .chk_wrap .agree_btn {
  display: inline-block;
  border: 1px solid #aaa;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 10px;
}

.foot_fix_cs .cs_cont .chk_wrap .checks,
.foot_fix_cs .cs_cont .chk_wrap .chk_btn {
  display: inline-block;
}

.foot_fix_cs .cs_cont .chk_wrap .chk_btn p {
  cursor: pointer;
}

.privacy_tit_pop {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 310px;
  background: #fff;
  text-align: left;
  color: #333;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  font-size: 12px;
  padding: 20px;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.cs_cont.empty .privacy_tit_pop{
  top: -13%;
}

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

/* 관리자 로그인 버튼 */
.login_btn_wrap .login_btn{
  display: flex;
  width: 78px;
  justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: -7px;
  background: #fff;
}

.login_btn_wrap .login_btn li {
  flex: 0 0 auto;
  border: 1px solid #aaa;
  border-radius: 3px;
}

.login_btn_wrap .login_btn li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 4px;
  font-size: 10px;
  color: #aaa;
}

/* 탑으로 이동 */
.move_top {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 20px;
  z-index: 999;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: url(../images/top_btn.png) no-repeat;
  background-size: 100%;
}












