@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
#site {
	padding-top: 90px;
	font-family: 'Roboto', 'notokr', sans-serif;
	font-size: 15px;
}

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
	padding-left: 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%;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
	border: 0
}

.navbar-brand {
	height: auto;
	padding: 0px;
	position: relative;
	display: block;
	margin-left: 0 !important;
}

.navbar-brand:after{
	content: '산업융합형 차세대 인공지능 혁신인재 교육연구단';
	display: block;
	color: #0066b3;
	font-size: 12px;
	font-weight: 500;
}

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

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

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

@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);
		padding: 0;
		margin: 0;
		border: none;
		display: block;
		border-radius: 0;
		overflow: hidden;
		transition: height .2s ease;
		height: 0;
		z-index: 0;
	}

	.navbar-inverse .navbar-nav .dropdown-menu li{
		height: 0;
		transition: height .2s ease;
		z-index: 0;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 10px 20px;
		text-align: center;
		border-top: 1px solid rgba(0, 0, 0, 0.3);
		color: #ddd;
		letter-spacing: -0.015em;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #157b53 !important;
		color: #fff;
	}

	.navbar-inverse .navbar-nav>li:hover .dropdown-menu li,
	.navbar-inverse .navbar-nav>li:focus .dropdown-menu li {
		height: 40px;
	}

	.navbar-inverse .navbar-nav>li:hover .dropdown-menu,
	.navbar-inverse .navbar-nav>li:focus .dropdown-menu {
		height: auto;
		z-index: 99;
	}

/* 	
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: 0;
		border: none;
		padding: 0;
		background: rgba(0, 0, 0, 0.75);
		animation-fill-mode: both;
		animation-duration: .4s;
		animation-name: fadeIn;
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 13px 20px;
		text-align: center;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		color: #ddd;
		letter-spacing: -0.015em;
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		color: #0066b3;
	} */
}


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

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

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

.carousel-control.left .glyphicon::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

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

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

.carousel-caption {
	text-shadow: none;
	width: 100%;
	left: 0;
	right: 0;
	top: 20%;
}

.carousel-caption h1 {
    font-size: 28px;
    font-weight: 300;
    width: 100%;
    color: #fff;
    line-height: 1.4;
    letter-spacing: -0.034em;
}

.carousel-caption h1 span{
	color: #222;
	font-weight: 500;
	font-size: 40px;
	letter-spacing: -0.04em;
	display: block;
}
#mainCarousel .carousel-inner .item:nth-child(1) h1 span {
    color: #fff;
}
#mainCarousel .carousel-inner .item:nth-child(2) h1 span {
    color: #fff;
}

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

.navbar-inverse .navbar-brand img {
	height: 42px;
	margin-top: 14px;
	margin-bottom: 3px;
}

/* 푸터 */
#site footer {
	border-top: 1px solid #eee;
	padding: 30px 0;
}
#site footer ul {
    font-size: 15px;
    margin-bottom: 5px;
}
#site footer p{
	margin-bottom: 0;
	opacity: 0.7;
}

.logo-img{
	text-align: right;
	opacity: 0.5;
}

.copy{
	margin-top: 2px;
    font-size: 12px;
}

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

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

/* 메인페이지 */
h1{
	margin-top: 0;
}

.main-content{
	padding-top: 40px;
	background: #f4f4f4;
}

.main-content a{
	text-decoration: none;
    color: #222;
    display: block;
    height: 100%;
	
}

.main-content .inner {
    position: relative;
    display: block;
    margin-bottom: 20px;
    /* padding: 20px; */
    overflow: hidden;
    height: 270px;
    /* background: #ffb990; */
}
.main-slogan{
	height: 270px;
}
.main-cont > .container > .row > div {
    padding: 0 10px;
}
.main-cont > .container > .row {
    margin: 0 -10px;
}
/* main-cont1 */
.center-con{
	margin-bottom: 20px;
}

.right-con .inner{
	min-height: 560px;
}

.main-notice{
	background: #fff;
	padding: 20px 30px;
	min-height: 270px;
	box-sizing: border-box;
	position: relative;
}

#section_14bfa6 > .container,
#section_7cbbc4 > .container{
	width: auto;
}

.left-con .main-about{
	background: #257656;
}

.left-con .main-introduce{
	background: #879486 url('/public/img/main/main-introduce_bg.jpg') no-repeat center / cover;
	background-size: cover;
	/* background-blend-mode: multiply; */
}

	.main-content .main-education {
    background: #316f71;
}


.main-content .main-education:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/public/img/main/main-education_bg.jpg)no-repeat center / cover;
    background-blend-mode: multiply;
}

.main-content .main-education > div {
    position: relative;
    z-index: 100;
    border: 1px solid rgba(255,255,255,0.5);
}

.main-content .education-top {
    min-height: 320px;
    padding: 30px 0;
}

.right-con .main-education .txt-box h4{
	margin-bottom: 45px;
	position: relative;
}

.right-con .main-education .txt-box h4:after{
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	opacity: 0.5;
	position: absolute;
	bottom: -45%;
	left: 50%;
	transform: translateX(-50%);
}

.right-con .main-education .education-top{
	border: 1px solid rgba(255,255,255,0.5);
	margin: 20px;
	height: 320px;
}

.education-top .txt-box{
	height: 280px;
}

.education-top ul li{
	font-size: 14px;
	margin-bottom: 10px;
}

.education-top ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
}

.right-con .main-education .education-bot{
	border: 1px solid rgba(255,255,255,0.5);
	margin: 20px;
	height: 180px;
}
.education-bot .txt-box .img-wrap {
    background: none;
    padding: 0;
    opacity: 0.8;
}
.txt-box {
	text-align: center;
	padding: 30px 0;
	height: 270px;
}

.education-bot .txt-box{
	padding: 25px 0 0;
	height: auto;
}

.txt-box h4{
	font-size: 29px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.3em;
}

.img-wrap{
	width: 100px;
	height: 100px;
	background: rgba(25,48,32,0.4);
	border-radius: 100%;
	padding: 25px;
	margin: 0 auto;
}

.img-wrap img{
	opacity: 0.8;
	height: 50px;
}
.right-con .education-bot .txt-box h4 {
    margin-bottom: 35px;
}
.main-cont2 h4 {
    margin: 30px 0 20px;
}
.main-material h4 {
    color: #616e40;
}
.main-material .img-wrap {
    background: #b2be95;
}
/* main-cont2 */
.main-material .inner{
	background: #cad4b2;
}

.main-location .inner a{
	background: #c8d3d0 url(/public/img/main/main-location_bg.jpg)no-repeat center;
	background-size: cover;
	background-blend-mode: multiply;
	display: block;
}

.main-slogan .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #1947ba;
	padding: 12px;
}
.main-slogan .inner img{
	width: 100%;
}
/* main-cont3 */
.main-cont3{
	padding: 0 0 20px;
}

.main-partner{
	position: relative;
	padding: 12px 20px;
	background: #fff;
}

.partner-slide{
	padding-left: 120px;
}

.slick-prev{
	left: 0;
}

.slick-next {
	right: 0;
	left: 6%;
}

.play-btn{
	position: absolute;
	top: 27%;
	left: 4.1%;
	border: none;
	font-size: 23px;
	background: transparent;
	color: #959595;
}
.fa-pause:before {content: "\f28b";}
.fa-play:before {content: "\f144";}
.slick-prev:before, .slick-next:before{
	color: #717171;
	font-size: 24px;
}

.main-notice .nav-tabs {border-bottom: 2px solid #eee;}

.main-notice .nav-tabs>li.active>a, 
.main-notice .nav-tabs>li.active>a:focus, 
.main-notice .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    font-size: 18px;
    font-weight: 700;
    border: 0;
    border-bottom: 1px solid #333;
}

.main-notice .page-header {
    width: 100%;
	/* border-bottom: 2px solid #eee;
	margin-bottom: 10px; */
	padding: 0;
	border: 0;
	margin: 0;
}
.main-notice a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 10px;
	position: relative;
	text-overflow: ellipsis;
}
/* 2210 */
/* .main-notice .tab-content>.tab-pane{
	display: block;
}
.main-notice .tab-content>.tab-pane+.tab-pane{
	margin-top: 50px;
}
.main-notice > .row > div:first-child{
	display: none;
} */
.main-notice .page-header h4{
	display: none;
	margin: 0;
}
.nav-tabs>li {margin-bottom: -2px;}
.board_box_list {
    padding: 0 10px;
	margin-bottom: 0 !important;
}
.board_box_list ul li {
    padding: 5px 0;
}
.main-notice div[class^="board_box_"] .page-header .pull-right {
	position: absolute;
	height: auto;
	right: 0;
	top: -50px;
	margin-right: 5px;
	margin-top: 2px;
}

.main-notice .nav-tabs>li>a {font-size: 18px;border: 0;border-bottom: 1px solid transparent;color: #888;}

.main-notice .nav-tabs>li>a:hover{
	background: transparent;
	color: #333;
	border: none;
	border-bottom: 1px solid #333;
}

#section_14bfa6,
#section_7cbbc4{
	margin-top: 15px;
}

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

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

.subpage .subpage-header h2 {
	text-align: left;
	color: #fff;
	padding-top: 75px;
	font-size: 27px;
	margin: 0;
	letter-spacing: -0.034em;
	font-weight: 400;
	line-height: 1.3em;
}

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

.sub-wrap > .row > div:nth-child(2) {
	/* padding-bottom: 150px; */
	margin: 80px 0 120px 0;
}

.sub-menu {
    text-align: center;
    padding: 0;
    margin-top: 45px;
    margin-bottom: 20px;
    /* border-bottom: 2px solid #d0d0d0; */
}

.sub-menu .fix-menu {
    position: relative;
    background: #135b3f;
    overflow: hidden;
    margin-bottom: -5px;
}

.sub-menu .fix-menu a {
    position: relative;
    pointer-events: none;
    cursor: default;
    font-size: 23px;
    padding: 30px 0;
    color: #fff !important;
    text-align: center;
    background: rgba(0,0,0,0);
    border-bottom: none;
    font-weight: 500;
    z-index: 1;
    letter-spacing: -0.034em;
}

.sub-menu li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    text-align: left;
    letter-spacing: -0.02em;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1;
    position: relative;
    background: #fff;
    font-weight: 400;
}

.sub-menu li {
    display: inline-block;
    min-width: 100%;
    line-height: 0;
    margin: 0 -2px;
    position: relative;
}

.sub-menu li.on a, .sub-menu li.on:hover a {
    font-weight: 400;
    background: #257656;
    color: #fff;
}

.subMenu {
    border-bottom: 1px solid #ddd;
    background: #fafafa;
}

.subMenu .breadcrumb {
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: none;
}

.subMenu .breadcrumb>li:nth-child(1) {
    border-left: 1px solid #eee;
    background: #fafafa;
}

.subMenu .breadcrumb>li {
    border-right: 1px solid #eee;
    margin: 0;
    display: block;
    float: left;
}

.subMenu .breadcrumb>li:nth-child(1) a {
    /* color: #fff; */
}

.subMenu .breadcrumb>li>a {
    font-size: 15px;
   	color: #666;
    padding: 16px 22px 13px; 
    display: block;
    letter-spacing: -0.02em;
    font-weight: 400;
}
.subMenu .breadcrumb>li>a:hover, .subMenu .breadcrumb>li>a:focus {
    text-decoration: none;
    color: #1c7955;
}
.subMenu .breadcrumb>li.dropdown {
    position: relative;
    min-width: 180px;
}

div[id^="business0"] .subMenu .breadcrumb>li.dropdown{
	min-width: 260px
}

.subMenu .breadcrumb>li.dropdown:hover::after {
    color: #389470;
}

.subMenu .breadcrumb>li.dropdown::after {
    content: '\f107';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1em;
    color: #999;
}

.subMenu .breadcrumb>li.dropdown .dropdown-menu {
    top: auto;
    padding: 0;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    left: -1px;
    margin: 0;
    border-top: 0;
    min-width: 181px;
    width: calc(100% + 2px);
}

.subMenu .breadcrumb>li.dropdown .dropdown-menu>li:first-child>a {
    border-top: 1px solid #ddd;
}

.subMenu .breadcrumb>li.dropdown .dropdown-menu>li>a {
    padding: 12px 20px;
    font-size: 14px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: -0.03em;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover{
	color: #007748;
	background: #f4f4f4!important;
	font-weight: 500;
}

.breadcrumb>li+li:before {
    display: none;
}

.title{
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 9px;
}

.title h3{
	font-size: 36px;
	letter-spacing: -0.034em;
	display: inline;
	position: relative;
}
.title h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: -8px;
}
/* company01 */
.about-txt {
    position: relative;
    /* text-align: justify; */
    padding-right: 15px;
}

.about-txt p {
    font-size: 16px;
    letter-spacing: -0.034em;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.65;
    color: #333;
}

.about-txt p span {
    font-size: 25px;
    margin-bottom: 60px;
    position: relative;
    display: block;
    color: #257656;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: -0.034em;
}

.about-txt p span:after{
	content: '';
	display: block;
	background: #999;
	width: 50px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.about-txt .right-txt{
	font-size: 16px;
	font-weight: 700;
}

.about-txt .right-txt span{
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.05em;
    color: #111;
	margin: 0 0 0 10px;
	display: inline-block;
}

.about-txt .right-txt span:after{
	display: none;
}
.about-img {
    padding-left: 70px;
}
/* company02 */
.sub-title{
	padding-bottom: 30px;;
}

.company-cont{
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 2px dashed #eee;
}
.logo-box-inner {
    border: 1px solid #ddd;
    padding: 0 10px;
    height: 290px;
}
.company-cont4 .company02-box:last-child .row {margin: 0 -5px;}
.company-cont:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sub-title h4{
	display: block;
	font-size: 28px;
	text-align: left;
	font-weight: 700;
	letter-spacing: -0.034em;
	color: #222;
	position: relative;
}
#education02 .sub-title h4 {
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
    padding-top: 30px;
}
.sub-title h4::before {
    content: "";
    width: 30px;
    height: 100%;
    border: 15px solid #0066b3;
    position: absolute;
    left: 0;
    top: 0;
    border-right: none;
    display: none;
}

.sub-title h4::after {
    content: "";
    width: 30px;
    height: 100%;
    border: 15px solid #0066b3;
    position: absolute;
    right: 0;
    top: 0;
    border-left: none;
    display: none;
}

.company02-inner{
	overflow: hidden;
}
.sub-wrap h5 {
    padding: 0 0 0 5px;
    font-size: 24px;
    font-weight: 700;
    line-height: 0.93em;
    position: relative;
    border-left: 2px solid #333;
    letter-spacing: -0.034em;
}
.company02-inner h5{
    padding: 0 0 0 5px;
    font-size: 22px;
    font-weight: 500;
    line-height: 0.93em;
    position: relative;
    border-left: 2px solid #333;
    letter-spacing: -0.034em;
    color: #333;
}
.company-cont1 h5 + div {
    margin: 0;
}
.company-cont1 .company02-inner-cont {
    padding-right: 10px;
    padding-left: 0;
}
.company-cont1 .company02-inner-cont:last-child {
    padding-right: 0;
}
.company02-inner p{
	margin-bottom: 20px;
	display: block;
	font-size: 18px;
	text-align: center;
	letter-spacing: -0.034em;
	padding: 25px 0;
	position: relative;
	background: #f6f6f6;
}

.company-cont1 h5 {
    float: left;
    width: 18%;
}
.company-cont1 p, .company-cont1 h5 + div {
    float: right;
    width: 82%;
}
.company02-inner-cont h6 {
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    background: #d1eee3;
    padding: 20px 15px;
    line-height: 20px;
}
.company-cont1 .company02-inner-cont ul li > span {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: -17px;
}
.company-cont1 .company02-inner-cont ul li {
    color: #555;
    line-height: 1.45em;
    padding-bottom: 15px;
}
#company02 .company02-inner ul{
	border: 2px solid #bfddd2;
	padding: 15px 15px 0 15px;
	min-height: 472px;
}

.company02-inner ul li{
	position: relative;
	line-height: 1.35em;
	padding-bottom: 6px;
	word-break: keep-all;
}

.company02-inner ul li::before{
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #0066b3;
	position: absolute;
	left: -5px;
	top: 8px;
	display: none;
}

.point{
	font-weight: 900;
}

.point1{
	color: #a85eea !important;
}
.point2{
	color: #62a3f0;
}
.point3{
	color: #77bf9b;
}
.point4{
	color: #f3bf6b;
}
.point5{
	color: #eb695f;
}

#company02 .company02-inner strong{
	text-align: center;
	display: block;
	font-size: 22px;
	background: #419e7a;
	padding: 20px 0;
	margin-top: 15px;
	margin-left: 18%;
	color: #fff;
	font-weight: 500;
	letter-spacing: -0.034em;
}

.sub-title2{
	text-align: center;
	margin-bottom: 30px;
}

.sub-title2 h6{
	font-size: 24px;
	font-weight: 600;
	margin-top: 30px;
}
.company02-inner1 {
    margin: 0 -5px;
}
.company-cont2 .prism-box h6 {
    height: 70px;
}
.prism-box{
	width: 20%;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
}
.company02-inner1 .prism-box1 ul {
    border: 0;
    background: #f2ecf7;
}
.company02-inner1 .prism-box2 ul {
    border: 0;
    background: #e5f0fd;
}

.company02-inner1 .prism-box3 ul {
    border: 0;
    background: #e5f3ec;
}

.company02-inner1 .prism-box4 ul {
    border: 0;
    background: #fff6e8;
}

.company02-inner1 .prism-box5 ul {
    border: 0;
    background: #ffefee;
}
.prism-box h6{
	font-size: 17px;
	padding: 15px 20px;
	text-align: center;
	line-height: 19px;
	color: #fff;
	font-weight: 500;
	word-break: keep-all;
	height: 70px;
}
.company-cont4 .prism-box h6 {
    height: 87px;
}
.company-cont4 .prism-box5 h6 {
    font-size: 15px;
}
.company-cont4 .prism-box1 h6, .company-cont4 .prism-box3 h6, .company-cont4 .prism-box4 h6 {
    padding-top: 24px;
}
.company-cont2 .prism-box1 h6, .company-cont2 .prism-box3 h6 {
    padding-top: 25px;
}
.company-cont3 .prism-box h6 {
    line-height: 40px;
}
.company-cont3 .prism-box5 h6 {
    line-height: 19px;
}
.company-cont3 .prism-box ul {
    height: 142px;
}
.prism-box .teo-lh{
	line-height: 19px;
}

.prism-box .teo-lh2{
	line-height: 20px;
}

.prism-box1 h6{
	background: #8d72a5;
}
.prism-box2 h6{
	background: #7ca0ca;
}
.prism-box3 h6{
	background: #77bf9b;
}
.prism-box4 h6{
	background: #f3bf6b;
}
.prism-box5 h6{
	background: #eb695f;
}

.prism-box p{
	width: 100%;
	height: 80px;
	float: none;
	display: block;
	font-size: 16px;
	text-align: left;
	padding: 15px 0 15px 5px;
	background: #fff;
	line-height: 20px;
	margin-bottom: 0;
	font-weight: 500;
	word-break: keep-all;
}

#company02 .company02-inner1 .prism-box ul{
	min-height: 145px;
	padding: 20px 15px 15px;
	border: 0;
}

.logo-box{
	margin-top: 20px;
	padding: 0 5px;
}

.logo-box-inner h6{
	text-align: center;
	font-size: 20px;
	padding: 20px 0 10px;
	letter-spacing: -0.034em;
}

.logo-box-inner ul {
	margin-top: 15px;
	margin-bottom: 20px;
	padding: inherit;
	overflow: hidden;
}

.logo-box-inner ul li{
	float: left;
	margin-right: 5px;
	font-size: 14px;
	margin-bottom: 3px;
	letter-spacing: -0.034em;
}

.logo-box-inner ul li::before{
	display: none;
}

.logo-box-inner ul {
}

/* company03 */
#company03 .company-cont1 .clearfix {
    margin-bottom: 30px;
}
#company03 img {
    padding-bottom: 80px;
}
#company03 .company-cont1 .row > div:nth-child(2) .company03-inner {
    background: #f5f0f9;
}
#company03 .company-cont1 .row > div:nth-child(2) .company03-inner h6 {
    color: #724a98;
}
#company03 .company-cont1 .row > div:nth-child(3) .company03-inner {
    background: #eaeffd;
}
#company03 .company-cont1 .row > div:nth-child(3) .company03-inner h6 {
    color: #4e5da2;
}
#company03 .company-cont1 .row > div:nth-child(4) .company03-inner {
    background: #e4f1e5;
}
#company03 .company-cont1 .row > div:nth-child(4) .company03-inner h6 {
    color: #308a32;
}
#company03 .company-cont1 .row > div:nth-child(6) .company03-inner {
    background: #fff3d8;
}
#company03 .company-cont1 .row > div:nth-child(6) .company03-inner h6 {
    color: #ad7c11;
}
#company03 .company-cont1 .row > div:nth-child(7) .company03-inner {
    background: #f9ebe8;
}
#company03 .company-cont1 .row > div:nth-child(7) .company03-inner h6 {
    color: #9c505b;
}
.company03-inner{
	padding: 20px 25px;
	min-height: 250px;
}

.company03-inner h6{
	font-weight: 500;
	font-size: 24px;
	letter-spacing: -0.034em;
	color: #0066b3;
	margin-bottom: 17px;
	word-break: keep-all;
}

.company03-inner li{
	font-size: 16px;
	margin-bottom: 3px;
	letter-spacing: -0.034em;
}
#company04 .logo-box {
    margin-top: 0;
}
#company04 .logo-box-inner {
    border-top: 1px solid #64b997;
    padding: 0 10px;
    height: 330px;
}
#company04 .company-cont1 ul li {
    background: #eee;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 7px;
}
#company04 .company02-inner strong {
    text-align: center;
    display: block;
    font-size: 20px;
    background: #419e7a;
    padding: 15px 0;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.034em;
}
/* company06 */
#company06 .company-cont {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.map-li{
	margin-top: 20px;
	padding: 0;
}

.map-li li{
	font-size: 16px;
	margin-bottom: 5px;
}

.map-li li span{
	margin: 5px 6px 0 0;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	color: #333;
	width: 80px;
	display: inline-block;
}

/* business01 */
.business-list li{
	position: relative;
	padding: 20px 0 30px 17px;
	margin-bottom: 10px;
	font-size: 15px;
	letter-spacing: 0;
	border-bottom: 1px dashed #ddd;
	line-height: 1.45em;
}
.business-list li::before {content: '';display: block;width: 7px;height: 2px;background: #666;position: absolute;top: 29px;left: 2px;}
.business-list li:last-child {
    border: 0;
    padding-bottom: 0;
}
/* business03 */
.awards{
	padding: 2px 8px 1px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	display: block;
}

.awards1{
	background: #eb695f;
	width: 42px;
}
.awards2{
	background: #d3864d;
	width: 68px;
}
.awards3{
	background: #5984b6;
	width: 69px;
}

#business03 .business-list li {
    padding-left: 0;
}
#business03 .business-list li::before {
    display: none;
}
/* education01 */
.education-wrap{
	margin-bottom: 80px;
}
.education-wrap:last-child {
    margin-bottom: 0;
}
.edu-style{
}
.edu-style td {
    text-align: left;
}
.education-wrap1 .edu-style tr td, #education01 .education-wrap1 .edu-style tr td {padding: 17px !important;}
#education01 .education-wrap1 {
    border: 1px solid #ddd;
    padding: 0 30px;
    border-top: 1px solid #64b997;
}
#education01 .education-wrap1 .edu-style th {width: 200px;font-size: 17px !important;color: #333;}
#education01 .education-wrap1 .edu-style th::before {
    content: '';
    display: block;
    width: 6px;
    height: 2px;
    border-radius: 0;
    background: #333;
    left: -1px;
}
#education01 .education-wrap1 .edu-style tr:last-child th, .education-wrap1 .edu-style tr:last-child td {
    border-bottom: 0;
}
#education01 .education-wrap .edu-style th, .education-wrap .edu-style td {
    padding: 10px 9px !important;
    font-size: 16px;
    letter-spacing: -0.034em;
    position: relative;
    border-bottom: 1px solid #eee;
}
#education01 .education-wrap .edu-style th::before {content: '';display: block;width: 4px;height: 4px;border-radius: 50%;background: #477f5d;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
#education02 table {
    text-align: center;
    border: 1px solid #ddd;
    border-top: 1px solid #333;
    font-size: 14px;
    margin-top: 15px;
}
#education02 table th {
    text-align: center;
    background: #f4f4f4;
    padding: 12px;
    border-left: 1px solid #ddd;
    font-weight: 500;
}
#education02 table td {
    border-top: 1px solid #ddd;
    padding: 12px;
    border-left: 1px solid #ddd;
}

.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;
    vertical-align: middle;
    border-top: 0;
}

.edu-style1 th{
	width: 176px;
}

/* education02 */
#education02 .sub-title{
	padding-bottom: 0;
}

.right-date{
	text-align: right;
	margin: 30px 0 50px;
	font-size: 14px;
}

.education-txt strong{
	margin-bottom: 15px;
	font-size: 20px;
	display: block;
	letter-spacing: -0.034em;
}

.education-txt li{
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.6em;
	letter-spacing: -0.034em;
}

.edu-li1 li{
	list-style-type: decimal;
}

.edu-li2{
	padding-left: 15px;
}

.edu-li2 li{
	list-style-type: lower-alpha;
}

.edu-li3{
	padding-left: 30px;
}

.edu-style{
	text-align: center;
	margin-top: 15px;
}

#education01 .edu-style th{
	text-align: left;
	font-weight: 500;
	color: #11704b;
	padding-left: 10px !important;
	width: 240px;
}

.bg1{
	background: #f2f2f2;
}

.bg2{
	background: #f3f3f3;
}

/* member01 */
[id^="member0"] .sub-wrap .sub-cont > .row >div {
    padding: 0 10px;
}
[id^="member0"] .sub-wrap .sub-cont > .row {
    margin: 0 -10px;
}
#member01 .thumbnail {
    height: 240px;
}
.thumbnail{
	border: 1px solid #eee;
	border-radius: 0;
	margin: 0;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 20px;
	height: 220px;
	border-top: 1px solid #64b997;
}

.thumbnail img{
	/* border: 1px solid #ddd; */
	padding: 5px;
	/* box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 5%); */
	margin: 10px 0;
	width: 30%;
	margin-right: 6%;
	float: left;
}

.thumbnail p a{
	text-decoration: none;
	color: #09774b;
	word-break: break-all;
	letter-spacing: 0em;
	font-size: 13px;
}

.thumbnail p a:hover{
	text-decoration: underline;
}

.thumbnail .caption {
	width: 100%;
	margin-top: 15px;
	padding-left: 137px;
	/* padding-left: 120px; */
}

.thumbnail .caption p{
	font-size: 14px;
	letter-spacing: -0.034em;
	margin-bottom: 5px;
	line-height: 1.4em;
}

.thumbnail .caption .cate {
    font-size: 15px;
    font-weight: 500;
	color: #555;
    /* color: #1b9524; */
    letter-spacing: -0.06em;
}

.thumbnail .caption .name{
	color: #2c2c2c;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: -0.06em;
}

.website{
	width: 100%;
}

/* member04 */
.member-table{
	text-align: center;
	border: 1px solid #333;
}

.member-table th{
	background: #fafafa;
	text-align: center;
	font-weight: 500;
}

.member-table th,
.member-table td{
	border: 1px solid #e5e5e5;
}
 
/* 모바일 최적화 */
@media (max-width: 767px) {

	/* 게시판 */
	.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;
	}
}











/* Slider */

.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 0;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    width: 168px !important;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* board 추가 css */
/* board 추가 css */
.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -0.034em;
    border-bottom: 0;
    text-align: left;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 30px;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 180px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 20px;
}
.board_data_view {
    border-top: 0;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 16px;
}
.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;
}
.btn.btn-primary, .btn.btn-outline-primary {
    background-color: #4d977a;
    border: 1px solid #4d977a;
    color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
    background-color: #378264;
}
#reply_write {
    margin-bottom: 0;
}
form#board_write_form {
    margin-bottom: 0;
}
.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}
.table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
}
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 2px;
    border: 0;
}
.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 0;
    font-size: 13px;
}
.table_blog2 dd .inner .bottom .title a {
    font-size: 18px;
    font-weight: 500;
}
.table_blog2 dd .inner .bottom .title a:hover, .table_blog2 dd .inner .title a:focus {
    color: #257656;
}
.board_data_view .header_wrap .info {
    margin-top: 10px;
    text-align: left;
}
.board_wrapper .table.board_write_table tbody tr th, .board_wrapper .table.board_write_table tbody tr td {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 4px 6px 2px;
}
.table.table_default thead th {
    font-weight: 500;
}
.table_default {
    border-top: 1px solid #333;
}
.board_data_view .download_wrap table th {
    font-weight: 500;
}
/* board 추가 css end */

/* ex */
.sub-wrap {
    width: 1170px;
}
.sub-wrap>.row{
	float: left;
	width: 100%;
}
 
#business01 .writer,
#business02 .writer,
#business01 .regdate,
#business02 .regdate,
#business01 .tooltip,
#business02 .tooltip,
#business01 .hits,
#business02 .hits{
	display: none;
}

#business01 thead,
#business02 thead{
	display: none;
}

.board_wrapper .table.board_write_table tbody tr th {
    width: auto;
}

#business01 .board_wrapper .table.table_default tr .subject,
#business02 .board_wrapper .table.table_default tr .subject {
    width: 677px;
	height: 100px;
}

#business01 .board_wrapper .table.table_default tr .subject a,
#business02 .board_wrapper .table.table_default tr .subject a {
    height: 100%;
	display: block;
}
div[id^="business"] .table_default colgroup{
	display: none;
}
#business01 .table.table_default tr th, 
#business02 .table.table_default tr th, 
#business01 .table.table_default tr td,
#business02 .table.table_default tr td {
    text-overflow:clip;
    overflow:inherit;
    white-space:inherit;
}

#business01 .board_wrapper .table.table_default tr .cate,
#business02 .board_wrapper .table.table_default tr .cate {
    width: 30%;
}
.contents_inner{
	word-break: break-all;
}
/*
#business01 .board_wrapper .table .table-style>tbody>tr>th,
#business02 .board_wrapper .table .table-style>tbody>tr>th {
	width: auto !important;
}

#business01 .board_wrapper .table.table_default,
#business02 .board_wrapper .table.table_default{
	width: 100%;
}

#business01 .board_wrapper .table.table_default tr,
#business02 .board_wrapper .table.table_default tr{
	width: 100%;
}

#business01 .board_wrapper .table.table_default tr .subject,
#business02 .board_wrapper .table.table_default tr .subject {
	width: 677px !important;
} */

/* #business01 .board_wrapper .table.table_default tr .cate {
	display: none;
} */

/* #business01 .table.table_default tr th, 
#business02 .table.table_default tr th, 
#business01 .table.table_default tr td,
#business02 .table.table_default tr td {
    text-overflow:unset;
    overflow:auto;
    white-space:unset;
}

#business01 .board_wrapper .table.table_default tr .subject a,
#business02 .board_wrapper .table.table_default tr .subject a{
	height:70px;
	display: block;
} */