@charset "utf-8";
/*  
	-----------------------------------------------
	* main_sub.css (포털 메인)
	-----------------------------------------------
*/
/*Mayor*/
.Mayor_8 {margin-top:20px;border-radius:10px; box-shadow: 0px 1px 4px #e8e8e8; border:1px solid #d2d5d8; overflow:hidden; background: url(../img/main/mayor_bg_8.png) no-repeat; /* height:314px; */ background-position:78% 100%}
    .Mayor_8 .Mayor_txt {width:45%; padding:15px 0 15px 15px;}
    .Mayor_8 h4 {background:#263175; color:#fff; border-radius:20px; padding:8px 0; text-align:center;}
    .Mayor_8 h5{margin-top:10px; font-size:20px; font-weight:500; line-height:24px;}

@media screen and (max-width:1199px) {   
    .Mayor_8 {height:auto; position: absolute;
        bottom: 0;
        right: 0; left:25px;height:70%;     background-size: contain; background-position: 0;}
    .Mayor_8 .Mayor_txt {width:55%}
    }

.Mayor_8 {position:relative; height:auto; left:0; background-position:right bottom; margin-top:15px;}

@media all and (max-width:390px) {
    .Mayor_8 {background-position: right center;}
    .Mayor_8 .Mayor_txt {width:100%; padding:5px 5px 15px 5px;}
    .Mayor_8 h5 {font-size:18px;}
    }