@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
	word-break: keep-all;
  word-break: keep-all;
}

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

ul {
	padding: 0;
}

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

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

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

.center-block {
	display: table;
	margin: 0 auto;
}

.board_wrapper,
.calendar_wrapper {
	margin-top: 0;
	visibility: hidden;
}

.pagination_wrap,
.search_wrap {
	visibility: hidden;
}

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

/* 상단 메뉴 */
.navbar-inverse {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/* box-shadow: 5px 0 5px rgba(0, 0, 0, 0.5); */
	margin-bottom: 0;
	border: 0;
	border-bottom: 1px solid #eee;
}

.navbar-brand {
	width: 145px;
	height: auto;
	padding: 15px 0 0;
	margin: 0 !important;
}

.navbar-inverse .navbar-nav>li>a {
	height: 95px;
	font-size: 17px;
	font-weight: 500;
	line-height: 55px;
	color: #2b2b2b;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #2b2377;
	font-weight: 500;
}

.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;
	font-weight: 500;
	color: #2b2377;
}

.navbar-inverse .navbar-nav .dropdown-menu a {
	color: #fff;
}

@media (max-width: 767px) {

	.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-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%);
		border-radius: .25rem;
		padding: 0;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		animation-fill-mode: both;
		animation-duration: .3s;
		animation-name: fadeInRight;
		-webkit-border-radius: 0;
		border: 0;
		background: rgba(0, 0, 0, 0.5);
		margin-left: -80px;
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 10px 25px;
		font-size: 15px;
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		letter-spacing: -0.02em;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #fdc52c;
		color: #000;
		font-weight: 500;
	}
}

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

	.navbar-inverse .navbar-nav>li>a {
		padding: 20px 30px;
	}
}

/* 슬라이드 공통 */
.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 {
	border-radius: 6px;
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .1);
	background: #fff;
	border: 1px solid transparent;
	margin: 0 5px;
	transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
	border-radius: 6px;
	width: 25px;
	height: 12px;
	background-color: #ffc611;
	margin: 0 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.carousel-caption {
	transform: translateY(-45%);
	/* text-shadow: 0px 0px 10px rgba(0, 0, 0, .75); */
	text-shadow: none;
}

.carousel-caption h1 {
	letter-spacing: 0;
	font-weight: 700;
	font-size: 70px;
}

.carousel-caption h1::after {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	content: '';
	width: 25%;
	height: 5px;
	background: #ffc611;
	display: none;
}

.carousel-caption p {
	font-size: 24px;
	font-weight: 300;
}

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

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

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 40px 0 35px;
	border-top: 1px solid #eee;
}

.footer-info .row div:nth-child(1) {
	width: 18%;
}

.footer-info .row div:nth-child(2) {
	width: 82%;
}

.footer-info .row div:nth-child(2) {
	padding-left: 30px;
	padding-top: 5px;
	;
}

.footer-logo {
	opacity: 0.5;
}

.footer-info ul {
	margin-top: 5px;
	margin: 0;
}

.footer-info p {
	font-size: 11px;
	opacity: 0.7;
	margin-top: 7px;
	color: #999;
}

.footer-info .row div ul li {
	display: inline-block;
	margin-right: 12px;
	margin: 0 12px 5px 0;
	color: #666;
	font-size: 15px;
}

.footer-info .row div ul li:first-child strong {
	font-size: 15px;
	/* font-weight: 500; */
	color: #666;
}

.footer-info ul li:last-child {
	border-right: 0px;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 640px;
}

#mainCarousel .carousel-inner .item::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.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;
}

/* table */
.table-style {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #333;
}

.table>thead>tr>th {
	background-color: #f5f5f5;
	color: #2b2b2b;
	text-align: center;
	border-bottom: 1px solid #ddd !important;
	padding: 12px 0 !important;
}

/* 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
}

/* main-content */
/* maincolor:#ffc611 */

.main-content {
	padding: 100px 0px 90px;
	background: rgb(240, 240, 240);
}

.main-content .container {
	background: #fff;
	height: 420px;
	box-shadow: 1px 18px 30px -13px #d9d9d9;
}

.main-content .title {
	margin: 0;
	height: 420px;
}

.main-content .title .inner {
	height: 100%;
	position: relative;
}


.main-content .title .inner h3 {
	margin-top: 0;
	font-size: 32px;
	line-height: 38px;
	font-weight: 500;
	letter-spacing: -0.06em;
}

.main-content .title .inner h3::after {
	content: '';
	display: block;
	width: 25%;
	margin-top: 15px;
	margin-bottom: 20px;
	background: #ffc611;
	height: 3px;
}

.main-content .title .inner p {
	margin-top: 0;
	color: #333;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

.main-content .title .inner img {
	position: absolute;
	opacity: .3;
	bottom: 0;
	width: 80px;
}

.m-security>div {
	padding: 0;
}

.main-security .title {
	padding: 50px 30px 20px 30px;
}

.m-security a {
	transition: 0.15s;
	display: block;
	padding: 25px;
	height: 210px;
	background: #fbc02b;
	overflow: hidden;
}

.m-security a:hover {
	text-decoration: none;
	transition: 0.25s;
	outline: none;
	background: #fff;
	border: 5px solid #bebebe;
	color: #333;
}

.m-security a:hover h5 {
	color: #333;
	font-weight: 500;
}

.m-security a:hover i {
	color: #e7e7e7;
	opacity: 1;
}

.m-security .inner h5 {
	margin-top: 0;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
}

.m-security i {
	font-size: 90px;
	margin-top: -10px;
	position: absolute;
	right: -33px;
	font-weight: 700;
	opacity: 0.17;
}

.m-security .inner span {
	display: block;
	font-size: 30px;
	font-weight: 100;
	font-family: 'Roboto Slab';
}

.m-security .inner span::after {
	content: '';
	display: block;
	width: 18%;
	margin-top: 6px;
	margin-bottom: 15px;
	background: #fff;
	height: 1px;
	opacity: 0.6;
}

.m-security div:nth-child(1) a,
.m-security div:nth-child(4) a {
	background: #231e35;
}

.m-security div:nth-child(1) a:hover,
.m-security div:nth-child(4) a:hover {
	background: #fff;
}

.m-security a .inner {
	position: relative;
	color: #fff;
}

.m-security a:hover h5 span::after {
	background: #999;
}

@media (max-width: 767px) {
	.main-content .container .title {
		height: 270px;
	}
}

/* 게시판 */
.page-header {
	margin-top: 30px;
	margin-bottom: 13px;
	border-bottom: 1px solid #ccc;
	padding: 0;
}

.page-header h4 {
	font-size: 20px;
	font-weight: 700 !important;
	letter-spacing: -0.034em;
}

.main-news>div {
	margin-bottom: 0px !important;
	height: 210px;
	padding: 0 35px;
}

.main-news>div:nth-child(1) {
	border-bottom: 1px dashed #ddd;
}

.customer li a .pull-right {
	width: 300px;
}

.customer li a .pull-right .writer {
	float: left !important;
	opacity: 1;
	font-weight: 500;
	padding-top: 1px;
}

.customer li a .pull-right span:nth-child(2) {
	float: right !important;
	font-size: 14px;
	letter-spacing: 0.02em;
	opacity: 1;
	color: #4b3d87;
}

div[class^="board_box_"] .page-header .pull-right {
	color: #999;
	margin-top: 0;
	font-size: 15px;
}

.main-news.bbs-area {
	padding: 0;
}

.board_box_list ul li {
	padding: 3px 0;
}

.board_box_list ul li a .customer-title {
	width: 100px;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	padding: 4px 0 3px;
	font-weight: 500;
	color: #5f54b4;
	border: 1px solid #a29dd3;
	border-radius: 3px;
}

#customer01 .cus-r {
	padding: 0 15px;
}

#customer01 .cus-t {
	padding: 0 15px;
	margin-bottom: 20px;
	border-top: 1px solid #333;
}

#customer01 .cus-t th,
#customer01 .cus-t td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.cus-title {
	border: 1px solid #463a7d;
	text-align: center;
	/* background: #f5f5f5; */
	margin-bottom: 50px;
	padding: 25px;
}

.cus-title h3 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	color: #8b98d2;
}

.cus-title p {
	font-size: 18px;
}

/* 서브페이지 */
.pageheader {
	height: 200px;
	position: relative;
	background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.pageheader h2 {
	margin: 0;
	position: absolute;
	left: 20px;
	top: 62%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 42px;
	letter-spacing: 0;
	font-weight: 700;
}

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

.breadcrumb {
	position: absolute;
	right: 15px;
	bottom: 15px;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 13px;
	color: #bbb;
}

.breadcrumb li.active {
	color: #ffc611;
}

.subpage-layout {
	padding-top: 80px;
	padding-bottom: 80px;
}

.subpage-layout section {
	margin-bottom: 60px;
}

.subpage-layout section:last-child {
	margin-bottom: 0;
}

.subpage-layout .snb {
	padding-right: 60px;
	width: 24%;
}

.subpage-layout .snb ul {
	border-top: 1px solid #999;
}

.subpage-layout .snb li a {
	display: block;
	color: #828282;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	background: none;
	padding: 16px 2px;
	text-decoration: none;
	letter-spacing: -0.034em;
	position: relative;
	font-weight: 500;
}

.subpage-layout .snb li a:hover {
	color: #000;
	font-weight: 500;
}

.subpage-layout .snb li.active a {
	color: #333;
	border-bottom: 2px solid #ffc62c;
	font-weight: 700;
}

.subpage-layout .snb li>a::after {
	content: '\f054';
	display: block;
	font-family: "Font Awesome 5 free";
	position: absolute;
	right: 5px;
	top: 51%;
	color: #ccc;
	transform: translateY(-50%);
	font-weight: 700;
}

.subpage-layout .snb li.active>a::after,
.subpage-layout .snb li.active a:hover::after {
	color: #f9b90f;
}

.subpage-layout .snb li a:hover::after {
	color: #333;
}

.subpage-content .title h3 {
	margin: 0;
	color: #2b2b2b;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.034em;
}

.subpage-content>.title {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}

#company01 .c-title {
	font-size: 30px;
	line-height: 1.35em;
	margin: 0;
	font-weight: 500;
	letter-spacing: -0.06em;
}

#company01 .c-title span {
	display: block;
	color: #f5b700;
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 4px;
	letter-spacing: 0em;
}

#company01 .c-title::after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: #999;
	margin: 20px 0 40px;
}

#company01 .c-sub-title p {
	margin-bottom: 25px;
	line-height: 1.6;
	font-size: 16px;
}

.c-sub-title .name {
	margin-top: 40px;
	font-weight: 700;
	color: #2b2b2b;
	text-align: right;
}

.c-sub-title {
	padding-right: 80px;
}

#company02 .se1 p {
	font-size: 18px;
}

#company02 .table-style {
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #333;
}

#company02 .table-style td {
	vertical-align: middle;
	border-top: none;
	padding: 15px 30px;
}

#company02 .table-style th:nth-child(2) {
	border-right: 1px solid #ddd;
}

#company02 .table-style td:nth-child(2) {
	text-align: center;
	border-right: 1px solid #ddd;
}

#company02 .c-mision {
	margin: 0 -8px;
}

#company02 .c-mision>div {
	padding: 0 8px;
}

#company02 .mi-con {
	color: #333;
	border: 1px solid #ddd;
	position: relative;
	margin-top: 40px;
}

#company02 .mi-con .mi-right {
	background: #f4f4f4;
	min-height: 166px;
}

#company02 .mi-con .mi-right ul {
	padding: 30px;
}

.c-mision>div:nth-child(2) .mi-con .mi-left {
	background: #fec62c !important;
}

.c-mision>div:nth-child(3) .mi-con .mi-left {
	background: #273a75 !important;
}

#company02 .mi-con h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 60px 30px 30px;
	border-top: 1px solid #333;
}

#company02 .mi-con li {
	line-height: 1.4em;
	font-size: 16px;
	padding: 3px 0 3px 10px;
	position: relative;
}

#company02 .mi-con li::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}

#company02 .mi-con small {
	font-size: 14px;
	letter-spacing: 0em;
	display: block;
	margin-top: 15px;
	font-weight: 500;
	color: #b4b4b4;
}

#company02 .mi-con .mi-left {
	text-align: center;
	line-height: 0;
	position: absolute;
	background: #fa6179;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

#company02 .mi-con .fas,
#company02 .mi-con .far {
	font-size: 36px;
	line-height: 2.5;
	color: #fff;
}

#security01 tr th:nth-child(1) {
	width: 300px;
}

#security02 .se-process01 {
	padding: 0px 5px;
}

#security03 .se-process03 {
	margin: 0 -5px;
}

#security03 .table-list {
	padding: 12px 10px 12px 15px;
	font-size: 15px;
	background: #f6f6f6;
	margin-top: 6px;
}

#security03 .se-process03 .se03-title dd {
	min-height: 172px;
}

#security03 .table-list li {
	padding: 2px 0 2px 10px;
}

#security04 .se1 .se-process03 .se03-title dd {
	min-height: 188px;
}

#security04 .se2 .se-process03 .se03-title dd {
	min-height: 188px;
}

#customer01 .board_wrapper {
	padding: 50px;
	background: #f9f9f9;
}

.subpage-content .s-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	position: relative;
	padding-left: 7px;
}

.subpage-content .s-title::before {
	content: '';
	display: block;
	width: 2px;
	height: 22px;
	background: #333;
	position: absolute;
	left: 0;
}

.location-wrap .top-con {
	margin-bottom: 20px;
}

.location-wrap .top-con h4 {
	font-size: 20px;
	font-weight: 700;
}

.location-wrap .top-con li {
	margin-top: 15px;
	font-size: 16px;
}

.top-con li span {
	margin-right: 5px;
	color: #ec3a3a;
}

.se-process01 .card ul li.c-title {
	font-weight: 700;
	margin-bottom: 5px;
	border: 0;
	height: 54px;
	background: #4e4c69;
	padding: 17px 0 0;
	text-align: center;
}

.se-process03,
.se-process04 {
	margin: 0 -5px;
}

.se-process02 {
	margin-bottom: 50px;
}

.se-process01 .card {
	margin: 0;
}

.se-process01 .card ul {
	position: relative;
}

.se-process01 .card ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 42px;
	border: 1px solid #9c94bb;
}

.se-process01 .card li::after {
	text-align: center;
	content: '\f078';
	font-weight: 700;
	font-family: "Font Awesome 5 free";
	font-size: 18px;
	color: #bab7d7;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -24px;
	margin-left: 21px;
}

.se-process01 .card li:last-child::after,
.se-process01 .c-title::after {
	display: none;
}

.se-process01 .card span,
.se-process01 .card p {
	letter-spacing: -0.85px;
	padding: 13px 20px 0;
	text-align: center;
	margin: 0;
	font-size: 15px;
	line-height: 1.35em;
	height: 46px;
	color: #463a7d;
	font-weight: 500;
}

.se-process01 .card li span {
	color: #333;
	height: 100%;
	width: 48px;
	position: absolute;
	left: 0;
	top: 0;
}

.se-process01>div {
	padding: 0 10px;
}

.se-process01>div:nth-child(2) .card ul li:nth-child(4),
.se-process01>div:nth-child(3) .card ul li:nth-child(4),
.se-process01>div:nth-child(4) .card ul li:nth-child(4) {
	height: 65px;
}

.se-process01 {
	margin: 0 -10px;
}

.se-process01 li strong {
	position: absolute;
	left: 5px;
	top: 7px;
	transform: translateX(40%) translateY(30%);
	font-weight: 400;
	font-size: 17px;
}

.se-process01 li:not(.c-title) span {
	background: #f4f4f5;
	border-right: 2px dotted #ddd;
}



.se-process01 .c-title span img {
	width: 30px;
}

.se-process01 .c-title .far,
.se-process01 .c-title .fas {
	font-size: 21px;
	display: inline-block;
	margin-right: 12px;
	color: #fff;
	position: relative;
	font-weight: 700;
}

.se-process01 .c-title .far::before,
.se-process01 .c-title .fas::before {
	position: absolute;
	top: -16px;
	left: -14px;
}

.se-process01 .c-title p {
	margin: 0;
	letter-spacing: 0em;
	font-weight: 400;
	display: inline-block;
	color: #ffffff;
	padding: 0;
	height: auto;
}

.se-process02 th {
	background-color: #f5f5f5;
	color: #2b2b2b;
	text-align: center;
	border-bottom: 1px solid #ddd !important;
	padding: 12px 0 !important;
}

.se-process02 .table-con {
	border-bottom: 1px solid #c8c8c8;
}

.se-process02 .table-con td:nth-child(1) {
	width: 250px;
	position: relative;
	vertical-align: middle;
}

.se-process02 .table-con td:nth-child(2) {
	padding: 15px 40px;
}

.se-process02 .table-con .fas,
.se-process02 .table-con .far {
	font-size: 36px;
	background: #fec62c;
	margin: 10px 0 10px;
	color: #fff;
	padding: 27px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.se-process02 .table-con .fas+p,
.se-process02 .table-con .far+p {
	letter-spacing: -0.034em;
	font-size: 17px;
	font-weight: 700;
}

.se-process02 .table-con li {
	padding: 2px 0;
	position: relative;
	padding-left: 10px;
}

.se-process02 .table-con ul>li::before {
	content: '';
	display: block;
	width: 5px;
	height: 2px;
	background: #666;
	position: absolute;
	left: 0;
	top: 11px;
}

.se-process02 tr th:nth-child(1) {
	border-right: 1px solid #ddd;
}

.se-process02 tr td:nth-child(1) {
	font-weight: 700;
	text-align: center;
	border-right: 1px solid #ddd;
}

.se-process02 .table-con ul li .table-list li::before,
.se-process03 ul li::before {
	content: '';
	border-radius: 50px;
	width: 4px;
	height: 4px;
	background: #999;
	top: 10px;
}

.se-process03 li::before {
	left: 0;
	position: absolute;
}

.se-process03>div {
	width: calc(100%/5);
	padding: 0 5px;
}

.se-process03 li {
	letter-spacing: -0.85px;
	line-height: 20px;
	font-size: 15px;
	padding: 3px 0 3px 10px;
}

.se-process03 .se03-title dt {
	text-align: center;
	padding: 15px;
	margin: 0;
	font-weight: 700;
	color: #695f99;
	background: #fff;
	border: 1px solid #9c94bb;
	font-size: 16px;
}

.se-process03 .se03-title dd {
	padding: 15px 15px;
	background: #f6f6f6;
}

.se03-title {
	margin: 0;
}

.se-process03 .se03-title li {
	position: relative;
}

.se-process03 .se03-title::after {
	text-align: center;
	content: '\f054';
	font-weight: 700;
	font-family: "Font Awesome 5 free";
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 15px;
	right: -13px;
	background: #8b98d2;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	z-index: 12;
	padding: 4px;
}

.se-process03>div:last-child .se03-title::after {
	display: none;
	border: 1px solid #dddddd;
}

.se-process04 {
	margin-left: 0px;
	margin-right: 0px;
	padding: 20px 30px 30px;
	border-radius: 10px;
	border: 1px solid #ccc;
}

.se-process04>div {
	padding: 0;
}

.se-process04 .se04-title {
	margin: 10px 0 10px 0;
}

.se-process04 .clearfix {
	display: none;
}

.se-process04 .se04-title .se04-m {
	border: 0;
	color: #695f99;
	font-weight: 900;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.5em;
	margin-bottom: 12px;
}

.se-process04 .se04-s {
	padding: 30px 10px;
	color: #fff;
	border-radius: 50%;
	background: #6b6985;
	height: 121px;
	font-size: 15px;
	letter-spacing: 0em;
	font-weight: 400;
}

.se-process04 .se04-s i {
	font-size: 30px;
	color: #fff;
	margin-bottom: 12px;
}

.se-process04 .fas,
.se-process04 .far {
	display: block;
	color: #333;
	margin-bottom: 10px;
	font-size: 24px;
}

.se-process04 .fa-tools {
	color: #2b2b2b;
	display: none;
}

.se-process04>.col-sm-2:not(.se04-title) {
	text-align: center;
	color: #fff;
	font-weight: 500;
	padding: 0 5px;
}

/* board 추가 css */
.board_wrapper {
	margin-top: 0;
}

.board_data_view .header_wrap .title {
	font-size: 28px;
	letter-spacing: -0.06em;
}

.board_data_view .header_wrap {
	border-bottom: 1px solid #ddd;
	padding: 40px 0;
}

.board_data_view .contents_wrap p {
	font-size: 17px;
}

.board_wrapper .table.board_write_table tbody tr th {
	font-size: 14px;
	width: 200px;
	background: transparent;
	padding-left: 10px;
}

.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: 17px;
	color: #333;
}

.table.table_default tr th,
.table.table_default tr td {
	font-size: 15px;
	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;
}

.member_wrapper h1 {
	border: none;
	margin-top: 0;
}

.privacy_body {
	font-size: 16px;
	line-height: 1.6em;
	padding: 0 100px;
}

.subContent .board_wrapper h4 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	margin: 10px 0;
}

.btn.btn-primary {
	background-color: #5767b8;
	border: 1px solid #5767b8;
	color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: #3b4990;
	border-color: #3b4990;
}

.table.table_default thead th {
	background: #fff;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
}

.table_default {
	border-top: 1px solid #333;
}

.table.table_default tr td {
	color: #777;
}

.badge {
	padding: 6px 6px;
	border-radius: 2px;
	font-weight: 400;
	font-size: 13px;
	margin-right: 3px;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
	padding: 6px 7px 5px;
}

.board_wrapper .table.board_write_table .files+.sumChk {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}

.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
	border-top: 0;
	border-bottom: 1px solid #ddd;
}

.board_wrapper .table.board_write_table {
	border-top: 1px solid #333;
}

/* board 추가 css end */

/* 모바일최적화 */
@media (max-width: 767px) {
	#site {
		padding-top: 75px;
	}

	#site footer {
		padding: 25px 0 35px;
	}

	.navbar-brand {
		width: 100px;
		padding: 15px 0 15px;
		margin-left: 15px !important;
	}

	.navbar-toggle {
		margin-top: 22px;
		margin-bottom: 22px;
	}

	.navbar-inverse .navbar-nav>li>a {
		height: auto;
		line-height: 35px;
	}

	.navbar-nav .open .dropdown-menu {
		background: #2b2b2b;
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 15px 15px 15px 25px;
	}

	.carousel-caption h1 {
		font-size: 48px;
	}

	.carousel-caption p {
		font-size: 18px;
		font-weight: 400;
	}

	.carousel-control.left,
	.carousel-control.right {
		background-image: none;
	}

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

	.carousel-indicators li.active {
		width: 20px;
	}

	#mainCarousel .carousel-inner .item {
		background-position: 48.2%;
	}

	.main-security .title {
		padding: 25px;
		height: 200px;
	}

	.main-content {
		padding: 50px 0px 50px;
	}

	.main-content .container {
		background: none;
		height: auto;
	}

	.main-content .container .title {
		background: #fff;
		padding: 25px;
		height: 200px;
	}

	.m-security a {
		height: 190px;
	}

	.main-news {
		overflow: hidden;
		background: #fff;
	}

	.main-news.bbs-area {
		padding-top: 25px;
		margin-top: 50px;
	}

	.main-news>div {
		padding: 0 25px;
		height: auto;
	}
	.main-news>div:nth-child(1){
		padding-bottom: 50px;
	}
	.board_box_list.customer {
		margin-top: 25px;
		margin-bottom: 50px !important;
	}

	.board_box_list.customer ul {
		margin-top: 25px;
	}

	.board_box_list.customer ul li a {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.customer .info {
		order: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}

	.customer .customer-title {
		margin-bottom: 5px;
		order: 1;
	}

	.footer-info .row div:nth-child(1) {
		width: auto;
	}

	.footer-logo {
		width: 100px;
	}

	.footer-info .row div:nth-child(2) {
		padding-left: 15px;
		margin-top: 15px;
		width: 100%;
	}

	/* 서브 */
	.pageheader h2 {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.subpage-layout {
		padding-top: 15px;
		padding-bottom: 50px;
	}

	.subpage-layout section {
		margin-bottom: 50px;
	}

	.subpage-layout .snb {
		padding-right: 15px;
		padding-bottom: 65px;
		width: 100%;
	}

	.c-sub-title {
		padding-right: 15px;
	}

	.se-process01>div:nth-child(2) .card ul li:nth-child(4),
	.se-process01>div:nth-child(3) .card ul li:nth-child(4),
	.se-process01>div:nth-child(4) .card ul li:nth-child(4) {
		height: auto;
	}

	#company01 .c-title {
		font-size: 28px;
	}

	#company01 .c-title span {
		/* font-size: 28px; */
		margin-bottom: 10px;
	}

	#company01 .se1 .row {
		display: flex;
		flex-direction: column;
	}

	#company01 .se1 .row .col-sm-12 {
		order: 1;
	}

	#company01 .se1 .row .col-sm-3 {
		order: 2;
		position: relative;
		overflow: hidden;
		height: 100px;
	}

	#company01 .se1 .row .col-sm-3 img {
		transform: rotate(90deg);
		position: relative;
		width: 50%;
		top: -150%;
		right: -25%;
	}

	#company01 .se1 .row .c-sub-title {
		order: 3;
		margin-top: 25px;
	}

	#company02 .se1 p {
		font-size: 16px;
	}

	#company02 .table-responsive {
		margin-top: 50px;
	}

	#company02 .table-style {
		margin-top: 0;
	}

	#company02 .se2 .inner {
		margin-top: 80px;
	}
	.se-process01 .card ul li.c-title{
		margin-bottom: 0px;

	}
	.se-process01 .card {
		margin-bottom: 50px;
	}

	.se-process03>div {
		width: 100%;
	}

	.se-process03 .se03-title dd {
		margin-bottom: 30px;
	}

	#security03 .se-process03 .se03-title dd,
	#security04 .se1 .se-process03 .se03-title dd,
	#security04 .se2 .se-process03 .se03-title dd {
		min-height: 130px;
	}

	.se-process03 .se03-title::after {
		content: '\f078';
		top: auto;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
	}

	.se-process04>.col-sm-2:not(.se04-title) {
		display: inline-block;
		margin-bottom: 15px;
		width: 49%;
	}

	.se-process04 .se04-s {
		padding: 35px 10px;
		height: 127px;
	}

	.se-process04 .se04-title .se04-m {
		margin-bottom: 20px;
	}

	#customer01 .cus-t {
		margin-bottom: 0px;
	}

	#news .table.table_default {
		table-layout: auto;
	}

	#news .subpage-layout {
		padding-bottom: 0px;
	}

	.board_wrapper .text-center .btn.btn-lg {
		padding-left: 60px;
		padding-right: 60px;
	}

	.board_wrapper .table.board_write_table .input-group.input-group-big,
	.board_wrapper .table.board_write_table .form-control.form-control-big {
		width: 250px;
	}
}