@charset "utf-8";
@import url("//news.chosun.com/dhtm/css/css_reset_2018.css");
@import url("//news.chosun.com/dhtm/css/cs_webfont_set.css");


body,
input,
button,
textarea {
  font: 16px/1.3 '조선고딕', AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic", 나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  letter-spacing: 0;
}






/* 공통 */

/* 버튼리셋 */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  border: none;
  outline: none;
}








/* 탭 */
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li:before {
  display: none;
}

ul.tabs {
  display: flex;
}

ul.tabs li {
  width: 50%;
  text-align: center;
  background-color: #eaeaea;
  /* background: none; */

  /* display: inline-block; */
  /* padding: 10px 15px; */
  cursor: pointer;
}


ul.tabs li button {
  display: block;
  padding: 16px 0;
  width: 100%;
  font-family: "조선고딕", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #707070;
}


ul.tabs li.current {
  /* background: #ededed; */

  background-color: #ffffff;
}


ul.tabs li.current button {
  color: #222222;
}

.tab-content {
  display: none;
  background-color: #ffffff;
  padding: 24px 0 40px;
  padding: 24px 24px 40px 24px;
  /* background: #ededed; */
  /* padding: 15px; */
}

.tab-content.current {
  display: inherit;
}

/* electionBox 공통 */
.subTit {
  font-family: "조선중간고딕", sans-serif;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
}

/* electionBox */
#electionBox {
  border: 1px solid #eaeaea;
}



/* electionInfo */
.electionInfo {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.electionInfo dt {
  margin-right: auto;
}

.electionInfo dd {
  position: relative;
  margin-left: 17px;
  font-family: "조선고딕", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #707070;
}

.electionInfo dd:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #d7d7d7;
  position: absolute;
  margin-top: -6px;
  right: -8px;
  top: 50%;
}


/* topCont */
#topCont {
  position: relative;
  display: flex;
  margin-bottom: 32px;
}

#topCont::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
}


#topCont .sideCont {
  width: 50%;
  /* padding: 0 24px; */
  box-sizing: border-box;
}

#topCont .leftSide {
  padding-right: 24px;
}

#topCont .rightSide {
  padding-left: 24px;
}


/* 지도 */
.map {
  height: 345px;
  margin-bottom: 16px;
}


.map path:hover {
  stroke-width: 1.8;
}

.highcharts-drillup-button {
  width: 32px;
  height: 32px;
}

.highcharts-drillup-button rect {
  width: 32px;
  height: 32px;
}


/* currentTime */
.currentTime {
  display: block;
  font-size: 12px;
  font-family: "조선고딕", sans-serif;
  color: #999999;
  text-align: right;
}



#bottomCont {}




/* turnoutTooltip */
#turnoutTooltip {
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
  margin: 0;
  width: 186px;
  height: 36px;
  font-family: "조선고딕", sans-serif;
  padding: 8px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}

#turnoutTooltip b {
  color: #222222;
  font-size: 14px;
  font-family: "조선중간고딕", sans-serif;
  font-weight: bold;
}

#turnoutTooltip span {
  font-size: 14px;
  font-family: "조선중간고딕", sans-serif;
  font-weight: bold;
  color: #707070;
}



/******************** 투표중(Voting) ********************/


/* 라인차트 레이아웃 & 공통영역 */
#lineChart {}

.lineChart_target {
  /* max-height: 254px; */
  height: 242px;
}

#lineChart figure {
  max-width: 700px;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}



/* 라인차트 컨텐츠 */
.lineChart_title {
  margin-bottom: 8px;
  font-size: 18px;
  font-family: '조선중간고딕', sans-serif;
  font-weight: bold;
}

.lineChart_legend {
  margin-top: 16px;
  text-align: right;
}

.lineChart_legend ul {
  display: inline-block;
  *zoom: 1;
}

.lineChart_legend ul:after {
  display: block;
  content: "";
  clear: both;
}

.lineChart_legend li {
  float: left;
  padding-left: 12px;
  margin-left: 8px;
  font-size: 12px;
  color: #707070;
  position: relative;
  font-family: "조선고딕";
}

.lineChart_legend li:first-child {
  margin-left: 0;
}

.lineChart_legend li:after {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}

.lineChart_legend li.color1:after {
  background: #a7a7a7;
}

.lineChart_legend li.color2:after {
  background: #d7d7d7;
}

.lineChart_legend li.color3:after {
  background: #795ef0;
}

.button_list {
  position: fixed;
  right: 100px;
  top: 0;
}

.button_list li {
  margin-top: 5px;
}

.button_list:first-child {
  margin-top: 0;
}

.button_list button {
  padding: 4px;
  border-radius: 10px;
}

li {
  list-style: none;
}


/* 후보자 */

#candidateSlide {
  margin-top: 24px;
}

.candidate .candidate_item_wrap {
  display: flex;
}

.candidate .candidate_item {
  width: 100%;
  max-width: 282px;
  height: 341px;
  margin-left: 23px;
  border: 1px solid #eaeaea;
  position: relative;
  box-sizing: border-box;
}

.candidate .candidate_item:first-child {
  margin-left: 0;
}

.candidate.mobile .candidate_item {
  max-width: inherit;
}

.candidate .item_inner {
  padding: 16px;
  *zoom: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.candidate .item_inner:after {
  display: block;
  content: "";
  clear: both;
}

.candidate .top_info {
  display: table;
  padding-bottom: 12px;
}

.candidate .info_cell {
  display: table-cell;
  vertical-align: middle;
}

.candidate .top_info .thumb {
  width: 40px;
}

.candidate .top_info .thumb span {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
}

.candidate .top_info .thumb img {
  width: 100%;
}

.candidate .top_info .party_color {
  padding: 0 8px;
  text-align: center;
}

.candidate .top_info .party_color span {
  display: block;
  width: 46px;
  padding: 3px 0;
  border-radius: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-family: '조선중간고딕';
  font-weight: bold;
}

.candidate .top_info .name {
  font-size: 20px;
  font-family: '조선중간고딕';
  font-weight: bold;
  color: #222;
}

.candidate .top_info .party_name {
  padding-left: 4px;
  font-size: 14px;
  color: #707070;
}

.candidate .line {
  padding: 8px 0;
  border-bottom: 1px solid #d7d7d7;
  font-size: 15px;
  color: #222;
}

.candidate .dob {
  padding-top: 0;
}

.candidate .dob span:first-child {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}

.candidate .dob span:first-child:after {
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 4px;
  background: #d7d7d7;
  content: "";
}

.candidate .line dl {
  *zoom: 1;
  padding-left: 36px;
}

.candidate .line dl:after {
  display: block;
  content: "";
  clear: both;
}

.candidate .line dt {
  float: left;
  margin-left: -36px;
  font-family: '조선중간고딕';
  font-weight: bold;
  color: #999;
}

.candidate .campaign_promis {
  position: absolute;
  right: 8px;
  bottom: 16px;
  padding-right: 20px;
  font-size: 15px;
  font-family: '조선중간고딕';
  font-weight: bold;
  color: #707070;
  background: url("http://news.chosun.com/test_2010/myj/election2021/img//icon-arrow-arrow-category.png") 100% 0 no-repeat;
  background-size: 20px 20px;
}

.candidate .paging {
  padding-top: 22px;
}

.font--primary-bold {
  font-family: '조선중간고딕';
  font-weight: bold;
}


@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .tabcontent {
    padding: 0 0 0 0;
    background: #fff;
  }

}





/* responsive */

@media screen and (max-width: 768px) {
  .electionInfo {
    display: block;
  }

  .electionInfo dt {
    margin-bottom: 4px;
  }

  .electionInfo dd {
    display: inline-block;

  }

  .electionInfo dd:nth-of-type(1) {
    margin-left: 0;
  }



  ul.tabs li button {
    font-size: 16px;
    padding: 12px 0;
  }

  .tab-content {
    padding: 20px 8px 28px
  }




  #topCont {
    display: block;
    margin-bottom: 28px;
  }

  #topCont::after {
    display: none;
  }

  #topCont .sideCont {
    width: 100%;
  }

  #topCont .leftSide {
    padding-right: 0;
    margin-bottom: 28px;
  }

  #topCont .rightSide {
    padding-left: 0;
  }

  .mapcont {
    max-width: 405px;
    margin: 0 auto;
  }


  #candidateSlide {
    margin-top: 16px;
  }

}






@media all and (max-width: 330px) {
  .electionInfo dd {
    font-size: 12px;
  }
}





/* 그래프 텍스트 추가 */

.graphInfoTxt {
  font-size: 14px;
  color: #707070;
  font-family: '조선고딕';
  font-weight: normal;
}

.graphTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 420px) {
  .graphTitle {
    display: block;
  }

  .graphInfoTxt {
    margin-top: 10px;
    display: block;
  }
}










/* 개표중(Counting) */








/* 개표마감(Counting closing) */
/* 개표마감(Counting results) */