/*
 * Taedong Holdings International
 * Stylesheet - Established 2006
 */

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Malgun Gothic', 'Gulim', Verdana, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #333333;
    background: #e8e8e8;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkYGD4z8DAwMgABYxgBpIAOxCDFGBLwwUYGQEAOgMD/YEUlL8AAAAASUVORK5CYII=');
}

a {
    color: #0000cc;
    text-decoration: underline;
}

a:hover {
    color: #cc0000;
}

.container {
    width: 960px;
    margin: 0 auto;
}

/* Top Banner */
.top-banner {
    background: #8b0000;
    background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#600));
    background: linear-gradient(to bottom, #aa0000, #660000);
    color: #ffcc00;
    padding: 4px 0;
    text-align: center;
    border-bottom: 2px solid #d4af37;
    font-size: 11px;
    letter-spacing: 1px;
}

.banner-content .korean-text {
    font-weight: bold;
}

.banner-content .divider {
    margin: 0 10px;
    color: #d4af37;
}

.banner-content .english-text {
    font-size: 10px;
}

/* Header */
.main-header {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background: linear-gradient(to bottom, #ffffff, #e0e0e0);
    padding: 15px 0;
    border-bottom: 3px solid #8b0000;
}

.header-container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.logo-section {
    float: left;
}

.logo-emblem {
    float: left;
    margin-right: 15px;
}

.emblem-circle {
    width: 60px;
    height: 60px;
    background: #8b0000;
    background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#600));
    background: linear-gradient(to bottom, #aa0000 0%, #660000 100%);
    border-radius: 50%;
    border: 3px solid #d4af37;
    text-align: center;
    line-height: 54px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.emblem-text {
    color: #ffcc00;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Batang', serif;
}

.logo-text {
    float: left;
    padding-top: 5px;
}

.company-name-kr {
    font-size: 22px;
    font-weight: bold;
    color: #8b0000;
    letter-spacing: 3px;
    margin-bottom: 2px;
    text-shadow: 1px 1px 0 #fff;
}

.company-name-en {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
}

.company-subtitle {
    font-size: 10px;
    color: #666;
}

.header-contact {
    float: right;
    text-align: right;
    padding-top: 15px;
}

.contact-label {
    font-size: 12px;
    font-weight: bold;
    color: #8b0000;
}

.contact-info {
    font-size: 10px;
    color: #666;
}

/* Navigation */
.main-nav {
    background: #1e3a5f;
    background: -webkit-gradient(linear, left top, left bottom, from(#2a4a6f), to(#0d1b2a));
    background: linear-gradient(to bottom, #2a4a6f 0%, #0d1b2a 100%);
    border-top: 2px solid #d4af37;
    border-bottom: 2px solid #d4af37;
}

.nav-list {
    width: 960px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.nav-list li {
    display: inline-block;
    border-right: 1px solid #0d1b2a;
}

.nav-list li:last-child {
    border-right: none;
}

.nav-list a {
    display: block;
    padding: 8px 25px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.nav-list a span {
    display: block;
    font-size: 9px;
    font-weight: normal;
    color: #aabbcc;
}

.nav-list a:hover,
.nav-list a.active {
    background: #8b0000;
    color: #ffcc00;
}

.nav-list a:hover span,
.nav-list a.active span {
    color: #ffeeaa;
}

/* Hero Section */
.hero-section {
    background: #1e3a5f;
    background: -webkit-gradient(linear, left top, right bottom, from(#0d1b2a), color-stop(50%, #1e3a5f), to(#4a1a1a));
    background: linear-gradient(135deg, #0d1b2a 0%, #1e3a5f 50%, #4a1a1a 100%);
    padding: 40px 0;
    text-align: center;
    border-bottom: 3px solid #d4af37;
}

.hero-slogan-kr {
    font-size: 14px;
    color: #ffcc00;
    letter-spacing: 5px;
    margin-bottom: 10px;
}

.hero-title {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
    margin-bottom: 10px;
}

.hero-subtitle {
    font-size: 12px;
    color: #cccccc;
    letter-spacing: 2px;
}

.hero-decorative {
    margin-top: 20px;
}

.hero-decorative .star {
    color: #d4af37;
    font-size: 16px;
}

.hero-decorative .line {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #d4af37;
    vertical-align: middle;
    margin: 0 10px;
}

/* Page Header (Subpages) */
.page-header {
    background: #1e3a5f;
    background: linear-gradient(135deg, #0d1b2a 0%, #1e3a5f 50%, #4a1a1a 100%);
    padding: 30px 0;
    text-align: center;
    border-bottom: 3px solid #d4af37;
}

.page-title-kr {
    font-size: 24px;
    font-weight: bold;
    color: #ffcc00;
    letter-spacing: 4px;
    text-shadow: 1px 1px 2px #000;
}

.page-title-en {
    font-size: 11px;
    color: #cccccc;
    letter-spacing: 2px;
}

/* Section Styles */
.section-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cccccc;
}

.section-header.light .title-kr,
.section-header.light .title-en {
    color: #ffffff;
}

.section-header.light {
    border-bottom-color: rgba(255,255,255,0.3);
}

.section-title .title-kr {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #8b0000;
    letter-spacing: 3px;
    margin-bottom: 3px;
}

.section-title .title-en {
    display: block;
    font-size: 11px;
    color: #666666;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.title-decoration {
    margin-top: 10px;
}

.title-decoration.light .deco-line {
    background: #d4af37;
}

.title-decoration.light .deco-star {
    color: #d4af37;
}

.deco-line {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #8b0000;
    vertical-align: middle;
}

.deco-star {
    color: #8b0000;
    font-size: 10px;
    margin: 0 8px;
}

/* Welcome Section */
.welcome-section {
    padding: 30px 0;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
}

.welcome-content {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.welcome-text {
    float: left;
    width: 620px;
}

.welcome-text p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 12px;
    line-height: 1.7;
}

.welcome-text .intro-paragraph {
    background: #f5f5f5;
    border-left: 3px solid #8b0000;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 13px;
}

.highlight-name {
    color: #8b0000;
    font-weight: bold;
}

.welcome-stats {
    float: right;
    width: 280px;
    background: #8b0000;
    background: linear-gradient(to bottom, #aa0000 0%, #660000 100%);
    border: 2px solid #d4af37;
    padding: 20px;
}

.stat-item {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.stat-item:last-child {
    border-bottom: none;
}

.stat-number {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #ffcc00;
}

.stat-label {
    display: block;
    font-size: 10px;
    color: #ffffff;
}

.stat-label-kr {
    display: block;
    font-size: 9px;
    color: rgba(255,255,255,0.7);
}

/* Values Banner */
.values-banner {
    background: #d4af37;
    background: linear-gradient(to bottom, #e5c454 0%, #b8960b 100%);
    padding: 20px 0;
    border-top: 2px solid #8b0000;
    border-bottom: 2px solid #8b0000;
}

.values-grid {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

.value-item {
    display: inline-block;
    width: 220px;
    padding: 15px;
    vertical-align: top;
}

.value-icon {
    font-size: 28px;
    font-weight: bold;
    color: #8b0000;
    font-family: 'Batang', serif;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

.value-item h3 {
    font-size: 14px;
    color: #8b0000;
    margin: 5px 0 2px;
}

.value-item p {
    font-size: 10px;
    color: #333;
}

.value-desc {
    display: block;
    font-size: 9px;
    color: #666;
}

/* Sectors Section */
.sectors-section {
    padding: 30px 0;
    background: #f0f0f0;
}

.sectors-grid {
    width: 960px;
    margin: 0 auto;
}

.sector-card {
    display: inline-block;
    width: 300px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-top: 3px solid #8b0000;
    padding: 20px;
    margin: 0 10px 20px 0;
    vertical-align: top;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.sector-card:hover {
    border-top-color: #d4af37;
}

.sector-icon {
    margin-bottom: 15px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: #1e3a5f;
    background: linear-gradient(to bottom, #2a4a6f 0%, #0d1b2a 100%);
    border-radius: 50%;
    border: 2px solid #d4af37;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
}

.sector-title .kr {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.sector-title .en {
    display: block;
    font-size: 10px;
    color: #666;
}

.sector-desc {
    font-size: 11px;
    color: #666;
    line-height: 1.6;
    margin-top: 10px;
}

/* Global Section */
.global-section {
    padding: 30px 0;
    background: #1e3a5f;
    background: linear-gradient(135deg, #0d1b2a 0%, #1e3a5f 100%);
}

.global-content {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.global-text {
    float: left;
    width: 450px;
}

.global-text p {
    color: #cccccc;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.7;
}

.global-text .highlight-name {
    color: #ffcc00;
}

.global-regions {
    float: right;
    width: 450px;
}

.region-item {
    background: rgba(255,255,255,0.1);
    border-left: 3px solid #d4af37;
    padding: 15px;
    margin-bottom: 15px;
}

.region-item h4 {
    font-size: 13px;
    color: #ffcc00;
    margin-bottom: 3px;
}

.region-item p {
    font-size: 10px;
    color: #aaaaaa;
    margin-bottom: 0;
}

.region-detail {
    font-size: 9px;
    color: #888888;
}

/* News Section */
.news-section {
    padding: 30px 0;
    background: #ffffff;
}

.news-list {
    width: 960px;
    margin: 0 auto;
    border: 1px solid #cccccc;
}

.news-item {
    padding: 12px 15px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.news-item:hover {
    background: #f9f9f9;
}

.news-item:last-child {
    border-bottom: none;
}

.news-date {
    float: left;
    width: 80px;
    font-size: 11px;
    color: #666;
    font-family: Tahoma, sans-serif;
}

.news-category {
    float: left;
    width: 70px;
    font-size: 10px;
    color: #fff;
    background: #8b0000;
    padding: 2px 8px;
    text-align: center;
    margin-right: 15px;
}

.news-title {
    overflow: hidden;
    font-size: 12px;
    color: #333;
}

/* Contact CTA */
.contact-cta {
    padding: 30px 0;
    background: #8b0000;
    background: linear-gradient(to bottom, #aa0000 0%, #660000 100%);
    text-align: center;
    border-top: 3px solid #d4af37;
    border-bottom: 3px solid #d4af37;
}

.cta-content h2 {
    font-size: 22px;
    color: #ffcc00;
    letter-spacing: 4px;
    text-shadow: 1px 1px 2px #000;
}

.cta-title-en {
    font-size: 11px;
    color: #ffeeaa;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.cta-text {
    max-width: 600px;
    margin: 0 auto 20px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.7;
}

.cta-button {
    display: inline-block;
    background: #d4af37;
    background: linear-gradient(to bottom, #e5c454 0%, #b8960b 100%);
    color: #8b0000;
    padding: 10px 40px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #ffcc00;
    font-size: 12px;
}

.cta-button:hover {
    background: linear-gradient(to bottom, #f5d464 0%, #c8a61b 100%);
    color: #660000;
}

.cta-button .btn-kr {
    display: block;
    font-size: 14px;
}

.cta-button .btn-en {
    display: block;
    font-size: 9px;
}

/* Footer */
.main-footer {
    background: #0d1b2a;
    color: #cccccc;
    font-size: 11px;
}

.footer-top {
    padding: 30px 0;
    border-bottom: 1px solid #1e3a5f;
}

.footer-grid {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.footer-col {
    float: left;
    width: 220px;
    margin-right: 26px;
}

.footer-col:last-child {
    margin-right: 0;
}

.footer-col h4 {
    font-size: 12px;
    color: #d4af37;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #1e3a5f;
}

.footer-col p {
    font-size: 11px;
    color: #999999;
    margin-bottom: 5px;
}

.footer-motto {
    color: #ffcc00 !important;
    margin-top: 10px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 5px;
}

.footer-col ul a {
    color: #999999;
    text-decoration: none;
    font-size: 11px;
}

.footer-col ul a:hover {
    color: #d4af37;
}

.notice-text {
    font-size: 10px !important;
    line-height: 1.5;
}

.footer-bottom {
    padding: 15px 0;
    background: #000000;
    text-align: center;
}

.copyright {
    font-size: 10px;
    color: #666666;
}

.disclaimer {
    font-size: 9px;
    color: #444444;
}

/* Visitor Counter */
.visitor-counter {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #0d1b2a;
    border: 2px solid #d4af37;
    padding: 8px 15px;
    font-family: 'Courier New', monospace;
    font-size: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.counter-label {
    display: block;
    font-size: 9px;
    color: #d4af37;
    margin-bottom: 3px;
}

.counter-number {
    display: block;
    font-size: 14px;
    color: #ff6666;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Content Section */
.content-section {
    padding: 30px 0;
    background: #ffffff;
}

.overview-content {
    width: 960px;
    margin: 0 auto;
}

.overview-text {
    max-width: 800px;
    margin: 0 auto;
}

.overview-text.centered {
    text-align: center;
}

.overview-text p {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.7;
}

.overview-text .lead-text {
    background: #f5f5f5;
    border-left: 3px solid #8b0000;
    padding: 15px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 13px;
}

/* History/Timeline */
.history-section {
    padding: 30px 0;
    background: #f0f0f0;
}

.timeline {
    width: 700px;
    margin: 0 auto;
}

.timeline-item {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px dashed #cccccc;
}

.timeline-item:last-child {
    border-bottom: none;
}

.timeline-year {
    float: left;
    width: 80px;
    font-size: 18px;
    font-weight: bold;
    color: #8b0000;
    font-family: 'Batang', serif;
}

.timeline-content {
    overflow: hidden;
}

.timeline-content h4 {
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}

.timeline-content p {
    font-size: 11px;
    color: #666;
}

/* Leadership */
.leadership-section {
    padding: 30px 0;
    background: #ffffff;
}

.leadership-grid {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

.leader-card {
    display: inline-block;
    width: 280px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-top: 3px solid #8b0000;
    padding: 20px;
    margin: 0 15px 20px;
    vertical-align: top;
    text-align: center;
}

.photo-placeholder {
    width: 80px;
    height: 80px;
    background: #1e3a5f;
    background: linear-gradient(to bottom, #2a4a6f 0%, #0d1b2a 100%);
    border-radius: 50%;
    border: 3px solid #d4af37;
    margin: 0 auto 15px;
    line-height: 74px;
}

.photo-placeholder span {
    font-size: 28px;
    color: #ffcc00;
    font-family: 'Batang', serif;
}

.leader-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.leader-name-en {
    font-size: 10px;
    color: #666;
    margin-bottom: 8px;
}

.leader-title {
    font-size: 11px;
    color: #8b0000;
    font-weight: bold;
    margin-bottom: 10px;
}

.leader-desc {
    font-size: 11px;
    color: #666;
    line-height: 1.5;
}

/* Organizational Structure */
.structure-section {
    padding: 30px 0;
    background: #1e3a5f;
    background: linear-gradient(to bottom, #1e3a5f 0%, #0d1b2a 100%);
}

.org-chart {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

.org-level {
    margin-bottom: 20px;
}

.org-connector {
    width: 2px;
    height: 20px;
    background: #d4af37;
    margin: 0 auto 20px;
}

.org-box {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    border: 2px solid #d4af37;
    padding: 10px 20px;
    margin: 0 5px;
    min-width: 120px;
}

.org-box.main {
    background: #8b0000;
    padding: 15px 30px;
}

.org-title-kr {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #ffcc00;
}

.org-title-en {
    display: block;
    font-size: 9px;
    color: #aaaaaa;
}

/* Philosophy */
.philosophy-section {
    padding: 30px 0;
    background: #f0f0f0;
}

.philosophy-content {
    width: 700px;
    margin: 0 auto;
}

.philosophy-item {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #cccccc;
}

.philosophy-item:last-child {
    border-bottom: none;
}

.philosophy-number {
    float: left;
    width: 50px;
    height: 50px;
    background: #8b0000;
    background: linear-gradient(to bottom, #aa0000 0%, #660000 100%);
    border: 2px solid #d4af37;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
    color: #ffcc00;
    margin-right: 20px;
}

.philosophy-text {
    overflow: hidden;
}

.philosophy-text h4 {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.philosophy-text p {
    font-size: 11px;
    color: #666;
    line-height: 1.6;
}

/* Service Detail */
.service-detail-section {
    padding: 30px 0;
    background: #ffffff;
}

.service-detail-section.alt {
    background: #f0f0f0;
}

.service-detail {
    width: 800px;
    margin: 0 auto;
}

.service-header {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #8b0000;
}

.service-icon-large {
    float: left;
    font-size: 36px;
    width: 60px;
    height: 60px;
    background: #1e3a5f;
    background: linear-gradient(to bottom, #2a4a6f 0%, #0d1b2a 100%);
    border-radius: 50%;
    border: 2px solid #d4af37;
    text-align: center;
    line-height: 56px;
    margin-right: 20px;
}

.service-titles {
    overflow: hidden;
    padding-top: 10px;
}

.service-name-kr {
    font-size: 20px;
    font-weight: bold;
    color: #8b0000;
}

.service-name-en {
    font-size: 11px;
    color: #666;
}

.service-content {
    overflow: hidden;
}

.service-description {
    float: left;
    width: 400px;
}

.service-description p {
    font-size: 12px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 15px;
}

.service-capabilities {
    float: right;
    width: 350px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
}

.service-capabilities h4 {
    font-size: 12px;
    font-weight: bold;
    color: #8b0000;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.service-capabilities ul {
    list-style: none;
}

.service-capabilities li {
    font-size: 11px;
    color: #666;
    padding: 5px 0;
    padding-left: 15px;
    position: relative;
}

.service-capabilities li:before {
    content: '★';
    position: absolute;
    left: 0;
    color: #d4af37;
    font-size: 8px;
}

/* Principles Section */
.principles-section {
    padding: 30px 0;
    background: #8b0000;
    background: linear-gradient(to bottom, #aa0000 0%, #660000 100%);
}

.principles-grid {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

.principle-card {
    display: inline-block;
    width: 210px;
    background: rgba(255,255,255,0.1);
    border: 2px solid #d4af37;
    padding: 20px;
    margin: 0 10px;
    vertical-align: top;
}

.principle-icon {
    font-size: 32px;
    font-weight: bold;
    color: #ffcc00;
    font-family: 'Batang', serif;
    margin-bottom: 10px;
}

.principle-card h3 {
    font-size: 14px;
    color: #ffcc00;
}

.principle-en {
    font-size: 9px;
    color: #ffeeaa;
    margin-bottom: 10px;
}

.principle-desc {
    font-size: 10px;
    color: #ffffff;
    line-height: 1.5;
}

/* Regions Section */
.regions-section {
    padding: 30px 0;
    background: #f0f0f0;
}

.regions-grid {
    width: 960px;
    margin: 0 auto;
}

.region-card {
    display: inline-block;
    width: 450px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-top: 3px solid #8b0000;
    margin: 0 15px 20px 0;
    vertical-align: top;
}

.region-header {
    background: #1e3a5f;
    background: linear-gradient(to bottom, #2a4a6f 0%, #0d1b2a 100%);
    padding: 12px 15px;
}

.region-name-kr {
    font-size: 14px;
    font-weight: bold;
    color: #ffcc00;
}

.region-name-en {
    font-size: 10px;
    color: #aaaaaa;
}

.region-body {
    padding: 15px;
}

.region-body p {
    font-size: 11px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.region-stats {
    overflow: hidden;
    margin-bottom: 10px;
}

.region-stat {
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 20px;
}

.stat-value {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #8b0000;
}

.stat-desc {
    font-size: 9px;
    color: #666;
}

.region-focus {
    font-size: 10px;
    color: #333;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
}

/* Programs Section */
.programs-section {
    padding: 30px 0;
    background: #ffffff;
}

.programs-grid {
    width: 700px;
    margin: 0 auto;
}

.program-item {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #cccccc;
}

.program-item:last-child {
    border-bottom: none;
}

.program-number {
    float: left;
    width: 40px;
    height: 40px;
    background: #d4af37;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #8b0000;
    margin-right: 20px;
}

.program-content {
    overflow: hidden;
}

.program-content h4 {
    font-size: 13px;
    color: #333;
    margin-bottom: 8px;
}

.program-content p {
    font-size: 11px;
    color: #666;
    line-height: 1.6;
}

/* Inquiry Section */
.inquiry-section {
    padding: 30px 0;
    background: #1e3a5f;
    background: linear-gradient(to bottom, #1e3a5f 0%, #0d1b2a 100%);
}

.inquiry-content {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

.inquiry-text {
    margin-bottom: 20px;
}

.inquiry-text p {
    color: #cccccc;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.inquiry-text .highlight-name {
    color: #ffcc00;
}

.inquiry-requirements {
    background: rgba(255,255,255,0.1);
    border: 2px solid #d4af37;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.inquiry-requirements h4 {
    font-size: 12px;
    color: #ffcc00;
    margin-bottom: 10px;
}

.inquiry-requirements ul {
    list-style: none;
}

.inquiry-requirements li {
    font-size: 11px;
    color: #cccccc;
    padding: 5px 0;
    padding-left: 15px;
    position: relative;
}

.inquiry-requirements li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #d4af37;
}

.cta-button.light {
    background: #d4af37;
    background: linear-gradient(to bottom, #e5c454 0%, #b8960b 100%);
    color: #0d1b2a;
}

/* Contact Info Section */
.contact-info-section {
    padding: 30px 0;
    background: #ffffff;
}

.contact-grid {
    width: 960px;
    margin: 0 auto;
}

.contact-card {
    display: inline-block;
    width: 450px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-top: 3px solid #8b0000;
    padding: 20px;
    margin: 0 15px 20px 0;
    vertical-align: top;
    text-align: center;
}

.contact-card.main-contact {
    width: 930px;
    background: #f0f0f0;
}

.contact-icon {
    font-size: 28px;
    font-weight: bold;
    color: #8b0000;
    font-family: 'Batang', serif;
    margin-bottom: 10px;
}

.contact-card h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.contact-subtitle {
    font-size: 10px;
    color: #666;
    margin-bottom: 15px;
}

.contact-details p {
    font-size: 11px;
    color: #666;
    margin-bottom: 3px;
}

.contact-details strong {
    color: #333;
}

.address-note {
    font-size: 11px;
    color: #8b0000;
    font-style: italic;
}

.address-note-en {
    font-size: 10px;
    color: #666;
    font-style: italic;
}

.secure-note {
    font-size: 10px;
    color: #999;
    font-style: italic;
    background: #eee;
    padding: 2px 6px;
}

/* Offices Section */
.offices-section {
    padding: 30px 0;
    background: #f0f0f0;
}

.offices-grid {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

.office-item {
    display: inline-block;
    width: 210px;
    background: #ffffff;
    border-left: 3px solid #8b0000;
    padding: 15px;
    margin: 0 10px 15px;
    text-align: center;
    vertical-align: top;
}

.office-item h4 {
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

.office-en {
    font-size: 9px;
    color: #666;
    margin-bottom: 8px;
}

.office-detail {
    font-size: 10px;
    color: #999;
    font-style: italic;
    margin-bottom: 8px;
}

.office-email {
    font-size: 10px;
    color: #8b0000;
    font-weight: bold;
}

/* Form Section */
.form-section {
    padding: 30px 0;
    background: #ffffff;
}

.form-intro {
    width: 600px;
    margin: 0 auto 25px;
    text-align: center;
}

.form-intro p {
    font-size: 11px;
    color: #666;
    margin-bottom: 10px;
}

.inquiry-form {
    width: 700px;
    margin: 0 auto;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 25px;
}

.form-row {
    overflow: hidden;
    margin-bottom: 15px;
}

.form-group {
    float: left;
    width: 320px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.form-group.full-width {
    float: none;
    width: 100%;
    margin-right: 0;
}

.form-group label {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 8px;
    font-size: 11px;
    font-family: 'Malgun Gothic', Tahoma, sans-serif;
    border: 1px solid #ccc;
    background: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #8b0000;
    outline: none;
}

.form-group textarea {
    height: 100px;
    resize: vertical;
}

.form-notice {
    background: #fff5f5;
    border: 1px solid #ffcccc;
    padding: 10px;
    margin-bottom: 20px;
}

.form-notice p {
    font-size: 10px;
    color: #666;
    margin: 0;
}

.form-submit {
    text-align: center;
}

.submit-button {
    background: #8b0000;
    background: linear-gradient(to bottom, #aa0000 0%, #660000 100%);
    color: #ffcc00;
    border: 2px solid #d4af37;
    padding: 10px 50px;
    font-size: 12px;
    font-family: 'Malgun Gothic', Tahoma, sans-serif;
    cursor: pointer;
}

.submit-button:hover {
    background: linear-gradient(to bottom, #bb1111 0%, #771111 100%);
}

.submit-button .btn-kr {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.submit-button .btn-en {
    display: block;
    font-size: 9px;
}

/* Guidelines Section */
.guidelines-section {
    padding: 30px 0;
    background: #1e3a5f;
    background: linear-gradient(to bottom, #1e3a5f 0%, #0d1b2a 100%);
}

.guidelines-content {
    width: 700px;
    margin: 0 auto;
}

.guideline-item {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.guideline-item:last-child {
    border-bottom: none;
}

.guideline-number {
    float: left;
    width: 40px;
    height: 40px;
    background: #d4af37;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #0d1b2a;
    margin-right: 20px;
}

.guideline-text {
    overflow: hidden;
}

.guideline-text h4 {
    font-size: 13px;
    color: #ffcc00;
    margin-bottom: 8px;
}

.guideline-text p {
    font-size: 11px;
    color: #cccccc;
    line-height: 1.6;
}

/* Clearfix */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Mobile Display Fix */
@media screen and (max-width: 980px) {
    .container,
    .header-container,
    .nav-list,
    .welcome-content,
    .values-grid,
    .sectors-grid,
    .global-content,
    .news-list,
    .footer-grid,
    .overview-content,
    .timeline,
    .leadership-grid,
    .org-chart,
    .philosophy-content,
    .service-detail,
    .principles-grid,
    .regions-grid,
    .programs-grid,
    .inquiry-content,
    .contact-grid,
    .offices-grid,
    .guidelines-content,
    .inquiry-form,
    .form-intro {
        width: auto;
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    /* Header adjustments */
    .logo-section,
    .header-contact {
        float: none;
        text-align: center;
    }

    .logo-emblem {
        float: none;
        display: inline-block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .logo-text {
        float: none;
        display: block;
        text-align: center;
    }

    .header-contact {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid #ddd;
    }

    /* Navigation - keep horizontal but allow wrapping */
    .nav-list li {
        display: inline-block;
        border-right: none;
        border-bottom: 1px solid #0d1b2a;
    }

    .nav-list a {
        padding: 10px 15px;
    }

    /* Welcome section - stack columns */
    .welcome-text,
    .welcome-stats {
        float: none;
        width: auto;
        max-width: 100%;
    }

    .welcome-stats {
        margin-top: 20px;
    }

    /* Values grid - allow wrapping */
    .value-item {
        width: 45%;
        min-width: 180px;
    }

    /* Sector cards - stack */
    .sector-card {
        display: block;
        width: auto;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    /* Global section - stack columns */
    .global-text,
    .global-regions {
        float: none;
        width: auto;
        max-width: 100%;
    }

    .global-regions {
        margin-top: 20px;
    }

    /* Footer columns - stack */
    .footer-col {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    /* Leadership cards - stack */
    .leader-card {
        display: block;
        width: auto;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    /* Org chart boxes */
    .org-box {
        display: block;
        margin: 10px auto;
        max-width: 200px;
    }

    /* Service detail - stack */
    .service-description,
    .service-capabilities {
        float: none;
        width: auto;
        max-width: 100%;
    }

    .service-capabilities {
        margin-top: 20px;
    }

    /* Principle cards - stack */
    .principle-card {
        display: block;
        width: auto;
        max-width: 300px;
        margin: 0 auto 15px;
    }

    /* Region cards - stack */
    .region-card {
        display: block;
        width: auto;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    /* Contact cards - stack */
    .contact-card {
        display: block;
        width: auto;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .contact-card.main-contact {
        width: auto;
    }

    /* Office items - stack */
    .office-item {
        display: block;
        width: auto;
        max-width: 300px;
        margin: 0 auto 15px;
    }

    /* Form adjustments */
    .form-group {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .inquiry-form {
        padding: 15px;
    }

    /* Visitor counter - adjust position */
    .visitor-counter {
        bottom: 10px;
        right: 10px;
        padding: 5px 10px;
        font-size: 9px;
    }

    .counter-number {
        font-size: 12px;
    }
}

/* Smaller mobile screens */
@media screen and (max-width: 480px) {
    /* Increase tap targets and readability */
    body {
        font-size: 14px;
    }

    .nav-list a {
        padding: 12px 10px;
        font-size: 11px;
    }

    .nav-list a span {
        display: none; /* Hide English subtitles in nav on small screens */
    }

    /* Hero adjustments */
    .hero-title {
        font-size: 22px;
    }

    .hero-slogan-kr {
        font-size: 12px;
        letter-spacing: 2px;
    }

    /* Section titles */
    .section-title .title-kr {
        font-size: 16px;
    }

    /* Stats in welcome section */
    .stat-number {
        font-size: 28px;
    }

    /* Value items - full width */
    .value-item {
        width: 100%;
        max-width: none;
        border-bottom: 1px solid rgba(139, 0, 0, 0.2);
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    /* Timeline adjustments */
    .timeline-year {
        float: none;
        width: auto;
        margin-bottom: 5px;
    }

    /* Philosophy adjustments */
    .philosophy-number {
        float: none;
        margin: 0 auto 10px;
    }

    .philosophy-text {
        text-align: center;
    }

    /* Program adjustments */
    .program-number {
        float: none;
        margin: 0 auto 10px;
    }

    .program-content {
        text-align: center;
    }

    /* Guideline adjustments */
    .guideline-number {
        float: none;
        margin: 0 auto 10px;
    }

    .guideline-text {
        text-align: center;
    }

    /* Region stats */
    .region-stat {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    /* CTA button */
    .cta-button {
        padding: 12px 30px;
    }

    /* Form inputs larger for touch */
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px;
        font-size: 16px; /* Prevents iOS zoom on focus */
    }

    .submit-button {
        padding: 15px 40px;
    }

    /* News items */
    .news-date,
    .news-category {
        float: none;
        display: block;
        width: auto;
        margin-bottom: 5px;
    }

    .news-category {
        display: inline-block;
    }
}
