	@charset "UTF-8";

	@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css"); 
	@import url("http://cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css");

	body {
		font-family:"나눔고딕","Nanum Gothic","맑은고딕","Malgun Gothic","돋움","Dotum","굴림","Gulim";
		font-size:12pt;
		vertical-align:top;
		margin:0;
		padding:0;
		overflow-x:hidden;
		overflow-y:hidden;
	}

	div {
		margin:0 auto;
		padding:0;
		overflow-x:hidden;
		overflow-y:hidden;
		/* PC에서 볼때는 overflow 코드로 인해 공백이 있음, 모바일은 없음 */
	}

	div > img {
		margin:0 auto;
		text-align:center;
	}

	a, a:link, a:visited, a:active, a:hover {
		text-decoration:none;
		outline:none;
	}

	ul, ol, li, dl, dt, dd {
		list-style: none;
		padding:0;
	}

	table, th, td {
		border-style : solid;
		border-color:#ababab;
		border-width: 1px;
		border-collapse: collapse;
	}
	table {
		width: 100%;
		border-spacing: 1px;
	}
	tr {
		height: 30px;
	}
	th {
		background-color: #efefef;
		text-align:center;
		font-size:1.0em;
		font-weight:500;
	}
	td {
		line-height:200%;
		font-size:1.0em;
	}

	input[type=text],input[type=password],input[type=textarea],input[type=file]  {
		border:1px solid #cdcdcd;
		border-radius:1px;
		}
	input[type=text],input[type=password],input[type=file] {
		line-height:20px;
		display:inline-block;
	}

	.container {
		padding:0;
		margin:0 auto;
	}

	.carousel-control {
	  text-shadow: 0 0 rgba(0, 0, 0, .0);
	  background-color: rgba(0, 0, 0, 0);
	  filter: alpha(opacity=0);
	  opacity: .0;
	}

/*  상하단, 서브메뉴관련 가로 100프로 박스메뉴 ==> */
/*  상하단, 서브메뉴관련 가로 100프로 박스메뉴 ==> */


#top-navbar {
	position:relative;
	width: 100%;
	max-width:750px;
	margin:0 auto;
	overflow: hidden;
	background-color: #FFF;
	top: 0;
	z-index:9999;
}

#bot-navbar {
	position:relative;
	width:100%;
	height:35px;
	max-width:750px;
	margin:0 auto;
	overflow: hidden;
	background-color:#3a3a3a;
	bottom:0;
	z-index:9999;
}

#top-navbar .navbox {
  display: block;
  width: 100%;
  padding:0;margin:0;
  border-bottom:1px solid #fff;
/*  border-top:1px solid #684315;
  border-bottom:1px solid #684315;  */
}
#top-navbar > div:nth-child(2){ border-bottom-width:0; }
#top-navbar > div:last-child{ border-bottom-color:#FFF; }

#top-navbar .navbox .navlnk {
  display: inline-block;
  padding:0;margin:0;
  border-radius: 10px
  background:linear-gradient(#494949, #fcfcfc);
}

#top-navbar .navbox .navlnk a {
  width:100%;
  display: block;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  height:35px;
  line-height:35px;
  padding:0;margin:0;
    border-radius: 10px
  background:linear-gradient(#494949, #fcfcfc);
}

#top-navbar .navbox .navlnk a:hover {
  background-color: #F00;
  color: #FF0;
  font-weight:600;
  border-radius: 10px
  background:linear-gradient( #fcfcfc, #f30);
}


/*  컨텐츠 서브메뉴 가로 100프로 박스메뉴 */

#sub-navbar {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index:5;
  text-align:center;
}

#sub-navbar .navbox {
  display: block;
  width: 100%;
  padding:0;margin:0;
  border-top:1px solid #666;}

#sub-navbar .navbox .navlnkon, #sub-navbar .navbox .navlnkoff {
  display: inline-block;
  overflow: hidden;
  padding:0;margin:0;
  border-left:1px solid #aeaeae;
}
#sub-navbar .navbox div:first-child{ border-left-width:0px; }

#sub-navbar .navbox .navlnkon { background-color: #FFF;}
#sub-navbar .navbox .navlnkoff { background-color: #666;}

#sub-navbar .navbox .navlnkon a, #sub-navbar .navbox .navlnkoff a {
  width:100%;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  height:30px;
  line-height:30px;
  padding:0;margin:0;
}

#sub-navbar .navbox .navlnkon a { color: #666;  font-size: 12px;}
#sub-navbar .navbox .navlnkoff a { color: #FFF; }

#sub-navbar .navbox .navlnkon a:hover, #sub-navbar .navbox .navlnkoff a:hover {
  background-color: #F00;
  color: #FF0;
}
/*  <== 상하단, 서브메뉴관련 가로 100프로 박스메뉴 */
/*  <== 상하단, 서브메뉴관련 가로 100프로 박스메뉴 */


	.main-mark {
		background-color:transparent;
		border-color:#FFF000;
		border-width:2px;
		color:#FFF000;
		font-size:20pt;
		font-weight:900;
		text-shadow:2px 2px 8px #000;
	}

	.txt-shadow-lg {
		text-shadow:2px 2px 8px #000;
	}
	.txt-shadow-md {
		text-shadow:2px 2px 4px #000;
	}
	.txt-shadow-sm {
		text-shadow:1px 1px 2px #000;
	}
















	.blankH200 { clear:both;position:relative;height:200px;display:block;}
	.blankH100 { clear:both;position:relative;height:100px;display:block;}
	.blankH90 { clear:both;position:relative;height:90px;display:block;}
	.blankH80 { clear:both;position:relative;height:80px;display:block;}
	.blankH70 { clear:both;position:relative;height:70px;display:block;}
	.blankH60 { clear:both;position:relative;height:60px;display:block;}
	.blankH50 { clear:both;position:relative;height:50px;display:block;}
	.blankH40 { clear:both;position:relative;height:40px;display:block;}
	.blankH30 { clear:both;position:relative;height:30px;display:block;}
	.blankH20 { clear:both;position:relative;height:20px;display:block;}
	.blankH10 { clear:both;position:relative;height:10px;display:block;}
	.blankH5 { clear:both;position:relative;height:5px;display:block;}
	.blankH3 { clear:both;position:relative;height:3px;display:block;}
	.blankH2 { clear:both;position:relative;height:2px;display:block;}
	.blankH1 { clear:both;position:relative;height:1px;display:block;}




/***** SMS 정보 세트  *****/

	textarea.sms_lcd{
		font-size:9pt;
		font-family: 굴림;
		line-height:130%;
		color:black;  
		border:none;
		margin:0px;
		overflow-y:hidden;
		scrolling:no;
	}
	textarea.sms_lcdtrans{
		font-size:9pt;
		font-family: 굴림;
		background-color: transparent;
		border:none;
		margin:0px;
		overflow-y:hidden;
		scrolling:no;
	}
	.trans
	{
		font-size:9pt;
		font-family: 굴림;
		line-height:130%;
		border: 0px;
		background-color: transparent;
	}

	.input-txt_on
	{
		border: lightgrey 1px solid;
		font-size: 1em;
		background-color: #FFFFFF;
	}
	.input-txt_off
	{
		border: #3f3f3f 1px solid;
		font-size: 1em;
		background-color: #f3f3f3;
	}

/***** // SMS 정보 세트  *****/



.parallax {
    /* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
	z-index:99;
/*    
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
    min-height: 100px;
*/
}




	/* div로 테이블 만들기 tbl => table - cell 가운데 정렬을 위해 tbl-row 에 line-height:00px 값을 조정한다. */

	.tbl1-line {display: table; width:100%;height:100%;border:0px solid #999;border-width:1px 1px;border-collapse: collapse;}
	.tbl1-row {display: table-row;width:100%;border:1px solid #999;border-width:0px 0px 1px  0px;}
	.tbl1-cell-tle{ display: table-cell; border:0px solid #999;margin:0;padding:0;border-left-width:1px;color:#000;	background-color:#efefef;font-weight:600;}
	.tbl1-cell-cont {display: table-cell; border:0px solid #999;margin:0;padding:0;border-left-width:1px;}
	.tbl1-row:last-child{ border-bottom-width:0px; }
	.tbl1-cell:first-child{ border-left-width:0px; }

	/* -- div로 테이블 만들기 여기까지 		vertical-align:middle;*/



	/* div로 테이블 만들기 tbl => table - cell 가운데 정렬을 위해 tbl-row 에 line-height:00px 값을 조정한다. */
	.lst-tbl-line {display: table; width:100%;border:1px solid #aeaeae;border-width:1px 0px;border-collapse: collapse;}
	.lst-tbl-row {display: table-row;display:block;width:100%;line-height:25px;border:1px solid #aeaeae;border-width:0px 0px 1px  0px;}
	.lst-tbl-cell {display: table-cell;display:inline;border:1px solid #aeaeae;border-left-width:1px;}
	.lst-tbl-cell-color {height:100%;background-color:#efefef;}
	.lst-tbl-row:last-child{ border-bottom-width:0px; }
	.lst-tbl-cell:first-child{ border-left-width:0px; }
	.lst-tbl-cell-tle{ color:#000;	font-weight:600;text-align:center;}

	.lst-box-line {display: table; width:95%;border:1px solid #666;border-width:1px 1px;border-collapse: collapse;}
	/* -- div로 테이블 만들기 여기까지 		vertical-align:middle;*/


	.lst {
		color:#555;
	}

	.lst-tle{
		color:#1889d0;
		font-weight:600;
	}

	.lst a:link, .lst a:visited
	{
		display: block;
		color: #555;
		text-decoration: none;
	}

	.lst a:hover, .lst a:focus 
	{
		text-shadow: 1px 1px 0px #000;
		color:#FC0;
		font-weight:700;
	}

	.lst a:active 
	{
		color:red;
	}

	.lst-pic-line {
		display: table;
		width:100%;
		padding:5px;
		border-style:solid;
		border-width: 5px 5px;
		border-color: #e5ebe2;
	}

	.lst-panel {
		border-color:#e3e3e3;
		border-width:1px;
		padding:0px;
	}

	.lst-panel-heading {
		background-color:#f5f5f5;
		text-align:left;
		color:#000;
	}

	.m-lst-col-xs-6 {
		margin:0px;
		padding:0px;
		border-width:1px;
	}




	/* div로 테이블 만들기 tbl => table - cell 가운데 정렬을 위해 tbl-row 에 line-height:00px 값을 조정한다. */
	.dv-tbl-line {display: table; width:100%;border:0px solid #999;border-width:1px 1px;border-collapse: collapse;}
	.dv-tbl-row {display: table-row;width:100%;line-height:30px;border:1px solid #999;border-width:0px 0px 1px  0px;}
	.dv-tbl-cell {display: table-cell;display:inline; border:0px solid #999;border-left-width:1px;}
	.dv-tbl-cell-color {height:100%;background-color:#efefef;}
	.dv-tbl-row:last-child{ border-bottom-width:0px; }
	.dv-tbl-cell:first-child{ border-left-width:0px; }
	.dv-tbl-cell-tle{ color:#000;	font-weight:600;text-align:center;}


	.dv-tle { background-color:Tomato;color:#FFF;font-size:1.2em;border-color:Gold;border-radius: 10px;border-style:dotted solid;text-align:center; }



	.button {
		background-color: #4CAF50; /* Green */
		border: none;
		color: white;
		padding: 8px 16px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		margin: 4px 2px;
		-webkit-transition-duration: 0.4s; /* Safari */
		transition-duration: 0.4s;
		cursor: pointer;
		border-radius: 4px;
	}

	.button-green {
		background-color: white; 
		color: green; 
		border: 2px solid #4CAF50;
	}

	.button-green:hover {
		background-color: #4CAF50;
		color: white;
	}


	.button-blue {
		background-color: white; 
		color: black; 
		border: 2px solid #008CBA;
	}

	.button-blue:hover {
		background-color: #008CBA;
		color: white;
	}

	.button-red {
		background-color: white; 
		color: black; 
		border: 2px solid #f44336;
	}

	.button-red:hover {
		background-color: #f44336;
		color: white;
	}

	.button-gray {
		background-color: white;
		color: black;
		border: 2px solid #e7e7e7;
	}

	.button-gray:hover {background-color: #e7e7e7;}

	.button-black {
		background-color: white;
		color: black;
		border: 2px solid #555555;
	}

	.button-black:hover {
		background-color: #555555;
		color: white;
	}




