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

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}
.text-center {
	text-align: center;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}

footer.footer {
    background-color: #333;
    color: #fff;
}
footer.footer .info {
    padding: 25px 0;
}
footer.footer .copy-right {
    background-color: #666;
    height: 30px;
    line-height: 30px;
}
.wrap-content {
    min-height: calc(100vh - 280px);
    margin-top: 64px;
}




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: red;
}
.header#header .user-info .user-menu {
	position: absolute;
	display: none;
	z-index: 999;
}
.header#header .user-info .avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.header#header .user-info:hover .user-menu {
	display: block;
}
.header#header .user-info .user-menu {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 10px 15px;
	transform: translate(-40%,0%) ;
}
.header#header .user-info .user-menu ul li a {
	padding: 8px 5px;
	font-size: 14px;
	min-width: 150px;
	display: block;
}
.header#header .user-info .user-menu ul li a span {
	float: right;
	background-color: #eee;
	display: block;
	padding: 4px 6px;
	border-radius: 30px;
	font-size: 12px;
	color: var(--primary);
}
.header#header .user-info .user-menu ul li.username {
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
}






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









.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;
}
.attr-nav.language-switcher ul li a {
	padding: 13px;
}

.menu_siblings {
	background-color: #f5f5f5;
}
.menu_siblings ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.menu_siblings ul li a {
	padding: 15px;
	display: block;
}
.menu_siblings ul li.active a {
	color: #e83817;
}
.mulit_categories .categories > ul {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.mulit_categories .categories > ul > li {
	margin-right: 25px;
}
.mulit_categories .categories > ul > li:hover ul {
	display: block;
}


nav.main-nav .dropdown-menu {
	position: absolute;
	background-color: #fff;
	border: 1px solid #eee;
	margin-left: -15px;
	margin-top: 18px;
	display: none;
}
nav.main-nav .dropdown-menu li a {
	padding: 10px 20px;
	display: block;
}




.indicator {
    width: 10px;
    height: 10px;
    border-radius: var(--radius-full);
    background-color: var(--border-input);
    transition: all var(--transition-normal);
    cursor: pointer;
}
button {
    cursor: pointer;
    border: none;
    background: none;
}
input, button, textarea, select {
    font: inherit;
}
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.main-content .banner-container .swiper {
	height: 370px;
	padding: 0 30px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
	height: 8px;
	border-radius: 4px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent-pink) 100%);
}
.swiper-button-prev ,.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-color: var(--bg-white);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-card);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    font-size: 18px;
    transition: all var(--transition-normal);
    z-index: 10;
    cursor: pointer;
}
svg.swiper-navigation-icon {
	height: 20px;
	width: 20px;
}
.swiper .background img {
	border-radius: 15px;
}
.swiper .text-area {
	position: absolute;
}
.banner-section {
	padding-top: 100px;
}
.hero-search{
  width:100%;
  padding:60px 20px;
  background:linear-gradient(
      135deg,
      #0f5f58 0%,
      #1f8c82 35%,
      #36b1a7 70%,
      #4bc7bc 100%
  );
  text-align:center;
  box-sizing:border-box;
}

.hero-search-content{
  max-width:1200px;
  margin:0 auto;
}

.hero-search h1{
  color:#fff;
  font-size:42px;
  font-weight:700;
  margin-bottom:35px;
}

.search-form{
  width:100%;
  max-width:700px;
  margin:0 auto;
  position:relative;
}

.search-form input{
  width:100%;
  height:70px;
  border:none;
  border-radius:50px;
  padding:0 80px 0 30px;
  font-size:22px;
  outline:none;
  box-sizing:border-box;
}

.search-form button{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  width:55px;
  height:55px;
  border:none;
  background:transparent;
  cursor:pointer;
  font-size:30px;
  color:#333;
}

.search-tags{
  margin-top:25px;
}

.search-tags a{
  display:inline-block;
  padding:8px 18px;
  margin:0 6px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:30px;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  transition:.3s;
}

.search-tags a:hover{
  background:rgba(255,255,255,.15);
}
.categories-section .category-item .category-icon:has(.cate_img) {
    /*background: #f8f9fa;*/
}

.container {
	width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.category-item:hover{
  cursor:pointer;
}
.pagination{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:30px;
    flex-wrap:wrap;
}

.pagination a{
    min-width:40px;
    height:40px;
    padding:0 15px;
    border:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:6px;
    text-decoration:none;
    color:#333;
    transition:all .2s;
}

.pagination a:hover{
    background:#f5f5f5;
}

.pagination a.active{
    background:#000;
    color:#fff;
    border-color:#000;
}
.campaign-search-box {
    display: flex;
    align-items: center;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 15px;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid var(--border-light);
    background: #fff;
    box-sizing: border-box;
}

.campaign-search-box i {
    color: #888;
    margin-right: 10px;
    font-size: 16px;
}

.campaign-search-box input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
}
input[type=checkbox]+label i:after {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 10px;
}
input[type=checkbox]:checked+label i {
	background-color: #A855F7;
	border-color: #A855F7;
	color: #fff;
}
input[type=radio] {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	z-index: -1;
}
input[type=radio]+label {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}
input[type=radio]+label:before {
	content: "\f00c";
	display: flex;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 10px;
	width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    margin-right: 5px;
    border-radius: 4px;
    position: relative;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2px;
}
input[type=radio]:checked+label:before {
	background-color: #A855F7;
	border-color: #A855F7;
	color: #fff;
}
.btn.btn-default {
	background: #fff;
    color: #000;
	border: 1px solid #ccc;
}
.btn.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
}

.modal {
	position: fixed;
	z-index:99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
	opacity: 0;
}
.modal.in {
	display: block;
	opacity: 1;
	animation: fadeIn 0.3s ease-out;
}
.modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	width: 600px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.modal-content .modal-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.modal-content .modal-body {
	padding: 20px 0;
}


.alert {
	padding: 10px 15px;
	background-color: #eee;
	border-radius: 6px;
	margin-bottom: 15px;
}
.alert i {
	margin-right: 4px;
}
.alert.alert-danger {
	background-color: #FEE2E2;
	color: #EF4444;
	border-color: #FECACA;
}
.alert.alert-success {
	background-color: #DCFCE7;
	color: #22C55E;
	border-color: #BBF7D0;
}

.tooltip {
	position: absolute;
	background-color: #333;
	color: #fff;
	padding: 10px 25px 10px 10px;
	border-radius: 4px;
	font-size: 10px;
	white-space: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	z-index: 9;
	margin-top: 10px;
}
.tooltip span {
	color: var(--primary-light);
}
.tooltip .icon {
	margin-right: 5px;
}
.tooltip .close {
	position: absolute;
	top: 8px;
	right: 8px;
	color: #666;
	cursor: pointer;
}

.modal.full {
	overflow-y: auto;
}
.modal.full .modal-dialog {
    margin: 25px auto;
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
}

.categories-section .category-item .category-icon:has(.flag) {
	background: #eee;
}
.categories-section .category-item .category-icon .flag {
	width: 50px;
	height: 50px;
	background-position: center;
	background-size: 100%;
}

.media-type .flag {
	width: 16px;
	height: 16px;
	background-position: center;
	background-size: cover;
	margin-right: 5px;
}

.blog-open-btn{
    display:flex;
    align-items:center;
    padding:10px 20px;
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    cursor:pointer;
    transition:all .3s ease;
    margin-top:5px;
    margin-bottom:5px;
}
.blog-open-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.blog-open-icon{
    width:25px;
    height:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#effbfa;
    border-radius:14px;
    font-size:18px;
    margin-right:12px;
}
.blog-open-text strong{
    display:block;
    font-size:16px;
    color:#333;
}
.blog-open-text span{
    display:block;
    font-size:18px;
    color:#36b1a7;
}
.blog-open-btn .blog-open-text:last-child{
    margin-left:auto;
}
.blog-modal{
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}
.blog-modal.active{
    display: block;
}
.blog-modal-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(4px);
}

.blog-modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    max-width: calc(100% - 30px);
    max-height: 85vh;
    overflow: hidden;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
}
.blog-modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    border-bottom: 1px solid #eee;
}
.blog-modal-title{
    font-size: 24px;
    font-weight: 800;
    color: #111;
}
.blog-modal-close{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f5f5;
    cursor: pointer;
    transition: .3s;
}
.blog-modal-close:hover{
    background: #111;
    color: #fff;
}
.blog-modal-body{
    flex: 1;
    overflow-y: auto;
    padding: 30px;
}
.blog-item{
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 18px;
    text-decoration: none;
    transition: .3s;
    margin-bottom: 18px;
}
.blog-item:last-child{
    margin-bottom: 0;
}
.blog-item:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
}
.blog-thumb{
    width: 220px;
    height: 140px;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
}
.blog-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-info{
    flex: 1;
    min-width: 0;
}
.blog-title{
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}
.blog-desc{
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 18px;
}
.blog-date{
    font-size: 13px;
    color: #999;
}
.article-favorite,.article-share{
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    cursor: pointer;
    transition: all .3s ease;
    user-select: none;
}
.article-favorite:hover,.article-share:hover{
    border-color: #36b1a7;
}
.favorite-icon{
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
    transition: all .3s ease;
}
.favorite-icon svg{
    width: 100%;
    height: 100%;
}
.article-favorite span,.article-share span{
    font-size: 15px;
    font-weight: 600;
    color: #555;
    transition: all .3s ease;
}
.article-favorite.active{
    background: #fff;
    border-color: #36b1a7;
}
.article-favorite.active .favorite-icon{
    color: #36b1a7;
    transform: scale(1.1);
}
.article-favorite.active span{
    color: #36b1a7;
}
.detail-wrapper{
    width: 100%;
    /*padding: 30px 0 60px;*/
    /*background: #f5f5f5;*/
}
.detail-container{
    width: 1240px;
    margin: 50px auto;
    background: #fff;
    /*border: 1px solid #efefef;*/
    display: flex;
    gap: 30px;
    padding: 30px 0px;
    box-sizing: border-box;
}
.detail-container.single_page{
    max-width: 100%;
}
.detail-left{
    flex: 1;
    min-width: 0;
}
.detail-banner{
    width: 100%;
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}
.detail-banner img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.detail-title{
    font-size: 34px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail-page-title{
    font-size: 34px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin-bottom: 18px;
    text-align: center;
}
.detail-info{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
    color: #888;
    font-size: 14px;
    flex-wrap: wrap;
}
.detail-info-item{
    display: flex;
    align-items: center;
    gap: 6px;
}
.detail-content{
    color: #444;
    font-size: 16px;
    line-height: 2;
}
.detail-content img{
    max-width: 100%;
    border-radius: 10px;
    margin: 20px 0;
}
.detail-sidebar{
    width: 100%;
    max-width: 400px;
    flex-shrink: 0;
}
.empty-state{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:300px;
    text-align:center;
    padding:40px 20px;
}

.empty-icon{
    width:100px;
    height:100px;
}

.empty-state h3{
    margin:0;
    color:#555;
    font-size:22px;
    font-weight:600;
}

.empty-state p{
    margin-top:10px;
    color:#999;
    font-size:14px;
}
.company-card{
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 20px;
    position: sticky;
    top: 100px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.company-top{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.company-logo{
    width: 72px;
    height: 72px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eee;
    flex-shrink: 0;
}
.company-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company-name{
    font-size: 16px;
    font-weight: 700;
    color: #111;
}
.company-tags{
    display: grid;
    gap: 5px;
}
.company-tags span{
    padding: 5px 12px;
    background: #effbfa;
    color: #36b1a7;
    border-radius: 30px;
    font-size: 13px;
    display: flex;
}
.company-tags span img{
    margin-right: 10px;
    width: 15px;
    height: 15px;
}
.company-stats{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin: 20px 0;
}
.company-stat{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    text-align: center;
}
.company-stat img{
    width: 40px;
    height: auto;
    margin-bottom: 10px;
}
.company-stat strong{
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #36b1a7;
    margin-bottom: 12px;
}
.company-stat p{
    margin: 0;
    font-size: 15px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}
.company-title{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.company-desc{
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.company-btn-list{
    display: grid;
    gap:10px;
    margin-top: 10px;
}
.company-btn-list .company-btn{
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
.company-btn-list .kakao_share {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}
.kakao_share img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.company-btn-list .company-contact-btn{
    background: #36b1a7;
    color: #fff;
}
.company-btn-list .company-kakao-btn{
    background: #fee500;
    color: #333;
}
.company-btn-list .company-btn:hover{
    background: #333;
    color: #fff;
}
.speciality-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
}
.speciality-item{
    margin-bottom: 5px;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 8px 4px;
    text-align: center;
    font-size: 13px;
    color: #333;
}
.service-section{
    padding-top:60px;
    background:#f5f5f7;
}
.service-section-last{
    padding-bottom:60px;
}
.service-wrap{
    width:1240px;
    margin:0 auto;
    display:flex;
    gap:40px;
}
.left-title{
    width:200px;
    font-size:28px;
    font-weight:700;
    line-height:1.2;
    color:#111;
}
.left-title span{
    color: #36b1a7;
}
.service-grid{
    flex:1;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}
.service-card{
    overflow:hidden;
    transition:.4s ease;
    cursor:pointer;
}
.service-head{
    height:56px;
    padding:0 10px;
    border:1px solid #000;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:16px;
    font-weight:600;
    margin-bottom: 20px;
}
.card-link{
    display:block;
    text-decoration:none;
    color:inherit;
}
.plus-link{
    display:flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    text-decoration:none;
    color:#333;
}
.plus{
    font-size:24px;
    transition:.3s;
}
.service-card:hover .plus{
    transform:rotate(90deg);
}
.plus-link:hover{
    color:#00a862;
}
.service-image{
    position:relative;
    overflow:hidden;
    aspect-ratio:4/3;
}
.service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.6s ease;
}
.service-image img:hover{
    transform:scale(1.08);
}
.service-content{
    padding:18px 0px;
}
.service-content h4{
    font-size:16px;
    line-height:1.5;
    margin-bottom:15px;
    color:#222;
    transition:.3s;
}
.service-card:hover h4{
    color:#00a862;
}
.description{
  font-size:16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size:14px;
  margin-bottom:15px;
  color:var(--text-secondary);
}
.seller{
  display: flex;
  line-height: 30px;
  gap:5px;
  font-size:14px;
  font-weight: 700;
  color:var(--text-secondary);
}
.modal-btn-list{
    display: flex;
    gap: 10px;
}
.blog-modal-close a{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#111;
    font-size:20px;
    transition:0.25s;
}
.blog-modal-close:hover{
    background:#111;
}
.blog-modal-close:hover a{
    color:#fff;
}
.campaign-search-box{
    display:flex;
    align-items:center;
    gap:10px;
}
.search-btn{
    border:none;
    cursor:pointer;
    border-radius:4px;
}

@media(max-width:1280px){

    .service-wrap{
        width:100%;
        padding:0 20px;
    }

    .service-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media screen and (max-width: 1600px){
    .detail-container{
        width: 95%;
    }
    .company-card{
        position: relative;
        top: 0;
    }
}
@media screen and (max-width: 1200px){
    .detail-container{
        flex-direction: column;
    }
    .detail-sidebar{
        width: 100%;
    }
}