@charset "UTF-8";

/* Font Face
**********************************************************************************/
/* Noto Sans */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url("//hlmando.com/kr/font/NotoSansKR-Light.woff2") format('woff2');
    src: url("//hlmando.com/kr/font/NotoSansKR-Light.woff") format('woff');
    src: url("//hlmando.com/kr/font/NotoSansKR-Light.otf") format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url("//hlmando.com/kr/font/NotoSansKR-Regular.woff2") format('woff2');
    src: url("//hlmando.com/kr/font/NotoSansKR-Regular.woff") format('woff');
    src: url("//hlmando.com/kr/font/NotoSansKR-Regular.otf") format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url("//hlmando.com/kr/font/NotoSansKR-Medium.woff2") format('woff2');
    src: url("//hlmando.com/kr/font/NotoSansKR-Medium.woff") format('woff');
    src: url("//hlmando.com/kr/font/NotoSansKR-Medium.otf") format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url("//hlmando.com/kr/font/NotoSansKR-Bold.woff2") format('woff2');
    src: url("//hlmando.com/kr/font/NotoSansKR-Bold.woff") format('woff');
    src: url("//hlmando.com/kr/font/NotoSansKR-Bold.otf") format('opentype');
}

/* Roboto */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("//hlmando.com/ko/font/Roboto-Light.ttf") format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("//hlmando.com/ko/font/Roboto-Regular.ttf") format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("//hlmando.com/ko/font/Roboto-Medium.ttf") format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("//hlmando.com/ko/font/Roboto-Bold.ttf") format('truetype');
}

html { font-size: 10px; }
body { min-width: 320px;
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    font-size: 2.1rem; font-weight: 700; line-height: 1; letter-spacing: -0.05em; color: #555555; }

h3 { padding: 0 0 40px 0; font-size: 3rem; font-weight: 700; line-height: 1.6; color: #020A0A; }
h4 { padding: 5px 0; font-size: 2.8rem; font-weight: 700; color: #020A0A; }

a { color: #555555; }
a:link, a:visited { text-decoration: none; }
a:hover, a:focus { text-decoration: none; }

a.btn { padding: 5px 15px; font-size: 2rem; text-align: center; line-height: 1; color: #fff; background: #002B68;  border-radius: 5px; }

input, label, select { color: #555555; font-weight: normal; }
label { margin-right: 20px; }
select { margin-right: 20px; padding:15px 10px; width:100px; font-size: 2rem; color: #020A0A; font-weight: normal; background: #FFFFFF; border: 1px solid #B2B2B2; }

table { width: 100%; vertical-align: middle; border-bottom: 1px solid #DDDDDD; }
thead th, dt { padding: 16px; color: #020A0A; font-weight: 700; line-height: 2; text-align:center; border-bottom: 1px solid #B2B2B2; }
tbody td, tfoot td, dd { padding: 16px; color: #464a4e; line-height: 2; letter-spacing: -0.02em; text-align:center; }

.center { width: 1260px; margin: 0 auto; }
.blind { position: absolute; left: -9999em; }
table > caption.blind { position: static; text-indent: -9999em; height: 0px; }
.clear:after { content: ""; display: block; clear: both; }

.left_box { float: left; width: 48%; }
.right_box { float: right; width: 48%; }

.up { color: #FF0000; }
.down { color: #002B68; }
.same { color: #666; }

td>span, dd>span { padding-left: 18px; background: url(../images/mark_up1.gif) no-repeat left center; background-size: auto 11px; }
.up>span { background-image: url(../images/mark_up5.png); }
.down>span { background-image: url(../images/mark_down5.png); }
.same>span { background-image: none; }


/* 공통Top */
#stock_info .name { display: none; }
#stock_info .date { float: right; font-weight: normal; color: #888888; }
#quote_chart, #cur_top_box { margin-bottom: 40px; padding: 30px 0; }

/* 현재가 시세 - 현재가, 전일대비 */
.cup { position: relative; }
.close_part { float: left; width: 48%; text-align: center; }
.updown_part { float: right; position: relative; width: 48%; }

.close { margin: 15px 0; padding: 0; font-size: 4.5rem; font-weight: 700; }
.close span { padding-left: 38px; background: url(../images/mark_up2.gif) no-repeat left center; }
.close.up span { background-image: url(../images/close_up5.png); }
.close.down span { background-image: url(../images/close_down5.png); }
.close.same span { background-image: none; }

.updown_part dl { }
.updown_part dt, .updown_part dd { position: absolute; width: 50%; text-align: center; line-height: 1; box-sizing: border-box; border: none; }
.updown_part dt { left: 0; }
.updown_part dd { left: 50%; }
.updown_title, .updown { top: 10px; }
.percent_title, .percent { top: 50px; }

/* 현재가 시세 - 시고저가 */
.ohlv { }
.ohlv dl { position: relative; }
.ohlv dt, .ohlv dd { position: absolute; width: 25%; text-align: center; line-height: 1.5; box-sizing: border-box; }
.ohlv dt { border-bottom: 1px solid #DDDDDD; }
.ohlv dd { top: 60px; border-bottom: 1px solid #EBEFF5; }

.open_title, .open { left: 0; }
.high_title, .high { left: 25%; }
.low_title, .low { left: 50%; }
.volume_title, .volume { left: 75%; }

/* 현재가 시세 - 차트 */
#chart_min #chart_container { height: 230px; }

/* 현재가 시세 - 호가정보 */
#hoga_tb thead th { border-top: 1px solid #DDDDDD; border-bottom: none; }
#hoga_tb td { text-align: center; }
#hoga_tb tfoot td { font-weight: 700; }

/* 현재가 시세 - 주식정보 */
.capital_tb { border-top: 1px solid #DDDDDD; }
.capital_tb th { padding-left: 16px; width: 25%; text-align: left; color: #020A0A; font-weight: 700; }
.capital_tb td { padding-right: 16px; width: 25%; text-align: right; }
.capital_tb th:nth-child(3) { border-left: 1px solid #DDDDDD; }

/* 현재가 시세 - 지수정보 */
#index_tb2 { margin-top: 40px; font-weight: 700; border-top: 1px solid #DDDDDD; border-bottom: 1px solid #EBEFF5; }
#index_tb2 dl { float: left; width: 50%; }
#index_tb2 dt { border-bottom: none; }
#index_tb2 dd { text-align: center; }
#index_tb2 .index_close { padding-top: 42px; height: 120px; box-sizing: border-box; font-size: 1.8rem; color: #fff; background: url(../images/index_up.gif) no-repeat center; background-size: auto 80px; }
#index_tb2 .index_close.up { background-image: url(../images/index_up5.png); }
#index_tb2 .index_close.down { background-image: url(../images/index_down5.png); }
#index_tb2 .index_close.same { background-image: url(../images/index_same.gif); }


/* 일자별 시세 */
#daily_chart3 { margin-bottom: 40px; }
#btn_check { padding: 10px 0; text-align: right; }

/* 차트분석 */
#chart_set { position: relative; margin-bottom: 40px; padding: 30px; height: 150px; background: #F4F4F4; }
#chart_set dl>div { float: left; }
#chart_set dt, #chart_set dd { display: inline-block; marign: 10px; padding: 0 10px; font-size: 2rem; text-align: left; line-height: 1.3; border: none; }
#chart_set dt { /*padding: 0 20px 0 30px;*/ padding: 0 10px 0 30px; width: 110px; border-left: 1px solid #C7C7C8; }
#chart_set .select_index { padding: 10px 0 20px; width: 100%; }
#chart_set .select_index dd { padding-left: 0; }
#chart_set .select_candle dt { padding-left: 0; border-left: none; }
/* #chart_set dl>div.select_setting:before { clear: both; } */
#chart_set .select_setting { float: right; display: block; width: 100%; }
#chart_set .select_setting dt { margin-top: 15px; padding-left: 0; border: none; }

#chart_set #sym2 { width:200px; }
#chart_set label { margin-right: 20px; }
#chart_set #p_btn { position: absolute; top:40px; right: 30px; padding: 0; width: 140px; height: 70px; font-size: 2rem; line-height: 70px; vertical-align: middle; border-radius: 0; }

.left_axis,
.right_axis {
  width: 50%;
  padding: 10px 0;
  box-sizing: border-box;
}
.left_axis {
  padding-left: 10px;
  float: left;
}
.right_axis {
  padding-right: 10px;
  float: right;
  text-align: right;
}
.chart_axis_ex {
  margin-bottom: 10px;
}

#chart_coc { margin-bottom: 40px; }



/* 공시정보 */
.total { margin-bottom:16px; font-weight:normal; }
.total span { font-weight:700; color:#020A0A; }

.notice_tb { font-size:10px; border-top:1px solid #888888; }
.notice_tb thead th { font-size:2.1em; border-bottom:1px solid #DDDDDD; }
.notice_tb tbody td { font-size:2.1em; text-align:center; color:#555555; font-weight:normal; border-bottom:1px solid #DDDDDD; }
.notice_tb tbody td.no { width:100px; }
.notice_tb tbody td.title { width:auto; text-align:left; line-height:normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: color .1s ease; }
.notice_tb tbody td.auth { width:20%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: color .1s ease; }
.notice_tb tbody td.datadate { width:100px; }

.notice_tb tbody tr:hover td { background:#F3FBFE; }
.notice_tb tbody tr:hover td a { color:#00B4ED; }

#dart { width:100%; text-align:right; font-weight:normal; color: #798190; padding-top:20px; margin-bottom:20px; }

/* paging */
#_uiPaging ul { margin-top:50px; text-align:center; }
#_uiPaging li {
    display: inline-block;
    min-width:21px;
    line-height:21px;
    margin:0 15px;
    text-align:center;
    font-weight:normal;
}
#_uiPaging li._uiOn {
	position:relative;
    font-weight:700;
    color:#000000;
}
#_uiPaging li._uiOn:after {
	content:'';
	position:absolute;
	left:50%;
	bottom:-8px;
	width:18px;
	height:4px;
	margin-left:-9px;
	background:#000000;
}
/* #_uiPaging>ul>li:last-child { margin-right:0%; } */
#_uiPaging li>a {
    display:block;
    min-width:21px;
    line-height:21px;
    color:#a5a5a5;
    background:none;
}
#_uiPaging li._uiBtn, #_uiPaging li._uiBtn>a {
    text-indent:-9999em;
    background-repeat:no-repeat;
    background-position:center;
}

#_uiPaging li._uiFirst { background-image:url(../images/btn_board_first.png); background-size:21px auto; }
#_uiPaging li._uiPrev { margin-right:40px; background-image:url(../images/btn_board_prev.png); background-size:11px auto; }
#_uiPaging li._uiNext { margin-left:40px; background-image:url(../images/btn_board_next.png); background-size:11px auto; }
#_uiPaging li._uiLast { background-image:url(../images/btn_board_last.png); background-size:21px auto; }


@media (min-width: 672px) {
    .paging_btn { margin-left: 40px; }
}
@media (max-width: 671px) {
    .paging { -ms-flex-pack: justify; justify-content: space-between; }
    .paging_btn { margin-left: auto; }
}


.mb_view, table .mb_view { display: none; }
.pc_view, .tb_view { display: block; }
table .pc_view, table .tb_view { display: table-cell; }

@media all and (max-width: 1280px) {
    .pc_view, .mb_view, table .pc_view, table .mb_view { display: none; }
    .tb_view { display: block; }
    table .tb_view { display: table-cell; }

    .left_box, .right_box { float: none; margin: 0 0 40px; width: 100%; }

    /* 현재가 시세 - 공통 */
    .cup { height: 120px; }
    .cup.left_box { margin-bottom: 0; }
    .ohlv { height: 140px; }

    /* 현재가 시세 */
    #chart_min #chart_container { height: 300px; }

    /* 일자별 시세 */
    #cur_top_box .ohlv { height: 80px; }

    /* 차트분석 */
    #chart_set { height: 210px; }
    #chart_set dl>div { float: none; margin: 0 0 20px; width: 100%; }
    #chart_set dt, #chart_set dd { text-align: left; padding: 0 10px; }
    #chart_set dt { border-left: none; }
    #chart_set .select_index { padding-bottom: 0; }
    #chart_set .select_index dd { padding-left: 10px; }
    #chart_set .select_candle dt { padding-left: 10px; }
    #chart_set .select_setting dt { margin-top: 0; padding-left: 10px; }

    /* #chart_set #sym2 { width: 150px; } */
    #chart_set label { margin-right: 20px; }
}

@media all and (max-width: 720px) {
    .pc_view, .tb_view, table .pc_view, table .tb_view { display: none; }
    .mb_view { display: block; }
    table .mb_view { display: table-cell; }

    thead th, dt { padding: 16px 2px; }
    tbody td, tfoot td, dd { padding: 16px 2px; }

    #fnchart_area .img_chart { float: none; margin: 0 0 40px; width: 100%; }

    .btn_area { display: block; margin-top: 20px; text-align: center; }

    /* 현재가 시세 - 공통 */
    .cup { height: 200px; }
    .close_part, .updown_part { float: none; width: 100%; }
    .ohlv { height: 140px; }

    .close { margin: 0; }

    .updown_part dt { top: 10px; }
    .updown_part dd { top: 40px; }
    .updown_part .updown_title, .updown_part .updown { left: 0; }
    .updown_part .percent_title, .updown_part .percent { left: 50%; }

    /* 현재가 시세 */
    #index_tb2 .index_close { background-size: auto 68px; }

    /* 일자별 시세 */
    #cur_top_box .ohlv { height: 80px; }
    #btn_check { text-align: center; }

    .daily thead th:nth-child(4),
    .daily thead th:nth-child(5),
    .daily thead th:nth-child(6),
    .daily thead th:nth-child(7) { display: none; }

    .daily tbody td:nth-child(4),
    .daily tbody td:nth-child(5),
    .daily tbody td:nth-child(6),
    .daily tbody td:nth-child(7) { display: none; }

    /* 차트분석 */
    #chart_set { height: 350px; }
    #chart_set dt, #chart_set dd { display: block; padding: 0 10px 10px; text-align: left; }

    /* 공시정보 */
    .notice_tb tbody td.title { display:block; padding:25px 5% 10px; width:90%; border-bottom:none; }
    .notice_tb tbody td.title a { color: #000000; }
    .notice_tb tbody td.datadate { display:block; padding:0 5% 25px; width:90%; text-align:left; font-size:1.8em; }
    .notice_tb tbody td.datadate span.sep { display:line-block; margin:0 10px; padding:0; color:#BBBBBB; background:none; }
}

@media all and (max-width: 460px) {
    html { font-size: 8px; }

    /* 차트분석 */
    #chart_set { height: 320px; }
    #chart_set { padding: 30px 10px; }
    #chart_set #sym2 { width: 140px; }
    #chart_set label { margin-right: 10px; }
    #chart_set #p_btn { width: 100px; }

    /* paging */
    #_uiPaging li { margin:0 5px; }
    #_uiPaging li._uiPrev { margin-right:10px; }
    #_uiPaging li._uiNext { margin-left:10px; }
}
