@charset "UTF-8";
/* 한 줄 자르기 */
/* 여러 줄 자르기 추가 스타일 */
/*배너+로케이션 */
/*배너 공통*/
.fixed {
  position: fixed;
  top: 0;
  height: 63px;
  z-index: 1000; }

/** 홈제외한 모든 페이지 탑 패딩 적용   **/
.mainPadding {
  padding-top: 60px; }

/** 고급 예제 배너는 짧아서 패팅 적게 줌   **/
.highPadding {
  padding-top: 48px; }

/* news */
.news_banner_area {
  height: 153px;
  width: 100%;
  background: url(../../img/news_bg.png) repeat; }

/* product */
.p_banner_area {
  height: 153px;
  width: 100%;
  background: url(../../img/product_bg2.png) repeat; }

/* tutorial */
.tutorial_banner_area {
  height: 153px;
  width: 100%;
  background: url(../../img/tutorial_bg.png) repeat; }

/* membership */
.membership_banner_area {
  height: 153px;
  width: 100%;
  background: url(../../img/member_bg.png) repeat; }

/* project */
.project_banner_area, .project_profile_banner_area {
  height: 153px;
  width: 100%;
  background: url(../../img/project_bg.png) repeat; }

/* community */
.community_banner_area {
  height: 153px;
  width: 100%;
  background: url(../../img/communication_bg2.png) repeat; }

/* pick */
.pick_banner_area {
  height: 153px;
  width: 100%;
  background: url(../../img/0618_pick_bg.png) repeat; }

/* blog */
.blog_banner_area {
  height: 153px;
  width: 100%;
  background: url(../../img/blog_bg.png) repeat; }

.sub_banner {
  min-width: 1024px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 45px 0 0 0;
  color: #555;
  font-family: "Nanum Gothic", sans-serif, "Noto Sans KR", sans-serif, "나눔고딕", NanumGothic, "맑은 고딕", "Malgun Gothic", Apple Gothic, "돋움", Dotum, "굴림", Gulim, sans-serif; }
  .sub_banner p {
    text-align: center; }
  .sub_banner .title {
    font-size: 40px; }
    .sub_banner .title img {
      margin-top: -20px; }
  .sub_banner .copy {
    font-size: 14px;
    padding: 15px 0 0 0;
    color: #555; }
  .sub_banner .pick_copy {
    font-size: 14px;
    padding: 30px 0 0 0;
    margin-top: -13px; }

.location_area {
  width: 100%; }

.location {
  position: relative; }
  .location .menu {
    width: 980px;
    margin: 0 auto;
    position: relative; }
    .location .menu:after {
      content: '';
      display: block;
      clear: both; }
    .location .menu > li {
      float: left;
      height: 40px; }
      .location .menu > li.depth1 {
        background: #ececec; }
      .location .menu > li.depth2, .location .menu > li.depth3 {
        background: #f3f3f3;
        position: relative; }
      .location .menu > li.depth1, .location .menu > li.depth2, .location .menu > li.depth3 {
        width: 180px !important; }
      .location .menu > li.depth1 > a {
        background: url(../../img/location_1depth.png) no-repeat right center;
        height: 40px; }
      .location .menu > li.depth2 > a {
        background: url(../../img/location_2depth.png) no-repeat right center;
        height: 40px; }
      .location .menu > li.depth3 > a {
        background: url(../../img/location_3depth.png) no-repeat right center;
        height: 40px; }
      .location .menu > li a {
        display: block;
        font-size: 14px; }
        .location .menu > li a:hover {
          text-decoration: none; }
        .location .menu > li a p {
          padding: 13px 0 0 10px; }
      .location .menu > li.depth2 .sub, .location .menu > li.depth3 .sub {
        position: absolute;
        left: -15px;
        display: none;
        z-index: 9; }
        .location .menu > li.depth2 .sub.on, .location .menu > li.depth3 .sub.on {
          display: block; }
      .location .menu > li.depth2 ul li, .location .menu > li.depth3 ul li {
        width: 180px;
        z-index: 9;
        border-top: 1px solid #ffffff; }
        .location .menu > li.depth2 ul li:first-child, .location .menu > li.depth3 ul li:first-child {
          border-top: none; }
        .location .menu > li.depth2 ul li a, .location .menu > li.depth3 ul li a {
          display: block;
          width: 130px;
          height: 7px;
          background: #eeeeee;
          padding: 15px 20px 25px 25px !important;
          font-size: 13px; }
        .location .menu > li.depth2 ul li:hover, .location .menu > li.depth3 ul li:hover {
          text-decoration: none; }
        .location .menu > li.depth2 ul li.on a, .location .menu > li.depth3 ul li.on a {
          color: #f68b1f; }
      .location .menu > li.bg {
        width: 100%;
        height: 40px;
        background: #f3f3f3;
        position: absolute;
        top: 0px;
        z-index: -1000; }

.bg2 {
  width: 100%;
  height: 40px;
  background: #e4e4e4;
  position: absolute;
  top: 0px;
  z-index: -10000000; }

.bg3 {
  width: 50%;
  height: 40px;
  background: #f3f3f3;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -10000000; }

#gnb_sub > ul li a, #gnb_sub2 > ul li a {
  width: 180px !important; }
#gnb_sub:hover .sub, #gnb_sub2:hover .sub {
  display: block; }
#gnb_sub .sub li a:hover, #gnb_sub2 .sub li a:hover {
  color: #f68b1f; }

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