@charset "utf-8";

#site {
	padding-top: 0;
	font-family: 'notokr', sans-serif;
	font-size: 15px;
	letter-spacing: -0.034em;
}

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

#site>.container {
	width: 100%;
	padding: 0;
}

.table_blog dd {
	padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
	display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
	background: #003775;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
	/* padding-top: 15px;
	padding-bottom: 15px; */
	margin-bottom: 0;
	border: 0;
}

.navbar-brand {
	height: auto;
	padding: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
	background: none;
	color: #fff;
}

@media (max-width: 767px) {
	
	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #666;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-header{
		display:none;
	}
	.navbar-inverse .navbar-nav{
		width:100%;
		float:none!important;
		text-align: center;
	}
	.navbar-brand,
	.navbar-nav > li{
		float:none;
		display:inline-block;
	}
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: 0;
		border: 0;
		padding: 0;
		background: rgba(0, 0, 0, 0.5);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		text-align: center;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        font-size: 14px;
        letter-spacing: -0.034em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #2074ca;
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-right: -30px;
	}

	.navbar-inverse .navbar-nav>li>a {
	padding: 18px 45px;
	}
}

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	margin: 0 8px;
	border-radius: 0;
	transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(45deg);
}

.carousel-caption {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 6px;
		height: 6px;
	}
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 0;
	background-color: #fff;
	color: #333;
}
.footer-top{
	border-bottom: 1px solid #e6e6e6;
	background: #ecedef;
	border-top: 1px solid #e6e6e6;
}
.footer-top ul{
	margin:0;
}
.footer-top .f-top-li li a{
	display:inline-block;
	color: #333;
	position: relative;
	font-size: 14px;
	padding-right: 20px;
}
.footer-bottom{
	padding: 35px 0;
}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 600px
}

@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 250px
	}

	#mainCarousel .carousel-caption h1 {
		font-size: 24px
	}

	#mainCarousel .carousel-caption p {
		font-size: 12px;
	}
}

.root_daum_roughmap {
	width: 100% !important;
	padding: 0 !important;
}

.root_daum_roughmap .map_border {
	display: none !important;
}

.board_box_blog2 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.board_box_blog2 .inner {
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
	font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
	display: none;
}

.board_box_blog2 .inner .top a .thumb {
	height: 180px;
}

/* member */
.member_wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.member_wrapper .btn {
	transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
	background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
	color: #5dae57
}

/* personal setting 0.64v */
@media(min-width:768px) {
	.col-sm-20 {
		width: 20%;
	}
}

/* img */
.img-bordered {
	border: 1px solid #ddd;
}

.img-caption {
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
	color: #555;
	font-weight: 500;
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
	text-align: center !important;
	vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
	text-align: left !important;
}

/* font */
.numbering {
	margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	text-align: center;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: -0.04em;
	color: #fff;
	border-radius: 0;
	background: #003775;
}

.numbering.circle {
	border-radius: 50%;
}

/*list style*/
.li-none>li {
	list-style: none !important;
	margin-left: 20px;
}

.li-circle>li {
	list-style: circle !important;
	margin-left: 20px;
}

.li-square>li {
	list-style: square !important;
	margin-left: 20px;
}

.li-disc>li {
	list-style: disc !important;
	margin-left: 20px;
}

.li-check>li,
.li-dash>li,
.li-dot>li {
	/* margin-left: 10px; */
	padding-left: 20px;
	position: relative;
}

.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #003775;
}

.location-li {
	border-top: 1px solid #222;
	margin: 50px 0 0;
}

.location-li li {
	border-bottom: 1px solid #ddd;
	padding: 15px;
	font-size: 16px;
	letter-spacing: -0.03em;
	margin-bottom: 3px;
}

.location-li span {
	display: inline-block;
	margin-right: auto;
	min-width: 150px;
	font-weight: 500;
	color: #055cb5;
	border-radius: 4px;
	font-size: 15px;
}

@media(max-width:767px) {
	.location-li span {
		display: block;
	}
}

.location-li span i {
	margin-right: 5px;
	color: #003775;
	display: none;
}

.partner-li {
	margin: 20px 0;
}

.partner-li:after {
	content: '';
	display: block;
	clear: both;
}

.partner-li>li {
	float: left;
	width: 20%;
	padding: 10px;
}

.partner-li>li img {
	border: 1px solid #ddd;
}

.category-li {
	display: inline-block;
	margin: 20px auto;
}

.category-li:after {
	content: '';
	display: block;
	clear: both;
}

.category-li>li {
	float: left;
	margin: 5px;
	padding: 10px 20px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

.li-pill li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 100px;
}

.li-pill li span {
	position: absolute;
	left: 0;
	padding: 5px 0;
	text-align: center;
	width: 90px;
	color: #555;
	line-height: 1.1;
	font-weight: 500;
	border-radius: 4px;
	background: #d5d5d5;
}

.btn-li {
	text-align: center;
}

.btn-li li {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}

.trait-dl {
	margin: 40px 0 0;
}

.trait-dl:after {
	content: '';
	display: block;
	clear: both;
}

.trait-dl dt,
.trait-dl dd {
	float: left;
	margin-bottom: 10px;
	padding: 20px 40px;
	border-top: 2px solid #ddd;
}

.trait-dl dt {
	border-color: #599ee4;
	font-size: 18px;
	padding: 20px 20px;
	font-weight: 500;
	letter-spacing: -0.06em;
}

.stripe-dl {
	margin: 30px 0;
}

.stripe-dl dt {
	padding: 10px 20px;
	font-size: 16px;
	background: #f5f5f5;
}

.stripe-dl dd {
	margin-bottom: 20px;
	padding: 20px;
}

@media(min-width:768px) {
	.trait-dl dt {
		width: 20%;
	}

	.trait-dl dd {
		width: 80%;
	}
}

@media(max-width:767px) {
	.partner-li>li {
		width: 50%;
	}
}

/* component */
.card {
	display: block;
	position: relative;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	min-height: max-content;
}

.card .card-ttl {
	margin: -15px -15px 15px;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #003775;
}

.column-2 {
	column-count: 2;
	column-rule: 1px solid #ddd;
	column-gap: 30px;
}

.more-btn {
	display: block;
	margin: 40px auto 10px;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #003775;
	background: #003775;
}

.more-btn:hover {
	color: #003775;
	background: transparent;
}

.circle-wrap {
	margin: 20px 0 60px;
	/* text-align: center; */
}

.circle-wrap .circle {
	position: relative;
	display: inline-block;
	width: 170px;
	height: 90px;
	/* margin: 0 5px; */
	vertical-align: top;
	border-radius: 60px;
	border: 1px solid #edf2f9;
	background: #f1f6fb;
}

.circle-wrap .circle span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #425f84;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	min-width: 80%;
	text-align: center;
}

@media(max-width:767px) {
	.column-2 {
		column-count: 1;
	}
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
	margin: 0;
}

.quote-box {
	margin: 20px auto;
	padding: 25px;
	background: #f5f5f5;
}

.greet .quote,
p.quote {
	margin: 30px 0 50px;
	font-size: 30px;
	font-weight: 300;
	color: #555;
	line-height: 1.4;
	letter-spacing: -0.08em;
}

p.quote span {
	font-weight: 500;
}

/* custom setting */
ul,
dl,
ol {
	padding: 0;
}

p,
li,
dt,
dd {
	line-height: 1.6;
}

a:hover,
a:focus {
	text-decoration: none;
}

* {
	box-sizing: border-box;
	word-break: keep-all;
}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #003775;
}

.table-style tr th,
.table-style tr td {
	padding: 15px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
	font-size: 14px;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}

.history-table {
	border-top: none;
}

.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom: none !important;
	padding: 25px !important;
}

.history-table.table-style tr th {
	position: relative;
	border-right: 1px solid #ccc;
	font-size: 22px;
	color: #003775;
}

.history-table.table-style tr th:after {
	content: '';
	display: block;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translatey(-50%);
	width: 10px;
	height: 10px;
	border: 3px solid #003775;
	border-radius: 50%;
	background: #fff;
}

/* personal setting 0.65v end */
/* navigation setting */
.menu-top{
	text-align:center;
	background:#fff;
	padding: 0;
}
.menu-top .logo{
	margin: 30px 0 20px;
	display:inline-block;
}
@media(max-width:767px) {}

/* mainpage setting */
.main-video{
	position:relative;
	overflow: hidden;
}
.main-video .inner{
	position:relative;
	padding-top:30%;
	overflow:hidden;
}
.main-video .inner video{
	position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
}
.main-video .caption{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	color:#fff;
	text-align:center;
	background:rgba(0,0,0,0.3);
}
.main-video .caption .container{
	position: relative;
	height:100%;
}
.main-video .caption .txt-box{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:100%;
}
.main-video .caption h1{
	margin:0 0 40px;
	font-size: 72px;
	letter-spacing: -0.04em;
}
.main-video .caption h1 small{
	display:block;
	margin-bottom: 25px;
	color:#fff;
	font-size: 15px;
	letter-spacing: 0.3em;
}
.main-video .caption p{
	display:inline-block;
	padding: 6px 20px 7px;
	font-size: 15px;
	letter-spacing: -0.034em;
	background: rgba(0, 0, 0, 0.5);
	/* border-radius: 60px; */
	font-weight: 300;
}
.main-business{
	padding: 80px 0 30px;
	background: #f4f4f4;
}
.main-business .inner{
	position:relative;
	padding: 45px 40px;
	min-height: 240px;
	border: 1px solid #dddddd26;
	border-right: none;
	background:#fff;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.12); */
	overflow: hidden;
}
.main-business .inner:before{
	content:'';
	display:block;
	position:absolute;
	right: -7px;
	bottom: -7px;
	z-index:-1;
	width: 40px;
	height:50px;
	background:#003775;
	display: none;
}
.main-business h5{
	margin: 0 0 25px;
	font-size: 28px;
	color: #fff;
	font-weight: 400;
	letter-spacing: -0.08em;
}
.main-business h5 .more{
	float:right;
	color: #fff;
	font-size: 23px;
}
.main-business h5 .more:hover{
	color:#0064d4
}
.main-business li a{
	font-size: 16px;
	color: #fff;
	line-height: 1.7em;
}
.main-business li a:before{
	content:'';
	display:inline-block;
	margin-top:-2px;
	margin-right:7px;
	width:7px;
	height:3px;
	transition:all .3s ease;
	background: rgba(255, 255, 255, 0.5);
	vertical-align: middle;
}
.main-business li a:hover{
	color: #ffe954;
}
.main-business li a:hover:before{
	width:15px;
	background: #f5e156;
}
.main-business .inner > i{
	position:absolute;
	right: -13px;
	bottom: -20px;
	opacity: 0.05;
	font-size: 140px;
	color: #fff;
}

#section_fc490c{
	padding: 0 0 60px;
	background:#f5f5f5;
}
.page-header{
	margin-top:0;
	border-color: #ddd;
}

@media(min-width:768px) {
	.board_box_list{
		width: 49%;
		float:left;
		background: #fff;
		padding: 30px 45px;
		margin-right: 10px;
		height: 309px;
	}
}

/* footer setting */
#site footer .f-top-li li{
	display:inline-block;
	padding: 15px 17px 15px 0;
}
@media(max-width:767px) {}

/* subpage setting */
.pageheader {
	height: 250px;
	background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.pageheader .container {
	position: relative;
	height: 100%;
}

.pageheader h2 {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	font-size: 42px;
	color: #fff;
	font-weight: 300;
	letter-spacing: -0.06em;
}

.breadcrumb {
	float:right;
	margin: 40px 0 0;
	padding: 0;
	background: transparent;
	font-size: 13px;
	color: #aaa;
}

.breadcrumb .active {
	color: #333;
}

.subpage-layout {
	padding-top: 40px;
	padding-bottom: 80px;
}
.snb{
	padding-right:60px;
}
.snb h2{
	margin: 0;
	font-size: 26px;
	letter-spacing: -0.03em;
	background: repeating-linear-gradient(45deg, #0f5baf 0, #394765 0.05em, #1d4b80 0.1em, #1f4773 0.3em);
	padding: 35px 0 25px 25px;
	color: #fff;
	font-weight: 400;
	border: 1px solid #ddd;
	border-bottom: 2px;
}
.snb h2:after{
	content:'';
	display:inline-block;
	margin-left:5px;
	width:20px;
	height:4px;
	background:#003775;
	vertical-align: baseline;
	display: none;
}
.snb ul{
	/* border-top:2px solid #333; */
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.snb li{
	border-bottom:1px solid #ddd;
}
.snb li a{
	position:relative;
	display:block;
	padding: 14px 20px;
	font-size:16px;
	color:#555;
	font-weight:500;
	letter-spacing: -0.034em;
}
.snb li a:hover{
	background:#f5f5f5;
}
.snb li.active a{
	color:#fff;
	background: #1f74ca;
	font-weight: 400;
}
.snb li.active a:after{
	content:'\f105';
	font-family: 'font awesome 5 free';
	font-weight:900;
	color:#fff;
	position:absolute;
	right:20px;
	top: 11px;
	font-size:20px;
}

.subpage-content .emp {
	font-weight: 500;
	color: #003775;
}
.subpage-content .title{
	margin-bottom: 60px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
.subpage-content .title h3{
	display:inline-block;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -0.08em;
}
.subpage-content section {
	padding-bottom: 60px;
	border-bottom: 1px solid #eee;
	margin-bottom: 100px;
}

.subpage-content section h4 {
	position: relative;
	margin-bottom: 30px;
	font-size: 26px;
	letter-spacing: -0.08em;
}

.subpage-content section > h5 {
	margin-top: 60px;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.08em;
	border-left: 2px solid #333;
	padding-left: 6px;
	line-height: 0.9em;
}

@media(max-width:767px) {
	.table_default{
		table-layout: auto;
	}
	.table_default .num,
	.table_default .writer,
	.table_default .hits,
	.table_default .regdate,
	.table_default colgroup,
	.table_default .cate{
		display: none;
	}
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.board_wrapper, .search_wrap,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}


/* subpage about */
.greet p{
	margin-bottom: 30px;
	font-size: 16px;
	letter-spacing: -0.04em;
	padding-right: 20px;
}
.greet .quote{
	margin-top:0;
}
.greet .name{
	margin-top:40px;
	text-align:right;
	font-size: 17px;
	font-weight:500;
	color:#111;
}
.greet .name span{
	font-size:25px;
	letter-spacing: 0;
	margin-left: 5px;
}
.greet .name small{
	display:block;
	font-size:14px;
	color: #333;
	margin-bottom: 6px;
}
.greet  img{
	box-shadow: 8px 8px 0 #e9ecef;
}

.card-wrap .card{
	position: relative;
	margin-bottom:30px;
	padding: 35px 40px;
	min-height: 240px;
	border: 1px solid #b9cce2;
	background: #fff;
	box-shadow: 3px 3px 0px 1px rgb(228, 238, 249);
}
.card-wrap .card:before{
	content: '';
	display: block;
	position: absolute;
	left: -2px;
	top: -2px;
	z-index: -1;
	width: 40px;
	height: 40px;
	background: #4a88ce;
}
.card-wrap .card h5{
	margin-top:0;
	font-size: 20px;
	letter-spacing: -0.06em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 18px;
	color: #1857a3;
}
.card-wrap .card h5 .numbering{
	font-weight: bold;
	/* font-style:italic; */
	margin-right: 3px;
	font-size: 21px;
}
.subpage .des{
	padding: 30px 40px;
	font-size: 16px;
	line-height: 1.45;
	/* background: #f5f8fb; */
	margin-bottom: 60px;
	border: 6px solid #ebeff3;
}

/* subpage manage */
.process-wrap .card{
	padding: 40px 40px 0;
	min-height: 221px;
	border-radius: 10px;
	border: 1px solid #c6d2e0;
	text-align:center;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.1);
}
.process-wrap .card:after{
	content: '\f105';
	font-family: 'font awesome 5 free';
	font-weight: 900;
	color: #e2e2e2;
	position: absolute;
	right: -32px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 45px;
}
.process-wrap > div:last-child .card:after{
	display:none;
}
.process-wrap .card i{
	/* opacity: 0.25; */
	font-size: 45px;
	color: #bdd4ef;
}
.process-wrap .card > h5{
	font-size: 18px;
	margin-top: 25px;
	font-weight: 500;
	letter-spacing: -0.07em;
	margin-bottom: 6px;
}
.process-wrap .card h5 span{
	margin-right:7px;
}

.busi-top{
	margin:0 0 20px;
	/* border:1px solid #ddd; */
	/* background:#f5f5f5; */
}
.busi-top .img-box{
	padding:0;
}
.busi-top .txt-box{
	padding: 25px 40px 0 70px;
}
.busi-top .txt-box h5{
	margin-top:0;
	font-size: 20px;
}
.busi-top .txt-box h5:before{
	content:'';
	display:block;
	margin-bottom:10px;
	width: 35px;
	height: 2px;
	background: #0064d4;
	display: none;
}

/* subpage job */
.process-li{
	position:relative;
	display:inline-block;
}
.process-li:before{
	content:'';
	display:block;
	width:100%;
	height:2px;
	background:#ddd;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-1px;
}
.process-li li{
	z-index: 10;
	position: relative;
	display:inline-block;
	/* border:2px solid #ddd; */
	border-radius: 50%;
	padding: 35px 20px;
	background:#fff;
	height: 93px;
	background: #efefef;
}
.welfare-li:after{
	content:'';
	display:block;
	clear:both;
}
.welfare-li li{
	float:left;
	width:50%;
	margin-bottom: 12px;
	font-weight: 500;
	color: #0058af;
}
.welfare-li li i{
	/* margin-right: 9px; */
	color: #2a7dd0;
	width: 29px;
}
.container {width: 1240px;max-width:100%;}
#site footer .text-left > div:first-child {
    padding-right: 50px;
}
#site footer .copy {
    font-size: 11px;
    color: #999;
}
.footer-top a:after {
    content: '';
    display: table;
    width: 1px;
    height: 14px;
    background: hsla(0, 0%, 0%, 0.1);
    right: 0;
    position: absolute;
    bottom: 3px;
}
.footer-top .f-top-li li:last-child a:after {
    display: none;
}
.footer-bottom ul li {
    display: inline-block;
    padding-right: 10px;
    color: #666;
    letter-spacing: -0.034em;
    font-size: 14px;
}
#site footer .text-left > div:last-child {
    padding-left: 0;
}
.breadcrumb>li+li:before {
    font-size: 11px;
}
.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-bottom: none;
}
.snb li a:after {
    content: '\f105';
    font-family: 'font awesome 5 free';
    font-weight: 900;
    color: #ccc;
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 20px;
}
/* board 추가 css */
.board_data_view .header_wrap .title {
    font-size: 24px;
    letter-spacing: -0.06em;
    border-bottom: none;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}
.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 16px;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}
.checkbox label, .radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: none;
}
/* board 추가 css */
.busi-top .txt-box p {
    margin-bottom: 20px;
}
.process-wrap > div {
    padding-left: 20px;
    padding-right: 20px;
}
.process-wrap {
    margin-left: -20px;
    margin-right: -20px;
}
.process-wrap .card p {
    letter-spacing: -0.034em;
    line-height: 1.4em;
}
.text-info {
    font-size: 14px;
    color: #666;
}
#labor01 .text-info {
    padding-bottom: 10px;
}
.subpage-content section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 80px;
}
.greet .left-con {
    padding-right: 60px;
    width: 45%;
}
.greet .right-con {
    width: 55%;
}

.about03-busi{
	margin: 50px -5px 0;
	text-align:center;
}
.about03-busi > div{
	padding:5px;
}
.about03-busi .inner{
	position:relative;
	padding:50px 15px;
	overflow: hidden;
	color:#fff;
	background: #497cca;
}
.about03-busi .inner.box1{background: linear-gradient(135deg, #6095e4 0%, #497cca 43%);}
.about03-busi .inner.box2{background: linear-gradient(135deg, #5587e0 0%, #3160b7 43%);}
.about03-busi .inner.box3{background: linear-gradient(135deg, #6259bb 0%, #4f42bb 43%);}
.about03-busi .inner.box4{background: linear-gradient(135deg, #9e69da 0%, #7c42bb 43%);}
.about03-busi .inner i{
	display:block;
	font-size:50px;
	margin-bottom: 20px;
}
.about03-busi .inner span{
	font-size: 18px;
	font-weight:500;
	letter-spacing: -0.04em;
}
#about03 .right-con {
    padding-left: 60px;
}
#about03 .table-style tr th {
    text-align: left;
    vertical-align: bottom !important;
    padding-left: 0 !important;
    padding-right: 50px !important;
    border-bottom: 1px solid #afafaf !important;
}
#about03 .table-style {
    border-top: none;
}
#about03 .table-style tr:first-child th, #about03 .table-style tr:first-child td {
    border-top: none;
}
#about03 .table-style tr th, #about03 .table-style tr td {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
#about03 .left-con {
    padding-right: 30px;
}
#section_fc490c .row {
    margin-left: 0;
    margin-right: 0;
}
div[class^="board_box_"] .page-header h4 {
    font-size: 22px;
    letter-spacing: -0.06em;
}
div[class^="board_box_"] .page-header .pull-right {
    margin-top: 5px;
    margin-right: 7px;
    font-size: 17px;
    color: #999;
}
.board_box_list ul li a {
    font-size: 16px;
}
.main-business .row > div {
    padding-left: 0;
    padding-right: 0;
}
.main-business .row {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.3);
}
.main-business .box1 .inner {
    background: #497cca;
    background: linear-gradient(135deg, #6095e4 0%, #497cca 43%);
}
.main-business .box4 .inner {
    border-right: 1px solid #6e39a9;
}
.main-business .box2 .inner {
    background: linear-gradient(135deg, #5587e0 0%, #3160b7 43%);
}
.main-business .box3 .inner {
    background: linear-gradient(135deg, #6259bb 0%, #4f42bb 43%);
}
.main-business .box4 .inner {
    background: linear-gradient(135deg, #9e69da 0%, #7c42bb 43%);
}
.board_box_list:last-child {
    margin-right: 0;
    margin-left: 10px;
}
.main-bbs {
    background: #f4f4f4;
}
.main-business h5 .more i.fa-plus:before {
    content: "\f105";
    font-size: 36px;
    color: rgba(255, 255, 255, 0.4);
}
.main-business h5 .more:hover i.fa-plus:before {
    color: #fff;
}
.table.board_write_table label{
	margin:0 5px 0 15px;
	line-height:40px;
	font-size: 14px;
}
@media(max-width:767px){
	#site{
		padding-top:65px;
	}
	.menu-top{
		display:none;
	}
	.navbar-inverse{
		position:fixed;
		padding:15px 0;
		background:#fff;
	}
	.navbar-brand>img{
		height:35px;
		margin:0 10px;
	}
	.navbar-inverse .navbar-nav>li>a{
		color:#333;
	}
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
		color:#333;
	}
	.main-video .inner{
		padding-top:60%;
	}
	.navbar-inverse .navbar-toggle{
		margin-top:0;
		margin-bottom:0;
	}
	.main-video .inner video{
		width:auto;
		height:100%;
		top:0;
		bottom:0;
		transform: none;
	}
	.main-video .caption h1{
		margin-bottom:20px;
		font-size:32px;
	}
	.main-video .caption h1 small {
		margin-bottom: 15px;
		font-size: 13px;
		letter-spacing: 2px;
	}
	.main-video .caption .txt-box
	{
		padding:0 15px;
	}
	.main-video .caption p{
		font-size:13px;
	}
	.main-business{
		padding:30px 0;
	}
	.main-business .inner{
		padding:25px;
		min-height:0;
	}
	.main-business h5{
		font-size:22px;
	}
	.main-business h5 .more i.fa-plus:before{
		font-size:28px;
	}
	.main-business .inner > i{
		right:0;
		bottom:0;
		font-size:100px;
	}
	.board_box_list:last-child{
		margin-left:0;
	}
	.board_box_list{
		padding:0;
	}
	.footer-top ul{
		text-align:center;
	}
	#site footer .f-top-li li {
		padding: 5px 20px 5px;
		width:110px;
	}
	.footer-top .f-top-li li a {
		padding-right: 0;
	}
	.footer-top  a:after{
		display:none;
	}
	.foot-logo{
		height:35px;
		margin:0 0 15px 0;
	}
	.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle, .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle, .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{
		background: #1f74ca;
	}
	.pageheader{
		height:140px;
	}
	.pageheader h2{
		font-size:38px;
	}
	.snb{
		display:none;
		/* padding:0 15px; */
	}
	.greet .left-con{
		display:none;
		width:auto;
		padding:0 15px;
	}
	.greet .right-con{
		width:100%;
	}
	.greet .quote, p.quote{
		font-size:24px;
	}
	.subpage-content .title h3{
		font-size:32px;
	}
	.about03-busi .inner{
		padding:30px 0;
	}
	.about03-busi .inner span{
		font-size:16px;
	}
	.about03-busi .inner i{
		margin-bottom:10px;
		font-size:40px;
	}
	#about03 .left-con{
		padding-right:15px;
	}
	#about03 .right-con{
		padding-left:15px;
		padding-top:30px;
	}
	.subpage-content .title{
		margin-bottom:40px;
	}
	.about03-busi{
		margin-top:0;
	}
	.subpage-layout {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.trait-dl dd{
		width: 100%;
		padding:0 10px;
		border-color:#fff;
	}
	.trait-dl dt{
		width: 100%;
		padding:10px 10px;
	}
	.process-wrap .card {
		margin-bottom:40px;
		padding: 25px;
		min-height: 0;
	}
	.process-wrap .card:after{
		content: '\f107';
		right:auto;
		left:50%;
		top:100%;
		margin-top: -7px;
		transform:translateX(-50%);
	}
	.busi-top .txt-box{
		padding-left:0;
		padding-right:0;
	}
	.breadcrumb {
		float: none;
		margin: 0;
	}
	.circle-wrap .circle{
		margin: 0 0 5px;
	}
	.table.board_write_table label{
		display:block;
	}
	.board_wrapper .text-center .btn.btn-lg{
		padding-left:40px;
		padding-right:40px;
	}
	.process-li:before{
		display:none;
	}
	.process-li li{
		margin: 0 5px 5px 0;
	}
	.welfare-li li{
		width:100%;
	}
}
.main_popup{
  z-index:2000;
}/* 버튼 button 연습 코드 */

 .btn.btn-lg {
  width: 130px;
  height: 40px;
  line-height: 35px;
  padding: 0;
  margin: 10px 0 0px;
  border-radius: 50px;
 }
 #apply .board_wrapper .table.board_write_table .input-group, 
 #apply .board_wrapper .table.board_write_table .form-control{
	width:100%;
 }