@charset "utf-8";
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:300normal,300italic,400normal,400italic,600normal,600italic,700normal,700italic,800normal,800italic); */

@font-face {font-family:'notokr';font-weight:100;font-style:normal;src:url('../fonts/notokr/notokr-light.eot?') format('eot'), url('../fonts/notokr/notokr-light.woff') format('woff');}
@font-face {font-family:'notokr';font-weight:400;font-style:normal;src:url('../fonts/notokr/notokr-regular.eot?') format('eot'), url('../fonts/notokr/notokr-regular.woff2') format('woff2'), url('../fonts/notokr/notokr-regular.woff') format('woff');}
@font-face {font-family:'notokr';font-weight:500;font-style:normal;src:url('../fonts/notokr/notokr-medium.eot?') format('eot'), url('../fonts/notokr/notokr-medium.woff2') format('woff2'), url('../fonts/notokr/notokr-medium.woff') format('woff');}
@font-face {font-family:'notokr';font-weight:600;font-style:normal;src:url('../fonts/notokr/notokr-bold.eot?') format('eot'), url('../fonts/notokr/notokr-bold.woff2') format('woff2'), url('../fonts/notokr/notokr-bold.woff') format('woff');}
@font-face {font-family:'rajdhani';font-weight:100;font-style:normal;src:url('../fonts/rajdhani/rajdhani-light.eot?') format('eot'), url('../fonts/rajdhani/rajdhani-light.woff') format('woff');}
@font-face {font-family:'rajdhani';font-weight:700;font-style:normal;src:url('../fonts/rajdhani/rajdhani-bold.eot?') format('eot'), url('../fonts/rajdhani/rajdhani-bold.woff') format('woff');}



article, aside, hgroup, header, footer, figure, figcaption, nav, section,time, mark, canvas, video, audio, details, summary {
	display: block;
}

td, div {
	word-break:break-all;
}
body {
	--bs-border-color: #aaa;
	--bs-border-width: 1px;
	
	margin:0px;
	font-family:'Open Sans', 'notokr', sans-serif;
	font-size: 16px;
	font-weight: 500;
	word-spacing: 3px;
	text-decoration: none;
	letter-spacing: -.05em;
	overflow-y:scroll;
}

a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}
label {
	display:inline-block;
}
label.note {
	color: #e99;
	font-size: 14px;
}
label.alert {
	text-align:left;
	margin-left: 15px;
	color: #f55;
}
select {
	height: 32px;
	font-family:inherit;
	font-size: inherit;
/* 	min-width: 170px; */
	min-width: 70px;
	border: 1px solid var(--bs-border-color);
	padding: 3px 40px 3px 10px;
	background: url('../img/ico_arrow.png') no-repeat right center;
	background-color:#fffff0;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}

pre {
	font-family:inherit;
	white-space:break-spaces;
}
mark {
	color:#ff4040;
	display:inline;
	background-color:rgba(255,255,255,0);
}
strong {
	color:#4040ff;
	display:inline;
}
yes {
	font-weight:bold;
	color:#f33;
}
no {
	color:#000;
}
positive {
	color:#333;
}
negative {
	color:#f99;
}
.positive {
	color:#333;
}
.negative {
	color:#f99;
}
.scroll-y {
	overflow-y:scroll;	
}

textarea {
	font-family:inherit;
	font-size: inherit;
	padding: 10px;
	border: 1px solid var(--bs-border-color);
	background-color:#fffff0;
}

input {
	font-family: inherit;
	font-size: inherit;
	height: 28px;
	min-width: 250px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid var(--bs-border-color);
/* 	background-color: #fffff0; */
}
input[readonly] {
	background-color: #eee;
	outline: 0;
}

input[mandatory] {
	background:url(../img/ico_dot.png) no-repeat left top;
	background-size:5px 10px;
}

input[readonly][mandatory] {
	background-color: #eee;
}

input[type=checkbox] {
	font-family:inherit;
	font-size: inherit;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: -4px;
}
input[type=radio] {
	font-family:inherit;
	font-size: inherit;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: -4px;
	background-color: rgba(100,0,0,0);
}
input[type=radio] label {
	font-family:inherit;
	font-size: inherit;
	font-weight: normal;
}

textarea[mandatory] {
	background:url(../img/ico_dot.png) no-repeat left top;
	background-size:5px 10px;
}
textarea[readonly][mandatory] {
	background-color: #eee;
}

.menu td {
	padding-left: 0;
	padding-right: 0;
	text-align: right;
}

.holder {
	display: inline-block;
	position:relative;
	width:max-content;
	height:auto;
}
.lock {
	width:24px;
	height:24px;
	position:absolute;
	top:0px; left:0px;
	background-image: url(../img/ico_lock.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	background-size: 16px 16px;
}
.lock[margin] {
	margin-top: -10px;
	margin-left: -20px;
}



input::placeholder {color:#aaa;}
input::-webkit-input-placeholder {color:#aaa;}
input:-ms-input-placeholder {color:#aaa;}
 
textarea::placeholder {color:#aaa;}
textarea::-webkit-input-placeholder {color:#aaa;}
textarea:-ms-input-placeholder {color:#aaa;}










button {
	font-family:inherit;
	font-size: inherit;

	background-color: #eee;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 12px center;
	border: 1px solid var(--bs-border-color);
	border-radius: 4px;

	cursor: pointer;
	min-height: 30px;
	padding: 3px 15px 5px 40px;
	margin: 2px;
	text-align: center;
	font-weight: bold;
	color: #000;
	min-width: 82px;
}
button:hover {
	transform: scale(1.04);
}
button[noicon] {
	padding: 3px 10px 5px 10px;
	min-width: 32px;
}
button[separator] {
	border: 0;
	width: 10px;
	visibility: hidden;
}
.csBtnApplication {
	color: #fff;
	background-color: #c46;
	background-image: url(../img/ico_application.png);
}
.csBtnReservation {
	color: #fff;
	background-color: #46c;
	background-image: url(../img/ico_use.png);
}
.csBtnDetail {
	color: #fff;
	background-color: #479;
	background-image: url(../img/ico_detail.png);
}
.csBtnSearch {
	background-image: url(../img/ico_search.png);
}

.csBtnBack {
	background-image: url(../img/ico_back.png);
}
.csBtnUse {
	background-image: url(../img/ico_application.png);
}
.csBtnMaintenanceReport {
	background-image: url(../img/ico_maintenance.png);
}
.csBtnOperationReport {
/* 	background-image: url(../img/ico_operation.png); */
	background-image: url(../img/ico_operation.png);
}
.csBtnLicense {
	background-image: url(../img/ico_license_card.png);
}
.csBtnBatchPrint {
	background-image: url(../img/ico_print.png);
	background-color: #fee;
}
.csBtnPrint {
	background-image: url(../img/ico_printer.png);
}
.csBtnAdd {
	background-image: url(../img/ico_add.png);
}
.csBtnWrite {
	background-image: url(../img/ico_add_1.png);
/* 	background-image: url(../img/ico_write.png); */
}
.csBtnLink {
	background-image: url(../img/ico_link.png);
}
.csBtnCancel {
	background-image: url(../img/ico_cancel_1.png);
}
.csBtnEdit {
	background-image: url(../img/ico_edit.png);
}
.csBtnExcel {
	background-image: url(../img/ico_excel_1.png);
}
.csBtnProceed {
/* 	color: #fff; */
/* 	background-color: #46c; */
	background-image: url(../img/ico_proceed.png);
}
.csBtnSetting {
	background-image: url(../img/ico_setting.png);
}
.csBtnFinish {
/* 	color: #fff; */
/* 	background-color: #946; */
	background-image: url(../img/ico_cancel.png);
}
.csBtnNegative {
/* 	color: #fff; */
/* 	background-color: #946; */
	background-image: url(../img/ico_negative.png);
}
.csBtnPositive {
/* 	color: #fff; */
/* 	background-color: #46c; */
	background-image: url(../img/ico_positive.png);
}
.csBtnDelete {
/* 	color: #f00; */
/* 	border: 1px solid #f00;  */
	background-image: url(../img/ico_delete.png);
}
.csBtnRecover {
/* 	color: #f00; */
/* 	border: 1px solid #f00;  */
	background-image: url(../img/ico_recover.png);
}
.csBtnUp {
	background-image: url(../img/ico_upload.png);
}
.csBtnDown {
	background-image: url(../img/ico_download.png);
}
.csBtnNoImage {
	background-size: 0;
	padding: 5px 15px 5px 15px;
}
.attachFile {
	background-image: url(../img/ico_download.png);
	cursor:Pointer;
	font-weight: normal;
	background-color: #fafafa;
	border-radius: 0;
	border-color: #50a0ff;
	padding: 5px 15px 5px 50px;
	margin: 3px;
}
.csBtnAttach {
	background-image: url(../img/ico_clip.png);
}
.csBtnGallery {
	background-image: url(../img/ico_gallery.png);
}
.csBtnUploadedFile {
/* 	background-image: url(../img/ico_delete.png); */
	background-image: url(../img/ico_delete2.png);
	font-weight: normal;
	border-radius: 0;
	border-color: #50a0ff;
}
.csBtnSave {
	background-image: url(../img/ico_save.png);
}

div {
	display: block;
}

div[hover]:hover {
	border: 1px solid #ff5050;
}

div[separator] {
	border-bottom: 1px solid var(--bs-border-color);
	margin: 10px 0 10px 0;
	width: 100%;
}

div[separator_1] {
	border-bottom: 1px solid var(--bs-border-color);
	margin: 10px 0 10px 0;
	width: 100%;
}

div[separator_2] {
	border-bottom: 2px solid var(--bs-border-color);
	margin: 10px 0 10px 0;
	width: 100%;
}

div[separator_3] {
	border-bottom: 3px solid var(--bs-border-color);
	margin: 10px 0 10px 0;
	width: 100%;
}
div .gab1 {
	height: 40px;
}

div .gab2 {
	height: 60px;
}

div .gab3 {
	height: 80px;
}

div .topMargin {
	margin-top: 40px;
}

div .hide {
	display: none;
}

div .show {
	display: inherit;
}

div .popup {
	width: 100%;
	height:100%;
	position: fixed;
	_position: absolute;
	top:0px; left:0px;
	background-color: rgba(127,127,127,0.8);
	z-index:9999;
}
div .popupContant {
	position:absolute;
	top:50%; left:50%;
	transform: translate(-50%, -50%);
	background-color:#fff;
	box-shadow: 8px 8px 10px rgba(0,0,0,0.8);
	-webkt-box-shadow: 8px 8px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 8px 8px 10px rgba(0,0,0,0.8);
	z-index:9999;
}
div .popup .popupContant .title td {
	height: 50px;
	text-align: left;
	vertical-align: top;
	padding: 0;
}
div .popup .popupContant .title td div.bg {
	height: 30px;
	color: #fff;
	background-color: #229;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
}
div .popup .popupContant .title td div.text {
	float: left;
	text-align: left;
}
div .popup .popupContant .title td div.button {
	float: right;
	cursor: Pointer;
	width: 30px;
	color: #000;
	background-color: #ccc;
	border: 1px solid var(--bs-border-color);
	text-align: center;
}

table {
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	border: 0;
	padding: 0;
	border-spacing: 0 0;
	table-layout: fixed;
}
table[separator] {
	padding-top: 10px;
	width: 100%;
}
table[separator] td {
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}
table th {
	font-weight: normal;
}
tr[deleted] {
	color: #fcc;
}

tr[removed] {
	display: none;
}
tr[hover]:hover {
	background-color: #ddd;
	cursor: pointer;
}
table td {
	text-align: center;
	vertical-align: middle;
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
}
table td[nopadding] {
	padding-left: 0;
	padding-right: 0;
}
table .header {
	height: 42px;
	background-color:#f5f5f5;
}
table .headerDark {
	height: 42px;
	background-color:#ddd;
}
table .calender {
	font-family: inherit;
	font-size: 15px;
}
th[hover]:hover {
	cursor: pointer;
	font-weight: bold;
}
td[hover]:hover {
	background-color: var(--bs-border-color);
	cursor: pointer;
	color: #fff;
}
/* td[head] {
	background-color: #ddd;
	color: #000;
	font-weight: bold;
}
 */
.main {
	margin:0px auto;
	width: 100%;
}


table[tab] table[head] {
	width: 400px;
	height: 50px;
	text-align: left;
	border-spacing: 1px 0;
}
table[tab] div[page] {
	width: 1218px;
	border: 1px solid var(--bs-border-color);
	padding: 30px;
}
table[tab] table[head] td {
	width: 182px;
	color:#fff;
	background-image: url(../img/tab_bg_off.png);
	background-repeat: no-repeat;
	padding-left: 7px;
	font-size: 16px;
}
table[tab] table[head] td[hover] {
	cursor:pointer;
}
table[tab] table[head] td[hover]:hover {
	background-color: rgba(255,255,255,0);
	background-image: url(../img/tab_bg_hover.png);
	z-index:999;
}
table[tab] table[head] .on {
	font-weight: bold;
	background-image: url(../img/tab_bg_on.png);
}

table[tab] table[head] .off {
	font-weight: normal;
	background-image: url(../img/tab_bg_off.png);
}

tr[disable] {
	color:#aaa;
}



/*하단*/
#footer {background:#333; height:120px; margin-top:50px; padding:30px 0 40px 0; margin-bottom: 15px; text-align:left}
/* #footerbg {margin:0;padding:0 0 20px 0;position:absolute;left:0;display:block;width:*;z-index:1;} */
#footer .footerCont .footerLogo { float: left; padding-left: 50px; }

#footer .footerCont {max-width:1280px; margin:0 auto;}
#footer .footerCont div.footerMenu {margin-bottom:10px;padding:7px 0px;margin-left:50px}
#footer .footerCont div.footerMenu a {font-weight:bold;font-size:14px;color:#ddd;letter-spacing:-1px;}
#footer .footerCont div.footerMenu a:hover {color:#ff6000}
#footer .footerCont div.footerMenu .split {font-size:16px;color:#777; margin:0 5px;}
#footer .footerCont div.footerMenu br{ display:none;}
#footer .footerCont div.footerSiteInfo { font-size:14px;color:#999;margin-left:50px}
#footer .footerCont div.footerSiteInfo br{ display:none;}
#footer .footerCont div.footerSiteInfo span{ color:#666; margin:0 8px;}
#footer .footerCont address {font-size:12px;font-style:normal;color:#ccc;}
#footer .footerCont address a{color:#999;}
#footer .footerCont .qrimage {position:absolute;right:0;top:0}
#footer .footerCont div.footerSiteInfo .language{ margin:20px 0;}
#footer .footerCont div.footerSiteInfo .language span{ display:inline-block; background:#555; color:#2f2f2f; padding:5px 10px; border-radius:5px; margin:0 3px;  }
#footer .footerCont div.footerSiteInfo .fsns{ position:absolute; top:-65px; right:0; height:30px;}
#footer .footerCont div.footerSiteInfo .fsns span{ margin:0 3px;}

.was-mark{ position:absolute; right:0px; top:0; z-index:1111}
.was-mark img{ width:100px;}


.bgOwner {
	background-color:#ffc;
}
.bgKolas {
	background-color:#afa;
}

.lineTop2 {
	border-top: 2px solid #555;
}
.lineBottom2 {
	border-bottom: 1px solid #eee;
}
.lineLeft2 {
	border-left: 1px solid #eee;
}
.lineRight2 {
	border-right: 1px solid #eee;
}


.lineTop {
	border-top: 1px solid var(--bs-border-color);
}
.lineLeft {
	border-left: 1px solid var(--bs-border-color);
}
.lineRight {
	border-right: 1px solid var(--bs-border-color);
}
.lineBottom {
	border-bottom: 1px solid var(--bs-border-color);
}
.lineAll {
	border: 1px solid var(--bs-border-color);
}


.lineTopB {
	border-top: 1px solid #000;
}
.lineLeftB {
	border-left: 1px solid #000;
}
.lineRightB {
	border-right: 1px solid #000;
}
.lineBottomB {
	border-bottom: 1px solid #000;
}
.lineAllB {
	border: 1px solid #000;
}

.alignTop {
	vertical-align: top;
}
.alignBottom {
	vertical-align: bottom;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}

.pageHeader {
	height:280px;
	font-size:22px;
	line-height:35px;
	background-size: 100% 100%;
	overflow: hidden;
}
.pageHeader div {
	font-weight:bold;
	text-align:left;
/* 	padding-left:100px; */
	padding-left:4%;
	padding-right:4%;
	color:white;
	text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	overflow: hidden;
}


h2 {
	text-align: left;
	color: #fff;
	font-size: 60px;
	letter-spacing: -2px;
	font-weight: 500;
	padding-left: 30px;
	margin-top: 25px;
}


/* img.bullet { */
/* 	width: 8px; */
/* 	height: 16px; */
/* 	margin-right: 12px; */
/* 	background-image: url(../img/ico_dot.png); */
/* } */

/*######################################################
 *	PAGE											
 *######################################################*/
.csPage {
	width: auto;
	border-spacing: 4px 0;
	margin: auto;
	padding-top:40px;
}
.csPage td {
	width: 24px;
	height: 16px;
	padding: 10px;
	text-align: center;
/* 	border: 1px solid #ccc; */
}
.csPage td:hover {
	cursor:pointer;
/* 	background-color:#999; */
/* 	color:#fff; */
	font-weight: bold;
}
.csPage .selected {
/* 	background-color:#555; */
/* 	color:#fff; */
	font-weight:bold;
}







.csPopup {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #aaa;
	padding: 0;
	margin: 0;
	display: none; 
}
    





.containerFlex {
	margin: 0 auto;
	padding: 0;
	width: 100%; 
	text-align: center;
}

.containerFixed {
	position: relative;
	margin: 0 auto;
	width: 512px;
	text-align: center;
}
.containerFixed div.title {
	text-align: left;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}

.containerFixed div.title img {
	width: 0px;
	height: 0px;
}

.containerFixed div.sub {
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}

.containerFixed div.sub img {
	width:12px;
	height:16px;
	margin-right:12px;
	background-image:url(../img/ico_dot.png);
}

.description {
	text-align: left;
	font-size:17px;
}
.description li {
	min-height: 25px;
}
.description th {
	text-align: center;
}
.description td {
	text-align: left;
	border-bottom: 1px solid var(--bs-border-color);
	border-right: 1px solid var(--bs-border-color);
}
.containerFixed .description td.alignRight {
	text-align: right;
}
.containerFixed .description td.alignCenter {
	text-align: center;
}
.containerFixed .description .declare td {
	border: 0;
}
.containerFixed .description .declare {
	width:49%;
}
.containerFixed .description .declare-left {
	float:left;
}
.containerFixed .description .declare-right {
	float:right;
}
.containerFixed .description .declare .quality td {
	padding: 15px 35px;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
}
.containerFixed .description .declare .quality td.once {
	text-indent: -2em;	
	padding-left: 5em;
}	
.containerFixed .description .declare .quality td.icon {
	background-image: url(../img/ci-icon.png);
	background-size: 120px 80px;
	background-repeat: no-repeat;
	background-position: 38px 15px;
	border-top: 2px solid #333;
	border-right: 0;
	border-bottom: 1px solid var(--bs-border-color);
	height: 80px;
}
.containerFixed .description .declare .quality td.title {
	border-top: 2px solid #333;
	border-left: 1px solid var(--bs-border-color);
	border-bottom: 1px solid var(--bs-border-color);
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.containerFixed .description .declare .quality td.dt {
	text-align: center;
}
.containerFixed .description .declare .quality td.sign {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.containerFixed .description .declare .quality td.end {
	padding: 0;
	border-bottom: 2px solid #333;
}



















/*##########################################################################
	Banner
############################################################################*/
.containerBanner {
	width: 1260px;
	text-align: center;
	margin-top: 60px;
	padding: 10px;
	margin-bottom: 60px;
	border-top: 1px solid #ccc;
	cursor: Pointer;
}
.containerBanner .mafra {
	float: left;
	width: 33%;
	height: 60px;
	background-image: url(../img/mafra.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0;
	background-size: 260px 60px;
}
.containerBanner .kfri {
	float: left;
	width: 33%;
	height: 60px;
	background-image: url(../img/ci.png);
	background-repeat: no-repeat;
	background-position: 60px 0;
	background-size: 320px 60px;
}
.containerBanner .wikim {
	float: left;
	width: 33%;
	height: 60px;
	background-image: url(../img/wikim.png);
	background-repeat: no-repeat;
	background-position: 120px 8px; 
	background-size: 300px 50px;
}


.gray-15 {
	background-color: rgba(200,200,200,0.15);
}

.gray-30 {
	background-color: rgba(200,200,200,0.5);
}















.bgRed {
	background-color: red;
}
.bgYellow {
	background-color: yellow;
}
.bgBlue {
	background-color: blue;
}







.inline-box {
	box-sizing: border-box;
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	flex-wrap: wrap;
/* 	display:table; */
	display:flex;
	width:100%;
	border-collapse:collapse;
/* 	margin-top: calc(-1 * var(--bs-gutter-y)); */
/* 	margin-right: calc(-.5 * var(--bs-gutter-x)); */
/* 	margin-left: calc(-.5 * var(--bs-gutter-x)); */
}
.row>* {
	width: 100%;
	max-width: 100%;
}
.row-cols-1>* {
    flex: 0 0 auto!important;
    width: 100%;
}
.row-cols-2>* {
    flex: 0 0 auto!important;
    width: 50.0%;
}
.row-cols-3>* {
    flex: 0 0 auto!important;
    width: 33.3333333333%;
}
.row-cols-4>* {
    flex: 0 0 auto!important;
    width: 25.0%;
}
.row-cols-5>* {
    flex: 0 0 auto!important;
    width: 20.0%;
}
.row-cols-6>* {
    flex: 0 0 auto!important;
    width: 16.6666666666%;
}
.row-cols-7>* {
    flex: 0 0 auto!important;
    width: 14.28571428571%;
}
.row-cols-8>* {
    flex: 0 0 auto!important;
    width: 12.5%;
}
.row-cols-9>* {
    flex: 0 0 auto!important;
    width: 11.11111111111%;
}
.row-cols-10>* {
    flex: 0 0 auto!important;
    width: 10.0%;
}
.row-cols-auto > .col {
    flex: 0 0 auto;
    width: auto;
}
.col-center, .row-center {
	display: flex;
	justify-content: center;
}
.col-vcenter, .row-vcenter {
	display: flex;
	align-items: center;
	vertical-align: middle;
}
.col {
	flex: 1 0 0%;
}
.col-1 {
	width:8.33333333%;
}
.col-2 {
	width:16.66666666%;
}
.col-3 {
	width:24.99999999%;
}
.col-4 {
	width:33.33333333%;
}
.col-5 {
	width:41.66666666%;
}
.col-6 {
	width:50%;
}
.col-7 {
	width:58.33333333%;
}
.col-8 {
	width:66.66666666%;
}
.col-9 {
	width:74.99999999%;
}
.col-10 {
	width:83.33333333%;
}
.col-11 {
	width:91.66666666%;
}
.col-12 {
	width:100%;
}

/* .col-auto { */
/* 	flex: 1 0 0%; */
/* } */
.col-auto {
	flex: 0 0 auto;
    width: auto;
}
.col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.m-1 {
	margin: 0.25rem!important;
}
.m-2 {
	margin: 0.5rem!important;
}
.m-3 {
	margin: 1.0rem!important;
}
.m-4 {
	margin: 1.5rem!important;
}
.m-5 {
	margin: 3.0rem!important;
}
.mb-1 {
	margin-bottom: 0.25rem!important;
}
.mb-2 {
	margin-bottom: 0.5rem!important;
}
.mb-3 {
	margin-bottom: 1rem!important;
}
.mb-4 {
	margin-bottom: 1.5rem!important;
}
.mb-5 {
	margin-bottom: 3rem!important;
}
.mt-1 {
	margin-top: 0.25rem!important;
}
.mt-2 {
	margin-top: 0.5rem!important;
}
.mt-3 {
	margin-top: 1rem!important;
}
.mt-4 {
	margin-top: 1.5rem!important;
}
.mt-5 {
	margin-top: 3rem!important;
}
.ms-1 {
	margin-left: 0.25rem!important;
}
.ms-2 {
	margin-left: 0.5rem!important;
}
.ms-3 {
	margin-left: 1rem!important;
}
.ms-4 {
	margin-left: 1.5rem!important;
}
.ms-5 {
	margin-left: 3rem!important;
}
.me-1 {
	margin-right: 0.25rem!important;
}
.me-2 {
	margin-right: 0.5rem!important;
}
.me-3 {
	margin-right: 1rem!important;
}
.me-4 {
	margin-right: 1.5rem!important;
}
.me-5 {
	margin-right: 3rem!important;
}
/* ------------------------------------------ */
.p-1 {
	padding: 0.25rem!important;
}
.p-2 {
	padding: 0.5rem!important;
}
.p-3 {
	padding: 1.0rem!important;
}
.p-4 {
	padding: 1.5rem!important;
}
.p-5 {
	padding: 3.0rem!important;
}
.pb-1 {
	padding-bottom: 0.25rem!important;
}
.pb-2 {
	padding-bottom: 0.5rem!important;
}
.pb-3 {
	padding-bottom: 1rem!important;
}
.pb-4 {
	padding-bottom: 1.5rem!important;
}
.pb-5 {
	padding-bottom: 3rem!important;
}
.pt-1 {
	padding-top: 0.25rem!important;
}
.pt-2 {
	padding-top: 0.5rem!important;
}
.pt-3 {
	padding-top: 1rem!important;
}
.pt-4 {
	padding-top: 1.5rem!important;
}
.pt-5 {
	padding-top: 3rem!important;
}
.ps-1 {
	padding-left: 0.25rem!important;
}
.ps-2 {
	padding-left: 0.5rem!important;
}
.ps-3 {
	padding-left: 1rem!important;
}
.ps-4 {
	padding-left: 1.5rem!important;
}
.ps-5 {
	padding-left: 3rem!important;
}
.pe-1 {
	padding-right: 0.25rem!important;
}
.pe-2 {
	padding-right: 0.5rem!important;
}
.pe-3 {
	padding-right: 1rem!important;
}
.pe-4 {
	padding-right: 1.5rem!important;
}
.pe-5 {
	padding-right: 3rem!important;
}

@media(max-width: 1024px) {
	.containerFixed {
		width: 90%;
	}	
	.containerFixed .description .declare {
		width: 100%;
		margin-right: 0;
	}
	.containerFixed .description .declare-left {
		float: none;
		margin-bottom: 20px;
	}
}
@media(min-width: 1024px) {
	.containerFixed {
		width: 900px;
	}
}
@media(min-width: 1152px) {
	.containerFixed {
		width: 1050px;
	}	
}
@media(min-width: 1300px) {
	.containerFixed {
		width: 1280px;
	}	
}
