@charset "utf-8";
@font-face {
	font-family: 'Noto Sans CJK KR Light';
	src:url(/public/NotoSansCJK/NotoSansCJKkr-Light.otf);
	src:local(※), url(NotoSansCJKkr.woff) format(‘otf’)
}
@font-face {
	font-family: 'Noto Sans CJK KR Medium';
	src:url(/public/NotoSansCJK/NotoSansCJKkr-Medium.otf);
	src:local(※), url(NotoSansCJKkr.woff) format(‘otf’)
}
#site {
	padding-top: 100px;
	font-family: 'notokr', sans-serif;
}

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: #fff;
	position: fixed;
	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-brand>img {
	margin-top: 32px;
	height: 34px;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 17px;
	font-weight: 500;
	color: #333;
	letter-spacing: -0.04em;
}

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

.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: #222;
}

@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-nav .dropdown-menu {
		margin-left:-80px;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		animation-fill-mode: both;
		animation-duration: .5s;
		animation-name: fadeInRight;
		background-color: #fff;
		/* padding: 15px 0; */
		border-top: 2px solid #5160c5;
		box-shadow: none;
		margin-top: 0px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		width:160px;
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		font-size: 15px;
		padding: 7px 20px;
		font-weight: 400;
		color: #333;
		letter-spacing: -0.034em;
		text-align: center;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #eff1f5;
		/* font-weight: 500; */
	}

	
}

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

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

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

.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 1px 9px rgba(0, 0, 0, .4);
}

/* 4번째 슬라이드에 링크 추가 */
#mainCarousel .carousel-inner .item:nth-child(4) .carousel-caption {
	left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

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

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

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

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 35px 0;
	background-color: #5a5c5f;
	color: #ddd;
}

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

@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: 10px;
	padding-right: 10px;
}

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

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

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

.board_box_blog2 .inner .bottom .title a {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	letter-spacing: -0.06em;
}

.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: #2C377D;
}

.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-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: 'fontawesome';
	color: #2C377D;
}

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

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

.location-li span {
	display: inline-block;
	margin-right: auto;
	min-width: 130px;
	font-weight: 500;
	color: #222;
	border-radius: 4px;
}

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

.location-li span i {
	margin-right: 5px;
	color: #2C377D;
}

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

.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: #2C377D;
	font-size: 18px;
}

.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: 25%;
	}

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

@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: #2C377D;
}

.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 #2C377D;
	background: #2C377D;
}

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

.circle-wrap {
	margin: 30px 0;
	text-align: center;
}

.circle-wrap .circle {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 0 15px;
	vertical-align: top;
	border-radius: 50%;
	background: #555;
}

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

@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;
	font-size: 26px;
	font-weight: 300;
	color: #555;
	line-height: 1.2;
}

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 #2C377D;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 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;
}

.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-top: none !important;
	border-bottom: none !important;
	padding: 25px !important;
}

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

.history-table.table-style tr th span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #999;
}

.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 #2C377D;
	border-radius: 50%;
	background: #fff;
}

/* personal setting 0.64v end */
/* navigation setting */

@media(max-width:767px) {}

/* mainpage setting */
.main-banner {
	/* background: #284c90; */
	background: #1b4490;
}

.main-banner .row {
	margin: 0;
}

.main-banner .row>div {
	padding: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	background: #1c4490;
}

.main-banner .row>div:before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	display: none;
}

.main-banner .row>div:last-child:before {
	display: none;
}

.main-banner a {
	display: block;
	padding: 38px 0 38px 85px;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	position: relative;
}

.main-banner a:hover {
	background: rgb(16, 56, 132);
}

.main-banner a i {
	display: block;
	margin-bottom: 10px;
	font-size: 76px;
	position: absolute;
	left: 8%;
	top: 23px;
	color: rgba(255, 255, 255, .15);
}

.main-content .title h3 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.06em;
	margin-bottom: 30px;
	margin-top: 3px;
}

.main-content .title h3:before {
	content: '';
	display: block;
	margin-bottom: 15px;
	width: 109px;
	height: 1px;
	background: #666;
}

.main-content .more {
	font-weight: 500;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 12px;
	padding: 4px 10px;
}

.main-business {
	padding: 100px 0 80px;
}

.main-business .content a {
	display: block;
	/* border:1px solid #ddd; */
}
.m-busi-wrap .clearfix{	margin-bottom: 50px;}

.main-business .content a:hover {
	border-color: #2C377D;
}

.main-business a .img-box {
	overflow: hidden;
}

.main-business a p {
	margin: 0;
	padding: 20px 0 0;
	font-size: 17px;
	text-align: center;
	font-weight: 500;
	color: #333;
	letter-spacing: -0.06em;
	position: relative;
}

.main-business a p span {
	margin-right: 10px;
	font-weight: 300;
	font-size: 28px;
	color: #175bd8;
	font-style: italic;
	/* display: block; */
	line-height: 28px;
	margin-bottom: 4px;
}

.main-news {
	padding: 80px 0 60px;
	background: #f5f5f5;
}

.main-gallery {
	padding: 80px 0;
	background: #f5f5f5;
}

.main-content .page-header {
	display: none;
}

.board_box_list ul li {
	font-size: 17px;
	padding: 13px 0;
	letter-spacing: -0.034em;
	border-bottom: 1px solid #ddd;
}

@media(max-width:767px) {}

/* footer setting */
#site footer li i {
	margin-right: 8px;
	color: #fff;
	font-size: 16px;
}

@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: 50%;
	transform: translate(-50%, -50%);
	font-size: 42px;
	color: #fff;
} */
.pageheader {
	border-bottom: 1px solid #ddd;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 13px;
	color: #bbb;
}

.breadcrumb .active {
	color: #fff;
}

/* Left Menu */
.snb {
	float: left;
	padding-right: 40px;
}
.snb h2{
	margin-top: -5px;
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;
    background: #eee;
    padding: 70px 30px 20px;
}
.snb>ul>li>a {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 18px 0 14px 20px;
	font-size: 15.5px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	line-height: 1.2em;
	font-weight: 500;
	color: #777;
}

.snb>ul>li.active>a::after {
	content: '\f054';
	top: 50%;
	right: 20px;
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	transform: translatey(-50%);
	color: #ccc;
}

.snb>ul>li.active>a {
	color: #fff;
	font-weight: 500;
	background-color: #1b4490;
	border: 1px solid #1b4490;
}

.snb>ul>li.active>a::after {
	color: #fff;
}

.snb>ul>li>a:hover,
.snb>ul>li>a:focus {
	text-decoration: none;
	background: #f4f4f4;
	color: #333;
}

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

.subpage-content .title {
	margin-bottom: 40px;
}

.subpage-content .title h3 {
	margin-top: 0;
	padding-left: 10px;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.034em;
	color: #000;
	border-left: 4px solid #000;
}

.subpage-content .emp {
	font-weight: 500;
	color: #2C377D;
}

.subpage-content section {
	padding-bottom: 40px;
}

.subpage-content section h4 {
	position: relative;
	margin-bottom: 20px;
	font-size: 26px;
}

.subpage-content section>h4:before {
	content: '';
	display: inline-block;
	margin: -2px 10px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 4px solid #2C377D;
	vertical-align: middle;
}

.subpage-content section h5 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18px;
}

/* subpage intro */
.greet {
	width:600px;
	max-width: 100%;
}
.greet p {
	margin-bottom: 25px;
	font-size: 16px;
	color:#666;
	/* font-weight:light; */
	font-family: 'Noto Sans CJK KR Light','notokr',sans-serif;
}
.greet p .emp,
.greet p.small-quote{
	font-family: 'Noto Sans CJK KR Medium','notokr',sans-serif;
	color:#2C377D;
	/* font-weight:medium; */
}
.greet p.name{

	margin-top:40px;
	font-size:20px;
	text-align:right;
	color:#111;
	font-weight:500;
}
.greet p.name small{
	margin-right:10px;
	font-family: 'Noto Sans Medium','notokr',sans-serif;
}

.philosophy-wrap .card {
	margin-bottom: 30px;
	padding: 30px;
	border-top-right-radius: 10px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	min-height: 235px;
}

.philosophy-wrap .card h5 {
	margin: -30px -30px 30px;
	padding: 10px 0;
	font-size: 20px;
	color: #fff;
}

.philosophy-wrap .card1 h5 {
	background: #39479e;
}

.philosophy-wrap .card2 h5 {
	background: #979ea5;
}

.philosophy-wrap .card3 h5 {
	background: #5160bd;
}

.philosophy-wrap .card h5 small {
	display: block;
	margin-top: 5px;
	color: #ddd;
}

.philosophy-wrap .card p {
	font-size: 15px;
	font-weight: 500;
}

.table_blog2 dd .inner .bottom .info {
	display: none;
}

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

.table_blog2>dd {
	width: 25%;
}

#site footer ul .copyrights {
	font-weight: 300;
	font-size: 11px;
	margin-top: 10px;
	letter-spacing: 0em;
	color: rgba(255, 255, 255, 0.5);
}

.footer_middle ul {
	padding-left: 40px;
}

.footer_right ul li {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	line-height: 1.62em;
}

.footer_middle ul li:first-child {
	font-size: 15px;
	letter-spacing: -0.034em;
}

.footer_middle ul li {
	font-size: 14px;
	letter-spacing: -0.08em;
	margin-bottom: 3px;
}

.footer_middle ul li span {
	margin-right: 10px;
	line-height: 1;
	padding-right: 10px;
	display: inline-block;
	border-right: 1px solid #868686;
}

.footer_middle ul li span:last-child {
	border: none;
}

.footer_right ul li span {
	font-size: 13px;
	font-weight: 500;
	width: 55px;
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
}

.footer_right ul li:last-child {
	font-size: 15px;
	margin-top: 2px;
}

#main_wrapper .content {
	padding-left: 100px;
}

.board_box_list ul li span {
	font-size: 14px;
	letter-spacing: 0em;
	line-height: 2em;
}

.carousel-caption h1 {
	font-size: 76px;
	font-weight: 500;
	margin: 0 0 50px;
	letter-spacing: -0.06em;
}

.carousel-caption p {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -.03em;
	margin: 0;
	line-height: 1.5em;
}

.main-banner .row>div:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* .main-banner .row>div:last-child i {
	left: 65px;
} */

.m-busi-wrap>div {
	padding: 0 20px;
}

.m-busi-wrap img {
	border-radius: 2px;
}

/* subpage intro */
#intro6 .subpage-content img {
	margin-bottom: 20px;
}

/* subpage board */
.table_blog2>dd {
	width: 50%;
}

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

.table_blog2 dd .inner .top a .thumb {
	height: 220px;
}
#reply{
	display:none;
}
/* #snb_78,
#career1 .snb li:last-child,
#career2 .snb li:last-child{
	display:none;
} */