@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');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

#site {
	padding-top: 90px;
	font-family: 'Roboto', 'notokr', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	letter-spacing: -0.03em;
}
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);
	margin-bottom: 0;
	border: 0
}

#site .navbar-brand {
	margin-left:0;
	height: auto;
	padding: 17px 0 13px;
	display: flex;
	align-items: center;
}
.navbar-brand:after{
	content:'(주)기온테크';
	display: inline-block;
	padding-left: 10px;
	padding-top: 3px;
	font-size: 25px;
	font-weight: bold;
	color: #111!important;
	line-height: 1;
	padding-bottom: 4px;
}

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

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background: #0100bd;
	font-weight: 400;
}

.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 {
	color: #fff;
	background: #1f1fa5;
	font-weight: 400;
}

@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: 1px solid #d5d5d5;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		border-radius: 0;
		padding: 5px;
		color: crimson;
	}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{
    padding: 7px 20px;
    text-align:center;
    animation-fill-mode: both;
    animation-duration: .2s;
    animation-name: fadeIn;
    font-size: 14px;
    font-weight: 500;
    }
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #f0f0f0;
		color: #0100c3;
	}
}

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

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

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

.carousel-indicators li.active {
	width: 60px;
	height: 8px;
	background-color: #fff;
	margin: 0 4px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}
.carousel-caption h1{
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 30px;
}
.carousel-caption p{
	font-size: 20px;
}
.carousel-caption {
	padding: 0;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
	text-shadow: none;
	text-align: left;
	top: 52%;
}

@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: 50px 0 55px;
	background-color: #434348;
	color: #ddd
}

/* 메인 페이지 */

#mainCarousel .carousel-inner .item {
	height: 750px;
}
#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
}
.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: #2727dd;
}
.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:#2727dd;
}
.li-dot > li:before,
.li-disc > li:before{
	content:'';
	display:inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background:#2727dd;
}
.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: #2727dd;
}
.location-li{
    margin: 35px 0 0;
}
.location-li li {
    font-size: 18px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    display: inline-block;
    width: 45%;
    padding-left: 60px;
    position: relative;
    line-height: 1.4em;
}
.location-li li:nth-child(1) {
    width: 100%;
}
.se1 .location-li li:nth-child(1) {
    width: 100%;
}

.location-li li:nth-child(3) {
    /* width: 21%; */
}
.location-li span {
    font-weight: 700;
    color: #222;
    display: block;
    letter-spacing: 0;
    font-size: 16px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #fff;
    background: #9494d5;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    text-align: center;
    padding: 14px 0;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}
.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;
}
.busi-wrap img {
    width: 100%;
    border-radius: 10px;
}
.category-li{
	margin: 0 auto 40px;
	display:flex;
	align-items: center;
}
.category-li > li{
	padding: 7px 18px;
	/* border: 1px solid #cbcae3; */
	font-size: 16px;
	border-radius: 34px;
	color: #0100c9;
	font-weight: 500;
	letter-spacing: -0.034em;
	min-width: 90px;
	background: #f2f3f7;
	text-align: center;
	margin-right: 2px;
}
.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:#2727dd;
}
.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:#2727dd;
	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:#2727dd;
}
.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 #2727dd;
	background:#2727dd;
}
.more-btn:hover{
	color:#2727dd;
	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:#2727dd;
	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: 0 0 40px;
	font-size: 26px;
	font-weight: 700;
	color: #333;
	text-align: left;
	letter-spacing: -0.034em;
	line-height: 1.45em;
}
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-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: 1px solid #eee;
}
.table-style {
	margin: 0 0 20px;
	border-top: 1px solid #333;
}

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

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

.table-style thead tr th {
	background: #fafafa;
	padding: 15px 15px 13px !important;
	font-weight: 500;
}

.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: 5px;
    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: 15px 70px;
}

.history-wrap  h6{
    position: relative;
    margin: 0 0 10px;
    color: #2122ab;
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 400;
}
.history-wrap  h6:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -63px;
	display: block;
	border-right: 0px;
	border-top: 1px solid #a6a6fb;
	width: 30px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translate(-50%, -50%);
    display: block;
    width: 16px;
    height: 16px;
    border: 4px solid #6772ff;
    border-radius: 50%;
    background: #fff;
}
.history-wrap li{
	position:relative;
	margin: 2px 0;
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #313131;
}
.history-wrap li span{
	display: inline-block;
	font-weight:600;
	color: #333;
	margin-right: 10px;
}
@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: -63px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:after{
		left:auto;
		right: -86px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) li{
		display: flex;
		flex-flow: row-reverse;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) li span{
		margin-right:0;
		margin-left:10px;
	}
}
@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 */

/* mainpage setting */
.board_box_list{
	margin-bottom: 0 !important;
	padding:0;
}
.main-content h3{
	margin: 0 0 40px;
	font-size: 42px;
	font-weight: 700;
}
.main-business{
	padding: 110px 0 120px;
	position:relative;
	overflow: hidden;
}
.main-business .row > div {
    padding: 0 25px;
}
.main-business .row {
    margin-left: -25px;
    margin-right: -25px;
}
/* .main-business:after{
	content:'';
	display:block;
	width: 250px;
	height: 250px;
	z-index: -1;
	position:absolute;
	right: 2vw;
	bottom: -30px;
	background:url(/public/img/logo/logo-big.jpg) no-repeat center / contain;
} */
.main-business .inner{
	display: block;
	text-align: center;
	transition: all .3s ease;
}
.main-business h5{
	position: relative;
	margin: 0;
	padding: 40px 0 15px 0;
	font-size: 21px;
	color:#333;
	text-align: left;
	font-weight: 700;
	letter-spacing: -0.034em;
	border-bottom: 2px solid #333;
	transition: all .3s ease;
}
.main-business .inner:hover h5{
	color: #2727dd;
	border-color: #2727dd;
}
.main-business h5:before{
	content:'+';
	display: block;
	position:absolute;
	right: 1px;
	top: 33px;
	text-align: center;
	color: #333;
	transition: all .3s ease;
	font-size: 36px;
	font-weight: 300;
}
.main-business .inner:hover h5:before{
	transform: translateX(-50%) rotate(180deg);
	right: -8px;
	color: #2628dd;
}
.main-business h5:after{
	content:'';
	display: block;
	width: 100px;
	height: 1px;
	border-bottom: 1px dashed #5a5a5a;
	position:absolute;
	left:50%;
	top: 30px;
	transform: translateX(-50%);
	display: none;
}
.main-business img{
	transition: all .3s ease;
}
.main-business .inner:hover img{
	opacity: 0.8;
}
.main-bbs{
	padding: 75px 0 75px;
	background:#f5f5f5;
}
.page-header{
	margin-top:0;
	border-color:#ccc;
	padding-bottom: 0;
}
div[class^="board_box_"] .page-header .pull-right{
	margin-top:2px;
	font-size: 18px;
	color: #999;
}
div[class^="board_box_"] .page-header h4{
	font-size:24px;
	margin-top: 0;
	position: relative;
	padding-bottom: 3px;
}
div[class^="board_box_"] .page-header h4::after {
    content: '';
    display: block;
    width: 85px;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: -11px;
}
.board_box_list ul li a{
	font-size:16px;
}
.main-inquiry{
	padding-left: 60px;
}
.main-inquiry .inner{
	position:relative;
	display: block;
	padding: 40px  45px;
	color:#fff;
	min-height: 235px;
	background: #282838;
	border-radius: 10px;
}
.main-inquiry .inner:before{
	content:'';
	display: block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 0;
	background:url(/public/img/main/main-inquiry.jpg) no-repeat center / cover;
	opacity: 0.8;
	transition:all .3s ease;
	border-radius: 10px;
}
.main-inquiry .inner:hover:before{
	opacity: 0.5;
}
.main-inquiry .inner > *{
	position:relative;
	z-index: 10;
}
.main-inquiry .inner h5{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.04em;
}
.main-inquiry .inner p{
    font-size: 16px;
    letter-spacing: -0.034em;
}
.main-inquiry .inner .more{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 46px;
    line-height: 47px;
    text-align: center;
    background: #2727dd;
    font-size: 18px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    border-radius: 0 0 10px 0;
}
/* footer setting */
#site footer li{
	display:inline-block;
	margin-right: 12px;
	font-size: 15px;
	font-weight: 300;
}
#site footer li:nth-child(1) {
    display: block;
    margin: 2px 0;
    font-size: 16px;
}
#site footer .copy {
    font-size: 12px;
    opacity: 0.6;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: 0.02em;
}

#site footer li strong {
    font-weight: 500;
}
.foot-logo{
	display: flex;
	align-items: center;
	opacity: 0.6;
}
.foot-logo img {
    width: 50px;
    filter: brightness(1) invert(1);
}
.foot-logo span{
	display: inline-block;
	padding-left: 10px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	padding-top: 2px;
}
/* subpage setting */
.pageheader{
	height: 300px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
	position: relative;
}
.pageheader::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    position: absolute;
}
.pageheader .container{
	position:relative;
	height:100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.pageheader h2{
    margin: 50px 0 10px;
    font-size: 48px;
    color:#fff;
    font-weight: 700;
}
.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content {
    width: 77%;
    padding-bottom: 50px;
}
.subpage-content:last-child {
    padding-bottom: 0;
}
.subpage-layout{
	padding-bottom:60px;
}
.snb{
	padding-right: 40px;
	width: 23%;
}
.snb h2{
    margin: 0 25px 28px 0;
    padding: 85px 0 0 20px;
    color: #333;
    font-size: 28px;
    position: relative;
    font-weight: 500;
    border-left: 1px solid #999;
    letter-spacing: -0.034em;
    line-height: 0.9em;
}
.snb h2::before {
    content: '';
    display: block;
    width: 4px;
    height: 27px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.snb > ul {
    padding-left: 25px;
}
.snb > ul > li{}
.snb > ul > li.active{
	border-color:#2727dd;
}
.snb > ul > li:hover{
    border-color:#999;
}
.snb > ul > li > a{
    padding: 4px 0;
    font-size: 18px;
    font-weight: 500;
    color: #888;
    position: relative;
    line-height: 18px;
    display: inline-block;
    margin: 8px 0 6px;
    letter-spacing: -0.02em;
}

.snb > ul > li.active > a, .snb > ul > li > a:hover{
	color: #333;
	font-weight: 700;
}
/* .snb > ul > li a::before {
    content: '';
    display: block;
    position: absolute;
    right: -25px;
    top: 46%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    transition: 0.2s;
    transform: translateY(-50%);
} */

.snb > ul > li > a:hover::before, .snb > ul > li.active > a::before {
    right: -16px;
    background: #8687ff;
}
.sub-snb{
	padding: 10px 0 0;
}
.sub-snb li{
	margin-bottom: 8px;
}
.sub-snb li:after{
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin-top:-3px;
	margin-left: 8px;
	width:7px;
	height:2px;
	background:#777;
	display: none;
}
.sub-snb li a{
	font-size: 16px;
	color: #888;
	letter-spacing: -0.06em;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
}
.sub-snb li.active a, .sub-snb li a:hover{
	color: #3b3b9b;
	border-bottom: 1px solid #37379b;
	font-weight: 500;
}

.s-title{
	margin-top: 80px;
	margin-bottom: 40px;
}
.s-title h3{
	margin:0;
	font-size: 40px;
	letter-spacing: -0.06em;
	color:#111;
	font-weight: 700;
}
.subpage-content .emp{
	font-weight:500;
	color:#2727dd;
}
.subpage-content section{
	padding-bottom: 80px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom:20px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.06em;
	color: #01007e;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size:22px;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 75px 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;
	margin-top: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* subpage refer */
.tab-menu{
	margin-bottom: 50px;
	display: flex;
	border-bottom: 1px solid #999;
}
.tab-menu li{
	display: inline-block;
	margin-bottom: -2px;
}
.tab-menu li a{
	display: flex;
	color:#999;
	font-size: 15px;
	border: 1px solid #e5e5e5;
	border-right: 0;
	border-bottom: 0;
	letter-spacing: -0.034em;
	padding: 15px 30px;
	height: 100%;
	align-items: center;
	line-height: 1.2;
}
.tab-menu li a:hover, .tab-menu li a:focus {
    color: #333;
    font-weight: 500;
}
.tab-menu li.active a{
	background: #fff;
	color: #333;
	border: 1px solid #999;
	border-bottom: 1px solid #fff;
	font-weight: 500;
	border-top: 2px solid #333;
	font-size: 17px;
	padding: 16px 30px 11px;
}
.tab-menu li.active + li a {
    border-left: 0;
}

.tab-menu li:last-child a {
    border-right: 1px solid #ddd;
}
.tab-menu li:last-child.active a {
    border-right-color: #999;
}
.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;
}
#scrolltop{
	position:fixed;
	z-index: 1000;
	right:50px;
	bottom:50px;
	display: none;
	font-size: 13px;
	text-align:center;
	width: 60px;
	height: 60px;
	color:#fff;
	background:#8b8b8b;
	border-radius: 50%;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	letter-spacing: 0.034em;
}
#scrolltop .inner{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	line-height:1;
}
#scrolltop .inner i{
	font-size: 20px;
	margin-bottom: 1px;
}

/* subpage about */
.greet .img-box img {
    width: 100%;
    border-radius: 10px;
}
.greet .txt-box{
	width: 90%;
	margin: -80px auto 0;
	padding: 80px 80px 0;
	background: #fff;
	position: relative;
	z-index: 10;
	box-shadow: 0px -40px 14px -18px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}
.greet p{
	margin-bottom: 25px;
	font-size: 17px;
	letter-spacing: -0.034em;
}
#about04 iframe {
    height: 400px;
}
/* board 추가 css */
.table_default {
    border-top: 1px solid #333;
}
.board_data_view .header_wrap .title {
    font-size: 24px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 30px 10px;
    text-align: left;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {font-weight: 500;font-size: 15px;width: 182px;letter-spacing: -0.034em;}
.board_wrapper .table.board_write_table tbody tr th span:nth-child(1) {
    position: absolute;
    margin-left: -.65em;
    font-weight: 700;
    color: #6668ff;
}
.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: 16px;
    letter-spacing: -0.034em;
}
.table.table_default thead th {
    font-weight: 500;
    padding: 15px 15px 13px;
}
.table.table_default tr th, .table.table_default tr td {
    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;
}
.btn.btn-primary {
    background-color: #4357bd;
    border: 1px solid #4357bd;
    color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #1f339b;
}
#reply_write {
    margin-bottom: 100px;
}
form#board_write_form {
    margin-bottom: 100px;
}
.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}
.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;
}
.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 #dddd;
}
.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}
.board_data_view .contents_wrap {
    padding: 50px 10px;
}
.table.table_default tbody .subject span span + a {padding-left: 62px;}

.table.table_default tbody .subject > span {
    position: relative;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    top: -3px;
    background: #666;
}
.table.table_default tbody .subject {
    padding: 15px 0;
}
.table.table_default tbody .subject a:hover {
    color: #3146b1;
}
.board_wrapper .text-center {
    margin-top: 60px;
}
.board_wrapper .text-center .btn.btn-lg {
    line-height: 1em;
    font-size: 15px;
}
.form_history_title {
    margin-top: 80px;
}

.alert-info {
    border: 5px solid #eee;
    border-radius: 0;
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
}

.alert-info ul li {
    font-size: 15px;
    color: #333;
    letter-spacing: -0.034em;
    padding: 1px 0;
    position: relative;
}

.alert-info ul li::before {
    content: '';
    display: block;
    width: 7px;
    height: 3px;
    left: -15px;
    top: 11px;
    position: absolute;
    background: #777;
}
/* board 추가 css end */

@media(max-width:767px){
	#site{
		padding-top:70px;
	}
	.navbar-brand img{
		margin-left:10px;
		height:40px;
	}
	.navbar-brand:after{
		font-size: 19px;
	}
	.navbar-inverse .navbar-toggle{
		top:12px;
	}
	#mainCarousel .carousel-inner .item{
		height:400px;
	}
	.carousel-control{
		display: none;
	}
	.carousel-caption{
		left:15px;
		right:15px;
	}
	.carousel-caption h1{
		font-size:32px;
	}
	.carousel-caption p{
		font-size:16px;
	}
	.navbar-inverse .navbar-nav>li>a{
		font-size:16px;
	}
	#site footer li{
		font-size:13px;
	}
	#site footer li strong{
		font-size:14px;
	}
	.main-business{
		padding:70px 0 60px;
	}
	.main-content h3{
		margin-bottom: 20px;
		font-size:34px;
	}
	.main-business h5{
		padding:30px 0 10px 0;
		font-size:18px;
	}
	.main-business .inner{
		margin-bottom:40px;
	}
	.main-business h5:before{
		top:22px;
		font-size:30px;
	}
	.main-bbs{
		padding:50px 0;
	}
	.main-notice .writer,
	.main-notice .hits{
		display: none;
	}
	.main-inquiry{
		padding-top:40px;
		padding-left:15px;
		overflow: hidden;
	}
	.main-inquiry .inner{
		padding: 30px 35px;
		min-height: 180px;
	}
	.main-inquiry .inner h5 {
		font-size: 25px;
	}
	.main-inquiry .inner p {
		font-size: 14px;
	}
	.foot-logo img{
		width:auto;
		height:35px;
	}
	.foot-logo span{
		font-size:17px;
	}
	.pageheader {
		height: 180px;
	}
	.pageheader h2{
		font-size:35px;
	}
	.snb{
		width:100%;
		padding-right: 15px;
	}
	.snb h2{
		padding-top:65px;
	}
	.snb > ul > li > a{
		font-size:16px;
		line-height:16px;
	}
	.s-title h3{
		font-size: 30px;
	}
	.subpage-content{
		width:100%;
	}
	.greet .txt-box{
		margin:0 auto;
		padding:25px;
	}
	.greet .quote, p.quote{
		font-size:21px;
	}
	.greet p{
		font-size:15px;
	}
	#scrolltop{
		right:20px;
	}
	#site .location-li li{
		margin-bottom:10px;
		width:100%;
		font-size:16px;
	}
	.category-li{
		flex-wrap:wrap;
	}
	.category-li li{
		margin-bottom:5px;
		font-size:14px;
	}
	.board_wrapper .text-center .btn.btn-lg{
		padding:15px 40px!important;
		min-width: 140px;
	}
	.tab-menu{
		flex-wrap:wrap;
		display: none;
	}
	/* .tab-menu li{
		flex:1 0 100%;
	}
	.tab-menu li br{
		display: none;
	}
	.tab-menu li.active + li a,
	.tab-menu li a{
		border: 1px solid #e5e5e5;
	}
	.tab-menu li.active a{
		border: 1px solid #333;
	} */
}
.root_daum_roughmap .cont .section.lst{
	display: none !important;
}