@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700&display=swap');

#site {
	padding-top: 140px;
	/* font-family: 'notokr', sans-serif; */
}

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

#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: none;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

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

.navbar-brand>span {
	display: none;
}

/* logo */

.navbar-brand img {
	display: inline-block;
	vertical-align: middle;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	letter-spacing: -0.01em;
	font-family: "Titillium Web";
}
.navbar-inverse .navbar-nav>li>a.fas{
	font-family: "Font Awesome 5 Free";
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fa5a18;
}

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

@media (max-width: 767px) {
	.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 {
		height: 80px;
	}

	.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: 10px;
		right: auto;
		/* animation-fill-mode: both;
    	animation-duration: .5s;
    	animation-name: fadeInRight; */
		-webkit-border-radius: 0;
		border-radius: 0;
		border: none;
		background-color: #fff;
		box-sizing: border-box;
		padding: 0;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 13px 22px;
		border-bottom: 1px solid #eee;
		font-size: 13px;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
		border-bottom: none;
	}

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

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

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

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
	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 {
	bottom: 20px;
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 65px;
	height: 6px;
	background-color: rgba(255, 255, 255, .5);
	margin: 0 3px;
	border: none;
	border-radius: 0;
	transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
	background-color: #fff;
}

.carousel-caption {
	text-shadow: none;
	padding: 0;
}

.carousel-caption h1 {
	margin: 0;
	letter-spacing: 0;
	line-height: 1.3;
	font-family: "Titillium Web";
	font-size: 64px;
}


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

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

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	margin-top: 19px;
	margin-left: 0 !important;
}

/**********************************************************************************************/
/* sub공통영역 */
.subpage .subtitle .container ol li::before {
	content: '\f105';
	width: 10px;
	height: 10px;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding: 0 8px;
}

.subpage .subtitle .container ol li:first-child::before {
	display: none;
}

.subtitle {
	position: relative;
	background: url(/public/img/sub/sub-bg.jpg) no-repeat center center;
	background-size: cover;
	height: 250px;
}

.subtitle .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: none;
	color: inherit;
	border-radius: 0;
}

.inner h4 {
	text-align: center;
}

.subtitle h2 {
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 45px;
	margin: 0;
	letter-spacing: -0.015em;
	font-family: "Titillium Web";
}

.subtitle .breadcrumb {
	text-align: center;
	background: none;
	padding: 0;
	margin: 14px 0 0;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

.subtitle .breadcrumb .active {
	color: #fff;
	font-weight: 300;
}

/* table */

.table-style>tbody>tr>th,
.table-style>thead>tr>th {
	background: #6f7277;
	border-color: #595a5d !important;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.table-style>tbody>tr>th {
	width: 200px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
	padding: 12px 15px;
	font-size: 13px;
}

.table-style td.center {
	text-align: center;
	vertical-align: middle;
	background: #95999e;
	color: #f5f5f5;
	border-color: #6b6e73;
}

.table-style th.th-bg {
	background: #f1f1f2;
	border-color: #dddddd !important;
	z-index: 1;
	position: relative;
	color: #333;
}


/* sub-menu */
.sub-menu {
	text-align: center;
	padding-right: 30px;
	margin-top: 80px;
}

.sub-menu ul {
	padding: 0;
	border-top: 2px solid #f66827;
	overflow: hidden;
	width: 250px;
	max-width: 100%;
}

.sub-menu li {
	/* display: block; */
	/* width: 250px; */
	/* max-width:100%; */
	line-height: 0;
	margin: 0;
	position: relative;
}

.sub-menu li.fix-menu {
	background: none;
}

.sub-menu li.fix-menu a {
	font-size: 15px;
}

.sub-menu li a {
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	text-align: left;
	padding: 13px 13px 13px 30px;
	line-height: 1.35;
	position: relative;
	letter-spacing: -0.04em;
	background: #f6f6f6;
	border-bottom: 1px solid #e3e3e3;
}

.sub-menu li.fix-menu a {
	padding: 18px 25px 18px 15px;
	background: #fff;
	color: #333;
}

.sub-menu li a:hover {
	z-index: 1;
	color: #333;
	background: #eaeaea;
}

.sub-menu li.on a {
	background: #6f7277;
	color: #fff;
}

.sub-menu li.fix-menu.on a {
	background: #f66827;
	color: #fff;
	border-color: #f66827;
}

.sub-menu li a::before {
	content: "";
	position: absolute;
	left: 19px;
	top: 22px;
	width: 5px;
	height: 2px;
	background: #bbb;
}

.sub-menu li.fix-menu a::before {
	display: none;
}

.sub-menu li.fix-menu a::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #ccc;
}

.sub-menu li.fix-menu.on a::after {
	color: #fff;
	opacity: 0.5
}

.sub-menu li.on a::before {
	background: #fff;
	opacity: 0.5
}


/* subpage 공통 */
.sub-cont {
	padding: 80px 15px 100px 25px;
}

.sub-cont p {
	font-size: 16px;
	color: #404040;
	line-height: 1.85;
	letter-spacing: -0.025em;
	font-weight: 300;
	margin: 0 0 18px;
}

.sub-cont-title {
	margin: 0 0 40px;
}

.sub-cont-title h4 {
	font-size: 28px;
	margin: 0;
	position: relative;
	letter-spacing: -0.04em;
	font-weight: 400;
	color: #111;
	padding: 10px 0 18px;
	border-bottom: 1px solid #d3d3d3;
}

.img-box {
	margin: 30px 0;
	padding: 0 50px;
}

.img-box .img-txt {
	text-align: center;
	margin: 0;
}

.img-box img+.img-txt {
	margin: 0 auto 40px;
	max-width: 80%;
}

.txt-title {
	position: relative;
	font-size: 24px;
	margin: 0 0 25px;
	padding-left: 18px;
	color: #202020;
	letter-spacing: -0.03em;
}

.txt-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 7px;
	height: 23px;
	border-top: 6px solid #fa5a18;
	background: #6f7277;
	border-radius: 2px;
	display: inline-block;
}

.cont {
	margin-bottom: 85px;
}

.cont::after {
	content: "";
	display: block;
	clear: both;
}

.cont1>.img-box:first-child {
	margin-top: 0;
}

.sub-cont p.txt {
	padding: 25px 30px;
	margin: 0 0 25px;
	font-size: 15px;
	letter-spacing: -0.01em;
	line-height: 1.75;
	background: #f6f6f6;
	font-weight: 400;
	color: #333;
}

.txt+.txt {
	margin-top: -15px;
}

.txt-ul {
	padding: 0;
}

.txt-ul li {
	font-size: 16px;
	position: relative;
	padding-left: 18px;
	margin-bottom: 12px;
	letter-spacing: -0.025em;
	color: #404040;
	font-weight: 300;
	line-height: 1.65;
}

.txt-ul li::before {
	content: "";
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 3px;
	background: #333;
	width: 5px;
	height: 5px;
}

.txt-ul .bar::before {
	content: "-";
	display: block;
	position: absolute;
	top: 1px;
	left: 3px;
	width: 0;
	height: 0;
}

.inner {
	color: #333;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.1s;
}

.inner:hover {
	border-color: #f66827;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
	text-decoration: none;
}

.inner:hover h5 {
	color: #e84900;
}

.txt-sub-title {
	font-size: 20px;
	color: #f66827;
	letter-spacing: -0.02em;
	margin: 0 0 25px;
	display: inline-block;
	border-bottom: 1px solid;
}

.sub-title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px;
	letter-spacing: -0.055em;
	color: #2f2f2f;
}

p.img-txt {
	line-height: 1.6 !important;
	font-size: 15px !important;
	font-weight: 400;
	color: #111 !important;
}

p.img-txt-center {
	text-align: center;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px;

}

.inner>h5 {
	text-align: center;
	font-size: 14px;
	color: #333;
	padding-top: 10px;
	line-height: 1.45;
}

/**********************************************************************************************/
/* main */
/* 메인 게시판영역 */
 #section_fc490c{
	display: none;
} 

.board_box_list .page-header{
	padding-bottom: 0;
    margin:0;
    border-bottom: none;
}

.board_box_list .page-header h4{
	display: none;
}

div[class^="board_box_"] .page-header .pull-right {
    margin-top: -65px;
}

.main-content .product-wrap {
	padding: 50px 0
}

.main-title {
	margin: 0 0 60px;
}

.main-title h3 {
	font-size: 39px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	color: #101010;
	letter-spacing: -0.025em;
	font-family: "Titillium Web";
}

.main-title h3::after {
	content: "";
	width: 40px;
	height: 2px;
	background: #f66827;
	display: block;
	margin: 15px auto 0;
}

.main-content .inner a {
	text-decoration: none;
	color: #222;
}

.main-content .inner {
	margin-bottom: 30px;
	padding: 25px 0 0;
	transition: all 0.1s;
	overflow: hidden;
}

.main-content .inner h4 {
	margin: 0;
	padding: 20px 10px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.025em;
	transition: all 0.1s;
	background: #f8f8f8;
}

.main-content .news-wrap {
	background: #5b5c5f url(/public/img/main/pt.png);
	padding: 50px 0;
}

.main-content .news-wrap h3 {
	color: #fff;
}

.main-content .news-wrap .new-inner {
	height: 460px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.main-content .news-cont {
	padding: 30px 30px 40px;
	height: 100%;
}

.main-content .news-title {
	text-align: center;
	margin: 0 0 25px;
	padding-bottom: 20px;
	line-height: 1;
	color: #202020;
	border-bottom: 1px solid #d0d0d0;
}

.main-content .news-title h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-align: left;
	color: #222;
}

.main-content .twitter .new-inner {
	height: 460px;
}

.new-about p {
	font-size: 13px;
	margin: 25px 0;
	letter-spacing: -0.03em;
	line-height: 1.7;
	font-weight: 400;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 25px;
}

.main-content .new-about .news-cont ul {
	margin-bottom: 0;
}


.main-content .new-about .news-cont li {
	font-size: 16px;
	letter-spacing: -0.03em;
	position: relative;
	padding-left: 80px;
	font-weight: 300;
	color: #444;
}

.main-content .new-about .news-cont li+li {
	margin-top: 11px;
}

.main-content .new-about .news-cont li::before {
	content: "";
	width: 2px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 0;
	top: 10px;
}

.main-content .new-about .news-cont li span {
	position: absolute;
	left: 8px;
	top: 0;
	font-weight: 400;
	letter-spacing: -0.06em;
	color: #222;
}
.main-content .news-wrap .new-link ul {
	margin: 15px 0 0;
	padding: 0 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
}


.main-content .news-wrap .new-link ul+ul {
	margin-top: 15px;
	border-bottom: none;
	padding-bottom: 0;
}

.new-about ul li a {
	text-decoration: underline;
	color: #f66827;
}

.new-about ul {
	padding: 0;
}

.new-link li {
	font-size: 14px;
	position: relative;
	line-height: 0;
	height: 30px;
}

.new-link li+li {
	margin-top: 7px;
}

.new-link li img {
	width: 30px;
	border-radius: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.new-link li a {
	vertical-align: middle;
	color: #333;
	display: inline-block;
	height: 30px;
	padding: 7px 10px 0 40px;
	text-decoration: underline;
	border-radius: 5px;
	line-height: 1;
}

.new-link li a:hover {
	background: #fff5f1;
	border-color: #f9d9ca;
	color: #f66827
}


/**********************************************************************************************/
#technology01 a.inner,
#technology06 a.inner {
	display: block;
	padding: 15px 20px;
	background: #ffffff;
	border-radius: 4px;
	margin-bottom: 30px;
	height: 100px;
	position: relative;
	transition: all 0.1s;
}

#technology01 a.inner:hover,
#technology06 a.inner:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08)
}

#technology01 a.inner h5,
#technology06 a.inner h5 {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding-top: 0;
	transition: all 0.1s
}

#product01 .sub-cont-title,
#product06 .sub-cont-title,
#technology01 .sub-cont-title,
#technology06 .sub-cont-title {
	padding-left: 15px;
}

/* company */
div[id^='company'] .cont {
	border-bottom: 1px solid #e3e3e3;
	padding: 45px 0;
	margin: 0;
}

div[id^='company'] .cont1 {
	margin-top: 0;
	padding-top: 0;
}

div[id^='company'] .cont p:last-child {
	margin-bottom: 0
}

.company-ul {
	padding: 0;
}

.company-ul li {
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 20px;
	position: relative;
}

.company-ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 2px;
	background: #f66827;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.history-ul {
	border-left: 1px solid #d4d4d4;
	margin-left: 50px;
	padding-left: 50px;
	margin-top: 45px;
}

.history-ul li {
	position: relative;
	margin-bottom: 40px;
	font-size: 16px;
	letter-spacing: -0.025em;
}

.history-ul li span {
	display: inline-block;
	width: 75px;
	font-weight: 600;
	letter-spacing: -0.05em;
	margin-right: 16px;
	font-size: 20px;
}

.history-ul li p {
	padding-left: 93px;
	padding-top: 12px;
	font-size: 14px;
	letter-spacing: -0.015em;
	font-weight: 400;
	color: #777;
}

.history-ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: -51px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #fa5a18;
	transform: translate(-50%, 0%);
}

/* company02 */
.map-table {
	margin-top: 20px;
}

#company02 .cont {
	border-bottom: none;
}

.sub-main .inner {
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
	padding-top: 20px;
}

.sub-main .inner h5 {
	margin: 10px 0 0;
	transition: all 0.1s;
	padding: 20px 0;
	line-height: 1.4;
	background: #f2f2f2;
}


/* board */
.board_wrapper {
	margin-top: 0;
}

.table_default {
	border-top: 1px solid #333;
	letter-spacing: -0.025em;
}

.table.table_default thead th {
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
}

.board_data_view {
	border-top: 1px solid #333;
}

.board_data_view .header_wrap {
	text-align: left;
	padding: 0;
}

.board_data_view .header_wrap .title {
	margin: 0;
	padding: 25px 5px;
	letter-spacing: -0.04em;
}

.board_data_view .header_wrap .info {
	border-top: 1px solid #e3e3e3;
	padding: 10px 5px;
	margin: 0;
	letter-spacing: -0.025em;
}

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

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

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

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

.btn.btn-dark:hover,
.btn.btn-dark:focus {
	background-color: #202020;
	border-color: #202020
}
.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}

.board_wrapper .table.board_write_table>tbody>tr>td, 
.board_wrapper .table.board_write_table>tbody>tr>th, 
.board_wrapper .table.board_write_table>tfoot>tr>td, 
.board_wrapper .table.board_write_table>tfoot>tr>th, 
.board_wrapper .table.board_write_table>thead>tr>td, 
.board_wrapper .table.board_write_table>thead>tr>th {
    border-top: none;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.board_wrapper .table.board_write_table tbody tr th {
    background: #f8f8f8;
    width: 200px;
    padding: 20px 25px;
}

.board_wrapper .table.board_write_table tbody tr th >span.required_text {
    color: red;
}

.board_write_table .text-muted {
    font-size: 14px;
}

.form-control{
    border-radius:2px
}
.form-control:not([readonly]):focus {
    border-color: #777;
}

.checkbox a {
    color: #f66827;
    text-decoration: underline;
}
/**********************************************************************************************/
/* footer setting */
/* 푸터 */
#site footer {
	padding: 50px 0;
	background-color: #202020;
	color: #888;
}

#site footer h2 {
	color: #fff;
}

#site footer li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 4px;
}

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


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

/* main-top */
#main-top{
	height: 80px;
	position: relative;
}

#main-top::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-3px;
	width:100%;
	height:3px;
	background: linear-gradient(to right, #f08200 0%, #a1baeb 50%, #3d70af 100%);
}

#main-top .logo{
	margin-top: 20px;
}

#main-top .top-menu li{
	display: inline-block;
	margin-top: 23px;
	margin-right: 15px;
	font-size: 15px;
	font-weight: 400;
	color: #3B6EB4;
	font-family: "Titillium Web";
}

#main-top .top-menu li:last-child{
	margin-right: 0;
}

#main-top .top-menu li img{
	/* height: 30px; */
}

.before-no::before{
	display: none;
}

.before-no li::before{
	display: none;
}

.board_wrapper .table.board_write_table #frm_data_4 {
    width: 100% !important;
}

/* 블로그A 게시판 */
.table_blog dd {
    display: flex;
    align-items: center;
}
.table_blog .right .text {
    display: none;
}
.table_blog .right .info {
    margin-bottom: 0;
}

/* News 게시판 */
#company03 .news-ul{margin-bottom: 20px;}
#company03 .news-ul a{margin-right: 20px;}

/* 모바일 최적화 */
@media (max-width: 1199px) {
	.sub-menu li a{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		/* width: 200px; */
		/* max-width:100%; */
	}
}

/* @media (min-width: 768px) and (max-width: 999px) {
	.sub-menu li a{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		width: 150px;
	}
} */

@media (max-width: 767px) {
	#site {
		padding-top: 128px;
	}

	/* logo */
	#main-top .logo {
		width: 30%;
	}

	.pull-right {
		width: 100%;
	}

	#main-top .top-menu{
		padding-left: 50px;
	}

	#main-top .top-menu li {
		margin-top: 10px;
		margin-right: 10px;
		font-size: 14px;
	}

	#main-top .top-menu li img {
		height: 20px;
	}

	.news-wrap .col-sm-4 {
		margin-bottom: 15px;
	}

	.pull-right {
		width: auto;
	}

	.navbar-inverse .navbar-collapse {
		height: auto;
	}

	.sub-menu ul{
		/* min-width: 100%; */
		width: 100%;
	}

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

	.sub-cont {
		padding: 80px 15px 100px 15px;
	}

	.sub-cont-title h4 {
		font-size: 22px;
	}

	#product01 .sub-cont-title, #product06 .sub-cont-title, #technology01 .sub-cont-title, #technology06 .sub-cont-title {
		padding: 0 15px;
	}

	.table-style>tbody>tr>th {
		width: 100px;
	}

	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 12px 10px;
	}

	.sub-cont p.txt {
		padding: 20px 25px;
		font-size: 14px;
	}

	.subtitle .inner {
		width: 100%;
	}

	.subtitle h2 {
		font-size: 40px;
	}

	.txt-ul li {
		font-size: 14px;
		padding-left: 13px;
		margin-bottom: 6px;
	}

	.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%;
	}
	
	.board_wrapper .text-center .btn.btn-lg {
		padding-left: 50px;
		padding-right: 50px;
	}

	.history-ul {
		margin-left: 15px;
		padding-left: 30px;
	}

	.history-ul li::before {
		left: -31px;
	}

	#company02 .table-style>tbody>tr>th {
		width: 60px;
	}


	.sub-menu li.fix-menu a {
		padding: 15px 0 18px 15px;
	}


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

	.table_blog dd {
		display: block;
		padding: 20px 0;
		text-align: center;
	}
	.table_blog .right .title a {
		justify-content: center;
		font-size: 16px;
	}
}