@charset "utf-8";

/* Container */
.container {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -5px;
	margin-left: -5px;
}
.cont-row {
	background: inherit;
}
@media (min-width: 1011px) {
	.container {
		width: 980px;
	}
}
.icon-dot {
	vertical-align: middle;
}
.nav-pills:after,
.container:after,
.row:after,
.cont-row:after,
.btn-group:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	content:'.';
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a,
.nav-pills > li > span {
	display: block;
	padding: 8px 12px; 
	border-radius: 0px;
}
.nav-pills > li > a:hover {
	outline: 1px solid #c8c8c8;
	background-color: #eee;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: #eee;
}
.nav-pills > .disable {
	display: none;
}


/* Unit */
.lng_en		{ font-family: 'Roboto', sans-serif; }
.lng_kr		{ font-family: 'Nanum Gothic', serif; }
.cur_pointer{ cursor: pointer }
.tbox		{ border: 1px solid #c8c8c8; }
.border-01	{ outline: 1px solid #c8c8c8; }
.tbRes		{ clear: both; }
.mask		{ display: none; background: #000; position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.5; z-index: 99; }
.tomask		{ display: none; position: absolute; top: 0; width: 100%; height: 100%; z-index: 99; background:url('http://www.itfk.org/office/images/icon/icon_loader.gif') 50% 50% no-repeat; }
.boxFix		{ height: 25px; word-break:break-all; overflow:hidden; }
.date		{ color: #646464; font-weight: bold; font-size: 7pt; font-family: Verdana, Arial, Helvetica, sans-serif }
.box-sahdow	{ box-shadow: 0px 0px 20px #000; -moz-box-shadow: 0px 0px 20px #000; -webkit-box-shadow: 0px 0px 20px #000; border-radius:3px 3px 3px 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

#header-top,
#header-middle {
	background: none repeat scroll 0 0 #fff;
	overflow: hidden;
}
#header-middle {
	height: 90px;
}
#header-bottom {

}
#logo-top,
#banner-top,
#search-top,
#menu-top {
	position: relative;
	min-height: 1px;
	text-align: center;
}
#banner-top {
	display: none;
}
@media (max-width: 401px) {
	#logo-top img,
	#banner-top img{
		width:40%;
	}
}
@media (min-width: 668px) {
	#logo-top {
		float: left;
		margin-left: 5px;
	}
	#banner-top {
		float: left;
		display: block;
	}
	#menu-top {
		float: left;
		width: 75%;
	}
	#search-top {
		float: right;
		width: 25%;
	}
}
.search_box {
	padding:5px 15px 5px 5px; 
	background: #c8c8c8;
}
@media (min-width: 668px) {
	.search_box {
		background: none;
	}
}
.search_box input {
	background: #eee;
	border: medium none;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	height: 35px;
	outline: medium none;
	padding-left: 10px;
	width: 100%;
}
.search_box a {
	position: absolute;
	display: block;
	right: 7px;
	top: 7px;
	font-size: 14px;
}
.search_box i {
	border-radius: 3px; 
	color:#000;
	background: #fff;
	padding: 9px 11px 8px;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.search_box i:hover {
	color:#fff;
	background: #0179b6;
}
.menu-group a{
	display: block;
	padding-top : 15px;
	padding-bottom : 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin-left: -1px;
}
@media (min-width: 668px) {
	.menu-group a{
		padding-top : 13px;
		padding-bottom : 11px;
		font-size: 14px;
	}
}
.menu-list{
	position: absolute;
	display: none;
	left: 0px;
	top: 45px;
	width: 100%;
	outline: 1px solid #c8c8c8;
	background: #fff;
	border-bottom: 1px solid #c8c8c8;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .5);
			box-shadow: 0 6px 12px rgba(0, 0, 0, .5);
	overflow: hidden;
	z-index: 1;
}
.menu-list div a{
	display: block;
	float: left;
	padding: 10px 20px 8px;
	border-radius: 3px; 
}
.menu-list-group {
	display: none;
}
@media (min-width: 668px) {
	.menu-list {
		width: 133.3%;
	}
}
@media (min-width: 991px) {
	.menu-list {
		width: 990px;
	}
}

#logo-bottom,
#menu-bottom {
	position: relative;
}
#logo-bottom:after,
#menu-bottom:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	content:'.';
}
#menu-bottom a {
	display: inline-block;
	padding: 0px 5px;
	color: #fff;
	margin-top: 10px;
}
@media (min-width: 401px) and (max-width: 667px) {
	#logo-bottom,
	#menu-bottom {
		width: 50%;
		float: left;
	}
}
@media (min-width: 668px) {
	#logo-bottom {
		width: 35%;
		float: left;
	}
	#menu-bottom {
		width: 65%;
		float: left;
	}
}

#ifrm-wrap-process { width: 100%; height: 1px;}
#frm-process { top: 0px; left: 0px; width:300px; height:200px; }

.go_to_top { 
	position: fixed;
	cursor: pointer;
	bottom: 10px;
	right: 5px;
	font-size: 2em;
	display: none;
}
.go_to_top i {
	border: 1px solid;
	border-radius: 5px; 
	padding: 9px 12px;
}

#btnCloseMenu { 
	cursor: pointer; 
	position: absolute; 
	display: block;
	border: 1px solid #c8c8c8;
	padding: 6px 10px 4px;
	right: 0; 
	bottom: -1px; 
	z-index: 1; 
}

#group_left {
	display: none;
}
#group_right {
	display: none;
}
#group_center,
#group_Lcenter {
	margin-top: 20px;
}

@media (min-width: 668px) {
	#group_left {
		display: block;
		float: left;
		width: 25%;
		margin-top: 20px;
	}
	#group_center {
		float: right;
		width: 72%;
	}
	#group_Lcenter {
		float: left;
		width: 72%;
	}
	#group_right {
		display: block;
		float: right;
		width: 25%;
		margin-top: 20px;
	}
}
#sMenuWrap {
	font-size: 14px;
}
#sMenuWrap .tit {
	color: #fff;
	padding: 12px 12px 8px;
	font-size: 16px;
	font-weight: bold; 
	border-radius: 5px 5px 0px 0px;
}
#sMenuWrap .step-1 {
	border: 1px solid #c8c8c8;
}
#sMenuWrap .step-2 {
	background: #fff;
}
#sMenuWrap ul li a{
	display: block;
	padding: 10px;
}
#sMenuWrap .active{ 
	font-weight: bold;
	color: #fff;
	text-indent: 5px;
}
#sMenuWrap .link-2{
	display: block;
	padding-left: 25px;
}
#sbnnWrap {
	display: none;
}
#sbnnWrap img{
	display: block;
	max-width: 100%;
}
@media (min-width: 668px) {
	#sbnnWrap {
		display: block;
		border-top: 1px solid #c8c8c8;
	}
}
#sTitWrap {
	padding: 3px 0;
	border-bottom: 1px solid #c8c8c8;
}
#sNavi {
	text-align: right;
	margin-right: 5px;
}
#sTit {
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
}
#sTit .icon {
	display: inline-block;
	padding: 2px 4px 2px;
	background: #006699;
	color: #fff;
	font-size: 8px;
	font-weight: normal;
	border-radius: 3px;
}
@media (min-width: 668px) {
	#sTitWrap:after {
		display:block;
		visibility:hidden;
		clear:both;
		height:0px;
		content:'.';
	}
	#sTit {
		float: left
	}
	#sNavi {
		float: right;
	}
}
#sCntWrap {
	position: relative;
	margin-top: 20px;
	margin-bottom: 50px;
}

.list-paging{
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.btn-group {
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}

.btn-01 {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

/* 2016 Layer */
.popup-box {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .5);
			box-shadow: 0 6px 12px rgba(0, 0, 0, .5);
}
#LayerAlertMask	{ background: #000; opacity: 0.5; z-index: 9998; }
#LayerContMask { background: #000; opacity: 0.5; z-index: 998; }
.LayerMask-01 { position: fixed; display:none; left: 0; top: 0; width: 100%; height: 100%; }
.LayerMask-To { position: absolute; left: 0; right:0; top:0; bottom:0; margin:auto; z-index: 99; background:url('../../images/icon/icon_loader.gif') 50% 50% no-repeat; }
.LayerMask-BG { 
	position: absolute; left: 0; right:0; bottom:0; height:40%; margin:auto; z-index: 9; 
	background: -webkit-linear-gradient(top,rgba(0,0,0,0.7),rgba(0,0,0,0));
	background: -o-linear-gradient(top,rgba(0,0,0,0.7),rgba(0,0,0,0));
	background: -moz-linear-gradient(top,rgba(0,0,0,0.7),rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0.7),rgba(0,0,0,0));
}

#LayerAlert { position:fixed; width:360px; height:200px; min-width: 200px; min-height: 150px; left:50%; margin-left:-185px; top:50%; margin-top:-105px; }
.LayerAlertWrap { border-width:5px; border-style: solid; background:#fff; overflow:hidden; -webkit-overflow-scrolling:touch; z-index: 9999; }
.LayerAlertWrap .info { padding:5px 0 7px 10px; cursor: move; color:#fff; }
.LayerAlertWrap .cont-wrap { position: relative; width: 100%; height: 80%; text-align:center; left:0; right: 0; margin:auto; overflow: hidden; }
.LayerAlertWrap .msg { position: absolute; display: block; max-width: 80%; top:30%; left:10%; right:0; margin:auto; line-height:1.5; text-align:justify; }

#LayerAlertBtnClose { 
	cursor:pointer; position:absolute; right:0px; top:0px; z-index:1 
}
.LayerContWrap { position:absolute; display: none; left:0; top:0; min-width: 300px; max-width:100%; min-height: 150px; border-width:5px; border-style: solid; background:#fff; overflow:hidden; -webkit-overflow-scrolling:touch; z-index: 999; }
.LayerContWrap .info { padding:5px 0 7px 10px; font-weight: bold; cursor: move; color:#fff; }
#DocWrap { position: relative; min-height:90%; padding:5px; overflow: hidden; }
#DocPicWrap { position: relative; min-height:90%; overflow: hidden; }

#LayerContBtnClose { 
	cursor:pointer; position:absolute; right:0px; top:0px; z-index:1 
}

@media (min-width: 668px) {
	.LayerContWrap { position:fixed; left:0; top:0; }
}

.LayerTopFix {
	position:absolute; display: none; left:0; right:0; top:0; margin: auto; min-width: 300px; max-width:100%; background:#fff; overflow:hidden; -webkit-overflow-scrolling:touch; z-index: 999;
}
@media (min-width: 1000px) {
	.LayerTopFix {
		width: 1000px;
	}
}
.LayerTopFix .info {
	padding:10px 0 2px 15px; font-weight: bold; color:#fff;
}
#DocTopWrap { 
	border-width:5px; border-style: solid; 
	position: relative; min-height: 150px; padding:5px; overflow: hidden; 
}
.TopLeftFix {
	top: 5px !important; 
	right: 5px !important; 
}
#PullMenuWrap ul {
	border-bottom: 1px solid #ddd;
}
#PullMenuWrap li {
	font-size: 14px;
	padding: 5px;
	margin: 2px;
	border-radius: 2px;
	color: #fff;
}
#PullMenuWrap a {
	display: block;
	padding: 5px 4px;
	font-size: 12px;
	margin: 2px;
	border-radius: 2px;
} 
#PullJihoe,
#PullMenu {
	width: 50%;
}
#PullMenu ul { 
	width: 100%;
}
#PullJihoe span {
	float: left;
	width: 50%;
}
@media (min-width: 505px) and (max-width: 669px) {
	#PullJihoe {
		width: 33.3%;
	}
	#PullMenu {
		width: 66.6%;
	}
	#PullMenu ul {
		width: 50%;
	}
}
@media (min-width: 670px) and (max-width: 834px)  {
	#PullJihoe {
		width: 25%;
	}
	#PullMenu {
		width: 75%;
	}
	#PullMenu ul {
		width: 33.3%;
	}
}
@media (min-width: 835px) and (max-width: 999px) {
	#PullJihoe {
		width: 20%;
	}
	#PullMenu {
		width: 80%;
	}
	#PullMenu ul {
		width: 25%;
	}
}
@media (min-width: 1000px) {
	#PullJihoe {
		width: 16.6%;
	}
	#PullMenu {
		width: 83.3%;
	}
	#PullMenu ul {
		width: 20%;
	}
}