@charset "utf-8";

#shGnb{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100px;
    padding:0 2.6%
}
#shGnb.blur{
    backdrop-filter:blur(15px);
    background:rgba(0,0,0,.5);
    transition:background .2s
}
#shGnb.blur.on{
    backdrop-filter:blur(0);
    background-color:transparent
}
.sh_lnb_bg{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:340px;
    /*filter: blur(10px);*/
    backdrop-filter: blur(10px);
    background: linear-gradient(to top, rgba(255,255,255,0.9) , rgba(218,241,238,0.8) );
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}







@charset "utf-8";
#top_area {
/*  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
    height: 140px;
    */
  
    /*backdrop-filter: blur(5px);*/
}
#top_logo_wrap {
  position: relative;
  /*max-width: 1200px;*/
  margin: 0 auto;
  height: 80px;
        display: flex;
    align-items: center;
    background: #303030 url("bgt.jpg") repeat center center;
    font-family: var(--k-font);
}
#top_logo_wrap .top_sns {
  position: absolute;
  left: 70px;
  top: 30px;
    color: #fff;
    display: flex;
    align-items: center;
}

#top_logo_wrap .top_sns ul li{
float: left;
 padding-right: 25px;
     font-family: var(--k-font);
    font-size: 18px;
    font-weight: 700;
}



#top_logo_wrap .top_sns a {
  padding: 3px;
  margin-right: 7px;
  color: #fff;
  opacity: .8;
  transition: all .2s
}
#top_logo_wrap .top_sns a:hover {
  opacity: 1
}
#top_logo_wrap .top_sns a.insta i {
  font-size: 14px
}
#top_logo_wrap .top_sns a.kakao {
  font-size: 14px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif
}
#top_logo_wrap .top_logo {
  display: table;
  margin: 0 auto;
  /*padding-top: 28px;*/
}

#top_logo_wrap .top_logo img{
  height: 36px;
}



#top_logo_wrap .qk_menu {
  position: absolute;
  right: 70px;
  top: 28px;
    display: flex;
    align-items: center;
}
#top_logo_wrap .qk_menu a {
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  letter-spacing: .4px;
    opacity: 1;
/*  opacity: .8;*/
  transition: all .2s;
    display: flex;
    align-items: center;
    float: left;
}


#top_logo_wrap .qk_menu a:hover {
 opacity: .8;
}


#top_logo_wrap .qk_menu a .shoppingcart{
  font-size: 10px;
    line-height: 15px;
    text-align: center;
        padding-top: 2px;
    background-color:  var(--primary) ;
    color: var(--black) ;
    border-radius: 9999px;
        width: 1.1rem;
        height: 1.1rem;
    font-family: sans-serif;
    font-weight: 600;
        position: absolute;
        top: -4px;
    right: -5px;
}







#top_logo_wrap .qk_menu a span{
    font-size: 18px;
    font-weight: 700;
}





#top_logo_wrap .qk_menu a i {
  padding-right: 5px;
  font-size: 17px
}
#top_nav_wrap {
  /*border-top: solid 1px rgb(255 255 255 / 28%);*/
    background: #303030 url("bg.jpg") repeat center center;
    height: 40px;
}
#top_nav_wrap .top_nav {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center
}

#top_nav {
  display: table;
/*  padding-top: 15px;*/
    line-height: 40px;
    font-size: 16px;
    color: #fff;
  margin: 0 auto;
  overflow: hidden;
    font-family: var(--k-font);
}


#top_nav a{
    color: #f5c035;
    text-decoration: underline;
}
#top_nav a:hover{
    color: #d49900;
    text-decoration: underline;
}



#top_nav > li {
  position: relative;
  float: left;
  width: 100px;
  margin-bottom: 12px;
  transition: all.3s;
  text-align: center;
}
#top_nav > li .bmenu {
  display: none
}
#top_nav > li .bmenu:after, #top_nav > li .bmenu:before {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  content: '';
  background-color: #ffeedc;
  transition: all.3s
}
#top_nav > li .bmenu:before {
  right: 50%
}
#top_nav > li .bmenu:after {
  left: 50%
}
#top_nav > li > a {
  display: inline-block;
  position: relative;
    font-size: 15px;
    font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  text-transform: lowercase;
  -webkit-transition: all .2s;
  transition: all .2s
}
#nav_wrap .cs_area {
  width: 100%;
  /*border-top: solid 1px #696969;*/
  overflow: hidden
}
#nav_wrap .cs_area dl {
  float: left;
  padding-top: 25px;
  margin-right: 40px
}
#nav_wrap .cs_area dl dt {
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .7px
}
#nav_wrap .cs_area dl dd {
  font-size: 13.5px;
  line-height: 28px;
  color: #b8b8b8;
  font-family: notokr-regular
}
#nav_wrap .cs_area dl dd span {
  font-size: 20px;
  color: #fff;
  font-family: notokr-bold
}
#nav_wrap .cs_area .img_area {
  float: right
}
#nav_wrap .cs_area .img_area li {
  float: left;
  width: 180px;
  height: 100px;
  margin: 15px 0 0 10px
}
#nav_wrap .cs_area .img_area li a {
  display: block;
  height: 100px
}
#nav_wrap .cs_area .img_area .back {
  width: 100%;
  height: 100px;
  background-color: rgba(28, 28, 28, 0.6);
  transition: all .3s
}
#nav_wrap .cs_area .img_area li:hover .back {
  background-color: rgba(28, 28, 28, 0.24)
}
#nav_wrap .cs_area .img_area .back h4 {
  padding-top: 40px;
  font-size: 13.5px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-family: notokr-medium
}

#top_nav > li > ul {
  width: auto;
  padding-top: 15px
}
#top_nav > li > ul > li a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #aaa;
  -webkit-transition: all .2s;
  transition: all .2s
}
#top_nav > li > ul > li a:hover {
  color: #333
}

#top_area.on {
  background-color: #fff
}
#top_area.on #top_nav > li > a {
  color: #333
}
#top_area.on #top_logo_wrap .top_sns a {
  color: #333
}
#top_area.on .qk_menu a {
  color: #333
}
#top_area.on #top_nav_wrap {
  /*border-top: solid 1px #e1e1e1*/
}

.top_nav_bg {
  position: absolute;
  width: 100%;
  display: none;
  top: 134px;
  height: 140px;
  background: #fff;
/*  -webkit-box-shadow: 0px 12px 12px -17px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 12px 12px -17px rgba(0, 0, 0, 0.25)*/
}

#topmenuM {
  display: none;
  position: relative;
  width: 100%;
  min-height: 66px;
  padding: 19px 15px 15px 60px;
  line-height: 1.8;
  background-color: #fff;
}

#m_logo {
  position: relative
}
#m_logo a {
  display: inline-block
}
#m_logo img {}

#topmenuM .tel {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 47px;
  color: #fff;
  background-color: #736b61;
}

#m_navBtn {
  position: absolute;
  top: 16px;
  left: 15px;
  z-index: 5;
  width: 24px;
  height: 30px
}
#m_navBtn span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #222
}
#m_navBtn span:before, #m_navBtn span:after {
  display: block;
  content: "";
  position: absolute;
  top: -8px;
  width: 24px;
  height: 2px;
  background-color: #222;
  transition: all .1s
}
#m_navBtn span:after {
  top: 8px
}
#m_navBtn.on {
  position: fixed
}
#m_navBtn.on span {
  background-color: transparent
}
#m_navBtn.on span:before {
  top: 0;
  transform: rotate(45deg)
}
#m_navBtn.on span:after {
  top: 0;
  transform: rotate(-45deg)
}
#mnavWrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7)
}
#mnavWrap .inner {
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  left: -40px;
  top: 0;
  z-index: 6;
  min-width: 300px;
  width: 75%;
  height: 100%;
  padding: 60px 0;
  /*background-color: #fff;*/
  transition: all .1s
}
#mnavWrap.on .inner {
  opacity: 1;
  left: 0;
  transition: all .4s
}
#mnavWrap .inner:before, #mnavWrap .inner:after {
  opacity: 0;
  display: block;
  position: fixed;
  top: 0;
  left: -40px;
  z-index: 1;
  content: "";
  min-width: 300px;
  width: 70%;
  height: 60px;
  background-color: #fff;
  transition: all .1s
}
#mnavWrap .inner:after {
  top: auto;
  bottom: 0
}
#mnavWrap.on .inner:before, #mnavWrap.on .inner:after {
  opacity: 1;
  left: 0;
  transition: all .4s
}
#mnavWrap .inner .mo_hd_copy {
  position: fixed;
  left: 0;
  bottom: 15px;
  z-index: 2;
  min-width: 300px;
  width: 70%;
  font-size: 12px;
  text-align: center;
  color: #888
}
#mnavWrap .user_tip {
  padding: 10px 20px;
  background-color: #f5f5f5
}
#mnavWrap .user_tip li {
  display: inline-block
}
#mnavWrap .user_tip li + li {
  margin-left: 10px
}

#topmenuM .m_lnb .m_bmenu {
  display: block;
  position: relative;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  border: none;
  /*border-bottom: 1px solid #ddd;*/
  background: none;
  font-size: 16px;
  line-height: 52px;
  color: #222;
  text-align: left;
  font-family: 'notokr-medium'
}
#topmenuM .m_lnb .m_bmenu:after {
  float: right;
  content: "\f107";
  font-family: 'fontawesome'
}
#topmenuM .m_lnb .m_bmenu.on:after {
  content: "\f106"
}

#topmenuM .m_smenu {
  display: none;
  padding: 15px 20px;
  /*border-bottom: 1px solid #ddd;*/
  background-color: #f2f3f5
}
#topmenuM .m_smenu li a {
  font-size: 14px;
  color: #777
}
@media (max-width:1400px) {
  #top_logo_wrap .top_sns {
    left: 20px
  }
  #top_logo_wrap .qk_menu {
    right: 20px
  }
}
@media (max-width:1024px) {
  #top_area {
    display: none
  }
  #topmenuM {
    display: block
  }
}
@media (max-width:480px) {
  #top_area {
    height: auto
  }
}
