@charset "utf-8";

* { margin:0px; padding:0px; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, 
code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, 
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, button, 
select { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 62.5%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { line-height: 1; font-size: 1.6rem; font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif; color: #111; font-weight:600; background: #fff; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote::before, blockquote::after, q::before, q::after { content: ''; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; border: 0; }
button { background: none; border: 0; cursor: pointer; font: inherit; color: inherit; }
input, textarea,select, button { appearance: none; -webkit-appearance: none; border-radius: 0; font: inherit; color: inherit; }
textarea { resize: none; }
input:focus, textarea:focus, select:focus, button:focus { outline: none; }
strong { font-weight: 700; }
em { font-style: normal; }
fieldset { min-width: 0; }
iframe { display: block; border: 0; }
caption, legend, .blind, .hide { overflow: hidden; position: absolute; clip: rect(0, 0, 0, 0); clip-path: inset(50%); width: 1px; height: 1px; margin: -1px; white-space: nowrap; }
a { color:#111; text-decoration:none; }
a:active, a:focus, a:link, a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:hover,a:active:hover, a:focus:hover, a:link:hover, a:visited:hover { text-decoration:none; color: #666; }

.hide { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden; }
.inner { width:1250px; margin:0 auto; }

.stock_market { position: relative; height: 40px; background: #f7f7f7; }
.stock_market .inner { display: flex; }
.stock_market .today { position: relative; width:85px; font-size:15px; line-height: 40px; letter-spacing:-0.05px; }
.stock_market .today::before { content: ''; position: absolute; right: 0; top: 12px; width: 1px; height: 16px; background: #dedede; z-index: 10; }
.stock_market .stock_scroll { position: relative; width:calc(100% - 85px); }
.stock_market .stock_scroll::before { content: ''; position: absolute; left: 0; top: 0; z-index: 9; height: 40px; background: #f4f9ff; padding-right: 13px; box-shadow: 13px 0px 20px 20px #f4f9ff; }
.stock_market .stock_scroll::after { content: ''; position: absolute; right: 0; top: 0; z-index: 9; height: 40px; background: #f4f9ff; padding-right: 13px; box-shadow: -13px 0px 20px 20px #f4f9ff; }
.stock_market .stock_scroll .simply-scroll { height: 40px; }
.stock_market .stock_scroll .simply-scroll .simply-scroll-clip { position: relative; overflow: hidden; padding-left:50px; }
#scroller { display: flex; height: 40px; overflow: hidden; }
#scroller ul { display: flex; }
#scroller li { height: 40px; padding: 0; margin: 0; list-style: none; margin-right: 20px; }
#scroller li .txt_area { display: flex; align-items: center; justify-content: center; height: 40px; width: 100%; }
#scroller li .txt_area .tit { display: block; font-size: 12px; color: #333333; border: 1px solid #d4deeb6e; border-radius: 12px; width: 55px; padding: 0 10px; height: 24px; line-height: 22px; text-align: center; box-sizing: border-box; letter-spacing: -0.5px; margin-right: 11px; font-weight: 500; background: #fff; }
#scroller li .txt_area .num { font-size: 15px; font-weight: bold; letter-spacing: -0.5px; display: flex; align-items: center; }
#scroller li .txt_area .num2 { font-size: 12px; font-weight: 500; margin-left: 11px; letter-spacing: -0.5px; display: flex; align-items: center; }
#scroller li .txt_area .num2 .arr { margin-right: 7px; }
#scroller li .txt_area .num2.red { color: #f94040; }
#scroller li .txt_area .num2.blue { color: #1e81ff; }
#scroller li .txt_area .num2.gray { color: #555; }
#scroller li .txt_area .num2.red::before { content: ''; display: inline-block; width: 11px; height: 7px; background: url(../img/ico_up.png) no-repeat center / 100%; margin-right: 3px; }
#scroller li .txt_area .num2.blue::before { content: ''; display: inline-block; width: 11px; height: 7px; background: url(../img/ico_down.png) no-repeat center / 100%; margin-right: 3px; }
#scroller li .txt_area .num2.gray::before { content: ''; display: inline-block; width: 11px; height: 7px; background: url(../img/ico_same.png) no-repeat center / 100%; margin-right: 3px; }

.header { height:89px; border-bottom:1px solid #ddd; background:#fff; }
.header > .inner { display:flex; justify-content: space-between; align-items: flex-end; height:100%; box-sizing:border-box; }

.area_left { display:flex; align-items: flex-end; flex-wrap: nowrap; margin-bottom:25px; }
.area_left .logo { width:120px; height:40px; }
.area_left .logo a { display:block; width:100%; height:100%; }

.area_right { display:flex; align-items: flex-end; }
.area_right .nav_area { position:relative; }
.area_right .nav_area .nav_lst { display:flex; }
.area_right .nav_area .nav_lst > li + li { margin-left:69px; }
.area_right .nav_area .nav_lst > li { padding-bottom:22px; }
.area_right .nav_area .nav_lst > li a { font-size:20px; }
.area_right .nav_area .nav_lst > li.on a { color: #212a87; }
.area_right .nav_area .nav_ly { position:absolute; left:120px; top:43px; width:210px; background-color:rgba(43, 53, 151, 0.95); z-index:99; opacity: 0; transition: all 0.4s ease; pointer-events: none; padding:15px 20px; box-sizing:border-box; box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 8px; }
.area_right .nav_area .nav_ly.active { opacity: 1; pointer-events: auto; }
.area_right .nav_area .nav_ly .sub_nav { width:200px; margin-right:485px; }
.area_right .nav_area .nav_ly .sub_nav > li { }
.area_right .nav_area .nav_ly .sub_nav > li a { font-size:16px; color:#fff; line-height:45px; }
.area_right .nav_area .nav_ly .sub_nav > li a:hover { color: rgba(255,255,255,0.7); }
/*.area_right .nav_area .nav_lst { display:flex; padding-bottom:22px; }
.area_right .nav_area .nav_lst li + li { margin-left:69px; }
.area_right .nav_area .nav_lst li a { font-size:20px; }
.area_right .nav_area .nav_ly { position:absolute; left:0; top:130px; width:100%; height:200px; background: url(../img/bg_nav_ly.png) repeat; z-index:99; opacity: 0; transition: all 0.4s ease; pointer-events: none; }
.area_right .nav_area .nav_ly.active { opacity: 1; pointer-events: auto; height:230px; }
.area_right .nav_area .nav_ly .inner { display:flex; justify-content: flex-end; }
.area_right .nav_area .nav_ly .sub_nav { width:200px; margin-right:485px; margin-top:15px; }
.area_right .nav_area .nav_ly .sub_nav li a { font-size:16px; color:#fff; line-height:45px; }*/

.area_right .sns_lst { display:flex; margin-left:40px; margin-bottom:16px; }
.area_right .sns_lst li { width:35px; height:35px; }
.area_right .sns_lst li + li { margin-left:5px; }
.area_right .sns_lst li a { display:block; width:100%; height:100%; }
.area_right .sns_lst li.youtube a { background: url(../img/icon_youtube.png) no-repeat; }
.area_right .sns_lst li.instagram a { background: url(../img/icon_instagram.png) no-repeat; }
.area_right .sns_lst li.tiktok a { background: url(../img/icon_tiktok.png) no-repeat; }
.area_right .sns_lst li.tvnaver a { background: url(../img/icon_tvnaver.png) no-repeat; }

.header.fixed { position:fixed; left:0; top:0; width:100%; height:68px; z-index:1000; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
.header.fixed + #container { padding-top:99px; }
.header.fixed > .inner { align-items: center; }
.header.fixed .area_left { align-items: center; margin-bottom:0; }
.header.fixed .area_left .logo { width:90px; height:30px; }
.header.fixed .area_right { align-items: center; }
.header.fixed .area_right .sns_lst { margin-bottom:0; }
.header.fixed .area_right .nav_area .nav_lst { padding-bottom:0; }
/* .header.fixed .area_right .nav_area .nav_lst li a { line-height:68px; } */
.header.fixed .area_right .nav_area .nav_lst > li { padding: 24px 0; }
.header.fixed .area_right .nav_area .nav_ly { top:69px; }

/* basic */
.thumb { position: relative; height: auto; box-sizing: border-box; overflow: hidden; display: block; }
.thumb:after { clear: both; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #000; opacity: 0.1; box-sizing: border-box; }
.thumb img { width: 100%; height: 100%; position: absolute; top: 0; left: 50%; bottom: 0; transform: translate(-50%, 0px); object-fit: cover; }
.tit { display: block; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight:600; }
.s_tit { display: block; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.desc { display: block; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 14px; line-height: 19px; color: #888; font-weight: 400; }
.date { display:block; font-size: 14px; color:#888; margin-top:8px; font-weight:400; }

.secw { position:relative; width:1250px; margin:0 auto; }
.secw2 { position:relative; width:100%; }
.secw.secw_onair { display:flex; padding-top:30px; }
.secw.secw_news { margin-top:45px; }
.secw.secw_program { width:100%; margin-top:100px; background-color:#f7f7f7; }
.secw.secw_program .inner { position:relative; padding:68px 0 150px; }
.secw h3,.secw2 h3 { font-size:30px; letter-spacing: -1px; font-weight:700; }
.secw h3 i,.secw2 h3 i { display: inline-block; width: 11px; height: 18px; margin:-4px 0 0 7px; vertical-align: middle; overflow: hidden; text-indent: -99999px; background: url(../img/btn_more.png) no-repeat; background-size: 100% auto; }

.btn_top { position: fixed; right: 40px; bottom: 40px; width: 70px; height: 70px; background:#fff url(../img/btn_top.png) center no-repeat; border:1px solid #efefef; border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; cursor: pointer; z-index:9; display: none; }

#footer { border-top:1px solid #dfdfdf; }
.footer .inner { padding:25px 0 40px; display:flex; }
.footer .f_logo { width:90px; height:30px; margin:4px 45px 0 0; background:url(../img/f_logo.png) no-repeat; }
.footer .f_area { width:calc(100% - 135px); }
.footer .f_area .f_menu { display:flex;  }
.footer .f_area .f_menu li + li { margin-left:57px; }
.footer .f_area .address { width: 100%; display: flex; flex-wrap: wrap; margin-top:28px; }
.footer .f_area .address li { position: relative; font-size: 14px; font-weight:400; margin-bottom: 19px; }
.footer .f_area .address li::after { content: ''; display: inline-block; width: 1px; height: 12px; background-color: #dfdfdf; margin: 0 14px; } 
.footer .f_area .address li:nth-child(5)::after,.footer .f_area .address li:last-child::after { display: none; }
.footer .f_area .info { display: block; font-size: 14px; margin-top:10px; font-weight:400; }
.footer .f_area .copyright { display: block; font-size: 14px; color:#666; font-weight:400; margin-top:30px; }
.footer .f_area .copyright strong { color:#111; font-weight:600; }