@charset "utf-8";
 
#site {
	padding-top: 100px;
	font-family: 'notokr', sans-serif;
	letter-spacing: -0.03em;
}
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);
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0
}

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

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

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #da292a;
}
.navbar-inverse .navbar-nav>li:focus::before, .navbar-inverse .navbar-nav>li:hover::before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 1px;
    border-radius: 50%;
    background: #ce2627;
    top: 37px;
    right: 13px;
	transform:rotate(-45deg);
}
.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: #da292a;
}

@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 #eee;
		border-top: 2px solid #da292a;
		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: 7px 20px;
		font-size: 15px;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		font-weight: 600;
		color: #da292a;
	}
}

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

	.navbar-inverse .navbar-nav>li>a {
		padding: 42px 19px 23px;
		letter-spacing: 0;
	}
}

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

.carousel-indicators li.active {
	width: 70px;
	height: 6px;
	background-color: #fff;
	margin: 0 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}
.main-content{
	position:relative;
}
.main-content .inner{
    position:relative;
    height:calc(100vh - 100px);
    overflow: hidden;
    background:url(/public/img/main/m-visual.jpg) no-repeat center / cover;
    background-attachment: fixed;
    max-height: calc(56vw - 60px);
    min-width: 100%;
}
.main-content .inner:before{
    content:'';
    display:block;
    z-index:500;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
    /* background: rgba(0, 0, 0, 0.4); */
}
.main-visual .inner video{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:100%;
}
.m-caption{
	position:absolute;
	z-index: 10;
	left: 5%;
	right: 5%;
	bottom: 20px;
	text-align: right;
	color:#fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
}
.m-caption h1,
.carousel-caption h1{
	margin: 0 0 9px;
	font-size: 70px;
	font-weight: 200;
	letter-spacing: 0.01em;
}
.m-caption p,
.carousel-caption p{
	font-size: 21px;
	font-weight: 300;
}
.carousel-caption {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
	text-align: right;
	transform: none;
	top: auto;
	bottom: 115px;
}

.carousel-caption {}

@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;
	background-color: #efefef;
	color: #5e5e5e;
}
footer ul{
	margin-top: 10px;
	margin-bottom:5px;
}
footer .copy{
	margin:0;
	color: #767676;
}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	min-height: 700px;
	height: calc(100vh - 100px);
}

.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: #e35f5f;
}
.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:#e35f5f;
}
.li-dot > li:before,
.li-disc > li:before{
	content:'';
	display:inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background:#e35f5f;
}
.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: #e35f5f;
}
.location-li{
    border-top: 0;
    margin: 30px 62px 0;
}
.location-li li {
    border-bottom: 0;
    padding: 0 16px;
    margin: 0 16px;
    font-size: 20px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
    flex: 2;
    font-weight: 500;
    display: inline-flex;
    position: relative;
    align-items: center;
}
.location-li li::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 18px;
    background: #fff;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}
.location-li li:first-child:before {
	content:none;
}
.location-li li:first-child{
	flex: 3;
}
.location-li span {
    display: inline-flex;
    margin-right: 15px;
    font-weight: 500;
    color: #e19292;
    border-radius: 4px;
    align-items: center;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 10px;
    color: #fff;
    /* border-radius: 50%; */
    font-size: 13px;
    width: 30px;
    height: 30px;
    background: #da2e2a;
    padding: 8px 8px;
    position: relative;
}
/* .location-li span i::after {
    content: '';
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    background: #da2e2a;
    transform: rotate(45deg); 
    top: 0;
    left: 0;
    z-index: -1;
} */
i.fas.fa-map-marker-alt {
    padding: 8px 11px;
}
.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:#e35f5f;
}
.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:#e35f5f;
	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:#e35f5f;
}
.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 #e35f5f;
	background:#e35f5f;
}
.more-btn:hover{
	color:#e35f5f;
	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:#e35f5f;
	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 #e35f5f;
}

.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: #f1f1f1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}
.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 70px;
}

.history-wrap  h6{
    position: relative;
    margin: 0px 0 15px;
    color: #303030;
    font-size: 30px;
    letter-spacing: -0.05em;
    font-weight: 500;
}
.history-wrap  h6:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -65px;
	display: block;
	border-right: 0px;
	border-top: 1px solid #e35f5f;
	width: 46px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    width: 13px;
    height: 13px;
    border: 3px solid #f9caca;
    /* border-radius: 50%; */
    background: #da292a;
}
.history-wrap li{
	position:relative;
	margin: 5px 0 8px;
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #313131;
	line-height: 1.4;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 18px;
	color:#e35f5f;
}
@media(min-width:768px){
	.history-wrap.zigzag .history-box:nth-child(odd){
		text-align:right;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) li {
		position:relative;
		padding-right: 12px;
		padding-left: 90px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) li::before {
	    content: '';
	    display: block;
	    position: absolute;
	    width: 5px;
	    height: 1px;
	    background: #333;
	    right:0;
	    top: 11px;
	}
	.history-wrap.zigzag .history-box:nth-child(even){
		margin-top:80px;
	}
	.history-wrap.zigzag .history-box:nth-child(even) li {
		position:relative;
		padding-left: 12px;
	}
	.history-wrap.zigzag .history-box:nth-child(even) li::before {
	    content: '';
	    display: block;
	    position: absolute;
	    width: 5px;
	    height: 1px;
	    background: #333;
	    left:0;
	    top: 11px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:before{
		left:auto;
		right: -65px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:after{
		left:auto;
		right: -83px;
	}
}
@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: 24px;
	}
	.history-wrap li{
		font-size:14px;
	}
}

/* personal setting 0.71v end */
/* navigation setting */

/* mainpage setting */


/* footer setting */
#site footer li{
	display:inline-block;
	margin-right: 15px;
}

/* subpage setting */
.pageheader{
	height: 250px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
	text-align: right;
}
.pageheader h2{
    margin: 95px 0 7px;
    font-size: 38px;
    color:#fff;
    text-align: center;
}
.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
	text-align: center;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content{
	padding-top: 90px;
	padding-bottom: 60px;
}
.s-title{
	margin-bottom: 90px;
	text-align: center;
}
.s-title h3{
	margin:0;
	position: relative;
	font-size: 46px;
	font-weight: 300;
	letter-spacing: -0.055em;
	color: #222;
	display: inline-block;
}
.s-title p{
	margin:30px 0 0;
	line-height:2;
	font-size:15px;
}
.subpage-content .emp{
	font-weight:500;
	color:#e35f5f;
}
.subpage-content section{
	padding-bottom: 80px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom:20px;
	font-size:28px;
}
.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;
	}
}

.snb{
	padding: 65px 0 0;
}
.snb ul{
	margin: 0;
	display: flex;
	justify-content: center;
}
.snb ul li{
	position:relative;
	padding: 0 38px;
}
.snb ul li + li:before{
	content:'';
	display: block;
	width:1px;
	height: 15px;
	position:absolute;
	left:0;
	top: 8px;
	/* transform: skewX(-15deg); */
	background: #ddd;
}
.snb ul li a{
	color: #8f8f8f;
	font-size: 18px;
	letter-spacing: -0.035em;
}
.snb ul li.active a{
	color: #db1d1e;
	font-weight: 500;
	/* padding-bottom: 3px; */
}
.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 */
#about01 .col-sm-6.txt-box {
    padding-left: 20px;
}
.greet{
	/* display: flex; */
	/* align-items: flex-end; */
}
.greet p{
	margin: 0px 0 15px;
	font-size: 20px;
	line-height: 1.7;
	font-weight: 300;
	color: #000;
	letter-spacing: -0.04em;
	padding-left: 19px;
}
.greet p span {
    font-weight: 500;
    color: #333;
}
.greet p:first-child {
	margin-top: 90px;
	position: relative;
}
.greet p:first-child:before{
	content:'';
	display: block;
	/* margin-bottom: 37px; */
	width: 1px;
	height: 108px;
	background: #cfcfcf;
	position: absolute;
	left: 0;
	top: -90px;
}
.greet p:first-child:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 38px;
    background: #da292a;
    top: -12px;
    left: 0;
}
.busi-area .inner {
    border: 1px solid #ddd;
    padding: 40px 30px 45px;
    border-top: 2px solid #da292a;
}
.busi-area dl{
	padding-top: 40px;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 0;
	font-size: 16px;
}
.busi-area dl dt {
    font-size: 21px;
    margin-bottom: 5px;
    position: relative;
    letter-spacing: 0;
}
.busi-area dl dd {
    font-size: 17px;
    font-weight: 300;
    color: #000;
}
.busi-area dl dt::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}
.btn.btn-primary{
	border-color: #f3c01b;
	background: #f3c01b;
}
.btn.btn-primary:hover{
	border-color: #dfb017;
	background: #dfb017;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #dfb017;
}
.table.table_default thead th {
    background-color: #fff;
    border-bottom-color: #999;
}
.btn.btn-outline-primary {
    background: none;
    border: 1px solid #1e4a9e;
    color: #1e4a9e;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
    background-color: #1e4a9e;
    color: #fff;
}
/* subpage ditto */
.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: 33.33%;
		padding: 0 8px;
		margin-bottom: 30px;
	}
}
.table_blog2 dd .inner .bottom{
    padding: 20px 20px 23px;
    background: #fff;
}
.table_blog2 dd .inner .bottom:hover a {
	color: #da292a;
}
.table_blog2 dd .inner .bottom .title{
	padding: 0;
	font-weight: 500;
	margin: 0;
}
.table_blog2 dd .inner .bottom .title a{
	font-size: 17px;
	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: 20px;
	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: #da292a;
}
#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_video dd .inner:hover, .table_blog2 dd .inner:hover {
    border-color: #da292a;
}
.table_video dd .inner:hover, .table_blog2 dd .inner:hover .bottom a {
	color:#da292a;
}
.table_blog2 dd .inner .top a .thumb{
    height: 230px;
    /* 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: 70px;
	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;
	font-size: 25px;
}
/* subpage invisa  */
.location-wrap .right-con h5{
	margin-bottom: 20px;padding-left: 10px;font-weight: bold;
	color:#111;
	border-left:4px solid #da292a;
}
.location-wrap .address{
	padding:10px 0;
	border-top:2px solid #666;
	border-bottom:1px solid #ddd;
	font-size:18px;
}
.location-wrap .address i{
	color:#da292a;
}
.location-wrap .clearfix{
	padding-bottom:40px;
}
/* subpage livega */
.brand-intro{
	margin: 0 13px 40px;
	display: flex;
	align-items: center;
	/* border: 1px solid #ddd; */
	background: #fff;
	position: relative;
	justify-content: center;
	padding: 20px 0;
}
.brand-intro::before {
    content: '';
    display: block;
    width: 1140px;
    height: 290px;
    position: absolute;
    background: url(/public/img/sub/line-png.png);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.brand-intro .col-sm-6.img-box {
    width: 43%;
}
.brand-intro .col-sm-6.txt-box {
	width: 57%;
}
.brand-intro p{
	margin: 10px 0 0;
	padding-left: 43px;
	font-size: 19px;
	line-height: 1.6;
	letter-spacing: -0.045em;
	font-weight: 300;
	color: #000;
}
.brand-intro p::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 150px;
    background: #eee;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.brand-intro p span {
    font-weight: 500;
}
.img-wrap{
	margin:0 -5px;
}
.img-wrap > div{
	padding:0 5px;
}

#scrolltop{
	position:fixed;
	z-index: 1000;
	right:50px;
	bottom:50px;
	display: none;
	font-size:16px;
	text-align:center;
	width:80px;
	height:80px;
	color:#fff;
	background: #484848;
	border-radius: 50%;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}
#scrolltop .inner{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	line-height:1;
}
#scrolltop .inner i{
	font-size:30px;
}

@media (max-width:767px) {
	#site{
		padding-top:65px;
	}
	.navbar-brand>img{
		height:40px;
		margin:0 10px 10px;
	}
	.navbar-toggle{
		top:-5px;
	}
	.main-content .inner{
		max-height:none;
		height: calc(100vh - 230px);
	}
	.main-visual .inner video {
		width: auto;
		height: 100%;
		min-width: 100vw;
	}
	.foot-logo{
		margin:0 0 20px;
		height:35px;
	}
	#site footer{
		padding:30px 0;
	}
	.m-caption h1, .carousel-caption h1{
		font-size:50px;
	}
	.m-caption p, .carousel-caption p {
		font-size: 17px;
	}
	.pageheader {
		height: 190px;
	}
	.pageheader h2 {
		margin: 65px 0 7px;
		font-size: 34px;
	}
	.snb {
		padding: 30px 0 0;
	}
	.snb ul{
		display: block;
	}
	.snb ul li {
		padding: 0 15px;
	}
	.snb ul li:before {
		content: '';
		display: block;
		width: 1px;
		height: 15px;
		position: absolute;
		left: 0;
		top: 8px;
		background: #ddd;
	}
	.snb ul li.active:before{
		background:#da2e2a;
	}
	.subpage-content {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.s-title {
		margin-bottom: 60px;
	}
	.s-title h3{
		font-size:40px;
	}
	.greet p{
		font-size:18px;
	}
	#scrolltop {
		right: 20px;
		bottom: 30px;
		width: 50px;
		height: 50px;
	}
	#scrolltop span{
		display: none;
	}
	.busi-area .inner{
		margin-bottom:15px;
		padding: 0px 30px 25px;
	}
	.busi-area dl {
		padding-top: 0px;
		margin-top: 0px;
	}
	.busi-area dl dt {
		font-size: 18px;
	}
	.busi-area dl dt::before{
		top: -20px;
	}
	.location-li{
		margin:30px 0 0;
	}
	.location-li li{
		margin: 0 0 15px;
		padding:0;
		display: block;
		font-size: 18px;
	}
	.table_video dd, .table_blog2 dd {
		width:100%;
	}
	.brand-intro{
		display: block;
		border:10px solid #eee;
		padding:30px;
	}
	.brand-intro p::before,
	.brand-intro::before{
		display: none;
	}
	.brand-intro .col-sm-6.img-box,
	.brand-intro .col-sm-6.txt-box {
		width: 100%;
		padding:0;
	}
	.brand-intro p{
		padding:0;
		font-size:16px;
	}
	input.form-control{
		max-width:100%;
	}
	.board_wrapper .text-center .btn.btn-lg {
		min-width: 145px;
	}
}
.pagination_wrap ul{
	margin: 0 0 20px;
}