@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Roboto:wght@100;300;400;500;700&display=swap');


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: 0;
	outline: 0;
}

.blind {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: -1px;
	width: 1px;
	height: 1px;
}

.skip {
	margin: 0;
	padding: 0;
}

.skip>a {
	position: relative;
	overflow: hidden;
	display: block;
	height: 0;
	line-height: 28px;
	background-color: #fff;
	text-align: center;
	z-index: 1000;
}

.skip>a:focus {
	height: auto;
}

a,
button {
	outline: none;
}

.theme-schoollink {
	overflow-x: auto;

}

.wrap-layout {}

.container-layout {}

/* reset */
.base-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.base-list-circle {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

.base-a {
	text-decoration: none;
}

.base-a:hover {
	text-decoration: none;

}

.base-h1,
.base-h2,
.base-h3,
.base-h4,
.base-h5,
.base-h6,
.base-p {
	margin: 0;
}

.base-blockquote {
	margin: 0;
}

.base-cite {
	font-style: normal;
}

/* 마진 */
.base-m0 {
	margin: 0 !important;
}

.base-mb04 {
	margin-bottom: 4px !important;
}

.base-mb05 {
	margin-bottom: 5px !important;
}

.base-mb08 {
	margin-bottom: 08px !important;
}

.base-mb10 {
	margin-bottom: 10px !important;
}

.base-mb12 {
	margin-bottom: 12px !important;
}

.base-mb15 {
	margin-bottom: 15px !important;
}

.base-mb16 {
	margin-bottom: 16px !important;
}

.base-mb20 {
	margin-bottom: 20px !important;
}

.base-mb21 {
	margin-bottom: 20px !important;
}


.base-mb24 {
	margin-bottom: 24px !important;
}

.base-mb25 {
	margin-bottom: 25px !important;
}

.base-mb30 {
	margin-bottom: 30px !important;
}

.base-mb32 {
	margin-bottom: 32px !important;
}

.base-mb35 {
	margin-bottom: 35px !important;
}

.base-mb40 {
	margin-bottom: 40px !important;
}

.base-mb50 {
	margin-bottom: 50px !important;
}

.base-mb55 {
	margin-bottom: 60px !important;
}

.base-mb60 {
	margin-bottom: 60px !important;
}

.base-mb70 {
	margin-bottom: 70px !important;
}

.base-mb80 {
	margin-bottom: 70px !important;
}

.base-mr10 {
	margin-right: 10px !important;
}

.base-mr12 {
	margin-right: 12px !important;
}

.base-mr15 {
	margin-right: 15px !important;
}

.base-mr16 {
	margin-right: 16px !important;
}

.base-mr20 {
	margin-right: 20px !important;
}

.base-mr35 {
	margin-right: 35px !important;
}

.base-ml5 {
	margin-left: 5px !important;
}

.base-ml10 {
	margin-left: 10px !important;
}

.base-ml20 {
	margin-left: 20px !important;
}

.base-ml25 {
	margin-left: 25px !important;
}

.base-ml35 {
	margin-left: 35px !important;
}

.base-ml40 {
	margin-left: 40px !important;
}

.base-mt0 {
	margin-top: 0px !important;
}

.base-mt05 {
	margin-top: 5px !important;
}

.base-mt06 {
	margin-top: 6px !important;
}

.base-mt20 {
	margin-top: 20px !important;
}

.base-mt30 {
	margin-top: 50px !important;
}

.base-mt50 {
	margin-top: 50px !important;
}


/* 패딩 */

.base-pt5 {
	padding-top: 5px !important;
}

.base-pb5 {
	padding-bottom: 5px !important;
}

.base-pb24 {
	padding-bottom: 24px !important;
}

.base-pb70 {
	padding-bottom: 70px !important;
}

.base-pl10 {
	padding-left: 10px !important;
}

.base-pl35 {
	padding-left: 35px !important;
}

.base-pr10 {
	padding-right: 10px !important;
}

.base-pt05 {
	padding-top: 5px !important;
}


.base-pr20 {
	padding-right: 20px !important;
}

.base-ptb10 {
	padding: 10px 0 !important;
}

.base-ptb10 {
	padding: 10px 0 !important;
}

.base-plr10 {
	padding: 0 10px !important;
}


/* 테두리 */
.border1 {
	border: 1px solid #acacac !important;
}

.border2 {
	border: 2px solid #6c399e !important;
}

.borderTopColor {
	border-top: 2px solid #6c399e !important;
}

.borderTop {
	border-top: 1px solid #ececec !important;
}

.borderBottom {
	border-bottom: 1px solid #ececec !important;
}


/* line hieht */
.base-lh25 {
	line-height: 25px !important;
}

/* font-weight */
.base-w300 {
	font-weight: 300 !important;
}

.base-w400 {
	font-weight: 400 !important;
}

.base-w500 {
	font-weight: 500 !important;
}

.base-fw700 {
	font-weight: 700 !important;
}

.base-fw900 {
	font-weight: 900 !important;
}

/* 컬러 */
.base-main-color {
	color: #233862 !important;
}

.base-second-color {
	color: #cf1e2c !important;
}

.base-third-color {
	color: #d197fc !important;
}

.base-title-color {
	color: #6c3992 !important;
}

.base-text-color {
	color: #767676 !important;
}

.base-tab-color {
	color: #515154 !important;
}

.base-bg-color {
	background-color: #f2f2f2 !important;
}

.base-white {
	color: #fff !important;
}

.base-green {
	color: #0ab330 !important;
}


/* text-align */
.base-left {
	text-align: left !important;
}

.base-center {
	text-align: center !important;
}

.base-right {
	text-align: right !important;
}


/* 미디어 */
.base-img {
	width: 100%;
}


/* 말줄임 */
.ellipsis1 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ellipsis2 {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis3 {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/* display */
.base-block {
	display: block !important;
}

.base-inline {
	display: inline !important;
}

.base-inline-block {
	display: inline-block !important;
}

.base-display-none {
	display: none !important;
}

.base-vertical-m {
	vertical-align: middle !important;
}

/* 꾸밈점 */
.xf-dot:before {
	font-family: 'xeicon';
	content: '•';
	margin-right: 5px;
	padding-left: 15px;
}

/* 꾸밈라인 */
.xf-line:before {
	font-family: 'xeicon';
	content: '\e91a';
	margin-right: 10px;

}

/* 꾸밈형광펜 */
.xf-underline {
	position: relative;
}

.xf-underline:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 10px;
	background-color: #e9e2ef;
	z-index: -1;
}

/* line height */

.xf-lh15 {
	line-height: 1.5 !important;
}

.xf-lh17 {
	line-height: 1.7 !important;
}

.xf-lh18 {
	line-height: 1.8 !important;
}

/* font size */
.xf-fs20 {
	font-size: 20px !important;
}

.xf-fs25 {
	font-size: 25px !important;
}

.xf-fs28 {
	font-size: 28px !important;
}

.xf-fs30 {
	font-size: 30px !important;
}


/* 레이아웃 */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.xf-floatleft {
	float: left;
}

.xf-floatright {
	float: right;
}

/* position */
.xf-position-relative {
	position: relative;
}

.xf-position-absolute {
	position: absolute;
}


/* 타이틀 및 본문 */
.xf-title {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.69;
	letter-spacing: -0.2px;
	color: #141414;
}

.xf-text {}

a,
button,
input {
	outline: none;
}

/* 테마 */
.theme-schoollink {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', 'Noto Sans KR', sans-serif;
	font-size: 13px;
	font-weight: 400;
}

/* header */
.theme-schoollink-header {
	height: 123px;
	box-shadow: 0 1px 0 0 #e0e0e0;
	background-color: rgba(246, 246, 250, 0.7);
	margin: 0;
	padding: 0;
}

.theme-schoollink-header-wrapper {
	width: 1130px;
	margin: 0 auto;

}

/* header top */
.site-top {}

.site-top .site-top-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.site-top .site-top-list .site-top-item {
	text-align: center;
	margin-right: 12px;
}

.site-top .site-top-list .site-top-item:last-child {
	margin-right: 0;
}

.site-top .site-top-list .site-top-item .site-top-item-link {
	color: #767676;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: -0.26px;
	text-decoration: none;
	color: #767676;
}

.site-top .site-top-list .site-top-item .site-top-item-link i {
	font-size: 11px;
}

/* site header */
.site-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo {
	display: inline-block;
	margin-right: 42px;
	line-height: 50px;
}

.logo .logo-img {
	width: 150px;
	height: 42px;
}

.xf-header-search {
	display: inline-block;
	width: 555px;
	height: 50px;
	border-radius: 25px;
	border: solid 2px #5ecb6b;
	background-color: #ffffff;
	position: relative;
}

.xf-header-search-input {
	background: transparent;
	width: 100%;
	height: 100%;
	border: none;
	padding: 10px 50px 10px 20px;
	box-sizing: border-box;
	font-size: 14px;
}

.xf-icon {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: #5ecb6b;
}

.xf-header-location-info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.xf-header-location-info-item {
	font-size: 13px;
	line-height: 1.69;
	letter-spacing: -0.28px;
	text-align: center;
	color: #767676;
}

.xf-header-location-info-item:first-child {
	margin-right: 12px;
}

.xf-emphasis {
	text-decoration: underline;
	font-weight: 500;
	color: #000;
	vertical-align: top;
}

/* bookmark */
.bookmark {
	border-bottom: 1px solid #e0e0e0;
}

.bookmark-wrapper {
	height: 45px;
	width: 1130px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bookmark-list-wrapper {
	-moz-flex: auto 1;
	-ms-flex: auto 1;
	-o-flex: auto 1;
	-webkit-box-flex: 1;
	flex: auto 1;
}

.bookmark-list-btn-wrapper {}

.bookmark-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bookmark-list-item {
	margin-right: 23px;
}

.xf-bookmark-link {}

.xf-bookmark-img {
	max-width: 76px;
	max-height: 22px;
}

.xf-add-bookmark-link {
	color: #141414;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: -0.2px;
	font-weight: 500;
	vertical-align: top;
}
.xf-add-bookmark-link i {
	line-height: 22px;
	vertical-align: top;
}

/* main box */
.main-box {
	padding: 10px 0;
	width: 1130px;
	margin: 0 auto;
}

/* shortcut icon */
.shortcut-icon-box {
	width: 406px;
	height: 255px;
	padding: 10px;
	border: solid 1px #e0e0e0;
	background-color: #f8f8fb;
	margin-bottom: 8px;
}

.shortcut-icon-box:last-child {
	margin-bottom: 0;
}

.shortcut-icon-list-wrapper {}

.shortcut-icon-list {}

.shortcut-icon-item {
	width: 50px;
	height: 50px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #e2e2e2;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 5.5px;
	margin-bottom: 3px;
	transition: all 0.2s;
}

.shortcut-icon-item:nth-child(7n) {
	margin-right: 0;
}

.shortcut-icon-item:hover {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #0ab330;
	cursor: pointer;
}

.shortcut-icon-link {
	text-decoration: none;
	text-align: center;
}

.shortcut-icon-img-box {
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

.shortcut-icon-img-box img {
	max-width: 30px;
	max-height: 30px;
}

.shortcut-icon-text-box {
	display: block;
	text-align: center;
	width: 44px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
}

.shortcut-icon-text {
	font-size: 9px;
	color: #000000;
	white-space: nowrap;
	letter-spacing: -0.8px;
}

/* maintenance-box */

.maintenance-box {
	width: 708px;
	height: 145px;
	border: solid 1px #e0e0e0;
	background-color: #dfe1e6;
	padding: 10px;
}

.maintenance-list {}

.maintenance-icon-item {
	width: 106px;
	height: 98px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	margin-right: 10px;
	transition: all 0.2s;
}

.maintenance-icon-item:hover {
	border: solid 2px #0ab330;
}

.maintenance-icon-item:last-child {
	margin-right: 0;
}

.maintenance-icon-item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.83;
	letter-spacing: -1.07px;
	text-align: center;
	color: #484848;
	width: 100%;
	height: 100%;
}

.maintenance-icon-img-box {
	margin-bottom: 8px;
}

.maintenance-icon-img {
	width: 46px;
	height: 46px;
}

/* slide box */
.slide-box {
	width: 708px;
	height: 115px;
	border: solid 1px rgba(224, 224, 224, 0.55);
	overflow: hidden;
}

.slide-box .swiper-slide {
	width: 100%;
	height: 100%;
}

.slide-box .swiper-slide img {
	width: 708px;
	height: 115px;
}

/* notice news box */
.notice-news-box {
	width: 708px;
	height: 46px;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slide02 {
	width: 100%;
}

.notice-news-title {
	width: 80px;
	line-height: 46px;
	position: relative;
}

.notice-news-title:after {
	content: '';
	position: absolute;
	top: 17px;
	right: 10px;
	width: 1px;
	height: 12px;
	background-color: #d3d3d3;
}

.notice-news-text {
	line-height: 46px;
}

.notice-news-link {
	font-size: 13px;
	line-height: 1.69;
	letter-spacing: -0.2px;
	color: #767676;
	text-decoration: none;
}

.notice-news-link:hover {
	text-decoration: underline;
}

.notice-news-box {}


/* board */
.board-box {
	padding: 15px 0 24px 0;
}

.board-wrapper {}

.board-article-list-wrapper {}

.board-article-list {}

.board-article-item {
	margin-right: 8px;
	width: 170px;
}

.board-article-item:last-child {
	margin-right: 0;
}

.board-article-link {
	text-decoration: none;
}

.board-article-link:hover .board-article-title {
	text-decoration: underline;
	color: #0ab330;
}

.board-article-link:hover .board-article-text {
	text-decoration: underline;
	color: #767676;
}

.board-article-img-box {
	width: 170px;
	height: 114px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.board-article-img {
	width: 170px;
	height: 114px;
}

.board-article-body {}

.board-article-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.43;
	letter-spacing: -0.4px;
	color: #0ab330;
}

.board-article-text {
	font-size: 13px;
	line-height: 1.38;
	letter-spacing: -0.37px;
	color: #767676;
	max-height: 34px;
}

/* tab */
.tab-box {
	width: 345px;
	height: 202px;
	border: solid 1px #e0e0e0;
	overflow: hidden;
}

.tab-box .tab-list .tab-item .tab-item-link {
	display: block;
	width: 33.33%;
	height: 50px;
	background: #f6f6fa;
	float: left;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-left: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	font-size: 13px;
	line-height: 1.69;
	letter-spacing: -0.2px;
	color: #484848;

}

.tab-box .tab-list .tab-item:first-child .tab-item-link {
	border-left: none;
}

.tab-box .tab-list .tab-item .tab-item-link.on {
	background: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.69;
	letter-spacing: -0.2px;
	color: #141414;
	border-bottom: 0;
}

.tab-box .tab-contents {
	background: #fff;
	width: 100%;
	display: none;
	padding: 8px 20px;
}

.tab-box .tab-contents#tab1 {
	display: block;
}

.tab-content-link {
	font-size: 13px;
	line-height: 2.08;
	letter-spacing: -0.2px;
	color: #767676;
	text-decoration: none;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tab-content-link:hover .tab-content-title {
	text-decoration: underline;
}

.tab-content-title {
	flex: 1;
}

.tab-content-date {
	margin-left: 10px;
}

.wether-widget,
.banner-widget {
	width: 348px;
	height: 97px;
	background-color: #f6f6fa;
}

/* wether */
.wether-widget {
	border: solid 1px #ececec;
}
.widget_pr_weather {
	background: transparent;
	padding: 10px 10px;
}

.cont_today {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info_temp {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
	width: 60%;
}

.info_another {}

#pr_weather_html {
	padding: 0;
}

#pr_weather_html .info_another {
	width: 55% !important;
}

#pr_weather_html .info_another ul {
	width: 100% !important;
}

#pr_weather_html .info_another ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	align-items: center;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 50px;
	padding-left: 0 !important;

	width: 100% !important;
}

#pr_weather_html .info_another ul li .txt_tit {
	display: inline-block;
	width: 100%;
	line-height: 1.6;
}

.info_another {
	height: 50px;
}

.data_provide {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.wether-widget {
	/*padding: 16px 25px;*/
}

.wether-detail-box {
	width: 50%;
}

.wether-date-box {
	font-size: 14px;
}

.wether-date {
	font-weight: 700;
}

.wether-week {
	font-weight: 400;
}

.wether-detail {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 300;
}

.wether-today-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wether-img-box img {
	width: 100%;
	height: 100%;
}


.wether-today-num {
	font-size: 40px;
}

.wether-location-box {
	line-height: 1.6;
}

.wether-mark {
	font-size: 16px;
}

.wether-location {
	font-size: 12px;
}

/* 배너 위젯 */
.banner-widget {}

.slide03 {
	border: solid 1px #ececec;
}

.slide03 .swiper-slide {
	width: 100%;
	height: 100%;
}

.slide03 .swiper-slide .swiper-slide-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 346px;
	height: 97px;
	color: #141414;
	font-weight: 700;
	text-decoration: none;
	font-size: 20px;
}

.swiper-slide swiper-slide-active {
	overflow: hidden;
}
.slide03 .swiper-slide .swiper-slide-link img {
	width: 346px;

}

/* footer */
.footer-layout {}

.footer-layout-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 94px;
	width: 1130px;
	border-top: 1px solid rgba(224, 224, 224, 0.55);
	margin: 0 auto;
}

.footer-link-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-link-item {
	margin-right: 18px;
	padding-right: 18px;
	position: relative;
	font-size: 13px;
	line-height: 2.31;
	letter-spacing: -0.2px;
	color: #484848;
}

.footer-link-item:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	height: 12px;
	background-color: #d3d3d3;
}

.footer-link-item:last-child {
	margin-right: 0;
	padding-right: 0;
}

.footer-link-item:last-child:after {
	display: none;
}

.footer-copyright {
	margin-left: 24px;
}

.copyright {
	font-size: 13px;
	font-weight: 600;
	line-height: 2.31;
	letter-spacing: -0.2px;
	color: #141414;
}


/* 탭 */
.sk5_normal tbody td {
	border-bottom: 0;
	padding: 8px 12px;
	text-align: center;
	white-space: nowrap;
}

.sk5_content .bd_cnb {
	border: 1px solid #DDD;
	border-radius: 0px;
	background: #FFF;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sk5_content .bd_cnb .bubble {
	overflow: hidden;
	height: 40px;
	padding: 0;
	border-left: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #F9F9F9;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sk5_content .bd_cnb {
	border: none;
	box-sizing: border-box;
}

.sk5_content .bd_cnb .bubble .tab-list-item {
	height: 40px;
	width: 33.33%;
	border-bottom: solid 1px #e0e0e0;
	border-left: solid 1px #e0e0e0;
	background-color: #f6f6fa;
}

.sk5_content .bd_cnb .bubble .tab-list-item:first-child {
	border-left: solid 1px #f6f6fa;
}

.sk5_content .bd_cnb .bubble .tab-list-item:last-child {
	flex: 1;
}


.sk5_content .bd_cnb .bubble .tab-list-item.active-on {
	border-bottom: solid 1px #fff;
	background-color: #fff;
}

.sk5_content .bd_cnb .bubble .tab-list-item-link {
	height: 40px;
	border: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.69;
	letter-spacing: -0.2px;
	color: #484848;
	margin: 0;
}

.sk5_content .bd_cnb .bubble .tab-list-item.active-on .tab-list-item-link {
	color: #141414;
}

.wd {
	padding: 12px 19px !important;
}

.sk5_normal td {
	font-size: 13px !important;
	line-height: 2.08 !important;
	letter-spacing: -0.2px !important;
	color: #767676 !important;
	padding: 0 !important;
}

.sk5_normal tbody tr:hover {
	background: none;
	border-color: none;
}

.sk5_normal td a {
	color: #767676 !important;
}

.sk5_normal tbody tr:hover a {
	text-decoration: underline;
}

.sk5_normal tbody td .time {
	font-size: 12px;
	line-height: 2.25;
	letter-spacing: -0.18px;
	color: #9c9c9c;
}
