/* Flexnav Base Styles */
/* line 17, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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,
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;

}

/* line 22, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol,
ul {
  list-style: none;
}


/* line 116, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

/* Globals */
/* line 26, ../sass/flexnav.scss */
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,
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 {
  font: inherit;
  vertical-align: baseline;
}

/* line 30, ../sass/flexnav.scss */
.flexnav {
  *zoom: 1;
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  z-index: 100;
  position: absolute;
  right: 0;
  top: 100px;
  padding: 0 15px;
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
}

/* line 38, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.flexnav:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/flexnav.scss */
.flexnav.show {
  max-height: 2500px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

/* line 43, ../sass/flexnav.scss */
.flexnav.one-page {
  position: fixed;
  /* top: ; */
  right: 0;
  max-width: 100%;
}

/* line 50, ../sass/flexnav.scss */
.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  display: block;
}

/* line 55, ../sass/flexnav.scss */
.flexnav li a {
  position: relative;
  display: block;
  padding: .8em 0 .95em 20px;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  background: #333;
  letter-spacing: -0.03em;
  box-sizing: border-box;
  border-bottom: 1px solid #3d3d3d;
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.15); */
}

/* line 65, ../sass/flexnav.scss */
.flexnav li ul {
  width: 100%;
}

/* line 68, ../sass/flexnav.scss */
.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
  font-weight: 300;
}

/* line 76, ../sass/flexnav.scss */
.flexnav li ul.show li {
  overflow: visible;
}
.flexnav li ul.show li a:focus {
  overflow: visible;
}

/* line 81, ../sass/flexnav.scss */
.flexnav li ul li a {
  display: block;
  background: #444;
  color: #fff;
  border-bottom: 1px solid #3d3d3d;
}

/* line 85, ../sass/flexnav.scss */
.flexnav ul li ul li a {
  background: #474e54;
  border-bottom: 1px solid #4e4e4e;
}

/* line 88, ../sass/flexnav.scss */
.flexnav ul li ul li ul li a {
  background: #cbcbc9;
}

/* line 91, ../sass/flexnav.scss */
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  display: block;
  background: none;
  text-align: right;
}

/* line 102, ../sass/flexnav.scss */
.flexnav .touch-button:hover,
.flexnav .touch-button:focus {
  cursor: pointer;
}

/* line 105, ../sass/flexnav.scss */
.flexnav .touch-button .navicon {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/nav_ar.png) no-repeat 95% 24px;
  background-size: 10px 6px;
  font-size: 0;
  /*메뉴 아이콘 */
  color: #fff;
  padding: 20px;
  width: 100%;
}

/* line 113, ../sass/flexnav.scss */
.menu-button {
  position: absolute;
  right: 5px;
  top: 25px;
  display: block;
  padding: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  width: 60px;
  font-size: 0;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}

.menu-button img {
  width: 100%;
}

/* line 122, ../sass/flexnav.scss */
.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 15px;
  padding-right: 0;
}

/* line 129, ../sass/flexnav.scss */
.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
}

/*.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #666;
}*/


@media all and (min-width: 1000px) {

  /* line 153, ../sass/flexnav.scss */
  .flexnav {
    overflow: visible;
    position: relative;
    top: inherit;
    right: inherit;
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    padding: 0;
    width: 1000px;
    margin: 0 auto;
    background-color: #e8e8e8 !important;
    height: 58px;
    text-align: center;
  }

  .flexnav:after {
    display: block;
    content: "";
    clear: both
  }

  /* 
  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
	
  }*/
  /* line 161, ../sass/flexnav.scss */
  .flexnav li {
    position: relative;
    list-style: none;
    background-color: none;
    overflow: visible;
    letter-spacing: -0.00em;
    display: inline-block
  }

  .flexnav li span {
    position: absolute;
    left: 20px;
    top: 0px;
    font-size: 0.55em;
    letter-spacing: 0.05em;
    color: #e8e8e8
  }

  .flexnav li a {
    /*border-left: 1px solid #acaca1; */
    border-bottom: none;
    font-size: 1.1em;
    z-index: 100;
    background: none;
    color: #fff;
    padding: 15px 20px;
    margin: 0 0;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
    box-sizing: border-box;
  }

  .flexnav li a:hover,
  .flexnav li a:focus {
    color: #fff;
    display: block;
    text-decoration: underline
  }

  .flexnav li>ul {
    position: absolute;
    top: auto;
    left: 0;
    display: block;
    width: auto;
  }

  .flexnav li>ul.sm1 {
    width: 160px;
    left: 0;
  }

  .flexnav li>ul.sm2 {
    width: 250px;
    left: -35px;
  }

  .flexnav li>ul.sm5 {
    width: 160px;
    left: 0;
  }

  .flexnav li>ul.sm6 {
    width: 140px;
    left: -17px;
  }

  .flexnav li>ul li {
    width: 100%;
  }

  .flexnav li ul li>ul {
    margin-left: 100%;
    top: 0;
  }

  .flexnav li ul li {
    height: 52px;
    margin-bottom: -7px;
  }

  .flexnav li ul li a {
    font-size: 90%;
    display: block;
    padding: 16px 20px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1.3;
    background: #fff;
    color: #111;
    text-align: center;
    letter-spacing: 0;
    transition: background 0.4s;
    margin-bottom: -7px;
    /* height: 52px; */
  }

  .flexnav li ul li:last-child a {
    border-bottom: none;
  }

  .flexnav li ul li a:hover,
  .flexnav li ul li a:focus {
    background: #111;
    color: #fff;
    font-weight: 400;
    margin-bottom: -7px;
  }

  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  /* line 200, ../sass/flexnav.scss */
  .flexnav li ul.open li {
    overflow: visible;
    /* max-height: ; */
  }

  /* line 204, ../sass/flexnav.scss */
  .flexnav li ul.open ul.open {
    margin-left: 200%;
    top: 0;
  }

  .flexnav li ul li ul {
    position: absolute;
    left: 0;
    top: 0;
  }

  .flexnav ul li ul li a {
    background: #055da9;
    border-bottom: 1px solid #1e6eb2;
  }

  .flexnav .touch-button {
    display: none;
  }

  /* line 210, ../sass/flexnav.scss */
  .menu-button {
    display: none;
  }

  .flexnav .touch-button .navicon {
    position: absolute;
    top: 20px;
    font-size: 0.4em;
    /*메뉴 아이콘 */
    color: #fff;
    z-index: 0;
    visibility: hidden;
  }
}

/*
.oldie body.one-page {
  padding-top: 70px;
}

.oldie .flexnav {
  overflow: visible;
}

.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width: 1080px;
}

.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #a6a6a2;
  width: 20%;
  min-height: 50px;
}

.oldie .flexnav li:hover > ul {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: block;
  position: absolute;
}

.oldie .flexnav li:hover > ul li {
  width: 100%;
  float: none;
}

.oldie .flexnav li a {
  border-bottom: none;
}

.oldie .flexnav li > ul {
  position: absolute;
  top: auto;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 1px;
  z-index: 1;
}

.oldie .flexnav li ul li ul {
  top: 0;
}

.oldie .flexnav li ul li a {
  border-bottom: none;
}

.oldie .flexnav li ul.open {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.oldie .flexnav li ul.open ul.open {
  margin-left: 100%;
  top: 0;
}

.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0;
}

.oldie .menu-button {
  display: none;
}

.oldie.ie7 .flexnav li {
  width: 19.9%;
}
*/