a{
    transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
  }
  
  .items a:hover,.thum a:hover{
    scale: 0.95;
  }
  
  button{
    cursor: pointer;
  }
  
  .wrap{
    /* background-color: #e8e8e8; */
    /* max-height: 100%; */
    /* min-height: calc(100vh - 60px); */
    width: 600px;
    max-width: 100%;
    margin:0 auto;
  }
  
  header.fixed.active{
    background: #fff;
    top:0;
    padding-top: 28px;
    border-bottom: var(--borderdefault);
  }
  
  .head{
    display:flex;
    justify-content: space-between;
    padding:20px 10px;
    align-items: center;
    cursor: pointer;
  }
  
  .head img{
    width:calc(100% / 2)
  }
  
  .logo{
    font-size:1.5625rem;
    font-weight: 600;
  }
  .logo a {
      text-align: center;
    }
    .logo img {
      max-width: 300px;
      margin: 0 auto;
    }
  .cart{
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  
  .cart span{
    position: absolute;
    background: var(--color-point);
    color: #fff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: var(--font-size-smi);
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(90%, -20%);
    -webkit-transform: translate(100%, -20%);
    -moz-transform: translate(90%, -20%);
    -ms-transform: translate(90%, -20%);
    -o-transform: translate(90%, -20%);
  }
  
  .view-body{
    height:none;
  }
  
  .container {
    position: relative;
    background: var(--color-white);
    z-index: 9;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: start;
    max-height: 100vh;
    min-height: 100vh;
  }
  
  .m-menu{
    position: fixed;
    width: 360px;
    height: 100%;
    z-index: -99999;
    transition:all ease-in .2s;
    -webkit-transition:all ease-in .2s;
    -moz-transition:all ease-in .2s;
    -ms-transition:all ease-in .2s;
    -o-transition:all ease-in .2s;
    display: none;
    opacity: 0;
    background: #fff;
    padding: 1.5625rem 1.25rem;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  
  .close{
    cursor: pointer;
  }
  
  .menucont{
    transition:all ease-in .2s;
    -webkit-transition:all ease-in .2s;
    -moz-transition:all ease-in .2s;
    -ms-transition:all ease-in .2s;
    -o-transition:all ease-in .2s;
  }
  
  .menu{
    padding: 1.5rem 0;
    border-bottom: 1px solid #E0E0E0;
  }
  
  .menu ul{
    display: flex;
    justify-content: space-between;
  }
  
  .menu ul li{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .menu ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:.25rem;
    font-weight: var(--font-500);
  }
  
  .menu ul li a img{
    width:calc(100% / 5)
  }
  
  .menu ul li:last-child a img{
    width:0.965rem;
  }
  
  .visual{
    height:350px;
    overflow: hidden;
  }
  
  .visual img{
    /* height:100%; */
  }
  
  .swiper-container{
    height:100%;
    margin: 19px 0.9375rem 0 0;
  }
  
  .containWrap{
    z-index: 999;
    background-color: var(--color-white);
    position: relative;
    width:100%;
    border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    -ms-border-radius: 25px 25px 0 0;
    -o-border-radius: 25px 25px 0 0;
  }
  
  .search{
    position: relative;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background-color: var(--color-white);
    width:calc(100% - 1.25rem);
    margin:0 auto;
    height:3.125rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /*background: var(--color-white) url(../images/search-ico.png)no-repeat left 15px center;*/
    border: 2px solid var(--color-point);
    border-radius: 10px;
    background-size: 1.2rem;
  }
  
  .search form {height:100%}
  .search button{
    position: absolute;
    right: 3%;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width:1.5rem;
  }
  
  header.active .search{
    border-radius:0;
    box-shadow:none;
  }
  
  .search input{
    width:calc(100% - 1rem);
    height:100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: var(--font-size-medium);
    font-weight: 500;
    padding: 5px 15px;
    background-color: transparent;
    border: none;
  }
  
  .tab-content{
    display: none;
  }
  
  .pannel{
    padding: 0 0 0 15px;
    margin-top: 50px;
    overflow: hidden;
  }
  
  .pannel .title{
    display: flex;
    align-items: center;
    justify-content:space-between;
    width: calc(100% - 15px);
    margin-bottom: 1rem;
  }
  
  .pannel .title h3 img{
    width:calc(100% / 7)
  }
  
  .pannel .title h3{
    display: flex;
    align-items: center;
    font-size: var(--font-size-xxxl);
    gap:.5rem;
    font-weight: 600;
  }
  
  .pannel .title span{
    display: block;
    font-weight: 400;
    margin-top:.5rem;
    font-size: var(--font-size-2x-smi);
  }
  
  .pannel .title .more{
    display: flex;
    align-items: center;
    justify-content:space-between;
    color:var(--color-point01);
    font-size: var(--font-size-base);
  }
  
  .pannel .title .more img{
    width:calc(100% / 9)
  }
  
  .Swiper-pnl .swiper{
    padding-right: 3.125rem;
  }
  
  .Swiper-pnl-lg .swiper{
    padding-right: 10.125rem;
  }
  
  .thum > a .thumnail > img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /*width: auto;
    */
    /*max-width: 95px !important;
    */
    width: 100%;
  }
  
  .Swiper-pnl .thum > a{
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    }
  
  .thum a{
    display: block;
  }
  
  .thum > a > div > h4{
    font-weight: 500;
    display: block;
    font-family: 's-core-midium';
    width:100%;
    margin-top:.5rem;
    font-size: var(--font-size-medium);
  }
  
  .thumnail{
    position: relative;
    margin: 0 auto;
  }
  
  .thumnail .cart{
    position: absolute;
    bottom:.75rem;
    right:.75rem;
    background-color: var(--color-white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width:30px;
    height:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0em 0px 4px rgba(0, 0, 0, 0.08));
  }
  
  .thumnail .cart img{
    width:calc(100% / 2);
    min-height: auto !important;
  }
  
  .thum .new{
    display: inline-block;
    border: 1px solid #419fd9;
    color:#419fd9;
    font-weight: 500;
    padding:.125rem .625rem;
    border-radius: 0.1875rem;
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 0.1875rem;
    -ms-border-radius: 0.1875rem;
    -o-border-radius: 0.1875rem;
    margin-top:.5rem;
    font-size: var(--font-size-smi);
  }
  
  .amount{
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top:.5rem;
  }
  
  .amount .sale{
    font-size: var(--font-size-smi);
    color:#919191;
    font-weight: 400;
    text-decoration: line-through;
    font-family: 's-core-midium';
  }
  
  .amount h2{
    font-family: 's-core-bold';
    font-weight: 600;
  }
  
  .amount .persent{
    color:#419fd9;
    font-weight: 600;
    font-family: 's-core-midium';
    font-size: var(--font-size-smi);
  }
  
  .Swiper-pnl-lg .swiper-wrapper,
  .top-pannel .swiper-wrapper,
  .Swiper-pnl .swiper-wrapper{
    gap:15px;
  }
  
  .Swiper-pnl-lg .thum img{
    width:100%;
  }
  
  .Swiper-pnl-lg .thum > a > div > .review{
    justify-content: end;
  }
  
  .Swiper-pnl-lg .thum > a > div > h2{
    margin-top:15px;
    text-align: right;
  }
  
  .pc-banner-left{
    position: fixed;
    left: 5%;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    max-height: 100%;
    z-index: 20;
    max-width: 310px;
    margin-right: 200px;
  }
  
  .pc-banner-right{
    position: fixed;
    left: 53%;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    max-height: 100%;
    z-index: -1;
    max-width: 310px;
    margin-left: 250px;
  }
  
  .pc-banner-left .search {
    width: 100%;
    margin-bottom: 25px;
  }
  
  .pc-banner img{
    width: 350px;
    position: absolute;
    top: calc(50% - 250px);
    transform: translate(-50%);
    left: calc(50% - 460px);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
  }
  
  .pc-banner-left h1{
    font-size: 1.75rem;
    font-weight: 700;
    margin:0;
    max-width: 18.75rem;
    color: var(--color-point01);
  }
  
  .pc-banner-left p{
    font-size:var(--font-size-xxxl);
    margin: .625rem 0 1.25rem;
  }
  
  .sticky.active{
    position: fixed;
    z-index: 99999;
    min-width: 520px;
    max-width: 520px;
    width: 100%;
    background: #fff;
    top: 0;
    padding: 20px 0 0;
  }
  
  .sticky.prev.active{
    padding-bottom:20px;
    padding-left: 10px;
  }
  
  footer{
    padding: 2rem 1rem 9rem;
    border-top: 1px solid var(--gray-type);
  }
  
  footer > p{
    font-size:var(--font-size-xl);
    font-weight: 600;
  }
  
  footer > em{
  
  }
  
  footer > h3{
    font-size: var(--font-size-xxxl);
  }
  
  footer > div{
  
  }
  
  footer ul li a{
    font-size: var(--font-size-smi);
  }
  
  footer > div > p{
    display: inline-block;
    word-break: break-all;
    font-size: var(--font-size-2x-smi);
    margin-top: .5rem;
  }
  
  footer > div > p:nth-child(3),footer > div > p:nth-child(6){
    position: relative;
    padding-left:.125rem;
  }
  
  footer > div > p:nth-child(3):before,footer > div > p:nth-child(6):before{
    position: absolute;
    content: "";
    border-left:0.0625rem solid #919191;
    height:0.625rem;
    left:-.125rem;
    top:.2rem
  }
  
  .Menu{
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 600px;
    max-width: 100%;
    border-radius: 1.5rem 1.5rem 0px 0px;
    background: #FFF;
    box-shadow: 0em -6px 5px 0px rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 1.5rem 1.5rem 0px 0px;
    -moz-border-radius: 1.5rem 1.5rem 0px 0px;
    -ms-border-radius: 1.5rem 1.5rem 0px 0px;
    -o-border-radius: 1.5rem 1.5rem 0px 0px;
  }
  
  .Menu .row{
    display: flex;
    align-items: center;
    height:6.25rem;
    justify-content: space-around;
    padding: 1.25rem;
  }
  
  .Menu .row > *{
    flex: 1;
    
  }
  
  .Menu .row div{
    text-align: center;
    cursor: pointer;
  }
  
  .Menu .row  * > span{
    font-size:var(--font-size-2x-smi);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:.5rem;
  }
  
  .Menu .row span:first-child{
    height:25px;
  }
  
  .Menu .home{
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: var(--color-white);
    padding: 1.5rem 1.2rem;
    filter: drop-shadow(0em -6px 8px rgba(0, 0, 0, 0.06));
    border-radius: 50%;
    flex: 0 0 70px;
  }
  
  .Menu .home img{
    width:25px;
  }
  
  .Menu .home span{
    font-size:0;
    margin: 0;
    height: auto;
  }
  
  .bg {
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.6);
    width:100%;
    height:100%;
    z-index: 999;
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease-in;
  }
  
  /** mobile */
  
  .menucont a{
    /* font-size: var(--font-size-xl); */
    font-weight: 500;
  }
  
  .mainmenu{
    border-top:1px solid var(--color-point);
    border-bottom:1px solid var(--color-point);
    padding: 1.25rem 0;
  }
  
  .mainmenu ul li > *{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap:1rem;
    cursor: pointer;
  }
  
  .mainmenu ul li img{
    width:2.5rem;
    height: 2.5rem;
  }
  
  .mainmenu ul li.on img{
    filter:saturate(0);
    -webkit-filter: saturate(96) hue-rotate(51deg) opacity(.6);
  }
  
  .mainmenu ul li span{
    font-size: var(--font-size-base);
    font-weight: 600;
  }
  
  .m-menu .category{
    display: block;
    margin-top: 1.5625rem;
  }
  
  .m-menu .category ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(46%, auto));
    gap: .9375rem;
  }
  
  .m-menu .category ul li{
    flex:1 1 var(50% - .625rem);
  }
  
  .m-menu .category ul li a{
    display: flex;
    align-items: center;
    gap: .9375rem;
  }
  
  .m-menu .category ul li a img{
    width:3.4375rem;
    height:3.4375rem;
  }
  
  .submenu{
    background: #F7F7F7;
    border-radius: .625rem;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    -o-border-radius: .625rem;
    padding: 1.875rem;
    margin-top: 1.5625rem;
  }
  
  .submenu ul li{
    flex:1 1 calc(50% - 3.125rem);
  }
  
  .m-menu .interest{
    margin-top: 1.5625rem;
  }
  
  .interest ul li ~ li{
    margin-top: .625rem;
  }
  
  .interest ul li a > div{
    display: flex;
    font-size: var(--font-size-smi);
    align-items: center;
    gap: 10%;
    background: #F7F7F7;
    border-radius: .625rem;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    -o-border-radius: .625rem;
    padding:.625rem 1.25rem;
  }
  
  .interest ul li a > div > div span{
    display: block;
    font-weight: bold;
  }
  
  .thum .sct_cartop_wr {position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;padding:10px;text-align:left;background:rgba(0,0,0,0.5);opacity:0.98}
  .thum .sct_cartop_wr .it_option {width:100%;height:35px;margin-bottom:5px;}
  .thum .sct_cartop_wr .cartopt_cart_btn {width:100%;border:1px solid #1c70e9;padding:8px 5px;margin-bottom:5px;background:#3a8afd;color:#fff;border-radius:3px}
  .thum .sct_cartop_wr .cartopt_close_btn {width:100%;border:1px solid #1c70e9;padding:8px 5px;background:#fff;color:#1c70e9;border-radius:3px}
  
  
  /* 캡챠 자동등록(입력)방지 기본 -pc */
  #captcha {display:inline-block;position:relative}
  #captcha legend {display:block;height:0;position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;padding-inline-start: 0;padding-inline-end: 0;}
  /*#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}*/
  #captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
  /*#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}*/
  /*#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}*/
  /*#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}*/
  
  /* 캡챠 자동등록(입력)방지 기본 - mobile */
  #captcha audio {display:block;margin:0 0 5px;width:187px}
  #captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
  #captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
  #captcha #captcha_reload span {display:none}
  #captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
  #captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
  .modal,
  .sound_only {display:none;}
  @media (max-width:970px) {
    .pc-banner-left {
        display: none;
    }
}
  @media (max-width: 460px) {
    #captcha #captcha_info {font-size:0.85em}
    /*    #captcha #captcha_mp3 {*/
    /*        width: 31px;*/
    /*        height: 31px;*/
    /*        background: url('/img/captcha2.png') no-repeat 0 0;*/
    /*        vertical-align: top;*/
    /*        overflow: hidden;*/
    /*        cursor: pointer;*/
    /*        text-indent: -9999px;*/
    /*        border: none*/
    /*    }*/
  
    header.fixed{
      top:200px;
    }
    .choice-pannel .top-pannel{
      width:100%;
      padding-left:0;
    }
    html{
      height:100%;
    }
  
    .Menu{
      width:100%;
    }
  
    .container{
      max-width: 100%;
      height: 100% !important;
    }
  
    .pc-banner{
      background: #fff;
    }
  
    .sticky.active{
      max-width: 100%;
      min-width: 100%;
    }
    .thum > a > img{
      width: 5.8781rem;;
      border-radius:15px;
      -webkit-border-radius:15px;
      -moz-border-radius:15px;
      -ms-border-radius:15px;
      -o-border-radius:15px;
    }
    .choice-pannel .top-pannel{
      width:100%;
      padding-left:0;
    }
  
    .tab span{
      font-size: var(--font-size-smi);
    }
  
    .pannel-swipepr{
      padding-right:87px;
    }
  
    .bottom-swiper ul li a,.thum > a > div > .review span,.thum > a > div > .review em{
      font-size: 13px;
    }
  
    .thum > a > div > h4{
      width:80%;
    }
  
    .Swiper-pnl-lg .thum > a > div{
      margin:0;
    }
  
    .Swiper-pnl-lg .thum > a > div > h4{
      width:100%;
    }
  }
  
  
  
  
  /* 상품검색 */
  
  #ssch {
    margin: 1rem;
  font-size:.825rem;
  }
  
  #ssch h2 {
    font-size: .825rem;
    line-height: 30px;
    margin: 10px 0
  }
  
  #ssch h2 .ssch_result_total {
    float: right;
    color: #6f6f6f;
    font-size: .825rem;
    font-weight: normal
  }
  
  #ssch h2 strong {
    color: #ff005a
  }
  
  #ssch_frm {
    background: #fff;
    /* border: 1px solid #e3e5e8; */
  }
  
  #ssch_frm .ssch_scharea {
    /* padding: 15px; */
    /* border-bottom: 1px solid #e3e5e8; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  #ssch_frm .ssch_scharea:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
  }
  
  #ssch_frm .ssch_scharea label {
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: .825rem;
  }
  
  #ssch_frm .ssch_scharea .ssch_input {
    height: 45px;
    padding: 0 10px;
    margin-right: 5px;
    border: 1px solid #d0d3db;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: .5rem;
  }
  
  #ssch_frm .ssch_scharea .btn_submit {
    width: 90px;
    height: 45px;
    margin-right: 5px;
    padding: 0 5px;
    font-weight: bold;
    background: var(--color-point);
    font-size: .825rem;
    border-radius: .5rem;
  }
  
  #ssch_frm .ssch_scharea span{
  margin-top:1rem;
  font-size:.825rem;
  word-break:keep-all
  }
  
  #ssch_frm .ssch_left {}
  
  #ssch_frm .ssch_option {
    padding: 15px;
    border-bottom: 1px solid #e3e5e8
  }
  
  #ssch_frm .ssch_option input,
  #ssch_frm .ssch_option label{
  /* float:left; */
  }
  
  #ssch_frm .ssch_option .ssch_input {
    height: 32px;
    padding: 0 10px;
    margin-right: 5px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    display: inline-block;
    max-width: 150px;
    margin-top: 11px;
    border-radius: 5px;
  }
  
  #ssch_frm p {
    padding: 15px;
    color: #737373;
    border-bottom: 1px solid #e3e5e8
  }
  
  #ssch_cate {
    background: #fff;
    border-bottom: 1px solid #e3e5e8;
    padding: 5px;
  }
  
  #ssch_cate ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
  }
  
  #ssch_cate li {
    float: left;
    width: 20%;
    border-right: 1px solid #f6f6f6
  }
  
  #ssch_cate li:nth-child(5n) {
    border-right: 0
  }
  
  #ssch_cate li span {
    font-weight: normal
  }
  
  #ssch_cate a {
    display: block;
    padding: 0 10px;
    line-height: 40px;
    font-size: 0.852rem;
    display: flex;
  }
  
  #ssch_cate a:hover {
    color: #3a8afd
  }
  
  #ssch_sort {
    float: left;
    width: 80%
  }
  
  #ssch_sort:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
  }
  
  #ssch_sort h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
  }
  
  #ssch_sort ul {
    margin: 0;
    padding: 0 0 0 1px;
    list-style: none
  }
  
  #ssch_sort ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
  }
  
  #ssch_sort li {
    float: left;
    position: relative;
    margin-left: -1px;
    height: 45px;
    padding: 15px 0;
    line-height: 15px
  }
  
  #ssch_sort li a {
    border-left: 1px solid #ddd;
    display: block;
    padding: 0 10px
  }
  
  #ssch_sort li:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #3a8afd
  }
  
  #ssch_sort li:hover a {
    color: #3a8afd
  }
  
  #ssch_sort li:first-child a {
    border: 0
  }
  
  #ssch_sort_all {
    margin: 0;
    padding: 0 15px;
    list-style: none
  }
  
  #ssch_sort_all:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
  }
  
  #ssch_sort_all li {
    float: left;
    position: relative;
    margin-left: -1px;
    height: 45px;
    padding: 15px 0;
    line-height: 15px
  }
  
  #ssch_sort_all li a {
    display: block;
    padding: 0 10px
  }
  
  #ssch_sort_all li:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #3a8afd
  }
  
  #ssch_sort_all li:hover a {
    color: #3a8afd
  }
  
  #ssch_sort_all li:first-child a {
    border: 0
  }
  
  
  /* 검색 */
  
  #ssch_frm .ssch_option input[type=checkbox] {
    display: none;
  }
  
  #ssch_frm .ssch_option label {
    margin-right: 10px;
    position:relative;
  font-size:0.852rem;
  }
  
  #ssch_frm .ssch_option input[type=checkbox]:checked ~ label > span{
  position:relative;
  content:'';
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius:5px;
  left:0;
  border: 1px solid var(--color-point);
  display:inline-block;
  top:3px;
  margin-right:5px;
  }
  #ssch_frm .ssch_option
  input[type=checkbox]:checked ~ label > span:before{
  position:absolute;
  content:'';
  width: 2px;
  height: 10px;
  transform: rotate(45deg);
  background: var(--color-point);
  right:5px;
  top: 15%;
  }
  
  #ssch_frm .ssch_option
  input[type=checkbox]:checked ~ label > span:after{
  position:absolute;
  content:'';
  width: 2px;
  height: 5px;
  transform: rotate(-45deg);
  background: var(--color-point);
  left:3px;
  top: 30%;
  }
  
  #ssch_frm .ssch_option
  label:before {}
  
  .pi_ua {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  }
  
  .pi_ua
  img {
    width: 100%;
  height: auto;
  };
  
  .modal{
    display:none;
  }
  