@font-face {
    font-family: 'icofont';
    src: url('icofonts/icofont.eot');
    src: url('icofonts/icofont.eot?#iefix') format('embedded-opentype'),
         url('icofonts/icofont.woff2') format('woff2'),
         url('icofonts/icofont.woff') format('woff'),
         url('icofonts/icofont.ttf') format('truetype');        
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "Pretendard";
    src:url('fonts/Pretendard-Regular.woff');
    src:url('fonts/Pretendard-Regular.woff') format('woff');
    src: url('fonts/Pretendard-Regular.eot') format('eot'), 
    url("fonts/Pretendard-Regular.woff2") format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Pretendard";
    src:url('fonts/Pretendard-Medium.woff');
    src:url('fonts/Pretendard-Medium.woff') format('woff');
    src: url('fonts/Pretendard-Medium.eot') format('eot'), 
    url("fonts/Pretendard-Medium.woff2") format('woff2');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Pretendard";
    src:url('fonts/Pretendard-SemiBold.woff');
    src:url('fonts/Pretendard-SemiBold.woff') format('woff');
    src: url('fonts/Pretendard-SemiBold.eot') format('eot'), 
    url("fonts/Pretendard-SemiBold.woff2") format('woff2');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Pretendard";
    src:url('fonts/Pretendard-Bold.woff') format('woff');
    src:url('fonts/Pretendard-Bold.woff') format('woff');
    src: url('fonts/Pretendard-Bold.eot') format('eot'), 
    url("fonts/Pretendard-Bold.woff2") format('woff2');
    font-style: normal;
    font-weight: 700;
}

/* @font-face {
    font-family: 'icofont';
    src: url('icofonts/icofont.eot');
    src: url('icofonts/icofont.eot?#iefix') format('embedded-opentype'),
         url('icofonts/icofont.woff2') format('woff2'),
         url('icofonts/icofont.woff') format('woff'),
         url('icofonts/icofont.ttf') format('truetype');        
    font-weight: normal;
    font-style: normal;

} */

html,
body,
.ControllTD,
#TD_print,
#TD_detach_graph,
#TD_download_excel,
#TD_color_blind_mode,
.navigation ul li,
.PerformanceTab_DDL_Performance_Function,
.PerformanceTab_Performance_NA_Value {
    font-family: "Pretendard", Arial, sans-serif;
	font-size: 18px;
	color: #000000;
}
.comparelegend_eachname,
.comparelegend_colon,
.comparelegend_eachvalue,
.comparelegend_separator {
	color: #000000!important;
}
.highstocklegend {
	font-size: 18px!important;
}

body {
	margin: 0;
}

a:visited,
a:link {
	color: #000000;
	
	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

a:active,
a:hover {
	color: #000000;
	
	font-weight: none;
	text-decoration: underline;
	font-style: none;
}

/* Tool max-width */

#container {
    max-width: 1400px;
    margin:0 auto;
    position: relative;
}

#shareGraph {
	min-height: 0;
}

/* PLUS AND MINUS START */

.minus span,
.Minus span,
.PerformanceTab_Performance_Negative_Value,
.PerformanceTab_Performance_By_Year_Negative_Value {
    color: #333333;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 7px;
}

.PerformanceTab_Performance_Negative_Value,
.PerformanceTab_Performance_By_Year_Negative_Value {
    color: #1428A0 !important;
}

.minus span:before,
.Minus span:before,
.PerformanceTab_Performance_Negative_Value:before,
.PerformanceTab_Performance_By_Year_Negative_Value:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.7em solid #ca2629;
	display: none !important;
}

.plus span,
.Plus,
.PerformanceTab_Performance_Positive_Value,
.PerformanceTab_Performance_By_Year_Positive_Value {
    color: #333333;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
}

.PerformanceTab_Performance_Positive_Value,
.PerformanceTab_Performance_By_Year_Positive_Value {
    color: #ca2629 !important;	
}

.plus span:before,
.Plus:before,
.PerformanceTab_Performance_Positive_Value:before,
.PerformanceTab_Performance_By_Year_Positive_Value:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.7em solid #5EA814;
	display: none !important;
}
/* PLUS AND MINUS END */

/* GENERAL - TABLES & HEADINGS & TICKER AREA */

/****************************************** HEADINGS *******************************************************/

.legenddate {
	color: #000000 !important;
	font-size: 1em;
	font-weight: bold;
}
.Orders_TitleTD_Right {
	color: #000000;
	font-weight: bold;
}

.Orders_TitleTD_Left,
.TradesByBroker,
.DivLastestShareTrades span,
.PerformanceTab_TD_Select_Type_Label {
    line-height: normal;
	margin: 0px;
	padding: 0px;
	
	font-family: inherit;
	font-size: 1.25em !important;
	color: #000000 !important;
	font-weight: bold;
	
	padding-top: 0em;
	padding-bottom: 1.0em;
	
	display: block;
}

.TickerDateTD {
	padding-bottom: 20px;
    padding-left: 0em;
    padding-top: none;
    padding-right: 0.6em;

	text-align: left;
}
/********************************************************************************** TABLES *****************************************************************************************/

/*
#container {
	overflow: visible;
}
*/

/****************************************** BORDER CONTROLS *******************************************************/

/*** Table ***/

.PerformanceTab_Table_Performance_By_Year,
.PerformanceTab_Table_Price_Performance,
.PerformanceTab_Performance_By_Year_Header_Row,
.orderBorder > table:first-child,
.BrokerHeaderTable,
.ShareDataTable,
.TickerTbl {
	width: 100%;
	box-sizing: border-box;	
	border-collapse: collapse;
    border-spacing: 0px;
}

/*** Inner Borders ***/

.PerformanceTab_Performance_By_Year_Header_Row th,
.PerformanceTab_Performance_Header_Row th,
.Orders_HeaderTD_Date.tdOrderMiddle,
.Orders_HeaderTD_Ask.tdOrderRight,
.BrokerHeaderTable tr:first-child .Broker_ColumnPercent,
.BrokerHeaderTable tr:first-child .Broker_ColumnVolume,
.Trades_VolumeHeading,
.Trades_LastHeading,
.TickerNameTD {
	border-left: 1px solid #EAEAEA;
}


.PerformanceTab_Performance_By_Year_Row td,
.PerformanceTab_Performance_Row td,
.tdOrderMiddle,
.tdOrderRight,
.BrokerHeaderTable tr .Broker_ColumnPercent.Broker_ColumnBrokerValue,
.BrokerHeaderTable tr .Broker_ColumnVolume.Broker_ColumnBrokerValue,
.Trades_Close_Change,
.Trades_Size,
.DataValueTD,
.TickerValueTD {
	border-left: 1px solid #EAEAEA;
}

.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Performance_By_Year_Row td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Performance_Row td.PerformanceTab_Performance_Instrument_Value,
.TickerNameTD_ShareName,
.TickerValueTD_ShareName {
	border-left: 0px;
}


.PerformanceTab_Performance_By_Year_Row td,
.PerformanceTab_Performance_Row td,
.Orders_RowTR > td,
.Broker_EvenRow td,
.Broker_OddRow td,
.Trades_Row td,
.DataNameTD,
.DataValueTD,
.TickerValueTD {
	border-bottom: 1px solid #EAEAEA  !important;
}


/*** Outter borders ***/

.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Performance_By_Year_Row td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Performance_Row td.PerformanceTab_Performance_Instrument_Value,
.tdOrderLeft,
.Broker_ColumnOrder,
.Trades_TradeTime,
.DataNameTD,
.Trades_TimeHeading,
.TickerValueTD_ShareName,
.TickerNameTD_ShareName {
	border-left: 0em solid #EAEAEA;
}

.PerformanceTab_Performance_By_Year_Prev4_Heading,
.PerformanceTab_Performance_By_Year_Prev4_Value,
.PerformanceTab_Performance_52_Week_High_Low_Heading,
.PerformanceTab_Performance_52_Week_High_Low_Value,
.tdOrderRight,
.Broker_ColumnVolume,
.Trades_Size,
.DataValueTD,
.Trades_VolumeHeading,
.TickerValueTD_Volume,
.TickerNameTD_Volume {
	border-right: 0em solid #EAEAEA;
}

.PerformanceTab_Performance_By_Year_Row:last-child td,
.PerformanceTab_Performance_Row:last-child td,
.Orders_RowTR:last-child > td,
.BrokerHeader tr:last-child td,
.Trades_Row:last-child td, 
.DataTable tr:last-child .DataNameTD,
.DataTable tr:last-child .DataValueTD,
.TickerRow:last-child .TickerValueTD {
	border-bottom: 0em solid #EAEAEA;
}

.PerformanceTab_Performance_By_Year_Header_Row th,
.PerformanceTab_Performance_Header_Row th,
.DataTable tr:first-child .DataNameTD,
.DataTable tr:first-child .DataValueTD {
	border-top: 0em solid #EAEAEA;
}

/*** Header Top/Bottom Borders ***/

.PerformanceTab_Performance_By_Year_Header_Row th,
.PerformanceTab_Performance_Header_Row th,
.Orders_HeaderTD,
.BrokerHeaderTable tr:first-child td,
.Trades_RowHeader td,
.TickerNameTD {
	border-top: 2px solid #1429a0;
	border-bottom: 1px solid #EAEAEA;
}

/*** Header Left/Right Borders ***/

.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.Orders_HeaderTD_Bid,
.BrokerHeader tr:first-child td.Broker_ColumnOrder,
.Trades_TimeHeading,
.TickerNameTD_ShareName {
	border-left-color: #EAEAEA;
}


.PerformanceTab_Performance_Header_Row th:last-child,
.PerformanceTab_Performance_By_Year_Header_Row th:last-child,
.Orders_HeaderTD_Ask,
.BrokerHeader tr:first-child td.Broker_ColumnVolume,
.Trades_VolumeHeading,
.TickerNameTD_Volume {
	border-right-color: #EAEAEA;
}


/*** Ticker date fix, needed because the date and the ticker table are actually in a single table ***/

td.TickerDateTD {
    border-left: 0em solid transparent;
    border-right: 0em solid transparent;
}

/*** Table Backgrounds ***/

/*** Head ***/

.PerformanceTab_Performance_By_Year_Header_Row th,
.PerformanceTab_Performance_Header_Row th,
.Orders_HeaderTD_Date,
.BrokerHeader tr:first-child td,
.Trades_VolumeHeading,
.Trades_LastHeading,
.TickerNameTD {
	background: #f4f7fe;
	color: #000000;
	text-align: center;
	
	font-weight: bold;
	text-transform: none;

	font-size: 20px;
}


.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.Orders_HeaderTD_Bid,
.Orders_HeaderTD_Ask,
.BrokerHeader tr:first-child td.Broker_ColumnOrder,
.BrokerHeader tr:first-child td.Broker_ColumnBroker,
.Trades_TimeHeading,
.TickerNameTD_ShareName {
	background: #f4f7fe;
	color: #000000;
	text-align: center;
	
	font-weight: bold;
	text-transform: none;
	
	/* font-size: 20px; */
}

/*** Body ***/

.PerformanceTab_Performance_By_Year_Row_EvenRow td,
.PerformanceTab_Performance_Row_EvenRow td,
.Orders_EvenRowTR > td,
.Broker_EvenRow td,
.TradesTable .EvenRow td,
.EvenRowTR .DataNameTD,
.EvenRowTR .DataValueTD,
.Ticker_OddRow .TickerValueTD {
	background: transparent ;
}

.PerformanceTab_Performance_By_Year_Row_OddRow td,
.PerformanceTab_Performance_Row_OddRow td,
.Orders_OddRowTR > td,
.Broker_OddRow td,
.TradesTable .OddRow td,
.OddRowTR .DataNameTD,
.OddRowTR .DataValueTD,
.Ticker_EvenRow .TickerValueTD {
	background: transparent ;
}

.PerformanceTab_Performance_By_Year_Row td,
.PerformanceTab_Performance_Row td,
.Orders_RowTR > td.tdOrderMiddle,
.BrokerHeaderTable tr td,
.TradesTable .Trades_Row .Trades_Close_Change,
.TradesTable .Trades_Row .Trades_Size,
.ShareDataTable tr .DataValueTD,
.TickerRow .TickerValueTD {
	background: #FFFFFF;
	text-align: center;
	color: #000000;
	
	font-weight: normal;

	font-size: 20px;
}

.PerformanceTab_Performance_By_Year_Row td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Performance_Row td.PerformanceTab_Performance_Instrument_Value,
.Orders_RowTR > td.tdOrderLeft,
.Orders_RowTR > td.tdOrderRight,
.BrokerHeaderTable tr td.Broker_ColumnOrderValue,
.BrokerHeaderTable tr td.Broker_ColumnOrderValue + .Broker_ColumnBrokerValue,
.TradesTable .Trades_Row .Trades_TradeTime,
.ShareDataTable tr .DataNameTD,
.TickerRow .TickerValueTD_ShareName {
	background: #f8f8f8;
	text-align: center;
	color: #000000;
	
	font-weight: normal;
	text-transform: none;

	/* height: 95px;
    box-sizing: border-box; */
}


/***************************************** Order Depth *****************************************/

.Orders_RowTR > td.tdOrderLeft,
.Orders_HeaderTD_Bid {
	text-align: center;
}
.Orders_RowTR > td.tdOrderRight,
.Orders_HeaderTD_Ask {
	text-align: center;
}
	
/***************************************** END OF BORDER CONTROL **************************************************/

.DataTable,
.TickerTbl,
table.TradesTable,
.orderBorder table {
    border-collapse: collapse;
    border-spacing:0;
}

.TradesTable {
	margin-bottom: 1em;
}

.orderBorder .tdOrderMiddle table {
	border-bottom: 0em;
}

.BrokerHeaderTable {
	border-collapse: collapse;
}

.Orders_HeaderTD,
.BrokerTypeRow,
.BrokerHeaderTable tbody tr:first-child td,
.TickerNameTD,
.TradesTable .Trades_RowHeader td,
.PerformanceTab_Performance_Header_Row th,
.PerformanceTab_Performance_By_Year_Header_Row th {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.6em;
	padding-right: 0.6em;

	height: 85px;
    box-sizing: border-box;
	padding-top: 0;
    padding-bottom: 0;
}
.BrokerTypeRow {
	border-bottom: 0;
	padding-bottom: 0em;
}

.Orders_RowTR .tdOrderLeft,
.Orders_RowTR .tdOrderMiddle,
.Orders_RowTR .tdOrderRight,
.Broker_EvenRow td,
.Broker_OddRow td,
.TickerValueTD,
.DataNameTD,
.DataValueTD,
.TradesTable .Trades_Row td,
.PerformanceTab_Performance_By_Year_Row td,
.PerformanceTab_Performance_Row td {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.6em;
	padding-right: 0.6em;	
	
	height: auto;
	line-height: normal;

	height: 95px !important;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
}

.TradesTable .Trades_RowHeader td.Trades_LastHeading,
.TradesTable .Trades_Row td.Trades_Close_Change {
	padding-right: 1.5em;
}

/* .TickerValueTD_LastPriceChange,
.TickerValueTD_LastPricePercentChange {
	padding-right: 1.5em;	
} */

.TickerNameTD_LastPriceChange,
.TickerNameTD_LastPricePercentChange {
	padding-right: 0.6em;
}

.TickerValueTD {
	width: 8.8%;
	white-space: nowrap;
}
.TickerValueTD_ShareName {
	width: 20.08%;
	white-space: normal;
}
.TickerNameTD {
	white-space: nowrap;
}



/* Selected row controls */
.Ticker_SelectedRow {

}

.TickerNameTD_MarketName,
.TickerValueTD_MarketName {
    display: none;
}

@media (min-width: 0px) and (max-width: 686px) {  
	
	.TickerValueTD_Ask,
	.TickerValueTD_Bid,
	.TickerNameTD_Ask,
	.TickerNameTD_Bid {
		display: none;
	}
	
	.TickerValueTD {
		width: 12.5%;
	}
	.TickerValueTD_ShareName {
		width: 25%;
	}
}

@media (min-width: 0px) and (max-width: 583px) {  
	
	.TickerValueTD_High,
	.TickerValueTD_Low,
	.TickerNameTD_High,
	.TickerNameTD_Low{
		display: none;
	}
	
	.TickerValueTD {
		width: 17.5%;
	}
	.TickerValueTD_ShareName {
		width: 30%;
	}
}

@media (min-width: 0px) and (max-width: 434px) {  
	
	.TickerValueTD_LastPricePercentChange,
	.TickerNameTD_LastPricePercentChange {
		display: none;
	}
	
	.TickerValueTD {
		width: 20%;
	}
	.TickerValueTD_ShareName {
		width: 40%;
	}
}


/* END OF TICKER AREA */

/********************************************************************************* TABS AREA START */

#tabPanel {
    margin-top: 2em;
    margin-bottom: 40px;
    width: 100%;
    height:auto;
    line-height: normal;
	
	position: relative;
	z-index: 0;
}

#tabPanel:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;
	
	border-bottom: 0em solid #FFFFFF;	
}

#tabPanel ul {
	text-align: left !important;
	font-size: 0em;
	background: #f8f8f8;
    border-radius: 3px;
}
/* Unselected tab rules */
.navigation ul li a {
    height: auto;
	line-height: normal;
	
	padding-top: 1em !important;
	padding-right: 0;
	padding-bottom: 1em !important;
	padding-left: 0;
	
	margin-top: 0.0em;
	margin-right: 0;
	margin-bottom: 0.0em;
	margin-left: 0;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	font-family: inherit;
	font-weight: normal;
	/* font-size: 1.0em; */
	text-transform: none;	
	color: #888888;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 0;
	border-right: 0;
	border-bottom: 3px solid transparent;
	border-left: 0;
	
	background: transparent;
	
	/* transition: background 0.5s, color 0.5s, border 0.5s; */
	
	position: relative;
	top: 0;
	left: 0em;

	width: 99%;

	font-size: 20px;

	padding: 0 !important;
    height: 80px;
    box-sizing: border-box;
    line-height: 80px;
}

/* .body_ko-kr.body_HtmlGraph .navigation ul li a { 
	padding: 0 !important;
    height: 80px;
    box-sizing: border-box;
    line-height: 80px;
} */



.navigation ul li a:hover {
    background: transparent;
	color: #1428A0;
	border-top: 0;
	border-right: 0;
	border-bottom: 3px solid #1428A0;
	border-left: 0;
	
	text-decoration: none;
	font-style: normal;
	
	z-index: 9;
}
/* Selected tab rules */
.navigation ul li a.tab_selected {
    background: transparent;
	color: #1428A0;	
	border-top: 0;
	border-right: 0;
	border-bottom: 3px solid #1428A0;
	border-left: 0;
	
	position: relative;
	top: 0px;
	left: 0px;
	
	z-index: 10;

	font-weight: 600;
}
.tab_selected:hover
{

}
.tab_selected:before {
    content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0em;
	
	border-left: 0em solid transparent; 
	border-right: 0em solid transparent; 
	border-top: 0em solid #1428A0;
}
/* END OF TABS AREA */
/* Corrections for period selection & graph legend display */

/*************************************** Start of: Graph interval selection & legend ****************************************/

.PeriodSelectionIntervalText {	
	/* font-size: 1em; */
	white-space: nowrap;
	width: 0em;
	padding-left: 2em;
	font-weight: bold;

	font-size: 20px;
}
ul#_ulPeriod {
    padding-top: 0.5em!important;
}
#_ulPeriod li {
    padding: 0.5em;
    padding-top: 0em;
	
	
}
.ul_highstocklegend li {
	list-style: none;
	margin-left: 0em;
	line-height: 1em;
	height: auto;
	
	float: none;
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
}
.comparelegend_name {
	padding: 0px;
	
	position:relative;
	top: 0em;
	left: 0em;
	margin-left: 0em;
	
	display: inline-block!important;
	color: #333333 !important;
	font-weight: bold !important;
}
.comparelegend_name:before {	
	content: "■";
	
	font-family: "Pretendard", Arial, sans-serif !important;
	font-size: 2em;
	
	position: relative;
	left: 0;
	top: 0;
	margin-top: -0.385em;
	margin-right: 0.2em;
	
	line-height: 0.5em;
	
	display: none !important;
	
}
.ul_highstocklegend_color_blind_mode .comparelegend_name:before {
	content: "";
}
#_ulPeriod li label {
    white-space:nowrap;
}
div#periodSelectionPanel {
    border-bottom: 0;
}
.highstocklegend {
    padding: 0em 29px 0 39px;
}
.ul_highstocklegend {
	padding: 0em 1.5em 0.5em 1.5em;
	padding: 0em 0 0.5em 0;
	border-bottom: 0.08em solid #EAEAEA;
	margin-bottom: 1em;
}

.comparelegend_value {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.legenddate {
    padding-top: 1em;
	padding-bottom: 1em;	
	
}
@media (min-width: 0px) and (max-width: 446px) {   
	
	/**************** Gets rid of the exsess values on the legend ****************/
	.legendSharesDiv .comparelegend_value {
		white-space: normal !important;
	}
	
	.legendSharesDiv div {
		display: inline-block;
	}
	
	.legendSharesDiv .comparelegend_value > div > div {
		display: none!important;
	}
	.legendSharesDiv .comparelegend_value > div > div:last-child {
		display: inline-block !important;
	}
	
}
/*************************************** Start of: Graph Buttons ****************************************/

#additionFunctionPanelPanel {
	padding: 0.5em 19px 0 30px;
}

.additionFunction table {
	margin: 0em;
	width: 100%;
}


.button,
.button:link,
.button:visited {
	display: block;	
	
	font-family: inherit;
	/* font-size: 1.0em; */
	font-weight: 600;
	color: #000000;
	text-transform: none;
	
	margin: 0.5em;
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	border: 0.08em solid #EAEAEA;	
	border-radius: 3px;
	background: #FFFFFF;
	
	transition: background 0.5s, color 0.5s, border 0.5s;	
	text-decoration: none;	

	font-size: 20px;
}
.button:active,
.button:hover {
	text-decoration: none;
	
	background: #FFFFFF;
	color: #1428A0;
	border-color: #1428A0;
}
.button img {
	display: none;
}

.additionFunction table, 
.additionFunction tbody,
.additionFunction tr {
	display: block;
}

.additionFunction tr {
	font-size: 0em;
	text-align: center;
}

.additionFunction table td {
	width: 33.33%;
	text-align: center;
	
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
	
	min-width: 13.8em;
	box-sizing: border-box;
}

@media (max-width: 775px) { 	 
	.t-ie9 .additionFunction table td {
		/** Hack for IE9, but effects IE10 as well */
		float: left \ ;
		width: 100% \ ;
	}
}

/*************************************** Start of: Graph Controls ****************************************/


.ControllTD > div {
	margin: 1em 0.5em 0 0.5em;
	border: 1px solid #EAEAEA;
	background-color: #FFFFFF;
	min-height: 177px !important; 
	border-radius: 3px !important;
}

.title {
	
	font-family: inherit;
	/* font-size: 1.0em; */
	color: #000000;
	
	font-weight: 600;
	font-style: normal;
	text-transform: initial;
	
	background: #FFFFFF;
	text-align: left;
	float: center;
	
	
	padding-top: 0.6em;
	padding-bottom: 0em;
	padding-left: 20px;
	padding-right: 0.6em;
	
	margin-bottom: 0.6em;
	margin-top: 0em;

	border-radius: 3px 0 0 0 !important;

	font-size: 20px;
}

.divtable {	
	padding: 0.6em 0.0em 0.6em 1em;
	clear: both;
	min-height: 5em;
}

.custom_label td {
	line-height: normal;
	height: auto;
}
table td.compare_part {
	padding-left: 0.4em;
	width: 100%;
}

table td.compare_part div {
	width: auto;
}

.ControllRow > tbody,
.ControllRow > tbody > tr,
.ControllRow {
	display: block;	
}

.ControllRow > tbody > tr {
	font-size: 0em;
	text-align: left;
}

.ControllTD {
	width: 33.33%;
	vertical-align: top;
	
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
	/* IE 8 & below CSS correction */
	float: left\9;
    /* * * * * * * * * * * * * * * */
	text-align: left;
}

.ControllRow {
	padding: 0;
}

.ControllTD .table_row {
	height: 30px;

	font-size: 18px;
}

.t-safari .ControllTD input[disabled] {
	/* Fix for iOS Safari where the disabled input boxes are cut when inside inline-block elements */
	opacity: 1.0;
	border-color: #ccc;
	background: #fafafa;
}

@media (min-width: 0px) and (max-width: 686px) {  
	
	.ControllTD {
		width: 50%;
		float: left;
		/* min-height: 11em;
		
		min-width: 14.28em; */
	}
    .ControllRow > tbody > tr {
        text-align:center;
    }
}

@media (min-width: 0px) and (max-width: 459px) {  
	.ControllTD {
		float: none;
		height: auto;		
	}
	
	.t-ie9 .ControllTD {
		/** Hack for IE9, but effects IE10 as well */
		float: left \ ;
		width: 100% \ ;
	}
	
	.divtable {	
		min-height: 0em;
	}
}

#footer {
	clear: both;
}

/*************************************** Start of: Share data ****************************************/

.DataNameTD,
.DataValueTD {
    width:50%;
}

/*************************************** Start of: Trades ****************************************/

.TradesTable .Trades_RowHeader td {
    width: 33.33%;
	border-right: 1px solid #eaeaea;
}
.TradesTable .Trades_RowHeader td.Trades_LastHeading,
.TradesTable .Trades_RowHeader td.Trades_TimeHeading {
	width: 33.33%;
}



.excellink {
	text-align: right;
	padding-bottom: 1em;
}

.Buyers {
	vertical-align: top;
}

.Broker_DivBullet {
	width: 1em;
	height: 1em;
	line-height: 1em;
}
.Broker_ColumnBroker,
.Broker_ColumnPercent,
.Broker_ColumnVolume {
    width:33.33%;
}
.fullbrokername {
	padding: 0.5em;
	background: #fff;
	border: 0.08em solid #EAEAEA;
	box-shadow: 1px 1px 2px #A6A6A6;
}
.Buyers {
	padding-right: 0.25em;
}
.Sellers {
	padding-left: 0.25em;
}
.Buyers,
.Sellers {
	vertical-align: top;
}
.Broker_Chart {
	text-align: center;
}

@media (min-width: 0px) and (max-width: 481px) {  
	.Broker_Chart img {
		display: none;
	}	
	.BrokerContentTable,
	.BrokerContentTable > tbody,
	.BrokerContentTable > tbody > tr,
	.Sellers,
	.Buyers {
		display: block
	}
	.Broker_Chart {
		clear: both;
	}
	.BrokerTableContent {
		float: left;
		clear: both;
	}
	
	.Sellers .BrokerTableContent {
		margin-top: 1em;
	}
}

/*************************************** Start of: Order Depth ****************************************/

.Orders_TitleTD_Right {
	text-align: right;
}

.Orders_RowTR .tdOrderLeft {
	text-align: left;
}

.Orders_VolumeTD_AskBox {
	background: #ca2629;
}
.Orders_VolumeTD_BidBox {
	background: #1428A0;
}

.Orders_VolumeTD_BidNumber {
	text-align: right;
	padding-right: 0.5em;
    white-space:nowrap;
}
.Orders_VolumeTD_AskNumber {
	text-align: left;
	padding-left: 0.5em;
    white-space:nowrap;
}

.Orders_HeaderTD_Date {
	text-align: center;
}

/*************************************** Start of: Performance ****************************************/

.PerformanceTab_TD_Select_Type_Label {
    width:50%;
	text-align: left;
}
.PerformanceTab_TD_Select_Type_Value {
    padding: 0 0 10px 0;
    width:50%;
	text-align: right;
}
.PerformanceTab_TD_Select_Currency_Label,
.PerformanceTab_TD_Select_Currency_Value  {
    display:none;
}
.PerformanceTab_DDL_Performance_Function {
    color: #333;
    /* font-size: 1em; */
    padding: 0.22em;
    box-sizing: border-box;
    background: #fff;
    border: 0.08em solid #EAEAEA;
    max-width:20em;
    width:100%;

	font-size: 24px;

	padding-left: 20px;
	height: 50px;
}

.PerformanceTab_Performance_Row td {
	padding-right: 1.5em;
	/* height: 95px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0; */
}
.PerformanceTab_Performance_Row .PerformanceTab_Performance_52_Week_High_Low_Value,
.PerformanceTab_Performance_Row .PerformanceTab_Performance_All_Time_High_Low_Value {
	padding-right: 0.6em;
}

.PerformanceTab_Performance_By_Year_Row td {
	padding-right: 1.5em;
}

th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading {
	text-align: center;
}

td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Performance_Row td.PerformanceTab_Performance_Instrument_Value {
	text-align: center;
}
.PerformanceTab_Performance_Instrument_Value div,
.PerformanceTab_Performance_By_Year_Instrument_Value div {
	padding: 0px!important;
	margin: 0px!important;
}

.PerformanceTab_Table_Price_Performance ,
.PerformanceTab_Table_Performance_By_Year {
    width:100%;
}

.PerformanceTab_Performance_Header_Row th {
	padding-left: 0.3em;
	padding-right: 0.3em;
	/* height: 95px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0; */
}
.PerformanceTab_Performance_By_Year_Header_Row  th {
	padding-right: 1em;
	padding-left: 0.5em;
}
.PerformanceTab_Performance_By_Year_NA_Value,
.PerformanceTab_Performance_Neutral_Value,
.PerformanceTab_Performance_By_Year_Neutral_Value,
.PerformanceTab_Performance_NA_Value {
	color: inherit;
} 
.PerformanceTab_Performance_Instrument_Value span.PerformanceTab_SharePriceDevelopment_Instrument_InstrumentName {
	display: inline-block;
	padding-right: 0.5em;
}

@media (min-width: 0px) and (max-width: 586px) { 
	.PerformanceTab_Performance_By_Year_Prev4_Heading,
	.PerformanceTab_Performance_By_Year_Prev4_Value {
		display: none;
	}
}
@media (min-width: 0px) and (max-width: 461px) { 
	.PerformanceTab_Performance_By_Year_Prev3_Heading,
	.PerformanceTab_Performance_By_Year_Prev3_Value {
		display: none;
	}
}
@media (min-width: 0px) and (max-width: 380px) { 
	.PerformanceTab_Performance_By_Year_Prev2_Heading,
	.PerformanceTab_Performance_By_Year_Prev2_Value {
		display: none;
	}
}

@media (min-width: 0px) and (max-width: 605px) {   
	.PerformanceTab_Performance_52_Week_High_Low_Value,
	.PerformanceTab_Performance_52_Week_High_Low_Heading,
    .PerformanceTab_Performance_1_Month_Change_Heading,
    .PerformanceTab_Performance_1_Month_Change_Value {
		display: none;
	}

    .PerformanceTab_Performance_5_Year_Change_Heading,
    .PerformanceTab_Performance_5_Year_Change_Value {
        border-right: 0em solid #EAEAEA;
    }

}
@media (min-width: 0px) and (max-width: 501px) { 
    .PerformanceTab_Performance_3_Month_Change_Heading,
    .PerformanceTab_Performance_3_Month_Change_Value {
        display: none;
    }
}

/*************************************** End of: Performance data ****************************************/

#divCalendar {
	border: 0.08em solid #EAEAEA;
	background: #fff;
	box-shadow: 1px 1px 2px #A6A6A6;
}
.dbFooter {
	padding-top: 20px;
}

/* ADDED CSS */
.TickerValueTD.TickerValueTD_ShareName {
	font-weight: bold !important;
}

#_ulPeriod {
    margin-left: 5px !important;
}
#_ulPeriod li span {
	position: relative;
	padding: 0 16px 0 5px;
}

#_ulPeriod li span::before {
    position: absolute;
    content: "";
    left: -25px;
    top: 0px;
    width: 22px;
    height: 22px;
    /* border-radius: 4px; */
    border: 1.5px solid #dddddd;
    background: #fff;
}

#_ulPeriod li input:checked + span::before {
	border: solid 1.5px #dddddd;
}

#_ulPeriod li input:checked + span::after {
	font-family: 'icofont';
    content: "\eed8";
	display: inline-block;
	/* width: 15px;
	height: 15px; */
	/* border-radius: 2px; */
	position: absolute;
	left: -24px;
    top: 1px;
    font-size: 23px;
	background: #1428A0;
	color: #FFFFFF;
}

/* checkbox */
input[type="checkbox"] + label::before {
	position: absolute;
    content: "";
	left: -32px;
    top: 0px;
    content: "";
    width: 22px;
    height: 22px;
    border: 1.5px solid #e5e5e5;
    background: #fff;
    /* border-radius: 4px !important;
    -webkit-border-radius: 2px; */
}


input[type="checkbox"]:checked + label::after {
font-family: 'icofont';
    content: "\eed8";
    position: absolute;
    color: #FFFFFF;
    left: -31px;
    top: 0px;
    font-size: 23px;
}


input[type="checkbox"]:disabled + label {
	color: #dddddd;
}
input[type="checkbox"]:disabled + label:before,
input[type="checkbox"]:disabled:checked + label:after{
    content: "";
    position: absolute;
    left: -20px;
    top: 0px;
    width: 14px;
    font-size: 0;
    height: 15px;
    background: #fff;
    padding-top: 0;
    /* border-radius: 4px; */
    padding-left: 0;
    background-size: 100% 100%;
    display: inline-block;
    border: 1.5px solid #dddddd;
}
input[type="checkbox"]:checked + label::before {
    /* border: 1px solid #000000; */
    background: #1428A0;
}
input[type="checkbox"] {
	opacity: 0;
}
/* end of checkbox */

body TABLE.ControllRow TD.ControllTD input[type="checkbox"] + label, body TABLE.ControllRow TD.ControllTD input[type="radio"] + label {
    position: relative !important;
    top: 0;
    left: 0;
    display: inline-block;
}

input[type="radio"] + label::before {
	position: absolute;
	content: "";
	left: -32px;
    top: 1px;
    width: 22px;
    height: 22px;
	/* border-radius: 4px; */
	border: 1.5px solid #dddddd;
	background: #fff;
}

/* .body_ko-kr input[type="radio"] + label::before {
    top: 1px !important;
} */

input[type="radio"] {
    opacity: 0;
}

input[type="radio"]:checked + label::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	/* border-radius: 2px; */
	position: absolute;
	left: -26px;
    top: 6px;
	background: #1428A0;
	color: #dddddd;
}

/* .body_ko-kr input[type="radio"]:checked + label::after {
    top: 4px !important;
} */

input[type="radio"]:checked + label::before {
    border: 1.5px solid #dddddd;
}

.comparelegend_value div div:nth-child(5) .comparelegend_eachvalue {
    color: #1428A0 !important;
}

.comparelegend_eachvalue {
	color: #ca2629 !important;
}

.comparelegend_value div div:last-child .comparelegend_eachvalue {
    color: #333333 !important;
}

.TradesTable .Trades_Row .Trades_TradeTime {
	border-right: 1px solid #eaeaea;
	}
	
td#volumeheading {
	border-right: 0;
}
	
.TradesTable .Trades_Row td.Trades_Close_Change {
	padding-right: 1.5em;
	border-right: 1px solid #eaeaea;
}


input#txtInsertPeriod {
    line-height: 18px;
	font-family: "Pretendard", Arial, sans-serif;
	border: 1.5px solid #dddddd;
    border-radius: 4px;
}

tr.OddRowTR.TR_Currency {
    border-top: 2px solid #333333;
}

tr.ForeignOwnership_RowHeader {
    font-weight: bold;
	font-size: 20px;
    background: #f4f7fe;
}

table.ForeignOwnershipTable {
    border-top: 2px solid #333333;
	border-spacing: 0;
}

.ForeignOwnership_DateHeading, .ForeignOwnership_DateRow, .ForeignOwnership_PriceHeading, .ForeignOwnership_PriceRow,
.ForeignOwnership_ChangeHeading, .ForeignOwnership_ChangeRow, .ForeignOwnership_VolumeHeading, .ForeignOwnership_VolumeRow,
.ForeignOwnership_ForeignOwnershipHeading, .ForeignOwnership_ForeignOwnershipRow {
	border-bottom: 1px solid #eaeaea;
    padding: 1em 0;
	border-collapse: collapse;

	text-align: center;
    border-left: 1px solid #EAEAEA;
}

.PerformanceTab_ForeignOwnership_Positive_Value {
    color: #ca2629 !important;
}

.PerformanceTab_ForeignOwnership_Negative_Value {
    color: #1428A0 !important;
}

.Trades_Close_Change .Plus {
    color: #ca2629 !important;
}

.Trades_Close_Change .Minus {
    color: #1428A0 !important;
}

.ShareDataTable tr .DataNameTD {
	text-align: center !important;
	border-right: 1px solid #eaeaea;
    width: 20% !important;

	font-weight: bold;
}

td#timeheading, td#volumeheading {
    width: 20% !important;
}

td#lastheading {
    width: auto !important;
}

/* td.tdOrderLeft.Orders_HeaderTD.Orders_HeaderTD_Bid, td.tdOrderRight.Orders_HeaderTD.Orders_HeaderTD_Ask {
    width: 16% !important;
}

td.tdOrderMiddle.Orders_HeaderTD.Orders_HeaderTD_Date {
    width: auto !important;
} */

/* korean */

/* end of korean */


/* english */


/* end of english */

.ControllTD > div {
    min-height: 70px !important;
}


.ControllTD {
    width: 50% !important;
}

.ControllTD .table_row {
    display: inline-block !important;

	margin-right: 40px;
    margin-bottom: 20px;
}

div#divIndicatorAnalyst, div#divIndicatorInsider, div#divIndicatorDividend, div#divIndicatorWebcast {
	display: none !important;
}

div#divMACustom {
	display: none !important;
}

.divtable {
    display: inline !important;
	width: 60% !important;
	padding: 0;
	min-height: 0em;
	text-align: left;
}

.title {
    display: inline-block !important;
    /* width: auto !important;
    min-width: 93px !important; */
	margin-top: 14px !important;
}

.body_en-gb .ControllTD .table_row {
    margin-right: 2.5em !important;
}


/* table.TickerTbl tr.Ticker_HeaderRow.HeaderRow.Ticker_HeaderRow_Header {
    font-size: 18px !important;
    height: 64px !important;
    letter-spacing: -0.035em !important;
    line-height: 1.62em !important;
}

table.TickerTbl tr.TickerRow.OddRow.Ticker_OddRow, table.TickerTbl tr.TickerRow.EvenRow.Ticker_EvenRow {
    font-size: 18px !important;
    height: 80px !important;
    letter-spacing: -0.035em !important;
    line-height: 1.62em !important;
} */

a#lbtAccessibleShareGraph {
    float: right;
}

.shareInformation {
    margin-bottom: 120px !important;
}

/* #tabPanel ul {
    margin-bottom: 88px !important;
	min-height: 100px !important;
} */

/* #lowerpart {
	margin-top: 48px !important;
} */

#tabPanel ul li {
    /* padding-top: 1.5em !important; */
	width: 16%;
	text-align: center;
}

.body_en-gb #tabPanel ul li#liForeignOwnership {
    width: 20%;
}

.body_ko-kr #tabPanel ul li {
	width: 16.66% !important;
}

/* .navigation ul li a {
	padding-bottom: 39px !important;
} */

@media (max-width: 768px) { 
	/* table.TickerTbl tr.Ticker_HeaderRow.HeaderRow.Ticker_HeaderRow_Header {
		font-size: 14px !important;
		height: 48px !important;
		letter-spacing: -0.035em !important;
		line-height: 1.62em !important;
	}
	
	table.TickerTbl tr.TickerRow.OddRow.Ticker_OddRow, table.TickerTbl tr.TickerRow.EvenRow.Ticker_EvenRow {
		font-size: 14px !important;
		height: 56px !important;
		letter-spacing: -0.035em !important;
		line-height: 1.62em !important;
	} */
	.shareInformation {
		margin-bottom: 70px !important;
	}
	/* #tabPanel ul {
		margin-bottom: 40px !important;
	} */
	/* #lowerpart {
		margin-top: 40px !important;
	} */
}

/* ADDED CSS */
.navigation ul li a:not(a#lbtForeignOwnership):after {
    content: '';
    width: 1px;
    height: 30%;
    position: absolute;
    right: -1px;
    top: 27px;
    background: #CCCCCC;
}

.slider {
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
}

.slider:before {
    background-color: #1428A0;
	bottom: 2px;
}

input:checked+.slider {
    background-color: #3cb6e5;
}

a#lbtAccessibleShareGraph, 
td.TickerDateTD {
    color: #888888;
}

.legenddate {
    padding-left: 0px;
}

#lowerpart {
    padding: 3px 20px 0px 30px;
}

.title {
	width: 38%;
	vertical-align: top;
	padding-top: 0;
	margin-top: 0 !important;
	box-sizing: border-box;
	text-align: left;
}

.divtable {
    display: inline-block !important;
	/* width: 70% !important; */
}

.ControllTD > div {
    padding: 1em 0;
	min-height: 218px !important;
    box-sizing: border-box;
	text-align: center;
}

.body_ko-kr.body_HtmlGraph .ControllTD > div {
	min-height: 137px !important;
}

div#titleDiagram {
    margin-right: 10px;
}

div#dbFooter {
    font-size: 18px;
	padding-right: 29px;
}

.TickerDateDiv {
    font-size: 20px;
}

ul#_ulPeriod {
    font-size: 20px;
}

td.PerformanceTab_Performance_Instrument_Value {
    font-size: 20px !important;
}

.PerformanceTab_Performance_Row td.PerformanceTab_Performance_Instrument_Value {
    font-weight: bold;
	padding-right: 0.6em;
}

.TickerValueTD {
    border-bottom: 1px solid #e5e5e5 !important;
}

td.ControllTD.ControllTD_0_0 .table_row:last-child,
td.ControllTD.ControllTD_0_1 .table_row:last-child,
td.ControllTD.ControllTD_0_2 .table_row:last-child,
td.ControllTD.ControllTD_0_3 .table_row:last-child,
td.ControllTD.ControllTD_0_4 .table_row:last-child,
td.ControllTD.ControllTD_0_5 .table_row:last-child {
    margin-bottom: 0 !important;
}

div#divIndicatorPeriodHL {
    margin-bottom: 0 !important;
}

div#periodSelectionPanel.periodSelection input {
    margin-bottom: 10px !important;
}


/* RESPONSIVE */

/* TICKER */

@media (max-width: 840px) { 
	td.TickerNameTD.TickerNameTD_Low, td.TickerValueTD.TickerValueTD_Low,
	td.TickerNameTD.TickerNameTD_High, td.TickerValueTD.TickerValueTD_High {
		display: none;
	}
}

@media (max-width: 580px) { 
	.PerformanceTab_Performance_By_Year_Header_Row th, .PerformanceTab_Performance_Header_Row th, .Orders_HeaderTD_Date, .BrokerHeader tr:first-child td, .Trades_VolumeHeading, .Trades_LastHeading, .TickerNameTD {
    	font-size: 16px;
	}
	.PerformanceTab_Performance_By_Year_Row td, .PerformanceTab_Performance_Row td, .Orders_RowTR > td.tdOrderMiddle, .BrokerHeaderTable tr td, .TradesTable .Trades_Row .Trades_Close_Change, .TradesTable .Trades_Row .Trades_Size, .ShareDataTable tr .DataValueTD, .TickerRow .TickerValueTD {
		font-size: 16px;
	}
}

@media (max-width: 460px) { 
	.PerformanceTab_Performance_By_Year_Header_Row th, .PerformanceTab_Performance_Header_Row th, .Orders_HeaderTD_Date, .BrokerHeader tr:first-child td, .Trades_VolumeHeading, .Trades_LastHeading, .TickerNameTD {
    	font-size: 14px;
	}
	.PerformanceTab_Performance_By_Year_Row td, .PerformanceTab_Performance_Row td, .Orders_RowTR > td.tdOrderMiddle, .BrokerHeaderTable tr td, .TradesTable .Trades_Row .Trades_Close_Change, .TradesTable .Trades_Row .Trades_Size, .ShareDataTable tr .DataValueTD, .TickerRow .TickerValueTD {
		font-size: 14px;
	}
}

@media (max-width: 370px) { 
	.TickerNameTD,
	.TickerValueTD {
		padding-left: 0.2em;
		padding-right: 0.2em;
	}
}

/* END OF TICKER */


/* TABS RESPONSIVE */
@media (max-width: 1197px) { 
	#tabPanel ul li,
	.body_en-gb.body_HtmlGraph #tabPanel ul li#liForeignOwnership,
	.body_ko-kr #tabPanel ul li {
		width: 33.33% !important;
	}
	li#liTrade a:after{
		display: none;
	}
}

@media (max-width: 550px) { 
	#tabPanel ul li,
	.body_en-gb.body_HtmlGraph #tabPanel ul li#liForeignOwnership,
	.body_ko-kr #tabPanel ul li {
		width: 50% !important;
	}
	li#liTrade a:after{
		display: block !important;
	}
	li#liShareData a:after,
	li#liOrder a:after {
		display: none;
	}
}

@media (max-width: 400px) { 
	#tabPanel ul li,
	.body_en-gb.body_HtmlGraph #tabPanel ul li#liForeignOwnership,
	.body_ko-kr #tabPanel ul li {
		width: 100% !important;
	}
	.navigation ul li a {
		height: 50px;
		line-height: 50px;
	}
}
/* END OF TAB */


@media (max-width: 776px) {
	.comparelegend_value {
		display: block !important;
		padding-left: 0;
		padding-top: 1em;
		font-size: 14px;
	}
}


/* CONTROL BOX */
@media (max-width: 1264px) { 
	.title {
		width: 30%;
	}
	.divtable {
		width: 68% !important;
	}
}

@media (max-width: 1126px) { 
	.title {
		width: 28%;
	}
	.divtable {
		width: 70% !important;
	}
}

@media (max-width: 1096px) { 
	.title {
		width: 26%;
	}
	.divtable {
		width: 72% !important;
	}
}

@media (max-width: 1085px) { 
	.title {
		width: 100%;
		text-align: left;
	}
	.divtable {
		width: 100% !important;
		padding-left: 2em;
		box-sizing: border-box;
	}
}

@media (max-width: 1085px) { 
	.body_ko-kr.body_HtmlGraph .ControllTD > div {
		min-height: 154px !important;
	}
}

@media (max-width: 1026px) { 
	.ControllTD > div {
		min-height: 254px !important;
	}
}

@media (max-width: 972px) { 
	.body_ko-kr.body_HtmlGraph .ControllTD > div {
		min-height: 174px !important;
	}
}

@media (max-width: 866px) { 
	.body_en-gb div#peerPanel .table_row.row_peer:first-child,
	.body_en-gb div#peerPanel .table_row.row_peer:last-child {
		margin-right: 0 !important;
	}
}

@media (max-width: 794px) { 
	.ControllTD {
		width: 100% !important;
	}
	.ControllTD > div {
		min-height: auto !important;
	}
	.body_en-gb div#peerPanel .table_row.row_peer:first-child,
	.body_en-gb div#peerPanel .table_row.row_peer:last-child {
		margin-right: 2.5em !important;
	}
	.body_ko-kr.body_HtmlGraph .ControllTD > div {
		min-height: auto !important;
	}
}

@media (max-width: 460px) { 
	.ControllTD .table_row {
		display: block !important;
	}
	.body_en-gb .ControllTD .table_row {
		margin-right: 0 !important;
	}
}

@media (max-width: 458px) { 
	.body_en-gb div#peerPanel .table_row.row_peer:first-child,
	.body_en-gb div#peerPanel .table_row.row_peer:last-child {
		margin-right: 0em !important;
	}
}

@media (max-width: 413px) { 
	body TABLE.ControllRow TD.ControllTD input[type="checkbox"] + label, body TABLE.ControllRow TD.ControllTD input[type="radio"] + label {
		display: block;
	}
	.divtable {
		padding-left: 3em;
	}
}

@media (max-width: 320px) { 
	.title {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 545px) { 
	.additionFunction table td {
		width: 100%;
	}
	.button, .button:link, .button:visited {
		padding: 0.5em 1em 0.5em 1em;
	}
}

@media (max-width: 475px) { 
	td.PerformanceTab_TD_Select_Type_Value {
		display: block;
		width: 100%;
	}
	.PerformanceTab_TD_Select_Type_Label {
		width: 100%;
	}
}

@media (max-width: 460px) { 
	tr.ForeignOwnership_RowHeader,
	tr.ForeignOwnership_Row {
		font-size: 11px;
	}
}

@media (max-width: 425px) { 
	a#lbtAccessibleShareGraph {
		font-size: 15px;
		padding-bottom: 10px;
		float: left;
	}
}


@media (max-width: 414px) { 
	.additionFunction table td {
		width: 100%;
	}
}

@media (max-width: 360px) { 
	.PerformanceTab_Performance_Row td {
		padding-right: 0.6em;
	}
}

@media (max-width: 375px) { 
	.PeriodSelectionIntervalText {
		padding-left: 1em;
	}
	#_ulPeriod li span {
		padding: 0px 8px 0 5px;
	}
}


#htmlcontent{
	image{
		width: 272px !important;
		height: 62px !important;
	}
}




