@charset "utf-8";

/*--------------------------------------------------------------
layout Style Sheet / last update: 2021.11.18
--------------------------------------------------------------*/
*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	font-size: 1.7rem;
}

.container {
	width: 140rem;
	max-width: 97%;
	min-width: inherit;
}

[class*="point01"] {
	color: #FF4D0F;
}

[class*="layer-cont"] {
	padding: 0 4rem 5rem;
}

.layer-cont02 {
	padding-bottom: 0;
}

[class*="layer-cont"].active {
	overflow: hidden;
}

[class*="layer-cont"] .subject {
	margin: 0 -4rem;
	padding: 1.85rem 8rem 1.85rem 4rem;
	background-color: #23488F;
	color: #fff;
	line-height: 1.5;
	font-size: 2.2rem;
}

[class*="layer-cont"] .layerpop-close {
	right: 4rem;
	color: #fff;
}

[class*="layer-cont"] [class*="popup-cont"] {
	max-height: 60rem;
	margin: 5rem -4rem;
	padding: 0 4rem;
	overflow-y: auto;
}

[class*="layer-cont"] .popup-cont02 {
	max-height: calc(100vh - 32rem);
}

#wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	word-break: keep-all;
	overflow: hidden;
}

#header {
	position: relative;
	height: 15rem;
	margin: 0 auto;
	/*  border-bottom: 1px solid #ddd; */
}

#header .container {
	width: 162rem;
}

.top_service {
	position: relative;
	height: 5rem;
}

.top_service:before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 100%;
	background-color: #23488F;
	transform: translateX(-50%);
	content: '';
}

.top_service .khidi-hm {
	position: relative;
	float: left;
	width: 10.3rem;
	height: 5rem;
	background: #0D3788 url(../../images/common/khidi_logo.svg) no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
}

.khidi-search {
	position: relative;
	float: left;
	background-color: #0D3788;
}

.khidi-search input[type="text"] {
	height: 5rem;
	padding: 0;
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}

.khidi-search input[type="text"]:focus {
	background-color: transparent;
}

.khidi-search input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(255, 255, 255, .7);
	font-size: 1.6rem;
}

.khidi-search input::-webkit-input-placeholder {
	/* Webkit browsers */
	color: rgba(255, 255, 255, .7);
	font-size: 1.6rem;
}

.khidi-search .btn_search {
	width: 4rem;
	height: 5rem;
	background: url(../..//images/common/search_icon.png) no-repeat center center;
	text-indent: -9999px;
}

.tsidemenu {
	position: relative;
	float: right;
	letter-spacing: 0;
	font-size: 1.4rem;
}

.tsidemenu>li {
	float: left;
	margin-left: 1.6rem;
}

.tsidemenu a {
	display: block;
	padding: 1.1rem 0;
	color: #fff;
	line-height: 2;
}

.divisional>a {
	display: block;
	padding-left: 1.8rem;
	background: url(/resources/images/mdtis/layout/icon_divisional.png) no-repeat 0 center;
}

#divisional-area {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #424556;
	transform: translateX(-50%);
	z-index: 100;
}

#divisional-area .btn-close {
	float: right;
	margin-bottom: 1.5rem;
	text-align: right;
}

.divisional-list {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	margin: 1.5rem auto;
	overflow: hidden;
}

.divisional-list li {
	width: calc(100% / 9);
	padding: 0.5rem 0.3rem 0;
	line-height: 1.5;
}

.divisional-list li a {
	display: flex;
	flex-flow: row wrap;
	height: 100%;
	padding: 0.5rem;
	color: #000;
	border: 1px solid #ddd;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
}

.divisional-list li a:hover {
	background-color: #1E56C4;
	color: #fff;
	transition: all 0.3s ease;
	text-decoration: none;
}

.tsidemenu .btn-cos {
	display: block;
	width: 5rem;
	height: 5rem;
	background-color: #4D84F1;
	letter-spacing: 0.03em;
	text-align: center;
	font-family: 'NotoM';
}

/* 핫이슈 */
.hotissue-area {
	position: absolute;
	top: 2.7rem;
	right: 5rem;
	width: 21rem;
	height: 4rem;
	text-align: left;
	transition: height .3s;
	vertical-align: middle;
}

.hotissue-list {
	overflow: hidden;
}

.hotissue-list>li {
	position: relative;
	margin-left: 0;
	overflow: hidden;
}

.hotissue-list>li a {
	position: relative;
	display: block;
	line-height: 1;
}

.hotissue-list>li a .num {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 2.2rem;
	height: 2.2rem;
	border: 1px solid #D1D5E1;
	border-radius: 100%;
	color: #333;
	text-align: center;
	letter-spacing: 0;
	transform: translateY(-50%);
	font: 1.2rem/1.9 Montserrat;
	overflow: hidden;
}

.rolling-issue {
	width: 90% !important;
	height: 4rem;
}

.hotissue-area .bx-viewport {
	height: 4rem !important;
}

.hotissue-area .bx-wrapper .rolling-issue {
	height: auto;
}

.rolling-issue>li {
	width: 100% !important;
	height: 100%;
}

.rolling-issue>li a {
	padding: 1.2rem 1rem 1.2rem 3rem;
}

.rolling-issue>li a .num,
.best-list>li:first-child a .num {
	background-color: #0A43B1;
	color: #fff;
}

.hotissue-area .btn-open {
	position: absolute;
	top: 0.8rem;
	right: 0;
	width: 2rem;
}

.best-top10 {
	display: none;
	position: absolute;
	top: 3.5rem;
	left: 0;
	width: 100%;
	padding: 2rem;
	background-color: #fff;
	border: 1px solid #D1D5E1;
	font-size: 1.5rem;
	z-index: 90;
}

.best-top10::before {
	position: absolute;
	top: -6px;
	right: 50%;
	width: 1.2rem;
	height: 1rem;
	margin-left: -0.6rem;
	background-color: #fff;
	border: 1px solid #e8ecf1;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: "";
	z-index: 1;
}

.best-top10::after {
	position: absolute;
	top: 0;
	right: 50%;
	width: 1.7rem;
	height: 1.5rem;
	margin-left: -0.85rem;
	background-color: #fff;
	content: "";
	z-index: 2;
}

.best-top10 .subject {
	color: #000;
	font-size: 1.6rem;
	font-family: NotoM;
}

.best-top10 .subject>span {
	display: block;
	float: right;
	padding: 0.4rem 1.5rem;
	background-color: #000;
	border-radius: 3rem;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
}

.best-list {
	margin-top: 1rem;
	padding-top: 1.5rem;
	border-top: 1px solid #ddd;
}

.best-list>li {
	margin-top: 1rem;
}

.best-list>li a {
	padding: 0.2rem 1rem 0.4rem 3rem;
	color: #555;
}

.best-list a:hover {
	color: #555;
}

/* NAVIGATION STYLE */
.nav-area {
	position: relative;
	height: 10rem;
}

/* 로고 */
.logo {
	float: left;
	margin-top: 3.3rem;
	line-height: 1;
}

.logo a:first-child {
	display: inline-block;
	width: 31rem;
	aspect-ratio: 310/32;
	overflow: hidden;
	font-size: 1rem;
	vertical-align: top;
	line-height: 1;
}

.nav-area>nav {
	float: left;
	margin-top: 2.7rem;
}

.nav-area>nav a {
	color: #333;
}

#gnavigation {
	clear: both;
	min-height: 5.9rem;
	margin-left: 3rem;
	text-align: center;
}

#gnavigation>li {
	float: left;
	position: relative;
}

#gnavigation a {
	display: block;
	position: relative;
	padding: .8rem 1.8rem 4.3rem;
	line-height: 1.2;
	transition: all 0.3s ease;
}

#gnavigation>li>a {
	font-size: 1.9rem;
	font-family: 'NotoB';
}

#gnavigation>li>a:after {
	display: block;
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	width: .9rem;
	height: .9rem;
	background-color: #1E56C4;
	border-radius: 100%;
	transition: all .3s ease-in-out;
	transform: translateX(-50%);
	content: '';
	opacity: 0;
}

#gnavigation a:hover {
	text-decoration: none;
}

#gnavigation>li>a.active {
	color: #1a2460;
}

#gnavigation>li>a.active:after,
#gnavigation>li>a:focus::after,
#gnavigation>li:hover>a:after {
	opacity: 1;
}

#gnavigation .depth2 {
	position: absolute;
	top: 7.3rem;
	left: 50%;
	width: 22.5rem;
	height: 0;
	padding: 2rem 0;
	background-color: #153572;
	border-radius: 5px;
	letter-spacing: -0.05rem;
	line-height: 1.3;
	text-align: left;
	transition: all .2s ease;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	display: none;
}

#gnavigation>li:hover .depth2,
#gnavigation>li.active .depth2 {
	height: auto;
	opacity: 1;
	visibility: visible;
	z-index: 95;
}

#gnavigation .depth2>li {
	position: relative;
}

#gnavigation .depth2>li>a {
	padding: 1.1rem 2rem;
	color: rgba(255, 255, 255, .65);
	transition: all 0.5s ease;
	font-size: 1.7rem;
	font-family: NotoR;
}

#gnavigation .depth2>li>a:hover,
#gnavigation .depth2>li>a:focus {
	background-color: #1E56C4;
	color: #fff;
	font-family: 'NotoM';
}

.snsTop {
	float: left;
	position: inherit;
	top: inherit;
	right: inherit;
	margin-top: -0.1rem;
}

.allmenu {
	float: right;
	width: 3rem;
	height: 3rem;
	margin-top: 3.3rem;
	overflow: hidden;
	letter-spacing: -1px;
}

.allmenu span[class*="bar"] {
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 0.8rem;
	background-color: #333;
}

.allmenu span.bar1 {
	margin-top: 0;
}

.allmenu_layer {
	display: none;
}

.allmenu_layer[data-type="sitemap"] {
	display: none;
	position: fixed;
	top: 15rem;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
}

.allmenu_layer[data-type="sitemap"].active {
	display: block;
	height: calc(100% - 15rem);
	z-index: 100;
}

.allmenu_layer[data-type="sitemap"] .container {
	position: relative;
	height: 100%;
	margin: 0 auto;
	transition: height .4s;
}

/* .allmenu_layer .container::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 1px;
	background-color: #ddd;
	transform: translateX(-50%);
	content: '';
	}		 */
.allmenu_layer[data-type="sitemap"] nav {
	position: relative;
	width: 100%;
	height: 99.8%;
	margin: 0 auto;
	overflow: hidden;
	overflow-y: auto;
}

.allmenu_layer[data-type="sitemap"] .all_nav {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	margin: 0 -1.5rem;
	overflow: hidden;
}

.allmenu_layer[data-type="sitemap"] .all_nav a {
	color: #313131;
	letter-spacing: -1px;
}

.allmenu_layer[data-type="sitemap"] .all_nav>li {
	position: relative;
	width: 16.66%;
	padding: 0 1.5rem;
	overflow: hidden;
}

.allmenu_layer[data-type="sitemap"] .all_nav>li:first-child {
	border-left: none;
}

.allmenu_layer[data-type="sitemap"] .all_nav>li>a {
	display: block;
	position: relative;
	font: normal 2.2rem NotoM;
}

.allmenu_layer[data-type="sitemap"] .all_nav .depth2 {
	margin-top: 1.8rem;
	border-top: 2px solid #333;
}

.allmenu_layer[data-type="sitemap"] .all_nav .depth2>li {
	border-top: 1px dashed #ddd;
	font: normal 1.8rem/1.3 NotoL;
}

.allmenu_layer[data-type="sitemap"] .all_nav .depth2>li:first-child {
	border-top: none;
}

.allmenu_layer[data-type="sitemap"] .all_nav .depth2 a {
	position: relative;
	display: block;
	margin: 1.5rem 0;
	color: #000;
	font-family: 'NotoR';
}

.allmenu_layer[data-type="sitemap"] .all_nav .depth2 a:hover {
	color: #1F3E84;
}

.allmenu_layer[data-type="sitemap"] .all_nav .depth3 {
	margin-bottom: 1rem;
	padding: 1rem 1.5rem;
	background-color: #F6F8FC;
	font-size: 1.6rem;
}

.allmenu_layer[data-type="sitemap"] .all_nav .depth3>li {
	position: relative;
	padding-left: 1rem;
	line-height: 1.3;
}

.allmenu_layer[data-type="sitemap"] .all_nav .depth3>li::before {
	display: block;
	position: absolute;
	top: .8rem;
	left: 0;
	width: .4rem;
	height: .4rem;
	background-color: #D1D5E1;
	content: '';
}

.allmenu_layer[data-type="sitemap"] .all_nav .depth3>li a {
	margin: 0.75rem 0;
}

.allmenu_layer[data-type="sitemap"] .allmenu_close {
	position: absolute;
	top: -7rem;
	left: 50%;
	margin-left: 78rem;
	color: #000;
	line-height: 1;
	font-size: 3rem;
	opacity: 0;
	z-index: 99;
}

.allmenu_layer[data-type="sitemap"].active .allmenu_close {
	visibility: visible;
	opacity: 1;
}

.allmenu_layer[data-type="sitemap"] .allmenu_close>span {
	display: inline-block;
	vertical-align: middle;
}

.allmenu_layer[data-type="gnb"] {
	position: absolute;
	top: 15rem;
	left: 0;
	width: 100%;
	box-shadow: 0px 2rem 2rem 0px rgba(0, 0, 0, 0.10);
	background: #F6F8FC;
	border-top: 1px solid #ddd;
	z-index: 100;
	display: block !important;
}

.allmenu_layer[data-type="gnb"] .allmenu_close {
	display: none;
}

.allmenu_layer[data-type="gnb"] .all_nav {
	display: flex;
	max-width: 140rem;
	width: 100%;
	gap: 3rem;
	margin: 0 auto;
}
.allmenu_layer[data-type="gnb"] .all_nav > li {
	padding: 4rem 3rem;
	font-size: 1.6rem;
	flex: 1;
}
.allmenu_layer[data-type="gnb"] .all_nav > li > a {
	font-size: 1.8rem;
	margin-bottom: 2rem;
	color: #1E56C4;
	display: block;
	font-weight: 500;
}
.allmenu_layer[data-type="gnb"] .depth2 {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}
.allmenu_layer[data-type="gnb"] .depth2 a {
	color: #333;
}
.allmenu_layer[data-type="gnb"] .depth3 {
	display: none;
}
.allmenu_layer[data-type="gnb"] .all_nav > li:hover,
.allmenu_layer[data-type="gnb"] .all_nav > li.active {
	background: #1E56C4 url(/resources/images/mdtis/layout/gnb-background.png)no-repeat center bottom 0 / 11rem 7.7rem;
}
.allmenu_layer[data-type="gnb"] .all_nav > li:hover > a,
.allmenu_layer[data-type="gnb"] .all_nav > li.active > a {
	color: #fff;
}
.allmenu_layer[data-type="gnb"] .all_nav > li:hover .depth2 a,
.allmenu_layer[data-type="gnb"] .all_nav > li.active .depth2 a {
	color: #fff;
}

.all-menuFixed {
	overflow: hidden;
}

.all-menuFixed .allmenu {
	display: none;
}

.all-menuFixed .nav-area>nav {
	display: none;
}

.all-menuFixed .hotissue-area {
	display: none;
}

.mCSB_container_wrapper>.mCSB_container {
	padding-right: 0;
}

.header_wrap.fixed .search-hotissue {
	display: none;
}

.header_wrap.fixed .allmenu {
	margin: 0;
}

.header_wrap.fixed .allmenu_close {
	top: -5.5rem;
}

.header_wrap.fixed .allmenu_close>span {
	width: 1px;
	height: 1px;
	text-indent: -9999px;
}

.header_wrap.fixed .allmenu_layer .container {
	height: auto;
}

#body {
	position: relative;
	margin: 5rem auto 10rem;
	overflow: hidden;
}

#side {
	float: left;
	width: 23rem;
	margin-right: 5rem;
}

.snb-title {
	margin-bottom: 1rem;
	padding: 3.8rem 0;
	background-color: #23488F;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 2.3rem;
	overflow: hidden;
}

#snavigation {
	letter-spacing: -1px;
}

#snavigation a {
	display: block;
	position: relative;
	color: #333;
}

#snavigation>li {
	margin-bottom: .5rem;
	border: 1px solid #D1D5E1;
	border-radius: 5px;
	overflow: hidden;
}

#snavigation>li>a {
	padding: 1.6rem 3.5rem 1.5rem 2rem;
	color: #000;
	line-height: 1.5;
}

#snavigation>li>a:after {
	position: absolute;
	top: 50%;
	right: 1.8rem;
	line-height: 1.2;
	text-align: center;
	transform: translateY(-50%);
	font-size: 2rem;
	font-family: xeicon;
	content: "\e914";
}

#snavigation>li.on {
	border-color: transparent;
}

#snavigation>li.on>a {
	background-color: #1E56C4;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #fff;
}

#snavigation>li.on>a:after {
	content: "\e91b";
}

#snavigation .plus.on>a {
	border-radius: 0;
}

#snavigation .depth3 {
	display: none;
	padding: 1.5rem 2rem;
	background-color: #F6F8FC;
	border: 1px solid #D1D5E1;
	border-top: none;
	border-radius: 0 0 5px 5px;
	font-size: 1.6rem;
}

#snavigation>li.on .depth3 {
	display: block;
}

#snavigation .depth3>li {
	position: relative;
	margin: 0.4rem 0;
	padding-left: 1.5rem;
}

#snavigation .depth3>li::before {
	display: block;
	position: absolute;
	top: .8rem;
	left: 0;
	width: .5rem;
	height: .5rem;
	background-color: #D1D5E1;
	content: '';
}

#snavigation .depth3>li.on a {
	color: #1E56C4;
	text-decoration: underline;
	font-family: NotoM;
}

#content {
	position: relative;
	margin-top: 3.8rem;
	overflow: hidden;
}

.stitle {
	color: #000;
	font: normal 2.8rem 'NotoB';
}

.path {
	margin-bottom: 5rem;
	text-align: right;
}

.path i {
	color: #b0b7cb;
}

.content-footer {
	margin: 10rem 0 0 29rem;
}

.relation_content dd {
	font-size: 1.5rem;
}

.sns_share>li.top {
	display: none;
}

/* 하단 배너*/
#banner-zone {
	position: relative;
	padding: 2.5rem 0;
}

#banner-zone::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 1px;
	background-color: #ddd;
	transform: translateX(-50%);
	content: '';
}

#banner-zone .float-wrap {
	float: left;
	width: calc(100% - 12rem);
	height: 5rem;
	overflow: hidden;
}

#banner-zone .banner-control {
	float: left;
	display: flex;
	padding-top: 1.2rem;
}

#banner-zone .banner-control button {
	width: 3rem;
	height: 3rem;
	border: 1px solid #ddd;
	font-size: 1.6rem;
}

#banner-zone .banner-control button+button {
	border-left: none;
}

#banner-zone .banner-area {
	float: right;
	width: calc(100% - 10rem);
	height: 5rem;
	overflow: hidden;
}

.banner-list {
	overflow: hidden;
}

.banner-list>li {
	float: left;
	height: 5rem;
	margin-left: 6.5rem;
	text-align: center;
	overflow: hidden;
}

.banner-list>li img {
	max-width: 100%;
	max-height: 100%;
}

.banner-list>li a {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 100%;
	line-height: 1;
	overflow: hidden;
}

.banner_control {
	float: right;
	height: 2.9rem;
	margin-top: 1rem;
	overflow: hidden;
}

.banner_control a {
	display: inline-block;
	width: 2.9rem;
	height: 2.9rem;
	margin: 0 0.3rem;
	border-radius: 100%;
	text-align: center;
	font-size: 1.8rem;
	overflow: hidden;
}

.banner_control a.btn_before,
.banner_control a.btn_next {
	border: 1px solid #ddd;
}

/* footer STYLE */
#footer {
	clear: both;
	position: relative;
	padding: 4rem 0;
	background-color: #2B2D3E;
	color: #888B9A;
}

#footer .container {
	position: relative;
}

/* 관련사이트 */
.select-link {
	position: absolute;
	top: 0;
	right: 0;
	width: 22rem;
	z-index: 90;
}

.select-link .link-title {
	position: relative;
	display: block;
	width: 100%;
	padding: 0.85rem 1.5rem;
	background-color: #000;
	color: rgba(255, 255, 255, .7);
	text-align: left;
	font-size: 1.5rem;
}

.select-link .link-title i {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
}

.select-link>.link-site {
	display: none;
	position: absolute;
	bottom: 3.8rem;
	width: 100%;
	padding: 1.5rem;
	background-color: #000;
}

.select-link>.link-site::after {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0;
	background-color: rgba(255, 255, 255, .3);
	content: '';
}

.select-link>.link-site>li {
	margin: 0.8rem 0;
}

.select-link>.link-site>li:first-child {
	margin-top: 0;
}

.select-link>.link-site>li a {
	display: block;
	color: rgba(255, 255, 255, .7);
}

/* sns-link */
.footer-sns {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 90;
}

.footer-sns .sns-link {
	display: flex;
}

.sns-link li {
	margin: 0 1rem;
	text-align: center;
}

.sns-link a {
	display: block;
	color: #9D9EA9;
}

.sns-link a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 2.2rem;
}

.sns-link a span {
	display: inline-block;
	vertical-align: middle;
}

.sns-link a:hover {
	text-decoration: none;
}

.sns-link a:hover span {
	text-decoration: underline;
}

/* 하단 바로가기 링크 */
.fsidemenu {
	width: calc(100% - 35rem);
	margin: 0 -1.5rem 3rem;
	font-size: 1.6rem;
	overflow: hidden;
}

.fsidemenu li {
	float: left;
	position: relative;
	padding: 0 1.5rem;
}

.fsidemenu li::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1.2rem;
	background-color: rgba(255, 255, 255, .5);
	transform: translateY(-50%);
	content: '';
}

.fsidemenu li:last-child::after {
	opacity: 0;
}

.fsidemenu li a {
	display: block;
	color: rgba(255, 255, 255, .75);
}

.fsidemenu li a.point {
	color: #fff;
	font-family: NotoM;
}

#footer .address {
	display: flex;
}

#footer address {
	display: block;
	margin-right: 3rem;
	font-style: normal;
}

#footer .person-info {
	display: flex;
	flex-flow: row wrap;
}

#footer .person-info .tel {
	margin-right: 3rem;
}

#aside {
	position: absolute;
	top: 425px;
	right: 0;
	text-align: right;
	z-index: 95;
}

.quickLink-area {
	position: relative;
	text-align: right;
	transition: all 0.5s;
}

.quickLink-area .btn-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	padding: 0 1.8rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0px 2rem 2rem 0px rgba(0, 0, 0, 0.05);
	;
	color: #fff;
	text-align: left;
	transition: all .5s;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: 500;
	gap: .8rem;
}

.quickLink-area .btn-link i {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 100%;
}

.quickLink-area>li {
	position: relative;
	margin-bottom: 1.6rem;
}
.quickLink-area>li.active {
	z-index: 2;
}
.quickLink-area>li.active .quicklink-container {
	transform: translateX(0);
}

.quickLink-area .relation .btn-link {
	background: #1E56C4;
	color: #fff;
	width: 6.4rem;
	height: 6.4rem;
	font-size: 2.4rem;
	box-shadow: 0px 2rem 2rem 0px rgba(0, 0, 0, 0.05);;
}

.quickLink-area .quickmenu .btn-link {
	background: url(/resources/images/mdtis/layout/quicklink-gradient02.jpg)no-repeat center center / cover;
	color: #fff;
	width: 6.4rem;
	height: auto;
	writing-mode: vertical-rl;
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
	box-shadow: -.4rem .8rem 1.6rem 0px rgba(0, 51, 131, 0.08);
}

.quicklink-container {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	transform: translateX(100%);
	transition: .35s;
}


.quicklink-close {
	width: 5rem;
	height: 5rem;
	border-radius: 1rem 0 0 1rem;
	background: url(/resources/images/mdtis/layout/quicklink-gradient.jpg)no-repeat center center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	color: #fff;
	margin-right: -1px;
}

.quicklink-information {
	box-shadow: -4px 8px 16px 0px rgba(0, 51, 131, 0.08), 10px 10px 30px 0px rgba(0, 0, 0, 0.10);
	overflow: hidden;
	background: #fff;
	border-bottom-left-radius: 2rem;
}

.relation-list {
	width: 35.5rem;
	padding: 0 3.2rem;
}

.relation-item {
	background: linear-gradient(to right, #fff 50%, #ddd 50%);
	background-repeat: repeat-x;
	background-size: 8px 1px;
	background-position: center bottom 0;
	padding: 2.4rem 0;
}

.relation-item.active .relation-item-list {
	display: flex;
}

.relation-item.active .relation-item-title i {
	transform: rotate(180deg);
}

.relation-item-title {
	display: flex;
	width: 100%;
	gap: 1rem;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	color: #333;
	justify-content: space-between;
}

.relation-item-list {
	display: flex;
	flex-direction: column;
	gap: .8rem;
	margin-top: 1.2rem;
	display: none;
}

.relation-item-link {
	border: 1px solid #ddd;
	border-radius: .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .8rem 1.25rem;
	height: 5.6rem;
	position: relative;
}

.relation-item-link:hover::after {
	display: block;
	content: "";
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border-radius: .8rem;
	border:2px solid #0a43b1;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
}

.relation-item-link img {
	max-height: 100%;
	max-width: 100%;
}

.quickmenu-list {
	width: 16.4rem;
	display: flex;
	flex-direction: column;
	gap: .8rem;
	padding: 2.4rem 3.2rem;
}

.quickmenu-item {
	width: 10rem;
	height: 9.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .8rem;
	background: #F6F8FC;
	border: 2px solid transparent;
	flex-direction: column;
	border-radius: .8rem;
}

.quickmenu-item img {
	width: 3.2rem;
}

.quickmenu-item span {
	font-size: 1.6rem;
	color: #11172b;
}

.quickmenu-item:hover {
	border-color: #2a6ad0;
}

.quick-cont {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 7rem;
	background-color: #1E56C4;
	border-radius: 15rem;
	text-align: center;
	font-size: 1.5rem;
	overflow: hidden;
}

.quick-list {
	margin: 4.3rem 0.8rem 0;
}

.quick-list>li {
	position: relative;
	margin-top: 2rem;
}

.quick-list>li:first-child {
	margin-top: 0;
}

.quick-list>li i {
	display: block;
	margin: 0 auto .5rem;
}

.quick-list a {
	display: block;
	color: #fff;
	line-height: 1.3;
	transition: all .5s;
}

.quick-list a svg path {
	transition: all 0.2s ease;
}

.quick-list a:hover {
	text-decoration: none;
}

.quick-list a:hover svg path,
.quick-list a:hover svg line,
.quick-list a:hover svg rect,
.quick-list a:focus svg path,
.quick-list a:focus svg line,
.quick-list a:focus svg rect {
	stroke: #fff;
}

.quickLink-area .quick-open {
	background-color: #1E56C4;
}

#aside .active .quick-open i {
	visibility: visible;
	overflow: visible;
	opacity: 0;
}

#aside .quick-close {
	box-shadow: inherit;
}

#aside .counseling-link {
	padding: 0;
	background-color: #22A2C9;
}

.quickLink-area .counseling-link i {
	position: absolute;
	top: 0;
	right: 0;
	width: 7rem;
	background-color: #22A2C9;
	border-radius: 100%;
}

.quickLink-area .counseling-link .txt {
	display: inline-block;
	line-height: 7rem;
	vertical-align: top;
	font-size: 1.7rem;
	text-indent: -9999px;
	overflow: hidden;
}

#aside .counseling-link:hover,
#aside .counseling-link:focus {
	width: 16.3rem;
	padding-left: 3rem;
}

#aside .counseling-link:hover .txt,
#aside .counseling-link:focus .txt {
	width: auto;
	margin-left: 0;
	text-indent: 0;
}

#aside .page-top {
	margin: 0 auto;
	background-color: #fff;
	color: #333;
	font-size: 3.2rem;

	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

#aside .page-top:hover,
#aside .page-top:focus {
	text-decoration: none;
}

#aside.active .quickLink-area {
	margin-bottom: 0;
}

#aside.active .page-top {
	opacity: 1;
	visibility: visible;
}