* {
	padding: 0px;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	/* box-sizing: border-box;
	font-size: 16px; 
	word-break: keep-all; */
}
body {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 14px;
	color: #222;
	box-sizing: border-box;
}

input, textarea, button, select {
    font-family: inherit;
    outline: none;
    font-size: inherit;
    border-radius: 0;
}

a, a:hover, a:visited, a:focus {
	color: #333;
	text-decoration: none;
}

a {
	color: #666;
	text-decoration: none;
}

ul, li {
	list-style: none;
}

button {
	border: none;
	background: none;
}

img {
	max-width: 100%;
}

header, main, footer, section, aside, article {
	display: block;
}
div.sub-navigation-context + div.swiper-container {
	min-height: calc(100vh - 125px);
}
div.swiper-wrapper div.swiper-slide {
	box-sizing: border-box; 
	min-height: calc(100dvh - 162px);
}

div[data-role=modal] {
	display: block;
	width: 95%;
	max-width: 500px;
	background: #fff;
	box-shadow: 0px 1px 70px rgba(0, 0, 0, 0.5);
	margin: 0px auto;
}

div[data-role=modal]>form {
	margin: 0;
	padding: 0;
}

div[data-role=modal]>form>div[data-role=header] {
	min-height: 80px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: left;
	background: transparent;
	display: block;
	box-shadow: none;
}

div[data-role=modal]>form>div[data-role=header]>h1 {
	font-size: 18px;
	display: block;
	width: 100%;
	height: auto;
	line-height: 30px;
	padding: 25px 60px 25px 20px;
	color: #333;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
}

div[data-role=modal]>form>div[data-role=header]>button {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	background: transparent;
	border: 0px;
	cursor: pointer;
	color: #666;
}

div[data-role=modal]>form>div[data-role=header]>button>i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

div[data-role=modal]>form>div[data-role=context] {
	min-height: 30px;
	height: calc(100% - 122px);
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	text-align: left;
	display: block;
}

div[data-role=input] {
	display: block;
	width: 100%;
	min-height: 40px;
	position: relative;
}

div[data-role=input]+div[data-role=input], div[data-role=input]+div[data-role=inputset],
	div[data-role=inputset]+div[data-role=input], div[data-role=inputset]+div[data-role=inputset]
	{
	margin-top: 5px;
}

div[data-role=input][data-type=input]>input {
	border: 1px solid #d1d1d1;
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px;
	line-height: 18px;
	border-radius: 7.5px;
}

/*div[data-role=input][data-type=input] > input:focus {
    border: 2px solid #000;
    outline: none;
}*/

div[data-role=input][data-type=input] > input:focus, div[data-role=input][data-type=input] > input.focus {
    border-color: #66afe9;
}

div[data-role=input][data-type=input] > input[disabled] {
    background: #e5e5e5;
    opacity: 0.5;
    cursor: not-allowed;
}

div[data-role=input][data-type=input] > button {
    background: #fff;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 38px;
    height: 38px;
    border: 0;
    line-height: 38px;
    cursor: pointer;
    color: #666;
}

div[data-role=input][data-type=input] > button:hover {
    background: #f4f4f4;
    color: #333;
}

div[data-role=input][data-type=input] > button:focus {
    border: 1px solid #66afe9;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 38px;
}

div[data-role=input][data-type=input] > button[disabled] {
    background: #e5e5e5;
    opacity: 0.5;
    cursor: not-allowed;
    color: #666;
}

div[data-role=input][data-type=input] > button[readonly] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

div[data-role=input][data-type=textarea] {
    height: auto;
}

div[data-role=input][data-type=textarea] > textarea {
    border: 1px solid #d1d1d1;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px;
    line-height: 18px;
    border-radius: 0px;
    min-height: 100px;
    resize: none;
    display: block;
    border-radius: 7.5px;
}

div[data-role=input][data-type=textarea] > textarea:focus, div[data-role=input][data-type=textarea] > textarea.focus {
    border-color: #66afe9;
}

div[data-role=input][data-type=textarea] > textarea[disabled] {
    background: #e5e5e5;
    opacity: 0.5;
    cursor: not-allowed;
}

div[data-role=input][data-type=textarea] > textarea[readonly] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

div[data-role=modal]>form>div[data-role=footer] {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: auto;
	background: transparent;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}

div[data-role=modal]>form>div[data-role=footer]>div {
	display: table-cell;
	width: auto;
	vertical-align: middle;
}

div[data-role=modal]>form>div[data-role=footer]>div>button {
	display: block;
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 14px;
	line-height: 42px;
	border: 0;
	background: #bdbdbd;
	color: #fff;
}

div[data-role=modal]>form>div[data-role=footer]>div>button[type=submit]
	{
	background: #004F9F;
	color: #ffffff;
}

div[data-role=modal]>form>div[data-role=footer]>div>button.confirm {
	background: #004F9F;
	color: #ffffff;
}

div[data-role=modal-disabled] {
	position: fixed;
	z-index: 20001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 50px;
}

div[data-role=modal-disabled]>div[data-role=box] {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	border: 0;
}

/* Common Alert */
.common-popup {
	position: fixed;
    z-index: 200001;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 300px !important;
    border-radius: 10px;
    overflow: hidden;
}

.common-popup > form > div[data-role=context] > div.span-wrap {
	text-align: center;
    word-break: break-all;
}

.common-popup > form > div[data-role=context] > div.span-wrap span {
    font-size: 14px;
}

/* Login Popup */
#loginPopupWrapper {
	position: fixed;
	z-index: 200000;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	max-width: 300px;
	border-radius: 10px;
	overflow: hidden;
}

#loginPopupWrapper>#loginPopupForm>div[data-role=context]>div[data-name=password]>div[data-role=help].error
	{
	margin: 5px 5px 0px 5px;
	font-size: 12px;
	color: red;
}

ul[data-role=table] {
	list-style: none;
	min-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

ul[data-role=table].black>li.thead {
	border-top-color: #222;
}

ul[data-role=table]>li.thead {
	border-top: 2px solid transparent;
	border-bottom: 1px solid #e3e4e5;
}

ul[data-role=table]>li.thead>span, ul[data-role=table]>li.thead>a {
	background: #f4f4f4;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6;
	padding: 10px 0px;
}

ul[data-role=table]>li>span, ul[data-role=table]>li.thead>a {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	height: 60px;
}

ul[data-role=table]>li.tbody {
	background: #fff;
}

ul[data-role=table]>li {
	border-bottom: 1px solid #e3e4e5;
}

ul[data-role=table]>li {
	display: table;
	width: 100%;
	font-size: 14px;
	table-layout: fixed;
	box-sizing: border-box;
}

ul[data-role=table]>li.empty {
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 14px;
	color: #666;
	text-align: center;
}

ul[data-role=table]>li.tbody>span {
	vertical-align: middle;
	padding: 0px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

div[data-role=pagination] {
	display: inline-block;
	max-width: 100%;
	height: 34px;
	overflow: hidden;
}

div[data-role=pagination]>div {
	height: 50px;
	padding-top: 1px;
}

div[data-role=pagination]>div>ul {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #d5d5d5;
	list-style: none;
	font-size: 0px;
	background: #fcfcfc;
	/* border-radius: 5px; */
}

div[data-role=pagination]>div>ul li {
	display: inline-block;
	padding: 0px;
	height: 30px;
	border-right: 1px solid #d5d5d5;
	vertical-align: middle;
}

div[data-role=pagination]>div>ul li>a {
	display: block;
	width: 100%;
	height: 32px;
	border: 1px solid transparent;
	margin: -2px 0px -2px -1px;
	text-decoration: none;
	text-align: center;
	color: #666;
}

div[data-role=pagination]>div>ul li.disabled>a {
	/* pointer-events: none; */
	color: #ccc;
	cursor: not-allowed;
}

div[data-role=pagination]>div>ul li:not(.disabled ) > a:hover, div[data-role=pagination]>div>ul li.active > a {
	border-color: #828595;
	background: #b5b7c0;
	color: #fff;
}

div[data-role=pagination]>div>ul li>a>span {
	min-width: 21px;
	padding: 0px 6px 0px 5px;
	display: inline-block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	letter-spacing: -1px;
}

div.content-container {
	overflow: hidden;
	box-sizing: border-box;
	min-height: calc(100dvh-42px);
	paddgin-top: 10px;
	padding-bottom: 20px;
}

div[data-role=button] {
	font-size: 0;
	text-align: center;
	padding-left: 5px;
}

div[data-role=button]>button, div[data-role=button]>a {
	display: inline-block;
	height: 40px;
	line-height: 38px;
	padding: 0px 15px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #222;
	background: #fff;
	vertical-align: middle;
	margin-right: 5px;
	text-decoration: none;
	cursor: pointer;
	font-size: 1rem;
}

div[data-role=toolbar]>div[data-role=input] {
	width: 160px;
	font-size: 14px;
	float: left;
}

div[data-role=input][data-type=select]>button {
	border: 1px solid #d1d1d1;
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 1;
	cursor: pointer;
	color: #666;
	border-radius: 7.5px;
}

div[data-role=input][data-type=select]>button>span {
	display: inline-block;
	width: calc(100% - 30px - 10px - 10px);
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	padding: 0px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div[data-role=input][data-type=select]>ul {
	list-style: none;
	border: 1px solid #66afe9;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	top: 39px;
	left: 0;
	z-index: 10;
	background: #fff;
	display: none;
	text-align: left;
}

div[data-role=input][data-type=select].extend>ul {
	display: block;
	/* max-height: 240px; */
	max-height: 236px;
	overflow-y: auto;
	border: 1px solid #d1d1d1;
	border-radius: 7.5px;
}

div[data-role=input][data-type=select]>ul>li {
	height: 38px;
	line-height: 38px;
	padding: 0px 10px;
	border-bottom: 1px solid #d1d1d1;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

div[data-role=input][data-type=select]>ul>li:last-child {
	border-bottom: 0px solid #d1d1d1;
}

div[data-role=input][data-type=select]>ul>li:hover {
	color: #fff;
	background-color: #4B89DC;
}

div[data-role=input][data-type=select]>button>i {
	display: inline-block;
	width: 30px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	vertical-align: middle;
}

div[data-role=button] {
    font-size: 0;
    text-align: center;
    padding-left: 5px;
}

div[data-role=button] > button, div[data-role=button] > a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0px 15px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.1);
    color: #222;
    background: #fff;
    vertical-align: middle;
    margin-right: 5px;
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
}

/* div[data-role=button] > button:not([disabled]):hover, div[data-role=button] > a:hover {
    background: #f4f4f4;
} */

div[data-role=button] > button[disabled] {
    background: #f4f4f4;
    color: #222;
    opacity: 0.5;
    cursor: not-allowed;
}

div[data-role=button] > button[type=submit], div[data-role=button] > .submit {
    background: #2196f3;
    color: #fff;
}

div[data-role=button] > button[type=submit]:hover, div[data-role=button] > .submit:not([disabled]):hover {
    background: #1e88e5;
    color: #fff;
}

div[data-role=button] > button:focus, div[data-role=button] > a:focus {
    border-color: rgba(0,0,0,0.5);
}

div[data-role=button] > button > i, div[data-role=button] > a > i {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 4px 0px 4px -10px;
    padding: 0;
    line-height: 30px;
    vertical-align: middle;
}

div[data-role=button] > button > i.mi-loading.icon {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
}

div[data-role=button] > .danger {
    background: #f44336;
    color: #fff;
}

div[data-role=button] > .danger:not([disabled]):hover {
    background: #e53935;
    color: #fff;
}

div[data-role=input] + div[data-role=button], div[data-role=inputset] + div[data-role=button] {
    margin-top: 5px;
}

ul[data-role=table] + div[data-role=button] {
    margin-top: 20px;
}

.cp-btn, a.cp-btn {
	background: #005baa;
	border: 1px solid #005baa;
	color: #fff;
}

.cw-btn, .cg-btn, .cp-btn, .cdp-btn {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	vertical-align: middle;
	transition: all .25s ease;
	line-height: 1.1;
	border-radius: 3px;
}

a.cw-btn span, a.cg-btn span, a.cp-btn span, a.cdp-btn span {
	display: block;
	padding: 18px 45px 18px 15px;
	line-height: 1;
}

a.cp-btn span:hover {
	text-decoration: underline;
}

.cw-btn .ico, .cg-btn .ico, .cp-btn .ico, .cdp-btn .ico {
	position: absolute;
	right: 15px;
	top: 50%;
	padding: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: url(/common/images/ico_cbtn.png) no-repeat 0 0;
	-webkit-transition: right .25s ease;
	transition: right .25s ease-out;
}

.cp-btn .nw, .cdp-btn .nw {
	background: url(/common/images/ico_cbtn.png) no-repeat -48px -43px;
}

a.cw-btn span, a.cg-btn span, a.cp-btn span, a.cdp-btn span {
	display: block;
	padding: 18px 45px 18px 15px;
	line-height: 1;
}

div.image>div[data-role=cover] {
	width: 100%;
	aspect-ratio: 3/2;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
	border-radius: 7.5px;
}

/* 시간표 */
div.sub_cnts div.tb {
	overflow: hidden;
	overflow-x: auto;
	border-top: 1px solid #5c5f66;
}

div.sub_cnts div.tb>table {
	width: 100%;
	min-width: 300px;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 26px;
	color: #333;
}

div.sub_cnts div.tb>table thead th {
	background: #f5f5f5;
}

div.sub_cnts div.tb>table tbody th {
	background: #fafafa;
}

div.sub_cnts div.tb>table th {
	padding: 12px 10px;
	border: 1px solid #e5e5e5;
	text-align: center;
	vertical-align: middle;
	word-break: keep-all;
}

div.sub_cnts div.tb>table tr:first-child th {
	border-top: 0 none;
}

div.sub_cnts div.tb>table td {
	padding: 12px 20px;
	border: 1px solid #e5e5e5;
	text-align: center;
	vertical-align: middle;
	word-break: keep-all;
}

div.sub_cnts div.tb>table td.a_l {
	text-align: left;
}

div.sub_cnts div.tb>table th:first-child, div.sub_cnts div.tb>table td:first-child
	{
	border-left: 0 none;
}

div.sub_cnts div.tb>table th:last-child, div.sub_cnts div.tb>table td:last-child
	{
	border-right: 0 none;
}

div.sub_cnts strong.blue_text {
	color: #0d83ea;
	font-size: 13px;
}

td.bg_purple {
	background-color: #6707b5;
}

td.bg_red {
	background-color: #df2624;
}

td.bg_green {
	background-color: #367830;
}

td.bg_blue {
	background-color: #0555ac;
}

td.bg_orange {
	background-color: #fa5333;
}

td.bg_gray {
	background-color: #939597;
}

td.bg_pink {
	background-color: #e11584;
}

div.sub_cnts.timetable div.topbar {
	padding-bottom: 10px;
	text-align: center;
}

div.sub_cnts.timetable div.topbar button {
	cursor: pointer;
}

div.sub_cnts.timetable div.topbar button.previous {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #808080;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	text-align: center;
}

div.sub_cnts.timetable div.topbar button.next {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #808080;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	text-align: center;
}

div.sub_cnts.timetable div.topbar h4 {
	display: inline-block;
	margin: 0 15px;
	font-size: 14px;
	color: #333;
}

div.sub_cnts.timetable div.topbar h4 span {
	display: inline-block;
}

div.sub_cnts.timetable p.notice {
	margin: 10px 0;
	padding: 10px;
	background: #eaeef7;
	font-size: 13px;
	text-align: center;
	color: #002d77;
	border: 1px solid #e5e6ea;
	word-break: keep-all;
}

div.sub_cnts.timetable div.weekly table {
	font-size: 10px;
	line-height: 13px;
}

div.sub_cnts div.weekly>table th {
	padding: 5px 5px;
}

div.sub_cnts div.weekly>table td {
	padding: 5px 3px;
	word-break: break-all;
	color: #fff;
}

div.sub_cnts div.weekly>table td button {
	color: #fff;
}

div.sub_cnts div.weekly>table td p.name {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.4);
}


/* 날씨 */
 div.weathers {
    text-align: right;
}

 div.weathers p.date {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

 div.weathers div {
    margin: 10px 0 5px;
    color: #fff;
}

 div.weathers div > i.icon {
    display: inline-block;
    width: 29px;
    height: 29px;
    ; background: url(../images/ico_weather.png)no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

 div.weathers div > span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

/*  div.weathers div > span::before {
    display: inline-block;
    content: '';
    width: 1px; 
    height: 26px;
    margin: 0 3px;
    background-color: rgba(255,255,255,0.1);
    vertical-align: middle;
} */

 div.weathers p.time {
    color: #fff;
    font-size: 12px;
}

 div.weathers strong {
    padding-left: 8px;
}

 div.weathers div.info > div.temperature > i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
}

 div.weathers {
    width: fit-content;
    float: right;
    position: relative;
    border: 0 none;
    padding: 0 6px 5px 5px;
    border-radius: 8px;
}

@media only screen and (max-width: 767px) {
	div[data-role=modal]>form>div[data-role=header] {
		min-height: 60px;
	}
	div[data-role=modal]>form>div[data-role=header]>h1 {
		font-size: 16px;
		height: auto;
		line-height: 30px;
		padding: 15px 60px 15px 20px;
	}
	div[data-role=modal]>form>div[data-role=header]>button {
		top: 10px;
		right: 10px;
	}
	div[data-role=modal]>form>div[data-role=context] {
		height: calc(100% - 130px);
	}
	div[data-role=pagination]>div {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	div[data-role=pagination]>div>ul {
		white-space: nowrap;
	}
	div[data-role=toolbar]>div[data-role=input] {
		width: 100%;
		display: block;
		margin-bottom: 10px;
		float: none;
	}
}

button.docViewerBtn {flex: none; position: relative; background: #f5f5f5; border-radius: 3px; padding: 2px 7px; border: 1px solid #ddd; margin: 0 0 0 5px; transition: all .3s ease;}
button.docViewerBtn::before {content: ""; position: absolute; top: 50%; left: 7px; transform: translateY(-50%); display: block; width: 16px; height: 13px; background: url(/common/images/ico_viewer.png);}
button.docViewerBtn span {display: block; font-size: 11px; color: #333; margin: 0 0 0 20px; transition: all .3s ease;}
button.docViewerBtn:hover {background: #003875;}
button.docViewerBtn:hover::before {background: url(/common/images/ico_viewer1.png);}
button.docViewerBtn:hover span {color: #fff;}

#loadingOverlay {
    display:none;
    position:fixed;
    z-index:99998;
    width:100vw;
    height:100vh;
}

#loadingSpinner {
    display:none;
    position:fixed;
    z-index:99999;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
}
.spinner {
    border:8px solid #f3f3f3;
    border-top:8px solid #0555ac;
    border-radius:50%;
    width:60px;
    height:60px;
    -webkit-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-sizing: border-box;
}
@-webkit-keyframes spin {
    0% {-webkit-transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);}
}
@keyframes spin {
    0% {transform:rotate(0deg);}
    100% {transform:rotate(360deg);}
}