@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* Article View Tag CSS */
.ContentsWrap section.subview_title{position: relative; font-weight: 600; border-left: 3px solid #f58220; padding-left: 25px; margin: 20px 0; clear:both;}
.ContentsWrap section.subview_title:before {content: ''; display: block;  position: absolute; left: -3px; top: 0; width: 3px; height: 5px; background: #fff;}
.ContentsWrap section.subview_title:after {content: '';display: block; position: absolute; left: -3px; bottom: 0; width: 3px; height: 5px; background: #fff;}

/* Reset & Base */
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-thumb {
    background: #a9a9a9;
}

/* mboxcont 기본 스타일 */
.mboxcont {
    background: #fff; 
    overflow: hidden;
}

dl, dd, ol, li, ul, li { list-style: none; }
table { border-collapse: collapse; }
caption { display: none; }
button, fieldset, img { border: 0; padding: 0; vertical-align: top !important; }
button { background: 0 0; }
input, select { vertical-align: middle; }

body {
    -webkit-text-size-adjust: auto;
    background: #f8f9fa;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    color: #333;
    line-height: 1.6;
}

body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    color: #333;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

/* Search Bar Styles */
.searchbar {
    margin: 10px auto;
    width: 86%;
    position: relative;
    clear: both;
}

#open_nav {
    display: none;
}

.searchbar input.myInput {
    background: #f5f5f5;
    border-radius: 4px;
    width: 100%;
    min-height: 48px;
    height: 100%;
    font-size: 15px;
    padding: 0 50px 0 15px;
    color: #333;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.searchbar input.myInput::placeholder {
    color: #888;
    text-align: center;
}

.searchbar .btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.searchbar .btn .img_element {
    display: block;
    width: 23px;
    height: 23px;
    background-image: url('/images/img_element.png');
    background-repeat: no-repeat;
    background-color: transparent;
}

.searchbar .btn .search_ico {
    background-position: -200px -50px;
}

/* 검색 아이콘 상태 */
.TopConts .search a.img_element {
    display: block;
    width: 23px;
    height: 23px;
    background-image: url('/images/img_element.png');
    background-repeat: no-repeat;
    background-color: transparent;
}

.TopConts .search a.search_ico {
    background-position: -200px -50px;
}

.TopConts .search a.search_ico_over {
    background-position: -230px -50px;
    width: 21px;
    height: 21px;
}

/* Search Page Styles */
.main_container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.searchbox-area {
    background: #fff;
    padding: 16px;
    border-bottom: 1px solid #eee;
}

.search_area {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0 0;
}

.search_box {
    flex: 1;
    position: relative;
}

.searchInput {
    width: 100%;
    height: 48px;
    padding: 0 50px 0 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f5f5f5;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
}

.searchInput::placeholder {
    color: #888;
}

.search_box .img_element {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background-image: url('/images/img_element.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.search_box .search_ico2 {
    background-position: -200px -50px;
}

.search_option {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
}

.search_option.img_element {
    display: inline-block;
    background-image: url('/images/img_element.png');
    background-repeat: no-repeat;
    background-color: transparent;
}

.search_option.option_ico {
    width: 25px;
    height: 20px;
    background-position: 2px -568px;
}

.search_option.option_ico2 {
    width: 25px;
    height: 22px;
    background-position: -57px -568px;
}

.details_search {
    padding: 15px 0px;
    background: #fff;
}

.details_search ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.details_search ul li {
    margin: 5px 10px 5px 5px;
    font-size: 15px;
    line-height: 1.5;
}

.details_search input[type="radio"] {
    position: absolute;
    clip: rect(0,0,0,0);
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.details_search label {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    color: #333;
}

.details_search label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
}

.details_search input[type="radio"]:checked + label:before {
    border-color: #f58220;
}

.details_search input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f58220;
}

.set_date .date_input_wrap {
    margin-left: 10px;
}

.date_input_wrap input {
    width: 80px;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    margin: 0 3px;
}

.search_btn {
    margin-top: 20px;
}

.search_btn button {
    width: 100%;
    padding: 11px;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    margin-bottom: 10px;
}

.btn_cf {
    background: #3e3a39;
    color: #fff;
}

.btn_reset {
    background: transparent;
    color: #333;
    text-decoration: underline;
}

.search_result_area {
    padding: 20px 16px;
}

.search_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #222;
}

.search_info h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.result_count {
    font-size: 14px;
    color: #666;
}

.search_result_list {
    margin-bottom: 30px;
}

.search_item {
    border-bottom: 1px solid #eee;
}

.search_item a {
    display: flex;
    padding: 15px 0;
    text-decoration: none;
    color: inherit;
}

.search_item:last-child {
    border-bottom: none;
}

.item_thumb {
    width: 80px;
    height: 60px;
    margin-right: 12px;
    flex-shrink: 0;
}

.item_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.item_content {
    flex: 1;
    min-width: 0;
}


.item_title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item_summary {
    font-size: 14px;
    color: #666;
    margin: 0 0 8px 0;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item_meta {
    font-size: 12px;
    color: #999;
}

.item_date {
    margin-right: 10px;
}

/* 이투데이 스타일과 동일한 날짜 입력 스타일 */
.details_search .set_date div span.set {
    border: 1px solid #dcdcdc;
    height: 25px;
    display: inline-flex;
    vertical-align: top;
}

.details_search input[type=text] {
    width: 95px;
    padding: 3px 8px;
    font-size: 15px;
    border: none;
}

.details_search .set_date div span.set button {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/images/img_element.png');
    background-position: -82px -567px;
    background-repeat: no-repeat;
    background-size: 500px 750px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.set_date div {
    display: inline-block;
}

.details_search .set_date div span.from {
    margin: 0 8px;
    color: #666;
    vertical-align: top;
    line-height: 25px;
}


.no_result, .search_guide {
    text-align: center;
    padding: 60px 20px;
}

.no_result h2, .search_guide h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.no_result p, .search_guide p {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

/* Sidebar Styles */
.sidebar {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    transition: left 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}

.sidebar.active {
    left: 0;
}

.sidebar-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

.sidebar nav {
    width: 90%;
    margin: 1em auto 0;
}

.sidebar .toolbar_menu {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.sidebar .toolbar_menu li {
    float: left;
}

.sidebar .toolbar_menu li:nth-child(2) {
    float: right;
    margin-top: 10px;
}

.sidebar .toolbar_menu li.logo img {
    width: 100%;
    max-width: 130px;
}

.sidebar .toolbar_menu li#closeSidebar img {
    width: 24px;
    height: 24px;
}

.sidebar .category_menu {
    margin: 8% auto 0;
    width: 94%;
}

.sidebar .category_menu p {
    font-size: 16px;
    border-top: 1px solid #eee;
    padding: 5% 0 5% 3%;
    font-weight: 600;
    margin: 0;
}

.sidebar .category_menu p:first-child {
    border-top: none;
}

.sidebar .category_menu a {
    color: #333;
    display: block;
    padding: 5px 0;
}

.sidebar .category_menu a:hover {
    color: #007bff;
}

/* Text Utils */
/* Sprite Image Element */
.img_element {
    background-image: url("/images/img_element.png");
    background-repeat: no-repeat;
    background-size: 500px 750px;
    display: inline-block;
}

.link_text1, .link_text2, .link_text3, .link_text4 {
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.link_text1 { -webkit-line-clamp: 1; }
.link_text2 { -webkit-line-clamp: 2; }
.link_text3 { -webkit-line-clamp: 3; }
.link_text4 { -webkit-line-clamp: 4; }

/* Layout */
.wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Header - site_top_main.php */
.TopConts {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.topBar {
    padding: 15px 20px;
}

.topBar ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.topBar li {
    display: flex;
    align-items: center;
}

.topBar .allmenu {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.topBar .allmenu img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.topBar .logo {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topBar .logo h1 {
    margin: 0;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topBar .logo a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.topBar .logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.topBar .search {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.topBar .search img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 검색바 */
.searchbar {
    padding: 0 20px 15px;
    display: none;
}

.searchbar.active {
    display: block;
}

.searchbar form {
    position: relative;
    width: 100%;
}

.searchbar .myInput {
    width: 100%;
    height: 45px;
    padding: 0 50px 0 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 14px;
    background: #f8f9fa;
    outline: none;
    box-sizing: border-box;
}

.searchbar .myInput:focus {
    border-color: #2563eb;
    background: #fff;
}

.searchbar .btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.searchbar .btn img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

/* 메인 네비게이션 */
.m_nav {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: flex-start;
}
.m_nav::-webkit-scrollbar {
    display: none;
}

.gnbMenu {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0 10px;
}

.gnbMenu li {
    flex-shrink: 0;
}

.gnbMenu a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.gnbMenu .menu_on a {
    color: #2563eb;
    font-weight: 600;
    border-bottom: 1px solid #2563eb;
}

/* main */
.ContentsWrap {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}
.hdline {
    overflow: hidden;
    margin-bottom: 40px;
}
.hdlineImage {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.hdlineImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hdlineCon {
    margin-top: 15px;
    padding: 0 20px;
}
.hdlineCon h2, .newsCon h2 {
    margin-top: 15px;
    font-size: 26px;
    font-weight: 800;
    max-height: 100px;
    line-height: 140%;
    letter-spacing: -1px;
    color: #000;
}
.hdlineCon p, .newsCon p {
    margin-top: 10px;
    font-size: 15px;
    color: #777;
    line-height: 1.6;
    max-height: 52px;
}
.hdlineCon span {
    padding: 0 16px 16px;
    font-size: 12px;
    color: #999;
}



/* Coin Ticker */
.coin_ticker_wrap {
    background: #1a1a1a;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #333;
}

.coin_ticker_list {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 16px;
    gap: 16px;
    -webkit-overflow-scrolling: touch;
}

.coin_ticker_list::-webkit-scrollbar {
    display: none;
}

.coin_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
    padding: 8px 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
}

.coin_item.up {
    background: rgba(255, 82, 82, 0.1);
    border: 1px solid rgba(255, 82, 82, 0.3);
}

.coin_item.down {
    background: rgba(82, 121, 255, 0.1);
    border: 1px solid rgba(82, 121, 255, 0.3);
}

.coin_name {
    font-size: 11px;
    color: #ccc;
    font-weight: 600;
    margin-bottom: 4px;
}

.coin_price {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px;
}

.coin_rate {
    font-size: 10px;
    font-weight: 600;
}

.coin_item.up .coin_rate {
    color: #ff5252;
}

.coin_item.down .coin_rate {
    color: #5279ff;
}

/* 서브 기사 스타일 */
.newsBox {
    padding: 0 20px;
}

.newsCon {
    margin-bottom: 40px;
}

.newsConImage {
    width: 100%;
    max-height: 330px;
    overflow: hidden;
    border-radius: 10px;
}

.newsConImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 
.contBox_lead {
    padding: 0 12px 12px;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    max-height: 3.4em;
    overflow: hidden;
    word-break: break-word;
    position: relative;
}

.contBox_lead::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 12px;
    width: 30px;
    height: 1.4em;
    background: linear-gradient(to right, transparent, #fff 70%);
    pointer-events: none;
} */

/* contBox 전용 텍스트 말줄임표 클래스 -> 아 왜안되니 */
.contBox_text_summary {
    max-height: 3.4em; 
    overflow: hidden;
    word-break: break-word;
    position: relative;
}

.contBox_text_summary::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 1.4em;
    background: linear-gradient(to right, transparent, #fff 70%);
    pointer-events: none;
}

/* 섹션 기사 스타일 */
.newslistWrap, .ranklistWrap {
    padding: 20px;
}
.news-container {
    padding: 0;
}
.newstitle, .ranktitle{
    border-top: 3px solid #333;
    padding: 15px 0 0;
}
.newstitle a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.newstitle h3, .ranktitle a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.section_placeholder {
    padding: 40px 20px;
    text-align: center;
    color: #999;
    background: #f8f9fa;
}
.section_news_item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}
.section_news_item:last-child {
    border-bottom: none;
}
.section_news_thumb {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}
.section_news_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_news_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.section_news_content h3 {
    max-height: 55px;
    font-size: 18x;
    font-weight: 700;
    line-height: 1.4;
}
.section_news_content h3 a {
    color: inherit;
    text-decoration: none;
}
.section_news_summary {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}
.section_news_date {
    font-size: 12px;
    color: #999;
    margin-top: auto;
}

/* PEOPLE 기사 영역 스타일 */
.people_newsWrap {
    margin: 20px 0;
    background: #f8f8f8;
    padding: 20px;
}
.people_newstitle a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}
.people_slide_container {
    margin-top: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.people_news_list {
    display: flex;
    gap: 15px;
    padding-bottom: 10px;
    min-width: max-content;
}
.people_news_item {
    flex-shrink: 0;
    width: 280px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.people_news_thumb {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.people_news_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.people_news_content {
    padding: 15px;
}
.people_news_content h2{
    height: 40px;
    line-height: 140%;
    font-size: 15px;
}
.people_news_content p{
    font-size: 14px;
    max-height: 42px;
    color: #777;
    margin-top: 4px;
}

/* 스크롤바 스타일링 */
.people_slide_container::-webkit-scrollbar {
    height: 6px;
}
.people_slide_container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}
.people_slide_container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.people_slide_container::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* 인기뉴스 스타일 */
.ranklistWrap {
    margin: 32px 0;
    background: #fff;
}
.ranklist {
    padding: 10px 0;
}
.ranklist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rnk-contentsList {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}
.rnk-contentsList:last-child {
    border-bottom: none;
}
.rnk-contentsList dl {
    flex: 1;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cont_rank {
    width: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #17479e;
    text-align: center;
}
.cont_title {
    flex: 1;
}
.cont_title a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    text-decoration: none;
}
.thumnail {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 12px;
    flex-shrink: 0;
}
.thumnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 푸터 스타일 */
.footer_wrap {
    background: #f8f9fa;
    border-top: 1px solid #eee;
    margin-top: 40px;
}

.footer_container {
    max-width: 750px;
    margin: 0 auto;
    padding: 24px 20px;
}

.footer_content {
    text-align: center;
}

.footer_notice {
    margin: 0 0 8px 0;
    color: #666;
    font-size: 12px;
}

.copyright {
    margin: 0 0 16px 0;
    color: #666;
    font-size: 14px;
}

.copyright a {
    color: #666;
    text-decoration: none;
}

.f_info {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 12px;
}

.f_info a {
    color: #999;
    font-size: 12px;
    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 16px;
    transition: all 0.2s;
    cursor: pointer;
}

.f_info a:hover {
    background: #f0f0f0;
    color: #666;
}

.footer_links {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.footer_links a {
    color: #999;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 16px;
    transition: all 0.2s;
}

.footer_links a:hover {
    background: #f0f0f0;
    color: #666;
}



.databoard-slide-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.databoard-slider {
    display: flex;
    width: 300%;
    transition: transform 0.3s ease;
}

.databoard-slider .slide-item {
    width: 33.333%;
    flex-shrink: 0;
    box-sizing: border-box;
    margin-top: 30px;
}

.slide-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s ease;
}

.indicator.active {
    background: #333;
}



/* 가상화폐 데이터 슬라이드 스타일 */
.databoardWrap{
    background: #F9FAFD;
    overflow: hidden;
    position: relative;
}
.boardcontents{
    background: #fff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 6px 10px 18px 0px rgb(0 0 0 / 10%);
}
p.boardcontents-tit {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}
.listtable {
    font-size: 14px;
    font-weight: 700;
}
.listtable thead {
    border-bottom: 1px solid #dbdbdb;
}
.listtable thead th:first-child, .listtable tbody td:first-child {
    text-align: left;
}
.listtable thead th {
    padding: 0 0 12px;
    text-align: right;
    vertical-align: top;
}
.listtable tbody td {
    padding: 14px 0 0;
    text-align: right;
    vertical-align: top;
}
.listtable tbody td.name {
    color: #B7B7B7;
    font-weight: 500;
    line-height: 130%;
}
.listtable tbody td.name b {
    color: #333;
    font-weight: 700;
}
.dwcolor {
    color: #4880EE;
}
.upcolor {
    color: #FB3535;
}

/* .databoard-slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 300%;
}

.slide-item {
    width: 33.333%;
    flex-shrink: 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.boardcontents {
    margin-bottom: 30px;
}

.boardcontents:last-child {
    margin-bottom: 0;
}

.boardcontents-tit {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.evlistWrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.listtable {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.listtable thead {
    background: #f8f9fa;
}

.listtable th {
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}

.listtable td {
    padding: 12px 10px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}

.listtable tr:last-child td {
    border-bottom: none;
}
.listtable .name {
    text-align: left;
    min-width: 100px;
}

.listtable .name b {
    font-weight: 600;
    color: #333;
}

.listtable .name span {
    line-height: 1.3;
}

.upcolor {
    color: #ff5252;
    font-weight: 600;
}

.dwcolor {
    color: #5279ff;
    font-weight: 600;
} */

/* 슬라이드 인디케이터 */
/* .slide-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: #2563eb;
    transform: scale(1.2);
} */

/* 반응형 대응 */
/* @media (max-width: 480px) {
    .topBar {
        padding: 12px 16px;
    }
    
    .topBar .logo h1 {
        height: 28px;
    }
    
    .searchbar {
        padding: 0 16px 12px;
    }
    
    .gnbMenu {
        padding: 0 12px;
    }
    .coin_ticker_list {
        padding: 0 12px;
        gap: 12px;
    }
    
    .footer_links {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 360px) {
    .topBar .logo h1 {
        height: 24px;
    }
    
    .gnbMenu a {
        padding: 12px 12px;
        font-size: 12px;
    }
} */

 /* 섹션 페이지 스타일 */
    .section_header {
        padding: 20px 15px;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }
    
    .section_main_title {
        font-size: 24px;
        font-weight: bold;
        color: #333;
        margin-bottom: 5px;
    }
    
    .section_description {
        font-size: 14px;
        color: #666;
    }

    /* 상위 3개 기사 스타일 */
    .section_top_news {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .section_main_article {
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .section_main_img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .section_main_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section_main_article_title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .section_main_article_summary {
        font-size: 14px;
        color: #666;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .section_main_article_date {
        font-size: 12px;
        color: #999;
    }

    .section_sub_articles {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .section_sub_article {
        flex: 1;
        min-width: calc(50% - 7.5px);
        border: 1px solid #eee;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .section_sub_img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .section_sub_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section_sub_content {
        padding: 15px;
    }

    .section_sub_title {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .section_sub_summary {
        font-size: 12px;
        color: #666;
        line-height: 1.4;
        margin-bottom: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .section_sub_date {
        font-size: 11px;
        color: #999;
    }

    /* 일반 기사 목록 스타일 */
    .section_news_item {
        display: flex;
        gap: 15px;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

    .section_news_thumb {
        flex-shrink: 0;
        width: 80px;
        height: 60px;
        overflow: hidden;
        border-radius: 6px;
    }

    .section_news_thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section_news_content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .section_news_title {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .section_news_summary {
        font-size: 14px;
        color: #666;
        line-height: 1.4;
        margin-bottom: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .section_news_date {
        font-size: 12px;
        color: #999;
    }

    /* 더보기 버튼 스타일 */
    .section_load_more {
        padding: 30px 15px;
        text-align: center;
    }

    .load_more_btn {
        background: #333;
        color: #fff;
        border: none;
        padding: 12px 30px;
        border-radius: 25px;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
        min-width: 120px;
        position: relative;
    }

    .load_more_btn:hover {
        background: #555;
    }

    .load_more_btn:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

    .loading_spinner {
        display: inline-block;
    }

    .spinner {
        width: 20px;
        height: 20px;
        border: 2px solid #ffffff;
        border-top: 2px solid transparent;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    /* 기사 없음 메시지 */
    .section_no_news {
        padding: 60px 15px;
        text-align: center;
    }

    .no_news_message p {
        font-size: 16px;
        color: #666;
    }

    /* 모바일 반응형 */
    @media (max-width: 480px) {
        .section_sub_articles {
            flex-direction: column;
        }
        
        .section_sub_article {
            min-width: 100%;
        }
        
        .section_news_item {
            flex-direction: column;
            gap: 10px;
        }
        
        .section_news_thumb {
            width: 100%;
            height: 160px;
        }
    }



    /* 모바일 반응형 */
    @media (max-width: 480px) {
        .people_news_item {
            width: 250px;
        }
        
        .people_news_thumb {
            height: 400px;
        }
    }

/* =================================================================
   섹션 페이지 스타일
   ================================================================= */

/* 섹션 헤더 */
.section_header {
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.section_main_title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.section_description {
    font-size: 14px;
    color: #666;
}

/* 상위 3개 기사 스타일 */
.section_top_news {
    margin-bottom: 30px;
    padding: 0 15px;
}

.section_main_article {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.section_main_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
}

.section_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_main_article_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

.section_main_article_summary {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
}

.section_main_article_date {
    font-size: 12px;
    color: #999;
}

.section_sub_articles {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.section_sub_article {
    flex: 1;
    min-width: calc(50% - 7.5px);
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.section_sub_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section_sub_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_sub_content {
    padding: 15px;
}

.section_sub_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
}

.section_sub_summary {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section_sub_date {
    font-size: 11px;
    color: #999;
}

/* 일반 기사 목록 스타일 */
.section_news_item {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #eee;
    align-items: center;
    flex-wrap: nowrap;
}

.section_news_thumb {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    overflow: hidden;
    border-radius: 6px;
}

.section_news_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_news_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section_news_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section_news_summary {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section_news_date {
    font-size: 12px;
    color: #999;
}

/* 더보기 버튼 스타일 */
.section_load_more {
    padding: 30px 15px;
    text-align: center;
}

.load_more_btn {
    background: #333;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    position: relative;
}

.load_more_btn:hover {
    background: #555;
}

.load_more_btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.loading_spinner {
    display: inline-block;
}

.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 기사 없음 메시지 */
.section_no_news {
    padding: 60px 15px;
    text-align: center;
}

.no_news_message p {
    font-size: 16px;
    color: #666;
}

/* =================================================================
   리스트형 뉴스 스타일 (이투데이 스타일 기반)
   ================================================================= */

/* 메인 뉴스 컨테이너 */
.main_news {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.main_news.newlst_s_ct {
    padding: 0;
    margin: 0;
}

.main_news.mboxcont {
    margin: 16px;
}

/* 개별 뉴스 아이템 */
.mainnews_list {
    /* border-bottom: 1px solid #f0f0f0; */
    transition: background-color 0.2s ease;
}

.mainnews_list:last-child {
    border-bottom: none;
}

/* .mainnews_list:hover {
    background-color: #f8f9fa;
} */

.mainnews_list a {
    display: flex;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    color: inherit;
    gap: 15px;
}

/* 썸네일 스타일 */
.mainnews_list_thum {
    flex-shrink: 0;
    width: 100px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
}

.mainnews_list_thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mainnews_list:hover .mainnews_list_thum img {
    transform: scale(1.05);
}

/* 제목 영역 */
.m_list_title {
    flex: 1;
    min-width: 0;
}

.m_list_title .link_text2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.mainnews_list:hover .m_list_title .link_text2 {
    color: #2563eb;
}

/* 더보기 버튼 스타일 */
.list_more {
    padding: 20px;
    text-align: center;
    background: #f8f9fa;
    margin: 16px;
    border-radius: 8px;
}

.list_more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    text-decoration: none;
    color: #666;
    font-weight: 600;
    cursor: pointer;
    gap: 8px;
    position: relative;
}

.list_more a.loading {
    background: #f5f5f5;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
}

.list_more a.loading .lstadd_txt {
    opacity: 0.6;
}

.lstadd_txt {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lstadd_arw {
    /* 호버 효과 제거 */
}

/* 로딩 스피너 */
.loading_spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-top: 2px solid #666;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.list_more a.loading .loading_spinner {
    display: inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 섹션 뉴스 리스트 업데이트 */
.section_newslist.mboxcont {
}

/* 로딩 상태 */
.mainnews_list.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* 썸네일 없는 경우 */
.mainnews_list a:not(:has(.mainnews_list_thum)) {
    padding-left: 20px;
}

.mainnews_list a:not(:has(.mainnews_list_thum)) .m_list_title {
    padding-left: 0;
}

/* 섹션 페이지 모바일 반응형 */
@media (max-width: 480px) {
    .section_sub_articles {
        flex-direction: column;
    }
    
    .section_sub_article {
        min-width: 100%;
    }
    
    .section_news_item {
        flex-direction: column;
        gap: 10px;
    }
    
    .section_news_thumb {
        width: 100%;
        height: 160px;
    }
    
    /* 모바일에서 리스트형 스타일 조정 */
    .mainnews_list a {
        padding: 12px;
        gap: 12px;
    }
    
    .mainnews_list_thum {
        width: 80px;
        height: 60px;
    }
    
    .m_list_title .link_text2 {
        font-size: 15px;
        -webkit-line-clamp: 3;
    }
    
    .list_more {
        margin: 12px;
        padding: 16px;
    }
    
    .list_more a {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* ================================
   기사 상세 페이지 스타일
   ================================ */

/* Breadcrumb */
.sub-breadcrumbs {
    background-color: #f8f9fa;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.sub-breadcrumbs__list {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 15px;
    list-style: none;
    padding: 0;
}

.sub-breadcrumbs__item {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.sub-breadcrumbs__item:not(:last-child)::after {
    content: '>';
    margin-left: 8px;
    color: #999;
}

.sub-breadcrumbs__item a {
    color: #666;
    text-decoration: none;
}

.sub-breadcrumbs__item a:hover {
    color: #333;
}

/* 기사 상세 컨테이너 */
.article_detail {
    padding: 20px 15px;
}

/* 기사 헤더 */
.article_header {
    margin-bottom: 25px;
    padding: 0 8px 0;
}

.article_category {
    margin-bottom: 10px;
}

.category_tag {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.article_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
    margin: 0 0 16px;
    word-break: break-word;
    overflow-wrap: break-word;
    width: 100%;
}

.article_info {
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #666;
    font-size: 13px;
}

.article_byline {
    margin-top: 10px;
}

.article_author {
    font-weight: 500;
}

/* 수정 시간 토글 (이투데이 스타일) */
.more_toggle {
    display: none;
}

.more_label {
    cursor: pointer;
    display: inline-block;
}

.more_label p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.more_label svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: transform 0.2s ease;
}

.content {
    display: none;
    margin: 5px 0 0 0;
}

.more_toggle:checked ~ .content {
    display: block;
}

.more_toggle:checked + .more_label svg {
    transform: rotate(180deg);
}

/* 기사 이미지 */
.article_image {
    margin: 25px 0;
    text-align: center;
}

.article_image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px;
}

/* 기사 본문 */
.article_content {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 25px 0;
}

.article_content p {
    margin-bottom: 16px;
}

.article_content img {
    width: 100%;
    height: auto;
    margin: 15px 0;
    border-radius: 4px;
}

/* .article_content blockquote {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
} */

/* 인용구문 */
blockquote.block_line{border-left:4px solid #ccc;margin:0 0 20px 20px;padding:0 10px}
blockquote.block_box{border:1px solid #ddd;margin:0 0 20px 0;padding:10px;background-color:#f4f4f4}

.article_content section.quote {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    padding: 20px 0;
    clear: both;
}

.article_content section.paragraph_title {
    border-top: 1px solid #f58220;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0;
    margin-top: 20px;
    font-weight: 600;
    font-size: 19px;
    clear: both;
}

.article_content section.editer_note {
    position: relative;
    border: 1px solid #ddd;
    margin: 0 0 20px 0;
    padding: 10px;
    background-color: #f4f4f4;
    clear: both;
}

.article_content section.quote .quote_top {
    width: 28px;
    height: 24px;
    background-position: -293px -181px;
    display: block;
    margin: 0 auto 20px;
}

.article_content section.quote .quote_bottom {
    width: 28px;
    height: 24px;
    background-position: -323px -178px;
    display: block;
    margin: 20px auto 0;
}




/* 기사 네비게이션 */
.article_navigation {
    margin: 25px 0;
    text-align: center;
}

.btn_list {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.btn_list:hover {
    background-color: #0056b3;
    color: white;
}


/* 관련 뉴스 - 이투데이 모바일 스타일 */
.relation_newslist {
    clear: both;
    width: 96%;
    padding: 20px 0 0;
    border-top: 1px solid #dfdfdf;
    margin: 30px 0;
}

.relation_newslist .rel_title {
    font-size: 16px;
    color: #264186;
    position: relative;
    border-left: 4px solid #264186;
    padding-left: 10px;
    font-weight: 600;
    line-height: 190%;
}

.relation_newslist .rel_title::before {
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    top: 0;
    width: 4px;
    height: 9px;
    background: #fff;
}

.relation_newslist .rel_title::after {
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    bottom: 0;
    width: 4px;
    height: 9px;
    background: #fff;
}

.relation_newslist div.rel_newscont {
    padding: 0;
    margin: 0;
}

.relation_newslist div.rel_newscont ul.newslist {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.relation_newslist div.rel_newscont ul.newslist li {
    padding-left: 16px;
    font-size: 15px;
    margin-top: 8px;
    max-height: 24px;
    line-height: 160%;
    position: relative;
}

.relation_newslist div.rel_newscont ul.newslist li a {
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    color: #333;
    text-decoration: none;
}

.relation_newslist div.rel_newscont ul.newslist li a:hover {
    color: #264186;
}

.relation_newslist div.rel_newscont ul.newslist li span.rel_ico {
    width: 9px;
    height: 9px;
    top: 5px;
    left: 0;
    position: absolute;
    background-position: -277px 0;
    display: block;
}

.tit_bl_ico_1, .tit_bl_ico_2 {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    margin-right: 5px;
}

.tit_bl_ico_1 {
    background-color: #dc3545;
    color: white;
}

.tit_bl_ico_2 {
    background-color: #007bff;
    color: white;
}

/* 키워드 태그 - 이투데이 모바일 스타일 */
.kwd_tags {
    padding: 0 0 15px;
}

.kwd_tags a {
    background: #f3f3f3;
    border-radius: 26px;
    color: #8b8b8b;
    font-size: 13px;
    padding: 8px 15px;
    display: inline-block;
    margin: 6px 5px 0 0;
    line-height: 1.5;
    text-decoration: none;
}

/* 공감 버튼 - 이투데이 모바일 완전 복사 */
.recommend_btn {
    width: 100%;
    margin: 16px auto 0;
    padding-bottom: 16px;
    border-top: 1px solid #e1e7f5;
}

.recommend_btn ul.ico_btn {
    overflow: hidden;
    font-size: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 19px;
}

.recommend_btn ul.ico_btn li {
    display: inline-block;
    width: 24%;
    text-align: center;
    position: relative;
    vertical-align: top;
}

.recommend_btn ul.ico_btn li:nth-last-child(1) {
    width: 28%;
}

/* 공감 버튼 아이콘들 - 이투데이 모바일 스프라이트 사용 */
.ico_btn .img_element {
    width: 37px;
    height: 37px;
    margin-bottom: 5px;
}

.recom_ico1 {
    background-position: -224px -248px;
}

.recom_ico1_on {
    background-position: -224px -296px;
}

.recom_ico2 {
    background-position: -274px -248px;
}

.recom_ico2_on {
    background-position: -274px -296px;
}

.recom_ico3 {
    background-position: -373px -248px;
}

.recom_ico3_on {
    background-position: -373px -296px;
}

.recom_ico4 {
    background-position: -324px -248px;
}

.recom_ico4_on {
    background-position: -324px -296px;
}

.recommend_btn ul.ico_btn li span {
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 4px;
    color: #888;
}

.recommend_btn ul.ico_btn li span.numbs {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    color: #222 !important;
    font-family: Arial;
    display: block;
    position: absolute;
    top: 0;
    left: 60%;
    background: #f2f2f2;
    border-radius: 20px;
    padding: 4px 8px;
    margin-top: 0;
}

.recommend_btn ul.ico_btn li.text_on span {
    color: #f53131;
    font-weight: 700;
}

.recommend_btn ul.ico_btn li span font {
    display: block;
}

/* SNS 공유 */
.ico_share {
    margin: 30px 0;
    text-align: center;
}

.ico_share ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* SNS 공유 아이콘들 - 이투데이 모바일 스프라이트 사용 */
.ico_share .img_element {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: transform 0.2s ease;
}

.shareIco_1 {
    background-position: -199px -664px;
}

.shareIco_2 {
    background-position: -248px -664px;
}

.shareIco_3 {
    background-position: -299px -664px;
}

.shareIco_4 {
    background-position: -348px -664px;
}

.ico_share .img_element:hover {
    transform: scale(1.1);
}


/* 모바일 반응형 - 기사 상세 */
@media (max-width: 480px) {
    .article_title {
        font-size: 24px;
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .article_content {
        font-size: 16px;
        font-weight: 400;
        padding: 0 12px 0;
        }
    
    .ico_btn {
        gap: 10px;
    }
    
    .ico_btn .img_element {
        width: 37px;
        height: 37px;
    }
    
    .ico_share ul {
        gap: 10px;
    }
    
    .ico_share .img_element {
        width: 45px;
        height: 45px;
    }
    
    .relation_newslist {
        padding: 15px;
    }
    
    .kwd_tags a {
        font-size: 12px;
        padding: 5px 10px;
    }
}

/* 검색 페이지 스타일 */
.search_lst {
    margin: 30px 24px 5px 30px;
    overflow: hidden;
    border-bottom: 2px #222 solid;
    padding: 0 0 20px;
}

.search_lst h3 {
    font-size: 16px;
    float: left;
    font-weight: 300;
}

.search_lst strong {
    color: #000;
    padding: 0 5px;
}

.search_lst span.lst_sort a {
    font-size: 15px;
    float: right;
    font-weight: 300;
    color: #aaa;
    margin-left: 14px;
}

.search_lst span.lst_sort a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 4px;
    border-radius: 50%;
    vertical-align: 2px;
    background-color: #d6d6d6;
}

.search_lst span.lst_sort a.select:before {
    background-color: #2a3f80;
}

.search_lst span.lst_sort a.select {
    color: #000;
}

/* 검색 결과 없음 스타일 */
.nf {
    margin: 80px 0;
    padding: 0 24px;
}

.nf p {
    font-size: 21px;
    font-weight: 600;
}

.nf ul {
    margin-top: 20px;
}

.nf ul li {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}

.nf ul li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 6px;
    border-radius: 50%;
    vertical-align: 4px;
    background-color: #535353;
}

/* 검색 결과 리스트 스타일 */
.mainnews_list {
    padding: 16px 0;
    margin: 0 24px;
    border-top: 1px solid #ddd;
}

.mainnews_list:first-child {
    border-top: 0;
}

.mainnews_list > a {
    display: block;
}

.mainnews_list_thum {
    float: right;
    text-align: right;
    margin-left: 12px;
    width: 120px;
    height: 72px;
}

.mainnews_list_thum img {
    width: 100%;
    height: 100%;
}

.m_list_title {
    display: table-cell;
    vertical-align: middle;
    height: 72px;
}

.m_list_title span.link_text2 {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 150%;
    letter-spacing: -1px;
}

.m_list_title span.link_text2 a {
    color: #000;
    text-decoration: none;
}

.m_list_title span.link_text2 a:hover {
    color: #2a3f80;
}

/* 더보기 버튼 스타일 */
.list_more {
    text-align: center;
    margin: 16px 0 16px;
    overflow: hidden;
}

.list_more a {
    display: inline-block;
    padding: 12px 24px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 25px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.list_more a:hover {
    background: #e8e8e8;
    border-color: #ccc;
}

.lstadd_txt {
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lstadd_arw {
    position: relative;
    top: 0;
    transition: transform 0.2s;
}

.list_more a:hover .lstadd_arw {
    transform: translateY(2px);
}

/* 기사 액션 버튼 */
.article_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.article_meta {
    flex: 1;
}

.article_actions {
    position: relative;
    margin-left: 20px;
}

.action_buttons {
    display: flex;
    gap: 6px;
    padding: 10px 0;
    height: 40px;
    list-style: none;
    margin: 0;
}

.action_buttons li {
    cursor: pointer;
}

/* 공유 및 폰트 아이콘 */
.shr22_ico, .txt22_ico {
    width: 40px;
    height: 42px;
    background-image: url("/images/img_element.png");
    background-repeat: no-repeat;
    background-size: 500px 750px;
    cursor: pointer;
}

.shr22_ico {
    background-position: 0 -614px;
}

.txt22_ico {
    background-position: -100px -614px;
}

/* 공유 레이어 팝업 */
.balloon_share {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    z-index: 1000;
}

.share_ico_conts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.share_ico_conts li {
    text-align: center;
    cursor: pointer;
    width: 50%;
    margin-bottom: 15px;
}

.share_ico_conts li span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.m_ssh21_ico_1, .m_ssh21_ico_2, .m_ssh21_ico_3, .m_ssh21_ico_4 {
    width: 40px;
    height: 42px;
    background-image: url("/images/img_element.png");
    background-repeat: no-repeat;
    background-size: 500px 750px;
    display: block;
    margin: 0 auto;
}

.m_ssh21_ico_1 { background-position: -50px -664px; }
.m_ssh21_ico_2 { background-position: 0 -664px; }
.m_ssh21_ico_3 { background-position: -100px -664px; }
.m_ssh21_ico_4 { background-position: -150px -664px; }

/* 이투데이 스타일 폰트 크기 아이콘 */
.ftsize_01, .ftsize_02, .ftsize_03 {
    width: 30px;
    height: 30px;
}

.ftsize_01 {
    background-position: -150px -615px;
}

.ftsize_02 {
    background-position: -190px -615px;
}

.ftsize_03 {
    background-position: -230px -615px;
}

/* 이투데이 스타일 풍선 레이어 */
.balloon_font, .balloon_share {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 8px 9px -2px rgb(0 0 0 / 12%);
    z-index: 666;
}

.balloon_share {
    width: 157px !important;
    height: 135px !important;
    left: -45px !important;
    top: 148px !important;
    padding: 8px 12px 8px !important;
}

.balloon_font {
    right: -4px;
    top: 58px;
    padding: 12px 16px 12px;
    width: 155px;
}

.balloon_font:after, .balloon_share:after {
    content: '';
    position: absolute;
    border-bottom: 6px solid #fff;
    border-right: 5px solid transparent;
    border-left: 4px solid transparent;
    top: -5px;
    right: 20px;
}

.balloon_font:before, .balloon_share:before {
    content: '';
    position: absolute;
    border-bottom: 6px solid #e1e1e1;
    border-right: 5px solid transparent;
    border-left: 4px solid transparent;
    top: -7px;
    right: 20px;
}

/* 이투데이 스타일 폰트/공유 레이어 내부 스타일 */
div.font_ico_wrap, div.share_ico_wrap {
    clear: both;
    font-size: 0;
}

ul.share_ico_conts {
    width: 100%;
    margin-bottom: 8px;
}

ul.share_ico_conts:last-child {
    margin-bottom: 0;
}

ul.share_ico_conts li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

ul.share_ico_conts li > p {
    font-size: 11px;
    margin: 4px 0;
    color: #333;
}

ul.font_ico_conts li {
    display: inline-block;
    text-align: center;
    margin-right: 16px;
}

ul.font_ico_conts li p.base {
    color: #222;
    font-weight: 700;
}

ul.font_ico_conts li:last-child, ul.share_ico_conts li:last-child {
    margin-right: 0;
}

ul.font_ico_conts li > p {
    font-size: 11px;
    margin: 5px 0 0 0;
    color: #666;
    display: block;
}

    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

.font_size_btn:hover, .font_size_btn.active {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* 레이어 닫기 버튼 */
.btn-layerClose {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

/* 모바일 메인 이슈 슬라이드 */
 .c_issContentWrap { position: relative; }
.iss_sliderTrack { /* JS에서 display:flex 지정, 필요 시 여기로 이동 가능 */ }

/* PC와 동일한 grptit CSS */
.issnewsContent .grptit {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -8%);
    color: #fff;
    text-align: center;
    background-color: #E34F10;
    z-index: 3;
    font-size: 15px;
    font-weight: 600;
    padding: 2% 6%;
    width: 65%;
    border-radius: 4px;
}

.newstit a::before {
content: ""; width: 3px; height: 3px; border-radius: 50px; background: #fff;
position: absolute; left: 0; top: 7px;
}
.newstit a:hover { text-decoration: underline; }

/* 이미지 원본보기 아이콘 */
.article_content .iframe_img {
    position: relative;
    display: block;
}

.article_content .imgov {
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    height: 27px;
    cursor: pointer;
}