<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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&amp;display=swap');
#site {
	padding-top: 93px;
	font-family: 'Roboto', 'notokr', sans-serif;
	font-size: 16px;
}

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: 5px 0 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
	border: 0;
	border-top: 5px solid #000;
}

.navbar-brand {
	height: auto;
	padding: 0px;
	margin: 27px 0 0 !important;
}
.navbar-brand img {
    height: 40px;
}
.navbar-inverse .navbar-nav&gt;li&gt;a {
	font-size: 16px;
	font-weight: 500;
	color: #555;
}

.navbar-inverse .navbar-nav&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav&gt;li&gt;a:focus {
	color: #fff;
	background: #e60c14;
}

.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: #e60c14;
	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&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: 2px solid #222;
		padding: 7px;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		min-width: 180px;
		text-align: center;
		font-size: 14px;
	}

	.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a {
		padding: 7px 20px;
		font-weight: 500;
	}

	.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:focus {
		background: #222;
		font-weight: 400;
		color: #fff;
	}
}

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

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

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

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

.carousel-caption {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
	text-shadow: none;
}
.carousel-caption h1{
    font-size: 64px;
    letter-spacing: 0.02em;
    font-weight: 700;
}
.carousel-caption h1 small{
	color:#fff;
	font-size: 32px;
	font-weight: 200;
	display: block;
	margin-top: 20px;
	letter-spacing: -0.01em;
}
.carousel-caption h1:after{
	content:'';
	display:block;
	margin: 20px auto;
	width:1px;
	height: 30px;
	background:#fff;
	display: none;
}
.carousel-caption p{
    font-size: 20px;
    font-weight: 300;
    margin-top: 45px;
    line-height: 1.5em;
}
@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

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

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 45px 0 50px;
	background-color: #292929;
	color: #bbb;
}

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

.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.67v */
@media(min-width:768px){
	.col-sm-20{
		width:20%;
		float:left;
		position:relative;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
	letter-spacing: -0.034em;
	line-height: 1.2em;
	padding: 3px 0 0;
}
/* 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: #E60012;
}
.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,
.li-check &gt; li,
.li-dash &gt; li,
.li-dot &gt; li{margin-left:10px; padding-left:20px; position:relative;}
.li-disc &gt; li:before,
.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-disc &gt; li:before{
	content:'';
	display:inline-block;
	width: 6px;
	height: 3px;
	background: #999;
	top: 0.65em;
}
.li-check &gt; li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #E60012;
}
.location-li{
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 20px 20px 20px 0;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 200px;
    font-weight: 700;
    color: #222;
    border-radius: 4px;
    position: relative;
}
.location-li span::after {
    position: absolute;
    width: 80%;
    height: 1px;
    background: #999;
    content: '';
    display: block;
    bottom: -21px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
}
.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 &gt; li{
	position:relative;
	margin-bottom: 10px;
	padding-left: 180px;
}
.li-pill &gt; li span{
	position:absolute;
	left:0;
	color: #e60c14;
	line-height: 1.4;
	font-weight: 700;
	font-size: 17px;
}
.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:#E60012;
	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:#E60012;
}
.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 #E60012;
	background:#E60012;
}
.more-btn:hover{
	color:#E60012;
	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%;
}
.bull{
	position:relative;
	padding-left:.5em;
}
.bull:before{
	content:'';
	display:block;
	width:3px;
	height:3px;
	background:#E60012;
	position:absolute;
	left:0;
	top:0.5em;
	margin-top:-3px;
}
@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;
}
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: 1px solid #ddd;
}

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

.table-style tr th {
	color: #333;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0em;
}

.table-style thead tr th {
	background: #333;
	color: #fff;
	letter-spacing: 0em;
}
.table-style thead tr th:first-child {
    background: #e60c14;
}
.table-style tr td {
	color: #666;
	padding: 30px !important;
}
.history {
    margin: 0;
}
.history &gt; div {
    padding: 0;
}
.history-wrap{
	position:relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 0 30px 0 15px;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 7px;
    background: #e8e8e8;
    position: absolute;
    left: 30px;
    top: 0;
}
.history-wrap .history-box{
	position:relative;
	padding: 50px 0px 40px 60px;
}
.history-wrap .history-box + .history-box {
    padding-top: 0;
}
.history-wrap  h6{
    position: relative;
    margin: 0 0 15px;
    color: #333;
    font-size: 32px;
    letter-spacing: -0.05em;
    font-weight: 700;
    font-style: italic;
}
.history-wrap  h6:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -35px;
	display: block;
	border-right: 0px;
	border-top: 1px solid #E60012;
	width: 26px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -42px;
    transform: translate(-50%, -50%);
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #E60012;
    border-radius: 50%;
    background: #fff;
}
.history-wrap li{
	position:relative;
	margin-bottom: 15px;
	padding-left: 28px;
	letter-spacing: -0.03em;
	color: #333;
	line-height: 1.45em;
}
.history-wrap li span{
	display: inline-block;
	font-weight:600;
	font-size: 16px;
	color:#E60012;
	position: absolute;
	left: 0;
	top: 0px;
}

@media(max-width: 767px){
	.history-wrap:before{
		left:15px;
	}
	.history-wrap .history-box{
		width:100%;
		padding-top:0;
		padding-right:15px;
		margin-left: -14px;
	}
	.history-wrap  h6{
		font-size:26px;
	}
	.history-wrap li{
		font-size:14px;
	}
}

/* personal setting 0.67v end */
/* navigation setting */

/* mainpage setting */
.main-business{
	position: relative;
	padding: 110px 0 120px;
	background: #f1f1f1;
}
.main-business:before{
	content: '';
	position: absolute;
	left:50%;
	top: 60px;
	display: block;
	width: 20px;
	height: 40px;
	border-bottom: 20px solid #E60012;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	transform: translateX(-50%);
}
.main-business h4{
    margin: 0 0 50px;
    text-align: center;
    font-size: 42px;
    letter-spacing: -0.03em;
    font-weight: bold;
    color: #111;
}
.main-business .row{
	margin: 0 -10px;
}
.main-business .row &gt; div{
	padding: 0 10px;
}
.main-business .inner{
	position:relative;
	display:block;
	color:#fff;
	overflow: hidden;
	height: 380px;
}
.main-business .inner .img-box {
    display: none;
}
.main-business div &gt; .inner::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/public/img/main/m-busi1.jpg);
    transition: all .3s ease;
}

.main-business div:nth-child(2) &gt; .inner::before {
    background-image: url(/public/img/main/m-busi2.jpg);
}

.main-business div:nth-child(3) &gt; .inner::before {
    background-image: url(/public/img/main/m-busi3.jpg);
}

.main-business div:nth-child(4) &gt; .inner::before {
    background-image: url(/public/img/main/m-busi4.jpg);
}
.main-business .inner:hover::before {
    transform: scale(1.2);
}
.main-business img{
	transition: all .3s ease;
}
.main-business .inner:hover img{
	transform:scale(1.1);
}
.main-business .txt-box{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:flex;
	justify-content:center;
	align-items: center;
	transition: all .3s ease;
	background: rgba(0,0,0,0.4);
}
.main-business .inner:hover .txt-box{
	background:rgba(119, 0, 9, 0.7);
}
.main-business .txt-box h5{
	margin: 30px 0 0;
	font-size: 26px;
	letter-spacing: 0;
	text-align:center;
}

.main-business .txt-box h5 span{
	display:block;
	margin: 35px auto 0;
	font-size:13px;
	font-weight:400;
	text-transform: uppercase;
	width: 130px;
	line-height: 36px;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.main-business .inner:hover h5 span{
	color:#333;
	background:#fff;
}
.main-bottom{
	padding: 60px 0 50px;
}
.main-notice {
    padding-right: 30px;
    overflow: hidden;
}
div[class^="board_box_"] .page-header {
	border-color:#999;
	margin-top: 0;
	padding-bottom: 15px;
}
div[class^="board_box_"] .page-header h4{
	font-size:24px;
	font-weight:bold;
	letter-spacing: -0.04em;
	margin-bottom: 0;
}
div[class^="board_box_"] .page-header .pull-right{
	font-size: 17px;
	margin-top: 5px;
	margin-right: 0px;
	color: #999;
}
.board_box_list ul li {
    padding: 4px 0;
}
.main-contact h5 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin-bottom: 3px;
}
.main-contact .inner{
	position:relative;
	display: block;
	margin-top: 15px;
	border: 5px solid #eaeaea;
	padding: 25px 35px 25px;
	color: #111;
}
.main-contact .inner:after,
.main-contact .inner:before{
	content:'';
	display:block;
	position:absolute;
	left: -5px;
	top: -5px;
	height: calc(100% + 10px);
}
.main-contact .inner:after{
	width:100px;
	border-bottom: 5px solid #fb505d;
}
.main-contact .inner:before{
	width: 230px;
	border-left: 5px solid #fb505d;
	border-top: 5px solid #fb505d;
}
.main-contact .inner h5{
	margin-top:0;
	color:#111;
	font-size: 24px;
	font-weight:bold;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}
.main-contact .inner ul{
	margin:0;
}
.main-contact .inner li:nth-child(1) {
    letter-spacing: -0.034em;
    font-size: 16px;
    margin-bottom: 12px;
}
.main-contact .inner li{
	margin-bottom: 5px;
	font-size: 17px;
	letter-spacing: 0;
	font-weight: 500;
	line-height: 1.4;
}
.main-contact .inner li i{
	margin-right: 13px;
	color: #fff;
	background: #555;
	width: 26px;
	height: 26px;
	border-radius: 50px;
	text-align: center;
	font-size: 11px;
	padding: 8px;
}
/* footer setting */
#site footer li{
	display:inline-block;
	margin-right: 24px;
	font-size: 13px;
	position: relative;
	line-height: 1.85;
}
#site footer li::after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    right: -14px;
    top: 6px;
    background: #666;
}
#site footer li span{
	margin-right: 7px;
	color: #d2d2d2;
	font-weight: 500;
}
footer .text-left &gt; div:nth-child(1) {
    padding-right: 40px;
}
footer .text-left &gt; div:nth-child(2) {
    padding-left: 50px;
}
footer .copy {
    font-size: 11px;
    opacity: 0.7;
}
/* subpage setting */
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}
.pageheader{
	height: 300px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
/* #business01 .pageheader {
    background: #000 url(/public/img/sub/subtop-bg2.jpg) no-repeat center / cover;
} */
.pageheader .container{
	position:relative;
	height:100%;
	text-align: center;
}
.pageheader h2{
    margin: 100px 0 10px;
    font-size: 44px;
    color:#fff;
    letter-spacing: -0.034em;
}
#notice .pageheader h2 {
    margin-top: 125px;
}
.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size: 12px;
	color: #b7b7b7;
}
.breadcrumb .active{
	color:#fff;
	opacity: 0.95;
}
.subpage-content{
	padding-top: 80px;
	padding-bottom:80px;
}
.subpage-content .emp{
	font-weight:500;
	color:#E60012;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom:20px;
	font-size: 30px;
	letter-spacing: -0.02em;
	font-weight: 600;
	color: #111;
}
.subpage-content section h5{
	margin-bottom: 0;
	font-size: 22px;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}
.snb{
	background: rgba(0, 0, 0, 0.45);
	margin-top: -55px;
}
.snb ul{
	z-index: 10;
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	margin:0;
}
.snb ul li{
	flex:1;
	text-align:center;
	position: relative;
}
.snb ul li:first-child{
}
.snb ul li::after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 54px;
    background: #333;
    right: -1px;
    top: 0px;
}
.snb ul li:first-child::before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 54px;
    background: #333;
    left: -1px;
    top: 0;
}
.snb ul li a{
	display:block;
	padding:15px 0;
	color: rgba(255, 255, 255, 0.7);
	font-size:16px;
	letter-spacing: -0.02em;
	font-weight: 400;
}
.snb ul li.active a{
	margin-top: -4px;
	padding: 13px 0;
	border-top: 5px solid #E60012;
	color: #111 !important;
	background:#fff;
	font-size: 17px;
	font-weight: 500;
}
.snb ul li a:hover, .snb ul li a:focus {
    color: #fff;
}
.s-title{
	margin-bottom: 60px;
	text-align:center;
}
.s-title h3{
	margin:0;
	font-size:40px;
	letter-spacing: -0.04em;
	font-weight: 700;
}
.s-title h3:after{
	content:'';
	display:block;
	margin: 12px auto 0;
	width: 18px;
	height: 18px;
	border-bottom: 18px solid #e40c13;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	display: none;
}

/* subpage about */
.greet .left-con {
    padding-right: 60px;
    padding-top: 30px;
    width: 47%;
}
.greet .right-con{
	padding-left:50px;
	padding-top: 90px;
	width: 53%;
}
.greet .right-con dl {
    position: relative;
}
.greet .right-con dl::before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #999;
    position: absolute;
    top: -30px;
}
.greet .right-con dt{
	margin-bottom: 20px;
	font-size: 45px;
	color:#E60012;
	margin-top: 60px;
	line-height: 1.3em;
}
.greet .right-con dt:nth-child(3) {
    color: #333;
    font-size: 30px;
    letter-spacing: -0.06em;
    font-weight: 700;
}
.greet .right-con dt span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1em;
}
.greet .right-con dd{
	margin-bottom: 25px;
	font-size:16px;
	letter-spacing: -0.034em;
}
.history h5{
	padding: 20px 25px;
	color:#fff;
	border-radius: 50px;
	font-weight: 400;
	text-align: center;
	font-style: italic;
	margin: 0;
}
.history .box1 h5{background:#E60012;}
.history .box2 h5{background: #616161;}
.history .box3 h5{background: #a5a5a5;}

/* subpage business */
[id^="business0"] .subpage-content .container {
    width: 1040px;
    max-width: 100%;
}
[id^="business0"] .subpage-content section h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    margin-top: 80px;
    margin-bottom: 60px;
}

[id^="business0"] h4::before {content: '';display: block;width: 1px;height: 35px;background: #999;margin: -45px auto 30px;}

[id^="business0"] h4 small {
    font-size: 18px;
    letter-spacing: -0.06em;
    font-weight: 500;
    display: block;
    margin-top: 12px;
    color: #ce5050;
}
.busi-top{
	border-bottom: 1px solid #ddd;
	margin: 0 0px 70px;
	position: relative;
	border-top: 3px solid #333;
}
.busi-top::before {
}
.busi-top &gt; div {
    padding: 0;
    width: 50%;
}
.busi-top img{
	width: 100%;
}
.busi-top li{
	margin-left:0;
	font-size:16px;
}
.busi-top .li-pill{
	padding-top: 40px;
	padding-left: 60px;
	margin-bottom: 0;
	position: relative;
}
.busi-top .li-pill &gt; li{
	padding-left: 150px;
	position: relative;
}
.busi-top .li-pill span:before{
	content:'';
	position:absolute;
	left: -12px;
	top: 12px;
	display:inline-block;
	width: 4px;
	height: 4px;
	background:#E60012;
}
.busi-top .li-pill::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 140px;
    height: 130px;
    border: 5px solid #e60c14;
    border-right: 0px;
    border-bottom: 0px;
    z-index: 1;
    display: none;
}

.busi-top .li-pill li span::before {
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    top: 4px;
    left: -11px;
}
#business01 .card-wrap &gt; div {
    width: 31%;
}

#business01 .card-wrap &gt; div:last-child {
    width: 38%;
}
.card-wrap{
	margin-bottom: 60px;
	margin-right: -30px;
	margin-left: -30px;
}
.card-wrap &gt; div {
    padding: 0 30px;
}
.card-wrap .card{
	/* min-height:220px; */
	/* box-shadow: 0 10px 15px rgba(0,0,0,0.1); */
	border: 0;
	padding: 0;
}
.card-wrap .card h5{
	margin-top:0;
	margin-bottom: 17px;
	text-align: left;
	letter-spacing: 0;
	padding: 0 30px 0 0;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.25em;
}
.card-wrap .card li{
	margin-left:0;
	padding: 3px 0 3px 15px;
	line-height: 1.3em;
}
.card-wrap .card li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #E60012;
    top: 11px;
    left: 1px;
    border-radius: 50%;
}
#business04 .card-wrap .card h5 {
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #333;
    padding: 20px 0;
    height: 109px;
}

#business04 .card-wrap div:nth-child(1) .card h5, #business04 .card-wrap div:nth-child(3) .card h5 {
    padding-top: 35px;
}

#business04 .card-wrap .card dt {
    font-size: 17px;
    margin-top: 20px;
}
.flex-dl{
	padding: 40px 55px;
	margin-bottom:50px;
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
	/* box-shadow: 0 10px 10px rgb(0 0 0 / 2%); */
	background: #f4f4f4;
	border-radius: 10px;
}
.flex-dl dt{
	font-size: 26px;
	font-weight: 500;
	color:#E60012;
	line-height: 1.35;
	width: 360px;
	letter-spacing: -0.06em;
}
.flex-dl dd {
    width: calc(100% - 360px);
}
.flex-dl dt .black{
	color:#111;
}
.flex-dl dd li{
	font-size:16px;
	letter-spacing: -0.034em;
}
.flex-dl dd li::before {
    content: '';
    width: 6px;
    height: 3px;
    top: 10px;
    background: #6f6f6f;
}
.flex-dl .li-pill &gt; li{
	padding-left: 50px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.flex-dl .li-pill &gt; li:last-child{
	margin:0;
	padding-bottom:0;
	border:0;
}
.flex-dl .li-pill &gt;li&gt; span{
	color: #fff;
	background: #555;
	font-size: 13px;
	padding: 3px 3px 2px;
	text-align: center;
	border-radius: 30px;
	letter-spacing: 0.034em;
	width: 42px;
}
[id^="business0"] .subpage-content .con-wrap &gt; div {
}
#business02 .se1 .con-wrap{
	margin-bottom:50px;
}
#business02 .se1 .con-wrap .txt-box {
    padding-left: 0;
}
#business02 .se1 .con-wrap ul{
	padding: 40px 30px 0 30px;
	background: #f8f8f8;
	min-height: 312px;
}
#business02 .se1 .con-wrap li{
	font-size: 15px;
}
#business02 .se1 .con-wrap .clearfix{
	padding-bottom:50px;
}
.img-wrap img{
	margin-bottom:50px;
}
#business03 .img-wrap.row img{
	margin-bottom:0;
	border:1px solid #ddd;
}
#business03  h5.bull {
    font-size: 26px;
    margin-bottom: 15px;
    padding-left: 0;
    font-weight: 800;
}

#business03 h5.bull::before {
    display: none;
}

#business03 .img-wrap {
    margin-bottom: 40px;
}

#business04 .card-wrap .card{
	min-height:458px;
}

/* subpage product */
.table_video dd .inner .top a .thumb, .table_blog2 dd .inner .top a .thumb{
	height:270px;
}
div[id^="product"] #reply{
	display: none;
}
/* board 추가 css */
.board_wrapper {
    margin-top: 0;
}
.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.034em;
}
.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;
}
.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_data_view {
    border-top: 2px 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: #e70c14;
    border: 1px solid #e60c14;
    color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #d80108;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    padding: 17px 15px;
}
.table_default {
}
.table.table_default tr td {
    color: #777;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}
.table.table_default tbody .subject span span + a {
    padding-left: 65px;
}
.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;
}
.table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
}
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 0;
}
.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 0;
    font-size: 13px;
}
.table_blog2 dd .inner .bottom .title a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0em;
}
.table_blog2 dd .inner .bottom .title a:hover, .table_blog2 dd .inner .title a:focus {
    color: #e70c14;
}
.table_video dd .inner, .table_blog2 dd .inner {
    border: 0;
}
.table_video dd .inner .bottom, .table_blog2 dd .inner .bottom {padding: 15px 0 0;}
.board_wrapper .text-center {
    margin-bottom: 50px;
}
/* board 추가 css end */

@media(max-width:767px){
	#site{
		padding-top:60px;
	}
	.navbar-inverse .navbar-brand{
		margin:10px!important;
	}
	.navbar-brand img{
		height:35px;
	}
	.navbar-toggle {
		top:4px;
	}
	.carousel-control{
		display:none;
	}
	.carousel-caption{
		left:5%;
		right:5%;
		top: 45%;
	}
	.carousel-caption h1{
		font-size: 30px;
	}
	.carousel-caption h1 small{
		font-size: 24px;
	}
	.carousel-caption p{
		font-size: 15px;
	}
	.carousel-caption p br{
		display:none;
	}
	#mainCarousel .carousel-inner .item{
		height: 400px;
	}
	.main-business{
		
		padding: 70px 0 80px;
	}
	.main-business h4{
		font-size:38px;
	}
	.main-business:before{
		top:25px;
	}
	.main-business .inner{
		margin-bottom:10px;
		height:300px;
	}
	.main-business .txt-box h5{
		font-size:25px;
	}
	.main-business .txt-box h5 span{
		margin-top:25px;
	}
	.board_box_list ul li .writer,
	.board_box_list ul li .hits{
		display:none;
	}
	.main-notice{
		padding:0;
	}
	.main-contact .inner{
		padding:25px;
	}
	.foot-logo{
		margin:0 0 10px;
		height:35px;
	}
	footer .text-left &gt; div:nth-child(2){
		padding-left:15px;
	}
	#site footer li::after{
		display:none;
	}
	.greet .right-con,
	.greet .left-con{
		width:100%;
		padding:0 15px;
	}
	.pageheader {
		height: 200px;
	}
	#notice .pageheader h2,
	.pageheader h2{
		margin-top: 70px;
		font-size: 40px;
	}
	.snb{
		margin:0;
		background:none;
	}
	.snb .container{
		padding:0;
	}
	.snb ul{
		display:block;
	}
	.snb ul li{
		border-bottom: 1px solid #ddd;
	}
	.snb ul li a:hover, 
	.snb ul li a:focus,
	.snb ul li a{
		color:#777;
	}
	.snb ul li.active a{
		margin-top:0;
		border-top: 0;
	}
	.snb ul li:first-child a{
		border-top: 5px solid #E60012;
	}
	.snb ul li::after,
	.snb ul li:first-child::before{
		display:none;
	}
	.subpage-content{
		padding-top:60px;
	}
	.s-title h3{
		font-size:36px;
	}
	.greet .right-con dt{
		font-size:40px;
	}
	.greet .right-con dt span{
		font-size:18px;
	}
	.greet .right-con dt:nth-child(3){
		font-size:22px;
	}
	.history-wrap .history-box:first-of-type{
		padding-top:30px;
	}
	.history h5{
		padding:17px 25px;
	}
	.busi-top &gt; div{
		width:100%;
	}
	.card-wrap{
		margin:0 -15px 60px;
	}
	#business01 .card-wrap &gt; div:last-child,
	#business01 .card-wrap &gt; div{
		width:100%;
	}
	[id^="business0"] .subpage-content section h4{
		font-size:28px;
	}
	.busi-top{
		margin-bottom:40px;
	}
	.busi-top .li-pill{
		padding-left:15px;
	}
	.card-wrap &gt; div{
		padding:0 15px;
	}
	.card-wrap .card h5{
		font-size:24px;
	}
	#business02 .se1 .con-wrap ul{
		padding:30px;
		min-height:0;
	}
	.flex-dl{
		display:block;
		padding: 30px 25px;
	}
	.flex-dl dt,
	.flex-dl dd{
		width:100%;
	}
	.flex-dl dt{
		margin-bottom:20px;
		font-size:20px;
	}
	.flex-dl dt br{
		display:none;
	}
	.flex-dl dd li{
		margin-left:0;
	}
	#business04 .card-wrap .card h5{
		height:auto;
	}
	.table_video dd, .table_blog2 dd{
		width:100%;
	}
	.table.table_default tbody .subject a{
		font-size:15px;
	}
}</pre></body></html>