.dashboard-profile-scroll {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 999999;
}
.dashboard-profile-scroll.active {
	display: block;
}
.dashboard-profile {
	width: 220px;
	height: 100%;
	/* overflow-y: scroll; */
}
.profile-title {
	font-size: 14px;
	vertical-align: top;
	padding: 10px 15px;
	background-color: #7bbd26;
}
.profile-title img {
	margin-right: 5px;
}
.profile-body {
	color: #222222;
	text-align: center;
}
.profile-body .preview-box {
	width: 148px;
	height: 148px;
	text-align:center;
	border: 2px solid #cdd6e0;
	border-radius: 72px;
	margin: 0 auto;
	margin-top: 18px;
	overflow: hidden;
}
.profile-body .preview-box img {
	width: 144px;
	/* min-height: 175px; */
	border-radius: 0;
}
.name-box {
	margin-top: 18px;
}
.name-box p {
	position: relative;
	display: inline-block;
	font-size: 22px;
	/*font-weight: 400;*/
	letter-spacing: -1px;
	text-align: right;
}
.name-box .nav-btn {
	display: inline-block;
}
.name-box .badge {
	position: absolute;
	top: 3px;
	right: -30px;
	min-width: 19px;
	height: 19px;
	/*font-weight: 100;*/
	padding: 4px 2px 0 2px;
	text-align: center;
	background-color: #f65962;
}
.profile-footer {
	text-align: center;
	padding: 16px 5px;
	margin-top: 18px;
	background-color: #a5a9ac;
	background-image: url('/resources/custom/images/main/profile-footer-bg.png');	
	background-repeat: no-repeat;
	background-position: right bottom;
}
.profile-footer p {
	font-size: 16px;
	/*font-weight: 400;*/
	padding: 0;
	margin: 0;
}
.profile-footer p.number {
	font-size: 22px;
}
ul.profile-board {
	padding: 0;
	margin: 0;
}
ul.profile-board li {
	padding: 0;
	margin: 0;
}
ul.profile-board li.profile-board-title a {
	position: relative;
	display: block;
	color: #555555;
	padding: 14px 12px;
}
ul.profile-board li.profile-board-title a:after {
	position: absolute;
    right: 16px;
    top: 18px;
    font-size: 24px;
    font-style: normal;
    /*font-weight: 100;*/
    line-height: 1px;
    content: "\203A";
}
ul.profile-board li.profile-board-title a:hover {
	color: #f65962;
}
ul.profile-board li.profile-board-list a {
	display: block;
	color: #666666;
	padding: 16px 12px;
	background-color: #f6f6f6;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
ul.profile-board li.profile-board-list a small {
	display: block;
	color: #aaaaaa;
}
ul.profile-board li.profile-board-list a:hover {
	text-decoration: underline;
	background-color: #f1f1f1;
}
.profile-banner {
	padding-bottom: 20px;
}
.profile-banner a {
	display: block;
	text-align: center;
	padding: 14px 5px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
.profile-banner a:first-child {
	border-left: none;
}
.profile-banner a img {
	display: block;
	padding-bottom: 5px;
	margin: 0 auto;
}
.profile-banner a:hover {
	color: #f65962;
	background-color: #f7f7f7;
}

a.top-banner {
	display: block;
	text-align: center;
	border-top: 3px solid #2c3e50;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 3px #dddddd;
	box-shadow: 0 2px 3px #dddddd;
}
a.top-banner p {
	color: #333333;
	font-size: 20px;
	/*font-weight: 400;*/
	padding: 26px 0 12px 0;
}
a.top-banner img {
	padding-bottom: 41px;
}
a.top-banner:hover {
	border-top: 3px solid #8ebd5b;
}
a.top-banner:hover p {
	color: #8ebd5b;
}
.md-banner-group {
	margin-top: 10px;
}
.md-banner-group a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	text-align: center;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 3px #dddddd;
	box-shadow: 0 2px 3px #dddddd;
	padding: 0 0 0 28px;
}
.md-banner-group a span {
	max-width: 90%;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.md-banner-group a {
	background-repeat: no-repeat;
	background-position: 15% 50%;
}
.md-banner-group a.md-banner-1 {
	color: #ffffff;
	background-color: #6943e0;
	background-image: url('/resources/custom/images/dashboard/md-bn-bg-1.png');
}
.md-banner-group a.md-banner-2 {
	color: #34171a;
	background-color: #f9e12d;
	background-image: url('/resources/custom/images/dashboard/md-bn-bg-2.png');
}
.md-banner-group a.md-banner-3 {
	color: #ffffff;
	background-color: #19c743;
	background-image: url('/resources/custom/images/dashboard/md-bn-bg-3.png');
}
.md-banner-group a.md-banner-4 {
	background-image: url('/resources/custom/images/dashboard/md-bn-bg-4.png');
}
.md-banner-group a.md-banner-5 {
	background-image: url('/resources/custom/images/dashboard/md-bn-bg-5.png');
}
.md-banner-group a.md-banner-6 {
	background-image: url('/resources/custom/images/jobkorea.png');
	background-size: 42px 37px;
}
.md-banner-group a.md-banner-7 {
	background-image: url('/resources/custom/images/dashboard/md-bn-bg-7.png');
}
.md-banner-group a.md-banner-8 {
	background-image: url('/resources/custom/images/dashboard/md-bn-bg-8.png');
}
.md-banner-group a.md-banner-9 {
	background-image: url('/resources/custom/images/dashboard/md-bn-bg-9.png');
}
.md-banner-group a.md-banner-4:hover span,
.md-banner-group a.md-banner-5:hover span,
.md-banner-group a.md-banner-6:hover span,
.md-banner-group a.md-banner-7:hover span,
.md-banner-group a.md-banner-8:hover span,
.md-banner-group a.md-banner-9:hover span {
	color: #7bbd26;
}

.notice-box {
	position: relative;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 3px #dddddd;
	box-shadow: 0 2px 3px #dddddd;
}
.notice-box .nav-tabs {
	border: none;
	box-shadow: none;
}
.notice-box .nav-tabs > li {
	margin: 0;
}
.notice-box .nav-tabs > li > a {
	color: #777777;
	font-size: 17px;
	letter-spacing: -1px;
	padding: 15px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px solid #ffffff;
	border-radius: 0px;
	background: #ffffff url('/resources/custom/images/dashboard/notice-tab-list-line.png');
	background-repeat: no-repeat;
	background-position: 0 20px;
}
.notice-box .nav-tabs > li:first-child > a {
	background: none;
}
.notice-box .nav-tabs > li > a:hover {
	color: #1f9b78;
	background-color: #ffffff;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px solid #1f9b78;
}
.notice-box .nav-tabs > li.active > a,
.notice-box .nav-tabs > li.active > a:hover,
.notice-box .nav-tabs > li.active > a:focus,
.notice-box .nav-tabs.nav-justified > .active > a,
.notice-box .nav-tabs.nav-justified > .active > a:hover,
.notice-box .nav-tabs.nav-justified > .active > a:focus {
	color: #11B191;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px solid #11B191;
	background-color: #ffffff;
}
.notice-box .nav-tabs > li.active > a:after {
	content: none;
	padding: inherit;
}

.notice-body {
	min-height: 237px;
	border-top: 1px solid #dfdfdf;
}
.notice-body a.more {
	position: absolute;
	top: 0;
	right: 0;
	color: #666666;
	font-size: 18px;
	padding: 15px;
}
.notice-body a.more:hover {
	color: #1f9b78;
	background-color: #f2f2f2;
}
.dashboard-notice-list {
	padding: 0;
	margin: 0;
}
.dashboard-notice-list li a {
	display: block;
	color: #666666;
	font-size: 16px;
	padding: 18px 20px;
	margin: 0;
	border-top: 1px solid #efefef;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dashboard-notice-list li a:hover {
	color: #1f9b78;
	font-size: 16px;
	padding: 18px 20px;
	margin: 0;
	border-top: 1px solid #efefef;
}
.dashboard-notice-list li a small {
	display: block;
	color: #aaaaaa;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dashboard-notice-list li:first-child a,
.dashboard-notice-list li:first-child a:hover  {
	border-top: none;
}
.dashboard-notice-list li a .notice-date,
.dashboard-notice-list li a .notice-text {
	float: left;
}
.dashboard-notice-list li a .notice-date {
	color: #adb3b9;
	font-size: 12px;
	text-align: center;
	margin-right: 15px;
}
.dashboard-notice-list li a .notice-date strong {
	display: block;
	color: #2d4c6b;
	font-size: 24px;
	line-height: 24px;
}
.dashboard-notice-list li a:hover .notice-date,
.dashboard-notice-list li a:hover .notice-text,
.dashboard-notice-list li a:hover .notice-date strong,
.dashboard-notice-list li a:hover .notice-text small {
	color: #1f9b78;
	text-decoration: underline;
}

.bottom-banner {
	position: relative;
	display: block;
	font-size: 15px;
	letter-spacing: -1px;
	text-align:center;
	vertical-align: top;
	-webkit-box-shadow: 0 2px 3px #dddddd;
	box-shadow: 0 2px 3px #dddddd;
}
.bottom-banner.bn-row img {
	padding-bottom: 10px;
}
.bottom-banner.bn-row p {
	line-height: 18px;
}
.bottom-banner.bn-col {
	min-height: 55px;
	padding-top: 15px;
}
.bottom-banner.bn-col p {
	padding-top: 1px;
}
.bottom-banner.bn-col img {
	padding-right: 5px;
}
.bottom-banner.bn-col p,
.bottom-banner.bn-col img {
	display: inline-block;
	vertical-align: top;
}
.bottom-banner.bottom-banner-1 {
	padding-top: 28px;
	background: url(/resources/custom/images/main/bottom-banner-img-1.png) top center;
}
.bottom-banner.bottom-banner-2 {
	color: #ffffff;
	background-color: #2c3e50;
}
.bottom-banner.bottom-banner-3 {
	color: #ffffff;
	background-color: #bfc0c1;
}
.bottom-banner.bottom-banner-4 {
	margin-top: 10px;
	background-color: #ffffff;
}
.bottom-banner.bottom-banner-5 {
	color: #ffffff;
	margin-top: 10px;
	background-color: #80cf1a;
}
.bottom-banner.bottom-banner-6 {
	background-color: #ffffff;
}
.bottom-banner.bottom-banner-7 {
	padding-top: 20px;
	margin-top: 10px;
	background: url(/resources/custom/images/main/bottom-banner-img-7.png) top center;
}
.bottom-banner.bottom-banner-7-1 {
	color: #ffffff;
	padding-top: 15px;
	background: url(/resources/custom/images/main/bottom-banner-img-7.png) top center;
}
.bottom-banner.bottom-banner-8 {
	color: #ffffff;
	margin-top: 10px;
	background-color: #ffcc00;
}
.bottom-banner.bottom-banner-9 {
	color: #ffffff;
	margin-top: 10px;
	background-color: #00c1d3;
}
.bottom-banner.bottom-banner-10 {
	color: #ffffff;
	background-color: #f65962;
}
.bottom-banner.bottom-banner-11 {
	padding-top: 20px;
	margin-top: 10px;
	background: url(/resources/custom/images/main/bottom-banner-img-11.png) top center;
}
.bottom-banner.bn-row {
	min-height: 120px;
	color: #ffffff;
	background-size: cover;
}

/* 이용안내 */
.modal-main-guide {}
.modal-main-guide h5{
	color:#272847;
	font-size:16px;
	letter-spacing:-1px;
	border-top:#56557d 1px dotted;
	padding-top:15px;
	margin-top:10px;
	/*font-weight:600;*/
}
.modal-main-guide h5::before {
	content:"\f138"; 
	font-family:"fontawesome";
	padding-right:5px;
}
.modal-main-guide h5:first-of-type {
	border:none;
	margin-top:0;
}
.modal-main-guide ul {clear:both; display:inline-block; width:100%; padding:0; margin:0; color:#666;}
.modal-main-guide ul li {line-height:130%; font-size:14px; padding-left:20px; margin:2px 0; letter-spacing:-1px;}
.modal-main-guide ul li::before {content:"\f105"; font-family:fontAwesome; margin-right:4px; margin-left:-10px;}


/* 링크모음 */
.modal-main-link {}
.modal-main-link h5{
	color:#272847;
	font-size:16px;
	letter-spacing:-1px;
	border-top:#56557d 1px dotted;
	padding-top:15px;
	margin-top:10px;
	/*font-weight:600;*/
}
.modal-main-link h5::before {
	content:"\f138"; 
	font-family:"fontawesome";
	padding-right:5px;
}
.modal-main-link h5:first-of-type {
	border:none;
	margin-top:0;
}

.modal-main-link h6 {
	font-size:14px !important;
	color:#444 !important;
	padding:7px 3px 7px 9px !important;
	margin:10px 0 !important;
	border-top:1px #56557d dotted !important;
	
		
}

.modal-main-link h6::before {
	content:"\f105";
	font-family:"fontawesome";
	font-size:14px;
	padding:0 4px 0 3px;	
}

.modal-main-link ul {clear:both; display:inline-block; width:100%; padding:0; margin:0; color:#666;}
.modal-main-link ul li {float:left; line-height:130%; font-size:13px; padding-left:20px; margin:2px 0; letter-spacing:-1px; width:33%;}
.modal-main-link ul li a::after {content:"\f08e"; font-size:11px; font-family:fontAwesome; margin-right:4px; margin-left:5px;}



@media screen and (max-width: 767px) {
	a.top-banner p {
		padding: 14px 0 12px 0;
	}
	a.top-banner img {
		padding-bottom: 20px;
	}
	.notice-box .nav-tabs > li > a {
		font-size: 14px;
		letter-spacing: -2px;
		padding: 15px 8px;
	}
	.bottom-banner {
		font-size: 13px;
		letter-spacing: -1px;
	}
	.bottom-banner.bn-col img {
		padding-right: 3px;
	}
	.bottom-banner-11 {
		min-height: 55px !important;
		padding-top: 10px !important;
		margin-top: 0px !important;
	}
	.bottom-banner-11 p,
	.bottom-banner-11 img {
		display: inline-block;
	}
	.bottom-banner-11 img {
		height: 38px;
		vertical-align: top;
		padding-right: 10px;
	}
	.xs-dashboard-right {
		float: right;
	}
	.xs-dashboard-left {
		float: left;
	}
}