﻿@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
}
body {
    background: #083073;
}
.login {
    padding-top: 5rem;
}

.navbar-brand {
    display: block;
    margin: 0 auto 0.8rem;
    text-align-last: center;
    color: #fff;
}
.navbar-brand img {
    display: inline-block;
    margin-top: -0.5rem;
}
.navbar-brand span {
	position: relative;
	display: inline-block;
	margin-left: 0.7rem;
	padding-left: 0.7rem;
}
.navbar-brand span:after {
    content:'';
    position:absolute;
    top: 9px;
    left: 0;
    width: 1px;
    height: 11px;
    display: inline-block;
    background: #a0a6b1;
}

.section1, .section2 {
    background: #fff;
    padding: 2rem;
    margin-bottom: 1rem;
}

/* section1 */
.section1 {}
.section1-1 {}
.section1-2 {
}
.section1-2 .login-box {
    margin-bottom: 1.5rem;
}
.section1-2 .login-box .input-group .input-group-prepend {
    margin: 0;
}
.section1-2 .login-box .input-group .input-group-prepend .input-group-text {
	position:relative;
	background: #fff;
	border-color: #ddd;
	border-right: none;
	border-radius: 0;
	height: auto;
}
.section1-2 .login-box .input-group .input-group-prepend .input-group-text:after {
	content:'';
	position: absolute;
	top: 11px;
	right: 0;
	display: inline-block;
	width: 1px;
	height: 22px;
	background: #ddd;
}
.section1-2 .login-box .input-group .form-control {
    border-color: #ddd;
    border-radius: 0;
    border-left: none;
    height: auto;
    padding: 0.6rem 0.75rem;
}
.section1-2 .login-box .login-btn {
    width: 100%;
    background: #1464b9;
    padding: 0.8rem 0.5rem;
    border-radius: 0;
    margin-top: 1rem;
    color: #fff;
    transition: 0.3s;
}
.section1-2 .login-box .login-btn:hover, .section1-2 .login-box .login-btn:focus {
    background: #08417d;
}
.section1-2 .link {
    text-align: center;
}
.section1-2 .link > a {
    position: relative;
    padding: 0 0.9rem;
}
.section1-2 .link > a:hover, .section1-2 .link > a:focus {
    text-decoration: underline;
}
.section1-2 .link > a:after {
    content:'';
    position: absolute;
    top: 6px;
    left: 0;
    width: 1px;
    height: 10px;
    display: inline-block;
    background: #c4c5c7;
}
.section1-2 .link > a:first-child:after {
    display:none;
}

/* section2 */
.section2 {}
.section2 h3 {
    font-size: 1.2rem;
    color: #081c70;
}
.section2 .board-item {
    margin: 0;
}
.section2 .board-item li {
    padding-left: 0.8rem;
    background: url(/common/images/bullet03.png) no-repeat left 8px;
    margin-top: 0.5rem;
}
.section2 .board-item li > a {
    position: relative;
    display: block;
}
.section2 .board-item li > a .tit {
    width: 75%;
    font-size: 0.9375rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.section2 .board-item li > a:hover .tit, .section2 .board-item li > a:focus .tit {
    color: #0b2490;
    font-weight: 600;
}
.section2 .board-item li > a .date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.9375rem;
    color: #9b9b9b;
}
.section2 .board-item li > a:hover .date, .section2 .board-item li > a:focus .date {
    color:#444;
}
.section2 .banner {
    margin-bottom: 0;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px dotted #ccc;
}
.section2 .banner > li {}
.section2 .banner > li > a {
    position: relative;
    display: block;
    width: 95%;
    margin: 0 auto;
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    padding: 1rem 0.5rem;
    color: #4a4a4a;
    text-align:center;
    transition: 0.5s;
}
.section2 .banner > li > a:hover {
	border-color: #133369;color: #002563;font-weight: 600;}
.section2 .banner > li > a > img {
    display:none;
}

/* footer */
#footer {
    /*공시작*/
    /*background: #313740;*/
    /*공종료*/
    text-align: center;
    /*공시작*/
    padding: 0;
    /*padding: 1.5rem 0 3.5rem;*/
    /*공종료*/
}
#footer .address {
    margin-bottom: 0.3rem;
}
#footer .address > span {
    position: relative;
    display: inline-block;
    /*공시작*/
    /*font-size: 0.875rem;*/
    /*공종료*/
    padding: 0 0.8rem;
    color: #f0f0f1;
}
#footer .address > span:after {
	content:'';
	position:absolute;
	top: 5px;
	left:0;
	display: inline-block;
	width: 1px;
	height: 9px;
	background: #878c94;
}
#footer .address > span:first-child:after {display: none;}
#footer .copyright {
    /*공시작*/
    /*font-size: 0.825rem;*/
    /*공종료*/
    color: #adaeb1;
}
/*공시작*/
/*.copyright {
    text-align: center;
    font-size: 0.875rem;
    color: #b2b4b7;
}*/
/*공종료*/

@media (min-width: 460px) {
        .section2 .banner > li > a {padding:1rem 2.8rem 1rem 1.5rem;text-align:left;}
        .section2 .banner > li > a > img {display:block;position: absolute;top: 0.8rem;right: 1rem;}
}
@media (min-width: 768px) {
        .section1-2 .login-box .login-btn {margin: 0;height: 91px;}
}
@media (min-width: 992px) {
		body {background: #ccc url('../images/login-bg.jpg') no-repeat center center;background-size: cover;}
		.login {margin: 0 auto;padding-top: 16rem;max-width: 900px;}
		.navbar-brand {display:inline-block;}
		.section1 {padding:0;}
		.section1-1 {height: 100%;height: 271px;padding: 2rem;background:#fff url('../images/login-section1-bg.png') no-repeat right bottom;}
		.section1-1 h2 {font-size: 2.313rem;color: #135dab;}
		.section1-1 p {font-size: 0.875rem;color: #909090;}
		.section1-2 {background:#f3f6fc;padding: 3rem 2.5rem;}
		.section2 .banner {border:none;padding:0;margin:0;}
		/*.section2 .non-info {background-size: 5rem;padding-top: 6.5rem;}*/
		.footer-menu {text-align: center;}
		.footer-menu span {position:relative;display:inline-block;color: #d4d4d4;padding: 0 1.1rem;}
		.footer-menu span:after {content:'';position:absolute;top: 5px;left: 0;width: 1px;height: 11px;display: inline-block;background: #919eb3;}
		.footer-menu span:first-child:after {display:none;}
}

.section2 .non-info {background-size: 5rem;padding-top: 6.5rem;}

/* depth-arrow */
.depth-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.depth-arrow .item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 2.3rem;
}
.depth-arrow .item img {
    display: block;
    margin: 0 auto 0.8rem;
}
.depth-arrow .item strong {
    display: block;
    text-align: center;
    color: #606060;
}
.depth-arrow .item.on strong {
	color: #1644a5;
	font-weight: 800;
}
.depth-arrow .arrow {
    padding: 0 1.3rem;
}
.depth-arrow .arrow .material-icons {
    font-size: 2rem;
    font-weight: 800;
    color: #7e8087;
    margin-top: 2.2rem;
}

@media (min-width: 568px) {
    .depth-arrow .item {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;min-width: 0;max-width: 100%;}
    .depth-arrow .arrow .material-icons {margin-top: 1rem;}
}
@media (min-width: 768px) {
   .depth-arrow {max-width: 630px;margin: 2.3rem auto 0;}
    .depth-arrow .arrow .material-icons {margin-top: 2.6rem;}
}

