@charset "utf-8";

.page-tab.seven>.frame>.link {
	width:14.2%!important;
	min-width: 150px!important;
	height: 65px!important;
	font-size: 15px!important;
	padding: 10px;
}

#searchBizinput{
    -webkit-ime-mode:active; 
    -moz-ime-mode:active; 
    -ms-ime-mode:active; 
    ime-mode:active; 
}

/*session timer 스타일*/
.session_timer {
	display:none;
	position:fixed;
	height:auto;
	bottom: 0;
	right:0;
	transition:all 1s;
	cursor:pointer;
	padding:3px 10px;
	z-index:9999;
}

/*팝업 스타일*/
.top_close_btn {
    position: absolute;
    top: 15px;
    right:15px;
    cursor: pointer;
}

/*보고서 도서관 리스트 첨부파일 스타일*/
.file_box {
	cursor:pointer;
	position:relative;
	display:inline-block;
	width:110px;
	height:20px;
}

.file_box .file_info {
	position:absolute;
	right: 0;
	bottom: 0;
	z-index:2;
	width:100%;
	height: 100%;
	padding:5px 0;
	text-align: center;
	background-color:#fff;
	color:#666;
	border:1px solid #ccc;
	font-size:13px;
	line-height:1.5;
}

.file_box .file_info:hover {
	color: #7fb41e;
}

.file_box .file_info>img {
 margin-right: 10px;
}

.file_box .file_popup {
	display:none;
	width:450px;
	max-height: 92px;
	position:absolute;
	bottom:40px;
	right: 0;
	z-index: 4;
	background-color:#fff;
	border:1px solid #ccc;
	padding: 5px 15px;
	overflow-y: auto;
}

.file_box .file_popup a {
	display: block;
	width: 100%;
	padding: 3px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.file_box .file_popup a>span {
	margin-right: 6px;
}

.file_box .file_popup a:hover {
	color: #7fb41e;
}

/*메일 팝업*/
.mail_icon {
	width: 20px;
	height: 20px;
	background-image: url("/resources/img/cms/customer/ombudsman/mail-icon.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.mail_icon:hover {
	background-image: url("/resources/img/cms/customer/ombudsman/mail-icon-hover.png");
}

.two_layout {
	overflow: auto;
	clear: both;
}

.two_layout_in {
	float: left;
	width: calc(50% - 30px);
	padding-right:15px;
	padding-left: 15px;
	color: #666;
	font-size: 17px;
}

.two_layout .two_layout_in:nth-child(odd) {
	text-align: right;
}

.two_layout .two_layout_in:nth-child(even) {
	text-align: left;
}

.capcha_font {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 91px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #999;
	background-color: #eee;
	font-size: 26px;
	text-align: center;
}

.capcha_font_family {
	font-family: 'Shadows Into Light', cursive;
}

.capcha_input {
	position: absolute;
	top: 0;
	right: 57px;
	width:calc(98% - 152px);
	height:37px;
	border:1px solid #999;
	border-right: none;
	padding-left: 10px;
	color: #666;
	font-size: 21px;
}

.capcha_refresh {
	font-size: 17px;
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 13px;
	border: 1px solid #999;
	border-radius: 3px;
	text-align: center;
}

.capcha_refresh:hover {
	border: 1px solid #7fb41e;
	color: #7fb41e;
}

.capcha_confirm {
	position: absolute;
	top:0;
	right: 0;
	width: 56px;
	height: 37px;
	line-height: 37px;
	font-size: 21px;
	text-align: center;
	color: #fff;
	background-color: #7fb41e;
	border: 1px solid #999;
	cursor: pointer;
}

.mail_result {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
	color: #666;
	overflow: auto;
}

.md_text_center {
	text-align: left;
}

/*인스타그램 아이콘*/
.link.instagram {
	background-image: url("/resources/img/imgs/footer/footer-instagram.png");
}

.link.instagram:hover {
	background-image: url("/resources/img/imgs/footer/footer-instagram-hover.png");
}

/*메인 아이콘*/
.service>.links>.link>.image.biznot {
	background-image: url("/resources/img/imgs/main/main-service_icon01.png") !important;
}

.service>.links>.link:hover>.image.biznot {
	background-image: url("/resources/img/imgs/main/main-service_icon01-hover.png") !important;
}

.service>.links>.link>.image.bizcat {
	background-image: url("/resources/img/imgs/main/main-service_icon02.png") !important;
}

.service>.links>.link:hover>.image.bizcat {
	background-image: url("/resources/img/imgs/main/main-service_icon02-hover.png") !important;
}

.service>.links>.link>.image.bizfav {
	background-image: url("/resources/img/imgs/main/main-service_icon03.png") !important;
}

.service>.links>.link:hover>.image.bizfav {
	background-image: url("/resources/img/imgs/main/main-service_icon03-hover.png") !important;
}

.service>.links>.link>.image.inf {
	background-image: url("/resources/img/imgs/main/main-service_icon04.png") !important;
}

.service>.links>.link:hover>.image.inf {
	background-image: url("/resources/img/imgs/main/main-service_icon04-hover.png") !important;
}

.service>.links>.link>.image.bizfaq {
	background-image: url("/resources/img/imgs/main/main-service_icon05.png") !important;
}

.service>.links>.link:hover>.image.bizfaq {
	background-image: url("/resources/img/imgs/main/main-service_icon05-hover.png") !important;
}

.service>.links>.link>.image.cre {
	background-image: url("/resources/img/imgs/main/main-service_cre.png") !important;
}

.service>.links>.link:hover>.image.cre {
	background-image: url("/resources/img/imgs/main/main-service_cre_hover.png") !important;
}
/*메인 아이콘*/

/*미션비전*/
.new_vision .content-title {
    font-size: 35px;
    letter-spacing: -1.75px;
    text-align: center;
    color: #181818;
}
.new_vision .big-title {
    font-family: NotoSansCJKkr;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1.88px;
    text-align: left;
    color: #747474;
    margin-bottom: 70px;
    margin-top: 100px;
}
.new_vision .big-title > span:first-of-type {
    display: inline-block;
    width: 12px;
    height: 6px;
    background-color: #747474;
    vertical-align: middle;
    margin-right: 10px;
}
.new_vision .big-title > span:last-of-type {
    vertical-align: middle;
}

.new_vision .blue-box, .new_vision .green-box {
	padding-left: 120px;
}


.new_vision .mission-left {
    width: 310px;
    height: 310px;
    border-radius: 36px;
    display: inline-block;
    text-align: center;
}
.new_vision .mission-left.blue {
    border: 20px solid #107aac;
}
.new_vision .mission-left.green {
    border: 20px solid #639a48;
}
.new_vision .mission-left .shadow {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 4.1px 4.4px 7px 0 rgba(0, 0, 0, 0.16);
}
.new_vision .mission-left .shadow p {
    font-size: 16px;
    margin-top: 50px;
}
.new_vision .mission-left .shadow span {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -2.4px;
    color: #2f2f2f;
    margin-top: 5px;
}
.new_vision .blue-box .mission-left .shadow p {
    color: #107aac;
}
.new_vision .green-box .mission-left .shadow p {
    margin-top: 65px;
    color: #639a48;
}
.new_vision .mission-middle {
    display: inline-block;
    position: absolute;
}
.new_vision .mission-middle > .line {
    width: 115px;
    border-bottom: 1px solid #d6d6d6;
    display: inline-block;
    padding: 85px 0;
}

.new_vision .blue-box .mission-middle > .line:first-of-type {
    padding-top: 0px;
}
.new_vision .blue-box .mission-right > div:last-of-type {
    margin-top: 81px;
}
.new_vision .green-box .mission-middle > .line {
    padding-top: 90px;
}
.new_vision .blue-box .mission-middle > .dot {
    width: 6px;
    height: 6px;
    background-color: #107aac;
    display: inline-block;
    border: solid 3px #b6dcee;
    border-radius: 50%;
    position: relative;
    top: 5px;
    left: -10px;
}
.new_vision .green-box .mission-middle > .dot {
    width: 6px;
    height: 6px;
    background-color: #639a48;
    display: inline-block;
    border: solid 3px #c7ecb4;
    border-radius: 50%;
    position: relative;
    top: 5px;
    left: -10px;
}
.new_vision .green-box .mission-right {
    margin-top: 130px;
}
.new_vision .mission-right {
    display: inline-block;
    position: absolute;
    margin-top: 39px;
}
.new_vision .mission-right > div {
    margin-left: 170px;
    margin-top: 8px;
}
.new_vision .mission-right > div p { 
    font-size: 16px;
}
.new_vision .mission-right > div span {
    color: #888;
    font-size: 15px;
}


.new_vision .value.pcver {
    display: block;
    margin-left:6%;
}
.new_vision .value.mobver { 
    display: none;
}
.new_vision .value {
    background-image: url(/resources/img/cms/intro/vision/bg03.png);
    background-repeat: no-repeat;
    background-size: 935px auto;
}
.new_vision .value > div {
    display: inline-block;
    vertical-align: top;
}
.new_vision .value .bold {
    font-weight: bold;
}
.new_vision .value-left {
    width: 372px;
}
.new_vision .value-right {
    width: 40%;
}
.new_vision .value-right .content {
    padding-left: 57px !important;
}
.new_vision .value-middle {
    text-align: center;
    margin-top: 110px;
    width: 174px;
}
.new_vision .value-left-bottom {
    margin-top: 48px;
}
.new_vision .value-left-bottom .title {
    padding-top: 20px;
}
.new_vision .value-circle {
    vertical-align: top;
    display: inline-block;
    margin-left: 11px;
}
.new_vision .value-circle > span {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.64px;
    color: #858585;
}
.new_vision .value-circle > p {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1.92px;
    text-align: center;
    color: #2f2f2f;
    margin-top: 1px;
}
.new_vision .value-right-top {
    
}
.new_vision .value-right-bottom {
    margin-top: 48px;
}
.new_vision .value-right-bottom .title {
    padding-top: 40px;
}
.new_vision .value .title {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    padding-left: 35px;
}
.new_vision .value .content {
    font-size: 14px;
    padding-left: 40px;
    margin-top: 35px;
}


.new_vision .maps.pcver {
    display: block;
}
.new_vision .maps.mobver {
     display: none;
}
.new_vision .cells {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 3px;
}
.new_vision .cells > div {
    display: inline-block;
}
.new_vision .cells .cells-index {
    width: 90px;
    min-height: 88px;
    vertical-align: middle;
    display: flex;
    position: relative;
    text-align: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}
.new_vision .cells .cells-index.blue {
    background-color: #107aac;
    color: #fff;
    border: 1px solid #107aac;
}
.new_vision .cells .cells-index.green {
    background-color: #639a48;
    color: #fff;
    border: 1px solid #639a48;
}
.new_vision .cells .cells-content {
    width: 1026px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.new_vision .cells .cells-content .cell-box {
    border: 1px solid #c1c1c1;
    min-height: 88px;
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.new_vision .table-mission .cell-box,
.new_vision .table-vision .cell-box {
    width: 100%;
    font-size: 21px !important;
}
.new_vision .table-value .cell-box {
    width: 24.5%;
    font-size: 17px !important;
}
.new_vision .table-goal .cell-box {
    font-size: 17px !important;
}
.new_vision .table-goal .cell-box,
.new_vision .table-task .cell-box {
    width: 19.5%;
}
.new_vision .table-task .cell-box ul {
    list-style: none;
    padding: 20px 15px;
    margin: 0;
}
.new_vision .table-task .cell-box ul li {
    display: flex;
    border-bottom: 1px solid #c1c1c1;
    padding: 20px 0;
}
.new_vision .table-task .cell-box ul li:last-of-type {
    border-bottom: none;
}
.new_vision .cells-content .cell-box ul li span {
    width: 27px;
    height: 24px;
    margin-bottom: 10px;
    background-color: #646464;
    color: #fff;
    text-align: center;
    margin-right: 6px;
    vertical-align: middle;
    padding-top: 4px;
}
.new_vision .table-task .cell-box {
    min-height: 350px;
}

.new_vision .img-footer.mobver {
    display: none;
}
.new_vision .img-footer.pcver {
    display: block;
}
.new_vision .img-footer {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
}
.new_vision .img-footer img {
    width: 100%;
}

@media all and (max-width: 1024px) {

	.new_vision .blue-box, .new_vision .green-box {
		padding-left: 0;
		width: 100%;
		max-width:320px;
		margin:auto;
	}
	
	.new_vision .mission-left {
		width:80%;
		display:block;
		margin:auto;
	}
	
	.new_vision .blue-box .mission-right > div:last-of-type {
    	margin-top: 52px;
	}
	
    .new_vision .mission-middle {
        display: none;
    }
    .new_vision .mission-right {
        display: block;
        position: relative;
        margin-top: 39px;
    }
    .new_vision .mission-right > div {
        margin-left: 0; 
    }
    .new_vision .green-box .mission-right {
        margin-top: 39px;
    }
    
    
    .new_vision .value.pcver {
        display: none;
    }
    .new_vision .value.mobver {
        background-image: none;
        display: block;
    }
    .new_vision .value.mobver .value-circle {
        width: 250px;
        height: 250px;
        border: 23px solid #c9c9c9;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
        margin-bottom: 50px;
    }
    .new_vision .value.mobver .value-circle .shadow {
        box-shadow: 0px 3px 16px 0 rgba(0, 0, 0, 0.21);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
    }
    .new_vision .value.mobver .value-circle .shadow span {
        padding-top: 84px;
        color: #858585;
        font-size: 23px;
        display: inline-block;
    }
    .new_vision .value.mobver .value-circle .shadow p {
        font-size: 30px;
        color: #2f2f2f;
        margin-top: 5px;
    }
    .new_vision .value > div {
        width: 100%;
    }
    .new_vision .value .title {
        width: 100%;
        height: 54px;
        display: block;
        padding-top: 20px;
        padding-left: 0;
        font-size: 22px;
    }
    .new_vision .value .title > span {
        padding-left: 20px;
    }
    .new_vision .title.blue {
        background-color: #107aac;
    }
    .new_vision .title.yellow {
        background-color: #e1c422;
    }
    .new_vision .title.orange {
        background-color: #db8a15;
    }
    .new_vision .title.green {
        background-color: #639a48;
    }
    .new_vision .value .content {
        font-size: 14px;
        padding-left: 10px;
        margin-top: 10px;
        color: #888;
    }
    
    .new_vision .cells .cells-content .cell-box {
    	font-size: 14px!important;
    }
    
    .new_vision .value .bold {
        font-weight: 500;
        color: #2f2f2f;
    }
    
    
    .new_vision .maps.pcver {
        display: none;
    }
    .new_vision .maps.mobver {
        display: block;
    }
    
    .new_vision .maps.mobver .cells {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        margin-bottom: 3px;
    }
    .new_vision .cells .cells-index {
        width: 100%;
        font-size: 22px;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: center;
        align-items: center;
        margin-bottom: 3px;
    }
    .new_vision .cells .cells-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
        align-content: stretch;
        flex-wrap: nowrap;
    }
    .new_vision .table-value .cell-box {
        width: 100%;
        font-size: 21px !important;
        margin-bottom: 3px;
    }
    .new_vision .table-goal .cell-box, 
    .new_vision .table-task .cell-box {
        width: 100%;
        margin-bottom: 3px;
    }
    .new_vision .table-goal .cell-box.dis-block {
        display: block;
        text-align: left;
        width: 100%;
    }
    .new_vision .table-goal ul {
        list-style: none;
        padding-left: 0;
    }
    .new_vision .cells-content .cell-box ul li {
        border-bottom: 2px dotted #c9c9c9;
        padding: 20px;
    }
    .new_vision .cells-content .cell-box ul li span {
        width: 34px;
        height: 30px;
        font-size: 20px;
        display: inline-block;
        padding-top: 5px;
    }
    .new_vision .table-goal .cells-content .cell-box span  {
        font-size: 21px;
    }
    
    .new_vision .img-footer.mobver {
        display: block;
    }
    .new_vision .img-footer.pcver {
        display: none;
    }
    .new_vision .img-footer {
        width: 100%;
        display: inline-block;
        margin-top: 50px;
    }
    .new_vision .img-footer img {
        width: 100%;
    }

}
/*미션비전*/

@media only screen and (max-width: 1080px){
	.link.instagram {
		background-image: url("/resources/img/imgs/footer/footer-instagram-hover.png");
	}
}

@media all and (max-width: 690px){
 .file_box {
 	display: none;
 }

 .two_layout_in {
	float: none;
	width: 100%;
	padding: 0;
 }

 .two_layout .two_layout_in:nth-child(odd){
	text-align: left;
 }

 .md_text_center {
   text-align: center;
 }
}