@charset "utf-8";

/* modal */
.modal-background,
.modal-bgr-form {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #000000;
	opacity: 0.7;
	}
.modal-bgr-form {
	z-index: 10001;
	}
.modal-container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	position: fixed;
	top: 2.5vh;
	right: 2.5vw;
	left: auto;
	bottom: auto;
	width: auto;
	min-width: 0;
	padding: 0;
	margin: 0;
	font-family: 'Jost', Arial, sans-serif;
	text-align: left;
	z-index: 1001;
	pointer-events: none;
}
@media (max-width: 600px) {
	.modal-container {
		right: 1vw;
		bottom: 1vw;
	}
}
.modal-container .message {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	width: 320px;
	max-width: 90vw;
	margin: 0 0 16px 0;
	padding: 0;
	border-radius: 10px;
	box-shadow: 0 2px 16px rgba(30,30,60,0.13), 0 1.5px 4px rgba(30,30,60,0.07);
	color: #222;
	background: #fff;
	pointer-events: auto;
	border: 1px solid #f1f1f1;
	animation: toast-slide-in 0.3s cubic-bezier(.4,0,.2,1);
}
@keyframes toast-slide-in {
	from { opacity: 0; transform: translateY(30px) scale(0.97); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 480px) {
	.modal-container .message {
		width: 96vw;
		max-width: 96vw;
	}
}
.modal-container .message .bt-c {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	margin: 0;
	z-index: 2;
} 
.modal-container .message .bt-c .bt {
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
	width: 24px;
	height: 24px;
	margin: 8px 8px 0 0;
	padding: 0;
	border-radius: 50%;
	background: transparent;
	color: #888;
	box-shadow: none;
	font-size: 1.12rem;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
	z-index: 2;
	border: none;
}
.modal-container .message .bt-c .bt:hover {
	background: #f0f0f0;
	color: #222;
}
.modal-container .message .cnt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 18px 22px 16px 22px;
	border-radius: 10px;
	color: #222;
	background: transparent;
}
.modal-container .message .cnt .title {
	display: block;
	width: 100%;
	font-size: 1.08rem;
	font-weight: 600;
	text-transform: none;
	line-height: 1.3;
	letter-spacing: 0.5pt;
	margin-bottom: 5px;
	color: #222;
}
.modal-container .message .cnt p,
.modal-container .message .cnt .description {
	margin: 2px 0 0 0;
	font-size: 0.97rem;
	font-weight: 400;
	color: #444;
	line-height: 1.5;
}
@media screen and (max-width: 960px) {
.modal-container .message {
	width: 70%;
	}
.modal-container .message .cnt .title {
	font-size: 20pt;
	line-height: 30pt;
	letter-spacing: 1pt;
	}
.modal-container .message .cnt .description {
	font-size: 12pt;
	}
}
@media screen and (max-width: 720px) {
.modal-container .message .cnt .title {
	font-size: 14pt;
	line-height: 20pt;
	letter-spacing: normal;
	}
.modal-container .message .cnt .description {
	font-size: 10pt;
	}
}

.modal-form-c {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 100px 0 100px 0;
	font-family: sans-serif;
	text-align: center;
	z-index: 10002;
	overflow: auto;
	}
.modal-form-c .fmform {
	display: inline-block;
	width: 94%;
	max-width: 400px;
	margin: 0;
	border-radius: 5px;
	padding: 30px 2% 30px 2%;
	color: #000;
	background: #FFFFFF;
	}
.modal-form-c .fmform .fmtitle {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #f5f5f5;
	padding: 0 0 5px 0;
	font-size: 12pt;
	font-weight: 500;
	text-transform: uppercase;
	}
.modal-form-c .fmform .fmfield-r {
	display: block;
	float: right;
	width: 100%;
	margin: 10px 0 0 0;
	text-align: left;
	padding-top: 2px;
	}
.modal-form-c .fmform .fmfield-c {
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	}	
.modal-form-c .fmform .fmfield-c .fminput {
	display: block;
	float: left;
	width: 98%;
	margin: 5px 0 0 0;
	border: 0;
	outline: 0;
	padding: 8px 1% 5px 1%;
	border-bottom: 1px solid #ddd;
	font-size: 12pt;
	font-weight: 300;
	text-align: left;
	background: #fbfbfb;
	background: #fff;
	}
.modal-form-c .fmform .fmfield-c .fminput:focus {
	}
.modal-form-c .fmform .fmfield-c .fminput::-webkit-input-placeholder {
	color: #555;
	}
.modal-form-c .fmform .fmfield-c .fminput:-moz-placeholder {
	color: #555;
	}
.modal-form-c .fmform .fmfield-c .fminput::-moz-placeholder {
	color: #555;
	}
.modal-form-c .fmform .fmfield-c .fminput:-ms-input-placeholder {
	color: #555;
	}
.modal-form-c .fmform .fmfield-c .fminput::placeholder {
	color: #555;
	}
.modal-form-c .fmform .fmfield-c .fminput:focus::-webkit-input-placeholder {
	color: #bbb;
	}
.modal-form-c .fmform .fmfield-c .fminput:focus:-moz-placeholder {
	color: #bbb;
	}
.modal-form-c .fmform .fmfield-c .fminput:focus::-moz-placeholder {
	color: #bbb;
	}
.modal-form-c .fmform .fmfield-c .fminput:focus:-ms-input-placeholder {
	color: #bbb;
	}
.modal-form-c .fmform .fmfield-c .fminput:focus::placeholder {
	color: #bbb;
	}
.modal-form-c .fmform .fmfield-c .fmselect-c {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	}
.modal-form-c .fmform .fmfield-c .fmselect-c:after {
	content: "\02193";
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 5px;
	color: #555;
	font-size: 12pt;
	z-index: 0;
	}
.modal-form-c .fmform .fmfield-c .fmselect-c .fmselect {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	border: none;
	border-radius: none;
	outline: 0;
	padding: 7px 1% 7px 1%;
	color: #000;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	font-size: 8pt;
	cursor: pointer;
	z-index: 1;
	}
.modal-form-c .fmform .fmfield-c .fminfo {
	display: block;
	float: left;
	width: 100%;
	margin: 3px 0 0 0;
	font-size: 8pt;
	text-align: left;
	}
.modal-form-c .fmform .fmsubmit-c {
	display: block;
	float: left;
	width: 100%;
	margin: 25px 0 0 0;
	}
.modal-form-c .fmform .fmsubmit-c .fmsubmit,
.modal-form-c .fmform .fmsubmit-c .fmreset {
	display: inline-block;
	margin: 0 10px;
	padding: 3px 15px;
	border: none;
	color: #FFFFFF;
	background: #006600;
	font-size: 13pt;
	cursor: pointer;
	text-transform: uppercase;
	}
.modal-form-c .fmform .fmsubmit-c .fmreset {
	background: #666666;
	}

/* notifications */
.resp-ntf {
	position: fixed;
	/* width: 100%; */
	top: 2%;
	right: 1vh;
	z-index: 10000;
	}
.resp-ntf .bddiv {
	display: block;
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	text-align: right;
	}
.resp-ntf .bddiv .message {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 10px 10px 15px;
	border: 0;
	border-radius: 10px;
	color: #fff;
	background: #806000;
	background: rgba(51, 51, 51, 0.9);
	box-shadow: 0 0 10px #777777;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: 400;
	line-height: 15pt;
	text-align: left;
	opacity: 1;
	}
.resp-ntf .bddiv .message p {
	margin: 0 0 -1px 0 !important;
	border: 1px solid rgba(255,255,255,0.05);
	border-width: 1px 0;
	color: #fff;
	}
.resp-ntf .bddiv .message .title {
	font-size: 18px;
	line-height: 20pt;
	margin: 0;
	padding:  5px 0;
	color: #fff;
	}
.resp-ntf .bddiv .message .description {
	font-size: 14px;
	line-height: 15pt;
	margin: 0;
	padding:  3px 0;
	color: #fff;
	}
@media screen and (max-width: 720px) {
.resp-ntf {
	position: fixed;
	top: 1%;
	right: 2%;
	width: 96%;
	}
.resp-ntf .bddiv .message {
	padding: 12px 1% 12px 1%;
	width: 97%;
	font-size: 11pt;
	line-height: 15pt;
	text-align: center;
	}
}

/* tooltip */
@keyframes ttp-display {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes ttp-display {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes ttp-hide {
	from { opacity: 1; }
	to { opacity: 0; }
}
@-webkit-keyframes ttp-hide {
	from { opacity: 1; }
	to { opacity: 0; }
}
@keyframes ttp-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@-webkit-keyframes ttp-spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
.ttp-spin {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-width: 3px;
	border-style: solid;
	border-radius: 50%;
	border-color: #fff transparent;
	-webkit-animation: 'ttp-spin' 1s linear infinite;
	animation: 'ttp-spin' 1s linear infinite;
	}
.ttp-c {
	display: inline-block;
	position: relative;
	margin-bottom: -1px;
	border-bottom: 1px dashed #555;
	cursor: pointer;
	}
.ttp-c .ttp-text,
.ttp-c .ttp-text-top,
.ttp-c .ttp-text-bottom,
.ttp-c .ttp-text-right,
.ttp-c .ttp-text-left {
	position: absolute;
	display: inline-block;
	visibility: hidden;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff !important;
	background-color: rgba(30, 30, 30, 0.8);
	font-size: 9pt;
	line-height: 11pt;
	text-align: left;
	opacity: 1;
	animation: 'ttp-hide';
	animation-duration: 0.3s;
	z-index: 1;
	white-space: nowrap;
	}
.ttp-c .ttp-text::after,
.ttp-c .ttp-text-top::after,
.ttp-c .ttp-text-bottom::after,
.ttp-c .ttp-text-right::after,
.ttp-c .ttp-text-left::after {
	content: "";
	position: absolute;
	border-width: 7px;
	border-style: solid;
	}
.ttp-c .ttp-text,
.ttp-c .ttp-text-top {
	bottom: calc(100% + 15px);
	left: 50%;
	font-weight: normal;
	}
.ttp-c .ttp-text-top span {
	color: #fff !important;
	}
.ttp-c .ttp-text-top .bold {
	font-weight: bold;
	}
.ttp-c .ttp-text::after,
.ttp-c .ttp-text-top::after {
	top: 100%;
	left: 50%;
	margin: 0 0 0 -7px;
	border-color: rgba(34, 34, 34, 0.8) transparent transparent transparent;
	}
.ttp-c .ttp-text-bottom {
	top: calc(100% + 15px);
	left: 50%;
	}
.ttp-c .ttp-text-bottom::after {
	bottom: 100%;
	left: 50%;
	margin: 0 0 0 -10px;
	border-color: transparent transparent rgba(50,50,50,0.8) transparent;
	}
.ttp-c .ttp-text-right {
	left: calc(100% + 15px);
	}
.ttp-c .ttp-text-right::after {
	top: 50%;
	right: 100%;
	margin: -10px 0 0 0;
	border-color: transparent rgba(50,50,50,0.8) transparent transparent;
	}
.ttp-c .ttp-text-left {
	right: calc(100% + 15px);
	}
.ttp-c .ttp-text-left::after {
	top: 50%;
	left: 100%;
	margin: -10px 0 0 0;
	border-color: transparent transparent transparent rgba(50,50,50,0.8);
	}
.ttp-c:hover .ttp-text,
.ttp-c:hover .ttp-text-top,
.ttp-c:hover .ttp-text-bottom,
.ttp-c:hover .ttp-text-right,
.ttp-c:hover .ttp-text-left {
	visibility: visible;
	animation: 'ttp-display';
	animation-duration: 0.3s;
	opacity: 1;
	}

/* lang-bar */
.lang-c {
	display: inline-block;
	position: fixed;
	top: 10%;
	right: 0;
	width: 30px;
	}
.lang-c .lang-item {
	display: block;
	float: left;
	width: 100%;
	padding: 1px 0;
	margin-top: -1px;
	cursor: pointer;
	opacity: 0.7;
	}
.lang-c .lang-item:hover {
	opacity: 1;
	}d
.lang-c .lang-item .lflag {
	display: block;
	float: left;
	width: 100%;
	}
@media screen and (max-width: 720px) {
.lang-c {
	width: 25px;
	}
}


/* pop-up */
#modalwlcm {
    display: none;
    }
.modalpopup-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #000000;
    opacity: 0.7;
    }
.modalpopup-cnt {
    display: block;
    position: fixed;
    top: 15%;
    left: 0;
    width: 100%;
    font-family: sans-serif;
    text-align: center;
    z-index: 1001;
    }
.modalpopup-cnt .box {
    display: inline-block;
    position: relative;
    top: 0;
    }
.modalpopup-cnt .box .wbar {
    display: block;
    position: absolute;
    width: 100%;
    text-align: right;
    }
.modalpopup-cnt .box .wbar .button {
    display: inline-block;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 5px 0 4px 0;
    width: 30px;
    border-radius: 30px;
    color: #bbb;
    background: rgba(30,30,30,1);
    font-size: 14pt;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    }
.modalpopup-cnt .box .wbar .button:hover {
    color: #fff;
    }
.modalpopup-cnt .box .cnt {
    /*display: block;*/
    }
