.bg_body {
  background-color: #EAEEF3 !important;
}


.txt_title {
  /* width:70px;
    padding:0 5px; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**
.links {
  text-decoration: none;
}
**/

.option_selected_color {
	background-color: #2cc8df;
}

.number {
  background-color: #F038A6;
  color: #fff;
  height: 20px;
  width: 20px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}


.gt-btn-rounded-primary {
  color: #fff;
  background-color: #282E50;
  border-radius: 35px;
  /* border: 2px solid rgba(0, 70, 147, 0.75); */
}

/*****
.btn-navy {
  color: #fff;
  background-color: #203864;
  border-color: #203864;
}
*****/

@font-face {
  font-family: "GTKFont";
  font-weight: 400;
  font-style: normal;
  src: 

		url("/dist/fonts/BMDOHYEON_ttf.ttf");
//		url("/dist/fonts/SKYBORI.otf");
		//url("/dist/fonts/Happiness-Sans-Bold.ttf");
/*
		url("/dist/fonts/Happiness-Sans-Bold.ttf");
		url("/dist/fonts/Happiness-Sans-Title.ttf");
		url("/dist/fonts/Happiness-Sans-Regular.ttf");
		url("/dist/fonts/PretendardVariable.ttf");
		url("/dist/fonts/SUITE-SemiBold.ttf");
		url("/dist/fonts/SUITE-Bold.ttf");
		url("/dist/fonts/SUITE-Light.ttf");
		url("/dist/fonts/SUITE-Medium.ttf");
		url("/dist/fonts/SUITE-Regular.ttf");
		url("/dist/fonts/SOYO Maple Bold.ttf");
		url("/dist/fonts/SOYO Maple Regular.ttf");
		url("/dist/fonts/Sejong hospital Bold.ttf");
		url("/dist/fonts/Sejong hospital Light.ttf");
		url("/dist/fonts/The Jamsil 6 ExtraBold.ttf");
		url("/dist/fonts/The Jamsil 5 Bold.ttf");
		url("/dist/fonts/The Jamsil 4 Medium.ttf");
		url("/dist/fonts/The Jamsil 3 Regular.ttf");
		url("/dist/fonts/The Jamsil 2 Light.ttf");
		url("/dist/fonts/The Jamsil 1 Thin.ttf");
		url("/dist/fonts/NanumSquareNeo-eHv.ttf");
		url("/dist/fonts/NanumSquareNeo-dEb.ttf");
		url("/dist/fonts/NanumSquareNeo-cBd.ttf");
		url("/dist/fonts/NanumSquareNeo-bRg.ttf");
		url("/dist/fonts/Orbit-Regular.ttf");
		url("/dist/fonts/LINESeedKR-Rg.ttf");
		url("/dist/fonts/NanumGothicLight.ttf");
		url("/dist/fonts/NanumGothicBold.otf");
		url("/dist/fonts/NanumGothic.otf");
		url("/dist/fonts/BMKIRANGHAERANG.ttf");
		url("/dist/fonts/GmarketSansTTFMedium.ttf");
		url("/dist/fonts/GmarketSansTTFBold.ttf");
		url("/dist/fonts/NPSfont_regular.ttf");

//medium
		url("/dist/fonts/SKYBORI.ttf");
		url("/dist/fonts/NPSfont_extrabold.ttf");
		url("/dist/fonts/NPSfont_bold.ttf");
		url("/dist/fonts/BMHANNA_11yrs_ttf.ttf");
		url("/dist/fonts/BMHANNAPro.ttf");
		url("/dist/fonts/BMJUA_ttf.ttf");
		url("/dist/fonts/GmarketSansTTFLight.ttf");
		url("/dist/fonts/LINESeedKR-Bd.ttf");
		url("/dist/fonts/SOGANG_UNIVERSITY_for_windows.ttf");

//bad
		url("/dist/fonts/한국기계연구원_bold.ttf");
		url("/dist/fonts/한국기계연구원_Light.ttf");
		url("/dist/fonts/BMDOHYEON_ttf.ttf");
    url("/dist/fonts/BMJUA_ttf.ttf");
		url("/dist/fonts/BMYEONSUNG_ttf.ttf");
		url("/dist/fonts/BMHANNAAir_ttf.ttf");
		url("/dist/fonts/LINESeedKR-Th.ttf");
		url("/dist/fonts/NanumSquareNeo-aLt.ttf");

*/
}

body {
/*
	font-family: "GTKFont";
*/
}

.myfont {
	font-family: "GTKFont";
}

a, a:hover,a:visited, a:focus {
    text-decoration:none;
}



