/* 기본레이아웃세팅 */
.main_wrap{margin: 15px;}

@media all and (min-width:1024px){
.main_wrap{max-width: 820px; margin: 30px auto;}
}
@media all and (min-width:1280px){
.main_wrap{max-width: 1260px;}
}
@media all and (min-width:1600px) {
.main_wrap{max-width: 1520px;  margin: 50px auto;}
}

@media all and (min-width:1920px){
.main_wrap{max-width: 1750px;}
}

/* 메인비주얼 */
.m_visual{display: flex; align-items: flex-end; justify-content: center; padding: 0 0 80px; position: relative; height: 650px; margin-bottom: 40px; z-index: 0;}
.m_visual .visual_img{position: absolute; inset:0; overflow: hidden; z-index: -1;}
.m_visual .visual_img .img{display: inline-block; width: 100%; height: 100%; border-radius: 30px; overflow: hidden; background-position: 50% 50%;}
.m_visual .visual_img .visual_control button{position: absolute; bottom: 15px; display: block; width: 45px; height: 45px; background: #fff url('/images/mayor2026/main/visual_btn.jpg') no-repeat center; font-size: 0; border-radius: 50%; box-shadow: 0px 0px 15px rgba(160, 160, 160, 0.2);}
.m_visual .visual_img .visual_control button.prev{right: 65px;}
.m_visual .visual_img .visual_control button.next{right: 15px; transform: rotate(180deg);}
.m_visual .visual_con h2{width: 100%; height: 45px; margin-bottom: 10px; font-size: 0; background: url('/images/mayor2026/main/slogan.png') no-repeat; background-size: contain; filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.8)); }
.m_visual .visual_con .name{margin-bottom: 24px; font-size: 24px; font-weight: 600; color: #fff; text-align: center; text-shadow: 10px 10px 20px rgba(0,0,0,0.8)}
.m_visual .visual_con .name strong{font-size: 32px; font-weight: 900; vertical-align: text-bottom;}
.m_visual .visual_con ul{display: flex; gap: 0 6px; justify-content: center;}
.m_visual .visual_con ul li a{display: block; width: 90px; height: 90px; padding-top: 36px; color: #fff; text-align: center; border-radius: 40px;}
.m_visual .visual_con ul li:nth-of-type(1) a{background: var(--point1);}
.m_visual .visual_con ul li:nth-of-type(2) a{background: var(--point2);}
.m_visual .visual_con ul li:nth-of-type(3) a{padding-top: 26px; background: var(--point3);}

@media all and (min-width:768px) {
.m_visual{align-items: center; justify-content: flex-end; padding: 0 10% 0 0; margin-bottom: 60px;} 
.m_visual .visual_img .img{border-radius: 100px 100px 200px 100px;}
}

@media all and (min-width:1280px){
.m_visual{padding: 0 10% 0 0; margin-bottom: 100px; margin-left: auto; margin-right: auto;} 
.m_visual .visual_img .img{border-radius: 100px 100px 300px 100px;}
.m_visual .visual_img .visual_control button{width: 70px; height: 70px; bottom: 10px;}
.m_visual .visual_img .visual_control button.prev{right: 140px;}
.m_visual .visual_img .visual_control button.next{right: 80px;}
.m_visual .visual_con h2{width: 580px; height: 88px; margin-bottom: 40px; background-size: auto;}
.m_visual .visual_con .name{font-size: 46px; text-align: left;}
.m_visual .visual_con .name strong{font-size: 56px;}
.m_visual .visual_con ul{justify-content: flex-start;}
.m_visual .visual_con ul li a{width: 110px; height: 110px; padding-top: 45px; border-radius: 50px;}
.m_visual .visual_con ul li:nth-of-type(3) a{padding-top: 35px;}

}
@media all and (min-width:1600px) {
.m_visual{width: 1520px; }
}


/* 공약목록 */
.m_pledge{margin-bottom: 40px;}
.m_pledge .m_pledge_list{position: relative; height: 660px; display: flex; flex-direction: column; gap: 35px 0; padding-top: 16px; }
.m_pledge .m_pledge_list::before{content: ''; position: absolute; left: 9px; top: 0; display: block; width: 4px; height: 320px; background: #f0f0f0; border-radius: 4px; z-index: -1;}
.m_pledge .m_pledge_list h3 a{display: inline-block; font-size: 20px; color: #bfc5d7; font-weight: 500;}
.m_pledge .m_pledge_list h3 a::before{content: ''; display: inline-block; width: 12px; height: 12px; margin-left: 5px; margin-right: 10px; margin-bottom: 3px; background: #bfc5d7; border-radius: 50%; box-sizing: border-box; vertical-align: middle;} 
.m_pledge .m_pledge_list h3.on a{color: #111 !important; font-size: 24px; font-weight: 900;}
.m_pledge .m_pledge_list h3.on a::before{width: 22px; height: 22px; margin-left: 0; border: 8px var(--point3) solid; background: #fff !important;}
.m_pledge .m_pledge_list h3 a:hover{color: var(--point1); }
.m_pledge .m_pledge_list h3 a:hover::before{background: var(--point1);}
.m_pledge .m_pledge_list .pledge_con{display: none; position: absolute; bottom: 0;}
.m_pledge .m_pledge_list .pledge_con.on{display: block;}
.m_pledge .m_pledge_list .pledge_con .pledge_img img{width: auto; max-width: 100%; height: 190px; border-radius: 120px;}
.m_pledge .m_pledge_list .pledge_con .pledge_tit{position: relative; margin-bottom: -20px; z-index: 1;}
.m_pledge .m_pledge_list .pledge_con .pledge_tit p{padding-left: 28px; margin-bottom: 20px; background: url('/images/mayor2026/main/pledge_ico.png') no-repeat;}
.m_pledge .m_pledge_list .pledge_con .pledge_tit h4{font-family: 'Partial Sans KR'; font-size: 42px; font-weight: 500; }
.m_pledge .m_pledge_list .pledge_con .pledge_tit h4 span{display: block; font-size: 30px;}
.m_pledge .m_pledge_list .pledge_con .pledge_more{position: absolute; bottom: 0;}
.m_pledge .m_pledge_list .pledge_con .pledge_more a{display: block; width: 90px; height: 90px; padding-top: 26px; background: var(--point2); color: #fff; border-radius: 40px; text-align: center; font-weight: 600;}

@media all and (min-width:768px) {
.m_pledge{margin-bottom: 60px;}
.m_pledge .m_pledge_list{height: 300px;}
.m_pledge .m_pledge_list .pledge_con{right: 0;}
}

@media all and (min-width:1280px){
.m_pledge{margin-bottom: 100px; margin-left: auto; margin-right: auto;}
.m_pledge .m_pledge_list{height: 470px; gap: 60px 0; padding-top: 42px;}
.m_pledge .m_pledge_list::before{height: 470px;}
.m_pledge .m_pledge_list h3.on a{font-size: 28px;}
.m_pledge .m_pledge_list .pledge_con.on{display: flex; align-items: center; height: 470px;}
.m_pledge .m_pledge_list .pledge_con .pledge_tit{margin-bottom: 0; margin-right: -50px;}
.m_pledge .m_pledge_list .pledge_con .pledge_tit p{margin-bottom: 30px; font-size: 24px; background-position: 0 4px;}
.m_pledge .m_pledge_list .pledge_con .pledge_tit h4{font-size: 76px;}
.m_pledge .m_pledge_list .pledge_con .pledge_tit h4 span{font-size: 40px;}
.m_pledge .m_pledge_list .pledge_con .pledge_img img{height: 360px; border-radius: 235px;}
.m_pledge .m_pledge_list .pledge_con .pledge_more{right: 500px;}
.m_pledge .m_pledge_list .pledge_con .pledge_more a{width: 110px; height: 110px; padding-top: 35px; border-radius: 50px;}
}
@media all and (min-width:1600px) {
.m_pledge{width: 1520px;}
.m_pledge .m_pledge_list .pledge_con .pledge_img img{height: 470px;}
.m_pledge .m_pledge_list .pledge_con .pledge_more{right: 680px;}
}

/* 현장속으로 */
.m_photo{margin-bottom: 40px; padding: 30px; background: url('/images/mayor2026/main/photo_bg.jpg') no-repeat; border-radius: 30px;}
.m_photo h2{margin-bottom: 20px;}
.m_photo h2 strong{display: block; color: #fff; font-family: 'Partial Sans KR'; font-weight: normal; font-size: 30px;}
.m_photo h2 span{display: block; margin-bottom: 4px; font-size: 18px; color: #fff; font-weight: 400;}
.m_photo .m_photo_list ul{margin-bottom: 20px;}
.m_photo .m_photo_list ul li{display: none;}
.m_photo .m_photo_list ul li:nth-of-type(1){display: block;}
.m_photo .m_photo_list ul li a img{display: block;width: 100%;height: 330px;margin-bottom: 20px;border-radius: 30px;}
.m_photo .m_photo_list ul li a strong{display: block; width: 100%; color: #fff; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.m_photo .m_photo_list ul li a span{display: block; margin-bottom: 4px; color: #fff; font-weight: 800;}
.m_photo .m_photo_list .photo_more a{display: block; position: relative; width: 170px; height: 60px; margin: 0 auto; padding: 20px 30px; background: var(--point3); color: #fff; border-radius: 26px; font-weight: 700;}
.m_photo .m_photo_list .photo_more a::after{content: '';position: absolute;right: 30px;top: 24px;display: block;width: 12px;height: 12px;background: url('/images/mayor2026/common/menu_area.png') no-repeat;background-position: 50% -5px;}

.m_photo .m_photo_list .list_none{ margin: 0 auto 20px; padding: 30px 10px; border: 1px #fff solid; border-radius: 30px; color: #fff; text-align: center; font-weight: 600;}

@media all and (min-width:768px) {
.m_photo{position: relative;}
.m_photo .m_photo_list ul{display: flex;gap: 0 20px;justify-content: center;}
.m_photo .m_photo_list ul li{flex-grow:1;}
.m_photo .m_photo_list ul li:nth-of-type(2){display: block;}
.m_photo .m_photo_list ul li a img{border-radius: 100px 100px 60px 100px;}  
.m_photo .m_photo_list ul li a strong{margin-left: 60px;}
.m_photo .m_photo_list ul li a span{margin-left: 60px;}
.m_photo .m_photo_list .photo_more{position: absolute; top: 30px; left: 220px;}
}
@media all and (min-width:1280px) {
.m_photo{margin-bottom: 80px; padding: 60px 80px; border-radius: 100px;}
.m_photo h2{margin-bottom: 70px;}
.m_photo h2 span{font-size: 24px;}
.m_photo h2 strong{font-size: 50px;}
.m_photo .m_photo_list ul li{display: block !important;}
.m_photo .m_photo_list ul li:nth-of-type(2){margin-top: -60px;}
.m_photo .m_photo_list .photo_more{top: 85px; left: 380px;}
}

@media all and (min-width:1920px){
.m_photo{padding: 80px 115px;}
.m_photo .m_photo_list ul{justify-content: space-between;}
.m_photo .m_photo_list ul li a em{display: block; width: 470px; height: 330px; margin-bottom: 14px; background: #333; border-radius: 120px 120px 60px 120px; overflow: hidden;}
.m_photo .m_photo_list ul li a img{border-radius: 0;}
.m_photo .m_photo_list .photo_more{top: 105px; left: 420px;}

}      

/* 오늘의 일정 */
.m_calendar{padding: 30px; margin-bottom: 120px; background: #f5f7fc; border-radius: 30px;}
.m_calendar .cal_util{display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px;}
.m_calendar .cal_util button{display: inline-block; width: 45px; height: 45px; background: #fff url('/images/mayor2026/main/visual_btn.jpg') no-repeat center; box-shadow: 0 0 15px #eef0f7; border-radius: 50%; font-size: 0;}
.m_calendar .cal_util button.next{transform: rotate(180deg);}
.m_calendar .cal_util strong{display: block; text-align: center; font-size: 20px; font-weight: 700; color: var(--point3);}
.m_calendar .cal_con{margin-bottom: 30px;}
.m_calendar .cal_con table{width: 100%;}
.m_calendar .cal_con table td,
.m_calendar .cal_con table th{text-align: center;}
.m_calendar .cal_con table th{padding: 14px 0; border-bottom: 1px #dae2f5 solid; border-top: 1px #dae2f5 solid; font-weight: 400; color: #7082af;}
.m_calendar .cal_con table td a{position: relative; display: block; width: 28px; height: 28px; margin: 0 auto; padding: 6px 0; font-size: 14px;}
.m_calendar .cal_con table td.sat a,
.m_calendar .cal_con table td.sun a{color: #b61111;}
.m_calendar .cal_con table td.have a{font-weight: 600;}
.m_calendar .cal_con table td.have a::after{content: ''; position: absolute; bottom: 0; left: 0; right: 0; display: block; width: 4px; height: 4px; margin: 0 auto; background: var(--point3); border-radius: 50%;}
.m_calendar .cal_con table td.on a{border:1px var(--point3) solid; border-radius: 50%; color:var(--point3); background:#fff;}
.m_calendar .cal_con table td.today a{border-radius: 50%; background: var(--point3); color: #fff;}
.m_calendar .cal_con table td.on.have a:after{display:none;}
.m_calendar .cal_con table td.today.have a:after{display:none;}
.m_calendar .cal_list{position: relative; padding: 30px 20px; background: #fff; border-radius: 30px;}
.m_calendar .cal_list h2{font-size: 24px; margin-bottom: 12px;}
.m_calendar .cal_list .date{display: inline-block; padding: 10px 24px; margin-bottom: 12px; font-weight: 600; background: #f4f4f4; border-radius: 30px;}
.m_calendar .cal_list ul li{margin: 12px 0 0;}
.m_calendar .cal_list ul li a{display: flex; gap: 0 10px; align-items: center; padding: 0 0 12px; border-bottom: 1px #f1f1f1 solid;}
.m_calendar .cal_list ul li a span{color: #666; font-size: 15px;}
.m_calendar .cal_list ul li a strong{display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600;}
.m_calendar .cal_list ul li a:hover{border-bottom: 1px var(--point2) solid;}
.m_calendar .cal_list ul li a:hover strong{color: var(--point2);}
.m_calendar .cal_list .cal_more{position: absolute; bottom: -80px; left: 0; right: 0;}
.m_calendar .cal_list .cal_more a{display: block; width: 90px; height: 90px; margin: 0 auto; padding-top: 26px; background: var(--point3); color: #fff; border-radius: 40px; text-align: center; font-weight: 600;}
.m_calendar .cal_list .list_none{padding: 10px 0; border: 1px #f1f1f1 solid; border-radius: 50px; text-align: center;}

@media all and (min-width:768px) {
.m_calendar{padding: 60px 80px;}
.m_calendar .cal_util strong{font-size: 24px;}
.m_calendar .cal_list{padding: 40px;}
.m_calendar .cal_list h2{margin-bottom: 20px; font-size: 30px;}
.m_calendar .cal_list .date{position: absolute; top: 38px; right: 40px;}
.m_calendar .cal_con table td{padding: 4px 0;}
.m_calendar .cal_con table td a{width: 50px; height: 50px; padding: 16px 0; font-size: 16px;}
.m_calendar .cal_con table td.have a::after{width: 6px; height: 6px;}
.m_calendar .cal_list .list_none{padding: 20px 0;}
}
@media all and (min-width:1280px) {
.m_calendar{display: flex; justify-content: space-between; padding: 60px 100px; border-radius: 100px;}
.m_calendar .cal_con{width: 45%; margin-bottom: 0;}
.m_calendar .cal_util button{width: 60px; height: 60px;}
.m_calendar .cal_list{width: 48%; padding: 60px; border-radius: 80px;}
.m_calendar .cal_list .date{top: 56px; right: 60px; font-size: 18px;}
.m_calendar .cal_list ul li a{padding: 12px 10px;}
.m_calendar .cal_list ul li a strong{font-size: 17px;}
.m_calendar .cal_list .cal_more{bottom: -20px; left: auto; right: -20px;}
.m_calendar .cal_list .cal_more a{width: 110px; height: 110px; padding-top: 35px; border-radius: 50px;}

}
@media all and (min-width:1920px){
.m_calendar{width: 1520px; margin: 0 auto 100px; padding: 80px 120px;}
}                                                  