/* ── Hero (#parallax-promotion legacy structure) ── */
#kso-promotion {
    position: relative;
    margin-top: 0;
}
@keyframes gradient {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.hero-gradient {
    background: linear-gradient(-45deg, #00296b, #00509d, #e52e71, #FD5F00, #ff8a00);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}
#parallax-promotion {
    display: table;
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 500px;
}
#parallax-promotion .parallaxCover {
    display: table-cell;
    vertical-align: middle;
    padding: 100px 0 0;
    width: 100%;
    color: #fff;
}
.parallax-caption {
    padding: 0 16px;
    text-align: center;
}
.parallax-caption h3 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 12px;
    color: #fff;
}
.parallax-caption .slogan {
    font-size: 14px;
    color: rgba(255,255,255,0.92);
    font-weight: 500;
    margin-bottom: 24px;
}
#search_box .form-control {
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 8px 12px;
}

/* ── kso-teaser (3 feature blocks — legacy) ── */
.kso-section { position: relative; padding: 60px 0; }
.section1 { padding-top: 30px; padding-bottom: 10px; }
.conceptBgColor { color: #fff; background-color: #00509d; }
.pull-left { float: left !important; }
.icon-2x { font-size: 40px; line-height: 1; }
#kso-teaser, #kso-teaser-xs { color: #fff; }
#kso-teaser .block, #kso-teaser-xs .block { margin-bottom: 20px; min-height: 76px; padding-left: 60px; position: relative; }
#kso-teaser .block i.pull-left, #kso-teaser-xs .block i.pull-left {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
}
#kso-teaser h4, #kso-teaser-xs h4 { margin: 0 0 6px 0; }
#kso-teaser h2, #kso-teaser-xs h2 { margin: 0; font-size: 22px; font-weight: 700; }
#kso-teaser h2 a, #kso-teaser-xs h2 a { color: #fff; text-decoration: none; }
#kso-teaser h2 a:hover, #kso-teaser-xs h2 a:hover { color: #E2E8F0; }
#kso-teaser p, #kso-teaser-xs p { margin: 6px 0 0; font-size: 16px; color: #fff; }

/* ── section_add (notice list) ── */
.section6 { padding-top: 60px; padding-bottom: 40px; }
#section_add ul { list-style: disc; margin: 0; padding-left: 24px; }
#section_add li { padding: 6px 0; color: #222; font-size: 17px; }
#section_add li a { color: #222; text-decoration: none; font-size: 17px; }
#section_add li a:hover { color: #00509d; }
.new-badge { color: #FD5F00; font-size: 13px; font-weight: 700; margin-left: 4px; }

.division-line { height: 1px; background-color: #ddd; }

/* ── Feature Blocks (legacy light green band) ── */
.feature-blocks {
    background: #B3F1C7;
    padding: 28px 0;
}
.feature-block a {
    text-decoration: none;
    color: #1f1f1f;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 10px 8px;
}
.feature-block .icon {
    font-size: 26px;
    color: #00509d;
    flex-shrink: 0;
    line-height: 1;
    margin-top: 2px;
}
.feature-block h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #1f1f1f;
}
.feature-block p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

/* ── Notice Bar ── */
.notice-bar {
    background: #fff;
    border-top: 1px solid #e9ecef;
    padding: 22px 0;
    font-size: 14px;
}
.notice-bar ul {
    list-style: disc;
    margin: 0;
    padding-left: 1.3rem;
}
.notice-bar li {
    padding: 6px 0;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
.notice-bar a {
    color: #222;
    text-decoration: none;
}
.notice-bar a:hover {
    color: #00509d;
}
.notice-bar .new-badge {
    display: inline-block;
    color: #FC4100;
    font-size: 12px;
    font-weight: 700;
    margin-left: 6px;
    vertical-align: middle;
}

/* ── Hero text ── */
.hero h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #1f1f1f;
    margin: 0 0 10px;
}
.hero .slogan {
    font-size: 13px;
    color: #2c4a3a;
    margin: 0 0 16px;
    font-weight: 500;
}

/* ── Search (inside hero) ── */
.hero .search-wrap {
    max-width: 540px;
    margin: 0 auto;
}
.hero .search-wrap .input-group {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    overflow: hidden;
}
.hero .search-wrap .input-group-text {
    background: #fff;
    border: 0;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}
.hero .search-wrap .form-control {
    border: 0;
    font-size: 14px;
    padding: 10px 14px;
}
.hero .search-wrap .btn {
    border-radius: 0;
    background: #00296b;
    color: #fff;
    font-weight: 600;
    padding: 0 22px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    #parallax-promotion { height: 320px; }
}
@media (max-width: 767px) {
    #parallax-promotion { height: 280px; }
    .parallax-caption h3 { font-size: 28px !important; }
    #search_box .form-control { width: 200px; }
}
@media (max-width: 575px) {
    .hero h1 { font-size: 26px; }
    .hero .hero-content { padding: 12px; }
    .hero h1 { margin-bottom: 12px; }
    .hero .slogan { margin-bottom: 4px; font-size: 12px; }
}
