@charset "utf-8";
/*************************************************
* 프로젝트명 : 연합뉴스 국문 모바일 홈페이지 (2022)
* comment : common.css
* sprites_default01.png?v=20230623_1623 : V02 버전 UI 디자인
* sprites_default02.png?v=20230405_1600 : V02 버전 브랜드 아이콘
* default_thumb01.svg : V03 버전 로고 - 섬네일 없는 경우 대응
* sprites_logo01.svg : V03 버전 로고 - UI 디자인
* sprites_object01.svg : V03 버전 UI 디자인
*************************************************/

@import url('//r.yna.co.kr/m-kr/home/v03/css/swiper-3.4.2.min.css');

/* =============== ####Color ======================== */
/* bg01~05 : 2019년 구축
 * bg11~bg1$ : 2022년 개편
 -- bg11 : box-type$$+bg11 패턴으로 이용함
 -- bg12 : title-con+bg12 주사용. 텍스트 안내 메세지
 -- bg13 : 통단 기사2건
 -- bg14 : 메인 기획코너 */
/* .bg01{background-color:#e6e9ec;} */
.bg02{background-color:#000;}
.bg03{background-color:#0068d1;}
.bg04{background-color:#fa3a3a;}
.bg05{background-color:#fff;}
.bg11{background-color:#fff;}
.bg12{background-color:#f2f4f8;}
.bg13{background-color:#f2faff;}
.bg14:before,
.bg14:after{content:'';display:block;clear:both;width:-webkit-calc(100% - 40px);width:calc(100% - 40px);height:5px;margin:0 20px;background-color:#374572;}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .bg14:before,
	.layout05 .bg14:after{width:-webkit-calc(100% - 80px);width:calc(100% - 80px);margin:0 40px;}
}

.color01{color:#0068d1 !important;}
.color02{color:#fa3a3a !important;}
.color03{color:#001455 !important;}
.color04{color:#fc7607 !important;}
.color11{color:#ffc3b4 !important;} /* ticker-type$$ 에 긴급 */
.color41{color:#B9003F !important;} /* 2022 월드컵 */

/* =============== ####img Cover ======================== */
 /* ---- ##img-cover ---- */
.img-cover{overflow:hidden;}
.img-cover img{visibility:hidden;opacity:0;}

/* ---- ##img-none$$ ---- */
/* img-none01 개편 스타일 적용 - 로고는 교체하지 않음
 * img-none02,03 : CPS 조회시 사용하지 않아 삭제 */
.img-none01{background-color:#f1f1f1;}
.img-none01 .img{background-color:#f1f1f1 !important;}
.img-none01 .img:before{content:'';position:absolute;z-index:1;left:50%;top:50%;width:40px;height:41.3px;background:url(../img/default_thumb01.svg) 50% 50% / contain no-repeat;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);}

/* (임시)노이미지 로고 크기 */
.list-type03 .img-none01 .img:before,
.list-type04 .img-none01 .img:before,
.list-type05 .img-none01 .img:before,
.list-type10 .img-none01 .img:before,
.list-type42 .item-box02 .img:before{width:40%;height:40%;}
.list-type06 .img-none01 .img:before,
.list-type07 .img-none01 .img:before,
.list-type22 .img-none01 .img:before{width:30%;height:30%;}

/* ---- ##섬네일 가로세로 ---- */
/* colW 가로 : 기본
 * rowH 세로 */
/* .img-con .colW{} */
.img-con .rowH{background-size:contain !important;}

/* =============== ####Swiper ======================== */
/* Swiper safari flash bug, translate3d bug 대응 */
.swiper-wrapper{will-change:transform;
-webkit-transform-style:preserve-3d;
transform-style:preserve-3d;}
.swiper-slide{will-change:transform;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);}

/* =============== ####slick.js ======================== */
/* ---- ##slick Reset Style ---- */
/* [PC/M 도메인 공유] 반응형사이트에서 사용되어 모바일 common.css 에도 추가함
 * 수정시 PC/M common.css 모두 수정 */
.slick-slider{position:relative;display:block;
-moz-box-sizing:border-box;box-sizing:border-box;
-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;
-webkit-touch-callout:none;
-ms-touch-action:pan-y;touch-action:pan-y;
-webkit-tap-highlight-color:transparent;}
.slick-list{overflow:hidden;position:relative;display:block;width:100% !important;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track{position:relative;left:0;top:0;display:block;}
.slick-track:before,
.slick-track:after{content:'';display:table;}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden {display:none;}

/* ---- ##slick Custom Style ---- */
.slick-slider{position:relative;}
.slick-slider a,
.slick-slider button{outline:none;}
/* arrow */
.slick-arrow{position:absolute;}

/* ---- ##slick-pager Style ---- */
/* [PC/M 도메인 공유] 반응형사이트에서 사용되어 모바일 common.css 에도 추가함
 * 수정시 PC/M common.css 모두 수정
 * slick-pager01 : PC용
 * slick-pager02 : PC용
 * slick-pager03 : PC/M용 */
[class*='slick-pager']{font-size:0;line-height:1;}
[class*='slick-pager'] li{overflow:visible;display:inline-block;position:relative;z-index:0;}
[class*='slick-pager'] li+li{margin-left:16px;}
[class*='slick-pager'] li button{width:12px;height:12px;box-sizing:border-box;border:none;color:transparent;font:inherit;line-height:normal;vertical-align:top;cursor:pointer;background:transparent;}
[class*='slick-pager'] li button:before{content:'';position:absolute;left:50%;top:0;width:12px;height:12px;margin-left:-6px;border-radius:6px;background-color:#d9d9d9;
-webkit-transition:width 0.2s ease-out,margin-left 0.2s ease-out,background-color 0.2s ease-out;
transition:width 0.2s ease-out,margin-left 0.2s ease-out,background-color 0.2s ease-out;}
[class*='slick-pager'] li button:hover:before,
[class*='slick-pager'] li.slick-active button:before{background-color:#3061ff;}
[class*='slick-pager'] li.slick-active button:before{width:20px;margin-left:-10px;
-webkit-transition:width 0.2s ease-out,margin-left 0.2s ease-out,background-color 0.2s ease-out;
transition:width 0.2s ease-out,margin-left 0.2s ease-out,background-color 0.2s ease-out;}
/* slick-pager01~02 : PC용 */
.slick-pager01,
.slick-pager02{position:absolute;right:0;top:0;padding-right:14px;}
/* slick-pager02 : PC용 */
.slick-pager02 li:not(.slick-active) button:before{background-color:#fff;}
.slick-pager02 li button:hover:before{background-color:#3061ff;}
/* slick-pager03 : PC/M용
 * 본문 슬라이드 */
.slick-pager03{text-align:center;}
.slick-pager03 li{font-size:0;line-height:0;}
.slick-pager03 li+li{margin-left:6px;}
.slick-pager03 li button{width:16px;height:16px;}
.slick-pager03 li button:before,
.slick-pager03 li.slick-active button:before{margin:-7px 0 0 -7px;}
.slick-pager03 li button:before{top:50%;left:50%;width:10px;height:10px;border-radius:50%;background-color:#bcbcbc;}
.slick-pager03 li button:hover:before,
.slick-pager03 li.slick-active button:before{width:10px;background-color:#000;}

/* =============== ####IR ======================== */
/* icon & button 대체텍스트용 */
.ir-txt{overflow:hidden;color:transparent;white-space:nowrap;background:transparent url(../img/sprites_default01.png?v=20230623_1623) 0 0 no-repeat;background-size:400px auto;}

/* =============== ####Icon ======================== */
/* ---- ##ico-type$$ ---- */
/* ico-type01 : 아이콘영역 32x32, blue 배경 (구성 : 아이콘)
 * ico-type02 : 아이콘영역 32x32, white 배경 (구성 : 아이콘)
 * ico-type03 : 아이콘영역 48x48, blue 배경 (구성 : 아이콘+텍스트)
 * ico-type04 : 아이콘영역 48x48, white 배경 (구성 : 아이콘+텍스트)
 * ico-type05 : btn-more04에 포함되는 아이콘
 * ico-type06 : 통단 타임라인 송고시간
 * ico-type11 : 2022년 개편 디자인세트 아이콘 */

/* ico-type 공통
 * .ico-type01~04 / #svgIcon201 */
[class*='ico-']{overflow:hidden;display:inline-block;position:relative;box-sizing:border-box;color:transparent;}
.ico-type01,
.ico-type03{border-radius:4px;background-color:rgba(0,104,209,0.9);}
.ico-type02,
.ico-type04{border-radius:4px;background-color:rgba(255,255,255,0.95);box-shadow:0 1.5px 3px 0 rgba(0, 0, 0, 0.05);}
.ico-type01,
.ico-type02{width:32px;height:32px;}
.ico-type03,
.ico-type04{width:48px;height:48px;}

.ico-type01:after,
.ico-type02:after,
.ico-type03 .ir-txt,
.ico-type04 .ir-txt{background:none;position:absolute;left:50%;width:20px;height:16px;background:url(../img/sprites_object01.svg) -25px 0 / 300px auto no-repeat;}
.ico-type01:after,
.ico-type02:after{content:'';top:50%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);}
.ico-type03 .ir-txt,
.ico-type04 .ir-txt{left:50%;top:11px;
-webkit-transform:translateX(-50%);
transform:translateX(-50%);}
.ico-type02:after,
.ico-type04 .ir-txt{background-position-x:0;}
.ico-type03 .ir-txt:only-child,
.ico-type04 .ir-txt:only-child{top:50%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);}
.ico-type03 .txt,
.ico-type04 .txt{display:inline-block;width:100%;padding-top:28px;font-weight:500;font-size:11px;line-height:1.84466;text-align:center;letter-spacing:-0.28px;}
.ico-type03 .txt{color:#fff;}
.ico-type04 .txt{color:#0068d1;}

/* ico-type - video */
.ico-type01.video:after,
.ico-type02.video:after,
.ico-type03.video .ir-txt,
.ico-type04.video .ir-txt{width:16px;background-position-y:-0;}
/* ico-type - photo */
.ico-type01.photo:after,
.ico-type02.photo:after,
.ico-type03.photo .ir-txt,
.ico-type04.photo .ir-txt{background-position-y:-25px;}
/* ico-type - gallery */
.ico-type01.gallery:after,
.ico-type02.gallery:after,
.ico-type03.gallery .ir-txt,
.ico-type04.gallery .ir-txt{background-position-y:-50px;}
/* ico-type - graphic */
.ico-type01.graphic:after,
.ico-type02.graphic:after,
.ico-type03.graphic .ir-txt,
.ico-type04.graphic .ir-txt{background-position-y:-75px;}

/* ico-type05 */
.ico-type05{height:12px;background:transparent url(../img/sprites_default01.png?v=20230623_1623) -75px 0 no-repeat;background-size:400px auto;}
.ico-type05.hash01{width:9px;background-position-y:-200px;}
.ico-type05.hash02{width:9px;background-position:-100px -200px;}
.ico-type05.hash11{width:11px;background-position:-75px -225px;}
.ico-type05.hash12{width:11px;background-position:-100px -225px;}
.ico-type05.vid{width:12px;background-position-y:-275px;}
.ico-type05.loc{width:12px;background-position-y:-300px;}
.ico-type05.undo{width:11px;background-position-y:-325px;}
.ico-type05.ytb{width:15px;background-position-y:-350px;}
.ico-type05.encyclop01{width:12px;background-position:-100px -275px;}
.ico-type05.person01{width:12px;background-position:-100px -300px;}
.ico-type05.question01{width:12px;background-position:-100px -325px;}
.ico-type05.attach01{width:12px;background-position:-100px -350px;}
[class*='btn-more'] .txt>.ico-type05{top:50%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);}
[class*='btn-more'] .txt>.ico-type05+span{box-sizing:border-box;margin-left:5px;}

/* ico-type06
 * before : 가운데
 * after : 배경색 */
.ico-type06{overflow:hidden;position:relative;font-weight:500;font-size:13px;color:#999;letter-spacing:-0.33px;text-align:left;}
.ico-type06[class*='time0']{overflow:visible;padding-left:20px;}
.ico-type06[class*='time0']:before,
.ico-type06[class*='time0']:after{content:'';position:absolute;top:50%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);}
.ico-type06[class*='time0']:before{left:3px;z-index:1;width:6px;height:6px;border-radius:50%;}
.ico-type06[class*='time0']:after{left:0;width:2px;height:2px;border-radius:50%;border:5px solid transparent;}
.ico-type06.time01:before{background:#999;}
.ico-type06.time01:after{border-color:#ddd;}
.ico-type06.time02:before{background:#fa001a;}
.ico-type06.time02:after{top:5px;border-color:#ffd5d9;opacity:0;
-webkit-animation:motion-twinkle02 1.5s ease-out infinite;
animation:motion-twinkle02 1.5s ease-out infinite;}

/* ico-type11 / #svgIcon2$$ */
[class*='ico-type11']{width:20px;height:20px;border-radius:4px;background-color:rgba(58,58,58,0.95);}
[class*='ico-type11']:before{content:'';position:absolute;top:50%;left:50%;width:100%;height:100%;background:url(../img/sprites_object01.svg) -100px 0 / 300px auto no-repeat;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);}
.ico-type11-video01:before{width:11px;height:13px;background-position-y:0;}
.ico-type11-photo01:before{width:17px;height:12px;background-position-y:-25px;}
.ico-type11-gallery01:before{width:16px;height:14px;background-position-y:-50px;}
.ico-type11-graphic01:before{width:17.5px;height:14px;background-position-y:-75px;}

/* ---- ##ico-brand$$ ---- */
/* 더보기 버튼에 포함된 아이콘
 * ico-brand* : 브랜드 아이콘
 * ico-brand01 : #흥
 * ico-brand02 : #D
 * ico-brand03 : 통통TV
 * ico-brand04 : 연합뉴스 유튜브
 * ico-brand05 : 포핀
 * ico-brand06 : 딥다이브
 * ico-brand07 : 데이블
 * ico-brand08 : 타불라 */
[class*='ico-brand']{height:18px;background:transparent url(../img/sprites_default02.png?v=20230405_1600) 0 0 no-repeat;background-size:400px auto;}
.ico-brand01{width:26px;background-position-y:0;}
.ico-brand02{width:18px;background-position-y:-25px;}
.ico-brand03{width:29px;background-position-y:-50px;}
.ico-brand04{width:22px;background-position-y:-75px;}
.ico-brand05{width:48px;background-position-y:-100px;}
.ico-brand06{width:50px;background-position-y:-125px;}
.ico-brand07{width:50px;background-position-y:-150px;}
.ico-brand08{width:50px;background-position-y:-175px;}
.txt>[class*='ico-brand']{top:50%;letter-spacing:0;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);}
.txt>span+[class*='ico-brand'],
.txt>em+[class*='ico-brand']{margin-left:4px;}
.txt>[class*='ico-brand']+span,
.txt>[class*='ico-brand']+em{margin-left:5px;}

/* ---- ##ico-**** 단독 아이콘 ---- */
/* 신규컨텐츠 표시 / svgIcon703 */
.ico-new01,
.ico-new02{position:relative;border-radius:50%;background:#f55252;}
.ico-new01{width:8px;height:8px;}
.ico-new02{width:15px;height:15px;}
.ico-new02:after{content:'';display:block;clear:both;position:absolute;top:50%;left:50%;width:6px;height:8px;background:url(../img/sprites_object01.svg) -250px -250px / 300px auto no-repeat;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);}
.btn-more01[class*='arr0'] [class*='ico-new'],
.btn-more02[class*='arr0'] [class*='ico-new'],
.btn-more05[class*='arr0'] [class*='ico-new']{position:absolute;right:0;top:50%;margin-top:-4px;}

/* ico-play01 ~ 09 : 삼각형 css */
[class*='ico-play0']:before{content:'';position:absolute;top:50%;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:8px solid #fff;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);}
.ico-play01{height:23px;box-sizing:content-box;padding:0 7px 0 26px;border:1px solid #0068d1;background:#000;font-weight:bold;font-size:15px;line-height:23px;color:#fff;}
.ico-play01:before{left:9px;}
.ico-play02{height:16px;box-sizing:border-box;padding:0 5px 0 16px;line-height:16px;font-weight:normal;font-size:11px;color:#fff;background:rgba(0,0,0,0.9);}
.ico-play02:before{left:5px;border-top:3px solid transparent;border-bottom:3px solid transparent;border-left:6px solid #fff;}
/* ico-photo$$ */
.ico-photo01{height:16px;box-sizing:border-box;padding:0 7px 0 19px;line-height:16px;font-weight:normal;font-size:11px;color:#fff;background:rgba(0,0,0,0.9);}
.ico-photo01:before{content:'';position:absolute;left:5px;top:50%;width:9px;height:9px;background:url(../img/sprites_default01.png?v=20230623_1623) -250px -225px / 400px auto no-repeat;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);}
/* ico-gallery$$
 * ico-gallery02 / #svgIcon705 */
.ico-gallery01{height:16px;box-sizing:border-box;padding:0 7px 0 19px;line-height:16px;font-weight:normal;font-size:11px;color:#fff;background:rgba(0,0,0,0.9);}
.ico-gallery01:before{content:'';position:absolute;left:5px;top:50%;width:9px;height:9px;background:url(../img/sprites_default01.png?v=20230623_1623) -250px -250px / 400px auto no-repeat;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);}
.ico-gallery02{width:20px;height:16px;box-shadow:0 1.5px 3px 0 rgba(0, 0, 0, 0.16);}
.ico-gallery02:before{content:'';position:absolute;top:50%;left:50%;width:100%;height:100%;background:url(../img/sprites_object01.svg) -250px -225px / 300px auto no-repeat;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);}
/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.page-main .layout05 .ico-gallery02{width:24px;height:19px;}
	.page-main .layout05 .ico-gallery02:before{background-position:-280px -252px;background-size:336px auto;}
}

/* ico-warn01 */
.ico-warn01{width:32px;height:32px;background:transparent url(../img/sprites_default01.png?v=20230623_1623) -75px 0  / 400px auto no-repeat;}
.ico-warn01:after{content:'';position:absolute;left:50%;top:50%;width:20px;height:20px;background:transparent url(../img/sprites_default01.png?v=20230623_1623) -225px -150px / 400px auto no-repeat;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);}
/* ico-live01 */
.ico-live01{width:41px;height:14px;vertical-align:middle;text-indent:-9999px;}
.ico-live01:before,
.ico-live01:after{content:"";display:block;clear:both;position:absolute;top:0;left:0;box-sizing:border-box;}
.ico-live01:after{top:5px;left:4px;width:4px;height:4px;background:#fff;border-radius:50%;
-webkit-animation:motion-twinkle01 1s ease-in-out alternate infinite;
animation:motion-twinkle01 1s ease-in-out alternate infinite;}
.ico-live01:before{top:0;left:0;width:100%;height:100%;background:url(../img/sprites_default01.png?v=20230623_1623) -275px -100px / 400px auto no-repeat;font-size:11px;line-height:15px;font-family:sans-serif;color:#fff;}
/* ico-ad01 */
.ico-ad01{width:25px;height:15px;}
.ico-ad01:before{content:"AD";display:block;clear:both;position:absolute;top:0;left:0;box-sizing:border-box;width:25px;height:15px;padding:0 4px;background-color:#f0d9b8;font-size:11px;line-height:15px;font-family:sans-serif;color:#fff;text-align:center;}
/* 흥 이미지 */
.img-hng01{overflow:hidden;width:20px;height:20px;border-radius:4px;background-color:#fff;}
.img-hng01>img{width:100%;height:100%;}
.txt>.img-hng01{position:relative;top:50%;margin-top:-8px;}
.txt>.img-hng01+span{margin-left:5px;}
.txt>span+.img-hng01{margin-left:4px;}

/* ---- ##ico-weather-* ---- */
/* 날씨 아이콘 */
[class*="ico-weather-A"]{background-size:270px;width:48px;height:48px;margin:0 auto;}
.ico-weather-A01{background-position:-17px -10px;}
.ico-weather-A02{background-position:-82px -10px;}
.ico-weather-A03{background-position:-147px -10px;}
.ico-weather-A04{background-position:-212px -10px;}
.ico-weather-A05{background-position:-17px -67px;}
.ico-weather-A06{background-position:-82px -67px;}
.ico-weather-A07{background-position:-147px -67px;}
.ico-weather-A08{background-position:-212px -67px;}
.ico-weather-A09{background-position:-17px -125px;}
.ico-weather-A10{background-position:-82px -125px;}
.ico-weather-A11{background-position:-147px -125px;}
.ico-weather-A12{background-position:-212px -125px;}
.ico-weather-A13{background-position:-17px -180px;}
.ico-weather-A13{background-position:-17px -180px;}
.ico-weather-A14{background-position:-82px -180px;}
.ico-weather-A15{background-position:-147px -180px;}
.ico-weather-A16{background-position:-212px -180px;}
.ico-weather-A17{background-position:-17px -238px;}
.ico-weather-A18{background-position:-82px -238px;}
.ico-weather-A19{background-position:-147px -238px;}
.ico-weather-A20{background-position:-212px -238px;}
.ico-weather-A21{background-position:-17px -294px;}
.ico-weather-A22{background-position:-82px -294px;}

/* =============== ####Button ======================== */
/* ---- ##logo-yna$$ ---- */
/* SEO 버튼 권장 크기 : 최소 48x48
 * logo-yna01 / #svgLogo001 : (BG)메인 기본, 본문 기본
 * logo-yna02 / #svgLogo002 : (MASK)푸터
 * logo-yna03 : 전체메뉴 - 기존 사용안함
 * logo-yna04 : 본문 픽스드, 전체메뉴 - 개편 사용안함
 -- 개편 본문 픽스드 logo-yna05 로 대체
 -- 개편 전체메뉴 logo-yna01 로 대체
 * logo-yna05 / #svgLogo101 : (BG)메인 본문 픽스드, 섹션, 비주얼뉴스 홈, 최신 뉴스목록
 * logo-yna06 / #svgLogo201 : (MASK)상단 속보티커 - 신규 */
[class*='logo-yna']{overflow:hidden;display:inline-block;position:relative;color:inherit;font:inherit;line-height:normal;border:none;background-color:transparent;vertical-align:top;}
[class*='logo-yna'] .ir-txt{position:absolute;top:50%;left:50%;background:url(../img/sprites_logo01.svg?v=20220707_1410) 0 0 / 100px auto no-repeat;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);}
.logo-yna01,
.logo-yna02{width:102px;height:56px;}
/* .logo-yna03{}
.logo-yna04{} */
.logo-yna05{width:42px;height:56px;}
.logo-yna06{width:42px;height:56px;}

.logo-yna01 .ir-txt{width:92px;height:27px;}
.logo-yna02 .ir-txt{width:92px;height:27px;background-position-y:-50px;}
/* .logo-yna03 .ir-txt{}
.logo-yna04 .ir-txt{} */
.logo-yna05 .ir-txt{width:32px;height:33px;background-position-y:-150px;}
.logo-yna06 .ir-txt{width:22px;height:25px;background-position-y:-200px;}

/* ---- ##btn style 공통 ---- */
[class*='btn-']{overflow:hidden;display:inline-block;position:relative;box-sizing:border-box;color:inherit;font:inherit;line-height:normal;border:none;background-color:transparent;vertical-align:top;}
[class*='btn-'] .ir-txt{position:absolute;top:50%;left:50%;}
[class*='btn-'] .txt{position:relative;white-space:nowrap;}
[class*='btn-'] .txt:before{content:'';position:absolute;top:50%;left:0;background:transparent url(../img/sprites_default01.png?v=20230623_1623) 0 0 no-repeat;background-size:400px auto;}

/* ---- ##btn-menu$$ ---- */
/* SEO 버튼 권장 크기 : 최소 48x48
 * btn-menu01 : 메인 기본, 본문 기본
 * btn-menu02 : 메인 스크롤다운
 * btn-menu03 : btn-menu02 과 동일하지만 터치 영역 화보를 위해  */
[class*='btn-menu']{position:relative;width:48px;height:56px;/* background-color:rgba(127,255,212,0.5); */}
[class*='btn-menu']:before{content:'';position:absolute;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;border-radius:4px;}
[class*='btn-menu'] .ir-txt{width:17px;height:15px;margin:-8px 0 0 -7.5px;background:url(../img/sprites_object01.svg) -250px 0 / 300px auto no-repeat;}
[class*='btn-menu'] .ico-new01{position:absolute;z-index:1;top:50%;left:50%;margin:-12px 0 0 5px;}

[class*='btn-menu0']:before{background-color:#e8eaef;}
[class*='btn-menu1']:before{background-color:transparent;}
[class*='btn-menu0'] .ir-txt{background-position-x:-250px;}
[class*='btn-menu1'] .ir-txt{background-position-x:-275px;}

.btn-menu02:before,
.btn-menu12:before{margin-left:-21px;}
.btn-menu02 .ir-txt,
.btn-menu12 .ir-txt{margin-left:-12.5px;}
.btn-menu02 .ico-new01,
.btn-menu12 .ico-new01{margin-left:0;}

/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	[class*='btn-menu']{width:64px;height:64px;}
	.btn-menu03{width:63px;height:63px;}
}

/* ---- ##btn-type$$ ---- */
[class*='btn-type']{background:transparent;}
[class*='btn-type'].medium .txt{font-weight:500;}
[class*='btn-type'].bold .txt{font-weight:700;}

/* ---- ##btn-type01,02 / #svgIcon10$ ---- */
/* btn-type01 : Footer 용 SNS
 * btn-type02 : 전체메뉴 용 SNS (2022 개편 미사용) */
.btn-type01,
.btn-type02{width:32px;height:32px;vertical-align:top;}
.btn-type01:after,
.btn-type02:after{content:'';display:block;clear:both;width:32px;height:32px;border-radius:50%;}
.btn-type01:after{background-color:#e3e5e8;}
.btn-type02:after{background-color:#666;}
.btn-type01 .ir-txt,
.btn-type02 .ir-txt{background:url(../img/sprites_object01.svg) -150px -200px / 300px auto no-repeat;}
.btn-type01 .ir-txt{background-position-x:-150px;}
.btn-type02 .ir-txt{background-position-x:-175px;}
/* 개별 설정 */
[class*='btn-type'].fb .ir-txt{width:11px;height:19px;margin:-9.5px 0 0 -5.5px;}
[class*='btn-type'].ins .ir-txt{width:17px;height:17px;margin:-8.5px 0 0 -7.5px;background-position-y:-225px;}
[class*='btn-type'].ytb .ir-txt{width:20.5px;height:14px;margin:-7px 0 0 -9.5px;background-position-y:-250px;}
[class*='btn-type'].tw .ir-txt{width:19px;height:16px;margin:-8px 0 0 -9px;background-position-y:-275px;}

/* ---- ##btn-type03 ~ 05 ---- */
/* 기능버튼
 * btn-type03 : 본문 기능버튼, 스크롤 시 HEADER 버튼
 * btn-type04 : 기사목록 추가정보
 * btn-type05 : 기사목록 추가정보, 슬라이드 내 추가정보 */

/* btn-type03 공통 */
.btn-type03{min-width:30px;height:30px;padding:5px 2px;font-size:0;}
.btn-type03 .txt{display:inline-block;position:relative;padding-left:24px;font-size:15px;
line-height:1.564166;color:#000;vertical-align:middle;}
.btn-type03 .ir-txt,
.btn-type03 .txt:before{width:20px;height:20px;background-position-x:-150px;}

/* btn-type04 공통 */
.btn-type04{min-width:35px;height:35px;padding:5px 2px;font-size:0;}
.btn-type04 .txt{display:inline-block;position:relative;padding-left:20px;font-size:15px;line-height:1.564166;vertical-align:middle;}
.btn-type04 .ir-txt,
.btn-type04 .txt:before{width:16px;height:16px;background-position-x:-175px;}

/* btn-type05 : 기사목록 추가정보 */
.btn-type05{min-width:23px;height:23px;font-size:0;letter-spacing:0;}
.btn-type05>[class*='txt']{display:inline-block;position:relative;top:auto;left:auto;padding-top:2px;font-size:11px;line-height:1.886792;color:#999;vertical-align:middle;}
.btn-type05>[class*='txt']button{padding-top:0;}
.btn-type05>[class*='txt']:before{content:'';position:absolute;top:51.5%;left:0;width:12px;height:10px;
background:url(../img/sprites_object01.svg) -150px 0 / 300px auto no-repeat;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);}
.btn-type05>[class*='txt']:empty{display:none;}
.btn-type05>.txt{padding-left:17px;}
.btn-type05>.ir-txt{overflow:hidden;width:23px;height:100%;background:none;color:transparent;white-space:nowrap;}
.btn-type05>.ir-txt:before{left:50%;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);}
.btn-type05.btn-play01>.txt{padding-left:14px;}
.btn-type05.btn-play01>[class*='txt']:before{width:8px;background-position-y:0;}
.btn-type05.btn-photo01>[class*='txt']:before{background-position-y:-25px;}
.btn-type05.btn-gallery01>[class*='txt']:before{background-position-y:-50px;}
.btn-type05.btn-gallery02>[class*='txt']:before{background-position:-175px -50px;}
.btn-type05.btn-cmt01>[class*='txt']:before{background-position-y:-75px;}

/* 기능버튼 공통 센터정렬(아이콘) */
.btn-type03 .ir-txt,
.btn-type04 .ir-txt{-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);}
/* 기능버튼 공통 센터정렬(아이콘 + 텍스트) */
.btn-type03 .txt:before,
.btn-type04 .txt:before{-webkit-transform:translateY(-50%);
transform:translateY(-50%);}
/* 기능버튼 공통 이미지 */
.btn-font01 .ir-txt,
.btn-font01 .txt:before{width:20px;height:20px;background-position-y:-100px;}
.btn-share01 .ir-txt,
.btn-share01 .txt:before{background-position-y:-125px;}
.btn-cmt01 .ir-txt,
.btn-cmt01 .txt:before{transform:translate(0);top:0px;background-position-y:-150px;}
.btn-play01 .ir-txt,
.btn-play01 .txt:before{background-position-y:-175px;}
.btn-play02 .ir-txt,
.btn-play02 .txt:before{background-position-y:-200px;}
.btn-photo01 .ir-txt,
.btn-photo01 .txt:before{background-position-y:-225px;}
.btn-gallery01 .ir-txt,
.btn-gallery01 .txt:before{background-position-y:-250px;}
.btn-gallery02 .ir-txt,
.btn-gallery02 .txt:before{background-position:-275px -250px;}
.btn-flip01 .ir-txt,
.btn-flip01 .txt:before{background-position-y:-275px;}
.btn-collect01 .ir-txt,
.btn-collect01 .txt:before{background-position-y:-300px;}
.btn-arr01-prev .ir-txt,
.btn-arr01-prev .txt:before{background-position-y:-325px;}
.btn-arr01-next .ir-txt,
.btn-arr01-next .txt:before{background-position-y:-350px;}
.btn-panel-prev .ir-txt,
.btn-panel-prev .txt:before{background-position-y:-375px;}
.btn-panel-next .ir-txt,
.btn-panel-next .txt:before{background-position-y:-400px;}
.btn-mail01 .ir-txt,
.btn-mail01 .txt:before{background-position-y:-425px;}
.btn-undo01 .ir-txt,
.btn-undo01 .txt:before{background-position-y:-450px;}
.btn-x01 .ir-txt,
.btn-x01 .txt:before{background-position:-250px -50px;}
.btn-opt01 .ir-txt,
.btn-opt01 .txt:before{background-position:-200px -75px;}
.btn-caln01 .ir-txt,
.btn-caln01 .txt:before{background-position:-225px -75px;}
.btn-jour01 .ir-txt,
.btn-jour01 .txt:before{background-position:-250px -75px;}
.btn-hash01 .ir-txt,
.btn-hash01 .txt:before{background-position:-75px -175px;}

/* btn-type03 개별 */
.btn-type03.btn-cmt01 .txt strong,
.btn-type03.btn-cmt01 .txt em{font-weight:bold;color:#fa3a3a;}
.btn-type03.btn-cmt01 .txt strong{margin-left:2px;}
.btn-type03.btn-x01 .txt{color:#636363;}
.btn-type03.btn-font01{min-width:24px;}
.btn-type03.btn-font01 .txt{padding-left:24px;}
/* 소형 프레임 : 320px 이하 */
@media only screen and (max-width:320px){
	.header-type04 .area .btn-type03 .txt,
	.option-box .btn-type03 .txt{width:100%;height:24px;padding:0;font-size:0;color:transparent;text-align:center;}
	.header-type04 .area .btn-type03 .txt:before,
	.option-box .btn-type03 .txt:before{display:inline-block;position:relative;}
	.header-type04 .area .btn-type03 .txt strong,
	.header-type04 .area .btn-type03 .txt em,
	.option-box .btn-type03 .txt strong,
	.option-box .btn-type03 .txt em{margin-left:3px;font-size:15px;}
	.header-type04 .area .btn-type03.btn-font01 .txt,
	.option-box .btn-type03.btn-font01 .txt{padding:0;}
}

/* btn-type05 개별 */
.btn-type05.btn-gallery02{background-color:rgba(0,0,0,0.5);}
.btn-type05.btn-gallery02 .txt{padding:0 9px 0 25px;color:#fff;}
.btn-type05.btn-gallery02 .txt:before{left:9px;}

/* ---- ##btn-type06 ---- */
/* 버튼에 아이콘만 있는 단독형 디자인 */
/* btn-close$$ / #svgIcon002
 * btn-close01 : 전체메뉴
 * btn-close02 : 전체긴급
 * btn-close03 : 속보목록(최신 뉴스목록)
 * btn-close04 : 중앙정렬 레이어
 * btn-close05 : 배너닫기 */
[class*='btn-close']{width:53px;height:53px;}
[class*='btn-close'] .ir-txt{width:18px;height:18px;margin:-9px 0 0 -9px;background:url(../img/sprites_object01.svg) -250px -25px / 300px auto no-repeat;}
.btn-type06.btn-close02 .ir-txt,
.btn-type06.btn-close04 .ir-txt,
.btn-type06.btn-close05 .ir-txt{background-position-x:-275px;}
/* ratio 3배수 적용 */
.btn-type06.btn-close05{width:25px;height:25px;}
.btn-type06.btn-close05 .ir-txt{width:13px;height:13px;margin:-6.5px 0 0 -6.5px;
background-position:-183px -16px;background-size:200px auto;}
.btn-type06.btn-close05:before{content:'';display:block;clear:both;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#4a4a4a;}

/* btn-type06-open$$
 * btn-type06-open01 / #svgArrow013 : 상단 속보티커 열기
 * btn-type06-open02 / #svgArrow011 : 하단 속보티커 열기
 * btn-type06-open11 / #svgArrow011 : 내비게이션 열기/닫기  */
[class*='btn-type06-open'] .ir-txt{content:'';position:absolute;left:50%;top:50%;
background:url(../img/sprites_object01.svg) 0 0 / 300px auto no-repeat;}

.btn-type06-open01{width:30px;height:56px;}
.btn-type06-open01 .ir-txt{width:11px;height:6px;margin-top:0;margin-left:0;background-position:-25px -250px;
-webkit-transform:translate(-50%, -50%) rotate(180deg);
transform:translate(-50%, -50%) rotate(180deg);}
.btn-type06-open02{width:48px;height:56px;}
.btn-type06-open02 .ir-txt{width:15px;height:8px;margin-top:0;margin-left:0;background-position:-50px -200px;
-webkit-transform:translate(-50%, -50%) rotate(0);
transform:translate(-50%, -50%) rotate(0);}

/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.btn-type06-open01{width:42px;height:64px;}
	.btn-type06-open02{width:50px;height:64px;}
}

.btn-type06-open11{width:32px;height:32px;border-radius:4px;border:1px solid #eee;background-color:#fff;}
.btn-type06-open11 .ir-txt{width:16px;height:9px;margin-top:0;margin-left:0;background-position:-25px -200px;
-webkit-transform:translate(-50%, -50%) rotate(-180deg);
transform:translate(-50%, -50%) rotate(-180deg);
-webkit-transition:0.2s ease-in-out;
transition:0.2s ease-in-out;}
.btn-type06-open11.active .ir-txt{
-webkit-transform:translate(-50%, -50%) rotate(0);
transform:translate(-50%, -50%) rotate(0);}

/* btn-scroll-top$$ : 페이지 스크롤탑 */
.btn-type06.btn-scroll-top{box-sizing:border-box;width:36px;height:36px;border-radius:13px;background-color:rgba(0,0,0,0.3);}
.btn-type06.btn-scroll-top .ir-txt{width:18px;height:20px;background-position:-225px -50px;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);}
.btn-type06.btn-scroll-top.style01{background:none;}

/* btn-remove$$ : Input 텍스트 삭제 */
.btn-type06.btn-remove01{box-sizing:border-box;width:24px;height:24px;}
.btn-type06.btn-remove01 .ir-txt{width:15px;height:15px;margin:-7.5px 0 0 -7.5px;background-position:-300px -50px;}
.btn-type06.btn-remove02{box-sizing:border-box;width:40px;height:40px;}
.btn-type06.btn-remove02 .ir-txt{width:16.5px;height:16.5px;margin:-8.25px 0 0 -8.25px;background-position:-275px -50px;}

/* ---- ##btn-type07 ---- */
/* .btn-type07 : 이 뉴스 공유하기 (SNS 공유하기) */
.btn-type07{width:59px;height:84px;}
.btn-type07 .ico{position:absolute;left:50%;top:0;width:41px;height:41px;margin-left:-20.5px;border-radius:10px;}
.btn-type07 .ico:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:transparent url(../img/sprites_default01.png?v=20230623_1623) -350px -50px no-repeat;background-size:400px auto;}
.btn-type07 .txt{position:absolute;left:0;top:46px;width:100%;font-weight:normal;font-size:13px;line-height:1.476620;color:#000;letter-spacing:-0.025em;white-space:normal;word-break:keep-all;}
/* sns icon */
.btn-type07.fb .ico:after{background-position-y:-50px;}
.btn-type07.tw .ico:after{background-position-y:-100px;}
.btn-type07.kkt .ico:after{background-position-y:-150px;}
.btn-type07.line .ico:after{background-position-y:-200px;}
.btn-type07.fbm .ico:after{background-position-y:-250px;}
.btn-type07.kks .ico:after{background-position-y:-300px;}
.btn-type07.blog .ico:after{background-position-y:-350px;}
.btn-type07.pin .ico:after{background-position-y:-400px;}

/* ---- ##btn-type08 (#svgIcon6$$) ---- */
.btn-type08{min-width:52px;height:42px;padding:6px 10px;font-size:0;}
.btn-type08+.btn-type08{margin-right:13px;}
.btn-type08>[class*='txt']{display:inline-block;position:relative;top:auto;left:auto;font-size:18px;color:#8f9192;line-height:1.57;vertical-align:middle;}
.btn-type08>[class*='txt']:before{content:'';position:absolute;top:50%;left:0;width:15px;height:15px;background:url(../img/sprites_object01.svg) -250px -325px / 300px auto no-repeat;}
.btn-type08>.txt{padding:0 0 0 21.5px;}
.btn-type08>.ir-txt{overflow:hidden;width:32px;height:100%;background:none;color:transparent;white-space:nowrap;}
.btn-type08>.ir-txt:before{left:50%;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);}
.btn-confirm01>[class*='txt']:before{width:15px;height:12px;}
.btn-confirm01 .txt:before{margin-top:-6px;}
.btn-confirm02>[class*='txt']:before{width:15px;height:12px;background-position-x:-275px;}
.btn-confirm02 .txt{color:#0068d1;}
.btn-confirm02 .txt:before{margin-top:-6px;color:#0068d1;}
.btn-cancel01>[class*='txt']:before{width:14px;height:14px;background-position:-250px -350px;}
.btn-cancel01 .txt:before{margin-top:-7px;}

/* ---- ##btn-type09 ---- */
.btn-type09{min-width:56px;padding:3px 0;font-size:0;line-height:29px;}
.btn-type09 .txt{display:inline-block;position:relative;height:100%;box-sizing:border-box;padding:0 14px;background:#fff;border:1px solid #0068d1;border-radius:14px;font-size:14px;line-height:27px;letter-spacing:-1px;color:#0068d1;vertical-align:middle;}
.btn-type09 .txt>.ico-type05{margin-right:5px;
-webkit-transform:translateY(55%);
transform:translateY(55%);}
.btn-type09 .txt>.ico-type05+span{margin-left:5px;box-sizing:border-box;}

/* ---- ##btn-type11 ---- */
/* [신규] 세트디자인 아님
 * btn-type11-**** .ir-txt : 아이콘
 * btn-type11-**** .txt : 아이콘+텍스트 */
[class*='btn-type11']{min-width:23px;height:23px;font-size:0;letter-spacing:0;}
[class*='btn-type11']>[class*='txt']{display:inline-block;position:relative;top:auto;left:auto;font-size:11px;line-height:1.886792;color:#999;letter-spacing:-0.28px;;vertical-align:middle;}
[class*='btn-type11']>[class*='txt']:before{content:'';position:absolute;top:50%;left:0;width:16px;height:13px;background:url(../img/sprites_object01.svg) 0 0 / 300px auto no-repeat;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);}
[class*='btn-type11']>[class*='txt']:empty{display:none;}
[class*='btn-type11']>.txt{padding-left:22px;}
[class*='btn-type11']>.ir-txt{overflow:hidden;width:23px;height:100%;background:none;color:transparent;white-space:nowrap;}
[class*='btn-type11']>.ir-txt:before{left:50%;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);}
/* 댓글, #svgIcon701 */
.btn-type11-cmt01>[class*='txt']:before{background-position:-250px -200px;}

/* ---- ##btn-type21 ---- */
[class*='btn-type21']{min-width:47px;height:64px;text-align:center;}
[class*='btn-type21']:before{content:'가';display:inline-block;clear:both;position:absolute;top:0;left:50%;width:32px;height:32px;line-height:32px;border-radius:50%;border:1px solid rgba(0, 0, 0, 0.1);background-color:#fff;
-webkit-transform:translate(-50%,0);
transform:translate(-50%,0);}
[class*='btn-type21'] .txt{display:block;width:100%;height:16px;padding-top:44px;font-size:13px;letter-spacing:-0.33px;color:#666;}
[class*='btn-type21'] .txt:before{display:none;}
button[class*='btn-type21'] .txt{top:-2px;}
.btn-type21-font01:before{font-size:13px;letter-spacing:-0.33px;}
.btn-type21-font02:before{font-size:15px;letter-spacing:-0.38px;}
.btn-type21-font03:before{font-size:17px;letter-spacing:-0.43px;}
.btn-type21-font04:before{font-size:20px;letter-spacing:-0.5px;}
.btn-type21-font05:before{font-size:24px;letter-spacing:-0.6px;}
/* 활성화 */
[class*='btn-type21'].active:before{background-color:#0068d1;color:#fff;}
[class*='btn-type21'].active .txt{color:#0068d1;}

/* ---- ##btn-more$$ ---- */
/* (참고) 더보기 버튼별 사이즈
 * btn-more$$ - 공통
 -- #svgArrow008, #svgArrow009, #svgArrow012
 * btn-more01 - height:40px; font-size:14px;
 * btn-more02 - height:40px;font-size:13px;
 * btn-more03 - height:26px;font-size:12px; 밑줄기본
 * btn-more04 - height:31px;font-size:13px;
 * btn-more05 - height:48px;font-size:15px;
 * btn-more11 - height:36px;font-size:15px;
 * btn-more21 - height:36px;font-size:12px; */
[class*='btn-more'].hide{display:none;}
[class*='btn-more'].medium .txt{font-weight:500;}
[class*='btn-more'].bold .txt{font-weight:700;}
[class*='btn-more'] .txt{display:inline-block;height:40px;padding:0 16px;font-size:0;color:#636363;line-height:40px;vertical-align:middle;}
[class*='btn-more'] .txt:before{display:none;background:#636363;}
[class*='btn-more'] .txt>span,
[class*='btn-more'] .txt>em{display:inline-block;height:inherit;font-size:14px;line-height:inherit;vertical-align:middle;}
[class*='btn-more'] .txt>em+span,
[class*='btn-more'] .txt>span+em{margin-left:3px;}

/* #조합클래스 : full size */
[class*='btn-more'].full{display:block;width:100%;text-align:center;}
.btn-more01.full .txt,
.btn-more02.full .txt{padding-top:5px;padding-bottom:5px;}
/* #조합클래스 : 화살표 방향 / #svgArrow008 */
[class*='btn-more'][class*='arr0'] .txt:after{content:'';position:absolute;top:50%;background:url(../img/sprites_object01.svg) 0 -350px / 300px auto no-repeat;}
[class*='btn-more'].arr01 .txt:after,
[class*='btn-more'].arr02.active .txt:after{-webkit-transform:translateY(-50%);
transform:translateY(-50%)}
[class*='btn-more'].arr02 .txt:after,
[class*='btn-more'].arr01.active .txt:after{-webkit-transform:translateY(-50%) rotate(180deg);
transform:translateY(-50%) rotate(180deg);}
[class*='btn-more'].arr03 .txt:after{-webkit-transform:translateY(-50%) rotate(90deg);
transform:translateY(-50%) rotate(90deg);}
/* #조합클래스 : 강조색01 & 재선언 */
[class*='btn-more'].style01 .txt{color:#0068d1;}
[class*='btn-more'].style01 .txt:before{background:#0068d1;}
[class*='btn-more'][class*='arr0'].style01 .txt:after{background-position-x:-25px;}
/* #조합클래스 : dark 배경 01 & 재선언 */
[class*='btn-more'].style02 .txt{color:#c8c8c8;}
[class*='btn-more'].style02 .txt:before{background:#c8c8c8;}
[class*='btn-more'][class*='arr0'].style02 .txt:after{background-position-x:-50px;}
/* #조합클래스 : dark 배경 02 & 재선언 */
[class*='btn-more'].style03 .txt{color:#fff;}
[class*='btn-more'].style03 .txt:before{background:#fff;}
[class*='btn-more'][class*='arr0'].style03 .txt:after{background-position-x:-75px;}
/* #조합클래스 : 밑줄 없음 */
[class*='btn-more'].style04 .txt:before{display:none;}
/* #조합클래스 : 밑줄 있음 */
[class*='btn-more'].style05 .txt:before{content:'';display:block;position:absolute;top:auto;bottom:4.5px;left:0;width:100%;height:1px;}
[class*='btn-more'].style05 .txt:before{bottom:23%;}
/* #조합클래스 : 강조색02 & 재선언 */
[class*='btn-more'].style06 .txt{color:#000;}
[class*='btn-more'].style06 .txt:before{background:#000;}
[class*='btn-more'][class*='arr0'].style06 .txt:after{background-position-x:-100px;}
/* #조합클래스 : 캡션 */
[class*='btn-more'].style07 .txt{color:#c8c8c8;background-color:rgba(0,0,0,0.8);}
/* #조합클래스 : 관련뉴스 버튼 / #svgArrow009 */
[class*='btn-more'].style08 .txt:before{display:none;}
[class*='btn-more'].style08 .txt>span,
[class*='btn-more'].style08 .txt>em{color:#8f9192;}
[class*='btn-more'][class*='arr0'].style08 .txt:after{background-position:-50px -375px;}
/* #조합클래스 : border 라운드 박스 (미사용 중) */
/* [class*='btn-more'].style09{border:1px solid #eee;border-radius:4px;} */

/* ---- ##btn-more01 ---- */
/* 화살표 재선언 */
.btn-more01[class*='arr0'] .txt{padding-right:30px;}
.btn-more01[class*='arr0'] .txt:after{width:12px;height:7px;}
.btn-more01.arr01 .txt:after,
.btn-more01.arr02 .txt:after{right:11px;}
.btn-more01.arr03 .txt:after{right:13.5px;}

/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.btn-more01 .txt{padding:0 20px;}
	.btn-more01[class*='arr0'] .txt{padding-right:37px;}
	.btn-more01.arr01 .txt:after,
	.btn-more01.arr02 .txt:after{right:18px;}
	.btn-more01.arr03 .txt:after{right:20.5px;}
}

/* ---- ##btn-more02 ---- */
.btn-more02 .txt>span,
.btn-more02 .txt>em{font-size:13px;}
.btn-more02.full .txt>span,
.btn-more02.full .txt>em{font-size:14px;}
/* btn-more02 - 화살표 재선언 */
.btn-more02[class*='arr0'] .txt{padding-right:29px;}
.btn-more02[class*='arr0'] .txt:after{width:12px;height:7px;}
.btn-more02.arr01 .txt:after,
.btn-more02.arr02 .txt:after{right:11px;}
.btn-more02.arr03 .txt:after{right:13.5px;}

/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.btn-more02 .txt{padding:0 20px;}
	.btn-more02[class*='arr0'] .txt{padding-right:36px;}
	.btn-more02.arr01 .txt:after,
	.btn-more02.arr02 .txt:after{right:18px;}
	.btn-more02.arr03 .txt:after{right:20.5px;}
}

/* ---- ##btn-more03 / #svgArrow009 ---- */
.btn-more03{min-width:32px;text-align:center;}
.btn-more03+.btn-more03{margin-left:6px;}
.btn-more03 .txt{height:26px;padding:0 1px 0 0;color:#474747;line-height:26px;}
.btn-more03 .txt>span,
.btn-more03 .txt>em{font-size:12px;letter-spacing:-0.025em;}
/* btn-more03 - 밑줄 */
.btn-more03 .txt:before{content:'';display:block;position:absolute;top:auto;bottom:5px;left:0;width:100%;height:1px;}
/* btn-more03 - 화살표 재선언 */
.btn-more03.arr01 .txt,
.btn-more03.arr02 .txt{padding-right:15px;}
.btn-more03.arr03 .txt{padding-right:11px;}
.btn-more03[class*='arr0'] .txt:after{right:0;width:10px;height:6px;background-position-y:-375px;}
.btn-more03.arr03 .txt:after{right:-2px;}
/* btn-more - 캡션버튼 */
.btn-more03.style07 .txt{padding-left:14px;padding-right:14px;border-radius:13px;}
.btn-more03.style07[class*='arr0'] .txt{padding-right:26px;}
.btn-more03.style07[class*='arr0'] .txt:after{right:13px;}

/* ---- ##btn-more04 ---- */
.btn-more04{min-width:34px;text-align:center;}
.btn-more04+.btn-more04{margin-left:6px;}
.btn-more04 .txt{height:31px;padding:0;line-height:31px;}
.btn-more04 .txt>span,
.btn-more04 .txt>em{font-size:13px;}
/* btn-more04 - 화살표 재선언 */
.btn-more04.arr01 .txt,
.btn-more04.arr02 .txt{padding-right:18px;}
.btn-more04.arr03 .txt{padding-right:12px;}
.btn-more04[class*='arr0'] .txt:after{right:0;width:12px;height:7px;}
.btn-more04.arr03 .txt:after{right:-2.5px}
/* btn-more04 - 밑줄 재선언 */
.btn-more04.style05 .txt:before{bottom:6px;}

/* ---- ##btn-more05 ---- */
.btn-more05{min-width:60px;text-align:center;}
.btn-more05+.btn-more05{margin-left:6px;}
.btn-more05 .txt{height:48px;padding:0;font-weight:normal;line-height:48px;color:#000;letter-spacing:-0.38px;}
.btn-more05 .txt>span,
.btn-more05 .txt>em{font-size:15px;}
.btn-more05 .txt>span{padding:0 2px;}
.btn-more05 span:before{display:none;}
/* btn-more05 - 화살표 재선언 */
.btn-more05[class*='arr0'] .txt{padding-right:17px;}
.btn-more05[class*='arr0'] .txt:after{right:2px;width:14px;height:8px;background-position-y:-350px;}

/* ---- ##btn-more11 / #svgArrow012 ---- */
.btn-more11{min-width:34px;border:1px solid #eee;border-radius:4px;text-align:center;}
.btn-more11:not(.full)+.btn-more11:not(.full){margin-left:10px;}
.btn-more11:not(.full):first-child:nth-last-child(2),
.btn-more11:not(.full):first-child:nth-last-child(2) ~ .btn-more11:not(.full){width:-webkit-calc(50% - 5px);width:calc(50% - 5px);}
.btn-more11 .txt{color:#000;}
.btn-more11 .txt>span,
.btn-more11 .txt>em{font-size:15px;}
.btn-more11[class*='arr0'] .txt{padding-right:32px;}
.btn-more11[class*='arr0'] .txt:after{width:10px;height:5px;background-position:-25px -225px;}
.btn-more11.arr01 .txt:after,
.btn-more11.arr02 .txt:after{right:14px;}
.btn-more11.arr03 .txt:after{right:13.5px;}

/* ---- ##btn-more21 ---- */
/* 텍스트 기본형만 만듬, 스타일 더 보완하기 */
.btn-more21{min-width:34px;text-align:center;}
.btn-more21+.btn-more21{margin-left:6px;}
.btn-more21 .txt{height:36px;padding:0;font-weight:normal;line-height:36px;color:#4a4a4a;letter-spacing:-0.3px;}
.btn-more21 .txt>span,
.btn-more21 .txt>em{font-size:12px;}
.btn-more21 .txt>span{padding:0 2px;}
.btn-more21 span:before{display:none;}

/* ---- ##기타 버튼 ---- */
/* 복사 URL 버튼 */
.btn-copy-url{overflow:hidden;display:block;width:100%;height:41px;position:relative;color:inherit;font:inherit;line-height:normal;border:none;}
.btn-copy-url .txt{overflow:hidden;display:block;width:100%;height:41px;box-sizing:border-box;padding:0 14px;font-size:13px;line-height:41px;color:#0068d1;text-overflow:ellipsis;white-space:nowrap;background-color:#e6e9ec;}

/* ---- ##btns-wrap$$ 버튼 영역 ---- */
/* 01 : 오른쪽 정렬
 * 02 : 왼쪽 정렬
 * 03 : 가운데 정렬 */
[class*='btns-wrap']{overflow:hidden;position:relative;box-sizing:border-box;width:100%;font-size:0;}
.btns-wrap01{text-align:right;}
.btns-wrap02{text-align:left;}
.btns-wrap03{text-align:center;}

/* btns-wrap$$ 확장형 : 기사리스트 더보기 버튼
 * dev-* 개발부 처리 클래스명 */
/* 일반 더보기 버튼 */
[class*='btns-count-wrap'].hide{visibility:hidden;}
/* 마지막 호출 버튼 */
[class*='btns-count-wrap'] [class*='btn-more-last']{display:none;}
/* 활성화 */
[class*='btns-count-wrap'].active [class*='btn-more-count']{display:none;}
[class*='btns-count-wrap'].active [class*='btn-more-last']{display:block;}

/* 로드시 초기건수가 적은 경우 */
.btn-more-text{display:none !important;}
.btn-more-text.show{display:block !important;}

/* 본문 관련기사 더보기 버튼 */
/* .btn-more-related{} */

/* ---- ##btn-dir$$-방향 ---- */
/* 방향 버튼
 * btn-dir01 / #svgArrow005 : HEADER 서브메뉴
 * btn-dir02 / #svgArrow008 : 포토 슬라이드 (pager01/02)
 * btn-dir03 / #svgArrow006 : 사진 넘겨보기
 * btn-dir81-* : [PC/M 도메인 공유] 본문 슬라이드(slide-zone01)  */
[class*='btn-dir01'] .ir-txt:after,
[class*='btn-dir02']:after,
[class*='btn-dir03']:after{background:url(../img/sprites_object01.svg) 0 0 / 300px auto no-repeat;}

/* ---- ##btn-dir01 ---- */
[class*='btn-dir01']{position:relative;width:27px;height:40px;}
[class*='btn-dir01'] .ir-txt{top:0;left:0;width:100%;height:100%;background:none;}
[class*='btn-dir01'] .ir-txt:after{content:'';position:absolute;left:50%;top:50%;width:17px;height:9.5px;background-position-y:-250px;}
.btn-dir01-prev .ir-txt:after{-webkit-transform:translate(-50%, -50%) rotate(-90deg);
transform:translate(-50%, -50%) rotate(-90deg);}
.btn-dir01-next .ir-txt:after{-webkit-transform:translate(-50%, -50%) rotate(90deg);
transform:translate(-50%, -50%) rotate(90deg);}

/* ---- ##btn-dir02 ---- */
[class*='btn-dir02']{position:relative;width:23px;height:33px;}
[class*='btn-dir02']:after{content:'';position:absolute;left:50%;top:50%;width:12px;height:6px;
background-position:0 -350px;}
.btn-dir02-prev:after{-webkit-transform:translate(-50%, -50%) rotate(-90deg);
transform:translate(-50%, -50%) rotate(-90deg);}
.btn-dir02-next:after{-webkit-transform:translate(-50%, -50%) rotate(90deg);
transform:translate(-50%, -50%) rotate(90deg);}

/* ---- ##btn-dir03 ---- */
[class*='btn-dir03']{position:relative;width:53px;height:53px;background-color:rgba(0,0,0,0.8);}
[class*='btn-dir03']:after{content:'';position:absolute;left:50%;top:50%;width:20px;height:11px;background-position:0 -275px;}
.btn-dir03-prev:after{margin-left:-1px;
-webkit-transform:translate(-50%, -50%) rotate(-90deg);
transform:translate(-50%, -50%) rotate(-90deg);}
.btn-dir03-next:after{margin-left:1px;
-webkit-transform:translate(-50%, -50%) rotate(90deg);
transform:translate(-50%, -50%) rotate(90deg);}

/* ---- ##btn-dir81 : [PC/M 도메인 공유] 본문 슬라이드 ---- */
[class*='btn-dir81']{overflow:hidden;width:68px;height:70px;}
[class*='btn-dir81'] .ir-txt{content:'';display:block;position:absolute;top:20px;width:30px;height:30px;border:1px solid #d1d1d1;border-right:0 !important;border-bottom:0 !important;background-image:none;}
.btn-dir81-prev .ir-txt{right:10px;left:auto;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);}
.btn-dir81-next .ir-txt{left:10px;
-webkit-transform:rotate(-225deg);
transform:rotate(-225deg);}
[class*='btn-dir81'].slick-disabled,
[class*='btn-dir81'].swiper-button-disabled{opacity:0;}

/* ---- ##btn-dir$$ : swiperJS CSS 초기화 ---- */
[class*='btn-dir01'][class*='swiper-button']{margin-top:0;background:#fff;}
[class*='btn-dir02'][class*='swiper-button']{width:23px;height:33px;margin-top:0;background:transparent;}
[class*='btn-dir03'][class*='swiper-button']{margin-top:0;background-image:none;}
[class*='btn-dir81'][class*='swiper-button']{background-image:none;}

/* =============== ####Tab ======================== */
/* 탭메뉴
 * tab-type01 : 탭메뉴형(대), 테마별뉴스 > (구)많이본뉴스
 * tab-type02 : 탭메뉴형(소), 이슈본문
 * tab-type11 : 테마별뉴스 > 핫뉴스, 주요뉴스, 톱뉴스, 많이본뉴스 */

/* ---- ##tab-type0$ 공통 ---- */
/* 타이틀 하위요소 : .title-con01>tab-type0$, .title-con02>tab-type0$ */
[class*='tab-type0']{white-space:nowrap;}
[class*='tab-type0']>li{display:inline-block;margin-right:4px;text-align:center;}
[class*='tab-type0'] a,
[class*='tab-type0'] button{overflow:hidden;display:inline-block;position:relative;box-sizing:border-box;color:inherit;font:inherit;line-height:normal;border:none;background-color:transparent;vertical-align:top;}
[class*='tab-type0'] .txt{display:inline-block;position:relative;min-width:29px;padding:5px 10px 3px;font-weight:normal;font-size:19px;line-height:40px;color:#bdbdbd;vertical-align:top;}
[class*='tab-type0'] .active .txt,
[class*='tab-type0'] .current .txt{color:#000;}
[class*='tab-type0'] .active .txt:before,
[class*='tab-type0'] .current .txt:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#000;}
/* style01 : 좌우 균등배치 */
[class*='tab-type0'].style01{font-size:0.1px;line-height:0;text-align:justify;white-space:normal;}
[class*='tab-type0'].style01:after{content:'';display:inline-block;width:100%;vertical-align:top;}
[class*='tab-type0'].style01>li{text-align:center;margin-right:0;}
/* swiperJS CSS 초기화 */
[class*='tab-type0'].swiper-wrapper{white-space:normal;}
[class*='tab-type0'].swiper-wrapper>li {width:auto;}
[class*='tab-type0'].swiper-wrapper>li:last-child{margin-right:0;}

/* 탭메뉴 - 세부설정 */
.tab-type01 .txt{font-weight:bold;}
.tab-type02 .txt{min-width:17px;padding-top:0;font-size:14px;}

/* ---- ##tab-type11 공통 ---- */
/* list01 : 36px
 * list02 : 50px */
.tab-type11{padding-bottom:12px;border-bottom:1px solid #f2f4f8;font-size:0;white-space:nowrap;}
.tab-type11 >ul>li{display:inline-block;width:auto;text-align:center;}
.tab-type11 >ul>li+li{margin-left:8px;}
.tab-type11 .tab{overflow:hidden;display:inline-flex;justify-content:center;align-items:center;flex-direction:column;position:relative;box-sizing:border-box;padding:0 12px;border-radius:4px;border:1px solid rgba(0, 0, 0, 0.04);background-color:#fff;font:inherit;line-height:normal;color:inherit;text-align:center;vertical-align:top;}
.tab-type11 .txt-week{display:block;height:15px;font-size:11px;color:#999;letter-spacing:-0.28px;}
.tab-type11 .txt01{display:block;font-weight:500;font-size:16px;color:#999;letter-spacing:-0.4px;}
.tab-type11 .active .tab{background-color:#0068d1;}
.tab-type11 .active .txt-week,
.tab-type11 .active .txt01{color:#fff;}
.tab-type11 .list01 .tab{height:36px;}
.tab-type11 .list02 .tab{height:50px;}

/* ---- ##tab-content 공통 ---- */
/* 탭콘텐츠 - 세부설정 */
.tab-content{overflow:hidden;}

/* =============== ####Pager ======================== */
[class*='pager-wrap']{overflow:hidden;position:relative;width:100%;}
.pager-wrap01{text-align:right;}
.pager-wrap02{text-align:left;}
.pager-wrap03{text-align:center;}

/* ---- ##pager01 : 슬라이드 일반(하단) ---- */
.pager01{display:inline-block;position:relative;height:33px;text-align:center;vertical-align:top;}
.pager01 .count-box{display:inline-block;padding:0 15px;color:#000;font-size:0;line-height:0;vertical-align:top;}
.pager01 .count-box [class*='txt']{height:33px;font-weight:normal;font-size:12px;line-height:33px;text-align:center;}
.pager01 .count-box .txt-current{min-width:13px;padding-left:2px;color:#0068d1;}
.pager01 .count-box .txt-total{min-width:13px;padding-right:2px;}
.pager01 .count-box .txt-dash{width:8px;color:#636363;}
.pager01 [class*='btn-dir02']{position:absolute;top:0;z-index:2;}
.pager01 .btn-dir02-prev{left:0;}
.pager01 .btn-dir02-next{right:0;}
/* swiperJS CSS 초기화 */
.pager01 .swiper-pagination-fraction{display:inline-block;position:static;width:auto;height:33px;padding:0 15px;color:#636363;font-weight:normal;font-size:12px;line-height:33px;text-align:center;}
.pager01 .swiper-pagination-fraction .swiper-pagination-current{min-width:8px;padding-left:4px;color:#fa3a3a;}
.pager01 .swiper-pagination-fraction .swiper-pagination-total{min-width:8px;padding-right:4px;color:#000;}

/* ---- ##pager02 ---- */
.pager02{display:inline-block;position:relative;height:33px;text-align:center;vertical-align:top;}
.pager02 .count-box{display:inline-block;padding:0 15px;color:#000;font-size:0;line-height:0;vertical-align:top;}
.pager02 .count-box [class*='txt']{height:33px;font-weight:normal;font-size:12px;line-height:33px;text-align:center;}
.pager02 .count-box .txt-current{min-width:26px;padding-left:2px;font-weight:500;font-size:14px;color:#0068d1;}
.pager02 .count-box .txt-total{min-width:26px;padding-right:2px;font-size:14px;}
.pager02 .count-box .txt-dash{width:8px;color:#636363;}
.pager02 [class*='btn-dir02']{position:absolute;top:0;z-index:2;}
.pager02 .btn-dir02-prev{left:0;}
.pager02 .btn-dir02-next{right:0;}

/* ---- ##pager03 : 본문 슬라이드 ---- */
.pager03{position:relative;font-size:0;line-height:1;text-align:center;}
.pager03 [class*='swiper-pagination-bullet']{opacity:1;display:inline-block;position:relative;width:16px;height:16px;margin:0 !important;border-radius:0;background:transparent;}
.pager03 [class*='swiper-pagination-bullet']:before{content:'';position:absolute;top:50%;left:50%;width:10px;height:10px;margin:-7px 0 0 -7px;border-radius:50%;background-color:#bcbcbc;}
.pager03 [class*='swiper-pagination-bullet']+[class*='swiper-pagination-bullet']{margin-left:6px !important;}
.pager03 [class*='swiper-pagination-bullet-active']:before{background-color:#000;}

/* ---- ##pager04 : 광고 ---- */
.pager04{display:inline-block;position:relative;min-width:40px;height:21px;border-radius:10px;background-color:#f1f3f7;text-align:center;vertical-align:top;}
.pager04 .count-box{display:inline-block;padding:0 10px;color:#4a4a4a;font-size:0;line-height:0;vertical-align:top;}
.pager04 .count-box [class*='txt']{height:21px;font-weight:normal;font-size:10px;line-height:21px;text-align:center;}
.pager04 .count-box .txt-current{min-width:8px;font-weight:500;color:#0068d1;}
.pager04 .count-box .txt-total{min-width:8px;}

/* ---- ##pager$$ : 더보기 버튼 ---- */
[class*='btn-more'] .txt .pager01{height:33px;}
[class*='btn-more'] .txt .pager01 .count-box{padding:0 0 0 3px;}
[class*='btn-more'] .txt .pager02{height:33px;}
[class*='btn-more'] .txt .pager02 .count-box{padding:0 0 0 3px;}
[class*='btn-more'][class*='style02'] .count-box .txt-total{color:#fff;}
[class*='btn-more'][class*='style02'] .count-box .txt-dash{color:#c8c8c8;}

/* =============== ####Ticker ======================== */
/* ---- ##ticker-type$$ : 공통 ---- */
[class*='ticker-type']{overflow:hidden;position:relative;box-sizing:border-box;}
.ticker-type01,
.ticker-type02{width:100%;height:56px;background-color:#0068d1;}

/* ---- ##ticker-type01 : 상단 ---- */
/* 티커 효과 : 우 → 좌 슬라이드 */
.ticker-type01{padding:0 80px 0 54px;}
.ticker-type01 [class*='logo-yna'],
.ticker-type01 [class*='btn-menu']{position:absolute;z-index:10;top:0;}
.ticker-type01 .logo-yna06{left:10px;}
.ticker-type01 [class*='btn-menu']{right:0;}
.ticker-type01 [class*='btn-type06-open']{position:absolute;top:0;right:48px;}
/* 최신뉴스 목록 */
.ticker-type01 .area{overflow:hidden;box-sizing:border-box;padding:16px 0 15px;}
.ticker-type01 .list{width:auto;height:25px;font-size:0;white-space:nowrap;}
.ticker-type01 .list>li{display:inline-block;}
.ticker-type01 .list>li+li{margin-left:20px;}
.ticker-type01 .list>li:last-child{margin-right:20px;}
.ticker-type01 .list>li>a,
.ticker-type01 .list>li>span{display:inline-block;font-size:14px;line-height:25px;color:#fff;letter-spacing:-0.35px;}
.ticker-type01 .tit-news{display:inline-block;font-weight:normal;vertical-align:top;}
.ticker-type01 .info-box{overflow:hidden;display:inline-block;margin-top:3px;margin-left:6px;font-size:12px;line-height:20px;color:#b3d2f1;letter-spacing:-0.3px;text-align:right;vertical-align:top;}
/* ticker-type01 : swiper 실행 */
.ticker-latest01 .area[class*='swiper-container-']>.swiper-wrapper{
-webkit-transition-timing-function:linear;
-moz-transition-timing-function:linear;
-ms-transition-timing-function:linear;
-o-transition-timing-function:linear;
transition-timing-function:linear;}
.ticker-latest01 .swipe-handler{display:none !important;}

/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.ticker-type01{height:64px;}
	.ticker-type01{padding:0 106px 0 60px;}
	.ticker-type01 .logo-yna06{top:4px;left:14px;}
	.ticker-type01 .btn-menu12{right:0;top:0;}
	.ticker-type01 [class*='btn-type06-open']{top:0;right:64px;}
	.ticker-type01 .area{padding:20px 0 19px;}
}

/* ---- ##ticker-type02 : 하단 ---- */
/* 티커 효과 : 페이드 */
.ticker-type02 [class*='btn-type06-open']{position:absolute;top:0;right:4px;}
.ticker-type02 .area{margin-top:16px;}
.ticker-type02 .list{overflow:hidden;height:25px;}
.ticker-type02 .list>li{display:block;position:relative;}
/* max-width:100% 사용시 네이티브앱 브라우저에서 결과가 달라 수정 */
.ticker-type02 .list>li>a{display:block;position:relative;z-index:0;box-sizing:border-box;max-width:-webkit-calc(100vw - 82px);max-width:calc(100vw - 82px);height:25px;padding-right:46px;font-size:14px;line-height:25px;color:#fff;letter-spacing:-0.35px;}
.ticker-type02 .tit-news{overflow:hidden;display:inline-block;width:100%;font-weight:normal;text-overflow:ellipsis;white-space:nowrap;}
.ticker-type02 .info-box{position:absolute;top:50%;right:0px;z-index:1;margin-top:-10px;font-size:12px;line-height:20px;color:#b3d2f1;letter-spacing:-0.3px;text-align:right;}
/* ticker-type02 : swiper 실행 */
.ticker-type02 .area[class*='swiper-container-'] .swiper-slide{z-index:-1;opacity:0 !important;}
.ticker-type02 .area[class*='swiper-container-'] .swiper-slide-active{z-index:1;opacity:1 !important;}
.ticker-type02 .slide-ticker02 .swipe-handler{display:none;}

/* ticker-type02 확장형 : 최신뉴스 */
.ticker-latest02{position:fixed;left:0;bottom:50px;z-index:30;box-sizing:border-box;padding:0 62px 0 20px;
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
-webkit-transition:bottom 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out 0.2s;
transition:bottom 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out 0.2s;
transition:bottom 0.2s ease-in-out,transform 0.2s ease-in-out 0.2s;
transition:bottom 0.2s ease-in-out,transform 0.2s ease-in-out 0.2s,-webkit-transform 0.2s ease-in-out 0.2s;}
/* 최신뉴스 : 하단 배너가 없어질 경우 */
.body-remove-ad01 .ticker-latest02,
.body-hybrid .ticker-latest02{bottom:0 !important;}
/* 최신뉴스 : sticy 모드 (100px 이상 스크롤 될 경우) */
.body-sticky .ticker-latest02{-webkit-transform:translate3d(0,112px,0);
transform:translate3d(0,112px,0);}

/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.ticker-type02{height:64px;}
	.ticker-urgent,
	.ticker-latest02,
	.aside-sticky01,
	.aside-sticky02{width:1024px !important;
	left:-webkit-calc(50% - 512px) !important;
	left:calc(50% - 512px) !important}
	.ticker-latest02{padding-left:20px;}
	.ticker-type02 .area{margin-top:20px;}
}

/* ---- ##ticker-type03 : 긴급 ---- */
.ticker-type03{width:100%;height:68px;background-color:#d10000;}
.ticker-type03 .area{display:table;box-sizing:border-box;width:100%;height:100%;padding:0 64px 0 72px;}
.ticker-type03 .txt{position:absolute;top:50%;left:20px;margin-top:-12px;height:24px;padding:0 8px;display:inline-block;background:#fff;border-radius:12px;font-weight:500;font-size:14px;line-height:24px;color:#CC0000;}
.ticker-type03 .tit-urgent{display:table-cell;height:auto;vertical-align:middle;}
.ticker-type03 .tit-urgent a{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;font-size:15px;line-height:1.5;color:#fff;font-weight:normal;}
.ticker-type03 .btn-close02{position:absolute;top:50%;right:0;margin-top:-26px;}

body:not(.page-guide) .ticker-urgent{position:fixed;top:-68px;left:0;z-index:-1;
-webkit-transition:all 0.45s ease-in;
transition:all 0.45s ease-in;}
body:not(.page-guide).body-urgent .ticker-urgent{top:0;opacity:1;z-index:1000;}
body:not(.page-guide).body-urgent .wrap-header01{display:none;}

/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.ticker-type03 .area{padding:0 76px 0 72px}
}

/* =============== ####Title&Text ======================== */
/* ---- ##title-type$$ : 타이틀 타입 ---- */
/* title-type01 : 제목형(대) 19px
 * title-type02 : 제목형(소) 14px
 * title-type03 : 해더 타이틀 15px - 비주얼 뉴스
 * title-type04 : 전체메뉴 서브타이틀 14px
 * title-type05 : 제목형 19px - 박스타입01(대)
 * title-type06 : 제목형 14px - 밑줄타입01(소)
 * title-type07 : 제목형 40px - 가로중앙(대)
 * title-type08 : 없음
 * title-type09 : 없음
 * title-type11 : 검색상태 표시 14px
 * title-type21 : 제목형(대) 24px
 * title-type22 : 제목형 16px
 * title-type23 : 통단 타임라인 22px */
[class*='title-type'] .txt{display:inline-block;position:relative;height:40px;padding:5px 0 1px;
font-weight:normal;font-size:19px;line-height:40px;text-decoration:inherit;vertical-align:top;}
[class*='title-type'].medium .txt{font-weight:500;}
[class*='title-type'].bold .txt{font-weight:700;}
.title-type01 .txt{font-size:19px;line-height:40px;}
.title-type02 .txt{font-size:18px;color:#000;}
.title-type03 .txt{height:48px;padding:0 2.5px;font-size:15px;line-height:48px;vertical-align:middle;}
.title-type04 .txt{height:36px;padding:0;font-size:16px;line-height:36px;color:#666;letter-spacing:-0.4px;}
.title-type04.active a.txt{color:#0068d1;}
.title-type04 .txt+.ico-new02{margin-top:9px;margin-left:4px;vertical-align:top;}
.title-type05 .txt{height:48px;box-sizing:border-box;padding:0 26px 1px;font-size:19px;line-height:42px;border-radius:4px;border:3px solid #0068d1;background-color:#fff;}
.title-type06 .txt{padding:0;font-size:14px;}
.title-type06 .txt:before{content:'';position:absolute;bottom:8px;left:0;width:100%;height:1px;background:#dfbc25;}
.title-type07{display:block;text-align:center;}
.title-type07 .txt{box-sizing:border-box;padding:0;font-weight:400;font-size:40px;line-height:1.1;vertical-align:top;}
.safari .title-type07 .txt{padding-top:2px;}
.title-type11{min-width:56px;padding:3px 0;font-size:0;line-height:29px;}
.title-type11 .con{display:inline-block;position:relative;min-width:61px;height:100%;box-sizing:border-box;padding:0 10px;background:#fff;border:1px solid #0068d1;border-radius:14px;font-size:14px;line-height:27px;letter-spacing:-1px;vertical-align:middle;}
.title-type11 .con+.con{margin-left:8px;}
.title-type11 .txt01{color:#0068d1;}
.title-type21 .txt{padding:0 0 1px;font-size:24px;line-height:40px;letter-spacing:-0.6px;}
.title-type22 .txt{height:32px;padding:0 0 1px;font-size:16px;line-height:32px;letter-spacing:-0.4px;}
.title-type23 .txt{padding:0 0 1px;font-size:22px;line-height:38px;letter-spacing:-0.55px;color:#374572;}

/* ---- ##txt-type$$ : 텍스트 타입 ---- */
/* txt-label01 : 폼요소와 결합
 * txt-type01 : 본문 삭제 기사 */
.txt-label01{position:relative;height:35px;padding-right:5px;font-size:15px;line-height:35px;}
.txt-type01{font-size:14px;line-height:1.754385;color:#000;}

/* ---- ##title-con$$ : 공통 ---- */
/* 탭&타이틀 부모영역 (상위)
 * title-con01 : default
 * title-con02 : 밑줄 01
 * title-con03 : 밑줄 02
 * title-con04 : 투데이 - 박스타이틀
 * title-con05 : 투데이 - 밑줄타이틀
 * title-con06 : 전체버튼 역할
 * title-con07 : 가로중앙
 * title-con21 : 큰타이틀 24px (개편)
 * title-con22 : 작은타이틀 14px (개편)
 * title-con23 : 테마별 탭메뉴, tab-type11 (개편) */
[class*='title-con']{position:relative;}
[class*='title-con'] [class*='btn-more']{position:absolute;bottom:2px;right:0;}
[class*='title-con'] [class*='title-type']{display:inline-block;position:relative;}

/* 타이틀 하위요소 (공통) - 문장형 */
[class*='title-con'] .txt-mes01{display:block;padding:7px 16px 11px 0;font-size:14px;line-height:1.754386;color:#000;word-break:keep-all;}
[class*='title-con'] .txt-mes01:before{display:none;}
[class*='title-con'] .txt-mes11{position:relative;display:inline-block;font-weight:500;font-size:14px;line-height:1.57;letter-spacing:-0.35px;color:#000;}
[class*='title-con'] .txt-mes11.arr01{padding-right:17px;}
[class*='title-con'] .txt-mes11.arr01:after{content:'';display:block;position:absolute;top:13px;right:0;width:11px;height:11px;border:2px solid #000;border-right:0 !important;border-bottom:0 !important;
-webkit-transform:rotate(-225deg);
transform:rotate(-225deg);}

/* ---- ##title-con01 ---- */
.title-con01.bg12{box-sizing:border-box;min-height:40px;padding:0 20px;}
.title-con01.bg12 .txt-mes11{padding-top:9px;padding-bottom:9px;}

/* ---- ##title-con02 ---- */
.title-con02{margin-left:20px;}
.title-con02:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#e6e9ec;}
.title-con02 [class*='title-type']{padding-bottom:2px;margin:0;}
.title-con02 [class*='title-type']:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#000;}
.title-con02 .txt-mes01{padding-bottom:11px;line-height:32px;}
.title-con02 .txt-mes01:before{display:none;}
.title-con02 .num{height:40px;margin-left:10px;padding:5px 0 1px;font-size:13px;line-height:40px;color:#636363;}
.title-con02 [class*='ico-ad']{top:14px;margin-right:8px;}

/* ---- ##title-con03 ---- */
.title-con03{border-bottom:1px solid #c8c8c8;}

/* ---- ##title-con04 ---- */
.title-con04:before{content:'';position:absolute;left:0;top:0;width:100%;height:24px;background-color:transparent;}

/* ---- ##title-con06 ---- */
/* .box-type21 하위로 사용 */
.title-con06{overflow:hidden;display:block;height:35px;box-sizing:border-box;margin:0 auto;text-align:left;cursor:pointer;}
.title-con06 .btn-type05,
.title-con06 .btn-type11{top:-1px;}
.title-con06 .btn-type03{position:absolute;top:0;right:0;}
.title-con06 .title-type03{height:100%;}
.title-con06 .title-type03 .txt{height:100%;padding:0 0;color:#000;}
.title-con06 .title-type03 .txt>span+span{margin-left:16px;}
.title-con06 .btn-x01{display:none;}
.title-con06.active .btn-opt01,
.title-con06.active .btn-caln01,
.title-con06.active .btn-jour01{display:none;}
.title-con06.active .btn-x01{display:block;}
.title-con06.active .title-type03 .txt{color:#636363;}

/* ---- ##title-con07 : 가로중앙 ---- */
.title-con07{overflow:hidden;height:57px;}
.title-con07 .title-type07{position:relative;top:-3px;width:100%;}

/* ---- ##title-con21 ---- */
.title-con21{padding:0 20px;}
.title-con21 [class*='btn-more']{right:20px;}
.title-con21 [class*='btn-more02']{right:0;}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .title-con21{padding:0 40px;}
	.layout05 .title-con21 [class*='btn-more']{right:40px;}
}

/* ---- ##title-con22 ---- */
.title-con22{padding:0 20px;}
.title-con22 [class*='btn-more']{right:20px;}
.title-con22 [class*='btn-more02']{right:0;}
/* .title-con22 + .list-type01{padding-top:0;} */

/* ---- ##title-con23 ---- */
/* 테마별 탭메뉴 */
.title-con23{overflow:hidden;}
.title-con23 .tab-type11{padding-right:20px;padding-left:20px;}


/* =============== ####Form ======================== */
input.text01{position:relative;padding:0 14px;box-sizing:border-box;height:29px;border-radius:14px;border:1px solid #8f9192;background-color:#fff;font-size:16px;line-height:1.564367;outline:0;color:#8f9192;vertical-align:middle;}
/* input.text01[readonly]{}
input.text01[disabled]{} */
input.text01:focus{z-index:1;border:1px solid #096dd3;color:#096dd3;}
input.text01::-webkit-input-placeholder{font-size:15px;line-height:1.564367;color:#8f9192;}
input.text01:-ms-input-placeholder{font-size:15px;line-height:1.564367;color:#8f9192;}
input.text01::placeholder{font-size:15px;line-height:1.564367;color:#8f9192;}

/* ---- ##input text ---- */
.label-con-text01{padding:3px 0;}
.label-con-text01 .btn-remove01{position:absolute;top:7px;right:4.5px;}

/* ---- ##input date ---- */
/* .label-con-date01 하위에 .text01에 들어가면 높이 29px */
.label-date-wrap{}
.label-con-date01{padding:3px 0;height:29px;}
.label-con-date01 input{-webkit-appearance:none;position:absolute;left:0;top:3px;width:100%;line-height:27px;}
.label-con-date01 [type="text"]{z-index:1;}
.label-con-date01 [type="text"].text01{padding-left:10px;padding-right:10px;font-size:13px;text-align:center;}
.safari .label-con-date01 [type="text"].text01:empty{padding-top:4px;}
.label-con-date01 [type="date"]{opacity:0;z-index:5;}
.label-con-date01 [type="date"]::-webkit-inner-spin-button{display:none;}
.label-con-date01 [type="date"]::-webkit-calendar-picker-indicator{position:absolute;top:0;right:0;z-index:1;width:100%;height:100%;}
.label-date-wrap.active [type="text"]{border:1px solid #096dd3;}

/* ---- ##폼요소 스타일 공통 (공통&일반) ---- */
/* label-con-* : 3음절
 * label-con-wrap
 * label-con-radio01
 * label-con-check01
 * label-con-toggle01 */

/* input type search 일 때 활성화 border의 radius를 방지한다  */
.input01,
.input01:focus{-webkit-appearance:none;-webkit-border-radius:0;border-radius:0;}

[class*='label-con-']{display:inline-block;position:relative;}
input.radio01,
input.check01,
input.toggle01{position:absolute;left:0;top:0;z-index:1;width:100%;height:100%;border:none;line-height:0;font-size:0;opacity:0;}
[class*='label-con-'] ~ .txt-mark01{display:inline-block;height:29px;padding:3px 0;font-size:16px;line-height:29px;vertical-align:middle;}
[class*='label-con-'] .txt-label01{padding-left:22px;color:#8f9192;}
[class*='label-con-'] .txt-label01.hide{width:18px;padding-left:0;text-indent:-9999px;}
[class*='label-con-'] .txt-label01:before,
[class*='label-con-'] .txt-label01:after{content:'';position:absolute;border-radius:50%;}
[class*='label-con-'] .txt-label01:before{left:0;top:9px;width:14px;height:14px;border:1px solid #8f9192;}
[class*='label-con-'] .txt-label01:after{left:3px;top:12px;width:10px;height:10px;background-color:#8f9192;}
/* 활성화 */
[class*='label-con-'].active .txt-label01,
[class*='label-con-'] input:checked~.txt-label01{color:#0068d1;}
[class*='label-con-'].active .txt-label01:before,
[class*='label-con-'] input:checked~.txt-label01:before{border-color:#0068d1;}
[class*='label-con-'].active .txt-label01:after,
[class*='label-con-'] input:checked~.txt-label01:after{background-color:#0068d1;}

/* ---- ##토글 버튼  ---- */
.label-con-toggle01 .txt-label01{padding-left:0;}
.label-con-toggle01 .txt-label01:before,
.label-con-toggle01 .txt-label01:after{display:none;}
.toggle-box01{display:inline-block;position:relative;width:40px;height:24px;margin-top:6px;margin-right:4px;border-radius:18px;background-color:#999;
-webkit-transition:background-color linear 0.08s;
transition:background-color linear 0.08s;}
.toggle-box01 .obj01{position:absolute;top:1px;left:1px;width:20px;height:20px;border:1px solid #999;border-radius:50%;background-color:#fff;
-webkit-transition:left linear 0.08s;
transition:left linear 0.08s}
/* 활성화 */
[class*='label-con-'].active .toggle-box01,
[class*='label-con-'] input:checked~.toggle-box01{background-color:#0068d1;}
[class*='label-con-'].active .toggle-box01 .obj01,
[class*='label-con-'] input:checked~.toggle-box01 .obj01{left:17px;border-color:#0068d1;}
[class*='label-con-'] .txt-label01 .txt-off{display:inline-block;}
[class*='label-con-'] .txt-label01 .txt-on{display:none;}
[class*='label-con-'].active .txt-label01 .txt-off,
[class*='label-con-'] input:checked~.txt-label01 .txt-off{display:none;}
[class*='label-con-'].active .txt-label01 .txt-on,
[class*='label-con-'] input:checked~.txt-label01 .txt-on{display:inline-block;}

/* ---- ##검색  ---- */
/* search-type01 : 전체메뉴 / #svgIcon003
 * search-type02 : 검색결과 페이지 / #svgIcon004 */
/* btn-srch$$ : 공통 */
[class*='btn-srch0'] .ir-txt{background:url(../img/sprites_object01.svg) -250px -50px / 300px auto no-repeat;}
/* btn-srch01 : 검색 결과 실행 */
[class*='btn-srch01']{position:relative;width:42px;height:40px;}
[class*='btn-srch01'] .ir-txt{width:18px;height:18px;margin:-9px 0 0 -9px;background-position-y:-75px;}
/* btn-srch02 : 검색 팝업 열기, 검색 결과 페이지 이동 */
[class*='btn-srch02']{position:relative;width:42px;height:40px;}
[class*='btn-srch02'] .ir-txt{width:20px;height:20px;margin:-10px 0 0 -10px;background-position-y:-50px;}

/* search-type01 */
.search-type01{position:relative;z-index:0;box-sizing:border-box;height:44px;border-radius:4px;border:1px solid #eee;background-color:#fafafa;}
.search-type01 .input01{display:block;position:absolute;top:0;left:0;width:-webkit-calc(100% - 8px);width:calc(100% - 8px);height:42px;padding-left:8px;border:transparent;outline:none;background:transparent;font-weight:bold;font-size:18px;line-height:42px;color:#000;letter-spacing:0;}
.search-type01 .txt-label02{width:100%;height:44px;margin-left:8px;font-weight:500;font-size:18px;line-height:45px;color:#c8c8c8;letter-spacing:-0.45px;}
.search-type01 .btn-remove02{opacity:0;position:absolute;top:2px;right:42px;background-color:#fafafa !important;
-webkit-transition:opacity 0.2s ease-in;
transition:opacity 0.2s ease-in;}
.search-type01 .input01:focus~.txt-label02,
.search-type01 .input01:valid~.txt-label02{color:transparent;}
.search-type01 [class*="btn-srch"]{position:absolute;top:1px;right:0;border-radius:4px;background-color:#fafafa !important;}
.search-type01.active [class*="btn-srch"] .ir-txt,
.search-type01.active.key-back [class*="btn-srch"] .ir-txt{background-position-x:-275px;}
.search-type01.active .btn-remove02{opacity:1;}

/* search-type02 */
.search-type02{position:relative;z-index:0;box-sizing:border-box;height:48px;margin:0 16px;border:3px solid #0068d1;}
.search-type02 .input01{position:absolute;top:0;left:0;z-index:-1;height:100%;padding-left:20px;border:none;font-weight:bold;font-size:19px;color:#0068d1;
width:-webkit-calc(100% - 68px);width:calc(100% - 68px);}
.search-type02 .btn-srch01{position:absolute;top:0;right:0;z-index:-1;}
.search-type02 .txt{width:100%;height:42px;color:transparent;cursor:pointer;}

/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.search-type02{margin:0 23px;}
}

/* =============== ####List text ======================== */
/* ---- ##list-text$$ (텍스트 목록) ---- */
/* list-search : 실시간 뉴스 검색 목록
 * list-text01 : 기본 (좌측정렬)
 * list-text02 : 전체메뉴 - 세부메뉴
 * list-text03 : 전체메뉴 - 하단메뉴
 * list-text04 : 전체메뉴 - 프로모션 버튼목록
 * list-text05 : 푸터 텍스트 링크 (초본)
 * list-text06 : 본문 - 해시태그 키워드 링크
 * list-text07 : 기자 정보
 * list-text08 : 기자선택
 * list-text09 : 콘텐츠 구분선택(4열배치)
 * list-text10 : 기자 별 페이지 상단 기자 프로필
 * list-text11 : 기자 별 페이지 해시태그 키워드 링크
 * list-text12 : 푸터 텍스트 링크 (2020-04-29)
 * list-text13 : 푸터 텍스트 링크 (2020-04-29) */

/* ---- ##list-search (실시간 뉴스 검색 목록) ---- */
.list-search .list>li+li{margin-top:4px;}
.list-search .list>li{overflow:hidden;display:block;}
.list-search .list>li .txt{overflow:hidden;display:block;position:relative;height:41px;font-weight:500;font-size:18px;line-height:41px;color:#000;letter-spacing:-0.45px;text-overflow:ellipsis;white-space:nowrap;}
.list-search .list>li .txt em{font:inherit;color:#e1445f;}

/* ---- ##list-text01 ---- */
.list-text01 .list>li{margin-top:4px;}
.list-text01 .list>li:first-child{margin-top:0;}
.list-text01 .list>li .txt{display:inline-block;position:relative;height:36px;font-weight:700;font-size:14px;line-height:36px;;color:#000;}

/* ---- ##list-text02 : 전체메뉴 - 세부메뉴 ---- */
.list-text02{overflow:hidden;}
.list-text02 .list{margin-top:-5px;}
.list-text02 .list:after{content:'';display:block;clear:both;}
.list-text02 .list>li{float:left;width:50%;margin-top:7px;}
.list-text02 .list>li .txt{display:inline-block;position:relative;height:40px;font-weight:700;font-size:18px;line-height:40px;color:#000;letter-spacing:-0.45px;}
.list-text02 .list>li.active .txt{color:#0068d1;}
.list-text02 .list>li.active .txt:before{content:'현재 메뉴';overflow:hidden;display:inline-block;position:absolute;width:1px;height:1px;box-sizing:border-box;padding-left:1px;white-space:nowrap;opacity:0;}
.list-text02 .txt+.ico-new02{margin-top:12px;margin-left:6px;vertical-align:top;}

.list-text02 .list>li .txt.wbc{color:#ED1654;}

/* ---- ##list-text03 : 전체메뉴 - 하단메뉴 ---- */
.list-text03 .list{margin:-1px 0 0 -4px;font-size:0;}
.list-text03 .list>li{display:inline-block;margin-top:1px;}
.list-text03 [class*="txt"]{display:inline-block;position:relative;height:32px;padding:0 4px;font-weight:400;font-size:13px;line-height:32px;color:#666;letter-spacing:-0.33px;}
.list-text03 .txt01{color:#000;}

/* ---- ##list-text04 : 전체메뉴 - 프로모션 버튼목록 ---- */
.list-text04 .list{font-size:0;white-space:nowrap;}
.list-text04 .list>li{display:inline-block;width:auto;min-width:205px;margin-left:10px;}
.list-text04 .list>li:first-child{margin-left:0;}
.list-text04 .list>li>a{display:block;}
.list-text04 .list>li>a+a{margin-top:7px;}
.list-text04 [class*='item']{overflow:hidden;position:relative;height:41px;padding-left:52px;}
.list-text04 [class*='item'] .txt-con{padding-right:10px;}
.list-text04 [class*='item'] .txt-con .tit{display:block;padding-top:2px;font-size:14px;line-height:24px;color:#000;letter-spacing:-0.025em;}
.list-text04 [class*='item'] .txt-con .desc{display:block;font-size:11px;line-height:14px;color:#888;letter-spacing:-0.025em;}
.list-text04 [class*='item'] .img-con{position:absolute;top:0;left:0;width:41px;height:41px;background:url(../img/sprites_default02.png?v=20230405_1600) 0 0 no-repeat;background-size:400px auto;}

/* ---- ##프로모션 섬네일 ---- */
/* item01 : 뉴스 제보하기  ||  item02 : 연합뉴스 유튜브
 * item03 : 연합뉴스 네이버채널  ||  item04 : 통통컬쳐
 * item05 : 통통테크  ||  item06 : 한반도N
 * item07 : Korea Now  ||  item08 : North Korea Now
 * item09 : #흥  ||  item10 : #D
 * item11 : 연합뉴스TV  ||  item12 : 한민족센터
 * item13 : 한류기획단 K-ODYSSEY */
.list-text04 .item01 .img-con{background-position:-350px 0;}
.list-text04 .item02 .img-con{background-position:-350px -50px;}
.list-text04 .item03 .img-con{background-position:-350px -100px;}
.list-text04 .item04 .img-con{background-position:-350px -150px;}
.list-text04 .item05 .img-con{background-position:-350px -200px;}
.list-text04 .item06 .img-con{background-position:-350px -250px;}
.list-text04 .item07 .img-con{background-position:-350px -300px;}
.list-text04 .item08 .img-con{background-position:-350px -350px;}
.list-text04 .item09 .img-con{background-position:-350px -400px;}
.list-text04 .item10 .img-con{background-position:-300px 0;}
.list-text04 .item11 .img-con{background-position:-300px -50px;}
.list-text04 .item12 .img-con{background-position:-300px -100px;}
.list-text04 .item13 .img-con{background-position:-300px -150px;}

/* ---- ##list-text05 : 푸터 링크 (텍스트 링크) ---- */
.list-text05{font-size:0;}
.list-text05 ul{display:block;font-size:0;text-align:left;}
.list-text05 li{display:inline-block;box-sizing:border-box;height:25px;}
.list-text05 li+li{margin-left:5px;}
.list-text05 a{display:inline-block;padding:0 4px;font-size:13px;line-height:25px;color:#666;letter-spacing:-0.3px;}
.list-text05 .txt01{color:#111;}

/* ---- ##list-text06 : 해시태그 키워드 링크 - 본문 사용 ---- */
.list-text06{font-size:0;}
.list-text06.style01{text-align:right;}
.list-text06>li{display:inline-block;margin:0 12px 2px 0;line-height:31px;}
.list-text06>li>a{display:inline-block;position:relative;padding:0 2px;font-size:13px;line-height:inherit;color:#0068d1;vertical-align:top;}
.list-text06 .ico-type05{position:relative;top:50%;left:0;margin-top:12px;margin-right:2px;}

/* ---- ##list-text07 : 기자 정보 ---- */
.list-text07.style01{text-align:right;}
.list-text07>a{display:inline-block;}
.list-text07 .img-con{display:inline-block;width:34px;height:34px;vertical-align:top;}
.list-text07 .img-con img{width:100%;}
.list-text07 .txt-con{display:inline-block;position:relative;height:34px;margin-left:10px;text-align:left;vertical-align:top;}
.list-text07 .tit-name{display:block;font-size:15px;line-height:100%;color:#000;}
.list-text07 .btn-more04{position:absolute;bottom:-6px;left:0;}

/* ---- ##list-text08 : 기자선택 / #svgIcon611 ---- */
.list-text08{overflow:hidden;width:100%;}
.list-text08 .list{font-size:0;white-space:nowrap;}
.list-text08 .list>li{display:inline-block;width:auto;margin-left:10px;}
.list-text08 .list>li:first-child{margin-left:0;padding-left:16px;}
.list-text08 .list>li:last-child{padding-right:16px;}
.list-text08 .list>li>a{display:block;}
.list-text08 .img-con{display:inline-block;width:49px;height:49px;vertical-align:middle;}
.list-text08 .img-con img{width:49px;height:49px;vertical-align:top;}
.list-text08 .txt-con{display:inline-block;width:85px;margin-left:15px;box-sizing:border-box;white-space:normal;word-break:keep-all;vertical-align:middle;}
.list-text08 .txt-con.type01{width:130px;}
.list-text08 .txt-con .tit{font-weight:bold;font-size:16px;line-height:1.463739;color:#000;}
.list-text08.style01 .txt-con{padding-right:10px;}
.list-text08.style01 .list>li:first-child{margin-left:0;padding-left:22px;}
.list-text08.style01 .list>li:last-child{padding-right:22px;}
.list-text08.style01 .list>li>a{position:relative;padding:5px 18px 5px 5px;border:2px solid #d3d6d7;border-radius:20px;}
.list-text08.style01 .list>li>a:before{content:'';position:absolute;right:10px;top:50%;width:16px;height:11px;background:url(../img/sprites_object01.svg) -250px -375px / 300px auto no-repeat;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);}
.list-text08.style01 .list>li.active>a{border-color:#0068d1;}
.list-text08.style01 .list>li.active>a:before{background-position-x:-275px;}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.list-text08 .list>li:first-child{padding-left:20px;}
	.list-text08 .list>li:last-child{padding-right:20px;}
	.list-text08.style01 .list>li:first-child{padding-left:29px;}
	.list-text08.style01 .list>li:last-child{padding-right:29px;}
}

/* ---- ##list-text09 : 콘텐츠 구분선택(4열배치) ---- */
.list-text09{overflow:hidden;}
.list-text09 .list{margin-top:-22px;}
.list-text09 .list:after{content:'';display:block;clear:both;}
.list-text09 .list>li{float:left;width:25%;margin-top:22px;}
.list-text09 .list>li>a{display:block;width:67px;margin:0 auto;text-align:center;}
.list-text09 .img-con{overflow:hidden;display:inline-block;position:relative;width:49px;height:49px;border-radius:13px;}
.list-text09 .img-con img{position:absolute;top:0;left:50%;width:auto;height:100%;
-webkit-transform:translateX(-50%);
transform:translateX(-50%);}
.list-text09 .txt-con{margin-top:4px;}
.list-text09 .txt-con .tit{overflow:hidden;display:block;height:22px;font-size:14px;line-height:22px;color:#000;text-align:center;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;}

/* ---- ##list-text10 : 기자별 리스트 상단 기자정보 ---- */
.list-text10{overflow:hidden;position:relative;height:49px;font-size:0;}
.list-text10.style01{text-align:right;}
.list-text10 .img-con{overflow:hidden;display:inline-block;position:relative;width:49px;height:49px;border-radius:14px;vertical-align:top;}
.list-text10 .img-con img{width:100%;}
.list-text10 .txt-con{display:inline-block;position:relative;height:49px;margin-left:15px;text-align:left;vertical-align:top;}
.list-text10 .tit-name{display:block;height:49px;font-weight:bold;font-size:24px;line-height:49px;color:#000;}
.list-text10 .info-txt{margin-top:13px;}
.list-text10 .info-txt p{font-size:14px;line-height:22px;color:#636363;}

/* ---- ##list-text11 : 키워드 리스트 ---- */
/* style01 : 우측정렬 - 기자별 리스트 사용
 * style02 : 비활성화에 border 제거 - 이슈본문 사용 */
.list-text11{overflow:hidden;font-size:0;}
.list-text11.style01{text-align:right;}
.list-text11>li{display:inline-block;margin:0 5px 3px 0;padding:3px 0;line-height:31px;}
.list-text11>li>a{display:inline-block;position:relative;box-sizing:border-box;height:29px;padding:0 14px;background:#fff;border:1px solid #0068d1;border-radius:14px;font-size:14px;line-height:27px;color:#0068d1;vertical-align:middle;}
.list-text11 .ico-type05{top:inherit;left:inherit;margin-top:6px;margin-right:3px;}
.list-text11>li.active>a{background:#2868ca;border:1px solid #2868ca;color:#fff;}
.list-text11.style02>li>a{border:0;}

/* ---- ##list-text12 : 푸터 링크 (2020-04-29) ---- */
/* 링크 : 뉴스제보, 회사소개 */
.list-text12{overflow:hidden;font-size:0;}
.list-text12 .list{margin:0 auto;}
.list-text12 li+li{margin-top:5px;}
.list-text12 a{padding:0 4px;}
.list-text12 .tit01,
.list-text12 .txt01{display:inline-block;line-height:25px;vertical-align:middle;}
.list-text12 .tit01{font-size:14px;color:#fff;}
.list-text12 .txt01{font-size:13px;color:#c8c8c8;}
.list-text12 .tel{display:inline-block;margin-left:-4px;font:inherit;}
.list-text12 .tit01+.txt01{margin-left:6px;}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.list-text12.style01{text-align:center;}
	.list-text12 li{display:inline-block;}
	.list-text12 li+li{margin:0 0 0 16px;}
}

/* ---- ##list-text13 : 푸터 링크 (2020-04-29) ---- */
/* 링크 : 로그인, 사이트맵, PC버전 */
.list-text13>ul{width:257px;margin:0 auto 34px auto;font-size:0;text-align:center;}
.list-text13>ul>li{display:inline-block;box-sizing:border-box;width:62px;}
.list-text13>ul>li a{display:inline-block;padding:0 3.5px;font-size:14px;line-height:25px;color:#fff;}
.list-text13>ul>li:nth-child(3n-2){text-align:right;}
.list-text13>ul>li:nth-child(3n-1){width:73px;margin:0 30px;text-align:center;}
.list-text13>ul>li:nth-child(3n-3){text-align:left;}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.list-text13>ul{width:auto;margin:0;}
	.list-text13>ul>li{width:auto !important;margin:0 !important;text-align:left !important;}
	.list-text13 li+li{margin-left:16px !important;}
	.list-text13>ul>li a{padding:0 4px;}
}

/* =============== ####List type ======================== */
/* ---- ##top-area ---- */
/* top-area type별 클래스명
 * top-area01 : 메인
 * top-area02 : 본문
 * top-area03 : 섹션기본
 * top-area04 : 비주얼뉴스 홈 */
[class*='top-area']{position:relative;}
[class*='top-area'] [class*='logo-yna']{position:absolute;}
[class*='top-area'] [class*='btn-menu']{position:absolute;top:0;right:0;}
.top-area01{height:54px;padding:0 54px 0 145px;}
.top-area02{height:54px;padding:0 54px 0 145px;}
.top-area03{height:50px;padding:0 50px 0 55px;border-bottom:1px solid #d3d6d7;}
.top-area04{height:50px;padding:0 50px 0 52px;}
.top-area01.active{height:50px;padding:0 54px 0 52px;background-color:#e6e9ec;}
.top-area02.active{height:50px;padding:0 50px 0 108px;border-bottom:1px solid #d3d6d7;}
.top-area01 [class*='logo-yna']{top:6px;left:8px;}
.top-area02 [class*='logo-yna']{top:6px;left:8px;}
.top-area03 [class*='logo-yna']{top:4px;left:4px;}
.top-area04 [class*='logo-yna']{top:4px;left:4px;}
.top-area01.active [class*='logo-yna']{top:4px;left:4px;}
.top-area02.active [class*='logo-yna']{top:4px;left:10px;}
/* 스크롤다운 관련 이벤트 */
[class*='top-area'].active{}

/* ---- ##list-type01,02(기사 목록 (일반)) ---- */
/* list-type01 : Thumbnail
 * list-type02 : Single Line Text */

/* list-type 공통 */
[class*='list-type'] .list>li:last-child{margin-bottom:0;}
[class*='list-type'] [class*='item-box']>a{display:block;}
/* 공통 - 섬네일 */
[class*='list-type'] .img{position:relative;width:100%;border-radius:4px;}
[class*='list-type'] .img:after{content:'';display:block;clear:both;position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border-radius:4px;border:1px solid rgba(0, 0, 0, 0.04);}
[class*='list-type'] .img img{width:100%;height:auto;}
/* 공통 - 제목 */
[class*='list-type'].medium [class*='tit-news'],
[class*='list-type'] [class*='tit-news'].medium{font-weight:500;}
[class*='list-type'].bold [class*='tit-news'],
[class*='list-type'] [class*='tit-news'].bold{font-weight:700;}
[class*='list-type'] [class*='tit-news']{overflow:hidden;font-size:16px;line-height:1.530273;font-weight:500;word-break:keep-all;letter-spacing:-0.4px;}
/* 공통 - 어깨제목
 * .tit-wrap>.txt-tag : (블록) 기사제목 상단 배치, 한줄
 * .tit-wrap .tit-news .txt-tag : (인라인) 기사제목 앞부분 배치, 폰트크기 동일
 * txt-tag01 기사제목 상단 배치 */
[class*='list-type'] [class*='txt-tag0']{display:block;line-height:1.435265;color:#0068d1;letter-spacing:-0.35px;}
[class*='list-type'] [class*='tit-news'] .txt-tag{display:inline-block;margin-right:4px;padding-top:0.05em;font-weight:inherit;}
[class*='list-type'] .txt-tag01{padding-bottom:2px;font-weight:500;font-size:14px;}
[class*='list-type'] [class*='txt-tag'].color02,
[class*='list-type'] [class*='tit-news'].color02 [class*='txt-tag']{color:#fa3a3a;}
/* 공통 - 리드문 */
[class*='list-type'] .lead{overflow:hidden;display:-webkit-box;height:1.886792em;color:#4a4a4a;font-size:13px;line-height:1.886792;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-wrap:break-word;}
[class*='list-type'] .lead:empty{display:none;}
/* 공통 - 송고시간 */
[class*='list-type'] .txt-time{font-size:13px;line-height:1.722725;color:#4a4a4a;}
/* 공통 - 추가정보 표시 */
[class*='list-type'] [class*='news-con'] .btn-type04{min-width:0;width:16px;height:25px;padding:0;}

/* ---- ##공통 - 관련뉴스 목록 (일반) ---- */
/* list-related01 : 톱기사 (기본)
 * list-related02 : 주요기사, 이슈 메인 (구)
 -- list-related02 .txt : 제목 두줄 */
[class*='list-related0'] ul{position:relative;}
[class*='list-related0'] li a{overflow:hidden;position:relative;display:block;width:100%;height:30px;box-sizing:border-box;padding-left:12px;font-size:15px;color:#000;line-height:30px;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-0.4px;}
[class*='list-related0'] li a:before{content:'';position:absolute;top:50%;left:4px;width:2px;height:2px;border-radius:50%;background-color:#aaa;}
[class*='list-related0'] li a .txt{overflow:hidden;display:block;width:100%;text-overflow:ellipsis;white-space:nowrap;}
[class*='list-related0'] li.hide{display:none;}
[class*='list-related0'] li.show{display:block;}
.list-related02 li a{height:28px;font-size:13px;line-height:28px;}

/* ---- ##list-related11 : 이슈돋보기 (메인) ---- */
/* 클래스명 변경 : list-related02 → list-related11 */
.list-related11 li{margin-bottom:1px;}
.list-related11 li:last-child{margin-bottom:0}
.list-related11 li a{display:block;padding:8px 16px;}
.list-related11 li a .txt{overflow:hidden;display:-webkit-box;height:44px;font-size:15px;line-height:22px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}

/* ---- ##has-flex : 주요기사기사 하단 (2019년) ---- */
.has-flex [class*='news-con']:after{content:'';display:block;height:1.530273em;width:100%;}
.has-flex .btns{position:absolute;bottom:-4px;left:0;} /* 더보기 버튼 */
.has-flex .btns .btn-more04{position:relative;bottom:-2px;} /* btn-more04 버튼 재설정 */
.has-flex [class*='news-con'] .lead{display:none;} /* 리드문 숨김 처리 */
.has-flex .list-related01,
.has-flex.active .btns,
.has-flex.active [class*='news-con']:after{display:none;} /* 상태변경 */
.has-flex.active .list-related01{display:block;} /* 상태변경 */

/* ---- ##info-list01 : 이슈 기사건수 노출 ---- */
.info-list01{font-size:0;}
.info-list01>li,
.info-list01>p{display:inline-block;font-size:11px;line-height:16px;color:#666;}
.info-list01>li:before,
.info-list01>p:before{content:'·';display:inline-block;width:11px;text-align:center;}
.info-list01>li:first-child:before,
.info-list01>p:first-child:before{display:none;}
.info-list01 strong{font-weight:500;color:#0068d1;}
.info-list01 em{font-weight:normal;color:#0068d1;}

/* ---- ##info-list02 : 이슈 기사건수 노출 ---- */
.info-list02{font-size:0;line-height:1;}
.info-list02>li,
.info-list02>p{display:inline-block;margin-left:6px;font-size:12px;line-height:16px;color:#666;}
.info-list02>li:first-child,
.info-list02>p:first-child{margin-left:0;}
.info-list02 strong{font-weight:500;color:#0068d1;}
.info-list02 em{font-weight:normal;color:#0068d1;}

/* ---- ##list-type01 : Thumbnail - 가로형 ---- */
.list-type01 .list>li{position:relative;margin-bottom:16px;}
.list-type01 .item-box>a{position:relative;height:66px;padding-right:127px;}
.list-type01 .img-con .img{display:block;position:absolute;top:0;right:0;width:100px;height:66px;}
.list-type01 .img-con .img img{display:block;width:100%;}
.list-type01 .news-con{position:relative;display:table-cell;height:66px;font-size:initial;vertical-align:middle;}
.list-type01 .news-con .tit-wrap{display:table-cell;height:3em;vertical-align:middle;}
.list-type01 .news-con .tit-news{display:-webkit-box;max-height:3em;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.list-type01 .has-flex .btns .btn-more03.style08{top:3px;}
/* 섬네일 좌측배치 */
.list-type01.pos-style02 .item-box>a{padding-left:121px;padding-right:0;}
.list-type01.pos-style02 .img{left:0;right:auto;}
.list-type01.pos-style02 .btns{left:121px;}

/* ---- ##list-type02 : Single Line Text ---- */
.list-type02 .list>li{position:relative;margin-bottom:1px;}
.list-type02 .img-con{display:none;}
.list-type02 [class*='news-con']{overflow:hidden;height:25px;padding:13px 0 11px;white-space:nowrap;}
.list-type02 [class*='news-con'] .tit-news{max-width:100%;line-height:25px;text-overflow:ellipsis;box-sizing:border-box;vertical-align:top;white-space:nowrap;}
.list-type02 [class*='news-con'] .lead{display:none;}
.list-type02 [class*='news-con'] .info-box{overflow:hidden;display:inline-block;line-height:25px;text-align:right;vertical-align:top;white-space:nowrap;}

/* [추가정보 영역]
 * .news-con01 : 아이콘 (컨텐츠 유형)
 * .news-con02 : 송고시간 (한자리 수 + 두 글자 / 두자리 수 + 한 글자)
 * .news-con03 : 댓글정보 (아이콘 + 세자리 수) */
.list-type02 [class*='news-con']:not(.news-con){display:inline-block;position:relative;max-width:100%;height:49px;box-sizing:border-box;vertical-align:top;}
.list-type02 [class*='news-con']:not(.news-con) .tit-news{display:inline-block;margin-right:0;padding-right:0;}
.list-type02 [class*='news-con']:not(.news-con) .info-box{position:absolute;top:50%;right:0;margin-top:-12.5px;font-size:12px;color:#4a4a4a;text-align:left;}
.list-type02 .news-con01{padding-right:32px;}
.list-type02 .news-con02{padding-right:55px;}
.list-type02 .news-con03{padding-right:45px;}
.list-type02 .news-con01 .info-box{width:24px;padding-top:1px;}
.list-type02 .news-con02 .info-box{width:52px;padding-top:1px;}
.list-type02 .news-con03 .info-box{width:37px;padding-top:2px;}
/* [순위] */
.list-type02.number01 .list{counter-reset:number01;list-style-type:none;}
.list-type02.number01 [class*='news-con']{position:relative;padding-left:18px;}
.list-type02.number01 [class*='news-con']:before{counter-increment:number01;content:counter(number01,decimal);position:absolute;left:0;top:12.5px;padding-top:0.1em;font-size:0.94em;line-height:1.53;color:#4a4a4a;}
.list-type02.number01 .list>li:first-child [class*='news-con']:before{font-weight:bold;color:#0068d1;}
.list-type02.number01 .list>li:first-child [class*='news-con'] .tit-news{font-weight:bold;}
/* [특정 기사 강조]
 * .item-style01 : 작은 섬네일 노출 (오른쪽)
 * .item-style02 : 작은 섬네일 노출 (왼쪽)
 * .item-style03 : 큰 섬네일 노출 (한줄 말줄임)
 * .item-style04 : 큰 섬네일 노출 (말줄임 없음) */
/* [작은 섬네일 공통] */
.list-type02 .item-style01,
.list-type02 .item-style02{margin-bottom:15px;}
.list-type02 .has-flex.active .item-style01,
.list-type02 .has-flex.active .item-style02{margin-bottom:0;}
.list-type02 .list>li .item-style01,
.list-type02 .list>li .item-style02{padding-top:16px;}
.list-type02 .list>li:last-child .item-style01,
.list-type02 .list>li:last-child .item-style02{margin-bottom:0;}
.list-type02 .item-style01>a,
.list-type02 .item-style02>a{position:relative;display:block;height:66px;}
.list-type02 .item-style01 .img-con,
.list-type02 .item-style02 .img-con{display:block;}
.list-type02 .item-style01 .img-con .img,
.list-type02 .item-style02 .img-con .img{display:block;position:absolute;top:0;width:100px;height:66px;}
.list-type02 .item-style01 .img-con .img img,
.list-type02 .item-style02 .img-con .img img{width:100%;/* height:100%; */}
.list-type02 .item-style01 [class*='news-con'],
.list-type02 .item-style02 [class*='news-con']{position:relative;display:table-cell;top:-2px;width:100%;height:66px;padding:0;white-space:normal;vertical-align:middle;}
.list-type02 .item-style01 [class*='news-con'] .lead,
.list-type02 .item-style02 [class*='news-con'] .lead{display:-webkit-box;}
.list-type02 .item-style02 [class*='news-con'] .lead:empty{display:none;}
.list-type02 .item-style01 [class*='news-con'] .tit-wrap,
.list-type02 .item-style02 [class*='news-con'] .tit-wrap{display:table-cell;width:100%;height:3em;vertical-align:middle;white-space:normal;}
.list-type02 .item-style01 [class*='news-con'] .tit-news,
.list-type02 .item-style02 [class*='news-con'] .tit-news{display:-webkit-box;width:100%;max-height:3.060546em;margin:0;padding:0;font-weight:bold;line-height:1.530273;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;}
.list-type02 .item-style01 [class*='news-con']>.info-box,
.list-type02 .item-style02 [class*='news-con']>.info-box{display:none;}
/* [작은 섬네일 공통] - 특정 기사 강조 + 관련뉴스 */
.list-type02 .has-flex .item-style01 [class*='news-con'] .lead,
.list-type02 .has-flex .item-style02 [class*='news-con'] .lead{display:none;}
/* item-style01 */
.list-type02 .item-style01>a{padding-right:127px;}
.list-type02 .item-style01 .img-con .img{right:0;}
/* item-style02 */
.list-type02 .item-style02>a{padding-left:121px;}
.list-type02 .item-style02 .img-con .img{left:0;}
.list-type02 .has-flex .item-style02~.btns{left:121px;}
/* [큰 섬네일 공통] */
.list-type02 .list>li .item-style03,
.list-type02 .list>li .item-style04{padding-top:16px;}
.list-type02 .item-style03 .img-con,
.list-type02 .item-style04 .img-con{display:block;}
.list-type02 .item-style03 .img-con .img,
.list-type02 .item-style04 .img-con .img{width:100%;border-radius:4px;}
.list-type02 .item-style03 .img-con .img img,
.list-type02 .item-style04 .img-con .img img{width:100%;height:auto;}
/* [큰 섬네일 비율고정] */
.list-type02 .item-style03 .img-con .img.img-cover,
.list-type02 .item-style04 .img-con .img.img-cover{width:100%;height:0;}
/* item-style03 */
.list-type02 .item-style03 .tit-news{display:block;}
/* item-style04 */
.list-type02 .item-style04 [class*='news-con']{height:auto;white-space:normal;}
.list-type02 .item-style04 .tit-news{display:inline-block;margin:0;padding:0;font-weight:bold;line-height:1.530273;white-space:normal;}
.list-type02 .item-style04 [class*='news-con']>.info-box{display:none;}
.list-type02 .item-style04 .tit-news .info-box{overflow:hidden;display:inline-block;position:relative;top:2px;width:auto;margin-left:5px;font-weight:normal;font-size:12px;line-height:24px;color:#4a4a4a;}
.list-type02 .item-style04 .tit-news .info-box [class*='btn-type']{height:24px;}
.list-type02 .item-style04 .tit-news .info-box .btn-type04{height:22px;}

/* ---- ##기사 목록 (슬라이드) ---- */
/* 기사 목록 : list-type (슬라이드)
 * list-type03 : 영상, 포토/화보 (adv-list03)
 * list-type04 : #흥, #D, 월드&포토 (adv-list04)
 * list-type05 : 이슈돋보기
 * list-type06 : 그래픽
 * list-type07 : 포토
 * list-type08 : 포토무비
 * list-type09 : 투데이
 * list-type10 : 라이프 - 여행/축제
 * list-type11 : 라이프 - 사람들
 * list-type12 : 삭제
 * list-type13 : 삭제
 * list-type14 : 영상기사 목록
 * list-type15 : 화보기사 목록
 * list-type16.style01 : 포토 - 좌우배치
 * list-type16.style02 : 포토 - 섬네일 모음
 * list-type17.style01 : 넘겨보기
 * list-type17.style02 : 모아보기 */

/* ---- ##슬라이드 공통 ---- */
.slide-area{overflow:hidden;}
.slide-area .list{font-size:0;white-space:nowrap;}
.slide-area .list>li{display:inline-block;vertical-align:top;font-size:initial;white-space:normal;}
.slide-area.swiper-wrapper .list{white-space:normal;}
.slide-area.swiper-wrapper .list>li{display:block;}
.slide-area [class*='item-box']{position:relative;}
.slide-area .item-box>a{display:block;}
.slide-area [class*='img-con']{position:relative;}
.slide-area [class*='img-con'] .img{overflow:hidden;position:relative;}
.slide-area [class*='img-con'] .img img{display:block;width:100%;height:auto;}
.slide-area [class*='img-con'] .label-box{position:absolute;bottom:10px;right:10px;}
.slide-area [class*='img-con'] .info-box{position:absolute;top:0;right:0;}
.slide-area [class*='news-con']{box-sizing:border-box;}
.slide-area [class*='news-con'] .tit-news{display:-webkit-box;width:100%;height:44px;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:-0.4px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.slide-area .info-box01{position:absolute;left:12px;max-width:50%;}
.slide-area .info-box02{position:absolute;right:12px;max-width:50%;}

/* ---- ##list-type03 : 영상, 포토/화보 ---- */
/* item-box : 기본
 * item-box01 : 쉐도우(news-con의 padding이 달라짐)
 -- 쉐도우 일 때 섬네일 라운드 상단만 적용
 -- news-con$$ 에서 margin-bottom 은 쉐도우 노출을 위해 필요한 기본 값
 * news-con : 기본 - 영상
 * news-con01 : 하단 버튼 없을 때 - 포토/화보 */
.list-type03{overflow:hidden;position:relative;}
.list-type03 .slide-area{overflow:visible;padding:0 20px;}
.list-type03 .slide-area .list>li{width:220px;margin-left:10px;}
.list-type03 .slide-area .list>li:first-child{margin-left:0 !important;}
.list-type03 [class*='item-box'] a>[class*='-con']{background-color:#fff;}
.list-type03 [class*='img-con'] .img{width:220px;height:124px;}
.list-type03 [class*='news-con']{height:88px;margin-bottom:15px;padding:10px 5px 12px;border-radius:0 0 4px 4px;}
.list-type03 .news-con01{height:68px;}
.list-type03 [class*='info-box']{bottom:5px;}
.list-type03 .info-box01{left:8px;}
.list-type03 .info-box02{right:8px;}
/* .item-box01 : 음영 */
.list-type03 .item-box01 [class*='img-con'] .img,
.list-type03 .item-box01 [class*='img-con'] .img:after{border-radius:4px 4px 0 0;}
.list-type03 .item-box01 [class*='news-con']{padding-right:12px;padding-left:12px;border:1px solid rgba(0, 0, 0, 0.04);box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.05);}
.list-type03 .item-box01 .info-box01{left:12px;}
.list-type03 .item-box01 .info-box02{right:12px;}
/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.layout05 .list-type03 .slide-area .list>li{width:263px;margin-left:16px;}
	.layout05 .list-type03 [class*='img-con'] .img{width:263px;height:148px;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .list-type03 .slide-area{padding:0 40px;}
	.layout05 .list-type03 .slide-hbar02>.swiper-scrollbar{left:40px;width:-webkit-calc(100% - 80px);width:calc(100% - 80px);}
}

/* ---- ##list-type04 : #흥, #D, 월드&포토 ---- */
/* item-box : 기본
 * item-box01 : 쉐도우(news-con의 padding이 달라짐)
 -- 쉐도우 일 때 섬네일 라운드 상단만 적용
 -- news-con$$ 에서 margin-bottom 은 쉐도우 노출을 위해 필요한 기본 값
 * news-con : 기본 - #흥
 * news-con01 : 하단 버튼 없을 때 - 영상, #D, 월드&포토 */
.list-type04{overflow:hidden;}
.list-type04.hide{display:none !important;}
.list-type04 .slide-area{overflow:visible;padding:0 20px;}
.list-type04 .slide-area .list>li{width:220px;margin-left:10px;}
.list-type04 .slide-area .list>li:first-child{margin-left:0 !important;}
.list-type04 [class*='item-box'] a>[class*='-con']{background-color:#fff;}
.list-type04 [class*='img-con'] .img{width:220px;height:124px;}
.list-type04 [class*='news-con']{height:112px;margin-bottom:15px;padding:10px 12px 18px;border-radius:0 0 4px 4px;}
.list-type04 .news-con01{height:76px;}
.list-type04 [class*='info-box']{bottom:20px;}
.list-type04 [class*='btn-more'] .txt>span,
.list-type04 [class*='btn-more'] .txt>em{font-size:14px;color:#a1a1a1;}
.list-type04 [class*='btn-more'] .txt:before{display:none;}
.list-type04 .info-box02 [class*='btn-more'] .txt>span,
.list-type04 .info-box02 [class*='btn-more'] .txt>em{color:#666;}
/* .item-box01 : 음영 */
.list-type04 .item-box01 [class*='img-con'] .img,
.list-type04 .item-box01 [class*='img-con'] .img:after{border-radius:4px 4px 0 0;}
.list-type04 .item-box01 [class*='news-con']{border:1px solid rgba(0, 0, 0, 0.04);box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.05);}
/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.layout05 .list-type04 .slide-area .list>li{width:263px;margin-left:16px;}
	.layout05 .list-type04 [class*='img-con'] .img{width:263px;height:148px;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .list-type04 .slide-area{padding:0 40px;}
}

/* ---- ##list-type05 : 이슈돋보기 ---- */
/* item-box : 기본
 * item-box01 : 쉐도우
 -- 쉐도우 일 때 섬네일 라운드 상단만 적용
 -- news-con$$ 에서 margin-bottom 은 쉐도우 노출을 위해 필요한 기본 값 */
.list-type05{overflow:hidden;}
.list-type05 .slide-area{overflow:visible;padding:0 20px;}
.list-type05 .slide-area .list>li{width:278px;margin-left:10px;}
.list-type05 .slide-area .list>li:first-child{margin-left:0 !important;}
.list-type05 [class*='item-box'] a>[class*='-con']{background-color:#fff;}
.list-type05 [class*='img-con'] .img{width:278px;height:170px;}
.list-type05 [class*='news-con']{height:122px;margin-bottom:12px;padding:15px 12px 7px;border-radius:0 0 4px 4px;}
.list-type05 [class*='news-con'] .tit-news{height:54px;font-size:20px;line-height:1.35;color:#000;letter-spacing:-0.5px;}
.list-type05 [class*='news-con'] .info-list01{padding-top:17px;white-space:nowrap;}
/* .item-box01 : 음영 */
.list-type05 .item-box01 [class*='img-con'] .img,
.list-type05 .item-box01 [class*='img-con'] .img:after{border-radius:4px 4px 0 0;}
.list-type05 .item-box01 [class*='news-con']{border:1px solid rgba(0, 0, 0, 0.04);box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.05);}
/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.layout05 .list-type05 .slide-area .list>li{width:263px;margin-left:16px;}
	.layout05 .list-type05 [class*='img-con'] .img{width:263px;height:160.5px;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .list-type05 .slide-area{padding:0 40px;}
}

/* ---- ##list-type06 : 디지털뉴스, 그래픽 ---- */
.list-type06{overflow:hidden;}
.list-type06 .slide-area{overflow:visible;padding:0 20px;}
.list-type06 .slide-area .list>li{width:227px;margin-left:14px;}
.list-type06 .slide-area .list>li:first-child{margin-left:0 !important;}
.list-type06 .img-con .img{overflow:hidden;display:block;position:relative;width:227px;height:227px;background-color:#c8c8c8;}
.list-type06 .img-con .img.img-cover{background-size:contain !important;background-position-y:50% !important;}
.list-type06 .news-con{height:66px;padding:12px 0 0;}
/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.layout05 .list-type06 .slide-area .list>li{width:263px;margin-left:16px;}
	.layout05 .list-type06 [class*='img-con'] .img{width:263px;height:160.5px;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .list-type06 .slide-area{padding:0 40px;}
}

/* ---- ##list-type07 : 포토 ---- */
.list-type07{position:relative;}
.list-type07 .label-box{position:absolute;bottom:0;z-index:10;margin-bottom:42px;}
.list-type07 .label-box [class*='btn-more']{background:#fff;}
.list-type07 .img-con{overflow:hidden;position:relative;width:100%;height:0;padding-top:56.25%;}
.list-type07 .img-con .img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:0;}
.list-type07 .news-con{padding-right:82px;}
.list-type07 .news-con .tit-news{display:block;height:43px;line-height:43px;white-space:nowrap;-webkit-line-clamp:initial;-webkit-box-orient:initial;}

/* ---- ##list-type08 : 포토무비(영상 섬네일 목록) ---- */
.list-type08{width:100%;padding-top:8px;}
.list-type08 .list{width:100%;}
.list-type08 .list>li{width:200px;margin-left:14px;}
.list-type08 .list>li:first-child{margin-left:0;}
.list-type08 .item-box{padding-top:3px;}
.list-type08 .img-con{height:112px;margin-bottom:5px;}
.list-type08 .img-con .img{overflow:hidden;width:200px;height:113px;border-radius:0;}
.list-type08 .news-con .tit-news{display:block;height:41px;margin-top:4px;font-weight:normal;line-height:41px;white-space:nowrap;-webkit-line-clamp:initial;-webkit-box-orient:initial;}
/* 재생중 영상 표시 */
.list-type08 .state-box{display:none;position:absolute;top:0;left:0;margin:-3px 0 0 -3px;z-index:10;width:100%;height:100%;text-align:center;border:3px solid #000;background:rgba(255,255,255,0.8);}
.list-type08 .state-box [class*='ico']{top:50%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);}
.list-type08 li.current .state-box{display:block;}
.list-type08 .slide-area.start .list{
-webkit-transition-duration:0ms;
transition-duration:0ms;
-webkit-transform:translate3d(-138px, 0px, 0px) !important;
transform:translate3d(-138px, 0px, 0px) !important;}
/* [영상 슬라이드 구조] 포토무비/통통TV */
.video-player-zone{margin:0 18px;}
.video-player01{position:relative;}
.video-player01:not(.current){display:none;}
.video-player01 .img-con,
.video-player01 .vid-con{display:block;position:relative;width:100%;height:0;padding-top:56.25%;}
.video-player01 .img-con .img{position:absolute;top:0;left:0;width:100%;height:100%;}
.video-player01 .img-con .label-box{position:absolute;right:0;bottom:0;}
.video-player01 .img-con+.vid-con{display:none;}
.video-player01 .vid-con{background:#000;}
.video-player01 .vid-con iframe,
.video-player01 .vid-con video{position:absolute;top:0;left:0;width:100%;height:100%;}
.video-player01.active .img-con{display:none;}
.video-player01.active .img-con+.vid-con{display:block;}
.video-player01 .desc-con .tit-news{overflow:hidden;display:-webkit-box;width:100%;height:58px;font-weight:bold;font-size:16px;padding-top:7px;line-height:29px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:keep-all;}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.video-player-zone{margin:0 20px;}
}

/* ---- ##list-type09 : 투데이 ---- */
.list-type09{overflow:hidden;}
.list-type09>.list{font-size:0;white-space:nowrap;}
.list-type09>.list>li{display:inline-block;width:auto;margin-left:10px;vertical-align:top;white-space:normal;}
.list-type09>.list>li:first-child{margin-left:0;}
.list-type09 [class*='box-today']{}
/* box-today01 : 날씨
 * box-today02 : 증시
 * box-today03 : 환율 */
[class*='box-today'] .today-info{width:165px;height:245px;background-color:#fff;}
[class*='box-today'] .today-info .desc-list,
[class*='box-today'] .today-info .desc-con{height:200px;}
[class*='box-today'] .today-info .desc-con{box-sizing:border-box;padding-top:16px;text-align:center;}
[class*='box-today'] .today-info [class*='btns-wrap']{margin:0;}
[class*='box-today'] .add-info{position:relative;margin-top:4px;text-align:center;}
[class*='box-today'] .add-info .txt-time{height:31px;box-sizing:border-box;margin:0;color:#474747;font-size:12px;line-height:31px;}
/* [box-today01] 날씨 */
.box-today01 .today-info{width:181px;}
.box-today01 .add-info{text-align:left;}
.box-today01 .add-info .btns{position:absolute;right:0;top:0;}
.box-today01 .desc>.tit .tit01{display:block;font-weight:bold;font-size:16px;line-height:1.530273;}
.box-today01 .desc>.tit .tit02{display:block;color:#474747;font-size:12px;}
.box-today01 .desc [class*='ico-weather']{}
.box-today01 .desc .detail01 .txt-temp{vertical-align:top;margin-left:4px;}
.box-today01 .desc .detail01 .txt-temp .num{font-weight:200;font-size:44px;line-height:48px;}
.box-today01 .desc .detail01 .txt-temp .unit{padding-top:7px;box-sizing:border-box;font-size:14px;line-height:1;}
.box-today01 .desc .detail02{margin-top:9px;font-size:13px;line-height:1.804758;}
.box-today01 .desc .state-list{width:130px;margin:0 auto;}
.box-today01 .desc .state-list>li{display:table;width:100%;}
.box-today01 .desc .state-list>li .txt,
.box-today01 .desc .state-list>li [class*='state']{display:table-cell;}
.box-today01 .desc .state-list>li .txt{text-align:left;}
.box-today01 .desc>.detail02 [class*='state']{font-weight:bold;text-align:right;}
.box-today01 .desc .state01{color:#0068d1;} /* 낮음 */
.box-today01 .desc .state02{color:#0068d1;} /* 좋음 */
.box-today01 .desc .state03{color:#3eaf64;} /* 보통 */
.box-today01 .desc .state04{color:#f9852f;} /* 나쁨 */
.box-today01 .desc .state05{color:#e53939;} /* 매우나쁨 */
/* 날씨 슬라이드 swipe-handler */
.box-today01 .swipe-handler{display:none;}
/* [box-today02] 증시
 * state-up : 상승
 * state-keep : 유지
 * state-down : 하락 */
.box-today02 .desc{height:96px;}
.box-today02 .desc>.tit .tit01{display:block;font-weight:bold;font-size:16px;line-height:1.530273;}
.box-today02 .desc .detail01{padding:2px 0 4px;font-size:24px;}
.box-today02 .desc [class*='state']{position:relative;box-sizing:border-box;padding-left:11px;font-size:14px;}
.box-today02 .desc [class*='state']:before{content:'';position:absolute;left:0;top:50%;}
.box-today02 .desc .state-up{color:#f00;} /* 상승 */
.box-today02 .desc .state-keep{color:#636363;} /* 유지 */
.box-today02 .desc .state-down{color:#2e55fb;} /* 하락 */
.box-today02 .desc .state-up:before{width:0;height:0;margin-top:-4px;border-top:none;border-bottom:8px solid #f00;border-left:4px solid transparent;border-right:4px solid transparent;}
.box-today02 .desc .state-down:before{width:0;height:0;margin-top:-4px;border-top:8px solid #2e55fb;border-bottom:none;border-left:4px solid transparent;border-right:4px solid transparent;}
.box-today02 .desc .state-keep:before{margin-top:-0.5px;width:6px;height:1px;background-color:#636363;}
/* [box-today03] 환율
 * rate-us : 달러
 * rate-jp : 엔화 */
.box-today03 .desc{height:96px;}
.box-today03 .desc>.tit .tit01{display:block;font-weight:bold;font-size:16px;line-height:1.530273;}
.box-today03 .desc [class*='rate']{position:relative;padding-left:20px;font-size:12px;color:#474747;}
.box-today03 .desc [class*='rate']:before{content:'';position:absolute;left:0;top:50%;width:15px;height:10px;margin-top:-5px;background:url(../img/sprites_default01.png?v=20230623_1623) -375px 0 no-repeat;background-size:400px auto;}
.box-today03 .desc .rate-us:before{background-position-y:0;} /* 달러 */
.box-today03 .desc .rate-jp:before{background-position-y:-25px;} /* 엔화 */
.box-today03 .desc .detail02{padding-top:4px;font-size:20px;}
.box-today03 .add-info{width:116px;margin:9px auto 0;text-align:left;}
.box-today03 .add-info .txt-time{height:36px;line-height:1.564166;}
/* [style01] : 경제,산업면의 날씨 제외 */
.list-type09.style01 [class*='box-today']{height:138px;padding:0 16px;background-color:#fff;}
.list-type09.style01 [class*='box-today'] .today-info{width:auto;height:96px;}
.list-type09.style01 [class*='box-today'] .today-info .desc-con{text-align:left;}
.list-type09.style01>.list>li{width:auto;margin-left:14px;}
.list-type09.style01>.list>li:first-child{margin-left:0;}
.list-type09.style01 .desc-con:after{content:'';display:block;clear:both;}
.list-type09.style01 .desc-con .desc{float:left;margin-left:20px;}
.list-type09.style01 .desc-con>.desc:first-child{margin-left:0;}
.list-type09.style01 .box-today02 .desc,
.list-type09.style01 .box-today03 .desc{height:auto;}
.list-type09.style01 .box-today03 .desc .detail02{padding-top:2px;}
.list-type09.style01 [class*='box-today'] .today-info .desc-list,
.list-type09.style01 [class*='box-today'] .today-info .desc-con{height:auto;}
.list-type09.style01 [class*='box-today'] .add-info{height:auto;margin-top:0;text-align:left;}
.list-type09.style01 [class*='box-today'] .btns-wrap03{display:none;}

/* ---- ##list-type10 : 사람들 주요뉴스, 여행/축제 ---- */
.list-type10{overflow:hidden;}
.list-type10 .slide-area{overflow:visible;padding:0 20px;}
.list-type10 .slide-area>.list>li{width:220px;margin-left:10px;}
.list-type10 .slide-area>.list>li:first-child{margin-left:0 !important;}
.list-type10 a{display:block;}
.list-type10 .img-con{overflow:hidden;position:relative;width:220px;height:149px;border-radius:4px;}
.list-type10 .img-con:before{content:'';position:absolute;bottom:0;left:0;z-index:1;width:100%;height:92px;
background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .8));}
.list-type10 .img-con .img,
.list-type10 .img-con .img img{display:block;width:100%;height:100%;}
.list-type10 .img-con .desc-con{position:absolute;left:0;bottom:0;z-index:10;box-sizing:border-box;width:100%;padding:0 12px 12px;}
.list-type10 .img-con .desc-con .txt{overflow:hidden;display:-webkit-box;width:100%;height:44px;font-weight:500;font-size:16px;line-height:1.5;color:#fff;word-break:keep-all;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;letter-spacing:-0.4px;}
/* 노이미지 : 로고제거 */
.list-type10  [class*='img-none']:before,
.list-type10  [class*='img-none'] .img:before{display:none !important;}
.list-type10  [class*='img-none'] .desc-con .txt{color:#000;}
/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.layout05 .list-type10 .slide-area .list>li{width:263px;margin-left:16px;}
	.layout05 .list-type10 [class*='img-con']{width:263px;height:178px;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .list-type10 .slide-area{padding:0 40px;}
}

/* ---- ##list-type11 : 메인 사람들 / #svgArrow012 ---- */
/* 2023-07-26 : 한 단어가 긴 경우 기사가 발생해 word-break 를  keep-all → normal 로 변경
 -- AKR20230724141251518 */
/* 슬라이드 아님 */
.list-type11 .list>li{position:relative;width:100%;margin-top:20px;}
.list-type11 .list>li:first-child{margin-top:0;}
.list-type11 .img-con{overflow:hidden;position:absolute;right:0;width:93px;height:93px;border-radius:32px;}
.list-type11 .img-con .img{width:100%;height:100%;}
.list-type11 .img-con .img img{width:100%;height:100%;}
.list-type11 .img-con .img:after{display:none;}
.list-type11 li:nth-child(odd) .img-con{left:0;}
.list-type11 li:nth-child(even) .img-con{right:0;}
.list-type11 .news-con{display:table;height:93px;border:1px solid #eee;background-color:#fff;box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.05);text-align:left;
width:-webkit-calc(100% - 105px);width:calc(100% - 105px);}
.list-type11 li:nth-child(odd) .news-con{margin-left:105px;border-radius:0 32px 32px 32px;}
.list-type11 li:nth-child(even) .news-con{border-radius:32px 0 32px 32px;}
.list-type11 .tit-wrap{display:table-cell;padding:12px;vertical-align:middle;}
.list-type11 .tit-news{overflow:hidden;display:-webkit-box;width:100%;max-height:72px;padding-right:19px;font-size:16px;line-height:24px;word-break:normal;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.list-type11 .tit-news:after{content:'';display:inline-block;clear:both;width:10px;height:6px;margin-left:10px;background:url(../img/sprites_object01.svg) -25px -225px / 300px auto no-repeat;
-webkit-transform:translateY(-50%) rotate(90deg);
transform:translateY(-50%) rotate(90deg);}

/* ---- ##list-type12 : 라이프 - 책/서평 ---- */
/* 2022년 하이브리드앱 개편 후 사용 안 함
 * .list-type12{} */

/* ---- ##list-type13 : 라이프 - 건강/의학 (비율유지, 2개 고정) ---- */
/* 2022년 하이브리드앱 개편 후 사용 안 함
 * .list-type13{} */

/* ---- ##list-type14 영상기사 목록 ---- */
.list-type14>.list>li{padding-bottom:24px;}
.list-type14>.list>li:last-child{padding-bottom:0;}
[class*='bg0'] .list-type14>.list>li:last-child{padding-bottom:24px;}
.list-type14 .item-box{position:relative;}
.list-type14 .img-con{position:relative;display:block;}
.list-type14 .img-con .img{overflow:hidden;display:block;position:relative;width:100%;height:0;padding-top:56.25%;background-color:#e6e7ec;}
.list-type14 .img-con .img img{position:absolute;top:0;left:50%;width:auto;height:100%;
-webkit-transform:translateX(-50%);
transform:translateX(-50%);} /* height:100% 기준 */
.list-type14 .img-con .label-box{position:absolute;display:inline-block;right:20px;bottom:-10px;}
.list-type14 .img-con01{background-color:none;}
.list-type14 [class*='img-con'].img-none01{padding:0;background-color:transparent;}
.list-type14 .news-con{width:100%;padding-top:14px;vertical-align:middle;}
.list-type14 .tit-wrap{position:relative;}
.list-type14 .tit-news{/* max-width:85%; */font-weight:bold;font-size:18px;line-height:1.530273;word-break:keep-all;letter-spacing:-0.6px;}
.list-type14 [class*='info-box']{font-size:0;line-height:0;}
.list-type14 .btns{position:absolute;left:118px;bottom:-4px;}
/* 중형 프레임 : 768px 이상  */
@media only screen and (min-width:768px){
	.list-type14 .img-con .label-box{right:20px;}
}

/* ---- ##list-type15 화보기사 목록 ---- */
.list-type15>.list>li{padding-bottom:24px;}
.list-type15>.list>li:last-child{padding-bottom:0;}
.list-type15 .item-box{position:relative;}
.list-type15 .img-con{position:relative;display:block;}
.list-type15 .img-con .img{display:block;}
.list-type15 .img-con .img.img-cover{width:100%;height:0;padding-top:56.25%;}
.list-type15 .img-con .img img{width:100%;height:auto;}
.list-type15 .img-con .label-box{position:absolute;display:inline-block;right:11px;bottom:-10px;}
.list-type15 .tit-wrap{line-height:0;}
.list-type15 .tit-news{/* max-width:85%; */font-size:18px;line-height:1.530273;}
.list-type15 .news-con{width:100%;padding-top:14px;vertical-align:middle;}
.list-type15 [class*='info-box']{font-size:0;line-height:0;}
/* .list-type15 [class*='info-box'] .txt-time{line-height:20px;} */
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.list-type15 .img-con .label-box{right:20px;}
}

/* ---- ##list-type16 공통 ---- */
.list-type16 .img-con{display:block;}
.list-type16 .img-con .img{display:block;}
.list-type16 .img-con .img img{display:block;width:100%;}
.list-type16 .tit-wrap,
.list-type16 .info-box{font-size:0;line-height:0;}
/* [list-type16 - style01] */
.list-type16.style01>.list>li{box-sizing:border-box;margin-bottom:30px;}
.list-type16.style01>.list>li:last-child{margin-bottom:0;}
.list-type16.style01>.list>li:nth-child(2n+1) .item-box{width:75%;}
.list-type16.style01>.list>li:nth-child(2n+1) .news-con,
.list-type16.style01>.list>li:nth-child(2n+1) .info-box{padding-left:47px;}
.list-type16.style01>.list>li:nth-child(2n){padding-left:47px;}
.list-type16.style01>.list>li:nth-child(2n) .news-con,
.list-type16.style01>.list>li:nth-child(2n) .info-box{padding-right:16px;}
.list-type16.style01 .img-con{padding-bottom:9px;}
.list-type16.style01 .tit-news{font-weight:bold;font-size:18px;line-height:1.530273;}
/* [list-type16 - style02] */
.list-type16.style02{overflow:hidden;}
.list-type16.style02>.list{margin-top:-1px;}
.list-type16.style02>.list+.list{margin-top:59px;}
.list-type16.style02>.list:after{content:'';display:block;clear:both;}
.list-type16.style02>.list>li{position:relative;float:left;box-sizing:border-box;width:50%;}
.list-type16.style02>.list>li:before{content:'';position:absolute;top:0;left:0;z-index:1;width:100%;height:1px;background-color:#fff;}
.list-type16.style02>.list>li:nth-child(2n+1){padding-right:0.5px;}
.list-type16.style02>.list>li:nth-child(2n){padding-left:0.5px;}
.list-type16.style02 .item-box{padding-top:1px;}
.list-type16.style02 .img-con{overflow:hidden;}
/* 이미지 비율(w:h) 374 : 246 */
.list-type16.style02 .img-con .img{position:relative;width:100%;height:0;padding-top:65.77540107%;border-radius:0;}
.list-type16.style02 .img-con .img img{position:absolute;top:50%;left:0;width:100%;height:auto;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);}
.list-type16.style02 .news-con,
.list-type16.style02 .info-box{display:none;}

/* ---- ##list-type17 - 공통 ---- */
.list-type17 .item-box .news-con .tit-news{display:block;font-weight:normal;font-size:inherit;line-height:inherit;text-overflow:unset;-webkit-line-clamp:unset;-webkit-box-orient:unset;}
.list-type17 .item-box .news-con .txt-time{font-size:inherit;line-height:inherit;color:inherit;}

/* ---- ##list-type17 ---- */
/* [list-type17 - style01] */
.list-type17.style01{height:100%;}
.list-type17.style01 .slide-area{position:relative;height:100%;}
.list-type17.style01 .slide-area .list{height:100%;}
.list-type17.style01 .slide-area .list>li{height:100%;width:100vw;}
.list-type17.style01 .item-box{width:100vw;height:100%;box-sizing:border-box;}
.list-type17.style01 .item-box .img-con{width:100vw;height:100%;}
.list-type17.style01 .item-box .img-con .img{position:relative;width:100vw;height:100%;}
.list-type17.style01 .item-box .img-con .img img{position:absolute;top:0;left:0;right:0;bottom:0;width:auto;max-width:100%;max-height:100%;margin:auto;}
.list-type17.style01 .item-box .caption-con{position:absolute;bottom:0;left:0;width:100%;}
.list-type17.style01 .item-box .caption-con.active .news-con{overflow:auto;height:auto;max-height:140px;min-height:68px;padding:19px 36px;-webkit-overflow-scrolling:touch;}
.list-type17.style01 .item-box .news-con{height:0;max-height:0;box-sizing:border-box;font-size:14px;line-height:1.678108;color:#c8c8c8;background-color:rgba(0,0,0,0.8);}
.list-type17.style01 .item-box .news-con .tit-news{height:auto;color:#fff;}
.list-type17.style01 .item-box .news-con .txt-time{display:block;padding-top:12px;text-align:right;}
/* 넘겨보기 팝업
 * 캡션버튼 위치 */
.list-type17.style01 .item-box .btns{height:100px;text-align:right;}
.list-type17.style01 .item-box .caption-con.active .btns{height:53px;}
.body-hybrid .list-type17.style01 .item-box .btns{height:53px;}
.list-type17.style01 .item-box .btns [class*='btn-more']{margin-right:10px;}
/* 넘겨보기 팝업
 * 가로모드 : 좌우화살표와 위치가 겹쳐 이동시킴 */
@media only screen and (orientation:landscape) {
	.list-type17.style01 .item-box .btns [class*='btn-more']{margin-right:63px !important;}
}
.list-type17.style01 .slide-area [class*='btn-dir03']{position:absolute;top:50%;margin-top:-26.5px;}
.list-type17.style01 .slide-area .btn-dir03-prev{left:0;}
.list-type17.style01 .slide-area .btn-dir03-next{right:0;}
/* [list-type17 - style02] */
.list-type17.style02>.list:after{content:'';display:block;clear:both;}
.list-type17.style02>.list>li{position:relative;float:left;width:50%;margin:0;box-sizing:border-box;}
.list-type17.style02>.list>li:before{content:'';position:absolute;top:0;left:0;z-index:1;width:100%;height:1px;background-color:#fff;}
.list-type17.style02>.list>li:nth-child(2n+1){padding-right:0.5px;}
.list-type17.style02>.list>li:nth-child(2n){padding-left:0.5px;}
.list-type17.style02 .img-con{overflow:hidden;}
.list-type17.style02 .img-con .img{position:relative;width:100%;height:0;padding-top:65.77540107%;}
.list-type17.style02 .img-con .img img{position:absolute;top:50%;left:0;width:100%;height:auto;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);}
.list-type17.style02 .caption-con{display:none;}

/* list-type18~20 까지 없음 */

/* ---- ##list-type21 - 가로형 ---- */
/* 기본 : 텍스트 상단 정렬, 우측 섬네일,어깨제목 없음
 * 부모 : .list-type21.pos-style01 : 선언 안함 (기본)
 * 부모 : .list-type21.pos-style02 : 섬네일 좌측배치
 * item-box : 선언 안함 (기본)
 * item-box02 : 어깨제목 있음
 * item-box03 : 제목 상단배치,리드 가운데 정렬
 * ellip01 : 선언 안함 (기본)
 * ellip02 : 리드 2줄
 * ellip03 : 리드 3줄
 * 부모 : .list-type21.number01 : 순위 정렬 */
.list-type21 .list>li{position:relative;margin-top:24px;}
.list-type21 .list>li:first-child{margin-top:0;}
.list-type21 [class*='item-box']>a{position:relative;display:block;}
.list-type21 [class*='item-box']>a:after{content:'';visibility:hidden;display:block;clear:both;height:0;font-size:0;line-height:0;}
.list-type21 .img-con{overflow:hidden;float:right;width:65px;height:42px;margin:3px 0 0 13px;}
.list-type21 .img-con .img{overflow:hidden;width:100%;height:100%;}
.list-type21 .img-con .img img{width:100%;}
.list-type21 .news-con{display:inline-block;box-sizing:border-box;width:100%;}
.list-type21 .img-con + .news-con{width:-webkit-calc(100% - 78px);width:calc(100% - 78px);}
.list-type21 .tit-news{display:-webkit-box;max-height:3em;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.list-type21 .txt-tag{display:block;font-size:13px;line-height:23px;}
.list-type21 .txt-time{margin-top:-4px;}
.list-type21 [class*='news-con'] .txt-time{margin-top:0;}
/* 검색결과에서 url이 들어간 리드인경우 페이지를 관통하는 경우가 있어 overflow:hidden 추가 */
.list-type21 [class*='news-con'][class*='ellip']{overflow:hidden;}
/* 리드 2줄 */
.list-type21 .ellip02 .lead{height:auto;line-height:1.722724;-webkit-line-clamp:2;}
/* 리드 3줄 */
.list-type21 .ellip03 .lead{height:auto;line-height:1.722724;-webkit-line-clamp:3;}
/* 섬네일 좌측배치 */
.list-type21.pos-style02 .img-con{float:left;margin:3px 13px 0 0;}
/* 어깨제목 */
.list-type21 .item-box02 .img-con{margin-top:26px;}
/* 제목 상단배치, 리드 가운데 정렬 */
.list-type21 .item-box03 .tit-wrap{margin-bottom:5px;}
.list-type21 .item-box03 .lead-wrap{display:table-cell;height:42px;vertical-align:middle;}
/* 순위 */
.list-type21.number01 .list{counter-reset:number01;list-style-type:none;}
.list-type21.number01 .news-con{position:relative;padding-left:23px;}
.list-type21.number01 .news-con:before{counter-increment:number01;content:counter(number01,decimal);position:absolute;left:0;top:0.5px;padding-top:0.1em;font-size:13px;line-height:1.53;color:#4a4a4a;}
.list-type21.number01 .list>li:first-child .news-con:before{font-weight:bold;color:#0068d1;}
.list-type21.number01 .list>li:first-child .news-con .tit-news{font-weight:bold;}

/* ---- ##list-type22 : 세로형 ---- */
/* 이슈 본문 포토, 그래픽 리스트
 * 기본 : 2줄 정렬 / 768px 이상 : 3줄 정렬
 * 기본 : 섬네일 1:1 비율, 제목 2줄
 * item-box01 : 선언 안함
 * item-box02 : 섬네일 (비율 330x186)
 * item-box03 : 섬네일 (비율 330x218) - JIAD-41 콘텐츠형 광고 */
.list-type22 .list{font-size:0;}
.list-type22 .list>li{display:inline-block;width:50%;margin-top:26px;vertical-align:top;}
.list-type22 .list>li:after{content:'';visibility:hidden;display:block;clear:both;height:0;font-size:0;line-height:0;}
.list-type22 .list>li:nth-child(1),
.list-type22 .list>li:nth-child(2){margin-top:0;}
.list-type22 .list>li:nth-child(odd){text-align:left;}
.list-type22 .list>li:nth-child(even){text-align:right;}
.list-type22 .list>li:nth-child(even) [class*='item-box']{text-align:left;}
.list-type22 [class*='item-box']{overflow:hidden;display:inline-block;width:-webkit-calc(100% - 6.5px);width:calc(100% - 6.5px);}
.list-type22 .img-con{background:#e6e7ec;}
.list-type22 .img{overflow:hidden;display:block;position:relative;width:100%;height:0;padding-bottom:100%;}
.list-type22 .img.img-cover{background-size:contain !important;background-position-y:50% !important;}
.list-type22 .img img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:100%;height:auto;}
.list-type22 .img-con [class*='ico-play']{position:absolute;right:0;bottom:0;}
.list-type22 .news-con{margin-top:13px;}
.list-type22 .tit-wrap{padding:0px 11px 0 0;}
.list-type22 .tit-news{display:-webkit-box;max-height:3em;font-size:15px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:initial;}
.list-type22 .txt-time{margin-top:5px;}
.list-type22 .item-box02 .img img,
.list-type22 .item-box03 .img img{position:static;max-width:inherit;max-height:inherit;width:100%;}
.list-type22 .item-box02 .img{padding-bottom:56.363636%;}
.list-type22 .item-box03 .img{padding-bottom:66.060606%;}
/* .layout05 에서만 3줄 정렬 대응 : 641px 이상 */
@media only screen and (min-width:641px){
	.layout05 .list-type22 .list{margin-left:-13px;}
	.layout05 .list-type22 .list>li{width:-webkit-calc(33.333333% - 13px);width:calc(33.333333% - 13px);margin-left:13px;text-align:left;}
	.layout05 .list-type22 .list>li:nth-child(1),
	.layout05 .list-type22 .list>li:nth-child(2){margin-top:26px;}
	.layout05 .list-type22 [class*='item-box']{display:block;}
}

/* ---- ##list-type23 - 가로형 ---- */
/* 기본 : 텍스트 상단 정렬, 제목 2줄, 좌측 섬네일 (117x66)
 * item-box01 : 선언 안함
 * item-box02 : 섬네일 (158x89), 제목 3줄
 * item-box03 : 섬네일 (100x66), 제목 중앙 정렬
 * item-box04 : 섬네일 (158x185), 제목 3줄 - 책서평
 * item-box05 : 섬네일 (192xauto), 제목 4줄 - 그래픽 */
.list-type23 .list>li{display:block;}
.list-type23 .list>li+li{margin-top:24px;}
.list-type23 [class*='item-box']>a{position:relative;display:block;}
.list-type23 [class*='item-box']>a:after{content:'';visibility:hidden;display:block;clear:both;height:0;font-size:0;line-height:0;}
.list-type23 .img-con{overflow:hidden;float:left;width:117px;height:66px;margin-right:21px;}
.list-type23 .img-con [class*='ico-play']{position:absolute;right:0;bottom:0;}
.list-type23 .img{overflow:hidden;position:relative;width:100%;height:100%;}
.list-type23 .img img{width:100%;}
.list-type23 .news-con{overflow:hidden;display:block;height:66px;}
.list-type23 .tit-wrap{display:table-cell;height:46px;vertical-align:top;} /* 3em = 48px */
.list-type23 .tit-news{display:-webkit-box;max-height:inherit;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.list-type23 .tit-news,
.list-type23 .txt-time{line-height:22px;}

/* item-box02 */
.list-type23 .item-box02 .img-con{width:158px;height:89px;}
.list-type23 .item-box02 .news-con{height:auto;}
.list-type23 .item-box02 .tit-wrap{height:4em;}
.list-type23 .item-box02 .tit-news{max-height:inherit;-webkit-line-clamp:3;}
/* item-box03 */
.list-type23 .item-box03 .img-con{width:100px;height:66px;}
.list-type23 .item-box03 .news-con{vertical-align:middle;}
.list-type23 .item-box03 .tit-wrap{vertical-align:middle;}
/* item-box04 - 책서평 */
.list-type23 .item-box04 .img-con{width:158px;height:185px;}
.list-type23 .item-box04 .img img{width:auto;height:100%;}
.list-type23 .item-box04 .news-con{height:auto;}
.list-type23 .item-box04 .tit-wrap{height:auto;}
.list-type23 .item-box04 .tit-news{max-height:inherit;-webkit-line-clamp:3;}
/* item-box05 - 그래픽 */
.list-type23 .item-box05 .img-con{width:56%;height:auto;min-height:89px;}
.list-type23 .item-box05 .img-con .img:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;box-sizing:border-box;border:1px solid #e6e7ec;}
.list-type23 .item-box05 .news-con{height:auto;}
.list-type23 .item-box05 .tit-wrap{height:auto;}
.list-type23 .item-box05 .tit-news{font-size:18px;line-height:1.530273;max-height:inherit;-webkit-line-clamp:4;}

/* ---- ##list-type24 - 가로형 ---- */
/* 기본 : 텍스트 상단 정렬, 좌측 섬네일
 * 리스트형 : div>ul>li 마크업
 * 복합형 : article.list-type24>.item-box 마크업
 * 복합형2-1 : div.list-type24>.item-box02 마크업 - 통합검색 이슈돋보기
 * 복합형2-2 : article.list-type24>.item-box02 마크업 - 이슈돋보기 */
.list-type24{overflow:hidden;box-sizing:border-box;}
.list-type24 .list>li{display:block;}
.list-type24 .list>li+li{margin-top:24px;}
.list-type24>.item-box{margin-bottom:24px;}
.list-type24 .item-box>a{position:relative;}
.list-type24 .item-box>a:after{content:'';visibility:hidden;display:block;clear:both;height:0;font-size:0;line-height:0;}
.list-type24 .img-con{float:left;width:117px;height:78px;margin-right:21px;}
.list-type24 .img-con .img{overflow:hidden;width:100%;height:100%;}
.list-type24 .img-con .img img{display:block;width:100%;height:100%;}
.list-type24 .news-con{display:table;position:relative;width:-webkit-calc(100% - 145px);width:calc(100% - 145px);height:78px;vertical-align:top;}
.list-type24 .tit-wrap{margin-bottom:5px;vertical-align:top;}
.list-type24 .tit-news{display:-webkit-box;max-height:23px;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.list-type24 .lead{-webkit-line-clamp:1;height:21px;line-height:21px;font-size:14px;}
.list-type24 .info-list02{position:absolute;left:0;bottom:0;}
.list-type24 .info-list02>p{line-height:20px;}
/* 복합형2 */
article.list-type24 .item-box02{margin-bottom:24px;}
.list-type24 .item-box02>a{display:block;}
.list-type24 .item-box02 .tit-news{margin-bottom:9px;}
.list-type24 .item-box02 .img-con{margin-right:13px;}
.list-type24 .item-box02 .lead-wrap{display:table-cell;vertical-align:middle;}
.list-type24 .item-box02 .lead{max-height:63px;height:auto;-webkit-line-clamp:3;}
.list-type24 .item-box02 .info-list02{clear:both;position:static;margin-top:9px;}

/* ---- ##list-type25 - 가로형 ---- */
/* 기본 : 텍스트 상단 정렬, 제목 2줄, 좌측 섬네일 (49x49)
 * 부모 : .list-type25.pos-style01 : 선언 안함 (기본)
 * 부모 : .list-type25.pos-style02 : 섬네일 좌측배치
 * item-box : 선언 안함 (기본) */
.list-type25 .list>li{display:block;}
.list-type25 .list>li+li{margin-top:24px;}
.list-type25 [class*='item-box']>a{position:relative;display:block;}
.list-type25 [class*='item-box']>a:after{content:'';visibility:hidden;display:block;clear:both;height:0;font-size:0;line-height:0;}
.list-type25 .img-con{overflow:hidden;float:left;width:49px;height:49px;margin-right:13px;}
.list-type25 .img{overflow:hidden;position:relative;width:100%;height:100%;background:none !important;}
.list-type25 .img img{width:100%;}
.list-type25 .news-con{overflow:hidden;display:block;height:69px;}
.list-type25 .tit-wrap{display:table-cell;height:46px;vertical-align:top;}
.list-type25 .tit-news{display:-webkit-box;max-height:inherit;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.list-type25 .txt-tag{display:block;font-size:13px;line-height:23px;}
.list-type25 .tit-news,
.list-type25 .txt-time{line-height:22px;}
/* 섬네일 좌측배치 */
.list-type25.pos-style02 .img-con{float:right;margin:3px 0 0 13px;}

/* ---- ##list-type41 : Thumbnail ---- */
/* .list : li에 border 없음
 * .list01 : li에 border 있음
 * 섬네일 좌측배치 : .pos-style02
 * 섬네일이 없는 경우 대응 방법 (상황에 따라 선택적 사용)
 -- ①.img-con.img-none01 로 로고이미지를 대신 노출
 -- ②.img-con 제거 후 기사제목으로 대체
 * 기사제목
 -- tit-news : 기본 17px, 2줄 말줄임
 -- tit-news01 : 18px, 3줄 말줄임 | 메인 주요기사
 * 스타일별 조합
 -- .item-box01 : A태그 묶음형, 기본
 -- .item-box02 : A태그 묶음형, 어깨제목+기사제목+송고시간, 오피니언 전문기자
 -- .item-box03 : A태그 묶음형, 기사제목,리드+송고시간, 검색결과 뉴스탭
 -- .item-box11 : A태그 분리형, 확장형 대응으로 html 구조 변경, 메인 주요기사01만 사용 예정
 -- ※ 관련기사가 있다면 .item-box$$ 에 .has-rel 추가
 * 리드 말줄임 처리
 -- ellip01 : 리드 1줄 (기본, 클래스 선언하지 않아도 [class*='list-type'] .lead 에서 처리됨)
 -- ellip02 : 리드 2줄
 -- ellip03 : 리드 3줄
 * 태블릿 대응 : rw-list$$ (하단설명) */
.list-type41>[class*='list']{position:relative;font-size:0;}
.list-type41>[class*='list']>li{margin:20px 0 0 0;}
.list-type41>[class*='list']>li:first-child{margin-top:0;padding-top:0;border-top:none;}
.list-type41>[class*='list'] .ad-mktg-common01{margin-top:0;}
.list-type41>.list01>li{position:relative;margin-top:20px;padding-top:20px;border-top:1px solid #f1f1f1;}
.list-type41>.list01+.list01{margin-top:20px;padding-top:20px;border-top:1px solid #f1f1f1;}
.list-type41 [class*='item-box']:after{content:'';display:block;clear:both;}
.list-type41 .img-con{float:right;margin-left:10px;}
.list-type41 .img-con .img{width:105px;height:79px;}
.list-type41 .img-con .img img{display:block;width:100%;height:auto;}
.list-type41 .tit-wrap{display:table-cell;padding-top:2px;vertical-align:top;}
.list-type41 [class*='tit-news']{display:-webkit-box;font-size:17px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.list-type41 .tit-news01{font-size:18px;line-height:1.430273;-webkit-line-clamp:3;}
.list-type41 .lead-wrap{display:table-cell;height:42px;vertical-align:middle;}
.list-type41 .lead{font-size:14px;}
.list-type41 .txt-time{margin-top:5px;font-size:12px;line-height:1;letter-spacing:-0.3px;color:#999;}
.list-type41 [class*='list-related']{margin-top:5px;}
.list-type41 [class*='list-related'] ul{top:7px;}
/* [섬네일 좌측배치] */
.list-type41.pos-style02 .img-con{float:left;margin-left:0;margin-right:10px;}
.list-type41.pos-style02 .btns{left:117px;}
/* [리드 말줄임]
 -- 검색결과에서 url이 들어간 리드인경우 페이지를 관통하는 경우가 있어 overflow:hidden 필요 */
.list-type41 [class*='news-con'][class*='ellip']{overflow:hidden;}
.list-type41 [class*='news-con'].ellip02 .lead{height:auto;line-height:1.722724;-webkit-line-clamp:2;}
.list-type41 [class*='news-con'].ellip03 .lead{height:auto;line-height:1.722724;-webkit-line-clamp:3;}
/* [A태그 묶음형] 공통 : item-box0$ */
.list-type41 [class*='item-box0']>a{position:relative;}
.list-type41 [class*='item-box0']>a:after{content:'';display:block;clear:both;}
.list-type41 [class*='item-box0']>a>.tit-wrap{display:block;margin-bottom:2px;padding-top:0;}
.list-type41 [class*='item-box0'] .news-con{overflow:hidden;display:table-cell;position:relative;vertical-align:middle;}
.list-type41 [class*='item-box0'] .img-con + .news-con{height:79px;}
/* [A태그 묶음형] : item-box02
 -- 어깨제목+기사제목+송고시간 조합 */
.list-type41 .item-box02{margin-top:30px;}
.list-type41>[class*='list']>li:first-child .item-box02{margin-top:0;}
.list-type41 .item-box02 .news-con{overflow:visible;}
.list-type41 .item-box02 .news-con [class*='txt-tag']{padding-bottom:0;}
.list-type41 .item-box02 .news-con [class*='tit-news']{line-height:1.430273;}
/* [A태그 분리형] 공통 : item-box1$ */
.list-type41 [class*='news-con1'] .news-con{position:relative;}
/* [A태그 분리형] : item-box11
 -- 메인 주요기사01, 엠바고 */
.list-type41 .item-box11 .img-con .img{display:block;}
.list-type41 .item-box11 .img-con + .news-con .tit-wrap{height:79px;vertical-align:middle;}
/* 대형 프레임 : 768px 이상
 * .rw-list01 : (1단  → 2단 정렬) 메인 주요기사02, 메인 주요기사0304
 * .rw-list02 : (섬네일 크기) 메인 주요기사01, 엠바고 */
@media only screen and (min-width:768px){
	/* [리스트 배치] .rw-list01 */
	.layout05 .list-type41.rw-list01 .list01>li{display:inline-block;box-sizing:border-box;width:50%;vertical-align:top;}
	.layout05 .list-type41.rw-list01 .list01>li:nth-child(odd){padding-right:8px;}
	.layout05 .list-type41.rw-list01 .list01>li:nth-child(even){padding-left:8px;}
	.layout05 .list-type41.rw-list01 .list01>li:nth-child(odd):after{content:'';display:block;clear:both;position:absolute;top:0;left:0;width:200%;height:1px;background-color:#f1f1f1;}
	.layout05 .list-type41.rw-list01>[class*='list']>li{border-top:none;}
	.layout05 .list-type41.rw-list01>[class*='list']>li:nth-child(-n+2){margin-top:0;padding-top:0;}
	.layout05 .list-type41.rw-list01>[class*='list']>li:nth-child(-n+2):after{display:none;}
	.layout05 .list-type41.rw-list01 [class*='item-box0'] .img-con .img{width:105px;height:79px;}
	.layout05 .list-type41.rw-list01 [class*='item-box0'] .img-con + .news-con{height:79px;}

	/* [A태그 분리형] : item-box11 */
	.layout05 .list-type41.rw-list02 .item-box11 .img-con .img{width:170px;height:128px;}
	.layout05 .list-type41.rw-list02.pos-style02 .item-box11 .img-con{margin-right:14px;}
	/* 관련기사 유무로 기사제목 정렬리 달라짐 */
	.layout05 .list-type41.rw-list02 .item-box11 .img-con + .news-con{display:table-cell;vertical-align:middle;}
	.layout05 .list-type41.rw-list02 .item-box11 .img-con + .news-con .tit-wrap,
	.layout05 .list-type41.rw-list02 .item-box11 .img-con + .news-con{height:128px;}
	.layout05 .list-type41.rw-list02 .item-box11.has-rel .img-con + .news-con .tit-wrap{height:auto;}
	.layout05 .list-type41.rw-list02 [class*='list-related']{margin-top:2px;}
}

/* ---- ##list-type42 : Thumbnail ---- */
/* 적용 콘텐츠
 -- 테마별 많이본뉴스,
 -- 많이본뉴스 코너, 댓글많은뉴스 코너
 -- 심야시간톱, 핫뉴스, 메인 스포츠, 메인 연예
 * 콘텐츠 텍스트형
 -- .list .item-box (기본) : 기사제목
 * 기사제목 다음 .info-box 가 붙는 경우
 -- .list .item-box .news-con .info-box: 기사제목, 댓글수
 -- .list .item-box .news-con03 .info-box: 기사제목, 송고시간(시제)
 * 리스트 배치 일반형 : .list01
 * 리스트 배치 세로형 : .list11
 * 리스트 배치 복합형 : .list12
 * 콘텐츠 가로형 : .item-box (기사제목), .item-box01 (기사제목,섬네일)
 * 콘텐츠 세로형 : .item-box02
 * 섬네일 좌측배치 : .pos-style02
 * 섬네일이 없는 경우 2가지 방법
 -- .img-con.img-none01 로 로고이미지를 대신 노출
 -- .img-con 제거 후 기사제목으로 대체
 * 순위 정렬 : .list-type42.number01
 -- .news-con : 폰트사이즈 20px
 -- .news-con01 : 폰트사이즈 14px */
/* list-type42 공통 */
.list-type42 [class*='list']{font-size:0;}
.list-type42 [class*='item-box']{position:relative;}
.list-type42 [class*='news-con']{overflow:hidden;position:relative;}
.list-type42 .tit-news{display:-webkit-box;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:-0.4px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.list-type42 .txt-time{margin-top:5px;font-size:12px;line-height:1;letter-spacing:-0.3px;color:#999;}
/* [콘텐츠 텍스트형] */
.list-type42 .item-box .img-con{display:none;}
.list-type42 .item-box [class*='news-con']{height:24px;padding:11px 0 9px;border-top:1px solid #eee;}
.list-type42 .item-box .tit-news{-webkit-line-clamp:1;}
.list-type42 .item-box .info-box{position:absolute;top:50%;right:0;width:30px;margin-top:-12.5px;font-size:12px;color:#666;letter-spacing:-0.3px;text-align:right;}
/* 기사제목 다음 .info-box 가 붙는 경우 */
.list-type42 .item-box .news-con03{max-width:100%;padding-right:55px;}
.list-type42 .item-box .news-con03 .info-box{width:52px;}
/* [콘텐츠 가로형01] */
.list-type42 .item-box01{height:70px;margin-top:12px;}
.list-type42 .list01>li:first-child .item-box01{margin-top:0;}
.list-type42 .item-box01 .img-con{position:absolute;top:0;right:0;width:70px;height:70px;}
.list-type42 .item-box01 .img{width:100%;height:70px;}
.list-type42 .item-box01 [class*='news-con']{height:66px;padding-top:4px;}
.list-type42 .item-box01 .img-con+ [class*='news-con']{padding-right:82px;}
/* [콘텐츠 세로형] 공통 */
.list-type42 [class*='list1']>li:nth-child(1),
.list-type42 [class*='list1']>li:nth-child(2){display:inline-block;width:50%;vertical-align:top;}
.list-type42 [class*='list1']>li:nth-child(1){text-align:left;}
.list-type42 [class*='list1']>li:nth-child(2){text-align:right;}
.list-type42 [class*='list1']>li [class*='item-box0']{margin-top:12px;}
.list-type42 [class*='list1']>li:nth-child(1) [class*='item-box0'],
.list-type42 [class*='list1']>li:nth-child(2) [class*='item-box0']{margin-top:0;}
.list-type42 .item-box02{overflow:hidden;display:inline-block;width:calc(100% - 5px);width:-webkit-calc(100% - 5px);text-align:left;}
.list-type42 .item-box02 .img{display:block;position:relative;width:100%;height:0;padding-bottom:75.076923%;}
.list-type42 .item-box02 [class*='news-con']{height:51px;padding:7px 5px 0;}
/* [콘텐츠 세로형] 전체 세로형 */
.list-type42 .list11>li:nth-child(odd),
.list-type42 .list11>li:nth-child(even){display:inline-block;width:50%;vertical-align:top;}
.list-type42 .list11>li:nth-child(odd){text-align:left;}
.list-type42 .list11>li:nth-child(even){text-align:right;}
/* [복합 배치형] : 1,2번째만 세로형 | 태블릿에서는 전부 세로형 */
.list-type42 .list12 .item-box{margin-top:-4px;}
/* [섬네일 좌측배치] */
.list-type42.pos-style02 .item-box01 .img-con{left:0;}
.list-type42.pos-style02 .item-box01 .img-con+ [class*='news-con']{padding-right:0;padding-left:82px;}
/* [순위 정렬] */
.list-type42.number01 [class*='list']{counter-reset:number01;list-style-type:none;}
.list-type42.number01 .item-box01 [class*='news-con']:before{clear:both;display:inline-block;counter-increment:number01;content:counter(number01,decimal);position:absolute;top:5px;left:0;width:24px;height:26px;font-weight:700;font-size:20px;line-height:1.2;color:#0068d1;letter-spacing:-0.5px;text-align:left;}
.list-type42.number01 .item-box01 .news-con01:before{top:8px;font-size:14px;letter-spacing:-0.35px;}
/* 순위 정렬 > 섬네일 우측배치 */
.list-type42.number01 .item-box01 [class*='news-con']{padding-left:24px;}
/* 순위 정렬 > 섬네일 좌측배치 */
.list-type42.number01.pos-style02 .item-box01 .img-con{left:24px;}
.list-type42.number01.pos-style02 .item-box01 [class*='news-con']{padding-left:106px;}
/* 대형 프레임 : 768px 이상
 * .rw-box01 : 메인 스포츠, 메인 연예, 메인 핫뉴스 */
@media only screen and (min-width:768px){
	/* list-type42 공통 */
	.layout05 .list-type42 .list12{display:flex;}
	/* [콘텐츠 텍스트형]
	 * .rw-box01 : 콘텐츠 텍스트형 → 콘텐츠 세로형 */
	.layout05 .list-type42 .item-box.rw-box01{margin-top:0;width:100%;text-align:left;}
	.layout05 .list-type42 .item-box.rw-box01 .img-con{display:block;}
	.layout05 .list-type42 .item-box.rw-box01 .news-con{height:51px;padding:7px 5px 0;}
	.layout05 .list-type42 .item-box.rw-box01 .news-con .tit-news{-webkit-line-clamp:2;}
	/* [콘텐츠 가로형01]
	.rw-box01 : 콘텐츠 가로형 → 콘텐츠 세로형 */
	.layout05 .list-type42 .item-box01.rw-box01{margin-top:0;width:100%;height:auto;text-align:left;}
	.layout05 .list-type42 .item-box01.rw-box01 .img-con{position:static;width:auto;height:auto;}
	.layout05 .list-type42 .item-box01.rw-box01 .img-con+ [class*='news-con']{padding-right:0;}
	.layout05 .list-type42 .item-box01.rw-box01 .news-con{height:51px;padding:7px 5px 0;}
	/* [콘텐츠 세로형] 공통 */
	.layout05 .list-type42 .item-box02{width:100%;}
	.layout05 .list-type42 .item-box02 .img{display:block;position:relative;width:100%;height:0;padding-bottom:75.076923%;}
	.layout05 .list-type42 [class*='list1']>li:nth-child(n){display:inline-block;text-align:left;vertical-align:top;}
	.layout05 .list-type42 [class*='item-box'].rw-box01 .img{display:block;position:relative;width:100%;height:0;padding-bottom:75.076923%;}
	/* [리스트 배치] 일반형 : 가로 */
	.layout05 .list-type42 .list01>li{display:inline-block;box-sizing:border-box;width:50%;vertical-align:top;}
	.layout05 .list-type42 .list01>li:nth-child(odd){padding-right:8px;}
	.layout05 .list-type42 .list01>li:nth-child(even){padding-left:8px;}
	.layout05 .list-type42 .list01>li:nth-child(-n+2) .item-box01{margin-top:0;}
	/* [확장형] 메인 스포츠, 연예 */
	.layout05 [class*='box-type'].bg11.main-sports,
	.layout05 [class*='box-type'].bg11.main-ent{padding-bottom:20px;}
	.layout05 .main-sports .list12,
	.layout05 .main-ent .list12{justify-content:space-between;}
	.layout05 .main-sports .list-type42 [class*='list1']>li:nth-child(n),
	.layout05 .main-ent .list-type42 [class*='list1']>li:nth-child(n){width:-webkit-calc(25% - 12px);width:calc(25% - 12px);}
	/* [확장형] 핫뉴스 */
	.layout05 .box-type02[class*='-hotnews'] .list-type42 .list12{flex-flow:row wrap;}
	.layout05 .box-type02[class*='-hotnews'] .list-type42 [class*='list1']>li+li{margin-left:16px;}
	.layout05 .box-type02[class*='-hotnews'] .list-type42 [class*='list1']>li:nth-child(-n+4){flex:1 1 150px;width:25%;}
	.layout05 .box-type02[class*='-hotnews'] .list-type42 [class*='list1']>li:nth-child(n+5){flex:1 1 336px;width:50%;margin-left:0;}
	/* .layout05 .box-type02[class*='-hotnews'] .list-type42 [class*='list1']>li:nth-child(-n+4){flex:1 1 170px;width:25%;}
	.layout05 .box-type02[class*='-hotnews'] .list-type42 [class*='list1']>li:nth-child(n+5){flex:1 1 356px;width:50%;margin-left:0;} */
	.layout05 .box-type02[class*='-hotnews'] .list-type42 [class*='list1']>li:nth-child(n+5):nth-child(even){margin-left:16px;}
	.layout05 .box-type02[class*='-hotnews'] .list-type42 [class*='list1']>li:nth-child(n+5) .item-box01 .img-con{left:0;}
	.layout05 .box-type02[class*='-hotnews'] .list-type42 [class*='list1']>li:nth-child(n+5) .item-box01 .img-con + [class*='news-con']{padding-right:0;padding-left:82px;}
}

/* ---- ##list-type43 : 메인 기획코너01 ---- */
/* 슬라이드형 */
.list-type43{overflow:hidden;position:relative;padding:0 20px;}
.list-type43 .slide-area{overflow:visible;}
.list-type43 .slide-area .list{font-size:0;line-height:0;white-space:nowrap;}
.list-type43 .slide-area .list>li{display:inline-block;width:90%;min-width:200px;margin-left:20px;}
.list-type43 .slide-area .list>li:first-child{margin-left:0;}
.list-type43 [class*='item-box']{height:174px;}
.list-type43 [class*='item-box']>a{position:relative;height:79px;}
.list-type43 [class*='item-box']>a+a{margin-top:16px;}
.list-type43 .img-con{position:absolute;top:0;right:0;width:105px;height:79px;}
.list-type43 .img-con .img{width:100%;height:79px;}
.list-type43 .news-con{overflow:hidden;position:relative;height:79px;padding-right:118px;vertical-align:top;}
.list-type43 .news-con .tit-wrap{display:table-cell;height:71px;padding:4px 0;vertical-align:middle;}
.list-type43 .news-con .tit-news{height:auto;font-size:18px;line-height:1.44;letter-spacing:-0.45px;-webkit-line-clamp:3;}
/* [콘텐츠 가로형 정렬 > 섬네일 좌측배치] */
.list-type43.pos-style02 .item-box .img-con{left:0;}
.list-type43.pos-style02 .item-box .img-con+ [class*='news-con']{padding-right:0;padding-left:118px;}
/* [list-type43 : swiper 실행] */
.list-type43 .swiper-wrapper.list{padding-bottom:20px;white-space:normal;}
.list-type43 .swiper-wrapper.list>li{display:block;}

/* ---- ##list-type44 : 메인 기획코너03 ---- */
/* 슬라이드형 */
.list-type44{overflow:hidden;position:relative;padding:0 20px;}
.list-type44 .slide-area{overflow:visible;}
.list-type44 .slide-area .list{font-size:0;line-height:0;white-space:nowrap;}
.list-type44 .slide-area .list>li{display:inline-block;width:140px;;margin-left:10px;}
.list-type44 .slide-area .list>li:first-child{margin-left:0;}
.list-type44 [class*='item-box']{height:174px;}
.list-type44 [class*='item-box']>a{position:relative;}
.list-type44 .img-con{width:100%;height:105px;}
.list-type44 .img-con .img{width:100%;height:105px;}
.list-type44 .news-con{overflow:hidden;position:relative;width:100%;height:60px;padding:8px 0 4px;vertical-align:top;}
.list-type44 .news-con .tit-news{height:48px;font-size:16px;letter-spacing:-0.4px;-webkit-line-clamp:2;}
/* [list-type44 : swiper 실행] */
.list-type44 .swiper-wrapper.list{padding-bottom:5px;white-space:normal;}
.list-type44 .swiper-wrapper.list>li{display:block;}

/* ---- ##list-type45 : 메인 기획코너02 ---- */
/* item-box01 : 큰 섬네일 - 첫번째 li 위치
 * item-box02 : 작은 섬네일
 * list$$ : 태블릿 구조에서 float 해제 코드 공통 추가 */
/* [공통] */
.list-type45{width:100%;border-radius:4px;border:1px solid rgba(0, 0, 0, 0.04);box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.05);background-color:#fff;}
.list-type45 [class*='list']{position:relative;display:inline-block;width:100%;font-size:0;}
.list-type45 .list01{margin-bottom:20px;}
.list-type45 .list01>li{margin-top:12px;line-height:0;}
.list-type45 .list01>li:first-child{margin-top:0;}
/* 여섯번째 li부터 숨김처리 */
.list-type45 .list01>li:nth-child(n + 6){display:none;}
.list-type45 .list01>li:nth-child(n + 6).show{display:block;}
.list-type45 [class*='item-box']{position:relative;}
.list-type45 [class*='news-con']{overflow:hidden;position:relative;vertical-align:top;}
/* [공통 > 제목] 말줄임 .ellip02 (기본) */
.list-type45 .tit-wrap{display:table-cell;vertical-align:middle;}
.list-type45 .tit-news{font-weight:500;font-size:16px;line-height:1.5;letter-spacing:-0.4px;}
.list-type45 [class*='ellip'] [class*='tit-news']{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.list-type45 .ellip01 [class*='tit-news']{max-height:1.442693em;-webkit-line-clamp:1;}
.list-type45 .ellip02 [class*='tit-news']{max-height:2.885386em;-webkit-line-clamp:2;}
.list-type45 .ellip03 [class*='tit-news']{max-height:4.328079em;-webkit-line-clamp:3;}
/* [콘텐츠 큰 섬네일] */
.list-type45 .item-box01 [class*='news-con']{display:table-cell;width:100%;padding:14px 16px 9px;vertical-align:middle;}
.list-type45 .item-box01 [class*='tit-news']{font-weight:bold;font-size:20px;letter-spacing:-0.5px;}
.list-type45 .item-box01 .img{position:relative;width:100%;height:0;padding-top:56.34%;border-radius:4px 4px 0 0;}
.list-type45 .item-box01 .img:after{border-radius:4px 4px 0 0;}
/* [콘텐츠 작은 섬네일] */
.list-type45 .item-box02{margin:0 16px;}
.list-type45 .item-box02 [class*='news-con'],
.list-type45 .item-box02 [class*='news-con'] .tit-wrap{height:70px;}
.list-type45 .item-box02 .img-con+ [class*='news-con']{padding-right:105px;}
.list-type45 .item-box02 .img-con{position:absolute;top:0;right:0;width:93px;height:70px;}
.list-type45 .item-box02 .img{width:100%;height:70px;}
/* [콘텐츠 작은 섬네일 > 섬네일 좌측배치] */
.list-type45.pos-style02 .item-box02 .img-con{left:0;}
.list-type45.pos-style02 .item-box02 .img-con+ [class*='news-con']{padding-right:0;padding-left:105px;}
/* [더보기 버튼 숨김 : 로드 기능버튼]
 * 5개 이상일때 노출 */
.list-type45 .btns-count-wrap{display:none;padding-bottom:20px !important;}
.list-type45 .btns-count-wrap.show{display:block;}
/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.layout05 .list-type45{border-radius:0;border:none;box-shadow:none;}
	.layout05 .list-type45 .list01>li{width:50%;padding-left:50%;}
	.layout05 .list-type45 .list01>li:first-child{float:left;padding-left:0;
	width:-webkit-calc(50% - 8px);width:calc(50% - 8px);line-height:0;}
	.layout05 .list-type45 .list01>li:nth-child(2){margin-top:0;}
	.layout05 .list-type45 .item-box01 .img{padding-top:59.691011%;}
	.layout05 .list-type45 .item-box02{margin-right:0;margin-left:8px;}
	.layout05 .list-type45 .btns-count-wrap{width:-webkit-calc(50% - 8px);width:calc(50% - 8px);}
	.layout05 .list-type45 .btns-count-wrap{padding:0;
	margin-left:-webkit-calc(50% + 8px);margin-left:calc(50% + 8px);}
}

/* ---- ##list-type46 : 메인 통단 기획코너 ---- */
/* item-box01 : 큰 섬네일 - 첫번째 li 위치
 * item-box02 : 작은 섬네일
 * list$$ : 태블릿 구조에서 float 해제 코드 공통 추가 */
/* [공통] */
.list-type46{width:100%;}
.list-type46 [class*='list']{position:relative;display:inline-block;width:100%;font-size:0;}
.list-type46 .list01{margin-bottom:30px;}
.list-type46 .list01>li:first-child{margin-top:0;}
.list-type46 .list01>li{margin-top:20px;line-height:0;}
.list-type46 .item-box01+.list-related01{margin-top:14px;}
.list-type46 .item-box02+.list-related01{margin-top:5px;}
/* 여섯번째 li부터 숨김처리 */
.list-type46 .list01>li:nth-child(n + 6){display:none;}
.list-type46 .list01>li:nth-child(n + 6).show{display:block;}
.list-type46 [class*='item-box']{position:relative;}
.list-type46 [class*='news-con']{overflow:hidden;position:relative;vertical-align:top;}
/* [공통 > 제목] 말줄임 .ellip02 (기본) */
.list-type46 .tit-wrap{display:table-cell;vertical-align:middle;}
.list-type46 .tit-news{font-weight:500;font-size:18px;line-height:1.430273;letter-spacing:-0.4px;}
.list-type46 [class*='ellip'] [class*='tit-news']{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.list-type46 .ellip01 [class*='tit-news']{max-height:1.442693em;-webkit-line-clamp:1;}
.list-type46 .ellip02 [class*='tit-news']{max-height:2.885386em;-webkit-line-clamp:2;}
.list-type46 .ellip03 [class*='tit-news']{max-height:4.328079em;-webkit-line-clamp:3;}
/* [콘텐츠 큰 섬네일] */
.list-type46 .item-box01 [class*='news-con']{display:table-cell;width:100%;padding:16px 0 0;vertical-align:middle;}
.list-type46 .item-box01 [class*='tit-news']{font-weight:bold;font-size:24px;letter-spacing:-0.5px;}
.list-type46 .item-box01 [class*='txt-tag2']{margin:2px 5px 0 0;width:48px;height:30px;font-size:18px;letter-spacing:-0.5px;line-height:30px;}
.list-type46 .item-box01 .img{position:relative;width:100%;height:0;padding-top:56.34%;border-radius:4px 4px 4px 4px;}
.list-type46 .item-box01 .img:after{border-radius:4px 4px 4px 4px;}
/* [콘텐츠 작은 섬네일] */
.list-type46 .item-box02 [class*='news-con'] .tit-wrap{height:79px;}
.list-type46 .item-box02 .img-con+[class*='news-con']{padding-right:0;padding-left:115px;}
.list-type46 .item-box02 .img-con{position:absolute;top:0;left:0;width:105px;height:79px;}
.list-type46 .item-box02 .img{width:100%;height:79px;}
.list-type46 .item-box02+[class*='list-related'] ul{top:7px;}
/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.layout05 .list-type46 .list01{margin-bottom:0;}
	.layout05 .list-type46 .list01>li{width:50%;padding-left:50%;line-height:0;}
	.layout05 .list-type46 .list01>li:first-child{z-index:5;float:left;padding-left:0;
	width:-webkit-calc(50% - 8px);width:calc(50% - 8px);}
	.layout05 .list-type46 .list01>li:nth-child(2){margin-top:0;}
	.layout05 .list-type46 .list01>li:first-child,
	.layout05 .list-type46 .list01>li:last-child{margin-bottom:30px;}
	.layout05 .list-type46 .item-box02{margin-right:0;margin-left:8px;}
	.list-type46 .item-box02 .tit-news{font-size:18px;}
}

/* ---- ##list-type47 : 메인 통단 타임라인 ---- */
/* .list-type47 .item-box01:after 의 height
 -- 아이콘 12px | 아이콘과 선의 아래 위 간격 4px + 선 + 4px */
.list-type47 .item-box01{position:relative;box-sizing:border-box;padding-bottom:30px;}
.list-type47 .item-box01:after{content:'';display:block;clear:both;position:absolute;top:22px;left:5px;width:2px;background-color:#eee;
height:-webkit-calc(100% - 20px);height:calc(100% - 20px);}
.list-type47 .tit-wrap{padding-left:20px;}
.list-type47 .tit-news{display:block;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:-0.4px;}
.list-type47 li.hide{display:none;}
.list-type47 li.show{display:block;}

/* ---- ##list-type48 : 메인 기획코너03 ---- */
/* item-box01 : 큰 섬네일 - 첫번째 li 위치
 * item-box02 : 작은 섬네일
 * list$$ : 태블릿 구조에서 float 해제 코드 공통 추가 */
/* [공통] */
.list-type48{width:100%;}
.list-type48 [class*='list']{position:relative;display:inline-block;width:100%;font-size:0;}
.list-type48 .list01{margin-bottom:30px;}
.list-type48 .list01>li:first-child{margin-top:0;}
.list-type48 .list01>li{margin-top:20px;line-height:0;}
.list-type48 .item-box01+.list-related01{margin-top:14px;}
.list-type48 .item-box02+.list-related01{margin-top:5px;}
.list-type48 .list01>li.aside-box01{margin:30px 0;}
.list-type48 .list01>li.aside-box01 img{width:100%;}
/* 여섯번째 li부터 숨김처리 */
/* .list-type48 .list01>li:nth-child(n + 6){display:none;}
.list-type48 .list01>li:nth-child(n + 6).show{display:block;} */
.list-type48 [class*='item-box']{position:relative;}
.list-type48 [class*='news-con']{overflow:hidden;position:relative;vertical-align:top;}
/* [공통 > 제목] 말줄임 .ellip02 (기본) */
.list-type48 .tit-wrap{display:table-cell;vertical-align:middle;}
.list-type48 .tit-news{font-weight:500;font-size:18px;line-height:1.430273;letter-spacing:-0.4px;}
.list-type48 [class*='ellip'] [class*='tit-news']{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.list-type48 .ellip01 [class*='tit-news']{max-height:1.442693em;-webkit-line-clamp:1;}
.list-type48 .ellip02 [class*='tit-news']{max-height:2.885386em;-webkit-line-clamp:2;}
.list-type48 .ellip03 [class*='tit-news']{max-height:4.328079em;-webkit-line-clamp:3;}
/* [콘텐츠 큰 섬네일] */
.list-type48 .item-box01 [class*='news-con']{display:table-cell;width:100%;padding:16px 0 0;vertical-align:middle;}
.list-type48 .item-box01 [class*='tit-news']{font-weight:bold;font-size:24px;letter-spacing:-0.5px;}
.list-type48 .item-box01 [class*='txt-tag2']{margin:2px 5px 0 0;width:48px;height:30px;font-size:18px;letter-spacing:-0.5px;line-height:30px;}
.list-type48 .item-box01 .img{position:relative;width:100%;height:0;padding-top:56.34%;border-radius:4px 4px 4px 4px;}
.list-type48 .item-box01 .img:after{border-radius:4px 4px 4px 4px;}
/* [콘텐츠 작은 섬네일] */
.list-type48 .item-box02 [class*='news-con'] .tit-wrap{height:79px;}
.list-type48 .item-box02 .img-con+[class*='news-con']{padding-right:0;padding-left:115px;}
.list-type48 .item-box02 .img-con{position:absolute;top:0;left:0;width:105px;height:79px;}
.list-type48 .item-box02 .img{width:100%;height:79px;}
.list-type48 .item-box02+[class*='list-related'] ul{top:7px;}
/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.layout05 .list-type48 .list01{margin-bottom:0;}
	.layout05 .list-type48 .list01>li{width:50%;padding-left:50%;line-height:0;}
	.layout05 .list-type48 .list01>li:first-child{z-index:5;float:left;padding-left:0;
	width:-webkit-calc(50% - 8px);width:calc(50% - 8px);}
	.layout05 .list-type48 .list01>li:nth-child(2){margin-top:0;}
	.layout05 .list-type48 .list01>li:first-child,
	.layout05 .list-type48 .list01>li:last-child{margin-bottom:30px;}
	.layout05 .list-type48 .item-box02{margin-right:0;margin-left:8px;}
	.list-type48 .item-box02 .tit-news{font-size:18px;}
}

/* =============== ####news-type (Single News) ======================== */
/* news-type01 : 톱뉴스
 * news-type02 : 메인 기획코너
 * news-type21 : 이슈 설명
 * news-type51 : 메인 톱기사 통단(2건 편집)
 * news-type52 : 메인 톱기사 통단(2건 편집)
 * news-type81 : 도메인 공유 - 통단, 라벨 */

/* ---- ##news-type$$ : 공통 - 제목 ---- */
[class*='news-type'].medium [class*='tit-news'],
[class*='news-type'] [class*='tit-news'].medium{font-weight:500;}
[class*='news-type'].bold [class*='tit-news'],
[class*='news-type'] [class*='tit-news'].bold{font-weight:700;}

/* 공통 - 어깨제목
 * .tit-wrap>.txt-tag : (블록) 기사제목 상단 배치, 한줄
 * .tit-wrap .tit-news .txt-tag : (인라인) 기사제목 앞부분 배치, 폰트크기 동일
 * txt-tag01 기사제목 상단 배치 */
[class*='news-type'] [class*='txt-tag0']{display:block;font-weight:bold;font-size:16px;line-height:1.435265;color:#0068d1;}
[class*='news-type'] .txt-tag01{padding:0.3em 0 2px;font-size:15px;}
[class*='news-type'] [class*='tit-news'] [class*='txt-tag0']{display:inline-block;font-weight:inherit;}
[class*='news-type'] [class*='txt-tag'].color02,
[class*='news-type'] [class*='tit-news'].color02 [class*='txt-tag0']{color:#fa3a3a;}

/* 말머리 */
[class*='txt-tag2']{position:relative;box-sizing:border-box;display:inline-block;margin:2px 5px 0 0;width:48px;height:30px;border-radius:3px;font-size:18px;letter-spacing:-0.5px;line-height:30px;text-align:center;}
[class*='txt-tag2']:before{content:'';/*clear:both;display:inline-block;width:inherit;*/}

/* txt-tag21 - 말머리 사용
 * tag01 : 긴급
 * tag02 : 속보
 * tag03 : 단독
 * tag04 : 르포
 * tag05 : 헤드라인
 * tag06 : 인터뷰

 * tag07 : (스타일 미정의)
 * tag08 : (스타일 미정의)
 * tag09 : (스타일 미정의)
*/
.txt-tag21{background:#f5464d;font-weight:500;color:#fff;}
.txt-tag22{background:#3061ff;font-weight:500;color:#fff;}
.txt-tag22.tag05{width:80px;}
.txt-tag23{background:#0d95d4;font-weight:500;color:#fff;}
.txt-tag23.tag06{width:66px;}
/* 스타일 미정의 */
.txt-tag28{background:#eee;}

[class*='txt-tag2'].tag01:before{content:'긴급';} /* 긴급 */
[class*='txt-tag2'].tag02:before{content:'속보';} /* 속보 */
[class*='txt-tag2'].tag03:before{content:'단독';} /* 단독 */
[class*='txt-tag2'].tag04:before{content:'르포';} /* 르포 */
[class*='txt-tag2'].tag05:before{content:'헤드라인';} /* 헤드라인 */
[class*='txt-tag2'].tag06:before{content:'인터뷰';} /* 인터뷰 */

/* 기타02~04 : 미지정(사용안함) */
[class*='txt-tag2'].tag07:before{content:'특파원르포';} /* 기타01 */
[class*='txt-tag2'].tag08:before{content:'칼럼';} /* 기타02 */

/* 말머리 주요기사 리스트 */
[class*='list-type'] [class*='txt-tag2']{margin:1px 4px 0 0;width:38px;height:22px;font-size:14px;line-height:22px;}
[class*='list-type'] [class*='txt-tag2'].tag05{width:64px;}
[class*='list-type'] [class*='txt-tag2'].tag06{width:50px;}

/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	[class*='news-type'] [class*='txt-tag2']{margin:8px 5px 0 0;}
	[class*='list-type'] [class*='txt-tag2']{}
}


/* [class*='list-type'] [class*='txt-tag2'].tag03,
[class*='list-type'] [class*='txt-tag2'].tag04{line-height:19px;} */

/* ---- ##news-type0$ : 톱뉴스 item-box ---- */
/* img-con : 기본 - 섬네일 비율 50%
 * img-con01 : 라운드, 음영
 * item-box$$.full$$ : 타이틀 넓이 100% */
[class*='news-type0']{position:relative;}
[class*='news-type0'] [class*='item-box']>a{display:block;}
/* 이미지영역 : 기본 비율변경 : 56.25% → 50%  */
[class*='news-type0'] [class*='img-con']{position:relative;display:block;}
[class*='news-type0'] [class*='img-con'] .img{overflow:hidden;display:block;}
[class*='news-type0'] [class*='img-con'] .img img{width:100%;height:auto;}
[class*='news-type0'] [class*='img-con'] .label-box{position:absolute;display:inline-block;right:20px;bottom:-10px;}
[class*='news-type0'] [class*='img-con'] .img.img-cover{position:relative;width:100%;height:0;padding-top:50%;}
/* img-con01 : 라운드, 음영 */
[class*='news-type0'] .img-con01 .img{position:relative;border-radius:4px;}
[class*='news-type0'] .img-con01 .img:after{content:'';display:block;clear:both;position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border-radius:4px;border:1px solid rgba(0, 0, 0, 0.04);}
/* 영상영역 */
[class*='news-type0'] .vid-con{display:block;position:relative;width:100%;height:0;padding-top:50%;}
[class*='news-type0'] .vid-con iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
/* 텍스트영역 공통 */
[class*='news-type0'] [class*='news-con']{width:100%;padding:14px 0 9px;vertical-align:middle;}
[class*='news-type0'] [class*='news-con'] .btn-type04{min-width:0;width:16px;height:25px;padding:0;}
/* 제목 (기본 24px) */
[class*='news-type0'] .tit-wrap{position:relative;}
[class*='news-type0'] [class*='tit-news']{font-weight:bold;font-size:24px;line-height:1.442693;word-break:keep-all;letter-spacing:-0.6px;}
[class*='news-type0'] [class*='ellip'] [class*='tit-news']{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;}
[class*='news-type0'] [class*='item-box'] .ellip01 [class*='tit-news']{max-height:1.442693em;-webkit-line-clamp:1;}
[class*='news-type0'] [class*='item-box'] .ellip02 [class*='tit-news']{max-height:2.885386em;-webkit-line-clamp:2;}
[class*='news-type0'] [class*='item-box'] .ellip03 [class*='tit-news']{max-height:4.328079em;-webkit-line-clamp:3;}
[class*='news-type0'] .item-box [class*='tit-news'] [class*='txt-tag0']{line-height:35px;}
/* 리드문 */
[class*='news-type0'] .lead{display:block;word-wrap:normal;color:#4a4a4a;font-size:13px;line-height:1.886792;}
[class*='news-type0'] [class*='news-con'] [class*='ellip']{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;}
[class*='news-type0'] [class*='news-con'] .lead{margin-top:9px;}
[class*='news-type0'] [class*='news-con'] .lead.ellip01{max-height:1.886792em;-webkit-line-clamp:1;}
[class*='news-type0'] [class*='news-con'] .lead.ellip02{max-height:3.773584em;-webkit-line-clamp:2;}
/* full 타이틀 넓이 100% */
[class*='news-type0'] .full [class*='news-con']{width:100%;}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	[class*='news-type0'] .img-con .label-box{right:20px;}
}

/* ---- ##news-type01 : 톱기사 ---- */
/* item-box : 기본 - 큰 폰트 타이틀 (24px)
 * item-box01 : 작은 폰트 타이틀 (18px)
 * news-con : 기본
 * news-con01 : 아이콘과 제목이 양쪽으로 나누어 질 때 (연합뉴스TV 라이브) */
/* item-box 큰 폰트 타이틀  */
.news-type01 .item-box [class*='tit-news']{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:2.885386em;-webkit-line-clamp:2;font-size:24px;line-height:1.5;}
.news-type01 .item-box .vid-con{margin:0 -20px;padding:0 20px;background:#000;}
.news-type01 .item-box .vid-con + .img-con{display:none;}
/* item-box01 작은 폰트 타이틀 */
.news-type01 .item-box01 [class*='news-con']{padding-bottom:7px;}
.news-type01 .item-box01 [class*='news-con'] [class*='tit-news']{font-size:18px;line-height:1.530273;}
.news-type01 .item-box01 .txt-tag01{padding-top:0;line-height:1.6322912;}
.news-type01 .item-box01 [class*='tit-news'] .txt-tag{padding-top:0;}
.news-type01.has-flex .item-box01 ~ .btns{padding-top:11px;padding-bottom:11px;}
/* news-con01 연합뉴스TV 라이브 */
.news-type01 .item-box01 .news-con01{padding-bottom:16px;}
.news-type01 .news-con01 [class*='tit-news']{padding-left:51px;}
.news-type01 .news-con01 .ico-live01{position:absolute;top:4px;left:0;}
/* 관련뉴스 */
.news-type01.has-flex{position:relative;}
.news-type01.has-flex [class*='news-con']:after{display:none;}
.news-type01.has-flex .btns{left:auto;right:0;bottom:0;padding:13px 16px;}
.news-type01.has-flex.active [class*='news-con'] [class*='tit-news'],
.news-type01.has-flex.active [class*='news-con'] .lead{padding-right:0;}

/* ---- ##news-type02 : 메인 기획코너 - 큰 섬네일 ---- */
.news-type02 [class*='item-box'] [class*='tit-news']{font-size:20px;letter-spacing:-0.5px;}

/* ---- ##news-type03 : 메인 톱기사 ---- */
/* item-box 큰 폰트 타이틀 */
.news-type03{position:relative;}
.news-type03 .item-box [class*='tit-news']{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:2.885386em;-webkit-line-clamp:2;font-size:24px;line-height:1.5;}
.news-type03 .item-box .vid-con{margin:0 -20px;padding:0 20px;background:#000;}
.news-type03 .item-box .vid-con + .img-con{display:none !important;}
/* item-box01 작은 폰트 타이틀 */
.news-type03 .item-box01 [class*='news-con']{padding-bottom:7px;}
.news-type03 .item-box01 [class*='news-con'] [class*='tit-news']{font-size:18px;line-height:1.530273;}
.news-type03 .item-box01 .txt-tag01{padding-top:0;line-height:1.6322912;}
.news-type03 .item-box01 [class*='tit-news'] .txt-tag{padding-top:0;}
.news-type03.has-flex .item-box01 ~ .btns{padding-top:11px;padding-bottom:11px;}
/* news-con01 연합뉴스TV 라이브 */
.news-type03 .item-box01 .news-con01{padding-bottom:16px;}
.news-type03 .news-con01 [class*='tit-news']{padding-left:51px;}
.news-type03 .news-con01 .ico-live01{position:absolute;top:4px;left:0;}
/* 관련뉴스 */
.news-type03.active [class*='news-con'] [class*='tit-news'],
.news-type03.active [class*='news-con'] .lead{padding-right:0;}

/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.layout05 .news-type03 [class*='item-box']{font-size:0;}
	.layout05 .news-type03 [class*='item-box']> [class*='-con']{display:inline-block;vertical-align:top;
	width:-webkit-calc(50% - 8px);width:calc(50% - 8px);}
	.layout05 .news-type03 [class*='item-box']>.vid-con{margin:0;padding:0;}
	/* 이미지영역 : 라운드, 음영 */
	.layout05 .news-type03 [class*='img-con'] .img{position:relative;width:100%;border-radius:4px;}
	.layout05 .news-type03 [class*='img-con'] .img:after{content:'';display:block;clear:both;position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border-radius:4px;border:1px solid rgba(0, 0, 0, 0.04);}
	.layout05 .news-type03 [class*='img-con'] .img img{width:100%;height:auto;}
	/* 이미지영역 : 기본 */
	.layout05 .news-type03 .img-con{min-height:178px;margin:0 !important;}
	.layout05 .news-type03 .img-con + .news-con{box-sizing:border-box;margin:0 0 0 16px;}
	/* 영상영역 : 유튜브 */
	.layout05 .news-type03 .vid-con.ratio05{padding-top:24.59% !important;}
	/* 텍스트영역 공통 */
	.layout05 .news-type03 [class*='news-con']{padding:0;}
	/* 제목 */
	.layout05 .news-type03 [class*='tit-news']{line-height:1.5;}
	/* 관련기사 */
	.layout05 .news-type03 .tit-wrap + [class*='list-related']{margin-top:10px;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .news-type03 .item-box [class*='tit-news']{font-size:32px;letter-spacing:-0.8px;}
}

/* ---- ##news-type21 이슈본문  ---- */
.news-type21 .img-con{position:relative;display:block;}
.news-type21 .img-con .img{display:block;position:relative;width:100%;border-radius:4px;}
.news-type21 .img-con .img img{width:100%;height:auto;border-radius:4px;}
.news-type21 .img-con .img:after{content:'';display:block;clear:both;position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border-radius:4px;border:1px solid rgba(0, 0, 0, 0.04);}
.news-type21 .img-con{padding:0;}
.news-type21 .desc-con{position:relative;padding:14px 16px 15px;background-color:#fff;}
.news-type21 .desc-con .txt{font-size:13px;line-height:1.722724;color:#4a4a4a;}
.news-type21 .desc-con>p:first-child{margin-top:0;}
.news-type21 .info-con{text-align:right;}
.news-type21 .info-list02{padding:18px 0 19px;}

/* ---- ##news-type5$ : 메인 톱기사 통단(기사 2건)  ---- */
/* item-box01 : 이미지
 * item-box02 : 기사제목, 관련기사 */
[class*='news-type5'] [class*='item-box']{position:relative;font-size:0;}
[class*='news-type5'] .item-box02{padding:20px;}
[class*='news-type5'] [class*='img-con']{position:relative;display:inline-block;vertical-align:top;}
[class*='news-type5'] .img{display:block;position:relative;width:100%;}
[class*='news-type5'] .img img{width:100%;height:auto;}
[class*='news-type5'] .news-con+.news-con{margin-top:16px;padding-top:16px;border-top:1px solid #ddd;}
[class*='news-type5'] .tit-news{font-size:24px;line-height:36px;}
[class*='news-type5'] .info-list02{padding:18px 0 19px;}
/* 말줄임 */
[class*='news-type5'] [class*='ellip'] [class*='tit-news']{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;word-break:keep-all;}
[class*='news-type5'] .ellip01 [class*='tit-news']{max-height:1.442693em;-webkit-line-clamp:1;}
[class*='news-type5'] .ellip02 [class*='tit-news']{max-height:2.885386em;-webkit-line-clamp:2;}
[class*='news-type5'] .ellip03 [class*='tit-news']{max-height:4.328079em;-webkit-line-clamp:3;}
[class*='news-type5'] .list-related01{margin-top:9px;}
/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	[class*='news-type5'] .item-box02{padding-bottom:16px;}
	[class*='news-type5'] .item-box02:after{content:'';display:block;clear:both;position:absolute;top:20px;left:50%;width:1px;height:-webkit-calc(100% - 36px);height:calc(100% - 36px);margin-left:-0.5px;background-color:#ddd;}
	[class*='news-type5'] .news-con{display:inline-block;box-sizing:border-box;width:50%;vertical-align:top;}
	[class*='news-type5'] .news-con:nth-child(1){padding-right:16px;}
	[class*='news-type5'] .news-con:nth-child(2){padding-left:16px;}
	[class*='news-type5'] .news-con+.news-con{margin-top:0;padding-top:0;border-top:none;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	[class*='news-type5'] .item-box02{padding-right:40px;padding-left:40px;}
}


/* ---- ##news-type51 : 메인 톱기사 통단(기사 2건, 섬네일 2개)  ---- */
.news-type51 .img-con{width:50%;}
.news-type51 .img-con .img.img-cover{height:0;padding-top:58%;}

/* ---- ##news-type52 : 메인 톱기사 통단(기사 2건, 섬네일 1개)  ---- */
.news-type52 .img-con{display:block;}
.news-type52 .img-con .img.img-cover{height:0;padding-top:50%;}

/* ---- ##news-type81~ :[PC/M 도메인 공유] 통단, 슬로건 ---- */
.news-type81 .tit-wrap{display:block;text-align:center;background:#0068D1;}
.news-type81 .tit-news{display:inline-block;padding:6px 40px;font-weight:700;font-size:16px;line-height:24px;color:#fff;}

/* ---- ##톱뉴스 & 큰 섬네일 기사 비율 유지 ---- */
/* ratio01 - 750:375 (2:1)
 * ratio02 - 750:300
 * ratio03 - 750:422
 * ratio04 - 686:370
 * ratio05 - 750:229 (PC통단 섬네일 1100px)
 * ratio06 - 670:400 (기획코너)
 * ratio10 - 750:auto (이미지 높이 비율)*/
.img.ratio01{padding-top:50% !important;}
.img.ratio02{padding-top:40% !important;}
.img.ratio03{padding-top:56.25% !important;}
.img.ratio04{padding-top:53.935860% !important;}
.img.ratio05{padding-top:30.533333% !important;}
.img.ratio06{padding-top:59.701492% !important;}
.img.ratio10{padding-top:100% !important;}

/* ---- ##공통 영상 비율 ---- */
/* default - 16:9
 * ratio01 - 9:16 (세로)
 * ratio02 - 4:3
 * ratio03 - 21:9
 * ratio04 - 18:9
 * ratio05 - 연합뉴스영상 비율 */
.img-con.ratio01,
.vid-con.ratio01{padding-top:177.7778% !important;}
.img-con.ratio02,
.vid-con.ratio02{padding-top:75% !important;}
.img-con.ratio03,
.vid-con.ratio03{padding-top:42.857142857% !important;}
.img-con.ratio04,
.vid-con.ratio04{padding-top:50% !important;}
.img-con.ratio05,
.vid-con.ratio05{padding-top:63.5235% !important;}

/* =============== ####Box type ======================== */
/* ---- ##박스타입과 멀티클래스 정의 ---- */
/* main-*** : 메인 콘텐츠
 * portal-*** : 가두리 콘텐츠
 * box-*** : 섹션, 리스트 콘텐츠
 * detail-*** : 본문 콘텐츠
 * edit-main--*** : 메인 콘텐츠 중 편집목적을 위해 숨김처리 한 콘텐츠
 * edit-portal--*** : 가두리 콘텐츠 중 편집목적을 위해 숨김처리 한 콘텐츠
 * edit-box--*** : 섹션, 리스트 콘텐츠 중 편집목적을 위해 숨김처리 한 콘텐츠 */

/* box-type : box-type 의 스타일은 list-type , news-type 등의 component 보다 아래 line에 스타일 선언
 * box-type01 : 이미지 full size, 텍스트 좌우여백
 * box-type02 : 좌우 여백
 * box-type03 : 일반 슬라이드 큰 버전
 * box-type04 : 일반 슬라이드 작은 버전
 * box-type05 : 포토 슬라이드 큰 버전
 * box-type06 : 포토 슬라이드 작은 버전
 * box-type07 : 섬네일 제어 슬라이드
 * box-type08 : 투데이
 * box-type09 : 라이프
 * box-type10 : 이슈 설명
 * box-type11 : 콘텐츠 구분선택
 * box-type12 : 본문 관련기사
 * box-type13 : 메인 팩트체크,이슈&탐사,OK제보
 * box-type14 : 광고- list-type04
 * box-type15 : 광고- list-type04
 * box-type16 : 포토 - 좌우배치/섬네일 모음
 * box-type17 : 기자선택
 * box-type22 : 기자 페이지 - 프로필 영역
 * box-type23 : 기자 페이지 - 키워드 영역
 * box-type24~26 : 없음
 * box-type27 : 이슈본문 수동 키워드 링크
 * box-type28 : 메인 기획코너01,03
 * box-type29 : 메인 기획코너02
 * box-type30 : 메인 톱기사 기획코너
 * box-type31 : 메인 톱기사 통단(기사 2건)
 * box-type80 : M 삭제 기사 안내 문구
 * box-type81 : PC 삭제 기사 안내 문구
 * box-type91 : 메인 퀵메뉴 */

/* ---- ##box-type 공통 ---- */
[class*='box-type']{position:relative;}
[class*='box-type'] [class*='btns-wrap']{margin-top:20px;padding:0 20px;}
[class*='box-type'] .img-con .img{background-color:#e6e9ec;}
/* [class*='box-type'].bg01 .img-con .img{background-color:#d4d7d9;} */
[class*='box-type'].bg02 .img-con .img{background-color:#262626;}
[class*='box-type'].bg11{padding-top:0;padding-bottom:40px;}
[class*='box-type'].bg11:before,
[class*='box-type'].bg11:after{content:'';clear:both;position:absolute;width:100%;height:10px;background-color:#f1f4f8;}
[class*='box-type'].bg11:before{display:none;top:0;}
[class*='box-type'].bg11:after{display:block;bottom:0;}
[class*='box-type'].bg13{border-bottom:4px solid #0068d1;}
[class*='box-type'].bg14{padding-top:28px;padding-bottom:35px;}
[class*='box-type'].bg14:before,
[class*='box-type'].bg14:after{position:absolute;}
[class*='box-type'].bg14:before{top:0;}
[class*='box-type'].bg14:after{bottom:0;}

#jsonDataSet + [class*='box-type'].bg11{padding-top:33px;}
[class*='box-type']:not(.bg11) + [class*='box-type'].bg11{padding-top:23px;}
#jsonDataSet + [class*='box-type'].bg11:before,
[class*='box-type']:not(.bg11) + [class*='box-type'].bg11:before{display:block;bottom:0;}

[class*='box-type'].bg11 + [class*='box-type'].bg02{margin-top:-10px;}
[class*='box-type'].bg02 + [class*='box-type'].bg11{margin-top:0;}
[class*='box-type'].bg02 + [class*='box-type'].bg11:before{display:none;}

.bg02 [class*='title-type']:not(.title-type05) .txt{color:#fff;}
.bg02 .slide-area .tit-news{color:#fff;}
.bg02 .slide-area .state-box{border-color:#fff;background:rgba(0,0,0,0.8);}
.bg02 [class*='news-type'] [class*='news-con']{color:#fff;}
.bg02 [class*='video-player'] .desc-con{color:#fff;}

/* ---- ##box-type01 ---- */
/* 하위 리스트
 -- .list-type02
 -- .news-type01, .news-type03, .news-type51, .news-type52 */
.box-type01 [class*='title-con']{margin-bottom:7px;}
.box-type01 [class*='title-con22']{margin-top:-10px;margin-bottom:0;}
.box-type01 .title-con01{margin-left:16px;padding-top:8px;}
.box-type01 [class*='list-type'] .list{box-sizing:border-box;padding-left:20px;padding-right:20px;}
.box-type01 .list-type01{padding-top:16px;}
.box-type01 .list-type02 .item-style03>a,
.box-type01 .list-type02 .item-style04>a{margin:0 -20px;padding:0 20px;}
.box-type01 [class*='news-type']{padding-left:20px;padding-right:20px;}
.box-type01 .news-type01 [class*='item-box']>a{margin:0 -20px;padding:0 20px;}
.box-type01 .img-con{margin:0 -20px;}

/* [확장형] box-type01 */
/* 메인톱기사01  */
/* .top-main-news01{} */
/* 영상본문 주요영상  */
.detail-video-juyo01.bg11{padding-bottom:0;}
.detail-video-juyo01.bg11:after{display:none;}
.detail-video-juyo02.bg11{margin-top:0;}
/* 영상본문 많이본영상 */
.detail-most-video01.bg11{padding-bottom:0;}
.detail-most-video01.bg11:after{display:none;}
.detail-most-video02.bg11{margin-top:0;}

/* 중형 프레임 : 768px 이상 */
/* @media only screen and (min-width:768px){} */
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .box-type01 .news-type03{padding-right:40px;padding-left:40px;}
	/* 기획코너 */
	.layout05 .box-type33{padding-left:40px;padding-right:40px;}
}

/* ---- ##box-type02 ---- */
/* 하위 리스트
 -- .list-type01, .list-type02, .list-type14(에디터스픽), .list-type15, .list-type41, .list-type42
 -- .news-type01 */
.box-type02 [class*='list-type'] .list,
.box-type02 [class*='list-type']>[class*='list']{box-sizing:border-box;padding-left:20px;padding-right:20px;}
.box-type02 [class*='news-type']{padding-left:20px;padding-right:20px;}
.box-type02 [class*='title-con']{margin-bottom:7px;}
.box-type02 [class*='title-con22']{margin-top:-10px;margin-bottom:7px;}
.box-type02>.title-con22 + .list-type01{padding-top:0;}
.box-type02 .title-con01{margin:0 0 0 20px;}
.box-type02 .title-con01.bg12{margin:0 0 7px 0;}
.box-type02 .title-con01.bg12+[class*='list-type'] .list li:first-child .item-box [class*='news-con']{border-top:none;}
.box-type02 .title-con04{margin-bottom:0;padding-left:20px;}
.box-type02 .title-con04 + .list-type14{padding-top:26px;}
.box-type02>.list-type01{padding-top:16px;}
.box-type02>.list-type01:first-child{padding-top:0;}
.box-type02 .news-type01 .img{position:relative;border-radius:4px;}
.box-type02 .news-type01 .img:after{content:'';display:block;clear:both;position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border-radius:4px;border:1px solid rgba(0, 0, 0, 0.04);}
.box-type02 [class*='pager-wrap']{margin-top:12px;}
.box-type02.bg02 .news-type01{padding:16px 20px 0 20px;}
.box-type02 [class*='btns-wrap']{margin-top:20px;padding:0 20px;}

/* [확장형] box-type02 */
/* 본문 핫뉴스, AI추천뉴스 */
.detail-hotnews01{overflow:hidden;}
.detail-hotnews01.bg11{padding-bottom:30px;}
/* 메인 연합뉴스TV 라이브 */
.main-livetv + [class*='box-type']{margin-top:0 !important;}
/* 메인 엠바고뉴스
 * bg-position 으로 섬네일 숨김 후 노출 */
.main-ambargo-news01 .list-type41 .img-con .img{background-position:105px 0 !important;}
.main-ambargo-news01 .list-type41 .img-con.show .img{background-position:50% 0 !important;}
/* 공통 이시각주요뉴스 */
.box-thistime>.title-con21 + .list-type02 .list>li:first-child .item-style03{padding-top:0;}
.box-type02[class*='-thistime'] li:first-child .item-style04 .news-con{padding:10px 0 0;}
.box-type02[class*='-thistime'] li:first-child .item-style04 .tit-news{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;font-size:20px;line-height:1.5;}
/* 본문 이시각주요뉴스 */
.detail-thistime.bg11{padding-bottom:25px;}
.detail-thistime>.title-con22 + .list-type02 .list>li:first-child .item-style02{padding-top:0;}
/* 본문 댓글많은뉴스 */
.detail-most-reply.bg11{padding-bottom:25px;}

/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	/* 메인 주요기사02,03 */
	.layout05 .box-type02 .list-type41.rw-list01{margin-top:30px;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	/* 심야시간에서 .bg12 사용 */
	.layout05 .box-type02 .title-con01:not(.bg12){margin-left:40px;}
	.layout05 .box-type02 .title-con01.bg12{padding-right:40px;padding-left:40px;}
	.layout05 .box-type02 .title-con04{padding-left:40px;}
	.layout05 .box-type02 [class*='list-type'] .list,
	.layout05 .box-type02 [class*='list-type']>[class*='list']{padding-right:40px;padding-left:40px;}
	/* 메인 주요기사, 심야시간 버튼 */
	.layout05 .box-type02 [class*='btns-wrap']{padding-right:40px;padding-left:40px;}
}

/* ---- ##box-type03 ---- */
/* 하위 리스트 : .list-type03, .list-type04, .list-type05 */
.box-type03{padding-top:16px;}
.box-type03 [class*='title-con']{margin-bottom:7px;padding-left:20px;}
.box-type03 [class*='title-con22']{margin-top:-10px;margin-bottom:0;}
.box-type03 .list-type03+.btns-wrap03{margin-top:14px;}
/* .box-type03 .list-type06 .news-con .tit-news{font-weight:normal;} */
/* [확장형] box-type03 */
.box-type03.main-video .slide-area .list>li{height:223px;}
.box-type03.main-issue{padding-bottom:34px;}
.box-type03[class*='-photogallery01'] .slide-area [class*='img-con'] .label-box{left:10px;right:inherit;}
/* [확장형] 비주얼 > 영상 > 사건재구성 */
.box-type03.box-video-incident .slide-area .list>li{height:202px;}

/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.box-type03 [class*='title-con']{padding-left:20px;}
	.box-type03 [class*='title-con'] [class*='btn-more']{right:20px;}
	.box-type03.box-ytb-topic .list-type03 .img-con .img{background-position-y:-25px;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .box-type03 [class*='title-con']{padding-left:40px;}
	.layout05 .box-type03 [class*='title-con'] [class*='btn-more']{right:40px;}
}

/* ---- ##box-type04 ---- */
/* 하위 리스트 : .list-type03, .list-type04, .list-type06 */
.box-type04{padding-top:5px;}
.box-type04 [class*='title-con']{margin-bottom:7px;padding-left:20px;}
.box-type04 [class*='title-con22']{margin-top:-10px;margin-bottom:0;}
.box-type04.main-photo-corner01,
.box-type04.main-digital{padding-bottom:31px;}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .box-type04 [class*='title-con']{padding-left:40px;}
	.layout05 .box-type04 [class*='title-con'] [class*='btn-more']{right:40px;}
}

/* ---- ##box-type05 ---- */
/* 하위 리스트 : .list-type07(서브 포토) */
.box-type05 .list-type07 .list>li{width:100% !important;margin:0;}
.box-type05 .list-type07 .news-con{padding-left:20px;}
.box-type05 .list-type07 .news-con .tit-news{font-weight:normal;}
.box-type05 .list-type07 .pager01{position:absolute;z-index:20;right:0;bottom:5px;padding:0 8px;background-color:#fff;}
.box-type05 .list-type07 .pager01 [class*='prev']{left:8px;}
.box-type05 .list-type07 .pager01 [class*='next']{right:8px;}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.box-type05 .list-type07 .pager01{padding-right:15px;}
	.box-type05 .list-type07 .pager01 [class*='next']{right:15px;}
	.box-type05 .list-type07 .news-con{padding-right:96px;}
}

/* ---- ##box-type06 ---- */
/* 하위 리스트 : .list-type07(본문 포토화보) */
.box-type06{padding-top:6px;}
.box-type06.bg11{padding-bottom:17px;}
.box-type06 [class*='title-con']{padding-left:20px;}
.box-type06 [class*='title-con22']{margin-top:-10px;margin-bottom:4px;}
.box-type06 .slide-area{overflow:visible;padding-bottom:8px;}
.box-type06 .item-box .news-con{padding-right:48px;}
.box-type06 .item-box [class*='btn-more']{position:absolute;bottom:8px;right:0;}
.box-type06 .list-type07{overflow:hidden;padding:0 20px;}
.box-type06 .list-type07 .list{text-align:left;}
.box-type06 .list-type07 .list>li{margin:0 14px 0 0;width:-webkit-calc(100% - 36px);width:calc(100% - 36px);}
.box-type06 .list-type07 .list>li:last-child{margin-right:0;}
.box-type06 .list-type07 .item-box{width:100%;}
.box-type06 .list-type07 .item-box .img-con{width:100%;height:0;}
.box-type06 .list-type07 .pager01{top:-5px;}

/* ---- ##box-type07 ---- */
.box-type07{padding:16px 0 25px;}
.box-type07 [class*='title-con']{margin-bottom:7px;padding-left:20px;}
.box-type07 .tab-content{padding:0 20px;}
.box-type07 .video-player01:not(.current){display:none;}
.box-type07 .video-player01 .desc-con{color:#fff;}
.box-type07 .list-type08 .list>li:first-child{padding-left:20px;}
.box-type07 .list-type08 .list>li:last-child{padding-right:20px;}
/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.box-type07.bg02 [class*='title-con']{padding-left:20px;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.box-type07.bg02 [class*='title-con'] .btn-more01{right:-22px;}
}

/* ---- ##box-type08 : 투데이 ---- */
.box-type08{margin-top:54px;padding-bottom:25px;background-color:#e6e9ec;}
.box-type08 .title-con04{top:-22px;padding-left:20px;}
.box-type08 .list-type09{padding-top:0;}
.box-type08 .list-type09>.list>li:first-child{padding-left:20px;}
.box-type08 .list-type09>.list>li:last-child{padding-right:20px;}
.box-type08 + [class*='box-type'].bg11{padding-top:0 !important;}
.box-type08 + [class*='box-type'].bg11:before{display:none !important;}

/* ---- ##box-type09 : 메인 사람들, 여행/축제 ---- */
/* 하위 리스트 : .list-type10, .list-type11 */
.box-type09  [class*='title-con']{margin-bottom:7px;}
.box-type09 .title-con01{margin-left:20px;margin-bottom:7px;}
.box-type09 .title-con04{padding-left:20px;}
.box-type09 .title-con04+.title-con05{margin-top:22px;}
.box-type09 .title-con05{padding-left:20px;}
.box-type09 .list-type11{margin-top:12px;padding-left:20px;padding-right:20px;}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.box-type09 .title-con05{padding-left:54px;}
	.box-type09 .list-type11{padding:0 39px;}
}

/* ---- ##box-type10 : 이슈 설명 ---- */
.box-type10.bg11{margin-top:0;margin-bottom:0 !important;padding-bottom:20px;}
.box-type10 .title-con04{padding-left:20px;}
.box-type10 .title-con05{padding-left:20px;}
.box-type10 .news-type21{padding:20px 20px 0;}
.box-type10 .news-type21 .img-con .img{background:none;}

/* ---- ##box-type11 : 콘텐츠 구분선택 ---- */
.box-type11{padding:12px 0 18px;}
.box-type11 .title-con01{padding:0 20px;margin-bottom:13px;}
.box-type11 .list-type09{padding:0 20px;}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.box-type11 .title-con01{padding:0 39px;}
}

/* ---- ##box-type12 : 본문 관련기사 ---- */
.box-type12{padding:12px 0 18px;}
.box-type12 [class*='title-con']{margin-bottom:7px;}
.box-type12 .list-related01{padding:0 20px;}
/* .box-view-related{} */
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.box-type12 .list-related01{padding-left:27px;}
}

/* ---- ##box-type13 - 메인 팩트체크,이슈&탐사,OK제보---- */
/* box-type13-$$ : 메인 연속으로 box-type13 나열되는 곳에 사용
 -- [class*='box-type13']:nth-child(1) : 팩트체크
 -- [class*='box-type13']:nth-child(2) : 이슈&탐사
 -- [class*='box-type13']:nth-child(3) : OK제보
 * 하위 리스트 : .list-type41 */
[class*='box-type13'] .title-con21{margin-bottom:7px;}
[class*='box-type13'] .list-type41>[class*='list']{box-sizing:border-box;padding-left:20px;padding-right:20px;}
[class*='box-type13']:nth-child(1),
[class*='box-type13']:nth-child(2){padding-bottom:0 !important;}
[class*='box-type13']:nth-child(1):after,
[class*='box-type13']:nth-child(2):after{display:none !important;}
/* 대형 프레임 : 768px 이상
 * 태블릿 : bg11 의 콘텐츠 구분선 노출 */
@media only screen and (min-width:768px){
	[class*='box-type13'] .title-con21{margin-bottom:10px;}
	/* width 값을 calc로 계산시 % 단위 사용하기
	 -- width 값을 100vw로 계산시 크롬 브라우저의 스크롤 넓이를 포함하지 않아 3번째 콘텐츠가 떨어짐. */
	.layout05 [class*='box-type13']{display:inline-block;box-sizing:border-box;min-height:287px;padding-bottom:4.5% !important;vertical-align:top;
	width:-webkit-calc(100% / 3);width:calc(100% / 3);}
	.layout05 [class*='box-type13'] .title-con21,
	.layout05 [class*='box-type13'] .list-type41>[class*='list']{margin-right:16px;margin-left:16px;padding:0;}

	.layout05 [class*='box-type13'] .title-con21 [class*='btn-more']{right:0;}
	.layout05 [class*='box-type13'] .list-type41 .img-con .img{width:100%;height:0;padding-bottom:75%;}
	.layout05 [class*='box-type13'] .list-type41 .img-con + .news-con{width:100%;height:100%;}
	.layout05 [class*='box-type13'] .list-type41.pos-style02 .img-con{float:none;margin-right:0;}
	.layout05 [class*='box-type13'] .news-con{padding:7px 5px 0;}

	.layout05 [class*='box-type13']:nth-child(1) .title-con21,
	.layout05 [class*='box-type13']:nth-child(1) .list-type41>[class*='list']{left:4px;}
	.layout05 [class*='box-type13']:nth-child(3) .title-con21,
	.layout05 [class*='box-type13']:nth-child(3) .list-type41>[class*='list']{right:4px;}

	/* 콘텐츠 사이 세로 구분선 */
	.layout05 [class*='box-type13']:before{content:'';display:block;clear:both;position:absolute;top:8px;width:1px;height:85%;background-color:#f1f1f1;z-index:1;}
	.layout05 [class*='box-type13']:nth-child(1):before{right:-2px;}
	.layout05 [class*='box-type13']:nth-child(2):before{display:none;}
	.layout05 [class*='box-type13']:nth-child(3):before{left:-2px;}
	/* 콘텐츠 사이 가로 구분선 */
	.layout05 [class*='box-type13']:after{display:none;left:0;}
	.layout05 [class*='box-type13']:nth-child(1):after{display:block !important;width:100vw;z-index:1;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 [class*='box-type13']{width:-webkit-calc(1024px / 3);width:calc(1024px / 3);max-height:378px;}
	.layout05 [class*='box-type13'] .title-con21,
	.layout05 [class*='box-type13'] .list-type41>[class*='list']{width:293px;margin-right:auto;margin-left:auto;padding:0;}
	.layout05 [class*='box-type13']:nth-child(1) .title-con21,
	.layout05 [class*='box-type13']:nth-child(1) .list-type41>[class*='list']{left:16px;}
	.layout05 [class*='box-type13']:nth-child(3) .title-con21,
	.layout05 [class*='box-type13']:nth-child(3) .list-type41>[class*='list']{right:16px;}
	/* 콘텐츠 사이 세로 구분선 */
	.layout05 [class*='box-type13']:nth-child(1):before{right:-8px;}
	.layout05 [class*='box-type13']:nth-child(3):before{left:-8px;}
	/* 콘텐츠 사이 가로 구분선 */
	.layout05 [class*='box-type13']:nth-child(1):after{width:1024px;}
}

/* ---- ##box-type14 : 광고- list-type04 ---- */
.box-type14{padding-top:16px;}
.box-type14 [class*='title-con']{margin-bottom:7px;padding-left:20px;}
.box-type14 .list-type04{padding-bottom:40px;}
.box-type14 .slide-area{padding-left:40px;}
.box-type14 .list-type06 .news-con .tit-news{font-weight:normal;}

/* ---- ##box-type15 : 광고- list-type04 ---- */
.box-type15{padding-top:5px;}
.box-type15 [class*='title-con']{margin-bottom:7px;padding-left:20px;}
.box-type15 .list-type04{padding-bottom:36px;}
.box-type15 .slide-area{padding-left:20px;}

/* ---- ##box-type16 포토 - 좌우배치/섬네일 모음 ---- */
/* .box-type16 .list-type16.style01{} */
.box-type16 .list-type16.style02{padding:0 20px;}
.box-type16 .list-type16.style02 .img:after{border-radius:0;}

/* ---- ##box-type17 : 기자선택 ---- */
.box-type17{padding:20px 0;}

/* ---- ##box-type20 ---- */
/* title-con02 : 일반
 * title-con23 : 탭
 * list-type21, list-type22, list-type23, list-type24 */
.box-type20 [class*='title-con']{margin-bottom:7px;}
.box-type20 .title-con02{margin-bottom:22px;}
.box-type20 .title-con23{margin-bottom:20px;}
.box-type20 [class*='list-type']{margin:0 20px;}
.box-type20 .list-type24{margin:0;padding:0 20px;}
.box-type20 .title-con01+ [class*='list-type']{margin-top:20px;}
.box-type20 [class*='btns-area']{margin-top:28px;}
.box-type20 .result-con{margin-left:36px;}
.box-type20 .txt-none{display:block;padding:7px 0 11px;font-size:14px;line-height:1.754386;color:#000;word-break:keep-all;}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.box-type20 .result-con{margin-left:43px;}
}

/* ---- ##box-type21 ---- */
/* .search-wrap : 검색옵션
 * .datepick-wrap : 날짜선택 (2014년 디자인)
 * .jour-wrap : 기자선택 */
.box-type21{position:relative;}
.box-type21 .title-con06{padding:0 20px;}
.box-type21 .title-con06 .btn-type03{right:20px;}
.box-type21 .flex-zone{width:auto;margin:18px 20px 0;padding:0 0 11px;background:#fff;}
.box-type21 .flex-zone.hide{display:none;}
.box-type21 .flex-zone.show{border-bottom:1px solid #d3d6d7;}
.box-type21 .title-type03 .txt{font-weight:normal;line-height:35px;}

/* [search-wrap] 검색옵션 */
.search-wrap .search-detail [class*='btn-confirm'].hide{display:none;}
.search-wrap .wrap-form{margin-top:12px;}
.search-wrap .wrap-form:after{content:'';visibility:hidden;display:block;clear:both;height:0;font-size:0;line-height:0;}
.search-wrap .wrap-form .tit-label{position:relative;height:35px;font-weight:bold;font-size:15px;line-height:35px;color:#000;letter-spacing:-0.025em;}
.search-wrap .wrap-form .label-con-radio01+.label-con-radio01{margin-left:9px;}
.search-wrap .wrap-form .label-con-radio01.block,
.search-wrap .wrap-form .label-con-radio01.block+.label-con-radio01{margin-left:0;}
.search-wrap .form-date{margin-left:-6px;}
.search-wrap .form-date .label-con-date01{width:93px;}
.search-wrap  input.date-radio:checked ~ .form-date .label-con-date01 input{border-color:#0068d1;color:#0068d1;}
.search-wrap .srch-form01{margin-top:0;}
.search-wrap .srch-form02 .form{margin-top:-3px;}
.search-wrap .srch-form02 .label-con-radio01{margin-top:3px;}
.search-wrap .srch-form02 .label-con-radio01.block{display:block;}
.search-wrap .srch-form03 .txt-type01{margin-top:7px;font-weight:bold;}
/* 375보다 작을 때 검색상태 표시 영역을 숨긴다 */
@media only screen and (max-width:374px){
	.search-wrap .title-type11{display:none;}
}
/* [datepick-wrap] 날짜선택 */
.datepick-wrap{margin-bottom:30px;}
.datepick-wrap .wrap-form:after{content:'';visibility:hidden;display:block;clear:both;height:0;font-size:0;line-height:0;}
.datepick-wrap .wrap-form .tit-label{position:relative;float:left;width:70px;height:35px;font-size:15px;line-height:35px;color:#000;letter-spacing:-0.025em;}
.datepick-wrap .wrap-form .form{float:left;}
.datepick-wrap .label-con-radio01{display:block;}
/* [jour-wrap] 기자선택 */
.jour-wrap .flex-zone{position:relative;width:100%;margin:18px 0 0;padding-bottom:23px;}
.jour-wrap .flex-zone.show{border:none;}
.jour-wrap .flex-zone:after{content:'';position:absolute;bottom:0;left:16px;right:16px;width:auto;height:1px;background-color:#d3d6d7;}
.jour-wrap .flex-zone .inner{margin:0;}

/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.box-type21 .title-con06{padding:0 40px;}
	.box-type21 .title-con06 .btn-type03{right:40px;}
	.box-type21 .flex-zone{width:auto;margin-left:40px;margin-right:40px;}
	.jour-wrap .flex-zone{margin-left:0;margin-right:0;}
	.jour-wrap .flex-zone:after{left:23px;right:23px;}
}

/* ---- ##box-type22 : 기자 페이지 - 프로필 영역 ---- */
.box-type22{margin:0 16px;}
.box-type22 .btn-type03{position:absolute;top:9px;right:0;}
.box-type22 .info-txt{margin-top:15px;}
.box-type22 .info-txt p{font-size:14px;line-height:22px;color:#636363;}

/* ---- ##box-type23 : 기자 페이지 - 키워드 영역 ---- */
.box-type23{padding:15px 0;}
.box-type23.bg01{background-color:#e6e9ec;}
.box-type23 [class*='title-con']{padding:0 20px;}
.box-type23 .list-text11,
.box-type23 [class*='btns-wrap']{width:auto;margin:0 20px;}

/* ---- ##box-type27 : 이슈본문 수동 키워드 링크 ---- */
.box-type27{display:none;padding:0 20px;}
.box-type27.active{display:block;}

/* ---- ##box-type28 : 메인 기획코너01,03 ---- */
/* 하위 리스트 : news-type02, list-type43, list-type44 */
.box-type28{padding-top:23px;padding-bottom:30px;background-color:#fff;}
.box-type28.bg14{padding-top:0;}
.box-type28.bg14:before{display:none;}
.box-type28 .title-con21{font-size:0;line-height:0;}
.box-type28 .title-con21 .txt{margin-bottom:10px;} /* 제목을 편집하지 않았을 때 margin-bottom 숨김 처리 가능 */
.box-type28 .title-type21 .txt:empty{display:none;}
.box-type28 .title-type21 .txt{font-size:22px;color:#374572;}
.box-type28 .btn-more21[href='#none'],
.box-type28 .btn-more21[href='']{display:none;}
.box-type28 [class*='news-type']{padding-right:20px;padding-left:20px;}
.box-type28 [class*='news-type'] + [class*='list-type']{margin-top:10px;}
/* 소형 프레임 : 320px 이하 */
@media only screen and (max-width:320px){
	.box-type28 .title-type21 .txt{font-size:20px;}
}
/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.layout05 .box-type28 [class*='news-type'],
	.layout05 .box-type28 [class*='list-type']{display:inline-block;box-sizing:border-box;vertical-align:top;}
	.layout05 .box-type28 [class*='news-type']{width:50%;padding-right:8px;}
	.layout05 .box-type28 [class*='news-type'] .img.img-cover{padding-top:59.691011%;}
	.layout05 .box-type28 [class*='list-type']{margin-left:8px;padding-left:0;
	width:-webkit-calc(50% - 8px);width:calc(50% - 8px);}
	.layout05 .box-type28 [class*='news-type'] + [class*='list-type']{margin-top:0;}
	.layout05 .box-type28 [class*='list-type'] .slide-hbar02>.swiper-scrollbar{left:0;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .box-type28 [class*='news-type']{padding-left:40px;}
	.layout05 .box-type28 [class*='list-type']{padding-right:40px;}
}

/* ---- ##box-type29 : 메인 기획코너02 ---- */
/* 하위 리스트 : list-type45 */
.box-type29{box-sizing:border-box;padding-right:20px;padding-left:20px;background-color:#fff;}
.box-type29.bg14{padding-top:0;}
.box-type29.bg14:before{display:none;}
.box-type29 .title-con21{margin-bottom:10px;padding-right:0;padding-left:0;font-size:0;line-height:0;}
.box-type29 .title-type21 .txt:empty{display:none;}
.box-type29 .title-type21 .txt{font-size:22px;color:#374572;}
.box-type29 .btn-more21[href='#none'],
.box-type29 .btn-more21[href='']{display:none;}
.box-type29 [class*='btn-more']{right:0;}
.box-type29.bg14:before,
.box-type29.bg14:after{margin:0;}
/* 소형 프레임 : 320px 이하 */
@media only screen and (max-width:320px){
	.box-type29 .title-type21 .txt{font-size:20px;}
}
/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.layout05 .box-type29{padding-bottom:15px;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .box-type29{padding-right:40px;padding-left:40px;}
}

/* ---- ##box-type30 : 메인 통단 기획코너 ---- */
/* 하위 리스트 : list-type46 */
.box-type30{box-sizing:border-box;padding-right:20px;padding-left:20px;background-color:#fff;}
.box-type30.bg14{padding-bottom:5px;}
.box-type30.bg14:before{display:none;}
.box-type30 .title-con21{margin-bottom:10px;padding-right:0;padding-left:0;font-size:0;line-height:0;}
.box-type30 .title-type21 .txt:empty{display:none;}
.box-type30 .title-type21 .txt{font-size:22px;color:#374572;}
.box-type30 .btn-more21[href='#none'],
.box-type30 .btn-more21[href='']{display:none;}
.box-type30 [class*='btn-more']{right:0;}
.box-type30.bg14:before,
.box-type30.bg14:after{margin:0;}
/* 소형 프레임 : 320px 이하 */
@media only screen and (max-width:320px){
	.box-type30 .title-type21 .txt{font-size:20px;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .box-type30{padding-right:40px;padding-left:40px;}
	.layout05 .box-type30 .title-con21 [class*='btn-more']{right:0;}
}

/* ---- ##box-type31 : 메인 톱기사 통단(기사 2건) ---- */
.box-type31{margin-top:0;}
div:empty+[class*='box-type31']{margin-top:0;}

/* ---- ##box-type32 : 메인 통단 타임라인 ---- */
/* 톱기사 하단 배치 */
.box-type32.hide{display:none;}
.box-type32 [class*='title-con']+[class*='list-type']{margin-top:20px;}
.box-type32 [class*='btns-wrap']{margin-top:18px;}
.box-type32 .list-type47{padding:0 20px;}
.box-type32 .list-type47 li:nth-child(n + 8){display:none;} /* 8번째부터 숨김 */
[class*='top-main-news']+.box-type32{margin-top:18px;}
[class*='top-wide']+.box-type32{margin-top:30px;}

/* 기획코너, 주말판 */
[class*='top-wide2']{padding-top:11px;}
[class*='top-wide2'] .list-type46 .list01{margin-bottom:12px;}

/* 주말판 */
.top-wide22{}
.top-wide22 .title-type21 .txt{z-index:10;margin:0 0 -30px;padding:8px 12px;height:inherit;border-radius:20px 20px 0px 20px;background: rgb(0,203,196);
background: linear-gradient(150deg, rgba(0,203,196,1) 0%, rgba(48,97,255,1) 100%);font-size:18px;line-height:1.4;color:#fff !important;}

.top-wide22 .list-type46>.list01>li{position:relative;margin-top:20px;}
.top-wide22 .list-type46>.list01>li:after{content:'';clear:both;display:inline-block;width:100%;padding-bottom:20px;border-bottom:1px solid #f1f1f1;}
.top-wide22 .list-type46>[class*='list']>li:first-child{margin-top:0;padding-top:0;}
.top-wide22 .list-type46>[class*='list']>li:first-child:after,
.top-wide22 .list-type46>[class*='list']>li:last-child:after{display:none;}

/* ---- ##box-type33 : 메인 기획코너04 ---- */
/* 하위 리스트 : list-type48 */
.box-type33{box-sizing:border-box;padding-right:20px;padding-left:20px;background-color:#fff;}
.box-type33.bg14{margin-top:30px;padding-top:0;padding-bottom:0;}
.box-type33 .title-con21{margin-bottom:10px;padding-right:0;padding-left:0;font-size:0;line-height:0;}
.box-type33 .title-type21 .txt:empty{display:none;}
.box-type33 .title-type21 .txt{font-size:22px;color:#374572;}
.box-type33 .btn-more21[href='#none'],
.box-type33 .btn-more21[href='']{display:none;}
.box-type33 [class*='btn-more']{right:0;}
.box-type33.bg14:before,
.box-type33.bg14:after{margin:0;}
.box-type33.bg14:before{display:none;}

/* 중형 프레임 : 768px 이상 */
@media only screen and (min-width:768px){
	.layout05 [class*='top-main-news']+.box-type32{margin-top:32px;}
}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	.layout05 .box-type32 [class*='btns-wrap']{padding-right:40px;padding-left:40px;}
	.layout05 .box-type32 .list-type47{padding-right:40px;padding-left:40px;}
}

/* ---- ##box-type80 : M 삭제 기사 안내 문구 (ISRV-709) ---- */
.box-type80{padding:0;}
.box-type80 .title-con02{margin-bottom:12px;}
.box-type80 .txt-type01{margin:6px 20px 0 20px;}

/* ---- ##box-type81 : PC 삭제 기사 안내 문구 (ISRV-709) ---- */
/* 아래 코드 수정시 PC/M 모두 확인해야 함.
 -- PC 모드 : R서버 www 폴더 common.css 파일
 -- Mobile 모드 : R서버 m-kr 폴더 common.css 파일 (현재 파일) */
[class*='box-deleted'].box-type81{box-sizing:border-box;width:100%;margin: 50px auto 50px;padding:98px 20px 0 20px;text-align:center;}
.box-type81:before{content:'';display:block;clear:both;position:absolute;top:0;left:50%;width:95px;height:84px;background: url(//r.yna.co.kr/www/home_n/v02/img/sprites_default01.png?v=20230623_1623) -200px -500px no-repeat;margin:0 0 0 -47.5px;transform:scale(0.7);}
.box-type81 .tit-sub{display:block;position:relative;margin-bottom:15px;font-weight:normal;font-size:18px;line-height:1;color:#000;text-align:center;}
.box-type81 p{font-size:14px;line-height:22px;color:#454545;}
.box-type81 p+p{margin-top:6px;}
.article-deleted{margin-top:0 !important;}
.article-deleted [class*='title-article'],
.article-deleted .story-news,
.article-deleted .video-view-zone,
.article-deleted .video-caption-style2{display:none;}

/* ---- ##box-type91 : 메인 퀵메뉴 ---- */
/* 번호 간격 띄움
 * fixed 된 후 퀵메뉴 처음 위치를 고정하기 위해 필요함 */
.box-type91{height:56px;margin-top:18px;}
/* 대형 프레임 : 1024px 이상 */
@media only screen and (min-width:1024px){
	/* .box-type91{margin-right:20px;margin-left:20px;} */
}

/* =============== ####Box Wrap ======================== */
/* ---- ##박스타입을 그룹화하는역할 ---- */
[class*='box-wrap']{position:relative;}

/* ---- ##box-wrap01 - 메인 팩트체크,이슈&탐사,OK제보---- */
.box-wrap01 [class*='box-type13']:nth-child(1),
.box-wrap01 [class*='box-type13']:nth-child(2){padding-bottom:0;}
.box-wrap01 [class*='box-type13']:nth-child(1):after,
.box-wrap01 [class*='box-type13']:nth-child(2):after{display:none;}

/* ---- ##box-wrap02 - 메인 논앤설, 연합시론---- */
.box-wrap02 [class*='box-type02']:nth-child(1){padding-bottom:0;}
.box-wrap02 [class*='box-type02']:nth-child(1):after{display:none;}

/* ---- ##box-wrap03 - 메인 르포, 사람들---- */

/* ---- ##box-wrap04 - 메인 전문기자 ---- */

@media only screen and (min-width:768px){
	.box-wrap01:after{content:'';display:block;position:absolute;bottom:0;width:100%;height:10px;background-color:#f1f4f8;}
	.layout05 .box-wrap01 [class*='box-type13']:nth-child(1):after{display:none !important;}
	.box-wrap02{padding-bottom:20px;}
	.box-wrap02:after{content:'';display:block;position:absolute;bottom:0px;left:20px;width:calc(100% - 40px);height:1px;background-color:#f1f1f1;}
	.box-wrap02 [class*='box-type02']{display:inline-block;width:50%;}
	.box-wrap02 [class*='box-type02']:nth-child(2){padding-bottom:0;}
	.box-wrap02 [class*='box-type02']:nth-child(2):before{content:'';display:block;position:absolute;top:0;left:0;width:1px;height:100%;background-color:#f1f1f1;}
	.box-wrap02 [class*='box-type02']:nth-child(2):after{display:none;}

	.box-wrap03{padding-bottom:20px;}
	.box-wrap03:after{content:'';display:block;position:absolute;bottom:0px;left:20px;width:calc(100% - 40px);height:1px;background-color:#f1f1f1;}
	.box-wrap03 [class*='box-type0']{display:inline-block;width:50%;}
	.box-wrap03 [class*='box-type0']:nth-child(1),
	.box-wrap03 [class*='box-type0']:nth-child(2){padding-bottom:0;}
	.box-wrap03 [class*='box-type0']:nth-child(1):after,
	.box-wrap03 [class*='box-type0']:nth-child(2):after{display:none;}

	.box-wrap04{padding-bottom:20px;}
	.box-wrap04:after{content:'';display:block;position:absolute;bottom:0px;left:0;width:100%;content:'';height:10px;background-color:#f1f4f8;}
	.box-wrap04 [class*='box-type0']{display:inline-block;width:50%;}
	.box-wrap04 [class*='box-type0']:nth-child(1){padding-bottom:0;}
	.box-wrap04 [class*='box-type0']:nth-child(1):after{display:none;}
}

@media only screen and (min-width: 1024px){
	.box-wrap02:after{left:40px;width:calc(100% - 80px);}
}

/* =============== ####SwiperJS 용 클래스 공통설정 ======================== */
/* 레이어팝업 슬라이드 */
.scroller.swiper-container>.swiper-wrapper>.swiper-slide{height:auto;}
/* swiper 를 사용하지 않을 때 필요없음
 * .pop-search .scroller.swiper-container>.swiper-wrapper>.swiper-slide{height:100%;} */
.popup-type04.pop-flip .scroller.swiper-container>.swiper-wrapper>.swiper-slide{height:100%;}

/* maquee type */
[class*='slide-maquee'] .swiper-wrapper{-webkit-transition-timing-function:linear;
-moz-transition-timing-function:linear;
-ms-transition-timing-function:linear;
-o-transition-timing-function:linear;
transition-timing-function:linear;}
/* freemode type */
/* .slide-freemode01>.swiper-wrapper>.swiper-slide{} */
/* fademode type */
[class*='slide-fademode'] .swiper-slide{z-index:-1;opacity:0 !important;}
[class*='slide-fademode'] .swiper-slide-active{z-index:1;opacity:1 !important;}
/* progressbar */
.slide-area .swiper-pagination-progress{position:absolute;left:0;bottom:0;top:auto;height:2px;width:100%;background:none;}
.slide-area .swiper-pagination-progress .swiper-pagination-progressbar{background-color:#0068d1;}
/* pager */
[class*='pager'] .count-box.swiper-pagination{position:relative;}
[class*='pager'] .count-box.swiper-pagination-custom{position:static;width:auto;}
/* Horizontal Scroll Type */
.slide-hbar01>.swiper-scrollbar{position:absolute;left:0;bottom:0;top:auto;width:100%;height:2px;background:none;}
.slide-hbar01>.swiper-scrollbar .swiper-scrollbar-drag{border-radius:0;background:#0068d1;}
.slide-hbar02>.swiper-scrollbar{position:absolute;left:20px;bottom:0;top:auto;height:2px;border-radius:4px;background:#eee;
width:-webkit-calc(100% - 40px);width:calc(100% - 40px);}
.slide-hbar02>.swiper-scrollbar .swiper-scrollbar-drag{border-radius:4px;background:#777;}
/* slide tab type */
.detail-category,
.main-category{overflow:hidden;}

/* =============== ####모션 ======================== */
/* motion-twinkle01 : LIVE 아이콘 */
@-webkit-keyframes motion-twinkle01{
	0%{-webkit-transform:scale(0.4,0.4);transform:scale(0.4,0.4);opacity:0;}
	60%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1;}
	100%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1;}
}
@keyframes motion-twinkle01{
	0%{-webkit-transform:scale(0.4,0.4);transform:scale(0.4,0.4);opacity:0;}
	60%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1;}
	100%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1;}
}

/* motion-twinkle02 : (확장톱) 최신 송고시간, 타임라인 */
@-webkit-keyframes motion-twinkle02{
	0%{-webkit-transform:scale(0.1,0.1);transform:scale(0.1,0.1);opacity:0;}
	50%{opacity:1;}
	80%{opacity:0.8;}
	100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0.3;}
}
@keyframes motion-twinkle02{
	0%{-webkit-transform:scale(0.1,0.1);transform:scale(0.1,0.1);opacity:0;}
	50%{opacity:1;}
	80%{opacity:0.8;}
	100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0.3;}
}

/* =============== ####프로그래스바 ======================== */
/* .progress-bar01{position:fixed;z-index:10;width:100%;height:4px;} */
.progress-bar01{position:absolute;z-index:10;left:0;bottom:0;width:100%;height:4px;}
.progress-bar01 .bar{height:4px;background:#0068d1;width:0%;transition: all .3s ease;}


/* =============== ####개발용 ======================== */
.dev-hide{display:none !important;}