@charset "utf-8";
@import url("./common.css");
@font-face {
    font-family: 'SBAggroL';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cafe24Shiningstar';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Daughter_handwriting';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_03@1.0/Daughter_handwriting.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KyoboHandwriting2020A';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2112@1.0/KyoboHandwriting2020A.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


p{line-height:24px; font-size:14px; color:#7b7b7b; padding:10px 0}
body {
  position: relative;
  font-family: 'nanumsquare', 'NanumGothic', '나눔고딕', '돋움', dotum, sans-serif;
  word-break: keep-all;
  font-size: 14px;
}
.default_layout {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
/* 기본 감싸는 레이아웃 */
#wrap, #header, #footerGroup {
  position: relative;
  width: 100%;
}
/* 헤더 */
#header {
  z-index: 99;
  min-width: 1200px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
/* 상단 오른쪽메뉴 */
#header .top_util {
  overflow: hidden;
  /* background: #058b44; */
  /* border-bottom:1px #ededed solid; */
}
#header .top_util .favorite_link {
  float: left;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 2px;
  color: #97d8b5;
  font-family: 'Oswald', sans-serif;
}
#header .top_util .favorite_link span {
  font-size: 12px;
  margin-top: -4px;
}
#header .top_util .favorite_link a {
  display: inline-block;
  line-height: 35px;
  color: #444;
  background: url(http://psjin.or.kr//images/common/top_util_dot.jpg) right 50% no-repeat;
  padding: 0 15px;
}
#header .top_util .favorite_link a#favorite {
  padding-left: 0px;
}
#header .top_util .favorite_link a img {
  padding-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#header .top_util .favorite_link a.last {
  background: none;
}
#header .top_util ul {
  float: right;
  font-weight: 300;
}
#header .top_util li {
  float: left;
  /* line-height: 35px; */
  font-size: 13px;
  letter-spacing: 0.2px;
  /* background: #4169ab; */
  padding: 0 10px;
  /* color: #999; */
  border-left: 1px solid #cdcdcd;
  margin: 10px 0;
}
#header .top_util li:first-child {

  border-left: 0;

}
#header .top_util li.p_login {
  /* background: #0cbc5f; */
}
#header .top_util li.p_join {
  /* background: #05632c; */
}
#header .top_util li a {
  color: #787878;
  display: block;
  padding: 0 15px;
  /* font-weight: 600; */
}
#header .top_util li.last a {
  background: none;
}
#header .top_util li a:hover {
  text-decoration: underline;
}
#header .depth_box_wra_box {
  background: #fff;
  border-top: 1px #ddd solid;
  position: absolute;
  left: 0px;
  top: 115px;
  width: 100%;
  height: 215px !important;
  z-index: 0px;
  display: none;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
#header .depth_box_wra_box .default_layout dl {
  padding-left: 60px;
}
#header .depth_box_wra_box .default_layout dl dt {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -1px;
  margin-top: 30px;
  color: #006c2e;
}
#header .depth_box_wra_box .default_layout dl dd {
  font-size: 13px;
  /* height: 198px; */
  margin-top: 7px;
  color: #999;
}
#header .header_center_box {
  height: 80px;
  background: #fff;
  z-index: 1px;
  position: relative;
}
#header .header_center_box h1#logo {
  float: left;
  line-height: 70px;
}
#header .header_center_box h1#logo img {
  vertical-align: middle;
}
#slidemenu{/* background:#12cf3d; */position:absolute;width: 100px;top: 415px;right: 10px;z-index: 100;}

#slidemenu .tit{/* background: #ffffff; *//* display: none; */padding: 10px 2px 5px;text-align: center;color: #6a6a6a;/* margin-bottom: 3px; */font-size: 13px;font-weight: 600;/* border-radius: 6px 6px 6px 6px; */border-top: 2px solid #9fcb36;}
#slidemenu .tit i{display:block;}

#slidemenu ul {text-align:center;/* background: #ffffff; */padding: 20px 0;border: 0px solid #e1e1e1;border-radius: 4px 4px 4px 4px;}
#slidemenu ul li {width: 64px;height: 64px;border: 1px solid #9fcb36;border-radius: 40px;text-align: center;margin: 0 auto 40px;background: #fff;}
#slidemenu ul li p{/* display:block; */margin-top: 15px;line-height: 15px;color: #5a5a5a;/* font-weight: 700; */}

#slidemenu ul li img{/* background:#fff; *//* border: 2px solid #cfcfcf; */width: 34px;margin-top: 14px;/* padding: 9px; *//* border-radius: 38px; */text-align:center;}

#topMenu {
  float: right;
  font-size: 0px;
  font-family: 'Nanum Gothic', sans-serif;
}
#topMenu li.menu_list {
  display: inline-block;
  position: relative;
  padding: 0 39px;
  text-align: center;
}
#topMenu li.menu_list a.depth_link {
  display: block;
  font-size: 19px;
  font-weight: bold;
  color: #272727;
  line-height: 80px;
  letter-spacing: -0.5px;
  font-family: 'NanumSquare';
}
#topMenu li.menu_list a.menu_on {
  color: #287f51;
}
#topMenu li div.depth_box {
  display: none;
  position: absolute;
  top: 80px;
  width: 100%;
  left: 0px;
  background: #fff;
  z-index: 2;
  text-align: center;
  border-top: 1px #ddd solid;
}
#topMenu li div.depth_box ul {
  text-align: center;
  padding: 20px 0px;
  font-family: 'Nanum Gothic', 'NanumGothic', '나눔고딕', '돋움', dotum, sans-serif;
}
#topMenu li div.depth_box ul li {
  font-size: 15px;
}
#topMenu li div.depth_box ul li a {
  display: block;
  letter-spacing: -1px;
  line-height: 18px;
  margin-bottom: 17px;
  color: #666;
}
#topMenu li div.depth_box ul li a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #287f51
}
#topMenu li div.depth_box ul li:last-child a {
  border-bottom: 0px;
}
/*3뎁스*/
#topMenu li div.depth_box ul.three_depth {
  display: none;
}
/*3뎁스*/
#topMenu li div.depth_box ul.three_depth {
  display: none;
  ;
  background: #fff;
  border-top: 1px #ddd solid;
  padding: 0px;
  border-bottom: 1px #ddd solid;
}
#topMenu li div.depth_box ul.three_depth li a {
  display: block;
  line-height: 30px;
  color: #949494;
}
#top_banner {
  position: absolute;
  left: 380px;
  top: -143px;
  z-index: 9999;
}
#top_banner .top_banner_box {
  border: 1px #ddd solid;
  width: 300px;
  height: 77px;
  overflow: hidden;
}
#top_banner .top_banner_box img {
  vertical-align: middle;
  width: 100%;
  height: 77px
}
.footer_banner {
  background: #f8f8f8;
  padding: 30px 0px;
  margin-top: 60px;
}
.footer_banner .default_layout {
  position: relative;
  overflow: hidden;
}
.footer_banner .default_layout .info_box {
  float: left;
  margin-top: 25px;
}
.footer_banner .default_layout .info_box h3 {
  display: inline-block;
  line-height: 25px;
  margin-right: 10px;
}
.footer_banner .default_layout .info_box .btn {
  display: inline;
  font-size: 0px;
  line-height: 25px;
  height: 25px;
  vertical-align: middle;
}
.footer_banner .default_layout .info_box .btn img {
  vertical-align: middle;
}
.footer_banner .default_layout .info_box .btn .last {
  margin-left: 5px;
}
.footer_banner .default_layout .slide_wrap {
  margin-left: 200px;
}
.footer_banner .default_layout .slide_wrap ul li {
  margin-right: 10px;
  border: 1px #ddd solid;
  width: 200px;
}
.footer_banner .default_layout .slide_wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  padding: 10px 0;
  background: #fff;
}
/*카피라이트*/
#footerGroup {
  position: relative;
  margin-top: 50px;
  background: #333333;
  padding: 30px 0px;
}
#footerGroup .f_util {
  overflow: hidden;
  position: relative;
}
#footerGroup .f_util .f_name {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
}
#footerGroup .f_util ul {
  float: right;
}
#footerGroup .f_util li {
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
  margin-right: 10px;
}
#footerGroup .f_util li a {
  margin-right: 10px;
  line-height: 25px;
  padding-bottom: 8px;
  display: block;
  color: rgba(255, 255, 255, 0.9);
}
#footerGroup .footer {
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
  margin-top: 5px;
  padding-top: 15px;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0.2px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
#footerGroup .footer span {
  display: inline-block;
  padding-right: 8px;
}
#footerGroup .footer .addres {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 16px;
  font-weight: 100;
  letter-spacing: 0.5px;
  margin-top: 10px;
}
#footerGroup .footer .author {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.2);
}
#footerGroup .footer .addres a {
  color: #557c5c
}
@media all and (max-width:1024px) {
  .mobile_none {
    display: none;
  }
}