@charset "utf-8";
/* all media */

/* new */

/* 
 * overwrite - bootstrap tag 
 
 * 현대중공업 Color Code(Blue) : #1C57A5
 */
html, body {
	height: 100%;
}
#holder{
	min-height: 100%;
	position:relative;
}
body {
	font-family: NanumGothic, 나눔고딕, "Malgun Gothic", "맑은 고딕", sans-serif;
/* 	width: 100%; */
	padding: 0;
}
code, kbd, pre, samp {
	font-family: NanumGothic, 나눔고딕, "Malgun Gothic", "맑은 고딕", sans-serif;
}
h1, h2, h3 {
/* 	margin-top: 0; */
	margin-bottom: 0;
}
h1 {
/* 	height: 58px; */
	font-size: 24px;
	text-align: left;
	background: url("/tmplats/images/1/mag_tit.jpg") no-repeat 0 10px;
	padding-left: 50px;
	line-height: 55px;
}
th {
	color: #FFFFFF;
	background-color: #938779;
	text-align: center;
}
legend {
	margin: 0;
	border: 0;
	font-size: 16px;
}
fieldset {
	text-align: left;
}

/* header { */
/* 	width: 100%; */
/* } */

footer {
/* 	width: 100%; */
	/* position: fixed; */
	/* position: absolute; */
	left: 0px;
	bottom: 0;
 	width: 100%;
 	height: 60px;
	margin-top: 40px;
	border-top: solid 1px rgb(204, 204, 204);
	border-bottom: solid 1px rgb(204, 204, 204);
	background-color: #F5F5F5;
	text-align: center;
}
footer a {
	margin: 5px;
	display: inline-block;
	padding: 0 10px;
	border-left: solid 5px rgb(51, 51, 51);
	font-weight: bold;
	color: rgb(51, 51, 51);
}
footer pre {
/* 	margin-top: 20px; */
	text-align: center;
	border-radius: 0;
	border: 0;
}


input.v-ime-kr {
	ime-mode: active;
}
input.v-ime-en {
	ime-mode: inactive;
}
input.v-ime-en-only {
	ime-mode: disabled;
}


/* 
 * overwrite - bootstrap class 
 */
.glyphicon {
	display: none;
}

.header {
	width: 100%;
}
.navbar {
	margin: 0;
	min-height: 110px;
	height: auto;
	border-radius: 0;
	border: 0;
}
.navbar-default {
	background-color: #FFFFFF;
	border-top: solid 5px #1C57A5;
	border-bottom: solid 2px #1C57A5;
	min-height: 110px;
	height: 110px;
}
.navbar .container {
	padding: 0;
	width: 100% !important;
}
.navbar .navbar-header {
	min-height: 110px;
	height: 110px;
	width: 100%;
	text-align: left;
}
.navbar .navbar-header .v-brand {
	position: relative;
	top: 35px;
	display: inline-block;
/* 	float: none; */
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
}

.v-auth .navbar .navbar-header .v-brand {
	/* top: 45px; */
}

/* 로고 이미지가 없을 때 회사명을 로고처럼(워드마크) 표기 — 강조 바 + 굵은 제목 */
.v-brand-name {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 26px;
	font-weight: 800;
	color: #1b5fa8;
	letter-spacing: -0.5px;
	vertical-align: middle;
	white-space: nowrap;
}
.v-brand-name::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 24px;
	margin-right: 9px;
	background: #1b5fa8;
	border-radius: 2px;
	vertical-align: -4px;
}


.v-notice {
	margin: 0 auto;
	width: 985px;
	max-width: none !important;
}

.v-mobile {
	text-align: center;
}

/* 고정폭 */
/* .v-mobile header, */
/* .v-mobile footer, */
.v-mobile .container {
	margin: 0 auto;
	/* width: 100%; */
	width: 1150px;
	max-width: none !important;
}
.v-mobile .form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0px;
}
.v-mobile .form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.v-mobile .navbar .navbar-header,
.v-mobile nav,
.v-mobile .nav {
	text-align: center;
}

.v-mobile .form-inline .v-form-input {
	width: 300px;
}
.v-mobile .v-placeholder {
	position: absolute;
	top: 8px;
/* 	left: 12px; */
	left: 104px;
	color: #999999;
	font-weight: normal;
	font-size: 12px;
}


/* .navbar .navbar-collapse { */
/* 	padding: 0; */
/* } */
.navbar ul.nav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
/* 	background-color: #EE1D23; */
}
/* .navbar ul.nav li { */
/* 	margin: 0 15px; */
/* } */


.container {
	width: 100%;
/* 	min-height: 100%; */
 	/* width: 1000px; */
	text-align: center;
/* 	width: 985px; */
/* 	max-width: none !important; */
	/* overflow-x: hidden;
	overflow-y: hidden; */
	/* margin-bottom: 4%; */
	/* padding-bottom: 50px; */
}
/* .container 가 text-align:center 라 에디터 본문(contenteditable)이 가운데 정렬을 상속한다. 좌측 정렬로 복구. */
.toastui-editor-contents { text-align: left; }
.det-container {
	width: 1200px;
}
.nav-container {
	width: 100%;
}
.page-header {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

.page-header a {
	float: right;
    color: #FF0000;
    font-size: 18px;
    text-align: right;
}

.pagination li a,
.pagination li a span {
	border-width: 0;
	color: #666666;
	font-size: 13px;
}
.pagination li a {
	padding: 3px 10px 7px 10px;
}
.pagination li a span {
	width: 29px;
	height: 15px;
}
.pagination li:first-child a,
.pagination li:last-child a
 {
	margin-left: 3px;
	margin-right: 3px;
	border-width: 1px;
	border-radius: 0;
	color: #666666;
}
.pagination li.active a {
	color: #F73C56;
	background-color: #FFFFFF;
}

.btn {
	margin: 0 5px 0 5px;
	padding: 8px 40px;
	border-radius: 0;
}
.btn-sm {
	padding: 5px 10px;
}
.btn-xs {
	padding: 1px 5px;
}
.form-control,
.form-group .form-control {
	border-radius: 0;
}
.btn-primary {
	color: #FFFFFF;
	background-color: #1C57A5;
	border: solid 1px #1C57A5;
}
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error.checkbox label, 
.has-error.checkbox-inline label, 
.has-error.radio label, 
.has-error.radio-inline label,
.help-block {
	color: #EE1D23 !important;
	margin: 3px 0 0 0;
}
.has-error .form-control {
	border-color: #EE1D23;
}
.alert-danger {
	color: #FF0000;
	background-color: #FFEEEE;
}


/* 
 * custom id,class
 */
/* .v-detail .navbar .navbar-header .v-brand { */
/* 	position: relative; */
/* 	top: 30px; */
/* 	left: auto; */
/* } */

/* .navbar .navbar-collapse { */
/* 	position: relative; */
/* 	top: 0; */
/* 	left: 0; */
/* 	right: 0; */
/* } */
/* .navbar-nav { */
/* 	float: none; */
/* 	clear: both; */
/* } */
/*
현대중공업 칼라코드(파랑) : #1C57A5
*/

.navbar .navbar-nav{
	margin: 0;
}
.navbar ul.v-profile-menu {
	position: absolute;
/* 	top: -110px; */
	top: 0;
	background-color: #1C57A5;
/*	background-color: #000000;*/
}
.navbar ul.nav li.vms-profile a {
	padding: 0 20px;
/* 	border: solid 1px #FFFFFF; */
}
.navbar ul.nav li.vms-profile a span {
	color: #FFFFFF;
}
.navbar ul.nav li.open a span {
	color: #555555;
}
.navbar ul.nav li.vms-profile .v-profile-role {
	display: inline-block;
	padding: 0 20px;
	border: solid 1px #FFFFFF;
}

.navbar ul.nav li.vms-profile .v-profile-logintime {
	color: #FFFFFF;
	font-size: 12px;
}

.navbar ul.nav li.vms-profile .v-profile-role span {
	font-size: 12px;
	color: #FFFFFF;
}

.navbar ul.nav li.vms-logout {
	margin: 0 15px 0 0;
	float: right;
}



.navbar ul.nav li.vms-logout a {
	position: relative;
	top: -3px;
	height: 27px;
	padding: 5px 20px;
	background: url("/tmplats/images/1/btn_logout.jpg") no-repeat 0 0;
}


.navbar ul.nav li.vms-lang {
	margin: 0 15px 0 0;
	float: right;
}

.navbar ul.nav li.vms-logout-eng a {
	position: relative;
	top: -3px;
	padding: 5px 20px;
	background: url("/tmplats/images/1/btn_logout_eng.jpg") no-repeat 0 0;
}


.navbar ul.nav select.vms-lang {
	margin: 0 15px 0 0;
	float: right;
}

.navbar ul.nav li.vms-lang a {
	position: relative;
	top: -3px;
	padding: 5px 20px;
	color: #FFFFFF;

}



.navbar ul.nav li.vms-logout a span {
	visibility: hidden;
}

.navbar ul.nav li.vms-logout-eng a span {
	visibility: hidden;
}

.navbar ul.vms-main-menu {
	position: relative;
	top: -70px;
	width: auto;
	float: right;
}
.navbar ul.vms-main-menu li {
	margin-left: 10px;
}
.navbar ul.vms-main-menu li a {
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	padding-left: 55px;
	color: #777777;
}
.navbar ul.vms-main-menu li#hhiVisitList a {
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	padding-left: 55px;
	color: #9CA5AB;
}
.navbar ul.vms-main-menu li#hhiVisitList a:hover{
	color: #777777;
}
.navbar ul.vms-main-menu li.vms-menu-emp a {
	background: url("/tmplats/images/1/mag_menu01.jpg") no-repeat 0 5px
}
.navbar ul.vms-main-menu li.vms-menu-ntfc a {
	background: url("/tmplats/images/1/mag_menu02.jpg") no-repeat 0 5px
}
.navbar ul.vms-main-menu li.vms-menu-ntfc a .badge {
/* 	position: relative; */
/* 	top: -15px; */
/* 	left: -100px; */
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1C57A5;
}
.navbar ul.vms-main-menu li.vms-menu-reprt a {
	background: url("/tmplats/images/1/tit_v1.jpg") no-repeat 0 5px
}
.navbar ul.vms-main-menu li.vms-setup a {
	background: url("/tmplats/images/1/mag_menu03.jpg") no-repeat 0 5px
}

.navbar ul.vms-main-menu li a .glyphicon {
	display: inline-block;
}


.v-detail div table th {
	width: 20%;
	background-color: #F4F4F4;
	color: #393939;
}

/*
 * 방문신청폼(새로운 디자인)
*/
.visit-reqst .form-container {
	position: relative;
	margin: 0 auto;
	padding-bottom: 50px;
	width: 1150px;
	height: 100%;
	overflow-y: hidden;
	/* overflow-x: hidden;
	overflow-y: hidden; */
}
.form-container .alert-actions{
	padding: 0;
}
.visit-reqst .v-visit-info {
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 0;
	padding-left: 0;
	width: 49%;
	margin : 0 0 30px 0;
	position: relative;
}
.visit-reqst .v-visitr-info {
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 0;
	width: 51%;
	margin : 0 0 30px 0;
	float: right;
	position: relative;
}
/* .visit-reqst .d-visit-info {
	background-color: #ffffff;
	padding-left: 0;
	width: 80%;
	margin : 0 0 30px 0;
} */
.visit-reqst .v-visit-info legend {
	top: 0;
	left: 0;
	padding: 10px 0 5px 0;
 	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	width: 100%;
	color: #1C57A5;
}
.visit-reqst .v-visitr-info legend {
	top: 0;
	left: 0;
	padding: 10px 0 5px 0;
 	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	width: 100%;
	color: #7E7E7E;
	vertical-align: middle;
}
.visit-reqst .v-visitr-info .btn-remove {
	margin-bottom: 5px;
}
.visit-reqst .v-visitr-info legend .span-represent {
	display: inline;
	color : #000000;
	font-size: 14px;
	float: right;
	margin: 0;
}

.result-represent-oprtr {
	display: inline;
	color : #FF9900;
	font-size: 12px;
	float: right;
	margin: 0;
	height: 20px;
	padding-top: 3px;
}

.result-represent-oprtr span.glyphicon{
	margin-right: 3px;
}

.visit-reqst .v-visitr-info legend .result-represent {
	display: inline;
	color : #FF9900;
	font-size: 14px;
	float: right;
	margin: 0;
	height: 20px;
	padding-top: 3px;
}
.visit-reqst .v-visitr-info legend .result-represent span.glyphicon{
	margin-right: 3px;
}
.visit-reqst .v-visitr-info legend .span-represent .represent-btn {
	margin-left: 5px;
}
.visit-reqst .v-visit-info .field-group {
	border-top: solid 2px #1C57A5;
	border-bottom: solid 2px #1C57A5;
	padding-top: 22px;
	padding-bottom: 10px;
}
.visit-reqst .v-visit-info .form-control-chrgerReq{
	min-height : 30px;
	height : 30px;
	padding : 2px 0 0 0;
}
/* .visit-reqst .d-visitr-info {
	background-color: #ffffff;
	padding-left: 0;
	width: 80%;
	margin : 0 0 30px 0;
	float: right;
} */
.visit-reqst .v-visitr-info .field-group {
	border-top: solid 2px #7E7E7E;
	border-bottom: solid 2px #7E7E7E;
	padding-top: 22px;
	padding-bottom: 10px;
}
.visit-reqst .form-horizontal .form-group {
	width: 100%;
	margin: 0 0 13px 0;
}
.visit-reqst .form-horizontal .form-group .guide{
	color: #EE1D23;
	font-weight: bold;
	margin-top: 3px;
}
.visit-reqst .form-horizontal .form-group .date-inline{
	height: 30px;
}
.visit-reqst .form-horizontal .form-group .terms-label input[type=checkbox]{
	margin: 0;
	height: 100%;
	margin-bottom: 8px;
}
.visit-reqst .form-horizontal .form-group .terms-div{
	display: table-cell;
	vertical-align:middle;
}
.visit-reqst .form-horizontal .form-group .terms-span{
	display: table-cell;
	vertical-align:middle;
}
.visit-reqst .form-horizontal .form-group .control-label {
	padding: 5px 0;
}
.visit-reqst .form-horizontal .form-group .input-date {
	width: 105px;
}
.visit-reqst .form-horizontal .form-group .input-item {
	width: 200px;
}
.visit-reqst .form-horizontal .form-group .terms-label {
	padding: 5px 0;
	height: 30px;
}
.visit-reqst .form-horizontal .v-tkin-thng .form-inline {
	/* margin-bottom: 5px; */
}
.visit-reqst .form-horizontal .v-tkin-thng .v-btn-add{
	margin : 0;
}
.visit-reqst .form-horizontal .form-group .item-select{
	width: 80px;
	padding: 5px;
}

.visit-reqst .form-container .form-actions button{
	width: 110px;
	padding: 8px;
	text-align: center;
}

.visit-reqst .v-company-info {
	background-color: #ffffff;
	padding-left: 0;
	width: 53%;
	margin : 0 0 30px 0;
	float: right;
	position: relative;
}
.visit-reqst .v-company-info legend {
	top: 0;
	left: 0;
	padding: 10px 0 5px 0;
 	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	width: 100%;
	color: #7E7E7E;
	vertical-align: middle;
}
.visit-reqst .v-company-info .field-group {
	border-top: solid 2px #7E7E7E;
	border-bottom: solid 2px #7E7E7E;
	padding-top: 20px;
	padding-bottom: 5px;
}
.visit-reqst .form-inline .double-columns{
	width: 188px;
	margin-right: 5px;
}
.visit-reqst .form-group .vehicle-check{
	margin-top: 3px;
	margin-left: 5px;
}
.visit-reqst .form-group .purps-error span{
	/* display: inline-block; */
	width: 100%;
	margin-left: 10px;
	margin-right: 5px;
	padding: 0;
}
.popover{
	max-width: 500px;
}
.visit-reqst .form-horizontal .form-group .guide .btn-guide{
	margin: 0px;
	padding: 4px 20px 4px 20px;
	font-size: 13px;
}


/*
 * 방문신청폼
*/
.v-reqst .form-container {
	position: relative;
	margin: 0 auto;
	width: 68%;
	height: 100%;
	margin-bottom: 8%;
	/* overflow-x: hidden;
	overflow-y: hidden; */
}

.v-reqst .form-horizontal {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 20px;
	padding-top: 2px;
	overflow: hidden;
	border-right: solid 1px #DDDEE2;
}
.v-reqst .v-full-info {
	background-color: #7E7E7E;
}
.v-reqst .v-visit-info {
	background-color: #1C57A5;
}
.v-reqst .v-visitr-info {
/* 	margin-top: 30px; */
	background-color: #7E7E7E;
}
.v-reqst .v-cmgidn-issu {
/* 	margin-top: 30px; */
	background-color: #7E7E7E;
}
.v-reqst .form-horizontal legend {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 0 0 20px;
/* 	font-weight: bold; */
	font-size: 30px;
	line-height: 40px;
	width: 110px;
	color: #FFFFFF;
	word-spacing: 30px;
}
.v-reqst .v-visit-info legend {
	background-color: #1C57A5;
}
.v-reqst .v-visitr-info legend {
	background-color: #7E7E7E;
}
.v-reqst .v-cmgidn-issu legend {
	background-color: #7E7E7E;
}
.v-reqst .v-visitr-info legend .btn {
	margin: 0;
}
.v-reqst .v-visitr-info legend .btn .glyphicon {
	display: inline-block;
}
.v-reqst .form-horizontal .form-group {
	position: relative;
	left: 16.67%;
	width: 83.34%;
/* 	left: 140px; */
	margin: 0;
	border-bottom: solid 1px #DDDEE2;
/* 	border-right: solid 1px #DDDEE2; */
	border-left: solid 1px #DDDEE2;
	background-color: #F4F4F4;
}
.v-reqst .form-horizontal .form-group #r-div{
	
}

.v-reqst .form-inline .form-group {
	left: 0;
	border: 0;
	background-color: #FFFFFF;
}
.v-reqst .v-full-info .form-group {
	left: 0;
	width: 100%;
}
/* .v-reqst .form-horizontal .form-group .col-sm-8 { */
/* 	border-left: solid 1px #DDDEE2; */
/* 	background: #FFFFFF; */
/* } */
.v-reqst .form-horizontal .form-group .control-label {
/* 	width: 16.66%; */
/* 	width: 140px; */
	color: #393939;
	text-align: left;
	font-weight: normal;
	min-height: 36px;
/* 	height: 36px; */
/* 	line-height: 36px; */
}
.v-reqst .modal-dialog .form-horizontal .form-group .control-label {
	width: 20%;
}
.v-reqst .modal-dialog .form-horizontal .form-group .modal-label {
	width: 20%;
}
.v-reqst .modal-dialog .form-horizontal .form-group .col-xs-offset-2 {
	margin-left: 20%;
}
.v-reqst .form-horizontal .form-group div {
	border-left: solid 1px #DDDEE2;
	background-color: #FFFFFF;
}
.v-reqst .form-horizontal .form-group div div {
	border: 0;
}
.v-reqst .form-horizontal .form-group .v-data-div {
/* 	width: 66.67%; */
/* 	width: 580px; */
/* 	border-left: solid 1px #DDDEE2; */
/* 	background-color: #FFFFFF; */
	min-height: 36px;
/* 	line-height: 20px; */
}
.v-reqst .modal-dialog .form-horizontal .form-group .v-data-div {
	width: 80%;
}
.v-reqst .modal-dialog .form-horizontal .form-group .modal-div {
	width: 30%;
}
.v-reqst .form-horizontal .form-group .v-data-div .checkbox-inline {
	margin-left: 10px;
	padding-top: 0;
}
.v-reqst .form-horizontal .form-group .v-data-div .checkbox-inline a {
	text-decoration: underline;
}
.v-reqst .form-horizontal .form-group .v-data-div input,
.v-reqst .form-horizontal .form-group .v-data-div select,
.v-reqst .form-horizontal .form-group .v-data-div button {
	margin-top: 3px;
	margin-bottom: 3px;
}
.v-reqst .form-horizontal .form-group .v-data-div .btn {
	margin-right: 0;
	margin-left: 0;
}
.v-reqst .form-horizontal .form-group .v-data-div .btn .glyphicon {
	display: inline-block;
}
.v-reqst .form-horizontal .form-group .form-control-static {
	color: #333333;
}
.v-reqst .form-horizontal .v-idn-knd .control-label {
/* 	padding: 45px 8px; */
	padding-top: 45px;
}

/*
 * 로그인
 */
.v-visitr-login .c-login-container {
	width: 800px
}
.v-visitr-login .login-form{
	background-color: #ffffff;
	padding: 0px 20px 0px 20px;
	margin-top: 25px;
}
.v-visitr-login .form-horizontal legend {
	left: 110px;
}
.v-visitr-login .form-horizontal .form-group .control-label {
	text-align: right;
}

.v-visitr-login .form-horizontal .form-group .control-checkbox {
	text-align: left;
	vertical-align: middle;
}

.v-visitr-login .form-horizontal .form-inline div .form-control {
	width: 320px;
}
.v-visitr-login .btn {
	margin: 0 15px 0 0;
}

.v-visitr-login h2 {
/* 	height: 58px; */
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	/* background: url("/tmplats/images/1/mag_tit.jpg") no-repeat 0 10px; */
	/* padding-left: 50px; */
	padding-top: 50px;
	padding-left: 20px;
	line-height: 55px;
}
.v-visitr-login footer{
	/* position: fixed; */
	left: 0px;
	bottom: 0px;
 	width: 100%;
	margin-top: 50px;
	border-top: solid 1px rgb(204, 204, 204);
	border-bottom: solid 1px rgb(204, 204, 204);
	background-color: #F5F5F5;
	text-align: center;
}

/*
 * 로그인페이지 layout 
 */
.login-navbar-default{
	border-top: solid 5px #EE1D23;
	background-color: #ffffff;
	height: 50px;
}
.login-navbar-default .navbar-header {
	min-height: 0px;
	height: 0px;
}
.card .login-form-inline{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding-left: 23px;
}
.card .input-btn-inline{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.card .sec-input-container-cb input[type="checkbox"]{
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height:21px;
	text-align: center;
	vertical-align: middle;
	background: #fafafa;
	border: 1px solid #cacece;
	border-radius : 3px;
}

/*
 * 로그인 템플릿
 */
 /* Pen Title */
.pen-title {
  padding: 0px 40px 30px 40px;
  text-align: center;
  width: 380px;
  height: 110px;
  position: relative;
  left: 50%;
  margin-left: -190px;
  display: table;
}
.pen-title img{
  	width: auto;
	height: auto;
   	padding-bottom: 10px;
   	margin-top: 10px;
}
 /* login-container */
.login-container {
  position: relative;
  /* max-width: 460px; */
  width: 100%;
  margin: 60px auto 20px;
  /* height: 180px; */
}
.login-container .login-logo{
}
.login-container .login-logo .logo-span{
}
.login-container.active .card:nth-child(2) {
  background: #fafafa;
  margin: 0 10px;
}
.login-container.active .card.alt {
  top: 20px;
  right: 0;
  width: 100%;
  min-width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 60px 0 40px;
  overflow: hidden;
}
.login-container.active .card.alt .toggle {
  position: absolute;
  top: 40px;
  right: -70px;
  box-shadow: none;
  -webkit-transform: scale(14);
  transform: scale(15);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}
.login-container.active .card.alt .toggle:before {
  content: '';
}
.login-container.active .card.alt .title,
.login-container.active .card.alt .input-container,
.login-container.active .card.alt .sec-input-container,
.login-container.active .card.alt .button-container {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.login-container.active .card.alt .title {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.login-container.active .card.alt .input-container {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.login-container.active .card.alt .sec-input-container {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.login-container.active .card.alt .input-container:nth-child(2) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.login-container.active .card.alt .input-container:nth-child(3) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.login-container.active .card.alt .button-container {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

/* Card */
.card {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 30px 0 30px 0;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 380px;
  height: 480px;
  /* width: 28%;
  height: 70%; */
  /* Title */
  /* Inputs */
  /* Button */
  /* Footer */
  /* Alt Card */
  left: 50%;
  margin-left: -190px;
}
/* .card:first-child {
  background: #fafafa;
  height: 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 10px;
  padding: 0;
  width: 320px;
  left: 50%;
  margin-left: -160px;
} */
.card .title {
  position: relative;
  z-index: 1;
  border-left: 5px solid #1C57A5;
  margin: 0 0 20px;
  padding: 5px 0 5px 40px;
  color:#1C57A5;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  height: 40px;
}
.card .input-container {
  position: relative;
  margin: 0 60px 40px;
}
.card .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 48px;
  border: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
}
.card .input-container input:focus ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
  width: 50%;
}
.card .input-container input:valid ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.card .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;
}
.card .input-container .bar:before, .card .input-container .bar:after {
  content: '';
  position: absolute;
  background: #1C57A5;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.card .input-container .bar:before {
  left: 50%;
}
.card .input-container .bar:after {
  right: 50%;
}

.card .sec-input-container {
  position: relative;
  margin: 0 20px 20px 40px;
}
.card .idpw-input {
	margin: 40px 20px 20px 60px;
}
.card .sec-input-container-cb {
  position: relative;
  margin: 0 20px 10px 50px;
}
.card .sec-input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 75%;
  height: 48px;
  border: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
}
.card .sec-input-container .input-trmsNo {
	width: 70px;
	padding: 5px;
	border: 1px solid #efefef;
	height: 30px;
	font-size: 15px;
}
.card .idpw-input input {
	width: 80%;
}
.card .sec-input-container input:focus ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .sec-input-container input:focus ~ .bar:before, .card .sec-input-container input:focus ~ .bar:after {
  width: 50%;
}
.card .sec-input-container input:valid ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .sec-input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  height: 50px;
}
.card .sec-input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 75%;
  height: 1px;
}
.card .idpw-input .bar {
	width: 80%;
}
.card .sec-input-container .bar:before, .card .sec-input-container .bar:after {
  content: '';
  position: absolute;
  background: #1C57A5;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.card .sec-input-container .bar:before {
  left: 50%;
}
.card .sec-input-container .bar:after {
  right: 50%;
}
.card .sec-input-container .btn-veri{
	float: right;
	height: 38px;
	width: 60px;
	margin-top: 5px;
	margin-right: 5px;
}

.card .button-container {
  margin: 0 60px;
  text-align: center;
}
.card .button-container button {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: 0;
  width: 240px;
  border: 2px solid #e3e3e3;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button span {
  position: relative;
  z-index: 1;
  color: #ddd;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #ec2652;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:hover, .card .button-container button:active, .card .button-container button:focus {
  border-color: #ec2652;
}
.card .button-container button:hover span, .card .button-container button:active span, .card .button-container button:focus span {
  color: #ec2652;
}
.card .button-container button:active span, .card .button-container button:focus span {
  color: #ffffff;
}
.card .button-container button:active:before, .card .button-container button:focus:before {
  opacity: 1;
  -webkit-transform: scale(10);
  transform: scale(10);
}
.card .login-container .label-trmsNo{
	margin: 0 0 10px 40px;
	color: #757575;
}


/* 
 * 팝업 레이어
 */
.v-modal-view .modal-content {
	border-radius: 0;
}
.v-modal-view .modal-header {
	padding: 0;
	border: 0;
}
.v-modal-view .modal-header .close {
	margin: 9px;
	background: url("/tmplats/images/1/btn_close.jpg") no-repeat 0 0;
	width: 46px;
	height: 46px;
	opacity: 1;
}
.v-modal-view .modal-header .close span {
	display: none;
}
.v-modal-view .modal-header h2 {
	margin: 0 0 5px;
	padding: 21px 0 18px 11px;
	background-color: #050505;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 26px;
}
.v-modal-view .modal-body {
	margin: 0 22px;
	padding: 12px 0 15px;
}
.v-modal-view .modal-body .form-horizontal .v-data-div .form-control-static .v-tkin-mbtlnum, 
.v-modal-view .modal-body .form-horizontal .v-data-div .form-control-static strong {
	color: #ED1C24;
}
.v-modal-view .modal-body .form-horizontal .v-data-div .form-control-static .v-valid {
	color: #0000FF;
}

.v-modal-view .modal-body .form-horizontal .v-idn-knd .v-data-div .btn-lg {
	width: 95px;
	height: 94px;
	font-size: 12px;
	padding: 1px 5px;
/* 	line-height: 1.5; */
	margin: 10px 0;
}
/* .v-modal-view .modal-body .form-horizontal .v-idn-knd .col-sm-10 #IDN_KND_1 { */
/* 	border: solid 1px rgp(127, 170, 249); */
/* 	color: rgp(127, 170, 249); */
/* } */
.v-modal-view .modal-footer {
	text-align: center;
	border: 0;
	padding: 10px 15px 15px 15px;
}
.v-modal-view .modal-footer .cf-btn {
	padding: 8px 35px;
}
.v-modal-view .excelDown-modal .excel-label{
	width : 183px;
	text-align : right;
}
.v-modal-view .excelDown-modal .excel-select{
	width: auto;
}
.v-modal-view .excelDown-modal .check-door{
	margin-left: 15px;
}

.modal-open {
	overflow-x: hidden;
	overflow-y: auto;
}

.v-cancel {
	text-decoration: line-through;
	color: #999999;
}

.v-search-form fieldset {
	border: solid 1px #DBDBDB;
	background-color: #F7F7F9;
	padding: 5px;
	margin: 10px 0;
	text-align: right;
	width: 100%;
}
.v-search-form fieldset fieldset {
	border: 0;;
	padding: 0;
	margin: 0;
}
.v-search-form fieldset fieldset legend,
.v-search-form fieldset fieldset label {
	margin: 0 10px;
	display: inline-block;
	width: auto;
}
.v-search-form .form-group {
	margin: 5px 10px;
}

.v-table-btns {
}
.v-table-btns .btn {
	position: relative;
	top: -5px;
	float: left;
	margin: 0 10px 0 0;
}

.v-table-info p {
	text-align: right;
}
.v-table-info p span {
	color: #ED1C24;
}

.v-btn-add {
	background-color: #938779;
	color: #FFFFFF;
}

.v-form-info {
	text-align: left;
}
.v-form-info strong,
form label strong {
	color: #ED1C24;
}

.v-form-btns {
	text-align: left;
}
.v-form-btns .btn {
	margin: 0;
}
.v-form-btns .btn-visitr-add{
	margin: 0 0 5px 2px;
}
.v-form-btns .btn .glyphicon {
	display: inline-block;
}

/* 
 * custom jQuery
 */
#searchForm .form-inline input.hasDatepicker {
	width: 100px;
}


/*
 * Modal
 */
#stplatModal fieldset {
	margin-bottom: 20px;
}
#stplatModal .form-group {
	margin: 0;
}
#stplatModal .form-group label {
	margin: 5px 20px 0 10px;
}
#stplatModal .form-group label span {
	margin-right: 5px;
}
/* #stplatModal textarea.form-control { */
/* 	height: 280px; */
/* 	margin: 5px 0; */
/* } */
#stplatModal .form-group p {
	border: solid 1px #CCC;
	padding: 10px;
	margin: 0;
}

#stplatModal fieldset {
	margin-bottom: 20px;
}
#stplatModal .form-group {
	margin: 0;
}
#stplatModal .form-group label {
	margin: 5px 20px 0 10px;
}
#stplatModal .form-group label span {
	margin-right: 5px;
}
/* #stplatModal textarea.form-control { */
/* 	height: 280px; */
/* 	margin: 5px 0; */
/* } */
#stplatModal .form-group p {
	border: solid 1px #CCC;
	padding: 10px;
	margin: 0;
}

/* 팝업 Modal */
#popupModal fieldset {
	margin-bottom: 20px;
}
#popupModal .form-group {
	border: solid 1px #CCC;
	padding: 10px;
	margin: 0;
}
#popupModal .form-group label {
	margin: 5px 20px 0 10px;
}
#popupModal .form-group label span {
	margin-right: 5px;
}
/* #stplatModal textarea.form-control { */
/* 	height: 280px; */
/* 	margin: 5px 0; */
/* } */

#updtVisitInfoModal .modal-body input {
	padding: 5px;
}
#updtVisitInfoModal .modal-body .visitPrearngeDt input {
	width: 140px;
}
#updtVisitInfoModal .modal-body .visitPrearngeDt select {
	width: 80px;
}
#updtVisitInfoModal .modal-footer .btn-updt {
	background-color: #1C57A5;
	color: #ffffff;
}
#cmgidnIssuModal .modal-footer .btn-updt {
	background-color: #1C57A5;
	color: #ffffff;
}

/* 
 * 메인 페이지
 */
.v-indx .main-container{
	margin: 0 auto;
	width: 1200px;
	max-width: none !important;
}
.v-indx .main-container.indx-empty{
	padding-bottom: 70px;
}
.v-indx .door-space{
	margin: 0 0 15px 0;
	align: center;
}
.v-indx .door-space #doorNm{
	width:auto;
	height:30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #3C3C3C;
	border-radius: 6px;
	color: #3C3C3C;
	padding: 5px 20px 5px 20px;
	align: center;
}
.v-indx .btn-space{
	float: left;
	width: 570px;
	margin: 15px 25px 0 0px;
}

.v-indx .notice-space{
	float: left;
	width: 511px;
	margin-right: 15px;
}

.v-indx .btn-req{
	display: inline-block;
	float: left;
	background-color: #1C57A5;
	/* background-color: #ffffff;
	border: 3px solid #ED1C24; */
	width: 255px;
	height: 250px;
	padding: 45px 10px 10px;
	margin: 0 15px 10px 5px;
}
.v-indx .btn-search{
	display: inline-block;
	float: left;
	/* background-color: #888888; */
	background-color: #9CA5AB;
	/* border: 3px solid #888888; */
	width: 255px;
	height: 250px;
	padding: 45px 10px 10px;
	margin: 0 0 10px 5px;
}
/* 노 : #FBBC05 초 : #34A853 */
.v-indx .btn-pass{
	display: inline-block;
	float: left;
	/* background-color: #A9976F; */
	background-color: #1C57A5;
	/* border: 3px solid #888888; */
	width: 255px;
	height: 250px;
	padding: 45px 10px 45px 10px;
	margin: 0 15px 10px 5px;
}
.v-indx .btn-export{
	display: inline-block;
	float: left;
	/* background-color: #A9976F; */
	background-color: #9CA5AB;
	/* border: 3px solid #888888; */
	width: 255px;
	height: 250px;
	padding: 45px 10px 10px;
	margin: 0 15px 0 5px;
}
/* .v-indx i{
	display: block;
	font-size: 65px;
	padding: 10px 0px;
	color: #ffffff;
	margin: 0 0 15px 0;
} */
.v-indx .img-reqst{
	width: 50px;
	height: 50px;
	margin: 20px 0 20px 0;
}
/* .v-indx .btn-search i{
	display: block;
	font-size: 65px;
	padding: 10px 0px;
	color: #ffffff;
	margin: 0 0 15px 0;
} */
.v-indx .btn-search .img-search{
	width: 50px;
	height: 50px;
	margin: 20px 0 20px 0;
}
/* .v-indx .btn-pass i{
	display: inline-block;
	font-size: 33px;
	padding: 0px 25px;
	color: #ffffff;
	margin: 0 0 0px 0;
} */
.v-indx .btn-pass .img-pass{
	width: 50px;
	height: 50px;
	margin: 20px 0 20px 0;
}
.v-indx .btn-export .img-export{
	width: 50px;
	height: 50px;
	margin: 20px 0 20px 0;
}
.v-indx .main-text{
	display: block;
	font-size: 27px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 5px 0;
}
/* .v-indx .btn-pass .main-text{
	display: inline-block;
	font-size: 40px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 2px 25px;
	vertical-align: top;
} */
/*
.v-indx .btn-export .main-text{
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 0px 0;
	vertical-align: top;
}
*/
.v-indx .sub-text{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.v-indx .panelspace{
	display: inline-block;
	float: left;
	width: 100%;
	height: 165px;
	margin: 0 5px 50px 10px;
}
.v-indx .panel-notice{
	/* border-right: 1px solid #ddd; */
	border-bottom: 1px solid #ddd;
	/* border: 3px solid #9E8E82; */
	height: 163px;
	margin: 0;
	
}
.v-indx .space{
	height: 165px;
}
.v-indx .panel-heading{
	font-size:20px;
    font-weight: bolder;
    color: #222222;
    text-align: left;
    /* background-color: #9E8E82; */
    padding: 0 0 0 15px;
    margin: 10px 0;
    border-left: 5px solid #1C57A5;
}
.v-indx .panel-heading .btn-more{
	border : 0;
	float: right;
	color: #666666;
}
#noticeMoreBtn:hover{
	color: #000000;
	background-color: #fff;
}
.v-indx .panel-body { 
	padding:0 10px 0 5px;
}
.v-indx .panel .fa,
.list-group-item .fa {
	margin-right:5px;
	font-size: 12px;
	border: 0;
	vertical-align: middle;
	padding: 11px 8px 6px 8px;
}
.v-indx .panel-body .checkbox { 
	display:inline-block;
	margin:0px; 
}
.v-indx .list-group-item:hover {
	text-decoration: none;
	background-color: rgb(245, 245, 245);
}
.v-indx .list-group { 
	margin-bottom:0px;
}
.v-indx .panel-notice .table-hover{
	margin-bottom: 5px;
}
.v-indx .panel-notice .table-hover td{
	border: 0;
	color: #555555;
	font-size:14px;
}
.v-indx .panel-notice .table-hover .v-list-text{
	padding-left: 0;
	overflow: hidden;
}
.v-indx .panel-notice .table-hover .v-list-dt{
	padding-right: 0;
	text-align: right;
}

.v-indx .prospace{
	display: inline-block;
	float: left;
	width: 100%;
	height: 165px;
	margin: 0 5px 0 10px;
}
.v-indx .prospace .process-body{
	padding: 0 4% 0 4%;
}
.v-indx .prospace .process-table tr{
	width : 100%;
}
.v-indx .prospace .process-table .tr-image td{
	border : 0;
	padding : 8px 0;
}
.v-indx .prospace .process-table .tr-image .process-td{
	width: 15%;
}
.v-indx .prospace .process-table .tr-image i{
	margin: 0 0 5px 0;
}
.v-indx .prospace .process-table .tr-image .process-image{
	width: 35px;
	height: 35px;
	margin: 0 auto 10px auto;
	display: block;            /* 아이콘을 칸 중앙 블록으로 → 라벨과 세로 정렬 통일 */
}
.v-indx .prospace .process-table .tr-image .process-text{
	display: block;            /* 라벨을 항상 아이콘 아래로(짧은 '방문'도 옆에 붙지 않게) */
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.v-indx .prospace .process-table .tr-image .right-image{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-top: 10px;
}
.v-indx .privacyHis-span{
	padding-top: 70px;
	width: 100%; 
}


/* 
 * custom by page
 */
.v-indx .page-header {
	display: none;
}
.v-indx .jumbotron {
	width: 100%;
	background-color: #FFFFFF;
/* 	padding-top: 150px; */
/* 	padding-bottom: 150px; */
	padding: 40px 0 48px 0;
}
.v-indx span {
	display: inline-block;
}
.v-indx span .btn {
	width: 306px;
	height: 328px;
/* 	width: 170px; */
/* 	height: 180px; */
	margin: 20px;
	padding: 10px;
}
.v-indx .v-btn-reqst .btn {
/* 	margin-right: 58px; */
	background: url("/tmplats/images/1/btn_visit01.jpg") no-repeat 0 0;
/* 	background-color: rgb(237, 27, 36); */
}
.v-indx .v-btn-confm .btn {
	background: url("/tmplats/images/1/btn_visit02.jpg") no-repeat 0 0;
/* 	background-color: rgb(126, 126, 126); */
}

.v-indx .v-btn-reqsteng .btn {
/* 	margin-right: 58px; */
	background: url("/tmplats/images/1/btn_visit_reqst_eng.jpg") no-repeat 0 0;
/* 	background-color: rgb(237, 27, 36); */
}
.v-indx .v-btn-confmeng .btn {
	background: url("/tmplats/images/1/btn_visit_reqst_cnfirm_eng.jpg") no-repeat 0 0;
/* 	background-color: rgb(126, 126, 126); */
}

.v-indx span .btn span {
	display: none;
/* 	display: block; */
/* 	font-weight: bold; */
/* 	font-size: 24px; */
/* 	letter-spacing: -0.1em; */
/* 	color: #FFFFFF; */
/* 	margin-top: 30px; */
}
.v-indx span .btn span.glyphicon {
	font-size: 48px;
	font-weight: normal;
}

.v-indx-list h2 {
	text-align: left;
}
.v-indx-list table {
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
}
.v-list .list-container{
	margin: 0 auto;
	width: 75%;
	max-width: none !important;
}
.v-list-sn {
	width: 60px;
}
.v-list-text {
	text-align: left;
}
.v-list-dt {
	width: 160px;
}

.v-stplat fieldset {
	margin-top: 10px;
}
.v-stplat legend {
	font-weight: bold;
}
.v-stplat legend strong {
	color: #ED1C24;
}
.v-stplat .form-group div {
	margin: 10px 0 0 0;
	padding: 0;
}
.v-stplat .form-group .form-control {
	background-color: #FFFFFF;
}
.v-stplat .form-group label.checkbox {
	left: 20px;
	font-size: 14px;
/* 	margin-left: 10px; */
	cursor: pointer;
}


#confmZoneModal .btn-default {
	color: #999999;
}
#confmZoneModal .btn .glyphicon {
	display: inline-block;
}


.v-text-sms {
	border: solid 2px #cccccc;
	padding: 0;
}
.v-text-sms #defaultMssage {
	padding: 6px 12px;
}
.v-text-sms textarea {
	border: 0;
}
.v-text-length {
	float: right;
	text-align: right;
}
.v-text-length-warn {
	color: #ff0000;
}

#resnModal #resnForm textarea {
	width: 
}

.lang-select {
	margin-top: 1px;
    border: 1px solid #ccc;
    width: 85px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    overflow: hidden;
    text-align-last: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    float: center;
    margin-bottom:5px;
    background-color: #ffffff;
}

.lang-select select {
    padding: 10px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    text-align: center;
}

.lang-select select:focus {
    outline: none;
}

.vms-globe {
	padding: 3px 16px;
	position: relative;
	background: url("/tmplats/images/1/globe_white.png") no-repeat 0 0;
	background-size: 25px;
}

.fill { 
    min-height: 100%;
    height: 100%;
}

.text-highlight {
	color:red;
	font-weight: bold;
	background-color: #FFFF00;
}

/*
 * QR 코드 페이지
*/
.form-container .visitr-qr {
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 0;
	padding-left: 0;
	width: 50%;
	height: 344px;
	margin : 40px 0 30px 0;
	position: relative;
}
.form-container .visitr-qr .qr-code{
	/* border: 1px solid black; */
	margin: 72px 0 72px 0;
	text-align: center;
	width: 200px;
	height: 200px;
 	margin-left: 188px;
}
.form-container .visitr-qr-info {
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 0;
	width: 50%;
	margin : 40px 0 30px 0;
	float: right;
	position: relative;
}
.form-container .visitr-qr-info .field-group{
	border-top: solid 2px #1C57A5;
    border-bottom: solid 2px #1C57A5;
    padding-top: 20px;
    padding-bottom: 5px;
}
.form-container .visitr-qr-info .field-group .qr-form-inline{
	margin-bottom: 10px;
	display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 1px;
    height: 35px;
}
.form-container .visitr-qr-info .field-group .qr-form-inline .qr-control-label{
	height: 35px;
	padding: 7px 15px 7px 25px;
	margin: 0;
}
.form-container .visitr-qr-info .field-group .qr-form-inline .qr-div{
	height: 35px;
}
.form-container .qr-form-actions{
	height: 40px;
	margin: 20px 0;
}

.loading {
	width: 100%;  
	height: 100%;  
	top: 0px;
	left: 0px;
	position: fixed;  
	display: block;  
	opacity: 0.7;  
	background-color: #fff;  
	z-index: 99;  
	text-align: center; 
} 
  
.loading-image {  
	position: absolute;  
	top: 50%;  
	left: 50%; 
	z-index: 1;
	width: 100px;
	height: 100px;
}

.loader { 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	z-index: 1; 
	width: 150px; 
	height: 150px; 
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	background-color: #fff; 
	border-radius: 50%; 
	border-top: 16px solid #3498db; 
	width: 120px; height: 120px; 
	-webkit-animation: spin 2s linear infinite; 
	animation: spin 2s linear infinite; 
} 
	
@-webkit-keyframes spin {
	0% { 	-webkit-transform: rotate(0deg); } 
	100% { 	-webkit-transform: rotate(360deg); } 
} 
@keyframes spin { 
	0% { transform: rotate(0deg); } 
	100% { transform: rotate(360deg); } 
}

/*
 * 공지사항
*/
.v-indx .shortcut-span{
	float: left;
}
.v-indx .img-shortcut{
	color: #4C4C4C;
	padding-top: 3px;
}
.v-indx .a-shortcut{
	color: #4C4C4C;
}
.v-indx .requestShort{
	margin: 0 20px 0 10px;
}
.v-indx .searchShort{
	margin: 0 20px 0 10px;
}

/* ============================================================
 * 모바일 대응 — 공지 상세(bbs/notices/detail)는 데스크탑 레이아웃(~{layout})을
 * 쓰면서 .v-notice 고정폭(985px)이라 휴대폰에서 가로로 넘친다.
 * xs 폭에서 유동폭 + 라벨/내용 세로 스택 + 본문 이미지 축소.
 * ============================================================ */
@media (max-width: 767px) {
	.v-notice {
		width: 100% !important;
		max-width: 100% !important;
	}
	/* form-horizontal(col-xs-2/10) → 세로 스택 */
	.v-detail .form-horizontal .form-group > .control-label,
	.v-detail .form-horizontal .form-group > .v-data-div {
		width: 100%;
		float: none;
	}
	.v-detail .form-horizontal .control-label {
		text-align: left;
		margin-bottom: 2px;
	}
	/* 공지 본문(HTML/base64 이미지)이 화면 밖으로 넘치지 않게 */
	.v-detail .form-control-static {
		word-break: break-word;
	}
	.v-detail .form-control-static img,
	.v-detail .form-control-static table {
		max-width: 100% !important;
		height: auto;
	}
	/* 확인/수정 버튼도 가장자리 여백 확보 */
	.v-detail .form-actions {
		padding-left: 12px;
		padding-right: 12px;
	}
}


