﻿@charset "utf-8";

	/*기본 font 설정*/
  body{
		font-family:'함초롬바탕',"한컴바탕",'새바탕',"순명조",nanumFont,'바탕',batang,'굴림',gulim,arial;
		color:#414042;
	}
	a {color:#414042;text-decoration:none;}
	a:hover {color:#414042;text-decoration:underline;}
	a:focus {color:#414042;}
	a:active {color:#414042;}

	@font-face{
		font-family:"함초롬바탕";
		src:local("함초롬바탕"), url("./font/HANBatang.ttf") format("truetype");
	}
	@font-face{
		font-family:"함초롬돋움";
		src:local("함초롬돋움"), url("./font/HANDotum.ttf") format("truetype");
	}

  .hanja2 {font-family:"한컴바탕확장","함초롬바탕","새바탕","순명조";}
  .hanja1 {font-family:"함초롬바탕","한컴바탕","새바탕","바탕";}
  .hanja11 {font-family:"함초롬돋움","새돋움","새굴림";}

  .eng { color:black;font-family:"Times New Roman"; }
  a.eng:link {color: #800040;font-family:"Times New Roman";}
  a.eng:visited {color: #000080;font-family:"Times New Roman";}
  a.eng:active {color: green;font-family:"Times New Roman";}
  a.eng:hover {color: blue;font-family:"Times New Roman";}

  img{border:0;}
  table{
    border-collapse:collapse;
  }
  table, th, td {
    border: 0px solid black;
  }
  .brdr { border-top-style:none; border-right-style:none; border-bottom-style:solid; border-left-style:none; }

  .s9Font {
  	font-size:9pt;
  	line-height:10pt;
  }
  .s10Font {
  	font-size:10pt;
  	line-height:12pt;
  }
  .s12Font {
		font-size:12pt;
		line-height:14pt;
  }
  .s14Font {
		font-size:14pt;
		line-height:16pt;
  }
  .s16Font {
		font-size:16pt;
		line-height:18pt;
  }
  .s18Font {
		font-size:18pt;
		line-height:20pt;
  }

  .s1px {
		font-size:36px;
		line-height:48px;
  }
  .s2px {
		font-size:30px;
		line-height:40px;
  }
  .s3px {
		font-size:24px;
		line-height:32px;
  }
  .s4px {
		font-size:18px;
		line-height:24px;
  }
  .s5px {
		font-size:14px;
		line-height:20px;
  }
  .s6px {
		font-size:12px;
		line-height:16px;
  }

  #sbox{
    text-align:left;
    background:#fff;
    padding:20px;
    margin:10px;
    border:#ccc solid 1px;
  }
  #sbox2{
    text-align:left;
    background:#fff;
    padding:10px;
    margin:10px;
    border:#ccc solid 1px;
  }
