@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');

#site {
	padding-top: 100px;
	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%;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
}

.navbar-brand {
	height: auto;
	padding: 0px;
	margin-left: 0 !important;
	margin-top: -13px;
}

.navbar-inverse .navbar-nav>li>a {
	padding: 22px 30px 28px 30px;
	font-size: 17px;
	font-weight: 500;
	color: #222;
	letter-spacing: -0.034em;
}

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

.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: #1879c3;
}

@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);
		background: rgba(0, 0, 0, 0.75);
		border: none;
		padding: 0;
		-webkit-box-shadow: 0px 4px 8px rgb(0 0 0 / 13%);
		box-shadow: 0px 4px 8px rgb(0 0 0 / 13%);
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 13px 20px;
		color: #fff;
		text-align: center;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #1879c3;
	}
}

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

	.navbar-inverse .navbar-nav>li>a {
		padding-left: 30px;
		padding-right: 30px;
	}
}

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

.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: 2px solid #fff;
	margin: 0 4px;
	border-radius: 100%;
	transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
	width: 13px;
	height: 13px;
	background-color: #ffffff;
	border: 2px solid #fff;
	margin: 0 4px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(0);
}

.carousel-caption {
	text-shadow: none;
	text-align: right;
	/* background: rgb(0 58 123 / 0.85); */
	right: auto;
	padding: 45px 40px;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
	transform: none;
	top: auto;
	bottom: 35%;
	display: none;
}

.carousel-caption h1 {
	font-size: 55px;
	margin: 0 0 10px;
	font-weight: 500;
	letter-spacing: -0.055em;
}

.carousel-caption p {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.015em;
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

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


	}
}


/* 푸터 */
footer {
	padding: 35px 0;
	background: #333;
	color: #bbb;
	font-size: 13px;
}

.footer-top {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer ul {
	margin: 0;
	padding-left: 0;
}

footer ul li {
	font-size: 15px;
	color: #ccc;
	line-height: 1.8em;
	font-weight: 300;
}

footer ul span {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

footer ul span:after {
	content: "";
	position: absolute;
	right: -12px;
	top: 8px;
	width: 1px;
	height: 11px;
	background: rgba(255, 255, 255, 0.25);
}

footer ul span:last-child :after {
	display: none;
}

.footer-bottom .col-md-7 img {
	height: 40px;
}

footer .copy {
	text-align: right;
	margin: 10px 0 0;
	font-size: 12px;
	color: #888;
	letter-spacing: 0.01em;
}


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

@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 250px
	}

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

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

.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;
}

.board_wrapper,
.calendar_wrapper {
	margin-top: 0;
	visibility: hidden;
}

.pagination_wrap,
.search_wrap {
	visibility: hidden;
}

/* 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
}

.nav-upper {
	padding-top: 10px;
}

.lang {
	float: right;
	margin: 0;
	padding-left: 0;
}

.lang li {
	float: left;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 10px;
	cursor: pointer;
	font-size: 11px;
	font-weight: 500;
}

.lang>li:first-child {
	border-radius: 15px 0 0 15px;
	border-right: none;
	padding: 2px 6px 2px 10px;
}

.lang>li:last-child {
	border-radius: 0 15px 15px 0;
	padding: 2px 10px 2px 6px;
}

.lang li.active {
	font-weight: 600;
	background: #da251c;
	color: #fff;
	border: 1px solid #da251c;
}

/* main */
.main-content {
	padding: 80px 0;
}

.main-content .row {
	margin: 0;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
}

.main-content .row>div {
	padding: 0;
}

.main-content .row>div:first-child .main-inner {
	border-left: 1px solid #ddd
}

.main-inner {
	position: relative;
	border: 1px solid #ddd;
	border-left: none;
	border-top: 2px solid #1879c3;
	text-align: center;
	height: 225px;
}

.main-inner a {
	display: block;
	padding: 45px 30px 30px;
	text-decoration: none;
	color: #222;
}

.main-inner h3 {
	font-size: 24px;
	letter-spacing: -0.04em;
	margin: 28px 0 12px;
}

.main-inner p {
	font-size: 14px;
	letter-spacing: -0.025em;
	color: #6f6f6f;
	font-weight: 500;
}

.main-inner img {
	opacity: 0.8
}

.main-inner:hover {
	z-index: 1;
	background: #f7f7f7
}

.main-inner:hover img {
	opacity: 1
}

/* subpage */
.subtitle {
	position: relative;
	background: url(/public/img/sub/sub-bg1.jpg) no-repeat bottom center;
	background-size: cover;
	height: 160px;
}

[id^='product'] .subtitle,
#bbs01 .subtitle{
	background-image: url(/public/img/sub/sub-bg2.jpg);
}

.subpage .subpage-header {
	height: 160px;
}

.subpage .subpage-header h2 {
	color: #fff;
	padding-top: 60px;
	font-size: 42px;
	margin: 0;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 1.3em;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}

.sub-wrap>.row>div:nth-child(1) {
	padding-right: 45px;
}

.sub-menu {
	text-align: center;
	padding: 0;
	margin-top: 60px;
	margin-bottom: 20px;
}

.sub-menu .fix-menu {
	position: relative;
	overflow: hidden;
}

.sub-menu .fix-menu a {
	position: relative;
	pointer-events: none;
	cursor: default;
	font-size: 24px;
	padding: 35px 0 30px;
	text-align: center;
	border-bottom: none;
	font-weight: 500;
	z-index: 1;
	letter-spacing: -0.034em;
	color: #fff;
	background: #0e5286;
	/* border-radius: 0 30px 0 0; */
}

.sub-menu li {
	line-height: 0;
	position: relative;
}

.sub-menu>li.on>a,
.sub-menu>li.on:hover>a {
	color: #fff;
	background: #1879c3;
}

.sub-menu li.on a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 14px;
	opacity: 0.5;
}

.sub-menu li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 15px;
	text-align: left;
	letter-spacing: -0.045em;
	padding: 13px 0 13px 20px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 1;
	position: relative;
	font-weight: 500;
}

.ssub-menu {
	padding: 0;
}

.ssub-menu li a {
    padding-left: 30px;
    font-size: 14px;
    color: #888;
}

.ssub-menu li.on a{
	color: #333;
    background: #f2f2f2;
}

.sub-wrap>.row>div:nth-child(2) {
	margin: 95px 0 120px 0;
}

.title {
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.title h3 {
	font-size: 36px;
	letter-spacing: -0.06em;
	display: inline-block;
	position: relative;
	margin: 0;
	font-weight: 600;
}

#section_44f683 {
	margin-bottom: 100px;
}

#section_44f683 .title {
	border-bottom: none;
}

#section_44f683 .col-sm-12 {
	width: 50%;
	float: left;
}

.table.table-style {
	border-top: 2px solid #1879c3;
}

.table-style.table tbody tr td,
.table-style.table tbody tr th,
.table-style.table tfoot tr td,
.table-style.table tfoot tr th,
.table-style.table thead tr td,
.table-style.table thead tr th {
	padding: 14px;
	vertical-align: middle;
	font-size: 15px;
	letter-spacing: -0.034em;
}


/* company01 */
.company-txt {
	padding-left: 30px;
}

.company-txt p {
	font-size: 15px;
	letter-spacing: -0.034em;
	margin-bottom: 30px;
	line-height: 1.75;
}

.company-txt p:first-child {
	font-size: 30px;
	color: #2f2f2f;
	position: relative;
	font-weight: 400;
	letter-spacing: -0.065em;
	line-height: 1.58;
	margin-bottom: 40px;
}

#company01_en .company-txt p:first-child {
	font-size: 15px;
    letter-spacing: -0.034em;
    margin-bottom: 30px;
    line-height: 1.75;
}

.company-txt p:first-child span {
	color: #1879c3;
}

.company-txt p:first-child:after {
	content: '';
	display: block;
	width: 65px;
	height: 1px;
	background: #1879c3;
	margin-top: 30px;
}

#company01_en .company-txt p:first-child:after  {
	display: none;
	margin-top: 0;
}

.company-txt .ceo-txt {
	text-align: right;
	margin: 30px 0 0;
	font-size: 15px;
	font-weight: 500;
	color: #333;
}

.ceo-txt strong {
	font-size: 20px;
	margin-left: 8px;
	margin-right: 2px;
}

.company-img {
	position: relative;
}

.company-img:after {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #fff;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	top: 8px;
	left: 8px;
	opacity: 0.35;
}


/* company02 */
#company02 .sub-cont .col-sm-5 {
	padding-left: 30px;
}

.table.company-table {
	border: none;
	border-top: none;
}

.table.company-table tbody tr th,
.table.company-table tbody tr td {
	border: none;
	border-bottom: 1px solid #e4e4e4;
}

.table.company-table tbody tr th {
	position: relative;
	border-bottom: 1px solid #8fc6ef;
	padding-left: 10px;
	color: #065796;
	font-weight: 500;
	line-height: 1;
}

.table.company-table tbody tr th:before {
	content: "";
	width: 3px;
	height: 13px;
	background: #1e7ec7;
	position: absolute;
	left: 0;
	top: 17px;
}


/* company03 */
.table.history-table {
	border-top: none;
	background: url(/public/img/sub/company03.jpg) no-repeat right top / 30%;
}

.table.history-table tbody tr th {
	width: 15%;
	position: relative;
	padding: 20px 0px;
	border: none;
	border-right: 1px solid #e3e3e3 !important;
	letter-spacing: 0;
	font-size: 35px;
	color: #1879c3;
	font-weight: 300;
	text-align: left;
	vertical-align: top;
	line-height: 1;
}

.table.history-table tbody tr td {
	text-align: left;
	border: none;
	padding: 14px 35px;
}

.table.history-table tr th:after {
	content: '';
	display: block;
	position: absolute;
	right: -5px;
	top: 30px;
	width: 10px;
	height: 10px;
	border: 2px solid #214d9c;
	border-radius: 50%;
	background: #fff;
}

.table.history-table tr td ul {
	margin: 0;
	padding-top: 8px;
	padding-left: 0;
}

.table.history-table tr td li {
	position: relative;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.5;
}

.table.history-table tr td li:before {
	content: "";
	width: 9px;
	height: 1px;
	position: absolute;
	top: 12px;
}

.table.history-table tr td strong {
	color: #333;
	font-weight: 600;
	font-size: 16px;
	margin-right: 10px;
}

.history-table>tbody>tr>td,
.history-table>tbody>tr>th,
.history-table>tfoot>tr>td,
.history-table>tfoot>tr>th,
.history-table>thead>tr>td,
.history-table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}



/* company04 */
#company04 .writer {
	display: none;
}

#company04 .board_wrapper .table colgroup {
	display: none;
}

#company04 .board_wrapper .table .table-style>tbody>tr>th {
	width: auto;
}

#company04 .board_wrapper .table.table_default tr .subject {
	width: 70%;
}

#company04 .board_wrapper .table.table_default tr .regdate {
	width: 30%;
}

#company04 #reply {
	display: none;
}



/* product01 */
#product01 #reply {
	display: none;
}
#product01_en #reply {
	display: none;
}

/* product02 */
.table.pro-table tbody tr td,
.table.pro-table tbody tr th {
	line-height: 1.43;
	font-size: 13px;
	padding: 11px 11px;
	border: 1px solid #e3e3e3;
	letter-spacing: -0.02em;
}

.table.pro-table tbody tr th {
	padding: 11px 11px;
	background: #f7f7f7;
	border-color: #e3e3e3;
	border-bottom: 1px solid #c1c1c1;
	color: #222;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
}

/* product04 */
#product04 #reply {
	display: none;
}

/* bbs01 */
#bbs01 #reply {
	display: none;
}

/* map01 */
.map {
	margin-bottom: 50px;
}

.map-txt {
	margin-top: 30px;
}

.company-name {
	font-size: 26px;
	letter-spacing: -0.01em;
	margin: 0 0 25px;
	color: #2f2f2f;
	font-weight: 600;
	padding-left: 15px;
	position: relative;
}

.company-name::before {
	content: '';
	display: block;
	width: 5px;
	height: 25px;
	background: #da251c;
	position: absolute;
	left: 0;
	top: 1px;
}

.li_location {
	border-top: 2px solid #1879c3;
	padding: 0;
}

.li_location>li {
	padding: 12px 10px;
	font-size: 15px;
	border-bottom: 1px solid #e3e3e3;
	letter-spacing: -0.02em;
}

.li_location>li>span {
	display: inline-block;
	text-align: center;
	width: 100px;
	color: #1879c3;
	margin-right: 12px;
}

.table-title h4 {
	font-size: 24px;
	margin: 0 0 25px;
	color: #333;
	font-weight: 500;
	padding-left: 15px;
	position: relative;
	letter-spacing: -0.01em;
}

.table-title h4::before {
	content: '';
	display: block;
	width: 5px;
	height: 23px;
	background: #da251c;
	position: absolute;
	left: 0;
	top: 2px;
}



/* form */
.table.table_default {
	border-top: 2px solid #1879c3;
}

.table.table_default tbody tr th,
.table.table_default tbody tr td {
	padding: 15px 15px;
	font-size: 15px;
	letter-spacing: -0.034em;
	border-bottom: 1px solid #e3e3e3;
}

.table.table_default tbody tr td.regdate {
	color: #888;
	letter-spacing: 0;
	font-size: 14px;
}

.table.table_default tbody tr td.subject span:hover a {
	text-decoration: underline;
}

.table.table_default thead tr th {
	border-bottom: 1px solid #d3d3d3;
	background: #f7f7f7;
	padding: 11px;
	font-weight: 500;
	color: #000;
	font-size: 15px;
	letter-spacing: -0.034em;
}

.board_data_view {
	border-top: 2px solid #1879c3;
}

.board_data_view .header_wrap {
	padding: 30px 10px;
	border-bottom: 1px solid #e3e3e3;
}

.board_data_view .header_wrap h4 {
	font-size: 26px;
	letter-spacing: -0.04em;
}

.category_wrap {
	margin-bottom: 45px;
}

.category_wrap ul li+li {
	margin-left: 5px;
	margin-bottom: 5px;
}

.category_wrap ul li a {
	font-weight: 500;
	border: 1px solid #ddd;
	padding: 12px 20px 10px;
	font-size: 14px;
	color: #777;
	letter-spacing: -0.025em;
}

.category_wrap ul li a:hover {
	border-color: #ccc;
	background: #f9f9f9
}

.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
	color: #000;
	background: #fff;
	border-color: #666;
	font-weight: 500;
}

.board_data_view .info {
	display: none;
}

.board_data_view .header_wrap .title {
	border-bottom: none;
	padding-bottom: 0;
	font-size: 26px;
}

#board_data_blog2 .title {
	border: none;
	padding: 0;
	margin: 0;
}

#board_data_blog2 .info {
	display: none;
}

#board_data_blog2 .title .badge {
	position: absolute;
	top: -1px;
	left: -1px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 0;
	padding: 8px 14px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	letter-spacing: -0.015em;
}

.table_video dd .inner,
.table_blog2 dd .inner {
	position: relative;
}

.table_video dd .inner:hover,
.table_blog2 dd .inner:hover {
	border-color: #1879c3;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15)
}

.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: #333
}

.table_video dd .inner .bottom,
.table_blog2 dd .inner .bottom {
	padding: 15px 15px 13px;
}

.table_video dd .inner .bottom .title a,
.table_blog2 dd .inner .bottom .title a {
	font-size: 16px;
	letter-spacing: -0.04em;
	font-weight: 500;
}

.btn.btn-primary {
	background-color: #1879c3;
	border: 1px solid #1879c3;
	color: #fff
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: #085fa2;
	border-color: #085fa2
}

.btn.btn-outline-primary {
	background: none;
	border: 1px solid #1879c3;
	color: #1879c3
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
	background-color: #1879c3;
	color: #fff
}

.btn.btn-dark {
	background-color: #444;
	border: 1px solid #444;
	color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
	background-color: #303030
}

.btn.btn-outline-dark {
	border: 1px solid #444;
	color: #444
}

.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus {
	background: color #303030;
	color: #fff
}

/* 모바일 최적화 */
@media (max-width: 767px) {

	#site {
		padding-top: 80px;
	}

	.navbar-brand img {
		height: 40px;
		margin-top: 18px;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding: 15px;
		font-size: 16px;
	}

	.main-inner {
		margin-bottom: 15px;
		height: 200px;
	}

	.main-inner a {
		padding: 40px 30px 30px;
	}

	footer ul span:after {
		display: none;
	}

	.main-content .row {
		box-shadow: none;
	}

	footer ul li {
		font-size: 12px;
	}

	.footer-bottom .col-md-7 img {
		height: 30px;
	}

	footer .copy {
		margin: 0;
	}

	.main-content {
		padding: 50px 0;
	}

	.subpage .subpage-header h2 {
		font-size: 30px;
	}

	.sub-wrap>.row>div:nth-child(1) {
		padding-right: 15px;
	}

	.sub-menu {
		margin-top: 30px;
	}

	.title h3 {
		font-size: 30px;
	}

	.company-txt {
		padding-left: 0;
		margin-top: 15px;
	}

	.table.company-table tbody tr th {
		width: 30%;
	}

	.table.company-table tbody tr th:before {
		top: 48%;
		transform: translateY(-50%);
	}

	#company02 .sub-cont .col-sm-5 {
		padding-left: 15px;
	}

	.company-txt p:first-child {
		font-size: 26px;
	}

	.company-txt p {
		font-size: 14px;
	}

	.table.history-table {
		background:none;
	}

	.table.history-table tbody tr th {
		width: 20%;
		font-size: 24px;
	}

	.table.history-table tr th:after {
		top: 26px;
	}

	.table.history-table tr td strong {
		font-size: 14px;
	}

	.table.history-table tr td li {
		font-size: 13px;
	}

	.category_wrap ul li a {
		padding: 10px 12px 10px;
		font-size: 12px;
	}

	.table_video dd, .table_blog2 dd {
		width: 100%;
	}

	.li_location>li>span {
		text-align: left;
		width: 100%;
	}



































	/* 게시판 */
	.board_wrapper .table colgroup,
	.board_wrapper .table.table_default tr .num,
	.board_wrapper .table.table_default tr .regdate,
	.board_wrapper .table.table_default tr .hits {
		display: none;
	}

	.board_wrapper .table .table-style>tbody>tr>th {
		width: auto;
	}

	.board_wrapper .table.table_default tr .subject {
		width: 70%;
	}

	.board_wrapper .table.table_default tr .writer {
		width: 30%;
	}

	/* .table-responsive */
	.table-responsive::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	.table-responsive::-webkit-scrollbar:vertical {
		width: 12px;
	}

	.table-responsive::-webkit-scrollbar:horizontal {
		height: 5px;
	}

	.table-responsive::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 1px solid #ffffff;
	}

	.table-responsive::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: #ffffff;
	}

	/* 주문폼 */
	.board_wrapper .table.board_write_table .input-group.input-group-big,
	.board_wrapper .table.board_write_table .form-control.form-control-big {
		width: 100%;
	}

	.board_wrapper .table.board_write_table tbody tr td .btn,
	.board_wrapper .table.board_write_table tbody tr td .form-control {
		width: 100%;
		vertical-align: middle;
	}

	.board_wrapper .text-center .btn.btn-lg {
		padding-left: 60px;
		padding-right: 60px;
	}

	/* 주무폼 라디오 버튼 */
	.radio-inline {
		margin-top: 0 !important;
	}
}