@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.6.3/css/v4-shims.css);
@import url('/skin/notokr/notokr.css');
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	margin-top: 100px;
	background-color: #fff;
}

/* 폰트 설정 */

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
	font-family: 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
	display: none;
}

/*가로 100% 레이아웃 정의*/

.container_contents,
.intro-html-layout,
.intro-html-layout>div,
.footer_copy>div,
.sub-layout {
	width: 100%;
	padding: 0;
	margin: 0;
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#insertForm {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.li-dash>li,
.li-dot>li,
.li-dash>dd,
.li-dot>dd {
	margin-left: 10px;
	padding-left: 20px;
	position: relative;
}

.li-dash>li:before,
.li-dot>li:before,
.li-dash>dd:before,
.li-dot>dd:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

.li-dot>li:before,
.li-dot>dd:before {
	content: '·';
}

/*상단 메뉴 설정 시작*/

.navbar-inverse {
	background: #fff;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-brand {
	margin: 20px 0 !important;
	padding: 0;
}

.navbar-brand img {
	margin: 0;
}

.navbar-inverse .navbar-nav>li>a {
	background: none;
	color: #444;
	font-size: 18px;
	font-weight: 500;
	padding: 34px 0 48px;
	margin: 0 30px;
	letter-spacing: -0.04em;
	line-height: 1;
	position: relative;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: none;
	color: #43d2d9;
}

.navbar-inverse .navbar-nav>li>a:before {
	content: "";
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	display: inline-block;
	color: #666;
	font-size: 13px;
	font-weight: 400;
}

.navbar-inverse .navbar-nav>#m-13>a:before {
	content: "회사 소개";
}

.navbar-inverse .navbar-nav>#m-14>a:before {
	content: "사업 영역";
	width: 50px;
}

.navbar-inverse .navbar-nav>#m-15>a:before {
	content: "문의";
	width: 24px;
}

.navbar-inverse .navbar-nav>#m-16>a:before {
	content: "공지사항";
	width: 46px;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #43d2d9
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 15px 10px;
		background-color: #444;
		border: none;
		animation-duration: .3s;
		animation-fill-mode: both;
		animation-name: fadeInRight;
		left: 0;
		right: auto;
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		background: none;
		color: #fff;
		padding: 10px 20px;
		letter-spacing: -0.02em;
		line-height: 1;
		border-radius: 50px;
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #43d2d9;
	}
}

.footer_copy .text-center {
	background: #444;
	color: #aaa;
	font-size: 13px;
	padding: 40px 0;
	margin: 0;
	text-align: left;
}

.footer_copy .company_name {
	display: block;
	font-weight: 500;
	color: #ccc;
	margin-bottom: 14px;
	line-height: 1;
}

.footer_copy ul {
	padding: 0;
	margin: 0 0 5px;
	overflow: hidden;
}

.footer_copy ul li {
	letter-spacing: -0.04em;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	line-height: 1;
}

.footer_copy ul li:last-child {
	border-right: none;
}

.footer_copy .copy {
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: -0.02em;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
	background: #f5f5f5;
	padding: 100px 15px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
	box-shadow: none;
	max-width: 500px;
	padding: 80px 40px 80px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
	display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
	padding: 0;
}

.login-layout .panel-body>div.col-sm-12,
.id-find-layout .panel-body>div.col-sm-12,
.pw-find-layout .panel-body>div.col-sm-12 {
	float: none;
}

.login-layout .panel-body>div.col-sm-12 h2,
.id-find-layout .panel-body>div.col-sm-12 h2,
.pw-find-layout .panel-body>div.col-sm-12 h2 {
	text-align: center;
	margin: 0 0 15px;
	line-height: 1;
	color: #222;
	font-size: 32px;
}

.inner-box-msg {
	width: 100%;
	text-align: center;
	float: none;
	margin-bottom: 30px;
	padding: 0;
}

.inner-box-msg p {
	font-size: 14px;
	letter-spacing: -0.03em;
	color: #555;
	margin: 0;
}

.inner-box-form {
	width: 100%;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #222;
	font-weight: 500;
	margin: 0 0 10px;
	line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #ddd;
	height: 40px;
	color: #555;
	font-size: 15px;
	letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
	border-color: #aaa;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
	float: none;
	width: 100%;
	height: 50px;
	background: #117b4e;
	border-radius: 0px;
	border: none;
	font-size: 15px;
	letter-spacing: -0.03em;
	box-shadow: none;
	margin-top: 15px;
	transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
	background: #11ab69;
}

.login-layout form>div>p,
.id-find-layout form>div>p,
.pw-find-layout form>div>p {
	width: 50%;
	margin: 0;
	float: left;
	text-align: center;
	line-height: 1;
}

.login-layout form>div>p+p,
.id-find-layout form>div>p+p,
.pw-find-layout form>div>p+p {
	border-left: 1px solid #ccc;
}

.login-layout form>div>p>a,
.id-find-layout form>div>p>a,
.pw-find-layout form>div>p>a {
	font-size: 14px;
	color: #555;
	letter-spacing: -0.03em;
	display: block;
	padding: 2px 0;
}

@media (max-width:768px) {
	.login-layout,
	.id-find-layout,
	.pw-find-layout {
		padding: 20px 15px;
	}
	.login-layout .panel,
	.id-find-layout .panel,
	.id-find-layout .panel {
		padding: 40px;
	}
	.login-layout .panel-body>div.col-sm-12 h2,
	.id-find-layout .panel-body>div.col-sm-12 h2,
	.pw-find-layout .panel-body>div.col-sm-12 h2 {
		font-size: 24px;
	}
	.inner-box-msg p {
		font-size: 12px;
	}
	.login-layout label,
	.id-find-layout label,
	.pw-find-layout label {
		font-size: 14px;
	}
	.login-layout .form-control,
	.id-find-layout .form-control,
	.pw-find-layout .form-control {
		font-size: 13px;
		height: 36px;
	}
	.login-layout form>div>p>a,
	.id-find-layout form>div>p>a,
	.pw-find-layout form>div>p>a {
		font-size: 12px;
	}
	.login-layout .btn-warning,
	.id-find-layout .btn-warning,
	.pw-find-layout .btn-warning {
		height: 45px;
		font-size: 14px;
		margin-top: 10px;
	}
}

/*slide*/

.container.container_slide {
	width: 100%;
	padding: 0
}

.fill {
	height: 600px;
}

.carousel-caption {
	left: 50%;
	right: auto;
	top: 50%;
	bottom: auto;
	padding: 0;
	margin: 0;
	transform: translate(-50%, -50%);
}

.fill h1,
.fill p {
	margin: 0;
}

.fill h1 span,
.fill p span {
	background: none;
	opacity: 1;
	padding: 0;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #000;
}

.fill h1 span {
	font-size: 62px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
}

.fill p span {
	color: #444;
	font-size: 20px;
	letter-spacing: -0.04em;
	margin: 10px 0 0;
	display: block;
}

.carousel-inner>.item:nth-child(2) .fill h1 span,
.carousel-inner>.item:nth-child(2) .fill p span {
	color: #fff;
}

#myCarousel .carousel-control {
	display: none
}

.carousel-indicators li {
	border-radius: 50px;
	width: 100px;
	height: 8px;
	margin: 0 2px;
	border: none;
	background: rgba(255, 255, 255, 0.4);
	transition: all ease .5s;
}

.carousel-indicators .active {
	width: 100px;
	height: 8px;
	background: #43d2d9;
	margin: 0 2px;
}

/*main*/

.container_contents {
	background: #f8f8f8;
}

.intro-html-layout {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.mainContent {
	padding: 80px 0;
	background: #fff;
}

.mainContent .title {
	margin: 0 0 40px;
	text-align: center;
}

.mainContent .title h3 {
	margin: 0;
	padding-right: 40px;
	color: #444;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.02em;
	position: relative;
	display: inline-block;
}

.mainContent .title h3 .btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	line-height: 1;
}

.intro-boardbox .page-header h4 .btn .fa-plus,
.mainContent h3 .btn .fa-plus {
	transition: all ease .3s;
}

.mainContent h3 .btn .fa-plus:before,
.intro-boardbox .page-header h4 .btn .fa-plus:before {
	content: url('/skin/img/main/plus_icon.png');
}

.intro-boardbox .page-header h4 .btn:hover .fa-plus,
.mainContent h3 .btn:hover .fa-plus {
	transform: rotate(90deg);
}

.mainContent .title h3 .btn:hover,
.mainContent .title h3 .btn:focus,
.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.mainContent .m_box {
	background: #f2f9f9;
	border-radius: 4px;
	padding: 30px 35px;
}

.mainContent .m_box i {
	font-size: 54px;
	margin-bottom: 15px;
	display: block;
	color: #43d2d9;
}

.mainContent .m_box .li-dot {
	margin: 0;
}

.mainContent dl dt {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.06em;
	line-height: 1;
	margin: 0 0 10px;
}

.mainContent dl dt small {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.02em;
	padding-left: 8px;
}

.mainContent dl dd {
	margin: 0;
	padding-left: 15px;
	color: #444;
	font-size: 15px;
	letter-spacing: -0.02em;
	line-height: 1.6;
}

/* ---------- 게시판 타이틀 설정 ---------- */

.intro-board-widget-layout {
	padding: 80px 0;
}

.intro-boardbox .page-header {
	margin: 0;
	padding: 0 0 20px;
	border: none;
}

.intro-boardbox .page-header h4 {
	margin: 0;
	color: #222;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1;
}

.intro-boardbox .page-header h4 .btn {
	padding: 0;
	line-height: 20px;
}

/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .panel-body {
	padding: 0;
}

.intro-boardbox .front-panel>.panel {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #666;
	font-weight: 400;
	font-size: 14px;
	padding: 8px 0;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #303030;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
	padding-left: 12px !important;
}

.list-row-subject:before {
	content: "";
	background: #aaa;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}

.intro-boardbox .label-danger {
	padding: 0 !important;
	color: #43d2d9 !important;
	font-size: 10px !important;
	font-weight: 600;
	line-height: 28px;
}

@media (min-width: 768px) {
	.intro-boardbox-type-bbs {
		width: 50%;
	}
}

/* //메인 페이지 설정 끝 */

/*sub*/

.subTop {
	width: 100%;
	height: 300px;
	background: url(/skin/img/sub/subTop.jpg)no-repeat center / cover;
	position: relative;
}

.subTop h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: 0.02em;text-shadow: 2px 2px 5px rgba(0,0,0,0.9);
	margin: 0;
}

.bread {
	background-image: linear-gradient(to right, #21e2c3 0%, #37cdd1 50%, #4eb7e1 100%);
}

.breadcrumb {
	background: none;
	text-align: right;
	margin: 0;
	padding: 12px 0;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

.breadcrumb>li+li:before {
	padding: 0 8px;
	color: #fff;
	content: "/\00a0";
}

.breadcrumb>li:last-child {
	font-weight: 600;
}

.subContent {
	padding: 80px 0 100px;
}

.subContent .con {
	margin-bottom: 60px
}

.subContent .con:last-child {
	margin-bottom: 0
}

.subTitle {
	padding-bottom: 60px;
}

.subTitle h3 {
	text-align: center;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #222;
	margin: 0;
	padding-bottom: 25px;
	line-height: 1;
	position: relative;
}

.subTitle h3:after {
	content: "";
	background: #000;
	width: 60px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%)
}

/* subpage - about */

#about01 .col-md-12 h4 {
	margin: 0 0 24px;
	text-align: center;
	color: #4eb7e1;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

#about01 .col-md-12 h5 {
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	color: #222;
	margin-bottom: 40px;
	letter-spacing: -0.04em;
	line-height: 1;
}

#about01 p {
	color: #666;
	font-size: 16px;
	text-align: center;
	letter-spacing: -0.04em;
	line-height: 1.6;
}

#about01 p span {
	color: #222;
	font-size: 18px;
	font-weight: 600;
}

#about01 .con2 {
	text-align: center;
}

#about01 .con2 .col-md-3 i {
	background: #f2f9f9;
	text-align: center;
	font-size: 44px;
	color: #43d2d9;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	line-height: 100px;
	margin-bottom: 24px;
}

#about01 .con2 .col-md-3 dl {
	margin: 0;
}

#about01 .con2 .col-md-3 dl dt {
	color: #222;
	font-size: 18px;
	margin-bottom: 14px;
}

#about01 .con2 .col-md-3 dl dd {
	color: #666;
	font-size: 16px;
	letter-spacing: -0.04em;
	line-height: 1.6;
}

#about02 .con1 a {
	display: block;
	color: #222;
	text-decoration: none;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	transition: all ease .3s;
	position:relative
}

#about02 .con1 a img {
	height: 180px;
	background: #f1f1f1;
}

#about02 .con1 a dl,
#profile01 .con1 dl {
	margin-bottom: 0;
	padding: 20px 25px;
}
#about02 .con1 a dl dt,
#profile01 .con1 dl dt {
	color: #222;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: -0.04em;
}

#about02 .con1 a dl dt small,
#profile01 .con1 dl dt small {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.02em;
	padding-left: 8px;
}

#about02 .con1 a dl dd,
#profile01 .con1 dl dd {
	color: #888;
	font-size: 15px;
	letter-spacing: -0.04em;
	line-height: 1;
}
#about02 .con1 a:hover {
    box-shadow: 0 4px 20px rgba(67, 210, 217, 0.4);
 /*   background: #f8f8f8;*/
    border-color: #43d2d9;
}


/* subpage - business */

#business01 h5 {
	line-height: 1.6;
	margin: 0 0 24px;
	text-align: center;
	color: #4eb7e1;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

#business01 h5 small {
	display: block;
	color: #666;
	font-size: 15px;
}

.busi_box {
	padding: 25px;
	background: #f8f8f8;
	border-radius: 4px;
}

.busi_box dl {
	min-height: 180px;
	margin: 0;
}

.busi_box dl+dl {
	margin-top: 20px;
}

.busi_box dl dt {
	font-size: 18px;
	color: #222;
	letter-spacing: -0.04em;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	display: inline-block;
}

.busi_box dl dd {
	margin: 0;
	padding-left: 15px;
	color: #666;
	font-size: 15px;
	letter-spacing: -0.05em;
	line-height: 1.8;
}

/*bbs*/

.dh-board .table>thead>tr>th,
.dh-board .table>tbody>tr>th,
.dh-board .table>tfoot>tr>th,
.dh-board .table>thead>tr>td,
.dh-board .table>tbody>tr>td,
.dh-board .table>tfoot>tr>td {
	padding: 16px 20px;
	color: #666;
	font-size: 14px;
}

.dh-board .table>thead>tr>th {
	background: #f8f8f8;
	vertical-align: middle;
	border-bottom: 1px dotted #bdbdbd;
	font-size: 15px;
	font-weight: 600;
	color: #333;
	letter-spacing: -0.03em;
}

.dh-board .table>tbody>tr>td {
	border-bottom: 1px dotted #dedede;
}

.dh-board .table>tbody>tr>td>strong>a {
	color: #555;
}

.dh-board>.table-hover {
	border-top: 2px solid #2d2d2d;
	border-bottom: 1px solid #ccc;
	margin: 0px 0 30px;
}

.dh-board>.table-hover>tbody>tr:hover td {
	background-color: #f9f9f9;
}

.dh-board>.table-hover>tbody>tr:hover>td>strong>a {
	color: #000;
}

.dh-margin-top {
	margin-top: 40px;
	display: inline-block;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
	border: none;
	background-color: #fff;
	width: 25%;
	margin: 0 0 20px;
	padding: 0 10px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b>div {
	margin: 0;
	padding: 0;
	border: 1px solid #e5e5e5;
}

.dhb-txt-box-type-b-img-layout {
	padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
	border: none;
	min-height: 200px;
	max-height: 200px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dhb-txt-box-type-b-text-layout h4 {
	font-size: 14px;
	margin: 15px 0;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
	margin-top: 0;
	float: none;
	text-align: left;
	display: none;
}

.txt-box-footer em {
	display: none;
}

.txt-box-footer em>span.regdate {
	font-style: normal;
	color: #666;
	font-size: 13px;
}

.txt-box-footer em>span:last-child {
	display: none;
}

.txt-box-footer small.hits {
	display: none;
}

@media screen and (max-width: 767px) {
	.bbs-blog2-index-layout .dhb-txt-box-type-b {
		width: 100%;
		margin: 10px 0 20px;
	}
}

.label {
	background: rgba(0, 0, 0, 0);
	padding: 0 5px;
	font-size: 90%;
}

.label-danger {
	color: #2aaab1;
}

.label-primary {
	color: #2aaab1;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #2aaab1;
	border: 1px solid #2aaab1 !important;
}

.pagination>li>a,
.pagination>li>span {
	color: #9D8478;
	border: 1px solid #fff !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #9D8478;
}

.dh-margin-top form#insertForm {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 0 0;
}

.btnRead {
	font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
	background-image: none;
}

.btn-group,
.btn-group-vertical {
	margin: 10px 0 30px;
}

.dh-view-box {
	margin-top: 0px;
}

.sns-box {
	display: none;
}

.dh-view-box>.row>.page-header {
	border-top: 2px solid #000;
	border-bottom: 1px solid #ccc;
	padding: 0 20px;
	margin: 0;
}

.dh-view-box>.row>.page-header>h4 {
	color: #333;
	font-size: 23px;
	margin: 14px 0;
}

.dh-view-box>.row>.dh-view-info {
	border-bottom: 1px solid #ccc;
	background: rgba(0, 0, 0, 0);
	padding: 8px 20px 8px;
	color: #888;
}

.dh-view-box>.row>.dh-view-info>span {
	padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
	color: #555;
	padding: 0 5px 0 0;
}

.dh-view-box .dh-attach h6 {
	margin: 0 0 0;
	padding: 5px 5px 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
	padding: 30px 20px 60px !important;
	min-height: 100px;
}

#btnNew {
	background-color: #2aaab1;
	border-color: #2aaab1;
}

#btnNew:hover {
	background-color: #00bdc7;
	border-color: #00bdc7;
}

/*contact*/

#contact .location_box {
	margin-top: 40px;
}

#contact .location_box>dl {
	width: 50%;
	float: left;
	padding-left: 14px;
	border-left: 4px solid #000;
	margin-bottom: 40px;
}

#contact .location_box dl dt {
	color: #222;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 10px;
}

#contact .location_box dl dd {
	color: #666;
	font-size: 15px;
	letter-spacing: -0.04em;
	line-height: 1;
}

/*profile*/
.profile .con .col-md-12{text-align:center}
.profile .con .col-md-12 a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    background: #4eb7e1;
    padding: 10px 60px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 60px;
    letter-spacing: 0.02em;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.profile .con .col-md-12 a:hover, .profile .con .col-md-12 a:focus {
    background: #43d2d9;
}
.profile .con .col-md-4 img {
    width: 80%;
    height: 300px;
    background: #f3f3f3;
    border-radius: 10px;
}
.profile .con .col-md-4 dl{    text-align: center;} 
#profile01 .con1 .col-md-8 dl {
    margin-bottom: 60px;
    padding: 0;
}
#profile01 .con1 .col-md-8 dl dt {
    margin-bottom: 20px;
	display:inline-block;
	border-bottom:1px solid #000;
	padding-bottom:2px
}
/* #profile01 .con1 .col-md-8 dl dt:before {
    content: "";
    background: #000;
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 18px;
    left: 0;
} */
#profile01 .con1 .col-md-8 dl dd {
    color: #666;
    line-height: 1.8;
}
#about01 .subTop, #about02 .subTop{background:url(/skin/img/sub/subTop02.jpg)no-repeat center / cover}
#notice .subTop{background:url(/skin/img/sub/subTop03.jpg)no-repeat center / cover}
#contact .subTop{background:url(/skin/img/sub/subTop04.jpg)no-repeat center / cover}
#profile01 .email{    font-weight: 300;
    margin-top: 10px;
    color: #999;}

/*2019-02-19*/
#about02 .con1 .clearfix{margin:20px 0}
#about02 .con1 a dl{border-top:1px solid #e1e1e1}
.profile .year {    font-weight: 600;
    width: 150px;
    display: inline-block;
    font-size: 15px;}
.profile_intro{    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 60px;}

/*2019-03-07*/

#about02 .con1 a dl dt{    font-size: 26px;
    font-weight: 700;}
#about02 .con1 a dl dt small{       display: block;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 15px;}
#about02 .con1 a i{    position: absolute;
    right: 10px;
    bottom: 0px;
    font-size: 60px;
    color: #2fd4cc;opacity: .7;}
#profile01 .con1 .col-md-4 dl{    border-top: 2px solid #39cbd2}
#profile01 .con1 .col-md-4 dl dt{font-size:30px;font-weight:700}
#profile01 .col-md-8{    border-top: 2px solid #4c4c4c;
    padding-top: 20px;}
#about02 .con1 a{height:210px}
#about02 .con1 a:after{     content: "";
    width: 100px;
    height: 100%;
    background: url(/skin/img/sub/logo_profile.png)no-repeat;
    background-position: right bottom;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-size: contain;
    opacity: .3;
	transition:all ease .3s}
#about02 .con1 a:hover:after{opacity:1}
#about02 .con1 a dl dd:before{    content: "";
    width: 26px;
    height: 1px;
    background: #000;
    display: block;
    margin-bottom: 8px;}
#about02 .con1 a dl dd{    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-top: 25px;
    font-weight: 700;
    color: #000;}

/*2019-08-19*/
.dh-popup p a{margin-right:0}
.myModal12.dh-popup{top:15px}