@charset "utf-8";
/* CSS Document  X1 최신*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


body {width:100%; max-width:640px; margin:0 auto; font-family: 'Noto Sans KR', sans-serif; font-weight:400; color:#000; font-size:16px; line-height:18px; letter-spacing:-1px; word-break: break-all; }
section {width:100%;}
* {padding:0; margin:0;}
img {vertical-align:top; border:0;}
li {list-style:none;}
a {text-decoration:none; color:#222;}
input {vertical-align:middle;}
select {vertical-align:middle;}

/*.clearfix {content:''; display:block; clear:both; height:0;}*/
/* clearfix */
.clearfix {*zoom:1;}
.clearfix:before, .clearfix:after {display:block; content: ''; line-height: 0;}
.clearfix:after {clear: both;}
.wrapper {padding:0 2%; box-sizing:border-box;}


 
.h_ic {display: flex; justify-content: space-between; align-items: center; margin: 0;}
.h_ic_1 {width: 42%;}
.h_ic_1 > img {width:100%;}
.h_ic_2 {display: inline-block;text-align: right;}
.h_ic_2 > span {background: #31333a; color: #FFF; font-size: 13px; padding: 3px 13px; border-radius: 8px; margin-right: 5px;}
.h_ic_2 > img {width: 15%; vertical-align: text-bottom;}
.h_search {padding: 12px 16px; border: 1px solid #ed1b1b; border-radius: 8px; color: #ed1b1b; display: flex; width: calc(100% - 60%); }
.h_search > span {margin-left: auto;}
.h_search > span > img {width: auto;}
.txt_red {color: #F22222;}
.txt_co {color: #1338f1;}
.txt_blue {color: #004df2;}
.ban, .ban2 {width: 100%; padding-top: 0;  border:none;}
.img-ban img {width: 100%; border:none;}


.title {position: relative; margin: 0 10px;}
 .title a {
    display: inline-block;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    padding: 9px 0 15px 0;
    letter-spacing: -1.5px;
}

.title a span {
    width: 100%;
    font-weight: bold;
    font-size: 19px;
    box-sizing: border-box;
}

.txt_red {
    color: #F22222;
}


/*section 1T*/
.con_1 {margin: 15px 0px ; width: auto;}
.con_1 .txt-box{width: 100%;position: relative;}
.con_1 .txt-box ul{padding:0 10px; background-color:#fff;}
.con_1 .txt-box ul > li{ list-style: none;padding: 10px 7px; line-height: 24px;box-sizing: border-box;  }
.con_1 .txt-box ul > li:last-child{border:none;}
.con_1 .txt-box ul > li .num{float: left;font-weight: bold;font-size:19px; font-style: italic;}
.con_1 .txt-box ul > li a{font-size:18px;font-weight:400;color: #464646; text-decoration: none;padding: 0 ;box-sizing: border-box; display: -webkit-box;overflow: hidden;white-space: normal; text-overflow: ellipsis;-webkit-line-clamp: 1; -webkit-box-orient: vertical;word-break: break-all;word-wrap: break-word; font-family: 'Noto Sans KR', sans-serif; letter-spacing: -1.2px;}
.con_1 .txt-box ul > li:nth-child(1) {background: #fef7f7; border-radius: 5px;}
.hot {background: #f33622; color: white; font-size: 12px; font-weight: bold; padding: 1px 5px; border-radius: 4px; letter-spacing: 0px; margin-right:5px;}
/*section 1T**/




/*section 2I*/
 .con_2 {background: #fef7f7; margin: 0; padding: 30px 0 20px;}
.con_2 .thum-box_2 {width:100%; overflow: hidden;}
.con_2 .thum-box_2 ul {padding:0; margin:0 5px;}
.con_2 .thum-box_2 li {float: left;width: calc(50% - 6px);margin: 0 3px 10px 3px; position: relative;box-sizing: border-box; padding: 0 2px;}
.con_2 .thum-box_2 li::after {content: ''; position: absolute; top: 0; left: 0;right: 0;bottom: 0;border-radius: 5px;opacity: 0.12; pointer-events: none;}
.con_2 .thum-box_2 li > a .thum {display:block; overflow:hidden; position:relative; padding-top: 58%;}
.con_2 .thum-box_2 li > a >.thum img {position: absolute; top: 0; left: 0;right: 0;bottom: 0;width: 100%;height: 100%; border-radius: 10px;}
.con_2 .thum-box_2 .txt {}
.con_2 .thum-box_2 .txt{width: 100%;color: #000;font-size: 17px;font-weight: normal;text-align: left;display:-webkit-box; overflow:hidden; text-overflow:ellipsis;
-webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal;word-wrap:break-word;line-height: 25px; padding: 5px; background-color:#fff; box-sizing: border-box; height:60px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background: #fef4f4;}
.con_2 .thum-box_2 .txt > span {background: #f71403; color: white; padding: 1px 7px 2px; font-size: 13px; font-weight: 500; border-radius: 5px; letter-spacing: 0;}

/*section 2I**/




/*section i3*/
.thum-box3_2 {width:100%; position:relative; overflow:hidden;}
.thum-box3_2 ul {padding:0 0 10px 0; margin:0 10px; background-color:#fff; box-sizing: border-box; }
.thum-box3_2 ul > li {width:100%; box-sizing: border-box; position:relative; padding:15px 10px; border-bottom:1px solid #e3e3e3; overflow:hidden; }
.thum-box3_2 ul > li:last-child{border:none;}
.thum-box3_2 ul > li .thum{width:120px; height:90px; display:block; overflow:hidden; float:right; position:relative; }
.thum-box3_2 ul > li .thum img {width:100%; height:90px; border:none; border-radius: 5px; }

.thum-box3_2 li .txt {width: 85%; height:90px; overflow:hidden; display:table-cell; vertical-align: middle; padding-right:15px; }
.thum-box3_2 li .txt .text{
	font-size: 17px;
    font-weight: 400;
    line-height: 25px;
	letter-spacing: -1px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin:0;
    padding: 0;
}
.thum-box3_2 li .txt .text_n {font-weight: bold; font-size: 15px; padding: 0 0 5px;}
.thum-box3_2 li .txt .text_n > span {position: absolute; width: 5px; height: 5px; background: #ff3600; border-radius: 100%; box-sizing: border-box; margin: 1px 0 0 2px;}
/*section i3**/



/*sectuib 미디어데이 랭킹 뉴스*/

.con_4 {background-color: #fff; position: relative;z-index: 99; margin-top: 0;}
.con_4 .title a span {    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 0 0 0;
    box-sizing: border-box;
    border-top: 3px solid #53a3f2;}
.con_4 .thum-list {padding: 10px 0 9px 0; margin: 0;}
.con_4 .thum-list li:first-child {padding-top: 0;}
.con_4 .thum-list li {position: relative;}
.con_4 .thum-list li {list-style: none;padding-top: 10px;overflow: hidden;}

.con_4 .thum-list a {width: 100%;}

.con_4 .thum-list li .thum {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    text-align: center;
}

.con_4 .thum-list li .thum img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}

.con_4 .thum-list li .txt {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 5px;
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: -.7px;
    font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    text-shadow: 2px 2px 6px #000;
    font-weight: 700;
    color: #fff;
}







