@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body,
div,
ul,
li,
table,
tr,
td,
th {
  margin: 0px;
  padding: 0px;
}

ul,
li {
  list-style: none;
}

body {
  font-family: NanumGothic, "나눔고딕", NanumGothicWeb, "Malgun Gothic", Gulim,
    sans-serif;
  background: url(bg.jpg) repeat 100% 100% fixed;
  font-size: 13px;
  color: fff;
}

#wrap {
  width: 100%;
  position: relative;
}

#header {
  width: 100%;
  background: #000;
  height: 0px;
  z-index: 2;
}

select {
  font-size: 15px;
  border: 1px solid #ccc;
  line-height: 16px;
  color: #666;
}

/*================================================================================================================
 왼쪽 네비게이션 스타일
=================================================================================================================*/

/*왼쪽부분 전체 영역 제어*/

/*.left {
width: 300px; height:2000px; float: left; position:fixed;    background:#fbfbfb; 

border-right:17px solid #2e5a95;
}*/

/*왼쪽부분 전체 영역 제어*/

.left {
  width: 300px;
  height: 100%;
  float: left;
  background: #fbfbfb;
  position: fixed;
  border-right: 17px solid #2e5a95;
  overflow-y: auto;

  /* IE */
  scrollbar-3dlight-color: #ca632b;
  scrollbar-base-color: #f4843c;
  scrollbar-face-color: #ca632b; /*움직이는 바 컬러*/
  scrollbar-track-color: #f4843c;
  scrollbar-darkshadow-color: #f4843c;
  scrollbar-highlight-color: #f4843c;
  scrollbar-shadow-color: #f4843c;
  scrollbar-arrow-color: #fff;
}

/* Chrome, Safari */
.left::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  border: 3px solid #2e5a95;
}
.left::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 0px;
  background: #000;
}
.left::-webkit-scrollbar-track {
  background: #0087c1;
}
.left::-webkit-scrollbar-thumb {
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.2);
}

.logo {
  padding: 0px 0 0px 5px;
}

.menu_test {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 10px;
  padding: 5px 20px 0px 20px;
  margin-bottom: auto;
}

.menu_test li {
  padding: 7px 0 7px 0;
  line-height: 20px;
  border-bottom: 1px dotted #cee3f6;
}

.menu_test a {
  color: #2d2d2d;
  text-decoration: none;
}
.menu_test a:hover,
a:active,
a:focus {
  color: #2e5a95;
  text-decoration: none;
}

.pdf p {
  float: left;
  padding-left: 5px;
}
.pdf_p {
  padding-top: 5px;
}

.pdf {
  padding-left: 20px;
  color: #fff;
  font-weight: bold;
}
.pdf a {
  color: #666;
  text-decoration: none;
}
.pdf a:hover,
a:active,
a:focus {
  color: #2e5a95;
  text-decoration: none;
}

.banner {
  float: left;
  padding: 5px 0 0 20px;
}
.banner ul li {
  padding-top: 5px;
}

.sel {
  float: left;
  margin: 20px 0 10px 20px;
}

.copp {
  font-size: 12px;
  color: #666;
  line-height: 16px;
}
/*================================================================================================================
 컨텐츠영역
=================================================================================================================*/

/*컨텐츠*/

#contents {
  width: 100%;
  z-index: 1;
}

/*스테이지영역*/

#Stage1 {
  width: 100%;
  height: auto;
}

/* 스마트폰대상  레이아웃 지정：100px～769px */
@media only screen and (min-width: 100px) {
  #header {
    position: static;
    display: none;
  }
  #Stage1 {
    max-width: 100%;
    min-width: 50%;
    height: auto;
    float: left;
    padding-top: 20px;
  }
  .slide img {
    width: 100%;
    border: 1px solid #666;
  }
}

/* PC대상 및 대형 태블릿 대상 레이아웃 지정：769px～1060px */
@media only screen and (min-width: 1069px) {
  #header {
    position: static;
    display: block;
  }
  #Stage1 {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 20px;
    margin-left: 388px;
  }
  .slide img {
    width: 909px;
  }
  .letsp {
    letter-spacing: -0.5px;
  }
}

/* PC대상 레이아웃 지정：2px이상에서는 고정 레이아웃 */
@media only screen and (min-width: 2560px) {
}
