#indexArea div.photo { background-size:cover; background-repeat: no-repeat;}
#indexArea div.txt   { display: inline-block; line-height: 150%; vertical-align:top;  }
#indexArea div.txt strong { display: block; color: #222; line-height: 130%; letter-spacing: -1.5px;}
#indexArea div.txt span   { display: block; font-weight: 500; color: #222; line-height: 130%;}

/* 메인뉴스 */
.mainNews_wrap { width: 100%; max-width:1200px; margin:0 auto 30px; font-size: 0; }
.mainNews { display: inline-block; width: 100%; max-width:900px;}
.mainNews div.photo { display: inline-block; width:420px; height: 280px;}
.mainNews div.txt   { width:calc(100% - 420px); padding: 0 0 0 20px; font-size: 1.6rem; color: #666;}
.mainNews div.txt strong { font-size: 2.5rem; font-weight: 700;}
.mainNews div.txt span   { margin: 15px 0; font-size: 1.8rem;}

@media ( max-width: 1200px ) {
  .mainNews_wrap { margin-bottom: 30px; padding: 0 15px; }
  .mainNews { max-width:100%;}
  .mainNews div.photo { display: block; margin: 0 auto 15px;}
  .mainNews div.txt   { width:100%; padding: 0 0 0 0; font-size: 1.5rem; color: #666;}
  .mainNews div.txt strong { font-size: 2rem; }
  .mainNews div.txt span   { margin: 15px 0; font-size: 1.6rem; }
}

@media ( max-width: 500px ) {
  .mainNews div.photo { width: 100%; height: 220px; }
}

/* 최신인기기사 */
.mainNews_wrap .hot_news { display: inline-block; width:260px; margin-left: 40px; vertical-align: top; }
.mainNews_wrap .hot_news h2 { padding: 10px 0 8px 14px; background: #084aa8; font-size: 1.8rem; font-weight: 500; color: #fff; line-height: 125%; }
.mainNews_wrap .hot_news ul { width: 100%; border: 1px solid #dedede; border-top: none;}
.mainNews_wrap .hot_news li { position: relative; padding: 0 5px 0 17px; font-size: 1.5rem; border-bottom: 1px dashed #ccc; }
.mainNews_wrap .hot_news li::before { content: ''; display:block; position: absolute; left: 7px; top:50%; width: 3px; height: 3px; background: #999; }
.mainNews_wrap .hot_news li:last-child { border-bottom: none;}
.mainNews_wrap .hot_news li a { display: block; padding: 9px 0 8px; }

/* 최신인기기사
.mainNews_wrap .hot_news { display: inline-block; width:260px; margin-left: 40px; vertical-align: top;}
.mainNews_wrap .hot_news h2 { margin-bottom: 10px; font-size: 2.2rem; line-height: 125%; }
.mainNews_wrap .hot_news ul { width: 100%; background: #f7f7f7; border-top: 0px solid #ddd;}
.mainNews_wrap .hot_news li { position: relative; padding: 0 5px 0 15px; font-size: 1.5rem; border-bottom: 1px dashed #ccc; }
.mainNews_wrap .hot_news li::before { content: ''; display:block; position: absolute; left: 5px; top:50%; width: 3px; height: 3px; background: #999; }
.mainNews_wrap .hot_news li:last-child { border-bottom: none;}
.mainNews_wrap .hot_news li a { display: block; padding: 9px 0 8px; }
*/
@media ( max-width:1200px ) {
  .mainNews_wrap .hot_news { width:100%; margin: 30px 0 0; }
}

/* 뉴스리스트 */
.news_wrap { width: 100%; max-width:1200px; margin:0 auto 35px; font-size: 0; }
.news_list { display: inline-block; width: 100%; max-width:900px; }
.news_list ul li { margin-top: 30px; }
.news_list ul li:first-child { margin-top: 0; }
.news_list ul div.photo { display: inline-block; width:180px; height: 120px; }
.news_list ul div.txt   { width:calc(100% - 180px); padding: 7px 0 0 20px; font-size: 1.6rem; color: #666;}
.news_list ul div.txt strong { margin-bottom: 10px; font-size: 2.2rem;}

/*.news_list .news_top { padding-bottom: 30px; border-bottom: 1px solid #ddd; }*/
.news_list .news_top > a > img  { margin-bottom: 30px; }
.news_list .news_top > a > img.mobile  { display: none;}
.news_list .news_top ul div.photo { display: inline-block; width:225px; height: 150px; }
.news_list .news_top ul div.txt   { width:calc(100% - 225px); }
.news_list .news_top ul div.txt strong { font-weight: 600;}
.news_list .news_bottom { margin-top: 30px; /* padding-top: 30px; border-top: 1px solid #ddd; */}
.news_list .ad_center { margin-top: 30px; text-align: center;}
.news_list .ad_center img { width: 100%; max-width: 900px;}
.news_list .ad_center > a > img  { margin-bottom: 30px; }
.news_list .ad_center > a > img.mobile  { display: none;}

@media ( max-width: 1200px ) {
  .news_wrap { margin-bottom: 30px; padding: 0 15px;}
  .news_list { max-width:100%; }
  .news_list ul  { max-width:100%; }
  .news_list ul li { margin-top: 20px; }
  .news_list ul div.photo { width:120px; height: 80px; }
  .news_list ul div.txt   { width:calc(100% - 120px); padding: 0 0 0 15px; font-size: 1.5rem;}
  .news_list ul div.txt strong { margin-bottom: 5px; font-size: 1.8rem;}
  .news_list .news_top { padding-top: 0; border-top: none; }
  .news_list .news_top > a > img.pc  { display: none;}
  .news_list .news_top > a > img.mobile  { display: table; margin: 0 auto;}
  .news_list .news_top ul li { margin-top: 30px; }
  .news_list .news_top ul div.photo { display: block; width:250px; height: 165px; margin: 0 auto 15px;}
  .news_list .news_top ul div.txt   { width:100%; padding-left: 0;}
  .news_list .news_top ul div.txt strong { font-weight: 600;}
  .news_list .ad_center > a > img.pc  { display: none;}
  .news_list .ad_center > a > img.mobile  { display: table; margin: 0 auto; max-width: 260px;}

}

/* 메인상단광고 */
.ad_right .ad_top { vertical-align: top;}
.ad_right .ad_top img { width: 260px; }
.ad_right .ad_top > .newyear { width: 260px; margin: 0 auto;}
.ad_right .ad_top > .newyear img { margin-bottom: 20px; }

@media ( max-width: 1200px ) {
  .ad_right .ad_top { width: 100%; margin-top: 20px; margin-left: 0; text-align: center;}
  .ad_right .ad_top img { width: 250px; }
}

/* 알림 */
.notice { display: inline-block; width:100%; margin: 25px 0 5px; vertical-align: top;}
.notice h2 { margin-bottom: 15px; font-size: 2.2rem; text-align: left;}
.notice h2 span a { display: inline-table; margin: 5px 0 0 7px; padding: 4px 7px 4px 5px; font-size: 1.5rem; line-height: 15px; background: #fff; border: 1px solid #dedede; border-radius: 10px; vertical-align:top;}
.notice h2 > a { float: right; padding: 15px 0 15px 15px; }
.notice li { position: relative; min-height: 42px; margin-top: 1px; background: #f7f7f7;}
.notice li:first-child { margin-top: 0;}
.notice li span { position: absolute; left:10px; top: 50%; transform: translate(0%, -50%); width: 34px; height: 34px; line-height: 34px; color: #fff; font-size: 1.3rem; text-align: center; border-radius: 50%;}
.notice li span.event { background: #3aa9a0;}
.notice li span.marriage { background: #8654b0;}
.notice li span.obituary { background: #444;}
.notice li span.open { background: #ff9f9f;}
.notice li span.etc { background: #999;}
.notice li b { position: absolute; left:53px; top: 50%; transform: translate(0%, -50%); font-size: 1.5rem; font-weight: 400; line-height: 130%; }

@media ( max-width: 1200px ) {
  .notice { width:100%; margin-top: 30px; padding: 0 15px;}
  .notice h2 { margin-bottom: 10px; font-size: 2rem; }
  .notice h2 a {  padding: 10px 0 10px 10px; }
  .notice li { min-height: 55px;}
}

/* 인물동정 */
.person_wrap { width: 100%; max-width:1200px; margin:0 auto; font-size: 0;}
.person { display: inline-block; width: 100%; }
.person h2 { margin-bottom: 15px; font-size: 2.2rem;}
.person h2 span a { display: inline-table; margin: 6px 0 0 7px; padding: 4px 7px 4px 5px; font-size: 1.5rem; line-height: 15px; background: #fff; border: 1px solid #dedede; border-radius: 10px; vertical-align:top;}
.person h2 > a { float: right; padding: 15px 0 15px 15px;}
.person ul { width: 100%; padding: 30px 1%; background: #f7f7f7;}
.person ul li { display: inline-block; width: 14%; padding: 0 5px; font-size: 1.6rem; text-align: center;}
.person div.photo { display: block; width: 110px; height: 110px; margin: 0 auto; border-radius: 50%; background-position: 50% 50%;}
.person div.txt   { display: block; font-size: 1.5rem; }
.person div.txt strong { margin-top: 10px; font-size: 1.8rem; }
.person div.txt b { display: block; font-size: 1.5rem; font-weight: 400; color: #666; }

@media ( max-width: 1200px ) {
  .person_wrap { padding: 0 15px;}
  .person { max-width:100%;}
  .person h2 {margin-bottom: 10px; font-size: 2rem; padding: 0;}
  .person h2 a { padding: 10px 0 10px 10px;}
  .person ul { padding: 20px 1%; }
  .person ul li { font-size: 1.5rem; padding: 10px 0; width: 25%;}
  .person div.photo { width: 90px; height: 90px; }
  .person div.txt   { font-size: 1.5rem; }
  .person div.txt strong { font-size: 1.6rem; }
  .person div.txt b { display: block; margin-top: 3px; font-size: 1.5rem; }
}

@media ( max-width: 768px ) {
  .person { max-width:100%;}
  .person h2 { margin-bottom: 10px; font-size: 2rem; padding: 0 15px;}
  .person ul li { font-size: 1.5rem; width: 50%;}
  .person ul li:last-child { padding-bottom: 0;}
}

/* 카테고리별 뉴스 */
.category_wrap { width: 100%; padding: 30px 0; margin-top: 40px; background: #f7f7f7; font-size: 0;}
.category { width: 100%; max-width:1200px; margin: 0 auto;}
.category div.c_box { display: inline-block; width: 22%; margin-left: 4%; vertical-align: top;}
.category div.c_box:first-child { margin-left: 0;}
.category div.c_box h2 { height: 45px; font-size: 2.2rem; }
.category div.c_box h2 a { float: right; padding: 12px; background: #fff; border: 1px solid #dedede;}
.category div.c_box div.photo { display: block; width:100%; height: 175px; margin-bottom: 12px;}
.category div.c_box div.text  { padding-left: 7px;}
.category div.c_box dl dt { padding-bottom: 12px; font-size: 1.7rem; font-weight: 500; border-bottom: 1px solid #dedede; }
.category div.c_box dl dd { position: relative; padding: 12px 0 12px 18px; font-size: 1.6rem; color: #666; border-bottom: 1px solid #dedede;}
.category div.c_box dl dd::before { content: ''; display:block; position: absolute; left: 7px; top:50%; width: 4px; height: 4px; background: #000; }

@media ( max-width: 1200px ) {
  .category_wrap { padding: 10px 15px; margin: 30px 0;}
  .category div.c_box { display: inline-block; width:calc(50% - 30px);}
  .category div.c_box:nth-child(odd)  { margin: 10px 23px 20px 7px;}
  .category div.c_box:nth-child(even) { margin: 10px 7px 20px 23px;}
  .category div.c_box h2 { height: 37px; font-size: 2rem; }
  .category div.c_box h2 a { padding: 7px;}

}

@media ( max-width: 768px ) {
  .category div.c_box { width:100%; margin: 10px 0;}
  .category div.c_box:nth-child(odd)  { margin: 10px 0 20px 0;}
  .category div.c_box:nth-child(even) { margin: 10px 0 20px 0;}
  .category div.c_box div.photo { height: 230px; margin-bottom: 8px; }
  .category div.c_box dl dt { padding-bottom: 8px; font-size: 1.6rem; }
  .category div.c_box dl dd { padding: 9px 0 8px 18px; font-size: 1.5rem;}

}
