<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#site {
	padding-top: 89px;
	font-family: 'notokr', sans-serif;
	font-size: 16px;
	letter-spacing: -0.025rem;
}

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

#site&gt;.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: none;
	margin-bottom: 0;
	border-bottom: 1px solid #ececec;
}

.navbar-brand {
	height: auto;
	padding: 0px;
	margin: 29px 0;
	margin-left: 0 !important;
}
.navbar-brand img{height: 30px;}

.navbar-inverse .navbar-nav&gt;li&gt;a {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	letter-spacing: -0.025em;
	padding: 35px 0 20px;
}

.navbar-inverse .navbar-nav&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav&gt;li&gt;a:focus {
	color: #3f8bb1;
}

.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: #3f8bb1;
}
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}
@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&gt;.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

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

	.navbar-inverse.open .navbar-toggle&gt;.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%, 0);
		border-radius: 0;
		border: none;
		background: #3e83a6;
		padding: 15px 0;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .1);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .1);
		text-align: center;
	}

	.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a {
		position: relative;
		display:inline-block;
		padding: 9px 0px;
		color: rgba(255,255,255,0.9);
		font-weight: 400;
		font-size: 14px;
	}

	.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:after{
		content:"";
		width:0;
		height:1px;
		background:#fff;
		position:absolute;
		left:0;
		bottom:7px;
		transition:all 0.3s;
		opacity:0.5
	}
	.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:focus {
		background: none;
		font-weight: 400;
		color:#fff;
	}

	.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover:after,
	.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:focus:after{
		width:100%;
	}
}

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

	.navbar-inverse .navbar-nav&gt;li&gt;a {
		padding-left: 35px;
		padding-right: 35px;
	}
}

/* 슬라이드 공통 */
.carousel-control {
	display: none;
	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,
.carousel-indicators li.active {
	width: 80px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid #fff;
	margin: 0 2px;
	border-radius: 0;
	transition: ease-in-out .15s all;
} 	

.carousel-indicators li.active {
	background-color: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.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: 45px 0 40px;
	background-color: #283035;
	color: #77858e;
	letter-spacing: -0.01em;
	font-size: 13px;
}
footer ul{
	margin:0;
}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 700px
}
.carousel-caption{
	text-align:left;
	top: auto;
	bottom: 12.5%;
	padding: 0 10px;
	transform: none;
	text-shadow: none;
}
.carousel-caption h1 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 3px 33px;
    line-height: 1;
    letter-spacing: 0.01em;
}
.carousel-caption p {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.02em;
}
.carousel-indicators{
	margin-bottom: 0;
	padding: 0 10px;
	text-align: right;
	bottom: 13%;
}
@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&gt;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.66v */
@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: #3e83a6;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none &gt; li{list-style:none!important; margin-left:20px;}
.li-circle &gt; li{list-style:circle!important; margin-left:20px;}
.li-disc &gt; li{list-style:disc!important; margin-left:20px;}
.li-check &gt; li,
.li-dash &gt; li,
.li-dot &gt; li{margin-left:10px; padding-left:20px; position:relative;}
.li-check &gt; li:before,
.li-dash &gt; li:before,
.li-dot &gt; li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot &gt; li:before{
	content:'·';
}
.li-check &gt; li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #3e83a6;
}
.location-li{
    border-top: 1px solid #333;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 14px;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.025em;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 600;
    color: #000;
    border-radius: 4px;
    letter-spacing: -0.035em;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 12px;
    color: #3e83a6;
    width: 15px;
    text-align: center;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li &gt; li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li &gt; li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li &gt; 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;
}
.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:#3e83a6;
	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 &gt; 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:#3e83a6;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

.more-btn{
	display:block;
	margin:40px auto 10px;
	width: 200px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	border:1px solid #3e83a6;
	background:#3e83a6;
}
#job01 .more-btn{
	line-height: 39px;
	margin: 35px auto 0;
	width: 180px;
	border-radius: 4px;
}
.more-btn:hover{
	color:#3e83a6;
	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 &gt; div{
	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;
}

.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
	letter-spacing: -0.05em;
}
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 #3e83a6;
}

.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-wrap{
	position:relative;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background: #76706E;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.history-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.history-wrap .history-box{
	position:relative;
	width:50%;
	float:left;
	padding:30px 50px;
}

.history-wrap  h6{
    position: relative;
	margin: 0 0 10px;
    color: #494949;
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 400;
}
.history-wrap  h6:before{
	content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #3e83a6;
    width: 26px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #3e83a6;
    border-radius: 50%;
    background: #fff;	
}
.history-wrap li{
	position:relative;
	margin:5px 0;
	font-size: 16px;
    letter-spacing: -0.03em;
    color: #313131;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 18px;
	color:#3e83a6;
}
@media(min-width:768px){
	.history-wrap .history-box:nth-child(odd){
		text-align:right;
	}
	.history-wrap .history-box:nth-child(even){
		margin-top:80px;
	}
	.history-wrap .history-box:nth-child(odd) h6:before{
		left:auto;
		right:-45px;
	}
	.history-wrap .history-box:nth-child(odd) h6:after{
		left:auto;
		right:-61px;
	}
}
@media(max-width:767px){
	.history-wrap:before{
		left:15px;
	}
	.history-wrap .history-box{
		width:100%;
		padding-top:0;
		padding-right:15px;
		margin-left:15px
	}
	.history-wrap  h6{
		font-size:26px;
	}
	.history-wrap li{
		font-size:14px;
	}
}

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

/* mainpage setting */
.main-business .container{
	width:1400px;
	max-width:100%;
}
.main-business .row{
	margin: 0 -10px;
	padding: 120px 0 105px;
}
.main-business .row &gt; div{
	padding: 0 20px;
}
.main-business a{
	position:relative;
	display:block;
}
.main-business a:before{
	content:"";
	width: 112%;
	height:50%;
	background:#e8f3f9;
	position:absolute;
	left: -6%;
	bottom:0;
	z-index: -1;
	opacity:0;
	transition: all 0.3s ease;
}
.main-business a:hover:before{
	opacity:1
}
.main-business .img-box{
	position:relative;
	overflow: hidden;
	transition:all .3s ease;
}
.main-business a:hover .img-box{
	transform:translateY(-10px);
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
.main-business h5{
	font-size: 18px;
	color: #111;
	margin: 18px 0 0;
	letter-spacing: -0.025em;
	padding: 0 10px 30px;
}
.main-business h5:before{
	content:'';
	display:inline-block;
	margin-top: 0;
	margin-right:7px;
	width: 0;
	height: 1px;
	background:#3f8fb7;
	vertical-align: middle;
	transition:all .3s ease;
}
.main-business a:hover h5:before{
	width: 20px;
}
.main-business h5 span{
	font-size: 44px;
	font-weight: 300;
	letter-spacing: -0.025em;
	color: #3f8fb7;
	font-style: italic;
	margin-right: 12px;
	margin-left: -5px;
}

.main-project{
	padding:100px 0 120px;
	background:#f5f5f5;
}
.main-project .title{
	text-align:center;
}
.main-content .title h3{
	font-size: 42px;
	margin: 0 0 65px;
	color: #000;
	letter-spacing: -0.03em;
	text-align: center;
	line-height: 1;
}
.m-project .inner{
	position:relative;
	/* box-shadow: 0 0 10px rgba(0,0,0,.2); */
}
.m-project .top a{
	position:relative;
	padding-top: 66.66%;
	display: block;
}
.m-project .top a span{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}
.m-project .top a img{display: none;}
.m-project .bottom{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.m-project .bottom .title a{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	color:#fff;
	background: rgba(0,0,0,.55);
	opacity: 0;
	border: 8px solid #3f8bb1;
	transition:all .3s ease;
}
.m-project .inner:hover .bottom .title a{
	opacity:1;
}
.m-project .bottom .title a span{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-size:18px;
	font-weight:500;
}
.m-project .info{
	display:none;
}
#section_ea5d2f{
	display:none;
}
.m-project{
	padding:0;
}
.m-project &gt; div{
	padding:0 5px 10px;
}
/* footer setting */
#site footer img{
	width:110px;
	margin-top:5px;
	opacity:0.5
}
#site footer li{
	display:inline-block;
	margin-right: 15px;
	margin-bottom: 2px;
	line-height: 1.75;
}
#site footer li.copy{}
/* subpage setting */
.pageheader{
	height: 330px;
	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: 52%;
    transform:translate(-50%,-50%);
    font-size: 56px;
    color:#fff;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.breadcrumb{
	position:absolute;
	right:15px;
	top: 24px;
	margin:0;
	padding:0;
	background:transparent;
	font-size: 12px;
	color: #fff;
	letter-spacing: -0.02em;
	font-weight: 300;
}
.breadcrumb&gt;li+li:before{
    content:"\f054";
    font-family:"Font Awesome 5 free";
    font-weight:600;
    margin:0 5px;
    color: rgba(255, 255, 255, 0.5);
}
.breadcrumb .active{
	color:#fff;
}
/* .subpage-content{
	padding-top:80px;
	padding-bottom:40px;
} */
.subpage-content .emp{
	font-weight:500;
	color:#3e83a6;
}
.subpage-content section{
	padding-bottom: 100px;
}
.subpage-content section:last-child{
	padding-bottom:120px
}
.subpage-content section h4{
	position:relative;
	margin-bottom:20px;
	font-size:26px;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size:18px;
}

.s-title{
	padding-top: 110px;
	margin-bottom: 70px;
	text-align:center;
}
/* .s-title h3:after{
	content:'';
	display:block;
	width: 35px;
	height: 2px;
	margin: 20px auto 15px;
	background: #2f6f84;
} */
.s-title h3{
	font-size: 42px;
	font-weight: 500;
	color: #000;
	margin: 0;
}
.s-title img{
	margin-top:15px;
	height:70px;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}

/* subpage about */
.greet .left-con{
	padding: 5px 35px 0 55px;
	position: relative;
}
.greet .left-con::before{
	content:"";
	width: 150px;
    height: 150px;
    border: 15px solid #3e83a6;
    position: absolute;
    z-index: -1;
    left: 15px;
    bottom: -40px;
}
.greet .left-con .square{
	width: 150px;
	height: 150px;
	border: 15px solid #3e83a6;
	position: absolute;
	z-index: -1;
	left: 15px;
	bottom: -40px;
}
.greet .right-con{
	padding-left: 40px;
}
.greet p{
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.75;
	color: #666;
	letter-spacing: -0.025em;
}
.greet p.name{
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 24px;
	font-weight: 500;
	color: #000;
}
.np-wrap{
	position: relative;
	margin: 130px 0 0;
}

.np-wrap::before{
	content:"";
	width:1px;
	height: 120px;
	position:absolute;
	left:50%;
	top: -120px;
	background:#8ebfd2;
	background:linear-gradient(to top, #8ebfd2, #fff);
}
.np-wrap &gt; div{
	padding:0;
}
#about01 .se2{
	padding-bottom:0;
}
.about01-bottom{
	text-align:center;
}
.about01-bottom .quote{
	font-size: 45px;
	margin: 70px 0 50px;
	color: #2f6f84;
	letter-spacing: -0.0285em !important;
	font-weight: 500;
	line-height: 1.43;
}
.about01-bottom p{
	margin-bottom: 28px;
	font-size: 20px;
	color: #333;
	font-weight: 400;
	line-height: 1.55;
}
.btn.btn-primary{
	border-color:#3e83a6;
	background-color:#3e83a6;
}
.btn.btn-primary:hover{
	border-color:#2b6f92;
	background-color:#2b6f92;
}
.table_blog2 dd .inner{
	position:relative;
	border: none;
}
.table_blog2 dd .inner .top a{
	position:relative
}
.table_blog2 dd .inner .top a:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	border: 8px solid #3f8bb1;
	background:rgba(0,0,0,0.5);
	transition:all 0.3s;
	opacity:0;
}
.table_blog2 dd .inner:hover .top a:after{
	opacity:1
}
.table_blog2 dd .inner .top a .thumb{
	height:270px;
}
.table_blog2 dd .inner .bottom{
	/* position:absolute; */
	/* left:0; */
	/* right:0; */
	/* bottom:0; */
	/* color:#fff; */
	/* background:rgba(0,0,0,0.5); */
	padding: 14px 7px;
	text-align:center;
}
.table_blog2 dd .inner .bottom .title a{
	font-weight:500;
	letter-spacing:-0.04em
}
.table_blog2 dd .inner .bottom .title a:hover, 
.table_blog2 dd .inner .title a:focus{
    color:#32a5bf;
    text-decoration:underline
}

.board_wrapper .table.board_write_table{
	letter-spacing:-0.03em;
}

.board_wrapper .table.board_write_table .text-muted{
	font-size:14px;
	color:#8b8b8b;
}

.board_wrapper .table.board_write_table tbody tr th &gt;span.required_text{
	color: #32a5bf;
}

.checkbox a{
	color:#32a5bf;
}

.checkbox{
	margin-top:8px;
}

.custom_checkbox+span::before{
	color:#777
}

.form-control:focus{
	border-color: #333 !important
}

div[id^="business"] #reply,
.board_data_view .header_wrap .info,
.table_blog2 dd .inner .bottom .info{
	display:none;
}

.webmail-btn{
	display: inline-block;
	border-radius: 5px;
	padding:10px;
	text-align:center;
	line-height:1.2;
	color:#fff;
	background:#3f8fb7;
	display:none;
}
.webmail-btn:hover{
	background:#fff;
	color:#3f8fb7;
}</pre></body></html>