/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
	font-family: nanumgothic;

}

/* ------------------------------------ */
a {
	margin: 0px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}


a:hover {
	text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/* ------------------------------------ */
textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	/* background: transparent; */
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}
mark {
  color: #25408F;
}

/*//////////////////////////////////////////////////////////////////
[20200520 keyword]*/
div.keyword_card {

}
div.keyword_card h3 {}
div.top > img {height:24px;}


div.simple_search div.rep_fl {
    margin-bottom: 10px;
    border-bottom: 0;
    /* border-bottom: 1px solid #d2d2d2; */
    padding-bottom: 5px;
    text-align: center;
}




/*[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}
 .btn_prev {
 	overflow:hidden;
 	position:absolute;
 	top:50%;
 	left:0;
 	z-index:10;
 	width:44px;
 	height:82px;
 	background:url("/images/issuevisual/slide_nav.png") no-repeat left top;
 	border:0;
 	border-radius:15px;
 	text-indent:-9999em;
 	outline:none;
 	cursor:pointer
 }
 .btn_next {
 	overflow:hidden;
 	position:absolute;
 	top:50%;
 	right:0;
 	z-index:10;
 	width:44px;
 	height:82px;
 	background:url("/images/issuevisual/slide_nav.png") no-repeat right top;
 	border:0;
 	border-radius:15px;
 	text-indent:-9999em;
 	outline:none;
 	cursor:pointer
 }
 
.container-table100 {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.main-title {
  /* position: relative; */
  padding-left: 10px;
  width: 687px;
  height: 45px;
  background: #f15734;
  background: -webkit-linear-gradient(45deg, #f15734, #fb7e62);
  background: -o-linear-gradient(45deg, #f15734, #fb7e62);
  background: -moz-linear-gradient(45deg, #f15734, #fb7e62);
  background: linear-gradient(45deg, #f15734, #fb7e62);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.main-title > em::before {
    position: absolute;
    right: 10px;
    top: calc(22.5px - (30px/2));
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/icon/close.png)no-repeat center center;
    background-size: cover;

}

.main-title em {
  color:#fff;
  line-height: 45px;
  font-weight: 600;
  font-size:18px;
  font-style: normal;
}

.wrap-table100 {
  width:295px;
  box-shadow: 1px 3px 16px -4px rgba(0, 0, 0, 0.8);;
  border-radius: 5px;
}
.table100 {
  position: relative;
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  padding-bottom: 32px;
  width: 287px;
}

div.table100 table {
	height: 395px;
}

div.lifv .table100 {
  border: 2px solid #f15734;
}

.column1 > .num {
  /* width: 20px; */
  /* height: 20px; */
  width:10%;
  font-size: 11px;
  font-family: inherit;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 1px;
  background-color: #fcfcfc;
  font-style: normal;
}

.column1 > .num::before {
  display: block;
  float: left;
  /* min-width: 20px; */
  border: 1px solid #333;
  line-height: 20px;
}
.column1 > .num::before:hover,
.column1 > .num::before:focus {
  border: 1px solid #25408F;
}

.column1 > .num2 {
	visibility: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #fff;
  font-family: 'NanumSquare', sans-serif;
    
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  border-radius: 2px;
  overflow: hidden;
  /* width: 100%; */
  width:inherit;
  margin: 0 auto;
  padding: 0 0 24px 0;

}

/* table * {
  position: relative;
} */


table thead tr {
  height: 45px;

  background: #d6d6d6;
  background: -webkit-linear-gradient(45deg, #d6d6d6, #d6d6d6);
  background: -o-linear-gradient(45deg, #d6d6d6, #d6d6d6);
  background: -moz-linear-gradient(45deg, #d6d6d6, #d6d6d6);
  background: linear-gradient(45deg, #d6d6d6, #d6d6d6);
}

div.lifv table thead tr {
  height: 45px;

  background: #f15734;
  background: -webkit-linear-gradient(45deg, #f15734, #fb7e62);
  background: -o-linear-gradient(45deg, #f15734, #fb7e62);
  background: -moz-linear-gradient(45deg, #f15734, #fb7e62);
  background: linear-gradient(45deg, #f15734, #fb7e62);
}

table tbody tr:last-child {
  border: 0;
}

table td, table th {
  text-align: left;
}

table td.l, table th.l {
  text-align: right;
}

table td.c, table th.c {
  text-align: center;
}

table td.r, table th.r {
  text-align: center;
}

.table100-title {}
.table100-head {
  /* width: 288px; */
  width:100%;
  display: block;
  margin-bottom: 30px;
  /* margin-left: -1px; */
  padding: 10px 56px;
  box-sizing: border-box;
  /* border-top-right-radius: 3px; */

}

.table100-head th{
  font-family: nanumgothic;
  font-size: 18px;
  color: #fff;
  line-height: 0.8;
  font-weight: 600;
}

tbody tr {
  font-family: nanumgothic;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

.column1 {
  /* font-size: 13px; */
  font-size: 88%;
  padding: 5px 50px 5px 50px;
  text-align: left;
  font-weight: 800;
  color: #000;
}

/* .column99 {
  font-size: 13px;
  padding: 5px 50px 5px 50px;
  text-align: center;
  font-weight: 400;
  color: #000;
}
 */
tbody tr > td.column1:hover,
tbody tr > td.column1:focus {
  color: #25408F;
  cursor: pointer;
}

/*퀵링크*/

.quick_box {
  display:none;
}


div.lifv .quick_box {
	display:block;
  position: absolute;
  top: 68px;
  right: 30px;
  z-index: 10;
}

.quick ul {
  width: 74px;
  height: 70px;
  border: 1px solid #999;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.quick ul a {
  text-decoration: none;
  font-size: 11px;
  color: #000;
}
.quick ul li a:before {
  position: absolute;
  content: "";
  left: 55px;
  top: 14px;
  width: 5px;
  height: 9px;
  background-image: url(/images/issuevisual/arrow-left.png);
}
.quick ul li:first-child:after {
  position: absolute;
  content: "";
  width: 73px;
  border-bottom: 1px solid #999;
  display: inline-block;
  left: 0;
  top: 33px;
}

.quick ul li:last-child a:after {
    content: none;
}

.quick ul a:hover,
.quick ul a:focus {

  color: #0000006b;
}

.quick > ul > li {
  line-height: 32px;
  position: relative;
  width: 100%;
  padding: 1px 10px;

}
.quick:before {
  display: none;
  position: absolute;
  content: "";
  top: 10px;
  left: -15px;
  border-top: 1px solid #999;
  border: solid 8px transparent;
  border-right-color: #fff;
  z-index: 1;
}
.quick > ul > li > a {
  font-size: 13px;
  font-family: initial;
}
.arrow_box {
  position: relative;


}
.arrow_box:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:before {
  position: absolute;
  bottom: 44px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-color: #f9f9f9;
  border-width: 6px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(44deg);
  box-sizing: border-box;
}

h3.regionTitle {
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	padding-bottom:20px;
}





.button_zone {
  margin: 0 auto;
  width: 687px;
  padding-top: 20px;

}
.button_zone button {
  float: right;
  padding: 10px 15px;
  border-radius: 5px;
  color:#fff;
  background: #f15734;
  background: -webkit-linear-gradient(45deg, #f15734, #fb7e62);
  background: -o-linear-gradient(45deg, #f15734, #fb7e62);
  background: -moz-linear-gradient(45deg, #f15734, #fb7e62);
  background: linear-gradient(45deg, #f15734, #fb7e62);
}

div.simple_search div.top select {
    position: relative;
    border-radius: 3px;
    width: 165px;
    padding: .3em .5em;
    border-color: #e5e5e5;
    font-size: 14px;
    font-family: inherit;
}
div.simple_search div.top select label {
    position: absolute;
    top: 1px; /* 위치정렬 */
    left: 5px; /* 위치정렬 */
    padding: .8em .5em; /* select의 여백 크기 만큼 */
    color: #999; z-index: -1; /* IE8에서 label이 위치한 곳이 클릭되지 않는 것 해결 */
}

/*★★  2020-07-15 이슈키워드 관련 css 추가 시작*/

div.simple_search div.condi1,
div.simple_search div.condi2,
div.simple_search div.condi3 {
    display: inline-block;
    padding: 10px 0 0 0;
}

div.simple_search div.condi2 {
    padding:0 90px;
}
/*★★  2020-07-15 이슈키워드 관련 css 추가 끝*/

/***********************★★ 이슈키워드 모바일 css 시작***********************/
/* media 1200px 시작*/
@media screen and (max-width: 1200px){
	
	table {
	  padding: 0;
	}
	
	 /*search_tab*/
	 div.search-tab-box {
	
	 }
	 div.search-tab-box .simple_btn{
	   display: none;
	 }
     div.simple_search div.top {
       display: initial;
     }
	 div.simple_search div.condi1,
	 div.simple_search div.condi2,
	 div.simple_search div.condi3 {
	   display: inline-block;
	   border-bottom: 1px solid #e5e5e5;
	   padding: 10px 0;
	 }
	 /* div.simple_search div.condi2 {
	   padding: 10px 0;
	   border-top: 1px solid #e5e5e5;
	   border-bottom: 1px solid #e5e5e5;
	 } */
	 div.simple_search div.condi3.rep_fl_1 h5 {
	   padding-right: 25px;
	 }
	 
	 div.search-tab-box a.btn-close {
	   display: none;
	 }
	 .keyword_card h3{
	   font-size: 16px;
	   padding-bottom: 8px;
	 }
	 
	 .table100 {
	   /* width:100%; */
	   width: inherit;
	   height: inherit;
	 }
	 
	 div.table100 table {
	   display: block;
	   /* height :420px;
	   width: 287px; */
	   height:auto;
	   width:100%;
	   table-layout: auto !important;
	 }
	 
	 .container-table100 {
	   padding: 0;
	 }
	 
	.column1 {
	    /* font-size: 12px; */
	    padding: 0px 50px 0px 50px;
	}
	
	/* .column99 {
	  font-size: 12px;
	} */
	
	table tbody tr {
	  height: 50%;
	  padding: 6px 0;
	  font-size: 14px;
	  font-weight: bold;
	}
	
	/* tbody tr {
	  font-size: 14px;
	  font-weight: bold;
	} */
	
	table > *, table tr, table td, table th {
	    display: block;
	}
	
    .btn_prev {
      top: 40%;
      width: 6%;
      left: 20%;
      height: 25%;
    }
    .btn_next {
      top: 40%;
      width: 6%;
      left: 74%;
      height: 25%;
    }
} 
/* media 1200px 끝*/

/* media 720px 시작*/
@media screen and (max-width:720px) {
	
  div.search-tab-box a.btn-close {
    display: none;
  }
  
  div.simple_search .rep_fl.rep_fl_1 h5 {
      color: #25408F;
      margin-bottom: 0;
      font-weight: 600;
      display: initial;
      width: 100%;
      vertical-align: top;
      font-size: 15px;
      text-align: center;
      box-sizing: border-box;
      padding-right: 15px;
  }
  
  div.simple_search .rep_fl.rep_fl_1 div.condi3 h5 {
     padding-right: 25px;
  }
  
  .keyword_card h3{
    font-size: 16px;
    padding-bottom: 8px;
  }
  
    .btn_prev {
      top: 40%;
      width: 6%;
      left: -2%;
      height: 16%;
    }
    .btn_next {
      top: 40%;
      width: 6%;
      left: 96%;
      height: 16%;
    }
    
	tbody tr {
	  font-size: 12px;
	  font-weight: bold;
	}
  .container-table100 {
    padding: 0;
  }
} 
/* media 720px 끝*/

/* media 700px 시작*/
@media screen and (max-width:700px) {
	 div.simple_search div.condi1,
	 div.simple_search div.condi2,
	 div.simple_search div.condi3 {
	   display: block;
	 }
}
/* media 700px 끝*/

/* media 375px 시작*/

@media screen and (max-width:340px) {
	div.lifv {
	  width: 90%;
	  clear: both;
	  margin: 0 auto;
	}
	.table100 {
	  width: 100%;
	}
	
	th.column1 {
	  padding: 5px 0px 5px 38px;
	}
	
	td.column1{
	  padding: 2px 17px 2px 21px;
	}
	
    .btn_prev {
      top: 40%;
      width: 6%;
      left: -2%;
      height: 16%;
    }
    .btn_next {
      top: 40%;
      width: 6%;
      left: 97.5%;
      height: 16%;
    }
    
    .column1 > .num {
      width: 9%;
    }
}
/* media 375px 끝*/

/***********************★★ 이슈키워드 모바일 css 끝***********************/

/* 이슈키워드 리뉴얼 */
@font-face{
  font-family:NotoSans;
  src:url(../font/NotoSansCJKkr-Regular.eot);
  src:local('※'), url(../font/NotoSansCJKkr-Regular.woff) format('woff');
}
@font-face{
  font-family:RobotoB;
  src:url(../font/Roboto-Bold.eot);
  src:local('※'), url(../font/Roboto-Bold.woff) format('woff');
}
@font-face{
  font-family:BarlowSCM;
  src:url(../font/BarlowSemiCondensed-Medium.eot);
  src:local('※'), url(../font/BarlowSemiCondensed-Medium.woff) format('woff');
}
.keyFunction {font-family: NotoSans;line-height: 1.2;}
.keyFunction .top {margin: 18px 0;padding: 12px 28px;border: 3px solid #e5e5e5}
.keyFunction .top::after {content:"";display:block;clear:both}
.keyFunction .top {position:relative}
.keyFunction .top>ul {margin-left:84px}
.keyFunction .top>ul::after {content:"";display:block;clear:both}
.keyFunction .top .all {position:absolute;top:12px;left:28px}
.keyFunction .top>ul>li {float:left;margin:10px 63px 10px 0}
.keyFunction .top>ul>li>a {display: inline-block;position:relative;padding-left:10px;color:#463e3a;font-size:16px;letter-spacing: -0.05em;line-height: 1.2;transition:.3s;-webkit-transition:.3s}
.keyFunction .top>ul>li>a::before {content:"";display:block;position:absolute;top:9px;left:0;width:3px;height:3px;background:#463e3a;transition:.3s;-webkit-transition:.3s}
.keyFunction .top>ul>li>a:hover {color:#25408F}
.keyFunction .top>ul>li>a:hover::before {background:#25408F}

.keyFunction .bottom {padding:13px 10px;background:#f6f6f6;text-align: center;}
.calInput {display:inline-block;margin-right:8px}
.calInputBox {width:222px;height:38px;margin:5px 0;padding:0 40px 0 17px;background:url(../../images/issuevisual/cal.png) no-repeat right 16px center #fff;border:1px solid #d1d1d1;border-radius: 5px;color:#454443;font-size:15px;letter-spacing: -0.025em;font-family: NotoSans;}
.calInputBox::placeholder {color:#454443;font-size:15px;letter-spacing: -0.025em;font-family: NotoSans}
.keyFunction .bottom .searchBtn {width:85px;height:35px;margin:5px 3px;background:#25408F;color:#fff;line-height:35px;border-radius: 3px;border:none;vertical-align: middle;}
.keyFunction .bottom .reset {width:85px;height:35px;margin:5px 3px;background:#979797;color:#fff;line-height:35px;border-radius: 3px;border:none;vertical-align: middle}

.keyword {margin: 40px 0 76px 0;font-family: NotoSans;line-height: 1.2;}
.keyword>.tit {margin-bottom: 13px;color:#463e3a;font-size:36px;letter-spacing: -0.05em;text-align: center;}
.keySlideW {position:relative}
.keyword .keyPrev {display:block;position:absolute;top:-34px;left:0;width:57px;height:13px;background:url(../../images/issuevisual/slideLeft.png) no-repeat;text-indent: -9999px;transition:.3s;-webkit-transition:.3s}
.keyword .keyNext {display:block;position:absolute;top:-34px;right:0;width:57px;height:13px;background:url(../../images/issuevisual/slideRight.png) no-repeat;text-indent: -9999px;transition:.3s;-webkit-transition:.3s}
.keyword .keyPrev:hover {background:url(../../images/issuevisual/slideLeftH.png) no-repeat;}
.keyword .keyNext:hover {background:url(../../images/issuevisual/slideRightH.png) no-repeat;}
.keySlide .slick-list {padding:15px 0}
.keySlide .slick-slide {width:340px !important;margin-right:26px}
.keySlide .slide {display: none;float: left;height: 100%;min-height: 1px;width:340px;padding:30px 20px 30px 9px;border:1px solid #ededed;box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.16);-webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.16);box-sizing: border-box;transition:border .3s;-webkit-transition:border .3s}
.keySlide .slide:hover {border:1px solid #25408F}
.keySlide .slide .date {display:block;position:relative;color:#463e3a;font-size:24px;font-family: RobotoB,sans-serif;letter-spacing: -0.05em;text-align: center;}
.keySlide .slide .date::after {content:"";display:block;position:absolute;bottom:-15px;left:50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);width:42px;height:1px;background:#d8d6d5}
.keySlide .slide .list {margin-top: 39px;}
.keySlide .slide .list li::after {content:"";display:block;clear:both}
.keySlide .slide .list li:not(:last-child) {margin-bottom:9px}
.keySlide .slide .list li .rank {float:left;width:200px}
.keySlide .slide .list li .num {display:inline-block;width:27px;height:27px;margin-right:8px;color:#222;border-radius: 100%;font-family: RobotoB,sans-serif;font-size:15px;letter-spacing: -0.05em;line-height: 27px;text-align: center;vertical-align: top;transition:.3s;-webkit-transition:.3s}
.keySlide .slide .list li .tit {display:inline-block;position:relative;max-width:calc(100% - 80px);max-width:-webkit-calc(100% - 80px);color:#666;line-height: 1.2;font-size:16px;letter-spacing: -0.05em;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 26px;transition:.3s;-webkit-transition:.3s}
.keySlide .slide .list li .tit::after {content:"";display:block;position:absolute;bottom:0;left:50%;right:50%;height:1px;background:#25408F;overflow: hidden;transition:.3s;-webkit-transition:.3s}
.keySlide .slide .list li .new {margin-left:4px;color:#25408F;font-size:12px;letter-spacing: -0.05em;line-height: 26px;font-family:BarlowSCM;vertical-align: super;}
.keySlide .slide .list li .rank .up {display:inline-block;color:#e00400;font-size:13px;line-height: 27px;vertical-align: top}
.keySlide .slide .list li .rank .down {display:inline-block;color:#003ace;font-size:13px;line-height: 27px;vertical-align: top;}
.keySlide .slide .list li .rank .keep {display:inline-block;width:10px;height:2px;margin:14px 0 0 4px;background:#555;vertical-align: top;}
.keySlide .slide .list li .rank:hover .num {background:#25408F;color:#fff}
.keySlide .slide .list li .rank:hover .tit {color:#25408F;}
.keySlide .slide .list li .rank:hover .tit::after {left:0;right:0}

.keySlide .slide .list li .btns {float:right;margin-top:2px}
.keySlide .slide .list li .btns a {display:inline-block;padding:3px 10px;background:#ebebeb;color:#373737;border-radius: 3px;font-size:14px;letter-spacing: -0.05em;}
.keySlide .slide .list li .btns a:hover {background:#25408F;color:#fff}
.keySlide .slide .list li .btns a:nth-of-type(1) {margin-right:4px}

@media screen and (min-width:768px) and (max-width:1024px) {
  .keyFunction .top .all {position:static}
  .keyFunction .top>ul {margin-left:0}
}
@media screen and (max-width:768px){
  .keyFunction .top .all {position:static}
  .keyFunction .top>ul {margin-left:0}
  .keyFunction .top>ul>li {margin-right:0}
  .keyFunction .top>ul>li {width:25%}
  .calInputBox {width:150px}
  .keyword>.tit {margin-bottom:35px;font-size:30px}
  .keyword .keyPrev {top:-16px}
  .keyword .keyNext {top:-16px}
}
@media screen and (max-width:600px){
  .keyFunction .top>ul>li {width:33.333%}
  .calInput {display:block}
  .calInputBox {width:120px;padding-left:8px}
}
@media screen and (max-width:500px){
  .keyFunction .top>ul>li {width:50%}
}
@media screen and (max-width:400px){
  .keyFunction .top>ul>li {float:none;width:100%}
  .keySlide .slick-slide {width:290px !important}
  .keySlide .slide .list li .rank {width:150px}

}