@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; }




body { font-family: 'Noto Sans KR' ; font-size:14px; line-height:1.4;  letter-spacing:-1.5px;  min-width: 320px; overflow-x: hidden;  position:relative;   } 
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% ;  }
.map img { max-width:initial ;}
.show { display:block !important;  }
.hide { display:none !important;  }

i span { position:absolute; top:-4000px; left:-3000px; display:block;   font-size:0px; line-height:0px; }



@media (max-width: 360px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 361px) and (max-width: 480px) {
  html {
    font-size: 25px;
  }
}
@media (min-width: 481px) {
  html {
    font-size: 28px;
  }
}
.container {
  position: relative;
}








@media (min-width: 992px) {
.pc { display:inline-block !important;   }
.mobile { display:none !important;   }

	.header { position:relative; z-index:200;  height:140px; border-bottom:1px solid rgba(255,255,255,0.3) }
	.header h1 { position:absolute; top: 25px; left:50%; margin-left:-600px;   z-index:110; }
	.header .top-util { position:absolute; top:35px; right:50%; margin-right:-600px;  }
	.header .top-util li { float:left;  }
	.header .top-util li:after { content:'·'; color:#fff; display:inline-block;   padding:0 10px; }
	.header .top-util li:last-child:after { content:'';    padding:0; }
	.header .top-util li a { color:#fff; font-size:14px;   }
	#gnb {  background:url(../images2020/common/menu_bg.png) repeat-x left 90px;position:relative;  position:absolute; top:50px; left:0px; width:100%; }
	#gnb .container { text-align:center; position:static;  padding-right:50px; }
	#gnb .menu {float:left; font-size:0px;  margin-right:38px;  }
	#gnb .menu h3 { height:90px;  padding:0 5px; display:inline-block; }
	#gnb .menu h3 a { display:block; font-weight:normal; padding:45px 15px 0;  color:#fff; font-size:20px; height:90px; }
	#gnb .menu h3 a:hover ,#gnb .menu h3 a.active  { border-bottom:3px solid #fff; text-decoration:none;  }
	#gnb .menu h3 a i {  display:none;  }
	.gnb .menu ul { display:none; position:absolute; top:90px; left:0px;  background:url(../images2020/common/menu_bg.png) repeat-x left top; width:100%; text-align:center; padding:38px 0;  }
	.gnb .menu ul li {display:inline-block; margin:0 15px;  }
	#gnb  .menu ul li a {display:inline-block; color:#fff; font-size:18px;  font-weight:normal;  }
	#gnb .menu ul li a.active, #gnb .menu ul li a:hover {text-decoration:underline; color:#91d6fc; }
	#gnb * { vertical-align:top;  }
	.all-menu-btn {position:absolute; top:95px; right:50%;  margin-right:-600px;  }
	.all-menu-btn img { width:20px; height:20px;   }
	.all-menu-open {  }
	.all-menu-close {  display:none;  }

	.all-menu {  }
	.all-menu .menu { }
	.all-menu ul {  padding:30px 0 ;   }
	.all-menu ul li {  display:block;  padding:7px 0 ;  max-width:140px;  }

	.footer { border-top:1px solid #cdcdcd; padding:50px 0 ; text-align:center; font-size:16px; color:#7d7d7d;   }
	.footer ul.foot-util {margin-bottom:30px; }
	.footer ul.foot-util li { display:inline-block; padding:0 30px;  background:url(../images2020/main/bot_line_1x18.png) no-repeat left  5px; }
	.footer ul.foot-util li:first-child { background:none; padding-left:0px;  }
	.footer ul.foot-util li a { font-size:18px; color:#000;  }




 #backtotop {
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 9999;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      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) {


	.header h1 { margin-left:-480px;  }
	.header .top-util {margin-right:-480px;  }

	#gnb .menu {float:left; font-size:0px;  margin-right:23px;  }
	#gnb .menu h3 { padding:0 5px;  }
	#gnb .menu h3 a { padding:45px 10px 0;  font-size:18px; }	
	#gnb  .menu ul li a { font-size:16px;  }
		.all-menu ul li {   max-width:130px;  }
	.all-menu-btn { margin-right:-480px;  }



}


/*


@media (min-width: 1000px) and (max-width: 1700px) {
	.header h1 {  left:15px; }
	#gnb .container { text-align:center; width:1100px; padding-left:0px; }
	.header h1 img{width:230px;   }
	.all-menu-btn { right:15px;  }
	#gnb {padding-left:250px;   }
	
}
@media (min-width: 1000px) and (max-width: 1350px) {
	#gnb .container { width:900px;  }
	#gnb .menu h3 { padding:0px; }
	#gnb .menu h3 a {  padding:40px 10px 0;   font-size:18px;}
	#gnb .menu ul li a { font-size:16px; }
	.all-menu-btn { top:40px;}

}
@media (min-width: 1000px) and (max-width: 1150px) {
	.header h1 img{ width:190px; padding-top:5px;  }
	#gnb { padding-left:190px; }
	#gnb .container { width:800px; }
	#gnb .menu h3 { padding:0px; }
	#gnb .menu h3 a {  padding:40px 5px 0;   font-size:18px;}

}

*/


@media (max-width: 991px) {
.pc { display:none !important;   }
.mobile { display:inline-block !important;   }
.container { width:auto !important;  }

.header { padding:0 15px; height:70px; border-bottom:1px solid rgba(255,255,255,0.3);    position:relative; z-index:100;  }
.header h1 { position:relative; z-index:1; padding-top:15px;  }
.header h1 img {width:200px; }

.header .top-util { position:absolute; top:35px; left:15px;  }
	.header .top-util li { float:left;  }
	.header .top-util li:after { content:'·'; color:#666; display:inline-block;   padding:0 10px; }
	.header .top-util li:last-child:after { content:'';    padding:0; }
	.header .top-util li a { color:#666; font-size:14px;   }

.header .all-menu-open {    position: absolute;    top: 27px;   right: 15px; z-index: 10;    }
.header .all-menu-open img { width:23px;   }
.header .all-menu-close {    position: absolute;    top:27px;   right: 15px;  }



	.m-menu { padding-top:70px;  display:none;  padding-bottom:50px;  width:320px; margin-right:-320px;   z-index: 1000;  overflow-y:auto;    position: fixed;    top: 0;  height:100%;   right: 0;	     background: #fff;    letter-spacing: -1px;    text-align: left;   }
	.all-menu-btn {position:absolute; top:45px; right:110px;  }
	.all-menu-btn img { width:30px; height:30px;   }
	.all-menu-open {  }
	.all-menu-close {  display:none;  }

	.gnb { border-top:1px solid #666;  }
	.gnb .menu { }
	.gnb h3 { font-size: 18px;  }
	.gnb h3 a { color:#000; font-weight:bold;  display:block; height:60px; width:100%; padding:23px 15px 0 25px; border-bottom:1px solid #999ba5;  }
	.gnb  h3 a.active {   background:#ffddaa;  }
	.gnb h3 a i { float:right; font-size:22px;   }
	.gnb ul {display:none;  background:#f5f5f5; border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8;   }
	.gnb ul li {border-bottom:1px solid #cdcdcd;  }
	.gnb ul > li a { font-size:16px; color:#555; font-weight:bold; display:block; color:#666; height:60px;  padding:23px 15px 0 25px;  }
	.gnb ul li ul {display:none;   }


	.footer { border-top:1px solid #cdcdcd; padding:35px 0 ; text-align:center; font-size:13px; color:#7d7d7d;   }
	.footer ul.foot-util {margin-bottom:20px; }
	.footer ul.foot-util li { display:inline-block; padding:0 10px;  background:url(../images2020/main/bot_line_1x18.png) no-repeat left  5px; }
	.footer ul.foot-util li:first-child { background:none; padding-left:0px;  }
	.footer ul.foot-util li a { font-size:15px; color:#000;  }


  #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:0px; 
    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);
  }



.back {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;
}









}