@charset "utf-8";

.special_section {
    position: relative;
    display: block;
    width:100%;
    height: 253px;
    margin-bottom:30px
}

.special_section img {
    width: 100%;
}


.spacial_wrap {
    position: relative;
    width: 1080px;
    height: 100%;
    margin:0 auto;
}

.spacial_absolute {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
}

.spacial_absolute::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% + 539px);
    width: 100%;
    height: 200px;
    /* background:rgba(17, 38, 96, .9); */
    background: #112660;
    z-index: -1
}

.spacial_absolute::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% + 539px);
    width: 100%;
    height: 200px;
    background:#e60012;
    z-index: -1
}

.spacial_absolute_wrap {
    position:relative;
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 500px auto;
    height: 200px;
    align-items: center;
}

.special_section .mainnews_thumb {
    visibility:inherit;
    display: flex;
    align-items: center;
    column-gap: 25px;
    height: 200px;
    padding-right: 45px;
    /* background:rgba(17, 38, 96, .9); */
    background:#112660;
}

.special_section .mainnews_thumb > div,
.special_section .lists_thumb div {
    overflow:hidden;
}

.special_section .mainnews_thumb:hover img, 
.special_section .lists_thumb a:hover img {
    scale: 1.1;
    opacity: .8;
    transition: all .5s ease
}


.special_section .mainnews_thumb > *:first-child {
    flex: 0 0 235px;
    height: 145px;
}

.special_section .mainnews_thumb > *:last-child {
    font-size: 23px;
    line-height: 30px;
    color:#fff;
    font-weight: 600;
    letter-spacing: -0.1rem;
}

.special_section .lists_thumb {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 13px;
    padding: 25px 30px 25px 38px;
    height: 200px;
    /* background:rgba(256, 256, 256, .9); */
    background:#fff;
}

.special_section .lists_thumb p {
    font-weight: 600
}

.special_section .lists_thumb > *{
    display: grid;
    grid-template-rows: 100px auto;
    row-gap: 15px;
}

.special_section .lists_thumb img{
    height: 100%;
    object-fit: cover;
}

.btn_parisview {
    position: absolute;
    left: calc(50% - 88px);
    bottom: 14px;
    padding: 6px 20px;
    border-radius: 60px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    background: #e60012;
    z-index: 1;
}

.btn_paris_x {
    position: absolute;
    top: 13px;
    right: -12px;
    width: 25px;
    height: 25px;
    font-size: 0;
    background: url("https://image.edaily.co.kr/images/special/btn_paris_x.png");
    z-index: 1;
}

.btn_parisview:hover {
    opacity: .8;
    transition: all .5s ease
}

.paris_banner {
    position: absolute;
    bottom: 2px;
    left: -130px;
    z-index: 101
}
.sticky-wrapper.is-sticky .paris_banner {
    top: -43px;
    left:-108px
}
.sticky-wrapper.is-sticky .paris_banner > img {
    height:90px
}
.banner_view{
    position:absolute;
    top:40px;
    left:-150px;
    width:128px;
    height: 134px;
    font-size:0;
    background:url('https://image.edaily.co.kr/images/special/sidebanner03.png')
}
.banner_view:hover{
    opacity: .8;
}
/* 탑배너 */
.goto_election2025{
    position:absolute;
    top: -42px;
    right: 177px;
    width: 189px;
    height:56px;
    font-size:0;
    background:url('https://image.edaily.co.kr/images/election/icon_government.png') no-repeat;
}
.special_section.hidden{
    display:none;
    animation:fadein .5s;
    -moz-animation:fadein .5s;
    -webkit-animation:fadein .5s;
    -o-animation:fadein .5s;
}
.special_section {
    position:relative;
    display:block;
    animation:fadein .5s;
    -moz-animation:fadein .5s;
    -webkit-animation:fadein .5s;
    -o-animation:fadein .5s;
}
.btn_elx{
    position: absolute;
    top: 10px;
    right: -20px;
    width:41px;
    height:41px;
    font-size:0;
    background:url('https://image.edaily.co.kr/images/election/btn_elx.png') no-repeat;
    z-index:1
}
/* ------------------------------------------------------
                        Line Clamp
---------------------------------------------------------- */
.line_clamp_1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.line_clamp_2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.line_clamp_3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.line_clamp_4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.line_clamp_5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}
.line_clamp_6{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6}
.line_clamp_none{overflow:visible;display:block;-webkit-box-orient:horizontal;-webkit-line-clamp:none}