/* 공통 ????*/
body {
  font-family: Gulim, Dotum, Arial;
  margin: 0;
  padding: 0;
}

/* 로고 + 메뉴 */
.logo_kist {
  padding: 10px 40px;
  background-color: #ffffff;
  white-space: nowrap;
}

.logo-left {
  float: left;
}

.logo-left img {
  height: 47px;
  vertical-align: middle;
  border: 0;
}

.menu-right {
  float: left;
  margin-left: 30px;
  margin-top: 5px;
  width: 700px;
}

.menu-bar {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-bar li {
  float: left;
  position: relative;
  margin-right: 15px;
  z-index: 1001;
}

.menu-bar li a {
  display: block;
  padding: 10px 12px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.menu-bar li a:hover {
  background-color: #d9eaff;
}

/* ?롭?운 ?브메뉴 */
.submenu {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
}

.submenu li a {
  padding: 6px 10px;
  font-size: 13px;
  display: block;
  color: #000;
  text-decoration: none;
}

.submenu li a:hover {
  background-color: #f0f0f0;
}

/* 메티??강조 링크 */
.metis-label {
  color: red !important;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 10px 12px;
}

/* 배너 */
.banner-container {
  width: 100%;          /* ü  */
  margin: 0;
  overflow: hidden;
  position: relative;
}

.main-banner {
  display: block;
  width: 100%;          /* ȭ  ° */
  height: auto;         /*   */
}

.banner-text {
  position: absolute;
  top: 30px;
  left: 40px;
  color: #003366;
  text-align: left;
}

.banner-text h1 {
  font-size: 26px;
  margin-bottom: 5px;
}

.banner-text p {
  font-size: 14px;
  margin: 0;
}

/* 본문 ?명 문구 */
.sub-banner-text {
  padding: 40px 40px 20px 40px;
  color: #222;
  text-align: left;
  margin-left: 360px;
}

.sub-banner-text h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.sub-banner-text p {
  margin: 0;
  padding: 0;
}

.sub-banner-line {
  width: 610px;
  border-top: 1px solid #aaa;
  margin: 8px 0 0 0;
  display: block;
  text-align: left;
}

/* ?증로고 그리??*/
.logo-grid {
  width: 640px;
  margin-top: -25px;
  margin-left: 385px;
  margin-bottom: 30px;
  text-align: center;
}

.logo-grid table {
  width: 100%;
  border-collapse: collapse;
}

.logo-grid td {
  padding: 10px;
}

.logo-grid img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  border: none;
  outline: none;
}

.logo-grid a {
  border: none;
  outline: none;
}

/* ?터 */
.footer-background {
  background-color: #003366;
  padding: 20px 0;
}

.footer {
  max-width: 1000px;
  margin-left: 11.8cm;
  color: white;
  font-size: 12px;
  text-align: left;
  line-height: 1.6;
}

.footer a {
  color: #d3e4ff;
  font-weight: bold;
  text-decoration: none;
}

.footer p {
  margin: 2px 0;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-links {
  margin-top: 6px;
}

.info-block {
  position: relative;
  top: -30px;
  margin-left: 50px;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 30px;
}

.procedure-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}

.procedure-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px 25px;
  width: 260px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.procedure-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.procedure-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.procedure-list li {
  background-color: #e0f0ff;
  border: 1px solid #c0d8f0;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

.procedure-label {
  font-weight: bold;
  color: #004080;
}

.logo-grid a img:hover {
  opacity: 0.8;
  border: 2px solid #005bac;
  border-radius: 6px;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

.footer-text {
  line-height: 1.0;
}

.footer-text p {
  margin: 0 !important;
  line-height: 1.1 !important;
}

.banner-full {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.banner-full img {
  width: 100%;     /*   ü */
  height: auto;    /*   */
  display: block;
}

.banner-full .banner-text {
  position: absolute;
  top: 30px;
  left: 40px;
  color: #003366;
  text-align: left;
}

/* Ӵٿ ޴   ġ */
#menu .submenu { 
  list-style:none; margin:0; padding:0; 
  white-space: normal !important; /* nowrap̸ ٹٲ   */
  width: 180px !important;        /* ʿ   */
}
#menu .submenu li {
  display:block !important;
  float:none !important;
  clear:both !important;
  width:100% !important;
}
#menu .submenu a {
  display:block !important;
}