.content {
  margin-top: 0;
  width: 950px;
  margin: 20px auto 0;
}

.krma-new .main-banner {
  display: flex;
  gap: 16px;
  width: 950px;
  margin: 20px auto 40px;
}

.krma-new .banner-left {
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 590px;
  height: 380px;
}

.krma-new .slide-banner {
  position: relative;
  overflow: hidden;
  width: 590px;
  height: 380px;
}

.krma-new .slide-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.krma-new .banner-text {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 2;
  color: #fff;
}

.krma-new .banner-text .slide-text {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.3;
  color: white;
}

.krma-new .banner-text .slide-text-sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.krma-new .banner-left .controls {
  display: flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  bottom: 20px;
  left: 32px;
  z-index: 1;
}

.krma-new .banner-left .nav-controls {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 0 4px;
  height: 28px;
  width: 80px;
}

.krma-new .banner-left .nav-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: white;
  font-size: 16px;
}

.krma-new .banner-left .nav-controls .pagination {
  font-size: 14px;
  color: white;
  height: 19px;
}

.krma-new .banner-left .controls .pause {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  color: white;
  font-size: 14px;
}

.krma-new .nav-controls button svg {
  width: 14px;
  height: 14px;
}

.krma-new .pagination {
  font-size: 14px;
}

.krma-new .pagination .current {
  font-weight: 600 !important;
}

.krma-new .pagination .total {
  font-weight: 200 !important;
  color: rgba(255, 255, 255, 0.6);
}

.krma-new .pause .icon {
  width: 16px;
  height: 16px;
  display: block;
}

.krma-new .banner-left .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.8s ease-in-out;
}

.krma-new .banner-left .slide.active {
  opacity: 1;
  z-index: 1;
}

.krma-new .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.krma-new .card-grid .card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  border: 1px solid rgba(112, 115, 124, 0.16);
  border-radius: 8px;
  width: 164px;
  height: 116px;
  color: #333;
  text-decoration: none;
}

.krma-new .card-grid .card .info {
  margin-bottom: auto;
  padding: 12px;
}

.krma-new .card-grid .card .arrow {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 16px;
  height: 16px;
}

.krma-new .card-grid .card .arrow img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.4;
}

.krma-new .card-grid .card .icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
}

.krma-new .card-grid .card .info .card-head-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
  color: #1A1A1A;
}

.krma-new .card-grid .card .info p {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  color: #616161;
}


.krma-new .card-grid .card-full {
  grid-column: 1 / -1;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 344px;
  height: 116px;
  border-radius: 8px;
  overflow: hidden;
}

.krma-new .card-grid .card-full .card-pattern-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.krma-new .card-grid .card-full > * {
  position: relative;
  z-index: 1;
}

.krma-new .card-full-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 12px;
}

.krma-new .card-full-text {
  color: #fff;
}

.krma-new .card-full-text .tag {
  display: block;
  font-size: 12px;
  opacity: 0.7;
  margin: 3px 0;
}

.krma-new .card-full-text .card-full-main-text {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: white;
  font-weight: 700;
}

.krma-new .card-full-text .btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px 10px;
  border-radius: 20px;
  text-decoration: none;
}

.krma-new .card-full-icon img {
  width: 84px;
  height: auto;
}


.krma-new .info-section {
  display: flex;
  gap: 16px;
  width: 950px;
}

.krma-new .brand-banner {
  position: relative;
  width: 590px;
  height: 122px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f0f5ff;
}

.krma-new .brand-banner .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.krma-new .brand-banner .brand-link {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

.krma-new .brand-banner .brand-content {
  flex: 1;
}

.krma-new .brand-banner .tag {
  display: block;
  font-size: 12px;
  color: #0054a6;
  margin-bottom: 8px;
  height: 18px;
}

.krma-new .brand-banner .headline .headline-text {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
}

.krma-new .info-section {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "banner  notice"
    "cv      notice";
  gap: 16px;
  margin-bottom: 60px;
}

.krma-new .brand-banner { grid-area: banner; }
.krma-new .notice-block { grid-area: notice; }
.krma-new .cv-block     { grid-area: cv; }

.krma-new .cv-block {
  display: flex;
  gap: 20px;
  width: 590px;
  height: 160px;
  align-items: center;
}

.krma-new .video-block {
  flex: 1;
}

.krma-new .contact-block {
  padding: 10px 10px;
  text-align: left;
  width: 350px;
  height: 160px;
}

.krma-new .contact-block .contact-block-text {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}

.krma-new .contact-block .phone {
  font-size: 24px;
  font-weight: 700;
  color: #0054a6;
  display: inline-block;
  margin-bottom: 4px;
  white-space: nowrap;
}

.krma-new .contact-block .hours {
  display: inline-block;
  font-size: 12px;
  color: #9E9E9E;
  font-weight: 400;
  margin-left: 8px;
  vertical-align: middle;
}

.krma-new .contact-icons {
  border-top: 1px solid rgba(112, 115, 124, 0.16);
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

.krma-new .contact-icons a {
  text-decoration: none;
  color: #444444;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.krma-new .contact-icons img {
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
}

.krma-new .video-block .video-thumb {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  width: 232px;
  height: 130px;
  cursor: pointer;
}

.krma-new .video-block .video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.krma-new .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.krma-new .play-button-overlay img {
  width: 50px;
  height: auto;
  display: block;
}

.krma-new .play-caption {
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  margin-top: 8px;
  text-align: center;
}

.krma-new .notice-block {
  padding: 12px 12px 0 12px;
  width: 344px;
  height: 298px;
}

.krma-new .notice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.krma-new .tabs {
  display: flex;
  list-style: none;
}

.krma-new .tabs li + li {
  margin-left: 16px;
}

.krma-new .tabs button {
  background: none;
  border: none;
  font-size: 18px;
  color: #9E9E9E;
  cursor: pointer;
}

.krma-new .tabs .active button {
  font-weight: bold;
  color: #1A1A1A;
  border-bottom: 2px solid #0054a6;
  padding-bottom: 4px;
}

.krma-new .more-btn {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #616161;
  text-decoration: none;
  border: 1px solid rgba(102, 102, 102, 0.4);
  border-radius: 20px;
  padding: 3px 10px;
  transition: background 0.2s;
}

.krma-new .more-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.krma-new .notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Pretendard', sans-serif;
}

.krma-new .notice-list li {
  border-bottom: 1px solid rgba(112, 115, 124, 0.08);
  height: 50px;
}

.krma-new .notice-list a {
  display: flex;
  align-items: center;
  padding: 0 0;
  height: 100%;
  text-decoration: none;
  color: #000;
  line-height: 18px;
}

.krma-new .notice-list .tag {
  display: inline-flex;
  font-size: 10px;
  width: 35px;
  height: 18px;
  border-radius: 4px;
  margin-right: 8px;
  flex-shrink: 0;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}

.krma-new .notice-list .tag.notice {
  background-color: #f0f0f0;
  color: #616161;
}

.krma-new .notice-list .tag.event {
  background-color: #f0f0f0;
  color: #616161;
}

.krma-new .notice-list .title {
  flex: 1;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 230px;
}

.krma-new .notice-list .date-new {
  font-size: 11px;
  color: #9e9e9e;
  margin-left: 4px;
  flex-shrink: 0;
  white-space: nowrap;
}
