@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@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=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
#site {
	padding-top: 96px;
	font-family: 'Roboto', 'Roboto Slab', 'notokr', sans-serif;
	font-size: 15px;
}

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: 0;
}

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

.navbar-brand img{
	height: 60px;
}

.navbar-brand > span {
	font-size: 29px;
	font-weight: 600;
	margin-left: 0;
	color: #0F3192;
	letter-spacing: -0.045em;
	height: auto;
} 

.navbar-inverse .navbar-nav>li>a {
	font-size: 17px;
	font-weight: 500;
	color: #333;
	padding-top: 20px;
	letter-spacing: -0.04em;
}
.navbar-inverse .navbar-nav>li>a i{
	line-height:0;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #0F3192;
}

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

@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:translateX(-50%);
		border-radius: 0;
		border: none;
		box-sizing: border-box;
		padding: 7px;
		text-align:center;
		overflow: hidden;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 7px 20px;
		font-size: 14px;
		letter-spacing: -0.034em;
		font-weight: 400;
		/* border-top:1px solid #e9e9e9; */
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: transparent;
		font-weight: 400;
		color: #043cde;
	}
}

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

	.navbar-inverse .navbar-nav>li>a {
		padding: 40px 32px 36px;
	}
}

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

.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(45deg);
}

.carousel-caption {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	text-align: left;
	top: 33%;
}

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

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

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 35px 0;
	background-color: #5d5f63;
	color: #ddd;
	text-align: center;
}

#site footer ul{
	padding: 0;
}

#site footer li{
	display: inline-block;
	font-size: 14px;
	margin: 0 5px;
}

#site footer p{
	margin-bottom: 0;
	font-size: 11px;
	opacity: 0.6;
	letter-spacing: 0.023em;
	font-weight: 300;
}

#site footer li:first-child{
	font-size: 16px;
	margin-bottom: 6px;
	letter-spacing: -0.034em;
}

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

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

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

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

.navbar-brand>img {
    height: 80px;
}

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

/* main */
.carousel-caption h1 {
    font-size: 105px;
    font-weight: 700;
    letter-spacing: -0.034em;
    margin-bottom: 30px;
}

.carousel-caption a{
	text-decoration: none;
	color: #fff;
}

.carousel-caption p {
    font-size: 26px;
    letter-spacing: -0.06em;
    font-weight: 500;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 100%;
    transition: ease-in-out .15s all;
}

#main-content{
	padding: 120px 0;
}

.main-title{
	text-align: center;
	margin-bottom: 30px;
}

.main-title h3{
	font-size: 36px;
	font-weight: 700;
	position: relative;
	margin: 0 0 60px;
}

.main-title h3:after{
	position: absolute;
	bottom: -50%;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: #01A0C7;
	content: '';
	display: none;
}

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

#main-content .inner .main-img{
	overflow:hidden;
}

#main-content .inner .main-img:hover{
	/* transform: translateY(-10px); */
}

#main-content .inner:hover .main-txt{
	opacity: 1;
}

.main-txt{
	/* position: absolute; */
	/* left: 50%; */
	/* top: 50%; */
	/* transform: translate(-50%,-50%); */
	text-align: center;
	/* background: rgba(0, 0, 0, 0.6); */
	width: 100%;
	height: 100%;
	/* opacity: 0; */
	transition: all 0.5s;
}

.main-txt h4{
	font-size: 19px;
	color: #333;
	letter-spacing: -0.06em;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 700;
}

#section_fc490c{
	padding: 30px 0 100px 0;
	display: none;
}

#section_fc490c .page-header h4{
	text-align: center;
	font-size: 30px;
}

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

/* sub공통영역 */
.subtitle {
	position: relative;
	background: url(/public/img/sub/sub-bg.jpg) no-repeat center center;
	background-size: cover;
	height: 250px;
}
[id^="company0"] .subtitle {
    background: url(/public/img/sub/sub-bg1.jpg) no-repeat center center;
}
[id^="product0"] .subtitle {
    background: url(/public/img/sub/sub-bg2.jpg) no-repeat center center;
}
[id^="business0"] .subtitle {
    background: url(/public/img/sub/sub-bg6.jpg) no-repeat center center;
}
#bbs1 .subtitle {
    background: url(/public/img/sub/sub-bg5.jpg) no-repeat center center;
}
.subtitle .container{
	height: 250px;
}

.subtitle .subtitle-txt{
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%,-50%);
}

.subtitle .subtitle-txt h2{
	font-size: 42px;
	color: #fff;
	font-family: 'Nanum Myeongjo';
	font-weight: 700;
}
[id^="business0"] .subtitle .subtitle-txt h2,
[id^="product0"] .subtitle .subtitle-txt h2 {
    color: #5f4a47;
}
.sub-wrap{
	padding: 80px 0 100px 0;
}

.sub-wrap > .row > .sub-menu {
    padding-right: 30px;
}

.sub-menu-title{
	background: #0F3192;
	height: 140px;
	position: relative;
	margin-top: -70px;
	display: none;
}

.sub-menu-title h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	margin: 0;
	display: block;
	width: 100%;
}

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

.sub-menu > ul{
	padding: 0;
	margin-top: 10px;
}

.sub-menu li {
    /* display: inline-block; */
    float: left;
    min-width: 25%;
    line-height: 0;
    position: relative;
}

.sub-menu li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 17px;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 21px 0;
    border: 1px solid #ddd;
    border-right: 0;
    line-height: 1;
    position: relative;
    background: #fff;
}

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

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

.sub-title {
    margin: 70px 0;
    position: relative;
}

.sub-title h3 {
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -0.07em;
    text-align: center;
    margin: 0;
}

.sub-title .breadcrumb {
    position: absolute;
    right: 0;
    top: 20px;
    text-align: center;
    background: none;
    padding: 0;
    margin: 0;
    color: #888;
}

.breadcrumb>li {
    display: inline-block;
    font-size: 13px;
}
.sub-title .breadcrumb .active {
    color: #5c78ca;
    font-weight: 500;
}

/* company01 */
.sub-cont{
	margin-bottom: 150px;
}

.img-box{
	margin-bottom: 50px;
}

.txt-box p{
	letter-spacing: -0.034em;
	color: #333;
	margin-bottom: 0;
	line-height: 1.7em;
	word-break: keep-all;
	font-size: 17px;
}

.bg-txt-box{
	background: #f2f2f2;
	padding: 10px 30px;
}

.txt-box .big-txt{
	font-size: 30px;
	margin-bottom: 30px;
	display: block;
}

.txt-box .color{
	color: #01A0C7;
	font-weight: 900;
}

.right-txt{
	text-align: right;
	font-size: 16px !important;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 0 !important;
}
#company01 .txt-box {
    padding: 0;
}
#company01 .txt-box .big-txt {
    font-size: 38px;
    letter-spacing: -0.06em;
    padding-top: 30px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 300;
}
#company01 .txt-box .big-txt strong {
    font-weight: 700;
    font-size: 28px;
    color: #2550ca;
}
#company01 .txt-box p {
    font-size: 17px;
    word-break: keep-all;
    padding: 0 150px;
    margin-bottom: 30px;
}
#company01 .img-box {
    padding: 0 80px;
    position: relative;
}
#company01 .img-box::before {
	content: '';
	display: block;
	width: 950px;
	height: 496px;
	border: 1px solid rgb(255,255,255,0.41);
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
}

/* company02 */
.year-wrap{
	/* overflow: hidden; */
	position: relative;
	width: 50%;
	float: left;
	padding: 30px 50px;
}

.year{
	position: relative;
	margin: 0 0 20px;
	color: #0092da;
	font-size: 42px;
	letter-spacing: -0.05em;
	font-weight: 300;
	font-style: italic;
}

.year:after{
	content: '';
	position: absolute;
	top: 50%;
	left: -50px;
	transform: translate(-50%, -50%);
	display: block;
	width: 16px;
	height: 16px;
	border: 4px solid #058FD3;
	border-radius: 50%;
	background: #fff;
}

.area{
	/* float: left; */
	margin-top: 15px;
}

.area strong{
	margin-left: 7px;
	margin-right: 20px;
	letter-spacing: 0em;
	font-size: 18px;
	float: left;
}
.history {
    /* position: relative; */
}
.year-wrap:nth-child(odd) {
    text-align: right;
}
.year-wrap:nth-child(even) {
    margin-top: 140px;
}
.year-wrap:nth-child(odd) .area strong {
    float: right;
    margin-left: 20px;
    margin-right: 3px;
}
.year-wrap:nth-child(odd) .year:after {
    left: auto;
    right: -66px;
}
.year:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #058FD3;
    width: 26px;
}
.year-wrap:nth-child(odd) .year:before {
    left: auto;
    right: -45px;
}
.history::before {
    content: '';
    display: block;
    height: 100%;
    width: 6px;
    background: #c9e3f3;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.year-wrap:nth-child(4) {
    margin-top: 330px;
}
.area p {
    font-size: 16px;
    letter-spacing: -0.034em;
    word-break: keep-all;
}

/* company03 */
.s-title{
	margin: 20px 0;
	font-size: 26px;
}

.s-title h3{
	font-size: 26px;
	font-weight: 700;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
	letter-spacing: -0.06em;
}

.s-title h4{
	font-size: 24px;
	font-weight: 700;
	padding-left: 11px;
	position: relative;
	margin: 0;
	letter-spacing: -0.06em;
	text-indent: 25px;
}

.s-title h4::before{
	content: '';
	display: block;
	top: -7px;
	left: 25px;
	width: 15px;
	height: 15px;
	border: 4px solid #4a73e6;
}

.box-inner{
	padding: 30px;
	border: 1px solid #ddd;
	margin-bottom: 70px;
} 

#company03 .img-box{
	margin-bottom: 0;
}

#company03 .txt-box-wrap{
	position: relative;
}

#company03 .txt-box p{
	line-height: 1.6;
	font-size: 16px;
}
#company03 .box-inner {
    padding: 50px 30px;
}
#company03 .cont4 .box-inner {
    margin-bottom: 0;
}
#company03 .cont2 .box-inner:nth-child(2) {
    margin-bottom: 10px;
}

/* company04 */
.table-style{
	margin: 30px 0;
	border-top: 1px solid #222;
}

.table-style th{
	background: #f8f8f8;
	text-align: center;
	width: 150px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.034em;
}

.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: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    border-top: 0;
}
#company04 .table-style, #support05 .table-style {
    border-top: 1px solid #333;
    margin-bottom: 50px;
    margin-top: 20px;
}

/* product01 */
.pro-title {
	margin-bottom: 50px;
}

.pro-title h4{
	text-align: center;
	font-size: 26px;
	letter-spacing: -0.034em;
	font-weight: 400;
}

#top-btn{
	position: fixed;
	bottom: 5%;
	right: 5%;
	background: rgb(0,79,162,0.8);
	width: 54px;
	height: 54px;
	border-radius: 100%;
	display: none;
	z-index: 999;
}

#top-btn a{
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
}

#top-btn a i{
	font-size: 28px;
	line-height: 54px;
}

[id^="product0"] .info{
	display: none;
}

/* .table_blog2 dd .inner .bottom .title {
    text-align: center;
} */

/* product04 - 페이지준비중 */
.ex-wrap {
	text-align: center;
}

.ex-wrap .inner {
	width: 100%;
	margin: 0 auto;
	padding: 60px 90px;
	background: #f2f2f2;
}

.ex-wrap .exclamation {
	width: 120px;
	height: 120px;
	position: relative;
	margin: 0 auto;
	padding: 21px 30px;
	line-height: 5em;
	border: 4px solid #93c9d6;
	border-radius: 100%;
	margin-bottom: 40px;
}

.ex-wrap .exclamation:before {
	content: '\f12a';
	top: 0;
	font-size: 60px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #80bbca;
}

.ex-wrap h4 {
	font-size: 34px;
	color:#222;
	margin-bottom: 20px;
	letter-spacing: -0.06em;
}

.ex-wrap h4 strong {
	color: #469fb5;
	font-weight: 500;
}

.ex-wrap p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.034em;
}

/* business01 */
#business01 .cont3 .box-inner,
#business01 .cont4 .box-inner{
	border: none;
	padding: 0;
}

.bus-item{
	text-align: center;
}

.haccp-popup .img-wrap .close-btn i{
	font-size: 20px;
}

.bus-item{
	padding: 0;
	position: relative;
}

.haccp-btn {
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	background: #222;
	border-radius: 10px;
	border: 1px solid #222;
}

.haccp-btn:hover {
	background: #fff;
	color: #222;
	text-decoration: none;
}

#business01 .cont1 .img-box{
	margin-bottom: 15px;
}


#business01 .txt-box span{
	display: block;
	width: 100%;
	border-radius: 10px 10px 0 0;
	background: #01A0C7;
	padding: 25px 0;
	color: #fff;
	font-size: 16px;
}

#business01 .txt-box span strong{
	font-size: 24px;
}

#business01 .txt-box p{
	padding: 30px 40px;
	background: #f4f4f4;
	margin-bottom: 0;
	border-radius: 0 0 10px 10px;
	height: 130px;
	font-size: 16px;
}

#business01 .txt-box ul{
	padding: 0;
	text-align: left;
	border: 0;
	height: auto;
	margin-bottom: 0;
}

#business01 .txt-box ul li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	/* letter-spacing: -0.034em; */
	font-size: 16px;
}

#business01 .txt-box ul li:before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #7799f7;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 50%;
}

#business01 .cont1 .bus-item:first-child:after{
	content: '\f52c';
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #cccccc;
	width: 40px;
	height: 40px;
	font-size: 32px;
	position: absolute;
	top: 47%;
	right: -7%;
	transform: translateY(-50%);
}

#business01 .cont1 .bus-item-wrap:nth-of-type(2) .bus-item:after{
	content: '\f067';
	right: -19.5%;
}

#business01 .cont1 .bus-item-wrap:last-child .bus-item:after{
	display: none;
}
#business01 .cont3 .img-box, #business01 .cont4 .img-box {
    background: #efefef;
    padding: 30px 0;
}
#business01 .cont1 .row > div:nth-child(2), #business01 .cont1 .row > div:nth-child(3) {
    padding-left: 40px;
    padding-right: 40px;
    width: 35%;
}
#business01 .cont1 .row > div:nth-child(1) {
    width: 30%;
}
#business01 .cont1 .txt-box span strong {
    font-size: 26px;
    letter-spacing: 0em;
}
#business01 .cont1 .img-box img {
    height: 200px;
}
#business01 .cont1 .img-box + .btn {
    padding: 7px 15px 5px;
    background: #fff;
    color: #333;
    border-color: #b6bdbf;
    font-weight: 500;
}
#business01 .cont1 .img-box + .btn:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}
#business01 .cont2 .txt-box span {
    background: transparent;
    color: #3f5490;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
}
#business01 .cont2 .txt-box span strong {
    font-size: 23px;
    letter-spacing: -0.06em;
    font-weight: 700;
    border-bottom: 1px solid #7a8ab5;
    padding-bottom: 1px;
}
#business01 .cont2 .bus-item-wrap {
    border-right: 1px dashed #c8d5fb;
    height: 190px;
}
#business01 .cont2 .bus-item-wrap:last-child {
    border-right: 0;
}
#business01 .cont2 .bus-item {
    padding: 0 35px;
}
#business01 .cont2 .box-inner {
    box-shadow: 8px 8px 0px -3px #efefef;
}
#business01 .box-inner {
    padding: 50px 25px 40px;
}

/* business02 */
#business02 .cont2 .txt-box p{background: #f4f4f4;padding: 10px 15px;margin-bottom: 5px;font-size: 16px;}

#business02 .txt-box dl{
	margin-bottom: 0;
	padding: 20px;
}

#business02 .txt-box strong{
	position: relative;
	margin-right: 20px;
}

#business02 .txt-box strong:after{
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background: #222;
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
}
#business02 .box-inner, #business03 .box-inner, #business04 .box-inner, #support03 .box-inner, #support04 .box-inner {
    padding: 0;
    border: 0;
}
#business02 .cont2 .txt-box p strong {
    font-size: 16px;
}
/* business03 */
.nav-tabs li a{
	padding: 15px 20px;
}

.nav-tabs li a{
	font-size: 16px;
	font-weight: 600;
	color: #01A0C7;
}

.nav-tabs {
    border-bottom: 1px solid #01A0C7;
}

.nav-tabs li.active a{
	color: #fff;
	background-color: #01A0C7;
	border: 1px solid #01A0C7;
}

.item-wrap .item{
	padding: 50px 10px 10px 10px;
}

.item-wrap .item .item-txt{
	border: 1px solid #f2f2f2;
	border-radius: 15px;
	padding: 30px;
	letter-spacing: -0.14em;
}

.item-wrap .item .item-txt p{
	font-size: 16px;
}

.item-wrap .item .item-txt dl{
	margin-bottom: 0;
}

.item-wrap .item .item-txt dt{
	font-size: 20px;
	margin-bottom: 20px;	
}

.item-wrap .item .item-txt dd{
	font-size: 16px;
}

.item-wrap .table-style{
	background: #fff;
	text-align: center;
}

.item-wrap .table-style th{
	text-align: center;
	font-size: 18px;
}
.item-wrap .table-style td{
	font-size: 16px;
}
#business03 td {
    text-align: center;
}

/* business04 */
.cold .txt-box p{
	margin-bottom: 0;
}
.cold .cont2 .table-style th{
	background: #f2f2f2;
	text-align: center;
}

.cold .cont2 .table-style td{
	text-align: center;
}


/* support02 */
#support02 .box-inner{
	padding: 30px;
}

#support02 .img-box{
	margin-bottom: 0;
	margin-top: 50px;
}

#support02 .txt-box h5{
	text-align: center;
	font-size: 22px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0;
	line-height: 1.4;
	letter-spacing: -0.06em;
	margin-bottom: 20px;
}

#support02 .cont2 .txt-box p{
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.06em;
	background: #f4f4f4;
	padding: 6px;
}

#support02 .cont2 .img-box{
	margin-top: 30px;
}
#support02 .txt-box h5 + p {
    font-size: 16px;
    line-height: 1.6em;
}
#support02 .cont1 .box-inner {
    padding: 50px;
}
#support02 .cont2 .box-inner {
    margin-bottom: 0;
}
/* board 추가 css */
.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}
.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: 17px;
    color: #333;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 15px;
    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;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    color: #777;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}
/* board 추가 css end */
.subpage > .container > .row > section:nth-child(1) {
    width: 100%;
}
.subpage > .container > .row > section:nth-child(2) {
    width: 100%;
}
.sub-menu li:last-child a {
    border-right: 1px solid #ddd;
}
.sub-menu li.on:last-child a {
    border-color: #0F3192;
}
.sub-menu li a:hover {
    color: #02268a;
}
.sub-menu li a:hover::after {content: '';display: block;width: 100.7%;height: 2px;background: #4b74ea;border-radius: 0;left: -1px;position: absolute;bottom: -1px;}
.sub-menu li.on a:hover::after {
    display: none;
}
.sub-menu li.on a:hover {
    color: #fff;
}
.s-title h4::after {
    top: 0px;
    left: 35px;
    width: 22px;
    height: 22px;
    background: #fff;
}
.s-title h4::before, .s-title h4::after {
    content: '';
    position: absolute;
    z-index: -1;
}
.breadcrumb>li+li:before {
    padding: 0 3px;
}
#site footer li:first-child strong {
    font-weight: 500;
}
.pro-title h4 strong {
    color: #0634b5;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.06em;
    font-family: 'Nanum Myeongjo';
}
.txt-box {
    padding-left: 10px;
    padding-right: 15px;
}
.txt-box p strong {
    color: #0f3192;
    /* font-size: 18px; */
}
#mainCarousel .carousel-inner .item::before {content: '';display: block;width: 100%;height: 100%;background: rgb(0,0,0,0.25);}
#main-content .inner .main-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
}
#main-content .inner .main-img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
#main-content .row > div {
    padding-left: 10px;
    padding-right: 10px;
}
#main-content .row {
    margin: 0 30px;
}
#top-btn a i::before {
    content: "\f062";
}
#bbs1 > .container > .row > section:nth-child(1) {
    display: none;
}
.table_blog2 dd .inner .top a .thumb {
    height: 300px;
}

/* main 블로그형 게시판 */
#section_735b90{
	padding: 50px 0;
}

.board_box_blog2{
	width: 25%;
}

.board_box_blog2 .col-md-4 {
    width: 100%;
}

.board_box_blog2 .title{
	text-align: center;
}

#support03 .txt-box .table-style{
	text-align: center;
}

.water-table tr{
	height: 75px;
}

.water-table td{
	text-align: left !important;
} 

#support01 .txt-box{
	padding-bottom: 100px;
}

.bbs-area .contents_inner img{
	margin: 0 auto;
}

#support03 .txt-box{
	padding: 0 30px;
}

.ship-img{
	padding: 0 15px;
}

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

	#site {
		padding-top: 59px;
	}

	.navbar-brand img {
		height: 50px;
	}

	.navbar>.container .navbar-brand, 
	.navbar>.container-fluid .navbar-brand {
		margin-top: 5px;
		padding-left: 15px;
	}

	.navbar-toggle {
		margin-top: 14px;
	}

	.carousel-caption {
		top: 30%;
	}

	.carousel-caption h1 {
		margin-bottom: 10px;
	}

	.carousel-indicators li {
		width: 10px;
		height: 10px;
		margin: 0 3px;
	}

	.carousel-indicators li.active{
		width: 10px;
		height: 10px;
		margin: 0 3px;
	}

	.board_box_blog2 {
		width: 100%;
	}

	#section_735b90 {
		padding: 30px 0;
	}

	/* 서브페이지 */
	.subtitle .subtitle-txt h2 {
		font-size: 30px;
	}

	div[id^='product'] .sub-menu li,
	div[id^='business'] .sub-menu li{
		min-width: 24%;
	}

	.sub-menu li a {
		font-size: 13px;
    	padding: 15px 5px;
	}

	.sub-title {
		margin: 100px 0 70px 0;
	}

	#company01 .img-box {
		padding: 0;
	}

	#company01 .txt-box p {
		padding: 0;
		font-size: 15px;
		margin-bottom: 15px;
	}

	.txt-box p {
		font-size: 15px;
	}

	#company01 .img-box::before {
		width: 314px;
		height: 160px;
	}

	.sub-title .breadcrumb {
		top: 60px;
	}

	#company01 .txt-box .big-txt strong {
		font-size: 25px;
	}

	#company01 .txt-box .big-txt {
		font-size: 29px;
		padding-top: 0;
		margin-bottom: 30px;
	}

	.history {
		overflow: auto;
	}

	.history::before {
		left: 25px;
	}

	.year-wrap {
		padding: 30px 0;
		width: 100%;
	}

	.year {
		font-size: 26px;
		text-align: left;
		width: 100%;
		padding-left: 50px;
	}

	.year-wrap .year:before,
	.year-wrap:nth-child(odd) .year:before {
		left: 10px;
		right: 0;
	}

	.year-wrap:nth-child(odd) {
		text-align: left;
	}

	.year-wrap .year:after,
	.year-wrap:nth-child(odd) .year:after {
		left: 10px;
		right: 0;
	}

	.year:before {
		left: 8px;
	}

	.year:after {
		left: 0px;
	}

	.area p {
		float: left;
		width: 100%;
		font-size: 13px;
	}

	.year-wrap:nth-child(even) {
		margin-top: 0;
	}

	.year-wrap:nth-child(odd) .area strong {
		margin-right: 20px;
		margin-left: 30px;
		letter-spacing: 0em;
		font-size: 14px;
		float: left;
	}

	.area strong {
		margin-left: 30px;
		font-size: 14px;
	}


	.s-title h4::before {
		left: 5px;
	}

	.s-title h4::after {
		left: 12px;
	}

	.s-title h4 {
		font-size: 22px;
		text-indent: 0;
	}

	#company03 .box-inner {
		padding: 25px 15px;
	}

	.txt-box {
		padding-left: 15px;
	}

	#company03 .txt-box p {
		text-align: center;
	}

	#company03 .img-box {
		margin-bottom: 30px;
	}

	.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: 7px;
		font-size: 12px;
	}


	.table-style th {
		width: 73px;
		font-size: 13px;
	}

	.table_blog2 dd {
		margin-bottom: 0;
		width: 100%;
	}

	#business01 .box-inner {
		padding: 50px 15px 0;
	}

	#business01 .cont1 .row > div:nth-child(1) {
		width: 100%;
	}

	#business01 .cont1 .row > div:nth-child(2), 
	#business01 .cont1 .row > div:nth-child(3) {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#business01 .cont1 .bus-item:first-child:after {
		top: 116%;
		right: 37%;
		transform: translate(-50% , -50%) rotate(90deg);
	}

	.col-sm-4.bus-item-wrap {
		margin-bottom: 80px;
	}

	#business01 .cont1 .bus-item-wrap:nth-of-type(2) .bus-item:after {
		right: 38%;
	}

	#business01 .cont2 .bus-item {
		padding: 0;
	}

	#business01 .cont2 .bus-item-wrap {
		height: 160px;
		margin-bottom: 30px;
	}

	#business01 .txt-box ul li {
		margin-bottom: 5px;
		font-size: 15px;
	}

	.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%;
	}
	
	#support02 .cont1 .box-inner {
		padding: 30px 15px;
	}

	#support03 .txt-box {
		padding: 0 15px;
	}

	/* 서브상단 이미지 위치 조정 */
	.subtitle {
		background: url(/public/img/sub/sub-bg.jpg) no-repeat left center;
		background-position: 36%;
	}
	[id^="company0"] .subtitle {
		background: url(/public/img/sub/sub-bg1.jpg) no-repeat left / cover;
	}
	[id^="product0"] .subtitle {
		background: url(/public/img/sub/sub-bg2.jpg) no-repeat left / cover;
		background-position: 24%;
	}
	[id^="product0"] .subtitle .subtitle-txt h2{
		color: #fff;
	}
	
	[id^="business0"] .subtitle {
		background: url(/public/img/sub/sub-bg6.jpg) no-repeat right / cover;
		background-position: 74%;
	}
	#bbs1 .subtitle {
		background: url(/public/img/sub/sub-bg5.jpg) no-repeat left / cover;
		background-position: 24%;
	}

}