/*
일자리지원사업 레이아웃 css
*/

@import url(font.css);

/* 요소(element) 여백 초기화  */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td {
 	margin:0;
	padding:0;
	}

/* 제목요소 */
h1, h2, h3, h4, h5, h6 {  
	font-weight:normal; 
	font-size:1em; 
	} 

/* 테두리 없애기 */
fieldset, img, abbr,acronym { border:0 none; } 

/* 목록 */
ol, ul { list-style:none; }

/* 테이블 - 마크업에 'cellspacing="0"' 지정 함께 필요 */
table {
	border-collapse: separate;
	border-spacing:0;
	border:0 none;
	}
caption, th, td {
	font-weight: normal;
}
caption, legend {position:absolute;  width:0; height:0; overflow:hidden; font-size:0;line-height:0px; }
/* 텍스트 관련 요소 초기화 */
address, caption, strong, em, cite {	font-weight:normal;	font-style:normal;	}
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* 인용문 */
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* 수평선*/
hr { display:none; }

input:-moz-read-only {background-color: #eee;}  /* Firefox */
input:read-only {background-color: #eee;}


body { font-family: 'Noto Sans KR';  font-size:14px;   min-width: 320px; letter-spacing:-1px; overflow-x: hidden; }
h1,h2,h3,h4,h5,h6 {margin: 0; font-weight: bold;}
p, dl, ol, ul {margin: 0;}


.clear { clear:both;  }
.clearfix:after { clear:both; display: table;  content: " ";}
.ellipsis {     text-overflow: ellipsis;  -o-text-overflow: ellipsis;  overflow: hidden;   white-space: nowrap;   word-wrap: normal !important;   display: block; }
img { max-width:100% !important;  }

.show { display:block !important;  }
.hide { display:none !important;  }

/*i { line-height:1; vertical-align:top;  }*/
i span { text-indent:-99999px;display:block;   font-size:0px; line-height:0px; }






@media (min-width: 992px) {

	.t-up-true {display:block !important; }
	.pc-true { display:block !important; }
	.t-true { display:none !important;  }
	.m-true { display:none !important; }
	.show { display:block;  }
	.hide { display:none;  }


	.header { height:128px;  background:url(../images/common/utill_line.png) repeat-x left top;  position:relative; z-index:100; }
	.header  .header-site-link { height:38px; position:relative; z-index:10; padding-top:10px;  }
	.header  .header-site-link  a { display:inline-block; color:#fff;  }
	.header  .header-site-link  a img { width:12px;  margin-left:3px;  display:inline-block;   margin-top:-3px; }
	.header  h1  {position:relative;float:left;  z-index:200; padding-top:20px;  }
	.header  h1  img { width:168px;  }
	.header .top-util { position:absolute; top:0px; right:50%; margin-right:-600px;  z-index:20; padding-top:10px; }
	.header .top-util li { float:left; padding-left:13px; margin-left:13px;   background:url(../images/common/util_line.png) no-repeat left center; }
	.header .top-util li:first-child {padding:0px; margin:0px; background:none; }
	.header .top-util li a  { color:#fff;   }
	.gnb { position:absolute; top:38px; left:0px; width:100%;    z-index:100;  }
	.header.over-header .gnb { background:#fff;  }
	.gnb .container { padding-left:300px;  padding-right:80px;   }
	.gnb .menu { float:left;width:20%;    word-break:keep-all; }
	.gnb .menu h3 { padding-top:35px; text-align:center;  height:90px;  }
	.gnb .menu h3 i { display:none;  }
	.gnb .menu h3 a { color:#fff; display:inline-block; height:32px;  font-weight:bold;    font-size:18px; }
	.header.over-header .gnb .menu h3 a { color:#000;  }
	.gnb .menu h3 a:hover ,.gnb .menu h3 a.active { text-decoration:none; color:#EABE37;    border-bottom:3px solid #EABE37;  }
	.gnb .menu .depth-menu  { padding-bottom:30px; text-align:center;  display:none;    padding-top:0px;    }
	.gnb .menu ul li  {margin-bottom:20px;  font-size:16px;  }
	.gnb .menu ul li a { color:#000;  }
	.gnb .menu ul li a:hover , .gnb .menu ul li a:active { text-decoration:underline;   }
	.gnb .menu ul li ul { display:none; }

.menu-open, .all-menu-close { display:none !important;    }


	.header .search-btn {  position:absolute; top:70px; right:50%; margin-right:-600px; z-index:200;   }
	.header .search-btn a  { display:block; width:26px; height:26px; }
	.header .search-open { background:url(../images/common/search_w.svg) no-repeat left center;  }
	.header.over-header .search-open { background:url(../images/common/search_b.svg) no-repeat left center;  }
	.header .search-btn a.search-close  {display:none;  background:url(../images/common/close_w_x3.png) no-repeat center center; background-size:26px auto;   }
	.header.over-header .search-btn a.search-close  {display:none;  background:url(../images/common/close_b_x3.png) no-repeat center center; background-size:26px auto;   }


	.top-search-wrap {display:none; height:140px; padding-top:40px;   width:100%; position:absolute; top:128px; left:0px; width:100%; background:#fff ;  z-index:200; }
	.top-search-wrap form { width:560px; margin:0 auto; padding-bottom:5px; background:#ebebeb; padding-left: 30px; border-radius:30px; height:60px;   }
	.top-search-wrap form input[type="text"] { float:left; font-size:16px; background:#ebebeb; height:60px;  color:#222; border:0px; padding:4px 10px 0px; width:470px;   }
	.top-search-wrap form button { float:left;background:none; border:0px; height:auto; padding-top:15px;   }
	.top-search-wrap form button i { font-size:30px; color:#000;  }

.bottom-banner {float: left; width: 100%; border-top: 1px solid #ddd; height: 90px;}
	.bottom-banner .container {position: relative;}
	.bottom-banner .main-bottom {float: left; width: 87%;}
	.bottom-banner .bottom-banner-list li {float: left; padding-top: 30px; text-align: left;	}
	.bottom-banner .bottom-banner-list img {height: 30px;}
	.bottom-banner .bottom-banner-btn {float: left; position: absolute; top: 32px; right: 0;}
	.bottom-banner .bottom-banner-btn div {float: left;  line-height: 20px;}
	.bottom-banner .bottom-banner-btn div.bb-btn-prev a {padding: 0 15px;border-right: 1px solid #ddd;}
	.bottom-banner .bottom-banner-btn div.bb-btn-next a {padding: 0 15px;}
	.bottom-banner .bottom-banner-btn div.bb-btn-play a {padding: 0 15px;}

	.footer {clear: both;  width:100%;  background:#333;  padding:50px 0;  }
	.footer .footer-logo {padding-bottom: 40px;}
	.footer .footer-link {float: left; width: 100%; margin-bottom: 20px;}
	.footer .footer-link a {color: #fff; float: left; padding: 0 15px; font-size: 16px;  background:url(../images/common/util_line.png) no-repeat left 7px; }
	.footer .footer-link a:first-child {padding-left: 0; background: none;}
	.footer address {float: left; width: 100%; border-top: 1px solid #555; padding-top: 15px; color: #fff; font-weight: 300; font-size: 16px; line-height: 170%; }


  #backtotop {
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 9999;
      width: 60px;
      height: 60px;
      text-align: center;

      background: rgba(0,0,0,0.3);
      font-size: 40px;
      color: #fff;
      cursor: pointer;
      text-decoration: none;
    
      opacity: 0;
  }
  #backtotop.show {
    opacity: 1;
  }
  #backtotop:hover.show {
    background: rgba(0,0,0,0.6);
  }



}




@media (min-width: 992px) and (max-width: 1199px) {
	.t-up-true {display:block !important; }
	.pc-true { display:none !important; }
	.t-true { display:block !important;  }
	.m-true { display:none !important; }


	.header .top-util {margin-right:-480px;  }
	.header .search-btn { margin-right:-480px;}
	.gnb .container {    padding-left: 300px;  }
	


}


@media (max-width: 991px) {
	.t-up-true {display:none !important; }
	.pc-true { display:none !important; }
	.t-true { display:none !important;  }
	.m-true { display:block !important; }
	.container { width:100%;  }
	
	.header a {    color: #000;  }
	.header {  position:relative;   height: 110px;    word-break: keep-all;		border-bottom:1px solid #ddd;  background:url(../images/common/utill_line.png) repeat-x left top;  }

	.header  h1  {position:relative; text-align:center; z-index:1; padding-top:15px;  }
	.header  h1  img { width:170px;  }
	.header  .header-site-link   { padding:10px 15px;   }
	.header  .header-site-link  a { display:inline-block; color:#fff;  }
	.header  .header-site-link  a img { width:12px;  margin-left:3px;  display:inline-block;   margin-top:-3px; }
	

	.menu-open {    position: absolute;    top: 65px;   left: 15px;    z-index:1;   }
	.menu-open a { display:block; width:26px; height:26px; background:url(../images/common/menu.svg) no-repeat left center;   }

	.header .search-btn {    z-index: 10;    position: absolute;   top: 62px;    right: 15px;    }
	.header .search-btn a  { display:block; width:26px; height:26px; }

	.header .search-open { background:url(../images/common/search_w.svg) no-repeat left center;  }
	.header.over-header .search-open { background:url(../images/common/search_b.svg) no-repeat left center;  }
	.header .search-btn a.search-close  {display:none;  background:url(../images/common/close_w_x3.png) no-repeat center center; background-size:26px auto;   }
	.header.over-header .search-btn a.search-close  {display:none;  background:url(../images/common/close_b_x3.png) no-repeat center center; background-size:26px auto;   }



	.m-menu { display:none;   width:100%;       z-index: 1000; overflow-y:auto;    position: fixed;   top: 0;    left: 0;	  height: 100%;    background: #fff;    letter-spacing: -1px;    text-align: left;   }
	.all-menu-close {    position: absolute;    top: 30px;    right:15px;  }
	.all-menu-close img { width:26px;     }

	.header .top-util {margin-bottom:20px;  padding-left:15px;  padding-top:30px;     }
	.header .top-util li { display:inline-block;   font-size: 0.6rem; padding-left:13px; margin-left:13px;  background:url(../images/common/util_line.png) no-repeat left center;   }
	.header .top-util li:first-child {padding:0px; margin:0px; background:none; }
	.header .top-util li a { color:#666;    }
	.gnb {padding:0 15px; }
	.gnb .menu { border-bottom:1px solid #ccc;   }
	.gnb h3 { font-size: 18px;   }
	.gnb h3 a { color:#000; padding-left:5px; display:block; padding-top:0.9rem; padding-bottom:0.7rem;  width:100%; font-weight:bold; }
	.gnb h3 a:hover, .gnb h3 a.active , .gnb .menu.active h3 a { text-decoration:none; color:#EABE37;    }
	.gnb h3 a i { float:right; font-size:30px;   }
	.gnb .depth-menu { display:none;  padding-top:0.4rem; padding-bottom:0.4rem;  background:#fff; }
	.gnb .menu.active .depth-menu { display:block;  }
	.gnb ul:after { content:''; display:table; clear:both;  }
	.gnb ul > li { float:left; width:50%;  padding-bottom:0.6rem; padding-left:10px; padding-right:10px;  }
	.gnb ul > li:nth-of-type(3), .gnb ul > li:nth-of-type(5), .gnb ul > li:nth-of-type(7) , .gnb ul > li:nth-of-type(9), .gnb ul > li:nth-of-type(11)  { clear:both;  }
	.gnb ul > li a { font-size:15px; color:#000;  }


	.top-search-wrap { display:none;  padding-top:1rem; padding-bottom:1rem; padding-left:15px; padding-right:15px; z-index:100;   position:absolute; top: 110px; left:0px; width:100%; background:#fff ;  }
	.top-search-wrap form {  background:#ebebeb; padding-left: 30px; border-radius:30px;  }
	.top-search-wrap input {    width: calc(100% - 60px);    height: 1.81818182rem;   background:#ebebeb;  border:0px;    vertical-align: top;	 float:left;  color:#222; border:0px; padding:4px 10px 0px; 	 font-size:0.6rem;   }
	.top-search-wrap form button { float:left;background:none; border:0px; height:auto;  height: 1.81818182rem;   }
	.top-search-wrap button  i { font-size:0.90909091rem; color:#000;  }


	.bottom-banner {float: left; width: 100%; border-top: 1px solid #ddd; height: 60px;}
	.bottom-banner .container {position: relative;}
	.bottom-banner .main-bottom {float: left;width: 72%;padding-left: 15px;}
	.bottom-banner .bottom-banner-list li {float: left; padding-top: 15px; text-align: left;	}
	.bottom-banner .bottom-banner-list img {max-width: 62%;}
	.bottom-banner .bottom-banner-btn {float: left; position: absolute; top: 20px; right: 0;}
	.bottom-banner .bottom-banner-btn div {float: left;font-size: 0px;line-height: 20px;}
    .bottom-banner .bottom-banner-btn div a img {width: 12px;}
    .bottom-banner .bottom-banner-btn div.bb-btn-next a img ,     .bottom-banner .bottom-banner-btn div.bb-btn-prev a img {width: 10px;}
	.bottom-banner .bottom-banner-btn div.bb-btn-prev a {padding: 0 10px; border-right: 1px solid #ddd;}
	.bottom-banner .bottom-banner-btn div.bb-btn-next a {padding: 0 10px;}
	.bottom-banner .bottom-banner-btn div.bb-btn-play a {padding: 0 15px 0 10px;}

	.footer {clear: both;  width:100%;  background:#333;  padding:50px 15px;  }
	.footer .footer-logo {padding-bottom: 40px;}
	.footer .footer-logo img { width:250px;  }
	.footer .footer-link {float: left; width: 100%; margin-bottom: 20px;}
	.footer .footer-link a {color: #fff; float: left; padding: 0 15px; font-size: 0.58rem;  background:url(../images/common/util_line.png) no-repeat left 7px; }
	.footer .footer-link a:first-child {padding-left: 0; background: none;}
	.footer address {float: left; width: 100%; border-top: 1px solid #555; padding-top: 15px; color: #fff; font-weight: 300; font-size: 0.58rem; line-height: 170%;}


  .back {
    display: none;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }



  #backtotop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 1.81818182rem;
    height: 1.81818182rem;
    text-align: center;
    line-height: 1.81818182rem;

    background: rgba(0, 0, 0, 0.3);
    font-size: 1.18181818rem;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
 transition: opacity 0.2s ease-out;
    opacity: 0;
  }
  #backtotop.show {
    opacity: 1;
  }
  #backtotop:hover.show {
    background: rgba(0, 0, 0, 0.6);
  }
}




@media (min-width: 1200px) {

}
@media (min-width: 992px) {

}
@media (min-width: 768px) {

}
