/*@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);*/


@font-face { font-family: 'Noto Sans KR'; 
font-style: normal; font-weight: 300; 
src: 	url(/css/font/NotoSansCJKkr-Light-Subset-no-hint.woff2) format('woff2'), 
		url(/css/font/NotoSansCJKkr-Light-Subset-no-hint.woff) format('woff'), 
		url(/css/font/NotoSansCJKkr-Light-Subset-no-hint.otf) format('opentype'); 
}

@font-face { font-family: 'Noto Sans KR'; 
font-style: normal; font-weight: 400; 
src: 	url(/css/font/NotoSansCJKkr-Regular-Subset-no-hint.woff2) format('woff2'), 
		url(/css/font/NotoSansCJKkr-Regular-Subset-no-hint.woff) format('woff'), 
		url(/css/font/NotoSansCJKkr-Regular-Subset-no-hint.otf) format('opentype'); 
}

@font-face { font-family: 'Noto Sans KR'; 
font-style: normal; font-weight: 500; 
src: 	url(/css/font/NotoSansCJKkr-Medium-Subset-no-hint.woff2) format('woff2'), 
		url(/css/font/NotoSansCJKkr-Medium-Subset-no-hint.woff) format('woff'), 
		url(/css/font/NotoSansCJKkr-Medium-Subset-no-hint.otf) format('opentype'); 
}

@font-face { font-family: 'Noto Sans KR'; 
font-style: normal; font-weight: Bold; 
src: 	url(/css/font/NotoSansCJKkr-Bold-Subset-no-hint.woff2) format('woff2'), 
		url(/css/font/NotoSansCJKkr-Bold-Subset-no-hint.woff) format('woff'), 
		url(/css/font/NotoSansCJKkr-Bold-Subset-no-hint.otf) format('opentype'); 
}


/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100,400,700;
  src: url('/css/font/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('/css/font/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/font/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/font/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/css/font/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/font/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

body * {
	/*font-family: Roboto, 'Noto Sans KR' !important;*/
}

tab_txt_off {
	color: 707070;
	background-image: url(/kr/images/tab_bg_off.gif);
	background-repeat: repeat-X;
	background-position: left top;
	font-family: Roboto, 'Noto Sans KR';
	padding: 2, 2, 3, 2;
	text-align: center
}

.tab_txt_on {
	color: FFFFFF;
	background-image: url(/kr/images/tab_bg_on.gif);
	background-repeat: repeat-X;
	background-position: left top;
	color: #fff;
	font-family: Roboto, 'Noto Sans KR';
	font-weight: 500;
	padding: 2, 2, 3, 2;
	text-align: center
}
/* reset & default */
body {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #666;
	color: #000000;
	font-family: Roboto,'Noto Sans KR';
}

body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, pre, form,
	fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

html, body {
	height: 100%;
	width: 100%;
}

img, fieldset {
	border: none;
	padding: 0;
	margin: 0
}

img {
	vertical-align: top;
	border: none;
}

hr, button img {
	display: none
}

li {
	list-style: none
}

a {
	text-decoration: none;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	COLOR: #000;
	text-decoration: none;
}

textarea {
	overflow: auto
}

legend {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
} /* For Screen Reader */
input, select {
	vertical-align: middle;
    font-weight: 400;
    font-size: 12px;
    color: #333;
    min-width:60px;
    font-family: Roboto, 'Noto Sans KR' !important;
    height: 20px;
}

form* {
	margin: none;
	vertical-align: middle
}

em {
	font-style: normal;
}

caption {
	display: none;
}

input.radio {
	width: 13px;
	height: 13px;
	vertical-align: top;
}

input.checkbox {
	width: 13px;
	height: 13px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

div, p {
	display: block;
}

h1, h2, h3, h4, h5 {
	display: block;
}

iframe {
	margin: 0;
	padding: 0;
	border: 0px;
}

form {
	margin: 0;
	padding: 0;
}

.png24 {
	tmp: expression(setPNG24(this));
}

/* index */
.topWrap {
	margin: 0 auto;
	height: 50px;
	max-width: 1600px;
	padding: 10px 0 10px 0;
	width: 100%;
	min-width: 1420px;
	background-color: #ff5000;
}

.topWrapTm {
	margin: 0 auto;
	height:55px;
	max-width:1600px;
	width:100%;
	min-width:1420px;
	background-color: #FF5000;
}

h1 {
	float: left;
	width: 140px;
	padding-left: 20px;
}

.topWrap p {
	float: right;
	padding: 20px 20px 0 0;
}

.imgWrap {
	margin: 0 auto;
	height: 600px;
	max-width: 1600px;
	min-width: 1420px;
	background-image: url("../images/main_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mainText {
	float: left;
	margin: 170px 0 0 100px;
}

.mainLogoTm {
	position:relative;
	top:30px;
	right:50px;
	float:right;
}

.login {
	float: right;
	width: 350px;
	/* margin: 170px 100px 0 0; */
	margin: 365px -118px 0 0;
}

.loginTitle {
	color: #fff;
	/*color: #000000; */
	font-weight: 500;
	font-family: Roboto,'Noto Sans KR';
	font-size: 24px;
	padding: 0 0 10px 0;
	text-align: left;
}

/*
.loginLeft input {
	height: 48px;
	width: 240px;
	border: 0px #afafaf solid;
	color: #333;
	font-weight: 100;
	font-size: 1.5em;
	font-family: Roboto,'Noto Sans KR';
	line-height: 48px;
	padding: 0 0 0 10px;
}
*/
.loginLeft input.pass {
	border-top: none;
}
/*
.loginRight {
	float: left;
	width: 100px;
	text-align: left;
}

.loginLeft {
	float: left;
	width: 240px;
}
*/
.rememberId {
	clear: both;
	/* color: #fff; */
	color: #000000;
	font-size: 12px;
	font-weight:500;
	height: 25px;
	line-height: 25px;
	padding-top: 8px;
	text-align: left;
}

.rememberId a:link,a:visited,a:hover {
	/* color: #fff; */
	color: #000000;
	text-decoration: none;
}

/*
.rememberId a:visited {
	color: #000000;
	text-decoration: underline;
}

.rememberId a:hover {
	color: #000000;
	text-decoration: underline;
}
*/

.rememberId a {
	padding-left: 20px;
}

.rememberId input {
	border: 1px #afafaf solid;
}

.boardWrap {
	margin: 0 auto;
	max-width: 1600px;
	background-color: #dfdfdf;
	min-width: 1420px;
}

.notice {
	float: left;
	width: 330px;
	height: 230px;
	background-color: #dfdfdf;
	padding: 0 0 0 30px;
}

.faq {
	float: left;
	width: 330px;
	height: 230px;
	background-color: #ededed;
	padding: 0 0 0 30px;
}

.box {
	float: left;
	width: 720px;
	height: 230px;
}

.leftTitle {
	float: left;
	margin: 30px 0 0 30px;
}

.rightMore {
	float: right;
	margin: 30px 30px 0 0;
}

.mainList {
	float: left;
	margin: 15px 0 0 30px;
	width: 100%
}

.mainList li {
	float: left;
	width: 100%;
	font-size: 12px;
	font-family: Roboto,'Noto Sans KR';
	line-height: 27px;
	color: #666;
	overflow: hidden;
	min-width: 100px;
	height: 27px;
	text-align: left;
}

.mainList li a:link {
	color: #666;
	text-decoration: none;
}

.mainList li a:visited {
	color: #666;
	text-decoration: none;
}

.mainList li a:hover {
	color: #d7182a;
	text-decoration: none;
}

.leftList {
	float: left;
	width: 300px;
	overflow: hidden;
}

.rightDate {
	float: right; width: 60 px;
	font-size: 0.9em;
	color: #999;
}

.mainBox {
	float: left;
	width: 720px;
	height: 230px;
}

.mainBox li {
	float: left;
	width: 240px;
	height: 230px;
	text-align: center;
}

.mainBox li a img {
	padding-top: 40px;
}

.mainBoxBlue {
	background-color: #006ca3;
}

.mainBoxDarkGray {
	background-color: #3a3a3a;
}

.mainBoxGray {
	background-color: #646464;
}

.mainBoxBlack {
	background-color: #1F1F1F;
}
.mainBoxDrakGrayTm{
	background-color: #3A3A3A;
}
.mainBoxGrayTm{
	background-color: #646464;
}

/*
.footer {
	max-width: 1600px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	min-width: 1420px;
	clear: both;
}

.footer p.leftCopy {
	font-family: Roboto,'Noto Sans KR';
	float: left;
	width: 800px;
	line-height: 18px;
	font-weight: 500;
	color: #AAAAAA;
	text-align: left;
}

.footer p.rightLogo {
	float: right;
}

/* sub */
.tabWrap {
	margin: 0 auto;
	height: 210px;
	max-width: 1600px;
	min-width: 1420px;
	
	/*background-image: url("../images/subKV.jpg"); */
	background-image: url("../images/sub_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.subKVTitle {
	text-align: center;
	padding: 45px 0 56px 0;
}

.subTab {
	width: 950px;
	margin: 0 auto;
}

.subTab li {
	float: left;
	width: 236px;
	height: 45px;
	background-image: url("../images/tabBg.png");
	text-align: center;
	font-size: 18px;
	font-family: Roboto,'Noto Sans KR';
	font-weight: 500;
	color: #222;
	margin-left: 1px;
	line-height: 45px;
}

.subTab li a:link {
	color: #222;
	text-decoration: none;
}

.subTab li a:visited {
	color: #222;
	text-decoration: none;
}

.subTab li a:hover {
	color: #222;
	text-decoration: none;
}

.subTab li.on {
	background-image: none;
	/* background-color: #222; */
	background-color: #fa4d09;
	color: #fff;
}

.subTab li.on a:link {
	color: #fff;
	text-decoration: none;
}

.subTab li.on a:visited {
	color: #fff;
	text-decoration: none;
}

.subTab li.on a:hover {
	color: #fff;
	text-decoration: none;
}

.contents {
	margin: 0 auto;
	width: 950px;
	padding: 45px 0 45px 0;
}

.titleArea {
	float: left;
	width: 950px;
	border-bottom: 1px #3a3a3a solid;
	margin-bottom: 15px;
}

.subTitle1 {
	float: left;
	font-family: Roboto,'Noto Sans KR';
	/* color: #222; */
	color: #FF5000;
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 10px 10px;
}

.subTitle2 span {
	font-size: 12px;
	color: #000000;
	/* color: #666; */
	font-weight: 100;
	font-family: Roboto,'Noto Sans KR';
}

.subTtile3 {
	padding: 20px 0 10px 0;
	color: #000000;
	/* color: #006ca3; */
	font-weight: 500;
	font-family: Roboto,'Noto Sans KR';
	clear: both;
}

.location {
	float: right;
	font-size: 11px;
	color: #999;
	padding: 15px 10px 0 0;
}

.location img {
	padding: 0 10px 0 0;
}

.boardList {
	width: 100%;
	border-top: 1px #222 solid;
}

.boardList th {
	text-align: center;
	color: #444;
	height: 35px;
	background-color: #f9f9f9;
	border-bottom: 1px #cfcfcf solid;
}

.boardList th.title {
	text-align: left;
	padding-left: 15px;
	font-size: 12px;
	height: 40px;
}

.boardList td {
	text-align: center;
	color: #666;
	height: 35px;
	border-bottom: 1px #cfcfcf solid;
}

.boardList td.left {
	text-align: left;
}

.boardList td.left2 {
	text-align: left;
	padding-left: 15px;
}

.boardList td.view {
	padding: 20px;
	line-height: 24px;
	text-align: left;
}

.paging {
	margin-top: 30px;
	height: 35px;
	text-align: center;
}

.paging img {
	padding-right: 6px;
}

.paging ul {
	
}

.paging ul li {
	display: inline-block;
	text-align: center;
	margin-right: 6px;
	height: 25px;
	width: 27px;
	border: 1px #c8c8c8 solid;
	line-height: 25px;
}

.btnCenter {
	text-align: center;
	padding-top: 30px;
}

.btnCenter img {
	padding-left: 5px;
}

.subInputBox {
	margin: 0 auto;
	width: 910px;
	background-color: #fff;
	clear: both;
	padding: 20px;
}

.subTitle2 {
	float: left;
	width: 100%;
	font-family: Roboto,'Noto Sans KR';
	color: #222;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0 10px 25px;
	background: url("../images/icoArrow.gif") 10px 13px no-repeat;
}

.subTab2 {
	width: 950px;
	margin: 0 auto;
}

.subTab2 li {
	float: left;
	width: 236px;
	height: 40px;
	text-align: center;
	font-size: 12px;
	font-family: Roboto,'Noto Sans KR';
	font-weight: 500;
	color: #666;
	line-height: 40px;
	border-top: 1px #b5b5b5 solid;
	border-right: 1px #b5b5b5 solid;
	border-bottom: 1px #b5b5b5 solid;
}

.subTab2 li a:link {
	color: #222;
	text-decoration: none;
}

.subTab2 li a:visited {
	color: #222;
	text-decoration: none;
}

.subTab2 li a:hover {
	color: #222;
	text-decoration: none;
}

.subTab2 li.on {
	color: #006ca3;
	line-height: 40px;
	border-top: 2px #006ca3 solid;
	border-right: 1px #b5b5b5 solid;
	border-bottom: none;
	background-color: #fff;
}

.subTab2 li.on a:link {
	color: #006ca3;
	text-decoration: none;
}

.subTab2 li.on a:visited {
	color: #006ca3;
	text-decoration: none;
}

.subTab2 li.on a:hover {
	color: #006ca3;
	text-decoration: none;
}

.subTab3 {
	width: 950px;
	margin: 0 0 0 10px;
}

.subTab3 li {
	float: left;
	width: 472px;
	height: 35px;
	background-color: #ecf6ff;
	text-align: center;
	font-size: 15px;
	font-family: Roboto,'Noto Sans KR';
	font-weight: 500;
	color: #222;
	margin-left: 1px;
	line-height: 35px;
}

.subTab3 li a:link {
	color: #222;
	text-decoration: none;
}

.subTab3 li a:visited {
	color: #222;
	text-decoration: none;
}

.subTab3 li a:hover {
	color: #222;
	text-decoration: none;
}

.subTab3 li.on {
    background-image: none;
    background-color: #777;
    color: #fff;
}

.subTab3 li.on a:link {
	color: #fff;
	text-decoration: none;
}

.subTab3 li.on a:visited {
	color: #fff;
	text-decoration: none;
}

.subTab3 li.on a:hover {
	color: #fff;
	text-decoration: none;
}

.inputBox {
	margin: 0 auto;
	width: 910px;
	background-color: #e0ecf1;
	clear: both;
	padding: 20px;
}


.inputType {
	width: 100%
}

.inputType th {
	text-align: left;
	font-size: 12px;
	font-family: Roboto,'Noto Sans KR';
	color: #555;
}

.inputType td {
	padding: 4px 0 4px 0;
	color: #666;
	font-size: 11px;
	line-height: 20px;
}

.inputType td input {
	height: 21px;
	border: 1px #bbb solid;
}

.inputType td select {
	height: 21px;
}

.inputType td {
	height: 21px;
}

.inputType td input[type=checkbox] {
	width: 18px;
	height: 18px;
}

.inputType td.large {
	font-size: 12;
	font-weight: 500;
}

.inputType td textarea {
	width: 760px;
	height: 80px;
	border: 1px #bbb solid;
	font-family: Roboto,'Noto Sans KR';
}

.grayBox2 {
	padding: 25px 0 25px 15px;
	background-color: #eeeeee;
}

.grayBox2 input {
	border: 1px #bbb solid;
	height: 21px;
	width: 330px;
	font-size: 12px;
	padding-left: 10px;
	font-family: Roboto,'Noto Sans KR';
}

.downArea {
	line-height: 35px;
	padding: 10px 0 10px 0;
}

.downArea img {
	padding-right: 10px;
}

.grayBrd {
	border: 1px #bbb solid;
	padding: 25px;
	line-height: 20px;
	color: #666;
	height: 300px;
	overflow: scroll;
	width: 900px;
}

/* main */
.subTop {
	position: relative;
	width: 100%;
	height: 50px;
	/* background-color: #006ca3; */
	min-width: 1420px;
	z-index: 1;
}

.menuTop {
	position: relative;
	width: 100%;
	/*height: 50px;*/
	min-width: 1420px;
	z-index: 1;
}

.topLogout {
	float: right;
	font-size: 11px;
	line-height: 35px;
	/* color: #8db0cb; */
	color: #FFF;
	padding: 17px 20px 0 0;
	z-index: 0;
}

.subTop h1 {
	padding: 9px 0 0 30px;
}

.lnbArea {
	float: left;
	width: 250px;
	border-right: 1px #DDD solid;
	height: 85%;
	z-index: 0;
}

.contentsArea {
	position: relative;
	width: auto;
	min-height: 500px;
	margin: 10px 10px 0px 261px;
	z-index: 0;
}

.contentsAreaPop {
	position: relative;
	width: auto;
	margin: 0px 10px 0px 10px;
	z-index: 0;
}

.gnb {
	float: left;
	min-width: 1420px;
	position: relative;
	width: 100%;
	line-height: 45px;
	height: 45px;
	/* background-color: #006ca4; */
	background-color: #FF5000;
	z-index: 1;
	border-bottom: 1px solid #ddd;
}

.gnb li {
	float: left !important;
	/* padding: 0px 20px 0px 20px !important; */
	height: 45px;
	font-family: Roboto,"Noto Sans KR";
	font-weight: 500;
	color: #333 ;
	font-size: 16px;
	letter-spacing: -1px;
}

.gnb li a:link {
	color: #333; 
	/* color: #fff; */
	text-decoration: none;
	font-family: Roboto,'Noto Sans KR';
	font-weight: 500 !important;
	font-size: 16px !important;
}

.gnb li a:visited {
	color: #333;
	text-decoration: none;
	font-family: Roboto,'Noto Sans KR';
	font-weight: 500 !important;
	font-size: 16px !important;
}

.gnb li a:hover {
	opacity: 0.8 !important;
	text-decoration: none;
	font-family: Roboto,'Noto Sans KR';
	font-weight: 500 !important;
	font-size: 16px !important;
}

.gnb li.on {
	color: #004fb4;
	/* border-bottom: 3px #004fb4 solid; */
	border-bottom: 3px #ebf5fd solid;
	font-family: Roboto,'Noto Sans KR';
	font-weight: 500 !important;
	font-size: 19px !important;
}

.gnb li.on a:link {
	/* color: #004fb4; */
	color: #A9F5F2;
	text-decoration: none;
	font-family: Roboto,'Noto Sans KR';
	width:100%;
	font-weight: 500 !important;
	font-size: 16px !important;
}

.gnb li.on a:visited {
	color: #004fb4;
	text-decoration: none;
	width:100%;
	font-family: Roboto,'Noto Sans KR';
	font-weight: 500 !important;
	font-size: 16px !important;
}

.gnb li.on a:hover {
	color: #004fb4;
	text-decoration: none;
	font-family: Roboto,'Noto Sans KR';
	font-weight: bold !important;
	font-size: 16px !important;
}

/* 2depth ���� */
.lnb {
	width: 100%;
	height: 100%;
}

.lnb li {
	float: left;
	width: 200px;
	font-size: 12px;
	color: #333;
	font-family: Roboto,'Noto Sans KR';
	font-weight: 500;
	background-image: url("../images/icoPlus.gif");
	background-repeat: no-repeat;
	background-position: 12px 10px;
	line-height: 25px;
	padding-left: 30px;
}

.lnb li a:link {
	color: #333;
	text-decoration: none;
}

.lnb li a:visited {
	color: #333;
	text-decoration: none;
}

.lnb li a:hover {
	color: #333;
	text-decoration: none;
}

.lnb li.on {
	float: left;
	width: 200px;
	font-size: 12px;
	color: #333;
	font-family: Roboto,'Noto Sans KR';
	font-weight: 500;
	background-image: url("../images/icoMinus.gif");
	background-repeat: no-repeat;
	background-position: 12px 10px;
	line-height: 25px;
	padding-left: 30px;
}

.lnb li ul {
	color: #666;
}

.lnb li ul li {
	width: 190px;
	border: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 100;
	color: #333;
	margin-left: -30px;
	padding-left: 40px;
	background-image: url("../images/icoMinus.gif");
	background-repeat: no-repeat;
	background-position: 24px 8px;
}

.lnb li ul li a {
	color: #666;
	text-decoration: none;
}

.lnb li ul li a:link {
	color: #666;
	text-decoration: none;
}

.lnb li ul li a:visited {
	color: #666;
	text-decoration: none;
}

.lnb li ul li a:hover {
	color: #d7182a;
	text-decoration: none;
}

.lnb li ul li ul {
	color: #666;
}

.lnb li ul li ul li {
	width: 190px;
	border: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 100;
	height: 25px;
	color: #333;
	padding-left: 48px;
	background-image: url("../images/icoFolder.gif");
	background-repeat: no-repeat;
	background-position: 20px 4px;
}

.lnb li ul li ul li a {
	color: #666;
	text-decoration: none;
}

.lnb li ul li ul li a:link {
	color: #666;
	text-decoration: none;
}

.lnb li ul li ul li a:visited {
	color: #666;
	text-decoration: none;
}

.lnb li ul li ul li a:hover {
	color: #d7182a;
	text-decoration: none;
}

.lnb li ul li ul li.on {
	border: 0;
	background-color: #e0effc;
	background-image: url("../images/icoFolderOn.gif");
	background-repeat: no-repeat;
	background-position: 30px 4px;
	margin-left: -40px;
	padding-left: 58px;
	width: 172px;
}

.subTitle {
	width: 100%;
	min-width: 1420px;
}

.subTitle h2 {
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto,'Noto Sans KR';
	color: #333;
	padding: 20px 0 8px 20px;
	display: inline-block;
	width: 90%;
}

.grayBox {
	width: 100%;
	padding: 10px 0 10px 0;
	background-color: #d6dbe1;
	min-width: 1420px;
}

.searchBox {
	width: 100%;
	font-size: 1em;
	min-width: 1420px;
	margin-left: 20px;
}

.searchBox th {
	text-align: left;
	color: #333;
	font-family: Roboto,'Noto Sans KR';
	background-color: #d6dbe1;
	line-height: 20px;
	background-image: url("../images/icoDot.gif");
	background-position: 7px 12px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.searchBox td {
	line-height: 18px;
	color: #333;
	padding: 2px 0 0 0;
}

.searchBox td input {
	height: 23px;
	border: 1px #83838f solid;
	color: #333;
	line-height: 25px;
}

.calendar {
	background: url("../images/icoDate.gif");
	width: 25px;
	height: 25px;
}

.btnSet {
	width: 100%;
	margin-bottom: 8px;
	margin-top: 25px;
	text-align: right;
}

.btnSet img {
	padding-right: 5px;
}

.btnSet2 {
	width: 60%;
	float: right;
	margin-bottom: 8px;
	margin-top: 25px;
	text-align: right;
}

.btnSet2 img {
	padding-right: 5px;
}

.btnSet3 {
	width: 100%;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: right;
}

.changeBox {
	float: left;
	color: #333;
	margin: 25px 0 0 20px;
	font-weight: 500;
}

.changeBox input {
	height: 21px;
	border: 1px #999 solid;
}

.statusBox {
	width: 100%;
	min-width: 1170px;
}

.statusBox li {
	min-width : 230px;
	float: left;
	width: 20%;
	/* background-color: #e0effc; */
	background-color: #e6e6e6;
	border-right: 1px #b5b5b5 solid;
	border-bottom: 1px #b5b5b5 solid;
	padding-bottom: 20px;
	height: 160px;
}

.statusBox li.color {
	/* background-color: #ebf5fd; */
	background-color: #f5f5f5;
}

.statusBox li p {
	padding: 25px 0 20px 25px;
	/* color: #006ca3; */
	color: #000000;
	font-size: 15px;
	font-weight: 500;
}

.statusTitle {
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #fff;
	float: left;
	width: 45%;
	color: #586a79;
	line-height: 25px;
	margin: 0 0 0 25px;
}

.statusNum {
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #fff;
	float: left;
	width: 38%;
	text-align: right;
	color: #000000;
	font-weight: 500;
	line-height: 25px;
	cursor: pointer;
}

.tableList {
	width: 100%;
	border-top: 1px #c4c4c4 solid;
	font-size: 12px;
	min-width: 1420px;
}

.tableList th {
	height: 25px;
	text-align: center;
	color: #333;
	font-family: Roboto,'Noto Sans KR';
	background-color: #f0f0f0;
	line-height: 25px;
	border-bottom: 1px #c4c4c4 solid;
	font-size: 12px;
}

.tableList td {
	text-align: center;
	padding: 7px 8px 5px 8px;
	line-height: 18px;
	color: #333;
	border-bottom: 1px #e3e3e3 solid;
	font-size: 12px;
}

.tableList td.left {
	text-align: left;
}

.tableList td.right {
	text-align: right;
}

.tableList td a {
	color: #1660a3;
}

.tableList2 {
	width: 100%;
	border-top: 1px #c4c4c4 solid;
	font-size: 12px;
	min-width: 1420px;
}

.tableList2 th {
	height: 25px;
	text-align: center;
	color: #333;
	font-family: Roboto,'Noto Sans KR';
	background-color: #f0f0f0;
	line-height: 25px;
	border-right: 1px #b5b5b5 solid;
	border-bottom: 1px #c4c4c4 solid;
	font-size: 12px;
}

.tableList2 td {
	text-align: center;
	padding: 7px 8px 5px 8px;
	line-height: 18px;
	color: #333;
	border-bottom: 1px #e3e3e3 solid;
	border-right: 1px #b5b5b5 solid;
	font-size: 12px;
}

.tableList2 td.left {
	text-align: left;
}

.tableList2 td.right {
	text-align: right;
}

.tableList2 td a {
	color: #1660a3;
}

.tableList2 td.sel {
	background-color: #f8f2d2;
}

.tableList2 td.selRight {
	background-color: #f8f2d2;
	text-align: right;
}

.viewTable {
	width: 100%;
	border-top: 1px #c4c4c4 solid;
	font-size: 12px;
	min-width: 1420px;
}

.viewTable th {
	height: 25px;
	text-align: left;
	color: #333;
	font-family: Roboto,'Noto Sans KR';
	background-color: #dde7ee;
	line-height: 25px;
	border-bottom: 1px #c4c4c4 solid;
	font-size: 12px;
	padding-left: 20px;
}

.viewTable td {
	padding: 5px 8px 5px 10px;
	line-height: 18px;
	color: #333;
	border-bottom: 1px #b5b5b5 solid;
	border-right: 1px #b5b5b5 solid;
	font-size: 12px;
}

.viewTable td input {
	height: 21px;
	border: 1px #999 solid;
	background-color: #ffffff;
}

.viewTable td textarea {
	width: 85%;
	height: 70px;
	background-color: #ffffff;
	border: 1px #999 solid;
	font-family: Roboto,'Noto Sans KR';
}

.viewTable td input[type=radio] {
	background-color: #fff;
}

.viewTable td select {
	height: 21px;
}

.popTable {
	width: 100%;
	border-top: 1px #c4c4c4 solid;
	font-size: 12px;
	border-left: 1px #b5b5b5 solid;
}

.popTable th {
	height: 25px;
	text-align: left;
	color: #333;
	font-family: Roboto,'Noto Sans KR';
	background-color: #dde7ee;
	line-height: 25px;
	border-bottom: 1px #c4c4c4 solid;
	font-size: 12px;
	padding-left: 20px;
}

.popTable td {
	padding: 5px 8px 5px 10px;
	line-height: 18px;
	color: #333;
	border-bottom: 1px #b5b5b5 solid;
	border-right: 1px #b5b5b5 solid;
	font-size: 12px;
}

.popTable td input {
	height: 21px;
	border: 1px #999 solid;
	background-color: #ffffff;
}

.popTable td textarea {
	width: 85%;
	height: 70px;
	background-color: #ffffff;
	border: 1px #999 solid;
	font-family: Roboto,'Noto Sans KR';
}

.popTable td input[type=radio] {
	background-color: #fff;
}

.popTable td select {
	height: 21px;
}

.popList {
	width: 100%;
	border-top: 1px #c4c4c4 solid;
	border-left: 1px #c4c4c4 solid;
	font-size: 12px;
}

.popList th {
	height: 25px;
	text-align: center;
	color: #333;
	font-family: Roboto,'Noto Sans KR';
	background-color: #f0f0f0;
	line-height: 25px;
	border-right: 1px #b5b5b5 solid;
	border-bottom: 1px #c4c4c4 solid;
	font-size: 12px;
}

.popList td {
	text-align: center;
	padding: 7px 8px 5px 8px;
	line-height: 18px;
	color: #333;
	border-bottom: 1px #e3e3e3 solid;
	border-right: 1px #b5b5b5 solid;
	font-size: 12px;
}

.popList td.left {
	text-align: left;
}

.popList td.right {
	text-align: right;
}

.popList td a {
	color: #1660a3;
}

.popList td.sel {
	background-color: #f8f2d2;
}

.popList td.selRight {
	background-color: #f8f2d2;
	text-align: right;
}

.popList td.sum {
	border-right: none;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	font-family: Roboto,'Noto Sans KR';
	text-align: right;
	border-bottom: 2px #333 solid;
}

.popTitle {
	width: 100%;
	height: 50px;
	background-color: #006ca3;
}

.popTitle h3 {
	color: #fff;
	line-height: 50px;
	font-weight: 500;
	font-family: Roboto,'Noto Sans KR';
	font-size: 18px;
	padding-left: 20px;
}

.popWrap {
	padding: 20px;
}
/* Ŭ���� CLASS �߰� */
.inputsubmit {
	height: 21px;
	border: 1px #999 solid;
	background-color: #ffffff;
	font-size: 12px;
	padding-left: 3px;
}

.cell_title1 {
	width: 100%;
	height: 30px;
	/*background-image:url("/design/images/topbg.jpg");*/
	background-position : top;
	background-repeat : repeat-x;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	font-family: Roboto,'Noto Sans KR';
	font-size: 16px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color:#ff5000;
}

.location_start {
	margin-top: 12px;
	float: right;
	font-family: Roboto,'Noto Sans KR';
	color: #222;
	font-size: 13px;
	font-weight: 500;
	padding: 0 0 10px 0px;
}

.title_page {
	margin-top: 12px;
	float: left;
	font-family: Roboto,'Noto Sans KR';
	color: #222;
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 10px 0px;
}

.c_title_1 {
	height: 25px;
	text-align: left;
	color: black;
	font-family: Roboto,'Noto Sans KR';
	background-color: #d6edc5;
	line-height: 25px;
	font-size: 12px;
	padding-left: 10px;
	font-weight: 500;
}

.c_data_1 {
	background-color: #ffffff;
	padding: 5px 8px 5px 10px;
	line-height: 18px;
	color: #333;
	font-size: 12px;
}

.c_data_1 input {
	height: 21px;
	border: 1px #999 solid;
	background-color: #ffffff;
	font-size: 12px;
	padding-left: 3px;
}

.c_data_1 textarea {
	width: 85%;
	height: 70px;
	background-color: #ffffff;
	border: 1px #999 solid;
	font-size: 12px;
	padding-left: 3px;
	font-family: Roboto,'Noto Sans KR';
}

.c_data_1 input[type=radio] {
	background-color: #fff;
}

.c_data_1 select {
	height: 21px;
	padding: 0 0 0 0;
}

.c_data_1_p {
	background-color: #ffffff;
	padding: 5px 8px 5px 10px;
	line-height: 18px;
	color: #333;
	font-size: 12px;
}

.c_data_1_p_tinymce {
	background-color: #ffffff;
	padding: 5px 8px 5px 10px;
	line-height: 18px;
	color: #333;
	font-size: 12px;
}

.c_data_1_p_tinymce table {
   	border-collapse: collapse;
}

.c_data_1_p_tinymce th {
   	border:1px solid #000000;
}

.c_data_1_p_tinymce td {
   	border:1px solid #000000;
   	width:100px;height:20px;
}


.c_data_1_p input {
	height: 21px;
	border: 1px #999 solid;
	background-color: #ffffff;
	font-size: 12px;
	padding-left: 3px;
}

.c_data_1_p textarea {
	width: 85%;
	height: 70px;
	background-color: #ffffff;
	border: 1px #999 solid;
	font-size: 12px;
	padding-left: 3px;
	font-family: Roboto,'Noto Sans KR';
}

.c_data_1_p input[type=radio] {
	background-color: #fff;
}

.c_data_1_p select {
	height: 21px;
}

.input_data1 {
	background-color: #ffffff !important;
	border: 0px !important;
	font-size: 12px;
}

.input_data2 {
	background-color: #ffffff !important;
	border: 0px !important;
	font-size: 12px;
}

.btn {
	font-family: Roboto,'Noto Sans KR';
	color: #222;
	font-size: 12px;
	font-weight: 500;
}

.btn a:hover {
	font-family: Roboto,'Noto Sans KR';
	color: #222;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.btn a:visited {
	font-family: Roboto,'Noto Sans KR';
	color: #222;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.btn a:link {
	font-family: Roboto,'Noto Sans KR';
	color: #222;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.c_title_1_p_c {
	height: 30px;
	text-align: center;
	color: #333;
	font-family: Roboto,'Noto Sans KR';
	background-color: #f0f0f0;
	line-height: 30px;
	border-right: 1px #b5b5b5 solid;
	border-bottom: 1px #c4c4c4 solid;
	font-size: 12px;
}

/* ������ - �ű��߰� */
.app_pp_ins3_table td{
	border: 1px solid black;
}

.w100b0cs0co0 {
	width: 100%;
	border: 0;
	border-spacing: 0px;
}

.w100b0cs0co0 td {
	padding:0px;
}

.cell_title_regist {
	width: 100%;
	height: 50px;
	background-image:url("/design/images/topbg.jpg");
	background-position : top;
	background-repeat : repeat-x;
	color: #fff;
	line-height: 50px;
	font-weight: 500;
	font-family: Roboto,'Noto Sans KR';
	font-size: 18px;
	padding-left: 20px;
	padding-bottom: 15px;
}
.eval_data_form{
	float:left;
	
}

.eval_data_title {
	border-top: 3px solid white;
	width: 45%;
	height: 25px;
	background-color : #8C8C8C;
	color: white;
	font-size: 12px;
    text-align :center;
}

.eval_data_score {
	border-top: 3px solid white;
	width: 55%;
	height: 25px;
	background-color : #8C8C8C;
	color: white;
	font-size: 12px;
    text-align :center;
}

.eval_data_title2 {
	width: 45%;
	height: 25px;
	background-color : #BDBDBD;
	color: #353535;
	font-size: 12px;
    text-align :center;
    border: 1px solid #ABABAB;
}

.eval_data_score2 {
	width: 55%;
	height: 25px;
	background-color : #BDBDBD;
	color: #353535;
	font-size: 12px;
    text-align :center;
    border: 1px solid #ABABAB;
 
}

.eval_data_item {
	width: 55%;
	height: 25px;
	background-color : #EAEAEA;
	font-size: 12px;
	padding-left : 10px;
}

.e_data_2 {
	width: 55%;
	height : 25px;
	font-size: 11px;
	border-bottom: 2px solid black;
}
.eval_data_qu {
	width: 100%;
	height : 25px;
	font-size: 11px;
	border-bottom : 1px solid #8C8C8C;
	
}

.eval_data_qu span{
	margin:5px 0px 0px 20px;
	line-height:25px;
}

.eval_data_an {
	width: 100%;
	height : 25px;
	font-size: 11px;
	border-bottom : 1px solid #8C8C8C;
}

.eval_data_anli {
	float:left;
	height : 20px;
	font-size: 11px;
	margin-top :5px;
}

.eval_data_anli_2{
	width: 50%;
}
.eval_data_anli_3{
	width: 33.33%;
}
.eval_data_anli_4{
	width: 25%;
}
.eval_data_anli_5{
	width: 20%;
}


.eval_data_anli label{
	cursor:pointer;
}

.eval_data_anli span{
	margin:5px 0px 0px 5px;
}
.contentHeaderTopTm{
	background-color:#3c3c3c !important;
}

.title_page_eval {
	margin-top: 12px;
	float: left;
	font-family: Roboto,'Noto Sans KR';
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 10px 0px;
	color: white;
	padding: 0px 0px 10px 10px !important; 
	
}
.title_background {
	background-color: #ff5000;
  	
}
.title_resize {
	background-color: #ff5000;
	margin-left: 8px; 
  	
}

.title_line_color {
	background-color:white !important;
}

.table_btn{
	background-color:#006a4d;
	width:80px;
	height:21px;
	color:#ffffff;
	font-size:11px;
	border:1px solid #006a4d;
	display:inline-block;
	text-align: center;
	line-height:21px;
}

.notice_name{
	font-size: 22px;
    line-height: 1.45;
    letter-spacing: -0.072em;
    margin-bottom: 25px;
    font-weight: 700;
    list-style-type: none;
   }	