@charset "UTF-8";


body {
	overflow-y: auto;
}

.container {
	width: 100vw;
	height: 100%;
	height: calc(100% - 50px);
	min-height: 800px;
	left: 250px;
}

.main-background {
	position: fixed;
	top: 0; 
	width: 100%;
	height: 100%;
	background: url('/image/main-background.jpg') no-repeat;
	z-index: -1;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.main-btn-list {
	height: 100%;	
}

.main-visitor-btn,.main-car-btn {
	background: url(/image/icon/main_btn1.png) no-repeat;
    background-size: 100%;
    background-position: center;
    min-width: 260px;
    width: 65%;
    margin: 0px auto;
    min-height: 180px;
}

.main-car-btn {
    background: url(/image/icon/main_btn2.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.login-btn-img-mo img {
	margin-top: 13px;
    width: 100%;
    height: 70px;
    object-fit: contain;	
}

.login-btn-img-pc {
	background: url(/image/icon/login_btn.png) no-repeat;
    background-size: 100%;
    background-position: 100%;
    min-height: 100px;
    width: 170px;
}

.login-btn-img-pc:hover {
	cursor: pointer;
}

.login-btn-img-mo {
	display: none;
}

.login-btn-img:hover {
	cursor: pointer;
}

.user-id {
	margin-bottom: 10px;
	background : url(/image/icon/login-id.png) no-repeat;
    background-size : 27px;
    background-position: 5px;
    padding-left: 40px !important;
    border-radius: 8px !important;
}

.user-pw {
	background : url(/image/icon/login-pw.png) no-repeat;
    background-size : 27px;
    background-position: 5px;
    padding-left: 40px !important;
    border-radius: 8px !important;
}



.main-visitor-btn:hover,.main-car-btn:hover {
	cursor: pointer;
}

.main-admin-login {
	/* color : #0060A9;
	text-align : right;
	margin-right : 12px;
	margin-top : 10px;  */
	margin-right: 12px;
    margin-top: 10px;
    text-align: right;
    background: url(/image/icon/admin-login.png) no-repeat;
    background-size: contain;
    height: 20px;
    background-position: right;
}

.main-admin-login:hover {
	cursor: pointer;
}

.main-contents {
	max-width: 700px;
	width: 100%;
	margin: auto;
	padding-top: 14vh;
}

.notop {
	padding-top: 0px;
}

.main-contents .main-form {
    width: 71%;
    display: inline-block;
}

.main-contents .main-form-btn-group {
    width: 24%;
    height: 82px;
    margin-bottom: 24px;
    display: inline-block;
    float: right;
}
.main-contents.login {
	width: 500px;
}
.main-contents .content {
	position: relative;
	top: 60px;
	width: auto;
	padding: 40px 30px;
	text-align: center;
}

.main-contents .content.login{
	max-width: 435px;
    margin: auto;
    top: 0px;
}

.main-contents .content-title {
	font-weight: bold;
	color: #333;
	margin-bottom: 7px;
}

.main-contents .main-form-group {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 5px;
}

.main-contents .main-form-summary {
	margin: 10px 0 10px 5px;
	color: #888;
	font-size: 0.8rem;
	font-weight: bold;
}

.main-contents .main-logo-container {
	width: 100%;
	/* padding-top: 120px; */
	padding-top: 10vh;
}

.main-contents .main-logo-container .main-logo {
	width: 100%;
	height: 100%;
	min-width: 120px;
	min-height: 120px;
	max-width: 394px;
	max-height: 128px;
	margin: auto;
	background: url('/image/log2.png') no-repeat;
	background-size: contain;
    background-position: center;
}

.main-contents .main-logo-container .main-logo:hover {
	cursor: pointer;
}

.main-contents .welcome {
	text-align: right;
	/* margin-top: 20px; */
	font-size: 1.0rem;
	font-weight: bold;
}
.main-contents .welcome.main {
	margin: 50px 0px;
	font-size: 1.6rem;
	padding: 0px 25px;
}

.main-contents .login-nav-container {
	display: flex;
	margin-top: 80px;
	justify-content: space-around;
}
.main-contents .login-nav-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	max-width: 300px;
	height: 250px;
	max-height: 300px;
	box-shadow: 5px 5px 3px rgb(0 0 0/ 35%);
	border-radius: 5px 5px 5px 5px;
}
.main-contents .login-nav-btn.visitor {
	background-color: #74BAFC;
}
.main-contents .login-nav-btn.partners {
	background-color: #FAC17F;
}
.main-contents .login-nav-btn span {
	font-size: 1.5rem;
	font-weight: bold;
}

/* Table */
.main-contents .table-container {
	margin-top: 20px;
	width: 100%;
	height: 93px;
	border: 1px solid #a8a8a8;
	background-color: #fff;
}

.main-contents .table-container table {
	width: 100%;
	font-size: 0.8rem;
}
.main-contents .table-container table th,
.main-contents .table-container table td {
	height: 30px;
}
.main-contents .table-container table td {
	padding-left: 10px;
}
.main-contents .table-container table thead {
	background-color: #585858;
}
.main-contents .table-container table thead th {
	font-weight: bold;
	color: #fff;
}
.main-contents .table-container table tbody tr {
	border: 1px solid #ddd;
}

.main-contents .btn-container {
	display: flex;
}
.main-contents .btn-container.LR {
	display: flex;
	justify-content: space-between;
}

/* Agreement */
.agrmt-container {
	margin-bottom: 30px;
}
.agrmt-container .agrmt-checkbox {
	display: grid;
	grid-template-columns: 40px 1fr 50px;
	align-items: center;
	height: 40px;
	border: 1px solid #bbb;
	margin-bottom: 10px;
}
.agrmt-container .agrmt-checkbox input[type="checkbox"] {
	zoom: 1.6;
}
.agrmt-container .agrmt-checkbox span {
	justify-self: right;
	display: block;
	width: 15px;
	height: 15px;
	/* background: url('/icon/black-angle-down-free-icon-font.png') no-repeat; */
	background-size: 15px;
	margin-right: 10px;
}
.agrmt-container .agrmt-textarea {
	width: 100%;
	height: 250px;
	border: 1px solid #bbb;
	background-color: #fff;
	overflow-y: auto;
}
/* Signpad */
.signpad-container {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	padding: 10px 0;
    border: 1px solid #bbb;
}

.signpad-container canvas {
    background-color: #fff;
    border: 1px solid #bbb;
}

/* Safety Education */
.safetyedu-container {
	margin-bottom: 30px;
}
.safetyedu-container ul {
	display: flex;
	justify-content: center;
}
.safetyedu-container ul li {
	display: none;
}
.safetyedu-container ul li.active {
	display: initial;
}
.safetyedu-container ul li img {
	width: 100%;
}

.login-auto-checkbox {
	color: white;
	text-align: left;
	padding: 15px 0px;
	font-size: 15px;
}

/* Mobile */
@media ( max-width :765px) {
	.main-contents .main-logo-container {
		padding-top: 40px;
	}
	
	.main-contents .login-nav-btn {
		display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 95%;
	    /* max-width: 273px; */
	    height: 12vh;
	    /* max-height: 246px; */
	    box-shadow: 5px 5px 3px rgb(0 0 0 / 35%);
	    border-radius: 5px 5px 5px 5px;
	    flex-wrap: wrap;
	    margin: 25px 0px;
	}
	
	.main-contents .login-nav-container {
		display: flex;
    	margin-top: 0px;
	    justify-content: space-around;
	    flex-wrap: wrap;
	}
	
	.main-contents .welcome.main { margin: 15px 0px; }
	
	.container { min-height: auto; }
	
	.main-visitor-btn,.main-car-btn {
		min-height: 120px;
	}
	
	.login-btn-img-mo {
		display : block; 
	}
	
	.login-btn-img-pc {
		display: none;
	}
	
	.main-contents .main-form {
		width: 95%;
	}
	
	.main-contents .welcome {
		text-align: center;
	}
	
	.main-contents {
		padding-top: 0px;
	} 
}
