@charset "utf-8";

/************************************************
project : 연합뉴스 다국어 리뉴얼
commnet : Article
*************************************************/

/* ---- ##본문소재 : 공통 (common) ---- */
.comp-box{margin-bottom:40px;}
.comp-box .btn-caption{margin-top:8px;font-size:12px;}
.comp-box figure{display:table;max-width:100%;margin:0 auto;}
.comp-box img{max-width:100%;}

/* ---- ##본문소재 : 텍스트 ---- */
.text-group p{font-size:18px;line-height:1.5;}
.text-group i{font-style:italic;font-weight:400;}
.text-group strong i{font-weight:700;}
.text-group a.link{color:#0068d1;text-decoration:underline;}
.text-group a.link i{text-decoration:underline;}
.text-group a.link strong{text-decoration:underline;}
.text-group em.under{text-decoration:underline;}
.text-group em.under i{text-decoration:underline;}
.text-group em.under strong{text-decoration:underline;}
html.zh .text-group p{text-indent:30px;}

/* [외국어 미정의 본문 소재 요소] 부제 */

/* [외국어 미정의 본문 소재 요소] 괘선/base64 : AKR20200130168500054 */

/* [외국어 미정의 본문 소재 요소] (TEX) YNA_BODY LINK
 * (대기)CPS 오픈시 확인한 기억있지만 운영 후 변경으로
 .text-group a.link 가 적용 안되고 아래 주석처리한 코드로 선언해야 할 거 같음 */
/* .text-group .inner p>a{} */

/* ---- 테이블 ---- */
.table-group .tit{font-size:20px;color:#000;}
.table-group .txt{margin-top:10px;font-size:12px;line-height:1.3;color:#5c7895;}
.table-zone{margin-top:16px;}

html.en .table-group .tit,
html.es .table-group .tit,
html.fr .table-group .tit{font-family:'Playfair Display',serif;}
html.ar .table-group .tit{font-size:20px;}

/* table-type01 */
.tbl-style01{position:relative;width:100%;border-collapse:collapse;border-spacing:0;}
.tbl-style01 th{box-sizing:border-box;padding:15px 20px;font-size:16px;color:#000;}
.tbl-style01 thead th:before{content:'';display:block;position:absolute;top:0;left:0px;width:100%;border-top:1px solid #000;}
.tbl-style01 thead th{border-left:1px solid #e2e2e2;border-bottom:1px solid #ccc;background:#f5f5f5;text-align:center;}
.tbl-style01 thead th:first-child{border-left:0;}
.tbl-style01 tbody{border-bottom:1px solid #ccc;}
.tbl-style01 tbody th{padding-left:50px;border-top:1px dotted #ccc;background:#fcfcfc;text-align:left;}
.tbl-style01 tbody td{padding:12px 20px;border-left:1px solid #e2e2e2;border-top:1px dotted #ccc;font-size:14px;text-align:center;}
.tbl-style01 tr td:first-child{border-left:0;}
.tbl-style01 tbody td.v-top{vertical-align:top;}
.tbl-style01 tbody.left th:first-child{border-left:0;}
.tbl-style01 tbody.left th{border-left:1px solid #e2e2e2;text-align:left;}
.tbl-style01 tbody.left td{padding:8px 20px;text-align:left;}
.tbl-style01 tbody th.tit01{padding-left:0;padding-right:0;text-align:center;background:#f5f5f5;}
.tbl-style01 tbody td.tit01{padding-left:0;padding-right:0;text-align:center;background:#fcfcfc;}
.tbl-style01 tbody td.left{text-align:left;}

html.en .tbl-style01 th,
html.es .tbl-style01 th,
html.fr .tbl-style01 th{font-family:'Playfair Display',serif;}
html.ar .tbl-style01 th{font-size:16px;}

/* table-type02 */
.tbl-style02{position:relative;width:100%;border-collapse:collapse;border-spacing:0;}
.tbl-style02 th{padding:15px 20px;font-size:16px;color:#000;box-sizing:border-box;}
.tbl-style02 tbody{border-bottom:1px solid #ccc;}
.tbl-style02 tbody > tr th:before{content:'';display:block;position:absolute;top:0;left:0px;width:100%;border-top:1px solid #000;}
.tbl-style02 tbody th.tit01{border-top:1px dotted #ccc;background:#f5f5f5;text-align:center;}
.tbl-style02 tbody td{padding:12px 20px;border-left:1px solid #e2e2e2;border-top:1px dotted #ccc;font-size:14px;text-align:center;}
.tbl-style02 tr td:first-child{border-left:0;}
.tbl-style02 tbody td.v-top{vertical-align:top;}
.tbl-style02 tbody.left th:first-child{border-left:0;}
.tbl-style02 tbody.left th{border-left:1px solid #e2e2e2;text-align:left;}
.tbl-style02 tbody.left td{padding:8px 20px;text-align:left;}

html.en .tbl-style02 th,
html.es .tbl-style02 th,
html.fr .tbl-style02 th{font-family:'Playfair Display',serif;}
html.ar .tbl-style02 th{font-size:16px;}

/* ---- ##YHML - 링크 ---- */
/* YHML - 하이퍼링크, 오픈링크
 * 하이퍼링크 : .txt-hyper(문장), .text-group p > .txt-hyper (단어)
 * 오픈링크 : .txt-openurl */
.article-story .txt-hyper>a{color:#0068d1;}
.article-story .txt-openurl{display:block;}

/* 오픈링크 : 개발 초기단계 (사용안함)
 * 없어졌으나 외국어에 대응 상황을 몰라 일단 남겨둠 */
.snippet-zone{display:block;width:calc(100% - 80px);padding:20px;border:1px solid #ccc;box-sizing:border-box;overflow:hidden;}
.snippet-zone:after{content:'';display:block;clear:both;}
.snippet-zone .img-con{display:table-cell;width:100px;height:100px;border:1px solid #ccc;text-align:center;vertical-align:middle;}
.snippet-zone .img-con img{max-width:100px;min-height:100px;}
.snippet-zone .txt-con{display:table-cell;width:100%;}
.snippet-zone .txt-con .tit{font-size:20px;font-weight:400;color:#000;}
.snippet-zone .txt-con .info-con{/*margin-top:13px;*/}
.snippet-zone .txt-con .info-con p{margin-bottom:13px;}
.snippet-zone .txt-con .info-con a.link{display:inline-block;color:#0068d1;width:calc(100% - 80px);text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}

html.en .snippet-zone .txt-con .tit,
html.es .snippet-zone .txt-con .tit,
html.fr .snippet-zone .txt-con .tit{font-size:20px;font-weight:400;font-family:'Playfair Display',serif;color:#000;}
html.ar .snippet-zone .txt-con .tit{font-size:19px;}

/* ---- ##YHML - 이미지 타입 ---- */
/* 포토, 그래픽, 화보, 프린트 팝업 */
.img-zone{overflow:hidden;}
.img-zone figure{display:table;position:relative;max-width:100%;margin:0 auto;text-align:center;}
.img-zone figure img{max-width:100%;max-height:800px;width:auto;}
.img-zone figcaption{display:block;max-width:100%;word-break:break-all;margin:auto;text-align:left;}
.img-zone figcaption .tit{width:100%;margin-top:20px;font-size:18px;line-height:1.3;color:#000;}
.img-zone figcaption p{margin-top:10px;word-break:normal;}
.img-zone .btn-play02{position:absolute;top:50%;left:50%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);}

html.en .img-zone figcaption .tit,
html.es .img-zone figcaption .tit,
html.fr .img-zone figcaption .tit{font-family:'Playfair Display',serif;}
html.ar .img-zone figcaption .tit{font-size:17px;}
html.ar .img-zone figcaption p{font-size:15px;}

/* ---- ##YHML - 차트 (이미지) ---- */
.chart-zone{text-align:center;}
.chart-zone strong{margin-bottom:15px;font-size:18px;color:#333;}
.chart-zone figure{max-width:748px;border:1px solid #ccc;}

html.en .chart-zone strong,
html.es .chart-zone strong,
html.fr .chart-zone strong{font-family:'Playfair Display',serif;}
html.ar .chart-zone strong{font-size:17px;}

/* ---- ##YHML - 유튜브 ---- */
/* .youtube-zone{}
.youtube-zone iframe{} */

/* ---- ##YHML - 오디오 ---- */
.audio-zone{padding:15px 20px 10px;border:1px solid #ccc;background:#fafafa;}
.audio-zone .tit{position:relative;margin:0 0 8px 10px;padding-left:35px;font-size:16px;color:#000;}
.audio-zone .tit:after{content:'';position:absolute;top:0;left:0;width:25px;height:16px;background:url(/global/home/v01/img/sprites_icon.png) 0 -121px no-repeat;}
.audio-zone audio{width:100%;}
html.ar .audio-zone .tit{font-size:15px;}

/* ---- ##YHML - 구글맵 ---- */
.map-zone{border:1px solid #ccc;}

/* ---- ##YHML - 인용구 ---- */
.quo-group [class*='quo']{position:relative;font-size:30px;line-height:34px;color:#000;}
.quo-group [class*='quo']:after{content:'';position:absolute;width:22px;height:19px;margin-left:-11px;background:url(/global/home/v01/img/sprites_icon.png) 0 0 no-repeat;}
.quo-group .quo01{padding:32px 0 40px;text-align:center;}
.quo-group .quo01:before,
.quo-group .quo01:after{left:50%;width:22px;height:19px;margin-left:-11px;background:url(/global/home/v01/img/sprites_icon.png) -150px -483px no-repeat;}
.quo-group .quo01:before{bottom:0;background-position:-150px -513px;}
.quo-group .quo01:after{top:0;background-position:-150px -483px;}
.quo-group .quo02{padding-left:20px;text-align:left;}
.quo-group .quo02:after{top:0;left:0;width:3px;height:100%;background:#5c7895;}

html.en .quo-group [class*='quo'],
html.es .quo-group [class*='quo'],
html.fr .quo-group [class*='quo']{font-size:30px;line-height:34px;font-family:'Playfair Display',serif;color:#000;}
html.ar .quo-group [class*='quo']{font-size:29px;}

/* ---- ##YHML - 구분선 ---- */
.hr-group hr{display:block}
.hr-group .hr01{margin:0;border:0;border-top:1px solid #ccc;}

/* ---- ##YHML - Not Found (2019-05-06) ---- */
.ynaobject{display:none !important;}

/* ---- 본문 슬라이드(photo / video) ---- */
/* 슬라이드 캡션 */
.caption-zone{margin-top:10px;font-size:14px;line-height:1.3;}
.caption-zone strong{color:#000;}
.caption-zone p{margin:5px 0 0 0;}
.caption-zone .desc{margin-bottom:0;}
html.ar .caption-zone{width:100%;margin:10px auto 0 auto;font-size:15px;}

/* 슬라이드 기본 */
/* .slider-group{}
.slider-group .inner{}
.slide-article{}
.slide-article .pto-view-con{}
.slide-article .img-box{}
.slide-article figure{}
.slide-article figure img{}
.slide-article figure{} */
.slide-article figure figcaption{display:none;}
.slider-group .thumb-box{position:relative;margin-top:20px;}
.slider-group .thumb-list-wrap{overflow:hidden;width:750px;margin-top:20px;}
.slider-group .thumb-imgs{position:relative;}

.slider-group .control-box{position:relative;padding-bottom:8px;border-bottom:1px solid #ccc;}
.slider-group .control-box .controller{float:right;}
.slider-group .control-box .controller button{float:left;position:relative;box-sizing:border-box;width:25px;height:21px;margin-left:-1px;border:1px solid #ccc;text-indent:-9999px;}
.slider-group .control-box .controller .btn-prev:after,
.slider-group .control-box .controller .btn-next:after{content:'';display:block;position:absolute;top:50%;left:50%;width:5px;height:7px;margin:-3px 0 0 -2px;background-image:url(/global/home/v01/img/sprites_btn02.png);}
.slider-group .control-box .controller .btn-prev:after{background-position:-194px -12px;}
.slider-group .control-box .controller .btn-next:after{background-position:-224px -12px;}
.slider-group .control-box .controller .btn-prev.end:after{background-position:-194px -42px;}
.slider-group .control-box .controller .btn-next.end:after{background-position:-224px -42px;}
.slider-group .control-box .num{font-size:14px;line-height:24px;}
.slider-group .control-box .num strong{font-weight:700;color:#0068d1;}

.slider-group .btn-prev02,
.slider-group .btn-next02{display:none;position:absolute;z-index:5;top:40%;width:50px;height:90px;text-indent:-9999px;background-image:url(/global/home/v01/img/sprites_btn02.png);}
.slider-group .btn-prev02{left:20px;background-position:-415px -583px;}
.slider-group .btn-next02{right:20px;background-position:-508px -583px;}
.pic-zone .pto-view-con.slick-slide .img-box,
.pic-zone .thumb-imgs div.thum-slide.slick-slide,
.video-zone .thumb-imgs div.thum-slide.slick-slide{position:relative;}

/* 슬라이드 포토 */
.pic-zone .img-box{position:absolute;display:none;}
.pic-zone .slick-slider .img-box{display:block;}
.pic-zone .img-box figure{display:block;overflow:hidden;width:750px;height:430px;text-align:center;background:#eee;}
.pic-zone .img-box figure img{max-width:100%;height:100%;margin:auto;width:auto;}
.pic-zone .img-box figure img.landscape,
.page-kt .pic-zone02 .img-box figure img.landscape{max-width:100%;max-height:100%; margin:auto; height:auto; width:100%;top:0;bottom:0;left:0;right:0;position:absolute;}
.pic-zone .img-box figure img.portrait{max-width:100%;max-height:100%; margin:auto; height:100%; width:auto;top:0;bottom:0;left:0;right:0;position:absolute;}

.pic-zone .thumb-imgs div.thum-slide:first-child{margin-left:0;}
.pic-zone .thumb-imgs div.thum-slide{float:left;position:absolute;width:85px;margin-left:10px;}
.pic-zone div.thumb-slide{/*position:absolute;*/}/* 본문맵핑 슬라이드용 썸네일이 안보여 삭제 */
.pic-zone .thumb-imgs .img-con{overflow:hidden;width:85px;height:85px;box-sizing:border-box;}
.pic-zone .thumb-imgs .img-con img{width:85px;height:85px;}
.pic-zone .thumb-imgs .img-con1 a:before{content:'';position:absolute;top:50%;left:50%;width:45px;height:45px;margin:-22px 0 0 -22px;background:url(/global/home/v01/img/sprites_video.png) -120px -10px no-repeat;}
.pic-zone .thumb-imgs .slick-current a:after,
.pic-zone .thumb-imgs.newPicZone .slick-currentOn a:after,
.pic-zone .thumb-imgs .img-con:hover a:after,
.pic-zone .thumb-imgs .img-con.on a:after{content:'';display:block;position:absolute;z-index:3;top:0;width:100%;height:100%;border:3px solid #0068d1;box-sizing:border-box;}
/*.pic-zone .thumb-imgs.newPicZone .slick-current a:after{ display:none;}*/

/* 슬라이드 영상 */
.video-zone .img-box{position:relative;}
.video-zone .btn-play{position:absolute;top:0;left:0;width:100%;height:430px;text-align:center;}
.video-zone .btn-play span{display:inline-block;width:100px;height:100px;text-indent:-9999px;background:url(/global/home/v01/img/sprites_video.png) 0 -109px no-repeat;}
.video-zone .thumb-imgs{overflow:hidden;}
.video-zone .thumb-imgs div.thum-slide:first-child{margin-left:0;}
.video-zone .thumb-imgs div.thum-slide{float:left;position:absolute;width:220px;margin-left:20px;}
.video-zone .thumb-imgs .img-con{overflow:hidden;position:relative;width:220px;height:125px;box-sizing:border-box;}
.video-zone .thumb-imgs .img-con img{width:100%;height:125px;}
.video-zone .thumb-imgs .txt-con{margin-top:10px;font-size:16px;color:#000;}
.video-zone .caption-zone p{overflow-y:auto;max-height:125px;margin:10px 0 5px;padding-right:5px;}
.video-zone .thumb-imgs .img-con:hover a:before{content:'';position:absolute;top:50%;left:50%;width:45px;height:45px;margin:-22px 0 0 -22px;background:url(/global/home/v01/img/sprites_video.png) -120px -10px no-repeat;}
.video-zone .thumb-imgs .img-con.on a:after{content:'';display:block;position:absolute;z-index:3;top:0;width:100%;height:100%;border:3px solid #0068d1;box-sizing:border-box;}
/*.flex-active-slide .img-con a:after{content:'';display:block;position:absolute;z-index:3;top:0;width:100%;height:100%;border:3px solid #0068d1;box-sizing:border-box;}*/
.video-zone .video-view-con{position:relative;}
.video-zone .video-view-con .box-video-list02{width:620px;margin:40px auto 0;}
.video-zone .video-view-con .box-video-list02 li{width:180px;margin-left:20px;}
.video-zone .video-view-con .box-video-list02 li .img-con{width:180px;height:103px;}

html.en .video-zone .thumb-imgs .txt-con,
html.es .video-zone .thumb-imgs .txt-con,
html.fr .video-zone .thumb-imgs .txt-con{font-family:'Playfair Display',serif;}
html.ar .video-zone .thumb-imgs .txt-con{font-size:15px;}

/* ---- ##YHML - 인물 ---- */
.person-zone{display:table;width:100%;padding:20px;border:1px solid #ccc;box-sizing:border-box;}
.person-zone:after{content:'';display:block;clear:both;}
.person-zone .img-con{display:table-cell;width:96px;height:96px;vertical-align:middle;background:url(/global/home/v01/img/no_image.gif) no-repeat 0 0;background-size:contain;}
.person-zone .img-con img{max-width:150px;min-height:150px;}
.person-zone .txt-con{display:table-cell;width:530px;padding-left:30px;vertical-align:middle;}
.person-zone .txt-con .tit{font-size:24px;font-weight:400;color:#000;}
.person-zone .txt-con .info-con{margin-top:20px;}
.person-zone .txt-con .info-con dt{float:left;width:14%;color:#333;}
.person-zone .txt-con .info-con dd{float:left;width:83%;}

html.en .person-zone .txt-con .tit,
html.es .person-zone .txt-con .tit,
html.fr .person-zone .txt-con .tit{font-family:'Playfair Display',serif;color:#000;}
html.ar .person-zone .txt-con .tit{font-size:23px;}

/* ---- ##YHML - 연합백과 ---- */
.wiki-zone{display:table;width:100%;padding:20px;border:1px solid #ccc;box-sizing:border-box;}
.wiki-zone:after{content:'';display:block;clear:both;}
.wiki-zone .img-con{/*display:table-cell;*/width:150px;height:150px;float:left;}
.wiki-zone .img-con img{width:150px;height:150px;}
.wiki-zone .txt-con{/*display:table-cell;*/width:498px;float:right;padding-left:30px;vertical-align:middle;}
.wiki-zone .txt-con a:hover{text-decoration:none;}
.wiki-zone .txt-con p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-wrap:break-word;}
.wiki-zone .txt-con a:hover p{text-decoration:underline;}
.wiki-zone .txt-con .tit{font-size:20px;font-weight:400;color:#000;}
.wiki-zone .info-con{margin-top:15px;padding-top:15px;border-top:1px dotted #ccc;color:#666;}
.wiki-zone .info-con .tit02{display:block;font-size:16px;color:#000;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
.wiki-zone .info-con .tag{margin-top:8px;font-weight:400;font-size:12px;}
.wiki-zone .info-con p{margin:2px 0 0 0;line-height:1.3;}

html.en .wiki-zone .txt-con .tit,
html.es .wiki-zone .txt-con .tit,
html.fr .wiki-zone .txt-con .tit{font-family:'Playfair Display',serif;}
html.ar .wiki-zone .txt-con .tit{font-size:19px;}
html.ar .wiki-zone .info-con .tit02{font-size:15px;}
html.ar .wiki-zone .info-con .tag{font-size:11px;}

/* ---- ##YHML - SNS 임베디드 ---- */
.social-zone{box-sizing:border-box;width:100%;padding:10px;border:1px solid #ccc;}
.twitter-tweet{margin:0 auto;}

/* ---- ##TEX - 키워드 ---- */
.keyword-zone01{margin-top:50px;}
.keyword-zone01 .tit{display:block;font-size:18px;color:#000;}
.keyword-zone01 .tag{margin-top:15px;}
.keyword-zone01 .tag a{display:inline-block;margin:0px 7px 9px 0;padding:5px 10px;background:#f6f6f6;border-radius:20px;font-weight:400;font-size:14px;color:#666;}
html.en .keyword-zone01 .tit,
html.es .keyword-zone01 .tit,
html.fr .keyword-zone01 .tit{font-size:18px;font-family:'Playfair Display',serif;color:#000;}
html.ar .keyword-zone01 .tit{font-size:17px;}
html.ar .keyword-zone01 .tag a{margin:0px 0 9px 7px;font-size:13px;}

/* ---- ##TEX - 관련뉴스,관련이슈 ---- */
.related-zone{width:100%;padding-top:13px;border-top:1px solid #ccc;box-sizing:border-box;}
/* 콘텐츠 제목 */
.related-zone .tit{font-size:18px;font-weight:700;color:#000;}
html.en .related-zone .tit,
html.es .related-zone .tit,
html.fr .related-zone .tit{font-family:'Playfair Display',serif;}
html.ar .related-zone .tit{font-size:17px;}

.related-zone .btn{display:block;width:100%;margin-top:15px;padding:13px 15px 14px;background:#eee;text-align:center;box-sizing:border-box;}
.related-zone .btn span{font-weight:600;font-size:14px;color:#666;}
.related-zone .btn span em{padding-left:3px;color:#0068d1;}
.related-zone .btn span:after{content:'';display:inline-block;width:9px;height:5px;margin-left:15px;background:url(/global/home/v01/img/sprites_btn02.png) -465px -130px no-repeat;vertical-align:middle;}
.related-zone .btn.on span:after{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);}
.related-zone .btn:hover{background:#666;}
.related-zone .btn:hover span{color:#fff;}
.related-zone .btn:hover span:after{content:'';display:inline-block;background-position:-446px -130px;}
.related-zone .btn:hover span em{color:#fff;}

/* 본문 관련기사
 * .related-zone .article-list a + span : 최초 구축시 마크업
 -- a : 기사제목  |  span : 송고시간
 * 2021-08-19 : 송고시간을 사용 안하기 때문에 아랍어 언더라인 작업시 배제하고 수정 진행함 */
.related-zone .article-list{margin-top:13px;overflow:hidden;}
.related-zone .article-list.max{max-height:70px;}
.related-zone .article-list.on{max-height:100%;}
.related-zone .article-list ul.hidden{display:none;}
.related-zone .article-list li{display:none;position:relative;padding:1px 0 8px 0;line-height:21px;}
.related-zone .article-list a{position:relative;display:inline;padding-left:10px;border-bottom:1px solid transparent;font-size:18px;color:#333;}
.related-zone .article-list a:after{content:'';display:inline-block;position:absolute;top:9px;left:0;width:3px;height:3px;background:#888;}
.related-zone .article-list a:hover{border-bottom-color:#000;text-decoration:none;}
html.ja .related-zone .article-list a:hover{border-bottom-color:transparent;text-decoration:underline !important;}
html.ar .related-zone .article-list a:hover{padding-bottom:1px;}
/* (아랍어) */
html.ar .related-zone .btn span:after{margin-right:15px;margin-left:0;}
html.ar .related-zone .article-list a{padding-left:0;font-size:17px;padding-right:10px;}
html.ar .related-zone .article-list a:after{top:12px;right:0;left:inherit;}

/* 본문 관련기사 5개 추가 (2018-12-06) */
.related-zone .article-list li:nth-child(1),
.related-zone .article-list li:nth-child(2),
.related-zone .article-list li:nth-child(3),
.related-zone .article-list li:nth-child(4),
.related-zone .article-list li:nth-child(5){display:block !important;}

/* 영문 koeranet 기사본문 링크 처리 2019-05-09 */
html.en .related-group.type01{margin-bottom:60px;}
html.en .related-group.type01 .tit{position:relative;padding-left:17px;}
html.en .related-group.type01 .tit:after{content:"";clear:both;position:absolute;top:50%;margin-top:-5px;left:0;width:10px;height:10px;background:#0068d1;border-radius:50%;}
html.en .related-group.type01 .related-zone{padding-top:40px;}
html.en .related-group.type01 .related-zone .article-list ul li a{width:100%;font-weight:bold;}