@charset "UTF-8";
main .adsby_cont {
  margin-bottom: 50px;
  padding-top: 50px;
}
.mo_wrap {
  position: relative;
  width: 720px; margin: 0 auto;
}
.inner {
  width: 93%; margin: 0 auto;
}
.notscroll_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;    
}

/* header */
header {
  padding: 45px 0; 
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 99;
  position: relative;
}
header .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo_wrap {
  cursor: pointer;
}

header .logo_wrap h1 {
  font-size: 35px; font-weight: 600; letter-spacing: -3px; white-space: nowrap;
}

header  .date_box {
  text-align: center;
  display: flex;
  gap: 10px;
  align-items: center;
}

header .date_box p {
  color: #3D3D3D;

  position: relative;
}
header .date_box p:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 2px;
  height: 100%;
  background: #797979;
}

.form_search {
  width: 93%;
  margin: auto;
}
.form_search .search_box {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 8px;

}
.form_search .search_box #search-input, .form_search .search_box #search-input_mo{
  background: #ffffff;
  flex: 1;
  width: auto;
  height: 100%;
  padding: 8px 15px;
  outline: 0;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 26px;
  font-family: inherit;
}
.form_search .search_box #search-input::placeholder{
  font-family: inherit;
  font-size: 26px;
}
.form_search .search_box .search {
  display: block;
  width: auto;
  height: 100%;
  background: #3D3D3D;
  border-radius: 3px;
  text-align: center;
  padding: 0 35px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}


header .group_header .menu_cont {
  position: relative;
  display: flex;
  gap: 30px;
  z-index: 100;
}
header .group_header .menu_wrap{
  width: auto;
  height: auto;
  z-index: 100;
  cursor: pointer;
}
header .menu_cont .search_icon {
  display: block;
  width: 100%;
  height: 100%;
  flex: 1;
  cursor: pointer;
}
header .group_header .menu_wrap .btn_close {
  display: none;
  z-index: 100;
}

header .gnb_item a.active {

}
header .search_mo {
  display: none;
  position: absolute;
  top: 137px;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  transition: 0.2s;
  z-index: 99;
  padding: 40px 0;
}
header .gnb_mo {
  display: none;
  position: absolute;
  top: 137px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0; 
  z-index: 99;
  transition: 0.2s;
  background: #fff;
}
header .gnb_mo.on {
  display: block;
}
header .search_mo.on {
  display: block;
}
header .gnb_mo ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
header .gnb_mo ul li a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 30px;
  font-weight: 700;
  padding: 40px 30px;
}
header .gnb_mo ul li {
  border-bottom: 1px solid #ddd;
}
header .gnb_mo ul li:nth-of-type(12){

}
header .menu_cont img{
  width: 45px;
  height: 45px;
}

main .contents .article_wrap ul li a {
  text-decoration: underline;
  color :#2a5aeb;
}

main .contents .article_wrap ul li h3 a {
  font-size: 30px;
}
/* main */
main {

}
main .inner {display: flex; 
  justify-content: space-between;     flex-direction: column;}
main .contents {width: 100%; }
main .contents .main_title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  padding: 50px 0 30px 0;
}
main .contents .news_date {
  padding: 20px 0;
  color: #666;
  letter-spacing: -0.5px;
  font-weight: 500;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}
main .contents .article_wrap {margin-bottom: 50px;}
main .contents .article_wrap ul .adsby {
  margin-bottom: 50px;
}
main .contents .article_wrap ul li:not(:last-child) {margin-bottom: 50px;}
main .contents .article_wrap ul li h2 {font-size: 33px; font-weight: 600; letter-spacing: -1.5px; line-height: 1.4; color: #222; margin-bottom: 25px;}
main .contents .article_wrap ul li p {font-size: 18px; letter-spacing: -1px; line-height: 1.7;}
main .contents .article_wrap ul li .des {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

main .contents .news_wrap {border-top: 1px solid #ddd; padding: 50px 0;}
main .contents .news_wrap h2 {font-size: 28px; font-weight: 700; letter-spacing: -1px; margin-bottom: 30px; color: #bf0e0e;}
main .contents .news_wrap .swiper-wrapper {
  display: flex;
  padding-bottom: 80px;
}
main .contents .news_wrap ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;}
main .contents .news_wrap ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
main .contents .news_wrap ul li img {    
  height: 185px;
  object-fit: cover; width: 100%; margin-bottom: 10px;
}

main .contents .news_wrap ul li .txt_box{
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

main .contents .news_wrap ul li p {
  font-size: 25px; letter-spacing: -1px; line-height: 1.3; }

/* 주요기사 */
main .contents .top_news_wrap {border-top: 1px solid #ddd; padding-top: 50px;}
main .contents .top_news_wrap h2 {font-size: 28px; font-weight: 700; letter-spacing: -1px; margin-bottom: 30px; }
main .contents .top_news_wrap .swiper-wrapper {
  display: flex;
  padding-bottom: 80px;
}
main .contents .top_news_wrap ul {display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat( 2, 1fr); gap: 18px;}

main .contents .top_news_wrap ul li {
  background: #f1f1f1; 
  border: 1px solid #ddd;
}
main .contents .top_news_wrap ul li a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 0;
}
main .contents .top_news_wrap ul li img {   
  width: 100%;
  height: 166px;
  object-fit: cover;
}
main .contents .top_news_wrap ul li .txt_box {
  padding: 15px;
  box-sizing: border-box;
}
main .contents .top_news_wrap ul li p {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
/********************************aisde*****************************************************************  */

main aside {
  padding-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  border-top: 1px solid #ddd;
}

main aside  h2 {font-size: 26px; font-weight: 600; letter-spacing: -1.5px; margin-bottom: 30px;}

/* 함께 볼 만한 정보 */
main aside .aside_cont1 ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
main aside .aside_cont1 ul li {
  border-radius: 10px; 
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
}
main aside .aside_cont1 ul li a{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
main aside .aside_cont1 ul li a img{
  width: 100%;
  height: 100%;
  max-height: 109px;
  object-fit: cover;
}
main aside .aside_cont1 ul li a .txt_box {
  padding: 15px;
}
main aside .aside_cont1 ul li a p{
  font-size: 25px; letter-spacing: -1px; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #2d2d2d;
}
/* BESTNEWS  */
main aside .aside_cont2 {
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #ddd;
}
main aside .aside_cont2 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main aside .aside_cont2 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
/* main aside .aside_cont2 ul li a:hover .txt_box p {
  text-decoration: underline;
} */
main aside .aside_cont2 ul li a .txt_box{
  display: flex;
  align-items: center;
  gap: 10px;
}
main aside .aside_cont2 ul li a .txt_box .num{
  min-width: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #717171;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
}
main aside .aside_cont2 ul li:nth-child(-n+2) a .txt_box .num {
  background: #ff6600;
  color: #fff;
  border: 1px solid transparent;
}
main aside .aside_cont2 ul li a .txt_box p{
  font-size: 25px; letter-spacing: -1px; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; color: #2d2d2d;
}
/* 가장 많이 보는 정보 */
main aside .aside_cont3 {
  margin-top: 50px;
}main aside .aside_cont3 ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}


main aside .aside_cont3 ul li a {height: 78px; display: flex; align-items: center; gap: 12px;}
main aside .aside_cont3 ul li a img {min-width: 110px; width: 110px; height: 100%; border-radius: 10px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; object-fit: cover;}
main aside .aside_cont3 ul li a p {font-size: 25px; letter-spacing: -1px; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #2d2d2d;}

main .contents .article_wrap ul {
}

main .contents .article_wrap ul li table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

main .contents .article_wrap ul li table th,
main .contents .article_wrap ul li table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

main .contents .article_wrap ul li table thead {
  background-color: #f2f2f2;
  font-weight: 600;
}

.adsense {
  width:100%; height: 200px; border: 1px solid red; margin-top: 30px; text-align: center; line-height: 200px; font-size: 25px; font-weight: 700; display: none;
}

main .contents .article_wrap img {
  width: 100%;
}

main .contents .article_wrap h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 20px 0;
  line-height: 1.4;
  letter-spacing: -1.5px;
}



