<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

ul li{
	list-style-type: none;
}
#header-top .contents:after,
.country-select:after,
div#topNews ul li.borderTopNews:after  {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
/*--------------------  header  --------------------*/
#header-top {
width: 100%;
height: 33px;
margin: 0 0 10px 0;
background-color: #E50012;
}
#header-top .contents{
width: 935px;
margin: 0 auto;
/*padding: 5px 0;*/
}
#header-top .contents .left {
    padding: 0 0 0 15px;
    float: left;
    font-size: 93.8%;
    color: #FFFF26;
    line-height: 33px;
}
#header-top .contents .country-select{
    padding: 7px 0 5px 0;
    float: right;
}
#header-top .contents .country-select li{
    margin: 0 0 0 10px;
    float: left;
}
.read-try-btn{
margin: 0;
padding: 0;
position: absolute;
right: 0px;
top: 0px;
}
</pre></body></html>