@charset "UTF-8";
@import '/static/css/default.css';
@import '/static/css/font.css';
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
.ico_share {
  width: 23px;
  height: 23px;
  z-index: 1;
}
.ico_share:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 216.2 216.2' style='enable-background:new 0 0 216.2 216.2;' xml:space='preserve'%3E%3Cpath fill='%23000' d='M174.1,132.1c-15.8,0-29.5,8.7-36.7,21.6l-58.1-26.2c3-5.8,4.8-12.4,4.8-19.4c0-7-1.7-13.6-4.8-19.4l58.1-26.2 c7.2,12.9,20.9,21.6,36.7,21.6c23.2,0,42-18.8,42-42c0-23.2-18.8-42-42-42c-23.2,0-42,18.8-42,42c0,1,0,2,0.1,3l-65,29.4 c-7-5.2-15.7-8.4-25.1-8.4c-23.2,0-42,18.8-42,42s18.8,42,42,42c9.4,0,18.1-3.1,25.1-8.4l65,29.4c-0.1,1-0.1,2-0.1,3 c0,23.2,18.8,42,42,42c23.2,0,42-18.8,42-42C216.1,150.9,197.3,132.1,174.1,132.1z M174.1,18.1c13.2,0,24,10.8,24,24 c0,13.2-10.8,24-24,24c-13.2,0-24-10.8-24-24C150.1,28.9,160.9,18.1,174.1,18.1z M42.1,132.1c-13.2,0-24-10.8-24-24s10.8-24,24-24 c13.2,0,24,10.8,24,24S55.3,132.1,42.1,132.1z M174.1,198.1c-13.2,0-24-10.8-24-24c0-13.2,10.8-24,24-24c13.2,0,24,10.8,24,24 C198.1,187.3,187.3,198.1,174.1,198.1z'/%3E%3C/svg%3E%0A") no-repeat 50%/100% auto;
}
.ico_share.white:after {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 216.2 216.2' style='enable-background:new 0 0 216.2 216.2;' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M174.1,132.1c-15.8,0-29.5,8.7-36.7,21.6l-58.1-26.2c3-5.8,4.8-12.4,4.8-19.4c0-7-1.7-13.6-4.8-19.4l58.1-26.2 c7.2,12.9,20.9,21.6,36.7,21.6c23.2,0,42-18.8,42-42c0-23.2-18.8-42-42-42c-23.2,0-42,18.8-42,42c0,1,0,2,0.1,3l-65,29.4 c-7-5.2-15.7-8.4-25.1-8.4c-23.2,0-42,18.8-42,42s18.8,42,42,42c9.4,0,18.1-3.1,25.1-8.4l65,29.4c-0.1,1-0.1,2-0.1,3 c0,23.2,18.8,42,42,42c23.2,0,42-18.8,42-42C216.1,150.9,197.3,132.1,174.1,132.1z M174.1,18.1c13.2,0,24,10.8,24,24 c0,13.2-10.8,24-24,24c-13.2,0-24-10.8-24-24C150.1,28.9,160.9,18.1,174.1,18.1z M42.1,132.1c-13.2,0-24-10.8-24-24s10.8-24,24-24 c13.2,0,24,10.8,24,24S55.3,132.1,42.1,132.1z M174.1,198.1c-13.2,0-24-10.8-24-24c0-13.2,10.8-24,24-24c13.2,0,24,10.8,24,24 C198.1,187.3,187.3,198.1,174.1,198.1z'/%3E%3C/svg%3E%0A") no-repeat 50%/100% auto;
}

#gnb {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 0;
  border-top: 1px solid #d5d5d6;
  overflow: hidden;
  background: #fff url(/static/images/common/gnbBg.jpg) no-repeat 100% -4px;
  z-index: 101;
  transition: all 0.2s cubic-bezier(0, 0, 0, 1) 0s;
}
#gnb .gnbWrap {
  width: 1180px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}
#gnb .gnbWrap > ul > li {
  float: left;
  margin-right: 130px;
  padding-left: 18px;
  border-left: 1px solid #ddd;
}
#gnb .gnbWrap > ul > li > strong {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}
#gnb .gnbWrap > ul > li:last-child {
  margin-right: 0;
}
#gnb .gnbWrap > ul > li > ul > li {
  margin-bottom: 25px;
}
#gnb .gnbWrap > ul > li > ul > li > a {
  display: inline-block;
  font-size: 16px;
  color: #777;
  font-weight: 200;
  transition: all 0.2s cubic-bezier(0, 0, 0, 1) 0s;
}
#gnb .gnbWrap > ul > li > ul > li > a:hover {
  font-weight: 500;
  color: #1a4895;
}
#gnb .gnbWrap > ul > li > ul > li > a:hover span {
  font-weight: 200;
}
#gnb .gnbWrap > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
#gnb .gnbWrap > ul > li > ul > li.on a, #gnb .gnbWrap > ul > li > ul > li.hover a {
  font-weight: 500;
  color: #1a4895;
}
#gnb .gnbWrap > ul > li > ul > li.on a span, #gnb .gnbWrap > ul > li > ul > li.hover a span {
  font-weight: 200;
}
#gnb .gnbWrap > ul > li:first-of-type > ul {
  float: left;
}
#gnb .gnbWrap > ul > li:first-of-type > ul:first-of-type {
  margin-right: 70px;
}
#gnb .gnbWrap > ul > li:first-of-type:after {
  content: "";
  display: block;
  clear: both;
}
#gnb .gnbWrap > ul:after {
  content: "";
  display: block;
  clear: both;
}
#gnb.on {
  height: 371px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

#container.heatwave #state_sub, #container.heavySnow #state_sub, #container.earthquake #state_sub, #container.typhoon #state_sub, #container.downpour #state_sub, #container.flood #state_sub, #container.landslide #state_sub, #container.airPollution #state_sub, #container.infection #state_sub, #container.forestFires #state_sub, #container.electricity #state_sub, #container.radiation #state_sub, #container.weatherVid #state_sub {
  background: #1b4fa2 url(/static/images/now/titBg.jpg) no-repeat 50% 50%;
}
#container.message #state_sub, #container.history #state_sub, #container.terms #state_sub, #container.institutions #state_sub {
  background: #1b4fa2 url(/static/images/info/titBg.jpg) no-repeat 50% 50%;
}
#container.tip #state_sub, #container.digital #state_sub, #container.inside #state_sub, #container.column #state_sub {
  background: #1b4fa2 url(/static/images/prepare/titBg.jpg) no-repeat 50% 50%;
}
#container.town #state_sub, #container.special #state_sub, #container.cctv #state_sub {
  background: #1b4fa2 url(/static/images/special/titBg.jpg) no-repeat 50% 50%;
}

body.main {
  background: #f7f7f7;
}

#wrap.main #tips {
  min-width: 1200px;
  background: #543ed8;
}
#wrap.main #tips .tipsWrap {
  width: 1200px;
  margin: 0 auto;
}
#wrap.main #tips .tipsWrap .tipSlide {
  padding: 0 80px 0 8px;
  max-height: 80px;
  overflow: hidden;
}
#wrap.main #tips .tipsWrap .slide-list {
  height: 80px;
}
#wrap.main #tips .tipsWrap .slide-list span {
  display: table-cell;
  table-layout: fixed;
  width: 1040px;
  height: 80px;
  vertical-align: middle;
  font-size: 22px;
  color: #fffc00;
  letter-spacing: -1px;
}
#wrap.main #tips .tipsWrap .slide-list span a {
  font-size: 22px;
  color: #fffc00;
  letter-spacing: -1px;
}
#wrap.main #tips .tipsWrap .slide-list span a img {
  max-height: 80px;
  max-width: 1040px;
  vertical-align: middle;
}
#wrap.main #tips .tipsWrap .slide-list span a div {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #fffc00;
  letter-spacing: -1px;
}
#wrap.main #tips .tipsWrap .slide-list span a[href="javascript:;"] {
  cursor: default;
}
#wrap.main #tips .tipsWrap .slick-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 30px;
  height: 20px;
}
#wrap.main #tips .tipsWrap .slick-prev {
  margin-top: -20px;
  background: url(/static/images/common/blt_tip_up.png) no-repeat 50%;
}
#wrap.main #tips .tipsWrap .slick-next {
  margin-top: 0;
  background: url(/static/images/common/blt_tip_down.png) no-repeat 50%;
}
#wrap.main #cctvMain.cctv {
  background: #f1f1f1;
}
#wrap.main #cctvMain.cctv .cctvContents {
  width: 1180px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 155px;
}
#wrap.main #cctvMain.cctv .cctvContents h2 {
  font-size: 44px;
  margin-bottom: 18px;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea {
  float: left;
  position: relative;
  width: 780px;
  height: 558px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .icoList {
  padding-top: 14px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 260px;
  height: 110px;
  border: 1px solid #c6c7c7;
  border-radius: 5px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.85);
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .icoList ul {
  display: inline-block;
  width: 213px;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .icoList li {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  position: relative;
  padding-left: 30px;
  text-align: left;
  width: 105px;
  font-size: 13px;
  color: #777;
  box-sizing: border-box;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .icoList li:nth-child(1),
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .icoList li:nth-child(2) {
  margin-top: 0;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox {
  position: relative;
  background: #fff;
  padding: 30px 35px;
  box-sizing: border-box;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox strong {
  display: block;
  font-size: 24px;
  padding-right: 20px;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox > p {
  margin-bottom: 36px;
  font-size: 15px;
  color: #777;
  padding-right: 20px;
  position: relative;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox > p .ico_share {
  position: absolute;
  right: 0px;
  top: 7px;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox .playerArea {
  position: relative;
  height: 396px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox .playerArea > div {
  height: 250px;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox .playerArea em {
  position: absolute;
  left: 0;
  top: -21px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox .playerArea em.live {
  background: #f2212c;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox .playerArea em.vod {
  background: #1a4895;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox .playerArea .ghost {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox .playerArea .ghost .ghostWrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox .playerArea .ghost .ghostWrap p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox .playerArea .ghost .ghostWrap a {
  display: inline-block;
  padding: 3px 17px;
  font-size: 14px;
  color: #fff;
  background: #2d8ab5;
}
#wrap.main #cctvMain.cctv .cctvWrap .leftArea .cctvBox > span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: #9496a3;
  font-weight: 200;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea {
  float: right;
  width: 360px;
  padding: 20px 5px;
  height: 558px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  background: #fff;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .eui_selectTypeA {
  display: block;
  margin: 0 auto;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList {
  padding: 0 5px 0 16px;
  height: 455px;
  overflow: auto;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li {
  position: relative;
  padding-left: 160px;
  margin-bottom: 20px;
  min-height: 80px;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li a {
  display: block;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li a .thumArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li a .thumArea img {
  width: 140px;
  height: 80px;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li a .textArea {
  box-sizing: border-box;
  display: table-cell;
  width: 165px;
  height: 80px;
  vertical-align: middle;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li a .textArea em {
  display: inline-block;
  height: 20px;
  /*,ico_seoul:45px*/
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li a .textArea em.ico_kbs {
  width: 45px;
  background: url(/static/images/special/ico_kbs.gif) no-repeat 0 0;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li a .textArea em.ico_police {
  width: 51px;
  background: url(/static/images/special/ico_police.gif) no-repeat 0 0;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li a .textArea em.ico_safety {
  width: 55px;
  background: url(/static/images/special/ico_safety.gif) no-repeat 0 0;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li a .textArea em.ico_ex {
  width: 82px;
  background: url(/static/images/special/ico_ex.gif) no-repeat 0 0;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li a .textArea em.ico_water {
  width: 36px;
  background: url(/static/images/special/ico_water.gif) no-repeat 0 0;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li a .textArea strong {
  display: block;
  font-size: 15px;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li a .textArea span {
  display: block;
  font-size: 14px;
  color: #777;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li a:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main #cctvMain.cctv .cctvWrap .rightArea .cctvList ul li:last-of-type {
  margin-bottom: 0;
}
#wrap.main #cctvMain.cctv .cctvWrap .btn_wrap {
  margin-top: 20px;
}
#wrap.main #cctvMain.cctv .cctvWrap .btn_wrap .more {
  background-color: #777;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 318px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
}
#wrap.main #cctvMain.cctv .cctvWrap:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main #caution {
  position: relative;
  min-width: 1200px;
  background: #013d81;
  height: 44px;
}
#wrap.main #caution .cautionBox {
  position: relative;
}
#wrap.main #caution .cautionWrap {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding-right: 37px;
  box-sizing: border-box;
}
#wrap.main #caution .cautionWrap .cautionSlide {
  max-height: 44px;
  overflow: hidden;
  padding: 0 10px;
}
#wrap.main #caution .cautionWrap .slide-list {
  height: 44px;
}
#wrap.main #caution .cautionWrap .slide-list strong {
  display: table-cell;
  table-layout: fixed;
  position: relative;
  z-index: 13;
  height: 44px;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  letter-spacing: -1px;
  font-weight: 200;
}
#wrap.main #caution .cautionWrap .slide-list strong em {
  display: block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  max-width: 1130px;
  padding-right: 30px;
}
#wrap.main #caution .cautionWrap .slide-list strong span {
  display: inline;
  box-sizing: border-box;
}
#wrap.main #caution .cautionWrap .slide-list strong span i {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  color: #00f2ff;
  margin-right: 5px;
}
#wrap.main #caution .cautionWrap .slide-list strong span a {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
#wrap.main #caution .cautionWrap .slide-list strong span br {
  display: none;
}
#wrap.main #caution .cautionWrap .slide-list strong span > span {
  display: none;
}
#wrap.main #caution .cautionWrap .slide-list strong span > span:nth-child(2) {
  display: inline;
}
#wrap.main #caution .cautionWrap .slick-arrow {
  display: none !important;
}
#wrap.main #caution .cautionWrap .btnMore {
  position: absolute;
  bottom: 12px;
  right: -29px;
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: url(/static/images/common/blt_caution_down.png) no-repeat 50%;
}
#wrap.main #caution .cautionWrap .btnLive {
  position: absolute;
  right: -190px;
  top: 11px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-right: 38px;
  line-height: 1em;
}
#wrap.main #caution .cautionWrap .btnLive strong {
  color: #00f6ff;
  font-size: 23px;
  font-weight: 700;
}
#wrap.main #caution .cautionWrap .btnLive:after {
  content: "";
  position: absolute;
  right: 0;
  top: -8px;
  width: 36px;
  height: 22px;
  margin: 0 0 0 0;
  background: url(/static/images/main/notice.gif) no-repeat 100% 0;
}
#wrap.main #caution .cautionWrap.on {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 170px;
  box-sizing: border-box;
  padding: 10px 0;
  background: #013d81;
  z-index: 12;
}
#wrap.main #caution .cautionWrap.on .cautionBox {
  width: 1200px;
  margin: 0 auto;
  padding-right: 37px;
  box-sizing: border-box;
}
#wrap.main #caution .cautionWrap.on .cautionSlide {
  max-height: none;
  height: 150px;
  overflow: auto;
}
#wrap.main #caution .cautionWrap.on .slide-list {
  height: auto;
  margin-bottom: 20px;
}
#wrap.main #caution .cautionWrap.on .slide-list strong {
  height: auto;
}
#wrap.main #caution .cautionWrap.on .slide-list strong em {
  position: relative;
  padding-left: 10px;
  padding-right: 0;
}
#wrap.main #caution .cautionWrap.on .slide-list strong em:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
}
#wrap.main #caution .cautionWrap.on .slide-list strong span br {
  display: inline;
}
#wrap.main #caution .cautionWrap.on .slide-list strong span > span {
  display: inline;
}
#wrap.main #caution .cautionWrap.on .slide-list:focus {
  outline: none !important;
}
#wrap.main #caution .cautionWrap.on .slide-list:last-of-type {
  margin-bottom: 0;
}
#wrap.main #caution .cautionWrap.on .btnMore {
  right: 6px;
  bottom: 2px;
  background: url(/static/images/common/blt_caution_up.png) no-repeat 50%;
}
#wrap.main #caution .cautionWrap.on .btnLive {
  right: 13px;
  top: -4px;
}
#wrap.main #caution .plus {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 44px;
  padding: 10px;
  width: 100%;
  background: #013d81;
  box-sizing: border-box;
  color: #fff;
  border: 3px solid #fff;
  font-size: 15px;
  font-weight: 200;
  -moz-box-shadow: 6px 4px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 6px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 4px 5px rgba(0, 0, 0, 0.1);
  z-index: 12;
}
#wrap.main #caution .plus i {
  font-style: normal;
  display: inline-block;
  font-weight: 700;
  color: #00f2ff;
  margin-right: 5px;
}
#wrap.main #special {
  position: relative;
}
#wrap.main .mainContent .mainContentWrap {
  width: 1180px;
  margin: 0 auto;
  padding: 64px 0 135px;
}
#wrap.main .mainContent .mainContentWrap h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
#wrap.main .mainContent .mainContentWrap h2 span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
#wrap.main .mainContent .mainContentWrap .topArea {
  margin-bottom: 35px;
}
#wrap.main .mainContent .mainContentWrap .topArea .weatherArea {
  float: left;
  width: 573px;
  height: 458px;
}
#wrap.main .mainContent .mainContentWrap .topArea .weatherArea > ul {
  position: relative;
  z-index: 10;
}
#wrap.main .mainContent .mainContentWrap .topArea .weatherArea > ul li {
  float: left;
  width: 165px;
  margin-left: -1px;
}
#wrap.main .mainContent .mainContentWrap .topArea .weatherArea > ul li a {
  display: block;
  height: 44px;
  line-height: 42px;
  text-align: center;
  background: #e3e1de;
  color: #777;
  font-size: 19px;
  font-weight: 500;
  border: 1px solid #d2d2d2;
  border-bottom: 0;
}
#wrap.main .mainContent .mainContentWrap .topArea .weatherArea > ul li:first-child {
  margin-left: 0;
}
#wrap.main .mainContent .mainContentWrap .topArea .weatherArea > ul li.on a {
  background: #fff;
  color: #282828;
}
#wrap.main .mainContent .mainContentWrap .topArea .weatherArea > ul:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main .mainContent .mainContentWrap .topArea .weatherArea ul.cautionList {
  padding-top: 10px;
}
#wrap.main .mainContent .mainContentWrap .topArea .weatherArea ul.cautionList li {
  float: none;
  width: auto;
  font-size: 13px;
  color: #aaa;
  font-weight: 300;
}
#wrap.main .mainContent .mainContentWrap .topArea .weatherArea .weatherBox {
  position: relative;
  z-index: 9;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #d2d2d2;
  height: auto;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea {
  position: relative;
  float: right;
  width: 573px;
  height: 397px;
  padding: 25px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d2d2d2;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea > strong {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .selectArea select {
  height: 48px;
  opacity: 0;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .selectArea .eui_selectTypeA:nth-of-type(1) {
  margin-right: 15px;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .selectArea .eui_selectTypeC {
  margin-right: 12px;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .selectArea > a {
  display: inline-block;
  vertical-align: top;
  padding: 0 32px 0 20px;
  position: relative;
  width: 287px;
  font-size: 18px;
  font-weight: 300;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  cursor: pointer;
  background: #eaeaea;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .selectArea > a:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 11px;
  height: 7px;
  margin-top: -4px;
  background: url(/static/images/common/blt_select2_up.png) no-repeat 0 0;
  opacity: 1;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .selectArea > a:nth-of-type(1) {
  width: 220px;
  margin-right: 10px;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .selectArea > a:nth-of-type(2) {
  width: 287px;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .messageList {
  padding-top: 30px;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .messageList li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 24px;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .messageList li em {
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 30px;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #dd5444;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .messageList li em.level1 {
  background: #dd5444;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .messageList li em.level2 {
  background: #0188c8;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .messageList li p {
  font-size: 15px;
  margin-bottom: 5px;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .messageList li span {
  display: block;
  font-size: 15px;
  font-weight: 200;
  color: #777;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .messageList li:last-child {
  margin-bottom: 0;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .btnMore {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 25px;
  height: 25px;
}
#wrap.main .mainContent .mainContentWrap .topArea .messageArea .btnMore:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  margin: 0;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -150px;
}
#wrap.main .mainContent .mainContentWrap .topArea:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main .mainContent .weatherBox .box2 {
  display: none;
  position: relative;
  height: 352px;
  padding: 10px;
  box-sizing: border-box;
}
#wrap.main .mainContent .weatherBox .box2 .mapState {
  position: absolute;
  top: 10px;
  right: 10px;
}
#wrap.main .mainContent .weatherBox .box2 .svgArea {
  height: 332px;
  width: 424px;
  box-sizing: border-box;
}
#wrap.main .mainContent .weatherBox .box2 .svgArea svg {
  width: 100% !important;
  height: 100% !important;
}
#wrap.main .mainContent .weatherBox .box2 .none_black {
  position: absolute;
  left: 50px;
  top: 50%;
  width: 300px;
  height: 40px;
  line-height: 39px;
  transform: translateY(-50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
#wrap.main .mainContent .weatherBox .box2 .none_black span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
}
#wrap.main .mainContent .weatherBox .box2 .none_black span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 -475px;
}
#wrap.main .mainContent .weatherBox .box2 > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#wrap.main .mainContent .weatherBox .box2 p.none {
  height: 330px !important;
  line-height: 330px !important;
}
#wrap.main .mainContent .weatherBox .situationBoard {
  height: 352px;
  padding: 24px;
  box-sizing: border-box;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide {
  position: relative;
  height: 306px;
  background: #eef2f7 url(/static/images/svg/nationwide.svg) no-repeat 260px 20px;
  background-size: 176px 266px;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .radioWrap {
  position: absolute;
  left: 10px;
  top: 10px;
  width: auto;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .radioAction {
  position: relative;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  border: none;
  border-radius: unset;
  background: unset;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .radioAction ul li {
  float: unset;
  width: 160px;
  height: 40px;
  padding: 4px 0;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .radioAction ul li label {
  padding: 10px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  color: #282828;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .radioAction ul li label.on {
  color: #ffffff;
  background: #1a4895;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .radioAction .activeBar {
  background: unset;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li strong {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1em;
  margin-bottom: 5px;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li .info_data {
  display: table-cell;
  table-layout: fixed;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  box-sizing: border-box;
  background: #fff;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li .info_data .ico_state {
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  margin: 0;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li .info_data .temperature {
  margin-top: 3px;
  line-height: 1em;
  font-weight: 500;
  font-size: 14px;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li.map_city1 {
  left: 238px;
  top: 10px;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li.map_city2 {
  left: 383px;
  top: 182px;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li.map_city3 {
  left: 378px;
  top: 96px;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li.map_city4 {
  left: 240px;
  top: 178px;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li.map_city5 {
  left: 239px;
  top: 95px;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li.map_city6 {
  left: 372px;
  top: 1px;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li.map_city7 {
  left: 313px;
  top: 51px;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li.map_city8 {
  left: 313px;
  top: 135px;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .svgArea ul li.map_city9 {
  left: 304px;
  top: 223px;
}
#wrap.main .mainContent .weatherBox .situationBoard .nationwide .dayData {
  font-size: 12px;
  color: #777;
  position: absolute;
  right: 8px;
  bottom: 5px;
  font-weight: 300;
}
#wrap.main .mainContent .weatherBox .situationBoard .addressArea {
  margin-bottom: 14px;
}
#wrap.main .mainContent .weatherBox .situationBoard .addressArea .address {
  float: left;
  font-size: 16px;
  font-weight: 200;
  color: #555;
}
#wrap.main .mainContent .weatherBox .situationBoard .addressArea .btnMy {
  float: left;
  position: relative;
  margin-left: 18px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 200;
  color: #5268cf;
}
#wrap.main .mainContent .weatherBox .situationBoard .addressArea .btnMy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  margin: -8px 0px 0px 0px;
  background: url(/static/images/main/ico_loaction.gif) no-repeat 0 0;
}
#wrap.main .mainContent .weatherBox .situationBoard .addressArea .btnChange {
  float: left;
  width: 112px;
  height: 34px;
  margin-left: 18px;
  margin-top: -7px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #c1d2f3;
  font-size: 15px;
  font-weight: 200;
  color: #2162e9;
  background: #dfe8fa;
  box-sizing: border-box;
}
#wrap.main .mainContent .weatherBox .situationBoard .addressArea:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main .mainContent .weatherBox .situationBoard .utilArea .tabArea {
  margin-bottom: 14px;
}
#wrap.main .mainContent .weatherBox .situationBoard .utilArea .tabArea ul li {
  display: inline-block;
  margin-right: 26px;
}
#wrap.main .mainContent .weatherBox .situationBoard .utilArea .tabArea ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #454545;
  font-weight: 200;
}
#wrap.main .mainContent .weatherBox .situationBoard .utilArea .tabArea ul li:last-child {
  margin-right: 0;
}
#wrap.main .mainContent .weatherBox .situationBoard .utilArea .tabArea ul li.on a {
  color: #2162e9;
}
#wrap.main .mainContent .weatherBox .situationBoard .utilArea .tabArea ul li.on a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #2162e9;
}
#wrap.main .mainContent .weatherBox .situationBoard .utilArea span {
  font-size: 13px;
  font-weight: 200;
  color: #9496a3;
}
#wrap.main .mainContent .weatherBox .situationBoard .utilArea:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main .mainContent .weatherBox .situationBoard .today {
  display: block;
  text-align: center;
  padding-top: 5px;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .info_data {
  float: left;
  width: 50%;
  height: 203px;
  padding-right: 10px;
  padding-top: 10px;
  box-sizing: border-box;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation {
  float: left;
  width: 50%;
  height: 203px;
  padding-left: 24px;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation > span {
  display: block;
  text-align: right;
  padding-bottom: 5px;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation > span em {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  color: #9496a3;
  font-size: 13px;
  font-weight: 300;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation > span em:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #9496a3;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .dustArea {
  margin-bottom: 36px;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .dustArea li {
  float: left;
  width: 50%;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .dustArea li strong {
  display: block;
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 200;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .dustArea li strong span {
  font-size: 11px;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .dustArea li .icoArea {
  text-align: center;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .dustArea li .icoArea em {
  display: inline-block;
  width: 78px;
  height: 73px;
  line-height: 73px;
  font-size: 26px;
  font-weight: 700;
  color: #777;
  background: url(/static/images/main/ico_dust.png) no-repeat;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .dustArea li .icoArea em.level1 {
  color: #0188c8;
  background-position: 0 0;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .dustArea li .icoArea em.level2 {
  color: #08b982;
  background-position: -78px 0;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .dustArea li .icoArea em.level3 {
  color: #ff7815;
  background-position: -156px 0;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .dustArea li .icoArea em.level4 {
  color: #e44951;
  background-position: -234px 0;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .dustArea:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .caution li {
  float: left;
  position: relative;
  width: 25%;
  padding-top: 8px;
  text-align: left;
  font-size: 14px;
  color: #656565;
  font-weight: 200;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .caution li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  margin: 0;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .caution li:nth-child(1)::after {
  background: #0188c8;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .caution li:nth-child(2)::after {
  background: #08b982;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .caution li:nth-child(3)::after {
  background: #ff7815;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .caution li:nth-child(4)::after {
  background: #e44951;
}
#wrap.main .mainContent .weatherBox .situationBoard .today .explanation .caution:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main .mainContent .weatherBox .situationBoard .today:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main .mainContent .weatherBox .situationBoard .info_data .textArea {
  text-align: left;
  margin-top: 15px;
}
#wrap.main .mainContent .weatherBox .situationBoard .info_data .textArea strong {
  display: block;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.6em;
}
#wrap.main .mainContent .weatherBox .situationBoard .info_data .textArea span {
  display: block;
  font-size: 18px;
  font-weight: 200;
}
#wrap.main .mainContent .weatherBox .situationBoard .info_data .textArea span i {
  font-style: normal;
}
#wrap.main .mainContent .weatherBox .situationBoard .info_data .textArea em {
  display: block;
  margin-top: 10px;
  vertical-align: middle;
  font-size: 14px;
  color: #656565;
  font-weight: 200;
}
#wrap.main .mainContent .weatherBox .situationBoard .info_data .textArea em i {
  font-style: normal;
}
#wrap.main .mainContent .weatherBox .situationBoard .ico_state {
  display: inline-block;
  width: 74px;
  height: 74px;
  margin-right: 20px;
  background-size: 74px 74px;
  vertical-align: middle;
}
#wrap.main .mainContent .weatherBox .situationBoard .after {
  display: none;
  text-align: center;
  padding-top: 15px;
}
#wrap.main .mainContent .weatherBox .situationBoard .after > div {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#wrap.main .mainContent .weatherBox .situationBoard .after > div > em {
  display: block;
  text-align: right;
  color: #777;
  font-weight: 200;
  font-size: 14px;
}
#wrap.main .mainContent .weatherBox .situationBoard .after > div .textArea span {
  display: inline-block;
  font-size: 14px;
}
#wrap.main .mainContent .weatherBox .situationBoard .after > div.down {
  padding-right: 24px;
}
#wrap.main .mainContent .weatherBox .situationBoard .after > div.up {
  padding-left: 24px;
  border-left: 1px solid #ccc;
}
#wrap.main .mainContent .weatherBox .situationBoard .after:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main .mainContent .weatherBox .situationBoard .btnMore {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 25px;
  height: 25px;
}
#wrap.main .mainContent .weatherBox .situationBoard .btnMore:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  margin: 0;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -150px;
}
#wrap.main .cctvCont {
  width: 1180px;
  margin: 37px auto 0;
  height: 190px;
}
#wrap.main .gisArea {
  width: 25%;
  height: 154px;
  float: left;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}
#wrap.main .gisArea strong {
  display: block;
  margin: 12px 20px 20px;
  font-size: 24px;
  font-weight: 500;
  color: #3e3e3e;
  position: relative;
  padding-left: 30px;
}
#wrap.main .gisArea strong:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 8px;
  background: url(/static/images/main/ic_title.png) no-repeat;
  background-size: contain;
}
#wrap.main .gisArea ul {
  display: flex;
  justify-content: center;
}
#wrap.main .gisArea ul li {
  position: relative;
  font-size: 15px;
  padding: 0 17px;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  min-width: 80px;
}
#wrap.main .gisArea ul li a {
  display: block;
  padding-top: 40px;
  position: relative;
}
#wrap.main .gisArea ul li:first-child {
  border: none;
}
#wrap.main .gisArea ul li.typhoon {
  border-left: 0;
}
#wrap.main .gisArea ul li.typhoon a:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 28px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: url(/static/images/main/ic_typhoon.png) no-repeat 100%;
}
#wrap.main .gisArea ul li.flood a:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 31px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: url(/static/images/main/ic_downpour.png) no-repeat 100%;
}
#wrap.main .gisArea ul li.airPollution a:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 29px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: url(/static/images/main/ic_airpollution.png) no-repeat 100%;
}
#wrap.main .bannerArea {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  height: 154px;
}
#wrap.main .bannerArea.on {
  width: 74%;
  float: right;
}
#wrap.main .bannerArea.on .bannerWrap {
  position: relative;
  display: table-cell;
  height: 154px;
  width: 100%;
  padding-left: 315px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #d2d2d2;
  background: #fff url(/static/images/main/cctvBg.png) no-repeat 42px 100%;
  background-size: unset;
}
#wrap.main .bannerArea.on .bannerWrap > a:nth-child(1) {
  display: inline-block;
  position: relative;
  text-align: left;
}
#wrap.main .bannerArea.on .bannerWrap > a:nth-child(1) strong {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  color: #3e3e3e;
}
#wrap.main .bannerArea.on .bannerWrap > a:nth-child(1) strong em {
  color: #dd5444;
}
#wrap.main .bannerArea.on .bannerWrap > a:nth-child(1) p {
  color: #3e3e3e;
  font-size: 20px;
}
#wrap.main .bannerArea.on .bannerWrap > a:nth-child(1) p br {
  display: none;
}
#wrap.main .bannerArea.on .bannerWrap > a:nth-child(1):after {
  content: "";
  position: absolute;
  right: -61px;
  bottom: -10px;
  width: 50px;
  height: 50px;
  margin: 0 0 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat -700px 0;
}
#wrap.main .bannerArea.on .bannerWrap .ico_share {
  position: absolute;
  top: 21px;
  right: 485px;
}
#wrap.main .bannerArea.on .cctvWrap {
  padding-left: 16px;
  background: #fff url(/static/images/main/cctvBg.png) no-repeat 12px 100%;
  background-size: 170px;
}
#wrap.main .bannerArea.on .cctvWrap > a:nth-child(1) {
  top: 12px;
  width: 290px;
}
#wrap.main .bannerArea.on .cctvWrap > a:nth-child(1) strong {
  font-size: 24px;
}
#wrap.main .bannerArea.on .cctvWrap > a:nth-child(1) p {
  font-size: 18px;
  letter-spacing: -0.06em;
  position: absolute;
  right: -20px;
  margin-top: 15px;
  line-height: 1.6em;
}
#wrap.main .bannerArea.on .cctvWrap > a:nth-child(1) p br {
  display: block;
}
#wrap.main .bannerArea.on .cctvWrap > a:nth-child(1):after {
  content: "";
  position: absolute;
  right: -74px;
  bottom: -80px;
  width: 50px;
  height: 50px;
  margin: 0 0 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat -700px 0;
}
#wrap.main .bannerArea.on .newsWrap {
  padding-left: 16px;
  background: #fff url(/static/images/main/newsBg.png) no-repeat 0px 100%;
}
#wrap.main .bannerArea.on .newsWrap > a:nth-child(1) {
  top: 12px;
  width: 290px;
}
#wrap.main .bannerArea.on .newsWrap > a:nth-child(1) strong {
  font-size: 24px;
}
#wrap.main .bannerArea.on .newsWrap > a:nth-child(1) p {
  font-size: 18px;
  letter-spacing: -0.06em;
  position: absolute;
  right: -30px;
  top: 40px;
  line-height: 1.6em;
}
#wrap.main .bannerArea.on .newsWrap > a:nth-child(1) p br {
  display: block;
}
#wrap.main .bannerArea.on .newsWrap > a:nth-child(1):after {
  content: "";
  position: absolute;
  right: -74px;
  bottom: -62px;
  width: 50px;
  height: 50px;
  margin: 0 0 0 0;
  background: url(/static/images/common/ico_link.png) no-repeat;
}
#wrap.main .bannerArea .slick-list {
  position: relative;
  z-index: 2;
}
#wrap.main .bannerArea .slick-dots {
  position: absolute;
  bottom: 3px;
  left: 196px;
  z-index: 3;
}
#wrap.main .bannerArea .slick-dots li {
  margin: 0 3px;
}
#wrap.main .bannerArea .slick-dots li button {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
}
#wrap.main .bannerArea .slick-dots li.slick-active button {
  background: rgba(0, 0, 0, 0.5);
}
#wrap.main .bannerArea .cctvPlayer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 229px;
}
#wrap.main .bannerArea .cctvPlayer .slideList {
  display: block;
  position: relative;
}
#wrap.main .bannerArea .cctvPlayer .slideList strong {
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #282828;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.2em;
}
#wrap.main .bannerArea .cctvPlayer .slideList .thumArea {
  position: relative;
  width: 229px;
  height: 154px;
  box-sizing: border-box;
}
#wrap.main .bannerArea .cctvPlayer .slideList .thumArea .ico_share {
  position: absolute;
  right: 16px;
  top: 16px;
}
#wrap.main .bannerArea .cctvPlayer .slick-list {
  position: relative;
  z-index: 2;
}
#wrap.main .bannerArea .cctvPlayer .slick-dots {
  position: absolute;
  right: 3px;
  top: 135px;
  z-index: 3;
  left: unset;
  width: auto;
}
#wrap.main .bannerArea .cctvPlayer .slick-dots li {
  margin: 0 3px;
}
#wrap.main .bannerArea .cctvPlayer .slick-dots li button {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
}
#wrap.main .bannerArea .cctvPlayer .slick-dots li.slick-active button {
  background: white;
}
#wrap.main .bannerArea .cctvPlayer .ghost {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#wrap.main .bannerArea .cctvPlayer .ghost .ghostWrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
#wrap.main .bannerArea .cctvPlayer .ghost .ghostWrap p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
#wrap.main .bannerArea .cctvPlayer .ghost .ghostWrap a {
  display: inline-block;
  padding: 3px 17px;
  font-size: 14px;
  color: #fff;
  background: #2d8ab5;
}
#wrap.main .bannerArea .cctvPlayer.cctvPlayer1 {
  right: 229px;
  padding-right: 10px;
}
#wrap.main .bannerArea .cctvPlayer.cctvPlayer1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 154px;
  background: #d2d2d2;
}
#wrap.main .bannerArea .cctvPlayer.cctvPlayer1:last-of-type {
  right: 1px;
  padding-right: 0;
}
#wrap.main .bannerArea .cctvPlayer.cctvPlayer1:last-of-type:after {
  display: none;
}
#wrap.main .behavior {
  position: relative;
  margin-bottom: 60px;
}
#wrap.main .behavior ul li {
  float: left;
  width: 283px;
  margin-right: 16px;
  background: #fff;
}
#wrap.main .behavior ul li a {
  display: block;
}
#wrap.main .behavior ul li a .thumArea {
  height: 164px;
}
#wrap.main .behavior ul li a .thumArea img {
  width: 283px;
  height: 164px;
}
#wrap.main .behavior ul li a .textArea {
  position: relative;
  height: 123px;
  padding: 30px 18px 20px;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-sizing: border-box;
}
#wrap.main .behavior ul li a .textArea em {
  position: absolute;
  left: 20px;
  top: 0;
  width: 62px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  background: #1a4895;
  transform: translateY(-50%);
}
#wrap.main .behavior ul li a .textArea strong {
  display: block;
  font-size: 18px;
}
#wrap.main .behavior ul li.none {
  width: 100% !important;
  background: none;
}
#wrap.main .behavior ul li:nth-of-type(4n+4) {
  margin-right: 0;
}
#wrap.main .behavior ul:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main .behavior .btnMore {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
}
#wrap.main .behavior .btnMore:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  margin: 0;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -175px;
}
#wrap.main .movieArea {
  margin-bottom: 50px;
  position: relative;
}
#wrap.main .movieArea ul li {
  float: left;
  position: relative;
  width: 580px;
  margin-right: 20px;
}
#wrap.main .movieArea ul li a {
  display: block;
}
#wrap.main .movieArea ul li a .thumArea img {
  height: 328x;
}
#wrap.main .movieArea ul li:last-child {
  margin-right: 0;
}
#wrap.main .movieArea ul:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main .movieArea .btnMore {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
}
#wrap.main .movieArea .btnMore:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  margin: 0;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -175px;
}
#wrap.main .movieArea .thumArea {
  width: 580px;
  height: 328px;
  position: relative;
}
#wrap.main .movieArea .thumArea img {
  width: 100%;
  height: 100%;
}
#wrap.main .movieArea .thumArea:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(/static/images/common/ico_common.png) no-repeat -500px -500px;
  z-index: 11;
}
#wrap.main .movieArea .thumArea:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
#wrap.main .movieArea .textArea {
  padding-top: 12px;
}
#wrap.main .movieArea .textArea p {
  margin-bottom: 12px;
  font-size: 18px;
  color: #282828;
}
#wrap.main .movieArea ul li.none {
  width: 100% !important;
}
#wrap.main .insideArea {
  margin-bottom: 50px;
  position: relative;
}
#wrap.main .insideArea ul li {
  float: left;
  position: relative;
  width: 382px;
  margin-right: 16px;
}
#wrap.main .insideArea ul li a {
  display: block;
}
#wrap.main .insideArea ul li a .thumArea img {
  height: 218px;
}
#wrap.main .insideArea ul li:last-child {
  margin-right: 0;
}
#wrap.main .insideArea ul:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main .insideArea .btnMore {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
}
#wrap.main .insideArea .btnMore:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  margin: 0;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -175px;
}
#wrap.main .insideArea .thumArea img {
  width: 100%;
}
#wrap.main .insideArea .textArea {
  padding-top: 12px;
}
#wrap.main .insideArea .textArea strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  color: #282828;
}
#wrap.main .insideArea .textArea p {
  display: block;
  font-size: 15px;
  color: #777;
  line-height: 1.6em;
  height: 50px;
}
#wrap.main .insideArea .textArea span {
  display: block;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 1.6em;
}
#wrap.main .insideArea ul li.none {
  width: 100% !important;
}
#wrap.main .bottomArea .columnArea {
  float: left;
  position: relative;
}
#wrap.main .bottomArea .columnArea h2 {
  height: 32px;
}
#wrap.main .bottomArea .columnArea > ul li {
  width: 382px;
  float: left;
  margin-right: 17px;
}
#wrap.main .bottomArea .columnArea > ul li a {
  display: block;
}
#wrap.main .bottomArea .columnArea > ul li a .thumbArea {
  width: 382px;
  height: 215px;
}
#wrap.main .bottomArea .columnArea > ul li a .thumbArea img {
  width: 100%;
  height: 100%;
}
#wrap.main .bottomArea .columnArea > ul li a .textArea {
  padding: 20px 0 0 0;
}
#wrap.main .bottomArea .columnArea > ul li a .textArea em {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #1a4895;
  line-height: 1em;
}
#wrap.main .bottomArea .columnArea > ul li a .textArea strong {
  display: block;
  height: 56px;
  margin-bottom: 5px;
  line-height: 1.6em;
  font-size: 18px;
}
#wrap.main .bottomArea .columnArea > ul li a .textArea span {
  display: block;
  line-height: 1em;
  font-size: 14px;
  font-weight: 300;
  color: #aaa;
}
#wrap.main .bottomArea .columnArea > ul li.none {
  width: 100% !important;
}
#wrap.main .bottomArea .columnArea > ul li:last-of-type {
  margin-right: 0;
  height: 330px !important;
  line-height: 330px !important;
}
#wrap.main .bottomArea .columnArea > ul:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main .bottomArea .columnArea .btnMore {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
}
#wrap.main .bottomArea .columnArea .btnMore:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  margin: 0;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -175px;
}
#wrap.main .bottomArea .columnArea.safeTalk li .textArea em {
  margin-bottom: 18px;
  font-size: 18px;
  color: #282828;
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#wrap.main .bottomArea .columnArea.safeTalk li .textArea strong.cut2 {
  font-size: 15px;
  color: #777;
  width: 380px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#wrap.main .bottomArea .botUtil {
  float: left;
  width: 382px;
  margin-top: 52px;
}
#wrap.main .bottomArea .botUtil > ul > li {
  margin-bottom: 16px;
}
#wrap.main .bottomArea .botUtil > ul > li > strong {
  display: block;
  padding: 40px 40px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
#wrap.main .bottomArea .botUtil > ul > li > a {
  display: block;
  height: 73px;
  line-height: 73px;
  padding: 0 40px;
}
#wrap.main .bottomArea .botUtil > ul > li > a span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
}
#wrap.main .bottomArea .botUtil > ul > li > a span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 -350px;
}
#wrap.main .bottomArea .botUtil > ul > li > a span:after {
  opacity: 0.8;
}
#wrap.main .bottomArea .botUtil > ul > li > ul {
  position: relative;
  height: 85px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
#wrap.main .bottomArea .botUtil > ul > li > ul > li {
  position: relative;
  width: 25%;
}
#wrap.main .bottomArea .botUtil > ul > li > ul > li a {
  display: block;
  height: 85px;
  line-height: 85px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
#wrap.main .bottomArea .botUtil > ul > li > ul > li a span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
}
#wrap.main .bottomArea .botUtil > ul > li > ul > li a span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 -350px;
}
#wrap.main .bottomArea .botUtil > ul > li > ul > li a span:after {
  opacity: 0.8;
}
#wrap.main .bottomArea .botUtil > ul > li > ul > li:nth-child(2) {
  width: 33%;
}
#wrap.main .bottomArea .botUtil > ul > li > ul > li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 1px;
  height: 12px;
  margin-left: -5px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
}
#wrap.main .bottomArea .botUtil > ul > li > ul > li:last-child:after {
  display: none;
}
#wrap.main .bottomArea .botUtil > ul > li:nth-of-type(1) {
  background: #7E828B;
}
#wrap.main .bottomArea .botUtil > ul > li:nth-of-type(2) {
  background: #54585F;
}
#wrap.main .bottomArea .botUtil > ul > li:nth-of-type(3) {
  background: #343464;
}
#wrap.main .bottomArea .botUtil > ul > li:nth-of-type(4) {
  background: #282848;
}
#wrap.main .bottomArea .botUtil > ul > li:last-of-type {
  margin-bottom: 0;
}
#wrap.main .bottomArea:after {
  content: "";
  display: block;
  clear: both;
}
#wrap.main #cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  min-width: 1200px;
  background: rgba(255, 255, 255, 0.98);
  z-index: 100001;
}
#wrap.main #cookie .cookieWrap {
  position: relative;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  padding-top: 19px;
  padding-right: 185px;
  box-sizing: border-box;
}
#wrap.main #cookie .cookieWrap p {
  padding-left: 20px;
  font-weight: 300;
  font-size: 15px;
  color: #777777;
  line-height: 2em;
  letter-spacing: -1px;
}
#wrap.main #cookie .cookieWrap a.close {
  position: absolute;
  right: 187px;
  top: 26px;
  padding-left: 25px;
  font-weight: 500;
  color: #faca2a;
  font-size: 15px;
}
#wrap.main #cookie .cookieWrap a.close:after {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat -50px -250px;
}
#wrap.main #cookie .cookieWrap a.denial {
  position: absolute;
  right: 95px;
  top: 26px;
  padding-left: 25px;
  font-weight: 500;
  color: #faca2a;
  font-size: 15px;
}
#wrap.main #cookie .cookieWrap a.denial:after {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat -50px -375px;
}
#wrap.main #cookie:before {
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  top: 0;
  margin-left: 320px;
  box-sizing: border-box;
  height: 100%;
  background: #1c468d;
}
#wrap.main #cookie.move {
  transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0.15s;
  opacity: 0;
}
#wrap.main #cookie.move .cookieWrap a {
  transform: translateY(108px);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0, 0, 0, 1) 0s;
}
#wrap.main #cookie.move:before {
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0, 0, 0, 1) 0s;
}

.topContents {
  position: relative;
  overflow: hidden;
}
.topContents:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 555px;
  background: #e3e1de;
  z-index: 0;
}

.specialWrap {
  width: 1180px;
  margin: 0 auto;
  min-height: 600px;
}

.specialMainTab {
  margin-bottom: 3px;
}
.specialMainTab li {
  float: left;
  width: 179px;
  margin-right: 3px;
}
.specialMainTab li a {
  display: block;
  height: 40px;
  text-align: center;
  background: #afafaf;
  line-height: 40px;
  /*btn_1	태풍
  btn_2	지진
  btn_3	감염병
  btn_4	산불
  btn_5	호우
  btn_6	대설
  btn_7	폭염
  btn_8	대기오염
  btn_9	홍수
  btn_10 산사태
  btn_11 전력
  btn_12 방사선
  btn_13 기상특보
  btn_14 임시*/
}
.specialMainTab li a span {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  color: #fff;
  font-size: 20px;
}
.specialMainTab li a span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
.specialMainTab li a.btn_1 span:after {
  background-position: 0 0;
  margin-top: -15px;
}
.specialMainTab li a.btn_2 span:after {
  background-position: 0 -25px;
}
.specialMainTab li a.btn_3 span:after {
  background-position: -100px -75px;
}
.specialMainTab li a.btn_4 span:after {
  background-position: -100px -350px;
}
.specialMainTab li a.btn_5 span:after {
  background-position: 0 -50px;
}
.specialMainTab li a.btn_6 span:after {
  background-position: -100px -425px;
}
.specialMainTab li a.btn_7 span:after {
  background-position: -100px -400px;
}
.specialMainTab li a.btn_8 span:after {
  background-position: -100px -375px;
}
.specialMainTab li a.btn_14 span:after {
  background-position: -100px -450px;
}
.specialMainTab li a.btn_15 span:after {
  background-position: -100px -325px;
}
.specialMainTab li a.btn_16 span:after {
  background-position: -150px -25px;
}
.specialMainTab li a.btn_17 span:after {
  background: url(/static/images/common/ico_weatherVid.png) no-repeat center center;
}
.specialMainTab li a.btn_18 span:after {
  background: url(/static/images/common/ico_healthCare.png) no-repeat center center;
}
.specialMainTab li a.btn_19 span:after {
  background: url(/static/images/common/ico_civilAirDefense.png) no-repeat center center;
}
.specialMainTab li a.btn_20 span:after {
  background: url(/static/images/common/ico_ourArea.png) no-repeat center center;
}
.specialMainTab li:last-of-type {
  margin-right: 0;
}
.specialMainTab li:first-of-type {
  width: 182px;
}
.specialMainTab li.on a {
  background: #0188c8;
}
.specialMainTab li.on a.btn_20 {
  background: #F2BD00;
}
.specialMainTab:after {
  content: "";
  display: block;
  clear: both;
}

a.btn_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
}
a.btn_close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -25px -375px;
}

.mainView {
  padding-top: 15px;
  min-height: 575px;
}
.mainView .leftArea {
  position: relative;
  float: left;
  width: 910px;
}
.mainView .leftArea .ico_share {
  position: absolute;
  right: 20px;
  top: 20px;
}
.mainView .leftArea .addTyphoon {
  position: absolute;
  left: 22px;
  top: -12px;
  width: 112px;
  height: 35px;
  padding-left: 30px;
  box-sizing: border-box;
  color: #f15942;
  font-size: 11px;
  line-height: 30px;
  font-weight: 500;
  font-style: italic;
  background: url(/static/images/now/ico_add.png) no-repeat 0 0;
  z-index: 1;
}
.mainView .leftArea .infoArea {
  float: left;
  position: relative;
  width: 230px;
  height: 532px;
  padding: 20px;
  background: #0188c8;
  box-sizing: border-box;
  overflow-y: auto;
}
.mainView .leftArea .infoArea .titArea {
  color: #fff;
  margin-bottom: 10px;
}
.mainView .leftArea .infoArea .titArea em {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
}
.mainView .leftArea .infoArea .titArea em .shareBtn {
  float: right;
  background: url("/static/images/common/share_w.png") no-repeat;
  width: 23px;
  height: 23px;
  background-size: 23px;
}
.mainView .leftArea .infoArea .titArea strong {
  display: block;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 300;
}
.mainView .leftArea .infoArea .infoList li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 8px;
}
.mainView .leftArea .infoArea .infoList li strong {
  display: inline-block;
  float: left;
  width: 56px;
  min-height: 22px;
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}
.mainView .leftArea .infoArea .infoList li p {
  float: right;
  width: 110px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.7px;
}
.mainView .leftArea .infoArea .infoList li .locationText {
  position: relative;
  margin-top: 10px;
  margin-bottom: 14px;
  padding: 10px 10px 10px 38px;
  color: #f3f2d5;
  background: #0070a5;
}
.mainView .leftArea .infoArea .infoList li .locationText:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 25px;
  height: 25px;
  margin: 0;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -75px;
}
.mainView .leftArea .infoArea .infoList li .icoPower {
  display: inline-block;
  height: 22px;
  padding: 0 12px;
  line-height: 22px;
  border-radius: 10px;
  background: #013d81;
  color: #fff;
  font-size: 15px;
}
.mainView .leftArea .infoArea .infoList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
}
.mainView .leftArea .infoArea .infoList li:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .infoArea .infoList li:last-of-type {
  margin-bottom: 0;
}
.mainView .leftArea .infoArea .infoList li.beforeList a {
  display: block;
}
.mainView .leftArea .infoArea .infoList li.beforeList a strong span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.mainView .leftArea .infoArea .infoList li.beforeList a strong span:after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 25px;
  height: 25px;
  margin: 0;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -100px;
}
.mainView .leftArea .infoArea .infoList li.beforeList a p {
  padding-top: 5px;
  letter-spacing: -1px;
}
.mainView .leftArea .infoArea .infoList li.dayList strong,
.mainView .leftArea .infoArea .infoList li.beforeList strong {
  float: none;
  width: auto;
}
.mainView .leftArea .infoArea .infoList li.dayList p,
.mainView .leftArea .infoArea .infoList li.beforeList p {
  float: none;
  width: auto;
}
.mainView .leftArea .infoArea .infoList li.btnType {
  padding-left: 0;
  padding-top: 12px;
}
.mainView .leftArea .infoArea .infoList li.btnType a {
  position: relative;
  display: block;
  line-height: 33px;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #343565;
  margin-bottom: 8px;
  text-align: left;
  padding-left: 24px;
}
.mainView .leftArea .infoArea .infoList li.btnType a:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
  background: url("/static/images/common/arr_white_big.png") no-repeat 0 0;
  background-size: 100%;
}
.mainView .leftArea .infoArea .infoList li.btnType a span {
  display: inline-block;
  position: relative;
}
.mainView .leftArea .infoArea .infoList li.btnType:before {
  display: none;
}
.mainView .leftArea .infoArea .subTit {
  margin-bottom: 12px;
}
.mainView .leftArea .infoArea .subTit .addInfo {
  margin-top: 12px;
}
.mainView .leftArea .infoArea .subTit .addInfo a {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  background: #343464;
}
.mainView .leftArea .infoArea .subTit .addInfo a span {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 34px;
  color: #fff;
}
.mainView .leftArea .infoArea .subTit .addInfo a span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -250px;
}
.mainView .leftArea .infoArea .subTit .addInfo a span:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -275px;
}
.mainView .leftArea .mapArea {
  float: left;
  position: relative;
  width: 680px;
  height: 532px;
  background: rgba(255, 255, 255, 0.9);
}
.mainView .leftArea .mapArea .mapList {
  position: absolute;
  right: 6px;
  top: 4px;
  z-index: 2;
}
.mainView .leftArea .mapArea .mapList ul li {
  width: 90px;
  margin-bottom: 2px;
  background: rgba(84, 88, 95, 0.6);
}
.mainView .leftArea .mapArea .mapList ul li > a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: -1px;
}
.mainView .leftArea .mapArea .mapList ul li > strong {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.mainView .leftArea .mapArea .mapList ul li .btnArea {
  padding-bottom: 10px;
  text-align: center;
}
.mainView .leftArea .mapArea .mapList ul li .btnArea a {
  display: inline-block;
  width: 62px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  background: #4e4e4e;
}
.mainView .leftArea .mapArea .mapList ul li:last-child {
  margin-bottom: 0;
}
.mainView .leftArea .mapArea .mapList ul li.on {
  background: rgba(40, 40, 72, 0.8);
}
.mainView .leftArea .mapArea .typhoonInfo {
  position: absolute;
  right: 5px;
  bottom: 8px;
  z-index: 2;
}
.mainView .leftArea .mapArea .typhoonInfo > ul li {
  float: right;
  width: 70px;
}
.mainView .leftArea .mapArea .typhoonInfo > ul li a {
  display: block;
  padding: 2px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: rgba(152, 152, 152, 0.86);
  box-sizing: border-box;
  border-top: 1px solid #cfcfcf;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.mainView .leftArea .mapArea .typhoonInfo > ul li:last-child a {
  border-right: 1px solid #cfcfcf;
}
.mainView .leftArea .mapArea .typhoonInfo > ul li.on a {
  background: rgb(255, 255, 255);
  color: #f40101;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.mainView .leftArea .mapArea .typhoonInfo > ul:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .mapArea .typhoonInfo .explanation {
  width: 144px;
  margin-top: -1px;
  padding: 5px 6px;
  border: 1px solid #c4c8cb;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
}
.mainView .leftArea .mapArea .typhoonInfo .explanation ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 16px;
  font-size: 11px;
  color: #7c7c7c;
  box-sizing: border-box;
}
.mainView .leftArea .mapArea .typhoonInfo .explanation ul li:after {
  content: "";
  position: absolute;
  top: 14px;
  left: -2px;
  width: 14px;
  height: 14px;
  margin: -13px 0 0;
  background: url(/static/images/typhoon_fcst1_1.png) no-repeat;
  background-size: contain;
}
.mainView .leftArea .mapArea .typhoonInfo .explanation ul li.wAuto {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.mainView .leftArea .mapArea .typhoonInfo .explanation ul li:nth-child(2)::after {
  background: unset;
  background-color: #ff0000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 0;
  top: 14px;
  opacity: 0.5;
}
.mainView .leftArea .mapArea .typhoonInfo .explanation ul li:nth-child(3)::after {
  background: unset;
  background-color: #20034F;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 0;
  top: 14px;
  opacity: 0.5;
}
.mainView .leftArea .mapArea .typhoonInfo .explanation ul li:nth-child(4)::after {
  background: unset;
  background-color: #FCBA03;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 0;
  top: 14px;
  opacity: 0.6;
}
.mainView .leftArea .mapArea .typhoonInfo .explanation.kakao li:nth-child(2)::after {
  background: unset;
  background-color: #bbc3ff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 0;
  top: 14px;
  opacity: 1;
}
.mainView .leftArea .mapArea .typhoonInfo .explanation.kakao li:nth-child(3)::after {
  background: unset;
  background-color: #8d96ff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 0;
  top: 14px;
  opacity: 1;
}
.mainView .leftArea .mapArea .typhoonInfo .explanation.kakao li:nth-child(4)::after {
  background: unset;
  background-color: #f2c3cd;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 0;
  top: 14px;
  opacity: 1;
}
.mainView .leftArea .mapArea .precipitationInfo {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  display: none;
}
.mainView .leftArea .mapArea .precipitationInfo .explanation strong {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  height: 27px;
  line-height: 27px;
  border-radius: 3px 3px 0 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #dd5444;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  border-bottom: 0;
  background: #fff;
  z-index: 2;
}
.mainView .leftArea .mapArea .precipitationInfo .explanation ul {
  position: relative;
  width: 411px;
  margin-top: -1px;
  padding: 6px 10px;
  border-radius: 0 3px 3px 3px;
  background: #fff;
  border: 1px solid #cdcdcd;
  z-index: 1;
  text-align: center;
}
.mainView .leftArea .mapArea .precipitationInfo .explanation ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  font-size: 11px;
  color: #777;
  padding-left: 15px;
}
.mainView .leftArea .mapArea .precipitationInfo .explanation ul li:nth-of-type(1)::after {
  border-color: #2867cd;
  background: #1688f3;
}
.mainView .leftArea .mapArea .precipitationInfo .explanation ul li:nth-of-type(2)::after {
  border-color: #633587;
  background: #7030a0;
}
.mainView .leftArea .mapArea .precipitationInfo .explanation ul li:nth-of-type(3)::after {
  border-color: #27a441;
  background: #1ac03b;
}
.mainView .leftArea .mapArea .precipitationInfo .explanation ul li:nth-of-type(4)::after {
  border-color: #cd9d35;
  background: #fdb00b;
}
.mainView .leftArea .mapArea .precipitationInfo .explanation ul li:nth-of-type(5)::after {
  border-color: #c12433;
  background: #f23849;
}
.mainView .leftArea .mapArea .precipitationInfo .explanation ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #333;
  transform: translateY(-50%);
}
.mainView .leftArea .mapArea .precipitationInfo .explanation ul li:last-of-type {
  margin-right: 0;
}
.mainView .leftArea .mapArea .windInfo {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  display: none;
}
.mainView .leftArea .mapArea .windInfo .explanation strong {
  display: inline-block;
  position: relative;
  padding: 0 9px;
  height: 27px;
  line-height: 27px;
  border-radius: 3px 3px 0 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #dd5444;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  border-bottom: 0;
  background: #fff;
  z-index: 2;
}
.mainView .leftArea .mapArea .windInfo .explanation ul {
  position: relative;
  width: 457px;
  margin-top: -1px;
  padding: 6px 10px;
  border-radius: 0 3px 3px 3px;
  background: #fff;
  border: 1px solid #cdcdcd;
  z-index: 1;
  text-align: center;
}
.mainView .leftArea .mapArea .windInfo .explanation ul li {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  font-size: 11px;
  color: #777;
  padding-left: 15px;
}
.mainView .leftArea .mapArea .windInfo .explanation ul li:nth-of-type(1)::after {
  border-color: #cd9d35;
  background: #fdb00b;
}
.mainView .leftArea .mapArea .windInfo .explanation ul li:nth-of-type(2)::after {
  border-color: #27a441;
  background: #1ac03b;
}
.mainView .leftArea .mapArea .windInfo .explanation ul li:nth-of-type(3)::after {
  border-color: #2867cd;
  background: #1688f3;
}
.mainView .leftArea .mapArea .windInfo .explanation ul li:nth-of-type(4)::after {
  border-color: #2867cd;
  background: #1326da;
}
.mainView .leftArea .mapArea .windInfo .explanation ul li:nth-of-type(5)::after {
  border-color: #633587;
  background: #7030a0;
}
.mainView .leftArea .mapArea .windInfo .explanation ul li:nth-of-type(6)::after {
  border-color: #c12433;
  background: #f23849;
}
.mainView .leftArea .mapArea .windInfo .explanation ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #333;
  transform: translateY(-50%);
}
.mainView .leftArea .mapArea .windInfo .explanation ul li:last-of-type {
  margin-right: 0;
}
.mainView .leftArea .mapArea .typhoonBtnArea {
  position: absolute;
  bottom: 12px;
  left: 18px;
  z-index: 2;
}
.mainView .leftArea .mapArea .typhoonBtnArea a {
  display: block;
  width: 192px;
  height: 34px;
  border-radius: 17px;
  background: #6b58dc;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.mainView .leftArea .mapArea .typhoonBtnArea a span {
  display: inline-block;
  position: relative;
  padding: 0 16px 0 32px;
}
.mainView .leftArea .mapArea .typhoonBtnArea a span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -15px 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
.mainView .leftArea .mapArea .typhoonBtnArea a span:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -275px;
}
.mainView .leftArea .btnWD {
  position: absolute;
  left: 0;
  top: 13px;
  width: 52px;
  padding-top: 15px;
  text-align: center;
  z-index: 2;
}
.mainView .leftArea .btnWD ul li {
  display: inline-block;
  position: relative;
  margin: 0 5px 8px;
  padding-top: 36px;
  min-width: 50px;
  font-weight: 500;
  text-align: center;
}
.mainView .leftArea .btnWD ul li a {
  color: #777;
  font-size: 12px;
}
.mainView .leftArea .btnWD ul li span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-left: -18px;
  border: 1px solid #cfcfcf;
  background: #fff;
  box-sizing: border-box;
}
.mainView .leftArea .btnWD ul li span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
.mainView .leftArea .btnWD ul li span.ico1:after {
  background-position: -25px -100px;
}
.mainView .leftArea .btnWD ul li span.ico2:after {
  background-position: -25px -125px;
}
.mainView .leftArea .btnWD ul li.on a {
  color: #0188c8;
}
.mainView .leftArea .btnWD ul li.on span {
  background: #0088c8;
}
.mainView .leftArea .btnWD ul li.on span.ico1:after {
  background-position: 0 -200px;
}
.mainView .leftArea .btnWD ul li.on span.ico2:after {
  background-position: 0 -225px;
}
.mainView .leftArea .mapBox {
  width: 700px;
  height: 532px;
}
.mainView .leftArea .mapBox .timeText {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #777;
}
.mainView .leftArea .mapBox .cardArea {
  position: absolute;
  right: 11px;
  bottom: 11px;
  width: 140px;
  padding: 12px 16px;
  border-radius: 4px;
  background: #1a4895;
  box-sizing: border-box;
}
.mainView .leftArea .mapBox .cardArea .titCont {
  padding-bottom: 5px;
  border-bottom: 1px solid #768db4;
}
.mainView .leftArea .mapBox .cardArea .titCont strong {
  float: left;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}
.mainView .leftArea .mapBox .cardArea .titCont span {
  float: right;
  margin-top: 10px;
  color: #fff;
}
.mainView .leftArea .mapBox .cardArea .titCont:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .mapBox .cardArea ul {
  padding-top: 10px;
}
.mainView .leftArea .mapBox .cardArea ul li {
  margin-bottom: 2px;
}
.mainView .leftArea .mapBox .cardArea ul li strong {
  float: left;
  font-size: 12px;
  width: 30px;
  font-weight: 200;
  color: #fff;
  letter-spacing: -0.5px;
}
.mainView .leftArea .mapBox .cardArea ul li span {
  float: right;
  width: 65px;
  text-align: right;
  font-size: 12px;
  font-weight: 200;
  color: #fff;
  letter-spacing: -0.5px;
}
.mainView .leftArea .mapBox .cardArea ul li span.point {
  color: #fd6c5b;
}
.mainView .leftArea .mapBox .cardArea ul li:after {
  content: "";
  display: block;
  clear: both;
  line-height: 22px;
}
.mainView .leftArea #weather.mapBox .mapState {
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 11;
}
.mainView .leftArea .type_infection .leftBox {
  float: left;
  width: 350px;
  height: 532px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-right: 0;
  background: #fff;
}
.mainView .leftArea .type_infection .leftBox .alarmWrap {
  position: relative;
}
.mainView .leftArea .type_infection .leftBox .alarmWrap em {
  position: absolute;
  left: 13px;
  top: 15px;
  width: 50px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  font-style: italic;
  background: #ed1c24;
}
.mainView .leftArea .type_infection .leftBox .alarmWrap .alarmArea {
  padding: 13px 10px;
  margin-bottom: 35px;
  height: 96px;
  background: #f1f1f1;
  box-sizing: border-box;
}
.mainView .leftArea .type_infection .leftBox .alarmWrap .alarmArea li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
}
.mainView .leftArea .type_infection .leftBox .alarmWrap .alarmArea li em {
  position: absolute;
  left: 0;
  top: 4px;
  width: 50px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  font-style: italic;
  background: #ed1c24;
}
.mainView .leftArea .type_infection .leftBox .alarmWrap .alarmArea li span {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  color: #282828;
}
.mainView .leftArea .type_infection .leftBox .alarmWrap .alarmArea li p {
  position: relative;
  padding-left: 6px;
  font-size: 14px;
  color: #777;
  font-weight: 300;
}
.mainView .leftArea .type_infection .leftBox .alarmWrap .alarmArea li p:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  left: 0;
  top: 9px;
  background: #878787;
}
.mainView .leftArea .type_infection .leftBox .alarmWrap .alarmArea li:last-child {
  margin-bottom: 0;
}
.mainView .leftArea .type_infection .leftBox .titArea {
  height: 30px;
  margin-bottom: 10px;
}
.mainView .leftArea .type_infection .leftBox .titArea h3 {
  float: left;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.mainView .leftArea .type_infection .leftBox .titArea span {
  float: right;
  color: #777;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: -1px;
  margin-top: 7px;
}
.mainView .leftArea .type_infection .leftBox .titArea:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_infection .leftBox .boardList li {
  height: 50px;
  position: relative;
  padding-left: 90px;
  padding-right: 20px;
  margin-bottom: 10px;
  line-height: 50px;
  border-radius: 10px;
  text-align: right;
  background: #0088c8;
  box-sizing: border-box;
}
.mainView .leftArea .type_infection .leftBox .boardList li .tableSet {
  line-height: 52px;
}
.mainView .leftArea .type_infection .leftBox .boardList li em {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}
.mainView .leftArea .type_infection .leftBox .boardList li strong {
  position: absolute;
  top: 0;
  right: 20px;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 22px;
}
.mainView .leftArea .type_infection .leftBox .boardList li strong.point {
  color: #ffe89a;
}
.mainView .leftArea .type_infection .leftBox .boardList li span {
  position: absolute;
  top: 25px;
  right: 20px;
  color: #fff;
  font-size: 13px;
}
.mainView .leftArea .type_infection .leftBox .boardList li:first-of-type {
  height: 72px;
  background: #1a5d95;
}
.mainView .leftArea .type_infection .leftBox .boardList li:last-of-type {
  margin-bottom: 0;
}
.mainView .leftArea .type_infection .leftBox .btnArea {
  text-align: right;
  padding-top: 13px;
}
.mainView .leftArea .type_infection .leftBox .btnArea a {
  display: inline-block;
  width: 190px;
  height: 34px;
  line-height: 33px;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #343565;
}
.mainView .leftArea .type_infection .leftBox .btnArea a span {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.mainView .leftArea .type_infection .leftBox .btnArea a span:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 39px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/static/images/common/arrow.gif) no-repeat 0 0;
}
.mainView .leftArea .type_infection .rightBox {
  float: left;
  position: relative;
  width: 560px;
  height: 532px;
  border: 1px solid #ddd;
  border-left: 0;
  box-sizing: border-box;
  background: #eef2f7;
}
.mainView .leftArea .type_infection .rightBox .caution {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #54585e;
  font-size: 14px;
  font-weight: 200;
}
.mainView .leftArea .type_infection .rightBox .mapContents .svgArea svg {
  height: 513px;
  width: 357px;
  margin-left: 122px;
  margin-top: 18px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .quarantine {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li {
  position: absolute;
  width: 61px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li > strong {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #282828;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li .numArea {
  width: 61px;
  height: 56px;
  padding-top: 10px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  background: #fff;
  border-radius: 9px;
  padding-left: 2px;
  padding-right: 2px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li .numArea strong {
  display: block;
  margin-bottom: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  color: #1a4895;
  letter-spacing: -1px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li .numArea span {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #54585e;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li.sizeA {
  width: 69px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li.sizeA .numArea {
  width: auto;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li.sizeB {
  width: 52px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li.sizeB .numArea {
  width: auto;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city1] {
  left: 184px;
  top: 78px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city2] {
  left: 370px;
  top: 351px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city3] {
  left: 324px;
  top: 218px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city4] {
  left: 110px;
  top: 53px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city5] {
  left: 206px;
  top: 342px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city6] {
  left: 248px;
  top: 222px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city7] {
  left: 397px;
  top: 253px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city8] {
  left: 187px;
  top: 163px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city9] {
  left: 236px;
  top: 20px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city10] {
  left: 319px;
  top: 46px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city11] {
  left: 272px;
  top: 124px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city12] {
  left: 111px;
  top: 204px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city13] {
  left: 180px;
  top: 258px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city14] {
  left: 134px;
  top: 365px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city15] {
  left: 382px;
  top: 157px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city16] {
  left: 290px;
  top: 321px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city17] {
  left: 232px;
  top: 443px;
}
.mainView .leftArea .type_infection .rightBox .mapContents .btnArea ul li[data-city=map_city18] {
  right: 10px;
  bottom: 10px;
}
.mainView .leftArea .type_infection:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea {
  padding: 5px 15px 20px;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .subTit {
  margin-bottom: 10px;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .subTit .eui_selectTypeB .euiSelectMain {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -1px;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .subTit .eui_selectTypeB .euiSelectList li a {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -1px;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .forceBox {
  position: relative;
  padding: 15px 6px;
  margin-bottom: 12px;
  text-align: left;
  background: #0070a5;
  box-sizing: border-box;
  padding: 15px 10px;
  margin-bottom: 12px;
  text-align: left;
  background: #0070a5;
  box-sizing: border-box;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .forceBox .ico_share {
  right: 10px;
  top: 15px;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .forceBox strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1em;
  font-size: 52px;
  font-weight: 500;
  color: #fff;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .forceBox strong i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .forceBox strong .shareBtn {
  float: right;
  background: url("/static/images/common/share_w.png") no-repeat;
  width: 23px;
  height: 23px;
  background-size: 23px;
  margin-right: 3px;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .forceBox p {
  color: #fff;
  line-height: 1.6em;
  font-size: 14px;
  letter-spacing: -1px;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .forceBox span {
  display: block;
  font-size: 13px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -1px;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .infoList li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 5px;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .infoList li strong {
  display: block;
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  float: none;
  width: auto;
  min-height: auto;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .infoList li p {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.5px;
  float: none;
  width: auto;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .infoList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .infoList li:last-of-type {
  margin-bottom: 0;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .btnArea {
  text-align: right;
  padding-top: 13px;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .btnArea a {
  display: inline-block;
  width: 190px;
  height: 34px;
  line-height: 33px;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #343565;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .btnArea a span {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.mainView .leftArea .type_earthquake .leftBox .infoArea .btnArea a span:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 39px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/static/images/common/arrow.gif) no-repeat 0 0;
}
.mainView .leftArea .type_earthquake .leftBox .mapArea {
  overflow: hidden; /*background: url("/static/images/default_bg.jpg") no-repeat; background-size: cover;*/
}
.mainView .leftArea .type_earthquake .leftBox .mapArea > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mainView .leftArea .type_earthquake .leftBox .mapArea .mapContent .mapController {
  right: 10px;
  bottom: 10px;
  top: auto;
}
.mainView .leftArea .type_downpour .leftBox {
  float: left;
  width: 350px;
  height: 532px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-right: 0;
  background: #fff;
}
.mainView .leftArea .type_downpour .leftBox .titArea {
  height: 30px;
  margin-bottom: 15px;
}
.mainView .leftArea .type_downpour .leftBox .titArea h3 {
  float: left;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.mainView .leftArea .type_downpour .leftBox .titArea span {
  float: right;
  color: #777;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: -1px;
  margin-top: 7px;
  margin-left: 7px;
}
.mainView .leftArea .type_downpour .leftBox .titArea:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_downpour .leftBox .titArea .shareBtn {
  float: right;
  background: url("/static/images/common/share_b.png") no-repeat;
  width: 23px;
  height: 23px;
  background-size: 23px;
  position: relative;
  top: 3px;
}
.mainView .leftArea .type_downpour .leftBox .status {
  margin-bottom: 33px;
}
.mainView .leftArea .type_downpour .leftBox .status #alarm .scr1 {
  height: 158px;
}
.mainView .leftArea .type_downpour .leftBox .status #alarm .scr1 li.none {
  height: 95px !important;
  line-height: 95px !important;
}
.mainView .leftArea .type_downpour .leftBox .status #alarm .scr1 li.none span {
  font-size: 16px;
}
.mainView .leftArea .type_downpour .leftBox .status .noti {
  position: relative;
  margin-top: 4px;
  color: #777;
  float: right;
  font-size: 13px;
}
.mainView .leftArea .type_downpour .leftBox .graphArea .graphLayout {
  margin-top: 15px;
  margin-bottom: 37px;
  height: 133px;
}
.mainView .leftArea .type_downpour .leftBox .graphArea .graphLayout .graphType {
  left: 27px;
}
.mainView .leftArea .type_downpour .leftBox .graphArea .graphLayout .graphType li {
  margin-right: 26px;
}
.mainView .leftArea .type_downpour .leftBox .graphArea .graphLayout .graphType li strong {
  font-size: 13px;
  color: #54585e;
  bottom: -6px;
}
.mainView .leftArea .type_downpour .leftBox .btnArea {
  text-align: right;
}
.mainView .leftArea .type_downpour .leftBox .btnArea a {
  position: relative;
  display: inline-block;
  width: 153px;
  height: 34px;
  line-height: 33px;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding-left: 16px;
  box-sizing: border-box;
  background: #343565;
}
.mainView .leftArea .type_downpour .leftBox .btnArea a:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
  background: url("/static/images/common/arr_white_big.png") no-repeat 0 0;
  background-size: 100%;
}
.mainView .leftArea .type_downpour .leftBox .btnArea a span {
  display: inline-block;
  position: relative;
}
.mainView .leftArea .type_downpour .rightBox {
  float: left;
  position: relative;
  width: 560px;
  height: 532px;
  border: 1px solid #ddd;
  border-left: 0;
  box-sizing: border-box;
  background: #eef2f7;
}
.mainView .leftArea .type_downpour .rightBox .mapList {
  position: absolute;
  right: 6px;
  top: 4px;
  z-index: 11;
}
.mainView .leftArea .type_downpour .rightBox .mapList ul li {
  width: 80px;
  margin-bottom: 2px;
  background: rgba(84, 88, 95, 0.6);
}
.mainView .leftArea .type_downpour .rightBox .mapList ul li > a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: -1px;
}
.mainView .leftArea .type_downpour .rightBox .mapList ul li > strong {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.mainView .leftArea .type_downpour .rightBox .mapList ul li .btnArea {
  padding-bottom: 10px;
  text-align: center;
}
.mainView .leftArea .type_downpour .rightBox .mapList ul li .btnArea a {
  display: inline-block;
  width: 62px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  background: #4e4e4e;
}
.mainView .leftArea .type_downpour .rightBox .mapList ul li:last-child {
  margin-bottom: 0;
}
.mainView .leftArea .type_downpour .rightBox .mapList ul li.on {
  background: rgba(40, 40, 72, 0.8);
}
.mainView .leftArea .type_downpour .rightBox #mapContent {
  width: 560px;
}
.mainView .leftArea .type_downpour .rightBox #mapContent .precipitationInfo {
  left: 5px;
}
.mainView .leftArea .type_downpour .rightBox #radar .mapPlayer, .mainView #container.heavySnow .mainInfoWrap .leftArea .type_downpour .rightBox #weather .mapPlayer, #container.heavySnow .mainInfoWrap .mainView .leftArea .type_downpour .rightBox #weather .mapPlayer, .mainView #container.downpour .downpourWrap .leftArea .type_downpour .rightBox #weather .mapPlayer, #container.downpour .downpourWrap .mainView .leftArea .type_downpour .rightBox #weather .mapPlayer {
  width: 559px;
  height: 530px;
}
.mainView .leftArea .type_downpour .rightBox #radar .mapPlayer img, .mainView #container.heavySnow .mainInfoWrap .leftArea .type_downpour .rightBox #weather .mapPlayer img, #container.heavySnow .mainInfoWrap .mainView .leftArea .type_downpour .rightBox #weather .mapPlayer img, .mainView #container.downpour .downpourWrap .leftArea .type_downpour .rightBox #weather .mapPlayer img, #container.downpour .downpourWrap .mainView .leftArea .type_downpour .rightBox #weather .mapPlayer img {
  width: 100%;
  height: 100%;
}
.mainView .leftArea .type_downpour .rightBox #weather .imgBox {
  position: relative;
  width: 559px;
  height: 530px;
  overflow: hidden;
}
.mainView .leftArea .type_downpour .rightBox #weather .imgBox svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 559px;
  height: 530px;
}
.mainView .leftArea .type_downpour .rightBox #weather .mapState {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.mainView .leftArea .type_typhoon .mapState {
  right: 30px;
  left: unset !important;
}
.mainView .leftArea .type_typhoon .mapList ul li {
  width: 80px;
}
.mainView .leftArea .type_heavySnow .leftBox {
  float: left;
  width: 350px;
  height: 532px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-right: 0;
  background: #fff;
}
.mainView .leftArea .type_heavySnow .leftBox .titArea {
  height: 30px;
  margin-bottom: 15px;
}
.mainView .leftArea .type_heavySnow .leftBox .titArea h3 {
  float: left;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.mainView .leftArea .type_heavySnow .leftBox .titArea em {
  float: left;
  margin-left: 8px;
  font-weight: 400;
  font-size: 13px;
  color: #54585e;
  margin-top: 6px;
}
.mainView .leftArea .type_heavySnow .leftBox .titArea span {
  float: unset;
  display: inline-block;
  color: #777;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: -1px;
  margin-top: 7px;
  margin-left: 7px;
}
.mainView .leftArea .type_heavySnow .leftBox .titArea .shareBtn {
  float: right;
  background: url("/static/images/common/share_b.png") no-repeat;
  width: 23px;
  height: 23px;
  background-size: 23px;
}
.mainView .leftArea .type_heavySnow .leftBox .titArea:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_heavySnow .leftBox .status {
  margin-bottom: 33px;
}
.mainView .leftArea .type_heavySnow .leftBox .status #alarm ul {
  height: 160px;
}
.mainView .leftArea .type_heavySnow .leftBox .status #alarm ul li.none {
  height: 100px !important;
  line-height: 100px !important;
  font-size: 16px !important;
}
.mainView .leftArea .type_heavySnow .leftBox .status .noti {
  position: relative;
  margin-top: 4px;
  color: #777;
  float: right;
  font-size: 13px;
}
.mainView .leftArea .type_heavySnow .leftBox .graphArea .graphLayout {
  margin-top: 15px;
  margin-bottom: 37px;
  height: 133px;
}
.mainView .leftArea .type_heavySnow .leftBox .graphArea .graphLayout .graphType {
  left: 13px;
}
.mainView .leftArea .type_heavySnow .leftBox .graphArea .graphLayout .graphType li {
  margin-right: 33px;
}
.mainView .leftArea .type_heavySnow .leftBox .graphArea .graphLayout .graphType li strong {
  font-size: 13px;
  color: #54585e;
  bottom: -6px;
  width: 60px;
  letter-spacing: -0.03em;
}
.mainView .leftArea .type_heavySnow .leftBox .graphArea .graphLayout .graphType li span {
  background: #416adf url(/static/images/now/ico_snow.png) no-repeat 50% 50%;
}
.mainView .leftArea .type_heavySnow .leftBox .graphArea .graphLayout .graphType li:last-child {
  margin-right: 0;
}
.mainView .leftArea .type_heavySnow .leftBox .graphArea .tooltip {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  height: auto;
  line-height: 18px;
  padding: 4px 5px;
  word-break: keep-all;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #f4f4f4;
  font-size: 13px;
  color: #777;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
  background: #fff;
  border: 1px solid #ccc;
}
.mainView .leftArea .type_heavySnow .leftBox .graphArea .tooltip:before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: -10px;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg) translateX(-50%);
  margin: -6px -4px 0 0;
  z-index: -1;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.mainView .leftArea .type_heavySnow .leftBox .btnArea {
  text-align: right;
}
.mainView .leftArea .type_heavySnow .leftBox .btnArea a {
  display: inline-block;
  width: 190px;
  height: 34px;
  line-height: 33px;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #343565;
}
.mainView .leftArea .type_heavySnow .leftBox .btnArea a span {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.mainView .leftArea .type_heavySnow .leftBox .btnArea a span:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 39px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/static/images/common/arrow.gif) no-repeat 0 0;
}
.mainView .leftArea .type_heavySnow .rightBox {
  float: left;
  position: relative;
  width: 560px;
  height: 532px;
  border: 1px solid #ddd;
  border-left: 0;
  box-sizing: border-box;
  background: #eef2f7;
}
.mainView .leftArea .type_heavySnow .rightBox .mapList {
  position: absolute;
  right: 6px;
  top: 4px;
  z-index: 11;
}
.mainView .leftArea .type_heavySnow .rightBox .mapList ul li {
  width: 80px;
  margin-bottom: 2px;
  background: rgba(84, 88, 95, 0.6);
}
.mainView .leftArea .type_heavySnow .rightBox .mapList ul li > a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: -1px;
}
.mainView .leftArea .type_heavySnow .rightBox .mapList ul li > strong {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.mainView .leftArea .type_heavySnow .rightBox .mapList ul li .btnArea {
  padding-bottom: 10px;
  text-align: center;
}
.mainView .leftArea .type_heavySnow .rightBox .mapList ul li .btnArea a {
  display: inline-block;
  width: 62px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  background: #4e4e4e;
}
.mainView .leftArea .type_heavySnow .rightBox .mapList ul li:last-child {
  margin-bottom: 0;
}
.mainView .leftArea .type_heavySnow .rightBox .mapList ul li.on {
  background: rgba(40, 40, 72, 0.8);
}
.mainView .leftArea .type_heavySnow .rightBox #mapContent {
  width: 560px;
}
.mainView .leftArea .type_heavySnow .rightBox #mapContent .heavySnowInfo {
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 2;
}
.mainView .leftArea .type_heavySnow .rightBox #mapContent .heavySnowInfo strong {
  display: inline-block;
  position: relative;
  padding: 0 13px;
  height: 27px;
  line-height: 27px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #dd5444;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  border-bottom: 0;
  background: #fff;
  z-index: 2;
}
.mainView .leftArea .type_heavySnow .rightBox #mapContent .heavySnowInfo ul {
  position: relative;
  width: 423px;
  margin-top: -1px;
  padding: 7px 10px 7px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
  border: 1px solid #cdcdcd;
  z-index: 1;
  text-align: center;
}
.mainView .leftArea .type_heavySnow .rightBox #mapContent .heavySnowInfo ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  font-size: 12px;
  color: #777;
  padding-left: 15px;
}
.mainView .leftArea .type_heavySnow .rightBox #mapContent .heavySnowInfo ul li:nth-of-type(1)::after {
  background: #1688f3;
  border-color: #1358c9;
}
.mainView .leftArea .type_heavySnow .rightBox #mapContent .heavySnowInfo ul li:nth-of-type(2)::after {
  background: #7030a0;
  border-color: #633486;
}
.mainView .leftArea .type_heavySnow .rightBox #mapContent .heavySnowInfo ul li:nth-of-type(3)::after {
  background: #1ac03b;
  border-color: #27a441;
}
.mainView .leftArea .type_heavySnow .rightBox #mapContent .heavySnowInfo ul li:nth-of-type(4)::after {
  background: #fdb00b;
  border-color: #cd9d35;
}
.mainView .leftArea .type_heavySnow .rightBox #mapContent .heavySnowInfo ul li:nth-of-type(5)::after {
  background: #f23849;
  border-color: #bf2332;
}
.mainView .leftArea .type_heavySnow .rightBox #mapContent .heavySnowInfo ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #333;
  transform: translateY(-50%);
}
.mainView .leftArea .type_heavySnow .rightBox #mapContent .heavySnowInfo ul li:last-of-type {
  margin-right: 0;
}
.mainView .leftArea .type_heavySnow .rightBox #mapContent .heavySnowInfo ul:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_heavySnow .rightBox #radar .mapPlayer, .mainView #container.heavySnow .mainInfoWrap .leftArea .type_heavySnow .rightBox #weather .mapPlayer, #container.heavySnow .mainInfoWrap .mainView .leftArea .type_heavySnow .rightBox #weather .mapPlayer, .mainView #container.downpour .downpourWrap .leftArea .type_heavySnow .rightBox #weather .mapPlayer, #container.downpour .downpourWrap .mainView .leftArea .type_heavySnow .rightBox #weather .mapPlayer {
  width: 559px;
  height: 530px;
}
.mainView .leftArea .type_heavySnow .rightBox #radar .mapPlayer img, .mainView #container.heavySnow .mainInfoWrap .leftArea .type_heavySnow .rightBox #weather .mapPlayer img, #container.heavySnow .mainInfoWrap .mainView .leftArea .type_heavySnow .rightBox #weather .mapPlayer img, .mainView #container.downpour .downpourWrap .leftArea .type_heavySnow .rightBox #weather .mapPlayer img, #container.downpour .downpourWrap .mainView .leftArea .type_heavySnow .rightBox #weather .mapPlayer img {
  width: 100%;
  height: 100%;
}
.mainView .leftArea .type_heavySnow .rightBox #weather {
  height: 530px;
  position: relative;
  overflow: hidden;
}
.mainView .leftArea .type_heavySnow .rightBox #weather .imgBox {
  position: relative;
  width: 559px;
  height: 530px;
  overflow: hidden;
}
.mainView .leftArea .type_heavySnow .rightBox #weather svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 559px;
  height: 530px;
}
.mainView .leftArea .type_heavySnow .rightBox #weather .mapState {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap {
  border: 1px solid #ddd;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox {
  float: left;
  width: 349px;
  height: 530px;
  padding: 20px 20px 0;
  box-sizing: border-box;
  background: #fff;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .status {
  overflow: hidden;
  margin-bottom: 8px;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .status .titArea {
  height: 20px;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .status .titArea strong {
  line-height: 1em;
  font-size: 20px;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .status .titArea span {
  line-height: 1em;
  margin-top: 10px;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .status .titArea .shareBtn {
  float: right;
  background: url("/static/images/common/share_b.png") no-repeat;
  width: 23px;
  height: 23px;
  background-size: 23px;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .status #alarm ul {
  height: 197px;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .status #alarm ul li.none {
  height: 135px !important;
  line-height: 135px !important;
  letter-spacing: -1px !important;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .status .noti {
  position: relative;
  margin-top: 4px;
  color: #777;
  float: right;
  font-size: 13px;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .heatwaveInfo .titArea {
  height: 20px;
  margin-bottom: 20px;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .heatwaveInfo .titArea strong {
  float: left;
  font-weight: 500;
  font-size: 20px;
  color: #282828;
  line-height: 1em;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .heatwaveInfo .titArea span {
  float: right;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 200;
  color: #777;
  letter-spacing: -1px;
  line-height: 1em;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .heatwaveInfo .titArea:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .heatwaveInfo .prospect {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .heatwaveInfo .prospect .prospectWrap {
  height: 126px;
  padding: 16px 10px;
  box-sizing: border-box;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .heatwaveInfo .prospect .prospectWrap p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
  color: #777;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .heatwaveInfo .prospect .prospectWrap p.none {
  height: 90px !important;
  line-height: 90px !important;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .btnArea {
  text-align: right;
  padding-top: 14px;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .btnArea a {
  display: inline-block;
  width: 190px;
  height: 34px;
  line-height: 33px;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #343565;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .btnArea a span {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .leftBox .btnArea a span:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 39px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/static/images/common/arrow.gif) no-repeat 0 0;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .rightBox {
  float: left;
  width: 559px;
  position: relative;
  height: 530px;
  overflow: hidden;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .rightBox .svgArea svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto !important;
  width: 100% !important;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap .rightBox .mapState {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.mainView .leftArea .type_heatwave .type_heatwaveWrap:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap {
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox {
  float: left;
  width: 350px;
  height: 530px;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  padding: 20px 20px 0;
  background: #fff;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .titArea {
  height: 20px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .titArea strong {
  line-height: 1em;
  font-size: 20px;
  font-weight: 500;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .titArea span {
  line-height: 1em;
  margin-top: 10px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .status .titArea {
  position: relative;
  margin-bottom: 18px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .status .titArea .ico_share {
  position: absolute;
  right: 0;
  top: -1px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .status #alarm {
  margin-bottom: 20px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .status #alarm ul {
  height: 174px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .status #alarm ul li {
  font-size: 13px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .status #alarm ul li em.level2_2 {
  background: #e44850;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .status #alarm ul li em.level2_1 {
  background: #ff7815;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .status #alarm ul li em.level1_2 {
  background: #e44850;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .status #alarm ul li em.level1_1 {
  background: #ff7815;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .status #alarm ul li.none {
  height: 114px !important;
  line-height: 114px !important;
  letter-spacing: -1px !important;
  font-size: 16px !important;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .titArea {
  margin-bottom: 12px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .tableArea {
  height: 169px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .tableArea table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .tableArea table tr th, .mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .tableArea table tr td {
  padding: 8px 0;
  border-bottom: 1px solid #aec5d1;
  text-align: center;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .tableArea table tr:last-of-type th, .mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .tableArea table tr:last-of-type td {
  border-bottom: 0;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .tableArea table tr th {
  font-size: 14px;
  font-weight: 500;
  background: #cce7f4;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .tableArea table tr td span {
  font-size: 15px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .tableArea table tr td span.level1 {
  color: #1685f0;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .tableArea table tr td span.level2 {
  color: #1ac03b;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .tableArea table tr td span.level3 {
  color: #e8aa23;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .tableArea table tr td span.level4 {
  color: #f23849;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .forecast .tableArea table tr td.none {
  height: 150px !important;
  line-height: 150px !important;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .btnArea {
  text-align: right;
  padding-top: 20px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .btnArea a {
  display: inline-block;
  width: 214px;
  height: 34px;
  line-height: 33px;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #343565;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .btnArea a span {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .leftBox .btnArea a span:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 39px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/static/images/common/arrow.gif) no-repeat 0 0;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .rightBox {
  float: right;
  width: 558px;
  height: 530px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .rightBox #prediction .mapPlayer {
  width: 558px;
  height: 445px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .rightBox #prediction .mapPlayer img {
  width: 558px;
  height: 445px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .rightBox #prediction .subjectArea {
  height: 85px;
  padding: 15px;
  background: #f6f6f6;
  box-sizing: border-box;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .rightBox #prediction .subjectArea .topArea {
  position: relative;
  margin-bottom: 5px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .rightBox #prediction .subjectArea .topArea strong {
  display: block;
  padding-right: 180px;
  font-weight: 500;
  font-size: 18px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .rightBox #prediction .subjectArea .topArea span {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 15px;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap .rightBox #prediction .subjectArea p {
  font-weight: 300;
  font-size: 13px;
  color: #777;
}
.mainView .leftArea .type_airPollution .type_airPollutionWrap:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_forestFires {
  border: 1px solid #ddd;
  width: 100%;
}
.mainView .leftArea .type_forestFires .titArea strong {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1em;
}
.mainView .leftArea .type_forestFires .leftBox {
  float: left;
  width: 349px;
  height: 530px;
  padding: 20px 20px 0;
  box-sizing: border-box;
  background: #fff;
}
.mainView .leftArea .type_forestFires .leftBox .todayArea {
  margin-bottom: 20px;
}
.mainView .leftArea .type_forestFires .leftBox .todayArea .titArea strong {
  margin-bottom: 5px;
}
.mainView .leftArea .type_forestFires .leftBox .todayArea ul li {
  padding: 15px 0;
  line-height: 1em;
  border-bottom: 1px solid #d2d2d2;
}
.mainView .leftArea .type_forestFires .leftBox .todayArea ul li > strong {
  float: left;
  position: relative;
  margin-top: 4px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}
.mainView .leftArea .type_forestFires .leftBox .todayArea ul li > strong:after {
  left: -10px !important;
}
.mainView .leftArea .type_forestFires .leftBox .todayArea ul li span {
  float: right;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
}
.mainView .leftArea .type_forestFires .leftBox .todayArea ul li span i {
  display: inline-block;
  vertical-align: bottom;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  line-height: 1em;
  font-style: normal;
}
.mainView .leftArea .type_forestFires .leftBox .todayArea ul li:last-of-type {
  border-bottom: 0;
}
.mainView .leftArea .type_forestFires .leftBox .todayArea ul li:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_forestFires .leftBox .todayArea ul li.ico_ing strong:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -850px -450px;
}
.mainView .leftArea .type_forestFires .leftBox .todayArea ul li.ico_complete strong:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -900px -250px;
}
.mainView .leftArea .type_forestFires .leftBox .todayArea ul li.ico_end strong:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -900px -300px;
}
.mainView .leftArea .type_forestFires .leftBox .status {
  margin-bottom: 5px;
}
.mainView .leftArea .type_forestFires .leftBox .status .titArea {
  position: relative;
  margin-bottom: 0;
  height: auto;
}
.mainView .leftArea .type_forestFires .leftBox .status .titArea .ico_share {
  position: absolute;
  right: 0;
  top: -1px;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul {
  height: 182px;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li i {
  display: inline-block;
  height: 23px;
  padding: 0 12px;
  margin-bottom: 16px;
  line-height: 23px;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  background: #333;
  font-style: normal;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li i.ico_ing {
  background: #e44951;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li i.ico_complete {
  background: #7c7c7c;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li i.ico_end {
  background: #78bb47;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li em {
  display: inline-block;
  height: 23px;
  padding: 0 12px;
  margin-bottom: 16px;
  line-height: 23px;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  background: #555;
  font-style: normal;
  border-radius: unset;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li em.step01 {
  background: #78bb47;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li em.step02 {
  background: #2687b6;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li em.step03 {
  background: #f9ae2a;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li em.step04 {
  background: #c31821;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li em.step05 {
  background: #740000;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li p {
  margin-bottom: 5px;
  line-height: 1.3em;
  font-size: 15px;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li span {
  display: block;
  font-weight: 300;
  font-size: 13px;
  color: #777;
  line-height: 1em;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li.none {
  height: 120px !important;
  line-height: 120px !important;
}
.mainView .leftArea .type_forestFires .leftBox .status .alarmWrap #alarm ul li.none span {
  display: inline-block;
}
.mainView .leftArea .type_forestFires .leftBox .caution {
  margin-bottom: 17px;
  line-height: 1em;
  font-size: 13px;
  font-weight: 200;
  color: #777;
}
.mainView .leftArea .type_forestFires .leftBox .btnArea {
  text-align: right;
  margin-top: 18px;
}
.mainView .leftArea .type_forestFires .leftBox .btnArea a {
  display: inline-block;
  width: 190px;
  height: 34px;
  line-height: 33px;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #343565;
}
.mainView .leftArea .type_forestFires .leftBox .btnArea a span {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.mainView .leftArea .type_forestFires .leftBox .btnArea a span:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 39px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/static/images/common/arrow.gif) no-repeat 0 0;
}
.mainView .leftArea .type_forestFires .rightBox {
  float: left;
  width: 559px;
  position: relative;
  height: 530px;
  overflow: hidden;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea {
  position: relative;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent {
  width: 559px;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #c2c6c9;
  border-radius: 6px;
  box-sizing: border-box;
  z-index: 2;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li {
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
  color: #777;
  padding-left: 20px;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li.level1:after, .mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li.level2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li.level1:after, .mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li.level2:after {
  left: -4px;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li.level1::after {
  background-position: -75px -225px;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li.level2::after {
  background-position: -75px -200px;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li.level3:after, .mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li.level4:after, .mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li.level5:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #000;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li.level3::after {
  background: #e44951;
  border-color: #c95050;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li.level4::after {
  background: #7c7c7c;
  border-color: #6e6e6f;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li.level5::after {
  background: #78bb47;
  border-color: #65a436;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .explanationBox ul li:last-of-type {
  margin-bottom: 0;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .mapController {
  bottom: 10px;
  right: 10px;
}
.mainView .leftArea .type_forestFires .rightBox .mapArea #mapContent .depthArea .mapController.bot {
  bottom: 140px;
}
.mainView .leftArea .type_forestFires:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_healthCare {
  position: relative;
  width: 1180px;
}
.mainView .leftArea .type_healthCare .leftBox {
  float: left;
  width: 350px;
  height: 532px;
  padding: 46px 20px 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
}
.mainView .leftArea .type_healthCare .leftBox .statusBord {
  margin-bottom: 28px;
}
.mainView .leftArea .type_healthCare .leftBox .statusBord .titArea {
  margin-bottom: 18px;
}
.mainView .leftArea .type_healthCare .leftBox .statusBord .titArea strong {
  float: left;
  line-height: 1em;
  font-size: 20px;
  font-weight: 500;
}
.mainView .leftArea .type_healthCare .leftBox .statusBord .titArea:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_healthCare .leftBox .statusBord .scrWrap {
  padding: 30px 20px;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  background-color: #f1f1f1;
  height: 350px;
  box-sizing: border-box;
}
.mainView .leftArea .type_healthCare .leftBox .statusBord .scrWrap .scr1 {
  padding: 0;
  height: 350px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  line-height: 1.4em;
}
.mainView .leftArea .type_healthCare .leftBox .statusBord .scrWrap .scr1 .infoList > li {
  margin-bottom: 10px;
}
.mainView .leftArea .type_healthCare .leftBox .statusBord .scrWrap .scr1 .infoList > li strong {
  font-size: 15px;
  font-weight: 500;
}
.mainView .leftArea .type_healthCare .leftBox .statusBord .scrWrap .scr1 .infoList > li > ul {
  margin-top: 2px;
}
.mainView .leftArea .type_healthCare .leftBox .statusBord .scrWrap .scr1 .infoList > li > ul > li {
  font-size: 15px;
  letter-spacing: -0.04em;
  line-height: 28px;
}
.mainView .leftArea .type_healthCare .leftBox .btnArea {
  text-align: right;
  padding-top: 13px;
}
.mainView .leftArea .type_healthCare .leftBox .btnArea a {
  display: inline-block;
  width: 190px;
  height: 34px;
  line-height: 33px;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #343565;
}
.mainView .leftArea .type_healthCare .leftBox .btnArea a span {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.mainView .leftArea .type_healthCare .leftBox .btnArea a span:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 39px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/static/images/common/arrow.gif) no-repeat 0 0;
}
.mainView .leftArea .type_healthCare .rightBox {
  float: left;
  position: relative;
  width: 830px;
  height: 532px;
  border: 1px solid #ddd;
  border-left: 0;
  box-sizing: border-box;
  background: #ffffff;
  padding: 46px 20px 30px;
}
.mainView .leftArea .type_healthCare .rightBox .titArea {
  height: 30px;
  margin-bottom: 10px;
}
.mainView .leftArea .type_healthCare .rightBox .titArea h3 {
  float: left;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1em;
}
.mainView .leftArea .type_healthCare .rightBox .titArea em {
  float: left;
  color: #777777;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: -1px;
  margin-left: 10px;
}
.mainView .leftArea .type_healthCare .rightBox .titArea span {
  float: right;
  color: #777777;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: -1px;
  margin-top: 7px;
}
.mainView .leftArea .type_healthCare .rightBox table {
  width: 100%;
  border: 1px solid #dddddd;
  margin: 20px 0 38px;
}
.mainView .leftArea .type_healthCare .rightBox table tr {
  border-bottom: 1px solid #dddddd;
}
.mainView .leftArea .type_healthCare .rightBox table tr th {
  background-color: #cce7f4;
  font-weight: normal;
  font-size: 13px;
  border-right: 1px solid #dddddd;
  padding: 12px 0;
}
.mainView .leftArea .type_healthCare .rightBox table tr th:last-child {
  border-bottom: 0;
}
.mainView .leftArea .type_healthCare .rightBox table tr td {
  text-align: center;
  font-size: 13px;
  border-right: 1px solid #dddddd;
  padding: 9px 4px;
}
.mainView .leftArea .type_healthCare .rightBox table tr td:last-child {
  border-bottom: 0;
}
.mainView .leftArea .type_healthCare .rightBox table tr:last-child {
  border-bottom: 0;
}
.mainView .leftArea .type_healthCare .rightBox .warning p {
  font-size: 18px;
  margin-top: 14px;
}
.mainView .leftArea .type_healthCare .rightBox .warning p strong {
  color: #ffffff;
  padding: 0 12px;
  margin: 0 6px;
}
.mainView .leftArea .type_healthCare .rightBox .warning p strong.step01 {
  background-color: #0100d3;
}
.mainView .leftArea .type_healthCare .rightBox .warning p strong.step02 {
  background-color: #ecab03;
}
.mainView .leftArea .type_healthCare .rightBox .warning p strong.step03 {
  background-color: #f77500;
}
.mainView .leftArea .type_healthCare .rightBox .warning p strong.step04 {
  background-color: #e3001c;
}
.mainView .leftArea .type_healthCare .rightBox .warning .step {
  display: flex;
  margin: 46px 0 34px;
  position: relative;
}
.mainView .leftArea .type_healthCare .rightBox .warning .step > div {
  width: 25%;
  text-align: center;
}
.mainView .leftArea .type_healthCare .rightBox .warning .step > div.step01 {
  background-color: #0100d3;
}
.mainView .leftArea .type_healthCare .rightBox .warning .step > div.step02 {
  background-color: #ecab03;
}
.mainView .leftArea .type_healthCare .rightBox .warning .step > div.step03 {
  background-color: #f77500;
}
.mainView .leftArea .type_healthCare .rightBox .warning .step > div.step04 {
  background-color: #e3001c;
}
.mainView .leftArea .type_healthCare .rightBox .warning .step > div span {
  color: #ffffff;
  font-size: 18px;
  line-height: 34px;
}
.mainView .leftArea .type_healthCare .rightBox .warning#step01 .step .step01:before {
  content: "▼";
  position: absolute;
  top: -33px;
  left: 11%;
  font-size: 22px;
}
.mainView .leftArea .type_healthCare .rightBox .warning#step02 .step .step02:before {
  content: "▼";
  position: absolute;
  top: -33px;
  left: 36%;
  font-size: 22px;
}
.mainView .leftArea .type_healthCare .rightBox .warning#step03 .step .step03:before {
  content: "▼";
  position: absolute;
  top: -33px;
  left: 61%;
  font-size: 22px;
}
.mainView .leftArea .type_healthCare .rightBox .warning#step04 .step .step04:before {
  content: "▼";
  position: absolute;
  top: -33px;
  left: 86%;
  font-size: 22px;
}
.mainView .leftArea .type_healthCare .rightBox p.noti {
  font-size: 13px;
  color: #777777;
  letter-spacing: -0.8px;
}
.mainView .leftArea .type_weatherVid {
  position: relative;
  width: 1180px;
}
.mainView .leftArea .type_weatherVid .infoArea {
  position: relative;
  width: 290px;
  padding-bottom: 60px;
}
.mainView .leftArea .type_weatherVid .infoArea .titArea {
  margin-bottom: 15px;
}
.mainView .leftArea .type_weatherVid .infoArea .titArea em {
  font-size: 28px;
  font-weight: 500;
}
.mainView .leftArea .type_weatherVid .infoArea .subTit {
  margin-bottom: 24px;
}
.mainView .leftArea .type_weatherVid .infoArea .subTit select {
  height: 48px;
  opacity: 0;
}
.mainView .leftArea .type_weatherVid .infoArea .infoList li {
  margin-bottom: 14px;
}
.mainView .leftArea .type_weatherVid .infoArea .infoList li strong {
  float: none;
  width: auto;
}
.mainView .leftArea .type_weatherVid .infoArea .infoList li p {
  float: none;
  width: auto;
}
.mainView .leftArea .type_weatherVid .infoArea .infoList li.num > p {
  position: relative;
  padding-left: 14px;
  margin-bottom: 4px;
  letter-spacing: -0.8px;
}
.mainView .leftArea .type_weatherVid .infoArea .infoList li.num > p:last-child {
  margin: 0;
}
.mainView .leftArea .type_weatherVid .infoArea .infoList li.num > p.nowrap {
  white-space: nowrap;
  font-size: 15px;
}
.mainView .leftArea .type_weatherVid .infoArea .infoList li.num > p span {
  position: absolute;
  top: 0;
  left: 0;
}
.mainView .leftArea .type_weatherVid .infoArea .noti {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.mainView .leftArea .type_weatherVid .infoArea .btnType {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.mainView .leftArea .type_weatherVid .infoArea .btnType a {
  position: relative;
  display: block;
  line-height: 33px;
  border-radius: 17px;
  color: #fff;
  background-color: #343565;
  font-size: 14px;
  text-align: left;
  padding-left: 16px;
  width: 154px;
}
.mainView .leftArea .type_weatherVid .infoArea .btnType a:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
  background: url("/static/images/common/arr_white_big.png") no-repeat 0 0;
  background-size: 100%;
}
.mainView .leftArea .type_weatherVid .infoArea .btnType a span {
  position: relative;
  display: inline-block;
}
.mainView .leftArea .type_weatherVid .infoArea .btnType:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_weatherVid .mapArea {
  width: 890px;
}
.mainView .leftArea .type_weatherVid .mapArea .mapList li {
  width: 84px;
}
.mainView .leftArea .type_weatherVid .mapArea .vidContent {
  position: relative;
  width: 890px;
  height: 532px;
}
.mainView .leftArea .type_weatherVid .mapArea .vidContent .jwplayer {
  background-color: transparent;
  background-image: url(/static/images/weather_thumb.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mainView .leftArea .type_weatherVid .mapArea .vidContent .jwplayer.jw-flag-fullscreen {
  background-size: contain;
}
.mainView .leftArea .type_weatherVid .mapArea .vidContent .jwplayer.jw-flag-fullscreen .jw-error .jw-preview, .mainView .leftArea .type_weatherVid .mapArea .vidContent .jwplayer.jw-flag-fullscreen .jwplayer .jw-preview {
  background-size: contain !important;
}
.mainView .leftArea .type_weatherVid .mapArea .vidContent .fullscreenArea .jwplayer.jw-flag-aspect-mode {
  height: 532px !important;
}
.mainView .leftArea .type_weatherVid .mapArea .vidContent .fullscreenArea .jwplayer.jw-flag-controls-hidden .jw-media {
  height: 532px;
}
.mainView .leftArea .type_weatherVid .mapArea .vidContent .fullscreenArea .jw-controlbar {
  visibility: hidden;
  opacity: 0;
}
.mainView .leftArea .type_weatherVid .mapArea .vidContent .fullscreenArea .jw-error .jw-preview, .mainView .leftArea .type_weatherVid .mapArea .vidContent .fullscreenArea .jwplayer .jw-preview {
  background-size: cover !important;
}
.mainView .leftArea .type_weatherVid .mapArea .vidContent .fullscreenArea:hover .jw-controlbar {
  visibility: visible;
  opacity: 1;
}
.mainView .leftArea .type_weatherVid .mapArea .vidContent .fullscreenArea video {
  width: 894px;
  height: 532px;
  object-fit: cover !important;
  box-sizing: border-box;
}
.mainView .leftArea .type_weatherVid .mapArea .vidContent .jw-flag-fullscreen video {
  width: 100vw;
  height: 100vh;
  object-fit: contain !important;
  box-sizing: border-box;
}
.mainView .leftArea .type_ourArea {
  position: relative;
  width: 1180px;
  height: 530px;
  margin-top: 0 !important;
}
.mainView .leftArea .type_ourArea .popup {
  position: absolute;
  top: 98%;
  left: 0%;
  width: 356px;
  background: #ffffff;
  z-index: 1112;
  padding: 16px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}
.mainView .leftArea .type_ourArea .popup strong {
  font-size: 15px;
  font-weight: 500;
}
.mainView .leftArea .type_ourArea .popup .close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.mainView .leftArea .type_ourArea .popup ul {
  margin-top: 12px;
}
.mainView .leftArea .type_ourArea .popup ul li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 300;
  line-height: 1.25em;
  letter-spacing: -0.02em;
}
.mainView .leftArea .type_ourArea .popup ul li:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
}
.mainView .leftArea .type_ourArea .popup ul li:last-child {
  margin-bottom: 0;
}
.mainView .leftArea .type_ourArea .leftBox {
  float: left;
  width: 290px;
  height: 532px;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
}
.mainView .leftArea .type_ourArea .leftBox .info {
  font-weight: normal;
  color: #777777;
  font-size: 12px;
  display: inline-block;
}
.mainView .leftArea .type_ourArea .leftBox .no {
  position: relative;
  color: #888888;
  background: #eeeeee;
  line-height: 36px;
  padding: 2px 10px;
  margin: 3px 0 0px;
  border-radius: 4px;
  font-size: 13px;
  box-sizing: border-box;
}
.mainView .leftArea .type_ourArea .leftBox .no span {
  padding-left: 18px;
  background: url("/static/images/common/infoIcon2.png") no-repeat 0 2px;
  background-size: 16px 16px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea {
  padding: 7px 10px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .titArea {
  overflow: hidden;
  margin-bottom: 15px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .titArea .marquee {
  float: left;
  width: 74%;
  overflow: hidden;
  position: relative;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .titArea .marquee span {
  font-size: 16px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .titArea .marquee .slick-track {
  display: flex;
  position: relative;
  left: 0;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .titArea .marquee .slick-slide {
  display: inline-block;
  width: max-content !important;
  padding-right: 20px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .titArea .marquee .slick-slide span {
  width: max-content;
  display: block;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .titArea .marquee strong:hover {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .titArea .marquee strong {
  font-size: 16px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .titArea .btnMy {
  float: left;
  margin-left: 8px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .titArea .btnMy img {
  width: 24px;
  height: 24px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .titArea .btnChange {
  float: left;
  margin-left: 4px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .titArea .btnChange img {
  width: 24px;
  height: 24px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap {
  display: flex;
  align-items: center;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .today_data {
  width: 50%;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .today_data span {
  display: block;
  text-align: center;
  line-height: 1em;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .today_data .info_data {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .today_data .info_data .ico_state {
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  margin-right: 7px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .today_data .info_data .temperature {
  margin-top: 3px;
  line-height: 1em;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .today_data .info_data .temperature span {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .today_data .weather {
  font-size: 15px;
  margin: 9px 0;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .today_data .info {
  margin-bottom: 3px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro {
  width: 50%;
  border-left: 2px dashed #E3E1DE;
  padding-left: 10px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li {
  overflow: hidden;
  position: relative;
  padding: 3px 0;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li .circle {
  display: inline-block;
  float: left;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li > em {
  position: absolute;
  top: 46%;
  left: 7px;
  transform: translateY(-50%);
  font-size: 14px;
  width: 24px;
  text-align: center;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li > em.lv1 {
  color: #3d76ea;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li > em.lv2 {
  color: #08b982;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li > em.lv3 {
  color: #ff7815;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li > em.lv4 {
  color: #e44951;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li p {
  line-height: 1.2em;
  float: left;
  font-size: 14px;
  padding-left: 3px;
  letter-spacing: -0.03em;
  margin-top: 4px;
  width: 94%;
  box-sizing: border-box;
  letter-spacing: -0.06em;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li p em {
  font-size: 11px;
  color: #999999;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li p span {
  margin-left: 4px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li p span.lv1 {
  color: #3d76ea;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li p span.lv2 {
  color: #08b982;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li p span.lv3 {
  color: #ff7815;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro li p span.lv4 {
  color: #e44951;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro .dustArea {
  margin-bottom: 36px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro .dustArea li {
  float: left;
  width: 50%;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro .dustArea li strong {
  display: block;
  margin: 20px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 200;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro .dustArea li strong span {
  font-size: 11px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro .dustArea li .icoArea {
  text-align: center;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro .dustArea li .icoArea em {
  display: inline-block;
  width: 52px;
  height: 48px;
  line-height: 48px;
  font-size: 26px;
  font-weight: 700;
  color: #777;
  background: url(/static/images/main/ico_dust.png) no-repeat;
  background-size: auto 48px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro .dustArea li .icoArea em.level1 {
  color: #0188c8;
  background-position: 1px 0;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro .dustArea li .icoArea em.level2 {
  color: #08b982;
  background-position: -51px 0;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro .dustArea li .icoArea em.level3 {
  color: #ff7815;
  background-position: -102px 0;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro .dustArea li .icoArea em.level4 {
  color: #e44951;
  background-position: -154px 0;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .weatherWrap .micro .dustArea:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster {
  margin-top: 15px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message {
  margin: 0 0 12px 0;
  overflow: hidden;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message strong {
  font-size: 16px;
  margin-bottom: 3px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message .no {
  padding: 0 10px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message > div {
  position: relative;
  width: 270px;
  height: 36px;
  overflow: hidden;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message .messageBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 36px;
  transition: top 0.8s ease-in-out;
  box-sizing: border-box;
  background: #f1f1f1;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message .messageBox .messageWrap {
  display: flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 4px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: 34px;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  transition: top 0s ease;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message .messageBox .messageWrap.active {
  top: 0;
  transition: top 1s ease;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message .messageBox .messageWrap.slideOut {
  top: -36px;
  transition: top 1s ease;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message .messageBox .messageWrap > span {
  padding: 0 8px;
  border-radius: 3px;
  font-size: 13px;
  color: #ffffff;
  background: #d30f19;
  line-height: 20px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message .messageBox .messageWrap > span a {
  color: #ffffff;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message .messageBox .messageWrap .marquee {
  float: left;
  width: 80%;
  margin-left: 14px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message .messageBox .messageWrap .marquee p {
  width: 100%;
  overflow: hidden; /*text-overflow:ellipsis;white-space:nowrap;*/
  height: 1.2em;
  line-height: 1.2em;
  font-size: 13px; /*padding-top: 4px;*/
  display: inline-block;
  margin: 0;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message .messageBox .messageWrap .marquee p.marqueeReady {
  text-overflow: unset;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message .messageBox .messageWrap .marquee p.marqueeReady a {
  position: absolute;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message .messageBox .messageWrap .marquee p a {
  position: absolute;
  width: auto;
  left: 0;
  display: inline;
  white-space: nowrap;
  will-change: transform;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .message .messageBox .messageWrap .marquee p.on a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now strong {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now strong .info {
  text-align: right;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap {
  background: #f1f1f1;
  margin: 5px 0 12px;
  border-radius: 4px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .alertBox {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .alertBox > div {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .alertBox .alertWrap {
  padding: 0 8px;
  overflow: hidden;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .alertBox .alertWrap span {
  float: left;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 14px;
  margin: 7px 5px 7px 0;
  font-size: 13px;
  letter-spacing: -0.04em;
  line-height: 16px;
  height: 16px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .alertBox .alertWrap span.lv1 {
  background: #FF7815;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .alertBox .alertWrap span.lv2 {
  background: #D3101A;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .alertBox .no {
  line-height: 26px;
  margin: 1px 0 10px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap div:last-child {
  position: relative;
  width: 270px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap > p {
  padding: 7px 8px 2px;
  overflow: hidden;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap > p span {
  float: left;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: -0.04em;
  line-height: 16px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap > p span:last-child {
  margin-right: 0;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap > p span.lv1 {
  background: #FF7815;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap > p span.lv2 {
  background: #D3101A;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap > p.no {
  line-height: 28px;
  padding: 2px 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap > p.no span {
  color: #888888;
  padding: 0 0 0 18px;
  line-height: unset;
  float: unset;
  letter-spacing: unset;
  font-size: 13px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap > p.no2 {
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e3e1de;
  border-top: 1px solid #e3e1de;
  line-height: 36px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowBox {
  border-top: 1px solid #E3E1DE;
  height: 36px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  transition: top 0.8s ease-in-out;
  box-sizing: border-box;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner {
  /*display: flex;align-items: center;*/
  padding: 2px 8px;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  transition: top 0s ease;
  width: 100%;
  position: absolute;
  top: 34px;
  left: 0;
  white-space: nowrap;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner.on {
  top: 0;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner.active {
  top: 0;
  transition: top 1s ease;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner.slideOut {
  top: -36px;
  transition: top 1s ease;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner.slideOut2 {
  top: 0px;
  transition: top 0s ease;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner .nowAlert {
  overflow: hidden;
  float: left;
  margin-top: 5px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner .nowAlert span {
  padding: 0 6px;
  background: #e3e1de;
  border-radius: 3px;
  font-size: 13px;
  color: #ffffff;
  margin-left: 4px;
  float: left;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner .nowAlert span:first-child {
  margin: 0;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner .nowAlert span a {
  color: #ffffff;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner .nowLoc {
  margin-left: 12px;
  box-sizing: border-box;
  float: left;
  overflow: hidden; /*display: flex;flex-direction: column;justify-content: center;*/
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner .marquee p {
  overflow: hidden;
  height: 1.2em;
  line-height: 1.2em;
  font-size: 13px;
  padding-top: 7px;
  margin: 0;
  display: block;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner .marquee p.marqueeReady {
  text-overflow: unset;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner .marquee p.marqueeReady a {
  position: absolute;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner .marquee p a {
  position: absolute;
  width: auto;
  left: 0;
  display: inline;
  white-space: nowrap;
  will-change: transform;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .now .nowWrap .nowInner .info {
  letter-spacing: -0.02em;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .tit {
  position: relative;
  line-height: 22px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .tit strong {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .tit .badgeWrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 22px;
  display: inline-block;
  overflow: hidden;
  width: 120px !important;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .tit .badgeWrap .badgeInner {
  display: inline-block;
  float: left;
  position: absolute;
  left: 0;
  white-space: nowrap;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .tit .badgeWrap .badgeInner span {
  display: inline-block;
  height: 20px;
  overflow: hidden;
  margin-top: 2px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .tit .badgeWrap .badgeInner span em {
  color: #ffffff;
  background: #013D81;
  padding: 0 5px;
  margin-left: 4px;
  font-size: 13px;
  border-radius: 3px;
  width: fit-content !important;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .tit .badgeWrap .badgeInner span em:first-child {
  margin-left: 8px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .tit .badgeWrap .badgeInner span em i {
  font-style: unset;
  letter-spacing: -0.03em;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .cctvBox .cctvWrap {
  position: relative;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .cctvBox .cctvWrap .thumArea {
  background: #000000;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .cctvBox .cctvWrap .thumArea img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  background: #000000;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .vidTit {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 3px 7px;
  border-radius: 5px;
  text-align: right;
  line-height: 18px;
  height: 24px;
  box-sizing: border-box;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .vidTit img {
  float: left;
  margin-top: 3px;
  transform: rotate(180deg);
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .vidTit em {
  color: #ffffff;
  font-size: 14px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .vidTit.on {
  width: auto;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .vidTit.on a img {
  transform: rotate(0deg);
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .vidTit.on em {
  display: inline-block;
  margin-left: 7px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv #video {
  margin-top: 3px;
  border-radius: 5px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .jw-title.jw-reset {
  border-radius: 5px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .info {
  display: block;
  margin-top: 3px;
  letter-spacing: -0.02em;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .info a {
  font-weight: normal;
  color: #777777;
  font-size: 12px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .info a img {
  margin-top: 2px;
}
.mainView .leftArea .type_ourArea .leftBox .todayArea .disaster .cctv .info #currentTimeDisplay {
  margin-top: 2px;
}
.mainView .leftArea .type_ourArea .mapArea {
  width: 890px;
}
.mainView .leftArea .type_ourArea .mapArea .mapList {
  top: 15px;
  right: 15px;
}
.mainView .leftArea .type_ourArea .mapArea .mapList ul li {
  background: rgba(255, 255, 255, 0.8);
  color: #282828;
  width: 120px;
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
.mainView .leftArea .type_ourArea .mapArea .mapList ul li a {
  color: #282828;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  font-size: 13px;
}
.mainView .leftArea .type_ourArea .mapArea .mapList ul li svg {
  margin-right: 5px;
}
.mainView .leftArea .type_ourArea .mapArea .mapList ul li svg rect {
  fill: #424242;
}
.mainView .leftArea .type_ourArea .mapArea .mapList ul li.on {
  color: #1b4996;
  border: 1px solid #1b4996;
  background: #ffffff;
}
.mainView .leftArea .type_ourArea .mapArea .mapList ul li.on a {
  color: #1b4996;
}
.mainView .leftArea .type_ourArea .mapArea .mapList ul li.on svg rect {
  fill: #1b4996;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent {
  width: 890px;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
  padding: 0;
  border: 1px solid #f1f1f1;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap {
  border-bottom: 1px solid #f1f1f1;
  width: auto;
  padding: 4px 14px 16px;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div strong {
  display: block;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 4px;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div ul li {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  font-size: 11px;
  color: #282828;
  padding-left: 22px;
  line-height: 22px;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #333;
  transform: translateY(-50%);
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.downpour ul li.level1:after {
  background: #1688F3;
  border: 1px solid #2867cd;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.downpour ul li.level2:after {
  background: #7030A0;
  border: 1px solid #633587;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.downpour ul li.level3:after {
  background: #1AC03B;
  border: 1px solid #27a441;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.downpour ul li.level4:after {
  background: #FDB00B;
  border: 1px solid #cd9d35;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.downpour ul li.level5:after {
  background: #F23849;
  border: 1px solid #c12433;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.heavysnow ul li.level1:after {
  width: 20px;
  height: 20px;
  background: url(/static/images/common/ico_snow1.png) no-repeat 0 0;
  background-size: contain;
  top: 0px;
  transform: unset;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.heavysnow ul li.level2:after {
  width: 20px;
  height: 20px;
  background: url(/static/images/common/ico_snow2.png) no-repeat 0 0;
  background-size: contain;
  top: 0px;
  transform: unset;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.heavysnow ul li.level3:after {
  width: 20px;
  height: 20px;
  background: url(/static/images/common/ico_snow3.png) no-repeat 0 0;
  background-size: contain;
  top: 0px;
  transform: unset;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.heavysnow ul li.level4:after {
  width: 20px;
  height: 20px;
  background: url(/static/images/common/ico_snow4.png) no-repeat 0 0;
  background-size: contain;
  top: 0px;
  transform: unset;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.heavysnow ul li.level5:after {
  width: 20px;
  height: 20px;
  background: url(/static/images/common/ico_snow5.png) no-repeat 0 0;
  background-size: contain;
  top: 0px;
  transform: unset;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.finedust ul li.level1:after {
  width: 20px;
  height: 20px;
  background: url(/static/images/common/ico_finedust_1.png) no-repeat 0 0;
  background-size: contain;
  top: 0px;
  transform: unset;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.finedust ul li.level3:after {
  width: 20px;
  height: 20px;
  background: url(/static/images/common/ico_finedust_2.png) no-repeat 0 0;
  background-size: contain;
  top: 0px;
  transform: unset;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.finedust ul li.level4:after {
  width: 20px;
  height: 20px;
  background: url(/static/images/common/ico_finedust_3.png) no-repeat 0 0;
  background-size: contain;
  top: 0px;
  transform: unset;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.finedust ul li.level5:after {
  width: 20px;
  height: 20px;
  background: url(/static/images/common/ico_finedust_4.png) no-repeat 0 0;
  background-size: contain;
  top: 0px;
  transform: unset;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.flood ul li.level4_5:after {
  width: 20px;
  height: 20px;
  background: url(/static/images/common/ico_flood_2.png) no-repeat 0 0;
  background-size: contain;
  top: 0px;
  transform: unset;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.flood ul li.level5:after {
  width: 20px;
  height: 20px;
  background: url(/static/images/common/ico_flood_3.png) no-repeat 0 0;
  background-size: contain;
  top: 0px;
  transform: unset;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.fire ul li.level1:after {
  width: 20px;
  height: 20px;
  background: url(/static/images/common/ico_fire_2.svg) no-repeat 0 0;
  background-size: contain;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .listWrap > div.fire ul li.level2:after {
  width: 20px;
  height: 20px;
  background: url(/static/images/common/ico_fire_1.svg) no-repeat 0 0;
  background-size: contain;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .stateTit {
  width: 416px;
  line-height: 16px;
  padding: 8px 16px;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .stateTit a {
  float: right;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .mapState .stateTit a.on > img {
  transform: rotate(180deg);
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .jwplayer {
  height: 532px !important;
  background-color: transparent;
  background-image: url(/static/images/weather_thumb.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .jwplayer.jw-flag-aspect-mode {
  height: 532px !important;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .jw-media.jw-reset video {
  object-fit: cover !important;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .jwplayer .jw-preview {
  background-size: cover !important;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .fullscreenArea .jw-preview {
  background: unset !important;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .fullscreenArea .jw-display-controls {
  display: none;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .fullscreenArea .jw-controlbar {
  visibility: hidden;
  opacity: 0;
}
.mainView .leftArea .type_ourArea .mapArea #mapContent .fullscreenArea:hover .jw-controlbar {
  visibility: visible;
  opacity: 1;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap {
  border: 1px solid #ddd;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox {
  float: left;
  width: 300px;
  height: 530px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .alarmInfo .titArea {
  height: 20px;
  margin-bottom: 20px;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .alarmInfo .titArea h1 {
  float: left;
  font-weight: 500;
  font-size: 20px;
  color: #282828;
  line-height: 1em;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .alarmInfo .titArea:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .alarmInfo .alarm {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .alarmInfo .alarm .alarmWrap {
  height: 398px;
  padding: 3px 0px;
  box-sizing: border-box;
  background-color: #f1f1f1;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .alarmInfo .alarm .alarmWrap li {
  padding: 8px 10px 6px;
  margin-bottom: 4px;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .alarmInfo .alarm .alarmWrap li h2 {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  background-color: #000000;
  display: inline-block;
  padding: 0 12px;
  border-radius: 20px;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .alarmInfo .alarm .alarmWrap li p {
  font-size: 13px;
  line-height: 1.6em;
  padding-top: 5px;
  letter-spacing: -0.063em;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .alarmInfo .alarm .alarmWrap li.on {
  border: 1px solid #ff0000;
  border-radius: 10px;
  background-color: #ffffff;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .alarmInfo .alarm .alarmWrap li.on h2 {
  background-color: #ff0000;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .alarmInfo .alarm .alarmWrap.scr1::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .btnArea {
  text-align: right;
  padding-top: 14px;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .btnArea a {
  display: inline-block;
  width: 190px;
  height: 34px;
  line-height: 33px;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #343565;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .btnArea a span {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .leftBox .btnArea a span:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 39px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/static/images/common/arrow.gif) no-repeat 0 0;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .rightBox {
  float: left;
  width: 608px;
  position: relative;
  height: 530px;
  overflow: hidden;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .rightBox .imgArea {
  width: 100%;
  height: 100%;
  background: url(/static/images/default_bg.jpg) no-repeat left center;
  background-color: #0f3564;
  background-size: cover;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .rightBox .imgArea.s3:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #bababa;
  z-index: 1;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap .rightBox .imgArea img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  object-fit: contain;
  transform: translate(-50%, -50%) scale(1.1);
  background-color: #bababa;
  padding-top: 38px;
}
.mainView .leftArea .type_civilAirDefense .civilAirDefenseWrap:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .leftArea:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .rightArea {
  float: right;
  width: 230px;
  height: 575px;
}
.mainView .rightArea #rain {
  height: 579px;
  background: rgba(255, 255, 255, 0.73);
}
.mainView .rightArea #rain > ul {
  border-bottom: 3px solid #013d81;
}
.mainView .rightArea #rain > ul > li {
  float: left;
  width: 50%;
}
.mainView .rightArea #rain > ul > li a {
  display: block;
  padding: 12px 0;
  text-align: center;
  color: #555;
  font-size: 16px;
  background: #e3e1de;
}
.mainView .rightArea #rain > ul > li.on a {
  color: #fff;
  background: #013d81;
}
.mainView .rightArea #rain > ul:after {
  content: "";
  display: block;
  clear: both;
}
.mainView .rightArea #tipsAction {
  margin-top: 36px;
}
.mainView .rightArea #tipsAction dl dt {
  position: relative;
  padding-bottom: 16px;
  height: 29px;
  font-size: 22px;
  font-weight: 500;
  color: #282828;
  line-height: 1.35em;
  letter-spacing: -1px;
}
.mainView .rightArea #tipsAction dl dt strong {
  font-weight: 500;
  color: #f51212;
}
.mainView .rightArea #tipsAction dl dt.siren {
  height: 58px;
}
.mainView .rightArea #tipsAction dl dt.siren:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 48px;
  margin: 0;
  background: url(/static/images/main/siren.gif) no-repeat 100% 100%;
}
.mainView .rightArea #tipsAction dl dt.siren i {
  color: #0188c8;
  font-style: normal;
}
.mainView .rightArea #tipsAction dl dd.card {
  border: 3px solid #000;
  margin-bottom: 50px;
}
.mainView .rightArea #tipsAction dl dd.card .actionSlide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #ffffff;
}
.mainView .rightArea #tipsAction .actionSlide {
  height: 224px;
  z-index: 1;
}
.mainView .rightArea #tipsAction .actionSlide .slick-slide {
  width: 224px;
}
.mainView .rightArea #tipsAction .actionSlide .slick-dots {
  width: 24px;
  position: absolute;
  bottom: 10px;
  left: 8px;
  text-align: center;
  z-index: 1001;
  box-sizing: border-box;
}
.mainView .rightArea #tipsAction .actionSlide .slick-dots li {
  display: block;
  margin: 0 0 3px 0;
  vertical-align: middle;
}
.mainView .rightArea #tipsAction .actionSlide .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #9e9e9e;
  cursor: pointer;
}
.mainView .rightArea #tipsAction .actionSlide .slick-dots li.slick-active button {
  width: 24px;
  height: 24px;
  background: #dd5444;
  font-size: 13px;
  color: #fff;
  text-indent: 0;
  line-height: 24px;
  font-weight: 700;
}
.mainView .rightArea #tipsAction .actionSlide .slick-dots li:last-of-type {
  margin-bottom: 0;
}
.mainView .rightArea #tipsAction .actionSlide .slick-next, .mainView .rightArea #tipsAction .actionSlide .slick-prev {
  position: absolute;
  top: 50%;
  width: 25px;
  margin-top: -12px;
  height: 25px;
  z-index: 1002;
}
.mainView .rightArea #tipsAction .actionSlide .slick-prev {
  left: -12px;
}
.mainView .rightArea #tipsAction .actionSlide .slick-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -25px -425px;
}
.mainView .rightArea #tipsAction .actionSlide .slick-next {
  right: -12px;
}
.mainView .rightArea #tipsAction .actionSlide .slick-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -25px -450px;
}
.mainView .rightArea #tipsAction .flashSlide {
  margin-top: -10px;
}
.mainView .rightArea #tipsAction .flashSlide .slick-list li a {
  display: block;
  position: relative;
  height: 166px;
}
.mainView .rightArea #tipsAction .flashSlide .slick-list li a img {
  width: 100%;
  height: 100%;
}
.mainView .rightArea #tipsAction .flashSlide .slick-list li a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -600px -500px;
}
.mainView .rightArea #tipsAction .flashSlide .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  z-index: 2;
}
.mainView .rightArea #tipsAction .flashSlide .slick-arrow.slick-prev {
  right: 30px;
}
.mainView .rightArea #tipsAction .flashSlide .slick-arrow.slick-prev:after {
  background-position: -26px -225px;
}
.mainView .rightArea #tipsAction .flashSlide .slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -24px -250px;
}
.mainView .rightArea #tipsAction .flashSlide .slick-dots {
  position: absolute;
  height: 12px;
  left: 0;
  width: 100%;
  top: 36px;
  text-align: right;
}
.mainView .rightArea #tipsAction .flashSlide .slick-dots li {
  vertical-align: top;
}
.mainView .rightArea #tipsAction .flashSlide dl dt {
  padding-bottom: 26px;
}
.mainView .rightArea #tipsAction .flashSlide dl dd .movieArea {
  margin-bottom: 0;
}
.mainView .rightArea #tipsAction .movieArea a {
  display: block;
  height: 140px;
  position: relative;
}
.mainView .rightArea #tipsAction .movieArea a img {
  width: 100%;
  height: 140px;
}
.mainView .rightArea #tipsAction .movieArea a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(/static/images/common/ico_common.png) no-repeat -700px -50px;
  z-index: 11;
}
.mainView .rightArea #tipsAction .movieArea a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.mainView .rainArea {
  position: relative;
  padding: 0 18px;
}
.mainView .rainArea .titArea {
  padding-top: 24px;
  margin-bottom: 20px;
}
.mainView .rainArea .titArea strong {
  font-size: 18px;
}
.mainView .rainArea .titArea em {
  font-size: 12px;
  color: #777;
}
.mainView .rainArea #rainInfo {
  position: relative;
  z-index: 10;
}
.mainView .rainArea #rainInfo li {
  position: relative;
  margin-bottom: 6px;
  height: 20px;
  padding-left: 43px;
}
.mainView .rainArea #rainInfo li strong {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%);
}
.mainView .rainArea #rainInfo li span {
  display: block;
  width: 0;
  opacity: 0;
  color: #fff;
  padding-left: 8px;
  height: 20px;
  background: url(/static/images/main/graph.gif) no-repeat 0 0;
  box-sizing: border-box;
  transition: all 1.5s cubic-bezier(0, 0, 0, 1) 0s;
}
.mainView .rainArea #rainInfo li:last-child {
  margin-bottom: 0;
}
.mainView .rainArea .rainInfoWrap {
  position: relative;
}
.mainView .rainArea .rainInfoWrap .dotArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.mainView .rainArea .rainInfoWrap .dotArea span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: url(/static/images/common/dot1.gif) repeat-y;
}
.mainView .rainArea .rainInfoWrap .dotArea span:first-child {
  position: absolute;
  left: 42px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #b9b9b9;
}
.mainView .rainArea .rainInfoWrap .dotArea span:nth-child(2) {
  left: 72px;
}
.mainView .rainArea .rainInfoWrap .dotArea span:nth-child(3) {
  left: 103px;
}
.mainView .rainArea .rainInfoWrap .dotArea span:nth-child(4) {
  left: 134px;
}
.mainView .rainArea .rainInfoWrap .dotArea span:nth-child(5) {
  left: 166px;
}
.mainView:after {
  content: "";
  display: block;
  clear: both;
}

.mainView.outbreak .leftArea {
  width: 1180px;
}
.mainView.outbreak .leftArea .type_outbreak {
  border: 1px solid #ddd;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox {
  float: left;
  width: 349px;
  height: 530px;
  padding: 20px;
  box-sizing: border-box;
  border-right: 0;
  background: #fff;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .statusBord {
  margin-bottom: 34px;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .statusBord .titArea {
  margin-bottom: 18px;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .statusBord .titArea strong {
  float: left;
  line-height: 1em;
  font-size: 20px;
  font-weight: 500;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .statusBord .titArea:after {
  content: "";
  display: block;
  clear: both;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .statusBord .scrWrap {
  padding: 0 10px 5px;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .statusBord .scrWrap .subTit {
  padding: 15px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .statusBord .scrWrap .subTit strong {
  float: left;
  line-height: 1em;
  font-size: 18px;
  font-weight: 500;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .statusBord .scrWrap .subTit span {
  float: right;
  line-height: 1em;
  font-size: 14px;
  font-weight: 200;
  color: #777;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .statusBord .scrWrap .subTit:after {
  content: "";
  display: block;
  clear: both;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .statusBord .scrWrap .scr1 {
  padding: 5px 0;
  height: 130px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  line-height: 1.4em;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .titArea {
  margin-bottom: 10px;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .titArea strong {
  float: left;
  line-height: 1em;
  font-size: 20px;
  font-weight: 500;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .titArea span {
  float: right;
  margin-top: 5px;
  line-height: 1em;
  font-size: 14px;
  font-weight: 200;
  color: #777;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .titArea span i {
  font-style: normal;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .titArea:after {
  content: "";
  display: block;
  clear: both;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .videoSlide .slideList a {
  display: block;
  position: relative;
  width: 310px;
  height: 180px;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .videoSlide .slideList a img {
  width: 100%;
  height: 100%;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .videoSlide .slideList a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(/static/images/common/ico_common.png) no-repeat -700px -50px;
  z-index: 11;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .videoSlide .slideList a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .videoSlide .slick-list {
  position: relative;
  z-index: 2;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .videoSlide .slick-arrow {
  position: absolute;
  right: 0;
  width: 26px;
  height: 26px;
  bottom: 0;
  border: 1px solid #c8c8c8;
  background: #fff;
  z-index: 3;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .videoSlide .slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .videoSlide .slick-prev {
  right: 26px;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .videoSlide .slick-prev:after {
  background-position: -25px -225px;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .videoSlide .slick-next {
  right: 0;
}
.mainView.outbreak .leftArea .type_outbreak .leftBox .reportVideo .videoSlide .slick-next:after {
  background-position: -25px -250px;
}
.mainView.outbreak .leftArea .type_outbreak .rightBox {
  float: left;
  position: relative;
  width: 829px;
  height: 530px;
  border-left: 0;
  box-sizing: border-box;
  background: #eef2f7;
}
.mainView.outbreak .leftArea .type_outbreak:after {
  content: "";
  display: block;
  clear: both;
}

.mainView.reportTv .leftArea {
  width: 1180px;
}
.mainView.reportTv .leftArea .type_reportTv {
  background: #fff;
  position: relative;
  height: 530px;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox {
  float: left;
  width: 390px;
  height: 530px;
  border: 1px solid #dee0e6;
  box-sizing: border-box;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul {
  padding: 20px 20px 18px;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul li {
  margin-bottom: 20px;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul li a {
  display: block;
  position: relative;
  min-height: 72px;
  padding-left: 136px;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul li a .thumbArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 126px;
  height: 72px;
  display: flex;
  justify-content: center;
  background: #000;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul li a .thumbArea img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul li a .thumbArea img.rotate90 {
  width: 72px;
  height: auto;
  transform: rotate(90deg) !important;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul li a .thumbArea img.rotate180 {
  transform: rotate(180deg);
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul li a .thumbArea img.rotate270 {
  width: 72px;
  height: auto;
  transform: rotate(270deg) !important;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul li a .textArea strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.2em;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul li a .textArea p {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #777;
  line-height: 1.2em;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul li a .textArea span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #aaa;
  line-height: 1.2em;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul li:last-of-type {
  margin-bottom: 0;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul.fixList {
  border-bottom: 1px solid #c1d2f3;
  background: #f5f8fd;
  padding-bottom: 20px;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul.fixList li a strong {
  color: #1a4895;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul.fixList li a p {
  color: #282828;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox ul.fixList li a span {
  color: #777;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox .listWrapArea {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox .listWrapArea .moreList {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  background: #f6f6f6;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox .listWrapArea .btnBox {
  width: 100%;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox .listWrapArea .btnBox a {
  display: block;
  height: 34px;
  border: 1px solid #9496a3;
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox .listWrapArea .btnBox a span {
  display: inline-block;
  position: relative;
  padding-right: 22px;
  font-size: 14px;
  color: #9496a3;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox .listWrapArea .btnBox a span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px 0;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox .listWrapArea .btnBox a span:after {
  right: -7px;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox .listWrapArea .cautionBox {
  position: absolute;
  left: 9px;
  bottom: 14px;
  width: 367px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
.mainView.reportTv .leftArea .type_reportTv .leftBox .listWrapArea .cautionBox span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  color: #fff;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox .listWrapArea .cautionBox span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 -475px;
}
.mainView.reportTv .leftArea .type_reportTv .leftBox .none {
  height: 460px !important;
  line-height: 460px !important;
}
.mainView.reportTv .leftArea .type_reportTv .rightBox {
  float: left;
  position: relative;
  width: 790px;
  height: 530px;
}
.mainView.reportTv .leftArea .type_reportTv .rightBox .mapController {
  top: auto;
  right: 10px;
  bottom: 10px;
}
.mainView.reportTv .leftArea .type_reportTv:after {
  content: "";
  display: block;
  clear: both;
}

.mapArea .utilMap {
  position: absolute;
  left: 4px;
  top: 2px;
  width: 55px;
  padding-top: 15px;
  text-align: center;
  z-index: 2;
}
.mapArea .utilMap.utilPos_state2 {
  top: unset;
  bottom: 2px;
}
.mapArea .utilMap.utilPos_top {
  top: 2px;
}
.mapArea .utilMap li {
  display: inline-block;
  position: relative;
  margin: 0 5px 8px;
  padding-top: 36px;
  min-width: 50px;
  font-weight: 500;
  text-align: center;
}
.mapArea .utilMap li a {
  color: #777;
  font-size: 12px;
}
.mapArea .utilMap li span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-left: -18px;
  border: 1px solid #cfcfcf;
  background: #fff;
  box-sizing: border-box;
}
.mapArea .utilMap li span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
.mapArea .utilMap li span.ico1:after {
  background-position: -25px 0;
}
.mapArea .utilMap li span.ico2:after {
  background-position: -25px -25px;
}
.mapArea .utilMap li span.ico3:after {
  background-position: -25px -50px;
}
.mapArea .utilMap li span.ico4:after {
  background-position: -25px -75px;
}
.mapArea .utilMap li span.ico5:after {
  background-position: -25px -100px;
}
.mapArea .utilMap li span.ico6:after {
  background-position: -25px -125px;
}
.mapArea .utilMap li span.ico7:after {
  background-position: -50px -450px;
}
.mapArea .utilMap li span.ico8:after {
  background-position: -50px -475px;
}
.mapArea .utilMap li span.ico9:after {
  background-position: -75px -275px;
}
.mapArea .utilMap li span.ico10:after {
  background-position: -75px -300px;
}
.mapArea .utilMap li span.ico11:after {
  background-position: -75px -325px;
}
.mapArea .utilMap li span.ico12:after {
  background-position: -75px -350px;
}
.mapArea .utilMap li span.ico13:after {
  background-position: -125px -400px;
}
.mapArea .utilMap li.on a {
  color: #0188c8;
}
.mapArea .utilMap li.on span {
  background: #0088c8;
}
.mapArea .utilMap li.on span.ico1:after {
  background-position: 0 0;
}
.mapArea .utilMap li.on span.ico2:after {
  background-position: 0 -125px;
}
.mapArea .utilMap li.on span.ico3:after {
  background-position: 0 -150px;
}
.mapArea .utilMap li.on span.ico4:after {
  background-position: 0 -175px;
}
.mapArea .utilMap li.on span.ico5:after {
  background-position: 0 -200px;
}
.mapArea .utilMap li.on span.ico6:after {
  background-position: 0 -225px;
}
.mapArea .utilMap li.on span.ico7:after {
  background-position: -100px -100px;
}
.mapArea .utilMap li.on span.ico8:after {
  background-position: -100px -125px;
}
.mapArea .utilMap li.on span.ico9:after {
  background-position: -100px -150px;
}
.mapArea .utilMap li.on span.ico10:after {
  background-position: -100px -175px;
}
.mapArea .utilMap li.on span.ico11:after {
  background-position: -100px -200px;
}
.mapArea .utilMap li.on span.ico12:after {
  background-position: -100px -225px;
}
.mapArea .utilMap li.on span.ico13:after {
  background-position: -100px -475px;
}
.mapArea .utilMap2 {
  background: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  z-index: 10;
}
.mapArea .utilMap2 li {
  border-bottom: 1px solid #e2e2e2;
}
.mapArea .utilMap2 li a {
  display: block;
  position: relative;
  width: 51px;
  height: 72px;
  padding-top: 40px;
  text-align: center;
  font-size: 14px;
  color: #9496a3;
  box-sizing: border-box;
}
.mapArea .utilMap2 li a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  width: 25px;
  height: 25px;
  margin-left: -12px;
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
.mapArea .utilMap2 li:last-of-type {
  border-bottom: 0;
}
.mapArea .utilMap2 li.on a {
  color: #0088c8;
}
.mapArea .utilMap2 li.rain a:after {
  background-position: -50px -200px;
}
.mapArea .utilMap2 li.thunderstroke a:after {
  background-position: -50px -225px;
}
.mapArea .utilMap2 li.on.rain a:after {
  background-position: -75px -150px;
}
.mapArea .utilMap2 li.on.thunderstroke a:after {
  background-position: -75px -175px;
}

.mapPlayer {
  width: 680px;
  height: 532px;
  position: relative;
}
.mapPlayer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 680px;
  height: 532px;
}
.mapPlayer .mapcontrol {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.mapPlayer .mapcontrol a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  width: 41px;
  height: 40px;
  vertical-align: top;
}
.mapPlayer .mapcontrol a.btnStop {
  width: 42px;
  background: url(/static/images/common/btn_stop.png) no-repeat;
}
.mapPlayer .mapcontrol a.btnPause {
  margin-left: -2px;
  background: url(/static/images/common/btn_pause.png) no-repeat;
}
.mapPlayer .mapcontrol a.btnPlay {
  margin-left: -2px;
  background: url(/static/images/common/btn_play.png) no-repeat;
}

.mapController {
  display: block;
  width: 30px;
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 10;
}
.mapController > a {
  display: block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.mapController a {
  position: relative;
  background: #fff;
}
.mapController a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
.mapController a.btnCurrently {
  width: 44px;
  height: 44px;
  right: 14px;
}
.mapController a.btnCurrently:after {
  background: url("/static/images/common/ico_currentLoc_b16.png") no-repeat;
  background-position: unset;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 33%;
}
.mapController a.btnCurrently.on {
  background: #028ac8;
  color: #fff;
}
.mapController a.btnCurrently.on:after {
  background: url("/static/images/common/ico_currentLoc_w16.png") no-repeat;
  background-position: unset;
  background-size: contain;
}
.mapController a.btnCurrently span {
  position: absolute;
  bottom: 1px;
  width: 100%;
  text-align: center;
  font-size: 11px;
}
.mapController a.btnBig:after {
  background-position: -25px -300px;
}
.mapController a.btnSmall:after {
  background-position: -25px -325px;
}
.mapController a.btnFull:after {
  background-position: -25px -350px;
}
.mapController > span {
  display: block;
  margin: 10px 0;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.mapController > span > a {
  display: block;
  width: 28px;
  height: 29px;
  border-bottom: 1px solid #e2e2e2;
}
.mapController > span a:last-child {
  border-bottom: 0;
}

.googleController {
  top: unset;
  bottom: 110px;
}
.googleController a {
  border-radius: 0px;
}
.googleController a.btnCurrently {
  width: 44px;
  height: 44px;
  right: 14px;
}
.googleController a.btnCurrently:after {
  background: url("/static/images/common/ico_currentLoc_b16.png") no-repeat;
  background-position: unset;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 33%;
}
.googleController a.btnCurrently.on {
  background: #028ac8;
  color: #fff;
}
.googleController a.btnCurrently.on:after {
  background: url("/static/images/common/ico_currentLoc_w16.png") no-repeat;
  background-position: unset;
  background-size: contain;
}
.googleController a.btnCurrently span {
  position: absolute;
  bottom: 1px;
  width: 100%;
  text-align: center;
  font-size: 11px;
}
.googleController > span {
  border-radius: 0px;
}

.mapControllerA.bot {
  bottom: 40px;
}
.mapControllerA.bot2 {
  bottom: 110px;
}

.mapState {
  display: inline-block;
  padding: 9px;
  border: 1px solid #c8c8c8;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
}
.mapState table {
  width: 105px;
}
.mapState table th {
  font-size: 13px;
  font-weight: 400;
  vertical-align: middle;
}
.mapState table td {
  padding-left: 5px;
  vertical-align: middle;
}
.mapState table tfoot th {
  color: #282828;
  padding-left: 5px;
  line-height: 1.2em;
  letter-spacing: -1px;
}
.mapState table tfoot td {
  padding-left: 0;
}
.mapState table tfoot a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
}
.mapState table tfoot a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -12px;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -300px;
}
.mapState table tbody th {
  text-align: left;
  color: #777;
  height: 18px;
  padding-bottom: 8px;
}
.mapState table tbody td {
  padding-bottom: 8px;
}
.mapState table tbody td span {
  display: inline-block;
  width: 34px;
  height: 18px;
  vertical-align: top;
  overflow: hidden;
  background: #ededed;
}
.mapState table tbody td span.on {
  position: relative;
}
.mapState table tbody td span.on:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -25px -400px;
}

.status .titArea {
  margin-bottom: 20px;
  height: 42px;
}
.status .titArea strong {
  float: left;
  font-weight: 500;
  font-size: 20px;
  color: #282828;
}
.status .titArea span {
  float: right;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 200;
  color: #777;
  letter-spacing: -1px;
}
.status .titArea:after {
  content: "";
  display: block;
  clear: both;
}
.status #alarm {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
.status #alarm ul {
  padding: 30px 20px;
  height: 470px;
  overflow: auto;
  background: #f1f1f1;
  box-sizing: border-box;
}
.status #alarm ul li {
  margin-bottom: 25px;
  position: relative;
}
.status #alarm ul li em {
  display: inline-block;
  margin-bottom: 10px;
  height: 24px;
  padding: 0 14px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  vertical-align: top;
  background: #bbb;
  border-radius: 12px;
}
.status #alarm ul li em.level1 {
  background: #ff7815;
}
.status #alarm ul li em.level2 {
  background: #e44850;
}
.status #alarm ul li p {
  font-size: 14px;
  line-height: 1.7em;
}
.status #alarm ul li:last-of-type {
  margin-bottom: 0;
}
.status #alarm ul li.none {
  line-height: 370px !important;
  height: 370px !important;
  letter-spacing: -0.5px !important;
}
.status #alarm ul li.none span {
  display: inline-block;
  line-height: 1em;
  word-break: keep-all;
}
.status #alarm ul li.none span:before {
  content: "";
  display: inline-block;
  margin-top: -2px;
  margin-right: 4px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -50px -350px;
}
.status #alarm ul li.none:before {
  display: none !important;
}

#ico_arrow {
  display: block;
  transform-origin: 50% 50%;
  width: 26px;
  height: 54px;
  background: url(/static/images/common/ico_arrow.png) no-repeat;
}
#ico_arrow.deg0 {
  transform: rotate(0);
}
#ico_arrow.deg22_5 {
  transform: rotate(22.5deg);
}
#ico_arrow.deg45 {
  transform: rotate(45deg);
}
#ico_arrow.deg67_5 {
  transform: rotate(67.5deg);
}
#ico_arrow.deg90 {
  transform: rotate(90deg);
}
#ico_arrow.deg112_5 {
  transform: rotate(112.5deg);
}
#ico_arrow.deg135 {
  transform: rotate(135deg);
}
#ico_arrow.deg157_5 {
  transform: rotate(157.5deg);
}
#ico_arrow.deg180 {
  transform: rotate(180deg);
}
#ico_arrow.deg202_5 {
  transform: rotate(202.5deg);
}
#ico_arrow.deg225 {
  transform: rotate(225deg);
}
#ico_arrow.deg247_5 {
  transform: rotate(247.5deg);
}
#ico_arrow.deg270 {
  transform: rotate(270deg);
}
#ico_arrow.deg292_5 {
  transform: rotate(292.5deg);
}
#ico_arrow.deg315 {
  transform: rotate(315deg);
}
#ico_arrow.deg337_5 {
  transform: rotate(337.5deg);
}

.typhoonBox {
  position: relative;
  width: 200px;
  height: 180px;
  padding: 21px 12px 0;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url(/static/images/svg/ws12.svg), url(/static/images/svg/ws8.svg);
  background-repeat: no-repeat;
  background-position: 156px 20px, 118px 20px;
  background-size: 30px 30px;
}
.typhoonBox > strong {
  display: block;
  padding-right: 38px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  font-weight: 500;
}
.typhoonBox ul {
  padding-top: 9px;
}
.typhoonBox ul li {
  margin-bottom: 6px;
  font-size: 13px;
  color: #54585e;
  font-weight: 200;
}
.typhoonBox ul li:last-of-type {
  margin-bottom: 0;
}

.rainBox {
  position: relative;
  width: 150px;
  height: 150px;
  padding: 21px 12px 0;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fff url(/static/images/svg/ws8.svg) no-repeat 103px 20px;
  background-size: 30px 30px;
}
.rainBox > strong {
  display: block;
  padding-right: 38px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  font-weight: 500;
}
.rainBox ul {
  padding-top: 9px;
}
.rainBox ul li {
  margin-bottom: 6px;
  font-size: 13px;
  color: #54585e;
  font-weight: 200;
}
.rainBox ul li:last-of-type {
  margin-bottom: 0;
}

.snowBox {
  position: relative;
  width: 153px;
  padding: 21px 16px 21px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fff url(/static/images/svg/ws10.svg) no-repeat 103px 20px;
  background-size: 30px 30px;
}
.snowBox > strong {
  display: block;
  padding-right: 38px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  font-weight: 500;
}
.snowBox ul {
  padding-top: 9px;
}
.snowBox ul li {
  margin-bottom: 6px;
  font-size: 13px;
  color: #54585e;
  font-weight: 200;
}
.snowBox ul li:last-of-type {
  margin-bottom: 0;
}

.windBox {
  position: relative;
  width: 170px;
  padding: 21px 16px 20px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fff url(/static/images/svg/ws12.svg) no-repeat 103px 20px;
  background-size: 30px 30px;
}
.windBox > strong {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  font-weight: 500;
}
.windBox ul {
  padding-top: 9px;
}
.windBox ul li {
  margin-bottom: 6px;
  font-size: 13px;
  color: #54585e;
  font-weight: 200;
}
.windBox ul li em {
  letter-spacing: -0.03em;
  width: 100%;
}
.windBox ul li:after {
  content: "";
  display: block;
  clear: both;
}
.windBox ul li:last-of-type {
  margin-bottom: 0;
}

.reportTvBox {
  position: absolute;
  left: -117px;
  top: 25px;
  width: 234px;
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
.reportTvBox > div {
  display: flex;
}
.reportTvBox > div .imgWrap {
  width: 80px;
  height: 45px;
  margin-right: 7px;
  position: relative;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reportTvBox > div .imgWrap img, .reportTvBox > div .imgWrap video {
  width: 80px;
  height: 45px;
  object-fit: contain;
}
.reportTvBox > div .imgWrap img.rotate90, .reportTvBox > div .imgWrap video.rotate90 {
  transform: rotate(90deg);
  width: 45px;
  height: auto;
}
.reportTvBox > div .imgWrap img.rotate180, .reportTvBox > div .imgWrap video.rotate180 {
  transform: rotate(180deg);
}
.reportTvBox > div .imgWrap img.rotate270, .reportTvBox > div .imgWrap video.rotate270 {
  transform: rotate(270deg);
  width: 45px;
  height: auto;
}
.reportTvBox .cutInner {
  font-size: 13px;
  font-weight: 200;
  display: block !important;
  width: 125px;
}
.reportTvBox .cutInner span {
  margin-bottom: 2px;
}
.reportTvBox .cutInner p {
  font-size: 13px;
  font-weight: 200;
}
.reportTvBox .cutInner p.cut {
  display: block !important;
}
.reportTvBox .cutInner p span {
  display: block !important;
}
.reportTvBox:after {
  content: "";
  position: absolute;
  left: 110px;
  top: -9px;
  width: 9px;
  height: 9px;
  background: url(/static/images/common/blt_arrow.png) no-repeat 0 0;
}
.reportTvBox .otherText {
  position: absolute;
  top: -10px;
  right: -13px;
  background-color: #ff7815;
  border-radius: 9px;
  color: #fff;
  padding: 0 6px;
  line-height: 20px;
  font-weight: 200;
  font-size: 10px;
}

.fireBox {
  position: relative;
  width: 264px;
  padding: 0px 15px 15px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #ffffff;
}
.fireBox .fireImg {
  width: calc(100% + 30px); /*height: 150px;*/
  background-color: #eee;
  position: relative;
  left: -15px;
  overflow: hidden;
  cursor: pointer;
}
.fireBox .fireImg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.fireBox .topArea {
  margin: 15px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
.fireBox .topArea strong {
  float: left;
  font-size: 18px;
  font-weight: 500;
}
.fireBox .topArea em {
  display: inline-block;
  margin: 2px 0 0 8px;
  height: 23px;
  padding: 0 10px;
  line-height: 23px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  background: #555;
  font-style: normal;
  border-radius: unset;
}
.fireBox .topArea em.step01 {
  background: #78bb47;
}
.fireBox .topArea em.step02 {
  background: #2687b6;
}
.fireBox .topArea em.step03 {
  background: #f9ae2a;
}
.fireBox .topArea em.step04 {
  background: #c31821;
}
.fireBox .topArea em.step05 {
  background: #740000;
}
.fireBox .topArea > div {
  display: flex;
  float: right;
}
.fireBox .topArea > div ul {
  display: inline-block;
}
.fireBox .topArea > div ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.fireBox .topArea > div ul li.ico_shelter a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -700px -450px;
}
.fireBox .topArea > div ul li.ico_shelter a:after {
  top: -9px;
}
.fireBox .topArea .ico_share { /*@include ico_share(1,$top:5px,$right:5px);*/
  position: relative !important;
  display: inline-block;
  margin-left: 12px;
  top: 4px;
  right: 7px;
}
.fireBox .topArea .shareBtn {
  float: right;
  background: url("/static/images/common/share_b.png") no-repeat;
  width: 23px;
  height: 23px;
  background-size: 23px;
  margin-top: 3px;
}
.fireBox .topArea:after {
  content: "";
  display: block;
  clear: both;
}
.fireBox p {
  font-size: 15px;
  margin-bottom: 5px;
}
.fireBox .dayArea {
  font-size: 13px;
}
.fireBox .dayArea strong {
  float: left;
  color: #54585e;
}
.fireBox .dayArea span {
  float: left;
  font-weight: 200;
  color: #777;
}
.fireBox .dayArea a {
  float: right;
  height: 21px;
  width: 84px;
  border-radius: 15px;
  text-align: center;
  line-height: 21px;
  background: #e44850;
  color: #fff;
  font-weight: 200;
}
.fireBox .dayArea a.step00 {
  background: #7c7c7c;
}
.fireBox .dayArea a.prgrs03 {
  background: #7c7c7c;
}
.fireBox .dayArea:after {
  content: "";
  display: block;
  clear: both;
}

.scaleBox {
  width: 64px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  background: #e44850;
}

.locBox {
  width: 99px;
  height: 41px;
  padding-right: 5px;
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #0e3a84;
  box-sizing: border-box;
  background: url(/static/images/common/earthquakeBG.png) no-repeat;
}

.earthquakeBox {
  width: 196px;
  padding: 20px 15px;
  box-sizing: border-box;
  background: #fff;
}
.earthquakeBox .titArea {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d2d2d2;
}
.earthquakeBox .titArea em {
  float: left;
  margin-top: 4px;
  font-weight: 200;
  font-size: 13px;
  color: #54585e;
  line-height: 1em;
}
.earthquakeBox .titArea strong {
  float: right;
  font-weight: 500;
  font-size: 22px;
  color: #e44850;
  line-height: 1em;
}
.earthquakeBox .titArea:after {
  content: "";
  display: block;
  clear: both;
}
.earthquakeBox p {
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: -1px;
}
.earthquakeBox .dayArea {
  font-size: 13px;
}
.earthquakeBox .dayArea em {
  float: left;
  font-weight: 200;
  color: #54585e;
  letter-spacing: -1px;
}
.earthquakeBox .dayArea span {
  float: right;
  color: #777;
  letter-spacing: -1px;
}
.earthquakeBox .dayArea:after {
  content: "";
  display: block;
  clear: both;
}

.outbreakBox {
  position: relative;
  width: 238px;
  padding: 20px 12px 18px;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  background: #fff;
  transform: translate(-14px, 22px);
}
.outbreakBox:after {
  content: "";
  position: absolute;
  left: 9px;
  top: -9px;
  width: 9px;
  height: 9px;
  background: url(/static/images/common/blt_arrow.png) no-repeat 0 0;
}
.outbreakBox .topArea {
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.outbreakBox .topArea em {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-right: 5px;
  vertical-align: middle;
}
.outbreakBox .topArea em.ico_outbreak_001 {
  background: url(/static/images/common/ico_outbreak_001.png) no-repeat 0 0;
}
.outbreakBox .topArea em.ico_outbreak_002 {
  background: url(/static/images/common/ico_outbreak_002.png) no-repeat 0 0;
}
.outbreakBox .topArea em.ico_outbreak_003 {
  background: url(/static/images/common/ico_outbreak_003.png) no-repeat 0 0;
}
.outbreakBox .topArea em.ico_outbreak_004 {
  background: url(/static/images/common/ico_outbreak_004.png) no-repeat 0 0;
}
.outbreakBox .topArea em.ico_outbreak_005 {
  background: url(/static/images/common/ico_outbreak_005.png) no-repeat 0 0;
}
.outbreakBox .topArea em.ico_outbreak_006 {
  background: url(/static/images/common/ico_outbreak_006.png) no-repeat 0 0;
}
.outbreakBox .topArea em.ico_outbreak_007 {
  background: url(/static/images/common/ico_outbreak_007.png) no-repeat 0 0;
}
.outbreakBox .topArea em.ico_outbreak_008 {
  background: url(/static/images/common/ico_outbreak_008.png) no-repeat 0 0;
}
.outbreakBox .topArea em.ico_outbreak_009 {
  background: url(/static/images/common/ico_outbreak_009.png) no-repeat 0 0;
}
.outbreakBox .topArea em.ico_outbreak_010 {
  background: url(/static/images/common/ico_outbreak_010.png) no-repeat 0 0;
}
.outbreakBox .topArea em.ico_outbreak_011 {
  background: url(/static/images/common/ico_outbreak_011.png) no-repeat 0 0;
}
.outbreakBox .topArea strong {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
}
.outbreakBox p {
  font-size: 13px;
  line-height: 1.4em;
}

.typhoonLoc {
  position: relative;
  padding: 15px 16px 15px;
  border-radius: 3px;
  box-sizing: border-box;
  width: max-content;
}
.typhoonLoc strong {
  font-family: dotum;
}
.typhoonLoc p {
  font-family: "dotum", "돋움";
}

.floodBox {
  position: relative;
  width: 180px;
}
.floodBox a {
  display: block;
  padding: 24px 15px;
  box-sizing: border-box;
}
.floodBox a > strong {
  display: block;
  padding-right: 20px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 500;
}
.floodBox a ul {
  padding-top: 9px;
  border-top: 1px solid #d2d2d2;
}
.floodBox a ul li {
  margin-bottom: 6px;
  font-size: 13px;
  color: #54585e;
}
.floodBox a ul li strong {
  float: left;
  font-size: 13px;
  font-weight: 200;
  color: #54585e;
}
.floodBox a ul li span {
  float: right;
  font-size: 13px;
  font-weight: 200;
  color: #777777;
}
.floodBox a ul li span i {
  display: block;
  position: relative;
  padding-right: 16px;
  font-style: normal;
}
.floodBox a ul li span i.ico_up:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -125px -25px;
}
.floodBox a ul li span i.ico_down:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -125px -50px;
}
.floodBox a ul li span i.ico_same:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -125px -75px;
}
.floodBox a ul li span i:after {
  right: -5px !important;
}
.floodBox a ul li:after {
  content: "";
  display: block;
  clear: both;
}
.floodBox a ul li:last-of-type {
  margin-bottom: 0;
}

.pollutionBox {
  width: 290px;
  padding: 24px 14px;
  background: #fff;
  border-radius: 3px;
}
.pollutionBox p {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.8em;
  white-space: normal;
}
.pollutionBox p span {
  color: #54585e;
  font-weight: 200;
  white-space: normal;
}
.pollutionBox table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.pollutionBox table th, .pollutionBox table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 13px;
  padding: 10px 10px 10px 18px;
}
.pollutionBox table th {
  background: #f6f6f6;
  text-align: left;
}
.pollutionBox table td {
  font-weight: 200;
}
.pollutionBox table td span.level1 {
  color: #1688f3;
}
.pollutionBox table td span.level2 {
  color: #1ac03b;
}
.pollutionBox table td span.level3 {
  color: #e8aa23;
}
.pollutionBox table td span.level4 {
  color: #f23849;
}

#mapContent {
  position: relative;
  width: 680px;
  height: 532px;
}

#mainDisaster .mainView .leftArea .mapArea #mapContent .daySearch {
  display: none;
  left: 96px;
}

#precipitation .explanationList {
  left: 18px;
  top: 192px;
}
#precipitation .explanationList ul li:nth-child(1)::after {
  border-color: #cccc00;
  background: #ffff00;
}
#precipitation .explanationList ul li:nth-child(2)::after {
  border-color: #d39e00;
  background: #ffc000;
}

.mapArea #wind .explanationList {
  left: 18px;
  top: 192px;
}
.mapArea #wind .explanationList ul li:nth-child(1)::after {
  border-color: #b15f1b;
  background: #e36c09;
}
.mapArea #wind .explanationList ul li:nth-child(2)::after {
  border-color: #1b6194;
  background: #0070c0;
}
.mapArea #wind .explanationList ul li:nth-child(3)::after {
  border-color: #82ad56;
  background: #92d050;
}
.mapArea.typhoon .mapState {
  right: 30px;
  left: unset !important;
}
.mapArea.typhoon .utilMap li a {
  color: #CFCFCF;
}
.mapArea.typhoon .utilMap li.on a {
  color: #0188c8;
}
.mapArea.typhoon .utilMap.utilPos_top li a {
  color: #777;
}
.mapArea.typhoon .utilMap.utilPos_top li.on a {
  color: #0188c8;
}
.mapArea.typhoon .gm-style > div:last-child {
  display: none;
}
.mapArea.typhoon .gm-style .gm-bundled-control {
  display: none;
}

.explanationList {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  border: 1px solid #d7d7d8;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.85);
}
.explanationList ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 16px;
  font-size: 13px;
  color: #777777;
}
.explanationList ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #828282;
  background: #dedede;
}
.explanationList ul li:last-of-type {
  margin-bottom: 0;
}

.cautionCont {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 122px;
  height: 34px;
  transition: height 0.2s cubic-bezier(0, 0, 0, 1) 0s;
}
.cautionCont .cautionContWrap {
  height: 34px;
  vertical-align: bottom;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0, 0, 0, 1) 0s;
}
.cautionCont .cautionContWrap > a {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 10px;
  height: 34px;
  width: 122px;
  line-height: 34px;
  color: #fff;
  letter-spacing: -0.5px;
  font-size: 14px;
  background: #54585f;
  box-sizing: border-box;
}
.cautionCont .cautionContWrap > a:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -450px;
}
.cautionCont .cautionContWrap > a.on:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -425px;
}
.cautionCont .cautionContWrap .scrollArea {
  width: 430px;
  padding-right: 4px;
  background: #54585f;
  box-sizing: border-box;
}
.cautionCont .cautionContWrap .scrollArea div {
  padding: 10px;
  height: 93px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 200;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}
.cautionCont.on {
  height: 127px;
  width: 430px;
}
.cautionCont.on .cautionContWrap {
  height: 127px;
}

#step1 {
  position: relative;
  width: 680px;
  height: 532px;
}
#step1 .imgArea img {
  width: 680px;
  height: 532px;
}
#step1 .caution {
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 135px;
  text-align: center;
  background: #fff;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
}
#step1 .caution ul {
  display: inline-block;
  text-align: left;
}
#step1 .caution ul li {
  position: relative;
  padding-left: 22px;
  color: #7c7c7c;
  font-size: 13px;
}
#step1 .caution ul li:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -2px;
  width: 25px;
  height: 25px;
  margin: 0;
  background: url(/static/images/common/ico_common.png) no-repeat 0;
}
#step1 .caution ul li:nth-of-type(1)::after {
  background-position: -50px 0;
}
#step1 .caution ul li:nth-of-type(2)::after {
  background-position: -50px -50px;
}
#step1 .caution ul li:nth-of-type(3)::after {
  background-position: -50px -100px;
}
#step1 .caution ul li:nth-of-type(4)::after {
  background-position: -50px -25px;
}
#step1 .caution ul li:nth-of-type(5)::after {
  background-position: -50px -125px;
}
#step1 .caution ul li:nth-of-type(6)::after {
  background-position: -50px -75px;
}

#state {
  padding: 20px 0 30px;
}
#state .stateWrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 45px;
}
#state .stateWrap ul {
  text-align: center;
}
#state .stateWrap ul li {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 4px;
  vertical-align: top;
  background: #f1f1f1;
}
#state .stateWrap ul li a {
  display: block;
  position: relative;
  height: 100%;
  z-index: 1;
}
#state .stateWrap ul li strong {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -15px;
  text-align: center;
  font-size: 16px;
  color: #777;
  transform: translateY(100%);
}
#state .stateWrap ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
#state .stateWrap ul li.ico_1::after {
  background-position: -500px -100px;
}
#state .stateWrap ul li.ico_2::after {
  background-position: -500px -50px;
}
#state .stateWrap ul li.ico_3::after {
  background-position: -500px -450px;
}
#state .stateWrap ul li.ico_4::after {
  background-position: -550px 0;
}
#state .stateWrap ul li.ico_5::after {
  background-position: -500px -150px;
}
#state .stateWrap ul li.ico_6::after {
  background-position: -500px -350px;
}
#state .stateWrap ul li.ico_7::after {
  background-position: -500px -300px;
}
#state .stateWrap ul li.ico_8::after {
  background-position: -500px -400px;
}
#state .stateWrap ul li.ico_9::after {
  width: 41px;
  height: 25px;
  background: url(/static/images/common/ico_flood_off.png) no-repeat 0 0;
}
#state .stateWrap ul li.ico_10::after {
  background-position: -500px -250px;
}
#state .stateWrap ul li.ico_11::after {
  background-position: -550px -50px;
}
#state .stateWrap ul li.ico_12::after {
  background-position: -550px -100px;
}
#state .stateWrap ul li.ico_13::after {
  background-position: -500px 0;
}
#state .stateWrap ul li.on {
  background: #1a4895;
}
#state .stateWrap ul li.on strong {
  color: #1a4895;
}
#state .stateWrap ul li.on.ico_1::after {
  background-position: -600px -100px;
}
#state .stateWrap ul li.on.ico_2::after {
  background-position: -600px -50px;
}
#state .stateWrap ul li.on.ico_3::after {
  background-position: -600px -450px;
}
#state .stateWrap ul li.on.ico_4::after {
  background-position: -650px 0;
}
#state .stateWrap ul li.on.ico_5::after {
  background-position: -600px -150px;
}
#state .stateWrap ul li.on.ico_6::after {
  background-position: -600px -350px;
}
#state .stateWrap ul li.on.ico_7::after {
  background-position: -600px -300px;
}
#state .stateWrap ul li.on.ico_8::after {
  background-position: -600px -400px;
}
#state .stateWrap ul li.on.ico_9::after {
  width: 41px;
  height: 25px;
  background: url(/static/images/common/ico_flood_on.png) no-repeat 0 0;
}
#state .stateWrap ul li.on.ico_10::after {
  background-position: -600px -250px;
}
#state .stateWrap ul li.on.ico_11::after {
  background-position: -650px -50px;
}
#state .stateWrap ul li.on.ico_12::after {
  background-position: -650px -100px;
}
#state .stateWrap ul li.on.ico_13::after {
  background-position: -600px 0;
}
#state.length0 {
  padding-top: 45px;
}

#state_sub {
  background: #4d4d4d;
  height: 180px;
}
#state_sub .stateWrap {
  width: 1180px;
  margin: auto;
  padding-top: 55px;
}
#state_sub .stateWrap > strong {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 44px;
  font-weight: 200;
  color: #fff;
  line-height: 1.1em;
}
#state_sub .stateWrap ul {
  text-align: center;
}
#state_sub .stateWrap ul li {
  display: inline-block;
  position: relative;
  margin: 0 24px;
  padding-bottom: 6px;
}
#state_sub .stateWrap ul li a {
  display: block;
}
#state_sub .stateWrap ul li a strong {
  display: block;
  font-size: 16px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.5);
}
#state_sub .stateWrap ul li.active a strong {
  color: #fff;
  font-weight: 400;
}
#state_sub .stateWrap ul li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
#state_sub .stateWrap ul li.on::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e44850;
}

.graphLayout {
  position: relative;
  margin-top: 60px;
  height: 150px;
  margin-bottom: 134px;
}
.graphLayout .dotArea span:nth-child(1) {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #000;
  z-index: 10;
}
.graphLayout .dotArea span:nth-child(2) {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 62px;
  height: 1px;
  background: url(/static/images/common/dot2.gif) repeat-x 0 50%;
  z-index: 10;
}
.graphLayout .dotArea span:nth-child(3) {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 122px;
  height: 1px;
  background: url(/static/images/common/dot2.gif) repeat-x 0 50%;
  z-index: 10;
}

.graphType {
  position: absolute;
  left: 34px;
  bottom: 0;
  height: 100%;
  z-index: 11;
}
.graphType li {
  float: left;
  width: 30px;
  margin-right: 39px;
  position: relative;
  height: 100%;
  vertical-align: bottom;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #e3eeff;
}
.graphType li strong {
  position: absolute;
  width: 48px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
  font-size: 15px;
  text-align: center;
}
.graphType li span {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  transition: all 1.5s cubic-bezier(0, 0, 0, 1) 0s;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #6093e8 url(/static/images/now/trickle.png) no-repeat 50% 50%;
}
.graphType li span em {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  font-size: 12px;
  color: #0088c8;
  transform: translate(-50%, -100%);
  text-align: center;
}
.graphType li span.notBg {
  background-image: none;
}
.graphType li:last-child {
  margin-right: 0;
}
.graphType:after {
  content: "";
  display: block;
  clear: both;
}

.graphLayoutA {
  position: relative;
  height: 146px;
  margin-bottom: 66px;
}
.graphLayoutA .dotArea span:nth-child(1) {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #000;
  z-index: 10;
}
.graphLayoutA .dotArea span:nth-child(2) {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 42px;
  height: 1px;
  z-index: 10;
  background: url(/static/images/common/dot2.gif) repeat-x 0 50%;
}
.graphLayoutA .dotArea span:nth-child(3) {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 83px;
  height: 1px;
  z-index: 10;
  background: url(/static/images/common/dot2.gif) repeat-x 0 50%;
}
.graphLayoutA .dotArea span:nth-child(4) {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 123px;
  height: 1px;
  background: url(/static/images/common/dot2.gif) repeat-x 0 50%;
  z-index: 10;
}

.graphTypeA {
  position: absolute;
  left: 40px;
  bottom: 0;
  height: 100%;
  z-index: 11;
}
.graphTypeA li {
  float: left;
  width: 10px;
  margin-right: 62px;
  position: relative;
  height: 100%;
  vertical-align: bottom;
}
.graphTypeA li strong {
  position: absolute;
  width: 40px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
  font-size: 14px;
  text-align: center;
  color: #54585e;
}
.graphTypeA li span {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  transition: all 1.5s cubic-bezier(0, 0, 0, 1) 0s;
  background: #1a4895;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.graphTypeA li span i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.graphTypeA li span i.mark_wd {
  background: #e46151;
}
.graphTypeA li span em {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.graphTypeA li > div {
  height: 28px;
  margin-left: -8px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #f4f4f4;
  font-size: 13px;
  color: #777;
  padding: 0 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
  background: #fff;
}
.graphTypeA li > div:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  margin: -6px -4px 0 0;
  z-index: -1;
}
.graphTypeA li:last-child {
  margin-right: 0;
}

.graphLayoutB {
  position: relative;
  height: 260px;
  margin-bottom: 126px;
  /*.dotArea{
    span:nth-child(1){position:absolute; width:100%; left:0px; bottom:-1px; height:1px; background:#000; z-index:10}
    span:nth-child(2){position:absolute; width:100%; left:0px; bottom:25px; height:1px;  z-index:10; background:url(/static/images/common/dot2.gif) repeat-x 0 50%;}
    span:nth-child(3){position:absolute; width:100%; left:0px; bottom:52px; height:1px; z-index:10; background:url(/static/images/common/dot2.gif) repeat-x 0 50%;}
    span:nth-child(4){position:absolute; width:100%; left:0px; bottom:78px; height:1px; background:url(/static/images/common/dot2.gif) repeat-x 0 50%; z-index:10}
    span:nth-child(5){position:absolute; width:100%; left:0px; bottom:104px; height:1px; background:url(/static/images/common/dot2.gif) repeat-x 0 50%; z-index:10}
    span:nth-child(6){position:absolute; width:100%; left:0px; bottom:131px; height:1px; background:url(/static/images/common/dot2.gif) repeat-x 0 50%; z-index:10}
    span:nth-child(7){position:absolute; width:100%; left:0px; bottom:157px; height:1px; background:url(/static/images/common/dot2.gif) repeat-x 0 50%; z-index:10}
    span:nth-child(8){position:absolute; width:100%; left:0px; bottom:184px; height:1px; background:url(/static/images/common/dot2.gif) repeat-x 0 50%; z-index:10}
  }*/
}

.graphTypeB {
  position: relative;
  height: 243px;
  z-index: 11;
  padding: 20px 20px 40px;
  box-sizing: border-box;
  background: url(/static/images/common/graphBg.png) repeat-x 0 20px;
}
.graphTypeB li {
  width: 10px;
  margin-right: 45px;
  position: relative;
  height: 100%;
  vertical-align: bottom;
}
.graphTypeB li strong {
  position: absolute;
  width: 40px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
  font-size: 15px;
  text-align: center;
  color: #54585e;
}
.graphTypeB li span {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  transition: all 1.5s cubic-bezier(0, 0, 0, 1) 0s;
  background: #1a4895;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.graphTypeB li span i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.graphTypeB li span i.mark_m {
  background: #faca2a;
}
.graphTypeB li span i.mark_l {
  background: #dd5444;
}
.graphTypeB li em {
  position: absolute;
  left: 50%;
  font-size: 12px;
  color: #1a4895;
  transform: translate(-50%, -100%);
  opacity: 0;
  transition: all 0.5s linear 0s;
}
.graphTypeB li > div {
  height: 28px;
  margin-left: -8px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #f4f4f4;
  font-size: 13px;
  color: #777;
  padding: 0 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
  background: #fff;
}
.graphTypeB li > div:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  margin: -6px -4px 0 0;
  z-index: -1;
}
.graphTypeB li:last-child {
  margin-right: 0;
}

#wind1 .graphType li, #wind2 .graphType li {
  background: none;
}
#wind1 .graphType li span, #wind2 .graphType li span {
  background: none;
}
#wind1 .graphType li span em, #wind2 .graphType li span em {
  transform: translate(-50%, -200%);
  top: -8px;
}
#wind1 .graphType li span .vane, #wind2 .graphType li span .vane {
  position: absolute;
  left: 50%;
  top: -8px;
  width: 30px;
  height: 30px;
  margin: -15px 0px 0px -15px;
  background: url(/static/images/now/vane.png) no-repeat;
  z-index: 1;
  animation-name: vane;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 2s;
}
#wind1 .graphType li span:after, #wind2 .graphType li span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2px;
  height: 100%;
  margin: 0 0 0 -1px;
  background: #7ac1eb;
}

.loadingMap {
  position: relative;
}

.loadingMap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.loadingMap::before {
  content: "로딩중...";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #000;
  z-index: 1;
  font-weight: 700;
}

.tips {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
}
.tips .tipsWrap {
  width: 1180px;
  margin: 0 auto;
  padding: 90px 0;
}
.tips .tipsWrap > div {
  float: left;
  width: 844px;
  position: relative;
  z-index: 1;
}
.tips .tipsWrap > div ol {
  position: relative;
  padding-top: 12px;
}
.tips .tipsWrap > div ol li {
  float: left;
  width: 20%;
  padding-top: 174px;
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
.tips .tipsWrap > div ol li .imgArea {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 0 0 0;
}
.tips .tipsWrap > div ol li:before {
  position: absolute;
  left: 0;
  top: 110px;
  font-size: 28px;
  color: #282828;
  line-height: 1em;
}
.tips .tipsWrap > div ol li:nth-child(1)::before {
  content: "1";
}
.tips .tipsWrap > div ol li:nth-child(2)::before {
  content: "2";
}
.tips .tipsWrap > div ol li:nth-child(3)::before {
  content: "3";
}
.tips .tipsWrap > div ol li:nth-child(4)::before {
  content: "4";
}
.tips .tipsWrap > div ol li:nth-child(5)::before {
  content: "5";
}
.tips .tipsWrap > div ol li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 96px;
  margin: 0 0 0 0;
}
.tips .tipsWrap > div ol:after {
  content: "";
  display: block;
  clear: both;
}
.tips .tipsWrap > div ol:before {
  content: "";
  position: absolute;
  top: 164px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b2b2b2;
}
.tips .tipsWrap .earthquakeCont ol li:nth-child(1)::after {
  background: url(/static/images/now/earthquake/tipsCard1.png) no-repeat;
}
.tips .tipsWrap .earthquakeCont ol li:nth-child(2)::after {
  background: url(/static/images/now/earthquake/tipsCard2.png) no-repeat;
}
.tips .tipsWrap .earthquakeCont ol li:nth-child(3)::after {
  background: url(/static/images/now/earthquake/tipsCard3.png) no-repeat;
}
.tips .tipsWrap .earthquakeCont ol li:nth-child(4)::after {
  background: url(/static/images/now/earthquake/tipsCard4.png) no-repeat;
}
.tips .tipsWrap .earthquakeCont ol li:nth-child(5)::after {
  background: url(/static/images/now/earthquake/tipsCard5.png) no-repeat;
}
.tips .tipsWrap .earthquakeCont ol li:nth-child(4)::after {
  height: 109px;
}
.tips .tipsWrap .earthquakeCont ol li:after {
  background-position: 50% 100% !important;
}
.tips .tipsWrap .tidalWaveCont ol li:nth-child(1)::after {
  background: url(/static/images/now/tidalWave/tipsCard1.png) no-repeat;
}
.tips .tipsWrap .tidalWaveCont ol li:nth-child(2)::after {
  background: url(/static/images/now/tidalWave/tipsCard2.png) no-repeat;
}
.tips .tipsWrap .tidalWaveCont ol li:nth-child(3)::after {
  background: url(/static/images/now/tidalWave/tipsCard3.png) no-repeat;
}
.tips .tipsWrap .tidalWaveCont ol li:nth-child(4)::after {
  background: url(/static/images/now/tidalWave/tipsCard4.png) no-repeat;
}
.tips .tipsWrap .tidalWaveCont ol li:nth-child(5)::after {
  background: url(/static/images/now/tidalWave/tipsCard5.png) no-repeat;
}
.tips .tipsWrap .tidalWaveCont ol li:after {
  background-position: 50% 100% !important;
  background-size: cover !important;
}
.tips .tipsWrap .typhoonCont ol li {
  font-size: 15px;
}
.tips .tipsWrap .typhoonCont ol li:nth-child(1)::after {
  background: url(/static/images/now/typhoon/tipsCard1.png) no-repeat;
}
.tips .tipsWrap .typhoonCont ol li:nth-child(2)::after {
  background: url(/static/images/now/typhoon/tipsCard2.png) no-repeat;
}
.tips .tipsWrap .typhoonCont ol li:nth-child(3)::after {
  background: url(/static/images/now/typhoon/tipsCard3.png) no-repeat;
}
.tips .tipsWrap .typhoonCont ol li:nth-child(4)::after {
  background: url(/static/images/now/typhoon/tipsCard4.png) no-repeat;
}
.tips .tipsWrap .typhoonCont ol li:nth-child(5)::after {
  background: url(/static/images/now/typhoon/tipsCard5.png) no-repeat;
}
.tips .tipsWrap .typhoonCont ol li:nth-child(3)::after {
  top: 14px;
}
.tips .tipsWrap .infectionCont ol li:nth-child(1)::after {
  background: url(/static/images/now/infection/tipsCard1.png) no-repeat;
}
.tips .tipsWrap .infectionCont ol li:nth-child(2)::after {
  background: url(/static/images/now/infection/tipsCard2.png) no-repeat;
}
.tips .tipsWrap .infectionCont ol li:nth-child(3)::after {
  background: url(/static/images/now/infection/tipsCard3.png) no-repeat;
}
.tips .tipsWrap .infectionCont ol li:nth-child(4)::after {
  background: url(/static/images/now/infection/tipsCard4.png) no-repeat;
}
.tips .tipsWrap .infectionCont ol li:nth-child(5)::after {
  background: url(/static/images/now/infection/tipsCard5.png) no-repeat;
}
.tips .tipsWrap .downpourCont ol li:nth-child(1)::after {
  background: url(/static/images/now/downpour/tipsCard1.png) no-repeat;
}
.tips .tipsWrap .downpourCont ol li:nth-child(2)::after {
  background: url(/static/images/now/downpour/tipsCard2.png) no-repeat;
}
.tips .tipsWrap .downpourCont ol li:nth-child(3)::after {
  background: url(/static/images/now/downpour/tipsCard3.png) no-repeat;
}
.tips .tipsWrap .downpourCont ol li:nth-child(4)::after {
  background: url(/static/images/now/downpour/tipsCard4.png) no-repeat;
}
.tips .tipsWrap .downpourCont ol li:nth-child(5)::after {
  background: url(/static/images/now/downpour/tipsCard5.png) no-repeat;
}
.tips .tipsWrap .downpourCont ol li:nth-child(5)::after {
  height: 100px;
}
.tips .tipsWrap .floodCont ol li:nth-child(1)::after {
  background: url(/static/images/now/flood/tipsCard1.png) no-repeat;
}
.tips .tipsWrap .floodCont ol li:nth-child(2)::after {
  background: url(/static/images/now/flood/tipsCard2.png) no-repeat;
}
.tips .tipsWrap .floodCont ol li:nth-child(3)::after {
  background: url(/static/images/now/flood/tipsCard3.png) no-repeat;
}
.tips .tipsWrap .floodCont ol li:nth-child(4)::after {
  background: url(/static/images/now/flood/tipsCard4.png) no-repeat;
}
.tips .tipsWrap .floodCont ol li:nth-child(5)::after {
  background: url(/static/images/now/flood/tipsCard5.png) no-repeat;
}
.tips .tipsWrap .floodCont ol li:nth-child(3)::after {
  height: 109px;
}
.tips .tipsWrap .floodCont ol li:nth-child(4)::after {
  height: 109px;
}
.tips .tipsWrap .landslideCont ol li:nth-child(1)::after {
  background: url(/static/images/now/landslide/tipsCard1.png) no-repeat;
}
.tips .tipsWrap .landslideCont ol li:nth-child(2)::after {
  background: url(/static/images/now/landslide/tipsCard2.png) no-repeat;
}
.tips .tipsWrap .landslideCont ol li:nth-child(3)::after {
  background: url(/static/images/now/landslide/tipsCard3.png) no-repeat;
}
.tips .tipsWrap .landslideCont ol li:nth-child(4)::after {
  background: url(/static/images/now/landslide/tipsCard4.png) no-repeat;
}
.tips .tipsWrap .landslideCont ol li:nth-child(5)::after {
  background: url(/static/images/now/landslide/tipsCard5.png) no-repeat;
}
.tips .tipsWrap .landslideCont ol li:nth-child(4)::after {
  height: 109px;
}
.tips .tipsWrap .landslideCont ol li:after {
  background-position: 50% 100% !important;
}
.tips .tipsWrap .heatwaveCont ol li:nth-child(1)::after {
  background: url(/static/images/now/heatwave/tipsCard1.png) no-repeat;
}
.tips .tipsWrap .heatwaveCont ol li:nth-child(2)::after {
  background: url(/static/images/now/heatwave/tipsCard2.png) no-repeat;
}
.tips .tipsWrap .heatwaveCont ol li:nth-child(3)::after {
  background: url(/static/images/now/heatwave/tipsCard3.png) no-repeat;
}
.tips .tipsWrap .heatwaveCont ol li:nth-child(4)::after {
  background: url(/static/images/now/heatwave/tipsCard4.png) no-repeat;
}
.tips .tipsWrap .heatwaveCont ol li:nth-child(5)::after {
  background: url(/static/images/now/heatwave/tipsCard5.png) no-repeat;
}
.tips .tipsWrap .heatwaveCont ol li:nth-child(1)::after {
  height: 104px;
}
.tips .tipsWrap .heatwaveCont ol li:nth-child(3)::after {
  height: 109px;
}
.tips .tipsWrap .heatwaveCont ol li:nth-child(4)::after {
  height: 109px;
}
.tips .tipsWrap .heavySnowCont ol li:nth-child(1)::after {
  background: url(/static/images/now/heavysnow/tipsCard1.png) no-repeat;
}
.tips .tipsWrap .heavySnowCont ol li:nth-child(2)::after {
  background: url(/static/images/now/heavysnow/tipsCard2.png) no-repeat;
}
.tips .tipsWrap .heavySnowCont ol li:nth-child(3)::after {
  background: url(/static/images/now/heavysnow/tipsCard3.png) no-repeat;
}
.tips .tipsWrap .heavySnowCont ol li:nth-child(4)::after {
  background: url(/static/images/now/heavysnow/tipsCard4.png) no-repeat;
}
.tips .tipsWrap .heavySnowCont ol li:nth-child(5)::after {
  background: url(/static/images/now/heavysnow/tipsCard5.png) no-repeat;
}
.tips .tipsWrap .heavySnowCont ol li:nth-child(1)::after {
  background-position-y: 12px;
  height: 98px;
}
.tips .tipsWrap .heavySnowCont ol li:nth-child(2)::after {
  background-position-y: 3px;
  height: 109px;
}
.tips .tipsWrap .heavySnowCont ol li:nth-child(3)::after {
  background-position-y: 8px;
  height: 109px;
}
.tips .tipsWrap .heavySnowCont ol li:nth-child(4)::after {
  background-position-y: 5px;
  height: 109px;
}
.tips .tipsWrap .airPollutionCont ol li:nth-child(1)::after {
  background: url(/static/images/now/airPollution/tipsCard1.png) no-repeat;
}
.tips .tipsWrap .airPollutionCont ol li:nth-child(2)::after {
  background: url(/static/images/now/airPollution/tipsCard2.png) no-repeat;
}
.tips .tipsWrap .airPollutionCont ol li:nth-child(3)::after {
  background: url(/static/images/now/airPollution/tipsCard3.png) no-repeat;
}
.tips .tipsWrap .airPollutionCont ol li:nth-child(4)::after {
  background: url(/static/images/now/airPollution/tipsCard4.png) no-repeat;
}
.tips .tipsWrap .airPollutionCont ol li:nth-child(5)::after {
  background: url(/static/images/now/airPollution/tipsCard5.png) no-repeat;
}
.tips .tipsWrap .airPollutionCont ol li:nth-child(3)::after {
  height: 109px;
}
.tips .tipsWrap .airPollutionCont ol li:nth-child(4)::after {
  height: 109px;
}
.tips .tipsWrap .forestFiresCont ol li:nth-child(1)::after {
  background: url(/static/images/now/forestFires/tipsCard1.png) no-repeat;
}
.tips .tipsWrap .forestFiresCont ol li:nth-child(2)::after {
  background: url(/static/images/now/forestFires/tipsCard2.png) no-repeat;
}
.tips .tipsWrap .forestFiresCont ol li:nth-child(3)::after {
  background: url(/static/images/now/forestFires/tipsCard3.png) no-repeat;
}
.tips .tipsWrap .forestFiresCont ol li:nth-child(4)::after {
  background: url(/static/images/now/forestFires/tipsCard4.png) no-repeat;
}
.tips .tipsWrap .forestFiresCont ol li:nth-child(5)::after {
  background: url(/static/images/now/forestFires/tipsCard5.png) no-repeat;
}
.tips .tipsWrap .forestFiresCont ol li:nth-child(3)::after {
  height: 109px;
}
.tips .tipsWrap .forestFiresCont ol li:nth-child(4)::after {
  height: 109px;
}
.tips .tipsWrap .electricityCont ol li:nth-child(1)::after {
  background: url(/static/images/now/electricity/tipsCard1.png) no-repeat;
}
.tips .tipsWrap .electricityCont ol li:nth-child(2)::after {
  background: url(/static/images/now/electricity/tipsCard2.png) no-repeat;
}
.tips .tipsWrap .electricityCont ol li:nth-child(3)::after {
  background: url(/static/images/now/electricity/tipsCard3.png) no-repeat;
}
.tips .tipsWrap .electricityCont ol li:nth-child(4)::after {
  background: url(/static/images/now/electricity/tipsCard4.png) no-repeat;
}
.tips .tipsWrap .electricityCont ol li:nth-child(5)::after {
  background: url(/static/images/now/electricity/tipsCard5.png) no-repeat;
}
.tips .tipsWrap .electricityCont ol li:nth-child(3)::after {
  height: 109px;
}
.tips .tipsWrap .electricityCont ol li:nth-child(4)::after {
  height: 109px;
}
.tips .tipsWrap .radiationCont ol li:nth-child(1)::after {
  background: url(/static/images/now/radiation/tipsCard1.png) no-repeat;
}
.tips .tipsWrap .radiationCont ol li:nth-child(2)::after {
  background: url(/static/images/now/radiation/tipsCard2.png) no-repeat;
}
.tips .tipsWrap .radiationCont ol li:nth-child(3)::after {
  background: url(/static/images/now/radiation/tipsCard3.png) no-repeat;
}
.tips .tipsWrap .radiationCont ol li:nth-child(4)::after {
  background: url(/static/images/now/radiation/tipsCard4.png) no-repeat;
}
.tips .tipsWrap .radiationCont ol li:nth-child(5)::after {
  background: url(/static/images/now/radiation/tipsCard5.png) no-repeat;
}
.tips .tipsWrap .radiationCont ol li:nth-child(3)::after {
  height: 109px;
}
.tips .tipsWrap .radiationCont ol li:nth-child(4)::after {
  height: 109px;
}
.tips .tipsWrap .radiationCont ol li:nth-child(5)::after {
  height: 109px;
}
.tips .tipsWrap .calamityCont {
  float: right;
  position: relative;
  width: 256px;
  z-index: 1;
}
.tips .tipsWrap .calamityCont .movieArea {
  margin-bottom: 18px;
}
.tips .tipsWrap .calamityCont .movieArea .slick-list li a {
  display: block;
  position: relative;
  height: 166px;
}
.tips .tipsWrap .calamityCont .movieArea .slick-list li a img {
  width: 100%;
  height: 100%;
}
.tips .tipsWrap .calamityCont .movieArea .slick-list li a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -600px -500px;
}
.tips .tipsWrap .calamityCont .movieArea .slick-arrow {
  position: absolute;
  top: 134px;
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  z-index: 2;
}
.tips .tipsWrap .calamityCont .movieArea .slick-arrow.slick-prev {
  right: 30px;
}
.tips .tipsWrap .calamityCont .movieArea .slick-arrow.slick-prev:after {
  background-position: -26px -225px;
}
.tips .tipsWrap .calamityCont .movieArea .slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -24px -250px;
}
.tips .tipsWrap .calamityCont .movieArea .slick-dots {
  position: absolute;
  height: 12px;
  left: 0;
  width: 100%;
  top: 176px;
}
.tips .tipsWrap .calamityCont .movieArea .slick-dots li {
  vertical-align: top;
}
.tips .tipsWrap .calamityCont .movieArea .slick-slider .videotitle p {
  padding-top: 15px;
  line-height: 1.8em;
  font-size: 15px;
}
.tips .tipsWrap .calamityCont .movieArea .slick-slider.slick-dotted .videotitle p {
  padding-top: 32px;
}
.tips .tipsWrap .calamityCont .movieArea .videotitle a {
  display: block;
  position: relative;
}
.tips .tipsWrap .calamityCont .movieArea .videotitle a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -700px -50px;
}
.tips .tipsWrap .calamityCont .movieArea .videotitle a:after {
  z-index: 11;
}
.tips .tipsWrap .calamityCont .movieArea .videotitle a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.tips .tipsWrap .calamityCont .movieArea .videotitle img {
  width: 256px;
  height: 166px;
}
.tips .tipsWrap .calamityCont p {
  font-size: 15px;
}
.tips .tipsWrap .calamityCont .btnMore {
  position: absolute;
  right: 0;
  top: 8px;
  width: 25px;
  height: 25px;
}
.tips .tipsWrap .calamityCont .btnMore:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  margin: 0 0 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -175px;
}
.tips .tipsWrap:after {
  content: "";
  display: block;
  clear: both;
}

.tips:before {
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  top: 0;
  margin-left: 290px;
  box-sizing: border-box;
  height: 100%;
  background: #e3e1de;
}

.terms .termsWrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 94px;
}
.terms .termsWrap .tabSlideWrap {
  position: relative;
  padding: 0 52px;
  box-sizing: border-box;
}
.terms .termsWrap .tabSlideWrap .swiper-button-next {
  right: 0;
  height: 60px;
  top: 0;
  width: 42px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  margin-top: 0;
  text-indent: -999px;
  overflow: hidden;
}
.terms .termsWrap .tabSlideWrap .swiper-button-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -12px;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -250px;
}
.terms .termsWrap .tabSlideWrap .swiper-button-prev {
  left: 0;
  height: 60px;
  top: 0;
  width: 42px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  margin-top: 0;
  text-indent: -999px;
  overflow: hidden;
}
.terms .termsWrap .tabSlideWrap .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -12px;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -225px;
}
.terms .termsWrap .tabSlideWrap .tabSlide {
  overflow: hidden;
  width: 1076px;
}
.terms .termsWrap .tabSlideWrap .tabSlide .swiper-slide {
  width: auto;
}
.terms .termsWrap .tabSlideWrap .tabSlide .swiper-slide a {
  display: block;
  width: auto;
  height: 60px;
  line-height: 60px;
  padding: 0 24px;
  font-size: 22px;
  font-weight: 300;
  background: #f1f1f1;
  letter-spacing: -0.4px;
}
.terms .termsWrap .tabSlideWrap .tabSlide .swiper-slide.on a {
  background: #0088c8;
  color: #fff;
}
.terms .termsText {
  margin-top: 30px;
  border-top: 1px solid #b2b2b2;
}
.terms .termsText > div {
  padding-top: 35px;
}
.terms .termsText > div > p {
  font-size: 15px;
  color: #54585e;
}
.terms .termsText > div > p.ac {
  text-align: center;
}
.terms .termsText > div table {
  margin: 0 auto 10px;
}
.terms .termsText > div ul li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 5px;
  font-size: 15px;
}
.terms .termsText > div ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #54585e;
}
.terms .termsText > div span.point {
  color: red;
}
.terms .termsText > div img {
  max-width: 100%;
}

#container.typhoon .specialWrap {
  margin-bottom: 54px;
}
#container.typhoon .specialWrap .mainView .leftArea .ico_share {
  top: 86px;
}
#container.typhoon .mainView {
  padding-top: 80px;
}
#container.typhoon .mainView .leftArea {
  position: relative;
}
#container.typhoon .mainView .leftArea .infoArea .subTit {
  margin-bottom: 24px;
}
#container.typhoon .mainView .leftArea .infoArea .subTit select {
  height: 48px;
  opacity: 0;
}
#container.typhoon .mainView .leftArea .infoArea .infoList li {
  margin-bottom: 14px;
}
#container.typhoon .mainView .leftArea .mapArea #mapContent .daySearch {
  display: none;
  left: 96px;
}
#container.typhoon .mainView .leftArea .mapList ul li {
  width: 80px;
}
#container.typhoon .mainView .leftArea > .sourceText {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 14px;
}
#container.typhoon .mainView .rightArea {
  width: 231px;
  height: auto;
}
#container.typhoon .mainView .rightArea .status {
  height: 532px;
}
#container.typhoon .mainView .rightArea .status .titArea {
  height: 70px;
  width: 100%;
  overflow: hidden;
}
#container.typhoon .mainView .rightArea .status .titArea strong {
  float: none;
  display: block;
}
#container.typhoon .mainView .rightArea .status .titArea b {
  display: block;
  margin-top: -5px;
  font-weight: 400;
  font-size: 14px;
}
#container.typhoon .mainView .rightArea .status .titArea span {
  float: none;
  display: block;
  margin-top: 0;
}
#container.typhoon .mainView .rightArea .status #alarm {
  width: 100%;
  height: 100%;
  max-height: 446px;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#container.typhoon .mainView .rightArea .status #alarm ul {
  width: 100%;
  height: 100%;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
#container.typhoon .mainView .rightArea .status #alarm .noti {
  position: relative;
  margin-top: 4px;
  color: #777;
  float: right;
  font-size: 13px;
}
#container.typhoon .graphArea .graphWrap {
  width: 1200px;
  margin: 0 auto;
}
#container.typhoon .titArea {
  margin-bottom: 15px;
}
#container.typhoon .titArea h2 {
  float: left;
  margin-bottom: 0;
}
#container.typhoon .titArea span {
  float: right;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 200;
  color: #777;
  letter-spacing: -1px;
}
#container.typhoon .titArea:after {
  content: "";
  display: block;
  clear: both;
}

#container.infection .infectionWrap {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
}
#container.infection .infectionWrap .tabTypeB {
  width: 570px;
}
#container.infection .infectionWrap .hideBox .leftArea {
  float: left;
  position: relative;
  width: 570px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.infection .infectionWrap .hideBox .leftArea > .titCont {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
}
#container.infection .infectionWrap .hideBox .leftArea > .titCont h2 {
  margin-bottom: 0;
}
#container.infection .infectionWrap .hideBox .rightArea {
  float: right;
  position: relative;
  width: 570px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.infection .infectionWrap .hideBox .rightArea > .titCont {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
}
#container.infection .infectionWrap .hideBox .rightArea > .titCont h2 {
  margin-bottom: 0;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea, #container.infection .infectionWrap .hideBox .domestic .rightArea {
  height: 740px;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea {
  padding: 26px 20px 0;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea .titArea h3 span {
  display: inline-block;
  margin-left: 10px;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea .boardList {
  margin-top: 26px;
  margin-bottom: 36px;
  text-align: center;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea .boardList li {
  display: inline-block;
  margin: 0 4px;
  width: 120px;
  vertical-align: top;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea .boardList .tableSet {
  display: block;
  box-sizing: border-box;
  padding-top: 22px;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  vertical-align: middle;
  background: #0088c8;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea .boardList .tableSet em {
  display: block;
  line-height: 1em;
  margin-bottom: 5px;
  font-size: 18px;
  color: #d2d2d2;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea .boardList .tableSet strong {
  display: block;
  margin-bottom: 5px;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2em;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea .boardList .tableSet strong.point {
  color: #ffe89a;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea .boardList .tableSet span {
  display: block;
  font-size: 13px;
  color: #fff;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea .boardList:after {
  content: "";
  display: block;
  clear: both;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea .cautionText {
  position: relative;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea .cautionText span {
  position: absolute;
  right: 0;
  top: -30px;
  font-weight: 200;
  font-size: 14px;
  color: #54585e;
}
#container.infection .infectionWrap .hideBox .domestic .leftArea .graphLayoutA {
  margin-top: 36px;
  height: 170px;
  margin-bottom: 62px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea {
  background: #eef2f7;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .caution {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #54585e;
  font-size: 14px;
  font-weight: 200;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .svgArea {
  position: absolute;
  left: 102px;
  top: 36px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .quarantine {
  position: absolute;
  left: 11px;
  bottom: 11px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li {
  position: absolute;
  min-width: 60px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li a {
  display: block;
  width: 100%;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li a > strong {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #282828;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li a .numArea {
  min-width: 65px;
  height: 60px;
  padding: 12px 3px 0;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  background: #fff;
  border-radius: 9px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li a .numArea strong {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  color: #1a4895;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li a .numArea span {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #54585e;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li.sizeA {
  width: 79px;
  padding-left: 5px;
  padding-right: 5px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li.sizeA .numArea {
  width: auto;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li.on a .numArea {
  background: #dd5444;
  border-color: #dd5444;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li.on a .numArea strong {
  color: #fff;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li.on a .numArea span {
  color: #fff;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city1] {
  left: 203px;
  top: 130px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city2] {
  left: 357px;
  top: 427px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city3] {
  left: 322px;
  top: 323px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city4] {
  left: 92px;
  top: 130px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city5] {
  left: 193px;
  top: 455px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city6] {
  left: 239px;
  top: 294px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city7] {
  left: 425px;
  top: 354px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city8] {
  left: 170px;
  top: 221px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city9] {
  left: 209px;
  top: 30px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city10] {
  left: 312px;
  top: 101px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city11] {
  left: 275px;
  top: 202px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city12] {
  left: 100px;
  top: 282px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city13] {
  left: 163px;
  top: 356px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city14] {
  left: 83px;
  top: 504px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city15] {
  left: 379px;
  top: 245px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city16] {
  left: 266px;
  top: 443px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city17] {
  left: 203px;
  top: 580px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .btnArea ul li[data-city=map_city18] {
  left: 112px;
  bottom: 11px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .cardArea {
  position: absolute;
  right: 11px;
  bottom: 11px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .cardArea > div {
  display: none;
  width: 184px;
  height: 170px;
  padding: 15px 20px;
  border-radius: 4px;
  background: #1a4895;
  box-sizing: border-box;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .cardArea > div .titCont {
  padding-bottom: 5px;
  border-bottom: 1px solid #768db4;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .cardArea > div .titCont strong {
  float: left;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .cardArea > div .titCont span {
  float: right;
  margin-top: 10px;
  color: #fff;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .cardArea > div .titCont:after {
  content: "";
  display: block;
  clear: both;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .cardArea > div ul {
  padding-top: 10px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .cardArea > div ul li {
  margin-bottom: 5px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .cardArea > div ul li strong {
  float: left;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  letter-spacing: -0.5px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .cardArea > div ul li span {
  float: right; /*width:45px;*/
  text-align: left;
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.5px;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .cardArea > div ul li span.point {
  color: #fd6c5b;
}
#container.infection .infectionWrap .hideBox .domestic .rightArea .mapContents .cardArea > div ul li:after {
  content: "";
  display: block;
  clear: both;
  line-height: 22px;
}
#container.infection .infectionWrap .hideBox .domestic .graphCaption {
  width: 500px;
  height: 38px;
  margin: 0 auto;
  line-height: 38px;
  text-align: center;
  border: 1px solid #d2d2d2;
}
#container.infection .infectionWrap .hideBox .domestic .graphCaption li {
  display: inline-block;
  position: relative;
  margin: 0 14px;
  padding-left: 18px;
  font-size: 13px;
  color: #777;
}
#container.infection .infectionWrap .hideBox .domestic .graphCaption li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0px 0px 0px;
  border-radius: 100%;
}
#container.infection .infectionWrap .hideBox .domestic .graphCaption li.ico_wd:after {
  background: #dd5444;
}
#container.infection .infectionWrap .hideBox .domestic .graphCaption li.ico_kr:after {
  background: #1a4895;
}
#container.infection .infectionWrap .hideBox .foreign .leftArea, #container.infection .infectionWrap .hideBox .foreign .rightArea {
  height: 484px;
}
#container.infection .infectionWrap .hideBox .foreign .leftArea {
  padding: 30px 20px;
}
#container.infection .infectionWrap .hideBox .foreign .leftArea .alarmWrap .alarmArea {
  height: 194px;
}
#container.infection .infectionWrap .hideBox .foreign .leftArea .boardList {
  margin-top: 26px;
  margin-bottom: 40px;
  text-align: center;
}
#container.infection .infectionWrap .hideBox .foreign .leftArea .boardList li {
  display: inline-block;
  margin: 0 4px;
  width: 167px;
  vertical-align: top;
}
#container.infection .infectionWrap .hideBox .foreign .leftArea .boardList li:first-child {
  margin-left: 0;
}
#container.infection .infectionWrap .hideBox .foreign .leftArea .boardList li:last-child {
  margin-right: 0;
}
#container.infection .infectionWrap .hideBox .foreign .leftArea .boardList .tableSet {
  display: table-cell;
  text-align: center;
  width: 167px;
  height: 120px;
  border-radius: 10px;
  vertical-align: middle;
  background: #e46151;
}
#container.infection .infectionWrap .hideBox .foreign .leftArea .boardList .tableSet em {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  opacity: 0.8;
}
#container.infection .infectionWrap .hideBox .foreign .leftArea .boardList .tableSet strong {
  display: block;
  margin-bottom: 5px;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2em;
}
#container.infection .infectionWrap .hideBox .foreign .leftArea .boardList .tableSet strong.point {
  color: #ffe89a;
}
#container.infection .infectionWrap .hideBox .foreign .leftArea .boardList .tableSet span {
  display: block;
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
}
#container.infection .infectionWrap .hideBox .foreign .leftArea .boardList:after {
  content: "";
  display: block;
  clear: both;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .titCont .sortList {
  position: absolute;
  right: 0;
  top: 13px;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .titCont .sortList li {
  float: left;
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .titCont .sortList li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 200;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .titCont .sortList li.on a {
  color: #0088c8;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .titCont .sortList li.on a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  margin: 0;
  background: #5fb4dc;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .titCont .sortList li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  margin: -8px 0px 0px 0px;
  background: #ddd;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .titCont .sortList li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .titCont .sortList li:last-child::after {
  display: none;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .titCont .sortList:after {
  content: "";
  display: block;
  clear: both;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .tableArea .tableSet {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .tableArea .tableSet span {
  display: table-cell;
  width: 25%;
  height: 68px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .tableArea .titArea {
  background: #f6f6f6;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .tableArea .titArea span {
  border-right: 1px solid #ddd;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .tableArea .titArea span:last-child {
  border-right: 0;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .tableArea .fixArea {
  background: #d7dfed;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .tableArea .fixArea span {
  border-right: 1px solid #ebebeb;
  color: #1a4895;
  font-weight: 500;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .tableArea .fixArea span:last-child {
  border-right: 0;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .tableArea .occurList {
  height: 344px;
  overflow-y: scroll;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .tableArea .occurList span {
  border-right: 1px solid #ebebeb;
}
#container.infection .infectionWrap .hideBox .foreign .rightArea .tableArea .occurList span:last-child {
  border-right: 0;
  width: 109px;
}
#container.infection .infectionWrap .hideBox .alarmWrap {
  position: relative;
}
#container.infection .infectionWrap .hideBox .alarmWrap em {
  position: absolute;
  left: 21px;
  top: 22px;
  width: 50px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  font-style: italic;
  background: #ed1c24;
}
#container.infection .infectionWrap .hideBox .alarmWrap .alarmArea {
  padding: 20px;
  margin-bottom: 30px;
  height: 109px;
  background: #f1f1f1;
  box-sizing: border-box;
}
#container.infection .infectionWrap .hideBox .alarmWrap .alarmArea li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
}
#container.infection .infectionWrap .hideBox .alarmWrap .alarmArea li span {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  color: #282828;
}
#container.infection .infectionWrap .hideBox .alarmWrap .alarmArea li p {
  position: relative;
  padding-left: 6px;
  font-size: 14px;
  color: #777;
  font-weight: 300;
}
#container.infection .infectionWrap .hideBox .alarmWrap .alarmArea li p:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  left: 0;
  top: 9px;
  background: #878787;
}
#container.infection .infectionWrap .hideBox .alarmWrap .alarmArea li:last-child {
  margin-bottom: 0;
}
#container.infection .infectionWrap .hideBox .titArea h3 {
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #282828;
}
#container.infection .infectionWrap .hideBox .titArea h3 span {
  display: block;
  vertical-align: middle;
  margin-top: -5px;
  font-weight: 200;
  font-size: 14px;
  color: #54585e;
}
#container.infection .infectionWrap .hideBox .titArea em {
  float: right;
  margin-top: 4px;
  font-weight: 200;
  font-size: 14px;
  color: #777;
}
#container.infection .infectionWrap .hideBox .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.infection .infectionWrap .hideBox:after {
  content: "";
  display: block;
  clear: both;
}
#container.infection .specimen {
  width: 1180px;
  margin: 0 auto;
}
#container.infection .specimen .specimenWrap {
  margin-top: 60px;
}
#container.infection .specimen .specimenWrap ul li {
  padding: 30px 20px;
  border-bottom: 1px solid #d2d2d2;
}
#container.infection .specimen .specimenWrap ul li a strong {
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
#container.infection .specimen .specimenWrap ul li a strong:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -25px -250px;
}
#container.infection .specimen .specimenWrap ul li a strong:after {
  right: -30px;
}
#container.infection .specimen .specimenWrap ul li a p {
  margin-top: 20px;
  line-height: 1.5em;
  font-weight: 300;
  font-size: 16px;
}
#container.infection .specimen .specimenWrap ul li:last-child {
  border-bottom: none;
}
#container.infection .specimen .popWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
}
#container.infection .specimen .popWrap .popBox {
  width: 1150px;
  max-height: 940px;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
#container.infection .specimen .popWrap .popBox .btn_close {
  text-indent: -50px;
  overflow: hidden;
}
#container.infection .specimen .popWrap .popBox .btn_close:after {
  width: 26px;
  height: 26px;
}
#container.infection .specimen .popWrap .popBox > div {
  display: none;
}
#container.infection .specimen .popWrap .popBox .popHead {
  font-size: 24px;
  font-weight: 500;
  padding: 14px 20px;
}
#container.infection .specimen .popWrap .popBox .popCont {
  padding: 5px 22px 30px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2, #container.infection .specimen .popWrap .popBox .popCont .tabCont3 {
  display: none;
}
#container.infection .specimen .popWrap .popBox .popCont .textArea {
  height: calc(100% - 80px);
  width: 100%;
  max-height: 600px;
  padding: 0 4px;
}
#container.infection .specimen .popWrap .popBox .popCont .textArea > div dl dt {
  font-size: 17px;
  font-weight: 500;
  margin-top: 40px;
}
#container.infection .specimen .popWrap .popBox .popCont .textArea > div dl dt:before {
  content: "·";
  font-weight: 600;
}
#container.infection .specimen .popWrap .popBox .popCont .textArea > div dl dt:first-child {
  margin-top: 0;
}
#container.infection .specimen .popWrap .popBox .popCont .textArea > div dl dd {
  font-size: 15px;
  margin-top: 5px;
}
#container.infection .specimen .popWrap .popBox .popCont .textArea > div dl dd ul li {
  font-size: 15px;
  margin-top: 5px;
}
#container.infection .specimen .popWrap .popBox .popCont .textArea > div dl dd ul li > ul > li {
  margin-left: 15px;
  margin-top: 5px;
}
#container.infection .specimen .popWrap .popBox .popCont .textArea > div dl dd ul li > ul > li:before {
  content: "·";
  font-weight: 500;
}
#container.infection .specimen .popWrap .popBox .popCont .textArea > div dl dd ol {
  font-size: 14px;
  margin-left: 9px;
}
#container.infection .specimen .popWrap .popBox .popCont .textArea > div dl dd p {
  font-size: 14px;
  margin-left: 9px;
}
#container.infection .specimen .popWrap .popBox .popCont .textArea > div dl dd strong {
  font-weight: 500;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .desc {
  text-align: right;
  color: #777;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 em, #container.infection .specimen .popWrap .popBox .popCont .tabCont2 label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  float: left;
  margin-top: 20px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .legend {
  float: right;
  margin-top: 25px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .legend li {
  float: left;
  font-size: 13px;
  color: #777;
  position: relative;
  padding-left: 23px;
  margin-left: 23px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .legend li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 0;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .legend li:nth-of-type(1):before {
  background: #39A2EA;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .legend li:nth-of-type(2):before {
  background: #FF5E7F;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .legend li:nth-of-type(3):before {
  background: #FE9B39;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .legend li:nth-of-type(4):before {
  background: #f7a35c;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 label[for=year] {
  margin-right: 12px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .selectArea {
  margin-top: 11px;
  margin-bottom: -70px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .graph {
  text-align: center;
  padding-top: 75px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata {
  position: relative;
  overflow: hidden;
  margin: 31px 0 30px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .fix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .fix ul {
  width: 152px;
  border: 1px solid #ddd;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .fix ul li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #fff;
  font-size: 16px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  box-sizing: border-box;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .fix ul li:first-child {
  background: #f6f6f6;
  font-weight: 500;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .fix ul li:last-child {
  border-bottom: none;
  height: 52px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .fix.typeA li:first-child {
  line-height: 106px;
  height: 106px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList {
  margin-left: 154px;
  position: relative;
  word-break: keep-all;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-container {
  width: 100%;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  overflow: hidden;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-container .swiper-wrapper .swiper-slide ul:first-child {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  height: 50px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-container .swiper-wrapper .swiper-slide ul:first-child li {
  background: #f6f6f6;
  font-weight: 500;
  border-top: 1px solid #ddd;
  height: 54px;
  margin-top: 0;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-container .swiper-wrapper .swiper-slide ul li {
  padding: 14px 5px;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 68px;
  height: 55px;
  box-sizing: border-box;
  float: left;
  margin-top: -2px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-container .swiper-wrapper .swiper-slide ul li:first-child {
  clear: left;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-containerA {
  width: 100%;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-containerA .swiper-wrapper .swiper-slide {
  width: auto;
  overflow: hidden;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-containerA .swiper-wrapper .swiper-slide ul:first-child {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  height: 50px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-containerA .swiper-wrapper .swiper-slide ul:first-child li {
  background: #f6f6f6;
  font-weight: 500;
  border-top: 1px solid #ddd;
  height: 54px;
  margin-top: 0;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-containerA .swiper-wrapper .swiper-slide ul li {
  padding: 14px 5px;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 68px;
  height: 55px;
  box-sizing: border-box;
  float: left;
  margin-top: -2px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-containerA .swiper-wrapper .swiper-slide ul li:first-child {
  clear: left;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-containerB {
  width: 100%;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-containerB .swiper-wrapper .swiper-slide {
  width: auto;
  overflow: hidden;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-containerB .swiper-wrapper .swiper-slide ul:first-child {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  height: 50px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-containerB .swiper-wrapper .swiper-slide ul:first-child li {
  background: #f6f6f6;
  font-weight: 500;
  border-top: 1px solid #ddd;
  height: 54px;
  margin-top: 0;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-containerB .swiper-wrapper .swiper-slide ul li {
  padding: 14px 5px;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 68px;
  height: 55px;
  box-sizing: border-box;
  float: left;
  margin-top: -2px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList .swiper-containerB .swiper-wrapper .swiper-slide ul li:first-child {
  clear: left;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .tabledata .dataList.typeA ul:nth-of-type(2) li {
  border-top: 1px solid #ddd;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .swiper-button {
  z-index: 50;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .swiper-button-next2 {
  position: absolute;
  right: 0;
  top: 50%;
  height: 32px;
  width: 31px;
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .swiper-button-next2:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -9px;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -350px;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .swiper-button-prev2 {
  position: absolute;
  left: 0;
  top: 50%;
  height: 32px;
  width: 31px;
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}
#container.infection .specimen .popWrap .popBox .popCont .tabCont2 .swiper-button-prev2:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -15px;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -325px;
}
#container.infection .specimen .popWrap .popBox .infection3 .tabledata {
  display: none;
}
#container.infection .specimen .popWrap .popBox .infection3 .tabledata .swiper-slide ul:nth-of-type(2) li {
  background: #f6f6f6;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .legend {
  width: 720px;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .legend ul li {
  float: left;
  font-size: 13px;
  color: #777;
  position: relative;
  padding-left: 16px;
  margin-left: 0;
  width: 123px;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .legend ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 0;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .legend ul li:nth-of-type(1):before {
  background: #9AD0F5;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .legend ul li:nth-of-type(2):before {
  background: #FFCF9F;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .legend ul li:nth-of-type(3):before {
  background: #FFB6C5;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .legend ul li:nth-of-type(4):before {
  background: #FFE6AA;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .legend ul li:nth-of-type(5):before {
  background: #A5DFDF;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .legend ul li:nth-of-type(6):before {
  background: #CCB2FF;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .legend ul li:nth-of-type(7):before {
  background: #E4E5E7;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .legend ul li:nth-of-type(8):before {
  background: #7FBF7F;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .legend ul li:nth-of-type(9):before {
  background: #BF7FBF;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .legend ul li:nth-of-type(10):before {
  background: #91e8e1;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .graph {
  padding-top: 96px;
}
#container.infection .specimen .popWrap .popBox .infection4 .tabCont2 .dataList {
  margin-left: 0 !important;
}
#container.infection .specimen .popWrap .scr1 {
  padding-right: 4px;
  margin-top: 5px;
}

#container.town .townWeather {
  margin-bottom: 20px;
}
#container.town .townWrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 100px;
}
#container.town .townWrap h2 {
  height: 42px;
}
#container.town .townWrap .leftArea {
  float: left;
  width: 781px;
}
#container.town .townWrap .leftArea .weatherBox {
  height: 760px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.town .townWrap .leftArea .situationBoard {
  height: 352px;
  padding: 26px;
  box-sizing: border-box;
  background: #0088c8;
}
#container.town .townWrap .leftArea .situationBoard .addressArea {
  margin-bottom: 15px;
}
#container.town .townWrap .leftArea .situationBoard .addressArea .address {
  float: left;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
}
#container.town .townWrap .leftArea .situationBoard .addressArea .btnMy {
  float: left;
  position: relative;
  margin-left: 18px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
}
#container.town .townWrap .leftArea .situationBoard .addressArea .btnMy:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -375px;
}
#container.town .townWrap .leftArea .situationBoard .addressArea .btnChange {
  float: right;
  width: 112px;
  height: 34px;
  margin-top: -7px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  background: #006da0;
}
#container.town .townWrap .leftArea .situationBoard .addressArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.town .townWrap .leftArea .situationBoard .utilArea span {
  float: right;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}
#container.town .townWrap .leftArea .situationBoard .utilArea .tabArea {
  float: left;
}
#container.town .townWrap .leftArea .situationBoard .utilArea .tabArea ul li {
  display: inline-block;
  margin-right: 26px;
}
#container.town .townWrap .leftArea .situationBoard .utilArea .tabArea ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 200;
}
#container.town .townWrap .leftArea .situationBoard .utilArea .tabArea ul li.on a {
  color: #fff;
  font-weight: 500;
}
#container.town .townWrap .leftArea .situationBoard .utilArea .tabArea ul li.on a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background: #fff;
}
#container.town .townWrap .leftArea .situationBoard .utilArea .tabArea ul li:last-child {
  margin-right: 0;
}
#container.town .townWrap .leftArea .situationBoard .utilArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.town .townWrap .leftArea .situationBoard .today {
  display: block;
  text-align: center;
  padding-top: 40px;
}
#container.town .townWrap .leftArea .situationBoard .today .info_data {
  display: inline-block;
  min-width: 385px;
  padding-right: 25px;
  text-align: left;
  vertical-align: middle;
}
#container.town .townWrap .leftArea .situationBoard .today .info_data .temperature {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
#container.town .townWrap .leftArea .situationBoard .today .info_data .temperature .todaytemp {
  display: inline-block;
  font-size: 100px;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
  vertical-align: middle;
}
#container.town .townWrap .leftArea .situationBoard .today .info_data .temperature .tempmark {
  display: inline-block;
  vertical-align: middle;
  font-size: 47px;
  font-weight: 300;
  color: #fff;
}
#container.town .townWrap .leftArea .situationBoard .today .info_data .textArea {
  text-align: left;
  margin-top: 10px;
}
#container.town .townWrap .leftArea .situationBoard .today .info_data .textArea strong {
  display: inline-block;
  margin-right: 24px;
  vertical-align: middle;
  font-size: 34px;
  color: #fff;
  line-height: 1.2em;
}
#container.town .townWrap .leftArea .situationBoard .today .info_data .textArea em {
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  font-weight: 200;
}
#container.town .townWrap .leftArea .situationBoard .today .ico_state {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-size: 90px 90px;
}
#container.town .townWrap .leftArea .situationBoard .today .explanation {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-left: 24px;
}
#container.town .townWrap .leftArea .situationBoard .today .explanation > span {
  display: block;
  text-align: left;
  padding-bottom: 5px;
}
#container.town .townWrap .leftArea .situationBoard .today .explanation > span em {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
#container.town .townWrap .leftArea .situationBoard .today .explanation > span em:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
}
#container.town .townWrap .leftArea .situationBoard .today .explanation li {
  text-align: left;
}
#container.town .townWrap .leftArea .situationBoard .today .explanation ul {
  position: relative;
}
#container.town .townWrap .leftArea .situationBoard .today .explanation ul li {
  margin-bottom: 15px;
  color: #fff;
}
#container.town .townWrap .leftArea .situationBoard .today .explanation ul li strong {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  font-weight: 200;
  color: #fff;
  font-size: 16px;
}
#container.town .townWrap .leftArea .situationBoard .today .explanation ul li span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}
#container.town .townWrap .leftArea .situationBoard .today .explanation ul li i {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  width: 1px;
  height: 16px;
  vertical-align: middle;
  overflow: hidden;
}
#container.town .townWrap .leftArea .situationBoard .today .explanation ul li:first-child {
  margin-bottom: 4px;
}
#container.town .townWrap .leftArea .situationBoard .today .explanation ul li:last-child {
  margin-bottom: 0;
}
#container.town .townWrap .leftArea .situationBoard .today .explanation:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
#container.town .townWrap .leftArea .situationBoard .after {
  display: none;
  text-align: center;
  padding-top: 30px;
}
#container.town .townWrap .leftArea .situationBoard .after > div {
  display: inline-block;
  width: 300px;
  vertical-align: middle;
  margin: 0 30px;
}
#container.town .townWrap .leftArea .situationBoard .after > div > em {
  float: right;
  margin-bottom: 10px;
  width: 46px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background: #0071b3;
  color: #fff;
  font-size: 16px;
  margin-right: 60px;
}
#container.town .townWrap .leftArea .situationBoard .after > div .info_data {
  display: block;
  text-align: left;
  vertical-align: middle;
  clear: both;
}
#container.town .townWrap .leftArea .situationBoard .after > div .info_data .temperature {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
#container.town .townWrap .leftArea .situationBoard .after > div .info_data .temperature .todaytemp {
  display: inline-block;
  font-size: 86px;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
  vertical-align: middle;
}
#container.town .townWrap .leftArea .situationBoard .after > div .info_data .temperature .tempmark {
  display: inline-block;
  vertical-align: middle;
  font-size: 41px;
  font-weight: 300;
  color: #fff;
}
#container.town .townWrap .leftArea .situationBoard .after > div .info_data .textArea {
  text-align: left;
  margin-top: 10px;
}
#container.town .townWrap .leftArea .situationBoard .after > div .info_data .textArea strong {
  display: inline-block;
  margin-right: 24px;
  vertical-align: middle;
  font-size: 34px;
  color: #fff;
  line-height: 1.2em;
}
#container.town .townWrap .leftArea .situationBoard .after > div .info_data .textArea em {
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  font-weight: 200;
}
#container.town .townWrap .leftArea .situationBoard .after > div .ico_state {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
}
#container.town .townWrap .leftArea .situationBoard .after > div .textArea {
  padding-left: 10px;
  text-align: left;
  margin-top: 10px;
}
#container.town .townWrap .leftArea .situationBoard .after > div .textArea strong {
  display: inline-block;
  max-width: 160px;
  position: relative;
  vertical-align: middle;
  font-size: 24px;
  color: #fff;
  line-height: 1.2em;
}
#container.town .townWrap .leftArea .situationBoard .after > div .textArea em {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  padding-left: 16px;
  margin-left: 16px;
}
#container.town .townWrap .leftArea .situationBoard .after > div .textArea em:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  margin: -7px 0 0 0;
  background: #fff;
}
#container.town .townWrap .leftArea .situationBoard .after > div .textArea span {
  display: block;
  margin-top: 5px;
  font-weight: 200;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
#container.town .townWrap .leftArea .situationBoard .after:after {
  content: "";
  display: block;
  clear: both;
}
#container.town .townWrap .rightArea {
  float: right;
  width: 360px;
}
#container.town .townWrap .rightArea .summary .titArea h2 {
  float: left;
}
#container.town .townWrap .rightArea .summary .titArea span {
  float: right;
  margin-top: 16px;
  font-size: 14px;
  color: #777;
  font-weight: 200;
}
#container.town .townWrap .rightArea .summary .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.town .townWrap .rightArea .summary .scrollArea {
  height: 340px;
  padding: 20px 5px;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  background: #fff;
}
#container.town .townWrap .rightArea .summary .scrollArea .scr1 {
  padding: 8px 24px;
  height: 296px;
  overflow: auto;
  box-sizing: border-box;
  font-size: 15px;
  color: #777;
  font-weight: 300;
  word-break: break-all;
}
#container.town .townWrap .rightArea .summary .scrollArea .scr1 p {
  font-size: 15px;
  color: #777;
  font-weight: 300;
}
#container.town .townWrap .rightArea .summary .scrollArea .scr1 p.none {
  height: 280px !important;
  line-height: 280px !important;
}
#container.town .townWrap .rightArea .nationwideBox {
  margin-top: 77px;
}
#container.town .townWrap .rightArea .nationwide {
  position: relative;
  height: 480px;
  border: 1px solid #d2d2d2;
  border-top: 0;
  background: #eef2f7 url(/static/images/svg/nationwide.svg) no-repeat 52px 87px;
  background-size: 299px 380px;
}
#container.town .townWrap .rightArea .nationwide .radioWrap {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
}
#container.town .townWrap .rightArea .nationwide .radioAction {
  position: relative;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}
#container.town .townWrap .rightArea .nationwide .radioAction ul li label {
  padding: 10px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
}
#container.town .townWrap .rightArea .nationwide .radioAction ul li label span {
  display: block;
  margin-top: 5px;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li strong {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1em;
  margin-bottom: 5px;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li .info_data {
  display: table-cell;
  table-layout: fixed;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  box-sizing: border-box;
  background: #fff;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li .info_data .ico_state {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li .info_data .temperature {
  margin-top: 3px;
  line-height: 1em;
  font-weight: 500;
  font-size: 14px;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li.map_city1 {
  left: 67px;
  top: 97px;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li.map_city2 {
  left: 222px;
  top: 304px;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li.map_city3 {
  left: 232px;
  top: 197px;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li.map_city4 {
  left: 65px;
  top: 292px;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li.map_city5 {
  left: 74px;
  top: 192px;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li.map_city6 {
  left: 215px;
  top: 91px;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li.map_city7 {
  left: 147px;
  top: 146px;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li.map_city8 {
  left: 145px;
  top: 251px;
}
#container.town .townWrap .rightArea .nationwide .svgArea ul li.map_city9 {
  left: 123px;
  top: 374px;
}
#container.town .townWrap .rightArea .nationwide .dayData {
  font-size: 14px;
  color: #777;
  position: absolute;
  right: 8px;
  bottom: 5px;
  font-weight: 300;
}
#container.town .townWrap .rightArea .radar {
  display: none;
  position: relative;
  height: 475px;
  padding-top: 60px;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-sizing: border-box;
}
#container.town .townWrap .rightArea .radar .mapPlayer {
  width: 358px;
  height: 350px;
}
#container.town .townWrap .rightArea .radar .mapPlayer img {
  width: 358px;
  height: auto;
}
#container.town .townWrap .rightArea .radar .mapPlayer .mapcontrol {
  left: 10px;
  bottom: 10px;
}
#container.town .townWrap .rightArea .radar .range {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 7px 0;
  width: 54px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #c8cccd;
  border-radius: 4px;
}
#container.town .townWrap .cautionList {
  clear: both;
  padding-top: 10px;
}
#container.town .townWrap .cautionList li {
  font-size: 13px;
  color: #aaaaaa;
}
#container.town .townWrap:after {
  content: "";
  display: block;
  clear: both;
}
#container.town .forecast {
  width: 779px;
  background: #0088c8;
  overflow: hidden;
}
#container.town .forecast .titArea {
  float: left;
  position: relative;
  width: 91px;
  height: 406px;
  -moz-box-shadow: 7px 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 7px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
#container.town .forecast .titArea strong {
  display: block;
  height: 58px;
  padding-left: 18px;
  font-size: 15px;
  color: #fff;
  line-height: 58px;
  box-sizing: border-box;
  font-weight: 400;
}
#container.town .forecast .titArea strong:first-child {
  background: #006aac;
}
#container.town .forecast:after {
  content: "";
  display: block;
  clear: both;
}
#container.town .forecastWrap {
  float: left;
  position: relative;
  width: 688px;
  height: 405px;
  z-index: 9;
}
#container.town .forecastWrap .forecastSlide {
  overflow: hidden;
}
#container.town .forecastWrap .forecastSlide .swiper-slide {
  width: auto;
}
#container.town .forecastWrap .forecastSlide .swiper-slide strong {
  display: block;
  height: 58px;
  padding: 0 26px;
  line-height: 58px;
  text-align: left;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  border-right: 1px dotted rgba(153, 177, 205, 0.3);
  box-sizing: border-box;
  background: #006aac;
  text-align: left;
}
#container.town .forecastWrap .forecastSlide .swiper-slide > ul {
  box-sizing: border-box;
  border-right: 1px dotted rgba(255, 255, 255, 0.15);
}
#container.town .forecastWrap .forecastSlide .swiper-slide > ul > li {
  float: left;
  width: 86px;
}
#container.town .forecastWrap .forecastSlide .swiper-slide > ul > li > ul > li {
  height: 58px;
  line-height: 57px;
  text-align: center;
  font-size: 15px;
  font-weight: 200;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#container.town .forecastWrap .forecastSlide .swiper-slide > ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.town .forecastWrap .forecastSlide .swiper-slide:first-of-type > ul > li:first-of-type > ul > li .ico_state {
  display: inline-block;
}
#container.town .forecastWrap .forecastSlide .swiper-slide:first-of-type > ul > li:first-of-type > ul > li .ico_else {
  display: inline-block;
}
#container.town .forecastWrap .forecastSlide .swiper-slide:last-of-type > ul {
  border-right: 0;
}
#container.town .forecastWrap .forecastSlide .ico_state {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
#container.town .forecastWrap .forecastSlide .ico_else {
  display: inline-block;
}
#container.town .forecastWrap .swiper-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  height: 32px;
  width: 31px;
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}
#container.town .forecastWrap .swiper-button-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -9px;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -350px;
}
#container.town .forecastWrap .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  height: 32px;
  width: 31px;
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}
#container.town .forecastWrap .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -15px;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -325px;
}
#container.town .weekly {
  height: 203px;
  padding-top: 32px;
  text-align: center;
  border: 1px solid #d2d2d2;
  background: #fff;
  box-sizing: border-box;
}
#container.town .weekly ol {
  display: inline-block;
  position: relative;
}
#container.town .weekly ol:after {
  content: "";
  display: block;
  clear: both;
}
#container.town .weekly ol:before {
  content: "";
  position: absolute;
  left: 44px;
  top: 58px;
  width: 640px;
  height: 1px;
  background: #b2b2b2;
}
#container.town .weekly li {
  float: left;
  position: relative;
  width: 88px;
  margin-right: 72px;
}
#container.town .weekly li > strong {
  display: block;
  margin-bottom: 7px;
  text-align: center;
  font-size: 20px;
  line-height: 1em;
  height: 20px;
}
#container.town .weekly li > em {
  display: block;
  margin-bottom: 34px;
  text-align: center;
  font-size: 15px;
  color: #54585e;
  line-height: 1em;
  height: 15px;
}
#container.town .weekly li .ico_stateWrap {
  text-align: center;
}
#container.town .weekly li .ico_stateWrap .info_data {
  display: inline-block;
}
#container.town .weekly li .ico_stateWrap .info_data .ico_state {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
}
#container.town .weekly li .ico_stateWrap .info_data .afternoon {
  display: flex;
  gap: 5px;
}
#container.town .weekly li .ico_stateWrap .info_data .temperature {
  font-size: 15px;
  color: #777;
}
#container.town .weekly li .ico_stateWrap .info_data .temperText {
  font-size: 14PX;
  color: #777;
}
#container.town .weekly li .ico_stateWrap .info_data + .info_data {
  margin-left: 10px;
}
#container.town .weekly li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 53px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  box-sizing: border-box;
  border: 2px solid #bdbdbd;
  border-radius: 5px;
  background: #fff;
}
#container.town .weekly li:last-of-type {
  margin-right: 0;
}

#container.special .topArea {
  padding-top: 100px;
  background: #f1f1f1;
}
#container.special .topArea h2 i {
  display: inline-block;
  margin-left: 3px;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #b2b2b2;
}
#container.special .topArea h2 i:after {
  content: "?";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 22px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
}
#container.special .specialCont {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#container.special .specialWapper .leftArea {
  float: left;
  position: relative;
  width: 700px;
  height: 700px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.special .specialWapper .leftArea .svgArea {
  width: 698px;
  height: 698px;
  position: relative;
  overflow: hidden;
}
#container.special .specialWapper .leftArea .svgArea svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100% !important;
  width: 892px !important;
}
#container.special .specialWapper .leftArea .mapState {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#container.special .specialWapper .rightArea {
  float: right;
  width: 440px;
  height: 700px;
}
#container.special .specialWapper .rightArea .titArea h2 {
  float: left;
  height: 42px;
  margin-bottom: 13px;
}
#container.special .specialWapper .rightArea .titArea span {
  float: right;
  margin-top: 18px;
  font-weight: 200;
  color: #777;
  font-size: 14px;
}
#container.special .specialWapper .rightArea .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.special .specialWapper .rightArea .scrollArea {
  height: 645px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#container.special .specialWapper .rightArea .scrollArea .scrollWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px 10px;
  border: 1px solid #d2d2d2;
  background: #fff;
  box-sizing: border-box;
}
#container.special .specialWapper .rightArea .scrollArea ul {
  padding: 10px 30px;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
#container.special .specialWapper .rightArea .scrollArea ul li {
  margin-bottom: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid #d2d2d2;
}
#container.special .specialWapper .rightArea .scrollArea ul li p {
  font-size: 14px;
  line-height: 1.7em;
}
#container.special .specialWapper .rightArea .scrollArea ul li .utilArea {
  margin-bottom: 14px;
}
#container.special .specialWapper .rightArea .scrollArea ul li .utilArea em {
  float: left;
  height: 24px;
  line-height: 24px;
  padding: 0 14px;
  font-size: 15px;
  border-radius: 12px;
  color: #fff;
  background: #000;
}
#container.special .specialWapper .rightArea .scrollArea ul li .utilArea em.level1 {
  background: #ff7815;
}
#container.special .specialWapper .rightArea .scrollArea ul li .utilArea em.level2 {
  background: #e44850;
}
#container.special .specialWapper .rightArea .scrollArea ul li .utilArea span {
  float: right;
  margin-bottom: 4px;
  font-size: 12px;
  color: #9496a3;
}
#container.special .specialWapper .rightArea .scrollArea ul li .utilArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.special .specialWapper .rightArea .scrollArea ul li.none {
  line-height: 560px !important;
  height: 560px !important;
}
#container.special .specialWapper .rightArea .scrollArea ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#container.special .specialWapper .rightArea .scrollArea .noti {
  position: relative;
  margin-top: 4px;
  color: #777;
  float: right;
  font-size: 13px;
}
#container.special .specialWapper:after {
  content: "";
  display: block;
  clear: both;
}

#layerArea.addressPop {
  width: 520px;
  height: 486px;
}
#layerArea.addressPop .addressPopWrap {
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
#layerArea.addressPop .addressPopWrap h4 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #282828;
}
#layerArea.addressPop .addressPopWrap .scrollArea {
  border: 1px solid #ddd;
  border-bottom: 0;
  max-height: 246px;
  position: relative;
}
#layerArea.addressPop .addressPopWrap .scrollArea > div {
  position: relative;
}
#layerArea.addressPop .addressPopWrap .scrollArea > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
#layerArea.addressPop .addressPopWrap .scrollArea ul li {
  float: left;
  width: 33.3%;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
#layerArea.addressPop .addressPopWrap .scrollArea ul li a {
  display: block;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  letter-spacing: -1px;
  color: #777777;
}
#layerArea.addressPop .addressPopWrap .scrollArea ul li:nth-child(1), #layerArea.addressPop .addressPopWrap .scrollArea ul li:nth-child(2), #layerArea.addressPop .addressPopWrap .scrollArea ul li:nth-child(3) {
  border-top: 0;
}
#layerArea.addressPop .addressPopWrap .scrollArea ul li:nth-child(3n+2) {
  width: 33.4%;
}
#layerArea.addressPop .addressPopWrap .scrollArea ul li:nth-child(3n+3) {
  border-right: 0;
}
#layerArea.addressPop .addressPopWrap .scrollArea ul li.on {
  background: #f6f6f6;
}
#layerArea.addressPop .addressPopWrap .scrollArea ul li.on a {
  color: #282828;
}
#layerArea.addressPop .addressPopWrap .scrollArea ul:after {
  content: "";
  display: block;
  clear: both;
}
#layerArea.addressPop .addressPopWrap .selectArea {
  margin-bottom: 24px;
  background: #f9f9f9;
  border-radius: 38px;
  border: 1px solid #ddd;
}
#layerArea.addressPop .addressPopWrap .selectArea li {
  float: left;
  width: 33.3%;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  position: relative;
  box-sizing: border-box;
}
#layerArea.addressPop .addressPopWrap .selectArea li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  color: #777;
}
#layerArea.addressPop .addressPopWrap .selectArea li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px -11px 0 0;
  background: url(/static/images/common/ico_common.png) no-repeat -50px -175px;
}
#layerArea.addressPop .addressPopWrap .selectArea li:last-child::after {
  display: none;
}
#layerArea.addressPop .addressPopWrap .selectArea li:nth-child(2) {
  width: 33.4%;
}
#layerArea.addressPop .addressPopWrap .selectArea li.on a {
  font-weight: 500;
  color: #282828;
}
#layerArea.addressPop .addressPopWrap .selectArea:after {
  content: "";
  display: block;
  clear: both;
}
#layerArea.addressPop .addressPopWrap .btnArea {
  margin-top: 20px;
}
#layerArea.addressPop .addressPopWrap .btnArea a {
  display: block;
  text-align: center;
  height: 48px;
  line-height: 48px;
  background: #0088c8;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
#layerArea.addressPop .pop_close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -375px;
}

#layerArea.messagePop {
  padding: 20px;
  width: 682px;
}
#layerArea.messagePop .messagePopWrap > strong {
  display: block;
  font-size: 24px;
  margin-bottom: 28px;
}
#layerArea.messagePop .messagePopWrap .btnAll {
  display: block;
  height: 43px;
  margin-bottom: 14px;
  line-height: 41px;
  border: 1px solid #ddd;
  text-align: center;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 16px;
  color: #777;
}
#layerArea.messagePop .messagePopWrap .btnAll.on {
  color: #0088c8;
  border: 1px solid #0088c8;
  background: #def1fa;
}
#layerArea.messagePop .messagePopWrap ul {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#layerArea.messagePop .messagePopWrap ul li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#layerArea.messagePop .messagePopWrap ul li a {
  display: block;
  height: 40px;
  padding: 0 20px;
  line-height: 39px;
  box-sizing: border-box;
  color: #777;
  font-size: 16px;
}
#layerArea.messagePop .messagePopWrap ul li.on a {
  color: #0088c8;
  padding: 0 19px;
  line-height: 37px;
  border: 1px solid #0088c8;
  background: #def1fa;
}
#layerArea.messagePop .messagePopWrap ul:after {
  content: "";
  display: block;
  clear: both;
}
#layerArea.messagePop .messagePopWrap .btnArea {
  text-align: center;
  padding-top: 20px;
}
#layerArea.messagePop .messagePopWrap .btnArea a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #0088c8;
}
#layerArea.messagePop .pop_close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -375px;
}

#layerArea.earthquakePop {
  width: 618px;
  height: 690px;
}
#layerArea.earthquakePop .earthquakePopWrap {
  padding: 28px 20px 0;
}
#layerArea.earthquakePop .earthquakePopWrap strong {
  display: block;
  margin-bottom: 25px;
  font-size: 24px;
}
#layerArea.earthquakePop .earthquakePopWrap .imgArea {
  display: block;
  width: 578px;
  height: 572px;
  box-sizing: border-box;
  table-layout: fixed;
}
#layerArea.earthquakePop .earthquakePopWrap .imgArea .imgWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ddd;
}
#layerArea.earthquakePop .earthquakePopWrap .imgArea .imgWrap img {
  max-width: 100%;
  max-height: 100%;
}
#layerArea.earthquakePop .earthquakePopWrap .imgArea .imgWrap span {
  position: relative;
  font-size: 18px;
  font-weight: 200;
}
#layerArea.earthquakePop .earthquakePopWrap .imgArea .imgWrap span:before {
  content: "";
  display: inline-block;
  margin-top: -2px;
  margin-right: 4px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -50px -350px;
}
#layerArea.earthquakePop .pop_close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -375px;
}

#layerArea.sharePop {
  width: 400px;
  height: 218px;
  transform: translate(-50%, -50%);
}
#layerArea.sharePop .sharePopWrap {
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
#layerArea.sharePop .sharePopWrap h4 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #282828;
}
#layerArea.sharePop .sharePopWrap > div {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  width: 100%;
}
#layerArea.sharePop .sharePopWrap > div a.ico_kakao {
  display: block;
  position: relative;
  width: 120px;
  height: 49px;
  overflow: hidden;
  padding-left: 49px;
}
#layerArea.sharePop .sharePopWrap > div a.ico_kakao:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 49px;
  height: 49px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -856px 0;
}
#layerArea.sharePop .sharePopWrap > div a.ico_kakao:after {
  background: url("/static/images/common/kakao_share.png") no-repeat;
}
#layerArea.sharePop .sharePopWrap > div a.ico_kakao span {
  font-size: 18px;
  line-height: 49px;
  margin-left: 9px;
}
#layerArea.sharePop .sharePopWrap > div .urlArea {
  margin-top: 20px;
  border: 1px solid #ddd;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
#layerArea.sharePop .sharePopWrap > div .urlArea #shareUrl {
  width: calc(100% - 67px);
  height: 36px;
  line-height: 36px;
  border: 0;
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  font-weight: 200;
  padding: 0 14px;
  background-color: #f8f8f8;
}
#layerArea.sharePop .sharePopWrap > div .urlArea .ico_url {
  width: 67px;
  display: inline-block;
  float: left;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}
#layerArea.sharePop .sharePopWrap > div .urlArea .ico_url span {
  height: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.04em;
  font-weight: 300;
}
#layerArea.sharePop .sharePopWrap .btnArea {
  text-align: center;
  padding-top: 20px;
}
#layerArea.sharePop .sharePopWrap .btnArea a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #0088c8;
}
#layerArea.sharePop .pop_close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -375px;
}

#container.cctv {
  background: #f1f1f1;
}
#container.cctv .cctvContents {
  width: 1180px;
  margin: 0 auto;
  padding-top: 75px;
}
#container.cctv .cctvWrap .leftArea {
  float: left;
  position: relative;
  width: 780px;
  height: 558px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.cctv .cctvWrap .leftArea .icoList {
  padding-top: 14px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 260px;
  height: 110px;
  border: 1px solid #c6c7c7;
  border-radius: 5px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.85);
}
#container.cctv .cctvWrap .leftArea .icoList ul {
  display: inline-block;
  width: 213px;
}
#container.cctv .cctvWrap .leftArea .icoList li {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  position: relative;
  padding-left: 30px;
  text-align: left;
  width: 105px;
  font-size: 13px;
  color: #777;
  box-sizing: border-box;
}
#container.cctv .cctvWrap .leftArea .icoList li:nth-child(1),
#container.cctv .cctvWrap .leftArea .icoList li:nth-child(2) {
  margin-top: 0;
}
#container.cctv .cctvWrap .leftArea .mapController {
  top: auto;
  bottom: 0;
  right: 10px;
}
#container.cctv .cctvWrap .rightArea {
  float: right;
  width: 360px;
  padding: 20px 5px;
  height: 558px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  background: #fff;
}
#container.cctv .cctvWrap .rightArea .eui_selectTypeA {
  display: block;
  margin: 0 auto;
}
#container.cctv .cctvWrap .rightArea .cctvList {
  padding: 0 5px 0 16px;
  margin-top: 16px;
  height: 452px;
  overflow: auto;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li {
  position: relative;
  padding-left: 150px;
  margin-bottom: 12px;
  min-height: 80px;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li a {
  display: block;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li a .thumArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li a .thumArea img {
  width: 140px;
  height: 80px;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li a .textArea {
  box-sizing: border-box;
  display: table-cell;
  width: 165px;
  height: 80px;
  vertical-align: middle;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li a .textArea em {
  display: inline-block;
  height: 20px;
  /*,ico_seoul:45px*/
}
#container.cctv .cctvWrap .rightArea .cctvList ul li a .textArea em.ico_kbs {
  width: 45px;
  background: url(/static/images/special/ico_kbs.gif) no-repeat 0 0;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li a .textArea em.ico_police {
  width: 51px;
  background: url(/static/images/special/ico_police.gif) no-repeat 0 0;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li a .textArea em.ico_safety {
  width: 55px;
  background: url(/static/images/special/ico_safety.gif) no-repeat 0 0;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li a .textArea em.ico_ex {
  width: 82px;
  background: url(/static/images/special/ico_ex.gif) no-repeat 0 0;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li a .textArea em.ico_water {
  width: 36px;
  background: url(/static/images/special/ico_water.gif) no-repeat 0 0;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li a .textArea strong {
  display: block;
  font-size: 15px;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li a .textArea span {
  display: block;
  font-size: 14px;
  color: #777;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li a:after {
  content: "";
  display: block;
  clear: both;
}
#container.cctv .cctvWrap .rightArea .cctvList ul li:last-of-type {
  margin-bottom: 0;
}
#container.cctv .cctvWrap .btn_wrap {
  margin-top: 30px;
}
#container.cctv .cctvWrap .btn_wrap .more {
  background-color: #777;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 150px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
}
#container.cctv .cctvWrap:after {
  content: "";
  display: block;
  clear: both;
}

#cctvPop {
  position: absolute;
  width: 462px;
  height: 364px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 22;
}
#cctvPop .cctvPopWrap {
  padding: 20px 20px 0;
}
#cctvPop .cctvPopWrap strong {
  display: block;
  font-size: 18px;
  padding-right: 20px;
  min-height: 27px;
}
#cctvPop .cctvPopWrap strong .ico_share {
  margin-left: 9px;
  width: 20px;
  height: 20px;
}
#cctvPop .cctvPopWrap strong .ico_share {
  position: absolute;
  right: unset;
  top: 24px !important;
}
#cctvPop .cctvPopWrap > p {
  margin-bottom: 35px;
  font-size: 15px;
  color: #777;
  padding-right: 20px;
  position: relative;
}
#cctvPop .cctvPopWrap .playerArea {
  position: relative;
  height: 250px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
#cctvPop .cctvPopWrap .playerArea > div {
  height: 250px !important;
}
#cctvPop .cctvPopWrap .playerArea em {
  position: absolute;
  left: 0;
  top: -21px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
}
#cctvPop .cctvPopWrap .playerArea em.live {
  background: #f2212c;
}
#cctvPop .cctvPopWrap .playerArea em.vod {
  background: #1a4895;
}
#cctvPop .cctvPopWrap .playerArea .ghost {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#cctvPop .cctvPopWrap .playerArea .ghost .ghostWrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
#cctvPop .cctvPopWrap .playerArea .ghost .ghostWrap p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
#cctvPop .cctvPopWrap .playerArea .ghost .ghostWrap a {
  display: inline-block;
  padding: 3px 17px;
  font-size: 14px;
  color: #fff;
  background: #2d8ab5;
}
#cctvPop .cctvPopWrap > span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #9496a3;
  font-weight: 200;
}
#cctvPop .cctvPopClose {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -375px;
}

#cctvPopBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 21;
}

#container.downpour .downpourWrap {
  width: 1180px;
  padding-top: 100px;
  margin: 0 auto 50px;
}
#container.downpour .downpourWrap .leftArea {
  float: left;
  position: relative;
  width: 780px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.downpour .downpourWrap .leftArea #mapContent {
  height: 758px;
  width: 778px;
}
#container.downpour .downpourWrap .leftArea .mapArea {
  position: relative;
}
#container.downpour .downpourWrap .leftArea .mapArea .mapList {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
#container.downpour .downpourWrap .leftArea .mapArea .mapList ul li {
  width: 80px;
  margin-bottom: 2px;
  background: rgba(84, 88, 95, 0.6);
}
#container.downpour .downpourWrap .leftArea .mapArea .mapList ul li > a {
  display: block;
  padding: 9px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#container.downpour .downpourWrap .leftArea .mapArea .mapList ul li > strong {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
#container.downpour .downpourWrap .leftArea .mapArea .mapList ul li.on {
  background: rgba(40, 40, 72, 0.8);
}
#container.downpour .downpourWrap .leftArea .mapArea .mapList ul li:last-child {
  margin-bottom: 0;
}
#container.downpour .downpourWrap .leftArea .mapArea .mapController {
  top: auto;
  bottom: 10px;
  right: 10px;
}
#container.downpour .downpourWrap .leftArea .mapArea .mapController.bot {
  bottom: 52px;
}
#container.downpour .downpourWrap .leftArea .mapArea .mapController > span {
  margin-bottom: 0;
}
#container.downpour .downpourWrap .leftArea .mapArea .utilMap {
  top: 0;
  z-index: 2;
}
#container.downpour .downpourWrap .leftArea .mapArea .explanationBox {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#container.downpour .downpourWrap .leftArea .mapArea .explanationBox strong {
  display: inline-block;
  position: relative;
  padding: 0 13px;
  height: 27px;
  line-height: 27px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #dd5444;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  border-bottom: 0;
  background: #fff;
  z-index: 2;
}
#container.downpour .downpourWrap .leftArea .mapArea .explanationBox ul {
  position: relative;
  width: 443px;
  margin-top: -1px;
  padding: 7px 10px 7px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
  border: 1px solid #cdcdcd;
  z-index: 1;
  text-align: center;
}
#container.downpour .downpourWrap .leftArea .mapArea .explanationBox ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  font-size: 12px;
  color: #777;
  padding-left: 15px;
}
#container.downpour .downpourWrap .leftArea .mapArea .explanationBox ul li:nth-of-type(1)::after {
  border-color: #2867cd;
  background: #1688f3;
}
#container.downpour .downpourWrap .leftArea .mapArea .explanationBox ul li:nth-of-type(2)::after {
  border-color: #633587;
  background: #7030a0;
}
#container.downpour .downpourWrap .leftArea .mapArea .explanationBox ul li:nth-of-type(3)::after {
  border-color: #27a441;
  background: #1ac03b;
}
#container.downpour .downpourWrap .leftArea .mapArea .explanationBox ul li:nth-of-type(4)::after {
  border-color: #cd9d35;
  background: #fdb00b;
}
#container.downpour .downpourWrap .leftArea .mapArea .explanationBox ul li:nth-of-type(5)::after {
  border-color: #c12433;
  background: #f23849;
}
#container.downpour .downpourWrap .leftArea .mapArea .explanationBox ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #333;
  transform: translateY(-50%);
}
#container.downpour .downpourWrap .leftArea .mapArea .explanationBox ul li:last-of-type {
  margin-right: 0;
}
#container.downpour .downpourWrap .leftArea .mapArea .explanationBox ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.downpour .downpourWrap .leftArea #radar, #container.downpour .downpourWrap .leftArea #weather {
  display: none;
  height: 758px;
}
#container.downpour .downpourWrap .leftArea #weather {
  position: relative;
  overflow: hidden;
}
#container.downpour .downpourWrap .leftArea #weather svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100% !important;
  width: 100% !important;
  background: #eef1f6;
}
#container.downpour .downpourWrap .leftArea #weather .mapState {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#container.downpour .downpourWrap .leftArea .depthArea {
  height: 758px;
}
#container.downpour .downpourWrap .leftArea .lightningArea {
  height: 758px;
  position: relative;
}
#container.downpour .downpourWrap .leftArea .lightningArea .imgArea {
  position: absolute;
  left: 0;
  top: 0;
  height: 758px;
  width: 100%;
}
#container.downpour .downpourWrap .leftArea .lightningArea .imgArea img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 578px;
  transition: all 0.2s cubic-bezier(0, 0, 0, 1) 0s;
  opacity: 0;
}
#container.downpour .downpourWrap .leftArea .lightningArea .imgArea img:nth-of-type(1) {
  opacity: 1;
}
#container.downpour .downpourWrap .leftArea .lightningArea .radioAction {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  background: #fff;
}
#container.downpour .downpourWrap .leftArea .mapPlayer {
  width: 778px;
  height: 758px;
}
#container.downpour .downpourWrap .leftArea .mapPlayer img {
  width: 778px;
  height: 758px;
}
#container.downpour .downpourWrap .leftArea > .sourceText {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 14px;
}
#container.downpour .downpourWrap .rightArea {
  float: right;
  width: 360px;
}
#container.downpour .downpourWrap .rightArea .titArea {
  position: relative;
  height: 42px;
}
#container.downpour .downpourWrap .rightArea .titArea strong {
  float: left;
  font-weight: 500;
  font-size: 28px;
  color: #282828;
}
#container.downpour .downpourWrap .rightArea .titArea span {
  float: left;
  margin-top: 14px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 200;
  color: #777;
  letter-spacing: -1px;
}
#container.downpour .downpourWrap .rightArea .titArea .ico_share {
  position: absolute;
  right: 0;
  top: 12px;
}
#container.downpour .downpourWrap .rightArea .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.downpour .downpourWrap .rightArea .news .titArea {
  margin-bottom: 20px;
}
#container.downpour .downpourWrap .rightArea .news #note {
  padding: 20px 5px 20px 0;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
#container.downpour .downpourWrap .rightArea .news #note .scr1 {
  height: 294px;
  padding: 10px 25px 10px 30px;
  box-sizing: border-box;
}
#container.downpour .downpourWrap .rightArea .news #note .scr1 p {
  font-weight: 300;
  font-size: 15px;
  color: #777;
}
#container.downpour .downpourWrap .rightArea .news #note .scr1 p.none {
  height: 274px !important;
  line-height: 260px !important;
}
#container.downpour .downpourWrap .rightArea .status {
  margin-bottom: 50px;
}
#container.downpour .downpourWrap .rightArea .status #alarm ul {
  height: 244px;
}
#container.downpour .downpourWrap .rightArea .status #alarm ul li.none {
  height: 184px !important;
  line-height: 184px !important;
}
#container.downpour .downpourWrap .rightArea .status #alarm ul li.none:before {
  content: "" !important;
  display: inline-block !important;
  margin-top: -2px;
  margin-right: 4px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -50px -350px;
}
#container.downpour .downpourWrap .rightArea .status .noti {
  position: relative;
  margin-top: 4px;
  color: #777;
  float: right;
  font-size: 13px;
}
#container.downpour .downpourWrap:after {
  content: "";
  display: block;
  clear: both;
}
#container.downpour .graphArea .graphWrap {
  width: 1200px;
  margin: 0 auto;
}
#container.downpour .graphArea .graphWrap .titArea {
  margin-bottom: 15px;
}
#container.downpour .graphArea .graphWrap .titArea h2 {
  float: left;
  margin-bottom: 0;
}
#container.downpour .graphArea .graphWrap .titArea span {
  float: right;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 200;
  color: #777;
  letter-spacing: -1px;
}
#container.downpour .graphArea .graphWrap .titArea:after {
  content: "";
  display: block;
  clear: both;
}

#container.flood .statusCont .statusWrap {
  width: 1180px;
  margin: 0 auto 60px;
  padding-top: 100px;
  overflow: hidden;
}
#container.flood .statusCont .statusWrap .leftArea {
  float: left;
  position: relative;
  width: 570px;
  height: 532px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.flood .statusCont .statusWrap .leftArea .explanationBox {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#container.flood .statusCont .statusWrap .leftArea .explanationBox strong {
  display: inline-block;
  position: relative;
  padding: 0 13px;
  height: 27px;
  line-height: 27px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #dd5444;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  border-bottom: 0;
  background: #fff;
  z-index: 2;
}
#container.flood .statusCont .statusWrap .leftArea .explanationBox ul {
  position: relative;
  width: 153px;
  margin-top: -1px;
  padding: 7px 10px 7px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
  border: 1px solid #cdcdcd;
  z-index: 1;
  text-align: center;
}
#container.flood .statusCont .statusWrap .leftArea .explanationBox ul li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  color: #777;
  padding-left: 15px;
}
#container.flood .statusCont .statusWrap .leftArea .explanationBox ul li:nth-of-type(1)::after {
  border-color: #cb3239;
  background: #ff7815;
}
#container.flood .statusCont .statusWrap .leftArea .explanationBox ul li:nth-of-type(2)::after {
  border-color: #da772e;
  background: #e44850;
}
#container.flood .statusCont .statusWrap .leftArea .explanationBox ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #333;
  transform: translateY(-50%);
}
#container.flood .statusCont .statusWrap .leftArea .explanationBox ul li:last-of-type {
  margin-right: 0;
}
#container.flood .statusCont .statusWrap .leftArea .explanationBox ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.flood .statusCont .statusWrap .leftArea .mapController {
  right: 10px;
  bottom: 44px;
  top: auto;
}
#container.flood .statusCont .statusWrap .rightArea {
  float: right;
  position: relative;
  width: 610px;
  height: 532px;
  box-sizing: border-box;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea {
  width: 570px;
  height: 532px;
  margin-left: 40px;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont {
  position: relative;
  margin-bottom: 25px;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont h2 {
  line-height: 1em;
  height: 28px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont h2 a {
  display: inline-block;
  width: 133px;
  height: 30px;
  line-height: 30px;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #0186c5;
  margin-left: 10px;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont h2 a span {
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont h2 a span:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
  background: url("/static/images/common/arr_white_big.png") no-repeat 0 0;
  background-size: 100%;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont .sortList {
  position: absolute;
  right: 0;
  top: 0;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont .sortList li {
  float: left;
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont .sortList li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 200;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont .sortList li.on a {
  color: #0088c8;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont .sortList li.on a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  margin: 0;
  background: #5fb4dc;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont .sortList li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  margin: -8px 0 0 0;
  background: #ddd;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont .sortList li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont .sortList li:last-child::after {
  display: none;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .titCont .sortList:after {
  content: "";
  display: block;
  clear: both;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .tableArea .tableTypeC thead th {
  padding: 14px 10px;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .tableArea .tableTypeC tbody td {
  padding: 5px 10px;
}
#container.flood .statusCont .statusWrap .rightArea .bordArea .paging {
  padding-top: 10px;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: all 0.2s cubic-bezier(0, 0, 0, 1) 0.3s;
  z-index: 1;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep {
  position: relative;
  width: 610px;
  height: 532px;
  padding: 30px 30px 0;
  border: 1px solid #d2d2d2;
  border-left: 0;
  box-sizing: border-box;
  z-index: 2;
  background: #fff;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep > .titArea {
  height: 28px;
  margin-bottom: 25px;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep > .titArea h2 {
  float: left;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 0;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep > .titArea span {
  float: right;
  line-height: 1.2em;
  margin-top: 4px;
  font-weight: 200;
  font-size: 16px;
  color: #54585e;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep > .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .displayArea {
  text-align: center;
  height: 40px;
  margin-bottom: 25px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .displayArea li {
  float: left;
  position: relative;
  width: 50%;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  font-weight: 200;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .displayArea li strong {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .displayArea li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: #ddd;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .displayArea li:last-of-type::after {
  display: none;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .displayArea li:nth-of-type(1) strong {
  color: #fe7815;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .displayArea li:nth-of-type(2) strong {
  color: #f1000c;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .displayArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep h3 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2em;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord {
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .titArea {
  float: left;
  position: relative;
  width: 107px;
  background: #f6f6f6;
  box-shadow: 7px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .titArea strong {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .titArea strong:nth-of-type(1) {
  height: 73px;
  line-height: 72px;
  border-bottom: 1px solid #dddddd;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .titArea strong:nth-of-type(2) {
  height: 51px;
  line-height: 51px;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .realSlideWrap {
  float: left;
  position: relative;
  width: 440px;
  overflow: hidden;
  background: #ffffff;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .realSlideWrap .realSlide ul li {
  float: left;
  width: 25%;
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .realSlideWrap .realSlide ul li span {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 200;
  box-sizing: border-box;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .realSlideWrap .realSlide ul li span:nth-of-type(1) {
  height: 74px;
  padding-top: 16px;
  border-bottom: 1px solid #dddddd;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .realSlideWrap .realSlide ul li span:nth-of-type(2) {
  height: 51px;
  line-height: 51px;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .realSlideWrap .realSlide ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .realSlideWrap .swiper-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  height: 32px;
  width: 31px;
  margin-top: -5px;
  background: rgba(0, 0, 0, 0.2);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .realSlideWrap .swiper-button-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -9px;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -350px;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .realSlideWrap .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  height: 32px;
  width: 31px;
  margin-top: -5px;
  background: rgba(0, 0, 0, 0.2);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord .realSlideWrap .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -15px;
  background: url(/static/images/common/ico_common.png) no-repeat 0 -325px;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .realBord:after {
  content: "";
  display: block;
  clear: both;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .caution {
  text-align: right;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .caution li {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  margin-left: 20px;
  font-size: 12px;
  color: #777;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .caution li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .caution li:nth-of-type(1)::after {
  background: #08b982;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .caution li:nth-of-type(2)::after {
  background: #ff7815;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .caution li:nth-of-type(3)::after {
  background: #f1000c;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea {
  position: relative;
  width: 511px;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .lineArea span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: url(/static/images/common/dot2.gif) repeat-x 0 50%;
  z-index: 10;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .lineArea span:first-of-type {
  background: #000;
  bottom: 0;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .lineArea span:nth-child(2) {
  bottom: 14.2%;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .lineArea span:nth-child(3) {
  bottom: 28.4%;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .lineArea span:nth-child(4) {
  bottom: 42.6%;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .lineArea span:nth-child(5) {
  bottom: 56.8%;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .lineArea span:nth-child(6) {
  bottom: 71%;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .lineArea span:nth-child(7) {
  bottom: 85.2%;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .pointArea span.ico_caution {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ff7815;
  z-index: 10;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .pointArea span.ico_caution i {
  position: absolute;
  right: 0;
  top: 50%;
  padding-left: 10px;
  transform: translate(100%, -50%);
  font-style: normal;
  font-size: 14px;
  color: #ff7815;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .pointArea span.ico_caution:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff7815;
  transform: translateY(-50%);
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .pointArea span.ico_warning {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #f1000c;
  z-index: 10;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .pointArea span.ico_warning i {
  position: absolute;
  right: 0;
  top: 50%;
  padding-left: 10px;
  transform: translate(100%, -50%);
  font-style: normal;
  font-size: 14px;
  color: #f1000c;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .pointArea span.ico_warning:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f1000c;
  transform: translateY(-50%);
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .pointArea span.ico_now {
  position: absolute;
  right: -5px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #1a4895;
  border: 2px solid #fff;
  transform: translateY(50%);
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .bgArea .pointArea span.ico_now i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  font-size: 13px;
  color: #1a4895;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .xChartWrap .xChart {
  position: relative;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .xChartWrap .xChart li {
  float: left;
  width: 60px;
  margin-right: 16px;
  font-size: 12px;
  color: #54585e;
  line-height: 1.2em;
  padding-top: 5px;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .xChartWrap .xChart li strong {
  display: block;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .xChartWrap .xChart li span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #54585e;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .xChartWrap .xChart li span i {
  font-style: normal;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .xChartWrap .xChart li:last-of-type {
  margin-right: 0;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .xChartWrap .xChart:after {
  content: "";
  display: block;
  clear: both;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .bridgeWrep .graphArea .xChartWrap > span {
  position: absolute;
  right: 10px;
  bottom: 17px;
  font-size: 13px;
  color: #1a4895;
  line-height: 1em;
  text-align: center;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .infoClose {
  position: absolute;
  left: 0;
  top: 1px;
  width: 42px;
  height: 60px;
  transform: translateX(0);
  background: #fff;
  transition: all 0.2s cubic-bezier(0, 0, 0, 1) 0s;
  z-index: 1;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo .infoClose:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -25px -375px;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo.on {
  transform: translateX(0);
  transition: all 0.2s cubic-bezier(0, 0, 0, 1) 0s;
}
#container.flood .statusCont .statusWrap .rightArea .bridgeInfo.on .infoClose {
  left: -1px;
  transform: translateX(-100%);
  transition: all 0.2s cubic-bezier(0, 0, 0, 1) 0.3s;
}
#container.flood .statusCont .statusWrap > .sourceText {
  display: block;
  clear: both;
  padding-top: 5px;
  font-size: 14px;
}
#container.flood .statusCont .statusWrap:after {
  content: "";
  display: block;
  clear: both;
}
#container.flood .infoTable {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
}
#container.flood .infoTable > .titArea {
  margin-bottom: 25px;
}
#container.flood .infoTable > .titArea h2 {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
#container.flood .infoTable > .titArea em {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 14px;
  color: #54585e;
}
#container.flood .infoTable > .titArea span {
  display: inline-block;
  position: relative;
  bottom: -7px;
  margin-left: 14px;
  font-size: 14px;
  font-weight: 200;
  color: #777;
  letter-spacing: -1px;
}
#container.flood .infoTable #eui_0 {
  position: absolute;
  top: 0;
  right: 0;
}
#container.flood .infoTable .tableTypeScroll {
  margin-top: 17px;
}
#container.flood .infoTable .tableTypeScroll th, #container.flood .infoTable .tableTypeScroll td {
  width: 147px;
}
#container.flood .infoTable .tableTypeScroll th:last-of-type, #container.flood .infoTable .tableTypeScroll td:last-of-type {
  width: 150px;
}
#container.flood .infoTable .tableTypeScroll td em {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-left: 8px;
  vertical-align: middle;
  border-radius: 50%;
}
#container.flood .infoTable .tableTypeScroll td em.ico_up {
  background: #e44850;
}
#container.flood .infoTable .tableTypeScroll td em.ico_up:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -12px;
  background: url(/static/images/common/ico_common.png) no-repeat -100px -250px;
}
#container.flood .infoTable .tableTypeScroll td em.ico_maintain {
  background: #d3d3d3;
}
#container.flood .infoTable .tableTypeScroll td em.ico_maintain:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -12px;
  background: url(/static/images/common/ico_common.png) no-repeat -100px -275px;
}
#container.flood .infoTable .tableTypeScroll td em.ico_down {
  background: #1a4895;
}
#container.flood .infoTable .tableTypeScroll td em.ico_down:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -12px;
  background: url(/static/images/common/ico_common.png) no-repeat -100px -300px;
}
#container.flood .infoTable .tableTypeScroll .bodyArea {
  border-bottom: 1px solid #d2d2d2;
}
#container.flood .infoTable .tableTypeScroll .bodyArea.over td:last-of-type {
  width: 148px;
}
#container.flood .infoTable .tableTypeScroll .bodyArea .tableBody {
  width: calc(100% + 4px);
  border-bottom: 0;
}
#container.flood .infoTable .tableTypeScroll .bodyArea .tableBody tbody tr:last-child td {
  border-bottom: 0;
}

#container.landslide .landslideContent .landslideWrap {
  width: 1180px;
  margin: 0 auto 60px;
  padding-top: 100px;
}
#container.landslide .landslideContent .landslideWrap .leftArea {
  float: left;
  position: relative;
  width: 570px;
  height: 532px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.landslide .landslideContent .landslideWrap .leftArea .svgArea {
  position: relative;
  height: 530px;
  width: 568px;
  overflow: hidden;
  background: #eceff6;
}
#container.landslide .landslideContent .landslideWrap .leftArea .svgArea svg {
  position: absolute;
  left: 50%;
  height: 530px;
  transform: translateX(-50%);
}
#container.landslide .landslideContent .landslideWrap .leftArea .explanationBox {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#container.landslide .landslideContent .landslideWrap .leftArea .explanationBox strong {
  display: inline-block;
  position: relative;
  padding: 0 13px;
  height: 27px;
  line-height: 27px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #dd5444;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  border-bottom: 0;
  background: #fff;
  z-index: 2;
}
#container.landslide .landslideContent .landslideWrap .leftArea .explanationBox ul {
  position: relative;
  width: 150px;
  margin-top: -1px;
  padding: 7px 10px 7px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
  border: 1px solid #cdcdcd;
  z-index: 1;
  text-align: center;
}
#container.landslide .landslideContent .landslideWrap .leftArea .explanationBox ul li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  color: #777;
  padding-left: 15px;
}
#container.landslide .landslideContent .landslideWrap .leftArea .explanationBox ul li:nth-of-type(1)::after {
  border-color: #da772e;
  background: #ff7815;
}
#container.landslide .landslideContent .landslideWrap .leftArea .explanationBox ul li:nth-of-type(2)::after {
  border-color: #cb3239;
  background: #e44850;
}
#container.landslide .landslideContent .landslideWrap .leftArea .explanationBox ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #333;
  transform: translateY(-50%);
}
#container.landslide .landslideContent .landslideWrap .leftArea .explanationBox ul li:last-of-type {
  margin-right: 0;
}
#container.landslide .landslideContent .landslideWrap .leftArea .explanationBox ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.landslide .landslideContent .landslideWrap .leftArea .mapController {
  right: 10px;
  bottom: 44px;
  top: auto;
}
#container.landslide .landslideContent .landslideWrap .leftArea > .sourceText {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 14px;
}
#container.landslide .landslideContent .landslideWrap .rightArea {
  float: right;
  position: relative;
  width: 610px;
  height: 532px;
  box-sizing: border-box;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea {
  width: 570px;
  height: 532px;
  margin-left: 40px;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea > .titArea {
  height: 28px;
  margin-bottom: 25px;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea > .titArea h2 {
  float: left;
  line-height: 1em;
  margin-bottom: 0;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea > .titArea ul {
  float: right;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea > .titArea ul li {
  float: left;
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea > .titArea ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 200;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea > .titArea ul li.on a {
  color: #0088c8;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea > .titArea ul li.on a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  margin: 0;
  background: #5fb4dc;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea > .titArea ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  margin: -8px 0 0 0;
  background: #ddd;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea > .titArea ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea > .titArea ul li:last-child::after {
  display: none;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea > .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea .tableArea .tableTypeC thead th {
  padding: 14px 10px;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea .tableArea .tableTypeC tbody td {
  padding: 5px 10px;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea .tableArea .tableTypeC tbody td.none {
  height: 360px !important;
}
#container.landslide .landslideContent .landslideWrap .rightArea .bordArea .paging {
  padding-top: 12px;
}
#container.landslide .landslideContent .landslideWrap:after {
  content: "";
  display: block;
  clear: both;
}

#container.message .listContent .listWrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 60px;
}
#container.message .listContent .listWrap .searchArea {
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid #ddd;
  background: #f6f6f6;
  box-sizing: border-box;
}
#container.message .listContent .listWrap .searchArea a {
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#container.message .listContent .listWrap .searchArea #smsDisasterCd, #container.message .listContent .listWrap .searchArea #smsAreaCd {
  display: inline-block;
  padding: 0 32px 0 20px;
  position: relative;
  width: 215px;
  font-size: 18px;
  font-weight: 300;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  cursor: pointer;
  background: #eaeaea;
}
#container.message .listContent .listWrap .searchArea #smsDisasterCd:after, #container.message .listContent .listWrap .searchArea #smsAreaCd:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 11px;
  height: 7px;
  margin-top: -4px;
  background: url(/static/images/common/blt_select2_up.png) no-repeat 0 0;
  opacity: 1;
}
#container.message .listContent .listWrap .searchArea #smsAreaCd {
  margin-right: 13px;
}
#container.message .listContent .listWrap .searchArea #smsDisasterCd {
  margin-right: 13px;
}
#container.message .listContent .listWrap .searchArea input[type=text] {
  width: 415px;
  height: 48px;
  padding: 0 20px;
  line-height: 46px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
  vertical-align: top;
  font-weight: 300;
  font-size: 18px;
  margin-right: 8px;
}
#container.message .listContent .listWrap .searchArea input[type=text]::placeholder {
  color: #aaaaaa;
}
#container.message .listContent .listWrap .searchArea .btn_search {
  margin-right: 6px;
}
#container.message .listContent .listWrap .searchArea .btn_search {
  display: inline-block;
  line-height: 48px;
  font-size: 18px;
  width: 120px;
  height: 48px;
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #282828;
}
#container.message .listContent .listWrap .searchArea .btn_reset {
  display: inline-block;
  line-height: 48px;
  font-size: 16px;
  width: 100px;
  height: 48px;
  padding: 0;
  border: 1px solid #9496a3;
  color: #9496a3;
  font-weight: 300;
  text-align: center;
  background: none;
}
#container.message .listContent .listWrap table {
  table-layout: fixed;
}
#container.message .listContent .listWrap table tbody td p {
  font-size: 16px;
}
#container.message .listContent .listWrap table tbody td:nth-of-type(4) {
  padding: 14px 10px;
}
#container.message .viewContent .viewWrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 60px;
}
#container.message .viewContent .viewWrap .titArea {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#container.message .viewContent .viewWrap .titArea strong {
  float: left;
  padding: 15px 34px;
  font-size: 16px;
  background: #f6f6f6;
}
#container.message .viewContent .viewWrap .titArea p {
  float: left;
  padding: 15px 34px;
  font-size: 16px;
  position: relative;
}
#container.message .viewContent .viewWrap .titArea p .ico_share {
  position: absolute;
  right: 20px;
}
#container.message .viewContent .viewWrap .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.message .viewContent .viewWrap .detailCont {
  padding: 56px 50px;
  font-size: 15px;
  color: #777;
  min-height: 360px;
  box-sizing: border-box;
}
#container.message .viewContent .viewWrap .btnArea {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
#container.message .viewContent .viewWrap .btnArea .btn_list {
  margin-right: 8px;
}
#container.message .viewContent .viewWrap .btnArea .btn_list {
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  width: 150px;
  height: 40px;
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #282828;
}
#container.message .viewContent .viewWrap .different {
  border-top: 1px solid #ddd;
}
#container.message .viewContent .viewWrap .different li {
  border-bottom: 1px solid #ddd;
}
#container.message .viewContent .viewWrap .different li strong {
  float: left;
  position: relative;
  width: 200px;
  height: 53px;
  padding: 0 36px;
  line-height: 52px;
  font-size: 16px;
  color: #777;
  background: #f6f6f6;
  box-sizing: border-box;
}
#container.message .viewContent .viewWrap .different li .utilText {
  float: left;
  width: 980px;
  height: 53px;
  padding: 0 36px;
  line-height: 52px;
  box-sizing: border-box;
  font-size: 16px;
  color: #777;
}
#container.message .viewContent .viewWrap .different li .utilText em {
  display: inline-block;
}
#container.message .viewContent .viewWrap .different li .utilText span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}
#container.message .viewContent .viewWrap .different li .utilText span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: #ddd;
}
#container.message .viewContent .viewWrap .different li.prevPage strong:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -50px -400px;
}
#container.message .viewContent .viewWrap .different li.prevPage strong:after {
  right: 36px;
}
#container.message .viewContent .viewWrap .different li.nextPage strong:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -50px -425px;
}
#container.message .viewContent .viewWrap .different li.nextPage strong:after {
  right: 36px;
}
#container.message .viewContent .viewWrap .different li:after {
  content: "";
  display: block;
  clear: both;
}

#container.terms .terms .termsWrap {
  padding-top: 0;
}
#container.terms .terms .termsWrap .subTab ul {
  text-align: left;
  padding: 17px 0 7px;
}
#container.terms .terms .termsWrap .subTab ul li {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
}
#container.terms .terms .termsWrap .subTab ul li a {
  font-size: 16px;
  font-weight: 200;
}
#container.terms .terms .termsWrap .subTab ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background: #ddd;
  transform: translateY(-50%);
}
#container.terms .terms .termsWrap .subTab ul li:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
#container.terms .terms .termsWrap .subTab ul li:last-of-type:after {
  display: none;
}
#container.terms .terms .termsWrap .subTab ul li.on a {
  color: #1a4895;
  font-weight: 400;
}
#container.terms .terms .termsWrap .subTab.fix .subTabWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  box-shadow: 0 8px 5px rgba(147, 147, 147, 0.33);
}
#container.terms .terms .termsWrap .subTab.fix .subTabWrap ul {
  width: 1180px;
  margin: 0 auto;
}
#container.terms .terms .termsWrap .termsText {
  border-top: 0;
}
#container.terms .terms .termsWrap .termsText h3 {
  font-size: 22px;
  margin-bottom: 33px;
  position: relative;
  padding-left: 12px;
}
#container.terms .terms .termsWrap .termsText h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #282828;
}
#container.terms .terms .termsWrap .termsText > div {
  padding: 75px 0;
  border-bottom: 1px solid #ddd;
}
#container.terms .terms .termsWrap .termsText > div > p {
  color: #777;
  line-height: 1.6em;
}
#container.terms .terms .termsWrap .termsText > div img:last-child, #container.terms .terms .termsWrap .termsText > div table:last-child, #container.terms .terms .termsWrap .termsText > div ol:last-child, #container.terms .terms .termsWrap .termsText > div ul:last-child, #container.terms .terms .termsWrap .termsText > div p:last-child {
  margin-bottom: 0;
}
#container.terms .terms .termsWrap .termsText > div:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

#container.airPollution .mainInfo .mainInfoWrap {
  width: 1180px;
  margin: 0 auto 90px;
  padding-top: 100px;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea {
  float: left;
  width: 570px;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea .tabTypeA li {
  width: 50%;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea .tabTypeA li:first-of-type {
  width: calc(50% - 1px);
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea {
  position: relative;
  height: 666px;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .mapList {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .mapList ul li {
  width: 80px;
  margin-bottom: 2px;
  background: rgba(84, 88, 95, 0.6);
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .mapList ul li > a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: -1px;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .mapList ul li > strong {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .mapList ul li .btnArea {
  padding-bottom: 10px;
  text-align: center;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .mapList ul li .btnArea a {
  display: inline-block;
  width: 62px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  background: #4e4e4e;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .mapList ul li:last-child {
  margin-bottom: 0;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .mapList ul li.on {
  background: rgba(40, 40, 72, 0.8);
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .mapController {
  top: auto;
  bottom: 10px;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .mapController.bot {
  bottom: 70px;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .explanationBox {
  position: absolute;
  right: 10px;
  bottom: 6px;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .explanationBox strong {
  display: inline-block;
  position: relative;
  padding: 0 13px;
  height: 27px;
  line-height: 27px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #dd5444;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  border-bottom: 0;
  background: #fff;
  z-index: 2;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .explanationBox ul {
  position: relative;
  width: 293px;
  margin-top: -1px;
  padding: 7px 10px 7px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
  border: 1px solid #cdcdcd;
  z-index: 1;
  text-align: center;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .explanationBox ul li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  color: #777;
  padding-left: 15px;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .explanationBox ul li:nth-of-type(1)::after {
  background: #1685f0;
  border-color: #2967cd;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .explanationBox ul li:nth-of-type(2)::after {
  background: #1ac03b;
  border-color: #28a441;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .explanationBox ul li:nth-of-type(3)::after {
  background: #e8aa23;
  border-color: #ca8c0f;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .explanationBox ul li:nth-of-type(4)::after {
  background: #f23849;
  border-color: #c12433;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .explanationBox ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #333;
  transform: translateY(-50%);
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .explanationBox ul li:last-of-type {
  margin-right: 0;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .mapArea .explanationBox ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .caution {
  height: 74px;
  padding: 16px 18px;
  border: 1px solid #d2d2d2;
  border-top: 0;
  background: #f6f6f6;
  box-sizing: border-box;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #real .caution p {
  color: #777;
  font-size: 13px;
  font-weight: 300;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #prediction {
  position: relative;
  height: 740px;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-sizing: border-box;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #prediction .mapPlayer {
  width: 568px;
  height: 583px;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #prediction .mapPlayer img {
  width: 100%;
  height: 100%;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #prediction .subjectArea {
  height: 156px;
  padding: 20px;
  background: #f6f6f6;
  box-sizing: border-box;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #prediction .subjectArea .topArea {
  position: relative;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #prediction .subjectArea .topArea strong {
  display: block;
  height: 74px;
  padding-right: 180px;
  font-weight: 500;
  font-size: 19px;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #prediction .subjectArea .topArea span {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 15px;
}
#container.airPollution .mainInfo .mainInfoWrap .leftArea #prediction .subjectArea p {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 13px;
  color: #777;
  font-weight: 300;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea {
  float: right;
  width: 570px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status {
  margin-bottom: 47px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status .titArea {
  position: relative;
  margin-bottom: 13px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status .titArea strong, #container.airPollution .mainInfo .mainInfoWrap .rightArea .status .titArea span {
  line-height: 1em;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status .titArea .ico_share {
  position: absolute;
  right: 0;
  top: 6px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status .alarmWrap {
  position: relative;
  height: 166px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status .alarmWrap #alarm {
  height: 162px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status .alarmWrap #alarm ul {
  height: 162px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status .alarmWrap #alarm ul li em.level2_2 {
  background: #e44850;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status .alarmWrap #alarm ul li em.level2_1 {
  background: #ff7815;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status .alarmWrap #alarm ul li em.level1_2 {
  background: #e44850;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status .alarmWrap #alarm ul li em.level1_1 {
  background: #ff7815;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status .alarmWrap #alarm ul li.none {
  height: 100px !important;
  line-height: 100px !important;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status .alarmWrap #alarm.hover {
  height: 336px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .status .alarmWrap #alarm.hover ul {
  height: 336px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .titArea {
  margin-bottom: 13px;
  height: 42px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .titArea strong {
  float: left;
  font-weight: 500;
  font-size: 28px;
  color: #282828;
  line-height: 1em;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .titArea span {
  float: right;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 200;
  color: #777;
  letter-spacing: -1px;
  line-height: 1em;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast > ul {
  position: relative;
  z-index: 10;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast > ul li {
  float: left;
  width: 191px;
  margin-left: -1px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast > ul li a {
  display: block;
  height: 44px;
  line-height: 42px;
  text-align: center;
  background: #e3e1de;
  color: #777;
  font-size: 19px;
  font-weight: 500;
  border: 1px solid #d2d2d2;
  border-bottom: 0;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast > ul li:first-child {
  margin-left: 0;
  width: 190px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast > ul li.on a {
  background: #fff;
  color: #282828;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast > ul.length2 li {
  width: 285px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast > ul.length2 li:first-child {
  width: 286px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast > ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap {
  height: 415px;
  padding: 24px 30px 0;
  border: 1px solid #d2d2d2;
  margin-top: -1px;
  box-sizing: border-box;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .dayTab {
  margin-bottom: 17px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .dayTab li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .dayTab li a {
  display: block;
  font-size: 16px;
  font-weight: 200;
  color: #777;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .dayTab li:last-of-type {
  margin-right: 0;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .dayTab li.on {
  padding-bottom: 5px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .dayTab li.on a {
  font-weight: 500;
  color: #0088c8;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .dayTab li.on:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0088c8;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li {
  width: 244px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li table {
  width: 100%;
  border: 1px solid #d2d2d2;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li table th {
  height: 35px;
  text-align: center;
  background: #cce7f4;
  border-bottom: 1px solid #aec5d1;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li table td {
  height: 35px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 15px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li table td span {
  font-size: 15px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li table td span.level1 {
  color: #1685f0;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li table td span.level2 {
  color: #1ac03b;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li table td span.level3 {
  color: #e8aa23;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li table td span.level4 {
  color: #f23849;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li table tr:last-of-type th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li table tr:last-of-type td {
  border-bottom: 0;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li:nth-of-type(odd) {
  float: left;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li:nth-of-type(even) {
  float: right;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length7 table th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length7 table td {
  height: 45px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length8 table th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length8 table td {
  height: 39px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length8 table tr:nth-of-type(1) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length8 table tr:nth-of-type(1) td {
  height: 40px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length8 table tr:nth-of-type(2) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length8 table tr:nth-of-type(2) td {
  height: 40px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length8 table tr:nth-of-type(3) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length8 table tr:nth-of-type(3) td {
  height: 40px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length9 table th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length9 table td {
  height: 35px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length10 table th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length10 table td {
  height: 31px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length10 table tr:nth-of-type(1) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length10 table tr:nth-of-type(1) td {
  height: 32px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length10 table tr:nth-of-type(2) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length10 table tr:nth-of-type(2) td {
  height: 32px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length10 table tr:nth-of-type(3) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length10 table tr:nth-of-type(3) td {
  height: 32px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length10 table tr:nth-of-type(4) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length10 table tr:nth-of-type(4) td {
  height: 32px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length10 table tr:nth-of-type(5) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length10 table tr:nth-of-type(5) td {
  height: 32px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table td {
  height: 28px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(1) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(1) td {
  height: 29px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(2) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(2) td {
  height: 29px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(3) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(3) td {
  height: 29px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(4) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(4) td {
  height: 29px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(5) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(5) td {
  height: 29px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(6) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(6) td {
  height: 29px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(7) th, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout li.length11 table tr:nth-of-type(7) td {
  height: 29px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .tableLayout:after {
  content: "";
  display: block;
  clear: both;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .noticeArea {
  height: 300px;
  padding: 25px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .noticeArea p {
  color: #777;
  font-size: 15px;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .box1, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .box2, #container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .box3 {
  position: relative;
}
#container.airPollution .mainInfo .mainInfoWrap .rightArea .forecast .predictionWrap .dayText {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 14px;
  color: #777;
}
#container.airPollution .mainInfo .mainInfoWrap:after {
  content: "";
  display: block;
  clear: both;
}
#container.airPollution .tableInfo .tableInfoWrap {
  width: 1180px;
  margin: 0 auto 100px;
}
#container.airPollution .tableInfo .tableInfoWrap .titArea {
  margin-bottom: 15px;
}
#container.airPollution .tableInfo .tableInfoWrap .titArea h2 {
  float: left;
}
#container.airPollution .tableInfo .tableInfoWrap .titArea > span {
  float: right;
}
#container.airPollution .tableInfo .tableInfoWrap .titArea:after {
  content: "";
  display: block;
  clear: both;
}

#container.heavySnow .mainInfoWrap {
  width: 1180px;
  padding-top: 100px;
  margin: 0 auto 50px;
}
#container.heavySnow .mainInfoWrap .leftArea {
  float: left;
  position: relative;
  width: 780px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.heavySnow .mainInfoWrap .leftArea #mapContent {
  height: 758px;
  width: 778px;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea {
  position: relative;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .mapList {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .mapList ul li {
  width: 80px;
  margin-bottom: 2px;
  background: rgba(84, 88, 95, 0.6);
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .mapList ul li > a {
  display: block;
  padding: 9px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .mapList ul li > strong {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .mapList ul li.on {
  background: rgba(40, 40, 72, 0.8);
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .mapList ul li:last-child {
  margin-bottom: 0;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .mapController {
  top: auto;
  bottom: 10px;
  right: 10px;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .mapController > span {
  margin-bottom: 0;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .mapController.bot {
  bottom: 54px;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .utilMap {
  top: 0;
  z-index: 2;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .explanationBox {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .explanationBox strong {
  display: inline-block;
  position: relative;
  padding: 0 13px;
  height: 27px;
  line-height: 27px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #dd5444;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  border-bottom: 0;
  background: #fff;
  z-index: 2;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .explanationBox ul {
  position: relative;
  width: 423px;
  margin-top: -1px;
  padding: 7px 10px 7px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
  border: 1px solid #cdcdcd;
  z-index: 1;
  text-align: center;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .explanationBox ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  font-size: 12px;
  color: #777;
  padding-left: 15px;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .explanationBox ul li:nth-of-type(1)::after {
  background: #1688f3;
  border-color: #1358c9;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .explanationBox ul li:nth-of-type(2)::after {
  background: #7030a0;
  border-color: #633486;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .explanationBox ul li:nth-of-type(3)::after {
  background: #1ac03b;
  border-color: #27a441;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .explanationBox ul li:nth-of-type(4)::after {
  background: #fdb00b;
  border-color: #cd9d35;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .explanationBox ul li:nth-of-type(5)::after {
  background: #f23849;
  border-color: #bf2332;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .explanationBox ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #333;
  transform: translateY(-50%);
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .explanationBox ul li:last-of-type {
  margin-right: 0;
}
#container.heavySnow .mainInfoWrap .leftArea .mapArea .explanationBox ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.heavySnow .mainInfoWrap .leftArea #radar, #container.heavySnow .mainInfoWrap .leftArea #weather {
  display: none;
  height: 758px;
}
#container.heavySnow .mainInfoWrap .leftArea #weather {
  position: relative;
  overflow: hidden;
}
#container.heavySnow .mainInfoWrap .leftArea #weather svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100% !important;
  width: 100% !important;
  background: #eef1f6;
}
#container.heavySnow .mainInfoWrap .leftArea #weather .mapState {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#container.heavySnow .mainInfoWrap .leftArea .depthArea {
  height: 758px;
}
#container.heavySnow .mainInfoWrap .leftArea .lightningArea {
  height: 758px;
  position: relative;
}
#container.heavySnow .mainInfoWrap .leftArea .lightningArea .imgArea {
  position: absolute;
  left: 0;
  top: 0;
  height: 758px;
  width: 100%;
}
#container.heavySnow .mainInfoWrap .leftArea .lightningArea .imgArea img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 578px;
  transition: all 0.2s cubic-bezier(0, 0, 0, 1) 0s;
  opacity: 0;
}
#container.heavySnow .mainInfoWrap .leftArea .lightningArea .imgArea img:nth-of-type(1) {
  opacity: 1;
}
#container.heavySnow .mainInfoWrap .leftArea .lightningArea .radioAction {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  background: #fff;
}
#container.heavySnow .mainInfoWrap .leftArea .mapPlayer {
  width: 778px;
  height: 758px;
}
#container.heavySnow .mainInfoWrap .leftArea .mapPlayer img {
  width: 778px;
  height: 758px;
}
#container.heavySnow .mainInfoWrap .leftArea > .sourceText {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 14px;
}
#container.heavySnow .mainInfoWrap .rightArea {
  float: right;
  width: 360px;
}
#container.heavySnow .mainInfoWrap .rightArea .titArea {
  position: relative;
  height: 42px;
}
#container.heavySnow .mainInfoWrap .rightArea .titArea strong {
  float: left;
  font-weight: 500;
  font-size: 28px;
  color: #282828;
}
#container.heavySnow .mainInfoWrap .rightArea .titArea span {
  float: right;
  margin-top: 14px;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 200;
  color: #777;
  letter-spacing: -1px;
}
#container.heavySnow .mainInfoWrap .rightArea .titArea .ico_share {
  position: absolute;
  right: 0;
  top: 13px;
}
#container.heavySnow .mainInfoWrap .rightArea .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.heavySnow .mainInfoWrap .rightArea .news .titArea {
  margin-bottom: 20px;
}
#container.heavySnow .mainInfoWrap .rightArea .news #note {
  padding: 20px 5px 20px 0;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
#container.heavySnow .mainInfoWrap .rightArea .news #note .scr1 {
  height: 294px;
  padding: 10px 25px 10px 30px;
  box-sizing: border-box;
}
#container.heavySnow .mainInfoWrap .rightArea .news #note .scr1 p {
  font-weight: 300;
  font-size: 15px;
  color: #777;
}
#container.heavySnow .mainInfoWrap .rightArea .news #note .scr1 p.none {
  height: 274px !important;
  line-height: 260px !important;
}
#container.heavySnow .mainInfoWrap .rightArea .status {
  margin-bottom: 50px;
}
#container.heavySnow .mainInfoWrap .rightArea .status #alarm ul {
  height: 244px;
}
#container.heavySnow .mainInfoWrap .rightArea .status #alarm ul li.none {
  height: 184px !important;
  line-height: 184px !important;
}
#container.heavySnow .mainInfoWrap .rightArea .status #alarm ul li.none:before {
  content: "" !important;
  display: inline-block !important;
  margin-top: -2px;
  margin-right: 4px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -50px -350px;
}
#container.heavySnow .mainInfoWrap .rightArea .status .noti {
  position: relative;
  margin-top: 4px;
  color: #777;
  float: right;
  font-size: 13px;
}
#container.heavySnow .mainInfoWrap:after {
  content: "";
  display: block;
  clear: both;
}
#container.heavySnow .graphArea .graphWrap {
  width: 1200px;
  margin: 0 auto;
}
#container.heavySnow .graphArea .graphWrap .titArea {
  margin-bottom: 15px;
}
#container.heavySnow .graphArea .graphWrap .titArea h2 {
  float: left;
  margin-bottom: 0;
}
#container.heavySnow .graphArea .graphWrap .titArea em {
  float: left;
  margin-left: 12px;
  font-weight: 400;
  font-size: 17px;
  color: #54585e;
  margin-top: 10px;
}
#container.heavySnow .graphArea .graphWrap .titArea span {
  float: right;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 200;
  color: #777;
  letter-spacing: -1px;
}
#container.heavySnow .graphArea .graphWrap .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.heavySnow .graphArea .graphWrap .grapCont .graphLayout {
  margin-top: 26px;
}
#container.heavySnow .graphArea .graphWrap .grapCont .graphLayout .dotArea span:nth-child(1) {
  bottom: 53px;
}
#container.heavySnow .graphArea .graphWrap .grapCont .graphLayout .dotArea span:nth-child(2) {
  bottom: 115px;
}
#container.heavySnow .graphArea .graphWrap .grapCont .graphLayout .dotArea span:nth-child(3) {
  bottom: 175px;
}
#container.heavySnow .graphArea .graphWrap .grapCont .mCustomScrollBox {
  height: 224px;
}
#container.heavySnow .graphArea .graphWrap .grapCont .mCSB_container {
  height: inherit;
}
#container.heavySnow .graphArea .graphWrap .grapCont #mCSB_1_scrollbar_horizontal {
  z-index: 25;
}
#container.heavySnow .graphArea .graphWrap .grapCont .graphType {
  width: max-content;
  top: 20px;
  left: 0;
  padding: 0 14px;
}
#container.heavySnow .graphArea .graphWrap .grapCont .graphType li {
  height: 150px;
  margin-left: 43px;
  margin-right: 0;
}
#container.heavySnow .graphArea .graphWrap .grapCont .graphType li:first-child {
  margin-left: 36px;
}
#container.heavySnow .graphArea .graphWrap .grapCont .graphType li:last-child {
  margin-right: 36px;
}
#container.heavySnow .graphArea .graphWrap .grapCont .graphType li strong {
  width: 70px;
  font-size: 14px;
}
#container.heavySnow .graphArea .graphWrap .grapCont .graphType li span {
  background: #416adf url(/static/images/now/ico_snow.png) no-repeat 50% 50%;
}
#container.heavySnow .graphArea .graphWrap .grapCont .graphType li span.notBg {
  background-image: none;
}
#container.heavySnow .graphArea .graphWrap .grapCont .graphType li .tooltip {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 104px;
  max-width: 128px;
  height: auto;
  line-height: 18px;
  padding: 4px 5px;
  word-break: keep-all;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #f4f4f4;
  font-size: 13px;
  color: #777;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
  background: #fff;
  border: 1px solid #ccc;
}
#container.heavySnow .graphArea .graphWrap .grapCont .graphType li .tooltip:before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: -10px;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg) translateX(-50%);
  margin: -6px -4px 0 0;
  z-index: -1;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#container.forestFires .mainInfo .mainInfoWrap {
  width: 1180px;
  margin: 0 auto 100px;
  padding-top: 100px;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea {
  float: left;
  position: relative;
  width: 570px;
  height: 792px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea #mapContent {
  width: 568px;
  height: 790px;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .utilMap {
  top: 0;
  z-index: 2;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 3px;
  width: 140px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  z-index: 2;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li {
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
  color: #777;
  padding-left: 20px;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li.level1:after, #container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li.level2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li.level1:after, #container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li.level2:after {
  left: -4px;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li.level1::after {
  background-position: -75px -225px;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li.level2::after {
  background-position: -75px -200px;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li.level3:after, #container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li.level4:after, #container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li.level5:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #000;
  transform: translateY(-50%);
  box-sizing: border-box;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li.level3::after {
  background: #e44951;
  border-color: #c95050;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li.level4::after {
  background: #7c7c7c;
  border-color: #6e6e6f;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li.level5::after {
  background: #78bb47;
  border-color: #65a436;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .explanationBox ul li:last-of-type {
  margin-bottom: 0;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .mapController {
  right: 10px;
  bottom: 10px;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea .mapArea .mapController.bot {
  bottom: 150px;
}
#container.forestFires .mainInfo .mainInfoWrap .leftArea > .sourceText {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 14px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea {
  float: right;
  position: relative;
  width: 570px;
  height: 792px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .todayArea {
  margin-bottom: 56px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .todayArea h2 {
  height: 30px;
  line-height: 1em;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .todayArea ul li {
  float: left;
  width: 183px;
  height: 110px;
  padding: 24px 0 0;
  margin-right: 10px;
  text-align: center;
  line-height: 1em;
  background: #f1f1f1;
  box-sizing: border-box;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .todayArea ul li strong {
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
  margin-right: 26px;
  padding-left: 30px;
  font-weight: 500;
  font-size: 20px;
  vertical-align: top;
  line-height: 1em;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .todayArea ul li span {
  display: block;
  font-size: 32px;
  font-weight: 500;
  vertical-align: top;
  text-align: center;
  line-height: 1em;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .todayArea ul li span i {
  display: inline-block;
  font-size: 16px;
  color: #777;
  line-height: 1em;
  vertical-align: middle;
  margin-top: 1px;
  margin-left: 4px;
  font-style: normal;
  font-weight: 400;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .todayArea ul li:nth-of-type(1) strong:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -125px -425px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .todayArea ul li:nth-of-type(2) strong:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -125px -450px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .todayArea ul li:nth-of-type(3) strong:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -125px -475px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .todayArea ul li:last-of-type {
  margin-right: 0;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .todayArea ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea > .titArea {
  position: relative;
  margin-bottom: 25px;
  height: 30px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea > .titArea h2 {
  float: left;
  line-height: 1em;
  margin-bottom: 0;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea > .titArea > span {
  float: left;
  position: relative;
  padding-left: 36px;
  margin-top: 9px;
  margin-left: 15px;
  margin-bottom: 0;
  line-height: 1em;
  font-weight: 200;
  font-size: 14px;
  color: #777;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea > .titArea > span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -75px -225px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea > .titArea > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -75px -200px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea > .titArea > span:after {
  left: -5px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea > .titArea > span:before {
  left: 12px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea > .titArea .ico_share {
  position: absolute;
  right: 0;
  top: 2px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea > .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea {
  border: 1px solid #d2d2d2;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 18px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  box-sizing: border-box;
  position: relative;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span i {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-size: 15px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span em {
  display: inline-block;
  margin: 3px 0 0 0;
  height: 23px;
  padding: 0 10px;
  line-height: 23px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  background: #555;
  font-style: normal;
  border-radius: unset;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span em.step00 {
  background: #555;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span em.step01 {
  background: #78bb47;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span em.step02 {
  background: #2687b6;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span em.step03 {
  background: #f9ae2a;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span em.step04 {
  background: #c31821;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span em.step05 {
  background: #740000;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span .ico_progress {
  display: inline-block;
  height: 21px;
  width: 84px;
  border-radius: 15px;
  text-align: center;
  line-height: 21px;
  background: #e44850;
  color: #fff;
  font-weight: 200;
  font-size: 13px;
  margin: 1px 0 0 6px;
  float: right;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span .ico_progress.step00 {
  background: #7c7c7c;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span .ico_progress.prgrs03 {
  background: #7c7c7c;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span .ico_share {
  transform: translateY(-50%);
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span .ico_share {
  position: absolute;
  right: 23px;
  top: 50%;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span:nth-of-type(1) {
  width: 116px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span:nth-of-type(2) {
  width: 100%;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span:nth-of-type(3) {
  width: 132px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableSet span:nth-of-type(4) {
  width: 72px;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .titArea {
  background: #cce7f4;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .titArea span {
  border-right: 1px solid #aec5d1;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .titArea span:last-child {
  border-right: 0;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableList {
  height: 455px;
  overflow-y: scroll;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableList li.none {
  height: 450px !important;
  line-height: 450px !important;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableList span {
  border-right: 1px solid #cce7f4;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableList span:last-child {
  border-right: 0;
  width: 68px;
  padding: 18px 20px;
  text-align: left;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableList span:nth-of-type(2) {
  text-align: left;
}
#container.forestFires .mainInfo .mainInfoWrap .rightArea > .sourceText {
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 14px;
}
#container.forestFires .mainInfo .mainInfoWrap:after {
  content: "";
  display: block;
  clear: both;
}

#container.electricity .mainInfo .mainInfoWrap {
  width: 1180px;
  margin: 0 auto 100px;
  padding-top: 100px;
}
#container.electricity .mainInfo .mainInfoWrap .electricityBox {
  border: 1px solid #d2d2d2;
}
#container.electricity .mainInfo .mainInfoWrap .electricityBox:after {
  content: "";
  display: block;
  clear: both;
}
#container.electricity .mainInfo .mainInfoWrap .titBox {
  height: 42px;
  margin-bottom: 25px;
}
#container.electricity .mainInfo .mainInfoWrap .titBox h2 {
  float: left;
  font-weight: 500;
  font-size: 28px;
  color: #282828;
  margin-bottom: 0;
}
#container.electricity .mainInfo .mainInfoWrap .titBox span {
  float: right;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 200;
  color: #777;
  letter-spacing: -1px;
}
#container.electricity .mainInfo .mainInfoWrap .titBox:after {
  content: "";
  display: block;
  clear: both;
}
#container.electricity .mainInfo .mainInfoWrap .caution li {
  position: relative;
  padding-left: 8px;
  color: #54585e;
  font-size: 14px;
  letter-spacing: -0.5px;
}
#container.electricity .mainInfo .mainInfoWrap .caution li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  background: #73777b;
}
#container.electricity .mainInfo .mainInfoWrap .caution li:last-of-type {
  margin-bottom: 0;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea {
  float: left;
  width: 739px;
  position: relative;
  padding: 30px;
  height: 505px;
  background: #f1f1f1;
  box-sizing: border-box;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea {
  box-sizing: border-box;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea h3 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1em;
  font-weight: 500;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont {
  float: left;
  width: 310px;
  background: #f1f1f1;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox {
  position: relative;
  width: 310px;
  height: 156px;
  margin-bottom: 22px;
  background: url(/static/images/now/electricityBg.png) no-repeat 0 0;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox .arrowBox {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 164px;
  height: 82px;
  padding-top: 24px;
  border-top-left-radius: 82px;
  border-top-right-radius: 82px;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox .arrowBox strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1em;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox .arrowBox span {
  display: block;
  line-height: 1em;
  text-align: center;
  font-size: 15px;
  color: #777;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox .arrowBox .arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 22px;
  height: 79px;
  transform: translateX(-50%) rotate(641deg);
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1.15);
  animation-duration: 1s;
  animation-delay: 0.5s;
  transform-origin: 50% 100%;
  animation-fill-mode: both;
  z-index: -1;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox .arrowBox .arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -9px;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.18);
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level1 .arrowBox {
  padding-top: 34px;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level1 .arrowBox strong {
  color: #00a0ff;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level1 .arrowBox span {
  display: none;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level1 .arrowBox .arrow {
  animation-name: arrow_level1;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level2 .arrowBox strong {
  color: #00c2c5;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level2 .arrowBox .arrow {
  animation-name: arrow_level2;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level3 .arrowBox strong {
  color: #5ecd6b;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level3 .arrowBox .arrow {
  animation-name: arrow_level3;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level4 .arrowBox strong {
  color: #ffd000;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level4 .arrowBox .arrow {
  animation-name: arrow_level4;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level5 .arrowBox strong {
  color: #ffa200;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level5 .arrowBox .arrow {
  animation-name: arrow_level5;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level6 .arrowBox strong {
  color: #ff4c4a;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .graphBox.level6 .arrowBox .arrow {
  animation-name: arrow_level6;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .explanationBox {
  width: 202px;
  height: 206px;
  margin: 0 auto;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #cecece;
  background: #fff;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .explanationBox ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #777;
  letter-spacing: -1px;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .explanationBox ul li:nth-of-type(1)::after {
  background: #00a0ff;
  border-color: #1b89e0;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .explanationBox ul li:nth-of-type(2)::after {
  background: #00c2c5;
  border-color: #1b9092;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .explanationBox ul li:nth-of-type(3)::after {
  background: #4a9d54;
  border-color: #5ba664;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .explanationBox ul li:nth-of-type(4)::after {
  background: #ffcf00;
  border-color: #cf9e36;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .explanationBox ul li:nth-of-type(5)::after {
  background: #ffa200;
  border-color: #e9691b;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .explanationBox ul li:nth-of-type(6)::after {
  background: #ff4d4c;
  border-color: #c12533;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .explanationBox ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #333;
  transform: translateY(-50%);
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .explanationBox ul li:last-of-type {
  margin-bottom: 0;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont > p {
  width: 200px;
  margin: 0 auto 15px;
  padding-top: 10px;
  text-align: right;
  font-size: 13px;
  color: #777;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .leftCont .caution {
  width: 252px;
  padding-top: 15px;
  margin: 0 auto;
  border-top: 1px solid #d2d2d2;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont {
  float: right;
  width: 326px;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox {
  width: 326px;
  height: 306px;
  margin: 0 auto 0;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #cecece;
  box-sizing: border-box;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #d2d2d2;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li .textArea {
  margin-bottom: 9px;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li .textArea strong {
  float: left;
  font-weight: 500;
  font-size: 15px;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li .textArea strong i {
  font-style: normal;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li .textArea strong.fr {
  font-size: 13px;
  color: #54585e;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li .textArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li span {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  background: #dedede;
  border-radius: 3px;
  overflow: hidden;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li span i {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 30px;
  background: #333;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li em {
  position: absolute;
  right: 5px;
  bottom: 15px;
  line-height: 30px;
  font-size: 14px;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li em i {
  font-style: normal;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:last-of-type {
  margin-bottom: 0;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:nth-of-type(1) span {
  background: #d5e1ff;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:nth-of-type(1) span i {
  background: #668ce9;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:nth-of-type(2) span {
  background: #fffae7;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:nth-of-type(2) span i {
  background: #fad645;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:nth-of-type(3) span {
  background: #feedef;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:nth-of-type(3) span i {
  background: #ff6174;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:nth-of-type(4) span {
  background: #fffae7;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:nth-of-type(4) span i {
  background: #fad645;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:nth-of-type(5) span {
  background: #feedef;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:nth-of-type(5) span i {
  background: #ff6174;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:first-of-type {
  padding-top: 0;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .graphBox ul li:last-of-type em {
  bottom: 0;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .cautionText {
  padding: 10px 0 19px;
  text-align: right;
  font-size: 13px;
  color: #777;
  line-height: 1em;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .cautionArea {
  width: 326px;
  border-top: 1px solid #ddd;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .cautionArea .imgArea {
  text-align: center;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea .rightCont .cautionArea .caution {
  padding: 20px 0 0;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea .graphArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.electricity .mainInfo .mainInfoWrap .leftArea > .sourceText {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 14px;
}
#container.electricity .mainInfo .mainInfoWrap .rightArea {
  float: left;
  width: 439px;
  height: 505px;
  padding: 30px;
  box-sizing: border-box;
}
#container.electricity .mainInfo .mainInfoWrap .rightArea h3 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1em;
  font-weight: 500;
}
#container.electricity .mainInfo .mainInfoWrap .rightArea .imgArea {
  padding-bottom: 20px;
  text-align: center;
}
#container.electricity .mainInfo .mainInfoWrap .rightArea .imgArea .imgWrap {
  display: inline-block;
  position: relative;
}
#container.electricity .mainInfo .mainInfoWrap .rightArea .imgArea .imgWrap span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1.4em;
}
#container.electricity .mainInfo .mainInfoWrap .rightArea .tableInfo ul {
  border: 1px solid #d2d2d2;
  border-bottom: 0;
}
#container.electricity .mainInfo .mainInfoWrap .rightArea .tableInfo ul li {
  float: left;
  width: 125px;
  box-sizing: border-box;
}
#container.electricity .mainInfo .mainInfoWrap .rightArea .tableInfo ul li strong {
  display: block;
  height: 36px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #aec5d1;
  line-height: 35px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  background: #cce7f4;
}
#container.electricity .mainInfo .mainInfoWrap .rightArea .tableInfo ul li span {
  display: block;
  height: 32px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #e0e0e0;
  font-size: 15px;
  line-height: 31px;
  text-align: center;
  box-sizing: border-box;
}
#container.electricity .mainInfo .mainInfoWrap .rightArea .tableInfo ul li:nth-of-type(3n+2) {
  width: 127px;
}
#container.electricity .mainInfo .mainInfoWrap .rightArea .tableInfo ul li:nth-of-type(3n+3) span, #container.electricity .mainInfo .mainInfoWrap .rightArea .tableInfo ul li:nth-of-type(3n+3) strong {
  border-right: 0;
}
#container.electricity .mainInfo .mainInfoWrap .rightArea .tableInfo ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.electricity .mainInfo .mainInfoWrap .rightArea .caution {
  padding-top: 20px;
}

#container.earthquake .mainInfo .mainInfoWrap {
  width: 1180px;
  margin: 0 auto 100px;
  padding-top: 100px;
}
#container.earthquake .mainInfo .mainInfoWrap .specialMainTab ul li a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
#container.earthquake .mainInfo .mainInfoWrap #foreignMap .leftArea .infoArea {
  padding: 20px;
}
#container.earthquake .mainInfo .mainInfoWrap #foreignMap .leftArea .mapArea {
  position: relative;
  overflow: hidden;
  background: url(/static/images/default_bg.jpg) no-repeat;
  background-size: cover;
}
#container.earthquake .mainInfo .mainInfoWrap #foreignMap .leftArea .mapArea img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#container.earthquake .mainInfo .mainInfoWrap #foreignMap .rightArea .status #alarm ul {
  position: relative;
  padding-top: 65px;
}
#container.earthquake .mainInfo .mainInfoWrap #foreignMap .rightArea .status #alarm ul:after {
  content: " 규모 5.0이상";
  position: absolute;
  left: 20px;
  top: 30px;
  line-height: 1em;
  font-weight: 200;
  font-size: 14px;
  color: #777;
}
#container.earthquake .mainInfo .mainInfoWrap #foreignMap .rightArea .status #alarm ul li em {
  background: #e44850;
}
#container.earthquake .mainInfo .mainInfoWrap #foreignMap .rightArea .status #alarm ul li p i {
  display: block;
  font-weight: 300;
  font-size: 13px;
  color: #777;
  font-style: normal;
  letter-spacing: -0.5px;
}
#container.earthquake .mainInfo .mainInfoWrap #foreignMap .rightArea .status #alarm ul li p span {
  display: block;
  font-weight: 300;
  font-size: 13px;
}
#container.earthquake .mainInfo .mainInfoWrap #tsunamiMap .leftArea .mapArea {
  overflow: hidden;
  background: url("/static/images/default_bg.jpg") no-repeat left/cover;
}
#container.earthquake .mainInfo .mainInfoWrap #tsunamiMap .leftArea .mapArea img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea {
  float: left;
  width: 910px;
  position: relative;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea {
  float: left;
  position: relative;
  width: 230px;
  height: 532px;
  padding: 5px 15px 20px;
  background: #0188c8;
  box-sizing: border-box;
  overflow-y: auto;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .subTit {
  margin-bottom: 10px;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .subTit .eui_selectTypeB .euiSelectMain {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -1px;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .subTit .eui_selectTypeB .euiSelectList li a {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.5px;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .forceBox {
  position: relative;
  padding: 15px 10px 12px;
  margin-bottom: 12px;
  text-align: left;
  background: #0070a5;
  box-sizing: border-box;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .forceBox .ico_share {
  position: absolute;
  right: 8px;
  top: 15px;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .forceBox strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1em;
  font-size: 52px;
  font-weight: 500;
  color: #fff;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .forceBox strong i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .forceBox strong .shareBtn {
  float: right;
  background: url("/static/images/common/share_w.png") no-repeat;
  width: 23px;
  height: 23px;
  background-size: 23px;
  margin-right: 3px;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .forceBox p {
  color: #fff;
  line-height: 1.6em;
  font-size: 14px;
  letter-spacing: -1px;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .forceBox span {
  display: block;
  font-size: 13px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -1px;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .infoList li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 5px;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .infoList li strong {
  display: block;
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .infoList li p {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .infoList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .infoArea .infoList li:last-of-type {
  margin-bottom: 0;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .mapArea {
  float: left;
  position: relative;
  width: 680px;
  height: 532px;
  background: rgba(255, 255, 255, 0.9);
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .mapArea .mapContent .mapController {
  right: 10px;
  bottom: 6px;
  top: auto;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .mapArea .mapContent .mapController.bot {
  bottom: 70px;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .mapArea .mapContent .explanationBox {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 146px;
  padding: 5px 0 5px 10px;
  border-radius: 5px;
  border: 1px solid #c8c9cb;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .mapArea .mapContent .explanationBox ul li {
  display: inline-block;
  width: 56px;
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  color: #7c7c7c;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .mapArea .mapContent .explanationBox ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #000;
  transform: translateY(-50%);
  box-sizing: border-box;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .mapArea .mapContent .explanationBox ul li:last-of-type {
  margin-right: 0;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .mapArea .mapContent .explanationBox ul li:nth-of-type(1)::after {
  border-color: #2867cd;
  background: #1688f3;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .mapArea .mapContent .explanationBox ul li:nth-of-type(2)::after {
  border-color: #27a441;
  background: #1ac03b;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .mapArea .mapContent .explanationBox ul li:nth-of-type(3)::after {
  border-color: #e55d0b;
  background: #ff771c;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea .mapArea .mapContent .explanationBox ul li:nth-of-type(4)::after {
  border-color: #c12433;
  background: #f23849;
}
#container.earthquake .mainInfo .mainInfoWrap .leftArea > .sourceText {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 14px;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea {
  float: right;
  width: 240px;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea > .titArea {
  height: 52px;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea > .titArea strong {
  display: block;
  line-height: 1em;
  font-weight: 500;
  font-size: 28px;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .tableArea {
  border: 1px solid #d2d2d2;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .tableArea .tableSet {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .tableArea .tableSet span {
  display: table-cell;
  width: 114px;
  height: 52px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .tableArea .tableSet span:first-of-type {
  width: 100%;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .tableArea .titArea {
  background: #cce7f4;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .tableArea .titArea span {
  border-right: 1px solid #aec5d1;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .tableArea .titArea span:last-child {
  border-right: 0;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .tableArea .tableList {
  height: 425px;
  overflow-y: scroll;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .tableArea .tableList span {
  border-right: 1px solid #cce7f4;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .tableArea .tableList span:last-child {
  border-right: 0;
  width: 110px;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .status .titArea {
  margin-bottom: 16px;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .status #alarm ul {
  padding: 25px 20px;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .status #alarm ul li em.level1 {
  background: #fcc501;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .status #alarm ul li.listDay {
  font-size: 14px;
  color: #777;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .status #alarm ul li.none {
  height: 410px !important;
  line-height: 1.4em !important;
  display: table-cell !important;
  vertical-align: middle;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .status #info {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .status #info ul {
  padding: 25px 20px;
  height: 470px;
  overflow: auto;
  background: #f1f1f1;
  box-sizing: border-box;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .status #info ul li {
  margin-bottom: 25px;
  position: relative;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .status #info ul li strong {
  font-size: 15px;
  padding-left: 10px;
  position: relative;
  font-weight: 500;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .status #info ul li strong:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  color: #282828;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .status #info ul li p {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: -0.5px;
}
#container.earthquake .mainInfo .mainInfoWrap .rightArea .status #info ul li:last-of-type {
  margin-bottom: 0;
}
#container.earthquake .mainInfo .mainInfoWrap:after {
  content: "";
  display: block;
  clear: both;
}
#container.earthquake .videoArea .videoWrap {
  position: relative;
  width: 1180px;
  margin: 0 auto 60px;
  border-bottom: 4px solid #000000;
}
#container.earthquake .videoArea .videoWrap .textArea {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
#container.earthquake .videoArea .videoWrap .textArea strong {
  display: block;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 500;
}
#container.earthquake .videoArea .videoWrap .textArea p {
  font-size: 16px;
  line-height: 1.5em;
}
#container.earthquake .videoArea .videoWrap .textArea:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 34px;
  width: 50px;
  height: 50px;
  margin: 0 0 0 246px;
  background: url(/static/images/common/ico_common.png) no-repeat -700px 0;
}
#container.earthquake .videoArea .videoWrap .videoSlideArea {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 254px;
  height: 168px;
  border: 3px solid #000;
  border-bottom: 0;
  box-sizing: border-box;
}
#container.earthquake .videoArea .videoWrap .videoSlideArea .jw-dock {
  display: none;
}
#container.earthquake .videoArea .videoWrap .videoSlideArea .slick-arrow {
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  bottom: 0;
  border: 1px solid #c8c8c8;
  background: #fff;
}
#container.earthquake .videoArea .videoWrap .videoSlideArea .slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
#container.earthquake .videoArea .videoWrap .videoSlideArea .slick-prev {
  left: -56px;
}
#container.earthquake .videoArea .videoWrap .videoSlideArea .slick-prev:after {
  background-position: -25px -225px;
}
#container.earthquake .videoArea .videoWrap .videoSlideArea .slick-next {
  left: -31px;
}
#container.earthquake .videoArea .videoWrap .videoSlideArea .slick-next:after {
  background-position: -25px -250px;
}
#container.earthquake .videoArea .videoWrap .videoSlideArea .slick-dots {
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 10px;
  transform: translateY(calc(-100% - 3px));
  line-height: 6px;
  text-align: right;
}
#container.earthquake .videoArea .videoWrap .videoSlideArea .slick-dots li {
  vertical-align: top;
  line-height: 6px;
  margin: 0 0 0 5px;
}
#container.earthquake .videoArea .videoWrap .videoSlideArea .slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b2b2b2;
}
#container.earthquake .videoArea .videoWrap .videoSlideArea .slick-dots li.slick-active button {
  background: #1a4895;
}
#container.earthquake .videoArea .videoWrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
  height: 166px;
  background: url(/static/images/now/earthquakeVideo.png) no-repeat;
}
#container.earthquake .videoArea .jw-state-idle .jw-display-icon-container .jw-icon.jw-icon-display:before, #container.earthquake .videoArea .jw-state-paused .jw-display-icon-container .jw-icon.jw-icon-display:before {
  display: none;
}
#container.earthquake .videoArea .jwplayer .jw-display-icon-container {
  background: url(/static/images/common/ico_common.png) no-repeat -700px -50px;
}
#container.earthquake .videoArea .jw-breakpoint-0 .jw-display .jw-icon {
  width: 50px;
  height: 50px;
}
#container.earthquake .earthquakeCont .earthquakeWrap {
  width: 1180px;
  margin: 0 auto;
}
#container.earthquake .earthquakeCont .earthquakeWrap h3 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 500;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 {
  border: 1px solid #d2d2d2;
  margin-bottom: 90px;
  border-bottom: 0;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .tableSet {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .tableSet span {
  display: table-cell;
  height: 52px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 15px;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .tableSet span:first-of-type {
  width: 100%;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .tableSet span:last-of-type {
  border-right-color: #b9b9b9;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .titArea {
  background: #f6f6f6;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .titArea span {
  border-right: 1px solid #dddddd;
  font-weight: 500;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .titArea span:nth-of-type(2), #container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .titArea span:nth-of-type(3), #container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .titArea span:nth-of-type(5), #container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .titArea span:nth-of-type(6), #container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .titArea span:nth-of-type(8), #container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .titArea span:nth-of-type(9) {
  width: 146px;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .titArea span:nth-of-type(4), #container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .titArea span:nth-of-type(7) {
  width: 98px;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .titArea span:last-child {
  border-right: 0;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .titArea span:nth-of-type(3), #container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .titArea span:nth-of-type(6) {
  border-right-color: #b9b9b9;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .tableWrap > ul {
  float: left;
  width: 393px;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .tableWrap > ul li span {
  width: 147px;
  box-sizing: border-box;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .tableWrap > ul li span:first-of-type {
  background: #eee;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .tableWrap > ul:last-of-type {
  width: 392px;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .tableWrap > ul:last-of-type span:last-of-type {
  border-right: 0;
  width: 146px;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea1 .tableWrap:after {
  content: "";
  display: block;
  clear: both;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea2 {
  border: 1px solid #d2d2d2;
  margin-bottom: 90px;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea2 .tableSet {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea2 .tableSet span {
  display: table-cell;
  width: 392px;
  height: 52px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea2 .tableSet span:first-of-type {
  width: 100%;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea2 .titArea {
  background: #f6f6f6;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea2 .titArea span {
  border-right: 1px solid #dddddd;
  font-weight: 500;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea2 .titArea span:last-child {
  border-right: 0;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea2 .tableList {
  max-height: 211px;
  overflow-y: scroll;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea2 .tableList li:last-child span {
  border-bottom: 0;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea2 .tableList span {
  border-right: 1px solid #ddd;
}
#container.earthquake .earthquakeCont .earthquakeWrap .tableArea2 .tableList span:last-child {
  border-right: 0;
  width: 388px;
}
#container.earthquake .earthquakeCont .earthquakeWrap > .titArea {
  margin-bottom: 34px;
}
#container.earthquake .earthquakeCont .earthquakeWrap > .titArea h2 {
  float: left;
  margin-bottom: 0;
}
#container.earthquake .earthquakeCont .earthquakeWrap > .titArea .explanationBox {
  float: right;
  margin-top: 12px;
}
#container.earthquake .earthquakeCont .earthquakeWrap > .titArea .explanationBox ul li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  padding-left: 15px;
  font-size: 13px;
  color: #777;
}
#container.earthquake .earthquakeCont .earthquakeWrap > .titArea .explanationBox ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
}
#container.earthquake .earthquakeCont .earthquakeWrap > .titArea .explanationBox ul li:nth-of-type(1)::after {
  background: #1a4895;
}
#container.earthquake .earthquakeCont .earthquakeWrap > .titArea .explanationBox ul li:nth-of-type(2)::after {
  background: #faca2a;
}
#container.earthquake .earthquakeCont .earthquakeWrap > .titArea .explanationBox ul li:nth-of-type(3)::after {
  background: #dd5444;
}
#container.earthquake .earthquakeCont .earthquakeWrap > .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.earthquake .earthquakeCont .earthquakeWrap .btnMap {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
#container.earthquake .earthquakeCont .earthquakeWrap .btnMap:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -75px -375px;
}
#container.earthquake .earthquakeCont .earthquakeWrap table {
  margin-bottom: 100px;
}
#container.weatherVid .specialWrap .mainView .leftArea {
  position: relative;
  width: 1180px;
}
#container.weatherVid .specialWrap .mainView .leftArea .tabTypeE {
  margin-bottom: 5px;
}
#container.weatherVid .specialWrap .mainView .leftArea .infoArea {
  width: 290px;
}
#container.weatherVid .specialWrap .mainView .leftArea .infoArea .titArea em {
  font-size: 28px;
  font-weight: 500;
}
#container.weatherVid .specialWrap .mainView .leftArea .infoArea .subTit {
  margin-bottom: 24px;
}
#container.weatherVid .specialWrap .mainView .leftArea .infoArea .subTit select {
  height: 48px;
  opacity: 0;
}
#container.weatherVid .specialWrap .mainView .leftArea .infoArea .infoList li {
  margin-bottom: 14px;
}
#container.weatherVid .specialWrap .mainView .leftArea .infoArea .infoList li strong {
  float: none;
  width: auto;
}
#container.weatherVid .specialWrap .mainView .leftArea .infoArea .infoList li p {
  float: none;
  width: auto;
}
#container.weatherVid .specialWrap .mainView .leftArea .infoArea .infoList li.num > p {
  position: relative;
  padding-left: 14px;
  margin-bottom: 4px;
  letter-spacing: -0.8px;
}
#container.weatherVid .specialWrap .mainView .leftArea .infoArea .infoList li.num > p:last-child {
  margin: 0;
}
#container.weatherVid .specialWrap .mainView .leftArea .infoArea .infoList li.num > p.nowrap {
  white-space: nowrap;
  font-size: 15px;
}
#container.weatherVid .specialWrap .mainView .leftArea .infoArea .infoList li.num > p span {
  position: absolute;
  top: 0;
  left: 0;
}
#container.weatherVid .specialWrap .mainView .leftArea .infoArea .noti {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
#container.weatherVid .specialWrap .mainView .mapArea {
  width: 890px;
}
#container.weatherVid .specialWrap .mainView .mapArea .mapList li {
  width: 84px;
}
#container.weatherVid .specialWrap .mainView .mapArea .vidContent {
  position: relative;
  width: 890px;
  height: 532px;
}
#container.weatherVid .specialWrap .mainView .mapArea .vidContent .jwplayer {
  background-color: transparent;
  background-image: url(/static/images/weather_thumb.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#container.weatherVid .specialWrap .mainView .mapArea .vidContent .jwplayer.jw-flag-fullscreen {
  background-size: contain;
}
#container.weatherVid .specialWrap .mainView .mapArea .vidContent .jwplayer.jw-flag-fullscreen .jw-error .jw-preview, #container.weatherVid .specialWrap .mainView .mapArea .vidContent .jwplayer.jw-flag-fullscreen .jwplayer .jw-preview {
  background-size: contain !important;
}
#container.weatherVid .specialWrap .mainView .mapArea .vidContent .fullscreenArea .jwplayer.jw-flag-aspect-mode {
  height: 532px !important;
}
#container.weatherVid .specialWrap .mainView .mapArea .vidContent .fullscreenArea .jwplayer.jw-flag-controls-hidden .jw-media {
  height: 532px;
}
#container.weatherVid .specialWrap .mainView .mapArea .vidContent .fullscreenArea .jw-controlbar {
  visibility: hidden;
  opacity: 0;
}
#container.weatherVid .specialWrap .mainView .mapArea .vidContent .fullscreenArea .jw-error .jw-preview, #container.weatherVid .specialWrap .mainView .mapArea .vidContent .fullscreenArea .jwplayer .jw-preview {
  background-size: cover !important;
}
#container.weatherVid .specialWrap .mainView .mapArea .vidContent .fullscreenArea:hover .jw-controlbar {
  visibility: visible;
  opacity: 1;
}
#container.weatherVid .specialWrap .mainView .mapArea .vidContent .fullscreenArea video {
  width: 894px;
  height: 532px;
  object-fit: cover !important;
  box-sizing: border-box;
}
#container.weatherVid .specialWrap .mainView .mapArea .vidContent .jw-flag-fullscreen video {
  width: 100vw;
  height: 100vh;
  object-fit: contain !important;
  box-sizing: border-box;
}
#container.weatherVid .specialWrap .mainView:after {
  content: "";
  display: block;
  clear: both;
}
#container.weatherVid .specialWrap {
  margin-bottom: 54px;
}
#container.weatherVid .specialWrap .mainView .leftArea .ico_share {
  top: 86px;
}
#container.weatherVid .mainView {
  padding-top: 80px;
}
#container.weatherVid .mainView .rightArea {
  width: 231px;
  height: auto;
}
#container.weatherVid .mainView .rightArea .status {
  height: 532px;
}
#container.weatherVid .mainView .rightArea .status .titArea {
  height: 70px;
  width: 100%;
  overflow: hidden;
}
#container.weatherVid .mainView .rightArea .status .titArea strong {
  float: none;
  display: block;
}
#container.weatherVid .mainView .rightArea .status .titArea b {
  display: block;
  margin-top: -5px;
  font-weight: 400;
  font-size: 14px;
}
#container.weatherVid .mainView .rightArea .status .titArea span {
  float: none;
  display: block;
  margin-top: 0;
}
#container.weatherVid .mainView .rightArea .status #alarm {
  width: 100%;
  height: 100%;
  max-height: 446px;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#container.weatherVid .mainView .rightArea .status #alarm ul {
  width: 100%;
  height: 100%;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
#container.weatherVid .mainView .rightArea .status #alarm .noti {
  position: relative;
  margin-top: 4px;
  color: #777;
  float: right;
  font-size: 13px;
}
#container.weatherVid .graphArea .graphWrap {
  width: 1200px;
  margin: 0 auto;
}
#container.weatherVid .titArea {
  margin-bottom: 15px;
}
#container.weatherVid .titArea h2 {
  float: left;
  margin-bottom: 0;
}
#container.weatherVid .titArea span {
  float: right;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 200;
  color: #777;
  letter-spacing: -1px;
}
#container.weatherVid .titArea:after {
  content: "";
  display: block;
  clear: both;
}

.scroll_x {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll_x > ul, .scroll_x > ol {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  white-space: nowrap;
  font-size: 0;
}
.scroll_x > ul > li {
  display: inline-block;
  vertical-align: top;
}
.scroll_x > ol > li {
  display: inline-block;
  vertical-align: top;
}

#container.inside .listContent {
  position: relative;
  z-index: 1;
}
#container.inside .listContent .listWrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 80px;
}
#container.inside .listContent .listWrap .mainCont {
  position: relative;
  margin-bottom: 50px;
}
#container.inside .listContent .listWrap .mainCont ul li {
  width: 580px;
}
#container.inside .listContent .listWrap .mainCont ul li a {
  display: block;
}
#container.inside .listContent .listWrap .mainCont ul li a .thumbArea {
  position: relative;
  width: 580px;
  height: 328px;
}
#container.inside .listContent .listWrap .mainCont ul li a .thumbArea img {
  width: 100%;
}
#container.inside .listContent .listWrap .mainCont ul li a .thumbArea:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(/static/images/common/ico_common.png) no-repeat -500px -500px;
  z-index: 11;
}
#container.inside .listContent .listWrap .mainCont ul li a .thumbArea:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
#container.inside .listContent .listWrap .mainCont ul li a .textArea {
  height: 243px;
  padding: 36px 30px 0;
  background: #fff;
  box-sizing: border-box;
}
#container.inside .listContent .listWrap .mainCont ul li a .textArea strong {
  display: block;
  height: 76px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6em;
}
#container.inside .listContent .listWrap .mainCont ul li a .textArea span {
  display: block;
  margin-bottom: 22px;
  line-height: 1em;
  font-weight: 300;
  color: #aaa;
  font-size: 14px;
}
#container.inside .listContent .listWrap .mainCont ul li a .textArea p {
  font-size: 15px;
  color: #777;
  line-height: 1.8em;
  height: 50px;
}
#container.inside .listContent .listWrap .mainCont ul li.none {
  width: 100% !important;
}
#container.inside .listContent .listWrap .mainCont ul li:nth-of-type(odd) {
  float: left;
}
#container.inside .listContent .listWrap .mainCont ul li:nth-of-type(even) {
  float: right;
}
#container.inside .listContent .listWrap .mainCont ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.inside .listContent .listWrap .searchArea {
  margin-bottom: 130px;
  box-sizing: border-box;
}
#container.inside .listContent .listWrap .searchArea a {
  vertical-align: top;
}
#container.inside .listContent .listWrap .searchArea .eui_selectTypeC {
  display: inline-block;
  position: relative;
  width: 215px;
  margin-right: 14px;
}
#container.inside .listContent .listWrap .searchArea #smsDisasterCd, #container.inside .listContent .listWrap .searchArea #smsAreaCd {
  display: inline-block;
  padding: 0 32px 0 20px;
  position: relative;
  width: 215px;
  font-size: 18px;
  font-weight: 300;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  cursor: pointer;
  background: #eaeaea;
}
#container.inside .listContent .listWrap .searchArea #smsDisasterCd:after, #container.inside .listContent .listWrap .searchArea #smsAreaCd:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 11px;
  height: 7px;
  margin-top: -4px;
  background: url(/static/images/common/blt_select2_up.png) no-repeat 0 0;
  opacity: 1;
}
#container.inside .listContent .listWrap .searchArea #smsAreaCd {
  margin-right: 13px;
}
#container.inside .listContent .listWrap .searchArea #smsDisasterCd {
  margin-right: 13px;
}
#container.inside .listContent .listWrap .searchArea input[type=text] {
  width: 706px;
  height: 48px;
  padding: 0 20px;
  line-height: 46px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
  vertical-align: top;
  font-weight: 300;
  font-size: 18px;
  margin-right: 8px;
}
#container.inside .listContent .listWrap .searchArea input[type=text]::placeholder {
  color: #aaaaaa;
}
#container.inside .listContent .listWrap .searchArea .btn_search {
  margin-right: 6px;
}
#container.inside .listContent .listWrap .searchArea .btn_search {
  display: inline-block;
  line-height: 48px;
  font-size: 18px;
  width: 120px;
  height: 48px;
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #282828;
}
#container.inside .listContent .listWrap .searchArea .btn_reset {
  display: inline-block;
  line-height: 46px;
  font-size: 16px;
  width: 100px;
  height: 46px;
  padding: 0;
  border: 1px solid #9496a3;
  color: #9496a3;
  font-weight: 300;
  text-align: center;
  background: none;
}
#container.inside .listContent .litItem li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#container.inside .listContent .litItem li a {
  display: block;
}
#container.inside .listContent .litItem li a .thumbArea {
  float: left;
  position: relative;
  width: 250px;
  height: 140px;
}
#container.inside .listContent .litItem li a .thumbArea img {
  width: 100%;
  height: 100%;
}
#container.inside .listContent .litItem li a .thumbArea:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(/static/images/common/ico_common.png) no-repeat -700px -50px;
  z-index: 11;
}
#container.inside .listContent .litItem li a .thumbArea:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
#container.inside .listContent .litItem li a .textArea {
  float: left;
  position: relative;
  width: 320px;
  padding-left: 25px;
  box-sizing: border-box;
  height: 140px;
}
#container.inside .listContent .litItem li a .textArea strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
}
#container.inside .listContent .litItem li a .textArea p {
  font-size: 15px;
  color: #777;
  height: 50px;
}
#container.inside .listContent .litItem li a .textArea span {
  position: absolute;
  left: 25px;
  bottom: 0;
  font-weight: 300;
  font-size: 14px;
  color: #aaa;
  line-height: 1em;
}
#container.inside .listContent .litItem li a:after {
  content: "";
  display: block;
  clear: both;
}
#container.inside .listContent .litItem li a:hover .textArea strong {
  text-decoration: underline;
}
#container.inside .listContent .litItem li:nth-of-type(odd) {
  padding-right: 20px;
}
#container.inside .listContent .litItem li:nth-of-type(even) {
  padding-left: 20px;
}
#container.inside .listContent .litItem li.none {
  width: 100% !important;
}
#container.inside .listContent .litItem:after {
  content: "";
  display: block;
  clear: both;
}
#container.inside .listContent:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 358px;
  background: #e3e1de;
  z-index: -1;
}
#container.inside .listContent:before {
  content: "";
  position: absolute;
  left: 0;
  top: 358px;
  width: 100%;
  height: 441px;
  background: #f7f7f7;
  z-index: -1;
}
#container.inside .listContent.remove:after, #container.inside .listContent.remove:before {
  display: none;
}

#container.column .listContent {
  position: relative;
}
#container.column .listContent .listWrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 80px;
}
#container.column .listContent .listWrap .topCont {
  margin-bottom: 30px;
}
#container.column .listContent .listWrap .topCont a {
  display: block;
}
#container.column .listContent .listWrap .topCont a:hover .textArea strong {
  text-decoration: underline;
}
#container.column .listContent .listWrap .topCont .thumb {
  float: left;
  width: 636px;
  height: 360px;
  box-sizing: border-box;
  overflow: hidden;
}
#container.column .listContent .listWrap .topCont .thumb img {
  width: 100%;
  height: 100%;
  transition: all 2s cubic-bezier(0, 0, 0, 0.97) 0s;
}
#container.column .listContent .listWrap .topCont .textArea {
  float: left;
  position: relative;
  width: 544px;
  height: 360px;
  padding: 50px 40px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px 35px rgba(34, 34, 34, 0.28);
}
#container.column .listContent .listWrap .topCont .textArea strong {
  display: block;
  height: 66px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}
#container.column .listContent .listWrap .topCont .textArea .smallList {
  position: relative;
  margin-bottom: 18px;
  padding-right: 125px;
}
#container.column .listContent .listWrap .topCont .textArea .smallList em {
  display: inline-block;
  height: 30px;
  margin-right: 8px;
  padding: 0 12px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  background: #1a4895;
}
#container.column .listContent .listWrap .topCont .textArea .smallList i {
  display: inline-block;
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
  font-style: normal;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 300;
  color: #1a4895;
}
#container.column .listContent .listWrap .topCont .textArea .smallList i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background: #b2b2b2;
}
#container.column .listContent .listWrap .topCont .textArea .smallList i:first-of-type {
  padding-left: 0;
  margin-left: 0;
}
#container.column .listContent .listWrap .topCont .textArea .smallList i:first-of-type:after {
  display: none;
}
#container.column .listContent .listWrap .topCont .textArea .smallList span {
  position: absolute;
  right: 0;
  top: 6px;
  margin-left: 16px;
  font-weight: 300;
  font-size: 14px;
  color: #aaa;
}
#container.column .listContent .listWrap .topCont .textArea .btn_more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #0e326b;
}
#container.column .listContent .listWrap .topCont .textArea .btn_more:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 16px;
  margin: -8px 0 0 -1px;
  background: #fff;
}
#container.column .listContent .listWrap .topCont .textArea .btn_more:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 1px;
  margin: -1px 0 0 -8px;
  background: #fff;
}
#container.column .listContent .listWrap .topCont .textArea p {
  font-size: 15px;
  line-height: 1.7em;
  color: #777;
}
#container.column .listContent .listWrap .topCont:after {
  content: "";
  display: block;
  clear: both;
}
#container.column .listContent .listWrap .searchArea {
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid #ddd;
  background: #f6f6f6;
  box-sizing: border-box;
}
#container.column .listContent .listWrap .searchArea a {
  vertical-align: top;
}
#container.message.column .listContent .listWrap .searchArea #smsAreaCd, #container.message.column .listContent .listWrap .searchArea #smsDisasterCd, #container.inside.column .listContent .listWrap .searchArea #smsAreaCd, #container.inside.column .listContent .listWrap .searchArea #smsDisasterCd {
  display: inline-block;
  padding: 0 32px 0 20px;
  position: relative;
  width: 215px;
  font-size: 18px;
  font-weight: 300;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  cursor: pointer;
  background: #eaeaea;
}
#container.message.column .listContent .listWrap .searchArea #smsAreaCd:after, #container.message.column .listContent .listWrap .searchArea #smsDisasterCd:after, #container.inside.column .listContent .listWrap .searchArea #smsAreaCd:after, #container.inside.column .listContent .listWrap .searchArea #smsDisasterCd:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 11px;
  height: 7px;
  margin-top: -4px;
  background: url(/static/images/common/blt_select2_up.png) no-repeat 0 0;
  opacity: 1;
}
#container.column .listContent .listWrap .searchArea .eui_selectTypeA {
  margin-right: 13px;
}
#container.column .listContent .listWrap .searchArea input[type=text] {
  width: 645px;
  height: 48px;
  padding: 0 20px;
  line-height: 46px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
  vertical-align: top;
  font-weight: 300;
  font-size: 18px;
  margin-right: 8px;
}
#container.column .listContent .listWrap .searchArea input[type=text]::placeholder {
  color: #aaaaaa;
}
#container.column .listContent .listWrap .searchArea .btn_search {
  margin-right: 6px;
}
#container.column .listContent .listWrap .searchArea .btn_search {
  display: inline-block;
  line-height: 48px;
  font-size: 18px;
  width: 120px;
  height: 48px;
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #282828;
}
#container.column .listContent .listWrap .searchArea .btn_reset {
  display: inline-block;
  line-height: 48px;
  font-size: 16px;
  width: 100px;
  height: 48px;
  padding: 0;
  border: 1px solid #9496a3;
  color: #9496a3;
  font-weight: 300;
  text-align: center;
  background: none;
}
#container.column .listContent .listWrap .selectArea {
  margin-bottom: 30px;
  text-align: right;
}
#container.column .listContent .listWrap .selectArea .eui_selectTypeA {
  text-align: left;
}
#container.column .listContent .listWrap .litItem li {
  box-sizing: border-box;
  margin-bottom: 50px;
}
#container.column .listContent .listWrap .litItem li a {
  display: block;
}
#container.column .listContent .listWrap .litItem li a .thumbArea {
  float: left;
  position: relative;
  width: 250px;
  height: 140px;
}
#container.column .listContent .listWrap .litItem li a .thumbArea img {
  width: 100%;
  height: 100%;
}
#container.column .listContent .listWrap .litItem li a .textArea {
  float: left;
  position: relative;
  width: 930px;
  padding-left: 25px;
  box-sizing: border-box;
  height: 140px;
}
#container.column .listContent .listWrap .litItem li a .textArea strong {
  display: block;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1em;
}
#container.column .listContent .listWrap .litItem li a .textArea p {
  height: 42px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #777;
  line-height: 1.4em;
}
#container.column .listContent .listWrap .litItem li a .textArea .smallList {
  position: relative;
  margin-bottom: 18px;
  padding-right: 125px;
}
#container.column .listContent .listWrap .litItem li a .textArea .smallList em {
  display: inline-block;
  height: 30px;
  margin-right: 8px;
  padding: 0 12px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  background: #1a4895;
}
#container.column .listContent .listWrap .litItem li a .textArea .smallList i {
  display: inline-block;
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
  font-style: normal;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 300;
  color: #1a4895;
}
#container.column .listContent .listWrap .litItem li a .textArea .smallList i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background: #b2b2b2;
}
#container.column .listContent .listWrap .litItem li a .textArea .smallList i:first-of-type {
  padding-left: 0;
  margin-left: 0;
}
#container.column .listContent .listWrap .litItem li a .textArea .smallList i:first-of-type:after {
  display: none;
}
#container.column .listContent .listWrap .litItem li a .textArea .smallList span {
  position: absolute;
  right: 0;
  top: 6px;
  margin-left: 16px;
  font-weight: 300;
  font-size: 14px;
  color: #aaa;
}
#container.column .listContent .listWrap .litItem li a:after {
  content: "";
  display: block;
  clear: both;
}
#container.column .listContent .listWrap .litItem li a:hover .textArea strong {
  text-decoration: underline;
}
#container.column .listContent .listWrap .litItem li.none {
  width: 100% !important;
}
#container.column .listContent .listWrap .litItem li:last-of-type {
  margin-bottom: 0;
}
#container.column .listContent .listWrap .litItem:after {
  content: "";
  display: block;
  clear: both;
}
#container.column .listContent:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 390px;
  background: #e3e1de url(/static/images/now/insideBg_bg.png) no-repeat 100% 0;
  z-index: -1;
}
#container.column .listContent.remove:after, #container.column .listContent.remove:before {
  display: none;
}
#container.column .viewContent .viewWrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 60px;
}
#container.column .viewContent .viewWrap .titArea {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#container.column .viewContent .viewWrap .titArea strong {
  float: left;
  padding: 15px 34px;
  font-size: 16px;
  background: #f6f6f6;
}
#container.column .viewContent .viewWrap .titArea p {
  float: left;
  padding: 15px 34px;
  font-size: 16px;
}
#container.column .viewContent .viewWrap .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.column .viewContent .viewWrap .detailCont {
  padding: 56px 50px;
  font-size: 15px;
  color: #777;
  min-height: 360px;
  box-sizing: border-box;
}
#container.column .viewContent .viewWrap .btnArea {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
#container.column .viewContent .viewWrap .btnArea .btn_list {
  margin-right: 8px;
}
#container.column .viewContent .viewWrap .btnArea .btn_list {
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  width: 150px;
  height: 40px;
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #282828;
}
#container.column .viewContent .viewWrap .different {
  border-top: 1px solid #ddd;
}
#container.column .viewContent .viewWrap .different li {
  border-bottom: 1px solid #ddd;
}
#container.column .viewContent .viewWrap .different li strong {
  float: left;
  position: relative;
  width: 200px;
  height: 53px;
  padding: 0 36px;
  line-height: 52px;
  font-size: 16px;
  color: #777;
  background: #f6f6f6;
  box-sizing: border-box;
}
#container.column .viewContent .viewWrap .different li .utilText {
  float: left;
  width: 980px;
  height: 53px;
  padding: 0 0 0 36px;
  line-height: 52px;
  box-sizing: border-box;
  font-size: 16px;
  color: #777;
}
#container.column .viewContent .viewWrap .different li .utilText em {
  float: left;
  width: 690px;
}
#container.column .viewContent .viewWrap .different li .utilText span {
  float: right;
  position: relative;
  padding: 0 5px;
  width: 250px;
  box-sizing: border-box;
  text-align: center;
}
#container.column .viewContent .viewWrap .different li .utilText span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: #ddd;
}
#container.column .viewContent .viewWrap .different li .utilText.none {
  text-align: center;
}
#container.column .viewContent .viewWrap .different li .utilText.none span {
  display: inline-block;
  float: none;
  margin-left: 0;
  padding-left: 0;
  width: auto;
}
#container.column .viewContent .viewWrap .different li .utilText.none span:after {
  display: none;
}
#container.column .viewContent .viewWrap .different li.prevPage strong:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -50px -400px;
}
#container.column .viewContent .viewWrap .different li.prevPage strong:after {
  right: 36px;
}
#container.column .viewContent .viewWrap .different li.nextPage strong:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -50px -425px;
}
#container.column .viewContent .viewWrap .different li.nextPage strong:after {
  right: 36px;
}
#container.column .viewContent .viewWrap .different li:after {
  content: "";
  display: block;
  clear: both;
}

#container.digital .topArea {
  min-height: 30px;
  margin-bottom: 50px;
  background: #f7f7f7;
}
#container.digital .topArea .topWrap {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding: 60px 0;
}
#container.digital .topArea .topWrap .keywordArea {
  float: left;
  width: 690px;
  position: relative;
  min-height: 30px;
  padding-left: 150px;
  padding-top: 4px;
  box-sizing: border-box;
}
#container.digital .topArea .topWrap .keywordArea strong {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  font-size: 28px;
}
#container.digital .topArea .topWrap .keywordArea ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
#container.digital .topArea .topWrap .keywordArea ul li a {
  display: block;
  padding: 8px 10px;
  line-height: 1em;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  color: #9496a3;
  background: #fff;
}
#container.digital .topArea .topWrap .keywordArea ul li a:before {
  content: "#";
}
#container.digital .topArea .topWrap .inputArea {
  float: right;
  width: 486px;
  text-align: right;
}
#container.digital .topArea .topWrap .inputArea input {
  height: 48px;
  width: 240px;
  padding: 0 20px;
  margin-right: 9px;
  line-height: 46px;
  font-weight: 300;
  font-size: 18px;
  box-sizing: border-box;
  background: #fff;
  vertical-align: top;
}
#container.digital .topArea .topWrap .inputArea .btn_search {
  margin-right: 7px;
  vertical-align: top;
}
#container.digital .topArea .topWrap .inputArea .btn_search {
  display: inline-block;
  line-height: 48px;
  font-size: 18px;
  width: 120px;
  height: 48px;
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #282828;
}
#container.digital .topArea .topWrap .inputArea .btn_reset {
  vertical-align: top;
  box-sizing: border-box;
}
#container.digital .topArea .topWrap .inputArea .btn_reset {
  display: inline-block;
  line-height: 48px;
  font-size: 16px;
  width: 100px;
  height: 48px;
  padding: 0;
  border: 1px solid #9496a3;
  color: #9496a3;
  font-weight: 300;
  text-align: center;
  background: none;
}
#container.digital .topArea .topWrap:after {
  content: "";
  display: block;
  clear: both;
}
#container.digital .listContent {
  position: relative;
}
#container.digital .listContent .listWrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 60px;
}
#container.digital .listContent .listWrap .litItem {
  display: flex;
  flex-wrap: wrap;
}
#container.digital .listContent .listWrap .litItem > li {
  vertical-align: top;
  width: 358px;
  margin: 0 53px 60px 0;
}
#container.digital .listContent .listWrap .litItem > li a {
  display: block;
}
#container.digital .listContent .listWrap .litItem > li a .thumbArea {
  position: relative;
  width: 358px;
  height: 202px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0.1s;
  box-sizing: border-box;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}
#container.digital .listContent .listWrap .litItem > li a .thumbArea img {
  width: 100%;
  height: 202px;
  -webkit-transition: all 0.2s ease-out 0.05s;
}
#container.digital .listContent .listWrap .litItem > li a .thumbArea:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(/static/images/common/ico_common.png) no-repeat -700px -50px;
  z-index: 11;
  -webkit-transition: all 0.3s ease-out 0s;
}
#container.digital .listContent .listWrap .litItem > li a .thumbArea:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 380px;
  height: 380px;
  border-radius: 101px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-out 0.05s;
}
#container.digital .listContent .listWrap .litItem > li a .textArea {
  padding-top: 20px;
}
#container.digital .listContent .listWrap .litItem > li a .textArea .hashArea {
  margin-bottom: 16px;
}
#container.digital .listContent .listWrap .litItem > li a .textArea .hashArea li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
#container.digital .listContent .listWrap .litItem > li a .textArea .hashArea li span {
  display: block;
  padding: 4px 5px;
  color: #9496a3;
  font-size: 13px;
  line-height: 1em;
  background: #f9f9f9;
}
#container.digital .listContent .listWrap .litItem > li a .textArea .hashArea li span:before {
  content: "#";
}
#container.digital .listContent .listWrap .litItem > li a .textArea strong {
  display: block;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  height: 72px;
}
#container.digital .listContent .listWrap .litItem > li a .textArea > span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #aaa;
  line-height: 1.3em;
}
#container.digital .listContent .listWrap .litItem > li a:hover .thumbArea {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
#container.digital .listContent .listWrap .litItem > li a:hover .thumbArea:before {
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0.15;
}
#container.digital .listContent .listWrap .litItem > li a:hover .thumbArea:after {
  transform: scale(0.8);
  opacity: 0;
}
#container.digital .listContent .listWrap .litItem > li a:hover .thumbArea img {
  transform: scale(1.05);
}
#container.digital .listContent .listWrap .litItem > li:nth-of-type(3n+3) {
  margin-right: 0;
}
#container.digital .listContent .listWrap .litItem > li.none {
  width: 100% !important;
}
#container.digital .listContent .listWrap .paging {
  padding-top: 0;
}
#container.digital .viewContent {
  position: relative;
}
#container.digital .viewContent .viewWrap .utilArea .hashArea {
  margin-top: 5px;
}

#container.institutions .mainInfo .mainInfoWrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 100px;
}
#container.institutions .mainInfo .mainInfoWrap h3 {
  position: relative;
  padding-left: 10px;
  font-size: 22px;
  margin-bottom: 30px;
}
#container.institutions .mainInfo .mainInfoWrap h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #282828;
}
#container.institutions .mainInfo .mainInfoWrap ul {
  margin-bottom: 95px;
}
#container.institutions .mainInfo .mainInfoWrap ul li {
  float: left;
  position: relative;
  width: 296px;
  height: 102px;
  margin: -1px 0 0 -1px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  z-index: 1;
}
#container.institutions .mainInfo .mainInfoWrap ul li .tableSet {
  display: table-cell;
  width: 294px;
  height: 100px;
  table-layout: fixed;
  vertical-align: middle;
  text-align: center;
  background: #fff;
}
#container.institutions .mainInfo .mainInfoWrap ul li a {
  display: block;
  position: relative;
}
#container.institutions .mainInfo .mainInfoWrap ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translate(0, 0);
  background: url(/static/images/common/ico_common.png) no-repeat -900px 0px;
}
#container.institutions .mainInfo .mainInfoWrap ul li a:after {
  transition: all 0.2s cubic-bezier(0, 0, 0.23, 1.38) 0s;
  transform: scale(0.5);
  opacity: 0;
}
#container.institutions .mainInfo .mainInfoWrap ul li a:hover:after {
  transform: scale(1);
  opacity: 1;
}
#container.institutions .mainInfo .mainInfoWrap ul li:nth-of-type(1), #container.institutions .mainInfo .mainInfoWrap ul li:nth-of-type(2), #container.institutions .mainInfo .mainInfoWrap ul li:nth-of-type(3), #container.institutions .mainInfo .mainInfoWrap ul li:nth-of-type(4) {
  margin-top: 0;
}
#container.institutions .mainInfo .mainInfoWrap ul li:hover {
  border-color: #000;
  z-index: 2;
}
#container.institutions .mainInfo .mainInfoWrap ul li.subTit .tableSet {
  height: 70px;
}
#container.institutions .mainInfo .mainInfoWrap ul li.subTit a strong {
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #f9f9f9;
  font-size: 13px;
  color: #777;
}
#container.institutions .mainInfo .mainInfoWrap ul:last-of-type {
  margin-bottom: 0;
}
#container.institutions .mainInfo .mainInfoWrap ul:after {
  content: "";
  display: block;
  clear: both;
}

#container.tip {
  padding-bottom: 0;
}
#container.tip .calamityTab {
  background: #f9f9f9;
}
#container.tip .calamityTab .tabWrap {
  width: 1180px;
  margin: 0 auto;
  padding: 54px 0 40px;
}
#container.tip .calamityTab .tabWrap h4 {
  margin-bottom: 35px;
  font-weight: 200;
  font-size: 20px;
}
#container.tip .calamityTab .tabWrap ul {
  text-align: center;
}
#container.tip .calamityTab .tabWrap ul li {
  display: inline-block;
  width: 80px;
  margin: 0;
  vertical-align: top;
}
#container.tip .calamityTab .tabWrap ul li a {
  display: block;
  position: relative;
  height: 140px;
  padding-top: 85px;
  text-align: center;
  color: #777;
  font-size: 16px;
  box-sizing: border-box;
}
#container.tip .calamityTab .tabWrap ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
#container.tip .calamityTab .tabWrap ul li a:after {
  top: 20px;
}
#container.tip .calamityTab .tabWrap ul li.ico_018 a:after {
  background-position: -550px -250px;
}
#container.tip .calamityTab .tabWrap ul li.ico_018.on a:after {
  background-position: -800px -250px;
}
#container.tip .calamityTab .tabWrap ul li.ico_004 a:after {
  width: 40px;
  height: 25px;
  background: url(/static/images/common/ico_flood_off1.png) no-repeat 0 0;
  top: 30px;
}
#container.tip .calamityTab .tabWrap ul li.ico_004.on a:after {
  width: 40px;
  height: 25px;
  background: url(/static/images/common/ico_flood_on1.png) no-repeat 0 0;
  top: 30px;
}
#container.tip .calamityTab .tabWrap ul li.ico_001 a::after {
  background-position: -500px -50px;
}
#container.tip .calamityTab .tabWrap ul li.ico_002 a::after {
  background-position: -500px -100px;
}
#container.tip .calamityTab .tabWrap ul li.ico_003 a::after {
  background-position: -500px -150px;
}
#container.tip .calamityTab .tabWrap ul li.ico_004 a::after {
  background-position: 0px 0px;
}
#container.tip .calamityTab .tabWrap ul li.ico_005 a::after {
  background-position: -500px -350px;
}
#container.tip .calamityTab .tabWrap ul li.ico_006 a::after {
  background-position: -500px -300px;
}
#container.tip .calamityTab .tabWrap ul li.ico_007 a::after {
  background-position: -500px -400px;
}
#container.tip .calamityTab .tabWrap ul li.ico_008 a::after {
  background-position: -500px -450px;
}
#container.tip .calamityTab .tabWrap ul li.ico_009 a::after {
  background-position: -550px 0;
}
#container.tip .calamityTab .tabWrap ul li.ico_010 a::after {
  background-position: -500px -250px;
}
#container.tip .calamityTab .tabWrap ul li.ico_011 a::after {
  background-position: -550px -50px;
}
#container.tip .calamityTab .tabWrap ul li.ico_012 a::after {
  background-position: -550px -100px;
}
#container.tip .calamityTab .tabWrap ul li.ico_etc a::after {
  background-position: -950px 0;
}
#container.tip .calamityTab .tabWrap ul li.on a {
  padding-top: 90px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #1a4895;
  font-weight: 500;
  color: #1a4895;
}
#container.tip .calamityTab .tabWrap ul li.on a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 75px;
  width: 8px;
  height: 2px;
  background: #1a4895;
  transform: translateX(-50%);
}
#container.tip .calamityTab .tabWrap ul li.on a:after {
  top: 15px;
}
#container.tip .calamityTab .tabWrap ul li.on.ico_001 a::after {
  background-position: -750px -50px;
}
#container.tip .calamityTab .tabWrap ul li.on.ico_002 a::after {
  background-position: -750px -100px;
}
#container.tip .calamityTab .tabWrap ul li.on.ico_003 a::after {
  background-position: -750px -150px;
}
#container.tip .calamityTab .tabWrap ul li.on.ico_004 a::after {
  background-position: 0px 0px;
}
#container.tip .calamityTab .tabWrap ul li.on.ico_005 a::after {
  background-position: -750px -350px;
}
#container.tip .calamityTab .tabWrap ul li.on.ico_006 a::after {
  background-position: -750px -300px;
}
#container.tip .calamityTab .tabWrap ul li.on.ico_007 a::after {
  background-position: -750px -400px;
}
#container.tip .calamityTab .tabWrap ul li.on.ico_008 a::after {
  background-position: -750px -450px;
}
#container.tip .calamityTab .tabWrap ul li.on.ico_009 a::after {
  background-position: -800px 0;
}
#container.tip .calamityTab .tabWrap ul li.on.ico_010 a::after {
  background-position: -750px -250px;
}
#container.tip .calamityTab .tabWrap ul li.on.ico_011 a::after {
  background-position: -800px -50px;
}
#container.tip .calamityTab .tabWrap ul li.on.ico_012 a::after {
  background-position: -800px -100px;
}
#container.tip .calamityTab .tabWrap ul li.on.ico_etc a::after {
  background-position: -950px 0;
}
#container.tip .calamityTab .tabWrap ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.tip .mainInfo .mainInfoWrap {
  width: 1180px;
  margin: 0 auto;
}
#container.tip .mainInfo .mainInfoWrap h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 25px;
}
#container.tip .mainInfo .mainInfoWrap .other {
  padding: 90px 0;
}
#container.tip .mainInfo .mainInfoWrap .listItem {
  display: flex;
  flex-wrap: wrap;
}
#container.tip .mainInfo .mainInfoWrap .listItem li {
  margin: 0 18px 36px 0;
  width: 281px;
}
#container.tip .mainInfo .mainInfoWrap .listItem li a .thumbArea {
  height: 163px;
}
#container.tip .mainInfo .mainInfoWrap .listItem li a .thumbArea img {
  width: 100%;
  height: 100%;
}
#container.tip .mainInfo .mainInfoWrap .listItem li a .textArea {
  padding-top: 12px;
}
#container.tip .mainInfo .mainInfoWrap .listItem li a .textArea strong {
  font-size: 15px;
}
#container.tip .mainInfo .mainInfoWrap .listItem li.none {
  width: 100% !important;
}
#container.tip .mainInfo .mainInfoWrap .listItem li:nth-of-type(4n+4) {
  margin-right: 0;
}
#container.tip .mainInfo .mainInfoWrap .paging {
  padding-top: 40px;
}
#container.tip .mainInfo .mainInfoWrap .tipsBox .tips {
  background: #fff;
}
#container.tip .mainInfo .mainInfoWrap .tipsBox .tips:before {
  display: none;
}
#container.tip .mainInfo .mainInfoWrap .tipsBox .tips .tipsWrap > div {
  float: none;
  width: 100%;
}
#container.tip .mainInfo .mainInfoWrap .tipsBox .tips .tipsWrap > div ol li {
  font-weight: 400;
}
#container.tip .mainInfo .mainInfoWrap .tipsBox .tips .tipsWrap > div.on {
  display: block;
}
#container.tip .mainInfo .mainInfoWrap .tipsBox .tips .tipsWrap .earthquakeCont ol li:after {
  height: 120px;
  top: -18px;
}
#container.tip .mainInfo .mainInfoWrap .tipsBox .tips .tipsWrap .electricityCont ol li:after {
  height: 120px;
  top: -18px;
}
#container.tip .bottomCont {
  width: 100%;
  height: 573px;
  background-color: #f1f1f1;
  background-image: url(/static/images/now/insideBg_bg2.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
#container.tip .bottomCont .contWrap {
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#container.tip .bottomCont .contWrap:before {
  content: "";
  background: #e3e1de;
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 100%;
}
#container.tip .bottomCont .contWrap .tit {
  font-weight: 500;
  font-size: 26px;
}
#container.tip .bottomCont .contWrap .videoArea {
  width: 490px;
  padding-top: 100px;
  position: relative;
  background: #e3e1de;
}
#container.tip .bottomCont .contWrap .videoArea .videoWrap .videoSlideArea {
  width: 400px;
  height: 330px;
  margin-top: 15px;
  position: relative;
}
#container.tip .bottomCont .contWrap .videoArea .videoWrap .videoSlideArea .videoSlide .slick-list li a {
  display: block;
  position: relative;
}
#container.tip .bottomCont .contWrap .videoArea .videoWrap .videoSlideArea .videoSlide .slick-list li a img {
  width: 100%;
  height: 100%;
}
#container.tip .bottomCont .contWrap .videoArea .videoWrap .videoSlideArea .videoSlide .slick-list li a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(/static/images/common/ico_common.png) no-repeat -700px -50px;
  z-index: 11;
}
#container.tip .bottomCont .contWrap .videoArea .videoWrap .videoSlideArea .videoSlide .slick-list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
#container.tip .bottomCont .contWrap .videoArea .videoWrap .videoSlideArea .videoSlide .slick-arrow {
  position: absolute;
  bottom: 28px;
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  z-index: 1;
}
#container.tip .bottomCont .contWrap .videoArea .videoWrap .videoSlideArea .videoSlide .slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -24px -250px;
}
#container.tip .bottomCont .contWrap .videoArea .videoWrap .videoSlideArea .videoSlide .slick-prev {
  right: 30px;
}
#container.tip .bottomCont .contWrap .videoArea .videoWrap .videoSlideArea .videoSlide .slick-prev:after {
  background-position: -26px -225px;
}
#container.tip .bottomCont .contWrap .videoArea .videoWrap .videoSlideArea .videoSlide .slick-dots {
  margin-top: 10px;
}
#container.tip .bottomCont .contWrap .listArea {
  width: 56%;
  margin-left: auto;
  padding-left: 80px;
  padding-top: 100px;
}
#container.tip .bottomCont .contWrap .listArea ul {
  margin-top: 10px;
}
#container.tip .bottomCont .contWrap .listArea ul li {
  font-size: 15px;
  margin-top: 5px;
}
#container.tip .bottomCont .contWrap .listArea ul li:before {
  content: "·";
  margin-right: 5px;
}
#container.tip .bottomCont .contWrap .listArea p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.8em;
}
#container.tip .viewContent .viewWrap {
  padding-bottom: 140px;
}
#container.tip .viewContent .viewWrap .mainText {
  padding-bottom: 62px;
}
#container.tip .viewContent .viewWrap > .btnArea {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#container.heatwave .mainInfo .mainInfoWrap {
  width: 1180px;
  margin: 0 auto 150px;
  padding-top: 100px;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea {
  float: left;
  width: 570px;
  height: 792px;
  background: #eef1f6;
  position: relative;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .svgArea svg {
  position: absolute;
  left: 50%;
  top: 0; /*margin-left:-12px;*/
  transform: translateX(-50%);
  height: 100% !important;
  width: auto !important;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .specialArea {
  position: relative;
  height: 739px;
  overflow: hidden;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .specialArea .mapState {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .distributionArea {
  position: relative;
  height: 739px;
  overflow: hidden;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .distributionArea .explanationBox {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 8px 14px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #cdcece;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .distributionArea .explanationBox ul {
  text-align: center;
  line-height: 1em;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .distributionArea .explanationBox ul li {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  margin-right: 28px;
  line-height: 1em;
  vertical-align: top;
  color: #777;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .distributionArea .explanationBox ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 1px solid #333;
  background: #999;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .distributionArea .explanationBox ul li:last-of-type {
  margin-right: 0;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .distributionArea .explanationBox ul li.level1:after {
  border-color: #2967ce;
  background: #1688f3;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .distributionArea .explanationBox ul li.level2:after {
  border-color: #e1b629;
  background: #faca2a;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .distributionArea .explanationBox ul li.level3:after {
  border-color: #e6671a;
  background: #ff771c;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .distributionArea .explanationBox ul li.level4:after {
  border-color: #c12433;
  background: #f23849;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .distributionArea .textDay {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  color: #777;
  font-weight: 200;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea .distributionArea .textDay i {
  font-style: normal;
}
#container.heatwave .mainInfo .mainInfoWrap .leftArea > .sourceText {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 14px;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea {
  float: right;
  width: 570px;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .status {
  margin-bottom: 60px;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .status .titArea {
  position: relative;
  height: 28px;
  margin-bottom: 18px;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .status .titArea strong {
  line-height: 1em;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .status .titArea span {
  margin-top: 8px;
  margin-right: 70px;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .status .titArea .ico_share {
  position: absolute;
  right: 0;
  top: 6px;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .status #alarm ul {
  height: 234px;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .status #alarm ul li.none {
  line-height: 170px !important;
  height: 170px !important;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .status .noti {
  position: relative;
  margin-top: 4px;
  color: #777;
  float: right;
  font-size: 13px;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .prospect {
  height: 396px;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-sizing: border-box;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .prospect .prospectWrap {
  position: relative;
  height: 395px;
  padding: 28px 19px;
  box-sizing: border-box;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .prospect .prospectWrap ul li {
  margin-bottom: 30px;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .prospect .prospectWrap ul li strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1em;
  font-weight: 500;
  font-size: 20px;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .prospect .prospectWrap ul li .textArea {
  padding: 16px 20px;
  line-height: 1.6em;
  font-weight: 300;
  font-size: 15px;
  color: #777;
  background: #f1f1f1;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .prospect .prospectWrap ul li:last-of-type {
  margin-bottom: 0;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .prospect .prospectWrap ul li.none {
  height: 336px !important;
  line-height: 336px !important;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .prospect .prospectWrap .dayText {
  position: absolute;
  top: 30px;
  right: 18px;
  font-size: 14px;
  color: #777;
  font-weight: 200;
  line-height: 1em;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .levelTips {
  height: 396px;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-sizing: border-box;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .levelTips .levelTipsWrap {
  position: relative;
  height: 395px;
  padding: 0 37px;
  box-sizing: border-box;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .levelTips .levelTipsWrap ul li {
  position: relative;
  padding: 25px 0 25px 76px;
  border-bottom: 1px solid #d2d2d2;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .levelTips .levelTipsWrap ul li em {
  position: absolute;
  left: 0;
  top: 29px;
  width: 62px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #999;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .levelTips .levelTipsWrap ul li em.level1 {
  background: #1684f0;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .levelTips .levelTipsWrap ul li em.level2 {
  background: #faca2a;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .levelTips .levelTipsWrap ul li em.level3 {
  background: #ff771c;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .levelTips .levelTipsWrap ul li em.level4 {
  background: #f23849;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .levelTips .levelTipsWrap ul li p {
  font-size: 15px;
  color: #777;
  line-height: 1.6em;
  font-weight: 300;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .levelTips .levelTipsWrap ul li.none {
  height: 386px !important;
  line-height: 386px !important;
}
#container.heatwave .mainInfo .mainInfoWrap .rightArea .heatwaveInfo .levelTips .levelTipsWrap ul li:last-of-type {
  border-bottom: 0;
}
#container.heatwave .mainInfo .mainInfoWrap:after {
  content: "";
  display: block;
  clear: both;
}
#container.heatwave .temperatureArea .temperatureWrap {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 80px;
}
#container.heatwave .temperatureArea .temperatureWrap .titArea {
  height: 28px;
  margin-bottom: 26px;
}
#container.heatwave .temperatureArea .temperatureWrap .titArea h2 {
  float: left;
  margin-bottom: 0;
  line-height: 1em;
}
#container.heatwave .temperatureArea .temperatureWrap .titArea em {
  float: left;
  margin-left: 12px;
  font-weight: 200;
  font-size: 14px;
  color: #54585e;
  margin-top: 3px;
}
#container.heatwave .temperatureArea .temperatureWrap .titArea .addressArea {
  float: right;
}
#container.heatwave .temperatureArea .temperatureWrap .titArea .addressArea .address {
  float: left;
  font-size: 16px;
  font-weight: 200;
  color: #555;
}
#container.heatwave .temperatureArea .temperatureWrap .titArea .addressArea .btnMy {
  float: left;
  position: relative;
  margin-left: 28px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 200;
  color: #5268cf;
}
#container.heatwave .temperatureArea .temperatureWrap .titArea .addressArea .btnMy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  margin: -8px 0 0;
  background: url(/static/images/main/ico_loaction.gif) no-repeat 0 0;
}
#container.heatwave .temperatureArea .temperatureWrap .titArea .addressArea .btnChange {
  float: right;
  width: 112px;
  height: 34px;
  margin-top: -5px;
  margin-left: 28px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #c1d2f3;
  font-size: 15px;
  font-weight: 200;
  color: #2162e9;
  background: #dfe8fa;
  box-sizing: border-box;
}
#container.heatwave .temperatureArea .temperatureWrap .titArea .addressArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.heatwave .temperatureArea .temperatureWrap .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList {
  border: 1px solid #d2d2d2;
  border-right: 0;
  border-bottom: 0;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .titList {
  float: left;
  width: 131px;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .titList > li {
  height: 54px;
  line-height: 53px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  background: #eeeeee;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList {
  float: left;
  width: 1048px;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li {
  float: left;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li strong {
  display: block;
  height: 54px;
  line-height: 53px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  background: #f6f6f6;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li {
  float: left;
  width: 80px;
  height: 54px;
  line-height: 53px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li:nth-of-type(13n+13), #container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li:nth-of-type(13n+12), #container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li:nth-of-type(13n+11), #container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li:nth-of-type(13n+10) {
  width: 82px;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li > ul > li {
  height: 54px;
  line-height: 53px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li > ul > li:last-of-type {
  border-bottom: 0;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li.point {
  background: #edf0f7;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li.none {
  height: 216px !important;
  width: 1048px;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li.none span {
  font-weight: 200;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li.none.length2 {
  height: 108px !important;
  width: 1048px;
  line-height: 108px !important;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li.type_A.li_today {
  width: 400px;
  background: #f6f6f6;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li.type_A.li_tomorrow {
  width: 648px;
  background: #f6f6f6;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li.type_B.li_today {
  width: 80px;
  background: #f6f6f6;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li.type_B.li_tomorrow {
  width: 646px;
  background: #f6f6f6;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul > li.type_B.li_afterTomorrow {
  width: 322px;
  background: #f6f6f6;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList > li > ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList:after {
  content: "";
  display: block;
  clear: both;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList.length14 > li > ul > li {
  width: 74px;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList .contList.length14 > li > ul > li:nth-of-type(13n+13), #container.heatwave .temperatureArea .temperatureWrap .tableList .contList.length14 > li > ul > li:nth-of-type(13n+12), #container.heatwave .temperatureArea .temperatureWrap .tableList .contList.length14 > li > ul > li:nth-of-type(13n+11), #container.heatwave .temperatureArea .temperatureWrap .tableList .contList.length14 > li > ul > li:nth-of-type(13n+10), #container.heatwave .temperatureArea .temperatureWrap .tableList .contList.length14 > li > ul > li:nth-of-type(13n+9), #container.heatwave .temperatureArea .temperatureWrap .tableList .contList.length14 > li > ul > li:nth-of-type(13n+8) {
  width: 76px;
}
#container.heatwave .temperatureArea .temperatureWrap .tableList:after {
  content: "";
  display: block;
  clear: both;
}

#container.radiation .mainInfo .mainInfoWrap {
  width: 1180px;
  margin: 0 auto;
  padding: 100px 0 100px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea {
  float: left;
  position: relative;
  width: 570px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  background: #eef2f7;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea {
  height: 573px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .svgArea {
  position: absolute;
  left: 119px;
  top: 55px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 547px;
  height: 34px;
  background: #54585f;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionList {
  padding-left: 20px;
  height: 34px;
  line-height: 34px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionList em {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  margin-right: 18px;
  color: #fff;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionList em:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #dedede;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionList em:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background: #fff;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionList em.level1::after {
  background: #1fc03f;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionList em.level2::after {
  background: #fcc00a;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionList em.level3::after {
  background: #ff7815;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionList em.level4::after {
  background: #f4394c;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionList em.levelCheck::after {
  background: #0d43a7;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionList span {
  color: #fff;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionList span b {
  color: #1fc03f;
  font-weight: 400;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionList span i {
  display: inline-block;
  font-style: normal;
  margin-right: 4px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionList span i:last-of-type {
  font-weight: 500;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionSlide .slide-list {
  padding-right: 34px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionSlide .slick-arrow {
  position: absolute;
  right: 20px;
  width: 7px;
  height: 6px;
  z-index: 1;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionSlide .slick-prev {
  top: 9px;
  background: url(/static/images/common/blt_tip_up2.png) no-repeat 0 0;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .cautionArea .cautionSlide .slick-next {
  top: 18px;
  background: url(/static/images/common/blt_tip_down2.png) no-repeat 0 0;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1em;
  z-index: 1;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li a {
  display: block;
  position: relative;
  font-size: 12px;
  color: #54585e;
  font-weight: 500;
  line-height: 1em;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li.align_right a {
  padding-right: 10px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li.align_right a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -75px -400px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li.align_right a:after {
  right: -9px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li.align_left a {
  padding-left: 10px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li.align_left a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -75px -400px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li.align_left a:after {
  left: -9px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city1] {
  left: 202px;
  top: 150px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city2] {
  left: 308px;
  top: 387px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city3] {
  left: 268px;
  top: 322px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city4] {
  left: 119px;
  top: 152px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city5] {
  left: 186px;
  top: 389px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city6] {
  left: 234px;
  top: 272px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city7] {
  left: 321px;
  top: 347px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city8] {
  left: 208px;
  top: 180px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city9] {
  left: 264px;
  top: 129px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city10] {
  left: 257px;
  top: 214px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city11] {
  left: 160px;
  top: 258px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city12] {
  left: 160px;
  top: 336px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city13] {
  left: 180px;
  top: 419px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city14] {
  left: 324px;
  top: 269px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city15] {
  left: 274px;
  top: 367px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city16] {
  left: 175px;
  top: 520px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city17] {
  left: 224px;
  top: 247px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city1].on {
  left: 196px;
  top: 148px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city2].on {
  left: 288px;
  top: 387px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city3].on {
  left: 249px;
  top: 318px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city4].on {
  left: 102px;
  top: 147px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city5].on {
  left: 179px;
  top: 385px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city6].on {
  left: 227px;
  top: 268px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city7].on {
  left: 304px;
  top: 346px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city8].on {
  left: 201px;
  top: 180px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city9].on {
  left: 256px;
  top: 127px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city10].on {
  left: 250px;
  top: 214px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city11].on {
  left: 144px;
  top: 256px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city12].on {
  left: 132px;
  top: 334px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city13].on {
  left: 173px;
  top: 419px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city14].on {
  left: 317px;
  top: 269px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city15].on {
  left: 267px;
  top: 367px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city16].on {
  left: 168px;
  top: 520px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li[data-city=map_city17].on {
  left: 218px;
  top: 247px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li.on a {
  font-size: 15px;
  font-weight: 500;
  color: #1a4895;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li.on.align_right a {
  padding-right: 20px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li.on.align_right a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -75px -425px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li.on.align_right a:after {
  right: -3px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li.on.align_left a {
  padding-left: 20px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li.on.align_left a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -75px -425px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .areaList li.on.align_left a:after {
  left: -3px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li {
  position: absolute;
  text-align: right;
  z-index: 1;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li .boxWrap {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 80px;
  padding: 45px 10px 10px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  line-height: 1.2em;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: -0.5px;
  color: #54585e;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  transform: scale(0);
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li .boxWrap:after {
  content: "";
  position: absolute;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li .boxWrap:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -900px -200px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li .boxWrap.kaeri:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -900px -50px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li .boxWrap.knf:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -900px -100px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li .boxWrap.npp:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -900px -150px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li .boxWrap:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 1px;
  top: 42px;
  left: 50%;
  background: #d2d2d2;
  transform: translateX(-50%);
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li a {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  vertical-align: top;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -75px -450px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex1] {
  left: 214px;
  top: 279px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex1] .boxWrap {
  right: 0;
  transform-origin: 100% 0;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex2] {
  left: 236px;
  top: 277px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex2] .boxWrap {
  right: 0;
  transform-origin: 100% 0;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex3] {
  left: 149px;
  top: 381px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex3] .boxWrap {
  right: 0;
  transform-origin: 100% 0;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex4] {
  left: 374px;
  bottom: 175px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex4] .boxWrap {
  left: 0;
  transform-origin: 0 0;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex5] {
  left: 385px;
  bottom: 197px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex5] .boxWrap {
  left: 0;
  transform-origin: 0 0;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex6] {
  right: 155px;
  bottom: 227px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex6] .boxWrap {
  left: 0;
  transform-origin: 0 0;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex7] {
  right: 152px;
  bottom: 248px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex7] .boxWrap {
  left: 0;
  transform-origin: 0 0;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex8] {
  right: 167px;
  bottom: 347px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li[data-city=map_ex8] .boxWrap {
  left: 0;
  transform-origin: 0 0;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.hover {
  z-index: 2;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.hover .boxWrap {
  display: block;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on {
  z-index: 2;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on .boxWrap {
  opacity: 1;
  color: #fff;
  background: #1a4895;
  transform: scale(1);
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -75px -475px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex1] {
  left: 214px;
  top: 279px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex1] .boxWrap {
  right: 95px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex2] {
  left: 236px;
  top: 277px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex2] .boxWrap {
  right: 118px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex3] {
  left: 149px;
  top: 381px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex3] .boxWrap {
  right: 31px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex4] {
  left: 374px;
  bottom: 175px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex4] .boxWrap {
  left: 78px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex5] {
  left: 385px;
  bottom: 197px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex5] .boxWrap {
  left: 65px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex6] {
  right: 155px;
  bottom: 227px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex6] .boxWrap {
  left: 63px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex7] {
  right: 152px;
  bottom: 248px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex7] .boxWrap {
  left: 61px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex8] {
  right: 167px;
  bottom: 347px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on[data-city=map_ex8] .boxWrap {
  left: 74px;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on.hover {
  z-index: 2;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea .mapArea .exList li.on.hover .boxWrap {
  display: block;
}
#container.radiation .mainInfo .mainInfoWrap .leftArea > .sourceText {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 14px;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea {
  float: right;
  width: 570px;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .titBox {
  height: 22px;
  margin-bottom: 26px;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .titBox h2 {
  float: left;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1em;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .titBox h2 i {
  font-style: normal;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .titBox span {
  float: right;
  font-size: 14px;
  font-weight: 200;
  color: #777;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .titBox:after {
  content: "";
  display: block;
  clear: both;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .tableArea {
  border: 1px solid #d2d2d2;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .tableArea .tableSet {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .tableArea .tableSet span {
  display: table-cell;
  width: 173px;
  height: 52px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .tableArea .tableSet span:first-of-type {
  width: 100%;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .tableArea .titArea {
  background: #cce7f4;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .tableArea .titArea span {
  border-right: 1px solid #aec5d1;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .tableArea .titArea span:last-child {
  border-right: 0;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .tableArea .tableList {
  height: 317px;
  overflow-y: scroll;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .tableArea .tableList span {
  border-right: 1px solid #cce7f4;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .tableArea .tableList span:last-child {
  border-right: 0;
  width: 169px;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox {
  background: #f1f1f1;
  height: 94px;
  margin-top: 29px;
  padding: 26px 0 0 20px;
  box-sizing: border-box;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li {
  position: relative;
  float: left;
  margin-right: 13px;
  padding-left: 8px;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li em {
  display: block;
  font-size: 14px;
  color: #54585e;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li span {
  display: block;
  font-size: 12px;
  letter-spacing: -1px;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li:nth-of-type(1):after {
  background: #1fc03f;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li:nth-of-type(1) em {
  color: #1fc03f;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li:nth-of-type(2):after {
  background: #fcc00a;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li:nth-of-type(2) em {
  color: #fcc00a;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li:nth-of-type(3):after {
  background: #ff7815;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li:nth-of-type(3) em {
  color: #ff7815;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li:nth-of-type(4):after {
  background: #f4394c;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li:nth-of-type(4) em {
  color: #f4394c;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li:nth-of-type(5):after {
  background: #0d43a7;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li:nth-of-type(5) em {
  color: #0d43a7;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li:last-of-type {
  margin-right: 0;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .explanationBox ul:after {
  content: "";
  display: block;
  clear: both;
}
#container.radiation .mainInfo .mainInfoWrap .rightArea .caution {
  padding-top: 10px;
  line-height: 1em;
  text-align: right;
  font-size: 12px;
  color: #777;
  font-weight: 200;
  letter-spacing: -1px;
}
#container.radiation .mainInfo .mainInfoWrap:after {
  content: "";
  display: block;
  clear: both;
}

#container.history .historyInfo .historyInfoWrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 100px;
}
#container.history .historyInfo .historyInfoWrap .historyTab {
  margin-bottom: 72px;
  text-align: center;
}
#container.history .historyInfo .historyInfoWrap .historyTab ul {
  display: flex;
  justify-content: center;
}
#container.history .historyInfo .historyInfoWrap .historyTab ul li {
  display: inline-block;
  width: 236px;
  border-right: 1px solid #ccc;
}
#container.history .historyInfo .historyInfoWrap .historyTab ul li a {
  display: block;
  font-size: 16px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #777;
  background: #e3e1de;
}
#container.history .historyInfo .historyInfoWrap .historyTab ul li.on a {
  color: #fff;
  background: #013d81;
  font-weight: 500;
}
#container.history .historyInfo .historyInfoWrap .historyTab ul li:last-child {
  border-right: 0;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList, #container.history .historyInfo .historyInfoWrap .typhoonInfo {
  margin-bottom: 90px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .leftArea, #container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea {
  float: left;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .leftArea .titArea, #container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .titArea {
  height: 48px;
  margin-bottom: 17px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .leftArea .titArea strong, #container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .titArea strong {
  float: left;
  font-size: 28px;
  font-weight: 500;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .leftArea .titArea .selectArea, #container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .titArea .selectArea {
  float: right;
  position: relative;
  z-index: 2;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .leftArea .titArea:after, #container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .leftArea .mapArea, #container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapArea {
  width: 570px;
  position: relative;
  height: 585px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .leftArea .mapArea img, #container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapArea img {
  width: 100%;
  height: 100%;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .leftArea .mapArea span.none, #container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapArea span.none {
  position: relative;
  font-size: 18px;
  font-weight: 200;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .leftArea .mapArea span.none:before, #container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapArea span.none:before {
  content: "";
  display: inline-block;
  margin-top: -2px;
  margin-right: 4px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -50px -350px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea {
  float: right;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .topArea, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .topArea {
  height: 48px;
  margin-bottom: 17px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .topArea ul, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .topArea ul {
  float: right;
  margin-top: 18px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .topArea ul li, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .topArea ul li {
  float: left;
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .topArea ul li a, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .topArea ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 200;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .topArea ul li.on a, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .topArea ul li.on a {
  color: #0088c8;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .topArea ul li.on a:after, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .topArea ul li.on a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  margin: 0;
  background: #5fb4dc;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .topArea ul li:after, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .topArea ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  margin: -8px 0 0;
  background: #ddd;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .topArea ul li:last-child, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .topArea ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .topArea ul li:last-child::after, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .topArea ul li:last-child::after {
  display: none;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .topArea:after, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .topArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea {
  width: 570px;
  height: 585px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableSet, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableSet {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableSet span, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableSet span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  box-sizing: border-box;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableSet span i, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableSet span i {
  font-style: normal;
  font-size: 15px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableSet span:last-of-type, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableSet span:last-of-type {
  padding: 18px 5px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableSet span:nth-of-type(1), #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableSet span:nth-of-type(1) {
  width: 112px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableSet span:nth-of-type(2), #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableSet span:nth-of-type(2) {
  width: 61px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableSet span:nth-of-type(3), #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableSet span:nth-of-type(3) {
  width: 100%;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableSet span:nth-of-type(4), #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableSet span:nth-of-type(4) {
  width: 254px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .titArea, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .titArea {
  background: #cce7f4;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .titArea span, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .titArea span {
  border-right: 1px solid #aec5d1;
  padding: 18px 10px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .titArea span:last-child, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .titArea span:last-child {
  border-right: 0;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableList, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList {
  height: 524px;
  overflow-y: scroll;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableList li.on a, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList li.on a {
  background: #d7dfed;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableList li.on .tableSet span, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList li.on .tableSet span {
  border-color: #ebebeb;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableList li.none, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList li.none {
  height: 524px !important;
  line-height: 524px !important;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableList a, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList a {
  display: block;
  transition: all 0.2s cubic-bezier(0, 0, 0, 1) 0s;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableList a .tableSet span, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList a .tableSet span {
  border-color: #ebebeb;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableList a:hover, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList a:hover {
  background: #d7dfed;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableList span, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList span {
  border-right: 1px solid #cce7f4;
  padding: 5px 10px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableList span:last-child, #container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList span:last-child {
  border-right: 0;
  width: 250px;
}
#container.history .historyInfo .historyInfoWrap .earthquakeList:after, #container.history .historyInfo .historyInfoWrap .typhoonInfo:after {
  content: "";
  display: block;
  clear: both;
}
#container.history .historyInfo .historyInfoWrap .yearList .titArea {
  height: 48px;
  margin-bottom: 17px;
}
#container.history .historyInfo .historyInfoWrap .yearList .titArea strong {
  float: left;
  font-size: 28px;
  font-weight: 500;
}
#container.history .historyInfo .historyInfoWrap .yearList .titArea .selectArea {
  float: right;
}
#container.history .historyInfo .historyInfoWrap .yearList .titArea:after {
  content: "";
  display: block;
  clear: both;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea {
  float: left;
  width: 570px;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea {
  width: 570px;
  position: relative;
  height: 585px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 135px;
  height: 127px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  padding: 10px;
  z-index: 1;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox strong {
  display: block;
  line-height: 1em;
  padding-bottom: 8px;
  border-bottom: 1px solid #c2c6c9;
  font-size: 15px;
  color: #777;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox ul {
  padding-top: 8px;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox ul li {
  line-height: 1em;
  width: 113px;
  margin-bottom: 7px;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox ul li span {
  float: left;
  position: relative;
  font-size: 13px;
  color: #777;
  letter-spacing: -1px;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox ul li span i {
  line-height: 1em;
  font-style: normal;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox ul li span:first-of-type {
  width: 77px;
  padding-left: 18px;
  box-sizing: border-box;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox ul li span:last-of-type {
  width: 36px;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox ul li span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #333;
  background: #dedede;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox ul li:last-of-type {
  margin-bottom: 0;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox ul li:nth-of-type(1) span:first-of-type:after {
  width: 6px;
  height: 6px;
  border-color: #1a3d76;
  background: #1a4895;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox ul li:nth-of-type(2) span:first-of-type:after {
  width: 8px;
  height: 8px;
  border-color: #d8b43a;
  background: #faca2a;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox ul li:nth-of-type(3) span:first-of-type:after {
  width: 10px;
  height: 10px;
  border-color: #ee7624;
  background: #ff8a3b;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox ul li:nth-of-type(4) span:first-of-type:after {
  width: 12px;
  height: 12px;
  border-color: #ce5749;
  background: #dd5444;
}
#container.history .historyInfo .historyInfoWrap .yearList .leftArea .mapArea .explanationBox ul li:after {
  content: "";
  display: block;
  clear: both;
}
#container.history .historyInfo .historyInfoWrap .yearList .rightArea {
  float: right;
  width: 570px;
}
#container.history .historyInfo .historyInfoWrap .yearList .rightArea .titArea strong {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
#container.history .historyInfo .historyInfoWrap .yearList .rightArea .titArea em {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #777;
  vertical-align: middle;
}
#container.history .historyInfo .historyInfoWrap .yearList .rightArea .graphCont {
  width: 570px;
  position: relative;
  height: 585px;
  padding-top: 80px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
#container.history .historyInfo .historyInfoWrap .yearList .rightArea .graphCont .graphLayoutB {
  height: 480px;
  padding-left: 20px;
}
#container.history .historyInfo .historyInfoWrap .yearList .rightArea .graphCont .graphLayoutB .graphTypeB {
  height: 465px;
  background: url(/static/images/common/graphBg2.png) repeat-x 0 47px;
}
#container.history .historyInfo .historyInfoWrap .yearList .rightArea .graphCont .explanationBox {
  position: absolute;
  right: 20px;
  top: 20px;
}
#container.history .historyInfo .historyInfoWrap .yearList .rightArea .graphCont .explanationBox ul li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  padding-left: 15px;
  font-size: 13px;
  color: #777;
}
#container.history .historyInfo .historyInfoWrap .yearList .rightArea .graphCont .explanationBox ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
}
#container.history .historyInfo .historyInfoWrap .yearList .rightArea .graphCont .explanationBox ul li:nth-of-type(1)::after {
  background: #1a4895;
}
#container.history .historyInfo .historyInfoWrap .yearList .rightArea .graphCont .explanationBox ul li:nth-of-type(2)::after {
  background: #faca2a;
}
#container.history .historyInfo .historyInfoWrap .yearList .rightArea .graphCont .explanationBox ul li:nth-of-type(3)::after {
  background: #dd5444;
}
#container.history .historyInfo .historyInfoWrap .yearList:after {
  content: "";
  display: block;
  clear: both;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea {
  position: relative;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapImg {
  width: 568px;
  position: relative;
  height: 583px;
  box-sizing: border-box;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapImg .imgArea {
  height: 393px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapImg .imgArea img {
  width: 100%;
  height: 100%;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapImg #reportPop {
  width: 360px;
  height: 340px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapImg #reportPop .reportPopWrap .playerArea {
  height: 150px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapImg #reportPop .reportPopWrap .textArea {
  background: #f1f1f1;
  padding: 12px 4px 12px 0;
  height: auto;
  box-sizing: border-box;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapImg #reportPop .reportPopWrap .textArea ul {
  height: 80px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapImg .textArea {
  height: 190px;
  padding: 40px 30px;
  box-sizing: border-box;
  background: #f1f1f1;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapImg .textArea > strong {
  display: block;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapImg .textArea ul li {
  position: relative;
  padding-left: 84px;
  margin-bottom: 3px;
  font-weight: 300;
  line-height: 1.4em;
  font-size: 15px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapImg .textArea ul li strong {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 8px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapImg .textArea ul li strong:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #828282;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .mapImg .textArea ul li:last-of-type {
  margin-bottom: 0;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .utilMap {
  position: absolute;
  left: 4px;
  top: 0;
  width: 55px;
  padding-top: 15px;
  text-align: center;
  z-index: 2;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .utilMap li {
  display: inline-block;
  position: relative;
  margin: 0 5px 8px;
  padding-top: 36px;
  min-width: 50px;
  font-weight: 500;
  text-align: center;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .utilMap li a {
  color: #777;
  font-size: 12px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .utilMap li span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-left: -18px;
  border: 1px solid #cfcfcf;
  background: #fff;
  box-sizing: border-box;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .utilMap li span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .utilMap li span.ico1:after {
  background-position: -25px 0;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .utilMap li span.ico4:after {
  background-position: -25px -75px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .utilMap li.on a {
  color: #0188c8;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .utilMap li.on span {
  background: #0088c8;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .utilMap li.on span.ico1:after {
  background-position: 0 0;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .leftArea .utilMap li.on span.ico4:after {
  background-position: 0 -175px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableSet span:nth-of-type(1) {
  width: 57px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableSet span:nth-of-type(2) {
  width: 100%;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableSet span:nth-of-type(3) {
  width: 117px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableSet span:nth-of-type(4) {
  width: 116px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableSet span:nth-of-type(5) {
  width: 95px;
}
#container.history .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList span:last-child {
  border-right: 0;
  width: 91px;
}
#container.history .historyInfo .historyInfoWrap .tidalWaveInfo .titArea {
  height: 48px;
  margin-bottom: 17px;
}
#container.history .historyInfo .historyInfoWrap .tidalWaveInfo .titArea strong {
  float: left;
  font-size: 28px;
  font-weight: 500;
}
#container.history .historyInfo .historyInfoWrap .tidalWaveInfo .titArea span {
  font-size: 18px;
  line-height: 48px;
}
#container.history .historyInfo .historyInfoWrap .tidalWaveInfo .tableTypeC thead th {
  border-bottom: 1px solid #a3b9c3;
}
#container.history .historyInfo .historyInfoWrap .tidalWaveInfo .tableTypeC tbody th {
  font-size: 14px;
  font-weight: 500;
}
#container.history .historyInfo .historyInfoWrap .tidalWaveInfo .tableTypeC tbody td {
  color: #282828;
}
#container.history .historyInfo .historyInfoWrap .tidalWaveInfo .tableTypeC tbody td ul > li {
  font-size: 14px;
}
#container.history .historyInfo .historyInfoWrap .tidalWaveInfo .tidalWaveImg {
  margin-top: 60px;
  text-align: center;
}
#container.history .historyInfo .historyInfoWrap .tidalWaveInfo .tidalWaveImg span {
  display: block;
  margin-top: 10px;
  color: #54585e;
  font-size: 14px;
}

#container.mapGIS {
  min-width: 1180px;
  padding: 0;
}
#container.mapGIS .mainInfo .mainInfoWrap {
  width: 1180px;
  margin: 0 auto;
}
#container.mapGIS .mainInfo .mainInfoWrap iframe {
  width: 1180px;
  height: 840px;
  box-sizing: border-box;
}

#container.safetalk .listContent .litItem li a .textArea p {
  height: auto;
}

#viewStyle .viewWrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 60px;
}
#viewStyle .viewWrap .titArea {
  padding: 28px 20px 12px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#viewStyle .viewWrap .titArea h3 {
  display: block;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 20px;
}
#viewStyle .viewWrap .titArea span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #aaa;
}
#viewStyle .viewWrap .utilArea {
  padding: 30px 20px 60px;
}
#viewStyle .viewWrap .utilArea .snsArea {
  float: right;
  width: 340px;
  text-align: right;
}
#viewStyle .viewWrap .utilArea .snsArea li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
#viewStyle .viewWrap .utilArea .snsArea li a {
  display: block;
  position: relative;
  width: 38px;
  height: 38px;
  overflow: hidden;
}
#viewStyle .viewWrap .utilArea .snsArea li a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -850px 0;
}
#viewStyle .viewWrap .utilArea .snsArea li a.ico_facebook:after {
  background-position-y: -100px;
}
#viewStyle .viewWrap .utilArea .snsArea li a.ico_twitter:after {
  background-position-y: -150px;
}
#viewStyle .viewWrap .utilArea .snsArea li a.ico_kakao:after {
  background-position-y: -200px;
}
#viewStyle .viewWrap .utilArea .snsArea li a.ico_story:after {
  background-position-y: -250px;
}
#viewStyle .viewWrap .utilArea .snsArea li a.ico_blog:after {
  background-position-y: -300px;
}
#viewStyle .viewWrap .utilArea .snsArea li a.ico_band:after {
  background-position-y: -350px;
}
#viewStyle .viewWrap .utilArea .snsArea li a.ico_url:after {
  background-position-y: -400px;
}
#viewStyle .viewWrap .utilArea .hashArea {
  float: left;
  width: 800px;
  padding-right: 20px;
  box-sizing: border-box;
}
#viewStyle .viewWrap .utilArea .hashArea li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
#viewStyle .viewWrap .utilArea .hashArea li a {
  display: block;
  padding: 6px 5px;
  color: #9496a3;
  font-size: 16px;
  line-height: 1em;
  background: #f9f9f9;
}
#viewStyle .viewWrap .utilArea .hashArea li a:before {
  content: "#";
}
#viewStyle .viewWrap .utilArea:after {
  content: "";
  display: block;
  clear: both;
}
#viewStyle .viewWrap .mainText .videoArea {
  padding: 0 50px;
}
#viewStyle .viewWrap .mainText .textArea {
  padding: 50px 50px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  color: #777;
}
#viewStyle .viewWrap .mainText .textArea * {
  font-size: 17px;
  color: #000;
  line-height: 30px;
  font-weight: 200;
}
#viewStyle .viewWrap .mainText .textArea b {
  font-weight: 500;
}
#viewStyle .viewWrap .mainText .textArea img {
  max-width: 100%;
}
#viewStyle .viewWrap .btnArea {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
#viewStyle .viewWrap .btnArea .btnList {
  display: inline-block;
  line-height: 40px;
  font-size: 15px;
  width: 150px;
  height: 40px;
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #282828;
}
#viewStyle .viewWrap .newList {
  padding-top: 55px;
}
#viewStyle .viewWrap .newList h4 {
  margin-bottom: 35px;
  font-size: 26px;
  font-weight: 500;
}
#viewStyle .viewWrap .newList > ul > li {
  float: left;
  width: 358px;
  margin-right: 53px;
}
#viewStyle .viewWrap .newList > ul > li a {
  display: block;
}
#viewStyle .viewWrap .newList > ul > li a .thumbArea {
  position: relative;
  width: 358px;
  height: 202px;
}
#viewStyle .viewWrap .newList > ul > li a .thumbArea img {
  width: 100%;
  height: 100%;
}
#viewStyle .viewWrap .newList > ul > li a .thumbArea:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(/static/images/common/ico_common.png) no-repeat -700px -50px;
  z-index: 11;
}
#viewStyle .viewWrap .newList > ul > li a .thumbArea:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
#viewStyle .viewWrap .newList > ul > li a .textArea {
  padding-top: 15px;
}
#viewStyle .viewWrap .newList > ul > li a .textArea .hashArea {
  margin-bottom: 16px;
}
#viewStyle .viewWrap .newList > ul > li a .textArea .hashArea li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
#viewStyle .viewWrap .newList > ul > li a .textArea .hashArea li span {
  display: block;
  padding: 4px 5px;
  color: #9496a3;
  font-size: 13px;
  line-height: 1em;
  background: #f9f9f9;
}
#viewStyle .viewWrap .newList > ul > li a .textArea .hashArea li span:before {
  content: "#";
}
#viewStyle .viewWrap .newList > ul > li a .textArea strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
#viewStyle .viewWrap .newList > ul > li:last-of-type {
  margin-right: 0;
}
#viewStyle .viewWrap .newList > ul > li.none {
  width: 100% !important;
}
#viewStyle .viewWrap .newList > ul:after {
  content: "";
  display: block;
  clear: both;
}
#viewStyle .viewWrap.talktalk .newList > ul > li a .textArea strong {
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#viewStyle .viewWrap.talktalk .newList > ul > li a .textArea span {
  display: block;
  line-height: 1em;
  font-size: 14px;
  font-weight: 300;
  color: #aaa;
  margin-top: 10px;
}

.calamityTab {
  background: #f9f9f9;
}
.calamityTab .tabWrap {
  width: 1180px;
  margin: 0 auto;
  padding: 54px 0 40px;
}
.calamityTab .tabWrap h4 {
  margin-bottom: 35px;
  font-weight: 200;
  font-size: 20px;
}
.calamityTab .tabWrap ul {
  text-align: center;
}
.calamityTab .tabWrap ul li {
  display: inline-block;
  width: 80px;
  margin: 0;
  vertical-align: top;
}
.calamityTab .tabWrap ul li a {
  display: block;
  position: relative;
  height: 140px;
  padding-top: 85px;
  text-align: center;
  color: #777;
  font-size: 16px;
  box-sizing: border-box;
}
.calamityTab .tabWrap ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat 0 0;
}
.calamityTab .tabWrap ul li a:after {
  top: 20px;
}
.calamityTab .tabWrap ul li.ico_13 a::after {
  background-position: -500px 0;
}
.calamityTab .tabWrap ul li.ico_2 a::after {
  background-position: -500px -50px;
}
.calamityTab .tabWrap ul li.ico_1 a::after {
  background-position: -500px -100px;
}
.calamityTab .tabWrap ul li.ico_5 a::after {
  background-position: -500px -150px;
}
.calamityTab .tabWrap ul li.ico_9 a::after {
  background-position: -500px -200px;
}
.calamityTab .tabWrap ul li.ico_10 a::after {
  background-position: -500px -250px;
}
.calamityTab .tabWrap ul li.ico_7 a::after {
  background-position: -500px -300px;
}
.calamityTab .tabWrap ul li.ico_6 a::after {
  background-position: -500px -350px;
}
.calamityTab .tabWrap ul li.ico_8 a::after {
  background-position: -500px -400px;
}
.calamityTab .tabWrap ul li.ico_3 a::after {
  background-position: -500px -450px;
}
.calamityTab .tabWrap ul li.ico_4 a::after {
  background-position: -550px 0px;
}
.calamityTab .tabWrap ul li.ico_11 a::after {
  background-position: -550px -50px;
}
.calamityTab .tabWrap ul li.ico_12 a::after {
  background-position: -550px -100px;
}
.calamityTab .tabWrap ul li.ico_14 a::after {
  background-position: -950px 0;
}
.calamityTab .tabWrap ul li.ico_001 a::after {
  background-position: -500px 0;
}
.calamityTab .tabWrap ul li.ico_002 a::after {
  background-position: -500px -100px;
}
.calamityTab .tabWrap ul li.ico_003 a::after {
  background-position: -500px -50px;
}
.calamityTab .tabWrap ul li.ico_006 a::after {
  background-position: -500px -150px;
}
.calamityTab .tabWrap ul li.ico_010 a::after {
  width: 40px;
  height: 25px;
  background: url(/static/images/common/ico_flood_off1.png) no-repeat 0 0;
  top: 30px;
}
.calamityTab .tabWrap ul li.ico_011 a::after {
  background-position: -500px -250px;
}
.calamityTab .tabWrap ul li.ico_008 a::after {
  background-position: -500px -300px;
}
.calamityTab .tabWrap ul li.ico_007 a::after {
  background-position: -500px -350px;
}
.calamityTab .tabWrap ul li.ico_009 a::after {
  background-position: -500px -400px;
}
.calamityTab .tabWrap ul li.ico_004 a::after {
  background-position: -500px -450px;
}
.calamityTab .tabWrap ul li.ico_005 a::after {
  background-position: -550px 0px;
}
.calamityTab .tabWrap ul li.ico_012 a::after {
  background-position: -550px -50px;
}
.calamityTab .tabWrap ul li.ico_013 a::after {
  background-position: -550px -100px;
}
.calamityTab .tabWrap ul li.on a {
  padding-top: 90px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #1a4895;
  font-weight: 500;
  color: #1a4895;
}
.calamityTab .tabWrap ul li.on a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 75px;
  width: 8px;
  height: 2px;
  background: #1a4895;
  transform: translateX(-50%);
}
.calamityTab .tabWrap ul li.on a:after {
  top: 15px;
}
.calamityTab .tabWrap ul li.on.ico_13 a::after {
  background-position: -750px 0;
}
.calamityTab .tabWrap ul li.on.ico_2 a::after {
  background-position: -750px -50px;
}
.calamityTab .tabWrap ul li.on.ico_1 a::after {
  background-position: -750px -100px;
}
.calamityTab .tabWrap ul li.on.ico_5 a::after {
  background-position: -750px -150px;
}
.calamityTab .tabWrap ul li.on.ico_9 a::after {
  background-position: -750px -200px;
}
.calamityTab .tabWrap ul li.on.ico_10 a::after {
  background-position: -750px -250px;
}
.calamityTab .tabWrap ul li.on.ico_7 a::after {
  background-position: -750px -300px;
}
.calamityTab .tabWrap ul li.on.ico_6 a::after {
  background-position: -750px -350px;
}
.calamityTab .tabWrap ul li.on.ico_8 a::after {
  background-position: -750px -400px;
}
.calamityTab .tabWrap ul li.on.ico_3 a::after {
  background-position: -750px -450px;
}
.calamityTab .tabWrap ul li.on.ico_4 a::after {
  background-position: -800px 0px;
}
.calamityTab .tabWrap ul li.on.ico_11 a::after {
  background-position: -800px -50px;
}
.calamityTab .tabWrap ul li.on.ico_12 a::after {
  background-position: -800px -100px;
}
.calamityTab .tabWrap ul li.on.ico_14 a::after {
  background-position: -950px -50px;
}
.calamityTab .tabWrap ul li.on.ico_001 a::after {
  background-position: -750px 0;
}
.calamityTab .tabWrap ul li.on.ico_003 a::after {
  background-position: -750px -50px;
}
.calamityTab .tabWrap ul li.on.ico_002 a::after {
  background-position: -750px -100px;
}
.calamityTab .tabWrap ul li.on.ico_006 a::after {
  background-position: -750px -150px;
}
.calamityTab .tabWrap ul li.on.ico_010 a::after {
  width: 40px;
  height: 25px;
  background: url(/static/images/common/ico_flood_on1.png) no-repeat 0 0;
  top: 30px;
}
.calamityTab .tabWrap ul li.on.ico_011 a::after {
  background-position: -750px -250px;
}
.calamityTab .tabWrap ul li.on.ico_008 a::after {
  background-position: -750px -300px;
}
.calamityTab .tabWrap ul li.on.ico_007 a::after {
  background-position: -750px -350px;
}
.calamityTab .tabWrap ul li.on.ico_009 a::after {
  background-position: -750px -400px;
}
.calamityTab .tabWrap ul li.on.ico_004 a::after {
  background-position: -750px -450px;
}
.calamityTab .tabWrap ul li.on.ico_005 a::after {
  background-position: -800px 0px;
}
.calamityTab .tabWrap ul li.on.ico_012 a::after {
  background-position: -800px -50px;
}
.calamityTab .tabWrap ul li.on.ico_013 a::after {
  background-position: -800px -100px;
}
.calamityTab .tabWrap ul:after {
  content: "";
  display: block;
  clear: both;
}

.tableTypeScroll .titArea .tableHead {
  width: 100%;
  border: 1px solid #d2d2d2;
}
.tableTypeScroll .titArea .tableHead thead tr th {
  height: 54px;
  padding: 9px 15px;
  background: #f6f6f6;
  text-align: center;
  font-weight: 500;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  box-sizing: border-box;
  font-size: 14px;
}
.tableTypeScroll .titArea .tableHead thead tr th:last-of-type {
  margin-right: 0;
}
.tableTypeScroll .titArea .tableHead thead tr:last-of-type th {
  border-bottom: 0;
}
.tableTypeScroll .bodyArea {
  max-height: 275px;
}
.tableTypeScroll .bodyArea .tableBody {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-top: 0;
}
.tableTypeScroll .bodyArea .tableBody tbody tr td {
  padding: 9px 15px;
  text-align: center;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  box-sizing: border-box;
  font-size: 14px;
}
.tableTypeScroll .bodyArea .tableBody tbody tr td:last-of-type {
  margin-right: 0;
}
.tableTypeScroll .bodyArea .tableBody tbody tr:last-of-type td {
  border-bottom: 0;
}

#reportPop {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 462px;
  height: 472px;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 11;
}
#reportPop .reportPopWrap {
  padding: 0 20px;
}
#reportPop .reportPopWrap > strong {
  display: block;
  height: 57px;
  line-height: 57px;
  font-size: 18px;
}
#reportPop .reportPopWrap .playerArea {
  border: 1px solid #ddd;
  margin-bottom: 11px;
  height: 251px;
  box-sizing: border-box;
}
#reportPop .reportPopWrap .textArea {
  background: #f1f1f1;
  padding: 12px 4px 12px 0;
}
#reportPop .reportPopWrap .textArea ul {
  height: 109px;
  padding: 0 14px;
  box-sizing: border-box;
}
#reportPop .reportPopWrap .textArea ul li {
  position: relative;
  padding-left: 72px;
  margin-bottom: 5px;
}
#reportPop .reportPopWrap .textArea ul li strong {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  font-size: 14px;
  color: #282828;
}
#reportPop .reportPopWrap .textArea ul li p {
  font-size: 14px;
  color: #54585e;
  white-space: normal;
}
#reportPop .reportPopWrap .textArea ul li:last-of-type {
  margin-bottom: 0;
}
#reportPop .reportPopClose {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -375px;
}

#jijinVodPop {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 462px;
  height: 364px;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 11;
}
#jijinVodPop .jijinVodPopWrap {
  padding: 20px 20px 0;
}
#jijinVodPop .jijinVodPopWrap > strong {
  display: block;
  line-height: 1.2em;
  font-size: 18px;
  margin-bottom: 35px;
  text-align: left;
}
#jijinVodPop .jijinVodPopWrap .ico_share {
  position: absolute;
  right: 20px;
  top: 52px !important;
}
#jijinVodPop .jijinVodPopWrap .playerArea {
  position: relative;
  height: 250px;
  box-sizing: border-box;
}
#jijinVodPop .jijinVodPopWrap .playerArea em {
  position: absolute;
  left: 0;
  top: -21px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
}
#jijinVodPop .jijinVodPopWrap .playerArea em.live {
  background: #f2212c;
}
#jijinVodPop .jijinVodPopWrap .playerArea em.vod {
  background: #1a4895;
}
#jijinVodPop .jijinVodPopWrap .textArea {
  background: #f1f1f1;
  padding: 12px 4px 12px 0;
}
#jijinVodPop .jijinVodPopWrap .textArea ul {
  height: 109px;
  padding: 0 14px;
  box-sizing: border-box;
}
#jijinVodPop .jijinVodPopWrap .textArea ul li {
  position: relative;
  padding-left: 72px;
  margin-bottom: 5px;
}
#jijinVodPop .jijinVodPopWrap .textArea ul li strong {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  font-size: 14px;
  color: #282828;
}
#jijinVodPop .jijinVodPopWrap .textArea ul li p {
  font-size: 14px;
  color: #54585e;
  white-space: normal;
}
#jijinVodPop .jijinVodPopWrap .textArea ul li:last-of-type {
  margin-bottom: 0;
}
#jijinVodPop .jijinVodPopWrap > span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #9496a3;
  font-weight: 200;
  text-align: left;
}
#jijinVodPop .jijinVodPopClose {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -375px;
}

#progressPopBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 14;
}

#progressPop {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 1154px;
  height: 753px;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 15;
}
#progressPop .popupWrap {
  padding: 20px;
}
#progressPop .popupWrap > strong {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 26px;
  font-size: 24px;
}
#progressPop .popupWrap em {
  display: inline-block;
  margin: 0 0 0 8px;
  height: 26px;
  padding: 0 12px;
  line-height: 26px;
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  background: #555;
  font-style: normal;
  border-radius: unset;
  position: relative;
  top: -1px;
}
#progressPop .popupWrap em.step01 {
  background: #78bb47;
}
#progressPop .popupWrap em.step02 {
  background: #2687b6;
}
#progressPop .popupWrap em.step03 {
  background: #f9ae2a;
}
#progressPop .popupWrap em.step04 {
  background: #c31821;
}
#progressPop .popupWrap em.step05 {
  background: #740000;
}
#progressPop .popupWrap .mapArea {
  height: 605px;
  position: relative;
}
#progressPop .popupWrap .mapArea > span {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  padding: 0 20px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 18px;
  box-sizing: border-box;
  z-index: 2;
}
#progressPop .popupWrap .mapArea .mapCont {
  height: 605px;
  position: relative;
  z-index: 1;
}
#progressPop .popupWrap .mapArea .explanationBox {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 425px;
  height: 111px;
  border: 1px solid #b5b9b8;
  border-radius: 5px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
#progressPop .popupWrap .mapArea .explanationBox ul {
  width: 390px;
  margin: 6px auto 0;
}
#progressPop .popupWrap .mapArea .explanationBox ul li {
  float: left;
  position: relative;
  width: 25%;
  margin: 3px 0;
  padding-left: 18px;
  color: #7c7c7c;
  font-size: 13px;
  line-height: 1em;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}
#progressPop .popupWrap .mapArea .explanationBox ul li:after {
  left: -5px !important;
  margin-top: 2px;
}
#progressPop .popupWrap .mapArea .explanationBox ul li.ico1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -25px;
}
#progressPop .popupWrap .mapArea .explanationBox ul li.ico2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -50px;
}
#progressPop .popupWrap .mapArea .explanationBox ul li.ico3 {
  width: 50%;
}
#progressPop .popupWrap .mapArea .explanationBox ul li.ico3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -75px;
}
#progressPop .popupWrap .mapArea .explanationBox ul li.ico4:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -125px -225px;
}
#progressPop .popupWrap .mapArea .explanationBox ul li.ico5:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -100px;
}
#progressPop .popupWrap .mapArea .explanationBox ul li.ico6:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -125px;
}
#progressPop .popupWrap .mapArea .explanationBox ul li.ico7:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -150px;
}
#progressPop .popupWrap .mapArea .explanationBox ul li.ico8:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -175px;
}
#progressPop .popupWrap .mapArea .explanationBox ul li.ico9:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -200px;
}
#progressPop .popupWrap .mapArea .explanationBox ul li.ico10:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -225px;
}
#progressPop .popupWrap .mapArea .explanationBox ul li.ico11:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -250px;
}
#progressPop .popupWrap .mapArea .explanationBox ul li.ico12:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -275px;
}
#progressPop .popupWrap .mapArea .explanationBox ul.newList {
  margin-top: 8px;
}
#progressPop .popupWrap .mapArea .explanationBox ul.newList > li {
  padding-left: 0;
}
#progressPop .popupWrap .mapArea .explanationBox ul.newList > li strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #dd5444;
  line-height: 1.2em;
}
#progressPop .popupWrap .mapArea .explanationBox ul.newList > li:nth-of-type(1) {
  width: 40%;
}
#progressPop .popupWrap .mapArea .explanationBox ul.newList > li:nth-of-type(2) {
  width: 60%;
}
#progressPop .popupWrap .mapArea .explanationBox ul.newList > li > ul > li {
  width: 20%;
}
#progressPop .popupWrap .mapArea .explanationBox ul:after {
  content: "";
  display: block;
  clear: both;
}
#progressPop .popupWrap > p {
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.4em;
  color: #777;
}
#progressPop a.btn_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
}
#progressPop a.btn_close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -25px -375px;
}

#reportBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
}

#reportPop.broadcast {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84vw;
  height: auto;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 11;
}
#reportPop.broadcast .reportPopWrap {
  padding: 0 2% 1.7vw;
}
#reportPop.broadcast .reportPopWrap > strong {
  display: block;
  font-size: 2vw;
  height: 5vw;
  line-height: 5vw;
}
#reportPop.broadcast .reportPopWrap .playerArea {
  float: left;
  width: 70%;
  border: 1px solid #ddd;
  height: 33vw;
  box-sizing: border-box;
  margin-bottom: 0;
}
#reportPop.broadcast .reportPopWrap .playerArea #reportPlayer {
  width: 100% !important;
  height: 32.9vw !important;
}
#reportPop.broadcast .reportPopWrap .textArea {
  float: left;
  width: 30%;
  height: 33vw;
  background: #f1f1f1;
  padding: 1.5vw 4px 1.5vw 0;
  box-sizing: border-box;
}
#reportPop.broadcast .reportPopWrap .textArea ul {
  height: 30vw;
  padding: 0 1.5vw;
  box-sizing: border-box;
}
#reportPop.broadcast .reportPopWrap .textArea ul li {
  position: relative;
  padding-left: 5vw;
  margin-bottom: 0.3vw;
  min-height: 1.5vw;
}
#reportPop.broadcast .reportPopWrap .textArea ul li strong {
  position: absolute;
  left: 0;
  top: 0;
  width: 5vw;
  font-size: 1.2vw;
  color: #282828;
  font-weight: 300;
}
#reportPop.broadcast .reportPopWrap .textArea ul li p {
  font-size: 1.2vw;
  color: #54585e;
  font-weight: 300;
  white-space: normal;
}
#reportPop.broadcast .reportPopWrap .textArea ul li:last-of-type {
  margin-bottom: 0;
}
#reportPop.broadcast .reportPopWrap .checkArea {
  clear: both;
  padding-top: 0.6vw;
}
#reportPop.broadcast .reportPopWrap .checkArea input {
  width: 1vw;
  height: 1vw;
  vertical-align: middle;
  margin-right: 5px;
}
#reportPop.broadcast .reportPopWrap .checkArea label {
  font-size: 1vw;
  color: #54585e;
  vertical-align: middle;
}
#reportPop.broadcast .reportPopWrap:after {
  content: "";
  display: block;
  clear: both;
}
#reportPop.broadcast .reportPopClose {
  position: absolute;
  right: 1.8vw;
  top: 1.6vw;
  width: 1.9vw;
  height: 1.9vw;
  background: url(/static/images/broadcast/popClose.png) no-repeat 50%;
  background-size: 100%;
}

.broadcastBtn {
  position: absolute;
  left: 1vw;
  top: 1vw;
  width: 6vw;
  background: #fff;
  border-radius: 0.2vw;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  overflow: hidden;
  z-index: 2;
}
.broadcastBtn ul li {
  border-bottom: 1px solid #ddd;
}
.broadcastBtn ul li a {
  height: 2.5vw;
  display: block;
  line-height: 2.5vw;
  text-align: center;
  font-size: 1.1vw;
  font-weight: 300;
}
.broadcastBtn ul li.on a {
  color: #fff !important;
}
.broadcastBtn ul li:last-of-type {
  border-bottom: 0;
}
.broadcastBtn ul li:nth-of-type(1) a {
  color: #8a20ff;
}
.broadcastBtn ul li:nth-of-type(2) a {
  color: #19c03b;
}
.broadcastBtn ul li:nth-of-type(3) a {
  color: #fcb000;
}
.broadcastBtn ul li:nth-of-type(4) a {
  color: #1488f2;
}
.broadcastBtn ul li.on:nth-of-type(1) a {
  background: #8a20ff;
}
.broadcastBtn ul li.on:nth-of-type(2) a {
  background: #19c03b;
}
.broadcastBtn ul li.on:nth-of-type(3) a {
  background: #fcb000;
}
.broadcastBtn ul li.on:nth-of-type(4) a {
  background: #1488f2;
}

.notCalamity {
  height: 140px;
  line-height: 140px;
  text-align: center;
}
.notCalamity strong {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-weight: 200;
  font-size: 18px;
}
.notCalamity strong:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -50px -350px;
}

img[src="/static/images/typhoon_now1.png"] {
  animation-name: vane;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 0.8s;
}

img[src="https://devd.kbs.co.kr/static/images/typhoon_now1.png"] {
  animation-name: vane;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 0.8s;
}

img[src="https://d.kbs.co.kr/static/images/typhoon_now1.png"] {
  animation-name: vane;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 0.8s;
}

img[src="http://kbs-local.efusioni.com/static/images/typhoon_now1.png"] {
  animation-name: vane;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 0.8s;
}

#typhoonImg .imgArea {
  width: 680px;
  height: 532px;
}
#typhoonImg .imgArea img {
  width: 100%;
  height: 100%;
}

#footer .utilArea .utilAreaWrap .snsArea {
  float: right;
}
#footer .utilArea .utilAreaWrap .snsArea li {
  display: inline-block;
  margin: 0 12px;
  vertical-align: top;
}
#footer .utilArea .utilAreaWrap .snsArea li a {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  overflow: hidden;
}
#footer .utilArea .utilAreaWrap .snsArea li a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}
#footer .utilArea .utilAreaWrap .snsArea li a.btn_facebook:after {
  background: url(/static/images/common/ico_common.png) no-repeat -700px -200px;
}
#footer .utilArea .utilAreaWrap .snsArea li a.btn_youtube:after {
  background: url(/static/images/common/ico_common.png) no-repeat -700px -250px;
}
#footer .utilArea .utilAreaWrap .snsArea li a.btn_instagram:after {
  background: url(/static/images/common/ico_common.png) no-repeat -700px -300px;
}
#footer .utilArea .utilAreaWrap .snsArea li a.btn_twitter:after {
  background: url(/static/images/common/ico_common.png) no-repeat -700px -350px;
}

#video_player_popup {
  position: fixed;
  width: 680px;
  left: 50%;
  top: 50%;
  padding: 24px 20px 30px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-sizing: border-box;
  z-index: 1003;
}
#video_player_popup strong {
  display: block;
  min-height: 36px;
  margin-bottom: 28px;
  font-size: 24px;
  padding-right: 30px;
}
#video_player_popup .video_playerWrap {
  height: 360px;
}
#video_player_popup > a {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -375px;
}

#video_player_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1002;
}

#ytLiveWrap {
  position: fixed;
  width: 680px;
  left: 50%;
  top: 50%;
  padding: 24px 20px 30px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-sizing: border-box;
  z-index: 1003;
}
#ytLiveWrap strong {
  display: block;
  margin-bottom: 28px;
  font-size: 24px;
  padding-right: 30px;
}
#ytLiveWrap strong em {
  color: #11c9d3;
  font-weight: 700;
}
#ytLiveWrap .video_playerWrap #youtubeVideo {
  width: 640px;
  height: 360px;
}
#ytLiveWrap > a {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -375px;
}

#ytLiveWrap_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1002;
}

#reportTvPop {
  position: fixed;
  width: 1062px;
  height: 414px;
  padding: 20px 20px 0 55px;
  background: #fff;
  top: 50%;
  z-index: 100;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
#reportTvPop .reportTvPopWrap > strong {
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.2em;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea {
  float: left;
  width: 560px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea {
  width: 560px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 60px;
  text-indent: -9999px;
  margin-top: -10px;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateY(-50%);
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-arrow.slick-prev {
  left: -49px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-arrow.slick-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -950px -200px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-arrow.slick-next {
  right: -49px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-arrow.slick-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -950px -150px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-dots {
  margin-top: 10px;
  line-height: 10px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-dots li {
  margin: 0 4px;
  line-height: 10px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #d6d6d6;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-dots li.slick-active button {
  background: #999;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-stretch-uniform .jw-video {
  object-fit: contain !important;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-stretch-uniform .jw-video.rotate90 {
  height: 560px;
  width: 315px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-stretch-uniform .jw-video.rotate180 {
  height: 100%;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-stretch-uniform .jw-video.rotate270 {
  height: 560px;
  width: 315px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-stretch-uniform .jw-preview.rotate90 {
  height: 560px;
  width: 315px;
  top: -123px;
  left: 0px;
  margin: 0 auto;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-stretch-uniform .jw-preview.rotate180 {
  margin: 0 auto;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-stretch-uniform .jw-preview.rotate270 {
  height: 560px;
  width: 315px;
  top: -123px;
  left: 0px;
  margin: 0 auto;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-stretch-uniform.jw-flag-fullscreen .jw-media .jw-video.rotate90, #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-stretch-uniform.jw-flag-fullscreen .jw-media .jw-video.rotate270 {
  height: 100vw !important;
  width: 100vh;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer .jw-preview {
  background-size: contain !important;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-flag-fullscreen .jw-media .jw-video.rotate90, #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-flag-fullscreen .jw-media .jw-video.rotate270 {
  height: 100vw !important;
  width: 100vh;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-flag-fullscreen .jw-preview.rotate90, #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-flag-fullscreen .jw-preview.rotate270 {
  height: 100vw !important;
  margin: auto 0;
  top: 0;
  left: 0px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .imgArea {
  display: block;
  width: 560px;
  height: 315px;
  table-layout: fixed;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .imgArea a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 560px;
  height: 315px;
  vertical-align: middle;
  text-align: center;
  background: #dedede;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .imgArea a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .imgArea a img.rotate90 {
  transform: rotate(90deg);
  width: 315px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .imgArea a img.rotate180 {
  transform: rotate(180deg);
  width: 100%;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .imgArea a img.rotate270 {
  transform: rotate(270deg);
  width: 315px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .imgArea a img {
  max-width: 100%;
  max-height: 100%;
  height: 100vh;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .imgArea a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  transform: translate(0, 0);
  background: url(/static/images/common/ico_common.png) no-repeat -900px -350px;
}
#reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList.rotate90 .jwplayer video {
  transform: rotate(90deg);
  width: calc(100% - 245px);
}
#reportTvPop .reportTvPopWrap .flArea .textArea {
  float: right;
  width: 370px;
  height: 314px;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .titBoxWrap {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .titBoxWrap .titBoxArea {
  display: table;
  width: 250px;
  height: 60px;
  table-layout: fixed;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .titBoxWrap .titBoxArea .titWrap {
  display: table-cell;
  vertical-align: middle;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .titBoxWrap .titBoxArea .titWrap strong {
  font-size: 18px;
  line-height: 30px;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .titBoxWrap > a {
  position: absolute;
  right: 0;
  top: 5px;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .titBoxWrap > a {
  display: inline-block;
  line-height: 47px;
  font-size: 15px;
  width: 84px;
  height: 47px;
  padding: 0;
  border: 1px solid #c1d2f3;
  color: #2162e9;
  font-weight: 200;
  text-align: center;
  background: #dfe8fa;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .titBoxWrap.btnHide .titBoxArea {
  width: 370px;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .titBoxWrap.btnHide > a {
  display: none;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .infoList li {
  margin-bottom: 15px;
  line-height: 1.2em;
  height: 15px;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .infoList li strong {
  display: inline-block;
  position: relative;
  width: 80px;
  padding-left: 8px;
  font-weight: 300;
  color: #aaa;
  font-size: 15px;
  box-sizing: border-box;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .infoList li strong:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #aaa;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .infoList li strong:after {
  top: 6px;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .infoList li span {
  display: inline-block;
  color: #777;
  font-size: 15px;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .infoList li.enterLi {
  margin-bottom: 0;
  height: auto;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .infoList li.enterLi strong {
  display: block;
  margin-bottom: 13px;
  width: auto;
}
#reportTvPop .reportTvPopWrap .flArea .textArea .infoList li.enterLi .textBox {
  height: 141px;
  padding: 16px 20px;
  line-height: 22px;
  font-size: 15px;
  color: #777;
  background: #f1f1f1;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  word-break: break-all;
}
#reportTvPop .reportTvPopWrap .flArea:after {
  content: "";
  display: block;
  clear: both;
}
#reportTvPop > a {
  position: absolute;
  right: 15px;
  top: 22px;
  width: 25px;
  height: 25px;
  background: url(/static/images/common/ico_common.png) no-repeat -25px -375px;
}

#broadcastMap {
  overflow: hidden;
}
#broadcastMap #mapContent .btnFolder {
  position: absolute;
  left: 100px;
  top: 75px;
  width: 78px;
  height: 78px;
  border: 2px solid #c2c6c9;
  background: rgba(255, 255, 255, 0.86);
  box-sizing: border-box;
  z-index: 2;
  border-radius: 8px;
}
#broadcastMap #mapContent .btnFolder:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -950px -250px;
}
#broadcastMap #mapContent .daySearch {
  width: 796px;
  height: 80px;
  top: 75px;
  left: 50%;
  padding-top: 12px;
  border-radius: 8px;
  border: 2px solid #c8c8c8;
  transform: translateX(-50%);
}
#broadcastMap #mapContent .daySearch input {
  border: 2px solid #dfd8d3;
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 60px;
}
#broadcastMap #mapContent .daySearch input.txt.hasDatepicker {
  background: #fff url(/static/images/ico_calendar_b.png) no-repeat calc(100% - 20px) 50% !important;
}
#broadcastMap #mapContent .daySearch strong {
  margin-right: 26px;
  font-size: 28px;
}
#broadcastMap #mapContent .daySearch span {
  width: 37px;
  font-size: 22px;
}
#broadcastMap #mapContent .daySearch a {
  margin-left: 17px;
}
#broadcastMap #mapContent .daySearch a {
  display: inline-block;
  line-height: 52px;
  font-size: 22px;
  width: 118px;
  height: 52px;
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #282828;
}
#broadcastMap #mapContent .mapMode {
  position: absolute;
  top: 75px;
  right: 100px;
  z-index: 2;
}
#broadcastMap #mapContent .mapMode ul li {
  margin-bottom: 10px;
}
#broadcastMap #mapContent .mapMode ul li a {
  display: block;
  width: 78px;
  height: 78px;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #c2c6c9;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#broadcastMap #mapContent .mapMode ul li a span {
  display: inline-block;
  position: relative;
  height: 58px;
  padding-top: 40px;
  margin-top: 7px;
  font-weight: 500;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.2em;
}
#broadcastMap #mapContent .mapMode ul li a span:after {
  top: -4px !important;
}
#broadcastMap #mapContent .mapMode ul li:last-of-type {
  margin-bottom: 0;
}
#broadcastMap #mapContent .mapMode ul li.normalMode a span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -950px -500px;
}
#broadcastMap #mapContent .mapMode ul li.satelliteMode a span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -950px -550px;
}
#broadcastMap #mapContent .mapMode ul li.searchDate a span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px !important;
  width: 25px;
  height: 25px;
  transform: translateX(-50%);
  background: url("/static/images/common/ico_date.png") no-repeat;
}
#broadcastMap #mapContent .mapMode ul li.searchDate.on a span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px !important;
  width: 25px;
  height: 25px;
  transform: translateX(-50%);
  background: url("/static/images/common/ico_date_on.png") no-repeat;
  background-position-x: unset !important;
}
#broadcastMap #mapContent .mapMode ul li.on a {
  background: #0188c8;
  border-color: #0188c8;
}
#broadcastMap #mapContent .mapMode ul li.on a span {
  color: #fff;
}
#broadcastMap #mapContent .mapMode ul li.on a span::after {
  background-position-x: -900px !important;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .imgArea a img.rotate90, #broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .imgArea a img.rotate270 {
  width: 100vh !important;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-stretch-uniform .jw-video.rotate90 {
  transform: rotate(90deg);
  width: 100vh !important;
  height: 1920px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-stretch-uniform .jw-video.rotate270 {
  transform: rotate(270deg);
  width: 100vh !important;
  height: 1920px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-stretch-uniform .jw-preview.rotate90 {
  transform: rotate(90deg);
  width: 100vh !important;
  top: 188px;
  height: 1920px;
  margin: auto;
  top: 0;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .jwplayer.jw-stretch-uniform .jw-preview.rotate270 {
  transform: rotate(270deg);
  width: 100vh !important;
  top: 188px;
  height: 1920px;
  margin: auto;
  top: 0;
}
#broadcastMap #broadcastFolder {
  position: fixed;
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
  z-index: 2;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 504px;
  height: 100%;
  z-index: 4;
  transform: translateX(-100%);
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap {
  position: relative;
  height: 100%;
  border-right: 1px solid #d2d2d2;
  background: #fff;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .topArea {
  height: 116px;
  padding: 64px 50px 0;
  border-bottom: 2px solid #000;
  background: #1a4895;
  box-sizing: border-box;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .topArea strong {
  display: block;
  position: relative;
  padding-left: 54px;
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .topArea strong:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -950px -350px;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .topArea a {
  position: absolute;
  right: 140px;
  top: 63px;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea {
  position: relative;
  height: calc(100% - 116px);
  overflow-y: auto;
  overflow-x: hidden;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea ul li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea ul li label {
  display: block;
  padding: 20px 30px 20px 84px;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea ul li label p {
  margin-bottom: 8px;
  line-height: 1.4em;
  font-size: 16px;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea ul li label span {
  display: block;
  font-size: 16px;
  color: #aaa;
  line-height: 1.2em;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea ul li input[type=checkbox], #broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea ul li .radio_style {
  position: absolute;
  left: 50px;
  top: 22px;
  width: 20px;
  height: 20px;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea ul li input[type=checkbox], #broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea ul li .check_style {
  position: absolute;
  left: 50px;
  top: 22px;
  width: 20px;
  height: 20px;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea ul li input[type=checkbox]:checked ~ label {
  background: #eff3fc;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea ul li .btnContinue {
  display: none;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 2; /*padding: 6px 8px; text-align: center; border:2px solid #585858; border-radius:6px; background:#282828; box-sizing: border-box;*/
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea ul li .btnContinue span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea ul li .btnContinue span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -325px;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .scrollArea ul li.on .btnContinue {
  display: block;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .btnFolderClose {
  position: absolute;
  right: 42px;
  top: 20px;
  width: 30px;
  height: 30px;
}
#broadcastMap #broadcastFolder .broadcastFolderWrap .folderWrap .btnFolderClose:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -150px -50px;
}
#broadcastMap #broadcastFolder #broadcastFolderBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease-in-out 0s;
}
#broadcastMap #broadcastFolder.on {
  width: 100%;
  height: 100%;
}
#broadcastMap #broadcastFolder.on .broadcastFolderWrap {
  transform: translateX(0);
  transition: all 0.4s ease-in-out 0s;
}
#broadcastMap #broadcastFolder.on #broadcastFolderBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#broadcastMap #broadcastFolder.on ~ #broadcastFolderBg {
  display: block;
  opacity: 1;
}
#broadcastMap .ui-datepicker {
  padding: 36px;
}
#broadcastMap .ui-datepicker .ui-datepicker-header {
  margin-bottom: 45px;
}
#broadcastMap .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 24px;
  font-weight: 400;
}
#broadcastMap .ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  background: url(/static/images/btn_datePrev_b.png) no-repeat 50% 50%;
}
#broadcastMap .ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  background: url(/static/images/btn_dateNext_b.png) no-repeat 50% 50%;
}
#broadcastMap .ui-datepicker .ui-datepicker-calendar tbody tr td {
  font-size: 19px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#broadcastMap .ui-datepicker .ui-datepicker-calendar tbody tr td a {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#broadcastMap .ui-datepicker .ui-datepicker-calendar tbody tr td:nth-last-child(1) {
  color: #008ab0;
}
#broadcastMap .ui-datepicker .ui-datepicker-calendar tbody tr td:first-child {
  color: #f66a5b;
}
#broadcastMap .ui-datepicker .ui-datepicker-calendar thead tr th {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#broadcastMap .ui-datepicker .ui-datepicker-calendar thead tr th:nth-last-child(1) {
  color: #008ab0;
}
#broadcastMap .ui-datepicker .ui-datepicker-calendar thead tr th:first-child {
  color: #f66a5b;
}
#broadcastMap #reportTvPop {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  transform: translate(0, 0);
  background: url(/static/images/broadcast/popBg.jpg) no-repeat;
  background-size: cover;
}
#broadcastMap #reportTvPop .reportTvPopWrap {
  max-width: 1920px;
  margin: 0 auto;
}
#broadcastMap #reportTvPop .reportTvPopWrap > strong {
  display: none;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea {
  position: relative; /*width:1393px;*/
  width: 100%;
  float: right;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea {
  /*width:1393px;*/
  width: 100%;
  z-index: 2;
  /*.jw-state-idle .jw-display-icon-rewind{display:none !important;}*/
  /*.jw-skin-seven .jw-display-icon-container{display:none;}*/
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList .imgArea { /*width:1393px; height:783px;*/
  width: 100vw;
  height: 100vh;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList a {
  /*width:1393px; height:783px;*/
  width: 100%;
  height: 100vh;
  position: relative;
  cursor: unset;
  /*@include ico_align(after,right,bottom,75,-75px -500px);*/
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slideList a:after {
  display: none;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .jw-display-icon-container {
  opacity: 0;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-list {
  position: relative;
  z-index: 1;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-arrow {
  display: none !important;
  width: 60px;
  height: 120px;
  z-index: 2;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-arrow.slick-next {
  right: 20px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-arrow.slick-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 75px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -75px -650px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-arrow.slick-prev {
  left: 20px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-arrow.slick-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 75px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -75px -575px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-dots {
  margin-top: 10px;
  line-height: 12px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-dots li {
  margin: 0 6px;
  line-height: 12px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea .slick-dots li button {
  width: 12px;
  height: 12px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea:hover {
  /*.jw-skin-seven .jw-display-icon-container{display:block;}
  .jw-state-idle .jw-display-icon-rewind{display:none !important;}*/
  /*.jw-skin-seven .jw-display-icon-container>.jw-icon{display:none;}*/
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea:hover .slick-arrow {
  display: block !important;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .slideArea:hover .jw-display-icon-container {
  opacity: 1;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .arrowArea a {
  display: none !important;
  cursor: pointer;
  width: 60px;
  height: 120px;
  z-index: 2;
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  margin-top: -10px;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateY(-50%);
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .arrowArea a.btn_arrow_prev {
  left: 20px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .arrowArea a.btn_arrow_prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 75px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -75px -575px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .arrowArea a.btn_arrow_next {
  right: 20px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .arrowArea a.btn_arrow_next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 75px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -75px -650px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea .arrowArea a:hover {
  display: block !important;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .playerArea:hover .arrowArea a {
  display: block !important;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea {
  position: absolute;
  z-index: 999;
  width: 400px;
  left: 80px;
  bottom: 244px;
  height: auto;
  box-sizing: border-box;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea > strong {
  height: 72px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.4em;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .infoList li {
  height: 28px;
  line-height: 1em;
  margin-bottom: 15px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .infoList li strong {
  width: 110px;
  padding-left: 12px;
  font-size: 21px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  font-weight: 500;
  vertical-align: top;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .infoList li strong:after {
  width: 4px;
  height: 4px;
  top: 12px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .infoList li span {
  width: 186px;
  font-size: 21px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  font-weight: 500;
  vertical-align: top;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .infoList li.enterLi {
  padding-top: 16px;
  border-top: 1px solid #ddd;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .infoList li.enterLi strong {
  width: 100%;
  margin-bottom: 20px;
  color: #1a4895;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .infoList li.enterLi strong:after {
  background: #1a4895;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .infoList li.enterLi strong.ico {
  padding-left: 44px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .infoList li.enterLi strong.ico:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -800px -200px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .infoList li.enterLi strong.ico:after {
  display: none;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .infoList li.enterLi strong.ico:before {
  left: -9px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .infoList li.enterLi .textBox {
  height: 406px;
  padding: 20px 30px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3em;
  word-break: break-all;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .newText strong {
  display: block;
  margin-bottom: 28px;
  line-height: 62px;
  height: 62px;
  text-align: center;
  color: #313131;
  font-size: 45px;
  font-weight: 700;
  background: url(/static/images/broadcast/titBg.jpg) no-repeat;
  background-size: cover;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .newText .infoCont {
  position: relative; /*height:513px;*/
  box-sizing: border-box;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .newText .infoCont li {
  position: relative;
  font-size: 40px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  font-family: "Noto Sans CJK KR", dotum, gulim;
  position: relative;
  font-size: 40px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  font-family: "Noto Sans KR", sans-serif !important;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .newText .infoCont li p {
  font-size: 32px;
  color: #fff;
  line-height: 1.8em;
  overflow: hidden;
  font-weight: 500;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .newText .infoCont li:last-of-type {
  margin-bottom: 0;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .newText .infoCont li.listName {
  position: absolute;
  left: 0;
  bottom: 0;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .newText .infoCont li:nth-child(1) {
  background: url("/static/images/broadcast/info_bg1.png") no-repeat;
  background-size: cover;
  line-height: 50px;
  color: #006757;
  font-size: 31px;
  font-weight: 500;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .newText .infoCont li:nth-child(2) {
  background: url("/static/images/broadcast/info_bg2.png") no-repeat;
  background-size: cover;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .textArea .newText .infoCont li:nth-child(3) {
  background: url("/static/images/broadcast/info_bg3.png") no-repeat;
  background-size: cover;
  line-height: 50px;
  font-weight: 300;
  font-size: 32px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .reportContent {
  position: absolute;
  z-index: 999;
  float: none;
  width: 96%;
  height: 144px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  bottom: 70px;
  left: 0;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .reportContent .reportContentWrap {
  position: relative;
  padding: 25px 240px 0 42px;
  margin-top: 52px;
  height: 144px;
  box-sizing: border-box;
  background: #fff url(/static/images/broadcast/infoBg.jpg) no-repeat 0 0;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .reportContent .reportContentWrap .textBox {
  font-size: 35px;
  color: #080808;
  line-height: 1.3em;
  height: 94px;
}
#broadcastMap #reportTvPop .reportTvPopWrap .flArea .reportContent a {
  position: absolute;
  right: 38px;
  top: 37px;
  cursor: pointer;
  width: 142px;
  text-align: center;
}
#broadcastMap #reportTvPop > a {
  width: 27px;
  height: 27px;
  right: 20px;
  top: 20px;
  background: none;
}
#broadcastMap #reportTvPop > a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -800px -150px;
}
#broadcastMap .mapController {
  width: 54px;
  right: 100px;
  z-index: 2;
}
#broadcastMap .mapController a {
  position: relative;
  width: 54px;
  height: 54px;
  border: 2px solid #c8c8c8;
  border-radius: 5px;
}
#broadcastMap .mapController a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  background: url("/static/images/common/ico_fullpage.png") no-repeat;
}
#broadcastMap .mapController a.btnClose:after, #broadcastMap .mapController a.closeBrowser:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  background: url("/static/images/common/ico_close.png") no-repeat;
}
#broadcastMap .mapController a.btnFull:hover:before {
  content: "전체화면";
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2px 4px;
  color: #fff;
  width: 60px;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 400;
}
#broadcastMap .mapController a.closeBrowser:hover:before {
  content: "닫기";
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2px 4px;
  color: #fff;
  width: 30px;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 400;
}
#broadcastMap .mapController a.btnClose:hover:before {
  content: "전체화면 종료";
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2px 4px;
  color: #fff;
  width: 88px;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 400;
}
#broadcastMap .reportTvBox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 234px;
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
#broadcastMap .reportTvBox > div {
  display: flex;
}
#broadcastMap .reportTvBox > div img, #broadcastMap .reportTvBox > div video {
  width: 80px;
  height: 45px;
  margin-right: 7px;
  object-fit: contain;
  position: relative;
  background: #000;
}
#broadcastMap .reportTvBox .cutInner {
  font-size: 13px;
  font-weight: 200;
  display: block !important;
  width: 125px;
}
#broadcastMap .reportTvBox .cutInner span {
  margin-bottom: 2px;
}
#broadcastMap .reportTvBox .cutInner p {
  font-size: 13px;
  font-weight: 200;
}
#broadcastMap .reportTvBox .cutInner p.cut {
  display: block !important;
}
#broadcastMap .reportTvBox .cutInner p span {
  display: block !important;
}
#broadcastMap .reportTvBox:after {
  content: "";
  position: absolute;
  left: 110px;
  top: -9px;
  width: 9px;
  height: 9px;
  background: url(/static/images/common/blt_arrow.png) no-repeat 0 0;
}
#broadcastMap .reportTvBox .otherText {
  position: absolute;
  top: -10px;
  right: -13px;
  background-color: #ff7815;
  border-radius: 9px;
  color: #fff;
  padding: 0 6px;
  line-height: 20px;
  font-weight: 200;
  font-size: 10px;
}
#broadcastMap .reportTvBoxOther {
  position: absolute;
  left: -170px;
  bottom: 30px;
  width: 330px;
  padding: 4px 4px 4px 9px;
  border: 2px solid #5086e1;
  border-radius: 8px;
  box-sizing: border-box;
  max-height: 222px;
  background: #fff;
}
#broadcastMap .reportTvBoxOther ul {
  max-height: 150px;
  overflow-y: auto;
}
#broadcastMap .reportTvBoxOther ul li {
  display: block;
  padding: 4px 0;
  margin-right: 10px;
  border-bottom: 1px solid #c8c8c8;
  line-height: 1.3em;
}
#broadcastMap .reportTvBoxOther ul li a {
  display: flex;
  align-items: center;
  position: relative;
  color: #222;
  height: 40px;
}
#broadcastMap .reportTvBoxOther ul li a img, #broadcastMap .reportTvBoxOther ul li a video {
  width: 48px;
  height: 27px;
  margin-right: 7px;
  display: block;
  object-fit: contain;
  background: #000;
}
#broadcastMap .reportTvBoxOther ul li a p {
  font-weight: 200;
  font-size: 12px;
  line-height: 13px;
}
#broadcastMap .reportTvBoxOther ul li a strong {
  position: absolute;
  left: 36px;
  top: 0;
  width: 76px;
  font-weight: 500;
  font-size: 14px;
}
#broadcastMap .reportTvBoxOther ul li:hover {
  background-color: #ccd8eb;
}
#broadcastMap .reportTvBoxOther ul li.ico_play a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -300px;
}
#broadcastMap .reportTvBoxOther ul li:last-of-type {
  border-bottom: 0;
}
#broadcastMap .reportTvBoxOther ul.scr1::-webkit-scrollbar-thumb {
  background: #b2b2b2;
}
#broadcastMap .reportTvBoxOther ul.scr1::-webkit-scrollbar-track {
  background: #fff;
}

.reportTvBoxOther {
  position: absolute;
  left: -170px;
  bottom: 30px;
  width: 330px;
  padding: 4px 4px 4px 9px;
  border: 2px solid #5086e1;
  border-radius: 8px;
  box-sizing: border-box;
  max-height: 222px;
  background: #fff;
}
.reportTvBoxOther ul {
  max-height: 150px;
  overflow-y: auto;
}
.reportTvBoxOther ul li {
  display: flex;
  padding: 4px 0;
  margin-right: 10px;
  border-bottom: 1px solid #c8c8c8;
  line-height: 1.3em;
  min-height: 49px;
  box-sizing: border-box;
}
.reportTvBoxOther ul li a {
  display: flex;
  align-items: center;
  position: relative;
  color: #222;
}
.reportTvBoxOther ul li a .imgWrap {
  width: 62px;
  height: 40px;
  object-fit: contain;
  position: relative;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reportTvBoxOther ul li a .imgWrap img, .reportTvBoxOther ul li a .imgWrap video {
  width: 62px;
  height: 40px;
  object-fit: contain;
  position: relative;
}
.reportTvBoxOther ul li a .imgWrap img.rotate90, .reportTvBoxOther ul li a .imgWrap video.rotate90 {
  transform: rotate(90deg);
  width: 40px;
  height: auto;
}
.reportTvBoxOther ul li a .imgWrap img.rotate180, .reportTvBoxOther ul li a .imgWrap video.rotate180 {
  transform: rotate(180deg);
}
.reportTvBoxOther ul li a .imgWrap img.rotate270, .reportTvBoxOther ul li a .imgWrap video.rotate270 {
  transform: rotate(270deg);
  width: 40px;
  height: auto;
}
.reportTvBoxOther ul li a p {
  font-weight: 200;
  font-size: 13px;
  line-height: 13px;
  width: 232px;
  padding-left: 7px;
}
.reportTvBoxOther ul li a strong {
  position: absolute;
  left: 36px;
  top: 0;
  width: 76px;
  font-weight: 500;
  font-size: 14px;
}
.reportTvBoxOther ul li:hover {
  background-color: #ccd8eb;
}
.reportTvBoxOther ul li.ico_play a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -175px -300px;
}
.reportTvBoxOther ul li:last-of-type {
  border-bottom: 0;
}
.reportTvBoxOther ul.scr1::-webkit-scrollbar-thumb {
  background: #b2b2b2;
}
.reportTvBoxOther ul.scr1::-webkit-scrollbar-track {
  background: #fff;
}

#reportTvBg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.3;
  z-index: 15;
}

.imgZoom {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
}
.imgZoom .imgZoomCont {
  display: block;
  width: 100%;
  height: 100vh;
  table-layout: fixed;
}
.imgZoom .imgZoomCont .imgZoomWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 120px);
  height: calc(100vh - 120px);
  padding: 60px;
  vertical-align: middle;
  text-align: center;
}
.imgZoom .imgZoomCont .imgZoomWrap span {
  display: inline;
  position: relative;
  line-height: 19px;
}
.imgZoom .imgZoomCont .imgZoomWrap span img {
  max-width: 100%;
  max-height: calc(100vh - 120px);
}
.imgZoom .imgZoomCont .imgZoomWrap span img.rotate90 {
  transform: rotate(90deg);
}
.imgZoom .imgZoomCont .imgZoomWrap span img.rotate180 {
  transform: rotate(180deg);
  width: 100%;
}
.imgZoom .imgZoomCont .imgZoomWrap span img.rotate270 {
  transform: rotate(270deg);
}
.imgZoom .imgZoomCont .imgZoomWrap span a {
  position: absolute;
  right: 0;
  top: -45px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -99999px;
}
.imgZoom .imgZoomCont .imgZoomWrap span a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: url(/static/images/common/ico_common.png) no-repeat -950px -100px;
}

.imgZoomBg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.3;
  z-index: 17;
}

.daySearch {
  position: absolute;
  left: 95px;
  top: 10px;
  width: 448px;
  height: 54px;
  padding-top: 10px;
  border: 1px solid rgba(200, 200, 200, 0.86);
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.86);
  z-index: 2;
}
.daySearch strong {
  display: inline-block;
  margin-right: 6px;
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
}
.daySearch input {
  box-sizing: border-box;
  vertical-align: middle;
}
.daySearch span {
  display: inline-block;
  width: 14px;
  text-align: center;
  vertical-align: middle;
}
.daySearch a {
  margin-left: 6px;
  vertical-align: middle;
}
.daySearch a {
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  width: 74px;
  height: 32px;
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #282828;
}

#sharePop {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 226px;
  margin: -113px 0 0 -200px;
  background: #fff;
  z-index: 21;
}
#sharePop .popWrap {
  padding: 30px 20px;
}
#sharePop .popWrap strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1em;
  font-size: 24px;
}
#sharePop .popWrap .snsBtn {
  display: inline-block;
  line-height: 45px;
  position: relative;
  padding-left: 55px;
  font-size: 18px;
}
#sharePop .popWrap .snsBtn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: url(/static/images/common/ico_common.png) no-repeat -850px -200px;
}
#sharePop .popWrap .urlCopy {
  position: relative;
  margin-top: 20px;
  padding-right: 92px;
  border: 2px solid #ddd;
}
#sharePop .popWrap .urlCopy input {
  border: 0;
  width: 100%;
  height: 44px;
  padding: 0 8px;
  line-height: 44px;
  font-size: 18px;
  box-sizing: border-box;
  color: #282828;
  font-weight: 300;
}
#sharePop .popWrap .urlCopy a {
  position: absolute;
  right: 0;
  top: 0;
  width: 92px;
  line-height: 44px;
  background: #0088c8;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#sharePop .sharePopClose {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  background: url(/static/images/common/sharePopClose.png) no-repeat 50%;
}
#sharePop ~ #popBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.gm-ui-hover-effect {
  display: none !important;
}

@keyframes vane {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359.9deg);
  }
}
@keyframes vane {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359.9deg);
  }
}
@keyframes arrow_level1 {
  0% {
    transform: translateX(-50%) rotate(-79deg);
  }
  100% {
    transform: translateX(-50%) rotate(-73deg);
  }
}
@keyframes arrow_level2 {
  0% {
    transform: translateX(-50%) rotate(-79deg);
  }
  100% {
    transform: translateX(-50%) rotate(-49deg);
  }
}
@keyframes arrow_level3 {
  0% {
    transform: translateX(-50%) rotate(-79deg);
  }
  100% {
    transform: translateX(-50%) rotate(-19deg);
  }
}
@keyframes arrow_level4 {
  0% {
    transform: translateX(-50%) rotate(-79deg);
  }
  100% {
    transform: translateX(-50%) rotate(15deg);
  }
}
@keyframes arrow_level5 {
  0% {
    transform: translateX(-50%) rotate(-79deg);
  }
  100% {
    transform: translateX(-50%) rotate(44deg);
  }
}
@keyframes arrow_level6 {
  0% {
    transform: translateX(-50%) rotate(-79deg);
  }
  100% {
    transform: translateX(-50%) rotate(74deg);
  }
}
/* IE9, IE10 */
@media screen and (min-width: 0\0 ) {
  #container.infection .infectionWrap .hideBox .foreign .rightArea .tableArea .occurList span:last-child {
    border-right: 0;
    width: 97px;
  }
  #container.flood .statusCont .statusWrap .rightArea .bordArea .tableArea .tableList span:last-child {
    border-right: 0;
    width: 88px;
  }
  #container.flood .statusCont .statusWrap .rightArea .bordArea .tableArea .tableList span:last-child {
    border-right: 0;
    width: 88px;
  }
  #container.flood .infoTable .tableTypeScroll .bodyArea.over td:last-of-type {
    width: 141px;
  }
  #container.flood .infoTable .tableTypeScroll .bodyArea.over {
    margin-right: 1px;
  }
  #container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableList span:last-child {
    width: 125px;
  }
  #container.electricity .mainInfo .mainInfoWrap .rightArea .tableArea .tableList span:last-child {
    width: 78px;
  }
  #container.earthquake .mainInfo .mainInfoWrap .rightArea .tableArea .tableList span:last-child {
    width: 97px;
  }
  #container.radiation .mainInfo .mainInfoWrap .rightArea .tableArea .tableList span:last-child {
    width: 156px;
  }
  #container.earthquake .earthquakeCont .earthquakeWrap .tableArea2 .tableList span:last-child {
    width: 375px;
  }
  .history#container .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableList span:last-child, .history#container .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList span:last-child {
    width: 237px;
  }
  .history#container .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList span:last-child {
    width: 78px;
  }
  #video_player_popup .video_playerWrap video {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    -webkit-transform: unset !important;
    transform: translate(0) !important;
  }
  #viewStyle video {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    -webkit-transform: unset !important;
    transform: translate(0) !important;
  }
  .imgZoom .imgZoomCont .imgZoomWrap {
    position: relative;
  }
  .imgZoom .imgZoomCont .imgZoomWrap span {
    position: static;
    width: 100%;
  }
  .imgZoom .imgZoomCont .imgZoomWrap span img {
    display: block;
    margin: 0 auto;
  }
  .imgZoom .imgZoomCont .imgZoomWrap span a {
    position: absolute;
    right: 60px;
    top: 20px;
  }
}
@-moz-document url-prefix() {
  #container.infection .infectionWrap .hideBox .foreign .rightArea .tableArea .occurList span:last-child {
    border-right: 0;
    width: 97px;
  }
  #container.flood .statusCont .statusWrap .rightArea .bordArea .tableArea .tableList span:last-child {
    border-right: 0;
    width: 88px;
  }
  #container.flood .statusCont .statusWrap .rightArea .bordArea .tableArea .tableList span:last-child {
    border-right: 0;
    width: 88px;
  }
  #container.flood .infoTable .tableTypeScroll .bodyArea.over td:last-of-type {
    width: 141px;
  }
  #container.flood .infoTable .tableTypeScroll .bodyArea.over {
    margin-right: 1px;
  }
  #container.electricity .mainInfo .mainInfoWrap .rightArea .tableArea .tableList span:last-child {
    width: 78px;
  }
  #container.earthquake .mainInfo .mainInfoWrap .rightArea .tableArea .tableList span:last-child {
    width: 97px;
  }
  #container.radiation .mainInfo .mainInfoWrap .rightArea .tableArea .tableList span:last-child {
    width: 156px;
  }
  #container.earthquake .earthquakeCont .earthquakeWrap .tableArea2 .tableList span:last-child {
    width: 375px;
  }
  .history#container .historyInfo .historyInfoWrap .earthquakeList .rightArea .tableArea .tableList span:last-child, .history#container .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList span:last-child {
    width: 237px;
  }
  .history#container .historyInfo .historyInfoWrap .typhoonInfo .rightArea .tableArea .tableList span:last-child {
    width: 78px;
  }
  #container.forestFires .mainInfo .mainInfoWrap .rightArea .occurArea .tableArea .tableList span:last-child {
    width: 125px;
  }
}
.loadingBg {
  background: #ffffff;
}

/*# sourceMappingURL=ui.css.map */
