@charset "UTF-8";
@font-face {
  font-family: "Iropke Batang";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/IropkeBatangM.eot);
  src: url(../fonts/IropkeBatangM.eot?#iefix) format("embedded-opentype"), url(../fonts/IropkeBatangM.woff) format("woff"), url(../fonts/IropkeBatangM.ttf) format("truetype");
}
@font-face {
  font-family: NotoSanskr;
  font-weight: 100;
  src: url(../../fonts/NotoSansKR-Thin.woff2) format("woff2"), url(../../fonts/NotoSansKR-Thin.woff) format("woff"), url(../../fonts/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family: NotoSanskr;
  font-weight: 200;
  src: url(../../fonts/NotoSansKR-Light.woff2) format("woff2"), url(../../fonts/NotoSansKR-Light.woff) format("woff"), url(../../fonts/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: NotoSanskr;
  font-weight: 300;
  src: url(../../fonts/NotoSansKR-DemiLight.woff2) format("woff2"), url(../../fonts/NotoSansKR-DemiLight.woff) format("woff"), url(../../fonts/NotoSansKR-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: NotoSanskr;
  font-weight: 400;
  src: url(../../fonts/NotoSansKR-Regular.woff2) format("woff2"), url(../../fonts/NotoSansKR-Regular.woff) format("woff"), url(../../fonts/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: NotoSanskr;
  font-weight: 500;
  src: url(../../fonts/NotoSansKR-Regular.woff2) format("woff2"), url(../../fonts/NotoSansKR-Regular.woff) format("woff"), url(../../fonts/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: NotoSanskr;
  font-weight: 600;
  src: url(../../fonts/NotoSansKR-Bold.woff2) format("woff2"), url(../../fonts/NotoSansKR-Bold.woff) format("woff"), url(../../fonts/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: NotoSanskr;
  font-weight: 700;
  src: url(../../fonts/NotoSansKR-Bold.woff2) format("woff2"), url(../../fonts/NotoSansKR-Bold.woff) format("woff"), url(../../fonts/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: NotoSanskr;
  font-weight: 800;
  src: url(../../fonts/NotoSansKR-Black.woff2) format("woff2"), url(../../fonts/NotoSansKR-Black.woff) format("woff"), url(../../fonts/NotoSansKR-Black.otf) format("opentype");
}
/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "NotoSanskr", sans-serif;
}
*:focus {
  outline: none;
}

body {
  /*transition: all 3s;*/
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: #E8E9E6;
}

ol, ul {
  list-style: none;
}

img {
  border: 0;
}

a {
  outline: 0;
  text-decoration: none;
  color: #888;
}

a, a:link, a:visited, a:active {
  font-weight: 100;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

/** header **/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.header > a img {
  border: none;
  outline: none;
}

#mySidenav {
  float: right;
  /*height:100%; */
  width: 0px;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  overflow-x: hidden;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  font-weight: 300;
  letter-spacing: 0.4em;
  text-decoration: none;
  font-size: 1.1em;
  transition: 0.3s;
  border-width: 0px 0px 0.5px 0px;
  border-style: solid;
  border-color: rgb(156, 156, 156);
}

#menuList > a, #menuList > a:visited, #menuList > a:active, #menuList > a:hover {
  color: #DDD;
}

#menuList > span > a, #menuList > span > a:visited, #menuList > span > a:active, #menuList > span > a:hover {
  padding-left: 50px;
  font-weight: 500;
  font-size: 0.9em;
  color: #CCC;
}

.menu {
  background: rgba(255, 255, 255, 0);
  display: block;
}

.menu_helpdesk, .menu_office, .menu_myinfo {
  background: rgba(77, 77, 77, 0.7);
  display: none;
}

#openMenu {
  display: inline-block;
  float: right;
  right: 10px;
  top: 0px;
  position: fixed;
  z-index: 3;
  cursor: pointer;
  margin: 8px auto;
}

.bar1, .bar2, .bar3 {
  height: 2px;
  width: 28px;
  background-color: rgb(233, 80, 80);
  margin: 7px 0;
  transition: 0.4s;
}

.bar1 {
  padding-left: 1px;
  left: 0px;
}

.bar2 {
  padding-right: 10px;
  margin-right: 15px;
}

.bar3 {
  margin-left: 1px;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 25px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
#img__logo {
  float: left;
  position: relative;
  height: 35px;
  vertical-align: top;
  margin-top: 5px;
  box-sizing: border-box;
}

header h2 {
  color: #555;
  letter-spacing: -0.05em;
  float: left;
  vertical-align: top;
  display: inline;
  font-size: 1.6em;
  margin-left: 10px;
  margin-top: 2px;
  font-weight: 700;
  /*
  color:rgba(156, 156, 156, 1);
  font-weight:bolder;
  */
  -webkit-transition: all 1.35s;
  /* Safari */
  transition: all 1.35s;
}

header > a {
  color: rgb(100, 100, 100);
  font-weight: 500;
}

header > a:hover {
  color: #6FC1D2;
}

#thkim {
  width: 0px;
  /* Safari */
  vertical-align: middle;
}

.sidenav {
  margin-top: 51px;
}

#span__name {
  color: rgb(86, 86, 86);
  padding-right: 15px;
}

#span__name > a, #span__name > a:visited, #span__name > a:active, #span__name > a:hover, #span__name > a:-webkit-any-link {
  color: rgb(86, 86, 86);
  text-decoration: none;
  margin-top: 3px;
  display: inline-block;
}

/* 모바일 PC할 것 없이 공통 끝 */
/* PC 시작 */
@media screen and (min-width: 415px) {
  #div__mobile_indicator {
    display: none;
  }
}
/* PC 끝 */
/* 모바일 시작 */
@media screen and (max-width: 414px) {
  #div__mobile_indicator {
    display: block;
  }
  header {
    top: 0px;
  }
}
/* 모바일 끝 */
#contents {
  margin-top: 55px;
}

/*# sourceMappingURL=style.css.map */
