.str_top{
    display:none;

}
@media screen and (max-width:1024px){
    .str_btm{
        display:none;
    }
    .str_top{
        display:block;
    }

}


.sub-txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.025em;
    margin-top: 25px;
    font-family: 'Noto Sans KR', sans-serif;
}
.stxt{
    font-size: 14px;
    margin-top:10px;
}
@media screen and (max-width: 850px) {
    .sub-txt{
        font-size: 17px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 600px) {
    .sub-txt{
        font-size: 16px;
        margin-top: 15px;
    }
    .stxt{
        font-size: 12px;
        margin-top:3px;
    }
    .popup_btnx{
        font-size:30px;
    }
}
@media screen and (max-width: 450px) {
    .sub-txt{
        font-size: 15px;
    }
}
@media screen and (max-width: 360px) {
    .sub-txt{
        font-size: 14px;
        margin-top: 10px;
    }
}



.main-section4 .news-slider .slider-box .inner .bgbox {
    width: 100%;
    height: 410px;
}
.main-section4 .news-slider .slider-box .inner .textbox .date {
    display: block;
    font-size: 15px;
    color: #676767;
    margin-top: 20px;
}
@media screen and (max-width: 1350px) {
    .main-section4 .news-slider .slider-box .inner .bgbox {
        height: 350px;
    }
}
@media screen and (max-width: 1024px) {
    .main-section4 .news-slider .slider-box .inner .bgbox {
        height: 320px;
    }
}
@media screen and (max-width: 850px) {
    .main-section4 .news-slider .slider-box .inner .bgbox {
        height: 300px;
    }
    .main-section4 .news-slider .slider-box .inner .textbox .date {
        font-size: 13px;
        margin-top: 15px;
    }
}
@media screen and (max-width: 420px) {
    .main-section4 .news-slider .slider-box .inner .bgbox {
        height: 270px;
    }
    .main-section4 .news-slider .slider-box .inner .textbox .tit {
        font-size: 14px;
    }
    .main-section4 .news-slider .slider-box .inner .textbox .date {
        font-size: 12px;
        margin-top: 10px;
    }
}



/*popup*/
.pop_comp{
    position:fixed;
    top:50%;
    left:50%;
    width:500px;
    max-width:100%;
    height:auto;
    z-index:9999;
    transform: translate(-50%, -50%);
    border-radius:10px;
    overflow:hidden;
}
.pop_comp_dm{
    position:fixed;
    top:0;
    left:0;
    z-index:9997;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.2);
}
.pop_comp_in{
    margin-bottom:-2px;
}
.pop_comp_in img{
    width:100%;
}


/*button*/

.pop_btn_box{
    width:100%;
    height:70px;
    display:flex;
}


.pop_btn_box .popup_btn1{
    width:100%;/*도넛 재 업로드 50% 변경*/
    height:100%;
    background:#000;
    color:#fff;
    text-shadow: 0 0 3px #666;
    font-weight:700;
    font-size:22px;
}
.popup_btn{
    width:50%;
    height:100%;
    font-weight:500;
    background:#f1f1f1;
    color:#1b1b1b;
    font-size:22px;
}
.pop_comp_tit{
    text-align:center;
    padding:50px;
    box-sizing:border-box;
}

.txcg{
    font-size:50px;
    color: #fcd25b;
    color: -webkit-lined8bb68r-gradient(to right, #ba8b02, #d8bb68);
    color: linear-gradient(to right, #ba8b02, #d8bb68);
}
.txcg2{
    font-size:22px;
    color: #fcd25b;
    color: -webkit-lined8bb68r-gradient(to right, #ba8b02, #d8bb68);
    color: linear-gradient(to right, #ba8b02, #d8bb68);
}


.popdummy2{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 110;
}

@media screen and (max-width: 800px) {
    .pop_btn_box .popup_btn1,
    .pop_btn_box .popup_btn{
        font-size:20px;
    }
}

@media screen and (max-width: 600px) {
    .pop_btn_box .popup_btn1,
    .pop_btn_box .popup_btn{
        font-size:18px;
    }
    .pop_btn_box{
        height:60px;
    }
}

@media screen and (max-width: 600px) {
    .pop_btn_box .popup_btn1,
    .pop_btn_box .popup_btn{
        font-size:16px;
    }
    .pop_btn_box{
        height:55px;
    }
    .pop_comp {
        position: fixed;
        top: unset;
        bottom: 0;
        left: 50%;
        width: 600px;
        max-width: 100%;
        height: auto;
        z-index: 9999;
        transform: translate(-50%, 0%);
        border-radius: 20px 20px 0 0 ;
        overflow: hidden;
    }
    .pop_comp_dm{

        background:rgba(0,0,0,0.7);
    }
}


/*230109_______원두 슬라이드 주석_사용 시 css삭제*/
@media screen and (max-width: 870px) {
    .eco_container ul.eco_tabs li{
        padding:13px 30px;
        width:auto;
    }
    .main-visual .textbox a.fw400.btn-more{width:80%;}
}

@media screen and (max-width: 650px) {
    .eco_container ul.eco_tabs li{
        padding:10px 20px;
        font-size:14px;
        height:55px;
    }
    .eco_container ul.eco_tabs {
        gap: 10px;
    }
}
@media screen and (max-width: 510px) {
    .eco_container ul.eco_tabs li{
        width:100%;
        height:auto;
        padding:12px 20px;
    }
    .eco_container ul.eco_tabs {
        gap: 10px;
    }
}
@media screen and (max-width: 450px) {
    .eco_container ul.eco_tabs li{
        margin-bottom:0;
    }
}


/*apple pay popup lyi 230321 추가
.pop_apple{
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 66;
    width: 350px;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #1b1b1b;
}
.pop_apple img{
    width:100%;
}
.popup_btna{
    width:100%;
    padding:10px 0;
    background:#1b1b1b;
    color:#fff;
    font-size:14px;
}
@media screen and (max-width: 600px) {
    .pop_apple{
        bottom: 10px;
        left: 10px;
        width: 270px;
        border-radius: 15px;
    }
}
@media screen and (max-width: 450px) {
    .pop_apple{
        width: 230px;
        border-radius: 30px;
    }
}*/




/*도시유전*/
.blinking{
    -webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.1;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.1;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.1;}
    100% {opacity:1;}
}
.eco_plus{
    text-align: center;
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.eco_plus_md {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 1.4;
}
.eco_plus_top{
    font-size:20px;
    padding:12px 25px;
    border-radius: 25px;
    background: #AFD4A5;
    background: -webkit-linear-gradient(173deg, rgba(175, 212, 165, 1) 0%, rgba(181, 222, 171, 1) 100%);
    background: -moz-linear-gradient(173deg, rgba(175, 212, 165, 1) 0%, rgba(181, 222, 171, 1) 100%);
    background: linear-gradient(173deg, rgba(175, 212, 165, 1) 0%, rgba(181, 222, 171, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AFD4A5", endColorstr="#B5DEAB", GradientType=0);
    color:#fff;
    line-height: 1.4;
}

@media screen and (max-width: 600px) {
    .eco_plus_top {
        font-size:18px;
    }
    .reu_txt{
        font-size: 16px;
    }

}
