@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:400; background: #fff; letter-spacing:0; }
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; }
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; }

body.scroll_blocking { overflow: hidden; }
.hide { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden; }

.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; }

.stock_market { position: relative; height: 40px; background: #f7f7f7; display: flex; overflow:hidden; }
.stock_market .today { position: relative; width:90px; font-size:13px; line-height: 40px; letter-spacing:-0.5px; box-sizing:border-box; padding-left:20px; }
.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% - 90px); }
.stock_market .stock_scroll::before { content: ''; position: absolute; left: 0; top: 0; z-index: 9; height: 40px; background: #f4f9ff; padding-right: 13px; box-shadow: 0px 0px 10px 5px #f4f9ff;/*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: 0px 0px 10px 5px #f4f9ff;/*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; display: flex; align-items: center; }
#scroller li .txt_area .num2 { font-size: 12px; font-weight: 500; margin-left: 11px; 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 { display: flex; justify-content: space-between; align-items: center; height:60px; border-bottom:1px solid #2b3597; }
.header .logo { width:91px; height:30px; margin-left:20px; }
.header .btn_nav { width:30px; height:30px; background: url(../img/btn_nav.png) no-repeat center / 20px auto; margin-right:20px; }
.header .ly_nav { position: absolute; left: 0; top: 101px; width: 100%; height: 100vh; overflow-y: auto; background-color: #fff; z-index: 99; display: none; }
.header .ly_nav .nav_lst { padding-top:40px; }
.header .ly_nav .nav_lst > li { margin-bottom:20px; }
.header .ly_nav .nav_lst > li > a { display:block; line-height: 50px; font-size:28px; font-weight: 700; text-align:center; }
.header .ly_nav .nav_lst > li > button { display:block; width:100%; line-height: 50px; font-size:28px; font-weight: 700; text-align:center; }
.header .ly_nav .nav_lst > li > button em { position:relative; }
.header .ly_nav .nav_lst > li > button i { position:absolute; right:-28px; top:calc(50% - 5px); display:block; width:20px; height:11px; background: url(../img/nav_btn.png) no-repeat center / 100%; }
.header .ly_nav .nav_lst > li.open > button i { transform: rotate(-180deg); }
.header .ly_nav .nav_lst > li .s_menu { display:none; margin-top:10px; }
.header .ly_nav .nav_lst > li .s_menu li a { display:block; line-height: 40px; font-size:20px; font-weight: 600; text-align:center; }
.header .ly_nav .nav_lst > li.open .s_menu { display:block; }
.header .btn_nav.active { background: url(../img/btn_close.png) no-repeat center / 20px auto; }
.header .ly_nav.active { display:block; }
.header .sns_lst { display:flex; justify-content: center; margin-top:50px; }
.header .sns_lst li + li { margin-left:10px; }
.header .sns_lst li { width:60px; height:60px; }
.header .sns_lst li a { display:block; width:100%; height:100%; }
.header .sns_lst li.youtube a  { background: url(../img/icon_youtube.png) no-repeat center / 100%; }
.header .sns_lst li.instagram a  { background: url(../img/icon_instagram.png) no-repeat center / 100%; }
.header .sns_lst li.tiktok a  { background: url(../img/icon_tiktok.png) no-repeat center / 100%; }
.header .sns_lst li.tvnaver a  { background: url(../img/icon_tvnaver.png) no-repeat center / 100%; }

.footer { background-color: #333; padding: 30px 20px; }
.footer .f_menu { display:flex; }
.footer .f_menu li + li { margin-left:20px; }
.footer .f_menu li a { font-size: 16px; color: #fff; font-weight: 600; }
.footer .address { width: 100%; display: flex; flex-wrap: wrap; margin-top:28px; }
.footer .address li { position: relative; font-size: 13px; font-weight:300; color: #fff; margin-bottom: 7px; }
.footer .address li::after { content: ''; display: inline-block; width: 1px; height: 9px; background-color: #666; margin: 0 9px 0 7px; } 
.footer .address li:last-child::after { display:none; }
.footer .info { font-size: 13px; color: #999; line-height: 20px; margin-top: 10px; }
.footer .copyright { font-size: 13px; color: #fff; margin-top: 25px;  }
.footer .copyright strong { font-weight:600; }

.secw { background-color: #fff; }
.main { background-color: #eee; padding: 15px 0 50px; }

