/* ============================================
   모바일 메인 레이아웃 스킨 1 - 뉴시스 스타일
   ============================================ */

.mobile_main_wrap {
    padding-bottom: 20px;
    background: #f8f8f8;
}

/* 공통 섹션 타이틀 */
.section_title_bold {
    font-size: 18px;
    font-weight: 700;
    padding: 15px;
    margin: 0;
    background: #fff;
    border-bottom: 2px solid #000;
    color: #000;
}

/* ========== 메인 탑 기사 ========== */
.main_top_section {
    background: #fff;
    margin-bottom: 10px;
}

.main_top_article a {
    display: block;
    text-decoration: none;
    color: #333;
}

.main_top_img {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.main_top_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_top_content {
    padding: 15px;
}

.main_top_content h2 {
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.main_top_bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

.main_top_bullets li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.main_top_bullets li::before {
    content: '·';
    position: absolute;
    left: 0;
    color: #333;
}

.main_top_time {
    font-size: 13px;
    color: #999;
}

/* ========== 헤드라인 섹션 ========== */
.headline_section {
    background: #fff;
    margin-bottom: 10px;
}

.headline_simple_list {
    padding: 0;
}

.headline_simple_item {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
}

.headline_simple_item:last-child {
    border-bottom: none;
}

.headline_simple_item a {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: #333;
}

.headline_simple_thumb {
    width: 80px;
    height: 60px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}

.headline_simple_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headline_simple_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.headline_simple_content h3 {
    margin: 0 0 6px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.headline_simple_content span {
    font-size: 12px;
    color: #999;
}

.headline_simple_item:active {
    background: #f8f8f8;
}

/* ========== 많이 본 뉴스 ========== */
.popular_section {
    background: #fff;
    margin-bottom: 10px;
}

.popular_news_list {
    padding: 0;
}

.popular_item {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
}

.popular_item:last-child {
    border-bottom: none;
}

.popular_item a {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: #333;
}

.popular_thumb {
    width: 80px;
    height: 60px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}

.popular_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popular_content h3 {
    margin: 0 0 6px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.popular_content span {
    font-size: 12px;
    color: #999;
}

.popular_item:active {
    background: #f8f8f8;
}

/* ========== 핫이슈 ========== */
.hot_issue_section {
    background: #fff;
    margin-bottom: 10px;
}

/* ========== 포토 갤러리 ========== */
.photo_section {
    background: #fff;
    margin-bottom: 10px;
}

.photo_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px;
}

.photo_item a {
    display: block;
    text-decoration: none;
    color: #333;
}

.photo_img {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 8px;
}

.photo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo_item h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ========== 추천 기사 ========== */
.recommend_section {
    background: #fff;
    margin-bottom: 10px;
}

.recommend_list {
    padding: 0;
}

.recommend_item {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.recommend_item:last-child {
    border-bottom: none;
}

.recommend_item a {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: #333;
}

.recommend_thumb {
    width: 140px;
    height: 105px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px;
}

.recommend_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recommend_content h4 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recommend_content p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recommend_item:active {
    background: #f8f8f8;
}

/* ========== 메인 섹션 타이틀 ========== */
.main_section_title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    line-height: 1;
}

.main_section_title a {
    color: #000;
    text-decoration: none;
}

.main_section_title a:active {
    opacity: 0.7;
}