@charset "utf-8";
/*-------------------------------------------------------------------
## 일간스포츠 ## Common RESET css
-------------------------------------------------------------------*/
*{margin:0; padding:0;box-sizing:border-box; outline:none; -webkit-box-sizing:border-box;}
a {text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,.1);margin:0; padding:0; border:0;font-size:100%; vertical-align:baseline; background:transparent;}
a:link{color:#000;text-decoration:none}
a:hover{color:#000;text-decoration:none;}
a:visited{color:#000;text-decoration:none}
a:active{border:0;color:#000;text-decoration:none}
body{line-height:1;background:#fff;color:#000;letter-spacing:-1px}
ol,ul{list-style:none}
html, body{margin:0;padding:0;border:none;color:#000;font-style:normal;height:100%;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;height:100%;width:100%;}
b, strong{font-weight:500}
b, em, i{font-style:normal;}
body, button, h1, h2, h3,
h4, h5, input, select, table, textarea {font-family:'Noto Sans KR', sans-serif, "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", sans-serif;font-size:16px; line-height:22px;font-weight:normal}
figure{margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0;}

/* 로고 54주년 */
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#ED1C24;}
.st1{fill:#ED1C24;}

/* skip_nav */ /* 20231129_DH 수정 */
#skip_nav{position:relative;z-index:3000}
#skip_nav a{position:absolute;top:-9999em;left:0;display:block;padding:20px;color:#fff;text-decoration:none;outline:none;background:#e60012;z-index:1000}
#skip_nav a:focus{top:0;z-index:1000}

/*** 햄버거메뉴 & 검색 ***/
.util_items .gnb_wrap { /* 250522_DH 수정 */
    display:flex;
    align-items:center;
    column-gap:20px;
    height:55px;
    padding:0 26px;
    margin-left:48px;
    cursor:pointer;
    background:#000;
}
.util_items .gnb_wrap .gnb_btn, 
.sticky_in .gnb_btn{
    width:16px;
}
.sticky_in .gnb_btn {
    margin:12px 0 0 0
}
.sticky_in .gnb_btn:hover{
    cursor:pointer;
}
.sticky_top .bar1, 
.sticky_top .bar2, 
.sticky_top .bar3 {
    height:3px;
    background:#ccc
}
.bar2 {
    width:24px;
    height:2px;
    background-color:#000;
    margin:4px 0;
    transition:0.4s;
    border-radius:4px;
}
.bar1, .bar3 {
    width:24px;
    height:2px;
    background-color:#000;
    margin: 6px 0;
    transition:0.4s;
    border-radius:4px;
}

.allmenuarea{
    display:none;
}
.allmenuarea.change,
.search_box {
    display:block;
    position:absolute;
    /* top: 130px; */
    right:0;
    width:100%;
    box-shadow:0px 11px 4px #0000004f;
    background:#fff;
    z-index:100;
    -webkit-animation:fade-in-top .3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation:fade-in-top .3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    z-index: 99999;
}
.allmenuarea.more::before, 
.search_box.more::before{
    content:"";
    position:absolute;
    top:-82px;
    left:0;
    width:100%;
    height:100px;
    background:#fff;
    z-index:-1 !important;

}
.liclamp1_slide{
    max-width:1280px;
    margin:0 auto;
}
/* .sitemap.allmenu{
    display:grid;
    grid-template-rows:repeat(1, auto);
    row-gap:40px;
    width:auto;
    margin:0 auto 0 auto;
    padding:40px ;
    border-top:0;
    background:#fff;
} */
.sitemap.allmenu{
    display: flex;
    width:auto;
    height: 375px;
    margin:0 auto 0 auto;
    /* padding:40px ; */
    padding:25px 40px 40px 40px;
    border-top:0;
    background:#fff;
} 

.circleword_list{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    row-gap:20px;
}
.circleword_list > li >a{
    padding:5px 20px;
    white-space:nowrap;
    border-radius:50px;
    text-align:center;
    border:1px solid #333;
}
.circleword_list > li >a::before{
    content:"#";
    padding-right:5px;
    color:#999
}



.allmenuarea .ico_x::before, 
.search_box .ico_x::before{
    content:"";
    position:absolute;
    top:-17px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    width:50px;
    height:50px;
    background:#000;
}
.search_box{
    display:none
}
.search_box.on{
    display:block;
    position:absolute;
    /* top: 130px; */
    right:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.8);
    -webkit-animation:fade-in-top .3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation:fade-in-top .3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    z-index: 99999;
}
.allmenuarea.more, 
.search_box.more { /* 230525_DH 수정 */
    /* top:320px !important; */
    z-index: 99999;
}
.searchs_area{
    width:100%;
    background:#fff;
}
.allmenuarea .ico_x, 
.search_box .ico_x{
    position:absolute;
    top:30px;
    right:15px
}
.searchvalue{
    display:flex;
    width: 690px;
}

.searchvalue > input{
    width:100%;
    border:0;
    border-bottom:3px solid #333;
    font-size:25px;
    padding:0 40px 20px 20px
}

.search_detail>input{
    width:100%
}

.bn{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    position:absolute;
    width:20px;
    height:20px;
    top:19px;
    opacity:0.1;
    cursor:pointer;
}
.sticky_top.on {
    top:0px;
    left: 0;
    border-bottom:3px solid #333;
    /* z-index:2; */
}
.sticky_top {
    width:100%;
    background:#FFF;
    position:fixed !important;
    top:-100px;
    transition:all 0.2s;
    z-index: 9999999;
}
.sticky_top > .sticky_in {
    width:1200px; 
    height:80px;
    margin:0 auto;
    background:#fff;
}

.sticky_in .nav {
    display:flex;
    column-gap:18px;
    /* column-gap:13px; */
    justify-content:center;
    align-items:center;
    height:60px;
}

.ico_logo::after{
    left: 65px !important;
    top: 11px;
    width:134px;
    height:30px;
    background: url("/img/renew/islogo_mini.png") no-repeat;
}
.sticky_in .ico_logo::after{
    width: 115px;
    height:32px;
}


/*-------------------------------------------------------------------
## Footer
-------------------------------------------------------------------*/

#footer .address > div > div > form {
    border-top:1px solid #000;
    padding-top:10px;
    z-index: 9999;
}
.family_sec {
    position: absolute;
    border-top:1px solid #000;
    cursor:pointer;
    background:#333;
    color:#FFF;
    border:none;
    width:200px;
    margin-bottom:30px;
    z-index: 999;
}



/* ------------------------------------------------------
                        ETC
---------------------------------------------------------- */
img {
    width:100%;
    height:100%;
    object-fit:cover;;
    object-position: top;
}
.mg_auto { width:1280px; margin:0 auto !important;}

::-webkit-scrollbar {
    height:2px;
}
::-webkit-scrollbar-track {
    background:#fff;
}
::-webkit-scrollbar-thumb {
    background:#eee;
}
::-webkit-scrollbar-thumb:hover {
    background:#999;
}




.ico_naver.gray::after{
    width:17px;
    height:17px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M19 3.6v11.6L11 3.6H2.5v22.8H11V14.8l8 11.6h8.5V3.6z' style='fill:%23ccc'/%3E%3C/svg%3E");
}
.ico_facebook.gray::after{
    width:22px;
    height:20px;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M17.4 28V16.6h3.8l.6-4.5h-4.4V9.3c0-1.2.4-2.1 2.2-2.1H22v-4c-.4-.1-1.9-.2-3.5-.2-3.4 0-5.7 2-5.7 5.8v3.3H9v4.5h3.8V28h4.6z' style='fill:%23ccc'/%3E%3C/svg%3E");
}
.ico_twitter.gray::after{
    width:22px;
    height:21px;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M27.5 7.2c-.9.4-1.9.7-2.9.8 1-.6 1.8-1.7 2.2-2.8-1 .6-2.1 1-3.3 1.2-1-1-2.3-1.6-3.7-1.6-2.8 0-5.2 2.3-5.2 5.2 0 .4.1.8.1 1.2-4.3-.2-8-2.2-10.5-5.4-.4.7-.7 1.7-.7 2.5 0 1.7.9 3.3 2.3 4.3-.9-.1-1.7-.2-2.3-.6v.1c0 2.5 1.7 4.6 4.1 5.1-.4.1-.9.2-1.3.2-.3 0-.6-.1-1-.1.6 2 2.5 3.5 4.8 3.6-1.7 1.3-4 2.1-6.3 2.1-.4 0-.8 0-1.2-.1 2.3 1.4 4.9 2.3 7.9 2.3 9.4 0 14.6-7.8 14.6-14.6V10c.9-.9 1.8-1.8 2.4-2.8' style='fill:%23ccc'/%3E%3C/svg%3E");
}
.ico_youtube.gray::after{
    width:24px;
    height:23px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M27.1 9.4c-.4-1.9-1.2-2.6-3-3-.8-.2-5.4-.4-9.1-.4s-8.3.2-9.2.4c-1.6.4-2.6 1.1-3 3-.2.7-.4 4.2-.4 5.5v.4c0 1.4.2 4.9.4 5.5.5 1.9 1.4 2.6 3 3 .9 0 5.7.2 9.2.2 3.7 0 8.3-.2 9.2-.4 1.6-.4 2.6-1.1 3-3 .2-.7.4-4.2.4-5.5v-.4c-.1-1.3-.3-4.8-.5-5.3zM12 18.2v-6.3l6 3.2-6 3.1z' style='fill:%23ccc'/%3E%3C/svg%3E");
}
.ico_rss.gray::after{
    width:25px;
    height:23px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 30 30'%3E%3Cstyle%3E.st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23ccc%7D%3C/style%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M23.8 25.9H22c-.3 0-.4-.1-.4-.4-.1-3.4-1-6.5-2.9-9.3-2.9-4.3-6.9-6.8-12.1-7.6-.8-.2-1.5-.3-2.3-.3C4 8.3 4 8.2 4 8V4.3c0-.3.1-.3.3-.3 9.8.1 18.3 6.8 20.9 16.2.5 1.8.7 3.6.8 5.5 0 .3-.1.3-.3.3-.6-.1-1.2-.1-1.9-.1z' class='st1'/%3E%3Cpath d='M16.5 25.9h-1.7c-.3 0-.3-.1-.3-.3-.2-4.6-3.3-8.4-7.7-9.6-.7-.2-1.5-.3-2.3-.3-.2 0-.3-.1-.3-.3v-3.7c0-.3.1-.3.3-.3 2.3 0 4.4.5 6.4 1.6 4.4 2.4 7 6.1 7.7 11.1.1.5.1 1.1.1 1.6 0 .2-.1.3-.3.3-.7-.1-1.3-.1-1.9-.1z' class='st1'/%3E%3Cpath d='M4 22.9c0-1.7 1.3-3 3-3s3 1.3 3 3-1.3 3-3 3-3-1.3-3-3z' class='st1'/%3E%3C/svg%3E");
}
.ico_email.gray::after{
    width:24px;
    height:23px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M4.4 6.9c-.2 0-.5 0-.7.1l10.6 9.2c.5.4.9.4 1.4 0L26.3 7c-.2-.1-.5-.1-.7-.1H4.4zM2.5 8.5v12.8c0 1 .9 1.9 1.9 1.9h21.2c1 0 1.9-.9 1.9-1.9V8.5l-10.6 9.2c-1.1.9-2.8.9-3.9 0L2.5 8.5z' style='fill:%23ccc'/%3E%3C/svg%3E");
}
.ico_clock::before{
    content:"";
    display:flex;
    width:15px;
    height:15px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 30 30'%3E%3Cstyle%3E.st1%7Bfill:%23999%7D%3C/style%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M15 4.2C21 4.2 25.8 9 25.8 15S21 25.8 15 25.8 4.2 21 4.2 15 9 4.2 15 4.2m0-1.7C8.1 2.5 2.5 8.1 2.5 15S8.1 27.5 15 27.5 27.5 21.9 27.5 15 21.9 2.5 15 2.5z' class='st1'/%3E%3Cpath d='M14.8 15V8.2h-1.7v8.5h8.5V15z' class='st1'/%3E%3C/svg%3E");
}
/* .ico_clock::after{
    width:15px;
    height:15px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 30 30'%3E%3Cstyle%3E.st1%7Bfill:%23999%7D%3C/style%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M15 4.2C21 4.2 25.8 9 25.8 15S21 25.8 15 25.8 4.2 21 4.2 15 9 4.2 15 4.2m0-1.7C8.1 2.5 2.5 8.1 2.5 15S8.1 27.5 15 27.5 27.5 21.9 27.5 15 21.9 2.5 15 2.5z' class='st1'/%3E%3Cpath d='M14.8 15V8.2h-1.7v8.5h8.5V15z' class='st1'/%3E%3C/svg%3E");
} */
.ico_camera::after{
    width:22px;
    height:22px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 30 30'%3E%3Cstyle%3E.st1%7Bfill:%23fff%7D%3C/style%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M24.6 9h-2.1c-.5 0-1.1-.3-1.3-.9l-.3-.8c-.5-1.2-1.5-1.9-2.7-1.9h-6.3c-1.2 0-2.3.7-2.7 1.9l-.4.8c-.2.6-.6.9-1.3.9H5.4c-1.6 0-2.9 1.3-2.9 2.9v9.7c0 1.6 1.3 2.9 2.9 2.9h19.1c1.6 0 2.9-1.3 2.9-2.9v-9.7c.1-1.6-1.2-2.9-2.8-2.9zM26 21.6c0 .8-.6 1.4-1.4 1.4H5.4c-.7 0-1.4-.6-1.4-1.4v-9.7c0-.8.6-1.4 1.4-1.4h2.1c1.2 0 2.3-.7 2.7-1.9l.3-.8c.3-.5.7-.8 1.4-.8h6.3c.5 0 1.1.3 1.3.9l.3.8c.5 1.2 1.5 1.9 2.7 1.9h2.1c.8 0 1.4.6 1.4 1.4v9.6z' class='st1'/%3E%3Cpath d='M15 10.8c-2.9 0-5.3 2.4-5.3 5.3s2.4 5.3 5.3 5.3 5.3-2.4 5.3-5.3-2.4-5.3-5.3-5.3zm0 8.9c-2 0-3.6-1.6-3.6-3.6s1.6-3.6 3.6-3.6 3.6 1.6 3.6 3.6-1.6 3.6-3.6 3.6z' class='st1'/%3E%3Cpath d='M15 14.1c-1.2 0-2.1.9-2.1 2.1s.9 2.1 2.1 2.1 2.1-.9 2.1-2.1-1-2.1-2.1-2.1zM22.2 12.3h2.2v1.5h-2.2z' class='st1'/%3E%3C/svg%3E");
}
.ico_menu, .ico_search {
    width:22px;
    height:22px;
}
.ico_menu::after{
    width:22px;
    height:22px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 30 30'%3E%3Cstyle%3E.st1%7Bfill:%23333%7D%3C/style%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M4.4 8.5h21.2c1.1 0 1.9-.9 1.9-1.9s-.9-1.9-1.9-1.9H4.4c-1.1 0-1.9.9-1.9 1.9-.1 1 .9 1.9 1.9 1.9zM4.4 16.9h12.7c1.1 0 1.9-.9 1.9-1.9s-.9-1.9-1.9-1.9H4.4c-1.1 0-1.9.9-1.9 1.9-.1 1.1.9 1.9 1.9 1.9zM25.5 21.5H4.4c-1.1 0-1.9.9-1.9 1.9s.9 1.9 1.9 1.9h21.2c1.1 0 1.9-.9 1.9-1.9-.1-1-.9-1.9-2-1.9z' class='st1'/%3E%3C/svg%3E");
}
.ico_search::after{
    width:22px;
    height:22px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M26.9 24.7 24.7 22c1.8-2.2 2.8-5 2.8-7.9 0-3-1-5.9-2.9-8.1-2.4-2.8-5.9-4.4-9.6-4.4-2.9 0-5.8 1-8 2.9C4.4 6.7 2.8 9.7 2.5 13c-.3 3.4.8 6.6 2.9 9.2 2.4 2.8 5.9 4.4 9.6 4.4 2.1 0 4.3-.6 6.1-1.6l2.2 2.6c.5.5 1.1.8 1.8.8.6 0 1.1-.2 1.5-.6.5-.3.8-.9.8-1.6.1-.4-.1-1.1-.5-1.5zm-3.7-9.8c-.2 2.2-1.2 4.2-2.9 5.7-1.4 1.2-3.4 1.9-5.3 1.9-2.5 0-4.8-1-6.3-3-1.4-1.7-2.1-3.9-1.9-6.1C7 11.2 8 9.2 9.6 7.8c1.5-1.2 3.4-1.9 5.2-1.9 2.5 0 4.8 1 6.3 3 1.6 1.6 2.3 3.7 2.1 6z' style='fill:%23333'/%3E%3C/svg%3E");
}
.ico_search.gray::after{
    width:26px;
    height:26px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M26.9 24.7 24.7 22c1.8-2.2 2.8-5 2.8-7.9 0-3-1-5.9-2.9-8.1-2.4-2.8-5.9-4.4-9.6-4.4-2.9 0-5.8 1-8 2.9C4.4 6.7 2.8 9.7 2.5 13c-.3 3.4.8 6.6 2.9 9.2 2.4 2.8 5.9 4.4 9.6 4.4 2.1 0 4.3-.6 6.1-1.6l2.2 2.6c.5.5 1.1.8 1.8.8.6 0 1.1-.2 1.5-.6.5-.3.8-.9.8-1.6.1-.4-.1-1.1-.5-1.5zm-3.7-9.8c-.2 2.2-1.2 4.2-2.9 5.7-1.4 1.2-3.4 1.9-5.3 1.9-2.5 0-4.8-1-6.3-3-1.4-1.7-2.1-3.9-1.9-6.1C7 11.2 8 9.2 9.6 7.8c1.5-1.2 3.4-1.9 5.2-1.9 2.5 0 4.8 1 6.3 3 1.6 1.6 2.3 3.7 2.1 6z' style='fill:%23ccc'/%3E%3C/svg%3E");
}
.ico_search.white::after{
    width:22px;
    height:22px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M26.9 24.7 24.7 22c1.8-2.2 2.8-5 2.8-7.9 0-3-1-5.9-2.9-8.1-2.4-2.8-5.9-4.4-9.6-4.4-2.9 0-5.8 1-8 2.9C4.4 6.7 2.8 9.7 2.5 13c-.3 3.4.8 6.6 2.9 9.2 2.4 2.8 5.9 4.4 9.6 4.4 2.1 0 4.3-.6 6.1-1.6l2.2 2.6c.5.5 1.1.8 1.8.8.6 0 1.1-.2 1.5-.6.5-.3.8-.9.8-1.6.1-.4-.1-1.1-.5-1.5zm-3.7-9.8c-.2 2.2-1.2 4.2-2.9 5.7-1.4 1.2-3.4 1.9-5.3 1.9-2.5 0-4.8-1-6.3-3-1.4-1.7-2.1-3.9-1.9-6.1C7 11.2 8 9.2 9.6 7.8c1.5-1.2 3.4-1.9 5.2-1.9 2.5 0 4.8 1 6.3 3 1.6 1.6 2.3 3.7 2.1 6z' style='fill:%23fff'/%3E%3C/svg%3E");
}
.ico_search.red::after{
    width:35px;
    height:34px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M26.9 24.7 24.7 22c1.8-2.2 2.8-5 2.8-7.9 0-3-1-5.9-2.9-8.1-2.4-2.8-5.9-4.4-9.6-4.4-2.9 0-5.8 1-8 2.9C4.4 6.7 2.8 9.7 2.5 13c-.3 3.4.8 6.6 2.9 9.2 2.4 2.8 5.9 4.4 9.6 4.4 2.1 0 4.3-.6 6.1-1.6l2.2 2.6c.5.5 1.1.8 1.8.8.6 0 1.1-.2 1.5-.6.5-.3.8-.9.8-1.6.1-.4-.1-1.1-.5-1.5zm-3.7-9.8c-.2 2.2-1.2 4.2-2.9 5.7-1.4 1.2-3.4 1.9-5.3 1.9-2.5 0-4.8-1-6.3-3-1.4-1.7-2.1-3.9-1.9-6.1C7 11.2 8 9.2 9.6 7.8c1.5-1.2 3.4-1.9 5.2-1.9 2.5 0 4.8 1 6.3 3 1.6 1.6 2.3 3.7 2.1 6z' style='fill:%23e60012'/%3E%3C/svg%3E");
}
.ico_x.white::after{
    width:35px;
    height:35px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 30 30'%3E%3Cstyle%3E.st1%7Bfill:%23fff%7D%3C/style%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M22 22c.6-.6.6-1.6 0-2.2L10.1 7.9c-.6-.6-1.5-.6-2.1 0s-.6 1.6 0 2.2L19.9 22c.6.6 1.6.7 2.1 0z' class='st1'/%3E%3Cpath d='M10.1 22 22 10.1c.6-.6.6-1.6 0-2.2s-1.6-.6-2.2 0L8 19.9c-.6.6-.6 1.6 0 2.2.5.6 1.5.5 2.1-.1z' class='st1'/%3E%3C/svg%3E");
}

.icon_calendar{
    display:flex;
    align-items: center;
    column-gap:5px
}
.icon_calendar::before{
    content:"";
    display:inline-block;
    width:24px;
    height:24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 30 30' version='1.1' viewBox='0 0 30 30'%3E%3Cstyle%3E.st1%7Bfill:%23635b5f%7D%3C/style%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M7.1 7.9c.5 0 1-.4 1-1V4.1c0-.5-.4-1-1-1-.5 0-1 .4-1 1V7c.1.5.5.9 1 .9zM15 7.9c.5 0 1-.4 1-1V4.1c0-.5-.4-1-1-1-.5 0-1 .4-1 1V7c0 .5.5.9 1 .9zM22.9 7.9c.5 0 1-.4 1-1V4.1c0-.5-.4-1-1-1-.5 0-1 .4-1 1V7c0 .5.4.9 1 .9z' class='st1'/%3E%3Cpath d='M26.5 5.6h-1.6V7c0 1.1-.9 2-2 2s-2-.9-2-2V5.6H17V7c0 1.1-.9 2-2 2s-2-.9-2-2V5.6H9.2V7c0 1.1-.9 2-2 2s-2-.9-2-2V5.6H3.5c-.5 0-1 .4-1 1v19.3c0 .5.4 1 1 1h23.1c.5 0 1-.4 1-1V6.6c-.1-.6-.5-1-1.1-1zm-.9 19.3H4.4V11.4h21.2v13.5z' class='st1'/%3E%3Cpath d='M15 23.8c3.2 0 5.8-2.6 5.8-5.8 0-3.2-2.6-5.8-5.8-5.8-3.2 0-5.8 2.6-5.8 5.8 0 3.2 2.6 5.8 5.8 5.8zm0-9.7c1.2 0 2.3.5 3 1.4l-3.2 3.2-1-1c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l1.7 1.7c.2.2.4.3.7.3.2 0 .5-.1.7-.3l3.4-3.4c0 .2.1.4.1.6 0 2.1-1.7 3.9-3.9 3.9-2.1 0-3.9-1.7-3.9-3.9-.1-2.1 1.7-3.9 3.8-3.9z' class='st1'/%3E%3C/svg%3E");
}
.icon_miniarrow{
    position:relative;
    padding-left:10px;
    display:inline-block;
}
.icon_miniarrow::after {
    content:"";
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    left:0px;
    width:4px;
    height:6px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 3 5'%3E%3Cstyle%3E.st0%7Bfill:none%7D%3C/style%3E%3Cpath d='M-13.5-12.5h30v30h-30z' class='st0'/%3E%3Cpath d='M0 0h1v1H0zM1 1h1v1H1zM2 4H1V3h1zM1 5H0V4h1zM2 2h1v1H2z'/%3E%3Cpath d='M-1.5-.5h6v6h-6z' class='st0'/%3E%3C/svg%3E");
}
.icon_mplay {
    position:relative;
    top:4px;
    display:inline-block;
    width:24px;
    height:24px;
    margin:0 5px 0 0;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M3 3C4 1.2 6.3.6 8 1.7l17.6 10.2c1.8 1 2.4 3.3 1.3 5-1 1.8-3.3 2.4-5 1.3L4.4 8C2.6 7 2 4.7 3 3z' style='fill:%23ee0040'/%3E%3Cpath d='M22 18.2 16.5 15 4.4 22C2.6 23 2 25.3 3 27c1 1.8 3.3 2.4 5 1.3l17.6-10.2c-1 .7-2.4.7-3.6.1z' style='fill:%23bd0040'/%3E%3Cpath d='m4.4 22 5.5-3.2V16c0-2-1.6-3.7-3.7-3.7S2.5 13.9 2.5 16v9c.1-1.2.7-2.3 1.9-3z' style='fill:%239f0040'/%3E%3C/svg%3E");
}
.icon_clock {
    position:relative;
    top:4px;
    display:inline-block;
    width:15px;
    height:15px;
    margin:0 5px 0 0;
    background:url("../img/edaily_bg.png") no-repeat;
    background-position:-918px -56px;
}
.icon_arrow {
    width:20px;
    height:20px;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M4 20.8c.7.7 1.7.7 2.4 0l8.4-8.4 8.4 8.4c.7.7 1.7.7 2.4 0s.7-1.7 0-2.4L15.9 9c-.7-.7-1.7-.7-2.4 0L4 18.5c-.6.6-.6 1.7 0 2.3z' style='fill:%23ccc'/%3E%3C/svg%3E");
}

.icon_arrow.anime {
    transform:rotate(180deg);
    transition:ease 0.3s all;   
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M4 20.8c.7.7 1.7.7 2.4 0l8.4-8.4 8.4 8.4c.7.7 1.7.7 2.4 0s.7-1.7 0-2.4L15.9 9c-.7-.7-1.7-.7-2.4 0L4 18.5c-.6.6-.6 1.7 0 2.3z' style='fill:%23fff'/%3E%3C/svg%3E");
}


/*-------------------------------------------------------------------
  ## MEDIAQUERY
-------------------------------------------------------------------*/



@media (max-width:2000px) {

    /* Hot Photo */
    .photo_box {
        width:393px !important;
    }
    .photo_slide .prev {
        left: 724px !important;
    }
    .photo_slide .next {
        right: 830px!important;
    }
    .photo_box a > .photo_tit {
        left: 15% !important;
    }
}

@media (max-width:1800px) {

    /* Hot Photo */
    .photo_box {
        width:377px !important;
    }
    .photo_slide .prev {
        left: 612px !important;
    }
    .photo_slide .next {
        right: 957px!important;
    }
    .photo_box a > .photo_tit {
        left: 14% !important;
    }
}

@media (max-width:1600px) {
    /* Hot Photo */
     .photo_box {
        width:371px !important;
    }
    .photo_slide .prev {
        left: 570px !important;
    }
    .photo_slide .next {
        right: 1006px!important;
    }
    .photo_box a > .photo_tit {
        left: 13% !important;
    }
}

@media (max-width:1500px) {
    /* Hot Photo */
    .photo_box {
        width:362px !important;
    }
    .photo_slide .prev {
        left: 506px !important;
    }
    .photo_slide .next {
        right: 1078px !important;
    }
    .photo_box a > .photo_tit {
        left: 12% !important;
    }
}

@media (max-width:1400px) {
    /* Hot Photo */
    .photo_box {
        width:357px !important;
    }
    .photo_slide .prev {
        left: 472px !important;
    }
    .photo_slide .next {
        right: 1118px!important;
    }
    .photo_box a > .photo_tit {
        left: 11% !important;
    }
}
@media (max-width:1024px) {
    .grid_1in2 {
        grid-template-columns:repeat(2, 1fr);
        column-gap:30px;
    }
}

@media (max-width:800px) {
    .cont_in {
        width:800px;
    }
}
