@charset "utf-8";

@import url("fonts_new.css");

:root {
  --color-primary-5: #ecf2fe;
  --color-primary-10: #d8e5fd;
  --color-primary-20: #b1cefb;
  --color-primary-30: #86aff9;
  --color-primary-40: #4c87f6;
  --color-primary-50: #256ef4;
  --color-primary-60: #0b50d0;
  --color-primary-70: #083891;
  --color-primary-80: #052561;
  --color-primary-90: #03163a;
  --color-primary-95: #020f27;
  --color-secondary-5: #eef2f7;
  --color-secondary-10: #d6e0eb;
  --color-secondary-20: #bacbde;
  --color-secondary-30: #90b0d5;
  --color-secondary-40: #6b96c7;
  --color-secondary-50: #346fb2;
  --color-secondary-60: #1c589c;
  --color-secondary-70: #063a74;
  --color-secondary-80: #052b57;
  --color-secondary-90: #031f3f;
  --color-secondary-95: #02162c;
  --color-gray-0: #fff;
  --color-gray-5: #f4f5f6;
  --color-gray-10: #e6e8ea;
  --color-gray-20: #cdd1d5;
  --color-gray-30: #b1b8be;
  --color-gray-40: #8a949e;
  --color-gray-50: #6d7882;
  --color-gray-60: #58616a;
  --color-gray-70: #464c53;
  --color-gray-80: #33363d;
  --color-gray-90: #1e2124;
  --color-gray-95: #131416;
  --color-gray-100: #000;
}
* {
	box-sizing:border-box;
	margin:0;
	padding:0;
}
html,body {
	width:100%;
	height:100%
}
html {
	-webkit-text-size-adjust:none;
}
body {
	word-break:keep-all;
	overflow-wrap:break-word;
	font-family:-apple-system,"Apple SD Gothic Neo","Pretendard GOV","Malgun Gothic",sans-serif;
	font-size:17px;
	letter-spacing:-0.38px;
	line-height:inherit;
	font-weight:400;
	color:var(--color-gray-70);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
h1,h2,h3,h4,h5,h6 {
	font-size:inherit;
}
header,section,article,aside,footer,nav {
	display:block;
}
th,strong,b {
	font-weight:700;
}
caption {
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
fieldset {
	border:0;
}
li {
	list-style:none;
}
img {
	max-width:100%;
	vertical-align:middle;
	border:0;
}
a {
	text-decoration:none;
	color:var(--color-gray-70);
}
.tts {
	position:absolute;
	left:-9999px;
	width:1px;
	height:1px;
	text-indent:-9999px;
	line-height:0;
	overflow:hidden;
}
.clear-fix {
	position:relative;
}
.clear-fix:after {
	content:"";
	display:block;
	clear: both;
}
/* skip navigation */
#skipNavigation {
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	width:100%;
	text-align:center;
	background-color:var(--color-gray-100);
}
#skipNavigation a:not(:focus) {
	position:absolute !important;
	width:1px !important;
	height:1px !important;
	padding:0 !important;
	margin:-1px !important;
	overflow:hidden !important;
	clip:rect(0,0,0,0) !important;
	white-space:nowrap !important;
	border:0 !important;
}
#skipNavigation a:focus {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
	outline-offset:-0.4rem;
	font-size:15px;
	color:var(--color-gray-0);
	width:100%;
	height:32px;
	margin:0 auto;
	text-align:center;
}

a:focus, button:focus, input:focus, textarea:focus, select:focus {
    border-color: #4d90fe;
    outline: 2px dashed #99B0CB;
}
/*a:focus-visible {
	outline:-webkit-focus-ring-color auto 3px;
	outline-offset:4px;
}
button:focus-visible {
	outline:-webkit-focus-ring-color auto 3px;
	outline-offset:4px;
}
.tab-list li a:focus-visible {
	outline:-webkit-focus-ring-color auto 2px;
	outline-offset:2px;
	margin:3px;
}
.sub .btnSet.mb0.fl_n button:focus-visible {
	outline:2px solid red !important;
	outline-offset:3px;
}*/
.mapskip {
	position:absolute;
	width:auto;
	z-index:2000;
}
.mapskip a {
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:1px;
	height:1px;
	margin:0 0 0 -10000px;
	padding:0;
	overflow:hidden;
}
.mapskip a:hover,.mapskip a:focus,.mapskip a:active {
	width:200px;
	height:24px;
	background:var(--color-gray-100);
	color:var(--color-gray-0);
	text-align:center;
	margin:0;
	font-weight:bold;
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	border:0;
}
.ellipsis {
	display:block;
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	word-wrap:normal !important;
}
.req {
	display:inline-block;
	position:relative;
	width:15px;
	height:20px;
	vertical-align:middle;
}
.req:before {
	content:"*";
	position:absolute;
	top:-2px;
	left:0px;
	height:20px;
	width:15px;
	color:#ff0000;
	font-size:18px;
	font-style:normal;
	text-align:center;
}
.req i {
	display:inline-block;
	text-indent: -9999px;
}
/* etc */
.align-left {
	text-align:left !important;
}
.align-center {
	text-align:center !important;
}
.align-right {
	text-align:right !important;
}
.fl_r {
	float:right !important;
}
.fl_n {
	float:none !important;
}
.vt {
	vertical-align:top !important;
}
.vm {
	vertical-align:middle !important;
}
.vb {
	vertical-align:bottom !important;
}
.fb {
	font-weight:700;
}
.fb-m {
	font-weight:500;
}
.fs18 {
	font-size:18px !important;
}
.fs24 {
	font-size:24px;
}
.esse {
	color:#f84141;
	font-weight:400;
	vertical-align:middle;
	font-size:15px;
}
.line-under {
	text-decoration:underline;
}
.ico-vm {
	margin:-4px 0 0 5px;
}
.icon-new {
	margin:-2px 0 0 8px;
	vertical-align:middle;
}
.radius-off {
	border-radius:0 !important;
}
.di {
	display:inline-block;
}
.color-red {
	color:#ff3d3d !important;
}
.color-gray {
	color:#666 !important;
}
.color-gray02 {
	color:#757575 !important;
}
.color-blue {
	color:#003682 !important;
}
.color-blue-deep {
	color:var(--color-secondary-5) !important;
}
.totalCount.color-blue-deep{
	color:#666 !important;
}
.color-brown {
	color:#993300 !important;
}
.color-green {
	color:#00636c !important;
}
.color-white {
	color:var(--color-gray-0) !important;
}
.color-black {
	color:var(--color-gray-100) !important;
}
.color-yellow {
	color:#f8ef00 !important;
}
.both-contents {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
}
.both-contents>div {
	width:auto;
}
.btn-area {
	overflow:hidden;
	width:100%;
	margin:40px 0 30px 0;
}
.btn-area .btn-left {
	float:left;
}
.btn-area .btn-right {
	float:right;
}
.btn-area .btn-left button,.btn-area .btn-left a {
	margin:0 5px 0 0;
}
.btn-area .btn-right button,.btn-area .btn-right a {
	margin:0 0 0 5px;
}
.btn-area .btn-center {
	text-align:center;
	margin:0 auto;
}
.btn-area .btn-center button,.btn-area .btn-center a {
	margin:0 10px;
}
.btn-area .btn-center.count3 button,.btn-area .btn-center.count3 a {
	margin:0 2px;
	min-width:50px;
}
.btn-area+.pagination {
	margin:20px 0 100px 0;
}
.btn-area button,.btn-area a {
	vertical-align:middle;
}
.basic-text {
	line-height:24px;
	color:#333;
}
.large-title {
	position:relative;
	font-size:26px;
	margin:0 0 30px 0;
	color:var(--color-gray-100);
	font-weight:700;
}
.mid-title {
	position:relative;
	font-size:22px;
	margin:0 0 20px 0;
	color:var(--color-secondary-50);
	font-weight:700;
}
.sm-title {
	position:relative;
	font-size:18px;
	margin:0 0 20px 0;
	color:var(--color-secondary-50);
	font-weight: 700;
}
::placeholder {
	/* Chrome,Firefox,Opera,Safari 10.1+*/
	color:#666;
	font-size:15px;
	opacity:1;
	/* Firefox */
}
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color:#666 !important;
	font-size:13px;
}
::-ms-input-placeholder {
	/* Microsoft Edge */
	color:#666 !important;
	font-size:13px;
}
/* tooltip */
.tooltip[value]:hover::after {
	content:attr(value);
	position:absolute;
	z-index:1070;
	display:block;
	background:#e7f8ff;
	border:1px solid var(--color-secondary-50);
	font-size:14px;
	margin-top:-50px;
	margin-left:70px;
	padding:3px;
	color:var(--color-gray-100);
}
.tooltip.in {
	opacity:0.9;
	filter:alpha(opacity=90);
}
.tooltip.top {
	margin-top:-3px;
	padding:5px 0;
}
.tooltip.right {
	margin-left:3px;
	padding:0 5px;
}
.tooltip.bottom {
	margin-top:3px;
	padding:5px 0;
}
.tooltip.left {
	margin-left:-3px;
	padding:0 5px;
}
.tooltip-inner {
	max-width:200px;
	padding:3px 8px;
	color:var(--color-gray-0);
	text-align:center;
	background-color:var(--color-gray-100);
	border-radius:4px;
}
.tooltip-arrow {
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
}
.tooltip.top .tooltip-arrow {
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-width:5px 5px 0;
	border-top-color:var(--color-gray-100);
}
.tooltip.top-left .tooltip-arrow {
	bottom:0;
	right:5px;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:var(--color-gray-100);
}
.tooltip.top-right .tooltip-arrow {
	bottom:0;
	left:5px;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:var(--color-gray-100);
}
.tooltip.right .tooltip-arrow {
	top:50%;
	left:0;
	margin-top:-5px;
	border-width:5px 5px 5px 0;
	border-right-color:var(--color-gray-100);
}
.tooltip.left .tooltip-arrow {
	top:50%;
	right:0;
	margin-top:-5px;
	border-width:5px 0 5px 5px;
	border-left-color:var(--color-gray-100);
}
.tooltip.bottom .tooltip-arrow {
	top:0;
	left:50%;
	margin-left:-5px;
	border-width:0 5px 5px;
	border-bottom-color:var(--color-gray-100);
}
.tooltip.bottom-left .tooltip-arrow {
	top:0;
	right:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:var(--color-gray-100);
}
.tooltip.bottom-right .tooltip-arrow {
	top:0;
	left:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color: var(--color-gray-100);
}
/* input */
input,select,textarea {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	border:1px solid #cdcdcd;
	color:#333;
}
input,textarea,select,button {
	display:inline-block;
	max-width:100%;
	box-shadow:none;
	vertical-align:middle;
	font-weight:inherit;
	font-size:15px;
	word-spacing:normal;
	letter-spacing:inherit;
}
button {
	cursor:pointer;
	background:none;
	border:none;
	vertical-align:middle;
	border-radius:3px;
}
/*input[type="text"]:focus,input[type="password"]:focus,input[type="tel"]:focus,select:focus{border:2px dashed #333;outline: none;}*/
input[type="text"],input[type="password"],input[type="tel"] {
	line-height:28px;
	height:42px;
	border-radius:3px;
}
input[type="text"]:disabled,input[type="password"]:disabled {
	background:#f8f8f8;
}
input[type="text"]:read-only,input[type="password"]:read-only {
	background:#f8f8f8;
	border:1px dashed #666;
}
input[type="radio"],input[type="checkbox"] {
	line-height:28px;
	height:20px;
}
input.sm {
	width:100px;
}
input.sm.sdate {
	width:150px;
	font-size:15px;
	padding:0;
	text-align:left;
	cursor:default;
	background-image:url("/static/commons/img/calendar.gif");
	background-repeat:no-repeat;
	background-size:35px;
	background-position-x:right;
	background-position-y:center;
}
input.sm.edate {
	width:150px;
	font-size:15px;
	padding:0;
	text-align:left;
	cursor:default;
	background-image:url("/static/commons/img/calendar.gif");
	background-repeat:no-repeat;
	background-size:35px;
	background-position-x:right;
	background-position-y:center;
}
input.sm.fndnYmd {
	width:240px;
	font-size:15px;
	padding:0;
	text-align:left;
	cursor:default;
	background-image:url("/static/commons/img/calendar.gif");
	background-repeat:no-repeat;
	background-size:35px;
	background-position-x:right;
	background-position-y:center;
}
input.mid {
	width:150px;
}
input.mid02 {
	width:240px;
}
input.lg {
	width: calc(500px - 120px);
}
a.disabled {
	pointer-events:none;
	cursor:default;
}
select {
	height:42px;
	min-width:80px;
	padding:0 0 0 5px;
	background:var(--color-gray-0);
	border-radius:3px;
	font-size:15px;
}
select option {
	padding:0 10px 0 0;
}
textarea.textarea {
	padding:10px;
	white-space:inherit;
	max-height:100px;
}
textarea.nonsize {
	resize:none;
}
textarea.w100p {
	width: 100%;
}
/* button */
.button {
	position:relative;
	overflow:hidden;
	display:inline-block;
	margin:0 5px;
	line-height:48px;
	color:var(--color-gray-0);
	min-width:150px;
	border:1px solid #dbdbdb;
	padding:0 10px;
	text-align:center;
	border-radius:5px;
	text-decoration:none !important;
	vertical-align:middle;
	transition:all .2s linear;
}
.button.button-full {
	min-width:auto;
	width:100%;
}
.button.button-xs {
	line-height:22px;
	font-size:13px;
	min-width:40px;
	padding:0 5px;
}
.button.button-small {
	line-height:28px;
	font-size:14px;
	min-width:68px;
}
.button.button-middle {
	line-height:40px;
	font-size:16px;
	min-width:100px;
}
.button.button-middle02 {
	line-height:60px;
	font-size:18px;
	min-width:180px;
}
.button.button-large {
	line-height:58px;
	font-size:20px;
	min-width:230px;
}
.button.button-round {
	border-radius:30px;
}
.button-blue {
	background-color:#346fef;
	border:1px solid #346fef;
	transition:all .2s linear;
}
.button-blue02 {
	background-color:var(--color-secondary-5);
	border:1px solid var(--color-secondary-50);
	color:var(--color-primary-60);
}
.button-blue02:hover {
	background-color:var(--color-secondary-10);
}
.button-blue02:active {
	background-color:var(--color-secondary-20);
}
.button-deepblue {
	background-color:var(--color-secondary-50);
	border:1px solid var(--color-secondary-50);
}
.button-deepblue02 {
	background-color:var(--color-primary-70);
	border:1px solid var(--color-primary-70);
}
.button-deepblue02:hover {
	background-color:var(--color-primary-80);
}
.button-deepblue02:active {
	background-color:var(--color-primary-90);
}
.button-blue-empty {
	background-color:var(--color-gray-0);
	border:1px solid var(--color-secondary-50);
	color:var(--color-secondary-50);
}
.button-blue-empty:hover {
	background-color:var(--color-gray-5);
}
.button-blue-empty:active {
	background-color:var(--color-gray-10);
}
.button-blue-empty02 {
	background-color:var(--color-gray-0);
	border:1px solid #003179;
	color:#003179;
}
.button-red-empty {
	background-color:var(--color-gray-0);
	border:1px solid #ff0000;
	color:#ff0000;
}
.button-black {
	background-color:#333;
	border:1px solid #333;
}
.button-black:hover {
	background-color:var(--color-gray-100);
	border:1px solid var(--color-gray-100);
}
.button-gray {
	background-color:#666;
	border:1px solid #666;
	transition:all .2s linear;
	color:var(--color-gray-0);
}
/*.button-gray:hover{background-color:#d1d1d1;border:1px solid #d1d1d1;transition: all .2s linear;}*/
.button-gray02 {
	background-color:#909090;
	border:1px solid #909090;
	transition:all .2s linear;
	color:var(--color-gray-0);
}
.btn-reservation {
	background-color:var(--color-gray-0);
	border:1px solid var(--color-gray-100);
	color:var(--color-gray-100);
	font-size:18px;
	transition:all .2s linear;
}
.btn-reservation:hover {
	background-color:var(--color-gray-100);
	border:1px solid var(--color-gray-100);
	color:#ede100;
	transition:all .2s linear;
}
.btn-reservation.end {
	background-color:#c5c5c5;
	border:1px solid #c5c5c5;
	color:var(--color-gray-0);
}
.button-white-empty {
	background:none;
	border:1px solid var(--color-gray-0);
	color:var(--color-gray-0);
	transition:all .2s linear;
}
.button-white {
	background-color:var(--color-gray-0);
	border:1px solid #9c9c9c;
	color:var(--color-gray-100);
	transition:all .2s linear;
}
/*.button-white:hover{background-color:var(--color-gray-100);border:1px solid var(--color-gray-100);color:var(--color-gray-0);transition: all .2s linear;}*/
.button-yellow {
	background-color:var(--color-gray-0);
	border:1px solid #9c9c9c;
	color:var(--color-gray-100);
	transition:all .2s linear;
}
.button-yellow:hover {
	background-color:var(--color-gray-100);
	border:1px solid var(--color-gray-100);
	color:#fef200;
	transition:all .2s linear;
}
.button-yellow02 {
	background-color:#333;
	border:1px solid #333;
	color:var(--color-gray-0);
	transition:all .2s linear;
}
.button-yellow02:hover {
	background-color:#333;
	border:1px solid #333;
	color:#fef200;
	transition:all .2s linear;
}
.button.button-layer-close {
	line-height:34px;
	min-width:112px;
}
.button.button-location {
	min-width:147px;
}
.button.button-location img {
	vertical-align:middle;
	margin:0 5px 0 0;
}
.button.button-location {
	position:relative;
	padding:0 0 0 10px;
}
.button.button-small.button-white {
	border:1px solid #c5c5c5;
	color:#333;
	transition:all .2s linear;
}
.button.button-small.button-white:hover {
	background-color:var(--color-gray-100);
	border:1px solid var(--color-gray-100);
	color:var(--color-gray-0) !important;
	transition:all .2s linear;
}
.button.button-list {
	padding:0 20px 0 52px;
	font-size:18px;
	color:var(--color-gray-70);
	background:var(--color-gray-20) url(/static/ucms/images/common/icon-list.png) no-repeat 42px 50%;
}
.button.nonA::after {
	display:none;
}
.searchbtn {
	background-color:var(--color-secondary-50);
	border:1px solid var(--color-secondary-50);
}
.searchbtn:hover {
	background-color:var(--color-secondary-60);
}
.searchbtn:active {
	background-color:var(--color-secondary-70);
}
.resetbtn {
	background-color:#666;
}
.resetbtn:hover {
	background-color:#555;
}
.resetbtn:active {
	background-color:#333;
}
.downbtn {
	background-color:var(--color-secondary-60);
	border:1px solid var(--color-secondary-60);
	color:var(--color-gray-0);
	border-color:var(--color-secondary-70);
}
.downbtn:hover {
	background-color:var(--color-secondary-80);
}
.downbtn:active {
	background-color:var(--color-secondary-90);
}
.regbtn {
	background-color:var(--color-primary-50);
	border:1px solid var(--color-primary-50);
}
.regbtn:hover {
	background-color:var(--color-primary-60);
	border:1px solid var(--color-primary-60);
}
.regbtn:active {
	background-color:var(--color-primary-70);
	border:1px solid var(--color-primary-70);
}
.filebtn {
	background-color:#2b2666;
	border:1px solid #2b2666;
}
.docbtn {
	background-color:#2b2666;
	border:1px solid #2b2666;
}
.editbtn {
	background-color:#2b2666;
	border:1px solid #2b2666;
}
.supplebtn {
	background-color:#2b2666;
	border:1px solid #2b2666;
}
.cancelbtn {
	background-color:var(--color-primary-50);
	border:1px solid var(--color-primary-50);
}
/*.button::after {
	width:20px;
	height:20px;
	display:inline-block;
	content:"";
	vertical-align:sub;
	margin:0 0 0 3px;
}*/
.searchbtn::after {
	background:url(/static/ucms/images/common/icon-search.png) no-repeat 50% 50%;
}
.resetbtn::after {
	background:url(/static/ucms/images/common/icon-reset.png) no-repeat 50% 50%;
}
.downbtn::after {
	background:url(/static/ucms/images/common/icon-down.png) no-repeat 50% 50%;
}
.regbtn::after {
	background:url(/static/ucms/images/common/icon-apply.png) no-repeat 50% 50%;
}
.filebtn::after {
	background:url(/static/ucms/images/common/icon-file.png) no-repeat 50% 50%;
}
.docbtn::after {
	background:url(/static/ucms/images/common/icon-doc.png) no-repeat 50% 50%;
}
.editbtn::after {
	background:url(/static/ucms/images/common/icon-edit.png) no-repeat 50% 50%;
	margin:0 3px;
}
.supplebtn::after {
	background:url(/static/ucms/images/common/icon-supplement.png) no-repeat 50% 50%;
	margin:0 3px;
}
.cancelbtn::after {
	background:url(/static/ucms/images/common/icon-cancel.png) no-repeat 50% 50%;
	margin:0 3px;
	width:24px;
	height:24px;
}
.filterbtn::after {
	background:url(/static/ucms/images/common/icon-arrow-right.png) no-repeat 50% 50%;
	margin:0 10px;
	width:7px;
	height:20px;
	background-size:contain;
	transform:rotate(90deg);
}
.filterbtn.close::after {
	background:url(/static/ucms/images/common/icon-arrow-right.png) no-repeat 50% 50%;
	margin:0 10px;
	width:7px;
	height:20px;
	background-size:contain;
	transform:rotate(-90deg);
}
.button.prev::after {
	background:url(/static/ucms/images/common/btn-prev.png) no-repeat 50% 50%;
	position:absolute;
	left:15%;
	top:50%;
	transform:translateY(-50%);
}
.button.next::after {
	background:url(/static/ucms/images/common/btn-next.png) no-repeat 50% 50%;
}
a.lypopbtn {
	line-height:28px;
	font-size:14px;
	min-width:68px;
	background-color:var(--color-gray-0);
	border:1px solid #9c9c9c;
	transition:all .2s linear;
	position:relative;
	overflow:hidden;
	display:inline-block;
	padding:0 20px;
	text-align:center;
	border-radius:5px;
	text-decoration:none !important;
	vertical-align:middle;
}
a.del {
	display:inline-block;
	height:28px;
	width:28px;
	line-height:24px;
	color:red !important;
	border-radius:3px;
	font-size:20px !important;
	border:1px solid red;
	text-align:center;
	margin-left:10px;
	text-decoration:unset !important;
}
.button:before,.button:focus:before {
	content:"";
	position:absolute;
	background-color:rgba(0,0,0,.15);
	width:10%;
	height:25%;
	border-radius:50%;
	z-index:1;
	top:35%;
	left:45%;
	-webkit-transform:scale(0);
	transform:scale(0)
}
.button:active:before {
	background-color:rgba(0,0,0,.3);
}
/*.button:hover:before,.button:focus:before {
	-webkit-transform:scale(12);
	transform:scale(12);
	-webkit-transition:border-radius .5s .5s,-webkit-transform .5s;
	transition:border-radius .5s .5s,-webkit-transform .5s;
	transition:transform .5s,border-radius .5s .5s;
	transition:transform .5s,border-radius .5s .5s,-webkit-transform .5s
}
.button:hover,.button:focus:hover {
	-webkit-transition:border-radius 0s 0s,-webkit-transform 0s;
	transition:border-radius 0s 0s,-webkit-transform 0s;
	transition:transform 0s,border-radius 0s 0s;
	transition:transform 0s,border-radius 0s 0s,-webkit-transform 0s;
	-webkit-transition:all .5s ease;
	-moz-transition:all 1s ease;
	-ms-transition: all 1s ease
}*/
/* table */
[class*="tbl-scroll-"] {
	margin:5px 0 20px;
	padding-top:1px;
	overflow-x:auto;
	overflow-y:hidden
}
[class*="tbl-scroll-"]::-webkit-scrollbar {
	height:5px;
	background-color:var(--color-gray-0)
}
[class*="tbl-scroll-"]::-webkit-scrollbar-thumb {
	height:5px;
	background-color:#888;
	border-radius:3px
}
.img-scroll {
	margin:5px 0 10px;
	overflow:auto
}
.img-scroll img {
	max-width:inherit
}
.img-scroll::-webkit-scrollbar {
	height:5px;
	background-color:var(--color-gray-0)
}
.img-scroll::-webkit-scrollbar-thumb {
	height:5px;
	background-color:#888;
	border-radius:3px
}
.table-scroll-wrap {
	overflow-x:auto;
	margin:0 0 40px 0;
}
.table-scroll-wrap>div {
	min-width:650px;
}
.table-scroll-wrap .table-list table th {
	/*background:#fafbff;*/ background:#f0f4fb;
	color:var(--color-gray-100);
	padding:15px;
	border-bottom:1px solid var(--color-gray-0);
	border-left:1px solid var(--color-gray-0);
	text-align:center;
	display:table-cell;
	font-weight:500;
	font-size:18px;
}
.table-scroll-wrap .table-list table td {
	padding:15px;
	text-overflow:ellipsis;
	border-bottom:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	text-align:center;
	color:#666;
	display:table-cell;
	font-size:17px;
}
.table-scroll-wrap .table-list table td strong {
	font-weight:500;
	color:var(--color-gray-100);
}
.table-scroll-wrap.brain-biobank table td {
	word-break:break-all;
}
table thead.th-blind {
	display:none;
}
table {
	border-spacing:0;
	border-collapse:collapse;
	width:100%;
	table-layout:fixed;
}
.table-list table {
	width:100%;
	border-top:2px solid var(--color-secondary-50);
}
.table-list table thead tr:hover td {
	background:#dbdfe5;
}
.table-list table td.no-data {
	padding:100px 0;
	font-size:14px;
}
.table-list table tr:hover td {
	background:#f4f8fd;
}
.table-list table th:first-child {
	border-left:none;
}
.table-list table td:first-child {
	border-left:none;
}
.table-list table td i.fa {
	color:#4472c4;
	font-size:15px;
}
.table-list table td a {
	color:#666;
	font-size:16px;
	text-decoration:underline;
}
.table-list table#replyTable th {
	background:#f9f9f9;
	border-bottom:1px solid #e8e8e8;
}
.tab-area .table.table-bordered,.table-view table {
	border-top:2px solid #425894;
	width:100%;
}
.tab-area .table.table-bordered thead th,.table-view table thead th {
	border-top:none;
	word-break:keep-all;
}
.tab-area .table.table-bordered th,.table-view table th {
	background:#f4f8fd;
	border:1px solid #e1e1e1;
	padding:10px 5px;
	text-align:center;
	color:var(--color-gray-100);
	font-weight:400;
	line-height:18px;
}
.tab-area .table.table-bordered th:first-child,.table-view table th:first-child {
	border-left:none;
}
.tab-area .table.table-bordered th:last-child,.table-view table th:last-child {
	border-right:none;
}
.tab-area .table.table-bordered td,.table-view table td {
	border:1px solid #e1e1e1;
	padding:10px;
	text-align:center;
	color:#666;
	line-height:22px;
	word-break:keep-all;
}
.tab-area .table.table-bordered td:first-child,.table-view table td:first-child {
	border-left:none;
}
.tab-area .table.table-bordered td:last-child,.table-view table td:last-child {
	border-right:none;
}
.table.table-bordered {
	width:100% !important;
}
.table.table-bordered td span {
	font-size:16px !important;
}
.table-view table th {
	background:#fcfdff;
	border-bottom:1px solid #e2e2e2;
	padding:10px 5px;
	text-align:center;
	color:var(--color-secondary-50);
	font-weight:600;
	line-height:18px;
	font-size:18px;
	border-right:none;
}
.table-view table td {
	border-left:none;
	border-right:none;
	padding:30px 40px;
}
.table-view table td:last-child {
	background:#fbfbfb;
}
.table-view table td i.fa {
	color:#346fef;
}
.table-view table td.data-total {
	color:var(--color-gray-70);
	font-weight:500;
}
.table-view.brd-add table th {
	border:1px solid var(--color-gray-20)
}
.table-view.brd-add table td {
	border:1px solid var(--color-gray-20)
}
.table-view .bld-none {
	border-left:none !important;
}
.table-view.td-center table td {
	text-align:center;
}
.table-view.color-black table td {
	color:#444;
}
.table-view table td.bg01 {
	background:#f5f5f5;
}
.table-view tr:hover {
	background:#f4f8fd;
	cursor:pointer;
}
.table-view.responsive {
	width:100%;
	border-top:1px solid #4d78d4;
	border-collapse:collapse;
	border-spacing:0;
	box-sizing:border-box;
	border-left:none;
	border-right:none;
}
.table-view.responsive table {
	width:100%;
}
.table-view.responsive caption {
	overflow:hidden;
	position:absolute;
	width:0;
	height:0;
	line-height:0;
	text-indent:-9999px
}
.table-view.responsive th {
	background:#f4f8fd;
	padding:12px 20px;
	border-bottom:1px solid var(--color-gray-20);
	height:45px;
}
.table-view.responsive td {
	padding:30px;
	border-bottom:1px solid var(--color-gray-20);
	height:45px;
	color:#666;
}
.table-view.location-table {
	width:calc(100% - 20px);
}
.table-view.type02 table {
	border-top-width:1px;
	border-color:#e1e1e1;
}
.table-view.type02 th {
	background:#ebebeb;
}
.table-view.type02 table th:last-child,.table-view.type02 table td:last-child {
	border-right:1px solid #e1e1e1;
}
.table-view.type02 table th:first-child,.table-view.type02 table td:first-child {
	border-left:1px solid #e1e1e1;
}
@media all and (max-width:767px) {
	.table-view.responsive,.table-view.responsive col,.table-view.responsive thead,.table-view.responsive tbody,.table-view.responsive tr,.table-view.responsive th,.table-view.responsive td {
		display:block
	}
	.table-view.responsive {
		border-top:0 none;
	}
	.table-view.responsive tr:after {
		content:"";
		display:block;
		clear:both
	}
	.table-view.responsive th {
		position:relative;
		border-top:1px solid #333;
		float:left;
		width:100%;
		border-right:0;
		border-bottom:none;
		box-sizing:border-box;
		text-align:center;
	}
	.table-view.responsive td {
		position:relative;
		border-top:0 none;
		float:left;
		width:100%;
		border-right:0;
		box-sizing:border-box;
		height:auto;
		border-left:none;
		padding:20px;
	}
}
.table-write {
	border-top:2px solid #585858;
}
.table-write table {
	width:100%;
	margin:0 0 20px 0;
}
.table-write table th {
	background:#f3f3f3;
	border-bottom:1px solid #dadada;
	padding:12px 10px;
	text-align:center;
}
.table-write table td {
	border-bottom:1px solid #dadada;
	border-left:1px solid #dadada;
	padding:15px 10px;
	text-align:left;
	color:#666;
}
.table-write.brd-add table th {
	border-left:1px solid #dadada
}
.table-write.brd-add table td {
	border-right:1px solid #dadada
}
.table-write.responsive {
	width:100%;
	border-top:2px solid var(--color-secondary-50);
	border-collapse:collapse;
	border-spacing:0;
	box-sizing:border-box;
	border-left:none;
	border-right:none;
}
.table-write.responsive table {
	width:100%;
  border-top: none;
}
.table-write.responsive caption {
	overflow:hidden;
	position:absolute;
	width:0;
	height:0;
	line-height:0;
	text-indent:-9999px
}
.table-write.responsive th {
	background:#f0f4fb;
	padding:12px 10px 12px 23px;
	border-bottom:1px solid #dbdbdb;
	border-right:none;
	height:62px;
	text-align:left;
}
.table-write.responsive td {
	padding:10px 10px 11px 10px;
	border-bottom:1px solid #dbdbdb;
	height:45px;
	color:#666;
	border-left:none
}
.table-write.responsive td label+button {
	margin:0 0 0 5px;
	font-size:14px;
}
.table-write.responsive td label+span button {
	margin:0 0 0 5px;
	font-size:14px;
}
.table-write.responsive td p,.table-write.responsive td div,.table-write.responsive td span {
	line-height:24px;
}
@media all and (max-width:767px) {
	.table-write.responsive,.table-write.responsive col,.table-write.responsive thead,.table-write.responsive tbody,.table-write.responsive tr,.table-write.responsive th,.table-write.responsive td {
		display:block
	}
	.table-write.responsive {
		border-top:2px solid var(--color-gray-100);
	}
	.table-write.responsive tr:after {
		content:"";
		display:block;
		clear:both
	}
	.table-write.responsive th {
		position:relative;
		border-top:0 none;
		float:left;
		width:100%;
		border-right:0;
		box-sizing:border-box;
		text-align:left;
		vertical-align:middle;
		height:40px;
		line-height:40px;
		padding:0 0 0 5px;
		border-bottom:none;
	}
	.table-write.responsive td {
		position:relative;
		border-top:0 none;
		float:left;
		width:100%;
		border-right:0;
		box-sizing:border-box;
		height:auto;
		border-left:none;
		padding:0 0 10px 5px;
		line-height:40px;
	}
	.table-write.responsive input[type="text"],.table-write.responsive input[type="password"],.table-write.responsive input[type="file"],.table-write.responsive select {
		height:30px
	}
	.table-write.responsive .button.button-middle {
		line-height:28px;
		font-size:14px;
	}
}
.file-add-area ul li {
	margin:10px 0 0 0;
}
.file-add-area ul li:first-child {
	margin:0;
}
.file-add-area ul li img {
	vertical-align:middle;
	margin:0 4px 0 0;
}
.file-add-area .btn a {
	display:inline-block;
	width:120px;
	height:28px;
	color:#585858;
	background:#dbdbdb;
	text-align:center;
	margin:0 10px 0 0;
	line-height:26px;
}
.board-view {
	width:100%;
}
.board-view .board-title {
	border-top:2px solid #333;
	border-bottom:1px solid var(--color-gray-20);
	padding:15px 20px;
}
.board-view .board-title p {
	margin:0 0 15px 0;
	font-weight:bold;
	font-size:24px;
}
.board-view .board-title span {
	font-size:16px;
	color:#999;
	font-weight:normal;
}
.board-view .board-view-con {
	padding:30px 20px;
}
.board-view .board-info {
	overflow:hidden;
	padding:14px 20px;
	background:var(--color-gray-0);
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
}
.board-view .board-info>span {
	display:block;
	position:relative;
	float:left;
	margin:0 30px 0 0;
}
.board-view .board-file {
	display:table;
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	border-bottom:1px solid #dadada;
	min-height:53px;
}
.board-view .board-file dt {
	display:table-cell;
	vertical-align:middle;
	width:15%;
	border-right:1px solid #dadada;
	min-width:100px;
	font-weight:bold;
	padding:0 0 0 25px
}
.board-view .board-file dd {
	display:table-cell;
	background:var(--color-gray-0);
}
.board-view .board-file dd ul {
	padding:14px 20px
}
.board-view .board-file dd ul li {
	padding:2px 0;
}
.board-view .board-view-con {
	font-size:16px;
	line-height:26px;
	border-bottom:1px solid #dadada;
}
.board-view .board-view-con.pd0 {
	padding:0;
	border:none;
}
.board-view.answer {
	border-top:2px solid #585858;
}
/*.board-navi{border-top:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;}.board-navi dl{overflow:hidden;border-top:1px solid #dbdbdb;}.board-navi dl:first-child{border-top:none;}.board-navi dl dt{float:left;width:180px;height:50px;padding:13px 0 17px 79px;font-weight:bold;background:#f5f5f5 url(/images/user/common/icon-board-arrow01.png) no-repeat 41px 50%;}.board-navi dl+dl dt{background:#f5f5f5 url(/images/user/common/icon-board-arrow02.png) no-repeat 41px 50%;}.board-navi dl dd{float:left;width:calc(100% - 180px);height:50px;padding: 13px 10px 17px 25px;}*/
.board-navi {
	display:flex;
	align-items:center;
	position:relative;
	padding:20px 0;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
.board-navi>div {
	width:50%;
	padding:4px 20px 4px 50px;
	background:url(/static/ucms/images/common/board-navi-left.png) no-repeat left 15px top 50%;
	background-size:13px auto;
}
.board-navi>div+div {
	padding:0 50px 0 20px;
	text-align:right;
	background:url(/static/ucms/images/common/board-navi-right.png) no-repeat right 15px top 50%;
	background-size:13px auto;
}
.board-navi:after {
	content:"";
	position:absolute;
	top:0;
	left:50%;
	height:100%;
	width:1px;
	background:var(--color-gray-20);
}
.board-navi div .text01 {
	font-size:14px;
	font-weight:600;
	color:#555;
}
.board-navi div .text02 {
	font-size:14px;
	color:var(--color-gray-70);
}
.board-navi div+div .text02 {
	margin:0 0 0 40px;
}
.board-navi .ellipsis {
	width:auto;
	max-width:460px;
}
.board-navi a {
	text-decoration:none !important;
}
.reply-area {
	background:#f8f8f8;
	border-radius:5px;
	padding:20px;
	margin:0 0 40px 0;
}
.reply-area .reply-tit {
	font-size:18px;
	margin:0 0 10px 0;
	color:var(--color-gray-70);
	font-weight:500;
}
.reply-area .txt-join {
	margin:0 0 10px 0;
}
.reply-area .txt-join textarea {
	width:100%;
	padding:10px;
	height:100px;
	color:#333;
}
.reply-area .reply-btm {
	text-align:right;
}
.reply-area .reply-btm input {
	width:160px;
}
.reply-area .reply-btm button {
	height:40px;
	border-radius:0;
	background:#16407c;
	line-height:38px;
	width:100px;
	min-width:auto;
}
.comment-box {
	width:100%;
	height:auto;
	padding:50px;
	background:#f9f9f9;
	border:1px solid #d6d9e4;
}
.comment-box .title {
	font-size:22px;
	margin:0 0 50px 0;
	color:var(--color-secondary-50);
	font-weight:500;
	text-align:center;
}
.comment-box>ul {
	border-top:1px solid #d7d7d7;
}
.comment-box>ul>li .comment-user {
	padding:0;
}
.comment-box>ul>li {
	border-bottom:1px solid #d7d7d7;
	padding:20px 0;
}
.comment-box>article {
	margin-bottom:50px;
}
.comment-box>article strong {
	font-size:18px;
	font-weight:600;
	color:#333;
}
.comment-box>article p {
	color:#333;
	margin-bottom:35px;
}
.comment-box .comment-txt {
	background:var(--color-gray-0);
	padding:0;
	line-height:22px
}
.comment-box .comment-info .user-txt {
	margin:0 0 14px 0;
}
.comment-box .comment-info .user-txt .name {
	font-size:18px;
	color:#333;
}
.comment-box02 {
	width:100%;
	height:auto;
	padding:50px 70px;
	background:#fbfbfb;
	font-size:18px;
	font-weight:500;
	text-align:center
}
/* .comment-box02>ul>li{display:flex;align-items:center;margin-bottom: 30px;}*/
/* .comment-box02 li div.info{width:235px;height:60px;color:var(--color-gray-0);background:#3a30ad;border-radius:3px;display:flex;align-items:center;*/
/* margin-right:20px;padding:0 30px;}*/
/* .comment-box02 li div.info span{display:inline-block;margin-right: 15px;}*/
.blue-box {
	width:100%;
	padding:25px 0;
	border:1px solid #d6d9e4;
	background:#fafbff;
	text-align:center;
	font-weight:600;
}
.blue-box02 {
	width:100%;
	padding:30px 50px;
	border:1px solid #d6d9e4;
	background:#fbfbfb;
	border-top:2px solid var(--color-secondary-50);
	border-bottom:1px solid #e2e2e2;
}
.blue-box label {
	color:#666;
	font-weight:500;
}
.table-list table td .img {
	width:80px;
	height:80px;
	border-radius:50%;
	background:#f2f2f2;
	line-height:80px;
	margin:auto auto 15px auto;
}
.table-list table td .img+p {
	font-size:18px;
	color:#0275dd;
	margin-bottom:5px;
}
.bg-none {
	background:none !important;
}
.list-dot>li {
	position:relative;
	padding:0 0 0 10px;
	line-height:24px;
	margin:0 0 5px 0;
	color:#666;
}
.list-dot>li:after {
	content:"";
	position:absolute;
	top:11px;
	left:0;
	width:4px;
	height:4px;
	border-radius:100%;
	background:var(--color-secondary-50);
}
.list-dot>li a:hover {
	text-decoration:underline
}
.list-dot>li.bg-none:after {
	background:none;
}
.list-dot>li strong {
	display:inline-block;
	width:80px;
	margin-right:65px;
}
.list-dot .bg-none {
	margin:5px 0;
}
.list-dot.bg-none>li,.list-dot .bg-none>li {
	padding:0;
}
.list-dot.bg-none>li:after,.list-dot .bg-none>li:after,.list-bar.bg-none>li:after,.list-bar>li.bg-none:after {
	background:none;
}
.list-bar.bg-none>li,.list-bar>li.bg-none {
	padding-left:0;
}
.list-dot>li .list-num {
	margin:10px 0 0 -12px;
}
.list-bar>li .list-dot {
	margin-top:10px;
}
.list-bar>li .list-dot>li {
	padding:0 0 0 10px;
	color:#555;
	margin:0;
}
.list-bar>li .list-dot>li:after {
	content:"";
	position:absolute;
	top:10px;
	left:0;
	width:2px;
	height:2px;
	border-radius:100%;
	background:#7d7d7d;
}
.list-bar>li .list-dot.bg-none>li {
	padding:0
}
.list-bar>li .list-dot.bg-none>li:after {
	display:none;
}
.sm-list {
	margin:6px 0 0 0;
}
.sm-list li {
	display:block;
	margin:0 0 0 12px;
	font-size:14px;
	color:#555;
	text-indent:-12px;
}
.list-num li {
	position:relative;
	padding:0 0 0 23px;
	margin:0 0 5px 0;
}
.list-num li:after {
	content:"";
	position:absolute;
	top:3px;
	left:0;
	background:var(--color-gray-0);
	border:1px solid var(--color-gray-100);
	height:15px;
	width:15px;
	border-radius:15px;
	font-size:11px;
	color:var(--color-gray-100);
	text-align:center;
}
.list-num li:nth-child(1):after {
	content:"1";
}
.list-num li:nth-child(2):after {
	content:"2";
}
.list-num li:nth-child(3):after {
	content:"3";
}
.list-num li:nth-child(4):after {
	content:"4";
}
.list-num li:nth-child(5):after {
	content:"5";
}
.list-num li:nth-child(6):after {
	content:"6";
}
.list-num li:nth-child(7):after {
	content:"7";
}
.list-num li:nth-child(8):after {
	content:"8";
}
.list-num li:nth-child(9):after {
	content:"9";
}
.list-num li:nth-child(10):after {
	content:"10";
}
.list-num li>ul.listnone li:after {
	content:'';
	background:none;
	border:none;
}
.list-num li>ul.listnone li {
	padding-left:0;
}
p.list-dot {
	position:relative;
	padding:0 0 0 15px;
	line-height:24px;
	color:#555;
}
p.list-dot:after {
	content:"";
	position:absolute;
	top:8px;
	left:0;
	width:5px;
	height:5px;
	border-radius:100%;
	background:#555;
}
.list-bar {
	margin:18px 0 0 0;
}
.list-bar>li {
	position:relative;
	padding:0 0 0 13px;
	line-height:24px;
	margin:0 0 9px 0;
	font-size:16px;
	color:#555;
}
.list-bar>li:after {
	content:"";
	position:absolute;
	top:9px;
	left:0;
	width:5px;
	height:1px;
	background:#555;
}
.indent-text {
	text-indent:-16px;
	padding:0 0 0 16px;
	line-height:24px;
}
.indent-text02 {
	text-indent:-10px;
	padding:0 0 0 10px;
	line-height:24px;
	position:relative;
}
.indent>li::before {
	display:inline-block;
	content:"";
	width:7px;
	height:7px;
	background:url(/static/ucms/images/common/icon-dot.png) no-repeat 50% 50%;
	margin-right:10px;
	vertical-align:middle;
}
.indent-none>li {
	text-indent:0;
}
.pagination {
	margin:30px 0 0;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.pagination strong,.pagination span a,.pagination img {
	vertical-align:middle;
	text-align:center;
}
.pagination img {
	padding:11px 0 0 0;
}
.pagination li {
	display:inline-block;
	color:#bbb;
	height:35px;
	width:35px;
	margin:0 3px;
	border:1px solid #ddd;
}
.pagination li a,.pagination>li>span {
	position:relative;
	float:left;
	text-decoration:none;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:15px;
	color:#666;
	background-color:transparent;
	margin:-1px -1px;
}
.pagination li a:hover {
	text-decoration:none;
	border:1px solid var(--color-secondary-50);
	color:var(--color-secondary-50);
}
.pagination li.active span {
	background:var(--color-secondary-50);
	text-decoration:none;
}
.pagination li.active span:hover {
	background:var(--color-secondary-50) !important;
	text-decoration:underline var(--color-secondary-50);
}
.pagination li em {
	font-style:normal;
}
.pagination .first {
	background:url(/static/ucms/images/common/pagination-prev01.png) no-repeat 50% 50%;
	text-indent:-9999px;
}
.pagination .prev {
	background:url(/static/ucms/images/common/pagination-prev02.png) no-repeat 50% 50%;
	text-indent:-9999px;
}
.pagination .next {
	background:url(/static/ucms/images/common/pagination-next02.png) no-repeat 50% 50%;
	text-indent:-9999px;
}
.pagination .end {
	background:url(/static/ucms/images/common/pagination-next01.png) no-repeat 50% 50%;
	text-indent:-9999px;
}
.pagination .disabled {
	cursor:not-allowed;
	background-color:#f8f8f8;
	border: 1px dashed #666;
}
/* tab */
.tab-list {
	display:flex;
	background:#566583;
	position:relative;
	margin-bottom:20px;
	border-collapse:collapse;
	line-height:1.3;
	word-break:keep-all;
	/*overflow:hidden;*/
	width:100%;
	min-width:100%;
}
.tab-list li a {
	display:inline-block;
	width:100%;
	vertical-align:middle;
	font-size:24px;
	color:var(--color-gray-0);
	font-weight:300;
}
.tab-list li.on a {
	position:relative;
	z-index:100;
	background:var(--color-gray-0);
}
.tab-list li a span {
	display:table-cell;
	width:1%;
	height:68px;
	padding:1px 10px 0;
	text-align:center;
	vertical-align:middle;
	color:var(--color-gray-0);
	border-right:1px solid #727f98;
}
.tab-list li.on a span {
	position:relative;
	padding-top:0;
	color:#383838;
	background:#f2f2f2;
	font-weight:600
}
.tab-list li a h4 {
	display:table-cell;
	width:1%;
	height:68px;
	padding:1px 10px 0;
	text-align:center;
	vertical-align:middle;
	color:var(--color-gray-0);
	border-right:1px solid #727f98;
	font-weight:300;
}
.tab-list li.on a h4 {
	position:relative;
	padding-top:0;
	color:#383838;
	background:#f2f2f2;
	font-weight:600
}
.tab-cont {
	display:none;
}
.tab-list.col2 li {
	width:50%;
}
.tab-list.col3 li {
	width:35%;
}
.tab-list.col5 li {
	width: 20%;
}
/* checkbox radio */
.checks {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	line-height:20px;
}
.checks input[type="radio"] {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	border:0;
}
.checks input[type="radio"]+label {
	display:inline-block;
	position:relative;
	padding-left:30px;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}
.checks input[type="radio"]+label:before {
	content:'';
	position:absolute;
	left:0;
	top:-2px;
	width:24px;
	height:24px;
	text-align:center;
	background:var(--color-gray-0);
	border:1px solid #c2c2c2;
	border-radius:100%;
	/*box-shadow:0px 1px 2px rgba(0,0,0,0.05),inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
}
.checks input[type="radio"]+label:after {
	content:'';
	position:absolute;
	top:4px;
	left:6px;
	width:14px;
	height:14px;
	background:#c2c2c2;
	border-radius:100%;
	/*box-shadow:inset 0px 0px 10px rgba(0,0,0,0.3);*/
}
.checks input[type="radio"]+label:active:before,.checks input[type="radio"]:checked+label:active:before {
	/*box-shadow:0 1px 2px rgba(0,0,0,0.05),inset 0px 1px 3px rgba(0,0,0,0.1);*/
}
.checks input[type="radio"]:checked+label:before {
	background:var(--color-gray-0);
	border-color:#346fef;
}
.checks input[type="radio"]:checked+label:after {
	background:#346fef;
	border-radius:100%;
	/*box-shadow:inset 0px 0px 10px rgba(0,0,0,0.3);*/
}
.checks input[type="radio"]:focus-within+label:before {
	border:1px dashed #346fef;
}
.checks input[type="checkbox"]:disabled+label:before {
	background:#cacece;
	cursor:default;
}
.checks input[type="checkbox"]:disabled+label {
	cursor:default;
}
.checks input[type="checkbox"] {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	border:0
}
.checks input[type="checkbox"]+label {
	display:inline-block;
	position:relative;
	padding-left:30px;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	width:auto;
	height:20px;
	vertical-align:middle;
}
.table-list .checks input[type="checkbox"]+label {
	width:20px;
}
.checks input[type="checkbox"]+label:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:26px;
	height:26px;
	line-height:26px;
	text-align:center;
	background:var(--color-gray-0);
	border:1px solid #ccc;
	border-radius:5px;
	/*box-shadow:0px 1px 2px rgba(0,0,0,0.05),inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
}
.checks input[type="checkbox"]:focus-within+label:before {
	border:1px dashed #346fef;
}
.checks input[type="checkbox"]+label:active:before,.checks input[type="checkbox"]:checked+label:active:before {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0px 1px 3px rgba(0,0,0,0.1);
}
.checks input[type="checkbox"]:checked+label:before {
	/*content:'\2714';*/
	/*color:#99a1a7;text-shadow:1px 1px var(--color-gray-0);*/
	background:#346fef url(/static/ucms/images/common/icon-check.png) no-repeat 50% 50%;
	background-size:cover;
	border-color:#346fef;
	/*border-color:#adb8c0;box-shadow:0px 1px 2px rgba(0,0,0,0.05),inset 0px -15px 10px -12px rgba(0,0,0,0.05),inset 15px 10px -12px rgba(255,255,255,0.1);*/
}
.radio-wrap label {
	display:inline-block;
	margin:0px 15px 0 5px;
	vertical-align:middle;
}
.filebox input[type="file"] {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	border:0;
}
.filebox label {
	display:inline-block;
	color:var(--color-gray-0);
	vertical-align:middle;
	background-color:#666;
	cursor:pointer;
	border:1px solid #666;
	height:42px;
	line-height:38px;
	min-width:110px;
	padding:0 20px;
	text-align:center;
	border-radius: 5px;
}
/* named upload */
.filebox .upload-name {
	display:inline-block;
	padding:.5em .75em;
	font-size:inherit;
	font-family:inherit;
	line-height:normal;
	vertical-align:middle;
	background-color:#f8f8f8;
	border:1px solid #e7e7e7;
	border-radius:.25em;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.filebox.bs3-primary label {
	color:var(--color-gray-0);
	background-color:#337ab7;
	border-color: #2e6da4;
}
/* modal */
.overlay {
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	z-index:2000;
	transform:translateZ(0);
}
.modal-opened {
	overflow:hidden;
}
.layer-popup {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2050;
	transform:translateZ(0);
	overflow-y:scroll;
}
.layer-popup .popup-title {
	font-size:15px;
	color:var(--color-gray-0);
	padding:0 0 0 18px;
	height:45px;
	line-height:45px;
	font-weight:500;
	background:#333;
}
.layer-popup .popup-inner {
	position:relative;
	width:calc(100% - 35px);
	max-width:700px;
	margin:200px auto 100px;
	box-shadow:3px 5px 5px rgba(0,0,0,.3);
	background-color:var(--color-gray-0);
	/*border:1px solid var(--color-gray-100);*/
}
.layer-popup .popup-inner.id-ask {
	margin:0 auto;
	width:100%;
}
.layer-popup .popup-inner.id-ask .popup-body {
	background:#fafafa;
}
.layer-popup .popup-inner .popup-body {
	padding:30px;
	min-height:100px;
	border:2px solid #333;
}
.layer-popup .popup-inner.id-ask .btn-close-popup {
	position:absolute;
	right:10px;
	top:10px;
}
.layer-popup .btn-close-popup {
	position:absolute;
	right:15px;
	top:11px;
}
.popup-wrap {
	position:relative;
	border:3px solid #005297;
}
.popup-wrap .popup-title {
	padding:15px 20px;
}
.popup-wrap .popup-title p {
	padding:0 0 20px 0;
	font-weight:bold;
	font-size:20px;
	border-bottom:1px solid var(--color-gray-20);
}
.popup-wrap .popup-title h1 {
	font-size:20px;
	font-weight:bold;
	color:var(--color-gray-0);
}
.popup-wrap .popup-contents {
	padding:20px 17px;
	;
}
.popup-wrap .popup-contents p {
	line-height:26px;
}
.popup-wrap .popup-contents .btn-area {
	padding-top:20px;
	margin-bottom:0;
	border-top:1px solid var(--color-gray-20)
}
.popup-wrap .popup-close {
	position:absolute;
	top:10px;
	right:22px;
	width:19px;
	height: 19px;
}
/* margin */
.m0 {
	margin:0 !important;
}
.mt0 {
	margin-top:0 !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt25 {
	margin-top:25px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt35 {
	margin-top:35px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt45 {
	margin-top:45px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mb0 {
	margin-bottom:0 !important;
}
.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb35 {
	margin-bottom:35px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb90 {
	margin-bottom:90px !important;
}
.mb100 {
	margin-bottom:100px !important;
}
.ml0 {
	margin-left:0 !important;
}
.ml5 {
	margin-left:5px !important;
}
.ml10 {
	margin-left:10px !important;
}
.ml15 {
	margin-left:15px !important;
}
.ml20 {
	margin-left:20px !important;
}
.ml25 {
	margin-left:25px !important;
}
.ml30 {
	margin-left:30px !important;
}
.ml35 {
	margin-left:35px !important;
}
.ml40 {
	margin-left:40px !important;
}
.ml45 {
	margin-left:45px !important;
}
.ml50 {
	margin-left:50px !important;
}
.mr0 {
	margin-right:0 !important;
}
.mr5 {
	margin-right:5px !important;
}
.mr10 {
	margin-right:10px !important;
}
.mr15 {
	margin-right:15px !important;
}
.mr20 {
	margin-right:20px !important;
}
.mr25 {
	margin-right:25px !important;
}
.mr30 {
	margin-right:30px !important;
}
.mr35 {
	margin-right:35px !important;
}
.mr40 {
	margin-right:40px !important;
}
.mr45 {
	margin-right:45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
/* padding */
.p0 {
	padding:0 !important;
}
.pt0 {
	padding-top:0 !important;
}
.pt3 {
	padding-top:3px !important;
}
.pt5 {
	padding-top:5px !important;
}
.pt10 {
	padding-top:10px !important;
}
.pt15 {
	padding-top:15px !important;
}
.pt20 {
	padding-top:20px !important;
}
.pt25 {
	padding-top:25px !important;
}
.pt30 {
	padding-top:30px !important;
}
.pt35 {
	padding-top:35px !important;
}
.pt40 {
	padding-top:40px !important;
}
.pt45 {
	padding-top:45px !important;
}
.pt50 {
	padding-top:50px !important;
}
.pb5 {
	padding-bottom:5px !important;
}
.pb10 {
	padding-bottom:10px !important;
}
.pb15 {
	padding-bottom:15px !important;
}
.pb20 {
	padding-bottom:20px !important;
}
.pb25 {
	padding-bottom:25px !important;
}
.pb30 {
	padding-bottom:30px !important;
}
.pb35 {
	padding-bottom:35px !important;
}
.pb40 {
	padding-bottom:40px !important;
}
.pb45 {
	padding-bottom:45px !important;
}
.pb50 {
	padding-bottom:50px !important;
}
.pl0 {
	padding-left:0 !important;
}
.pl5 {
	padding-left:5px !important;
}
.pl10 {
	padding-left:10px !important;
}
.pl15 {
	padding-left:15px !important;
}
.pl20 {
	padding-left:20px !important;
}
.pl25 {
	padding-left:25px !important;
}
.pl30 {
	padding-left:30px !important;
}
.pl35 {
	padding-left:35px !important;
}
.pl40 {
	padding-left:40px !important;
}
.pl45 {
	padding-left:45px !important;
}
.pl50 {
	padding-left:50px !important;
}
.pl100 {
	padding-left:100px !important;
}
.pr5 {
	padding-right:5px !important;
}
.pr10 {
	padding-right:10px !important;
}
.pr15 {
	padding-right:15px !important;
}
.pr20 {
	padding-right:20px !important;
}
.pr25 {
	padding-right:25px !important;
}
.pr30 {
	padding-right:30px !important;
}
.pr35 {
	padding-right:35px !important;
}
.pr40 {
	padding-right:40px !important;
}
.pr45 {
	padding-right:45px !important;
}
.pr50 {
	padding-right:50px !important;
}
.pr100 {
	padding-right:100px !important;
}
.wrap-layer-popup {
	display:none;
	justify-content:center;
	position:fixed;
	z-index:991;
	left:0;
	top:0;
	padding:5%;
	width:100%;
	height:100%;
}
.wrap-layer-popup.popup-open {
	display:flex;
}
.wrap-layer-popup .table-list table th,.wrap-layer-popup .table-list table td {
	padding:15px 10px;
	white-space:inherit;
}
.wrap-layer-popup.study-layer {
	pointer-events:none;
}
.study-layer .btn-layer-close {
	pointer-events:auto;
}
.wrap-layer-popup.study-layer .layer-popup-contents {
	overflow:hidden;
	background:none;
	max-height:none;
}
.wrap-layer-popup.study-layer .inner-layer-popup {
	width:800px;
}
.wrap-layer-popup.popup-open>.inner-layer-popup {
	opacity:1;
}
.wrap-layer-popup.prev-popup {
	z-index: 989;
}
.wrap-layer-popup>.inner-layer-popup {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-content:start;
	/* max-width:1540px;*/
	width:1540px;
	max-height:none;
	height:100%;
	opacity:0;
}
.wrap-layer-popup.email-layer>.inner-layer-popup {
	width:600px;
	max-height:300px;
}
.wrap-layer-popup.section03-layer>.inner-layer-popup {
	width:600px;
	max-height:300px;
}
.wrap-layer-popup .wrap-layer-popup-title {
	width:100%;
	height:auto;
	padding:40px 40px 0;
	background:var(--color-gray-0);
}
.wrap-layer-popup .wrap-layer-popup-title .title {
	padding:0 0 30px;
	border-bottom:1px solid #e9e9e9;
	font-weight:700;
	line-height:30px;
	font-size:30px;
	color:var(--color-gray-100);
}
.wrap-layer-popup .layer-popup-contents {
	position:relative;
	width:100%;
	height:100%;
	overflow-y:auto;
	background-color:var(--color-gray-0);
	max-height:530px;
	padding:20px 40px;
}
.wrap-layer-popup .layer-popup-contents.h-auto{
  height:auto;
}
.wrap-layer-popup .layer-popup-contents>.inner-wrap {
	/*max-height:500px;*/
	box-sizing:border-box;
	padding:40px 0;
}
.wrap-layer-popup .layer-popup-contents .inner {
	overflow:hidden;
}
.wrap-layer-popup .layer-popup-bottom {
	width:100%;
	background:var(--color-gray-0);
	text-align:center;
	padding:40px;
}
.wrap-layer-popup .layer-popup-bottom button:after{
  display:none !important;
}
.wrap-layer-popup .layer-popup-bottom button.close {
	width:150px;
	height:50px;
	background-color:var(--color-primary-70);
	border:1px solid var(--color-primary-70);
	color:var(--color-gray-0);
	font-weight:500;
	border-radius:5px;
	transition:all .2s linear;
}
.wrap-layer-popup .layer-popup-bottom button.close:hover {
	background-color:var(--color-primary-80);
}
.wrap-layer-popup .layer-popup-bottom button.close:active {
	background-color:var(--color-primary-90);
}
.wrap-layer-popup .layer-popup-bottom button.print {
	width:150px;
	height:50px;
	color:var(--color-gray-0);
	background-color:var(--color-secondary-5);
	border:1px solid var(--color-secondary-50);
	color:var(--color-primary-60);
	font-weight:500;
	border-radius:5px;
	transition:all .2s linear;
}
.wrap-layer-popup .layer-popup-bottom button.print:hover {
	background-color:var(--color-secondary-10);
}
.wrap-layer-popup .layer-popup-bottom button.print:active {
	background-color:var(--color-secondary-20);
}
.wrap-layer-popup .layer-popup-bottom button[popup-cancle] {
	background-color:var(--color-gray-0);
	color:var(--color-gray-100);
	border-top-color:#ccc;
}
.wrap-layer-popup .inner-bottom {
	background:#f8f8f8;
	padding:15px;
	border-top:1px solid #ccc;
}
.wrap-layer-popup .inner-bottom .btn-area {
	margin:0;
}
.popup-dimmed {
	position:fixed;
	z-index:990;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.7);
	transition:opacity .2s;
}
.scroll-lock {
	overflow:hidden !important;
}
.wrapper {
	width:900px;
	margin:0 auto;
}
.hidden {
	display:none;
	position:relative;
	display:inline-block;
	text-indent:-9999px;
}
.btn-layer-close {
	position:absolute;
	right:40px;
	top:40px;
	width:24px;
	height:24px;
	z-index:100;
	background:url(/static/ucms/images/common/icon-close.png) no-repeat 0 0;
	background-size:contain;
}
/* .btn-layer-close:focus:before{border:2px dashed var(--color-gray-0);border-top: 5px solid #4b6dba;}*/
/*.btn-layer-close:before{content:"";position:absolute;top:-10px;left:-8px;width:40px;background:#555 url(/static/ucms/images/common/icon-close-white.png) no-repeat 50% 50%;background-size:20px auto;height:60px;border-radius:0 0 20px 20px;z-index:0;border:2px dashed #555;border-top: 5px solid #4b6dba;}*/
/* datepicker */
/*! jQuery UI - v1.13.2 - 2022-07-14* http://jqueryui.com* Includes:core.css,accordion.css,autocomplete.css,menu.css,button.css,controlgroup.css,checkboxradio.css,datepicker.css,dialog.css,draggable.css,resizable.css,progressbar.css,selectable.css,selectmenu.css,slider.css,sortable.css,spinner.css,tabs.css,tooltip.css,theme.css* To view and modify this theme,visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px* Copyright jQuery Foundation and other contributors;Licensed MIT */
/* Interaction Cues----------------------------------*/
.ui-state-disabled {
	cursor:default !important;
	pointer-events: none;
}
/* Icons----------------------------------*/
.ui-icon {
	display:inline-block;
	vertical-align:middle;
	margin-top:-.25em;
	position:relative;
	text-indent:-99999px;
	overflow:hidden;
	background-repeat:no-repeat;
}
.ui-widget-icon-block {
	left:50%;
	margin-left:-8px;
	display: block;
}
/* Misc visuals----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.ui-accordion .ui-accordion-header {
	display:block;
	cursor:pointer;
	position:relative;
	margin:2px 0 0 0;
	padding:.5em .5em .5em .7em;
	font-size:100%;
}
.ui-accordion .ui-accordion-content {
	padding:1em 2.2em;
	border-top:0;
	overflow:auto;
}
.ui-autocomplete {
	position:absolute;
	top:0;
	left:0;
	cursor:default;
}
.ui-menu {
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	outline:0;
}
.ui-menu .ui-menu {
	position:absolute;
}
.ui-menu .ui-menu-item-wrapper {
	position:relative;
	padding:3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin:5px 0;
	height:0;
	font-size:0;
	line-height:0;
	border-width:1px 0 0 0;
}
.ui-menu .ui-state-focus,.ui-menu .ui-state-active {
	margin: -1px;
}
/* icon support */
.ui-menu-icons {
	position:relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
	position:absolute;
	top:0;
	bottom:0;
	left:.2em;
	margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
	left:auto;
	right: 0;
}
.ui-button {
	padding:.4em 1em;
	display:inline-block;
	position:relative;
	line-height:normal;
	margin-right:.1em;
	cursor:pointer;
	vertical-align:middle;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	/* Support:IE <= 11 */
	overflow:visible;
}
.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon,a width needs to be set here */
.ui-button-icon-only {
	width:2em;
	box-sizing:border-box;
	text-indent:-9999px;
	white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-8px;
	margin-left:-8px;
}
.ui-button.ui-icon-notext .ui-icon {
	padding:0;
	width:2.1em;
	height:2.1em;
	text-indent:-9999px;
	white-space:nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
	width:auto;
	height:auto;
	text-indent:0;
	white-space:normal;
	padding: .4em 1em;
}
/* workarounds */
/* Support:Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner {
	border:0;
	padding:0;
}
.ui-controlgroup {
	vertical-align:middle;
	display:inline-block;
}
.ui-controlgroup>.ui-controlgroup-item {
	float:left;
	margin-left:0;
	margin-right:0;
}
.ui-controlgroup>.ui-controlgroup-item:focus,.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
	z-index:9999;
}
.ui-controlgroup-vertical>.ui-controlgroup-item {
	display:block;
	float:none;
	width:100%;
	margin-top:0;
	margin-bottom:0;
	text-align:left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing:border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding:.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size:80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
	border-left:none;
}
.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
	border-top:none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right:none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	/* Support:IE8 only,Android < 4.4 only */
	width:75%;
	width:calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style:solid;
}
.ui-checkboxradio-label .ui-icon-background {
	box-shadow:inset 1px 1px 1px #ccc;
	border-radius:.12em;
	border:none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width:16px;
	height:16px;
	border-radius:1em;
	overflow:visible;
	border:none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image:none;
	width:8px;
	height:8px;
	border-width:4px;
	border-style:solid;
}
.ui-checkboxradio-disabled {
	pointer-events:none;
}
.ui-datepicker {
	width:235px;
	display:none;
}
.ui-datepicker .ui-datepicker-header {
	position:relative;
}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
	position:absolute;
	top:10px;
	width:7px;
	height:1.8em;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {
	border:none !important;
}
.ui-datepicker .ui-datepicker-prev {
	left:22px;
	background:url(/static/ucms/images/common/pagination-prev02.png) no-repeat 50% 50%;
	background-size:7px;
	transform:rotate(360deg);
}
.ui-datepicker .ui-datepicker-next {
	right:22px;
	background:url(/static/ucms/images/common/pagination-prev02.png) no-repeat 50% 50%;
	background-size:7px;
	transform:rotate(180deg);
}
/* .ui-datepicker .ui-datepicker-prev-hover{left:2px;}.ui-datepicker .ui-datepicker-next-hover{right: 2px;}*/
.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-8px;
	top:50%;
	margin-top:-8px;
}
.ui-datepicker .ui-datepicker-title {
	margin:0 1em;
	line-height:3em;
	text-align:center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size:13px;
	margin:8px 0;
	color:#333;
	border:none;
	border-radius:5px;
}
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
	min-width:70px;
	height:25px;
}
.ui-datepicker select.ui-datepicker-year {
	margin-right:4px;
}
.ui-datepicker select.ui-datepicker-month {
	margin-left:4px;
}
.ui-datepicker table {
	width:100%;
	font-size:.9em;
	border-collapse:collapse;
	margin:0 0 .4em;
}
.ui-datepicker th {
	padding:.7em .3em;
	text-align:center;
	font-weight:400;
	border:0;
	color:#7e8da3;
	font-size:14px;
}
.ui-datepicker td {
	border:0;
	padding:1px;
}
.ui-datepicker td span,.ui-datepicker td a {
	width:31px;
	height:31px;
  line-height:24px;
	display:block;
	padding:.2em;
	text-align:center;
	text-decoration:none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image:none;
	margin:.7em 0 0 0;
	padding:0 .2em;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float:right;
	margin:.5em .2em .4em;
	cursor:pointer;
	padding:.2em .6em .3em .6em;
	width:auto;
	overflow:visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width:auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float:left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width:95%;
	margin:0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width:50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width:33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width:25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear:left;
}
.ui-datepicker-row-break {
	clear:both;
	width:100%;
	font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
	direction:rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right:2px;
	left:auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left:2px;
	right:auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right:1px;
	left:auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left:1px;
	right:auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear:right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float:left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width:0;
	border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	background-repeat:no-repeat;
	left:.5em;
	top:.3em;
}
.ui-dialog {
	position:absolute;
	top:0;
	left:0;
	padding:.2em;
	outline:0;
}
.ui-dialog .ui-dialog-titlebar {
	padding:.4em 1em;
	position:relative;
}
.ui-dialog .ui-dialog-title {
	float:left;
	margin:.1em 0;
	white-space:nowrap;
	width:90%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position:absolute;
	right:.3em;
	top:50%;
	width:20px;
	margin:-10px 0 0 0;
	padding:1px;
	height:20px;
}
.ui-dialog .ui-dialog-content {
	position:relative;
	border:0;
	padding:.5em 1em;
	background:none;
	overflow:auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align:left;
	border-width:1px 0 0 0;
	background-image:none;
	margin-top:.5em;
	padding:.3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float:right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin:.5em .4em .5em 0;
	cursor:pointer;
}
.ui-dialog .ui-resizable-n {
	height:2px;
	top:0;
}
.ui-dialog .ui-resizable-e {
	width:2px;
	right:0;
}
.ui-dialog .ui-resizable-s {
	height:2px;
	bottom:0;
}
.ui-dialog .ui-resizable-w {
	width:2px;
	left:0;
}
.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw {
	width:7px;
	height:7px;
}
.ui-dialog .ui-resizable-se {
	right:0;
	bottom:0;
}
.ui-dialog .ui-resizable-sw {
	left:0;
	bottom:0;
}
.ui-dialog .ui-resizable-ne {
	right:0;
	top:0;
}
.ui-dialog .ui-resizable-nw {
	left:0;
	top:0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor:move;
}
.ui-draggable-handle {
	-ms-touch-action:none;
	touch-action: none;
}
/* Component containers----------------------------------*/
.ui-widget {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}
.ui-widget .ui-widget {
	font-size:1em;
}
.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}
.ui-widget-content {
	overflow:hidden;
	border:1px solid #346fef;
	background:var(--color-gray-0);
	color:#333333;
	border-radius:5px;
}
.ui-widget-content a {
	color:#333333;
}
.ui-widget-header {
	background:#f4f8fd;
	color:#333333;
	font-weight:bold;
	height:45px;
	font-size:13px;
}
.ui-widget-header a {
	color: #333333;
}
/* Interaction states----------------------------------*/
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,/* We use html here because we need a greater specificity to make sure disabledworks properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
	border:1px solid transparent;
	font-weight:normal;
	color:#697685;
	font-size:14px;
}
.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button {
	color:#454545;
	text-decoration:none;
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,
.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
	border:1px solid #346fef;
	border-radius:50%;
	background:none;
	font-weight:normal;
	color:#2b2b2b;
}
.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus {
	color:#2b2b2b;
	text-decoration:none;
}
.ui-visual-focus {
	box-shadow:0 0 3px 1px rgb(94,158,214);
}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
	border-radius:50%;
	background:#007fff;
	font-weight:normal;
	color:var(--color-gray-0);
}
.ui-icon-background,.ui-state-active .ui-icon-background {
	border:#003eff;
	background-color:var(--color-gray-0);
}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color:var(--color-gray-0);
	text-decoration: none;
}
/* Interaction Cues----------------------------------*/
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
	border:1px solid #c0d3fc;
	border-radius:50%;
	background:#c0d3fc;
	color:#777620;
}
.ui-state-checked {
	border:1px solid #dad55e;
	background:var(--color-gray-0);
}
.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
	color:#777620;
}
.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
	border:1px solid #f1a899;
	background:#fddfdf;
	color:#5f3f3f;
}
.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
	color:#5f3f3f;
}
.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
	color:#5f3f3f;
}
.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
	opacity:.7;
	-ms-filter:"alpha(opacity=70)";
	/* support:IE8 */
	font-weight:normal;
}
.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
	opacity:.35;
	-ms-filter:"alpha(opacity=35)";
	/* support:IE8 */
	background-image:none;
}
.ui-state-disabled .ui-icon {
	-ms-filter:"alpha(opacity=35)";
	/* support: IE8 - See #6059 */
}
/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under:SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
/* * Owl Carousel - Core */
.owl-carousel {
	display:none;
	width:100%;
	-webkit-tap-highlight-color:transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position:relative;
	z-index:1;
}
.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y;
	touch-action:manipulation;
	-moz-backface-visibility:hidden;
	/* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	/* fix for flashing background */
	-webkit-transform:translate3d(0px,0px,0px);
}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
}
.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
}
.owl-carousel .owl-item img {
	display:block;
	width:100%;
}
.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
	display:none;
}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot {
	/* background:none;color:inherit;border:none;padding:0 !important;font:inherit;*/
}
.owl-carousel.owl-loaded {
	display:block;
}
.owl-carousel.owl-loading {
	opacity:0;
	display:block;
}
.owl-carousel.owl-hidden {
	opacity:0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility:hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.owl-carousel.owl-grab {
	cursor:move;
	cursor:grab;
}
.owl-carousel.owl-rtl {
	direction:rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/* * Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	animation-duration:1000ms;
	animation-fill-mode:both;
}
.owl-carousel .owl-animated-in {
	z-index:0;
}
.owl-carousel .owl-animated-out {
	z-index:1;
}
.owl-carousel .fadeOut {
	animation-name:fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity:1;
	}
	100% {
		opacity: 0;
	}
}
/* * 	Owl Carousel - Auto Height Plugin */
.owl-height {
	transition: height 500ms ease-in-out;
}
/* * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
	/**	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong			calculation of the height of the owl-item that breaks page layouts		 */
}
.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	transition:opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height:0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
/* * 	Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:var(--color-gray-100);
}
.owl-carousel .owl-video-play-icon {
	position:absolute;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	background:url("owl.video.play.png") no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
	transition:transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform:scale(1.3,1.3);
	transform:scale(1.3,1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
	display:none;
}
.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	transition:opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	height:100%;
	width: 100%;
}