/* Frame */
#topFrame {
    display: block;
    width: 1000px;
    height: 250px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}
#leftFrame {
    float: left;
    display: block;
    width: 150px;
    height: auto;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}
#centerFrame {
    float: left;
    display: block;
    width: 580px;
    height: auto;
    padding: 0px;
    margin: 0px;
}
#rightFrame {
    float: right;
    display: block;
    width: 250px;
    height: auto;
    padding: 0px;
    margin: 0px;
}

dl,dt,dd {
    padding: 0px;
    margin: 0px;
}
.thumbnail {
    overflow: hidden;
}
.headline {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   
}
.leftNavPanel a {
    cursor: hand;
}
.leftNavPanel a:hover {
    text-decoration: none !important;
}


#topFrame .leftNavPanel {
    float: left;
    display: block;
    width: 150px;
    height: 250px;
    padding: 0px;
    margin: 0px;
    background: #585858;
}

#topFrame .leftNavPanel h2 {
    display: block;
    height: 20px;
    _height: 45px;
    padding: 15px 15px 10px 15px;
    margin: 0px;
}

#topFrame .leftNavPanel .date {
    height: 30px;
    padding-left: 15px;
    font-family: Dotum;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

#topFrame .leftNavPanel .date label {
    font-weight: normal !important;
}

#topFrame .leftNavPanel .navBar div a {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0px 0px 0px 15px;
    border-top: 1px solid #979797;
    background: none;
    cursor: hand;
}

#topFrame .leftNavPanel .navBar div a:hover {
    text-decoration: none;
}
#topFrame .leftNavPanel .navBar div a.selected {
    background: #4a97ef;
}

#topFrame .leftNavPanel .navBar a {
    font-family: trebuchetMS;
    font-size: 13px;
    font-weight: bold;
    color : #dadada;
}

#topFrame .leftNavPanel .navBar a:hover {
}

#topFrame .visualPanel {
    float: left;
    display: block;
    width: 600px;
    height: 250px;
    margin: 0px;
    background: #3d3d3d;
}
#topFrame .visualPanel .visualInnerPanel {
    display: block;
    width: 580px;
    _width: 600px;
    height: 230px;
    _height: 250px;
    padding: 10px;
    margin: 0px;
}

#topFrame .visualPanel .cell {
    float: left;
    width: 152px;
    _width: 193px;
    height: 210px;
    _height: 230px;
    padding: 10px 20px;
    margin: 0px;
    border-right: 1px solid #646464;
    text-align: center;
}
#topFrame .visualPanel .cell3 {
    border-right: 0px solid #646464;
}

#topFrame .visualPanel .cell div {
    width: 145px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
    line-height: 18px;
}

#topFrame .visualPanel .cell .thumbnail {
    display: block;
    width: 135px;
    height: 100px;
    padding: 0px;
    margin: 10px 0px;
    border: 5px solid #ffffff;
    overflow: hidden;
}
#topFrame .visualPanel .selected .thumbnail {
    border: 5px solid orange;
}

#topFrame .visualPanel .cell .date {
    height: 20px;
    font-size: 14px;
    font-weight: bold;
}
#topFrame .visualPanel .selected .date {
    font-size: 18px !important;
    color: orange !important;
}

#topFrame .visualPanel .selected .brand a,
#topFrame .visualPanel .selected .title a {
    color: orange !important;
}
#topFrame .visualPanel .cell .brand a,
#topFrame .visualPanel .cell .title a,
#topFrame .visualPanel .cell .link a {
    color: #ffffff;
}

#topFrame .visualPanel .cell .brand a {
    font-weight: bold;
}

#topFrame .visualPanel .cell .link {
    margin-top: 10px;
}


#topFrame .bannerPanel {
    float: right;
    display: block;
    width: 250px;
    height: 250px;
    padding: 0px;
    margin: 0px;
    background: #111111;
}

#leftFramePanel1 .tab ul {
    padding: 0px;
    margin: 0px;
}

#leftFramePanel1 .tab ul li {
    display: inline-block;
    width: 40px;
    line-height: 25px;
    margin-right: 1px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
}
#leftFramePanel1 .tab ul li a {
    display: inline-block;
    width: 40px;
    line-height: 25px;
    text-align: center;
    color: #999999;
    text-decoration: none;
}

#leftFramePanel1 .ui-tabs-selected a {
    font-weight: bold;
    color: #000000 !important;
    background: #ffffff;
}
#leftFramePanel1 .ui-tabs-unselect a {
}

#leftFramePanel1 .content {
    border-top: 1px solid #cccccc;
    padding: 5px;
    margin-top: -1px;
}
ol.bestSearchResult {
    padding: 0px;
    margin: 0px;
    list-style-type : none;
	width: 145px;

}
ol.bestSearchResult li {
    clear: both;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}
ol.bestSearchResult li span {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

ol.bestSearchResult li span.rank {
    display: inline-block;
    width: 13px;
    text-align: center;
    background: url(//static.ad.co.kr/images/ad/background/rank_bg.gif) no-repeat left center;
    font-size: 10px;
    color: #ffffff; 

}

ol.bestSearchResult li span.word {
    display: inline-block;
    width: 80px;
    _width: 90px;
    padding: 0px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ol.bestSearchResult li span.word a {
    font-size: 11px;
    color: #999999;
}

ol.bestSearchResult li span.word a:hover {
    color: #000000;
    font-weight: bold;
}

ol.bestSearchResult li span.up {
    display: inline-block;
    width: 10px;
    background: url(//static.ad.co.kr/images/ad/icon/rank_up.gif) no-repeat left center;
}

ol.bestSearchResult li span.down {
    display: inline-block;
    width: 10px;
    background: url(//static.ad.co.kr/images/ad/icon/rank_down.gif) no-repeat left center;
}
ol.bestSearchResult li span.new {
    display: inline-block;
    width: 30px;
    background: url(//static.ad.co.kr/images/ad/icon/rank_new.gif) no-repeat 0px 2px;
}
ol.bestSearchResult li span.fluctuation {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 10px;
    color: #555555;
}

#centerFramePanel1,
#centerFramePanel2 {

}

#centerFramePanel1.flex-box-wrapper,
#centerFramePanel2.flex-box-wrapper {
    display: flex;
}

#centerFramePanel2 {
    margin-top: 10px;
}
#centerFramePanel3 {
    margin-top: 10px;
}

#centerFrame .leftNavPanel {
    display: block;
    _display: inline;
    float: left;
    width: 110px;
    _width: 130px;
    padding: 9px;
    background-color: #fbfbfb;
    border: 1px solid #d7d7d7;
}
#centerFramePanel1 .leftNavPanel {
    height: 280px;
    _height: 300px;
}
#centerFramePanel2 .leftNavPanel {
    height: 140px;
    _height: 160px;
}


#centerFrame .leftNavPanel h2 {
    display: block;
    height: 40px;
    padding: 10px 0px;
    margin: 0px;
}

#centerFrame .leftNavPanel .navBar div a {
    display: block;
    height: 29px;
    line-height: 29px;
    border-top: 1px solid #d7d7d7;
    font-weight: normal;
}
#centerFrame .leftNavPanel .navBar div a.selected {
    font-weight: bold;
    background: url(//static.ad.co.kr/images/ad/button/right.gif) no-repeat 90px center;
}

#centerFrame .leftNavPanel .navBar a {
    font-family: trebuchetMS, Dotum;
    font-size: 11px;
    font-weight: bold;
}

#latestAdPanel {
    display: block;
    _display: inline;
    float: left;
    width: 448px !important;
    _width: 450px;
    height: 298px;
    _height: 300px !important;
    border: 1px solid #d7d7d7;
    border-left: 0px solid #d7d7d7;
    overflow: hidden;
}

#latestAdPanel .latestAdInnerPanel {
    width: 448px;
    height: 270px;
    _height: 298px;
    padding: 14px;
    overflow: hidden;
}

#themeAdPanel {
    display: block;
    _display: inline;
    float: left;
    width: 448px !important;
    _width: 450px;
    height: 158px;
    _height: 160px !important;
    border: 1px solid #d7d7d7;
    border-left: 0px solid #d7d7d7;
    overflow: hidden;
}

#themeAdPanel .themeAdInnerPanel {
    width: 448px;
    height: 130px;
    _height: 158px;
    padding: 14px;
    overflow: hidden;
}

#latestAdPanel .cell {
    float: left;
    width: 200px;
    height: 60px;
    margin: 0px 10px 10px 0px;
}

#latestAdPanel .cell.flex-box {
    display: flex;
}

#latestAdPanel .cell.flex-box .thumbnail {
    min-width: 58px;
}

#latestAdPanel .thumbnail {
    display: block;
    _display: inline;
    float: left;
    width: 58px;
    height: 58px;
    padding: 0px;
    margin-right: 10px;
    border: 1px solid #000000;
    overflow: hidden;
}

#latestAdPanel .brand,
#latestAdPanel .title,
#latestAdPanel .wdate {
    display: block;
    _display: inline;
    float: left;
    width: 130px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


#latestAdPanel .title a,
#latestAdPanel .wdate a {
    line-height: 18px;
}

#latestAdPanel .brand {
    height: 20px;
}
#latestAdPanel .brand a {
    width: auto;
    max-width : 110px;
    line-height: 20px;
    overflow: hidden;
}

#latestAdPanel .brand img {
    vertical-align: middle;
}


#latestAdPanel .brand {
    font-weight: bold;
}
#latestAdPanel .wdate {
    font-size: 11px;
}

#themeAdPanel .cell {
    display: block;
    _display: inline;
    float: left;
    width: 135px;
    height: 120px;
    margin-right: 5px;
}

#themeAdPanel .thumbnail {
    display: block;
    width: 120px;
    height: 75px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #000000;
    overflow: hidden;
}

#themeAdPanel .headline,
#themeAdPanel .blurb {
    width: 120px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 18px;
}
#themeAdPanel .headline a,
#themeAdPanel .blurb a {
    line-height: 18px;
}
#themeAdPanel .headline {
    font-weight: bold;
}



