/* ----------------------------------

Name: common.css
Categorie : 레이아웃, 플러그인, 컴포넌트, 버튼 등의 재정의 (공통)
Author : 이상혁
Version : v.1.0
Created : 2022-03-03
Last update : 2022-03-03

-------------------------------------

Table of contents

	01. 적응형 재정의
	02. 반응형 재정의
	03. 스타일 재정의
	04. 공통
	05. 메뉴 재정의
	06. 풋터
	07. 메인 레이아웃
	08. 서브 레이아웃
	09. 익스플로어 레이아웃

*/

/* ===================================
	01. 적응형 재정의 시작
====================================== */
body,
.navbar,
.parallax,
.page-footer,
.menu-all-popup-wrapper .mfp-container {
	min-width: 1400px;
}
.nav-header-container {
	width: 100%;
	min-width: 1280px;
}
.visual-user-count-group,
.page-footer .page-footer-inner,
.visual-status-count-group,
.visual-btn-group .visual-btn-inner,
.contents-question {
	width: 1280px;
}
.parallax {
	padding: 0px;
	min-height: 900px;
	overflow: inherit;
	z-index: 1;
}
.search-form {
	position: relative;
}
.page-content-wrapper {
	position: relative;
	width: 1280px;
	min-width: 1280px;
	margin: auto;
}
/* ===================================
	01. 적응형 재정의 끝
====================================== */


/* ===================================
	02. 반응형 재정의 시작
====================================== */
.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.row {
	margin: 0px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding:0px;
}

/* 커스텀 Responsive Table Grid col 2개이상 시작 */
.row-table-layout {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.row-side-noPad {
	padding-bottom: 50px;
}
.row-side-noPad div[class^=col-] {
	display: table-cell;
	vertical-align: top;
	padding: 0px 20px;
}
.row-side-noPad .contents-panel-title {
	position: absolute;
	top: 0px;
	width: 100%;
}
.row-side-noPad .contents-panel {
	table-layout: fixed;
	height: 100%;
}
.row-side-noPad .page-title-3depth + .contents-panel {
	height: calc(100% - 56px);
}
.row-side-noPad div[class^=col-]:first-child {
	padding-left: 0px;
}
.row-side-noPad div[class^=col-]:last-child {
	padding-right: 0px;
}
.row-side-noPad .col-side-noPad {
	height: 0px;
}
/* 커스텀 Responsive Table Grid col 2개이상 끝 */

.input-group[class*="col-"] select,
.input-group[class*="col-"] input {
    width: 100%;
    min-width: auto;
}
.input-group[class*="col"] select,
.input-group[class*="col"] input {
    width: 100%;
    min-width: auto;
}
.form-group[class*="col-"] select,
.form-group[class*="col-"] input {
    width: 100%;
    min-width: auto;
}
.form-group[class*="col"] select,
.form-group[class*="col"] input {
    width: 100%;
    min-width: auto;
}


.input-group[class*="col-"] input.k-radio,
.input-group[class*="col"] input.k-radio,
.form-group[class*="col-"] input.k-radio,
.form-group[class*="col"] input.k-radio,
.input-group[class*="col-"] input.k-checkbox,
.input-group[class*="col"] input.k-checkbox,
.form-group[class*="col-"] input.k-checkbox,
.form-group[class*="col"] input.k-checkbox {
    width: 16px;
}

.page-top-search .input-group .k-checkbox-list,
.page-top-search .input-group .k-radio-list {
	margin-top: 4px;
}
.page-top-search input[type="radio"],
.page-top-search input[type="checkbox"] {
	margin-top: 0px;
}
/* ===================================
	02. 반응형 재정의 끝
====================================== */


/* ===================================
	03. 스타일 재정의 시작
====================================== */
/* scroll-top-arrow 시작 */
.scroll-top-arrow, .scroll-top-arrow:focus {
	right: 30px;
    bottom: 30px;
	background-color: #000;
	background-image: url(../img/common/btn/btn_scroll_top_arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 50px;
	width: 50px;
	border-radius: 0px;
}
.scroll-top-arrow:hover {
	background-color: #3378c1;
}
/* scroll-top-arrow 끝 */

/* magnific-popup 시작 */
.mfp-close {
	font-family: inherit;
	font-size: 0;
	line-height: inherit;
}
.mfp-close::after, .mfp-close::before {
	content: "";
	display: block;
	background: #fff;
	height: 2px;
	width: 40px;
	position: absolute;
	left: 0px;
	top: 50%;
}
.mfp-close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.mfp-close:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
/* magnific-popup 끝 */

/* magnificPopup 커스텀 시작 */
.mfp-wrap {
	overflow: auto;
}
.mfp-container {
	display: table;
	padding: 0px;
}
.mfp-container:before {
	content: none;
}
.mfp-close::after,
.mfp-close::before {
	background: #fff;
	left: 12px;
	top: 28px;
}
.mfp-bg {
	background: #fff;
}
button.mfp-close,
.mfp-close,
.mfp-close:active {
	position: fixed !important;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	background-color: #000;
}
.mfp-close:hover,
.mfp-close:focus {
	background-color: #3378c1;
}
.mfp-close:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/* magnificPopup 커스텀 끝 */

/* magnificPopup - 전체메뉴 시작 */
.menu-all-popup-wrapper .mfp-content.menu-all-popup-content {
	display: table-cell;
	vertical-align: middle;
}
.menu-all-popup-wrapper .menu-all-popup {
	width: 1280px;
	min-width: 1280px;
	margin: 0px auto;
	padding: 20px;
	background-color: #fff;
	border: 2px solid #000000;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.menu-all-popup-wrapper .menu-all-popup .contents-row {
	padding: 40px;
}
.menu-all-popup-wrapper .menu-all-box {
	border: 1px solid #b5b5b5;
	margin: 5px;
}
.menu-all-popup-wrapper .menu-all-title {
	border-bottom: 1px solid #ececec;
	padding: 4px 20px;
	background-color: #fbfbfb;
	font-size: 20px;
}
.menu-all-popup-wrapper .menu-all-group {
	padding-left: 20px;
    overflow-y: auto;
    max-height: 260px;
    min-height: 260px;
}
.menu-all-popup-wrapper .menu-all-item {
	position: relative;
	margin: 10px 0px;
    padding: 0px 0px 0px 18px;
}
.menu-all-popup-wrapper .menu-all-item:last-child {
    padding-bottom: 8px;
}
.menu-all-popup-wrapper .menu-all-item::before {
	content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background-color: #fff;
    background-image: linear-gradient(90deg, #489fe7 0%, #2dc0c6 100%);
    border-radius: 50%;
}
.menu-all-popup-wrapper .sitemap-3dep .menu-all-item::before {
	width: 10px;
    height: 4px;
    margin-top: -2px;
    background-color: #009ee5;
	border-radius: 0px;
}
.menu-all-popup-wrapper .sitemap-4dep .menu-all-item::before {
	width: 4px;
}
.menu-all-popup .contents-title {
	padding: 0px 140px 14px 140px;
	margin: 0px;
}
.menu-all-popup .contents-row {
	padding: 0px !important;
}
/* magnificPopup - 전체메뉴 끝 */

/* magnificPopup - 로그인 시작 */
.login-popup-wrapper .mfp-content.login-popup-content {
	display: table-cell;
	vertical-align: middle;
}
.login-popup-wrapper .login-popup {
	width: 500px;
	min-width: 500px;
	margin: 0px auto;
	padding: 40px;
	background-color: #fff;
	border: 2px solid #000000;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.login-radio {
	line-height: 50px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
/* magnificPopup - 로그인 끝 */

/* magnificPopup - 임시 비밀번호 확인 시작 */
.temp-password-popup-wrapper .mfp-content.temp-password-popup-content {
	display: table-cell;
	vertical-align: middle;
}
.temp-password-popup-wrapper .temp-password-popup {
	width: 600px;
	min-width: 500px;
	margin: 0px auto;
	padding: 40px;
	background-color: #fff;
	border: 2px solid #000000;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
/* magnificPopup - 임시 비밀번호 확인 끝 */

/* cbp-spmenu popup 시작 */
.close-button-menu {
	padding: 0px;
}
.close-button-menu:after, .close-button-menu:before {
	width: 40px;
}
/* cbp-spmenu popup 끝 */

/* 트리메뉴 시작 */
.treeview-project-name {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.treeview-project-name .project-title {
    background-color: #004064;
    padding: 10px 2px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.treeview-project-name .project-name {
    text-align: center;
    padding-top: 10px;
}
.treeview-project-name .project-name span {
    background-color: #00c48a;
    color: #fff;
    padding: 4px 40px;
    border-radius: 20px;
}
.treeview-project-name .project-value {
    padding: 10px 18px;
    line-height: 18px;
    text-align: left;
}
.treeview-project-name .project-btn {
    padding: 10px;
}
.treeview-project-name .btn {
    width: 100%;
    padding-left: 40px;
    border-radius: 5px;
}
.treeview-project-name .btn::before {
    left: 20%;
}
.treeview li {
    padding: 0px 0pt 0px 20px;
    background: url(../img/common/treeview/treeview-default-line.gif) 0px 0px no-repeat;
}
.treeview div.lastCollapsable-hitarea,
.treeview .hitarea {
    margin-top: 4px;
    margin-left: -20px;
    background: url(../img/common/treeview/ico_treeview_hitarea.png) -16px 0px no-repeat;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
}
.treeview .expandable-hitarea {
    background-position: 0px 0px;
}
.icon-floder {
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
    background: url(../img/common/treeview/ico_treeview_floder.png) 0px 1px no-repeat;
}
.icon-floder.floder-check {
    background: url(../img/common/treeview/ico_treeview_floder_check.png) 0px 1px no-repeat;
}
.icon-floder.floder-x {
    background: url(../img/common/treeview/ico_treeview_floder_x.png) 0px 1px no-repeat;
}
/* 트리메뉴 끝 */
input[type="range"] {
	padding: 6px 0px;
}
/* ===================================
	03. 스타일 재정의 끝
====================================== */


/* ===================================
	05. 공통 시작
====================================== */
/* 컨텐츠 큰제목 시작 */
.contents-title {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.contents-title .contents-title-text::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 0px;
	width: 113px;
	height: 12px;
	margin-top: 8px;
	background: url(../img/common/bu/bu_main_title.png) no-repeat 50% 50%;
}
.contents-title .contents-title-text::before {
	content: "";
	position: absolute;
	top: 2px;
	right: 0px;
	display: block;
	width: 113px;
	height: 12px;
	margin-top: 8px;
	background: url(../img/common/bu/bu_main_title.png) no-repeat 50% 50%;
}
.contents-title-text {
	font-weight: bold;
	position: relative;
	padding: 0px 140px;
}
.contents-title-1depth {
	position: relative;
    font-size: 16px;
    padding: 0px 10px 0px 20px;
    margin: 0px;
    border: none;
    background: url(../img/common/bu/bu_title_4depth.png) no-repeat 0 50%;
}
.page-title {
	position: relative;
    height: 60px;
    font-size: 24px;
    text-align: left;
    color: #004064;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0px 0px 10px 44px;
    border-bottom: 2px solid #007ac3;
    background: url(../img/common/bu/bu_page_title.png) no-repeat 0px 0px;
}
.page-title-text {
	font-weight: bold;
	font-size: 34px;
	position: relative;
}
.page-system-title {
	position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    padding-left: 40px;
}
.page-system-title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 0.5;
	margin-top: -5px;
	border-radius: 5px;
}
.page-title-1depth {
	position: relative;
	height: 40px;
	font-size: 24px;
    text-align: left;
    color:#004064;
	font-weight: bold;
    margin: 0px;
    padding: 0px 0px 10px 44px;
    background: url(../img/common/bu/bu_title_1depth.png) no-repeat 0px 0px;
}
.page-front .page-title-1depth {
	height: 40px;
	font-size: 24px;
    text-align: left;
    color:#000;
    margin: 0px;
    padding: 0px 0px 10px 24px;
    background: url(../img/common/bu/bu_title_1depth_front.png) no-repeat 0px 4px;
}
.page-title-2depth {
	position: relative;
    height: 38px;
    color: #00182c;
    font-size: 20px;
    padding: 0px 0px 10px 38px;
    background: url(../img/common/bu/bu_title_2depth.png) no-repeat 0 3px;
}
.page-front .page-title-2depth {
	height: 38px;
	color: #00182c;
	font-weight: bold;
	font-size: 30px;
	margin-top: 60px;
	padding: 20px 0px 30px 0px;
	background: url(../img/common/bu/bu_title_2depth_front.png) no-repeat 0 0;
}
.page-title-3depth {
	position: relative;
	height: 36px;
	font-size: 18px;
	padding: 0px 0px 10px 24px;
	background: url(../img/common/bu/bu_title_3depth.png) no-repeat 0 5px;
}
.page-front .page-title-3depth {
	height: 36px;
	color: #08b3e3;
	font-weight: bold;
	font-size: 24px;
	margin-top: 50px;
	padding: 10px 0px 20px 0px;
	background: url(../img/common/bu/bu_title_3depth_front.png) no-repeat 0 0;
}
.page-title-3depth.title-line span {
	position: relative;
	background-color: #fff;
	padding-right: 20px;
	z-index: 12;
}
.page-title-3depth.title-line::after {
	content: "";
	display: block;
	background-color: #b5bfc8;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 21px;
}
.page-title-4depth {
	position: relative;
	height: 34px;
	font-size: 16px;
	padding: 0px 0px 10px 24px;
	background: url(../img/common/bu/bu_title_4depth.png) no-repeat 0 6px;
}
.border-bottom[class*="page-title-"] {
	border-bottom: 2px solid #007ac3;
	margin-bottom: 10px;
}
.input-label-display {
	position: relative;
    font-size: 16px;
    padding: 0px 10px 0px 20px;
    margin: 0px;
    border: none;
    background: url(../img/common/bu/bu_title_4depth.png) no-repeat 0 50%;
	pointer-events: none;
}
.input-group-text {
	padding: 0px 10px;
}
.page-category {
	position: absolute;
	top: 40px;
	right: 0px;
	padding-left: 30px;
	background: url(../img/common/icon/ico_category_home.png) no-repeat 0 6px;
}
.page-category .category-item {
	font-size: 16px;
	float: left;
	padding-left: 30px;
	background: url(../img/common/icon/ico_category_arrow.png) no-repeat 12px 50%;
}
.page-category .category-item:first-child {
	padding-left: 0px;
	background: none;
}
/* 컨텐츠 큰제목 끝 */

/* UL블릿 시작 */
ul.content-ul-list > li {
	font-size: 16px;
	color: #000;
	padding-left: 20px;
	padding-bottom: 2px;
	background: url(../img/common/bu/bu_li_type_01.png) no-repeat 0 8px;
}
ul.content-ul-list > li.list-style-none {
	background: none;
}

ul.title-ul-list > li {
    font-size: 18px;
    color: #0066c3;
    padding-left: 36px;
    padding-bottom: 6px;
    background: url(../img/common/bu/bu_li_type_03.png) no-repeat 0 0px;
}
ul.title-ul-list-reference > li {
    font-size: 18px;
    color: #0066c3;
    padding-left: 36px;
    padding-bottom: 6px;
    background: url(../img/common/bu/bu_li_type_06.png) no-repeat -6px -9px;
}
ul.contents-ul > li {
    font-size: 16px;
    color: #000;
    padding-bottom: 6px;
}
ul.contents-ul-list-1dep > li {
    font-size: 16px;
    color: #000;
    padding-left: 28px;
    padding-bottom: 6px;
    background: url(../img/common/bu/bu_li_type_04.png) no-repeat 0 2px;
}
ul.contents-ul-list-2dep > li {
    font-size: 16px;
    color: #000;
    padding-left: 28px;
    padding-bottom: 6px;
    background: url(../img/common/bu/bu_li_type_05.png) no-repeat 0 2px;
}

ul.title-ul-list > li > ul,
ul.title-ul-list-reference > li > ul,
ul.contents-ul > li > ul,
ul.contents-ul-list-1dep > li > ul,
ul.contents-ul-list-2dep > li > ul {
    padding: 10px 0px;
}

ul.ulli-decimal > li {
	font-size: 16px;
    color: #000;
	list-style-type: decimal;
	list-style-position: outside;
	padding-bottom: 6px;
}
ul.ulli-decimal.ulli-strong > li {
	font-weight: bold;
	margin-bottom: 14px;
}
ul.ulli-decimal.ulli-strong > li > ul > li {
	font-weight: normal;
}
ul.marker-strong > li::marker {
	font-weight: bold;
}
.round-num > li {
	position: relative;
	padding-left: 24px;
}
.round-num > li > .number {
	position: absolute;
    font-size: 18px;
	font-weight: bold;
    left: 0;
}
.kor-list > li {
	position: relative;
	padding-left: 24px;
}
.kor-list > li > .number {
	position: absolute;
    font-size: 16px;
	font-weight: bold;
    left: 0;
}
/* UL블릿 끝 */

.input-label-none {
	display: none;
}
.iframe-body-none {
	display: none;
}
.iframe-body {
	width: 100%;
	min-width: 100%;
	overflow-x:hidden;
	animation: none !important;
	animation-name: none !important;
	transition-duration: .0s !important;
	-ms-transition-duration: .0s !important;
	-moz-transition-duration: .0s !important;
	-webkit-transition-duration: .0s !important;
	-o-transition-duration: .0s !important;
}
.sub-iframe-body {
	width: 1020px;
	min-width: 1020px;
	overflow-x:hidden;
	animation: none !important;
	animation-name: none !important;
	transition-duration: .0s !important;
	-ms-transition-duration: .0s !important;
	-moz-transition-duration: .0s !important;
	-webkit-transition-duration: .0s !important;
	-o-transition-duration: .0s !important;
}
.popup-body .content-wrapper {
	padding: 20px;
}
iframe,
.animationNone,
.content-wrapper {
	animation: none !important;
	animation-name: none !important;
	transition-duration: .0s !important;
	-ms-transition-duration: .0s !important;
	-moz-transition-duration: .0s !important;
	-webkit-transition-duration: .0s !important;
	-o-transition-duration: .0s !important;
}

/* 메인팝업 시작 */
.main-divPopup {
	position: fixed;
	border: 2px solid #000;
	background-color: #fff;
	overflow: hidden;
	z-index: 9999;
}
.popup-contents-row {
	position: relative;
	width: 100%;
	display: table;
	box-sizing: border-box;
}
.popup-close-group {
	background-color: #000;
	border: 2px solid #000;
	height:40px;
	text-align: right;
}
.popup-close {
	display: inline;
}
.popup-close,
.popup-close-group a {
	color: #fff;
}
.popup-close-group a {
	margin-right: 20px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.popup-close-group a:hover {
	color: #3378c1;
}
.popup-close .gg-checkbox {
	margin-top: 10px;
	margin-right: 20px;
}
.ie .popup-close .gg-checkbox {
	margin-top: 6px;
	margin-right: 20px;
}
.popup-close .gg-checkbox > span:after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
}
.popup-hiddenFrame{
	display: none;
}
/* 메인팝업 끝 */

.table-reply {
	padding-left: 66px !important;
	background: url(../img/common/bg/bg_table_reply.png) no-repeat 8px 50%;
}

@media all {
	.form-inline .form-group,
	.form-inline .form-control {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
}


.input-group[class*="col-"] .input-group-btn {
	width: 1%;
}
.input-group .input-label-display,
.input-group .input-group-label,
.input-group .input-group-text {
	display: table-cell;
    white-space: nowrap;
	vertical-align: middle;
    width: 1%;
}
.input-group .input-group-label .input-label-display {
	display: inline-block;
	width: auto;
}
.input-group-btn.input-group-last > .btn,
.input-group-btn.input-group-last > .btn-group {
	margin-left: 0px;
}
.input-group-btn.input-group-last {
	padding-left: 10px;
}
.input-group-btn.input-group-last > .btn {
	border-radius: 5px;
}
.form-list > .form-inline {
	margin-bottom: 4px;
}
.form-list > .form-inline:last-child {
	margin-bottom: 0px;
}
.form-inline .form-group,
.form-inline .input-group {
	padding-left: 10px;
}
.form-inline .form-group:first-child,
.form-inline .input-group:first-child {
	padding-left: 0px;
}
.form-inline .form-group[class*="col-"],
.form-inline .input-group[class*="col-"] {
	float: left;
}
.control-label {
	padding: 0px 5px;
}
.form-inline .control-label + .form-group,
.form-inline .control-label + .input-group {
	padding-left: 0px;
}

/* 그리드내 구분 컬러 시작 */
.td-data [class*="value-color-"] {
	border-radius: 4px;
    display: block;
}
.td-data [class*="value-color-p-"] {
	color: #000;
}
.td-data [class*="value-color-thick-"] {
	color: #fff;
}
.value-color-p-g {
	background-color: #d5e9b6;
}
.value-color-p-o {
	background-color: #e9d3b6;
}
.value-color-p-r {
	background-color: #fcbaba;
}
.value-color-p-tur {
	background-color: #b6e9e5;
}
.value-color-p-gold {
	background-color: #ded9c6;
}
.value-color-p-db {
	background-color: #b0cee8;
}
.value-color-p-sg {
	background-color: #a4e2b5;
}
.value-color-thick-r {
	background-color: #d52027;
}
.value-color-thick-b {
	background-color: #007ac3;
}

.td-data [class*="notice-color-"] {
	border-radius: 4px;
    display: inline;
    padding: 2px 10px;
    margin-right: 10px;
    color: #fff;
}
.notice-color-r {
	background-color: #d52027;
}

/* 그리드내 구분 컬러 끝 */

/* step 시작 */
.step-bar {
	background-color: #4f5961;
	width: 100%;
	height: 50px;
	border-radius: 5px;
    overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.step-ul {
	display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}
.step-li {
	position: relative;
	color: #fff;
	line-height: 50px;
	width: 0;
	flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	cursor: pointer;
}
.step-li::after {
	content: "";
	position: absolute;
	right: -20px;
	width: 20px;
	height: 50px;
	background: url(../img/common/bu/bu_step.png) no-repeat right 50%;
	z-index: 1;
}
.step-li:last-child::after {
	background: none;
}
.step-li.active {
	background-color: #1382de;
}
.step-li.active::after {
	background: url(../img/common/bu/bu_step_active.png) no-repeat right 50%;
}
.step-li .step-text {
	font-weight: bold;
    padding: 4px 10px;
    background-color: #939a88;
    border-radius: 10px;
    margin-right: 10px;
    color: #000;
}
.step-li.active .step-text {
    background-color: #8fc43d;
}
/* step 끝 */

/* 탭 시작 */
.nav-tabs {
    border-bottom: 3px solid #007ea8;
}
.nav-tabs > li {
    margin-bottom: 0px;
}
.nav-tabs > li > a {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 12px;
    color: #114672 ;
    background-color: #e5ebf0;
	min-width: 50px;
    text-align: center;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border: 1px solid transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #007ea8;
    border: 1px solid #007ea8;
}
.tab-content {
    margin-top: 10px;
}
.tab-content > .tab-pane {
	position: relative;
}
.tab-content > .tab-pane > .tab-top-btn {
	position: absolute;
	top: -50px;
	right: 0px;
}
.contents-row .tab-top-btn {
	position: absolute;
	top: 5px;
	right: 0px;
}
.nav-tabs.tabs-width-slim > li > a {
	padding: 10px 14px;
}
/* 탭 끝 */

/* 탭(자식탭이 있는 탭) 시작 */
.tab-content.tab-content-1dep {
	margin-top: 10px;
}
.tab-content-1dep .nav-tabs-2dep {
	border: 1px solid #7a7d96;
	display: table;
    width: 100%;
	border-collapse: collapse;
}
.tab-content-1dep .nav-tabs-2dep > li {
	float: none;
    display: table-cell;
	text-align: center;
	border-left: 1px solid #7a7d96;
}
.tab-content-1dep .nav-tabs-2dep > li:first-child {
	border-left: 0px;
}
.tab-content-1dep .nav-tabs-2dep > li > a {
	margin-right: 0px;
	padding: 4px;
	border-radius: 0px;
	background-color: #fff;
	color: #1e2929;
	border: 0px;
}
.tab-content-1dep .nav-tabs-2dep > li.active > a,
.tab-content-1dep .nav-tabs-2dep > li.active > a:focus,
.tab-content-1dep .nav-tabs-2dep > li.active > a:hover {
	background-color: #7a7d96;
	border: 0px;
	color: #fff;
}
.tab-content-1dep .nav-tabs-2dep > li.active > a::before {
	content: "";
    display: block;
    position: absolute;
    z-index: 10;
    bottom: -9px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-top: 8px solid #7a7d96;
    border-right: 6px solid transparent;
}
.tab-content-1dep .nav-tabs-2dep::before,
.tab-content-1dep .nav-tabs-2dep::after {
	content: none;
}
/* 탭(자식탭이 있는 탭) 끝 */

/* 댓글 시작 */
.comment-wrapper {
	border: 1px solid #d8d8d9;
	margin-top: 20px;
	margin-bottom: 20px;
}
.comment-head {
	background-color: #eff4f9;
	border-bottom: 1px solid #d8d8d9;
	padding: 10px 20px;
}
.comment-head .comment-count {
	display: inline;
	font-size: 18px;
}
.comment-head .comment-count-num {
    color: #007ac3;
	font-weight: bold;
}
.comment-head .comment-sort {
	float: right;
}
.comment-head .comment-sort > li {
	position: relative;
	float: left;
    margin-left: 10px;
    padding-left: 10px;
}
.comment-head .comment-sort > li::before {
	content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #9f9f9f;
    position: absolute;
    top: 6px;
    left: 0px;
}
.comment-head .comment-sort > li:first-child::before {
	display: none;
}
.comment-contents {
	padding: 10px 20px;
}
.comment-info-nick {
	font-size: 18px;
	color: #000;
}
.comment-info-date {
	font-size: 14px;
    color: #747474;
    margin-left: 14px;
}
.comment-list > li {
	border-bottom: 1px solid #d8d8d9;
    margin: 10px 0px;
}
.comment-list > li:last-child {
	border-bottom: none;
}
.comment-text {
	padding: 2px 0px;
}
.comment-bottom {
	margin-top: 10px;
}
.comment-info-group {
	padding-bottom: 10px;
}
.comment-reply-group {
	padding: 10px 20px 10px 40px;
    min-height: 30px;
    border-top: 1px solid #d8d8d9;
    background: #fafafa url(../img/common/bg/bg_reply_group.png) no-repeat 12px 0px;
}
.reply-fold-wrap {
	text-align: center;
}
.reply-fold-wrap .btn {
	width: 100%;
}
.reply-fold-wrap .btn::before {
	position: relative;
	margin-top: 0px;
	margin-right: 10px;
}
.reply-fold-wrap .btn span {
	position: absolute;
}
.comment-reply-write-group {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #d0d0d0;
}
.comment-reply-write-group .comment-info {
	padding: 10px 20px;
}
.comment-reply-write-group .comment-reply-write {
	padding: 0px 20px 10px 20px;
}
.comment-reply-write-group .comment-reply-bottom {
	padding: 10px 20px;
	border-top: 1px solid #d0d0d0;
	text-align: right;
}
/* 댓글 끝 */

/* 이전/다음 상세 시작 */
.table-pre-next.table-scrollable {
    border-top: 2px solid #114672;
    border-bottom: 2px solid #114672;
    border-left: none;
    border-right: none;
}
.table-pre-next .table.table-bordered {
	border: none;
}
.table-pre-next .table.table-bordered tbody > tr > td.td-head {
    background: #e5ebf0;
}
.table-pre-next.table-pre-next .table > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #d5d5d5;
}
.table-pre-next.table-pre-next .table > tbody > tr:last-child > td {
	border-bottom: none;
}
.pre-next-btn {
    position: relative;
    display: block;
    width: 134px;
    height: 40px;
    line-height: 32px;
    padding: 4px 10px 4px 50px;
    font-size: 16px;
    font-weight: bold;
}
.pre-next-btn::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    display: block;
    width: 2px;
    height: 20px;
    background-color: #114672;
}
.pre-next-btn.pre-btn {
    background: url(../img/common/icon/ico_library_btn_pre.png) no-repeat 0 0;
}
.pre-next-btn.next-btn {
    background: url(../img/common/icon/ico_library_btn_next.png) no-repeat 0 0;
}
/* 이전/다음 상세 끝 */

/* 썸네일 테이블 시작 */
.library-view-wrapper {
    position: relative;
	display: flex;
    flex-wrap: wrap;
    margin: 10px;
}
.library-view-img {
	flex-basis: 0;
    flex-grow: 1;
    max-width: 300px;
}
.library-view-img .library-lookup-count {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    color: #105157;
}
.library-view-img .library-lookup-count .lookup-count-value {
    color: #000;
}
.library-view-wrapper .library-view-cont {
    flex-basis: 0;
    flex-grow: 1;
    margin: 0px 0px 0px 10px;
}
.library-view-wrapper .library-view-cont dl {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}
.library-view-wrapper .library-view-cont dl:last-child {
	margin-bottom: 0px;
}
.library-view-wrapper .library-view-cont dl::after {
    content: "";
    display: block;
    clear: both;
}
.library-view-wrapper .library-view-cont dl dt {
	display: table-cell;
    width: 120px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #d8d8d8;
    background-color: #f9f9f9;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
}
.library-view-wrapper .library-view-cont dl dd {
    display: table-cell;
    width: calc(100% - 120px);
    font-size: 15px;
    padding: 0 10px;
    text-align: left;
    overflow-y: auto;
	vertical-align: middle;
}
.library-view-wrapper .library-view-cont dl dt,
.library-view-wrapper .library-view-cont dl dd {
    height: 28px;
	vertical-align: middle;
}
.library-view-wrapper .library-view-cont .library-view-cont-det {
    height: 28px;
	vertical-align: middle;
}
.library-view-wrapper .library-view-cont .library-view-cont-det dt {
    display: inherit;
    float: left;
}
.library-view-wrapper .library-view-cont .library-view-cont-det dd {
    display: inherit;
    width: calc(100% - 120px);
    float: left;
    text-align: left;
    overflow-y: auto;
}
.library-view-wrapper .library-view-cont .library-view-cont-det dt,
.library-view-wrapper .library-view-cont .library-view-cont-det dd {
    height: 100%;
}
.library-view-wrapper .library-view-cont .library-view-cont-det dd pre {
    border: none;
    background: none;
    padding: 0px;
    white-space: pre-wrap;
}
.library-thumbnail .library-thumbnail-img {
	width: 100%;
	border: 1px solid #d5d5d5;
}
.library-btn-group {
	height: 28px;
    margin-top: 8px;
}
/* 썸네일 테이블 끝 */

/* 시스템 왼쪽 메뉴 탭 시작 */
.page-sidebar .system-left-tab-wrapper {

}
.page-sidebar .system-left-tab-group {
    width: 100%;
    display: table;
	background-color: #c7c7c7;
}
.page-sidebar .system-left-tab-group > li {
    float: none;
    display: table-cell;
	border-left: 1px solid #a9a9a9;
}
.page-sidebar .system-left-tab-group > li:first-child {
	border-left: 0px;
}
.page-sidebar .system-left-tab-group > li > a {
	position: relative;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #114672;
    padding: 12px 8px 12px 30px;
    text-align: center;
}
.page-sidebar .system-left-tab-group > li.active > a {
    color: #fff;
    background-color: #007ea8;
}
.page-sidebar .system-left-tab-group > li.active > a::after {
	content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-top: 8px solid #007ea8;
    border-right: 6px solid transparent;
    z-index: 10;
}
.page-sidebar .system-left-tab-group > li > a::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 38px;
    height: 38px;
    display: block;
}
.page-sidebar .system-left-tab-group > li > a.tab-search-area::before {
    background: url(../img/common/icon/ico_btn_search_area.png) no-repeat 50% 50%;
}
.page-sidebar .system-left-tab-group > li > a.tab-search-business::before {
    background: url(../img/common/icon/ico_btn_search_business.png) no-repeat 50% 50%;
}
.page-sidebar .system-left-tab-group > li > a.tab-search-coordinate::before {
    background: url(../img/common/icon/ico_btn_search_coordinate.png) no-repeat 50% 50%;
}
.page-sidebar .system-left-tab-group > li > a.tab-design::before {
    background: url(../img/common/icon/ico_left_tab_design.png) no-repeat 50% 50%;
}
.page-sidebar .system-left-tab-group > li > a.tab-construction::before {
    background: url(../img/common/icon/ico_left_tab_construction.png) no-repeat 50% 50%;
}
.page-sidebar .system-left-tab-group > li > a.tab-maintain::before {
    background: url(../img/common/icon/ico_left_tab_maintain.png) no-repeat 50% 50%;
}
.page-sidebar .tab-content {
    margin-top: 20px;
}
.page-sidebar .system-left-tab-wrapper .tab-content {
	margin-top: 0px;
	padding: 15px;
	overflow-y: auto;
}
.page-sidebar .table-bottom-control {
    margin-top: 20px;
}
.page-sidebar .table > tbody > tr > th.td-head,
.page-sidebar .table > tbody > tr > td.td-head,
.page-sidebar .table > tfoot > tr > th.td-head,
.page-sidebar .table > tfoot > tr > td.td-head {
    text-align: left;
}

.system-left-search-control {

}
.system-left-search-result {
    margin-top: 20px;
}
.system-left-search-result .table.table-thead {
    margin-bottom: 14px;
}
.system-left-search-result .table.table-thead > thead > tr > th {
    text-align: center;
    border-top: 1px solid #d1d1d1 !important;
    border-bottom: 1px solid #d1d1d1 !important;
    background-color: #f9f9f9;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 4px;
}
.system-left-search-result .table.table-tbody {
    overflow-y: auto;
}
.system-left-search-result .table.table-tbody > tbody > tr > td {
    font-size: 14px;
}
.system-left-search-result .table.table-tbody > tbody > tr > td.search-result-icon {
    background: url(../img/system-service/icon/ico_search_result.png) no-repeat 0px 50%;
    padding-left: 26px;
}
.system-left-guide {
    margin-top: 20px;
}
.page-sidebar hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #d1d1d1;
}
.system-guide-list {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px dotted #d1d1d1;
    padding: 10px 12px;
}
.system-guide-list > li {
    height: 42px;
    font-size: 14px;
    padding: 10px 10px 10px 50px;
}
.system-guide-list > li.list-expert {
    background: url(../img/system-service/icon/ico_map_guide_list_expert.png) no-repeat 0px 50%;
}
.system-guide-list > li.list-phys {
    background: url(../img/system-service/icon/ico_map_guide_list_phys.png) no-repeat 0px 50%;
}
.system-guide-notice {
    position: relative;
    margin-top: 20px;
    padding: 22px 20px 22px 70px;
    background-color: #f3f7f8;
    font-size: 14px;
    line-height: 18px;
}
.system-guide-notice::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 12px;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background: url(../img/system-service/icon/ico_map_guide_notice.png) no-repeat 50% 50%;
}
/* 시스템 왼쪽 메뉴 탭 끝 */

/* 웹접근성 시작 */
#skipToContent {
	position: absolute;
    margin-top: -1px;
    z-index: 9999;
    display: block;
    width: 100%;
    top: 0px;
}
#skipToContent a {
	position: absolute;
    top: -58px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    line-height: 58px;
    color: #FFF;
    height: 58px;
    text-align: center;
}
.ir {
	text-indent: -9999px;
    position: fixed;
    top: -9999px;
    font-size: 1px;
    width: 1px;
    height: 1px;
    opacity: 0;
}
/* 웹접근성 끝 */

/* ===================================
	04. 공통 끝
====================================== */


/* ===================================
	05. 메뉴 재정의 시작
====================================== */

header nav.navbar.white-link .navbar-nav > li > a, nav.navbar.bootsnav.white-link ul.nav > li > a,
header nav.navbar.white-link .header-social-icon a, nav.navbar.bootsnav.white-link .header-social-icon a,
header nav.navbar.white-link .header-searchbar a, nav.navbar.bootsnav.white-link .header-searchbar a,
header nav.navbar.bootsnav ul.nav.white-link > li > a, nav.navbar.white-link .heder-menu-button a {
	color: #232323;
}
.white-link .mobile-toggle span {
	background: #232323;
}
header nav.navbar-fixed-top {
	background-color: transparent;
}
header.sticky nav.navbar-fixed-top {
	background-color: #ffffff;
}
header.sticky .header-global-wrapper {

}

/* header animation disable */
header,
header nav.navbar-fixed-top {
	transition-timing-function: inherit;
	-ms-transition-timing-function: inherit;
	-moz-transition-timing-function: inherit;
	-webkit-transition-timing-function: inherit;
	-o-transition-timing-function: inherit;
	transition-duration: 0s;
	-ms-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
}

/* dropdown menu animation disable */
.dropdown-menu,
.dropdown-menu.animated,
.dropdown-menu.fadeOut,
.dropdown-menu.fadeIn {
	animation: none !important;
}
.dropdown-menu.in {
	display: block;
}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul.in,
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul > li.dropdown > ul.in {
	display: block;
}

.nav-header-inner {
	align-items: center;
	display: -ms-flex; display:
	-webkit-flex; display:
	-moz-flex;
	display: flex;
	height: auto;
	padding: 0;
}
.navbar-collapse-wrapper {
	width: auto;
	float: right;
}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li {
	float: left;
}
@media (max-width: 991px) {

}
@media all {
	.navbar-nav > li {
		float: left !important;
		clear: none !important;
	}
	nav.navbar.bootsnav .navbar-nav {
		background-color: inherit !important;
		margin: 0;
		float: left !important;
	}
	.navbar-collapse.collapse,
	nav.navbar.bootsnav .navbar-collapse.collapse {
		display: block!important;
	}
	nav.navbar.bootsnav li.dropdown .mega-menu > ul {
		margin: 0 auto;
		width: auto;
		display: table;
	}
	.navbar-btn-wrapper {
		width: auto;
		padding-left: 30px;
	}
}

/* 헤더 스타일 시작 */
.navbar-collapse-wrapper,
.navbar-collapse.collapse,
nav.navbar.navbar-default ul.nav > li > a {
	height: 60px;
}
header nav.navbar .navbar-nav > li > a,
nav.navbar.bootsnav ul.nav > li > a {
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	padding: 0px 30px;
	margin: 0px;
}
.navbar-global-wrapper {
	position: relative;
	display: block;
	width: 1280px;
	height: 60px;
	margin: 0px auto;
	overflow: hidden;
}
.nav-header-bg {
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 0px;
}
.nav-header-line {
	position: absolute;
	top: 0px;
	width: 100%;
	background-color: #fff;
}
.nav-header-inner {
	display: block;
}
.navbar-wrapper {
	width: 100%;
	position: relative;
}
.navbar-collapse-wrapper {
	position: relative;
	width: 1280px;
	float: none;
	display: block;
	margin: 0px auto;
}
.navbar-btn-wrapper {
	position: absolute;
	right: 0px;
	top: 0px;
}
header .logo-wrapper {
	position: absolute;
    top: 0px;
}
header .logo .logo-dark {
	visibility: visible;
	opacity: 1;
	width: auto;
}
header .global-link-wrapper {
	position: absolute;
	right: 0px;
	top: 0px;
}
header .global-link-wrapper ul li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 2px;
}
header .global-link-wrapper ul li:last-child {
	margin: 0px;
	padding: 0px;
}
header .global-link-wrapper ul li,
header .global-link-wrapper ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
header .global-link-wrapper ul li a.btn {
	border-radius: 50px;
	padding: 0px 14px;
}
header .global-link-wrapper ul li a.top-btn {
	padding-left: 30px;
}
header .global-link-wrapper ul li a.top-btn.btn-sitemap {
	background: url(../img/common/icon/ico_top_btn_sitemap.png) no-repeat 0px 50%;
}
header .global-link-wrapper ul li a.top-btn.btn-mypage {
	background: url(../img/common/icon/ico_top_btn_mypage.png) no-repeat 0px 50%;
}
header .global-link-wrapper ul li a.top-btn.btn-member-photo {
	background: url(../img/common/icon/ico_top_btn_admin.png) no-repeat 0px 50%;
}
header .global-link-wrapper .ip-zone {
	border-radius: 50px;
	color: #001221;
	background-color: #9cb4cd;
	padding: 7px 20px;
	font-size: 14px;
}
header .global-link-wrapper .username-zone {
	display: block;
	padding-left: 40px;
	font-size: 14px;
	background: url(../img/common/icon/icon_avatar.png) no-repeat 0px 50%;
}
header .global-link-wrapper .username {
	color: #35ffc3;
	font-weight: bold;
}
header .global-link-wrapper ul li a.top-btn-member {
	line-height: 28px;
	height: 30px;
	margin-top: 4px;
	padding-left: 40px;
	color: #fff;
	font-weight: bold;
}
header .global-link-wrapper ul li a.btn.login-btn {
	color: #000;
	background: #35ffc3 url(../img/common/icon/ico_top_login.png) no-repeat 12px center;
}
header .global-link-wrapper ul li a.btn.logout-btn {
	color: #000;
	background: #35ffc3 url(../img/common/icon/ico_top_logout.png) no-repeat 12px center;
}
header .global-link-wrapper ul li a.btn.member-btn {
	background: #1e2929 url(../img/common/icon/ico_top_user.png) no-repeat 12px center;
}
header .global-link-wrapper ul li a.btn.secession-btn {
	background: #1e2929 url(../img/common/icon/ico_top_secession.png) no-repeat 12px center;
}
header .global-link-wrapper ul li a.btn.id-pw-btn {
	background: #1e2929 url(../img/common/icon/ico_top_id_pw.png) no-repeat 12px center;
}
header .global-link-wrapper ul li a.btn.home-btn {
	color: #000;
	background: #35ffc3 url(../img/common/icon/ico_category_home.png) no-repeat 12px center;
}
header .header-right-menu {
	display: table;
    width: 150px;
    height: 60px;
    float: left;
}
header .header-right-menu.header-menu-all {
	width: 60px;
	background: #000 url(../img/common/icon/ico_header_menu_all.png) no-repeat 50% 50%;
}
header .header-right-menu.header-menu-01 {
	background: #00a999 url(../img/common/icon/ico_header_menu_01.png) no-repeat 30px 50%;
}
header .header-right-menu.header-menu-02 {
	background: #02bdac url(../img/common/icon/ico_header_menu_02.png) no-repeat 30px 50%;
}
header .header-right-menu.header-menu-03 {
	background: #13a7ce url(../img/common/icon/ico_header_menu_03.png) no-repeat 30px 50%;
}
header .header-right-menu.header-menu-04 {
	background: #3378c1 url(../img/common/icon/ico_header_menu_04.png) no-repeat 30px 50%;
}
header .header-right-menu.header-menu-produce {
	background: #13a7ce url(../img/common/icon/ico_header_link_produce_big.png) no-repeat 6px 50%;
}
header .header-right-menu.header-menu-business {
	background: #02bdac url(../img/common/icon/ico_header_link_business_big.png) no-repeat 6px 50%;
}
header .header-menu-text {
	color: #fff;
    font-size: 14px;
	font-weight: bold;
    display: table-cell;
    width: 100%;
    text-align: left;
    padding: 10px 10px 10px 70px;
    line-height: 16px;
    height: 60px;
    vertical-align: middle;
}
header .nav.navbar-nav > li {
	position: relative;
}
header .nav.navbar-nav > li.on > a,
header .nav.navbar-nav > li.active > a,
header .nav.navbar-nav > li:focus > a,
header .nav.navbar-nav > li:hover > a {
	color: #000 !important;
}
header .nav.navbar-nav > li::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	width: 0%;
	height: 4px;
	background-color: #00c48a;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}
header .nav.navbar-nav > li.on::before,
header .nav.navbar-nav > li.active::before,
header .nav.navbar-nav > li:focus:before,
header .nav.navbar-nav > li:hover::before {
	content: "";
	left: 0%;
	width: 100%;
}
header .simple-dropdown .dropdown-menu > li > a {
	font-size: 14px;
	color: #e2e2e2;
}
header .simple-dropdown .dropdown-menu {
	background: #00345f;
}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li:hover {
	background-color: #003f73;
}
header.sticky nav.navbar-fixed-top {
	background-color: inherit;
}
header.sticky .nav-header-bg {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
header.sticky .nav-header-line {
	background-color: #f1f4f7;
}
header.sticky .nav-header-container {
	height: 114px;
}
header.sticky .navbar-global-wrapper {
    height: 0px;
    padding: 0px;
}
/* 헤더 스타일 끝 */

/* 왼쪽메뉴 시작 */
.page-sidebar {
	overflow-y: auto;
	background:#eaecec;
}
.page-sidebar .page-sidebar-menu {
	background-color: #dee3e4;
}
.page-sidebar .page-sidebar-menu > li {
	border-top: 1px solid #b8c3c5;
}
.page-sidebar .page-sidebar-menu > li:last-child {
	border-bottom: 1px solid #b8c3c5;
}
.page-sidebar .page-sidebar-menu > li.heading {
	border-top: 0px;
    padding: 27px 15px;
	font-size: 24px;
    text-align: center;
	color: #fff;
	background-color: #007ac3;
	border: 1px solid #007ac3;
}
.page-sidebar .page-sidebar-menu > li > a {
	color: #424242;
	border-top: 0;
	padding: 6px 35px 6px 15px;
	font-weight: bold;
}
.page-sidebar .page-sidebar-menu > li.active,
.page-sidebar .page-sidebar-menu > li.active.open {
	padding: 10px;
	background-color: #dee3e4;
}
.page-sidebar .page-sidebar-menu > li.active > a,
.page-sidebar .page-sidebar-menu > li.active.open > a {
	color: #ffffff;
    background: #45a3da;
	padding: 10px 5px 10px 30px;
	border-radius: 5px;
}
.page-sidebar .page-sidebar-menu .sub-menu {
	border-top: 1px solid #b8c3c5;
	background: #eaecec;
}
.page-sidebar .page-sidebar-menu > li.active > .sub-menu,
.page-sidebar .page-sidebar-menu > li.active.open > .sub-menu {
	border-top: 0px;
	background: #dfe6e9;
}
.page-sidebar .page-sidebar-menu .sub-menu li {
	margin-top: 0;
}
.page-sidebar .page-sidebar-menu .sub-menu li.active {
	padding: 4px 10px;
}
.page-sidebar .page-sidebar-menu > li > a > .arrow:before {
	top:4px;
}
.page-sidebar .page-sidebar-menu .sub-menu li > a {
	position: relative;
	display: block;
	color:#424242;
	padding: 5px 20px 5px 50px;
}
.page-sidebar .page-sidebar-menu .sub-menu li > a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 32px;
	width: 10px;
	height: 4px;
	margin-top: -2px;
	background-color: #009ee5;
}
.page-sidebar .page-sidebar-menu .sub-menu > li.active > a {
	padding: 5px 10px 5px 40px;
}
.page-sidebar .page-sidebar-menu .sub-menu > li.active > a,
.page-sidebar .page-sidebar-menu .sub-menu > li.active.open > a {
	color: #fff;
    background: #47a0e6;
}
.page-sidebar .page-sidebar-menu .sub-menu > li.active > a::after,
.page-sidebar .page-sidebar-menu .sub-menu > li.active.open > a::after {
	left: 22px;
	background-color: #fff;
}

.page-sidebar-wrapper {
	float: left;
	width: 222px;
	padding-bottom: 40px;
}
.page-sidebar .page-sidebar-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0;
    padding: 10px 15px 10px 40px;
    text-decoration: none;
    font-weight: 300;
}
.page-sidebar .page-sidebar-menu > li > a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background-color: #fff;
    background-image: linear-gradient(90deg, #489fe7 0%, #2dc0c6 100%);
	border-radius: 50%;
}
.page-sidebar .page-sidebar-menu > li.active > a::after {
	background-image: none;
	left: 10px;
}
.page-sidebar .page-sidebar-menu li > a > .arrow:before {
    content: "";
    position: absolute;
    float: right;
    display: inline;
    width: 20px;
    height: 20px;
	top: 12px;
    right: 22px;
	background: url(../img/common/icon/icon_nav_link_arrow.png) no-repeat 50% 50%;
}
.page-sidebar .page-sidebar-menu li.active > a > .arrow:before  {
	right: 12px;
}
.page-sidebar .page-sidebar-menu li > a > .arrow.open:before {
	background: url(../img/common/icon/icon_nav_link_arrow_open.png) no-repeat 50% 50%;
}
.page-sidebar .page-sidebar-menu li.active > a > .arrow:before {
	background: url(../img/common/icon/icon_nav_link_arrow_white.png) no-repeat 50% 50%;
}
.page-sidebar .page-sidebar-menu li.active > a > .arrow.open:before {
	background: url(../img/common/icon/icon_nav_link_arrow_white_open.png) no-repeat 50% 50%;
}
.page-sidebar .page-sidebar-menu .sub-menu {
    list-style: none;
    display: none;
}

/* 3뎁스 메뉴 시작 */
.page-sidebar .page-sidebar-menu .sub-menu > li {
    /* 3뎁스 메뉴 */
}
.page-sidebar .page-sidebar-menu .sub-menu > li > a {

}
.page-sidebar .page-sidebar-menu .sub-menu > li > a > .arrow:before {
    top: 7px;
}
/* 3뎁스 메뉴 끝 */

/* 4뎁스 메뉴 시작 */
.page-sidebar .page-sidebar-menu .sub-menu > li > .sub-menu {
	padding: 4px 10px;
}
.page-sidebar .page-sidebar-menu .sub-menu > li.open > .sub-menu {
	border-bottom: 1px solid #b8c3c5;
	background: #d9e0e1;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1) inset;
}
.page-sidebar .page-sidebar-menu .sub-menu > li > .sub-menu > li {
	padding: 0px;
}
.page-sidebar .page-sidebar-menu .sub-menu > li > .sub-menu > li > a {
	padding: 5px 10px 5px 50px;
}
.page-sidebar .page-sidebar-menu .sub-menu > li.active > .sub-menu > li > a {
    padding: 5px 10px 5px 36px;
}
.page-sidebar .page-sidebar-menu .sub-menu > li > .sub-menu > li.active > a,
.page-sidebar .page-sidebar-menu .sub-menu > li > .sub-menu > li.active.open > a {
	background: #2dc0c6;
	border-radius: 5px;
	padding: 5px 10px 5px 36px;
}
.page-sidebar .page-sidebar-menu .sub-menu > li > .sub-menu > li > a::after {
    width: 4px;
	left: 36px;
}
.page-sidebar .page-sidebar-menu .sub-menu > li.active > .sub-menu > li > a::after,
.page-sidebar .page-sidebar-menu .sub-menu > li.active.open > .sub-menu > li > a::after {
	width: 4px;
	left: 22px;
}
.page-sidebar .page-sidebar-menu .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    padding-left: 80px;
	background-position: 60px 50%;
}
/* 4뎁스 메뉴 끝 */

.page-sidebar .page-sidebar-menu .sub-menu.always-open {
    display: block;
	/* 계속펼침 메뉴 */
}
.page-sidebar .page-sidebar-menu li.active > .sub-menu {
    display: block;
}
/* 왼쪽메뉴 끝 */

/* ===================================
	05. 메뉴 재정의 끝
====================================== */


/* ===================================
	06. 풋터 시작
====================================== */
.page-footer {
	position: relative;
	height: 100px;
	background-color: #fff;
	border-top:1px solid #b8bfc6;
	padding: 15px 0px;
	font-size: 12px;
	clear: both;
}
.page-footer-inner {
    position: relative;
}
.page-footer .page-footer-inner {
	margin-top: 5px;
	margin: 0px auto;
}
.page-footer .page-footer-inner .page-footer-logo {
	float: left;
}
.page-footer .page-footer-inner .page-footer-container {
	position: absolute;
	display: inline-block;
	margin-left: 20px;
}
.page-footer .page-footer-inner .page-footer-container span {
	line-height: 16px;
}
.page-footer .page-footer-inner .page-footer-container .address {
	display: block;
	font-weight: bold;
}
.page-footer .page-footer-inner .page-footer-container .tel {
	display: block;
	font-weight: bold;
}
.page-footer .page-footer-inner .page-footer-container .copyright {
	display: block;
	color: #8d8d8d;
}
.page-footer .page-footer-link {
	position: relative;
	float: right;
	width: 528px;
}
.page-footer .page-footer-link .page-footer-info {
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: bold;
}
.page-footer .page-footer-link .page-footer-info li {
	float: left;
	margin-left: 10px;
	padding-left: 15px;
	background: url(../img/common/bu/bu_footer_link.png) no-repeat left 40%;
}
.page-footer .page-footer-link .page-footer-info li:first-child {
	background: none;
}
.page-footer .page-footer-link .page-footer-institution {
	position: absolute;
	top: 26px;
	right: 0px;
}
.page-footer .page-footer-link .page-footer-institution .page-footer-select-set {
	float: left;
	margin-left: 10px;
}
.page-footer .page-footer-link .page-footer-institution .page-footer-select-set .select-container {
	float: left;
}
.page-footer .page-footer-link .page-footer-institution .page-footer-select-set button {
	margin-left: 4px;
}
.page-family-site {
    position: absolute;
    top: 14px;
    right: 0px;
}
.page-family-site .family-site {
    float: left;
    width: auto;
    min-width: 220px;
    max-width: 400px;
    height: 36px;
    margin-right: 4px;
}
/* ===================================
	06. 풋터 끝
====================================== */




/* ===================================
	07. 메인 레이아웃 시작
====================================== */
.main section {
	padding: 0px 0px;
}
.main .contents-row {
	margin: 0px auto;
	padding: 34px 0px;
	z-index: 2;
}

/* 메인비쥬얼 시작 */
.parallax-container {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
}
.visual-middle-main {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
}
.visual-bottom-group {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
}
.visual-btn-group {
	height: 220px;
	width: 100%;
	background-color: #3378c1;
	background-image: linear-gradient(141deg, #3378c1 0%, #40abcc 50%, #4ad1d4 80%);
}
.visual-user-count-wrapper {
	position: absolute;
	top: 180px;
	width: 100%;
	z-index: 1;
}
.visual-user-count-group {
	margin: 0px auto;
}
.visual-user-count-group .user-count-box {
	position: relative;
	width: 300px;
	font-size: 20px;
	background-color: #4ad0d4;
	border-radius: 50px;
	clear: both;
	float: right;
	padding: 4px 20px 4px 0px;
	margin-bottom: 8px;
}
.visual-user-count-group .user-count-box .count-title {
	background-color: #3378c1;
	border-radius: 50px;
	color: #fff;
	padding: 5px 20px;
}
.visual-user-count-group .user-count-box .user-count {
	float: right;
	color: #00345f;
	font-weight: bold;
}
.visual-status-count-group {
	margin: 0px auto;
}
.visual-status-count-group .status-count-box {
	position: relative;
	width: 660px;
	height: 55px;
	font-size: 26px;
	background-color: #3378c1;
	background-image: linear-gradient(141deg, #3378c1 0%, #40abcc 50%, #4ad1d4 80%);
	border-radius: 50px;
	clear: both;
	float: right;
	padding: 4px 4px 4px 20px;
	margin-top: -30px;
	z-index: 1;
}
.visual-status-count-group .status-count-box .count-title {
	color: #fff;
	padding: 12px 20px;
	display: block;
	float: left;
}
.visual-status-count-group .status-count-box .status-count {
	color: #00345f;
	font-weight: bold;
	vertical-align: middle;
}
.visual-status-count-group .status-count-box .value-group {
	float: right;
}
.visual-status-count-group .status-count-box .status-btn {
	color: #00345f;
	line-height: 32px;
	height: 47px;
	padding-left: 26px;
	padding-right: 65px;
	margin-left: 10px;
	border-radius: 50px;
	font-size: 20px;
	background: #fff url(../img/common/icon/ico_parallax_status_btn.png) no-repeat 130px center;
}
.visual-btn-group .visual-btn-inner {
	position: relative;
	margin: 0px auto;
}
.visual-btn-group .visual-btn-inner .visual-btn-align {
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 1;
}
.visual-btn-group .parallax-btn-text {
	display: block;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top: 108px;
}
.visual-btn-group .visual-btn-box {
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 10px;
	margin-left: 30px;
	cursor: pointer;
	background-color: rgba(0, 125, 169, 0.6);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.visual-btn-box.visual-btn-01 {
	background-image: url(../img/common/icon/ico_parallax_btn_01.png);
}
.visual-btn-box.visual-btn-02 {
	background-image: url(../img/common/icon/ico_parallax_btn_02.png);
}
.visual-btn-box.visual-btn-03 {
	background-image: url(../img/common/icon/ico_parallax_btn_03.png);
}
.visual-btn-box.visual-btn-04 {
	background-image: url(../img/common/icon/ico_parallax_btn_04.png);
}
.visual-btn-box.visual-btn-05 {
	background-image: url(../img/common/icon/ico_parallax_btn_05.png);
}
.visual-btn-box.visual-btn-06 {
	background-image: url(../img/common/icon/ico_parallax_btn_06.png);
}
.main-slogan {
	position: absolute;
	left: 40%;
	top: 18%;
	width: 360px;
	height: 128px;
	background:url(../img/common/bg/main_parallax_text.png) no-repeat 0px 0px;
}
.main-img-map {
	position: absolute;
	left: 0px;
	bottom: 31px;
	width: 100%;
	height: 777px;
	background:url(../img/common/bg/main_parallax_img_map.png) no-repeat 50% 0px;
}
.main-img-child {
	position: absolute;
	left: 10%;
	top: -5%;
	width: 335px;
	height: 1162px;
	background:url(../img/common/bg/main_parallax_img_child.png) no-repeat 0px 0px;
}
/* 메인비쥬얼 끝 */

/* ==== main flexslider 커스텀 시작 ==== */
/* flexslider 기본 시작 */
.flexslider-wrapper {

}
.flexslider {
	height: auto !important;
	overflow: visible;
	background: none;
}
.flex-control-paging li a {
	background:#dadada;
}

.flex-control-paging li a.flex-active {
	background: #1db7f0;
}
.flex-control-nav li {
	margin:0 4px;
}
.flex-direction-nav a {
	margin: -30px 0 0 !important;
}
.flex-viewport {
	overflow: hidden !important;
	width: auto;
}
.flexslider .slides img {
	display: inline;
}
.flex-control-paging li a {
	width: 24px;
	height: 8px;
}
.flex-control-nav {
	top: -20px;
	right: 90px;
	width: auto;
	height: 20px;
}
.flex-direction-nav a {
	width: 41px;
	height: 41px;
}
.flex-direction-nav a:before {
	background: url(../img/common/btn/flex_prev_btn.png) no-repeat 0% 50%;
	width: 41px;
	height: 41px;
}
.flex-direction-nav a:hover:before {
	background: url(../img/common/btn/flex_prev_btn_over.png) no-repeat 0% 50%;
}
.flex-direction-nav a.flex-next:before {
	background: url(../img/common/btn/flex_next_btn.png) no-repeat 100% 50%;
	width: 41px;
	height: 41px;
}
.flex-direction-nav a.flex-next:hover:before {
	background: url(../img/common/btn/flex_next_btn_over.png) no-repeat 100% 50%;
}
.flex-pauseplay {
	position: absolute;
	top: -3px;
	right: 92px;
}
.flex-pauseplay a,
.flex-pauseplay a::before {
	font-family: inherit !important;
	font-size: 0px !important;
	display: inherit !important;
	content: inherit !important;
}
.flex-pauseplay a.flex-play {
	background: url(../img/common/btn/flex_play.png) no-repeat 50% 50% !important;
}
.flex-pauseplay a.flex-pause {
	background: url(../img/common/btn/flex_pause.png) no-repeat 50% 50% !important;
}
/* flexslider 기본 끝 */

/* 공지사항 바로가기 flexslider 시작 */
.main .contents-row.main-notice {
	width: 1400px;
}
.main-notice .main-con-link-box {
	display: flex;
	flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.main-notice .main-con-link {
	position:relative;
	float: left;
	padding-left: 25px;
	cursor:pointer;
}
.main-notice .main-con-link:first-child {
	padding-left: 0px;
}
.main-notice .main-con {
	position:relative;
	width: 400px;
	height: 240px;
	margin: 5px !important;
}
.main-notice .main-con-link .main-con-box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 240px;
	padding: 30px 26px;
	background-color: #fff;
}
.main-notice .main-con-link .main-con-box:hover {
	top: -5px;
	left: -5px;
	border: 2px solid #007ea8;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	z-index: 2;
}
.main-notice .main-con-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.main-notice .main-con-link .main-con-link-title {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
.main-notice .main-con-link .main-con-link-content {
	color: #5b6368;
}
.main-notice .main-con-link .main-con-link-date {
	position: absolute;
	bottom: 0px;
	margin-top: 15px;
	color: #82878b;
}
.main-notice .flex-viewport {
	margin: 0px 60px;
	padding-bottom: 20px;
	height: 270px;
}
.main-notice .flex-direction-nav .flex-prev {
	top:50%;
	left:0px !important;
	opacity:1 !important;
}
.main-notice .flex-direction-nav .flex-next {
	top:50%;
	left:auto !important;
	right:0px !important;
	opacity:1 !important;
}
/* 공지사항 바로가기 flexslider 끝 */

/* 관련 사이트 배너 flexslider 시작 */
.main .contents-row.main-banner-wrapper {
	width: 1400px;
}
.main-banner-wrapper .flexslider-wrapper {

}
.main-banner-wrapper .main-con-link {
	position:relative;
	width: 124px;
	float: left;
	text-align: center;
	cursor:pointer;
	margin-bottom: 10px;
}
.main-banner-wrapper .main-con-box.main-box-center .main-con-link {
	width: 25%;
	margin: 0px;
	padding-top: 20px;
}
.main-banner-wrapper .main-con-link:first-child::before {
	border-left: 0px;
}
.main-banner-wrapper .main-con-link .main-con-link-title {
	margin-top: 5px;
	font-size: 15px;
	height: 60px;
}
.main-banner-wrapper .flex-viewport {
	margin: 0px 60px;
	padding-bottom: 20px;
}
.main-banner-wrapper .flex-direction-nav .flex-prev {
	top:50%;
	left:0px !important;
	opacity:1 !important;
}
.main-banner-wrapper .flex-direction-nav .flex-next {
	top:50%;
	left:auto !important;
	right:0px !important;
	opacity:1 !important;
}
/* 관련 사이트 배너 flexslider 끝 */
/* ==== main flexslider 커스텀 끝 ==== */

/* 문의 연락처 시작 */
.contact-box {
	height: 240px;
	padding: 30px;
}
.contact-title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 26px;
}
.contact-text {
	margin-left: 120px;
	margin-bottom: 5px;
	font-size: 20px;
}
.contact-box-02 .contact-text {
   padding-top: 28px;
}
.contact-text p {
   padding-bottom: 12px;
}
.contact-text-title {
   padding: 4px 24px;
   margin-right: 10px;
   border-radius: 50px;
}
.contact-box.contact-box-01 {
   margin-right: 16px;
   background-color: #e2f1f9;
   background-image: url(../img/common/bg/main_contact_box_01.png);
   background-repeat: no-repeat;
   background-position: 30px 100px;
}
.contact-box.contact-box-01 .text-primary {
   color: #0081ce;
}
.contact-box.contact-box-01 .contact-text-title {
   background-color: #8fd8ff;
}
.contact-box.contact-box-02 {
   margin-left: 16px;
   background-color: #eff9eb;
   background-image: url(../img/common/bg/main_contact_box_02.png);
   background-repeat: no-repeat;
   background-position: 30px 100px;
}
.contact-box.contact-box-02 .text-primary {
	color: #207167;
}
.contact-box.contact-box-02 .contact-text-title {
	background-color: #9ceacf;
}
/* 문의 연락처 끝 */

/* 비쥬얼영역 - 2차 시작 */
.main-info-container {
	margin-top: 140px;
	margin-bottom: 30px;
}
.main-info-wrapper {
	width: 1280px;
	margin: 35px auto 0px auto;
}
.main-info-wrapper .main-info-left {
	float: left;
}
.main-info-wrapper .main-info-right {
	float: right;
	width: 378px;
}
.main-info-wrapper .main-info-left {
	width: 853px;
}
.main-info-wrapper .status-count-box {
	position: relative;
	width: 100%;
	height: 75px;
	font-size: 26px;
	background-color: #d0e3f1;
	border-radius: 10px;
	padding: 4px 4px 4px 20px;
	margin-top: 23px;
}
.main-info-wrapper .status-count-box .count-title {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 75px;
	line-height: 75px;
	display: block;
	background:#3378c1 url(../img/common/bg/bg_main_info_icon_01.png) no-repeat 25px 50%;
	border-radius: 10px;
	padding: 0px 30px 0px 110px;
	color: #fff;
	font-weight: bold;
}
.main-info-wrapper .status-count-box .value-group {
	position: absolute;
	top: 13px;
	right: 20px;
}
.main-info-wrapper .status-count-box .status-count {
	color: #00345f;
    font-weight: bold;
	vertical-align: middle;
	line-height: 50px;
}
.main-info-wrapper .status-count-box .status-btn {
	color: #00345f;
    line-height: 32px;
    height: 47px;
    padding-left: 26px;
    padding-right: 65px;
    margin-left: 10px;
    border-radius: 50px;
    font-size: 20px;
    background: #fff url(../img/common/icon/ico_parallax_status_btn.png) no-repeat 130px center;
}
.flexslider-visual-wrapper {
	position: relative;
}
.flexslider-visual-wrapper .flex-control-nav {
	width: 100%;
	top: auto;
	bottom: 10px;
	right: auto;
}
.flexslider-visual-wrapper .flex-pauseplay {
	top: auto;
	bottom: 10px;
	right: 80px;
}
.flexslider-visual-wrapper .flex-direction-nav .flex-prev {
	top: auto;
    left: auto;
    opacity: 1 !important;
    right: 74px;
    bottom: 15px;
}
.flexslider-visual-wrapper .flex-direction-nav .flex-next {
	top: auto;
    left: auto !important;
    right: 16px !important;
    opacity: 1 !important;
    bottom: 15px;
}
.flexslider-visual-wrapper .flex-direction-nav a {
	width: 25px;
	height: 25px;
	margin: 0px !important;
}
.flexslider-visual-wrapper .flex-direction-nav a.flex-next:before {
	background: url(../img/common/btn/flex_visual_next_btn.png) no-repeat 100% 50%;
    width: 25px;
    height: 25px;
}
.flexslider-visual-wrapper .flex-direction-nav a:hover.flex-next:before {
	background: url(../img/common/btn/flex_visual_next_btn_over.png) no-repeat 100% 50%;
}
.flexslider-visual-wrapper .flex-direction-nav a:before {
	background: url(../img/common/btn/flex_visual_prev_btn.png) no-repeat 0% 50%;
    width: 25px;
    height: 25px;
}
.flexslider-visual-wrapper .flex-direction-nav a:hover:before {
	background: url(../img/common/btn/flex_visual_prev_btn_over.png) no-repeat 0% 50%;
}
.flexslider-visual-wrapper .flex-pauseplay a {
	width: 25px;
	height: 25px;
	opacity:1 !important;
}
.flexslider-visual-wrapper .flex-pauseplay a.flex-disabled {
	display: none  !important;
}
.flexslider-visual-wrapper .flex-pauseplay a.flex-pause {
	background: url(../img/common/btn/flex_visual_pause.png) no-repeat 50% 50% !important;
}
.flexslider-visual-wrapper .flex-pauseplay a:hover.flex-pause {
	background: url(../img/common/btn/flex_visual_pause_over.png) no-repeat 50% 50% !important;
}
.flexslider-visual-wrapper .flex-pauseplay a.flex-play {
	background: url(../img/common/btn/flex_visual_play.png) no-repeat 50% 50% !important;
}
.flexslider-visual-wrapper .flex-pauseplay a:hover.flex-play {
	background: url(../img/common/btn/flex_visual_play_over.png) no-repeat 50% 50% !important;
}
.flexslider-visual-wrapper .flex-control-paging li a {
	width: 14px;
	height: 14px;
	background: none;
	border: 4px solid #fff;
}
.flexslider-visual-wrapper .flex-control-paging li a:hover {
	border: 4px solid #000;
}
.flexslider-visual-wrapper .flex-control-paging li a.flex-active {
	background: #fff;
	width: 30px;
	height: 14px;
}
.flexslider-visual-wrapper .flex-control-paging li a:hover.flex-active {
	background: #000;
}
.flexslider-visual .flex-viewport,
.main-info-board-wrapper {
	height: 330px;
	border-radius: 10px;
}
.main-info-board-wrapper {
	position: relative;
	border: 1px solid #c6c6c6;
	padding: 15px 30px;
}
.main-info-board-wrapper .nav-tabs {
	border-bottom: 1px solid #c0c0c0;
}
.main-info-board-wrapper .nav-tabs > li {
	position: relative;
	margin-bottom: 0px;
	padding: 0px 20px;
}
.main-info-board-wrapper .nav-tabs > li::before {
	content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 50%;
    background-color: #dbdbdb;
    z-index: 1;
}
.main-info-board-wrapper .nav-tabs > li:first-child {
	padding-left: 0px;
}
.main-info-board-wrapper .nav-tabs > li:last-child {
	padding-right: 0px;
}
.main-info-board-wrapper .nav-tabs > li:last-child::before {
	display: none;
}
.main-info-board-wrapper .nav-tabs > li > a {
	position: relative;
	height: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #a1a1a1;
	padding: 10px 0px 20px 0px;
}
.main-info-board-wrapper .nav-tabs > li > a,
.main-info-board-wrapper .nav-tabs > li > a:focus,
.main-info-board-wrapper .nav-tabs > li > a:hover  {
	outline: none;
	background: none;
	border: none;
}
.main-info-board-wrapper .nav-tabs > li.active > a,
.main-info-board-wrapper .nav-tabs > li.active > a:focus,
.main-info-board-wrapper .nav-tabs > li.active > a:hover {
	color: #000;
}
.main-info-board-wrapper .nav-tabs > li.active > a::after {
	content: "";
	position: absolute;
	bottom: 0px;
    left: 0px;
	width: 100%;
	height: 4px;
	background-color: #00479d;
}
.main-info-board-wrapper .main-info-board-list {
	margin-top: 20px;
}
.main-info-board-wrapper .main-info-board-list > li {
	position: relative;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 66px;
}
.main-info-board-wrapper .main-info-board-list > li:last-child {
	border-bottom: none;
}
.main-info-board-wrapper .main-info-board-more-btn {
	position: absolute;
    top: 29px;
    right: 28px;
	width: 69px;
	height: 28px;
	background: url(../img/common/btn/btn_main_more.png) no-repeat center center;
	cursor: pointer;
	opacity: 0.5;
}
.main-info-board-wrapper .main-info-board-more-btn:hover {
	opacity: 1;
}
.main-info-board-wrapper .main-info-link-title {
	position: absolute;
	right: 0px;
	width: 245px;
	font-size: 16px;
	line-height: 18px;
}
.main-info-board-wrapper .main-info-link-date {
	position: absolute;
    left: 0px;
    width: 60px;
    text-align: center;
    background-color: #00479d;
    border-radius: 10px;
	color: #fff;
	letter-spacing: -1px;
	padding: 11px 0px;
	line-height: 16px;
}

.main-info-user-count-group {
	margin-top: 23px;
}
.main-info-user-count-group .user-count-box {
	position: relative;
	width: 100%;
	font-size: 20px;
	background-color: #d0e3f1;
	border-radius: 10px;
	clear: both;
	float: right;
	padding: 6px 20px 6px 0px;
	margin-bottom: 3px;
}
.main-info-user-count-group .user-count-box .count-title {
	background-color: #3378c1;
	border-radius: 10px;
	color: #fff;
	padding: 7px 20px;
}
.main-info-user-count-group .user-count-box .user-count {
	float: right;
	color: #00345f;
	font-weight: bold;
}

.shortcuts-btn-group {
	width: 100%;
	margin: 0px auto;
	background-color: #f6f6f6;
}
.shortcuts-btn-group .shortcuts-btn-inner {
	position: relative;
	width: 1280px;
	height: 300px;
	margin: 0px auto;
}
.shortcuts-btn-group .shortcuts-btn-inner .shortcuts-btn-align {
	position: absolute;
	top: 60px;
	right: 0px;
	z-index: 1;
}
.shortcuts-btn-group .shortcuts-btn-inner .shortcuts-visual-align {
	position: absolute;
	bottom: 0px;
	left: -50px;
	width: 514px;
	height: 301px;
	background: url(../img/common/bg/bg_shortcuts_img_01.png) no-repeat center center;
	z-index: 1;
}
.shortcuts-btn-group .shortcuts-btn-text {
	display: block;
	line-height: 18px;
	font-size: 16px;
	text-align: center;
	color: #000;
	width: 140px;
	margin-top: 122px;
    margin-left: -14px;
}
.shortcuts-btn-group .shortcuts-btn-box {
	width: 112px;
	height: 112px;
	float: left;
	border-radius: 20px;
	margin-left: 30px;
	cursor: pointer;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #a9a9a9;
}
.shortcuts-btn-group .shortcuts-btn-box:hover {
	background-color: #d0e3f1;
	border: 2px solid #3378c1;
}
.shortcuts-btn-box.shortcuts-btn-01 {
	background-image: url(../img/common/icon/ico_parallax_btn_01_dark.png);
}
.shortcuts-btn-box.shortcuts-btn-02 {
	background-image: url(../img/common/icon/ico_parallax_btn_02_dark.png);
}
.shortcuts-btn-box.shortcuts-btn-03 {
	background-image: url(../img/common/icon/ico_parallax_btn_03_dark.png);
}
.shortcuts-btn-box.shortcuts-btn-04 {
	background-image: url(../img/common/icon/ico_parallax_btn_04_dark.png);
}
.shortcuts-btn-box.shortcuts-btn-05 {
	background-image: url(../img/common/icon/ico_parallax_btn_05_dark.png);
}
.shortcuts-btn-box.shortcuts-btn-06 {
	background-image: url(../img/common/icon/ico_parallax_btn_06_dark.png);
}
/* 비쥬얼영역 - 2차 끝 */

/* ===================================
	07. 메인 레이아웃 끝
====================================== */


/* ===================================
	08. 서브 레이아웃 시작
====================================== */

.sub .parallax {
	background-image: url(../img/common/bg/sub_parallax.png);
	height: 300px;
	min-height: 300px;
	background-size: auto;
	background-position: 50% 0px !important;
	background-repeat: no-repeat;
	background-color: #afd2ea;
}
.page-container {
	overflow: inherit;
	z-index: 1;
}
.page-content {
	padding-left: 260px;
	padding-bottom: 60px;
	width: 100%;
}
.sidebar-none-page .page-content,
.page-content.page-sidebar-none {
	padding-left: 0px;
}

/* 왼쪽배너 시작 */
.page-banner-wrapper {

}
.page-banner-wrapper .banner-item {
	position: relative;
	height: 164px;
	border: 1px solid #d3d3d3;
	border-top: 0px;
}
.page-banner-wrapper .banner-tel {
	position: absolute;
	top: 96px;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #374970;
	background: url(../img/common/bg/bg_banner_tel.png) no-repeat 22px 50%;
	padding: 0px 0px 0px 68px;
}
.page-banner-wrapper .banner-title {
	position: absolute;
	top: 20px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/common/bg/bg_banner_title_01.png) no-repeat 90% 50%;
	padding: 10px 24px;
}
.page-banner-wrapper .banner-item.banner-item-01 .point-color {
	color:#0081ce;
}
.page-banner-wrapper .banner-item.banner-item-02 .point-color {
	color:#207167;
}
.page-banner-wrapper .banner-item.banner-item-02 .banner-title {
	background: url(../img/common/bg/bg_banner_title_02.png) no-repeat 90% 50%;
}
/* 왼쪽배너 끝 */

/* 페이지설명 시작 */
.page-explanation {
	background: #f9f9f9 url(../img/common/bg/bg_page_explanation.png) no-repeat 30px 4px;
	display: table;
	width: 100%;
	min-height: 70px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	padding: 10px;
    margin-bottom: 20px;
}
.page-explanation .page-explanation-inner {
	display: table-row;
	height: 100%;
}
.page-explanation-text {
	display: table-cell;
	padding-left: 150px;
	font-size: 16px;
	vertical-align: middle;
}
.page-explanation.page-ex-sm {
	min-height: 40px;
	background-size: 32px;
}
.page-explanation.page-ex-sm .numberic-contents-text {
	padding-left: 80px;
}
.page-notice {
	display: table;
	width: 100%;
	min-height: 110px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	padding: 30px;
    margin-bottom: 20px;
	background-color: #f9f9f9;
}
.page-notice .page-notice-inner {
	display: table-row;
	height: 100%;
}
.page-summary {
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	padding: 30px;
}
.page-summary .contents-row {
	padding-bottom: 46px;
}
.page-summary .contents-row:last-child {
	padding-bottom: 0px;
}
.page-summary-text {
	font-size: 16px;
}
.page-summary-icon {
	width: 95px;
	height: 95px;
	float: left;
}
.page-summary-icon.summary-icon-01 {
	background: url(../img/common/bg/bg_summary_icon_01.png) no-repeat 50% 50%;
}
.page-summary-icon.summary-icon-02 {
	background: url(../img/common/bg/bg_summary_icon_02.png) no-repeat 50% 50%;
}
.page-summary-icon.summary-icon-03 {
	background: url(../img/common/bg/bg_summary_icon_03.png) no-repeat 50% 50%;
}
.page-summary-icon + .page-summary-text {
	width: 842px;
	margin-left: 115px;
}
.summary-title-1depth {
	font-size: 26px;
	font-weight: bold;
	color: #337ac1;
	padding-bottom: 20px;
}

.contents-explanation {
	background: #f8fcff url(../img/common/bg/bg_contents_explanation.png) no-repeat 30px 50%;
	display: table;
	width: 100%;
	min-height: 40px;
	border: 1px solid #d7e2ec;
	border-radius: 5px;
	padding: 10px;
    margin-bottom: 20px;
}
.contents-explanation .contents-explanation-inner {
	display: table-row;
	height: 100%;
}
.contents-explanation .contents-explanation-inner .contents-explanation-text {
	display: table-cell;
	padding-left: 60px;
	font-size: 16px;
	vertical-align: middle;
}
/* 페이지설명 끝 */

/* 컨텐츠 설명 시작 */
.content-top-explanation {
    margin-bottom: 40px;
}
.content-top-explanation,
.content-top-explanation-inner {
    position: relative;
    min-height: 130px;
}
.content-top-explanation::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    display: block;
    height: 35px;
    border-width: 3px 3px 0px 3px;
    border-style: solid;
    border-color: #7a7d96;
}
.content-top-explanation::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
    height: 35px;
    border-width: 0px 3px 3px 3px;
    border-style: solid;
    border-color: #c5c9d6;
}
.content-top-explanation-inner {
    padding: 20px;
    background: url(../img/common/bg/bg_content_top_explanation.png) no-repeat 36px 50%;
    display: table;
    table-layout: fixed;
    height: 100%;
}
.content-top-explanation-inner::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 65px;
    height: 65px;
    border-width: 10px 0px 0px 10px;
    border-style: solid;
    border-color: #007ac3;
}
.content-top-explanation-inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 62px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    background: url(../img/common/icon/ico_content_top_explanation.png) no-repeat 50% 50%;
}
.content-top-explanation-con {
    display: table-cell;
    vertical-align: middle;
    padding-left: 180px;
}
.content-top-explanation-con .explanation-title {
    font-size: 22px;
    font-weight: bold;
    color: #363c5a;
    margin-bottom: 10px;
}
.content-top-explanation-con .explanation-con {
    font-size: 16px;
    color: #363c5a;
}
/* 컨텐츠 설명 끝 */

/* 컨텐츠 포인트 워드 시작 */
.point-word-portlet {
    position: relative;
    margin: 20px 0 40px 20px;
    padding: 30px 30px 30px 170px;
    border-radius: 5px;
    background: -moz-linear-gradient(-45deg, #f0f2fd 0%, #f7eaed 100%);
    background: -webkit-linear-gradient(-45deg,  #f0f2fd 0%, #f7eaed 100%);
    background: linear-gradient(135deg,  #f0f2fd 0%, #f7eaed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aebeffe', endColorstr='#7aeed2d7',GradientType=1 );
}
.point-word-portlet::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    display: block;
    width: 162px;
    height: 157px;
    background: url(../img/common/bg/bg_point_word_portlet.png) no-repeat 50% 50%;
}
.point-word-portlet.point-word-info {
	margin: 0px 0 40px 0px;
}
.point-word-portlet.point-word-info::before {
	left: 40px;
    top: 50%;
    width: 100px;
    height: 100px;
	margin-top: -50px;
}
.point-word-portlet.point-information::before {
    background: url(../img/common/bg/bg_point_word_portlet_01.png) no-repeat 50% 50%;
}
.point-word-portlet.point-copyright::before {
    background: url(../img/common/bg/bg_point_word_portlet_02.png) no-repeat 50% 50%;
}
.point-word-portlet.point-privacy::before {
    background: url(../img/common/bg/bg_point_word_portlet_03.png) no-repeat 50% 50%;
}
.point-word-portlet.point-public::before {
    background: url(../img/common/bg/bg_point_word_portlet_04.png) no-repeat 50% 50%;
}
.point-word-portlet.point-email::before {
    background: url(../img/common/bg/bg_point_word_portlet_05.png) no-repeat 50% 50%;
}
.point-word-portlet.point-download::before {
    background: url(../img/common/bg/bg_point_word_portlet_06.png) no-repeat 50% 50%;
}
.point-word-portlet-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 100px;
}
.point-word-portlet-con {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.point-word-portlet-con .point-word-title {
    font-size: 24px;
    font-weight: bold;
    color: #111d68;
    margin-bottom: 10px;
}
.point-word-portlet-con .point-word-con {
    font-size: 16px;
    color: #111d68;
}
/* 컨텐츠 포인트 워드 끝 */

/* 넘버형태 내용 스타일 시작 */
.numberic-contents {
	padding-top: 60px;
}
.numberic-contents .contents-row {
	padding-bottom: 60px;
}
.numberic-contents .contents-row:last-child {
	padding-bottom: 0px;
}
.numberic-contents-text {
	font-size: 16px;
}
.page-explanation .numberic-contents-text {
	padding-left: 120px;
}
.numberic-contents-num {
	width: 100px;
	height: 100px;
	line-height: 82px;
	font-size: 100px;
	color: #08b3e3;
	float: left;
}
.numberic-contents-num + .numberic-contents-text {
	width: 822px;
	margin-left: 135px;
}
.numberic-contents-title {
	font-size: 24px;
	font-weight: bold;
	color: #020202;
	padding-bottom: 10px;
	padding-top: 10px;
}
/* 넘버형태 내용 스타일 끝 */

/* 내용 속 부속품 시작 */
.list-2depth-title {
	float: left;
	display: table-cell;
}
.list-2depth-title-text {
	background-color: #dee3e7;
	padding: 0px 15px;
	margin-right: 10px;
	border-radius: 50px;
	display: block;
}
.list-2depth-title + .list-2depth-ul {
	display: table-cell;
}
.list-solo-ul {
	padding-left: 20px;
}
.list-point-text {
	padding: 2px 10px;
    background-color: #8fc43d;
    border-radius: 4px;
    color: #fff;
}
.object-label {
	background-color: #dee3e7;
	padding: 0px 15px;
	margin-right: 10px;
	border-radius: 50px;
	display: block;
	margin-top: 10px;
	width: 200px;
	margin: auto;
}
.list-2depth-title-text.bg-sky-blue,
.object-label.bg-sky-blue {
	background-color: #08b3e3;
	color: #fff;
}
/* 내용 속 부속품 끝 */

/* 개요 시작 */
.summary-group {
	padding-top: 64px;
}
.summary-group .summary-item {
	position: relative;
	display: table-cell;
	padding: 0px 25px 0px 25px;
	width: 33.3333%
}
.summary-group .summary-item::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -12px;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url(../img/common/bu/bu_plus_large.png) no-repeat 50% 50%;
}
.summary-group .summary-item:last-child::after {
	display: none;
}
.summary-group .summary-item .summary-item-title {
	position: absolute;
	top: -64px;
	left: 50%;
	width: 125px;
	height: 125px;
	margin-left: -64px;
	font-size: 0px;
	z-index: 1;
}
.summary-group .summary-item .summary-item-title.item-title-01 {
	background: url(../img/common/bg/bg_summary_img_01.png) no-repeat 50% 50%;
}
.summary-group .summary-item .summary-item-title.item-title-02 {
	background: url(../img/common/bg/bg_summary_img_02.png) no-repeat 50% 50%;
}
.summary-group .summary-item .summary-item-title.item-title-03 {
	background: url(../img/common/bg/bg_summary_img_03.png) no-repeat 50% 50%;
}
.summary-group .summary-item ul.content-ul-list {
	padding: 80px 26px 26px 26px;
	background-color: #fbfbfb;
	border-radius: 5px;
}
.summary-group .summary-item ul.content-ul-list li {
	padding-bottom: 25px;
}
/* 개요 끝 */

/* 오시는길 시작 */
.road-map-list > li {
	display: table;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #d3d3d3;
}
.road-map-list > li:last-child {
	border-bottom: 0px;
}
.road-map-list .road-map-title {
	width: 150px;
	float: left;
	display: block;
	color: #08b3e3;
	font-size: 18px;
	font-weight: bold;
	padding-left: 45px;
	line-height: 32px;
}
.road-map-list .road-map-title.map-title-car {
	background: url(../img/common/icon/ico_map_title_car.png) no-repeat 0px 50%;
}
.road-map-list .road-map-title.map-title-subway {
	background: url(../img/common/icon/ico_map_title_subway.png) no-repeat 0px 50%;
}
.road-map-list .road-map-title.map-title-bus {
	background: url(../img/common/icon/ico_map_title_bus.png) no-repeat 0px 50%;
}
.road-map-list > li > .content-ul-list {
	float: left;
}
/* 오시는길 끝 */

/* 활용지침 시작 */
.usage-guidelines-box {
	position: relative;
	border: 3px solid #08b3e3;
	padding: 40px;
	margin-bottom: 20px;
}
.usage-guidelines-box [class^=pattern-] {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
}
.usage-guidelines-box .pattern-top-L {
	top: 12px;
	left: 12px;
	background: url(../img/common/bg/bg_pattern_top_L.png) no-repeat 50% 50%;
}
.usage-guidelines-box .pattern-top-R {
	top: 12px;
	right: 12px;
	background: url(../img/common/bg/bg_pattern_top_R.png) no-repeat 50% 50%;
}
.usage-guidelines-box .pattern-bottom-L {
	bottom: 12px;
	left: 12px;
	background: url(../img/common/bg/bg_pattern_bottom_L.png) no-repeat 50% 50%;
}
.usage-guidelines-box .pattern-bottom-R {
	bottom: 12px;
	right: 12px;
	background: url(../img/common/bg/bg_pattern_bottom_R.png) no-repeat 50% 50%;
}
.provision-box {
	background-color: #e8e8e8;
	border-radius: 40px;
	text-align: center;
	padding: 6px 0px;
	font-weight: bold;
}
.provision-box-input {
	text-align: center;
}
.provision-box-input p {
	padding: 10px 0px 0px 0px;
}
.provision-box-input p.provision-box-text {
	font-weight: bold;
	font-size: 24px;
	margin-top: 10px;
}
.law-download {
	position: relative;
	display: table;
	width: 100%;
	padding: 18px 28px;
	line-height: 20px;
	cursor: pointer;
}
.law-download::after {
	content: "";
	position: absolute;
	right: 28px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url(../img/common/icon/ico_btn_download.png) no-repeat 50% 50%;
}
.law-download-inner {
	display: table;
	height: 100%;
}
.law-download-text {
	display: table-cell;
	vertical-align: middle;
}
/* 활용지침 끝 */

/* FAQ 시작 */
.faq-f {
	position: relative;
	color: #08b3e3;
	font-weight: bold;
	font-size: 18px;
	margin-top: 50px;
	padding: 10px 40px 20px 80px;
	background: url(../img/common/bg/bg_faq_f.png) no-repeat 0 0;
}
.faq-f:first-child {
	margin-top: 0px;
}
.faq-f span {
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding-right: 10px;
	z-index: 12;
}
.faq-f::after {
	content: "";
	position: absolute;
	top: 21px;
	right: 0px;
	display: block;
	background-color: #b5bfc8;
	width: 940px;
	height: 2px;
}
.faq-f + .contents-panel,
.contents-panel.faq-q-panel {
	padding: 25px;
}
ul.faq-q > li {
	padding-left: 80px;
	padding-bottom: 2px;
	min-height: 42px;
	background: url(../img/common/bg/bg_faq_q.png) no-repeat 0 0;
}
ul.faq-q > li textarea {
	margin: 0px;
}
/* FAQ 끝 */

/* 약관 시작 */
.terms-panel {
	height:200px;
	background:#eeeeee;
	overflow-y: scroll;
	padding:10px 25px 10px 25px;
}
.terms-question {
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
}
/* 약관 끝 */

/* 로그인 step 시작 */
.login-page .step-bar {
	background-color: #4f5961;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}
.login-page .step-ul {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
}
.login-page .step-li {
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 50px;
	width: 0;
	flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.login-page .step-li::after {
	content: "";
	position: absolute;
	right: -20px;
	width: 20px;
	height: 50px;
	background: url(../img/common/bu/bu_step.png) no-repeat right 50%;
	z-index: 1;
}
.login-page .step-li:last-child::after {
	background: none;
}
.login-page .step-li.active {
	background-color: #1382de;
}
.login-page .step-li.active::after {
	background: url(../img/common/bu/bu_step_active.png) no-repeat right 50%;
}
/* 로그인 step 끝 */

/* 지반정보 지역별 현황 시작 */
.map-contents {

}
.map-value {
	position: absolute;
	width: 116px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	z-index: 1;
}
/* 지반정보 지역별 현황 끝 */

.map-legend {
	text-align: right;
	margin-bottom: 10px;
}
.map-legend-box {
	border: 1px solid #d5d5d5;
	display: inline-block;
	padding: 4px 10px;
}
.map-legend-group {
	display: block;
	margin-right: 14px;
	float: left;
}
.map-legend-group:last-child {
	margin-right: 0px;
}
.map-legend-icon {
	width: 20px;
	height: 20px;
	background-color: #000;
	display: block;
	float: left;
	margin-right: 6px;
}
.map-legend-icon.icon-red {
	background-color: red;
}
.map-legend-text {
	display: block;
	float: left;
	line-height: 20px;
}

.provision-ul {
	padding: 20px;
    border: 1px solid #dfe2e4;
    overflow: hidden;
    overflow-y: auto;
    height: 200px;
}

.portlet-incident,
.portlet-applicant {
	border: 4px solid #d6e1e9;
    padding: 20px;
    background-color: #e7eff5;
}
.portlet-incident hr,
.portlet-applicant hr {
	border-top: 1px solid #c1cfd9;
}
.portlet-incident .numberic-contents-text,
.portlet-applicant .numberic-contents-text {
	padding-left: 120px;
}
.portlet-incident {
	background: #e7eff5 url(../img/common/icon/ico_portlet_incident.png) no-repeat 15px 6px;
}
.portlet-applicant {
	background: #e7eff5 url(../img/common/icon/ico_portlet_applicant.png) no-repeat 15px 6px;
}

/* 신청서 작성 비주얼 시작 */
.request-mypage-visual {
    position: relative;
    height: 337px;
    background: url(../img/common/bg/bg_sub_visual.png) repeat-x 0px 0px;
}
.request-mypage-visual::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 965px;
    height: 332px;
    margin-left: -482px;
    background: url(../img/common/bg/bg_visual_request_mypage.png) no-repeat 50% 0px;
}
.request-mypage-visual.visual-defect::before {
	background: url(../img/common/bg/bg_visual_defect_mypage.png) no-repeat 50% 0px;
}
.request-mypage-visual.visual-adjustment::before {
	background: url(../img/common/bg/bg_visual_adjustment_mypage.png) no-repeat 50% 0px;
}
.request-mypage-visual-contents ul.title-ul-list {
    margin-top: 20px;
    margin-left: 20%;
}
.request-mypage-visual-contents .btn {
    margin-top: 20px;
}

.request-info-visual {
    position: relative;
    height: 337px;
    background: url(../img/common/bg/bg_sub_visual.png) repeat-x 0px 0px;
}
.request-info-visual::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 965px;
    height: 332px;
    margin-left: -482px;
    background: url(../img/common/bg/bg_visual_request_info.png) no-repeat 50% 0px;
}
.request-info-visual.visual-defect::before {
	background: url(../img/common/bg/bg_visual_defect_info.png) no-repeat 50% 0px;
}
.request-info-visual.visual-adjustment::before {
	background: url(../img/common/bg/bg_visual_adjustment_info.png) no-repeat 50% 0px;
}
/* 신청서 작성 비주얼 끝 */

/* 사이트맵 시작 */
.sitemap-contents .menu-all-box {
	border: 1px solid #b5b5b5;
    margin: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.sitemap-contents .menu-all-title {
	border-bottom: 1px solid #ececec;
	padding: 13px 30px;
	color: #ffffff;
    background: #45a3da;
    background-image: linear-gradient(90deg, #489fe7 0%, #2dc0c6 100%);
	font-size: 20px;
}
.sitemap-contents .menu-all-group {
	padding-left: 20px;
    overflow-y: auto;
    max-height: 350px;
    min-height: 350px;
}
.sitemap-contents .menu-all-item {
	position: relative;
	padding-left: 18px;
	margin: 10px 0px;
}
.sitemap-contents .menu-all-item::before {
	content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background-color: #fff;
    background-image: linear-gradient(90deg, #489fe7 0%, #2dc0c6 100%);
    border-radius: 50%;
}
.sitemap-contents .sitemap-3dep .menu-all-item::before {
	width: 10px;
    height: 4px;
    margin-top: -2px;
    background-color: #009ee5;
	border-radius: 0px;
}
.sitemap-contents .sitemap-4dep .menu-all-item::before {
	width: 4px;
}
.sitemap-contents .contents-title {
	padding: 0px 140px 20px 140px;
	margin: 0px;
}
.sitemap-contents .contents-row {
	padding: 0px !important;
}
/* 사이트맵 끝 */

/* 프로젝트 현황 시작 */
.card-status {
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
	padding: 40px 20px;
	margin: 40px;
    word-wrap: break-word;
	text-align: center;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);

}
.card-status-title {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.card-status.card-01 {
	background: linear-gradient(118deg, #006fab, rgba(115, 103, 240, 0.7));
}
.card-status.card-02 {
	background: linear-gradient(118deg, #8a3cd3, rgba(115, 103, 240, 0.7));
}
.card-status.card-03 {
	background: linear-gradient(118deg, #00a5ab, rgba(115, 103, 240, 0.7));
}
.card-status-value {
	font-size: 70px;
	line-height: 80px;
}
.card-status-value a {
	color: #fff;
}
/* 프로젝트 현황 끝 */

/* 입력형식 선택 시작 */
.input-select-row {
	width: 1200px;
    margin: 0px auto;
}
.card-contents {
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
	padding: 20px;
	margin: 20px;
    word-wrap: break-word;
	text-align: center;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);

}
.card-contents-title {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin: 20px 0px;
}
.card-contents[class*="input-select-"] {
	border: 1px solid #c2cad8;
    background-color: #f2f8ff;
}
.card-contents[class*="input-select-"]::before {
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	margin: 0px auto;
}
.card-contents.input-select-01::before {
	background: url(../img/common/bg/bg_content_link_img_01.png) no-repeat 50% 50%;
}
.card-contents.input-select-02::before {
	background: url(../img/common/bg/bg_content_link_img_02.png) no-repeat 50% 50%;
}
.input-select-contents {
	margin-bottom: 10px;
}
/* 입력형식 선택 끝 */

/* ===================================
	08. 서브 레이아웃 끝
====================================== */

/* ===================================
	09. 익스플로어 레이아웃 시작
====================================== */
.ie .pace {
	display: none !important;
}
.ie .wow {
	animation-name: none !important;
}
.ie .animated {
	animation-duration: 0s !important;
	animation-fill-mode: none !important;
}
.ie .parallax {
	transition-timing-function: inherit !important;
	-ms-transition-timing-function: inherit !important;
	-moz-transition-timing-function: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	transition-duration: .1s !important;
	-ms-transition-duration: .1s !important;
	-moz-transition-duration: .1s !important;
	-webkit-transition-duration: .1s !important;
	-o-transition-duration: .1s !important;
}
/* ===================================
	09. 익스플로어 레이아웃 끝
====================================== */