/*
일자리지원사업 레이아웃 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; }

* { vertical-align:middle;  }

.fa, .fas {
    line-height: 1.6;
}


body {   font-family: 'Noto Sans KR';  font-size:14px; letter-spacing:-1.5px;  min-width: 320px; 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; }


area:not([alt]), area[alt=" "], img:not([alt]), img[alt=" "], input[type=image]:not([alt]), input[type=image][alt=" "] {
    display: inline-block;
    border: none;
}



@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:90px;  position:relative;  height:148px; padding-top:52px; }
	.header:before { position:absolute; top:0px; left:0px; width:100%; content:''; display:black; height: 52px; background: linear-gradient(-45deg, #F5F5F5 60%, #323339 0%);}
	.header h1 { float:left;   padding-top:20px; position:relative; z-index:101;  }
	.header h1:after { clear:both; display:table; content:'';  }
	.header h1 img  {float:left; margin-right:10px; width:50px;   }
	.header h1  span{float:left; margin-right:10px;line-height:1.3;  margin-top:-1px; font-size:18px; color:#000;  font-weight:400; }
	.header h1 a span strong {font-size:20px; font-weight:700;  }

	.header .admin-link { position:absolute;top:0px; left:50%; margin-left:-600px;   z-index:2; padding-top:13px;  }
	.header .admin-link a { font-size:18px; color:#fff;  }

	.header .top-util { position:absolute; top:0px; right:50%; margin-right:-600px; z-index:2; padding-top:13px;  }
	.header .top-util li {  position:relative; float:left; padding-left:13px; margin-left:13px;   background:url(../images/common/util_line.png) no-repeat left center; }
	.header .top-util li:before { content:''; display:inline-block; width:1px; height:13px; background:rgba(0,0,0,0.85); position:absolute; top:7px; left:0px; }
	.header .top-util li:first-child {padding:0px; margin:0px; background:none; }
	.header .top-util li:first-child:before {display:none; }
	.header .top-util li a  { color:#000;   font-size:18px; }

	.gnb { position:absolute; top:52px; left:0px; width:100%;     background:url(../images/common/menu_full.gif) repeat-x left 96px; z-index:100;  }
	.gnb .container {  padding-left:350px; padding-right:80px; }
	.gnb .menu { width:25%; float:left; }
	.gnb .menu h3 { height:96px; text-align:center; }
	.gnb .menu h3 i { display:none;  }
	.gnb .menu h3 a { color:#000; position:relative; display:inline-block;  font-weight:normal;  font-size:20px;   padding:40px 30px 10px ;     }
	.gnb .menu h3 a:hover ,.gnb .menu h3 a.active { text-decoration:none;   }
	.gnb .menu h3 a:hover:after ,.gnb .menu h3 a.active:after { content:''; position:absolute; top:0px; left:0px; width:100%; height:5px; background:linear-gradient(-45deg, #4B53E5 10%, #4B53E5 90%, #fff 90%);  } 
	.gnb .menu h3 a:hover:before ,.gnb .menu h3 a.active:before  { 	content: "";			position: absolute;			top: 0;			right: -5px;			width: 0;			height: 0;			border-top: 5px solid #4B53E5;			border-right: 5px solid transparent; }
	.gnb .menu .depth-menu  { padding-bottom:30px; text-align:center;  display:none;    padding-top:30px;    }
	.gnb .menu ul li  {margin-bottom:20px;  font-size:16px;  }
	.gnb .menu ul li a { color:#fff;  }
	.gnb .menu ul li a:hover , .gnb .menu ul li a:active { text-decoration:underline;   }
	.gnb .menu ul li ul { display:none; }	

	.header .menu-open   {  display:none !important;   }
	.header .all-menu-close { display:none !important; }
	.header .search-btn {  }
	.header .search-btn.search-open { display:none; position:absolute; top:90px; right:50%;  margin-right:-600px; z-index:101;   }




	.top-search-wrap {display:none !important;  width:220px; height:40px;  position:absolute; top:25px; right:50%; margin-right:-600px;  z-index:101; }
	.top-search-wrap form { background:#fff; border-radius:20px;  padding:0 0 0 15px;width:220px; height:40px;    }
	.top-search-wrap form input[type="text"] { float:left; border:0px; background:none;  width:calc(100% - 40px);  height:40px;   }
	.top-search-wrap form button { float:left; width:40px; background:none; border:0px; height:40px; text-align:center;  }
	.top-search-wrap form button i { font-size:20px; color:#000;  }


.site-link-wrap { width:100%;  background: linear-gradient(135deg, #fff 75%, #4B53E5 0%); }
.site-link-wrap .site-link { padding-right:190px; position:relative;  height:75px;  padding-top:12px; }
.site-link-wrap .site-link ul { }
.site-link-wrap .site-link ul li  { float:left;   }
.site-link-wrap .site-link .site-link-btn { position:absolute; top:30px; right:0px;    }
.site-link-wrap .site-link .site-link-btn .control-btn {  float:left; margin-left:20px;   }




	.footer {  width:100%;   background: linear-gradient(135deg, #323339 68.5%, #2A2B30 0%);  position:relative; height:158px;  }
	.footer:after { width:100%; height:1px; content:''; display:block; position:absolute; top:64px; background:rgba(255,255,255,0.12); left:0px;  }
	.footer .container {  }
	.footer .footer-util {height:64px; padding-top:23px; }  
	.footer .footer-util li { display:inline-block;   font-size:15px; padding-right:25px; font-size:16px;   }  
	.footer .footer-util li a { color:#fff;  }
	.footer .footer-util li a strong { font-weight:bold; }
	.footer address { color:#EBEBEB; font-size:14px;  line-height:1.6;  letter-spacing:-1px; padding-top:25px;    }



  #backtotop {
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 9999;
      width: 60px;
      height: 60px;
      text-align: center;
     padding-top:10px; 
      background: rgba(0,0,0,0.3);
      font-size: 40px;
      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: 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 .admin-link {  margin-left:-480px;  }
	.header .top-util { margin-right:-480px; }
	.header h1 img { }
	.gnb .container {  padding-left:300px; padding-right:40px; }
	.gnb .menu h3 a { font-size:18px;  }
	.gnb .menu ul li  {  font-size:14px;  }
	.top-search-wrap { margin-right:-480px; }


.site-link-wrap { width:100%;  background: linear-gradient(135deg, #fff 79.3%, #4B53E5 0%); }


}


@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; }



	.header {  position:relative;   height: 50px;    word-break: keep-all;	  background:#fff;  }
	.header>.container { position:relative;   }
	.header h1 { float:left;padding-left:15px;    padding-top:13px; position:relative; z-index:101;  }
	.header h1:after { clear:both; display:table; content:'';  }
	.header h1 img  {float:left; margin-right:5px; width:26px;   }
	.header h1  span{float:left; line-height:1.3;  margin-top:-1px; font-size:10px; color:#000;  font-weight:400; }
	.header h1 a span strong {font-size:12px; font-weight:700;  }



	.menu-open {    position: absolute;    top: 17px;   right: 15px;    z-index:1;   }
	.menu-open img { width:20px;   }
	.header .search-btn { display:none;    z-index: 10;    position: absolute;   top: 20px;    right: 15px;    }
	.header .search-btn img { width:21px;  }
	.header .search-btn a.search-close  {display:none;  }



	.m-menu { display:none;   width:310px;       z-index: 1000; overflow-y:auto;    position: fixed;   top: 0;    right: 0;	 margin-right:-310px;   height: 100%;    background: #fff;    letter-spacing: -1px;    text-align: left;   }
	.all-menu-close {    position: absolute;    top: 13px;    right:15px;  z-index:100; }
	.all-menu-close img { width:15px;      }
	.header .admin-link { width:100%; height:45px; background:#323339; padding-top:13px; padding-left:10px;  }
	.header .admin-link a { color:#fff; font-size:13px;  }
	.header .top-util {   height:45px; background:#F5F5F5;  padding-top:13px; padding-left:10px; }
	.header .top-util li {  position:relative; float:left; padding-left:10px; margin-left:10px;   }
	.header .top-util li:before { content:''; display:inline-block; width:1px; height:11px; background:rgba(0,0,0,0.85); position:absolute; top:6px; left:0px; }
	.header .top-util li:first-child {padding:0px; margin:0px; background:none; }
	.header .top-util li:first-child:before {display:none; }
	.header .top-util li a  { color:#000;   font-size:13px; }




	.gnb { }
	.gnb .menu { border-bottom:1px solid #ccc;   }
	.gnb h3 { font-size: 17px;   }
	.gnb h3 a { color:#000; display:block; padding:20px;  width:100%; font-weight:normal; }
	.gnb h3 a:hover, .gnb h3 a.active , .gnb .menu.active h3 a { text-decoration:none;   }
	.gnb h3 a i { float:right; font-size:22px;   }
	.gnb .depth-menu { display:none; padding:20px 0px;   background:#434C58; }
	.gnb .menu.active .depth-menu { display:block;  }
	.gnb ul:after { content:''; display:table; clear:both;  }
	.gnb ul > li { padding:5px 20px;   }
	.gnb ul > li a { font-size:15px; color:#fff;  }


	.top-search-wrap { display:none;  padding-top:1rem; padding-bottom:1rem; padding-left:15px; padding-right:15px; z-index:100;   position:absolute; top: 58px; 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;  }





.site-link-wrap { width:100%;  padding-left:15px;  }
.site-link-wrap .site-link { padding-right:70px; position:relative;  height:45px;  padding-top:3.5px; }
.site-link-wrap .site-link ul { }
.site-link-wrap .site-link ul li  { float:left;  margin-right:5 !important;   }
.site-link-wrap .site-link ul li img { height:38px;  }
.site-link-wrap .site-link .site-link-btn { position:absolute; top:0px; right:0px; padding-top:17px; text-align:right; padding-right:10px;      width:67px; height:45px;   background:url(../images/main/right_bg.png) no-repeat left top ;  }
.site-link-wrap .site-link .site-link-btn *{ vertical-align:top;}
.site-link-wrap .site-link .site-link-btn .control-btn { display:inline-block;    }
.site-link-wrap .site-link .site-link-btn img { width:15px;  }




	.footer {  width:100%;   background: #323339;  position:relative;  }
	.footer .container {  }
	.footer .footer-util {border-bottom:1px solid rgba(255,255,255,0.3); padding:15px; }  
	.footer .footer-util li { display:inline-block;   font-size:14px; padding-right:25px; font-size:14px;   }  
	.footer .footer-util li a { color:#fff;  }
	.footer .footer-util li a strong { font-weight:bold; }
	.footer address { padding:15px; color:#EBEBEB; font-size:13px;  line-height:1.6;  letter-spacing:-1px;   }



  .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;
	padding-top:5px; 
    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) {

}


