html {
	font-size: 1rem;
}
body {
	font-family: "Pretendard", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1rem;
	overflow-x: hidden;
	transition: none;
	color: #2f3640;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}

a:hover,
a:active,
a:focus {
	color: #337ab7;
	text-decoration: none;
	outline: none;
}

footer.footer .logo .dropdown {
    padding: 25px 0 0;
}
.wrap-content {
    min-height: calc(100vh - 280px);
}
.navbar-brand>img {
	height: unset;
}

gmp-map {
    margin: 50px 0;
    width: 100%;
    height: 500px;
}
nav.navbar.bootsnav .navbar-nav>li:has(.active) > a ,nav.navbar.bootsnav .navbar-nav>li.active > a {
    color: #337ab7;
}


.gallery-search {
	margin-bottom: 10px;
}

.gallery-search .input-group-addon {
	background: none;
	border: none;
	padding: 0;
}
.gallery-search .fa-search {
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.gallery-search .input-group-addon select {
	border-right: none;
	min-width: 80px;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.gallery-search .input-group-addon button {
	border-left: none;
	border-radius: 0;
	background: #eee;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


.gallery .thum_area .thumbnail-image {
	transition: transform 0.3s ease-out;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: 50% 50%;
}

.gallery .thum_area .thumbnail-image:hover {
	transform: scale(1.10);
}

.gallery .thum_area a {
	display: block;
	position: relative;
}

.gallery .thum_area {
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 15px;
}

.gallery .cont_area {
	margin-bottom: 15px;
}

.gallery .cont_area .title {
	font-size: 16px;
	margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gallery .cont_area .more_info span:not(:last-child) {
	margin-right: 10px;
}

.gallery .cont_area .more_info span:before {
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	padding-right: 5px;
}


.article-filter .article-categories > a:first-child {
    background-color: #337ab7;
    color:#fff;
}
.article-filter .article-categories:has(.active) > a:first-child {
    background-color: #fff;
    color: #333;
}
.article-filter .article-categories .active {
    background-color: #337ab7;
    color:#fff;
}
.pager .active a {
    background-color: #337ab7;
    color:#fff;
}
.article-filter {
	padding-top: 20px;
	padding-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.notice-board {
	color: #232323;
	border-top: 1px solid #ccc;
	width: 100%;
}

.notice-board-search {
	margin-bottom: 10px;
}

.notice-board-search .fa-search {
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.notice-board-search .input-group-addon {
	background: none;
	border: none;
	padding: 0;
}

.notice-board-search .input-group-addon select {
	border-right: none;
	min-width: 80px;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.notice-board-search .input-group-addon button {
	border-left: none;
	border-radius: 0;
	background: #eee;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.notice-board thead {
	background: #fbfbfb;
	border-bottom: 1px solid #ccc;
}

.notice-board tr td {
	text-align: center;
	padding: 15px 0;
}

.notice-board tr {
	border-bottom: 1px solid #ccc;
}

.notice-board thead tr td {
	font-size: 16px;
	font-weight: 500;
}

.notice-board tbody tr td:nth-child(2) {
	text-align: left;
}

.notice-board .notice {
	font-weight: 500;
	background: #fbfbfb;
}

.notice-board a {
	color: #232323;
}

.notice-board .number,
.notice-board .author,
.notice-board .creat_at,
.notice-board .view {
	width: 120px;
}




.article-detail .detail-header .title {
	font-size: 24px;
	color: #232323;
	padding: 12px 0;
}

.article-detail .detail-header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 35px;
}
.article-detail .detail-header .btn {
	border:none;
}
.article-detail .detail-navigation {
	margin-bottom: 35px;
}

.article-detail .detail-navigation ul {
	margin: 0;
	padding: 0;
	margin-top: 35px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.article-detail .detail-navigation ul li {
	list-style: none;
	padding: 15px 0;
}

.article-detail .detail-navigation ul li:first-child {
	border-bottom: 1px solid #ccc;
}

.article-detail .detail-navigation ul li:last-child {
	border-top: 1px solid #ccc;
	margin-top: -1px;
}

.article-detail .detail-navigation ul li span {
	padding: 0 15px;
	position: absolute;
}

.article-detail .detail-navigation ul li span i {
	margin-right: 5px;
}

.article-detail .detail-navigation ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	display: block;
	padding-left: 100px;
}



.article-detail .detail-filelist {
	margin-top: 35px;
}

.article-detail .detail-filelist ul {
	margin: 0;
	padding: 0;
}

.article-detail .detail-filelist ul li {
	list-style: none;
	padding: 7px 0;
}

.article-detail .detail-filelist ul li span {
	padding: 0 10px;
}

.article-detail .detail-filelist ul li a i {
	margin-right: 4px;
}

.article-detail .detail-filelist ul li a {
	background: #0D95E8;
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff;
	transition: 0.5s ease;
	text-decoration: none;
}

.article-detail .detail-filelist ul li a:hover {
	background: #204D74;
}
.article-detail  {
	margin-bottom: 100px;
}


.categories-list-sidebar {
	display: flex;
	flex-direction: column;
	border-top: 3px solid #ccc;
	margin-top: 73px;
}
.categories-list-sidebar li a {
	display: block;
	font-size: 18px;
	padding: 15px  25px;
	border-bottom: 1px solid #ccc;
}
.categories-list-sidebar li.active a {
	background-color: #f5f5f5;
	font-weight: 600;
	color: #e83817;
}
.article-list-sidebar {
	padding-top: 100px;
}
.article-list-sidebar li a{
	display: block;
	font-size: 18px;
	padding: 15px  25px;
	border-bottom: 1px solid #ccc;
}
.article-list-sidebar h4 {
	display: block;
	font-size: 18px;
	padding: 15px  25px;
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #ccc;
}
.article-list-sidebar {
	position: sticky;
	top: 0;
}
.sidebar {
	position: relative;
	height: 100%;
}

.login-area {
	margin-top: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.login-area .login-type ,.login-area .login-ft{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 25px 0 50px;
}
.login-area .login-type .item {
	margin: 0 10px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.login-area .login-type .item img {
	width: 100%;
	height: 100%;
}
.login-area .login-ft .item {
	margin: 0 10px;
	font-size: 16px;
	color: #666;
}
#form-login .item {
	margin-bottom: 15px;
}
.language-switcher {
	margin-left: 30px;
	border-left: 1px solid #ccc;
}
.language-switcher li {
	border-right: 1px solid #ccc;
}
.language-switcher li.active a {
	color: #e83817;
	font-weight: bold;
}

body {
	font-family: "Pretendard", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}


select::-ms-expand {
	display: none;
}


nav.navbar.bootsnav {
	background: unset;
	position: absolute;
	border: none;
	z-index: 999;
	top: 0;
	width: 100%;
}
nav.navbar.bootsnav ul.nav > li > a {
    letter-spacing: -0.03em;
    font-size: 19px;
    line-height: 26.6px;
    font-weight: 700;
	height: 94px;
	line-height: 94px;
	margin: 0;
	padding: 0 30px;
	color: #fff;
}
.navbar-brand>img {
	height: 40px;
	margin: 0 25px;
}
.mian-top-slider {
	margin-top: -94px;
}
.attr-nav > ul > li > a {
	color: #eee;
	font-size: 19px;
	line-height: 94px;
	padding: 0 30px;
}
.language-switcher {
	border: none;
}
.language-switcher li {
	border: none;
}
.language-switcher li.active a {
	color: #fff;
}
.swiper.full .item .text-area .title {
	font-size: 90px;
	font-weight: 700;
}
.swiper.full .item .text-area .subject {
	font-size: 20px;
	padding-top: 30px;
	font-weight: 500;
}
.swiper.full .item .background img {
	opacity: 0.7;
}
.main-item2 {
	margin: 100px auto;
}
.main-item2 .item-box a {
	display: block;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 35px;
	color: #444;

}
.main-item2 .item-box a .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin: 10px 0;
}
.main-item2 .item-box a .subject {
	font-size: 14px;
	min-height: 90px;
}
.main-item2 .item-box svg path {
    fill: #1a88b7;
}
.main-item2 .item-box a:hover {
	background-color: #1a88b7;
	color: #fff;
}
.main-item2 .item-box a:hover svg path {
    fill: #fff;
}
.main-item3 .item {
	height: 450px;
	background-size: cover;
}
.main-item3 .swiper-slide  {
	height: 450px;
}
.main-item3 .swiper-wrapper {
	height: 500px;
}
#mianslide2 .swiper-scrollbar {
	width: 1170px;
	max-width: 100%;
	left: calc((100% - 1170px) / 2) !important;
	right: auto !important;
	bottom: 10px;
	background-color: #eee;
	height: 4px;
}

#mianslide2 .swiper-scrollbar-drag {
	background-color: #1a88b7;
}

/* 主item3 swiper 样式 */
.main-item3 .bd {
	width: 100%;
	margin: 50px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.main-item3 .swiper {
	width: 100vw !important;
	margin-left: calc(50% - 50vw);
	padding: 0 calc((100vw - 1140px) / 2);
	box-sizing: border-box;
	height: 450px;
	overflow: visible;
}

.main-item3 .swiper.swiper-initialized {
	width: 100vw !important;
}

.main-item3 .swiper-wrapper {
	height: 450px;
	display: flex;
	align-items: stretch;
}

.main-item3 .swiper-slide {
	width: 400px !important;
	height: 100%;
	margin-right: 30px;
	flex-shrink: 0;
	box-sizing: border-box;
}

.main-item3 .item {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: flex-end;
	cursor: pointer;
}

.main-item3 .item .txt {
	width: 100%;
	color: white;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	padding: 30px 45px;
	position: relative;
	z-index: 2;

}
.main-item3 .swiper-slide {
	position: relative;
	top: 10px;
	transition: 0.3s ease;
}
.main-item3 .swiper-slide:hover  {
	top: 0px;
}
.main-item3 .swiper-slide .item::before {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom,rgba(15,15,15,0),rgba(15,15,15,.75) 100%);
}
.main-item3 .swiper-slide .item::after {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0),#05517e 100%);
	opacity: 0.1;
	transition: 0.5s ease;
}
.main-item3 .swiper-slide .item:hover::after {
	opacity: 1;
}

.main-item3  .title {
	font-size: 26px;
	font-weight: 700;
}
.main-item3  .more {
	font-size: 15px;
}
.main-item3  .more a {
	display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}
.main-item3  .more svg {
    animation: ctaArrowSVGStart .45s 
	cubic-bezier(.23, .46, .4, 1) forwards;
    position: absolute;
    left: 25px;
    top: 50%;
    width: 6px;
}




.main-item3  .more .line {
    height: 1px;
    width: 25px;
    position: absolute;
    content: '';
    left: 0;
    display: block;
    top: 50%;
    transform-origin: left;
    background-color: #000;
    transform: translateY(calc(-50% + .5px)) translateZ(0);
}
.main-item3  .more.line {
    animation: ctaArrowLineStart .45s 
cubic-bezier(.23, .46, .4, 1) forwards;
}

.main-item4 {
margin: 100px auto 150px;
}
.main-item4  .item {
	font-size: 20px;
	color: #333;
}
.main-item4  .item .title {
	font-weight: 700;
	margin-bottom: 10px;
}
.main-item4  .item .subject {
	font-size: 18px;
	margin-bottom: 30px;
}
.main-item4  .item a {
	font-size: 16px;
	border-bottom: 2px solid #333;
	padding-bottom: 6px;
}

footer.footer .info .hd {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
footer.footer {
	background-color: #2F3640;
	color: #9197a1;
	padding-top: 50px;
	padding-bottom: 50px;
}
footer.footer .logo img {
	margin-bottom: 15px;
	height: 40px;
}
footer.footer .logo .copyright {
	font-size: 14px;
	color: #555b6e;
}

#to-top {
    display: block;
    position: fixed;
    text-align: center;
    line-height: 12px;
    right: 17px;
    bottom: 0;
    transform: translateY(105%);
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 9994;
    height: 29px;
    width: 29px;
	border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s 
linear;
    -webkit-transition: background-color 0.1s 
linear;
}
#to-top:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	margin: 12px auto 0;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	border: none;
	padding: 15px 15px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li {
	border: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a {
	border: none;
	font-size: 16px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover {
	background-color: #05517e!important;
	color: #fff;
}

.subpagetopbg {
	height: 460px;
	background-color: #eee;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.subpagetopbg.aboutus {
	background-image: url('../images/company-header-bg.jpg');
}
.subpagetopbg.oemodm {
	background-image: url('../images/business-header-bg.jpg');
}
.subpagetopbg.products {
	background-image: url('../images/product-header-bg.jpg');
}
.subpagetopbg.notice {
	background-image: url('../images/cs-header-bg.jpg');
}
.subpagetopbg .title {
	font-size: 60px;
	text-align: center;
	padding-top: 60px;
	color: #fff;
	font-weight: 700;
}
.subpagetopbg .subject {
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-weight: 500;
}
nav.navbar.bootsnav .navbar-nav>li:has(.active) > a, nav.navbar.bootsnav .navbar-nav>li.active > a {
	color: #fff;
	font-weight: 700;
}
.subpage .navi {
	padding: 20px 0;
}
.subpage .navi a {
	font-size: 20px;
}
.subpage .navi i {
	margin: 0 10px;
	font-style: normal;
	color: #666;
}
.subpage-hd {
	background-color: #2f3640;
	color: #fff;
}
.subpage-hd ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.subpage-hd ul li a {
	color: #fff;
	font-size: 20px;
	padding: 25px 20px;
	display: block;
}
.subpage.aboutus .item1 {
	padding: 150px 0;
}
.subpage.aboutus h4 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
}
.subpage.aboutus p {
	font-size: 20px;
	padding-top: 20px;
}
.subpage.aboutus .item3 {
	padding-top: 50px;
	margin-bottom: 70px;
}
.subpage.aboutus .item4 {
	padding-bottom: 150px;
}
.subpage.aboutus .item4 .item {
	background-color: #377498;
	height: 480px;
	padding: 50px;
	color: #fff;
	transition: 0.3s ease;
}
.subpage.aboutus .item4 .item svg {
	fill: #fff;
	margin-top: 50px;
}
.subpage.aboutus .item4 .item .title {
	font-size: 24px;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
}
.subpage.aboutus .item4 .item .desc {
	font-size: 16px;
}
.subpage.aboutus .item4 .col-md-4:nth-child(2) .item {
	background-color: #7FD037;
}
.subpage.aboutus .item4 .col-md-4:nth-child(3) .item {
	background-color: #F9D853;
}
.subpage.aboutus .item4 .item:hover {
	opacity: 0.8;
	border: 10px solid rgba(255,255,255,0.2);
	padding: 30px;
}
.subpage .ceo_message {
	padding: 120px 0;
}
.subpage .ceo_message .left-side .title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
	position: absolute;
	width: 200px;
	height: 100px;
	background-color: #fff;
}
.subpage .ceo_message .right-side .title {
	font-size: 100px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-left: -100px;
	padding-top: 30px;
}
.subpage .ceo_message .right-side .message ,
.subpage .ceo_message .right-side .name {
	font-size: 18px;
	padding-left: 50px;
}
.subpage .history_page {
	padding: 100px 0;
}
.subpage .history_page h3 {
	font-size: 34px;
	font-weight: 700;
}
.subpage .history_page span {
	font-size: 30px;
	font-weight: 700;
	display: block;
}
.subpage .history_page span.year {
	padding-top: 25px;
}
.subpage .history_page span.month {
	font-size: 20px;
	color: #333;
	padding-top: 15px;
	padding-left: 25px;
}
.subpage .history_page p {
	font-size: 18px;
	padding-top: 10px;
	padding-left: 25px;
}
.subpage .location_info {
	padding-top: 15px;
}
.subpage .location_info h4 {
	font-size: 26px;
	padding-top: 15px;
	font-weight: 700;
}
.subpage .location_info p {
	padding-left: 0;
	padding-top: 0;
}
.subpage .location_info svg {
	fill: #377498;
}
.subpage .oemodm {
	padding: 150px 0;
}
.subpage .oemodm h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
}
.subpage .oemodm .col-md-3 p {
	font-size: 16px;
	padding-top: 20px;
}
.subpage .oemodm .hd h4 {
	font-size: 26px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.subpage .oemodm .hd span {
	font-size: 16px;
}
.subpage .oemodm .hd p {
	font-size: 16px;
}
.subpage .oemodm .hd {
	padding-bottom: 50px;
}
.subpage .oemodm .bd {
	margin-top: 50px;
	padding-bottom: 100px;
}

.subpage .tech {
	padding: 100px 0;
}
.subpage .tech .hd {
	text-align: center;
	font-size: 18px;
	padding-bottom: 80px;
}
.subpage .tech .hd .title {
	font-size: 34px;
	padding-bottom: 20px;
	font-weight: 700;
}
.subpage .tech .bd h4 {
	font-size: 24px;
	font-weight: 500;
	padding-left: 30px;
	padding-bottom: 15px;
}
.subpage .tech .bd ul li {
	list-style-type: disc;
	font-size: 18px;
	margin-left: 50px;
	padding-bottom: 10px;
}
.subpage .tech .bd .text {
	height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: center;

}
.subpage .tech .bd {
	margin-bottom: 150px;
}
.subpage .tech .ft h4 {
	font-size: 38px;
	font-weight: 700;
}
.subpage .tech .ft h4:after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background-color: #000;
	margin: 15px 0;
	margin-bottom: 50px;
}
.subpage .tech .ft h3 {
	font-size: 24px;
	font-weight: 700;
	color: #1a88b7;	
}
.subpage .tech .ft p {
	font-size: 18px;
	padding-bottom: 50px;
	line-height: 1.5;
}
.products .hd {
	margin: 100px 0;
	text-align: center;
}
.products .hd h4 {
	font-size: 36px;
	font-weight: 700;
}
.products .hd p {
	font-size: 16px;
}


.products .bd .list .item .thumb {
	display: block;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: transform 0.3s ease-out;
    padding-bottom: 60%;
    background-size: cover;
    background-position: 50% 50%;
    transition: 0.5s ease;
}
.products .bd .list .item:hover .thumb {
	 transform: scale(1.05);
}	
.products .bd .list .item .title {
	font-size: 20px;
	text-align: center;
}
.products .bd {
	margin-bottom: 150px;
}
.navigation {
	margin: 150px 0;
}
.article-detail .detail-header {
	padding-top: 100px;
	border: none;
}
.article-detail .detail-header .title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.detail-content .info .info-item {
	font-size: 20px;
	font-weight: 500;
	padding: 15px;
	border-bottom: 1px solid #ccc;
} 
.detail-content .info {
	border-top: 1px solid #ccc;
}
.ql-editor h1 {
	font-size: 24px;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.ql-editor h2 {
	font-size: 20px;;
}
.ql-editor p {
	padding: 5px 0;
}
.ql-editor ul {
	margin-left: 50px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.ql-editor ul li {
	font-size: 16px;
	padding: 5px;
	list-style-type: disc;
}
.products_detail_pager {
	margin-top: 100px;
}
.subpage .notice {
	padding: 100px 0;
}
.subpage .contactus {
	padding: 100px 0;
}
.subpage .contactus .hd {
	text-align: center;
	margin-bottom: 50px;
}
.subpage .contactus h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
}
.subpage .contactus p {
	font-size: 18px;
	padding-top: 20px;
}
.subpage .contactus .infos {
	font-size: 16px;
	margin-bottom: 30px;
	padding-top: 0;
}
.btn-default.btn ,
.btn-default.btn span {
	font-size: 20px!important;
	color: #fff!important;
}