@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

#site {
	padding-top: 97px;
	font-family: 'Noto Sans KR','notokr', sans-serif;
	color: #222;
	position: relative;
}
h1,h2,h3,h4,h5,h6{
}

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

#site>.container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.container{
	/* width: 100%; */
	/* max-width: 1600px; */
	width: 92%;
	width: 100%;
	max-width: 1230px;
	padding-left: 30px;
	padding-right: 30px;
}
.navbar > .container{
	/* max-width: 100%; */
	/* width: 96%; */
}
@media (min-width: 768px) {
	.container{
		padding-left: 15px;
		padding-rigth: 15px;
	}
}

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

/* 상단 메뉴 */
.navbar-inverse {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px 0 0;
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
}

#site .navbar-brand {
	margin-left:0;
	height: auto;
	padding: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #333;
	letter-spacing: .3px;
	font-family: 'Montserrat', 'Noto Sans KR', 'notokr', sans-serif;
}

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

.navbar-inverse .navbar-nav>li>a::after{
	content: '';
	width: 0px;
	height: 1px;
	background: #333;
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
}

.navbar-inverse .navbar-nav>li>a:hover::after,
.navbar-inverse .navbar-nav>li>a:focus::after{
	width: 100%;
}

.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;
}
.navbar-inverse .navbar-right {
	margin-right: 0;
}
@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: .25rem;
		border: 1px solid #d5d5d5;
		padding: 10px 0;
		-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: 5px 20px;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		font-weight: 600;
	}
	.navbar-inverse .navbar-nav>li>a {
		padding: 32px 0 25px;
		margin: 0 15px;
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-nav>li>a {
		padding: 32px 0 25px;
		margin: 0 25px;
	}
}
@media (min-width: 1441px){
    .navbar > .container{
        max-width: 100%;
        width: 92%;
    }
}

/* 슬라이드 공통 */
.carousel-control {
	background: rgba(0,0,0,0) !important;
	width: 42px;
	height: 82px;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition: none;
	opacity: 0.7;
}
.carousel-control.right{
	left: auto;
	right: 5%;
}
.carousel-control:hover{
	opacity: 1;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next, 
.carousel-control .icon-prev{
	width: 42px;
	height: 80px;
	left: 0;
	top: 0;
	margin: 0;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev{
	right: 0;
	left: auto;
}
.carousel-control.left .glyphicon::before {
	/* 	content: '\f053';           
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; */
	content: '';
	width: 42px;
	height: 80px;
	background: url('/public/img/main/arrow_prev.png') no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}

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

	content: '';
	width: 42px;
	height: 80px;
	background: url('/public/img/main/arrow_next.png') no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}
.carousel-indicators{
	bottom: 30px;
}
.carousel-indicators li,
.carousel-indicators li.active{
	width: 10px;
	height: 10px;
	background-color: rgba(0,0,0,0);
	margin: 0 6px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
} 	

.carousel-indicators li.active {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	background-color: #fff;
}
.carousel-caption h1{
	font-size:60px;
}
.carousel-caption p{
	font-size:20px;
}
.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;
	}
}

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 30px 0 15px;
	background-color: #fff;
	color: #999;
	font-size: 12px;
}
#site footer .container{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: calc(100vh - 220px);
	min-height: 720px;
}

.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.71v */
.flex-row{
	display:flex;
	flex-wrap:wrap;
	margin:0 -15px;
}
.flex-row > .col{
	flex:1;
	padding:0 15px;
}
@media(min-width:768px){
	
	.col-sm-20{
		width:20%;
		float:left;
		position:relative;
	}
}
@media(max-width:767px){
	.flex-row{
		display:block;
	}
	.flex-row > .col{
		width:100%;
	}
}
/* 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: #2FB9B4;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
li > ul{
	padding-left:20px;
}
ul[class^="li-"] > li{padding-left:20px; position:relative;}
.li-disc > li:before,
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'';
	display:block;
	position:absolute;
	left:5px;
	top:50%;
	transform: translateY(-50%);
}
.li-dash > li:before{
	width:10px;
	height:2px;
	background:#2FB9B4;
}
.li-dot > li:before,
.li-disc > li:before{
	content:'';
	display:inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background:#2FB9B4;
}
.li-dot > li:before{
	width:2px;
	height:2px;
	background:#555;
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #2FB9B4;
}
.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: #2FB9B4;
}
.partner-li{
	margin:0 0 30px;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.partner-li > li{
	flex:1;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:0 auto 30px;
	display:flex;
	align-items: center;
}
.category-li > li{
	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:#fff;
	line-height:1.1;
	font-weight:500;
	border-radius:4px;
	background:#2FB9B4;
}
.trait-dl{
	margin:40px 0;
	display:flex;
	flex-wrap: wrap;
}
.trait-dl dt,
.trait-dl dd{
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#2FB9B4;
	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:30px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-30px -30px 20px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#2FB9B4;
}
.column-2{
	column-count:2;
	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 #2FB9B4;
	background:#2FB9B4;
}
.more-btn:hover{
	color:#2FB9B4;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.circle-wrap .circle{
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	width:200px;
	height:200px;
	margin:0 15px;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle > div{
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
}
.bull{
	position:relative;
	padding-left:.5em;
}
.bull:before{
	content:'';
	display:block;
	width:3px;
	height:3px;
	background:#2FB9B4;
	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-top: 2px solid #2FB9B4;
}

.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;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 7px;
    background: #e8e8e8;
    position: absolute;
    top: 0;
    left: 0;
}
.history-wrap.zigzag:before{
	left: 50%;
    transform: translateX(-50%);
}
.history-wrap .history-box{
	position:relative;
	width:100%;
	padding:20px 50px;
}
.history-wrap.zigzag .history-box{
	position:relative;
	width:50%;
	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 #2FB9B4;
    width: 26px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -47px;
    transform: translate(-50%, -50%);
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #2FB9B4;
    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:#2FB9B4;
}
@media(min-width:768px){
	.history-wrap.zigzag .history-box:nth-child(odd){
		text-align:right;
	}
	.history-wrap.zigzag .history-box:nth-child(even){
		margin-top:80px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:before{
		left:auto;
		right:-45px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:after{
		left:auto;
		right: -63px;
	}
}
@media(max-width:767px){
	.history-wrap.zigzag:before{
		left:15px;
	}
	.history-wrap.zigzag .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.71v end */
/* navigation setting */
.navbar-inverse .sns-li{
	margin-top: 30px;
	display: flex!important;
}
.sns-li li{
	margin-left: 13px;
}
.sns-li li img{
	height: 13px;
	position: relative;
	top: -2px;
}
.sns-li li a{
	color: #333;
	font-size: 15px;
	opacity: 0.6;
}
.sns-li li a:hover,
.sns-li li a:focus{
	opacity: 1;
}
/* mainpage setting */


/* footer setting */
#site footer li{
	display:inline-block;
	margin-right:10px;
	font-size: 12px;
	color: #999;
	letter-spacing: 0;
}
.foot-info{
    flex:1;
}
.login-btn{
    text-align: right;
}
.login-btn a{
    display: inline-block;
    padding:0 10px;
    color: #808080;
    border: 1px solid #e3e3e3;
    font-size:12px;
    line-height:20px;
}
/* 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:50px;
    color:#fff;
}
.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
}
.breadcrumb .active{
	color:#fff;
}
.subpage {
    position: relative;
    background: #ebebeb;
}
body::before, body::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    width: 1.6vw;
    height: 100%;
    background: #fff;
    z-index: 999;
}
body::after{
    left: auto;
    right: 0;
}
.subpage-content{
	padding-top: 125px;
	padding-bottom: 80px;
	min-height: calc(100vh - 97px);
}
.s-title{
	display: none;
	margin-bottom: 65px;
}
/* .s-title h3{
	margin:0;
	font-size: 40px;
	line-height:1;
	font-weight: 300;
	color: #000;
} */

.s-title h3{
	display: inline-block;
	margin: 0;
	font-size: 38px;
	line-height: 1;
	font-weight: 300;
	color: #222;
	letter-spacing: -0.015em;
	font-family: 'Montserrat', 'Noto Sans KR', 'notokr', sans-serif;
}
.s-title h3:after{
    content:'';
    display: block;
    /* margin-top: 4px; */
    /* width: 100%; */
    /* height: 1px; */
    /* background: #333; */
}
.subpage-content section{
}
.subpage-content section h4{
	position:relative;
	margin-bottom:20px;
	font-size:28px;
}
.subpage-content section h5{
	margin: 0 0 40px;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Montserrat', 'Noto Sans KR', 'notokr', sans-serif;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
#form_history_list .board_wrapper,
#form_history_nologin .board_wrapper{
    visibility:visible;
}
.pagination_wrap, 
.search_wrap{
    visibility: hidden;
}

/* subpage about */
.greet{
    display: flex;
    align-items: flex-end;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.greet .img-box{
    flex: 0 0 450px;
}
.greet .txt-box{
    padding: 0 0 0 85px;
}

.greet .txt-box img{
    margin-bottom: 60px;
}
.greet .txt-box p{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.852;
    color: #555;
    letter-spacing: -0.01em;
}
.greet .txt-box p:last-of-type{
    margin:0;
}

/* subpage contact */
.location{
    display: flex;
    align-items: flex-end;
    background: #fff;
    color: #555;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.location .txt-box{
    flex: 0 0 450px;
    padding-bottom: 35px;
    padding-left: 45px;
}
.location .map-box{
    flex:1;
    /* margin-bottom: -5px; */
    background: #5f5f5f;
}
.location .map-box iframe{
	margin-bottom: -5px;
}
.location ul{
    margin:0;
} 
.location li {
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 100px;
    /* color: #555; */
    letter-spacing: 0;
    font-weight: 300;
    font-family: 'Noto Sans KR', 'notokr', sans-serif;
}
.location li strong{
    display: block;
    min-width: 105px;
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 3px;
    padding-left: 32px;
    font-family: 'Montserrat', 'Noto Sans KR', 'notokr', sans-serif;
}
.location li strong span{
    position: relative;
    top: 7px;
    vertical-align: baseline;
    margin-right: 7px;
    text-align: center;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: -2px;
}
/* subpage consulting */
.work-process{
	margin-bottom: 80px;
}
/* .work-process h5:after{
    content:'';
    display: block;
    margin: 4px 0px 10px;
    width: 25px;
    height: 1px;
    background: #222;
} */
.process-wrap{
    display: flex;
    flex-wrap: wrap;
}
.process-wrap > .step{
    position:relative;
    flex:1;
    padding: 40px 12px 0 12px;
    border-top: 1px solid #aaa;
}
.process-wrap > .step:first-child{
    padding-left: 0;
}
.process-wrap > .step:last-child{
	padding-right: 0;
}
.process-wrap > .step::after{
	content: '';
	width: 1px;
	height: 18px;
	background: #aaa;
	position: absolute;
	right: 0;
	top: 0;
}
/* .process-wrap > .step + .step:after{
    content:'\e409';
    font-family: 'Material Icons';
    position:absolute;
    left: -11px;
    top: 20px;
    font-size:24px;
} */
.process-wrap span{
	margin-bottom: 35px;
	font-size: 52px;
	color: #333;
}
.process-wrap .step-title{
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 15px;
}
.process-wrap .step-title strong{
    display: block;
    margin-bottom: 6px;
    letter-spacing: 0;
    font-family: 'Montserrat', 'Noto Sans KR', 'notokr', sans-serif;
}
.process-wrap .des{
    font-size: 12px;
    word-break: break-all;
    color: #555;
    letter-spacing: -0.015em;
    line-height: 1.85;
    margin: 0;
}
#consulting .bbs-area {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.table.table_default colgroup > col:nth-child(1) {
    width: 80px;
}
.table.table_default colgroup > col:nth-child(3), 
.table.table_default colgroup > col:nth-child(4), 
.table.table_default colgroup > col:nth-child(5) {
    width: 100px;
}
.table.table_default tr th, 
.table.table_default tr td{
    padding:18px 10px;
    font-size: 14px;
    border-bottom: 1px  solid #d5d5d5;
}
.table.table_default tr td{
	font-size: 13px;
	color:#707070;
}
.table.table_default tr td.subject{
	color: #222;
	font-size: 14px;
}
.table.table_default tbody tr:hover{
	background: rgba(255,255,255,0.3)
}
.table.table_default tr td.subject a:hover,
.table.table_default tr td.subject a:focus{
	text-decoration: underline;
}
.table.table_default tbody tr th.num{
	font-weight: normal;
	font-size: 13px;
	color:#707070;
}
.table.table_default thead th{
	background: rgba(0,0,0,0);
	border-bottom: 1px solid #555;
	color: #222;
	font-weight: 500;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 150px;
    padding: 20px 5px;
    font-weight: 500;
    background: rgba(0,0,0,0);
}
.btn.btn-primary{
    background: #333;
    border-color: #333;
}
.btn.btn-primary:hover{
    background:#111;
    border-color:#111;
}
.btn.btn-dark{
	border-color:#606060;
	background:#606060;
}
.btn.btn-dark:hover, 
.btn.btn-dark:focus{
	background:#404040;
	border-color:#404040
}
.btn.btn-outline-primary{
	color:#333;
	border-color:#333
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus{
	background: #333;
	color: #fff;
}
.btn,
.form-control{
	font-family: 'Noto Sans KR', 'notokr', sans-serif;
}
.form-control:not([readonly]):hover,
.form-control:not([readonly]):focus{
	border-color: #808080;
	
}
/* subpage portfolio */
#project .bbs-area .board_wrapper {
	margin-bottom: 10px;
}
.category_wrap{
	margin-bottom: 45px;
}
.category_wrap ul li+li{
	margin-left: 30px;
}
.category_wrap ul li a{
    border:0;
    font-weight: 600;
    color: #808080;
    display: inline-block;
    line-height: 0.8;
    font-size: 13px;
    font-family: 'Montserrat', 'Noto Sans KR', 'notokr', sans-serif;
}
.category_wrap ul li.on a, 
.category_wrap ul li.on a, 
.category_wrap ul li.on a:hover, 
.category_wrap ul li.on a:focus{
    font-weight: 600;
    color: #222;
    border-bottom: 2px solid #333;
}
@media (min-width: 768px){
	.table_blog2{
		margin: 0 -8px;
	}
	.table_blog2 dd {
		width: 25%;
		padding: 0 8px;
		margin-bottom: 60px;
	}
}
.table_blog2 dd .inner .bottom{
    padding: 20px 20px 25px;
    background: #fff;
}
.table_blog2 dd .inner .bottom .title{
	padding: 0;
	font-weight: 500;
	margin: 0;
}
.table_blog2 dd .inner .bottom .title a{
	font-size: 16px;
	text-decoration: none;
	letter-spacing: -0.01em;
	white-space: initial;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 42px;
	font-weight: 500;
	margin: 0;
	line-height: 1.3;
	color: #333;
}
.table_video dd .inner .bottom .title a:hover, 
.table_blog2 dd .inner .title a:focus, 
.table_blog2 dd .inner .bottom .title a:hover, 
.table_blog2 dd .inner .title a:focus{
	color: #222;
}
#reply,
.board_data_view .header_wrap .info,
.table_blog2 dd .inner .bottom .info{
    display: none;
}
.table_blog2 .badge{
    display: block;
    text-align: inherit;
    padding: 0 0 8px;
    color: #999;
    background:transparent;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Montserrat', 'Noto Sans KR', 'notokr', sans-serif;
}
.table_blog2 dd .inner{
	position: relative;
	border:0;
	background: #000;
}
.table_blog2 dd .inner .top a .thumb{
    height: 180px;
    /* transition: all 0.4s; */
}
.table_blog2 dd .inner .top a:hover .thumb,
.table_blog2 dd .inner .top a:focus .thumb{
	/* transform: scale(1.12); */
	opacity: 0.65;
}
.table_blog2 dd .inner
.board_data_view .contents_wrap img{
    display: block;
    margin:0 auto 10px;
}
.search_wrap{
	margin-bottom:40px;
	margin-top: 0;
}
.board_data_view {
    border-top: 2px solid #333;
    border-bottom: 1px solid #d5d5d5;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #d5d5d5;
}
.board_data_view .header_wrap .title{
	letter-spacing: -0.02em;
}
#project .board_data_view .header_wrap .title{
	font-size: 32px;
	letter-spacing: -0.015em;
	font-weight: 500;
}
#project .board_data_view .header_wrap{
	padding: 50px 0;
	text-align: left;
}
.board_data_view .contents_wrap {
    padding: 60px 0;
}
/* subpage service */
#service .subpage-content{
	background: #eaeaea;
}
.service-wrap{
	display: flex;
}
.service-wrap .left-con{
	flex:1;
}
.service-wrap .right-con{
	flex: 0 0 450px;
	padding-left: 100px;
	display: flex;
	flex-flow: column;
	margin-left: 10px;
	justify-content: space-between;
}
.service-category {
	margin:0 -5px;
}
.service-category > div{
	padding:0 5px;
}
.service-category .inner{
	margin-bottom:10px;
	height: 295px;
	padding:40px;
	text-align: center;
	background:#fff;
}
.service-category .inner span{
	margin: 35px 0 30px;
	font-size: 50px;
	color: #333;
}
.service-category .inner strong{
	display: block;
	margin-bottom:10px;
	line-height: 1.3;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.01em;
}
.service-category .inner small{
	display: block;
	line-height:1.2;
	color: #808080;
}
.service-category .inner.highlight{
	background: #c1c1c1;
	padding-top: 75px;
	padding-right: 65px;
}
.service-category .inner img{
	margin-left:auto;
	filter: grayscale(1);
}
.service-wrap dl{
	margin:0;
	position: relative;
}
.service-wrap dl dt,
.service-wrap dl dd {
}
.service-wrap dl dt{
	font-size: 15px;
	position: relative;
	margin-bottom: 8px;
	font-weight: 600;
}
.service-wrap dl::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #aaa;
    display: block;
    margin: 60px 0;
    position: relative;
}
.service-wrap dl:last-child::after{
	content: none;
}
.service-wrap dl dd{
	color: #555;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
	padding-right: 30px;
}

@media (max-width:767px) {
	.navbar-brand>img{
		height: 45px;
	}
	#site {
		padding-top: 85px;
	}
	.navbar-inverse{
		padding-bottom:17px;
	}
	.carousel-control{
		display: none;
	}
	#site footer .container{
		display: block;
	}
	#mainCarousel .carousel-inner .item {
		height: calc(100vh - 248px);
		min-height:500px;
	}
	#site footer li {
		display: inline-flex;
		white-space: nowrap;
	}
	#site footer li a{
		color:#333;
	}
	.navbar-inverse .navbar-nav>li>a::after{
		display: none;
	}
	.greet{
		display: block;
	}
	.subpage-content {
		padding-top: 65px;
	}
	.greet .txt-box{
		padding: 30px 25px 0;
	}
	.greet .txt-box img{
		margin-bottom:50px;
		height:100px;
	}
	.location{
		flex-wrap: wrap;
		flex-flow: column-reverse;
	}
	.location .map-box{
		width:100%;
	}
	.location .txt-box{
		flex:1;
		width:100%;
		padding:25px;
	}
	.location li{
		margin-bottom:15px;
		padding:0;
	}
	.location li strong{
		position:static;
	}
	.location li a{
		color:#555;
	}
	.table_video dd, .table_blog2 dd{
		width:100%;
	}
	.process-wrap > .step{
		flex:1 0 50%;
		margin-bottom:30px;
	}
	.process-wrap span {
		margin-bottom: 10px;
		font-size: 36px;
	}
	.board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{
		max-width: 100%;
	}
	.board_wrapper .text-center .btn.btn-lg{
		padding:15px 45px;
	}
	.board_wrapper .table.board_write_table .files .fileInput .file_add {
		margin-left: auto;
		margin-bottom: 10px;
		display: block;
	}
	.fileInput{
		position:relative;
	}
	.board_wrapper .table.board_write_table .files .refresh{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.service-wrap{
		display: block;
	}
	.service-category .inner{
		padding: 20px 20px;
		height: auto;
		display: flex;
		text-align: left;
		align-items: center;
	}
	.service-category .inner p{
		flex:1;
	}
	.service-category .inner span {
		margin: 0;
		font-size: 42px;
		flex: 0 0 75px;
		padding-left: 10px;
	}
	.service-category .inner.highlight {
		padding-right: 30px;
	}
	.service-category .inner img{
		height:100px;
	}
	.service-wrap .right-con{
		padding:0;
		margin:50px 0 0;
	}
	.service-wrap dl::after{
		margin:20px 0;
	}
	.member_wrapper{
		padding:60px 0 100px;
	}
}