/* SCROLL-BAR */
::-webkit-scrollbar{width: 10px; height: 10px;}
::-webkit-scrollbar-track-piece{background-color: #EEE;}
::-webkit-scrollbar-thumb:vertical{height: 5px; background-color: #454545;}
::-webkit-scrollbar-thumb:horizontal{width: 5px; background-color: #454545;}
::-ms-clear {width: 0; height: 0;}
::-ms-reveal {width: 0; height: 0;}

/* HIDE YELLOW BACKGROUND IN STORED PASSWORD */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:active
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active{
	background-color: rgba(0,0,0,0) !important;
	transition: background-color 5000s ease-in-out 0s;
}

::-moz-focus-inner { 
  border: 0; 
}

/* TAP AND TOUCH HIGHTLIGHT */
*{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
}
a, a:visited{
	text-decoration: none;
	outline: 0;
}
a:active, a:hover, a:focus{
	text-decoration: none;
	outline: 0;
}
p{
	margin: 6px 0px;
	text-align: left;
}
img{
	border: 0px;
}
table{
	border-collapse: collapse;
}
table td{
	vertical-align: top;
	padding: 5px;
}
select{
	background-image: none;
	background-color: #FFF;
	outline: none;
	border: 1px solid #CCC;
	height: 30px;
	padding: 0px 0px 0px 5px;
	font-size: 0.9em;
	color: #666;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-shadow: none;
}
select::-ms-expand{
	display: none;
}
input, button, textarea{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-shadow: none;
	background-image: none;
	outline: none;
}
blockquote{
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 1.5em 10px;
	quotes: "\201C""\201D";
}
blockquote:before{
	color: #CCC;
	content: open-quote;
	font-size: 5em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.4em;
}
blockquote p{
	display:inline;
	line-height: 30px !important;
	font-size: 1.5em;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #AAA;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
	color: #AAA;
}
input:-ms-input-placeholder,
textarea:-ms-placeholder{
	color: #AAA;
}
input:-o-input-placeholder,
textarea:-o-placeholder{
	color: #AAA;
}
fieldset{
	border: 1px solid #AAA;
	margin: 0px;
}
hr{
	height: 1px;
	border: none;
	background-color: #CCC;
}
.upper{
	text-transform: uppercase;
}
.scale1, .scale1:hover{
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	-webkit-animation: all 0.25s ease-in-out;
	-moz-animation: all 0.25s ease-in-out;
	-o-animation: all 0.25s ease-in-out;
	-ms-animation: all 0.25s ease-in-out;
	animation: all 0.25s alternate;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.scale1{
	transform: scale(1);
}
.scale1:hover{
	transform: scale(1.1);
}

.cursor-pointer{
	cursor: pointer;
}
.iframe{
	background-color: #FFF;
	border: none;
	width: 100%;
	min-height: 80vh;
}
.strong, strong{
	font-weight: 600;
}
.white, .white p, .white h1, .white h2, .white h3, .white h4{
	color: #FFF !important;
}
.red{
	color: #C22;
}
.blue{
	color: #22C;
}
.green{
	color: #008080;
}
.black{
	color: #323232;
}
.white{
	color: #FFF !important;
}
.white-all *{
	color: #FFF !important;
}
.background-white{
	background-color: #FFF !important;
}
.text-center{
	text-align: center;
}
.text-center-all *{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.text-justify{
	text-align: justify;
}
.responsivevideo{
	position: relative;
	padding-bottom: 56% !important; /* 16:9 */
	height: 0 !important;
	z-index: 5;
}
.responsivevideo iframe{
	border: none;
	outline: none;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 5;
	border: 0px !important;
}
.width-5{
	width: 5%;
}
.width-7-5{
	width: 7.5%;
}
.width-10{
	width: 10%;
}
.width-12-5{
	width: 12.5%;
}
.width-15{
	width: 15%;
}
.width-16-6{
	width: 16.6666%;
}
.width-20{
	width: 20%;
}
.width-25{
	width: 25%;
}
.width-30{
	width: 30%;
}
.width-33{
	width: 33%;
}
.width-33-3{
	width: 33.3333%;
}
.width-34{
	width: 34%;
}
.width-35{
	width: 35%;
}
.width-40{
	width: 40%;
}
.width-45{
	width: 45%;
}
.width-50{
	width: 50%;
}
.width-55{
	width: 55%;
}
.width-60{
	width: 60%;
}
.width-65{
	width: 65%;
}
.width-66-6{
	width: 66.6666%;
}
.width-70{
	width: 70%;
}
.width-75{
	width: 75%;
}
.width-80{
	width: 80%;
}
.width-85{
	width: 85%;
}
.width-90{
	width: 90%;
}
.width-100{
	width: 100%;
}
.site-space-5{
	display: table;
	width: 100%;
	height: 5px;
}
.site-space{
	display: table;
	width: 100%;
	height: 10px;
}
.site-space-20{
	display: table;
	width: 100%;
	height: 20px;
}
.site-space-30{
	display: table;
	width: 100%;
	height: 30px;
}
.site-space-40{
	display: table;
	width: 100%;
	height: 40px;
}
.site-space-50{
	display: table;
	width: 100%;
	height: 50px;
}
.site-space-100{
	display: table;
	width: 100%;
	height: 100px;
}
.block, .block-s, .block-sl, .block-tp{
	display: inline-block;
	vertical-align: top;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.block-padding-left, .pd-left{
	padding-left: 5px;
}
.block-padding-right, .pd-right{
	padding-right: 5px;
}
.padding-right-10, .pd-right-10{
	padding-right: 10px;
}
.padding-left-10, .pd-left-10{
	padding-left: 10px;
}
.padding-right-20, .pd-right-20{
	padding-right: 20px;
}
.padding-left-20, .pd-left-20{
	padding-left: 20px;
}
.pd-center{
	padding-left: 5px;
	padding-right: 5px;
}
.pd-center-10{
	padding-left: 10px;
	padding-right: 10px;
}
.pd-adjust{
	display: block;
	width: 100%;
	position: relative;
	margin-left: -5px;
	margin-right: 5px;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.align-top{
	vertical-align: top !important;
}
.align-middle{
	vertical-align: middle !important;
}
.align-bottom{
	vertical-align: bottom !important;
}
.display-none{
	display: none;
}
.display-table{
	display: table;
}
.display-inline-block{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.display-inline-table{
	display: inline-table;
}
.margin-auto{
	margin: auto;
}
.outline-none{
	outline: none;
}
.hidden{
	margin-top: -9999px !important;
	top: 0px;
	left: 0px;
	width: 1px !important;
	height: 1px !important;
	position: absolute !important;
	opacity: 0 !important;
	overflow: auto;
}
.border-box{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.no-select{
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}
.opacity{
	opacity: 0;
	filter: alpha(opacity=0);
}
.animation{
	-webkit-animation: all 0.25s ease-in-out;
	-moz-animation: all 0.25s ease-in-out;
	-o-animation: all 0.25s ease-in-out;
	-ms-animation: all 0.25s ease-in-out;
	animation: all 0.25s alternate;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.animation:hover{
	-webkit-animation: all 0.25s ease-in-out;
	-moz-animation: all 0.25s ease-in-out;
	-o-animation: all 0.25s ease-in-out;
	-ms-animation: all 0.25s ease-in-out;
	animation: all 0.25s alternate;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.rotate-180{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.clean-list, .clean-list ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.clean-list li, .clean-list ol{
	list-style: none;
	padding: 0px;
}

#boss-dialog, .boss-dialog{
	position: fixed;
	z-index: 998;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	width: 100vw;
	height: 100vh;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.boss-dialog-area{
	position: relative;
	display: block;
	max-width: calc(100vw - 30px);
	max-height: calc(100vh - 30px);
	background-color: #FFF;
	border: 4px solid #383740;
}
.boss-dialog-invisible{
	background-color: rgba(0,0,0,0) !important;
	border: none !important;
}
.boss-dialog-area iframe{
	border: none;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.boss-dialog-close{
	cursor: pointer;
	position: absolute;
	top: -30px;
	right: -30px;
	font-size: 20px;
	background-color: #383740;
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	z-index: 2;
	padding: 0;
}
.boss-dialog-close:hover{
	background-color: #FFF;
	border: 2px solid #383740;
	color: #383740;
}

#boss-confirm{
	position: fixed;
	display: block;
	z-index: 999;
	height: 101vh;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: -1px;
	background-color: rgba(0,0,0,0.9);
}
.boss-confirm{
	display: block;
	background-color: #FFF;
	margin: auto;
	width: 300px;
	margin-top: 40vh;
	box-shadow: 0px 2px 8px 4px rgba(0,0,0,0.3);
	border-radius: 4px;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.boss-confirm p{
	text-transform: uppercase;
}
#boss-warning{
	position: fixed;
	display: block;
	z-index: 9999;
	width: 100%;
	max-width: 540px;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ed254f;
	border-radius: 0px;
	opacity: 0;
	-webkit-animation: all 0.25s ease-in-out;
	-moz-animation: all 0.25s ease-in-out;
	-o-animation: all 0.25s ease-in-out;
	-ms-animation: all 0.25s ease-in-out;
	animation: all 0.25s alternate;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.boss-warning{
	display: block;
	color: #FFF;
	margin: auto;
	width: 100%;
	max-width: 600px;
	padding: 10px 35px 10px 15px;
	box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.boss-warning p{
	color: #FFF;
	font-weight: 400;
	font-size: 15px;
	margin: 5px 0px;
}
.boss-warning-close{
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 10px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0);
	color: #FFF;
	border: none;
	padding: 0px !important;
}
.warning-green{
	background-color: #008080 !important;
}
.warning-blue{
	background-color: #41A1FF !important;
}

.boss-overlay{
	z-index: 9990;
	position: fixed;
	background-color: rgba(255,255,255,0.95);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.boss-overlay-vertical{
	height: 100vh;
	min-height: 100vh;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.boss-overlay-area{
	background-color: #FFF;
	margin: auto;
	display: table;
	width: 100%;
	max-width: 600px;
	border: 4px solid #2e2e2e;
}
.boss-overlay-title{
	background-color: #1c5f8e;
	color: #FFF;
	font-size: 1.1em;
	padding: 10px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.boss-overlay-content{
	padding: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

@media all and (min-width: 1281px){
	.no-pc{
		display: none !important;
		position: absolute;
		margin-left: -99999px;
	}
	.pc-text-left{
		text-align: right;
	}
	.pc-text-center{
		text-align: right;
	}
	.pc-text-right{
		text-align: right;
	}
}
@media all and (min-width: 1024px) and (max-width: 1280px){
	.no-pc{
		display: none !important;
		position: absolute;
		margin-left: -99999px;
	}
	.pc-text-left{
		text-align: right;
	}
	.pc-text-center{
		text-align: right;
	}
	.pc-text-right{
		text-align: right;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px){
	.block, .block-tp{
		width: 100% !important;
		padding: 5px 0px !important;
	}
	.pd-adjust{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.reponsive-table{
		clear: both !important;
		float: left !important;
		display: table !important;
		width: 100% !important;
		margin-bottom: 5px;
	}
	.no-mobile{
		display: none !important;
		position: absolute;
		margin-left: -99999px;
	}
	.mobile-text-center{
		text-align: center;
	}
	.mobile-no-pd{
		padding: 0 !important;
	}
}
@media all and (min-width: 521px) and (max-width: 767px){
	.block, .block-tp{
		width: 100% !important;
		padding: 5px 0px !important;
	}
	.pd-adjust{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.reponsive-table{
		clear: both !important;
		float: left !important;
		display: table !important;
		width: 100% !important;
		margin-bottom: 5px;
	}
	.no-mobile{
		display: none !important;
		position: absolute;
		margin-left: -99999px;
	}
	.mobile-text-center{
		text-align: center;
	}
	.mobile-no-pd{
		padding: 0 !important;
	}
}
@media all and (min-width: 382px) and (max-width: 520px){
	.block, .block-tp, .block-sl{
		width: 100% !important;
		padding: 5px 0px !important;
	}
	.pd-adjust{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.reponsive-table{
		clear: both !important;
		float: left !important;
		display: table !important;
		width: 100% !important;
		margin-bottom: 5px;
	}
	.no-mobile{
		display: none !important;
		position: absolute;
		margin-left: -99999px;
	}
	.mobile-text-center{
		text-align: center;
	}
	.mobile-no-pd{
		padding: 0 !important;
	}
}
@media all and (max-width: 381px){
	.block, .block-tp, .block-sl, .block-s{
		width: 100% !important;
		padding: 5px 0px !important;
	}
	.pd-adjust{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.reponsive-table{
		clear: both !important;
		float: left !important;
		display: table !important;
		width: 100% !important;
		margin-bottom: 5px;
	}
	.no-mobile{
		display: none !important;
		position: absolute;
		margin-left: -99999px;
	}
	.mobile-text-center{
		text-align: center;
	}
	.mobile-no-pd{
		padding: 0 !important;
	}
}