/* style_company.css */

@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap');


p { font-family: 'NanumSquare', sans-serif;
	font-size:15px; 
	line-height:24px;
	padding-bottom:6px;
}

h4 { font-size:21px !important; 
}

.df-company-wrapper {
    font-family: 'NanumSquare', sans-serif;
    line-height: 1.7;
    color: #333;
    word-break: keep-all;
}

.df-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Section Title */
.df-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.df-main-title {
    font-size: 2.2rem;
    color: #2c3e50;
    position: relative;
    padding-bottom: 15px;
    margin: 0;
    font-weight: 800;
}

.df-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #3498db;
}

/* Intro Section */
.df-intro-desc {
    font-size: 1.15rem;
    text-align: center;
    max-width: 1600px;
    margin: 0 auto 60px;
    color: #555;
}

.df-intro-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.df-intro-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #e9ecef;
    transition: transform 0.3s ease;
}

.df-intro-card:hover {
    transform: translateY(-5px);
}

.df-card-title {
    color: #3498db;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
}

.df-card-text {
    font-size: 1rem;
    margin: 0;
    color: #666;
}

/* Core Competency Section */
.df-competency-dark {
    background-color: #2c3e50;
    color: #fff;
    padding: 40px 0;
}

.df-comp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.df-comp-item {
    text-align: center;
}

.df-comp-label {
    color: #3498db;
    font-size: 1.25rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
}

.df-comp-desc {
    font-weight: 300;
    font-size: 0.95rem;
    opacity: 0.9;
    margin: 0;
	color:#FFF;
}

/* Vision & Mission */
.df-vm-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.df-vm-box {
    flex: 1;
    max-width: 500px;
    background: #f8f9fa;
    padding: 50px 30px;
    text-align: center;
    border-radius: 8px;
}

.df-vm-title {
    color: #2c3e50;
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.df-vm-text {
    font-size: 1.1rem;
    margin: 0;
    color: #444;
}

@media (max-width: 768px) {
    .df-vm-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .df-vm-box {
        width: 100%;
    }

	p { font-family: 'NanumSquare', sans-serif;
	font-size:14px; 
	line-height:22px;
	padding:0px 5px 9px 5px;
}
}

.df-company-wrapper {
    font-family: 'NanumSquare', sans-serif;
    line-height: 1.7;
    color: #333;
    word-break: keep-all;
}

.df-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* --- 공통 타이틀 시스템 --- */
.df-section-title {
    text-align: center;
    margin-bottom: 60px;
}

.df-main-title {
    font-size: 2.5rem;
    color: #2c3e50;
    position: relative;
    padding-bottom: 20px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.df-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #3498db;
}

.df-sub-title {
    font-size: 1.2rem;
    color: #777;
    margin-top: 15px;
    font-weight: 300;
}

/* --- 레이아웃 그리드 (사업영역, 서비스 등 공통 사용) --- */
.df-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.df-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 40px;
}

/* --- 범용 카드 스타일 --- */
.df-card {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.df-card:hover {
    transform: translateY(-10px);
    border-color: #3498db;
}

.df-highlight-title {
    color: #3498db;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.df-desc-text {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

/* --- 다크 섹션 (핵심역량, 기술강점 등) --- */
.df-bg-dark {
    background-color: #2c3e50;
    color: #fff;
    padding: 40px 0;
}

.df-comp-item {
    text-align: center;
    padding: 20px;
}

.df-comp-label {
    color: #3498db;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 700;
    display: block;
}

/* --- 비전/미션 및 강조 박스 --- */
.df-flex-center {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.df-info-box {
    flex: 1;
    min-width: 300px;
    background: #f8f9fa;
    padding: 50px 30px;
    text-align: center;
    border-radius: 8px;
}

/* 반응형 처리 */
@media (max-width: 768px) {
    .df-main-title { font-size: 2rem; }
    .df-grid-2 { grid-template-columns: 1fr; }
}


/* DF-TECH 리뉴얼 공통 스타일 
   기존 style-company.css 파일 하단에 추가하세요.
*/


/* 리스트 스타일 */
.df-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.df-check-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: var(--df-dark);
}

.df-check-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--df-secondary);
    font-weight: bold;
}



  .dual-image{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.dual-image img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 화면이 768px 이하로 좁아지면 1열 */
@media (max-width: 768px){
  .dual-image{
    grid-template-columns: 1fr;
  }
}