
/* 뉴스 존 */
.newszone_wrap{padding-top: 100px; margin-bottom: 50px;}
.newszone_wrap *{font-family: 'Spoqa Han Sans Neo', Sans-serif !important;}
.newszone_detail_header{display:none;}

.nz_tit{display: flex; align-items: center; justify-content: space-between;}
.nz_tit img {margin-right: auto; margin-left: 15px;}
.nz_tit p{font-size: 30px; font-weight: 500; color: #000; background: url(/img/doctor_bridge/newszone/ico_newszone.svg) no-repeat top 2px right / 35px; padding-right: 45px;}

.nz_tit .nz_search{position: relative;}
.nz_tit .nz_search input{display: block; width: 300px; height: 40px; border-radius: 8px; border: 1px solid #E3E5E8; outline: none; font-size: 14px; padding: 0 20px; padding-right: 55px;}
.nz_tit .nz_search a{position: absolute; top: 50%; right: 15px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; transform: translateY(-50%);}

.nz_banner{margin-top: 30px;}
.nz_banner a{display: block; width: 100%; height: 100%; font-size: 0;}
.nz_banner a img{width: 100%;}
.nz_banner a .view_m{display: none;}

.nz_contain{margin-top: 50px;}

.nz_contain .news_tabs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:15px;}

.nz_contain .news_tabs .new_cate_sw {flex:1; overflow:hidden; margin-right:50px;}
.nz_contain .news_tabs .new_cate_sw .swiper-wrapper {font-size:0; align-items: center;}
.nz_contain .news_tabs .new_cate_sw .swiper-slide {width:auto !important;font-size:0;}
.nz_contain .news_tabs .webi_re_lst {flex:1;overflow:hidden;margin-right:50px;}
.nz_contain .news_tabs .webi_re_lst .swiper-wrapper {font-size:0;}
.nz_contain .news_tabs .webi_re_lst .swiper-slide {width:auto !important;font-size:0;}
.nz_contain .news_tabs .blive_re_lst {flex:1;overflow:hidden;margin-right:50px;}
.nz_contain .news_tabs .blive_re_lst .swiper-wrapper {font-size:0;}
.nz_contain .news_tabs .blive_re_lst .swiper-slide {width:auto !important;font-size:0;}

.nz_contain .news_tabs .box_navi {display:flex;align-items:center;gap:20px;position:relative; display: none;}
.nz_contain .news_tabs .box_navi .swiper-button-prev,
.nz_contain .news_tabs .box_navi .swiper-button-next {position:static;width:20px;height:20px;margin-top:0;}
.nz_contain .news_tabs .box_navi .swiper-button-prev {background: url(/img/doctor_bridge/newszone/prev_btn.png) no-repeat 0 0;}
.nz_contain .news_tabs .box_navi .swiper-button-next {background: url(/img/doctor_bridge/newszone/next_btn.png) no-repeat 0 0;}

.nz_contain .news_tabs span{display:block;padding: 0 23px; border: 1px solid #eee; text-align: center;font-family:'Noto Sans KR', sans-serif !important;font-size: 15px; border-radius: 10px; cursor: pointer;  transition: 0.1s all; line-height: 33px;}
.nz_contain .news_tabs span > img{position: absolute; top: 50%; left: 10px; transform: translateY(-50%);}
.nz_contain .news_tabs span.on{color:#fff; background:#178bf5;}
.nz_contain .news_tabs .swiper-notification {display:none;}

.nz_contain .nz_c_filter select{display: flex; align-items: center; margin-left: auto; font-size: 14px; border: 1px solid #E3E5E8; border-radius: 8px; padding: 5px 10px; outline: none;}

.nz_contain .nz_inner .news_box{padding: 20px 0; display: flex; align-items: center; gap: 30px; cursor: pointer;}
.nz_contain .nz_inner .news_box .thumb{width: 215px; height: 150px; border-radius: 10px; overflow: hidden; transition: 0.2s all;}
.nz_contain .nz_inner .news_box .thumb img{width: 100%; height: 100%; object-fit: cover;}
/* S: 250701 썸네일 없을경우 로고 */
.nz_contain .nz_inner .news_box .thumb img.logo{width: 100%; height: 100%; object-fit: none;}
/* E: 250701 썸네일 없을경우 로고 */

.nz_contain .nz_inner .news_box .nb_content{width: calc(100% - 245px);font-size:0;}
.nz_contain .nz_inner .news_box .nb_content p{display:inline-block;font-size: 20px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: 0.2s all;}
/* .nz_contain .nz_inner .news_box .nb_content div{font-size: 15px; color: #333; margin: 5px 0 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; transition: 0.2s all;} */
.nz_contain .nz_inner .news_box .nb_content div{font-size: 16px; color: #333; margin: 5px 0 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; transition: 0.2s all;}
.nz_contain .nz_inner .news_box .nb_content dl{ display: flex; align-items: center; }
.nz_contain .nz_inner .news_box .nb_content dl dt,
.nz_contain .nz_inner .news_box .nb_content dl dd{font-size: 14px; color: #555; transition: 0.2s all;}
.nz_contain .nz_inner .news_box .nb_content dl dd{position: relative; padding-left: 12px; margin-left: 12px;}
.nz_contain .nz_inner .news_box .nb_content dd::before{content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 12px; background: #E3E5E8;}

.nz_contain .nz_inner .news_box .nb_content.now p,
.nz_contain .nz_inner .news_box .nb_content.now div {background-color:#E5EDFF;}

.nz_contain .nz_inner .news_box:hover .thumb{opacity: 0.8;}
.nz_contain .nz_inner .news_box:hover .nb_content p{opacity: 0.7;}
.nz_contain .nz_inner .news_box:hover .nb_content div{opacity: 0.7;}

.hr_line{width: 100%; height: 8px; background: #f7f7f7; border-top: 1px solid #e3e5e8; display: none; margin: 20px 0;}

@media screen and (max-width:1260px) { /* pc 컨텐츠 최대 width 1200px + 양 옆 여백 30px */
    .newszone_wrap{ padding-top: 100px;}
    .newszone_wrap .inner{padding: 0 30px;}
}
@media screen and (max-width:1023px) { /* 테블릿 가로 (해상도 768px ~ 1023px) */  
    .newszone_wrap{padding-top: 90px;}
    .nz_banner{margin-top: 10px;}   
    .nz_tit{display: inherit;}
    .nz_tit p{display: inline-block; background: url(/img/doctor_bridge/newszone/ico_newszone.svg) no-repeat top 1px right / 29px; padding-right: 40px; font-size: 24px;}
    .nz_tit .nz_search{margin-top: 10px;}
    .nz_tit .nz_search input{width: 100%;}

    .nz_contain{margin-top: 0px;}
    .nz_contain .nz_inner .news_box{gap: 20px;}
    .nz_contain .nz_inner .news_box .thumb{width: 175px; height: 120px;}
    .nz_contain .nz_inner .news_box .nb_content{width: calc(100% - 205px);}
    .nz_contain .nz_inner .news_box .nb_content p{font-size: 18px;}
    .nz_contain .nz_inner .news_box .nb_content div{font-size: 14px; margin: 4px 0 8px;}    

    .hr_line{display: block;}

}
@media screen and (max-width:767px) { /* 모바일 가로 & 테블릿 세로 (해상도 480px ~ 767px) */ 
    /* .nz_tit img {margin-left: 0;} */
    .nz_tit > img {display: none;}
    .newszone_detail_header a img {margin-left: 15px; height: 30px;}
    .newszone_wrap .inner{padding: 0 20px;}

    .newszone_detail_header {width:100%; position:fixed; top:0; left:0; background-color:#fff; border-bottom:1px solid #e3e5e8; padding:22px 20px 22px 52px;display:flex; align-items: center; box-sizing: border-box; z-index: 10001; }
	.newszone_detail_header * {box-sizing: border-box;}
	.newszone_detail_header a.back {height: 100%; background: url(/img/doctor_bridge/common/back.png) no-repeat left 20px center !important; background-size: 14px !important; position: absolute; top: 0; left: 0; display: flex; align-items: center; padding: 0 0 0 50px !important; width: auto !important;}
	.newszone_detail_header h2 {padding-right:34px;font-size:18px;color:#000;font-weight:500;letter-spacing:-0.025em;line-height:35px;background:url(/img/doctor_bridge/newszone/ico_newszone.svg)no-repeat 100% 50%;background-size:28px;}

	.newszone_detail_header .box_btn {margin-left:auto;display:flex;align-items:center;gap:0 20px;}

	.newszone_detail_header .btn_search {width:19px;height:20px;background:url(/img/doctor_bridge/main/invt_search_b.png) no-repeat 0 0;background-size:100%;}

	.newszone_detail_header .btn_alarm {width:19px;height:21px;background:url(/img/doctor_bridge/main/icon_alarm.png) no-repeat 0 0;background-size:100%;}

	.newszone_detail_header .hamburger_btn {width:22px; height:16px; display:flex; justify-content: center; align-items: center; cursor: pointer;  position: relative;}
	.newszone_detail_header .hamburger_btn span {display: block; width: 100%; height: 2px; background: #000; transition: 0.3s all;}
	.newszone_detail_header .hamburger_btn::after,
	.newszone_detail_header .hamburger_btn::before {content: ''; display: block; width: 100%; height: 2px; background: #000; position: absolute; transition: 0.2s all;}
	.newszone_detail_header .hamburger_btn::after {bottom:0; transform-origin:bottom left;}
	.newszone_detail_header .hamburger_btn::before {top:0; transform-origin:top left;}
	.newszone_detail_header .hamburger_btn.on span {opacity:0;}
	.newszone_detail_header .hamburger_btn.on::before {transform: rotate(45deg); top:-1px; left:3px; width:23px;}
	.newszone_detail_header .hamburger_btn.on::after {transform: rotate(-45deg); bottom:-1px; left:3px; width:23px;}


    .nz_tit p{background: url(/img/doctor_bridge/newszone/ico_newszone.svg) no-repeat top 1px right / 24px; padding-right: 32px; font-size: 20px; display: none;}
    .nz_banner a .view_pc{display: none;}
    .nz_banner a .view_m{display: block;}
    
    .nz_contain .news_tabs span{font-size: 13px;}
    .nz_contain .news_tabs .box_navi {display:flex;}
    .nz_contain .nz_inner{display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; margin-top: 20px;}
    /* .nz_contain .nz_inner + .nz_inner{border-top: 1px solid #ccc;} */
    .nz_contain .nz_inner .news_box{ flex-direction: column; width: 50%; align-items: flex-start; width: calc(50% - 8px); gap: 0; padding: 0;}
    
    .nz_contain .nz_inner .news_box .thumb{width: 100%; height: 140px; border-radius: 10px 10px 0 0; border: 1px solid #E3E5E8;}
    .nz_contain .nz_inner .news_box .nb_content{width: 100%; border: 1px solid #E3E5E8; border-top: 0px; border-radius: 0 0 10px 10px; padding: 15px; display: flex; flex-direction: column; justify-content: space-between;}
    .nz_contain .nz_inner .news_box .nb_content p{ font-size: 15px; font-weight: 500;white-space: inherit; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; min-height: 64px; line-height: 1.3;}
    .nz_contain .nz_inner .news_box .nb_content div{display: none;}
    .nz_contain .nz_inner .news_box .nb_content dl{margin-top: 5px;}
    /* .nz_contain .nz_inner .news_box .nb_content dl dd{display: none;} */
    .nz_contain .nz_inner .news_box .nb_content dl dd:nth-child(2),
    .nz_contain .nz_inner .news_box .nb_content dl dd:nth-child(3) {display: none;}
    .nz_contain .nz_inner .news_box .nb_content dl dt,
    .nz_contain .nz_inner .news_box .nb_content dl dd{font-size: 12px; }
    .nz_contain .nz_inner .news_box .nb_content dl dd{padding-left: 8px; margin-left: 8px;}
    /* .nz_contain .nz_inner .news_box .nb_content dl dd:nth-of-type(3){width: 50%;} */
    .nz_contain .nz_inner .news_box .nb_content dl dt{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 55px;}
    
}

@media screen and (max-width:479px) {
    .playzone_detail_header .hamburger_btn {width:20px; height:14px;}
	.playzone_detail_header .hamburger_btn.on::before {left:3px; width:21px;}
	.playzone_detail_header .hamburger_btn.on::after {left:3px; width:21px;}
}

