﻿img {
  max-width: 100%;
}

.fs-xs {
  font-size: 10px;
}

.fs-sm {
  font-size: 12px;
}

.btn-primary {
  color: #fff;
}

body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}



.c-ripple-trigger {
    position: relative;
    overflow: hidden;
}

.c-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}

.c-ripple__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  animation: a-ripple 0.4s ease-in;
}

@keyframes a-ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
input[type=search] {
  -webkit-user-modify: read-write-plaintext-only;
}

.col {
  min-width: 1px;
}

:root {
  --app-height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100vw;
  height: 100vh;
  height: var(--app-height);
}

.global-body {
    position: relative;
    padding-top: 60px;
    overflow: auto;
    height: calc(100vh - 60px);
    height: calc(var(--app-height) - 60px);
}

:target {
  scroll-margin-top: 100px;
}

body {
  font-size: 14px;
  word-break: keep-all;
}

.min-width-1 {
  min-width: 1px;
}

.swiper-item-list {
  position: relative;
  --swiper-theme-color: $black;
  --swiper-navigation-size: 30px;
}

.banner-img-link {
  display: block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.banner-img-link img {
  position: relative;
}
.banner-img-link:after {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.product-list {
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px;
}

.product-item {
  line-height: 1.2;
  padding: 15px;
  border-top: 1px solid #E4E4E4;
}
.product-item:first-child {
	border-top: none
  
}
.product-item .btn-favorite {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  color: #999;
}
.product-item .btn-favorite.active {
  color: #f34a33;
}

.product-link {
  display: block;
}

.product-item-image {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.08);
}
.product-item-image img {
  max-width: 90%;
  max-height: 90%;
}

.product-item-badges {
  margin-bottom: 4px;
}

.product-item-badge {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #E4E4E4;
  font-size: 0.75rem;
  padding: 1px 2px 2px;
  border-radius: 2px;
}

.product-item-summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #888;
  font-size: 0.875rem;
  margin-bottom: 4px;
  max-width: 100%;
}

.product-item-title {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
}

.product-item-price {
  color: #FF0000;
  font-size: 1.125rem;
  font-weight: 700;
}

.product-item-call-us {
  color: #000;
  font-weight: 700;
}

.product-item-option {
  padding: 15px;
  margin-top: 15px;
  border-top: 1px solid #E4E4E4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-item-lg .product-item-image {
  width: 130px;
  height: 130px;
}



/* 툴팁css style */
.light-tooltip{
  background-color: transparent;
  border: none;
  padding: 0;
}
.toltip-question {
  box-shadow: 0px 3px 0px #F7F7F7;
  border-radius: 10px;
  border: 2px solid #DDD;
  padding: 18px 18px 18px;
}
.dropdown-menu .toltip-question {
  width: 380px;

}

.toltip-question-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
}
.toltip-question-header h2 {
  display: flex;
  align-items: start;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1;
}
.toltip-question-body ul {
  padding: 0;
  list-style: none;
  padding-top: 15px;
}
.toltip-question-body li{
  font-weight: 300;
  font-size: 12px ;
  color: #707070;
}
.toltip-question-body li + li{
  margin: 2px 0 0 0;
}


.sell-question{font-size: 12px;color: #707070;font-weight:400}
/*

.page-jumbotron {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    padding: 90px 15px;
    background-color: #00C6C9;
    color: $white;
    text-align: center;
    font-size: $font-size-base;
    h1{
        @include margin-bottom(20px);
    }
}
.text-summary {
    font-size: $font-size-base;
    color: $black;
    text-align: center;
    padding: 20px 40px    
}
.ul-style-dash {
    list-style-type: none;
    margin: 0; padding: 0;
    li{
        position: relative;
        padding-left: 16px;
        &:before{
            position: absolute; 
            left: 2px; top: 9px;
            content:"";
            width: 5px;
            height: 1px;
            background-color: $black;
        }
    }


}*/


.global-body-header {
    height: 60px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}


.dayTab {
    display: flex;
    align-items: center;
    border-radius: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #e4e4e4;
}

.dayTab--items {
    flex: 1 0 0%
}

    .dayTab--items button {
        border: none;
        width: 100%;
        height: 30px;
        font-size: 13px;
        color: #222;
        background-color: transparent;
        border-radius: 22px;
    }

    .dayTab--items:hover button,
    .dayTab--items.active button {
        background-color: #F34A33;
        color: #fff;
        font-weight: 600;
    }

.rangeDate {
}

    .rangeDate input {
        position: relative;
    }


.inquiry__icon {
    border: 1px solid #333;
    font-size: 14px;
    border-radius: 15px;
    padding: 1px 6px;
    display: inline-block;
    font-weight: 600;
}

    .inquiry__icon.safeIcon {
        color: #0066FF;
        border: 1px solid #0066FF;
    }

    .inquiry__icon.productIcon {
        color: #EF4A4A;
        border: 1px solid #EF4A4A;
    }

    .inquiry__icon.purchaseIcon {
        color: #666666;
        border: 1px solid #666666;
    }



.text-divider-needed-list {
    display: flex;
    flex-wrap: wrap;
}

    .text-divider-needed-list > span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

        .text-divider-needed-list > span:first-child:before {
            display: none;
        }

        .text-divider-needed-list > span:before {
            display: inline-block;
            vertical-align: top;
            content: "|";
            color: #E4E4E4;
            margin: 0 8px 0 9px;
            font-size: 12px;
        }


.imgExpand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
    border-radius: 50%;
    width: 65px;
    height: 65px;
}

    .imgExpand .plus {
        margin: 12px auto 0;
        height: 20px;
        width: 20px;
        position: relative;
    }

        .imgExpand .plus::before,
        .imgExpand .plus::after {
            content: "";
            position: absolute;
            background-color: #fff;
            display: block;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            border-radius: 10px;
        }

        .imgExpand .plus::before {
            width: 2px;
            height: 20px;
            transform: translate(0px,-10px);
        }

        .imgExpand .plus::after {
            width: 20px;
            height: 2px;
            transform: translate(-10px,0px);
        }

    .imgExpand .plusTxt {
        font-size: 11px;
        color: #fff;
    }



.modal-agree-numlist {
    /* padding-left: 1rem; */
    font-size: 14px;
    color: #666666;
}

.modal-agree-title {
    font-size: 14px;
    color: #666666;
    text-align: left;
}

.modal-agree-numlist ul {
    padding: 0;
    list-style: none;
}

    .modal-agree-numlist ul li {
        padding: 0 0 0 5px;
        font-size: 12px;
    }

        .modal-agree-numlist ul li::marker {
            content: "-";
            font-size: 15px;
            margin: 0 5px 0 0;
        }

        .modal-agree-numlist ul li.star-bul::marker {
            content: "*";
            font-weight: 600;
        }

        .modal-agree-numlist ul li strong {
            color: #222222;
        }

.modal-agree-numlist > li {
  text-align: left;
}

    .modal-agree-numlist > li + li {
        margin: 18px 0 0 0;
    }


.modalCaution + .modalCaution {
    margin: 40px 0 0 0;
}

.modalCaution-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px 0;
}

    .modalCaution-title span {
        color: #F34A33;
    }

.modalCaution-cont {
    display: flex;
    align-items: center;
}

.modalCaution-txt {
    font-size: 14px;
    color: #666666;
    margin: 0;
    padding: 0 0 0 15px;
    line-height: 1.4;
}

.modalCaution-etc {
    display: block;
    font-size: 12px;
}


.mypage-acc strong ~ div {
  display: none;
}

.mypage-acc strong {
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  position: relative;
  padding-right: 40px;
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 10px 44px 10px 19px;
  border-bottom: 1px solid #E4E4E4;
  font-weight: 600;
}

.mypage-acc strong::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  content: "\e914";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mypage-acc strong.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.mypage-accCont{
  border: 1px solid #E4E4E4;
  border-top: 0;
  padding: 20px 20px;
  background-color: #fff;
}

.mypage-accItems{
  position: relative;
  font-size: 14px;
  color: #999999;
  padding: 0 0 0 15px;
}
.mypage-accItems + .mypage-accItems{
  margin: 6px 0 0 0;
}

.mypage-accItems::before{
  content:"";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333333;
  
}
.accordion-item-body {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

  
.detail--txtLink {
    color: #222;
}


/* 키워드 광고 */
.keyword-cateWrap{
  padding: 20px 16px;
}
.keyword-cate{
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.keyword-cate-items{
  display: flex;
  align-items: center;
  gap: 10px 20px;
  font-size: 14px;
  color: #222;
  font-weight:400;
}
.keyword-cate-items + .keyword-cate-items{
  margin: 0 0 0 40;
}

  .tableSubTitle span{
      font-size: 14px;
      font-weight: 400;
      color: #222;
      margin: 0 0 00px 10px;
  }
  
.keyword-input{
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    width: 100%;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    padding: 11px 15px;
    overflow: hidden;
}
.keyword-input-Inner{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0 0 0 0px;
}
.keyword-input-Inner button{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    background-color: transparent;
    border: none;
}
.keyword-input.active:-moz-read-only{
    background: #e4e4e4 !important;
}
.keyword-input.active:read-only{
    cursor:pointer;
    background: #e4e4e4 !important;
}

.keyword-input-empty{
    display: none;
}
.keyword-input-empty.active{
    display: block;
}
 .keyword-input-etc{
    font-size: 14px;
    font-weight: 400;
    color: #222;
    margin: 10px 0 20px 0px;
    padding: 0 16px;
 }


/* 키워드 검색 팝업 */

.modal-default#KeywordSearch .modal-content{
  padding: 20px;
}
.modal-default#KeywordSearch .modal-header{
  padding: 0 0 17px 0;
}

.modal-default#KeywordSearch .modal-body{
  padding: 30px 0 0 0;
}
.modal-default#KeywordSearch input[name="keyword"]{
  border-radius: 4px;
  height: 40px;
}
.keywordSelectBox{
  position: relative;
}
.keywordSelectBox input{
  padding: 0 55px 0 15px;
}
.keywordButton{
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0,-50%);
  background-color: transparent;
  border: none;            
}
.keywordButton i{
  font-size: 20px;
  color:#F34A33;
}
#KeywordSearch .modalSubCont__title{
  border-top: 1px solid #DDDDDD;
  padding: 25px 0 0 0;
}

.keywordList{
  list-style: none;
  padding: 12px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 180px;
  overflow: auto;
}
.keyword-listWrap{
  display: none;
}
.keyword-listWrap.open{
  display: block;
}
.keywordList-items{
  display: flex;
}
.keywordList-items input{
  width: 16px;
}

.keywordList-items label{
  text-align: left;
  width:calc(100% - 16px);
  padding: 0 0 0 7px;
}
.keywordList-items + .keywordList-items{
  padding: 5px 0 0 0;
}
.keywordList .noPost{
  text-align: center;
  padding: 10px 0;
}
.act-keyword-search-ok{
  display: none;
}
.act-keyword-search-ok.active{
  display: block !important;
}
.modal-default#KeywordSearch .btnWrap.two > *{
  width: 50%;
}


.quick-compare-bg .arrow-btn .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  transform: rotate(0deg);
}

.quick-compare-bg.open .arrow-btn .fadeInUp {
  animation: none;
  transform: rotate(180deg);
}

.adSelectBox .adProducts .swiper-related-items{
  padding: 0 0px 0px 0;
}

  .adSelectBox{background-color: #F7F7F7;}
  .adSelectBox .adProducts{
    padding: 20px 10px 30px;
    flex-direction: column;
    justify-content:center;
    margin: 0 0 0 0;
}
.adSelectBox .adProducts .card-item-title{
    min-height:0;
    margin:0 0 3px 0
}
.adSelectBox .adProducts .card-item-summary{
  font-size: 11px;
    min-height:0;
    -webkit-line-clamp: 1;
}
.adSelectBox .adProducts .noimage .card-item-image{
    margin-bottom:0
}
.adSelectBox .adProducts .card-item-summary{
    transform: none;
}
.adSelectBox .adProducts .card-item-body{
    padding:6px 0 0
}
.adSelectBox .swiper-related-items .swiper-wrapper{
    padding: 0 0 20px 0;
    align-items:center;
}
.adSelectBox .swiper-slide .card-item{
    height:152px;
}
.adSelectBox .adSelectCheckBox{
    height:18px;
    margin:0 0 10px 0;
}
.adSelectBox .adSelectCheckBox input{
  height:18px;
  width:18px
}
.adSelectBox .adSelect-ButtonBox{
    margin: 10px 0 0 0;
    height: 30px;
}
.adSelectBox .adSelect-delButton{
    margin: 0 auto;
    overflow: hidden;
    line-height: 1.5;
    height: 100%;
    width: 48px;
    display: block;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: none;
    background-color: #FF0000;
}
.adAccWrap{
  position: sticky;
  bottom: 0px;
  z-index: 105;
  margin: 0 auto;
}
.adSelectBox{display: none;}
.adAccBox{

}
.adAcc-button{
  border: none;
  display: flex;
  width:100%;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
  height: 48px;
  overflow: hidden;
  background: linear-gradient(to right, #6266BE, #1F81B3);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.adAcc-button > img{
  width: 10px;
  margin: 0 0 0 10px;
}

.adProducts .swiper-slide.noimage img{
  height:47px;width:60px
}

.adControlBox{
  display: flex;
  gap: 0 6px;
  margin: 10px 0 0 0;
}
.adControlBox button{
  height: 34px;
  width:calc((100% - 6px)/2);
  background-color:#fff;
  border:1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adControlBox i{font-size: 14px;}

  .excel-isDown{
    border-top: 1px solid #E4E4E4;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .excel-txt{
    font-size: 14px;
    color: #000;
    margin:0 0 0 0;
    line-height: 1.4;
}
.excel-button{
    font-size: 14px;
    color: #333;
    background-color: #fff;
    margin: 20px 0 0 0;
}

.adAccWrap.open .adAccBox img{transform: rotate(180deg);}

/* 제품정보 불러오기 팝업 */

.division-titleBox{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
}
.division-titleBox p{
  margin: 0 0 0 0;
  font-size: 14px;
}
.division-titleBox button{
  font-weight: 400;
}

.division-buttonWrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0 0 6px;
  gap: 5px 4px;
}
.division-buttonWrap button{
font-size: 13px;
background-color: #fff;
border-radius: 2px;
border: 1px solid #CCCCCC;
}
.division-control{
  display: flex;
  align-items: center;
}
.division-control input{
  border-radius:4px;
  height:30px;
  font-size:14px
}

.infoLoad-txtBox{
  line-height:1.4;
  text-align: left;
  font-size: 14px;
  color:#666666; 
  margin: 0 0 15px 0;
}
.infoLoad-select{
  width:100%;
  background-color: #fff;
}

.infoLoad form{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px 6px;
}
.infoLoad-inputWrap{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0px 5px;
}
.infoLoad-select,
.infoLoad-input{
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  height: 46px;
  font-size: 14px;
  padding: 0 10px;
}
.infoLoad-input{
  width: 100%;
}
.infoLoad-button{
  font-weight:500;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: #333;
  border: none;
  font-size: 14px;
  color: #fff;
  height:46px;
  width: 60px;
}

.infoLoad .product-list{
  margin: 25px 0 0 0;
  max-height:225px;
  overflow:auto;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;  
  padding: 0 0 0 0;
}

.infoLoad .badge{
  margin: 0 3px 0 0;
  font-style: normal;
}
.infoLoad-txtLine{
  letter-spacing: -0.03em;
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
}
.infoLoad-txtLine span{
  position: relative;
}
.infoLoad-txtLine span + span::before{
  content: "";
  left: -6px;
  position: absolute;
  top: 5px;
  width: 1px;
  height: 10px;
  background-color: #E4E4E4;
}

.infoLoad-link{
  font-size: 13px;
  color: #222;
}

.infoLoad .modal-content{
  border-radius: 10px;
}
.pro_info_tableWrap .table{
  border-bottom: none;
}
.infoLoad-txtLineWrap{text-align: left;}

.infoLoad .nTable > tbody td{padding: 15px 4px;}
.infoLoad .nTable{border-bottom: none;}
.infoLoad .modal-body{
  padding: 20px 15px;
}


  /* 페이징 */
  .pagination {
    display: flex;
    align-items: center;
    margin: 15px 0 20px 0;
    justify-content: center;
}

.pagination_num {
    display: flex;
    align-items: center;
}

.pagination_btn {
    margin: 0 2px 0 2px;
}

.pagination_prev {
    margin: 0 7px 0 0;
}

.pagination_next {
    margin: 0 0 0 7px;
}

.pagination_prev,
.pagination_next,
.pagination_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #fff;
    color: #333;
    border: 1px solid #CCCCCC;
    font-size: 13px;
}

  .pagination_btn.currentPage,
  .pagination_prev:hover,
  .pagination_next:hover,
  .pagination_btn:hover {
      background-color: #F3F3F3;
      color: #333;
  }
  .alert-CompleteWrap{
    width: calc(100% - 20px);
  }
  .alert-CompleteInner{
    width: 100%;
  }
    .alert-Complete{
      width: 100%;
      position: relative;
      margin: 0 auto;
      display: inline-flex;
      background-color: #222222e0;
      border-radius: 5px;
      padding: 0px 10px 0px 10px;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: center;
      height: 40px;
  }
  .alert-Complete .alert-close{
    display: inline-block;
      position: relative;
      background-color: transparent;
      border: none;
      margin: 4.5px 0 0 1px;
  }
  .alert-Complete .alert-close i{
    color: #ffffff;
  }
  .alert-Complete .alert-close button{
      background-color: transparent;
      border: none;
  }
  .alert-Complete__title{
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: white;
      font-weight:500;
      margin: 0 0 0 0;
  }

  .alert-Complete__title b{
    white-space: nowrap;
    max-width: 80px;
    word-break: break-all;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .alert-Complete__title span{
      font-weight:400;
      white-space: nowrap;
  }
  .alert-Complete__title i{
      font-size: 22px;
      margin: 0 6px 0 0px;
  }
  .alert-Complete__text{
      font-size: 16px;
      color: #d9d9d9;
      margin: 0 0 0 0;
      display: none;
      margin: 0 0 0 6px;
  }
  .alert-Complete-textBox{
    text-align: center;
    display: flex;
    align-items: center;
  }
  .alert-Complete__button{
      font-size: 14px;
      background-color: transparent;
      border: none;
      color: #ffffff;
      white-space: nowrap;
  }
#regAlert .modalForm__title{
    text-align: center;
}
#regAlert .modalForm__text{
    display: inline-block;
    font-size: 13px;
    margin: 7px 0 3px 0;
    color: #777777;
}
#alert_msg{
  color: #B10000;
  font-size: 13px;
  text-align: left;
  margin: 6px 0 0 10px;
  display: inline-block;
  width: 100%;
}
#regAlertComplete .modalForm__title span{
  display: inline-block;  
  margin:6px 0 0 0;
}





.quickLinkWrap{
  /*width: 100%;*/
  position: fixed;
  bottom: 63px;
  right: 10px;
  z-index: 1040;
  display: flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all .5s ease-out;
  transform-origin: 50% 50%;
  flex-direction: column;
}
.quickInner{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.quickInnerBox{
  display: flex;
  align-items: center;
  gap: 0 6px;
}

/* 빠른구매문의 */

.quickLinkWrap .quick-icon-inquiry{display: none;}
.quickLinkWrap .quick-icon-inquiry{white-space: nowrap;display: flex;align-items: center;flex-wrap:nowrap;justify-content: center;padding:0 17px;height:40px;border-radius:30px;background: linear-gradient(to right, #6266BE, #1F81B3);font-size: 14px;color: #fff;font-weight: bold;position: relative;width:160px}
.quick-icon-inquiry:hover{color: #fff;}

/* vr 360 style */
.view360VrWrap{width: 100%;position: relative;overflow: hidden;}
.view360Vr--bg{background-position: center;background-size: cover;display: block;}
.view360Vr--bg{width: 100%;}
.view360Vr--bg img{object-fit: cover;object-position: center;width: 100%;display: block; }


.view360Vr--icon{position: absolute;left:10px;top:10px;width: 92px;}
.view360Vr--icon img{width: 100%;}	
.view360Vr--buttonBoxWrap{color: #000;padding: 18px 16px;display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;border-top: 0;}

.view360Vr--ButtonInner__title{display: inline-block;font-size: 14px;font-weight: 500;/* margin: 0 0 060px 0; */border-bottom: 1px solid #000;}
.view360Vr--ButtonInner__txt{font-size: 18px;font-weight: 600;margin: 14px 0 0 0;}
.view360Vr--ButtonInner__button{display: flex;align-items:center;justify-content: center;border-radius: 30px;background-color: #000;color: #8EC3FF;padding: 7px 20px;font-weight: 500;font-size: 18px;max-width: 200px;width: 100%;margin:20px 0 0 0;height:40px;}
.view360Vr--ButtonInner__button span{line-height: 1;}
.view360Vr--ButtonInner__button i{font-size: 14px;margin: 5px 0 0 10px;}


.table-list-items-chk {
cursor: pointer;
}
.table-list-items-chk em{
  display: none;
}
.advanced-reset .table-list-items-chk {
border: none;
}

.advanced-reset .table-list-items-chk,
.table-list-items-chk p {
display: inline-block;
padding: 6px 11px;
border-radius: 30px;
font-size: 12px;
color: #222222;
margin: 0;
}

.table-list-items-chk input {
position: absolute;
text-indent: -9999px;
visibility: hidden;
}

.advanced-reset .table-list-items-chk,
.table-list-items-chk input:checked + p {
    display: inline-flex;
    align-items: center;
    background-color: #F34A33;
    color: #fff;
    line-height: 1;
}

.advanced-reset .table-list-items-chk {
  padding: 8px 12px;
  gap: 0 8px;
}

.advanced-reset .table-list-items-chk i {
    font-size: 10px;
}

.advanced-reset {
  padding: 14px 12px;
  position: relative;
  background-color: #EFF1F5;
  border-radius: 27px;
}

.advanced-reset__title {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.btn-detailed-search{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #222222;
  border: none;
  font-weight: 500;
}
.btn-detailed-search i{
  font-size: 10px;
  margin: 0 0 0 6px;
}
.advanced-reset .table-finder {
  position: relative;
  margin: 0 0 20px 0;
}

.advanced-reset .finder-list-link {
  width: 100%;
  gap: 8px 10px;
  flex-direction: row;
  justify-content: flex-start;
}
.advanced-reset__button {
  display: block;
  background-color: transparent;
  border: none;
  font-weight: 500;
}

  .advanced-reset__button i {
      display: inline-block;
      margin: 0 0 0 6px;
      font-size: 20px
  }

  .advanced-reset__button:hover i {
      animation: 3.5s linear infinite rotate 0s;
      transform-origin: 50% 50%;
  }

  .advanced-reset__button:hover {
      color: #EF4A4A;
  }


  
  .productTopWrap{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 6px;
  }
  .productTopWrap--title{
    display: inline-block;
    font-size: 14px;
    font-weight:bold;
    border-radius: 19px;
    border: 1px solid #EF4A4A;
    padding: 8px 10px;
    color: #da8080;
    margin: 0 0 0 0
  }
  .rankingSlide--items{
    letter-spacing: -0.045em;
    position: relative;
    font-size: 14px;
    color: #000000;
    font-weight:500;
  }
  .productTop{
    width: 100%;
    /* max-width: 128px; */
  }
  .productTopCate{
    letter-spacing: -0.035em;
    font-size:14px;
  }
  .rankingSlide--items b{
    color: #000000;
    margin: 0 3px 0 0;
  }
  .rankingSlide{
    height: 18px;
  }
  
  .rankingSlide--inner{
    display: flex;
    align-items: center;
  }
  
  .rankingSlide--items span{
    color: #666666;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 10px);
  }
  
  .rank-status{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
    width: 0;
    height: 0;
    border-bottom: 6px solid #EF4A4A;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .rank-status.up{
  }
  .rank-status.down{
    transform: rotate(180deg) translate(0,50%);
    border-bottom: 6px solid #222222;
  }
  .rank-status.stay{
    display: block;
    background-color: #707070;
    transform: rotate(180deg) translate(0,50%);
    border-bottom: 0px solid #EF4A4A;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    height: 2px;
    width:8px;
  }
  
  .rankPopup{
    position: relative;
    padding: 0px 15px 0px 15px;

  }
  .rankPopup--title{
    font-size: 14px;
    font-weight:600;
    color: #EF4A4A;
  }
  .rankPopup--headerList{
    display: flex;
    align-items: center;
    padding: 0px 0px 10px 0px;
    list-style: none;
    overflow-x: auto;
    gap: 0 6px;
    margin: 0 0 20px 0;

  }
  .rankPopup--headerList::-webkit-scrollbar-thumb{
    background-color: #222222;
  }
  
  .rankPopup--body{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
  }
  .rankingSlide--items{
    width:calc((100% - 10px)/2)
  }
  .rankingSlide--items:nth-of-type(1) { order: 1; }
  .rankingSlide--items:nth-of-type(2) { order: 3; }
  .rankingSlide--items:nth-of-type(3) { order: 5; }
  .rankingSlide--items:nth-of-type(4) { order: 7; }
  .rankingSlide--items:nth-of-type(5) { order: 9; }
  .rankingSlide--items:nth-of-type(6) { order: 2; }
  .rankingSlide--items:nth-of-type(7) { order: 4; }
  .rankingSlide--items:nth-of-type(8) { order: 6; }
  .rankingSlide--items:nth-of-type(9) { order: 8; }
  .rankingSlide--items:nth-of-type(10){ order: 10; }

  .rankPopup--body .rankingSlide--items span{
    width: auto;
    display: inline-block;
    position: relative;
  }
  .rankPopup--body .rankingSlide--items{
    
  }
  
  .rankPopup--body .rankingSlide--inner span::before{
    content:"";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    background-color: #F34A33;
    width: 0;
    transition: all .15s ease;
    transform-origin: 50% 50%;
  }
  
  .rankPopup--footer{
    margin: 20px 0 0 0;
    text-align: center;
  
  }
  .rankPopup--footer__text{
    color: #999999;
    font-size: 11px;
    margin: 0 0 0 0;
  }
  
  .rankPopup--body .rankingSlide--items:hover b,
  .rankPopup--body .rankingSlide--items:hover span{
    color: #F34A33;
  }
  .rankPopup--body .rankingSlide--items:hover span::before{
    width: 100%;
  }
  
  
  /* 추가수정 */
  .headerList--items{
    padding: 0 0 0 0;
  }
  .headerList--items__button{
    background-color: transparent;
    white-space: nowrap;
    font-size: 14px;
    background-color: #EEEEEE;
    color: #999999;
    border-radius: 4px;
    border: none;
    padding: 11px 9px;
  }
  .headerList--items.active .headerList--items__button{
    background-color: #222222;
    color: #ffffff;
  }
  
  


  html .mnbWrap{
    padding: 0 0 0 0;
    max-width: none;
  }
  html .mnb{
      display: flex;align-items: center;justify-content: space-between;gap: 0 3rem;
      width: 100%;
  }
  
  
  .company--logoBox{position: relative; width: 80px;height: 54px;display: flex;align-items: center;justify-content: center;padding: 5px 5px 5px 5px;
    color: #222222;
    }
  .company--logoBox:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 10px;
      background-color: #00000008;
  }
  
  .companyHeader{width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;/* gap: 5px 0; */}
  
  .companyHeader--title{
    width: calc(100% - 104px);
  }
  .companySllerTxtBox--txtBox__title{
    color: #222222;
    font-size: 15px;
    margin: 0 0 0 8px;
  }
  
  .companyHeader--inner{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 8px;
  }
  .companyLinkList{
    position: sticky;
    top: 0;left: 0;
    display: flex;
    justify-content: center;
    gap: 0 10px;
    list-style: none;
    background-color:var(--custom);
    margin: 0 0 0 0;
    padding: 15px 10px 15px 10px;
    width: 100%;
  }
  
  .companyLinkList--items.active .companyLinkList--items__link{
    font-weight: 600;
    color: #FFFF00;
  
  }
  .companyLinkList--items .companyLinkList--items__link{
    position: relative;
    font-size: 15px;
    letter-spacing: -0.035em;
    white-space: nowrap;
  }
  /* .companyLinkList--items .companyLinkList--items__link::before{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    display: block;
    height: 4px;
    width: 0;
  }
  .companyLinkList--items.active .companyLinkList--items__link::before{
    width: 100%;
  } */
  
.companyLinkList--items{position: relative;}
.companyLinkList--items + .companyLinkList--items::before{content: "";position: absolute;left: -6px;top: 50%;transform: translate(0,-50%);width: 1px;height: 10px;background-color: white;opacity: 0.3;}


  .companyLinkList--items__link{
    color: #FBFBFB;
    padding: 10px 7px 18px;
  }
  
  .companyVisual .swiper-pagination-bullet-active{
    background-color: #dddddd;
  }
  
  .companyVisual--items img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  
  /* 기업전시장 */
  .subTitle.line.mb-0{margin: 0 0 0 0;}
  .companyVisual{
      position: relative;
      aspect-ratio: 1920 / 330;
    width: 100%;
    color: #ffffff;
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
  }
  .companyVisual::before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background-color: rgba(17, 38, 45, 0.73);
  }
  .companyVisual.bg-color1::before{
  
  }
  
  .companyVisual__img{background-size: cover;height:370px}
  .companyVisual--textBox{
      position: relative;
      z-index: 1;
  }
  .companyVisual--textBox__title{
    font-weight: 500;
    font-size: 38px;
    line-height: 1.1;
  }
  .companyVisual--textBox__text{
    font-size: 16px;
  }
  .companyVisual--telBox{
    margin: 62px 0 0 0;
  }
  .companyVisual--telBox i{
      margin: 0 6px 0 0;
  }
  .companyVisual--telBox span{
    font-size: 18px;
  }
  .companyVisual--textBox__cont{
      margin: 19px 0 0 0;
  }