/*전체 화면 FHD기준 1900px*/ .mainB { position: relative; width: 1800px; margin: 72px auto 0; -webkit-transition: all .4s ease-out; transition: all .4s ease-out; -moz-transition: all .4s ease-out; -o-transition: all .4s ease-out; } /*차트 폭, 전체 폭에서 410px을 빼면 적당함.*/ .mainB section.ty01 { float: left; width: 1390px; } #exchangeChartiq { height: 1300px; } .ciq-chart-area{ height: 1200px; } #chartContainerexchangeChartiq { height: 1100px; }