@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');

#site {
	padding-top: 96px;
	font-family: 'Roboto', '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: 18px;
	padding-bottom: 18px;
	margin-bottom: 0;
	border: 0;
}

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

.navbar-inverse .navbar-nav>li>a {
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

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

@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 {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: 0;
		border: 1px solid #999;
		padding: 10px;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 7px 10px;
		text-align: center;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		background: #10a778;
		color: #fff;
	}
}

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

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

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

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

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

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

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

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

@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: 40px 0;
	background-color: #404249;
	color: #ddd;
}
#site footer .copy {
    font-size: 11px;
    letter-spacing: 0em;
    opacity: 0.5;
}
#site footer li strong {
    font-weight: 500;
}
#site footer img {
    height: 54px;
}
#site footer ul {
    margin-bottom: 5px;
    padding-top: 7px;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 700px;
}
#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 250px
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.member_wrapper .table tbody tr th span {
	color: #5dae57
}
/* personal setting 0.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;
	letter-spacing: -0.02em;
}
/* 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;
	text-align: center;
	font-size: 64px;
	font-weight: 200;
	letter-spacing: -0.04em;
	color: #2084D2;
	border-radius: 0;
	font-style: italic;
	position: relative;
	margin-right: 15px;
}
.numbering.sqr::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #ddd;
    transform: rotate(30deg);
    top: 47px;
    right: -2px;
}
.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-disc > li{list-style:disc!important; margin-left:20px;}
.li-check > li,
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #2084D2;
}
.location-li{
    border-top: 1px solid #222;
    margin: 30px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px;
    font-size: 16px;
    letter-spacing: -0.03em;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 150px;
    font-weight: 500;
    font-size: 15px;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    color: #2084D2;
    width: 22px;
}
[id^="refer0"] .subpage-content .row{
	display: none;
}
[id^="refer0"] .table-bordered>tbody>tr>td {
    padding: 20px 40px !important;
}
.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: 50px;
}
.li-pill li span{
	position:
	absolute;
	left:0;
	padding:5px 0;
	text-align:
	center;
	/* width:90px; */
	color: #111;
	line-height:1.1;
	font-weight: 700;
	border-radius:4px;
	/* background:#d5d5d5; */
}
.trait-dl{
	margin: 20px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom: 80px;
}
.trait-dl dt{
	font-size: 22px;
	letter-spacing: -0.04em;
	position: relative;
	line-height: 1.3em;
}
.trait-dl dt::before {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 12px;
    right: 10px;
}
.trait-dl dt::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid #1f84d2;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 7px;
}
.trait-dl dd {
    padding-left: 100px;
	font-size:16px;
	line-height:1.8;
}

.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: 22%;
	}
	.trait-dl dd{
		width: 78%;
	}	
}
@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:#2084D2;
}
.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 #2084D2;
	background:#2084D2;
}
.more-btn:hover{
	color:#2084D2;
	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 > 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:#2084D2;
	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: 0;
	border-top: 1px solid #333;
}

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

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

.table-style thead tr th {
	background: #fafafa;
	font-size: 16px;
	padding: 15px 20px!important;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-left: 0;
    border-right: 0;
}
.table-bordered>tbody>tr>th {
    font-weight: 500;
}
.table-style tr td {
	color: #333;
}
.history-wrap{
	position:relative;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background: #ddd;
    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: 20px 120px 0;
}

.history-wrap  h6{
    position: relative;
    margin: 0 0 10px;
    color: #005698;
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 300;
}
.history-wrap  h6:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -111px;
	display: block;
	border-right: 0px;
	border-top: 1px solid #a3cbeb;
	width: 85px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -120px;
    transform: translate(-50%, -50%);
    display: block;
    width: 15px;
    height: 15px;
    border: 3px solid #2084D2;
    border-radius: 50%;
    background: #fff;
}
.history-wrap li{
	position:relative;
	margin: 0;
	font-size: 17px;
	letter-spacing: -0.03em;
	color: #333;
	font-weight: 500;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 18px;
	color:#2084D2;
}
@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: -111px;
	}
	.history-wrap .history-box:nth-child(odd) h6:after{
		left:auto;
		right: -135px;
	}
}
@media(max-width:767px){
	.history-wrap:before{
		left:15px;
	}
	.history-wrap .history-box{
		width:100%;
		padding-top:0;
		padding-right:15px;
		margin-left:15px;
		padding-left: 60px;
	}
	.history-wrap  h6{
		font-size:26px;
	}
	.history-wrap li{
		font-size:14px;
	}
}

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

/* mainpage setting */
.carousel-caption h1{
	margin-bottom:30px;
	font-size: 84px;
	font-weight: 700;
	letter-spacing: -0.06em;
}
.carousel-caption h1:after{
	content:'';
	display:block;
	margin:20px auto 0;
	width:100px;
	height:2px;
	background:#fff ;
}
.carousel-caption  p{
	font-weight: 300;
	font-size: 25px;
	letter-spacing: -0.034em;
	line-height: 1.4em;
}
.main-business {
	padding: 80px 0 120px;
}

.main-business .title {
	margin-bottom: 50px;
	text-align: center;
}

.main-business .title h3 {
	font-size: 40px;
	color: #111;
}

.main-business .img-caption {
	font-size: 20px;
	color: #111;
	margin-top: 20px;
	font-weight: 500;
}

.main-contact {
	position: relative;
	text-align: center;
	padding: 60px 0;
	background: #000;
}

.main-contact:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: #455fa5 url(/public/img/main/m-contact.jpg) no-repeat center / cover;
	opacity: 0.5;
}

.main-contact>.container {
	position: relative;
	z-index: 10;
}
.main-contact p{
	font-size: 24px;
	color:#fff;
	font-weight: 300;
	margin-bottom: 0;
}
.main-contact .more{
	display: inline-block;
	margin-top: 20px;
	padding: 10px 45px;
	border: 1px solid rgba(255,255,255,0.6);
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.main-contact .more:hover{
	color: #fff;
    background:#2084D2;
    border-color:#2084D2;
}
/* footer setting */
#site footer li{
	display:inline-block;
	margin-right:10px;
	font-size: 15px;
}

/* subpage setting */
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}
.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;
}
.pageheader{
	height: 220px;
	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: 55%;
    transform:translate(-50%,-50%);
    font-size: 44px;
    color:#fff;
    font-weight: 300;
    letter-spacing: -0.034em;
}
.breadcrumb{
    position:absolute;
    right:15px;
    bottom:15px;
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content{
	padding-top: 100px;
	padding-bottom:80px;
}
.subpage-content .emp{
	font-weight:500;
	color:#2084D2;
}
.subpage-content section{
	padding-bottom:80px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom: 30px;
	font-size: 28px;
	letter-spacing: -0.034em;
	padding-left: 10px;
}
.subpage-content section h4:before{
	content:'';
	display:block;
	width: 3px;
	height: 26px;
	background:#2084D2;
	position: absolute;
	left: 0;
	top: 2px;
}
.subpage-content section h5{
	margin-top: 30px;
	margin-bottom:15px;
	font-size:18px;
}
.snb{
    padding: 0px 0;
    text-align:center;
    /* border-bottom: 2px solid #DDD; */
}
.snb ul{
    margin: 0;
    padding-top: 40px;
    display: flex;
}
.snb ul:after{
    content:'';
    display:block;
    clear:both;
}
.snb li{
    /* float:left; */
    /* width: calc(100% / 6); */
    /* width: 15%; */
    flex: 1;
}

.snb a{
    display:block;
    padding: 20px 0;
    color:#999;
    font-size: 17px;
    font-weight:500;
    /* min-width:180px; */
    letter-spacing: -0.03em;
    border-bottom: 2px solid #ddd;
    margin-bottom: -2px;
    line-height: 1.3em;
}
.snb .active a{
    color: #0075cf;
    font-weight: 500;
    border: 0;
    border-bottom: 2px solid #117dcc;
}

.snb li:hover > a {
    background: none;
    border-color: #10bb88;
    color: #008e64;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}
.s-title{text-align: center;margin-bottom: 80px;}
.s-title h3{
	font-size: 38px;
	color: #333;
	margin-top: 0;
	display: inline;
	border-bottom: 1px solid #333;
	padding-bottom: 4px;
}
/* subpage about */
.greet {
    padding-top: 20px;
}
.greet p{
	margin-bottom:20px;
	font-size: 17px;
}
.greet .quote{font-size: 30px;margin-top: 0;font-weight: 500;color: #1b4aac;line-height: 1.35em;letter-spacing: -0.04em;margin-bottom: 40px;}
.greet .right-con {
    width: 55%;
}
.greet .left-con{
	padding-right:60px;
	width: 45%;
}
.cert-wrap .clearfix{
	padding-bottom:60px;
}
.cert-wrap img{
	padding:10px;
	border:1px solid #ddd;
	height: 290px;
	object-fit: contain;
}
.trait-dl dd strong{
	display: block;
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: -0.034em;
}

/* subpage business */
#business01 .subpage-content .row{
	display: none;
}
#business03 .subpage-content .row{
	display: none;
}
#business01 h4 + ul{
	margin-bottom: 20px;
}
#business01 h4 + ul li{
	font-weight: 500;
	font-size: 18px;
	line-height:2;
	padding-left:30px;
}
#business01 .img-wrap img{
	/* padding:10px; */
	/* border:1px solid #ddd; */
}
#business01 .se1 {
    margin-bottom: 100px;
    border-bottom: 1px solid #eee;
}
.img-wrap .clearfix{
	padding-bottom:30px;
}
.major-busi .inner{
	text-align: center;
}
.major-busi .clearfix{
	padding-bottom: 50px;
}
.major-busi .img-caption{
	margin-bottom: 0;
	font-size: 20px;
	color: #111;
	letter-spacing: -0.04em;
}
.major-busi .more{
	font-size:14px;
	text-transform: uppercase;
	color:#117dcc;
	text-decoration: underline;
}
.major-busi .des{
	font-size:16px;
}
.busi-top{
	margin-top: -30px;
	margin-bottom: 70px;
	text-align: center;
}
.busi-top p{
	font-size: 20px;
}
.busi03-top .left-con{
	padding-right:60px;
}
.busi03-top .left-con img{
	height: 700px;
	width: 100%;
	object-fit: cover;
}
.busi03-top p{
	/* margin-bottom:20px; */
	font-size: 19px;
	padding-top: 37px;
}
.busi03-process{
	padding:40px 20px 0;
	border:1px solid #ddd;
}
.busi03-process .img-caption{
	text-align: right;
	font-size:14px;
	color:#999;
}
/* 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;
}
.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;
}
.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;
}

@media(min-width:768px){
	.navbar-inverse{
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	}
	#navbar-bg{
		z-index:1000;
		position:fixed;
		left:0;
		right:0;
		top:91px;
		background:#fff;
		transition:all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		height:0;
	}

	.navbar-inverse.opened #navbar-bg{
		border-top:1px solid #ddd;
	}
	.navbar-inverse .navbar-nav .dropdown-menu{
		z-index: 1030;
		padding-top:30px;
		border:none;
		box-shadow: none;
		background:transparent;
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	}
	.navbar-inverse.on{
		background:#fff;
	}
	.navbar-inverse .navbar-right > li > a{
		display:inline-block;
		min-width:160px;
		text-align: center;
		/* color:#fff; */
	}
	.navbar-inverse.on .navbar-right > li > a{
		color:#333;
	}
}
@media (max-width:767px){
	#site{
		padding-top:60px;
	}
	.navbar-brand>img{
		height:40px;
		margin:10px;
	}
	.navbar-inverse{
		padding:0;
	}
	.navbar-toggle{
		top: 6px;
	}
	.navbar-inverse .navbar-nav>li>a{
		font-size:16px;
	}
	.carousel-control{
		display: none;
	}
	.carousel-caption{
		left:15px;
		right:15px;
	}
	.carousel-caption p br{
		display: none;
	}
	.main-business{
		padding:60px 0;
	}
	.main-business .title h3{
		margin:0 0 10px;
		font-size:32px;
	}
	.numbering.circle, .numbering.sqr{
		font-size:45px;
	}
	.numbering.sqr::after{
		top:28px;
	}
	.main-business .img-caption{
		margin:0 0 30px;
		font-size:18px;
	}
	.main-contact p{
		font-size:20px;
	}
	#site footer img{
		margin:0 0 15px;
		height:35px;
	}
	.pageheader {
		height: 175px;
	}
	.pageheader h2{
		font-size:36px;
	}
	.snb ul{
		padding-top:20px;
		display: block;
	}
	.snb a{
		padding:10px 0;
	}
	.subpage-content{
		padding:80px 0 60px;
	}
	.greet .left-con,
	.greet .right-con{
		width:100%;
		padding:0 15px;
	}
	.greet .left-con{
		margin-bottom:30px;
	}
	.greet .quote {
		margin-bottom:30px;
		font-size:20px;
	}
	.greet p{
		font-size:15px;
	}
	.history-wrap h6:after{
		left:-60px;
	}
	.history-wrap h6:before{
		left: -52px;
		width: 40px;
	}
	.s-title h3 {
		font-size: 32px;
	}
	.subpage-content section h4{
		font-size:22px;
	}
	.subpage-content section h4:before {
		height:20px;
	}
	.location-li li{
		font-size:14px;
	}
	.busi-top p {
		font-size: 16px;
	}
	.trait-dl dt, .trait-dl dd{
		width:100%;
		margin-bottom:20px;
		padding:0;
	}
	.trait-dl .clearfix{
		padding-bottom:40px;
	}
	.trait-dl dt{
		font-size:18px;
	}
	.trait-dl dd{
		font-size:14px;
	}
	.major-busi .clearfix{
		display: none;
	}
	.major-busi .des{
		margin-bottom:40px;
		font-size:14px;
	}
	#business01 h4 + ul li{
		margin-bottom:10px;
		font-size:16px;
		line-height:1.4;
	}
	.busi03-top .left-con{
		margin-bottom:30px;
		padding-right:15px;
	}
	input.form-control{
		max-width:100%;
	}
	.board_wrapper .text-center .btn.btn-lg {
		min-width: 135px;
	}
}

.location-top{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.location-top ul{
	margin-left:40px;
	font-size: 17px;
}
#about06 .location-top h4{
	padding-right: 28px;
	font-weight: bold;
}
#about06 .location-top h4:before{
	position:
	absolute;
	left: auto;
	right: 0;
	height: 54px;
	top: -9px;
}
.location-wrap{
	margin-top:60px;
}
.location-wrap .clearfix{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px dashed #ccc;
}
.location-wrap .txt-box h5{
	font-size: 28px;
	font-weight: 600;
}
.location-wrap ul{
	margin-bottom:60px;
}
.location-wrap ul li{
	font-size:16px;
}
.map-btn{
	padding: 9px 36px;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	background:#117dcc;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
}
.map-btn:hover{
	color:#fff;
	background:#00734f;
}
.map-btn i{
	margin-right:10px;
}

.engineering-trait li{
	font-size:16px;
}

.subpage-content section h5 .number.sqr{
	display: inline-block;
	font-weight: 500;
	color:#fff;
	background:#117dcc;
	padding: 3px 9px;
	margin-right: 10px;
}
    /* ------------ 준비중 ------------ */
.txt-area {
    padding: 100px 25px;
    margin-top: 0;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #ddd;
    background: #fff;
}
.txt-area i {
    margin-bottom: 20px;
    line-height: 1;
    color: var(--page-color);
    font-size: 58px;
    color: var(--page-point-color);
}
.txt-area p:nth-child(2) {
    line-height: 1;
    margin-bottom: 20px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.txt-area p {
    color: #333;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
}
@media (max-width:567px) {
	.txt-area {
		padding: 50px 0;
		margin-top: 0;
		text-align: center;
		border-radius: 5px;
		border: 2px solid #ddd;
		background: #fff;
	}
}