/* Login Page */
* {
	font-family:  'Open Sans', 'Noto Sans KR' ;
}
.loginLayout {
	width: 100%;
	height: 100%;
	background-color: #12B392;
	opacity: 0.8;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.login{
	height: 100%;
}
.login-top-area{
	background-image: url(image/background.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 65%;
    opacity: 0.8;
    
	width: 100%;
	height: 45vh;
}
.login-middel-area{
	width: 100%;
	height: 10vh;
}
.login-bottom-area{
	width: 100%;
	height: 45vh;
}
.intro_text{
    font-size: 9vw;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.login input {
	height: 50px;
	background-color: #FFFFFF;
	width: calc(75% - 40px);
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-radius: 5px;
	margin: 10px 0 15px 0;
	font-size: 18px !important;
	color: #666666;
	padding: 0px 20px;
}
.login input::placeholder {
	color: #12B392;
/* 	padding-left: 20px; */
}
.login button {
	width: 75%;
	height: 50px;
	border-radius: 5px;
	border: 0;
	background-color: #fff;
	font-size: 21px;
	font-weight: bold;
	color: #12B392;
	text-align: center;
	margin: 10px 0 0 0px;
}


/* Mobile Main */
/* Title */
body.mobile-main-body {
	background-color: #fff;
}
.mobile-title-area{
	width: 100%;
	height: calc(14% - 1px);
	border-bottom: 1px solid #dddddd;
}
.mobile-title-item-wrapper{
	padding:10px;
	height:calc(100% - 20px);
}
.mobile-title-item-logo-wrapper{
	float:left;
}
.mobile-title-item-logo{
	width: 165px;
	height: 100%;
	background-size: contain;
	background-image: url(../../poascan/lib/imgs/logo.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.mobile-title-item-title-wrapper{
	float:right;
}
.va_center{
	height:100%;
	display:flex;
	align-items:center;
}
.mobile-title-item-title-text{
	font-size:20px;
	font-weight:400;
}
@media screen and (max-width: 300px){
	.mobile-title-item-wrapper{
		height:calc(50% - 20px);
	}
}












.mobile-title-inner .title-logo-wrapper {
	position: absolute;
	height: 100%;
	width: 150px;
	padding: 0 10px;
	left: 0;
	top: 0;
}
.mobile-title-inner .title-logo-wrapper .title-logo {
	height: 100%;
	background-size: contain;
	background-image: url(../../poascan/lib/imgs/icon/mobile/gas_logo.png);
	background-position: center;
	background-repeat: no-repeat;
}
.mobile-title-inner .title-text-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 20px;
	font-weight: 400;
}
/* Contents */
.mobile-main-wrapper {
	height: calc(100% - 14%);
	display: block;
    vertical-align: middle;
}
.mobile-main-wrapper .box-wrapper {
	width: 100%;
	height: 100%;
}
.box-wrapper .box-contents {
    height: calc(50% - 40px);
    padding: 20px 0;
}
.box-wrapper .box-contents .default-box {
	width: calc(70% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #dfdfdf;
    margin: 0 auto;
}
.default-box .image-box {
	width: 100%;
	height: 70%;
	background-position: center;
	background-repeat: no-repeat;
}
.default-box .contents-box {
	width: 100%;
	height: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.default-box .file-upload-image {
	background-image: url(../../poascan/lib/imgs/icon/mobile/camera.png);
}
.default-box .file-upload-contents {
	background-color: #049ede;
}
.default-box .file-management-image {
	background-image: url(../../poascan/lib/imgs/icon/mobile/gallary.png);
}
.default-box .file-management-contents {
	background-color: #54b765;
}
/* File Upload Layout */
.file-meta-wrapper {
	width: 100%;
	height: calc(100% - 14%);
}
.file-meta-wrapper .file-meta-outer {
	width: 100%;
	height: 100%;
}
.file-meta-wrapper .file-meta-inner {
	width: 100%;
	height: 100%;
}
.file-meta-inner .common-wrapper {
	width: 100%;
	font-size: 16px;
}
.common-wrapper .common-contents {
	width: 80%;
	padding-top:20px;
	height:calc(100% - 20px);
	margin:0 auto;
}
.file-meta-inner .file-type-combo-wrapper{
	height:20%;
}
.file-meta-inner .file-remark-wrapper {
	height:60%;
}
.file-meta-inner .upload-btn-wrapper{
	height:20%;
}
.common-wrapper .common-label {
	padding: 2vw 0;
}
.common-wrapper .upload-common-buttons {
	width: 100%;
	height: 100%;
	text-align: center;
}
.common-wrapper .upload-common-buttons .upload-common-button {
	width: 45%;
	text-align: center;
	padding: 3% 0;
	border: 1px solid #049ede;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	font-size: 16px;
	display: inline-block;
}
.upload-common-buttons .upload-confirm-button {
	background-color: #049ede;
	color: #fff;
}
.upload-common-buttons .upload-cancel-button {
	color: #049ede;
	margin-left: 15px;
}

.file-type-combo {
	width: 100%;
	height: 6vh;
	outline: none;
	padding-left: 3%;
	border: 1px solid #dddddd;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../../poascan/lib/imgs/icon/mobile/down.png) no-repeat 95% 50%;
	background-size: 10%; 
}
.file-type-combo::-ms-expand {
	display: none;
}
.file-type-combo:after {
	background-color: red;
}
.file-remark-input{
	width: calc(100% - 6% - 2px);
	height: calc(100% - 20%);
	resize: none;
	outline: none;
	border-color: #dddddd;
	border-radius: 10px;
	padding: 3%;
	font-size: 16px;
}


/* Mobile FileManager */
body.file-management-body {
	
}
.mobile-file-manager-container {
    height: 100%;
}
.management-button-wrapper {
	width: 100%;
	height: 100%;
	text-align: right;
}
.management-data-list-wrapper {
	height: 100%;
    overflow-y: auto;
	overflow-x: hidden;
}
.management-button-box {
	width: calc(23% + 2px);
    display: inline-block;
    padding-top: 3vh;
}
@media screen and (max-height: 480px) {
	.management-button-box {
		padding-top: 4vh;
	}
}
@media screen and (max-height: 680px) {
	.management-button-box {
		padding-top: 4vh;
	}
}
.management-button-box.management-button-box-trans {
	margin-right: 10px;
}
.management-button-box .management-button {
	width: calc(100% - 2px);
	height: 6vh;
	border: 1px solid #54b765;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	text-align: center;
	line-height: 6vh;
}
.management-button-box .management-button-trans {
	background-color: #54b765;
	border-color: #35bb4c;
	color: #fff;
}
.management-button-box .management-button-delete {
	color: #54b765;
}
.mobile-contents-outer {
	width: 100%;
	height: calc(100% - 28%);
}
.management-button-outer {
	padding: 0 5%;
	width: calc(100% - 10%);
	height: calc(14% - 1px);
    border-bottom: 1px solid #dddddd;
}
.file-data-wrapper {
	height: 30%;
	width: calc(100% - 10vw);
	padding: 5vh 5vw;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
}
.image-wrapper {
	width: calc(60% - 2%);
	height: calc(100% - 6% - 2px);
	min-width: 60%;
	padding: 1%;
	border: 1px solid #dfdfdf;
	display: inline-block;
}
.file-thumbnail-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}
.file-thumbnail-outer {
	width: 100%;
	height: 100%;
}
.file-selector {
	position: absolute;
	left: 1vw;
	top: 1vw;
	width: 5vw;
	height: 5vw;
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}
.file-selector-image {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.info-wrapper {
	width: calc(35% - 5px);
	height: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
}
.info_text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
	padding-bottom: 1vw;
	font-size: 14px;
	font-weight: 400;
}
.info_text.info_file_type {
	color: #049ede;
}


/* Transfer List Page */
.mobile_transfer_list_container {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.transferlist-search-wrapper{
	width: calc(100% - 30%);
	height: 8%;
	padding: 5vh 15vw;
}
.transferlist-search-box {
	width: 100%;
	height: 100%;
	position: relative;
}
.transfer-target-search-wrapper {
	display: inline-block;
	width: 80%;
	height: 100%;
	vertical-align: top;
}
.transfer-target-search {
	width: calc(100% - 12px);
	height: calc(100% - 2px);
	border: 1px solid #cccccc;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	font-size: 16px;
	padding: 0 5px;
	outline: none;
}
.transfer-target-search::placeholder {
	color: #cccccc;
}
.transferlist-button-search-wrapper {
	width: calc(20% - 2px);
	height: calc(100% - 2px);
	border: 1px solid #cccccc;
	border-left: none;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	display: inline-block;
}
.transferlist-button-search {
	width: 100%;
	height: 100%;
	background-image: url(../../poascan/lib/imgs/icon/mobile/search.png);
	background-position: center;
	background-repeat: no-repeat;
}
.transferlist-button-wrapper {
	width: 100%;
	height: 15vh;
	text-align: center;
	line-height: 15vh;
}
.transferlist-button-wrapper .transferlist-buttons {
	width: 35vw;
	height: 8vh;
	border: 1px solid #049ede;
	border-radius: 20px;
	display: inline-block;
	line-height: 8vh;
}
.transferlist-button-wrapper .transferlist-buttons.transferlist-button-confirm {
	background-color: #049ede;
	color: #fff;
	margin-right: 1vw;
}
.transferlist-button-wrapper .transferlist-buttons.transferlist-button-back {
	color: #049ede;
	margin-left: 1vw;
}
.transfer-list-grid-wrapper {
	margin: auto;
	width: calc(100% - 10vw);
	height: calc(100% - 50%);
	min-height:200px;
}
.transfer-list-grid{
	width: 100%;
	height: 100%;
}
.transfer-list-grid  .hdrcell {
    text-align: center;
    color: #576066;
}
.transfer-list-grid-wrapper .gridbox .xhdr,
.transfer-list-grid-wrapper .gridbox .hdr,
.transfer-list-grid-wrapper .objbox td {
	height: 8vh !important;
}
