
@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700';
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';


html{margin:0;padding:0;}
body {
  font-family: 'Roboto', 'Noto Sans KR', sans-serif;
  line-height: 1.6;
  font-size: 11px;
  color: #646464;
  letter-spacing: 1.5px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  moz-osx-font-smoothing: grayscale !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
h2 { font-weight: 400;font-size: 20px;		}

a {}
a, a:hover, a:focus, #wrap_all {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: 
}

/* head */

.html_header_top.html_header_sticky #header {
    position: fixed;
}
#header {
    position: relative;
    z-index: 501;
    width: 100%;
    background: transparent;
}
.header_color{color: #666666;}
#header_main {border: 0; z-index: 1;}
#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
    height: 110px;
    line-height: 110px;
}
#header_main > .container {
    padding: 0 10px;
    border-bottom: 1px solid #eee;
}
#header_main .container, .main_menu ul:first-child > li a {
    height: 88px;
    line-height: 88px;
}
.responsive .container {
    padding: 0;
}
.responsive .container {
    max-width: 1180px;
}
.inner-container {
    position: relative;
    height: 100%;
    width: 100%;
}
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div .logo {
    float: left;
    position: absolute;
    left: 0;
    z-index: 201;
    top: 50%;
    margin-top: -1.5px;
    height: 38px;
}
.logo, .logo a {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
}
#header_main .main_menu {
    width: 100%;
    text-align: right;
}
#header_main .main_menu .av-main-nav-wrap {
    width: 100%;
}
#avia-menu {
    display: table;
    margin: 0 auto;
    float: none !important;
}

.icon i {
  display: inline-block;
  width: 14px;
  text-align: center;
}
#header_main .main_menu #avia-menu li {
    margin-left: 24px;
}

.av-main-nav > li {
    line-height: 30px;
}
.av-main-nav li {
    float: left;
    position: relative;
    z-index: 20;
}
.gnb-fa {
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #555 !important;
    font-size: 14px;
}
.av-main-nav-wrap ul {
    margin: 0;
    padding: 0;
}
.gnb-fa li {
    float: left;
}

 #header_main > .container .main_menu div.gnb-fa ul > li > a {
    line-height: 14px !important;
}
 #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
    height: 110px;
    line-height: 110px;
}

.gnb-fa li a {
    padding: 0 8px;
}

.header_color .header_bg{background-color: #ffffff; color: #919191;}



.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
    clear: both;
}

